File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments