@kenyaemr/esm-admin-app 5.4.1-pre.1908 → 5.4.1-pre.1912

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 (52) hide show
  1. package/.turbo/turbo-build.log +31 -24
  2. package/dist/102.js +2 -0
  3. package/dist/102.js.map +1 -0
  4. package/dist/{325.js → 137.js} +2 -2
  5. package/dist/{325.js.map → 137.js.map} +1 -1
  6. package/dist/294.js +2 -0
  7. package/dist/294.js.LICENSE.txt +32 -0
  8. package/dist/294.js.map +1 -0
  9. package/dist/300.js +1 -1
  10. package/dist/654.js +1 -0
  11. package/dist/654.js.map +1 -0
  12. package/dist/675.js +2 -0
  13. package/dist/{485.js.map → 675.js.map} +1 -1
  14. package/dist/{493.js → 719.js} +1 -1
  15. package/dist/{493.js.map → 719.js.map} +1 -1
  16. package/dist/893.js +1 -1
  17. package/dist/893.js.map +1 -1
  18. package/dist/913.js +1 -1
  19. package/dist/913.js.LICENSE.txt +4 -27
  20. package/dist/913.js.map +1 -1
  21. package/dist/kenyaemr-esm-admin-app.js +1 -1
  22. package/dist/kenyaemr-esm-admin-app.js.buildmanifest.json +117 -114
  23. package/dist/kenyaemr-esm-admin-app.js.map +1 -1
  24. package/dist/main.js +1 -1
  25. package/dist/main.js.map +1 -1
  26. package/dist/routes.json +1 -1
  27. package/package.json +1 -1
  28. package/src/components/hook/useHWR.ts +22 -0
  29. package/src/components/modal/hwr-confirmation.modal.scss +21 -0
  30. package/src/components/modal/hwr-confirmation.modal.tsx +130 -0
  31. package/src/components/modal/hwr-empty.modal.component.tsx +54 -0
  32. package/src/components/users/manage-users/user-list/user-list.component.tsx +27 -22
  33. package/src/components/users/manage-users/user-management.workspace.scss +36 -0
  34. package/src/components/users/manage-users/user-management.workspace.tsx +388 -193
  35. package/src/components/users/userManagementFormSchema.tsx +5 -1
  36. package/src/config-schema.ts +55 -3
  37. package/src/constants.ts +26 -0
  38. package/src/index.ts +5 -0
  39. package/src/routes.json +8 -0
  40. package/src/types/index.ts +97 -0
  41. package/translations/en.json +7 -0
  42. package/dist/373.js +0 -2
  43. package/dist/373.js.map +0 -1
  44. package/dist/387.js +0 -2
  45. package/dist/387.js.LICENSE.txt +0 -15
  46. package/dist/387.js.map +0 -1
  47. package/dist/485.js +0 -2
  48. package/dist/778.js +0 -1
  49. package/dist/778.js.map +0 -1
  50. /package/dist/{373.js.LICENSE.txt → 102.js.LICENSE.txt} +0 -0
  51. /package/dist/{325.js.LICENSE.txt → 137.js.LICENSE.txt} +0 -0
  52. /package/dist/{485.js.LICENSE.txt → 675.js.LICENSE.txt} +0 -0
@@ -1,32 +1,9 @@
1
1
  /**
2
- * @remix-run/router v1.19.2
2
+ * @license React
3
+ * use-sync-external-store-shim.production.min.js
3
4
  *
4
- * Copyright (c) Remix Software Inc.
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
5
6
  *
6
7
  * This source code is licensed under the MIT license found in the
7
- * LICENSE.md file in the root directory of this source tree.
8
- *
9
- * @license MIT
10
- */
11
-
12
- /**
13
- * React Router DOM v6.26.2
14
- *
15
- * Copyright (c) Remix Software Inc.
16
- *
17
- * This source code is licensed under the MIT license found in the
18
- * LICENSE.md file in the root directory of this source tree.
19
- *
20
- * @license MIT
21
- */
22
-
23
- /**
24
- * React Router v6.26.2
25
- *
26
- * Copyright (c) Remix Software Inc.
27
- *
28
- * This source code is licensed under the MIT license found in the
29
- * LICENSE.md file in the root directory of this source tree.
30
- *
31
- * @license MIT
8
+ * LICENSE file in the root directory of this source tree.
32
9
  */