@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 +1 -1
- package/dist/HueInput.svelte +1 -1
- package/dist/ProjectLinks.svelte +1 -1
- package/package.json +2 -2
package/dist/Docs.svelte
CHANGED
package/dist/HueInput.svelte
CHANGED
|
@@ -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/dist/ProjectLinks.svelte
CHANGED
|
@@ -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: '
|
|
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.
|
|
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.
|
|
104
|
+
"svelte": "^5.55.0",
|
|
105
105
|
"svelte-check": "^4.4.5",
|
|
106
106
|
"svelte2tsx": "^0.7.52",
|
|
107
107
|
"tslib": "^2.8.1",
|