@fuzdev/fuz_ui 0.174.0 → 0.175.0

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.
@@ -2,14 +2,14 @@
2
2
  const {
3
3
  selected,
4
4
  }: {
5
- selected?: 'www.fuz.dev';
5
+ selected?: 'fuz.dev';
6
6
  } = $props();
7
7
  </script>
8
8
 
9
9
  <ul>
10
10
  <li>
11
- <a rel="me" href="https://www.fuz.dev/" class:selected={selected === 'www.fuz.dev'}>fuz.dev</a>
12
- - the Fuz project homepage{#if selected === 'www.fuz.dev'}, you are here{/if}
11
+ <a rel="me" href="https://www.fuz.dev/" class:selected={selected === 'fuz.dev'}>fuz.dev</a>
12
+ - the Fuz project homepage{#if selected === 'fuz.dev'}, you are here{/if}
13
13
  </li>
14
14
  <li>
15
15
  GitHub as <a rel="me" href="https://github.com/fuzdev">@fuzdev</a>
@@ -1,5 +1,5 @@
1
1
  type $$ComponentProps = {
2
- selected?: 'www.fuz.dev';
2
+ selected?: 'fuz.dev';
3
3
  };
4
4
  declare const EcosystemLinks: import("svelte").Component<$$ComponentProps, {}, "">;
5
5
  type EcosystemLinks = ReturnType<typeof EcosystemLinks>;
@@ -1 +1 @@
1
- {"version":3,"file":"EcosystemLinks.svelte.d.ts","sourceRoot":"../src/lib/","sources":["../src/lib/EcosystemLinks.svelte"],"names":[],"mappings":"AAGC,KAAK,gBAAgB,GAAI;IACxB,QAAQ,CAAC,EAAE,aAAa,CAAC;CACzB,CAAC;AAqBH,QAAA,MAAM,cAAc,sDAAwC,CAAC;AAC7D,KAAK,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AACxD,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"EcosystemLinks.svelte.d.ts","sourceRoot":"../src/lib/","sources":["../src/lib/EcosystemLinks.svelte"],"names":[],"mappings":"AAGC,KAAK,gBAAgB,GAAI;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB,CAAC;AAqBH,QAAA,MAAM,cAAc,sDAAwC,CAAC;AAC7D,KAAK,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AACxD,eAAe,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuzdev/fuz_ui",
3
- "version": "0.174.0",
3
+ "version": "0.175.0",
4
4
  "description": "Svelte UI library",
5
5
  "motto": "friendly user zystem",
6
6
  "glyph": "🧶",
@@ -59,7 +59,7 @@
59
59
  "@changesets/changelog-git": "^0.2.1",
60
60
  "@fuzdev/fuz_code": "^0.38.0",
61
61
  "@fuzdev/fuz_css": "^0.42.1",
62
- "@fuzdev/fuz_util": "^0.45.0",
62
+ "@fuzdev/fuz_util": "^0.45.1",
63
63
  "@ryanatkn/eslint-config": "^0.9.0",
64
64
  "@ryanatkn/gro": "^0.183.0",
65
65
  "@sveltejs/adapter-static": "^3.0.10",