@luminati-io/uikit 6.3.14 → 6.3.16
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +3 -0
- package/dist/index.js.LICENSE.txt +1 -0
- package/dist/index.js.map +1 -0
- package/dist/umd/uikit.development.js +2079 -1993
- package/dist/umd/uikit.development.js.map +1 -1
- package/dist/umd/uikit.production.min.js +24 -24
- package/package.json +37 -35
- package/index.js +0 -6
package/package.json
CHANGED
@@ -1,34 +1,35 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "6.3.
|
3
|
+
"version": "6.3.16",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
7
|
-
"
|
7
|
+
"source": "src/index.js",
|
8
|
+
"main": "dist/index.js",
|
9
|
+
"umd:main": "index.js",
|
8
10
|
"files": [
|
9
11
|
"dist"
|
10
12
|
],
|
11
13
|
"dependencies": {
|
12
14
|
"@popperjs/core": "^2.11.8",
|
13
|
-
"@react-spring/web": "^9.7.
|
14
|
-
"@visx/curve": "^3.
|
15
|
-
"@visx/legend": "^3.
|
16
|
-
"@visx/pattern": "^3.
|
17
|
-
"@visx/responsive": "^3.
|
18
|
-
"@visx/scale": "^3.
|
19
|
-
"@visx/text": "^3.
|
20
|
-
"@visx/tooltip": "^3.
|
21
|
-
"@visx/xychart": "^3.
|
22
|
-
"date-fns": "^
|
15
|
+
"@react-spring/web": "^9.7.5",
|
16
|
+
"@visx/curve": "^3.12.0",
|
17
|
+
"@visx/legend": "^3.12.0",
|
18
|
+
"@visx/pattern": "^3.12.0",
|
19
|
+
"@visx/responsive": "^3.12.0",
|
20
|
+
"@visx/scale": "^3.12.0",
|
21
|
+
"@visx/text": "^3.12.0",
|
22
|
+
"@visx/tooltip": "^3.12.0",
|
23
|
+
"@visx/xychart": "^3.12.0",
|
24
|
+
"date-fns": "^4.1.0",
|
23
25
|
"lodash": "^4.17.21",
|
24
|
-
"postcss": "^8.4.
|
26
|
+
"postcss": "^8.4.49",
|
25
27
|
"prismjs": "^1.29.0",
|
26
28
|
"react-beautiful-dnd": "^13.1.1",
|
27
29
|
"react-day-picker": "^8.10.1",
|
28
30
|
"react-hot-toast": "^2.4.1",
|
29
|
-
"react-is": "^18.3.1",
|
30
31
|
"react-popper": "^2.3.0",
|
31
|
-
"react-select": "^5.8.
|
32
|
+
"react-select": "^5.8.3"
|
32
33
|
},
|
33
34
|
"peerDependencies": {
|
34
35
|
"prop-types": ">=15.8.1",
|
@@ -39,38 +40,38 @@
|
|
39
40
|
"styled-components": ">=6.1.13"
|
40
41
|
},
|
41
42
|
"devDependencies": {
|
42
|
-
"@babel/core": "^7.
|
43
|
-
"@babel/preset-env": "^7.
|
44
|
-
"@babel/preset-react": "^7.25.
|
45
|
-
"@chromatic-com/storybook": "^2.
|
43
|
+
"@babel/core": "^7.26.0",
|
44
|
+
"@babel/preset-env": "^7.26.0",
|
45
|
+
"@babel/preset-react": "^7.25.9",
|
46
|
+
"@chromatic-com/storybook": "^3.2.2",
|
46
47
|
"@dnd-kit/core": "^6.1.0",
|
47
48
|
"@dnd-kit/sortable": "^8.0.0",
|
48
49
|
"@dnd-kit/utilities": "^3.2.2",
|
49
|
-
"@rc-component/trigger": "^2.2.
|
50
|
-
"@storybook/addon-a11y": "^8.4.
|
51
|
-
"@storybook/addon-actions": "^8.4.
|
52
|
-
"@storybook/addon-essentials": "^8.4.
|
53
|
-
"@storybook/addon-interactions": "^8.4.
|
54
|
-
"@storybook/addon-links": "^8.4.
|
55
|
-
"@storybook/addon-themes": "^8.4.
|
50
|
+
"@rc-component/trigger": "^2.2.5",
|
51
|
+
"@storybook/addon-a11y": "^8.4.4",
|
52
|
+
"@storybook/addon-actions": "^8.4.4",
|
53
|
+
"@storybook/addon-essentials": "^8.4.4",
|
54
|
+
"@storybook/addon-interactions": "^8.4.4",
|
55
|
+
"@storybook/addon-links": "^8.4.4",
|
56
|
+
"@storybook/addon-themes": "^8.4.4",
|
56
57
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
57
|
-
"@storybook/react": "^8.4.
|
58
|
-
"@storybook/react-webpack5": "^8.4.
|
59
|
-
"@storybook/test": "^8.4.
|
58
|
+
"@storybook/react": "^8.4.4",
|
59
|
+
"@storybook/react-webpack5": "^8.4.4",
|
60
|
+
"@storybook/test": "^8.4.4",
|
60
61
|
"@storybook/test-runner": "^0.19.1",
|
61
|
-
"@storybook/theming": "^8.4.
|
62
|
+
"@storybook/theming": "^8.4.4",
|
62
63
|
"babel-loader": "9.2.1",
|
63
64
|
"babel-plugin-lodash": "^3.3.4",
|
64
65
|
"babel-plugin-prismjs": "^2.1.0",
|
65
66
|
"babel-plugin-styled-components": "^2.1.4",
|
66
67
|
"classnames": "^2.5.1",
|
67
68
|
"country-flag-icons": "^1.5.13",
|
68
|
-
"libphonenumber-js": "^1.11.
|
69
|
+
"libphonenumber-js": "^1.11.14",
|
69
70
|
"prop-types": "^15.8.1",
|
70
71
|
"raw-loader": "^4.0.2",
|
71
72
|
"rc-dialog": "^9.6.0",
|
72
73
|
"rc-drawer": "^7.2.0",
|
73
|
-
"rc-tabs": "^15.
|
74
|
+
"rc-tabs": "^15.4.0",
|
74
75
|
"rc-tooltip": "^6.2.1",
|
75
76
|
"rc-util": "^5.43.0",
|
76
77
|
"react": "^18.3.1",
|
@@ -79,13 +80,14 @@
|
|
79
80
|
"react-virtualized": "^9.22.5",
|
80
81
|
"remark-gfm": "^4.0.0",
|
81
82
|
"resize-observer-polyfill": "^1.5.1",
|
82
|
-
"storybook": "^8.4.
|
83
|
+
"storybook": "^8.4.4",
|
83
84
|
"styled-components": "^6.1.13",
|
84
85
|
"svg-sprite-loader": "^6.0.11",
|
85
86
|
"svgo": "^3.3.2",
|
86
|
-
"webpack": "^5.
|
87
|
+
"webpack": "^5.96.1",
|
87
88
|
"webpack-cli": "^5.1.4",
|
88
|
-
"webpack-merge": "^6.0.1"
|
89
|
+
"webpack-merge": "^6.0.1",
|
90
|
+
"webpack-node-externals": "^3.0.0"
|
89
91
|
},
|
90
92
|
"scripts": {
|
91
93
|
"storybook": "storybook dev -p 6006 -c storybook_config",
|