@kenyaemr/esm-billing-app 5.4.2-pre.2911 → 5.4.3-pre.2915
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 +4 -4
- package/dist/723.js +1 -1
- package/dist/723.js.map +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +6 -6
- package/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/billing-form/billing-checkin-form.component.tsx +84 -54
- package/src/billing-form/billing-checkin-form.scss +3 -0
- package/src/billing-form/visit-attributes/visit-attributes-form.scss +1 -1
- package/src/routes.json +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARNING in ⚠ asset size limit: The following asset(s) exceed the recommended size limit (244.141 KiB). This can impact web performance.
|
|
2
2
|
│ Assets:
|
|
3
|
-
│ main.js (5.
|
|
3
|
+
│ main.js (5.125 MiB)
|
|
4
4
|
│ 101.js (691.167 KiB)
|
|
5
5
|
│ 5398e3b596fa15df4d84b2aa0464e5c4.js (1.509 MiB)
|
|
6
6
|
│ 638.js (642.163 KiB)
|
|
@@ -9,12 +9,12 @@ WARNING in ⚠ asset size limit: The following asset(s) exceed the recommended s
|
|
|
9
9
|
│ 75182a479f7eba2798d943fa230a91ef.js (494.871 KiB)
|
|
10
10
|
│ 7e0c1151de4aade1c41d42a40530fc7c.js (499.316 KiB)
|
|
11
11
|
│ 871.js (1.988 MiB)
|
|
12
|
-
│ 723.js (2.
|
|
12
|
+
│ 723.js (2.180 MiB)
|
|
13
13
|
│ 9ebb9ac2c9c875649c72722bc585d445.js (313.033 KiB)
|
|
14
14
|
|
|
15
15
|
WARNING in ⚠ entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244.141 KiB). This can impact web performance.
|
|
16
16
|
│ Entrypoints:
|
|
17
|
-
│ main (5.
|
|
17
|
+
│ main (5.125 MiB)
|
|
18
18
|
│ main.js
|
|
19
19
|
|
|
20
|
-
Rspack compiled with 2 warnings in
|
|
20
|
+
Rspack compiled with 2 warnings in 31.54 s
|