@fuzdev/fuz_ui 0.191.3 → 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuzdev/fuz_ui",
3
- "version": "0.191.3",
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",