@kenyaemr/esm-care-panel-app 5.1.2-pre.655 → 5.2.1-pre.1003

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 (45) hide show
  1. package/.turbo/turbo-build.log +16 -12
  2. package/dist/130.js +1 -1
  3. package/dist/130.js.map +1 -1
  4. package/dist/272.js +2 -0
  5. package/dist/{387.js.LICENSE.txt → 272.js.LICENSE.txt} +12 -0
  6. package/dist/272.js.map +1 -0
  7. package/dist/315.js +1 -0
  8. package/dist/315.js.map +1 -0
  9. package/dist/419.js +1 -1
  10. package/dist/419.js.map +1 -1
  11. package/dist/574.js +1 -1
  12. package/dist/kenyaemr-esm-care-panel-app.js +1 -1
  13. package/dist/kenyaemr-esm-care-panel-app.js.buildmanifest.json +66 -66
  14. package/dist/kenyaemr-esm-care-panel-app.js.map +1 -1
  15. package/dist/main.js +1 -1
  16. package/dist/main.js.LICENSE.txt +12 -0
  17. package/dist/main.js.map +1 -1
  18. package/dist/routes.json +1 -1
  19. package/package.json +2 -2
  20. package/src/care-panel/care-panel.component.tsx +2 -3
  21. package/src/care-panel-dashboard/care-panel-dashboard.component.tsx +7 -3
  22. package/src/care-programs/care-programs.component.tsx +16 -13
  23. package/src/config-schema.ts +6 -0
  24. package/src/hooks/useCarePrograms.tsx +8 -1
  25. package/src/hooks/usePatientHIVStatus.ts +18 -0
  26. package/src/hooks/usePatientIITScore.ts +19 -0
  27. package/src/iit-risk-score/iit-risk-score-plot.tsx +68 -0
  28. package/src/iit-risk-score/iit-risk-score.component.tsx +73 -0
  29. package/src/iit-risk-score/iit-risk-score.scss +39 -0
  30. package/src/iit-risk-score/risk-score.mock.ts +56 -0
  31. package/src/machine-learning/machine-learning.component.tsx +30 -0
  32. package/src/machine-learning/machine-learning.scss +37 -0
  33. package/src/patient-summary/patient-summary.component.test.tsx +1 -1
  34. package/src/patient-summary/patient-summary.component.tsx +3 -1
  35. package/src/program-enrollment/program-enrollment.component.tsx +13 -7
  36. package/src/regimen-editor/non-standard-regimen.component.tsx +6 -1
  37. package/src/regimen-editor/standard-regimen.component.tsx +6 -1
  38. package/src/regimen-editor/utils.tsx +33 -0
  39. package/src/routes.json +1 -1
  40. package/src/types/index.ts +26 -0
  41. package/translations/en.json +1 -1
  42. package/dist/114.js +0 -1
  43. package/dist/114.js.map +0 -1
  44. package/dist/387.js +0 -2
  45. package/dist/387.js.map +0 -1
@@ -1,28 +1,32 @@
1
- assets by path *.js 1.86 MiB
2
- assets by chunk 1.16 MiB (id hint: vendors)
3
- assets by status 1.08 MiB [big]
4
- asset 130.js 629 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
5
- asset 387.js 473 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
1
+ Browserslist: caniuse-lite is outdated. Please run:
2
+ npx update-browserslist-db@latest
3
+ Why you should do it regularly: https://github.com/browserslist/update-db#readme
4
+ assets by path *.js 4.44 MiB
5
+ assets by chunk 2.17 MiB (id hint: vendors)
6
+ assets by status 2.09 MiB [big]
7
+ asset 272.js 1.38 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
8
+ asset 130.js 729 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
6
9
  + 4 assets
7
10
  + 7 assets
8
11
  assets by path *.json 8.82 KiB
9
12
  asset kenyaemr-esm-care-panel-app.js.buildmanifest.json 7.58 KiB [emitted]
10
13
  asset routes.json 1.24 KiB [emitted] [from: src/routes.json] [copied]
11
- orphan modules 3.71 MiB [orphan] 594 modules
14
+ orphan modules 3.68 MiB [orphan] 656 modules
12
15
  runtime modules 39.5 KiB 28 modules
13
- built modules 4.46 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built] 249 modules
16
+ built modules 6.34 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built] 253 modules
14
17
 
15
18
  WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
16
19
  This can impact web performance.
17
20
  Assets:
18
- main.js (595 KiB)
19
- 130.js (629 KiB)
20
- 387.js (473 KiB)
21
+ main.js (1.82 MiB)
22
+ 130.js (729 KiB)
23
+ 315.js (442 KiB)
24
+ 272.js (1.38 MiB)
21
25
 
22
26
  WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
23
27
  Entrypoints:
24
- main (595 KiB)
28
+ main (1.82 MiB)
25
29
  main.js
26
30
  
27
31
 
28
- webpack 5.88.0 compiled with 2 warnings in 124212 ms
32
+ webpack 5.88.0 compiled with 2 warnings in 223666 ms