@kubit-ui-web/react-components 2.0.0-beta.31 → 2.0.0-beta.32
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 +8 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubit-ui-web/react-components",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.32",
|
|
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",
|
|
@@ -101,6 +101,11 @@
|
|
|
101
101
|
"import": "./dist/esm/components/*/index.js",
|
|
102
102
|
"require": "./dist/cjs/components/*/index.js"
|
|
103
103
|
},
|
|
104
|
+
"./provider/*": {
|
|
105
|
+
"types": "./dist/types/index.d.ts",
|
|
106
|
+
"import": "./dist/esm/lib/provider/*/index.js",
|
|
107
|
+
"require": "./dist/cjs/lib/provider/*/index.js"
|
|
108
|
+
},
|
|
104
109
|
"./styles/default/default.css": "./dist/styles/default/default.css",
|
|
105
110
|
"./styles/default/default.min.css": "./dist/styles/default/default.min.css"
|
|
106
111
|
},
|
|
@@ -142,7 +147,7 @@
|
|
|
142
147
|
"@vitejs/plugin-react": "^5.1.2",
|
|
143
148
|
"@vitest/coverage-v8": "^4.0.17",
|
|
144
149
|
"@vitest/ui": "^4.0.17",
|
|
145
|
-
"bernova": "1.
|
|
150
|
+
"bernova": "1.2.0",
|
|
146
151
|
"cssnano": "^7.1.2",
|
|
147
152
|
"eslint": "^9.39.2",
|
|
148
153
|
"eslint-config-kubit": "1.2.0",
|
|
@@ -151,7 +156,7 @@
|
|
|
151
156
|
"html-validate": "^10.5.0",
|
|
152
157
|
"jsdom": "^27.4.0",
|
|
153
158
|
"postcss": "^8.5.6",
|
|
154
|
-
"prettier": "^3.
|
|
159
|
+
"prettier": "^3.8.0",
|
|
155
160
|
"react": "18.3.1",
|
|
156
161
|
"react-dom": "18.3.1",
|
|
157
162
|
"storybook": "^10.1.11",
|