@kubit-ui-web/react-components 2.0.0-beta.52 → 2.0.0-beta.54
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/CHANGELOG.md +12 -0
- package/dist/cjs/components/pageControl/helper/positions.js +1 -1
- package/dist/cjs/components/pagination/helpers/getMaxCountersNumber.js +1 -1
- package/dist/cjs/components/popover/hooks/positioning/middlewareUtils.js +1 -1
- package/dist/cjs/components/skeleton/skeleton2.js +1 -1
- package/dist/cjs/components/skeleton/skeletonStandAlone.js +1 -1
- package/dist/cjs/components/slider/utils/slider.utils.js +1 -1
- package/dist/esm/components/pageControl/helper/positions.js +1 -1
- package/dist/esm/components/pagination/helpers/getMaxCountersNumber.js +1 -1
- package/dist/esm/components/popover/hooks/positioning/middlewareUtils.js +1 -1
- package/dist/esm/components/skeleton/skeleton2.js +2 -0
- package/dist/esm/components/skeleton/skeletonStandAlone.js +17 -11
- package/dist/esm/components/slider/utils/slider.utils.js +1 -1
- package/dist/types/index.d.ts +13 -1151
- package/package.json +9 -8
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.54",
|
|
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",
|
|
@@ -150,28 +150,29 @@
|
|
|
150
150
|
"@testing-library/react": "^16.3.2",
|
|
151
151
|
"@testing-library/user-event": "^14.6.1",
|
|
152
152
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
153
|
-
"@types/node": "^25.2.
|
|
153
|
+
"@types/node": "^25.2.3",
|
|
154
154
|
"@types/react": "^18.3.12",
|
|
155
155
|
"@types/react-dom": "^18.3.1",
|
|
156
156
|
"@types/testing-library__jest-dom": "^6.0.0",
|
|
157
|
-
"@vitejs/plugin-react": "^5.1.
|
|
157
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
158
158
|
"@vitest/coverage-v8": "^4.0.18",
|
|
159
159
|
"@vitest/ui": "^4.0.18",
|
|
160
|
-
"
|
|
161
|
-
"eslint
|
|
162
|
-
"
|
|
160
|
+
"bernova": "1.5.0",
|
|
161
|
+
"eslint": "^10.0.0",
|
|
162
|
+
"eslint-config-kubit": "2.0.2",
|
|
163
|
+
"glob": "^13.0.2",
|
|
163
164
|
"html-validate": "^10.7.0",
|
|
164
165
|
"jsdom": "^28.0.0",
|
|
165
166
|
"prettier": "^3.8.1",
|
|
166
167
|
"react": "18.3.1",
|
|
167
168
|
"react-dom": "18.3.1",
|
|
168
169
|
"typescript": "^5.9.3",
|
|
169
|
-
"typescript-eslint": "^8.
|
|
170
|
+
"typescript-eslint": "^8.55.0",
|
|
170
171
|
"vite": "8.0.0-beta.10",
|
|
171
172
|
"vite-plugin-dts": "^4.5.4",
|
|
172
173
|
"vitest": "^4.0.18",
|
|
173
174
|
"vitest-axe": "^0.1.0",
|
|
174
|
-
"@kubit-ui-web/design-system": "2.0.0-beta.
|
|
175
|
+
"@kubit-ui-web/design-system": "2.0.0-beta.13"
|
|
175
176
|
},
|
|
176
177
|
"publishConfig": {
|
|
177
178
|
"access": "public",
|