@luminati-io/uikit 6.3.17 → 6.3.18
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +24 -24
- package/dist/index.js.map +1 -1
- package/dist/umd/uikit.development.js +1134 -1347
- package/dist/umd/uikit.development.js.map +1 -1
- package/dist/umd/uikit.production.min.js +24 -24
- package/package.json +10 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "6.3.
|
3
|
+
"version": "6.3.18",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
@@ -11,7 +11,11 @@
|
|
11
11
|
"dist"
|
12
12
|
],
|
13
13
|
"dependencies": {
|
14
|
+
"@dnd-kit/core": "^6.1.0",
|
15
|
+
"@dnd-kit/sortable": "^8.0.0",
|
16
|
+
"@dnd-kit/utilities": "^3.2.2",
|
14
17
|
"@popperjs/core": "^2.11.8",
|
18
|
+
"@rc-component/trigger": "^2.2.5",
|
15
19
|
"@react-spring/web": "^9.7.5",
|
16
20
|
"@visx/curve": "^3.12.0",
|
17
21
|
"@visx/legend": "^3.12.0",
|
@@ -25,21 +29,16 @@
|
|
25
29
|
"lodash": "^4.17.21",
|
26
30
|
"postcss": "^8.4.49",
|
27
31
|
"prismjs": "^1.29.0",
|
28
|
-
"react-beautiful-dnd": "^13.1.1",
|
29
|
-
"react-day-picker": "^8.10.1",
|
30
|
-
"react-hot-toast": "^2.4.1",
|
31
|
-
"react-popper": "^2.3.0",
|
32
|
-
"react-select": "^5.8.3",
|
33
|
-
"@dnd-kit/core": "^6.1.0",
|
34
|
-
"@dnd-kit/sortable": "^8.0.0",
|
35
|
-
"@dnd-kit/utilities": "^3.2.2",
|
36
|
-
"@rc-component/trigger": "^2.2.5",
|
37
32
|
"rc-dialog": "^9.6.0",
|
38
33
|
"rc-drawer": "^7.2.0",
|
39
34
|
"rc-tabs": "^15.4.0",
|
40
35
|
"rc-tooltip": "^6.2.1",
|
41
36
|
"rc-util": "^5.43.0",
|
42
|
-
"
|
37
|
+
"react-beautiful-dnd": "^13.1.1",
|
38
|
+
"react-day-picker": "^8.10.1",
|
39
|
+
"react-hot-toast": "^2.4.1",
|
40
|
+
"react-popper": "^2.3.0",
|
41
|
+
"react-select": "^5.8.3"
|
43
42
|
},
|
44
43
|
"peerDependencies": {
|
45
44
|
"prop-types": ">=15.8.1",
|
@@ -70,7 +69,6 @@
|
|
70
69
|
"babel-plugin-lodash": "^3.3.4",
|
71
70
|
"babel-plugin-prismjs": "^2.1.0",
|
72
71
|
"babel-plugin-styled-components": "^2.1.4",
|
73
|
-
"classnames": "^2.5.1",
|
74
72
|
"country-flag-icons": "^1.5.13",
|
75
73
|
"libphonenumber-js": "^1.11.14",
|
76
74
|
"prop-types": "^15.8.1",
|