@luminati-io/uikit 6.2.13 → 6.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/umd/uikit.development.js +67208 -56289
- package/dist/umd/uikit.development.js.map +1 -1
- package/dist/umd/uikit.production.min.js +24 -24
- package/package.json +11 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.3.0",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
@@ -39,10 +39,13 @@
|
|
39
39
|
"styled-components": ">=6.1.13"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
|
-
"@babel/core": "^7.25.
|
43
|
-
"@babel/preset-env": "^7.25.
|
44
|
-
"@babel/preset-react": "^7.
|
42
|
+
"@babel/core": "^7.25.8",
|
43
|
+
"@babel/preset-env": "^7.25.8",
|
44
|
+
"@babel/preset-react": "^7.25.7",
|
45
45
|
"@chromatic-com/storybook": "^2.0.2",
|
46
|
+
"@dnd-kit/core": "^6.1.0",
|
47
|
+
"@dnd-kit/sortable": "^8.0.0",
|
48
|
+
"@dnd-kit/utilities": "^3.2.2",
|
46
49
|
"@rc-component/trigger": "^2.2.3",
|
47
50
|
"@storybook/addon-a11y": "^8.3.4",
|
48
51
|
"@storybook/addon-actions": "^8.3.4",
|
@@ -56,23 +59,25 @@
|
|
56
59
|
"@storybook/test": "^8.3.4",
|
57
60
|
"@storybook/test-runner": "^0.19.1",
|
58
61
|
"@storybook/theming": "^8.3.4",
|
59
|
-
"babel-loader": "9.1
|
62
|
+
"babel-loader": "9.2.1",
|
60
63
|
"babel-plugin-lodash": "^3.3.4",
|
61
64
|
"babel-plugin-prismjs": "^2.1.0",
|
62
65
|
"babel-plugin-styled-components": "^2.1.4",
|
63
66
|
"classnames": "^2.5.1",
|
64
67
|
"country-flag-icons": "^1.5.13",
|
65
|
-
"libphonenumber-js": "^1.
|
68
|
+
"libphonenumber-js": "^1.11.12",
|
66
69
|
"prop-types": "^15.8.1",
|
67
70
|
"raw-loader": "^4.0.2",
|
68
71
|
"rc-dialog": "^9.6.0",
|
69
72
|
"rc-drawer": "^7.2.0",
|
73
|
+
"rc-tabs": "^15.3.0",
|
70
74
|
"rc-tooltip": "^6.2.1",
|
71
75
|
"rc-util": "^5.43.0",
|
72
76
|
"react": "^18.3.1",
|
73
77
|
"react-dom": "^18.3.1",
|
74
78
|
"react-table": "^7.8.0",
|
75
79
|
"react-virtualized": "^9.22.5",
|
80
|
+
"remark-gfm": "^4.0.0",
|
76
81
|
"resize-observer-polyfill": "^1.5.1",
|
77
82
|
"storybook": "^8.3.4",
|
78
83
|
"styled-components": "^6.1.13",
|