@egovernments/digit-ui-libraries 1.8.16 → 1.8.17-rc19.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,44 +1,73 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-libraries",
3
- "version": "1.8.16",
4
- "main": "dist/index.js",
5
- "module": "dist/index.modern.js",
3
+ "version": "1.8.17-rc19.01",
4
+ "main": "dist/main.js",
5
+ "module": "dist/main.js",
6
6
  "source": "src/index.js",
7
7
  "license": "MIT",
8
8
  "files": [
9
9
  "dist"
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
+ "prepublish": "yarn build",
14
+ "example": "cd example && npm run start",
15
+ "build": "webpack --mode=development --node-env=development --config webpack.config.js",
16
+ "prepare": "yarn build",
17
+ "predeploy": "cd example && yarn install && yarn run build",
18
+ "deploy": "gh-pages -d example/build"
15
19
  },
16
20
  "peerDependencies": {
17
- "react": "17.0.2"
21
+ "react": "19.0.0",
22
+ "react-dom": "19.0.0",
23
+ "react-router-dom": "6.25.1",
24
+ "@tanstack/react-query": "^5.62.16"
18
25
  },
19
26
  "devDependencies": {
27
+ "react": "^19.0.0",
28
+ "react-dom": "^19.0.0",
20
29
  "gh-pages": "2.2.0",
21
30
  "microbundle-crl": "0.13.11",
22
- "react-dom": "17.0.2",
23
- "react-scripts": "^4.0.1"
31
+ "react-scripts": "^4.0.1",
32
+ "sass": "^1.83.4",
33
+ "sass-loader": "^16.0.4",
34
+ "@babel/core": "^7.23.3",
35
+ "@babel/preset-env": "^7.23.3",
36
+ "@babel/preset-react": "^7.23.3",
37
+ "babel-loader": "8.0.0",
38
+ "cross-env": "7.0.3",
39
+ "lint-staged": "12.3.7",
40
+ "webpack": "^5.97.1",
41
+ "webpack-cli": "^4.10.0",
42
+ "@tanstack/react-query": "^5.62.16",
43
+ "react-router-dom": "6.25.1"
24
44
  },
25
45
  "dependencies": {
26
- "axios": "0.21.1",
46
+ "axios": "0.27.2",
27
47
  "babel-preset-react": "6.24.1",
28
48
  "date-fns": "2.28.0",
29
- "html2canvas": "1.4.1",
30
49
  "dom-to-image": "2.6.0",
31
- "i18next": "19.9.2",
50
+ "html2canvas": "1.4.1",
51
+ "i18next": "23.2.3",
32
52
  "i18next-react-postprocessor": "3.0.7",
33
53
  "pdfmake": "0.1.72",
34
- "react": "17.0.2",
35
- "react-i18next": "11.16.2",
36
- "react-query": "3.6.1",
37
- "react-redux": "7.2.8",
38
- "react-router-dom": "5.3.0",
39
- "redux": "4.1.2",
54
+ "react-i18next": "15.0.0",
55
+ "react-redux": "9.2.0",
56
+ "redux": "5.0.0",
40
57
  "xlsx": "0.17.5"
41
58
  },
59
+ "browserslist": {
60
+ "production": [
61
+ ">0.2%",
62
+ "not dead",
63
+ "not op_mini all"
64
+ ],
65
+ "development": [
66
+ "last 1 chrome version",
67
+ "last 1 firefox version",
68
+ "last 1 safari version"
69
+ ]
70
+ },
42
71
  "author": "JaganKumar <jagan.kumar@egov.org.in>",
43
72
  "keywords": [
44
73
  "digit",
@@ -47,4 +76,4 @@
47
76
  "digit-ui",
48
77
  "libraries"
49
78
  ]
50
- }
79
+ }
package/CHANGELOG.md DELETED
@@ -1,58 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.8.16] [20-Jun-2025]
4
- - Checking the new version due to corrupted local
5
-
6
-
7
- ## [1.8.15] [16-Jun-2025]
8
- - provided download of alll data per schema & enable based on flag
9
- - provided download of alll data per schema 'ENABLE_MDMS_BULK_DOWNLOAD'
10
-
11
- ## [1.8.14] [10-Jun-2025]
12
- - integrated with updated version
13
-
14
- ## [1.8.13] [25-Apr-2025]
15
- - Updated Custom mutation hook and usecutsomAPI hook to handle header and method in request.
16
-
17
- ## [1.8.11] [11-Mar-2025]
18
- - Added new function to remove localisation cache
19
-
20
- ## [1.8.10] [21-Feb-2025]
21
- - Publishing a new version for more stability & as part of Components Release
22
-
23
- ## [1.8.9] [1-Feb-2025]
24
- - FEATURE/HCMPRE-1425 : Added the workbench module patches and Updated localisation search screen, and core module #2181
25
- - Upgraded with new Components in core, workbench screens
26
-
27
- ## [1.8.8] [21-Jan-2025]
28
- - 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.
29
-
30
- ## [1.8.5] [26-Nov-2024]
31
- - added new field util to generate field id
32
-
33
- ## [1.8.4] [19-Nov-2024]
34
- - Fixed the module stablity & new components integrated, sandbox enabled
35
-
36
- ## [1.8.3]
37
- -
38
-
39
- ## [1.8.2-beta.7]
40
- - Added select function support for mdms-v2 in useCustomMDMS hook
41
-
42
- ## [1.8.2-beta.1]
43
- - Formatted changelog file.
44
-
45
- ## [1.8.1-beta.4]
46
- - Enhanced to load screen even if mdms is failing
47
-
48
- ## [1.8.1-beta.3]
49
- - other fixes.
50
-
51
- ## [1.8.1-beta.2]
52
- - Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
53
-
54
- ## [1.8.1-beta.1]
55
- - Added the README file.
56
-
57
- ## [1.5.23]
58
- - Base version.