@kenyaemr/esm-billing-app 5.4.2-pre.2835 → 5.4.2-pre.2841
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 -0
- package/dist/723.js.map +1 -0
- package/dist/kenyaemr-esm-billing-app.js +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +27 -27
- package/dist/main.js +10 -10
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/autosuggest/autosuggest.component.tsx +19 -3
- package/src/autosuggest/autosuggest.scss +19 -13
- package/src/autosuggest/patient-search-info.component.tsx +29 -0
- package/src/autosuggest/patient-search-info.scss +37 -0
- package/src/autosuggest/search-empty-state.component.tsx +27 -0
- package/src/autosuggest/search-empty-state.scss +18 -0
- package/src/benefits-package/forms/benefit-pre-auth-form.workspace.tsx +45 -7
- package/src/benefits-package/forms/benefits-pre-auth-form.scss +4 -0
- package/src/benefits-package/forms/preauth.resources.ts +17 -0
- package/src/claims/claims-management/table/claim-table.component.tsx +3 -0
- package/src/claims/claims-management/table/claims-list-table.scss +8 -0
- package/src/claims/claims-management/table/preauth-table.tmp.component.tsx +15 -0
- package/src/types/index.ts +1 -0
- package/dist/304.js +0 -1
- package/dist/304.js.map +0 -1
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.093 MiB)
|
|
4
4
|
│ 101.js (691.167 KiB)
|
|
5
5
|
│ 5398e3b596fa15df4d84b2aa0464e5c4.js (1.509 MiB)
|
|
6
6
|
│ 638.js (642.163 KiB)
|
|
@@ -8,13 +8,13 @@ WARNING in ⚠ asset size limit: The following asset(s) exceed the recommended s
|
|
|
8
8
|
│ bc27b2d7127da36a976f00f889810836.js (498.816 KiB)
|
|
9
9
|
│ 75182a479f7eba2798d943fa230a91ef.js (494.871 KiB)
|
|
10
10
|
│ 7e0c1151de4aade1c41d42a40530fc7c.js (499.316 KiB)
|
|
11
|
-
│ 304.js (2.080 MiB)
|
|
12
11
|
│ 871.js (1.988 MiB)
|
|
12
|
+
│ 723.js (2.149 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.093 MiB)
|
|
18
18
|
│ main.js
|
|
19
19
|
|
|
20
|
-
Rspack compiled with 2 warnings in 34.
|
|
20
|
+
Rspack compiled with 2 warnings in 34.76 s
|