@codeandfunction/callaloo 3.12.2 → 3.12.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.
- package/dist/assets/styles.css +1 -1
- package/dist/chunks/icons.hu757pLK.js +5 -0
- package/dist/index.js +2704 -2697
- package/dist/stats.json +3210 -0
- package/package.json +6 -2
package/package.json
CHANGED
|
@@ -17,12 +17,13 @@
|
|
|
17
17
|
"ui components",
|
|
18
18
|
"vuejs"
|
|
19
19
|
],
|
|
20
|
-
"version": "3.12.
|
|
20
|
+
"version": "3.12.3",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"type": "module",
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "pnpm export:icons && vite build",
|
|
25
25
|
"build:storybook": "pnpm export:icons && pnpm storybook build",
|
|
26
|
+
"bundle-analyze": "npx vite-bundle-analyzer dist/index.js",
|
|
26
27
|
"coverage": "vitest run --coverage",
|
|
27
28
|
"export:icons": "npx tsx scripts/export-icons.ts",
|
|
28
29
|
"export:meta": "npx tsx scripts/export-meta.ts",
|
|
@@ -39,7 +40,8 @@
|
|
|
39
40
|
"test:storybook": "test-storybook --url http://127.0.0.1:4400"
|
|
40
41
|
},
|
|
41
42
|
"files": [
|
|
42
|
-
"dist"
|
|
43
|
+
"dist",
|
|
44
|
+
"!dist/stats.html"
|
|
43
45
|
],
|
|
44
46
|
"main": "./dist/index.umd.cjs",
|
|
45
47
|
"module": "./dist/index.js",
|
|
@@ -88,6 +90,7 @@
|
|
|
88
90
|
"lodash-es": "^4.17.21",
|
|
89
91
|
"murmurhash": "^2.0.1",
|
|
90
92
|
"playwright": "^1.54.2",
|
|
93
|
+
"rollup-plugin-visualizer": "^6.0.4",
|
|
91
94
|
"sass": "^1.89.2",
|
|
92
95
|
"semantic-release": "^24.2.7",
|
|
93
96
|
"storybook": "^9.1.9",
|
|
@@ -96,6 +99,7 @@
|
|
|
96
99
|
"tsx": "^4.20.6",
|
|
97
100
|
"unplugin-auto-import": "^19.3.0",
|
|
98
101
|
"vite": "^6.3.6",
|
|
102
|
+
"vite-bundle-analyzer": "^1.2.3",
|
|
99
103
|
"vite-plugin-dts": "^4.5.4",
|
|
100
104
|
"vite-tsconfig-paths": "^5.1.4",
|
|
101
105
|
"vitest": "3.2.4",
|