@luminati-io/uikit 3.1.10 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"umd/uikit.production.min.js","mappings":";AAAA","sources":["webpack://uikit/webpack/universalModuleDefinition"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"prop-types\"), require(\"react\"), require(\"styled-components\"), require(\"react-dom\"), require(\"react-virtualized\"), require(\"react-table\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"prop-types\", \"react\", \"styled-components\", \"react-dom\", \"react-virtualized\", \"react-table\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"uikit\"] = factory(require(\"prop-types\"), require(\"react\"), require(\"styled-components\"), require(\"react-dom\"), require(\"react-virtualized\"), require(\"react-table\"));\n\telse\n\t\troot[\"uikit\"] = factory(root[\"prop-types\"], root[\"react\"], root[\"styled-components\"], root[\"react-dom\"], root[\"react-virtualized\"], root[\"react-table\"]);\n})(this, (
|
1
|
+
{"version":3,"file":"umd/uikit.production.min.js","mappings":";AAAA","sources":["webpack://uikit/webpack/universalModuleDefinition"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"prop-types\"), require(\"react\"), require(\"styled-components\"), require(\"react-dom\"), require(\"react-virtualized\"), require(\"react-table\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"prop-types\", \"react\", \"styled-components\", \"react-dom\", \"react-virtualized\", \"react-table\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"uikit\"] = factory(require(\"prop-types\"), require(\"react\"), require(\"styled-components\"), require(\"react-dom\"), require(\"react-virtualized\"), require(\"react-table\"));\n\telse\n\t\troot[\"uikit\"] = factory(root[\"prop-types\"], root[\"react\"], root[\"styled-components\"], root[\"react-dom\"], root[\"react-virtualized\"], root[\"react-table\"]);\n})(this, (__WEBPACK_EXTERNAL_MODULE__95099__, __WEBPACK_EXTERNAL_MODULE__8156__, __WEBPACK_EXTERNAL_MODULE__11608__, __WEBPACK_EXTERNAL_MODULE__47111__, __WEBPACK_EXTERNAL_MODULE__91296__, __WEBPACK_EXTERNAL_MODULE__94767__) => {\nreturn "],"names":[],"sourceRoot":""}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.2.0",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
@@ -10,22 +10,22 @@
|
|
10
10
|
],
|
11
11
|
"dependencies": {
|
12
12
|
"@popperjs/core": "^2.11.8",
|
13
|
+
"@react-spring/web": "^9.7.3",
|
14
|
+
"@visx/curve": "^3.3.0",
|
15
|
+
"@visx/legend": "^3.5.0",
|
16
|
+
"@visx/pattern": "^3.3.0",
|
17
|
+
"@visx/responsive": "^3.3.0",
|
18
|
+
"@visx/scale": "^3.5.0",
|
19
|
+
"@visx/text": "^3.3.0",
|
20
|
+
"@visx/xychart": "^3.5.1",
|
13
21
|
"date-fns": "^2.30.0",
|
14
22
|
"lodash": "^4.17.21",
|
15
23
|
"prismjs": "^1.29.0",
|
16
24
|
"react-day-picker": "^8.9.1",
|
17
25
|
"react-popper": "^2.3.0",
|
18
|
-
"react-select": "^5.
|
26
|
+
"react-select": "^5.8.0"
|
19
27
|
},
|
20
28
|
"peerDependencies": {
|
21
|
-
"@react-spring/web": "^9.7.1",
|
22
|
-
"@visx/curve": "^3.0.0",
|
23
|
-
"@visx/legend": "^3.0.0",
|
24
|
-
"@visx/pattern": "^3.0.0",
|
25
|
-
"@visx/responsive": "^3.0.0",
|
26
|
-
"@visx/scale": "^3.0.0",
|
27
|
-
"@visx/text": "^3.0.0",
|
28
|
-
"@visx/xychart": "^3.1.0",
|
29
29
|
"react": ">=16.9.0",
|
30
30
|
"react-dom": ">=16.9.0",
|
31
31
|
"react-table": ">=7.8.0",
|
@@ -37,7 +37,6 @@
|
|
37
37
|
"@babel/core": "7.20.12",
|
38
38
|
"@babel/preset-env": "7.20.2",
|
39
39
|
"@babel/preset-react": "7.18.6",
|
40
|
-
"@react-spring/web": "^9.7.2",
|
41
40
|
"@rollup/plugin-alias": "^5.0.1",
|
42
41
|
"@rollup/plugin-babel": "^6.0.4",
|
43
42
|
"@rollup/plugin-commonjs": "^25.0.7",
|
@@ -55,13 +54,6 @@
|
|
55
54
|
"@storybook/react": "^6.5.16",
|
56
55
|
"@storybook/test-runner": "^0.9.4",
|
57
56
|
"@storybook/testing-library": "0.0.13",
|
58
|
-
"@visx/curve": "^3.0.0",
|
59
|
-
"@visx/legend": "^3.0.0",
|
60
|
-
"@visx/pattern": "^3.0.0",
|
61
|
-
"@visx/responsive": "^3.0.0",
|
62
|
-
"@visx/scale": "^3.0.0",
|
63
|
-
"@visx/text": "^3.0.0",
|
64
|
-
"@visx/xychart": "^3.1.2",
|
65
57
|
"babel-loader": "9.1.3",
|
66
58
|
"babel-plugin-lodash": "^3.3.4",
|
67
59
|
"babel-plugin-prismjs": "^2.1.0",
|
@@ -74,9 +66,9 @@
|
|
74
66
|
"rollup": "^3.29.4",
|
75
67
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
76
68
|
"rollup-plugin-svg-sprites": "^1.2.5",
|
77
|
-
"styled-components": "^6.1.
|
69
|
+
"styled-components": "^6.1.1",
|
78
70
|
"svg-sprite-loader": "^6.0.11",
|
79
|
-
"svgo": "^3.0.
|
71
|
+
"svgo": "^3.0.5",
|
80
72
|
"webpack": "^5.89.0",
|
81
73
|
"webpack-cli": "^5.1.4",
|
82
74
|
"webpack-merge": "^5.10.0"
|