@luminati-io/uikit 2.0.4-beta.0 → 2.0.4-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +19060 -947
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +19048 -935
- package/dist/esm/index.js.map +1 -1
- package/package.json +9 -17
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "2.0.4-beta.
|
3
|
+
"version": "2.0.4-beta.1",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
@@ -19,6 +19,14 @@
|
|
19
19
|
],
|
20
20
|
"dependencies": {
|
21
21
|
"@popperjs/core": "^2.11.8",
|
22
|
+
"@react-spring/web": "^9.7.2",
|
23
|
+
"@visx/curve": "^3.0.0",
|
24
|
+
"@visx/legend": "^3.0.0",
|
25
|
+
"@visx/pattern": "^3.0.0",
|
26
|
+
"@visx/responsive": "^3.0.0",
|
27
|
+
"@visx/scale": "^3.0.0",
|
28
|
+
"@visx/text": "^3.0.0",
|
29
|
+
"@visx/xychart": "^3.1.2",
|
22
30
|
"babel-plugin-prismjs": "^2.1.0",
|
23
31
|
"date-fns": "^2.30.0",
|
24
32
|
"lodash": "^4.17.21",
|
@@ -28,14 +36,6 @@
|
|
28
36
|
"react-select": "^5.7.3"
|
29
37
|
},
|
30
38
|
"peerDependencies": {
|
31
|
-
"@react-spring/web": "^9.7.1",
|
32
|
-
"@visx/curve": "^3.0.0",
|
33
|
-
"@visx/legend": "^3.0.0",
|
34
|
-
"@visx/pattern": "^3.0.0",
|
35
|
-
"@visx/responsive": "^3.0.0",
|
36
|
-
"@visx/scale": "^3.0.0",
|
37
|
-
"@visx/text": "^3.0.0",
|
38
|
-
"@visx/xychart": "^3.1.0",
|
39
39
|
"react": ">=16.9.0",
|
40
40
|
"react-dom": ">=16.9.0",
|
41
41
|
"react-table": ">=7.8.0",
|
@@ -47,7 +47,6 @@
|
|
47
47
|
"@babel/core": "7.20.12",
|
48
48
|
"@babel/preset-env": "7.20.2",
|
49
49
|
"@babel/preset-react": "7.18.6",
|
50
|
-
"@react-spring/web": "^9.7.2",
|
51
50
|
"@rollup/plugin-alias": "^5.0.0",
|
52
51
|
"@rollup/plugin-babel": "^6.0.3",
|
53
52
|
"@rollup/plugin-commonjs": "^25.0.3",
|
@@ -65,13 +64,6 @@
|
|
65
64
|
"@storybook/react": "^6.5.16",
|
66
65
|
"@storybook/test-runner": "^0.9.4",
|
67
66
|
"@storybook/testing-library": "0.0.13",
|
68
|
-
"@visx/curve": "^3.0.0",
|
69
|
-
"@visx/legend": "^3.0.0",
|
70
|
-
"@visx/pattern": "^3.0.0",
|
71
|
-
"@visx/responsive": "^3.0.0",
|
72
|
-
"@visx/scale": "^3.0.0",
|
73
|
-
"@visx/text": "^3.0.0",
|
74
|
-
"@visx/xychart": "^3.1.2",
|
75
67
|
"babel-loader": "9.1.2",
|
76
68
|
"babel-plugin-lodash": "^3.3.4",
|
77
69
|
"babel-plugin-styled-components": "^2.1.4",
|