@kenyaemr/esm-billing-app 5.4.2-pre.2269 → 5.4.2-pre.2271
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 +3 -3
- package/dist/115.js +1 -0
- package/dist/115.js.map +1 -0
- package/dist/300.js +1 -1
- package/dist/kenyaemr-esm-billing-app.js +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +31 -31
- package/dist/kenyaemr-esm-billing-app.js.map +1 -1
- package/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/invoice/invoice.component.tsx +70 -12
- package/src/invoice/invoice.scss +16 -0
- package/translations/en.json +2 -0
- package/dist/611.js +0 -1
- package/dist/611.js.map +0 -1
- package/src/invoice/print-bill-receipt/receipt-print-button.component.tsx +0 -57
package/.turbo/turbo-build.log
CHANGED
|
@@ -13,7 +13,7 @@ assets by path *.json 61.4 KiB
|
|
|
13
13
|
asset kenyaemr-esm-billing-app.js.buildmanifest.json 55.3 KiB [emitted]
|
|
14
14
|
asset routes.json 6.1 KiB [emitted] [from: src/routes.json] [copied]
|
|
15
15
|
+ 9 assets
|
|
16
|
-
orphan modules 9.36 MiB [orphan]
|
|
16
|
+
orphan modules 9.36 MiB [orphan] 3623 modules
|
|
17
17
|
runtime modules 42.4 KiB 32 modules
|
|
18
18
|
built modules 14.6 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
19
19
|
modules by path ../../node_modules/ 11.4 MiB 1175 modules
|
|
@@ -38,7 +38,7 @@ Assets:
|
|
|
38
38
|
5398e3b596fa15df4d84b2aa0464e5c4.js (1.51 MiB)
|
|
39
39
|
main.js (3.81 MiB)
|
|
40
40
|
842.js (614 KiB)
|
|
41
|
-
|
|
41
|
+
115.js (2.41 MiB)
|
|
42
42
|
679.js (1.59 MiB)
|
|
43
43
|
46.js (1.31 MiB)
|
|
44
44
|
|
|
@@ -47,4 +47,4 @@ Entrypoints:
|
|
|
47
47
|
main (3.81 MiB)
|
|
48
48
|
main.js
|
|
49
49
|
|
|
50
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
50
|
+
webpack 5.99.9 compiled with 2 warnings in 337777 ms
|