@zvoove/unity-ui 2.35.2 → 2.36.0
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/CodeBlock.highlighter-C9V8BQk6.cjs +1 -0
- package/dist/bin/cli.mjs +12 -3
- package/dist/bin/generate-skills.mjs +7 -2
- package/dist/rolldown-runtime-CpT3Q5gs.cjs +1 -0
- package/dist/unity-ui.cjs.js +1 -1
- package/dist/unity-ui.css +1 -1
- package/dist/unity-ui.d.ts +2 -0
- package/dist/unity-ui.es.js +156 -155
- package/package.json +25 -24
- package/dist/CodeBlock.highlighter-DjZPhMA9.cjs +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zvoove/unity-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.36.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/zvoove-org/unity-ui.git"
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "tsc && vite build && pnpm run build:cli",
|
|
39
|
+
"build:watch": "vite build --watch",
|
|
39
40
|
"build:cli": "esbuild bin/cli.mjs bin/generate-skills.mjs --bundle --platform=node --format=esm --out-extension:.js=.mjs --banner:js='#!/usr/bin/env node\nimport{createRequire}from\"module\";const require=createRequire(import.meta.url);' --outdir=dist/bin",
|
|
40
41
|
"test": "vitest",
|
|
41
42
|
"storybook": "cross-env VITE_CJS_IGNORE_WARNING=true storybook dev -p 6006",
|
|
@@ -54,20 +55,20 @@
|
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"@chromatic-com/storybook": "^5.2.1",
|
|
57
|
-
"@commitlint/cli": "^21.
|
|
58
|
-
"@commitlint/config-conventional": "^21.0
|
|
58
|
+
"@commitlint/cli": "^21.2.1",
|
|
59
|
+
"@commitlint/config-conventional": "^21.2.0",
|
|
59
60
|
"@eslint/compat": "^2.1.0",
|
|
60
61
|
"@eslint/eslintrc": "^3.3.5",
|
|
61
62
|
"@eslint/js": "^10.0.1",
|
|
62
63
|
"@phosphor-icons/react": "^2.1.10",
|
|
63
|
-
"@storybook/addon-a11y": "^10.
|
|
64
|
-
"@storybook/addon-docs": "^10.
|
|
65
|
-
"@storybook/addon-links": "^10.
|
|
66
|
-
"@storybook/addon-mcp": "^0.
|
|
67
|
-
"@storybook/addon-themes": "^10.
|
|
68
|
-
"@storybook/react-vite": "^10.
|
|
69
|
-
"@tailwindcss/postcss": "^4.3.
|
|
70
|
-
"@tailwindcss/vite": "^4.3.
|
|
64
|
+
"@storybook/addon-a11y": "^10.5.3",
|
|
65
|
+
"@storybook/addon-docs": "^10.5.3",
|
|
66
|
+
"@storybook/addon-links": "^10.5.3",
|
|
67
|
+
"@storybook/addon-mcp": "^0.7.0",
|
|
68
|
+
"@storybook/addon-themes": "^10.5.3",
|
|
69
|
+
"@storybook/react-vite": "^10.5.3",
|
|
70
|
+
"@tailwindcss/postcss": "^4.3.2",
|
|
71
|
+
"@tailwindcss/vite": "^4.3.2",
|
|
71
72
|
"@testing-library/dom": "^10.4.1",
|
|
72
73
|
"@testing-library/jest-dom": "^6.9.1",
|
|
73
74
|
"@testing-library/react": "^16.3.2",
|
|
@@ -80,23 +81,23 @@
|
|
|
80
81
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
81
82
|
"@typescript-eslint/eslint-plugin": "^8.60.1",
|
|
82
83
|
"@typescript-eslint/parser": "^8.60.1",
|
|
83
|
-
"@vitejs/plugin-react": "^6.0.
|
|
84
|
-
"@vitest/coverage-v8": "^4.1.
|
|
85
|
-
"@vitest/ui": "^4.1.
|
|
86
|
-
"chromatic": "^
|
|
84
|
+
"@vitejs/plugin-react": "^6.0.4",
|
|
85
|
+
"@vitest/coverage-v8": "^4.1.10",
|
|
86
|
+
"@vitest/ui": "^4.1.10",
|
|
87
|
+
"chromatic": "^18.1.0",
|
|
87
88
|
"commander": "^14.0.3",
|
|
88
|
-
"commitizen": "^4.3.
|
|
89
|
+
"commitizen": "^4.3.2",
|
|
89
90
|
"cross-env": "^10.1.0",
|
|
90
91
|
"cz-conventional-changelog": "^3.3.0",
|
|
91
92
|
"enzyme": "^3.11.0",
|
|
92
|
-
"esbuild": "0.28.
|
|
93
|
+
"esbuild": "0.28.1",
|
|
93
94
|
"eslint": "^10.4.1",
|
|
94
95
|
"eslint-config-prettier": "^10.1.8",
|
|
95
96
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
96
97
|
"eslint-plugin-prettier": "^5.5.6",
|
|
97
98
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
98
99
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
99
|
-
"eslint-plugin-storybook": "^10.
|
|
100
|
+
"eslint-plugin-storybook": "^10.5.3",
|
|
100
101
|
"globals": "^17.6.0",
|
|
101
102
|
"husky": "^9.1.7",
|
|
102
103
|
"jsdom": "^29.1.1",
|
|
@@ -110,20 +111,20 @@
|
|
|
110
111
|
"remark-gfm": "^4.0.1",
|
|
111
112
|
"resize-observer-polyfill": "^1.5.1",
|
|
112
113
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
113
|
-
"storybook": "^10.
|
|
114
|
+
"storybook": "^10.5.3",
|
|
114
115
|
"tailwind-merge": "^3.6.0",
|
|
115
116
|
"tailwind-variants": "^3.2.2",
|
|
116
|
-
"tailwindcss": "^4.3.
|
|
117
|
-
"terser": "^5.
|
|
117
|
+
"tailwindcss": "^4.3.2",
|
|
118
|
+
"terser": "^5.49.0",
|
|
118
119
|
"typescript": "^5.9.3",
|
|
119
|
-
"vite": "^8.
|
|
120
|
+
"vite": "^8.1.5",
|
|
120
121
|
"vite-plugin-dts": "^4.5.4",
|
|
121
122
|
"vite-plugin-static-copy": "^4.1.1",
|
|
122
|
-
"vitest": "^4.1.
|
|
123
|
+
"vitest": "^4.1.10"
|
|
123
124
|
},
|
|
124
125
|
"pnpm": {
|
|
125
126
|
"overrides": {
|
|
126
|
-
"esbuild": "0.28.
|
|
127
|
+
"esbuild": "0.28.1",
|
|
127
128
|
"storybook": "$storybook",
|
|
128
129
|
"@microsoft/api-extractor>typescript": "$typescript",
|
|
129
130
|
"@microsoft/api-extractor>minimatch": ">=10.2.3",
|