@lundal/zed-solid 0.0.18 → 0.0.20
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/index.js +0 -5
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -703,11 +703,6 @@ function Link(props) {
|
|
|
703
703
|
}
|
|
704
704
|
});
|
|
705
705
|
}
|
|
706
|
-
/*!
|
|
707
|
-
* Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
|
|
708
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
709
|
-
* Copyright 2025 Fonticons, Inc.
|
|
710
|
-
*/
|
|
711
706
|
var faCircleXmark = {
|
|
712
707
|
prefix: "fas",
|
|
713
708
|
iconName: "circle-xmark",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lundal/zed-solid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"@fortawesome/free-regular-svg-icons": "7.1.0",
|
|
20
20
|
"@fortawesome/free-solid-svg-icons": "7.1.0",
|
|
21
21
|
"@lundal/zed-css": "file:../css",
|
|
22
|
-
"@solidjs/router": "0.15.
|
|
23
|
-
"solid-js": "1.9.
|
|
24
|
-
"prettier": "3.
|
|
22
|
+
"@solidjs/router": "0.15.4",
|
|
23
|
+
"solid-js": "1.9.10",
|
|
24
|
+
"prettier": "3.7.4",
|
|
25
25
|
"typescript": "5.9.3",
|
|
26
|
-
"vite": "7.
|
|
26
|
+
"vite": "7.3.0",
|
|
27
27
|
"vite-plugin-dts": "4.5.4",
|
|
28
28
|
"vite-plugin-libcss": "1.1.2",
|
|
29
|
-
"vite-plugin-solid": "2.11.
|
|
29
|
+
"vite-plugin-solid": "2.11.10"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@fontsource/inter": "*",
|