@egovernments/digit-ui-components 0.2.0-beta.9 → 0.2.0-rc.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/CHANGELOG.md +356 -0
- package/README.md +380 -80
- package/dist/index.js +1 -1
- package/package.json +27 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@egovernments/digit-ui-components",
|
|
3
|
-
"version": "0.2.0-
|
|
3
|
+
"version": "0.2.0-rc.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.modern.js",
|
|
@@ -27,6 +27,22 @@
|
|
|
27
27
|
"react-dom": "17.0.2",
|
|
28
28
|
"react-router-dom": "5.3.0"
|
|
29
29
|
},
|
|
30
|
+
"resolutions": {
|
|
31
|
+
"**/@babel/runtime": "7.20.1",
|
|
32
|
+
"**/babel-preset-react-app": "10.0.0",
|
|
33
|
+
"**/babel-loader": "8.2.2",
|
|
34
|
+
"**/@babel/core": "7.14.0",
|
|
35
|
+
"**/@babel/preset-env": "7.14.0",
|
|
36
|
+
"**/@babel/plugin-transform-modules-commonjs": "7.14.0",
|
|
37
|
+
"**/polished": "4.2.2",
|
|
38
|
+
"**/webpack": "4.44.2",
|
|
39
|
+
"**/styled-components": "5.0.0",
|
|
40
|
+
"**/minimatch": "7.4.6",
|
|
41
|
+
"**/glob": "7.2.3",
|
|
42
|
+
"minimatch": "7.4.6",
|
|
43
|
+
"glob": "7.2.3",
|
|
44
|
+
"react-draggable": "4.4.3"
|
|
45
|
+
},
|
|
30
46
|
"devDependencies": {
|
|
31
47
|
"@storybook/addon-actions": "6.4.20",
|
|
32
48
|
"@storybook/addon-essentials": "6.4.20",
|
|
@@ -34,7 +50,7 @@
|
|
|
34
50
|
"@storybook/node-logger": "6.4.20",
|
|
35
51
|
"@storybook/preset-create-react-app": "3.2.0",
|
|
36
52
|
"@storybook/react": "6.4.20",
|
|
37
|
-
"@storybook/blocks":"8.3.5",
|
|
53
|
+
"@storybook/blocks": "8.3.5",
|
|
38
54
|
"babel-eslint": "10.1.0",
|
|
39
55
|
"cross-env": "7.0.3",
|
|
40
56
|
"gh-pages": "2.2.0",
|
|
@@ -51,11 +67,9 @@
|
|
|
51
67
|
"files": [
|
|
52
68
|
"dist"
|
|
53
69
|
],
|
|
54
|
-
"dependencies": {
|
|
70
|
+
"dependencies": {
|
|
55
71
|
"react-data-table-component": "7.6.2",
|
|
56
|
-
"@egovernments/digit-ui-components
|
|
57
|
-
"@egovernments/digit-ui-libraries": "1.8.10",
|
|
58
|
-
"@egovernments/digit-ui-svg-components": "1.0.14",
|
|
72
|
+
"@egovernments/digit-ui-svg-components": "1.0.21",
|
|
59
73
|
"@googlemaps/js-api-loader": "1.13.10",
|
|
60
74
|
"autoprefixer": "^10.4.15",
|
|
61
75
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
@@ -65,9 +79,13 @@
|
|
|
65
79
|
"react-table": "7.7.0",
|
|
66
80
|
"react-drag-drop-files": "2.3.10",
|
|
67
81
|
"@cyntler/react-doc-viewer": "1.10.3",
|
|
68
|
-
"react-webcam":"7.2.0",
|
|
69
|
-
"react-lottie":"1.2.4",
|
|
70
|
-
"styled-components":"5.0.0"
|
|
82
|
+
"react-webcam": "7.2.0",
|
|
83
|
+
"react-lottie": "1.2.4",
|
|
84
|
+
"styled-components": "5.0.0",
|
|
85
|
+
"react-dnd-html5-backend": "16.0.1",
|
|
86
|
+
"react-dnd": "16.0.1",
|
|
87
|
+
"minimatch": "7.4.6",
|
|
88
|
+
"react-datepicker": "4.8.0"
|
|
71
89
|
},
|
|
72
90
|
"browserslist": {
|
|
73
91
|
"production": [
|
|
@@ -88,4 +106,3 @@
|
|
|
88
106
|
"dpg"
|
|
89
107
|
]
|
|
90
108
|
}
|
|
91
|
-
|