@kenyaemr/esm-billing-app 5.4.2-pre.2553 → 5.4.2-pre.2555
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/{476.js → 570.js} +1 -1
- package/dist/570.js.map +1 -0
- package/dist/kenyaemr-esm-billing-app.js +3 -3
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +22 -22
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/billing-dashboard/billing-dashboard.component.tsx +20 -10
- package/src/bills-table/bills-table.component.tsx +1 -1
- package/src/invoice/invoice-actions.component.tsx +2 -2
- package/src/left-panel-link.component.tsx +42 -15
- package/src/root.component.tsx +1 -1
- package/dist/476.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
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.923 MiB)
|
|
4
4
|
│ 299.js (1.850 MiB)
|
|
5
|
+
│ 570.js (2.443 MiB)
|
|
5
6
|
│ 297.js (1.296 MiB)
|
|
6
7
|
│ 5398e3b596fa15df4d84b2aa0464e5c4.js (1.509 MiB)
|
|
7
8
|
│ 912.js (626.083 KiB)
|
|
8
9
|
│ bc27b2d7127da36a976f00f889810836.js (498.816 KiB)
|
|
9
|
-
│ 476.js (2.438 MiB)
|
|
10
10
|
│ 75182a479f7eba2798d943fa230a91ef.js (494.871 KiB)
|
|
11
11
|
│ 7e0c1151de4aade1c41d42a40530fc7c.js (499.316 KiB)
|
|
12
12
|
│ 9ebb9ac2c9c875649c72722bc585d445.js (313.033 KiB)
|
|
13
13
|
|
|
14
14
|
WARNING in ⚠ entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244.141 KiB). This can impact web performance.
|
|
15
15
|
│ Entrypoints:
|
|
16
|
-
│ main (5.
|
|
16
|
+
│ main (5.923 MiB)
|
|
17
17
|
│ main.js
|
|
18
18
|
|
|
19
|
-
Rspack compiled with 2 warnings in
|
|
19
|
+
Rspack compiled with 2 warnings in 25.56 s
|