@luminati-io/uikit 3.1.2 → 3.1.3

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,19 +1,10 @@
1
1
  {
2
2
  "name": "@luminati-io/uikit",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
7
7
  "main": "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
- },
17
8
  "files": [
18
9
  "dist"
19
10
  ],
@@ -82,9 +73,7 @@
82
73
  "react-virtualized": "^9.22.5",
83
74
  "rollup": "^3.29.4",
84
75
  "rollup-plugin-peer-deps-external": "^2.2.4",
85
- "rollup-plugin-size": "^0.3.1",
86
76
  "rollup-plugin-svg-sprites": "^1.2.5",
87
- "rollup-plugin-terser": "^7.0.2",
88
77
  "styled-components": "^6.1.0",
89
78
  "svg-sprite-loader": "^6.0.11",
90
79
  "svgo": "^3.0.2",
@@ -98,7 +87,7 @@
98
87
  "test": "test-storybook --verbose -c storybook_config",
99
88
  "build-rollup": "rollup -c",
100
89
  "build-webpack": "webpack",
101
- "build": "rm -rf dist&&npm run build-rollup",
90
+ "build": "rm -rf dist&&npm run build-webpack",
102
91
  "prepublishOnly": "npm run build",
103
92
  "minify-svg": "svgo -i ./assets/icons --final-newline",
104
93
  "dry-publish": "npm publish --access public --dry-run",