@kubit-ui-web/react-components 2.0.0-beta.33 → 2.0.0-beta.35

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.33",
3
+ "version": "2.0.0-beta.35",
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",
@@ -105,9 +105,7 @@
105
105
  "types": "./dist/types/index.d.ts",
106
106
  "import": "./dist/esm/lib/provider/*/index.js",
107
107
  "require": "./dist/cjs/lib/provider/*/index.js"
108
- },
109
- "./styles/default/default.css": "./dist/styles/default/default.css",
110
- "./styles/default/default.min.css": "./dist/styles/default/default.min.css"
108
+ }
111
109
  },
112
110
  "typesVersions": {
113
111
  "*": {
@@ -124,8 +122,7 @@
124
122
  "react-dom": ">=17.0.0 || >=18.3.1"
125
123
  },
126
124
  "dependencies": {
127
- "@floating-ui/dom": "^1.7.4",
128
- "@types/prismjs": "^1.26.5"
125
+ "@floating-ui/dom": "^1.7.4"
129
126
  },
130
127
  "devDependencies": {
131
128
  "prismjs": "^1.30.0",
@@ -144,10 +141,11 @@
144
141
  "@types/react": "^18.3.12",
145
142
  "@types/react-dom": "^18.3.1",
146
143
  "@types/testing-library__jest-dom": "^6.0.0",
144
+ "@types/prismjs": "^1.26.5",
147
145
  "@vitejs/plugin-react": "^5.1.2",
148
146
  "@vitest/coverage-v8": "^4.0.17",
149
147
  "@vitest/ui": "^4.0.17",
150
- "bernova": "1.2.1",
148
+ "bernova": "1.2.2",
151
149
  "chromatic": "^13.3.5",
152
150
  "cssnano": "^7.1.2",
153
151
  "eslint": "^9.39.2",