@accelint/design-toolkit 8.1.0 → 8.1.2
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/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"ui"
|
|
12
12
|
],
|
|
13
13
|
"subPath": "packages/design-toolkit",
|
|
14
|
-
"version": "8.1.
|
|
14
|
+
"version": "8.1.2",
|
|
15
15
|
"private": false,
|
|
16
16
|
"license": "Apache-2.0",
|
|
17
17
|
"repository": {
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
"@types/node": "^24.9.0",
|
|
101
101
|
"@types/react": "19.1.13",
|
|
102
102
|
"@types/react-dom": "19.1.11",
|
|
103
|
+
"@vitejs/plugin-react": "^4.3.2",
|
|
103
104
|
"autoprefixer": "^10.4.21",
|
|
104
105
|
"client-only": "^0.0.1",
|
|
105
106
|
"esbuild-fix-imports-plugin": "^1.0.23",
|
|
@@ -122,15 +123,16 @@
|
|
|
122
123
|
"vitest": "^4.0.8",
|
|
123
124
|
"zod": "^4.1.12",
|
|
124
125
|
"@accelint/biome-config": "1.0.2",
|
|
125
|
-
"@accelint/bus": "3.0.
|
|
126
|
+
"@accelint/bus": "3.0.1",
|
|
126
127
|
"@accelint/constellation-tracker": "1.0.1",
|
|
127
|
-
"@accelint/core": "0.5.
|
|
128
|
-
"@accelint/
|
|
129
|
-
"@accelint/
|
|
130
|
-
"@accelint/
|
|
131
|
-
"@accelint/logger": "0.1.
|
|
128
|
+
"@accelint/core": "0.5.1",
|
|
129
|
+
"@accelint/design-foundation": "1.0.2",
|
|
130
|
+
"@accelint/geo": "0.4.1",
|
|
131
|
+
"@accelint/icons": "2.1.1",
|
|
132
|
+
"@accelint/logger": "0.1.3",
|
|
133
|
+
"@accelint/postcss-tailwind-css-modules": "1.0.0",
|
|
132
134
|
"@accelint/prettier-config": "0.2.0",
|
|
133
|
-
"@accelint/temporal": "0.1.
|
|
135
|
+
"@accelint/temporal": "0.1.3",
|
|
134
136
|
"@accelint/typescript-config": "0.1.4",
|
|
135
137
|
"@accelint/vitest-config": "0.1.5"
|
|
136
138
|
},
|
|
@@ -161,13 +163,13 @@
|
|
|
161
163
|
"react-querybuilder": "8.10.0",
|
|
162
164
|
"uuid": "^11.1.0",
|
|
163
165
|
"zod": "^4.1.12",
|
|
164
|
-
"@accelint/bus": "3.0.
|
|
165
|
-
"@accelint/core": "0.5.
|
|
166
|
-
"@accelint/design-foundation": "1.0.
|
|
167
|
-
"@accelint/geo": "0.4.
|
|
168
|
-
"@accelint/icons": "2.1.
|
|
169
|
-
"@accelint/logger": "0.1.
|
|
170
|
-
"@accelint/temporal": "0.1.
|
|
166
|
+
"@accelint/bus": "3.0.1",
|
|
167
|
+
"@accelint/core": "0.5.1",
|
|
168
|
+
"@accelint/design-foundation": "1.0.2",
|
|
169
|
+
"@accelint/geo": "0.4.1",
|
|
170
|
+
"@accelint/icons": "2.1.1",
|
|
171
|
+
"@accelint/logger": "0.1.3",
|
|
172
|
+
"@accelint/temporal": "0.1.3"
|
|
171
173
|
},
|
|
172
174
|
"publishConfig": {
|
|
173
175
|
"access": "public"
|
|
@@ -184,6 +186,7 @@
|
|
|
184
186
|
"preview": "pnpm storybook dev -p 6006",
|
|
185
187
|
"preview:docs": "pnpm storybook dev --docs -p 6006",
|
|
186
188
|
"test": "pnpm vitest --dir=src",
|
|
187
|
-
"test:watch": "pnpm vitest --dir=src --watch"
|
|
189
|
+
"test:watch": "pnpm vitest --dir=src --watch",
|
|
190
|
+
"typecheck": "tsc --noEmit"
|
|
188
191
|
}
|
|
189
192
|
}
|