@accelint/design-toolkit 8.1.1 → 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": {
|
|
@@ -123,17 +123,17 @@
|
|
|
123
123
|
"vitest": "^4.0.8",
|
|
124
124
|
"zod": "^4.1.12",
|
|
125
125
|
"@accelint/biome-config": "1.0.2",
|
|
126
|
-
"@accelint/bus": "3.0.
|
|
126
|
+
"@accelint/bus": "3.0.1",
|
|
127
127
|
"@accelint/constellation-tracker": "1.0.1",
|
|
128
|
-
"@accelint/core": "0.5.
|
|
129
|
-
"@accelint/design-foundation": "1.0.
|
|
130
|
-
"@accelint/geo": "0.4.
|
|
131
|
-
"@accelint/icons": "2.1.
|
|
132
|
-
"@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",
|
|
133
134
|
"@accelint/prettier-config": "0.2.0",
|
|
134
|
-
"@accelint/temporal": "0.1.
|
|
135
|
+
"@accelint/temporal": "0.1.3",
|
|
135
136
|
"@accelint/typescript-config": "0.1.4",
|
|
136
|
-
"@accelint/postcss-tailwind-css-modules": "1.0.0",
|
|
137
137
|
"@accelint/vitest-config": "0.1.5"
|
|
138
138
|
},
|
|
139
139
|
"peerDependencies": {
|
|
@@ -163,13 +163,13 @@
|
|
|
163
163
|
"react-querybuilder": "8.10.0",
|
|
164
164
|
"uuid": "^11.1.0",
|
|
165
165
|
"zod": "^4.1.12",
|
|
166
|
-
"@accelint/bus": "3.0.
|
|
167
|
-
"@accelint/core": "0.5.
|
|
168
|
-
"@accelint/design-foundation": "1.0.
|
|
169
|
-
"@accelint/geo": "0.4.
|
|
170
|
-
"@accelint/icons": "2.1.
|
|
171
|
-
"@accelint/logger": "0.1.
|
|
172
|
-
"@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"
|
|
173
173
|
},
|
|
174
174
|
"publishConfig": {
|
|
175
175
|
"access": "public"
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
"preview": "pnpm storybook dev -p 6006",
|
|
187
187
|
"preview:docs": "pnpm storybook dev --docs -p 6006",
|
|
188
188
|
"test": "pnpm vitest --dir=src",
|
|
189
|
-
"test:watch": "pnpm vitest --dir=src --watch"
|
|
189
|
+
"test:watch": "pnpm vitest --dir=src --watch",
|
|
190
|
+
"typecheck": "tsc --noEmit"
|
|
190
191
|
}
|
|
191
192
|
}
|