@egovernments/digit-ui-components 0.0.1-webpack.6 → 0.0.1-webpack.8
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/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +53 -15
- package/package.json +5 -8
|
@@ -4,21 +4,6 @@
|
|
|
4
4
|
http://jedwatson.github.io/classnames
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
/*! *****************************************************************************
|
|
8
|
-
Copyright (c) Microsoft Corporation.
|
|
9
|
-
|
|
10
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
11
|
-
purpose with or without fee is hereby granted.
|
|
12
|
-
|
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
14
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
15
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
16
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
17
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
18
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
19
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
20
|
-
***************************************************************************** */
|
|
21
|
-
|
|
22
7
|
/**
|
|
23
8
|
* @license
|
|
24
9
|
* Lodash <https://lodash.com/>
|
|
@@ -28,6 +13,16 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
28
13
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
29
14
|
*/
|
|
30
15
|
|
|
16
|
+
/**
|
|
17
|
+
* @license React
|
|
18
|
+
* react-dom.production.min.js
|
|
19
|
+
*
|
|
20
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
21
|
+
*
|
|
22
|
+
* This source code is licensed under the MIT license found in the
|
|
23
|
+
* LICENSE file in the root directory of this source tree.
|
|
24
|
+
*/
|
|
25
|
+
|
|
31
26
|
/**
|
|
32
27
|
* @license React
|
|
33
28
|
* react-jsx-runtime.production.min.js
|
|
@@ -38,6 +33,49 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
38
33
|
* LICENSE file in the root directory of this source tree.
|
|
39
34
|
*/
|
|
40
35
|
|
|
36
|
+
/**
|
|
37
|
+
* @license React
|
|
38
|
+
* scheduler.production.min.js
|
|
39
|
+
*
|
|
40
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
41
|
+
*
|
|
42
|
+
* This source code is licensed under the MIT license found in the
|
|
43
|
+
* LICENSE file in the root directory of this source tree.
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @remix-run/router v1.18.0
|
|
48
|
+
*
|
|
49
|
+
* Copyright (c) Remix Software Inc.
|
|
50
|
+
*
|
|
51
|
+
* This source code is licensed under the MIT license found in the
|
|
52
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
53
|
+
*
|
|
54
|
+
* @license MIT
|
|
55
|
+
*/
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* React Router DOM v6.25.1
|
|
59
|
+
*
|
|
60
|
+
* Copyright (c) Remix Software Inc.
|
|
61
|
+
*
|
|
62
|
+
* This source code is licensed under the MIT license found in the
|
|
63
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
64
|
+
*
|
|
65
|
+
* @license MIT
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* React Router v6.25.1
|
|
70
|
+
*
|
|
71
|
+
* Copyright (c) Remix Software Inc.
|
|
72
|
+
*
|
|
73
|
+
* This source code is licensed under the MIT license found in the
|
|
74
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
75
|
+
*
|
|
76
|
+
* @license MIT
|
|
77
|
+
*/
|
|
78
|
+
|
|
41
79
|
/** @license React v16.13.1
|
|
42
80
|
* react-is.production.min.js
|
|
43
81
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@egovernments/digit-ui-components",
|
|
3
|
-
"version": "0.0.1-webpack.
|
|
3
|
+
"version": "0.0.1-webpack.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.modern.js",
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"scripts": {
|
|
14
14
|
"example": "cd example && npm run start",
|
|
15
15
|
"build": "webpack --config webpack.config.js",
|
|
16
|
-
|
|
17
16
|
"prepare": "yarn build",
|
|
18
17
|
"publish:components": "npm publish --tag core-webpack-v0.1",
|
|
19
18
|
"predeploy": "cd example && yarn install && yarn run build",
|
|
@@ -29,7 +28,6 @@
|
|
|
29
28
|
"gh-pages": "2.2.0",
|
|
30
29
|
"husky": "7.0.4",
|
|
31
30
|
"lint-staged": "12.3.7",
|
|
32
|
-
"react-scripts": "^4.0.1",
|
|
33
31
|
"webpack": "^5.89.0",
|
|
34
32
|
"webpack-cli": "^4.10.0"
|
|
35
33
|
},
|
|
@@ -41,17 +39,16 @@
|
|
|
41
39
|
"@egovernments/digit-ui-svg-components": "1.0.4",
|
|
42
40
|
"@googlemaps/js-api-loader": "1.13.10",
|
|
43
41
|
"autoprefixer": "^10.4.15",
|
|
44
|
-
"date-fns": "
|
|
42
|
+
"date-fns": "3.6.0",
|
|
45
43
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
46
44
|
"react": "18.3.1",
|
|
47
45
|
"react-dom": "18.3.1",
|
|
48
|
-
"react-date-range": "
|
|
46
|
+
"react-date-range": "2.0.1",
|
|
49
47
|
"react-hook-form": "7.52.1",
|
|
50
48
|
"react-i18next": "15.0.0",
|
|
51
49
|
"react-lottie": "1.2.4",
|
|
52
|
-
"react-responsive": "
|
|
53
|
-
"react-router-dom": "6.25.1"
|
|
54
|
-
"react-table": "7.7.0"
|
|
50
|
+
"react-responsive": "10.0.0",
|
|
51
|
+
"react-router-dom": "6.25.1"
|
|
55
52
|
},
|
|
56
53
|
"browserslist": {
|
|
57
54
|
"production": [
|