@luminati-io/uikit 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminati-io/uikit",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
@@ -82,7 +82,9 @@
82
82
  "react-virtualized": "^9.22.5",
83
83
  "rollup": "^3.29.4",
84
84
  "rollup-plugin-peer-deps-external": "^2.2.4",
85
+ "rollup-plugin-size": "^0.3.1",
85
86
  "rollup-plugin-svg-sprites": "^1.2.5",
87
+ "rollup-plugin-terser": "^7.0.2",
86
88
  "styled-components": "^6.1.0",
87
89
  "svg-sprite-loader": "^6.0.11",
88
90
  "svgo": "^3.0.2",
@@ -96,7 +98,7 @@
96
98
  "test": "test-storybook --verbose -c storybook_config",
97
99
  "build-rollup": "rollup -c",
98
100
  "build-webpack": "webpack",
99
- "build": "rm -rf dist&&npm run build-rollup&&npm run build-webpack",
101
+ "build": "rm -rf dist&&npm run build-rollup",
100
102
  "prepublishOnly": "npm run build",
101
103
  "minify-svg": "svgo -i ./assets/icons --final-newline",
102
104
  "dry-publish": "npm publish --access public --dry-run",
@@ -1,23 +0,0 @@
1
- /*!
2
- Copyright (c) 2018 Jed Watson.
3
- Licensed under the MIT License (MIT), see
4
- http://jedwatson.github.io/classnames
5
- */
6
-
7
- /**
8
- * Prism: Lightweight, robust, elegant syntax highlighting
9
- *
10
- * @license MIT <https://opensource.org/licenses/MIT>
11
- * @author Lea Verou <https://lea.verou.me>
12
- * @namespace
13
- * @public
14
- */
15
-
16
- /** @license React v16.13.1
17
- * react-is.production.min.js
18
- *
19
- * Copyright (c) Facebook, Inc. and its affiliates.
20
- *
21
- * This source code is licensed under the MIT license found in the
22
- * LICENSE file in the root directory of this source tree.
23
- */