@crystaltech/hsms-shared-ui 0.7.0-alpha-0.2 → 0.7.0-alpha-0.3
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/Loader-Dn_RIXBd.cjs +22 -0
- package/dist/Loader-Ds4EzcXM.js +421 -0
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/dist/preMountSplash.es.js +16152 -13687
- package/dist/preMountSplash.iife.js +151 -157
- package/dist/preMountSplash.js +111 -99
- package/dist/sw.js +1 -1
- package/package.json +32 -37
- package/dist/Loader-CE1v3RWl.js +0 -584
- package/dist/Loader-_AHF2NCC.cjs +0 -31
package/dist/sw.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
if(!self.define){let e,s={};const i=(i,r)=>(i=new URL(i+".js",r).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(r,n)=>{const o=e||("document"in self?document.currentScript.src:"")||location.href;if(s[o])return;let c={};const
|
|
1
|
+
if(!self.define){let e,s={};const i=(i,r)=>(i=new URL(i+".js",r).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(r,n)=>{const o=e||("document"in self?document.currentScript.src:"")||location.href;if(s[o])return;let c={};const d=e=>i(e,o),t={module:{uri:o},exports:c,require:d};s[o]=Promise.all(r.map(e=>t[e]||d(e))).then(e=>(n(...e),c))}}define(["./workbox-3105ea8d"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"preMountSplash.js",revision:"c42e76029cd60b1229ff0253cfa95b7c"},{url:"preMountSplash.es.js",revision:"ea7f223110e395c7c5667661c99c2f1c"},{url:"index.js",revision:"dffb86b361339b78aecf7635f517b2e0"},{url:"index.es.js",revision:"3b480fad4b389a4f5a14c000a376d6cf"},{url:"hsms-shared-ui.css",revision:"7f5aef0a9303b4cde437120fbb05ea5b"},{url:"Loader-Ds4EzcXM.js",revision:"2db3b929265da57ba54b39e5fd4d2006"},{url:"manifest.webmanifest",revision:"e6d4972ea70a2ecb105e17f18dad67f9"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
|
package/package.json
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaltech/hsms-shared-ui",
|
|
3
|
+
"version": "0.7.0-alpha-0.3",
|
|
3
4
|
"private": false,
|
|
4
|
-
"version": "0.7.0-alpha-0.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/Ctech-Bangladesh/hsms-shared-ui.git",
|
|
11
|
-
"directory": "https://www.npmjs.com/package/@crystaltech/hsms-shared-ui"
|
|
12
|
-
},
|
|
13
|
-
"publishConfig": {
|
|
14
|
-
"access": "public"
|
|
15
|
-
},
|
|
16
8
|
"files": [
|
|
17
9
|
"dist"
|
|
18
10
|
],
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/Ctech-Bangladesh/hsms-shared-ui.git"
|
|
17
|
+
},
|
|
19
18
|
"exports": {
|
|
20
19
|
".": {
|
|
21
20
|
"types": "./dist/index.d.ts",
|
|
@@ -29,52 +28,48 @@
|
|
|
29
28
|
}
|
|
30
29
|
},
|
|
31
30
|
"peerDependencies": {
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"@mui/icons-material": "^6.0.0",
|
|
31
|
+
"react": ">=19",
|
|
32
|
+
"react-dom": ">=19",
|
|
35
33
|
"@mui/material": "^6.0.0",
|
|
34
|
+
"@mui/system": "^6.0.0",
|
|
35
|
+
"@mui/icons-material": "^6.0.0",
|
|
36
36
|
"@mui/x-date-pickers": "^7.25.0",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"react-perfect-scrollbar": "^1.5.
|
|
37
|
+
"@emotion/react": "^11.0.0",
|
|
38
|
+
"@emotion/styled": "^11.0.0",
|
|
39
|
+
"dayjs": "^1.11.0",
|
|
40
|
+
"react-perfect-scrollbar": "^1.5.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@emotion/react": "^11.14.0",
|
|
44
|
-
"@emotion/styled": "^11.14.0",
|
|
45
|
-
"@mui/icons-material": "^6.4.6",
|
|
46
|
-
"@mui/material": "^6.4.6",
|
|
47
|
-
"@mui/system": "^6.4.6",
|
|
48
|
-
"@mui/x-date-pickers": "^7.27.1",
|
|
49
|
-
"dayjs": "^1.11.13",
|
|
50
|
-
"react": "19.0.0",
|
|
51
43
|
"react-color": "^2.19.3",
|
|
52
|
-
"react-dom": "19.0.0",
|
|
53
|
-
"react-perfect-scrollbar": "^1.5.8",
|
|
54
44
|
"react-router": "^7.9.6",
|
|
55
45
|
"react-router-dom": "^7.3.0",
|
|
56
46
|
"simplebar-react": "^3.3.0",
|
|
57
47
|
"vite-plugin-pwa": "^0.21.1"
|
|
58
48
|
},
|
|
59
49
|
"devDependencies": {
|
|
60
|
-
"
|
|
61
|
-
"@types/node": "^22.13.8",
|
|
50
|
+
"typescript": "^5.8.2",
|
|
62
51
|
"@types/react": "^19.0.10",
|
|
63
|
-
"@types/react-color": "^3.0.13",
|
|
64
52
|
"@types/react-dom": "^19.0.4",
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
53
|
+
"@types/react-color": "^3.0.13",
|
|
54
|
+
"@types/node": "^22.13.8",
|
|
55
|
+
"@mui/material": "^6.4.6",
|
|
56
|
+
"@mui/system": "^6.4.6",
|
|
57
|
+
"@mui/icons-material": "^6.4.6",
|
|
58
|
+
"@mui/x-date-pickers": "^7.27.1",
|
|
59
|
+
"@emotion/react": "^11.14.0",
|
|
60
|
+
"@emotion/styled": "^11.14.0",
|
|
67
61
|
"@vitejs/plugin-react": "^4.3.4",
|
|
62
|
+
"vite": "^6.2.0",
|
|
63
|
+
"vite-plugin-dts": "^4.5.3",
|
|
68
64
|
"eslint": "^9.21.0",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
|
66
|
+
"@typescript-eslint/parser": "^8.25.0",
|
|
69
67
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
70
68
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
71
|
-
"glob": "^11.0.1",
|
|
72
|
-
"globals": "^16.0.0",
|
|
73
|
-
"typescript": "^5.8.2",
|
|
74
|
-
"vite": "^6.2.0",
|
|
75
|
-
"vite-plugin-dts": "^4.5.3",
|
|
76
69
|
"workbox-build": "^7.3.0",
|
|
77
|
-
"workbox-webpack-plugin": "^7.3.0"
|
|
70
|
+
"workbox-webpack-plugin": "^7.3.0",
|
|
71
|
+
"glob": "^11.0.1",
|
|
72
|
+
"globals": "^16.0.0"
|
|
78
73
|
},
|
|
79
74
|
"resolutions": {
|
|
80
75
|
"glob": "^10.0.0",
|