@kenyaemr/esm-admin-app 5.4.2-pre.2430 → 5.4.2-pre.2432
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/.turbo/turbo-build.log +9 -9
- package/dist/20.js +1 -0
- package/dist/20.js.map +1 -0
- package/dist/kenyaemr-esm-admin-app.js +1 -1
- package/dist/kenyaemr-esm-admin-app.js.buildmanifest.json +28 -28
- package/dist/kenyaemr-esm-admin-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/components/provider-banner/provider-banner.component.tsx +99 -0
- package/src/components/provider-banner/provider-banner.module.scss +50 -0
- package/src/components/provider-banner/provider-banner.resource.ts +29 -0
- package/src/index.ts +4 -0
- package/src/routes.json +6 -0
- package/dist/635.js +0 -1
- package/dist/635.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
assets by path *.js 6.
|
|
1
|
+
assets by path *.js 6.9 MiB
|
|
2
2
|
assets by chunk 2.99 MiB (id hint: vendors)
|
|
3
3
|
assets by status 2.45 MiB [big]
|
|
4
4
|
asset 76.js 1.83 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
5
5
|
asset 402.js 632 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
6
6
|
+ 7 assets
|
|
7
7
|
+ 13 assets
|
|
8
|
-
assets by path *.json 13.
|
|
8
|
+
assets by path *.json 13.6 KiB
|
|
9
9
|
asset kenyaemr-esm-admin-app.js.buildmanifest.json 11.7 KiB [emitted]
|
|
10
|
-
asset routes.json 1.
|
|
11
|
-
orphan modules 10.8 MiB [orphan]
|
|
10
|
+
asset routes.json 1.84 KiB [emitted] [from: src/routes.json] [copied]
|
|
11
|
+
orphan modules 10.8 MiB [orphan] 3108 modules
|
|
12
12
|
runtime modules 41.4 KiB 28 modules
|
|
13
13
|
built modules 11.1 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
14
14
|
modules by path ../../node_modules/ 9.99 MiB 491 modules
|
|
15
|
-
modules by path ./ 1.
|
|
15
|
+
modules by path ./ 1.09 MiB 31 modules
|
|
16
16
|
provide-module modules 294 bytes
|
|
17
17
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
18
18
|
+ 5 modules
|
|
@@ -24,14 +24,14 @@ built modules 11.1 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-sh
|
|
|
24
24
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
25
25
|
This can impact web performance.
|
|
26
26
|
Assets:
|
|
27
|
-
main.js (3.
|
|
27
|
+
main.js (3.04 MiB)
|
|
28
28
|
402.js (632 KiB)
|
|
29
|
-
|
|
29
|
+
20.js (813 KiB)
|
|
30
30
|
76.js (1.83 MiB)
|
|
31
31
|
|
|
32
32
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
33
33
|
Entrypoints:
|
|
34
|
-
main (3.
|
|
34
|
+
main (3.04 MiB)
|
|
35
35
|
main.js
|
|
36
36
|
|
|
37
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
37
|
+
webpack 5.99.9 compiled with 2 warnings in 70108 ms
|