@oliasoft-open-source/react-ui-library 5.6.4 → 5.6.5-beta-1
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/dist/global.css +1 -1
- package/dist/index.d.ts +50 -3
- package/dist/index.js +1300 -871
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.5-beta-1",
|
|
4
4
|
"description": "Reusable UI components for React projects",
|
|
5
5
|
"homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
|
|
6
6
|
"bugs": {
|
|
@@ -88,6 +88,9 @@
|
|
|
88
88
|
"styled-components": "^6.1.15"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
+
"@dnd-kit/core": "^6.3.1",
|
|
92
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
93
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
91
94
|
"@eslint/eslintrc": "^3.3.0",
|
|
92
95
|
"@eslint/js": "^9.21.0",
|
|
93
96
|
"@mdx-js/react": "^3",
|
|
@@ -146,12 +149,12 @@
|
|
|
146
149
|
"vite-plugin-html": "^3.2.2",
|
|
147
150
|
"vite-preset-react": "^2.3.0",
|
|
148
151
|
"vite-tsconfig-paths": "^5.1.4",
|
|
149
|
-
"vitest": "^3.0.7"
|
|
150
|
-
"@dnd-kit/core": "^6.3.1",
|
|
151
|
-
"@dnd-kit/sortable": "^8.0.0",
|
|
152
|
-
"@dnd-kit/utilities": "^3.2.2"
|
|
152
|
+
"vitest": "^3.0.7"
|
|
153
153
|
},
|
|
154
154
|
"peerDependencies": {
|
|
155
|
+
"@dnd-kit/core": "^6.3.1",
|
|
156
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
157
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
155
158
|
"@oliasoft-open-source/units": "^4.3.1",
|
|
156
159
|
"ajv": "^8.17.1",
|
|
157
160
|
"ajv-errors": "^3.0.0",
|
|
@@ -159,10 +162,7 @@
|
|
|
159
162
|
"lodash": "^4",
|
|
160
163
|
"prop-types": "^15",
|
|
161
164
|
"react": ">=17 <19",
|
|
162
|
-
"react-dom": ">= 17 <19"
|
|
163
|
-
"@dnd-kit/core": "^6.3.1",
|
|
164
|
-
"@dnd-kit/sortable": "^8.0.0",
|
|
165
|
-
"@dnd-kit/utilities": "^3.2.2"
|
|
165
|
+
"react-dom": ">= 17 <19"
|
|
166
166
|
},
|
|
167
167
|
"resolutions": {
|
|
168
168
|
"jackspeak": "2.1.1"
|