@kubit-ui-web/react-components 2.0.0-beta.43 → 2.0.0-beta.44

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubit-ui-web/react-components",
3
- "version": "2.0.0-beta.43",
3
+ "version": "2.0.0-beta.44",
4
4
  "description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
5
5
  "author": {
6
6
  "name": "Kubit",
@@ -161,11 +161,11 @@
161
161
  "devDependencies": {
162
162
  "prismjs": "^1.30.0",
163
163
  "@figma/code-connect": "^1.3.12",
164
- "@storybook/addon-a11y": "^10.1.11",
164
+ "@storybook/addon-a11y": "^10.2.0",
165
165
  "@storybook/addon-coverage": "^3.0.0",
166
- "@storybook/addon-docs": "^10.1.11",
167
- "@storybook/addon-links": "^10.1.11",
168
- "@storybook/react-vite": "^10.1.11",
166
+ "@storybook/addon-docs": "^10.2.0",
167
+ "@storybook/addon-links": "^10.2.0",
168
+ "@storybook/react-vite": "^10.2.0",
169
169
  "@testing-library/dom": "^10.4.1",
170
170
  "@testing-library/jest-dom": "^6.9.1",
171
171
  "@testing-library/react": "^16.3.2",
@@ -179,7 +179,7 @@
179
179
  "@vitejs/plugin-react": "^5.1.2",
180
180
  "@vitest/coverage-v8": "^4.0.17",
181
181
  "@vitest/ui": "^4.0.17",
182
- "bernova": "1.2.2",
182
+ "bernova": "1.3.1",
183
183
  "chromatic": "^13.3.5",
184
184
  "cssnano": "^7.1.2",
185
185
  "eslint": "^9.39.2",
@@ -192,12 +192,12 @@
192
192
  "prettier": "^3.8.0",
193
193
  "react": "18.3.1",
194
194
  "react-dom": "18.3.1",
195
- "storybook": "^10.1.11",
195
+ "storybook": "^10.2.0",
196
196
  "storybook-addon-deep-controls": "^0.10.0",
197
- "storybook-addon-pseudo-states": "^10.1.11",
197
+ "storybook-addon-pseudo-states": "^10.2.0",
198
198
  "terser": "^5.46.0",
199
199
  "typescript": "^5.9.3",
200
- "typescript-eslint": "^8.53.0",
200
+ "typescript-eslint": "^8.53.1",
201
201
  "vite": "^8.0.0-beta.7",
202
202
  "vite-plugin-dts": "^4.5.4",
203
203
  "vite-tsconfig-paths": "^6.0.4",
@@ -230,7 +230,7 @@
230
230
  "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
231
231
  "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
232
232
  "predist": "rm -rf dist",
233
- "dist": "vite build && npx bv-build --css styles",
233
+ "dist": "vite build && npx bv-build --embed-css",
234
234
  "test": "pnpm lint && pnpm typecheck && vitest --coverage.enabled=true --silent --run",
235
235
  "test:ci": "vitest --ui --coverage.enabled=true",
236
236
  "test:watch": "vitest --watch",