Skip to content

Commit 81ae4ea

Browse files
committed
chore: upgrade dev deps
1 parent 0442246 commit 81ae4ea

6 files changed

Lines changed: 23 additions & 16 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@fuzdev/blake3_wasm": "^0.1.0",
8585
"@fuzdev/fuz_code": "^0.45.1",
8686
"@fuzdev/fuz_css": "^0.56.0",
87-
"@fuzdev/fuz_ui": "^0.191.1",
87+
"@fuzdev/fuz_ui": "^0.191.3",
8888
"@fuzdev/fuz_util": "^0.55.0",
8989
"@jridgewell/trace-mapping": "^0.3.31",
9090
"@ryanatkn/eslint-config": "^0.10.1",
@@ -100,7 +100,7 @@
100100
"eslint": "^9.39.1",
101101
"eslint-plugin-svelte": "^3.13.1",
102102
"magic-string": "^0.30.21",
103-
"svelte": "^5.54.0",
103+
"svelte": "^5.55.0",
104104
"svelte-check": "^4.4.5",
105105
"svelte2tsx": "^0.7.52",
106106
"typescript": "^5.9.3",

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
>
2424
</section>
2525
<section>
26-
<DocsFooter {library}>
26+
<DocsFooter {library} root_url="https://www.fuz.dev/">
2727
{#snippet logo_header()}<a href={resolve('/about')} class="mb_xs">about</a>{/snippet}
2828
</DocsFooter>
2929
</section>

src/routes/about/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
const library = library_context.get();
99
</script>
1010

11-
<main class="width_atmost_md">
11+
<main class="width_atmost_md pb_xl9">
1212
<section class="mt_xl3">
1313
<header class="box">
1414
<h1>{library.repo_name}</h1>
1515
</header>
1616
<Breadcrumb>{library.package_json.glyph}</Breadcrumb>
1717
</section>
1818
<EcosystemLinksPanel />
19-
<section class="box width:100% mb_lg">
19+
<section class="box width:100%">
2020
<div class="panel p_md width_atmost_md">
2121
<LibraryDetail {library} />
2222
</div>
@@ -25,7 +25,7 @@
2525
<nav class="mb_lg">
2626
<Breadcrumb>{library.package_json.glyph}</Breadcrumb>
2727
</nav>
28-
<DocsFooter {library} />
28+
<DocsFooter {library} root_url="https://www.fuz.dev/" />
2929
</section>
3030
</main>
3131

src/routes/fuz.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,10 @@ a.chip {
11811181
color: var(--color_i_50);
11821182
--text_color: var(--color_i_50);
11831183
}
1184+
.color_j_50 {
1185+
color: var(--color_j_50);
1186+
--text_color: var(--color_j_50);
1187+
}
11841188
.border_radius_sm {
11851189
border-radius: var(--border_radius_sm);
11861190
}
@@ -1227,6 +1231,9 @@ a.chip {
12271231
.pb_xl {
12281232
padding-bottom: var(--space_xl);
12291233
}
1234+
.pb_xl9 {
1235+
padding-bottom: var(--space_xl9);
1236+
}
12301237
.pl_lg {
12311238
padding-left: var(--space_lg);
12321239
}

src/routes/library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@fuzdev/blake3_wasm": "^0.1.0",
9696
"@fuzdev/fuz_code": "^0.45.1",
9797
"@fuzdev/fuz_css": "^0.56.0",
98-
"@fuzdev/fuz_ui": "^0.191.1",
98+
"@fuzdev/fuz_ui": "^0.191.3",
9999
"@fuzdev/fuz_util": "^0.55.0",
100100
"@jridgewell/trace-mapping": "^0.3.31",
101101
"@ryanatkn/eslint-config": "^0.10.1",
@@ -111,7 +111,7 @@
111111
"eslint": "^9.39.1",
112112
"eslint-plugin-svelte": "^3.13.1",
113113
"magic-string": "^0.30.21",
114-
"svelte": "^5.54.0",
114+
"svelte": "^5.55.0",
115115
"svelte-check": "^4.4.5",
116116
"svelte2tsx": "^0.7.52",
117117
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)