@sigx/lynx-icons-fa-free 0.4.2 → 0.4.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/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @sigx/lynx-icons-fa-free
|
|
2
2
|
|
|
3
|
-
[Font Awesome Free](https://fontawesome.com/icons?d=gallery&p=2&m=free) adapter for [`@sigx/lynx-icons`](
|
|
3
|
+
[Font Awesome Free](https://fontawesome.com/icons?d=gallery&p=2&m=free) adapter for [`@sigx/lynx-icons`](https://github.com/signalxjs/lynx/tree/main/packages/lynx-icons). Reads glyph data from the official `@fortawesome/*` packages — no glyph data is re-bundled here, so adapter updates and FA releases stay decoupled.
|
|
4
4
|
|
|
5
5
|
Supports the three Free styles: **solid**, **regular**, **brands**.
|
|
6
6
|
|
|
@@ -97,4 +97,4 @@ The adapter is normally consumed by `@sigx/lynx-plugin`'s icons slice — these
|
|
|
97
97
|
|
|
98
98
|
## Reference app
|
|
99
99
|
|
|
100
|
-
`examples/showcase/src/screens/Settings.tsx` renders `<FaSolidIcon name="user" />`, `house`, `gear`, and `<FaBrandIcon name="github" />` in a card; the build-time scanner picks up the underlying `<Icon set="…" name="…">` calls and writes their codepoints into `node_modules/.cache/sigx-lynx-icons/codepoints.mjs`.
|
|
100
|
+
[`examples/showcase/src/screens/Settings.tsx`](https://github.com/signalxjs/lynx/blob/main/examples/showcase/src/screens/Settings.tsx) renders `<FaSolidIcon name="user" />`, `house`, `gear`, and `<FaBrandIcon name="github" />` in a card; the build-time scanner picks up the underlying `<Icon set="…" name="…">` calls and writes their codepoints into `node_modules/.cache/sigx-lynx-icons/codepoints.mjs`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sigx/lynx-icons-fa-free",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "Font Awesome Free adapter for @sigx/lynx-icons. Provides solid/regular/brands styles via the official @fortawesome/* packages.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@fortawesome/free-brands-svg-icons": "^6.0.0",
|
|
29
29
|
"@fortawesome/free-regular-svg-icons": "^6.0.0",
|
|
30
30
|
"@fortawesome/free-solid-svg-icons": "^6.0.0",
|
|
31
|
-
"@sigx/lynx": "^0.4.
|
|
32
|
-
"@sigx/lynx-icons": "^0.4.
|
|
31
|
+
"@sigx/lynx": "^0.4.4",
|
|
32
|
+
"@sigx/lynx-icons": "^0.4.4"
|
|
33
33
|
},
|
|
34
34
|
"peerDependenciesMeta": {
|
|
35
35
|
"@fortawesome/free-brands-svg-icons": {
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@types/node": "^25.9.1",
|
|
48
48
|
"@typescript/native-preview": "7.0.0-dev.20260521.1",
|
|
49
49
|
"typescript": "^6.0.3",
|
|
50
|
-
"@sigx/lynx": "^0.4.
|
|
51
|
-
"@sigx/lynx-icons": "^0.4.
|
|
50
|
+
"@sigx/lynx": "^0.4.4",
|
|
51
|
+
"@sigx/lynx-icons": "^0.4.4"
|
|
52
52
|
},
|
|
53
53
|
"author": "Andreas Ekdahl",
|
|
54
54
|
"license": "MIT",
|