@luminati-io/uikit 6.3.15 → 6.3.16

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@luminati-io/uikit",
3
- "version": "6.3.15",
3
+ "version": "6.3.16",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
7
- "main": "index.js",
7
+ "source": "src/index.js",
8
+ "main": "dist/index.js",
9
+ "umd:main": "index.js",
8
10
  "files": [
9
11
  "dist"
10
12
  ],
@@ -26,7 +28,6 @@
26
28
  "react-beautiful-dnd": "^13.1.1",
27
29
  "react-day-picker": "^8.10.1",
28
30
  "react-hot-toast": "^2.4.1",
29
- "react-is": "^18.3.1",
30
31
  "react-popper": "^2.3.0",
31
32
  "react-select": "^5.8.3"
32
33
  },
@@ -85,7 +86,8 @@
85
86
  "svgo": "^3.3.2",
86
87
  "webpack": "^5.96.1",
87
88
  "webpack-cli": "^5.1.4",
88
- "webpack-merge": "^6.0.1"
89
+ "webpack-merge": "^6.0.1",
90
+ "webpack-node-externals": "^3.0.0"
89
91
  },
90
92
  "scripts": {
91
93
  "storybook": "storybook dev -p 6006 -c storybook_config",
package/index.js DELETED
@@ -1,6 +0,0 @@
1
- // LICENSE_CODE ZON
2
- 'use strict'; /*jslint node:true*/
3
- if (process.env.NODE_ENV==='production')
4
- module.exports = require('./dist/umd/uikit.production.min.js');
5
- else
6
- module.exports = require('./dist/umd/uikit.development.js');