@kenyaemr/esm-ward-app 8.5.4-pre.94 → 8.5.4-pre.98

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.
Files changed (27) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/dist/2089.js +1 -0
  3. package/dist/2089.js.map +1 -0
  4. package/dist/5090.js +1 -1
  5. package/dist/6456.js +1 -1
  6. package/dist/7607.js +1 -1
  7. package/dist/kenyaemr-esm-ward-app.js.buildmanifest.json +32 -32
  8. package/dist/main.js +1 -1
  9. package/dist/routes.json +1 -1
  10. package/package.json +1 -1
  11. package/src/in-patient/labourCareGuide/components/summary-of-labour-section.component.tsx +408 -0
  12. package/src/in-patient/labourCareGuide/constants/summary-of-labour.constants.ts +102 -0
  13. package/src/in-patient/labourCareGuide/forms/index.ts +1 -0
  14. package/src/in-patient/labourCareGuide/forms/labour-care-guide-forms.component.tsx +39 -0
  15. package/src/in-patient/labourCareGuide/forms/lcg-session-correction-wizard.component.tsx +122 -75
  16. package/src/in-patient/labourCareGuide/forms/shared-decision-making-form.component.tsx +229 -227
  17. package/src/in-patient/labourCareGuide/forms/summary-of-labour-form.component.tsx +887 -0
  18. package/src/in-patient/labourCareGuide/hooks/use-lcg-data.ts +24 -0
  19. package/src/in-patient/labourCareGuide/labour-care-guide.component.tsx +351 -0
  20. package/src/in-patient/labourCareGuide/labour-care-guide.scss +209 -0
  21. package/src/in-patient/labourCareGuide/partography-data-form.scss +85 -0
  22. package/src/in-patient/labourCareGuide/resources/summary-of-labour.resource.ts +472 -0
  23. package/src/in-patient/labourCareGuide/summary-of-labour-prefill.utils.ts +436 -0
  24. package/translations/en.json +65 -0
  25. package/translations/fr.json +66 -0
  26. package/dist/3837.js +0 -1
  27. package/dist/3837.js.map +0 -1
@@ -1,8 +1,8 @@
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
- │ 3837.js (679.438 KiB)
4
3
  │ 9535.js (1.920 MiB)
4
+ │ 2089.js (754.940 KiB)
5
5
  │ 2823.js (479.797 KiB)
6
6
  
7
7
 
8
- Rspack compiled with 1 warning in 37.08 s
8
+ Rspack compiled with 1 warning in 35.83 s