@luminati-io/uikit 2.0.4-beta.1 → 2.0.5-beta.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +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, (__WEBPACK_EXTERNAL_MODULE__5099__, __WEBPACK_EXTERNAL_MODULE__8156__, __WEBPACK_EXTERNAL_MODULE__1608__, __WEBPACK_EXTERNAL_MODULE__7111__, __WEBPACK_EXTERNAL_MODULE__1296__, __WEBPACK_EXTERNAL_MODULE__4767__) => {\nreturn "],"names":[],"sourceRoot":""}
package/package.json CHANGED
@@ -1,32 +1,15 @@
1
1
  {
2
2
  "name": "@luminati-io/uikit",
3
- "version": "2.0.4-beta.1",
3
+ "version": "2.0.5-beta.0",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
7
- "main": "dist/cjs/index.js",
8
- "module": "dist/esm/index.js",
9
- "jsnext:main": "dist/esm/index.js",
10
- "exports": {
11
- ".": {
12
- "import": "./dist/esm/index.js",
13
- "default": "./dist/cjs/index.js"
14
- },
15
- "./package.json": "./package.json"
16
- },
7
+ "main": "./dist/umd/uikit.production.min.js",
17
8
  "files": [
18
9
  "dist"
19
10
  ],
20
11
  "dependencies": {
21
12
  "@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",
30
13
  "babel-plugin-prismjs": "^2.1.0",
31
14
  "date-fns": "^2.30.0",
32
15
  "lodash": "^4.17.21",
@@ -36,6 +19,14 @@
36
19
  "react-select": "^5.7.3"
37
20
  },
38
21
  "peerDependencies": {
22
+ "@react-spring/web": "^9.7.1",
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.0",
39
30
  "react": ">=16.9.0",
40
31
  "react-dom": ">=16.9.0",
41
32
  "react-table": ">=7.8.0",
@@ -47,10 +38,7 @@
47
38
  "@babel/core": "7.20.12",
48
39
  "@babel/preset-env": "7.20.2",
49
40
  "@babel/preset-react": "7.18.6",
50
- "@rollup/plugin-alias": "^5.0.0",
51
- "@rollup/plugin-babel": "^6.0.3",
52
- "@rollup/plugin-commonjs": "^25.0.3",
53
- "@rollup/plugin-node-resolve": "^15.1.0",
41
+ "@react-spring/web": "^9.7.2",
54
42
  "@storybook/addon-a11y": "^6.5.16",
55
43
  "@storybook/addon-actions": "^6.5.16",
56
44
  "@storybook/addon-essentials": "^6.5.16",
@@ -64,6 +52,13 @@
64
52
  "@storybook/react": "^6.5.16",
65
53
  "@storybook/test-runner": "^0.9.4",
66
54
  "@storybook/testing-library": "0.0.13",
55
+ "@visx/curve": "^3.0.0",
56
+ "@visx/legend": "^3.0.0",
57
+ "@visx/pattern": "^3.0.0",
58
+ "@visx/responsive": "^3.0.0",
59
+ "@visx/scale": "^3.0.0",
60
+ "@visx/text": "^3.0.0",
61
+ "@visx/xychart": "^3.1.2",
67
62
  "babel-loader": "9.1.2",
68
63
  "babel-plugin-lodash": "^3.3.4",
69
64
  "babel-plugin-styled-components": "^2.1.4",
@@ -73,9 +68,6 @@
73
68
  "react-dom": "^16.9.0",
74
69
  "react-table": "^7.8.0",
75
70
  "react-virtualized": "^9.22.5",
76
- "rollup": "^3.28.0",
77
- "rollup-plugin-peer-deps-external": "^2.2.4",
78
- "rollup-plugin-svg-sprites": "^1.2.5",
79
71
  "styled-components": "^5.3.11",
80
72
  "svg-sprite-loader": "^6.0.11",
81
73
  "svgo": "^3.0.2",
@@ -87,12 +79,12 @@
87
79
  "storybook": "start-storybook -p 6006 -c storybook_config",
88
80
  "build-storybook": "build-storybook -c storybook_config",
89
81
  "test": "test-storybook --verbose -c storybook_config",
90
- "build-rollup": "rollup -c",
91
- "build-webpack": "webpack",
92
- "build": "rm -rf dist&&npm run build-rollup&&npm run build-webpack",
82
+ "build-development": "webpack --config webpack.dev.js",
83
+ "build-production": "webpack --mode=production",
84
+ "build": "rm -rf dist&&npm run build-development&&npm run build-production",
93
85
  "prepublishOnly": "npm run build",
94
86
  "minify-svg": "svgo -i ./assets/icons --final-newline",
95
87
  "dry-publish": "npm publish --access public --dry-run",
96
- "publish-beta": "npm version prerelease --preid beta&&npm publish --tag beta --access public"
88
+ "publish-beta": "npm version prerelease --preid beta&&cvs ci -m 'bump version' package.json package-lock.json&&npm publish --tag beta --access public"
97
89
  }
98
90
  }