@zvoove/unity-ui 2.37.0 → 2.38.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 → CodeBlock.highlighter-h_hN6dvi.cjs} +1 -1
- package/dist/{rolldown-runtime-CpT3Q5gs.cjs → rolldown-runtime-C4w0-XYz.cjs} +1 -1
- package/dist/unity-ui.cjs.js +1 -1
- package/dist/unity-ui.css +2 -2
- package/dist/unity-ui.d.ts +10 -3
- package/dist/unity-ui.es.js +171 -162
- package/package.json +24 -36
package/package.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zvoove/unity-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.38.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/zvoove-org/unity-ui.git"
|
|
7
7
|
},
|
|
8
8
|
"license": "ISC",
|
|
9
|
-
"packageManager": "pnpm@
|
|
9
|
+
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
|
|
10
10
|
"main": "dist/unity-ui.cjs.js",
|
|
11
11
|
"module": "dist/unity-ui.es.js",
|
|
12
|
+
"types": "./dist/unity-ui.d.ts",
|
|
12
13
|
"exports": {
|
|
13
14
|
".": {
|
|
14
15
|
"types": "./dist/unity-ui.d.ts",
|
|
@@ -61,27 +62,27 @@
|
|
|
61
62
|
"@eslint/eslintrc": "^3.3.6",
|
|
62
63
|
"@eslint/js": "^10.0.1",
|
|
63
64
|
"@phosphor-icons/react": "^2.1.10",
|
|
64
|
-
"@storybook/addon-a11y": "^10.5.
|
|
65
|
-
"@storybook/addon-docs": "^10.5.
|
|
66
|
-
"@storybook/addon-links": "^10.5.
|
|
65
|
+
"@storybook/addon-a11y": "^10.5.5",
|
|
66
|
+
"@storybook/addon-docs": "^10.5.5",
|
|
67
|
+
"@storybook/addon-links": "^10.5.5",
|
|
67
68
|
"@storybook/addon-mcp": "^0.7.0",
|
|
68
|
-
"@storybook/addon-themes": "^10.5.
|
|
69
|
-
"@storybook/react-vite": "^10.5.
|
|
70
|
-
"@tailwindcss/postcss": "^4.3.
|
|
71
|
-
"@tailwindcss/vite": "^4.3.
|
|
69
|
+
"@storybook/addon-themes": "^10.5.5",
|
|
70
|
+
"@storybook/react-vite": "^10.5.5",
|
|
71
|
+
"@tailwindcss/postcss": "^4.3.3",
|
|
72
|
+
"@tailwindcss/vite": "^4.3.3",
|
|
72
73
|
"@testing-library/dom": "^10.4.1",
|
|
73
|
-
"@testing-library/jest-dom": "^
|
|
74
|
+
"@testing-library/jest-dom": "^7.0.0",
|
|
74
75
|
"@testing-library/react": "^16.3.2",
|
|
75
76
|
"@testing-library/user-event": "^14.6.1",
|
|
76
77
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
77
78
|
"@types/enzyme": "^3.10.19",
|
|
78
|
-
"@types/node": "^26.1.
|
|
79
|
+
"@types/node": "^26.1.2",
|
|
79
80
|
"@types/react": "^19.2.14",
|
|
80
81
|
"@types/react-dom": "^19.2.3",
|
|
81
82
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
82
83
|
"@typescript-eslint/eslint-plugin": "^8.65.0",
|
|
83
84
|
"@typescript-eslint/parser": "^8.65.0",
|
|
84
|
-
"@vitejs/plugin-react": "^6.0.
|
|
85
|
+
"@vitejs/plugin-react": "^6.0.5",
|
|
85
86
|
"@vitest/coverage-v8": "^4.1.10",
|
|
86
87
|
"@vitest/ui": "^4.1.10",
|
|
87
88
|
"chromatic": "^18.1.0",
|
|
@@ -91,17 +92,17 @@
|
|
|
91
92
|
"cz-conventional-changelog": "^3.3.0",
|
|
92
93
|
"enzyme": "^3.11.0",
|
|
93
94
|
"esbuild": "0.28.1",
|
|
94
|
-
"eslint": "^10.
|
|
95
|
+
"eslint": "^10.8.0",
|
|
95
96
|
"eslint-config-prettier": "^10.1.8",
|
|
96
97
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
97
98
|
"eslint-plugin-prettier": "^5.5.6",
|
|
98
99
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
99
100
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
100
|
-
"eslint-plugin-storybook": "^10.5.
|
|
101
|
-
"globals": "^17.
|
|
101
|
+
"eslint-plugin-storybook": "^10.5.5",
|
|
102
|
+
"globals": "^17.8.0",
|
|
102
103
|
"husky": "^9.1.7",
|
|
103
|
-
"jsdom": "^
|
|
104
|
-
"lint-staged": "^17.0
|
|
104
|
+
"jsdom": "^30.0.1",
|
|
105
|
+
"lint-staged": "^17.3.0",
|
|
105
106
|
"prettier": "^3.9.6",
|
|
106
107
|
"react": "^19.2.4",
|
|
107
108
|
"react-dom": "^19.2.4",
|
|
@@ -111,37 +112,24 @@
|
|
|
111
112
|
"remark-gfm": "^4.0.1",
|
|
112
113
|
"resize-observer-polyfill": "^1.5.1",
|
|
113
114
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
114
|
-
"storybook": "
|
|
115
|
+
"storybook": "catalog:",
|
|
115
116
|
"tailwind-merge": "^3.6.0",
|
|
116
|
-
"tailwind-variants": "^3.
|
|
117
|
-
"tailwindcss": "^4.3.
|
|
117
|
+
"tailwind-variants": "^3.3.0",
|
|
118
|
+
"tailwindcss": "^4.3.3",
|
|
118
119
|
"terser": "^5.49.0",
|
|
119
|
-
"typescript": "
|
|
120
|
-
"vite": "^8.
|
|
120
|
+
"typescript": "catalog:",
|
|
121
|
+
"vite": "^8.2.0",
|
|
121
122
|
"vite-plugin-dts": "^4.5.4",
|
|
122
123
|
"vite-plugin-static-copy": "^4.1.1",
|
|
123
124
|
"vitest": "^4.1.10"
|
|
124
125
|
},
|
|
125
|
-
"pnpm": {
|
|
126
|
-
"overrides": {
|
|
127
|
-
"esbuild": "0.28.1",
|
|
128
|
-
"storybook": "$storybook",
|
|
129
|
-
"@microsoft/api-extractor>typescript": "$typescript",
|
|
130
|
-
"@microsoft/api-extractor>minimatch": ">=10.2.3",
|
|
131
|
-
"lodash": ">=4.17.23",
|
|
132
|
-
"tmp": ">=0.2.4"
|
|
133
|
-
},
|
|
134
|
-
"onlyBuiltDependencies": [
|
|
135
|
-
"esbuild"
|
|
136
|
-
]
|
|
137
|
-
},
|
|
138
126
|
"config": {
|
|
139
127
|
"commitizen": {
|
|
140
128
|
"path": "./node_modules/cz-conventional-changelog"
|
|
141
129
|
}
|
|
142
130
|
},
|
|
143
131
|
"optionalDependencies": {
|
|
144
|
-
"lightningcss-linux-x64-gnu": "^1.
|
|
132
|
+
"lightningcss-linux-x64-gnu": "^1.33.0"
|
|
145
133
|
},
|
|
146
134
|
"lint-staged": {
|
|
147
135
|
"*.{js,jsx,ts,tsx}": [
|