@luminati-io/uikit 3.0.2-beta.0 → 3.0.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,20 +1,10 @@
1
1
  {
2
2
  "name": "@luminati-io/uikit",
3
- "version": "3.0.2-beta.0",
3
+ "version": "3.0.2-beta.1",
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
- "require": "./dist/cjs/index.js",
14
- "default": "./dist/cjs/index.js"
15
- },
16
- "./package.json": "./package.json"
17
- },
7
+ "main": "./dist/umd/uikit.production.min.js",
18
8
  "files": [
19
9
  "dist"
20
10
  ],
@@ -49,10 +39,6 @@
49
39
  "@babel/preset-env": "7.20.2",
50
40
  "@babel/preset-react": "7.18.6",
51
41
  "@react-spring/web": "^9.7.2",
52
- "@rollup/plugin-alias": "^5.0.0",
53
- "@rollup/plugin-babel": "^6.0.3",
54
- "@rollup/plugin-commonjs": "^25.0.3",
55
- "@rollup/plugin-node-resolve": "^15.1.0",
56
42
  "@storybook/addon-a11y": "^6.5.16",
57
43
  "@storybook/addon-actions": "^6.5.16",
58
44
  "@storybook/addon-essentials": "^6.5.16",
@@ -82,9 +68,6 @@
82
68
  "react-dom": "^16.9.0",
83
69
  "react-table": "^7.8.0",
84
70
  "react-virtualized": "^9.22.5",
85
- "rollup": "^3.28.0",
86
- "rollup-plugin-peer-deps-external": "^2.2.4",
87
- "rollup-plugin-svg-sprites": "^1.2.5",
88
71
  "styled-components": "^6.0.7",
89
72
  "svg-sprite-loader": "^6.0.11",
90
73
  "svgo": "^3.0.2",
@@ -96,9 +79,8 @@
96
79
  "storybook": "start-storybook -p 6006 -c storybook_config",
97
80
  "build-storybook": "build-storybook -c storybook_config",
98
81
  "test": "test-storybook --verbose -c storybook_config",
99
- "build-rollup": "rollup -c",
100
82
  "build-webpack": "webpack",
101
- "build": "rm -rf dist&&npm run build-rollup&&npm run build-webpack",
83
+ "build": "rm -rf dist&&npm run build-webpack",
102
84
  "prepublishOnly": "npm run build",
103
85
  "minify-svg": "svgo -i ./assets/icons --final-newline",
104
86
  "dry-publish": "npm publish --access public --dry-run",