@sunny-base-web/icons 0.8.45 → 0.8.47
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 +1 -9
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -42,14 +42,6 @@ function createIconifyIcon(icon) {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
// src/lucide.ts
|
|
45
|
-
var lucide_exports = {};
|
|
46
|
-
__export(lucide_exports, {
|
|
47
|
-
IconDefault: () => Menu,
|
|
48
|
-
MdiMenuClose: () => ArrowRightFromLine,
|
|
49
|
-
MdiMenuOpen: () => ArrowLeftFromLine
|
|
50
|
-
});
|
|
51
|
-
__reExport(lucide_exports, lucide_vue_next_star);
|
|
52
|
-
import * as lucide_vue_next_star from "lucide-vue-next";
|
|
53
45
|
import {
|
|
54
46
|
Menu,
|
|
55
47
|
ArrowRightFromLine,
|
|
@@ -57,7 +49,7 @@ import {
|
|
|
57
49
|
} from "lucide-vue-next";
|
|
58
50
|
|
|
59
51
|
// src/index.ts
|
|
60
|
-
|
|
52
|
+
export * from "lucide-vue-next";
|
|
61
53
|
import {
|
|
62
54
|
addCollection,
|
|
63
55
|
addIcon,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sunny-base-web/icons",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.47",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"tsup": "^8.5.1",
|
|
30
30
|
"typescript": "^5.7.2",
|
|
31
|
-
"@sunny-base-web/tsconfig": "0.8.
|
|
31
|
+
"@sunny-base-web/tsconfig": "0.8.47"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
|
-
"build": "
|
|
34
|
+
"build": "node build.mjs",
|
|
35
35
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
36
36
|
}
|
|
37
37
|
}
|