@fuzdev/fuz_ui 0.191.2 โ†’ 0.191.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Docs.svelte CHANGED
@@ -72,7 +72,7 @@
72
72
  <DocsTertiaryNav {tomes} {tomes_by_name} />
73
73
  {/if}
74
74
  <section class="box">
75
- <DocsFooter {library}>
75
+ <DocsFooter {library} root_url="https://www.fuz.dev/">
76
76
  <div class="mb_xl5">
77
77
  <Breadcrumb>
78
78
  {#if breadcrumb_children}
@@ -44,7 +44,7 @@
44
44
 
45
45
  <!-- TODO consider making this a text input or otherwise editable directly -->
46
46
  <div {...rest} class="hue_input {rest.class}" style:--hue={value}>
47
- <label>
47
+ <label class="unstyled">
48
48
  {#if children}<div class="title">{@render children()}</div>{/if}
49
49
  <div class="preview">
50
50
  hue
@@ -37,7 +37,7 @@
37
37
  {name: 'fuz_blog', url: 'https://blog.fuz.dev/', logo: logo_fuz_blog, description: 'blog software from scratch with SvelteKit', glyph: '๐Ÿ–Š๏ธ', color_class: 'color_e_50'},
38
38
  {name: 'fuz_mastodon', url: 'https://mastodon.fuz.dev/', logo: logo_fuz_mastodon, description: 'Mastodon components and helpers for Svelte, SvelteKit, and Fuz', glyph: '๐Ÿฆฃ', color_class: 'color_d_50'},
39
39
  {name: 'fuz_gitops', url: 'https://gitops.fuz.dev/', logo: logo_fuz_gitops, description: 'a tool for managing many repos', glyph: '๐Ÿช„', color_class: 'color_a_50'},
40
- {name: 'fuz_docs', url: 'https://docs.fuz.dev/', logo: logo_fuz_docs, description: 'AI-generated documentation and skills for the Fuz stack', glyph: 'โ„', color_class: 'color_i_50'},
40
+ {name: 'fuz_docs', url: 'https://docs.fuz.dev/', logo: logo_fuz_docs, description: 'AI-generated documentation and skills for the Fuz stack', glyph: '๐Ÿ“œ', color_class: 'color_i_50'},
41
41
  {name: 'fuz_util', url: 'https://util.fuz.dev/', logo: logo_fuz_util, description: 'utility belt for JS', glyph: '๐Ÿฆ•', color_class: 'color_f_50'},
42
42
  {name: 'gro', url: 'https://github.com/fuzdev/gro', logo: logo_gro, description: 'task runner and toolkit extending SvelteKit', glyph: '๐ŸŒฐ', color_class: 'color_f_50'},
43
43
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuzdev/fuz_ui",
3
- "version": "0.191.2",
3
+ "version": "0.191.4",
4
4
  "description": "Svelte UI library",
5
5
  "tagline": "friendly user zystem",
6
6
  "glyph": "๐Ÿงถ",
@@ -101,7 +101,7 @@
101
101
  "magic-string": "^0.30.21",
102
102
  "prettier": "^3.7.4",
103
103
  "prettier-plugin-svelte": "^3.5.1",
104
- "svelte": "^5.54.1",
104
+ "svelte": "^5.55.0",
105
105
  "svelte-check": "^4.4.5",
106
106
  "svelte2tsx": "^0.7.52",
107
107
  "tslib": "^2.8.1",