@sigx/lynx-icons 0.4.2 → 0.4.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @sigx/lynx-icons
2
2
 
3
- `<Icon set name />` for sigx-lynx, with build-time tree-shaking so only the glyphs you actually render ship in the bundle. Pairs with adapter packages — [`@sigx/lynx-icons-fa-free`](../lynx-icons-fa-free) for Font Awesome Free, [`@sigx/lynx-icons-lucide`](../lynx-icons-lucide) for Lucide — and is wired by [`@sigx/lynx-plugin`](../lynx-plugin)'s icons slice.
3
+ `<Icon set name />` for sigx-lynx, with build-time tree-shaking so only the glyphs you actually render ship in the bundle. Pairs with adapter packages — [`@sigx/lynx-icons-fa-free`](https://github.com/signalxjs/lynx/tree/main/packages/lynx-icons-fa-free) for Font Awesome Free, [`@sigx/lynx-icons-lucide`](https://github.com/signalxjs/lynx/tree/main/packages/lynx-icons-lucide) for Lucide — and is wired by [`@sigx/lynx-plugin`](https://github.com/signalxjs/lynx/tree/main/packages/lynx-plugin)'s icons slice.
4
4
 
5
5
  ## Install
6
6
 
@@ -129,4 +129,4 @@ The plugin dynamically `import()`s the adapter from the consumer's `node_modules
129
129
 
130
130
  ## Reference app
131
131
 
132
- `examples/showcase/src/screens/Settings.tsx` shows fa-solid, fa-brands, and lucide icons rendered side by side. The generated cache lives at `examples/showcase/node_modules/.cache/sigx-lynx-icons/` after `pnpm build`.
132
+ [`examples/showcase/src/screens/Settings.tsx`](https://github.com/signalxjs/lynx/blob/main/examples/showcase/src/screens/Settings.tsx) shows fa-solid, fa-brands, and lucide icons rendered side by side. The generated cache lives at `examples/showcase/node_modules/.cache/sigx-lynx-icons/` after `pnpm build`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigx/lynx-icons",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Icon component and registry for sigx-lynx — works with adapter packages like @sigx/lynx-icons-fa-free and @sigx/lynx-icons-lucide.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -35,12 +35,12 @@
35
35
  "LICENSE"
36
36
  ],
37
37
  "peerDependencies": {
38
- "@sigx/lynx": "^0.4.2"
38
+ "@sigx/lynx": "^0.4.3"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@typescript/native-preview": "7.0.0-dev.20260521.1",
42
42
  "typescript": "^6.0.3",
43
- "@sigx/lynx": "^0.4.2"
43
+ "@sigx/lynx": "^0.4.3"
44
44
  },
45
45
  "author": "Andreas Ekdahl",
46
46
  "license": "MIT",