@sigx/lynx-icons-lucide 0.5.2 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,9 +1,13 @@
1
1
  # @sigx/lynx-icons-lucide
2
2
 
3
- [Lucide](https://lucide.dev/) adapter for [`@sigx/lynx-icons`](https://github.com/signalxjs/lynx/tree/main/packages/lynx-icons). Reads icon data from the official `lucide` package and renders each glyph as a stroked SVG with the wrapper attributes (`fill="none"`, `stroke="currentColor"`, `stroke-width="2"`, rounded caps/joins) that match the Lucide design.
3
+ [Lucide](https://lucide.dev/) adapter for [`@sigx/lynx-icons`](https://sigx.dev/lynx/modules/icons/overview/). Reads icon data from the official `lucide` package and renders each glyph as a stroked SVG with the wrapper attributes (`fill="none"`, `stroke="currentColor"`, `stroke-width="2"`, rounded caps/joins) that match the Lucide design.
4
4
 
5
5
  SVG-mode only — Lucide isn't distributed as a font.
6
6
 
7
+ ## 📚 Documentation
8
+
9
+ Full guides, API reference and live examples → **[https://sigx.dev/lynx/modules/icons-lucide/overview/](https://sigx.dev/lynx/modules/icons-lucide/overview/)**
10
+
7
11
  ## Install
8
12
 
9
13
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigx/lynx-icons-lucide",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "Lucide adapter for @sigx/lynx-icons. SVG-mode only — lucide is not distributed as a font.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,16 +25,16 @@
25
25
  ],
26
26
  "peerDependencies": {
27
27
  "lucide": "^1.0.0",
28
- "@sigx/lynx": "^0.5.2",
29
- "@sigx/lynx-icons": "^0.5.2"
28
+ "@sigx/lynx": "^0.5.4",
29
+ "@sigx/lynx-icons": "^0.5.4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^25.9.1",
33
33
  "@typescript/native-preview": "7.0.0-dev.20260521.1",
34
34
  "lucide": "^1.16.0",
35
35
  "typescript": "^6.0.3",
36
- "@sigx/lynx": "^0.5.2",
37
- "@sigx/lynx-icons": "^0.5.2"
36
+ "@sigx/lynx": "^0.5.4",
37
+ "@sigx/lynx-icons": "^0.5.4"
38
38
  },
39
39
  "author": "Andreas Ekdahl",
40
40
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  "url": "git+https://github.com/signalxjs/lynx.git",
44
44
  "directory": "packages/lynx-icons-lucide"
45
45
  },
46
- "homepage": "https://github.com/signalxjs/lynx/tree/main/packages/lynx-icons-lucide",
46
+ "homepage": "https://sigx.dev/lynx/modules/icons-lucide/overview/",
47
47
  "bugs": {
48
48
  "url": "https://github.com/signalxjs/lynx/issues"
49
49
  },