@kenyaemr/esm-patient-flags-app 5.4.2-pre.2682 → 5.4.2-pre.2687

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.
@@ -5,9 +5,9 @@
5
5
  "rendered": true,
6
6
  "initial": false,
7
7
  "entry": false,
8
- "size": 119038,
8
+ "size": 118683,
9
9
  "sizes": {
10
- "javascript": 119038
10
+ "javascript": 118683
11
11
  },
12
12
  "names": [],
13
13
  "idHints": [],
@@ -20,7 +20,7 @@
20
20
  "auxiliaryFiles": [
21
21
  "125.js.map"
22
22
  ],
23
- "hash": "ef5cd2d3d868d259",
23
+ "hash": "214a8720658b90d6",
24
24
  "childrenByOrder": {}
25
25
  },
26
26
  {
@@ -422,10 +422,10 @@
422
422
  "rendered": true,
423
423
  "initial": true,
424
424
  "entry": true,
425
- "size": 6690038,
425
+ "size": 6689683,
426
426
  "sizes": {
427
427
  "consume-shared": 210,
428
- "javascript": 6689618,
428
+ "javascript": 6689263,
429
429
  "runtime": 13027,
430
430
  "share-init": 210
431
431
  },
@@ -442,7 +442,7 @@
442
442
  "auxiliaryFiles": [
443
443
  "main.js.map"
444
444
  ],
445
- "hash": "681da24cff33c760",
445
+ "hash": "825fb42f171c4b8b",
446
446
  "childrenByOrder": {}
447
447
  },
448
448
  {
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.4.2-pre.2682"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.4.2-pre.2687"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-patient-flags-app",
3
- "version": "5.4.2-pre.2682",
3
+ "version": "5.4.2-pre.2687",
4
4
  "description": "Patient flags microfrontend for the OpenMRS SPA",
5
5
  "keywords": [
6
6
  "openmrs"
@@ -129,13 +129,7 @@ export const useModuleLinks = () => {
129
129
  },
130
130
  {
131
131
  label: t('serviceQueuesAdmin', 'Service Queues Admin'),
132
- url: `${openmrsSpaBase}home/service-queues/admin`,
133
- icon: <IbmCloudGateKeeper size={24} />,
134
- privilege: 'o3: View Service Queues Admin Dashboard',
135
- },
136
- {
137
- label: t('serviceQueuesAdmin', 'Service Queues Admin'),
138
- url: `${openmrsSpaBase}home/service-queues/admin`,
132
+ url: `${openmrsSpaBase}queues-admin`,
139
133
  icon: <IbmCloudGateKeeper size={24} />,
140
134
  privilege: 'o3: View Service Queues Admin Dashboard',
141
135
  },