@ampath/esm-dha-workflow-app 4.0.0-next.4 → 4.0.0-next.6

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/dist/161.js +1 -0
  2. package/dist/161.js.map +1 -0
  3. package/dist/198.js +2 -0
  4. package/dist/{561.js.LICENSE.txt → 198.js.LICENSE.txt} +10 -0
  5. package/dist/198.js.map +1 -0
  6. package/dist/244.js +1 -0
  7. package/dist/244.js.map +1 -0
  8. package/dist/274.js +1 -0
  9. package/dist/274.js.map +1 -0
  10. package/dist/802.js +2 -0
  11. package/dist/{731.js.LICENSE.txt → 802.js.LICENSE.txt} +3 -3
  12. package/dist/802.js.map +1 -0
  13. package/dist/91.js +1 -1
  14. package/dist/91.js.map +1 -1
  15. package/dist/main.js +1 -1
  16. package/dist/main.js.map +1 -1
  17. package/dist/openmrs-esm-home-app.js +1 -1
  18. package/dist/openmrs-esm-home-app.js.buildmanifest.json +135 -89
  19. package/dist/openmrs-esm-home-app.js.map +1 -1
  20. package/dist/routes.json +1 -1
  21. package/package.json +2 -2
  22. package/src/index.ts +5 -0
  23. package/src/registry/client-details/client-details.tsx +40 -0
  24. package/src/registry/modal/client-details-modal/client-details-modal.scss +28 -0
  25. package/src/registry/modal/client-details-modal/client-details-modal.tsx +75 -0
  26. package/src/registry/modal/otp-verification-modal/otp-verification-modal.scss +13 -0
  27. package/src/registry/modal/otp-verification-modal/otp-verification-modal.tsx +176 -0
  28. package/src/registry/payment-details/payment-options/payment-options.tsx +21 -0
  29. package/src/registry/registry.component.scss +68 -0
  30. package/src/registry/registry.component.tsx +269 -2
  31. package/src/registry/registry.resource.ts +58 -0
  32. package/src/registry/types/index.ts +160 -0
  33. package/src/registry/utils/hie-adapter.ts +56 -0
  34. package/src/registry/utils/mask-data.ts +21 -0
  35. package/src/root.component.tsx +11 -14
  36. package/src/routes.json +15 -6
  37. package/src/side-nav-menu/nav-links.tsx +13 -10
  38. package/dist/561.js +0 -2
  39. package/dist/561.js.map +0 -1
  40. package/dist/70.js +0 -1
  41. package/dist/70.js.map +0 -1
  42. package/dist/731.js +0 -2
  43. package/dist/731.js.map +0 -1
  44. package/dist/819.js +0 -1
  45. package/dist/819.js.map +0 -1
@@ -11,7 +11,7 @@
11
11
 
12
12
  /**
13
13
  * @license React
14
- * react-jsx-runtime.production.min.js
14
+ * react-is.production.min.js
15
15
  *
16
16
  * Copyright (c) Facebook, Inc. and its affiliates.
17
17
  *
@@ -21,9 +21,9 @@
21
21
 
22
22
  /**
23
23
  * @license React
24
- * use-sync-external-store-shim.production.js
24
+ * react-jsx-runtime.production.min.js
25
25
  *
26
- * Copyright (c) Meta Platforms, Inc. and affiliates.
26
+ * Copyright (c) Facebook, Inc. and its affiliates.
27
27
  *
28
28
  * This source code is licensed under the MIT license found in the
29
29
  * LICENSE file in the root directory of this source tree.