@kenyaemr/esm-patient-list-management-app 8.0.1-pre.95 → 8.0.2

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 (68) hide show
  1. package/.turbo/turbo-build.log +22 -23
  2. package/dist/130.js +1 -1
  3. package/dist/130.js.LICENSE.txt +2 -0
  4. package/dist/130.js.map +1 -1
  5. package/dist/233.js +2 -0
  6. package/dist/233.js.map +1 -0
  7. package/dist/271.js +1 -2
  8. package/dist/319.js +1 -1
  9. package/dist/325.js +1 -0
  10. package/dist/325.js.map +1 -0
  11. package/dist/37.js +1 -1
  12. package/dist/37.js.map +1 -1
  13. package/dist/455.js +1 -0
  14. package/dist/455.js.map +1 -0
  15. package/dist/460.js +1 -1
  16. package/dist/574.js +1 -1
  17. package/dist/644.js +1 -1
  18. package/dist/658.js +2 -0
  19. package/dist/{271.js.LICENSE.txt → 658.js.LICENSE.txt} +10 -0
  20. package/dist/658.js.map +1 -0
  21. package/dist/757.js +1 -1
  22. package/dist/788.js +1 -1
  23. package/dist/807.js +1 -1
  24. package/dist/814.js +1 -0
  25. package/dist/814.js.map +1 -0
  26. package/dist/833.js +1 -1
  27. package/dist/kenyaemr-esm-patient-list-management-app.js +1 -1
  28. package/dist/kenyaemr-esm-patient-list-management-app.js.buildmanifest.json +116 -143
  29. package/dist/kenyaemr-esm-patient-list-management-app.js.map +1 -1
  30. package/dist/main.js +1 -1
  31. package/dist/main.js.map +1 -1
  32. package/dist/routes.json +1 -1
  33. package/package-lock.json +5901 -0
  34. package/package.json +2 -3
  35. package/src/add-patient/add-patient.component.tsx +81 -152
  36. package/src/add-patient/add-patient.scss +73 -4
  37. package/src/add-patient/add-patient.test.tsx +100 -0
  38. package/src/add-patient-to-patient-list-menu-item.component.tsx +1 -0
  39. package/src/add-patient-to-patient-list-menu-item.test.tsx +5 -1
  40. package/src/api/api-remote.ts +90 -2
  41. package/src/api/types.ts +7 -0
  42. package/src/lists-dashboard/lists-dashboard.component.tsx +22 -16
  43. package/src/lists-dashboard/lists-dashboard.scss +6 -0
  44. package/src/routes.json +6 -4
  45. package/translations/am.json +0 -1
  46. package/translations/ar.json +0 -1
  47. package/translations/en.json +2 -3
  48. package/translations/es.json +0 -1
  49. package/translations/fr.json +35 -36
  50. package/translations/he.json +0 -1
  51. package/translations/km.json +0 -1
  52. package/translations/zh.json +0 -1
  53. package/translations/zh_CN.json +0 -1
  54. package/dist/112.js +0 -1
  55. package/dist/112.js.map +0 -1
  56. package/dist/255.js +0 -2
  57. package/dist/255.js.map +0 -1
  58. package/dist/271.js.map +0 -1
  59. package/dist/382.js +0 -1
  60. package/dist/382.js.map +0 -1
  61. package/dist/384.js +0 -1
  62. package/dist/635.js +0 -1
  63. package/dist/635.js.map +0 -1
  64. package/dist/729.js +0 -1
  65. package/dist/729.js.map +0 -1
  66. package/src/header/header.component.tsx +0 -52
  67. package/src/illo.component.tsx +0 -25
  68. /package/dist/{255.js.LICENSE.txt → 233.js.LICENSE.txt} +0 -0
@@ -33,3 +33,13 @@
33
33
  * This source code is licensed under the MIT license found in the
34
34
  * LICENSE file in the root directory of this source tree.
35
35
  */
36
+
37
+ /**
38
+ * @license React
39
+ * use-sync-external-store-shim.production.min.js
40
+ *
41
+ * Copyright (c) Facebook, Inc. and its affiliates.
42
+ *
43
+ * This source code is licensed under the MIT license found in the
44
+ * LICENSE file in the root directory of this source tree.
45
+ */