@luminati-io/uikit 6.3.16 → 6.3.17

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminati-io/uikit",
3
- "version": "6.3.16",
3
+ "version": "6.3.17",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
@@ -29,7 +29,17 @@
29
29
  "react-day-picker": "^8.10.1",
30
30
  "react-hot-toast": "^2.4.1",
31
31
  "react-popper": "^2.3.0",
32
- "react-select": "^5.8.3"
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
+ "rc-dialog": "^9.6.0",
38
+ "rc-drawer": "^7.2.0",
39
+ "rc-tabs": "^15.4.0",
40
+ "rc-tooltip": "^6.2.1",
41
+ "rc-util": "^5.43.0",
42
+ "resize-observer-polyfill": "^1.5.1"
33
43
  },
34
44
  "peerDependencies": {
35
45
  "prop-types": ">=15.8.1",
@@ -44,10 +54,6 @@
44
54
  "@babel/preset-env": "^7.26.0",
45
55
  "@babel/preset-react": "^7.25.9",
46
56
  "@chromatic-com/storybook": "^3.2.2",
47
- "@dnd-kit/core": "^6.1.0",
48
- "@dnd-kit/sortable": "^8.0.0",
49
- "@dnd-kit/utilities": "^3.2.2",
50
- "@rc-component/trigger": "^2.2.5",
51
57
  "@storybook/addon-a11y": "^8.4.4",
52
58
  "@storybook/addon-actions": "^8.4.4",
53
59
  "@storybook/addon-essentials": "^8.4.4",
@@ -69,17 +75,11 @@
69
75
  "libphonenumber-js": "^1.11.14",
70
76
  "prop-types": "^15.8.1",
71
77
  "raw-loader": "^4.0.2",
72
- "rc-dialog": "^9.6.0",
73
- "rc-drawer": "^7.2.0",
74
- "rc-tabs": "^15.4.0",
75
- "rc-tooltip": "^6.2.1",
76
- "rc-util": "^5.43.0",
77
78
  "react": "^18.3.1",
78
79
  "react-dom": "^18.3.1",
79
80
  "react-table": "^7.8.0",
80
81
  "react-virtualized": "^9.22.5",
81
82
  "remark-gfm": "^4.0.0",
82
- "resize-observer-polyfill": "^1.5.1",
83
83
  "storybook": "^8.4.4",
84
84
  "styled-components": "^6.1.13",
85
85
  "svg-sprite-loader": "^6.0.11",