@egovernments/digit-ui-libraries 1.8.19 → 1.9.0-beta-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/package.json CHANGED
@@ -1,45 +1,82 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-libraries",
3
- "version": "1.8.19",
4
- "main": "dist/index.js",
5
- "module": "dist/index.modern.js",
3
+ "version": "1.9.0-beta-1",
4
+ "main": "build/main.js",
5
+ "module": "build/main.js",
6
6
  "source": "src/index.js",
7
7
  "license": "MIT",
8
8
  "files": [
9
- "dist"
9
+ "build"
10
10
  ],
11
11
  "scripts": {
12
- "build": "microbundle-crl --compress --no-sourcemap --format cjs",
13
- "start": "microbundle-crl watch --no-compress --format modern,cjs",
14
- "prepublish": "yarn build"
12
+ "start": "webpack serve --mode=development --open --hot",
13
+ "start:prod": "webpack serve --mode=production --open",
14
+ "prepublish": "yarn build",
15
+ "example": "cd example && npm run start",
16
+ "build": "NODE_OPTIONS='--openssl-legacy-provider' webpack --mode=production --config webpack.config.js",
17
+ "build:dev": "NODE_OPTIONS='--openssl-legacy-provider' webpack --mode=development --config webpack.config.js",
18
+ "build:analyze": "NODE_OPTIONS='--openssl-legacy-provider' webpack --mode=production --analyze --config webpack.config.js",
19
+ "prepare": "yarn build",
20
+ "predeploy": "cd example && yarn install && yarn run build"
15
21
  },
16
22
  "peerDependencies": {
17
- "react": "17.0.2"
23
+ "react": "19.0.0",
24
+ "react-dom": "19.0.0",
25
+ "react-router-dom": "6.25.1",
26
+ "@tanstack/react-query": "^5.62.16",
27
+ "react-redux": "^9.2.0",
28
+ "redux": "^5.0.0"
18
29
  },
19
30
  "devDependencies": {
20
- "gh-pages": "2.2.0",
21
- "microbundle-crl": "0.13.11",
22
- "react-dom": "17.0.2",
23
- "react-scripts": "^4.0.1"
31
+ "react": "^19.0.0",
32
+ "react-dom": "^19.0.0",
33
+ "sass": "^1.83.4",
34
+ "sass-loader": "^16.0.4",
35
+ "@babel/core": "^7.26.0",
36
+ "@babel/preset-env": "^7.26.0",
37
+ "@babel/preset-react": "^7.26.0",
38
+ "@babel/plugin-transform-optional-chaining": "^7.26.0",
39
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.0",
40
+ "babel-loader": "^9.2.1",
41
+ "core-js": "^3.39.0",
42
+ "cross-env": "^7.0.3",
43
+ "lint-staged": "^15.3.0",
44
+ "webpack": "^5.97.1",
45
+ "webpack-cli": "^5.1.4",
46
+ "webpack-dev-server": "^5.2.0",
47
+ "style-loader": "^4.0.0",
48
+ "css-loader": "^7.1.2",
49
+ "@tanstack/react-query": "^5.62.16",
50
+ "react-router-dom": "6.25.1"
24
51
  },
25
52
  "dependencies": {
26
- "@egovernments/digit-ui-components": "0.2.0",
27
- "axios": "0.21.1",
28
- "babel-preset-react": "6.24.1",
29
- "date-fns": "2.28.0",
30
- "html2canvas": "1.4.1",
31
- "dom-to-image": "2.6.0",
32
- "i18next": "19.9.2",
53
+ "axios": "0.27.2",
54
+ "date-fns": "3.6.0",
55
+ "jsonpath": "^1.1.1",
56
+ "lodash": "^4.17.21",
57
+ "prop-types": "^15.8.1",
58
+ "i18next": "23.2.3",
33
59
  "i18next-react-postprocessor": "3.0.7",
60
+ "react-i18next": "15.0.0"
61
+ },
62
+ "optionalDependencies": {
63
+ "dom-to-image": "2.6.0",
64
+ "html2canvas": "1.4.1",
34
65
  "pdfmake": "0.1.72",
35
- "react": "17.0.2",
36
- "react-i18next": "11.16.2",
37
- "react-query": "3.6.1",
38
- "react-redux": "7.2.8",
39
- "react-router-dom": "5.3.0",
40
- "redux": "4.1.2",
41
66
  "xlsx": "0.17.5"
42
67
  },
68
+ "browserslist": {
69
+ "production": [
70
+ ">0.2%",
71
+ "not dead",
72
+ "not op_mini all"
73
+ ],
74
+ "development": [
75
+ "last 1 chrome version",
76
+ "last 1 firefox version",
77
+ "last 1 safari version"
78
+ ]
79
+ },
43
80
  "author": "JaganKumar <jagan.kumar@egov.org.in>",
44
81
  "keywords": [
45
82
  "digit",
@@ -48,4 +85,4 @@
48
85
  "digit-ui",
49
86
  "libraries"
50
87
  ]
51
- }
88
+ }
package/CHANGELOG.md DELETED
@@ -1,67 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.8.19] [5-Aug-2025]
4
- - Updated field util to generate field id
5
-
6
- ## [1.8.18] [21-Jul-2025]
7
- - Checking with ui-components as dependency
8
-
9
- ## [1.8.17] [26-Jun-2025]
10
- - Checking useCustomAPIHook with the new version
11
-
12
- ## [1.8.16] [20-Jun-2025]
13
- - Checking the new version due to corrupted local
14
-
15
-
16
- ## [1.8.15] [16-Jun-2025]
17
- - provided download of alll data per schema & enable based on flag
18
- - provided download of alll data per schema 'ENABLE_MDMS_BULK_DOWNLOAD'
19
-
20
- ## [1.8.14] [10-Jun-2025]
21
- - integrated with updated version
22
-
23
- ## [1.8.13] [25-Apr-2025]
24
- - Updated Custom mutation hook and usecutsomAPI hook to handle header and method in request.
25
-
26
- ## [1.8.11] [11-Mar-2025]
27
- - Added new function to remove localisation cache
28
-
29
- ## [1.8.10] [21-Feb-2025]
30
- - Publishing a new version for more stability & as part of Components Release
31
-
32
- ## [1.8.9] [1-Feb-2025]
33
- - FEATURE/HCMPRE-1425 : Added the workbench module patches and Updated localisation search screen, and core module #2181
34
- - Upgraded with new Components in core, workbench screens
35
-
36
- ## [1.8.8] [21-Jan-2025]
37
- - Removed support for any new context path to have employee linked in the url.To use this,the new context path should be linked with employee.
38
-
39
- ## [1.8.5] [26-Nov-2024]
40
- - added new field util to generate field id
41
-
42
- ## [1.8.4] [19-Nov-2024]
43
- - Fixed the module stablity & new components integrated, sandbox enabled
44
-
45
- ## [1.8.3]
46
- -
47
-
48
- ## [1.8.2-beta.7]
49
- - Added select function support for mdms-v2 in useCustomMDMS hook
50
-
51
- ## [1.8.2-beta.1]
52
- - Formatted changelog file.
53
-
54
- ## [1.8.1-beta.4]
55
- - Enhanced to load screen even if mdms is failing
56
-
57
- ## [1.8.1-beta.3]
58
- - other fixes.
59
-
60
- ## [1.8.1-beta.2]
61
- - Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
62
-
63
- ## [1.8.1-beta.1]
64
- - Added the README file.
65
-
66
- ## [1.5.23]
67
- - Base version.