@cc-openmrs/cc-esm-active-prescriptions 1.0.43 → 1.0.44

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.
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"extensions":[{"name":"Red box","component":"redBox","slot":"Boxes"},{"name":"Blue box","component":"blueBox","slot":"Boxes"},{"name":"Brand box","component":"blueBox","slot":"Boxes"},{"name":"Prescriptions","component":"root","slot":"patient-actions","order":50},{"name":"Prescriptions siderail icon","component":"prescriptionsSiderailIcon","slot":"workspace-siderail","order":50,"meta":{"workspaceName":"cc-active-prescriptions-workspace","icon":"pill","label":"Prescriptions"}}],"pages":[{"component":"root","route":"root"}],"workspaces2":[{"name":"cc-active-prescriptions-workspace","component":"root","window":"cc-active-prescriptions-window"}],"workspaceWindows2":[{"name":"cc-active-prescriptions-window","group":"patient-chart"}],"version":"1.0.43"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"extensions":[{"name":"Red box","component":"redBox","slot":"Boxes"},{"name":"Blue box","component":"blueBox","slot":"Boxes"},{"name":"Brand box","component":"blueBox","slot":"Boxes"},{"name":"Prescriptions","component":"root","slot":"patient-actions-slot","order":50}],"pages":[{"component":"root","route":"root"}],"workspaces2":[{"name":"cc-active-prescriptions-workspace","component":"root","window":"cc-active-prescriptions-window"}],"workspaceWindows2":[{"name":"cc-active-prescriptions-window","group":"patient-chart","icon":"prescriptionsSiderailIcon","order":50}],"version":"1.0.44"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-openmrs/cc-esm-active-prescriptions",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "license": "MPL-2.0",
5
5
  "description": "An OpenMRS seed application for building microfrontends",
6
6
  "browser": "dist/openmrs-esm-template-app.js",
package/src/routes.json CHANGED
@@ -23,19 +23,8 @@
23
23
  {
24
24
  "name": "Prescriptions",
25
25
  "component": "root",
26
- "slot": "patient-actions",
26
+ "slot": "patient-actions-slot",
27
27
  "order": 50
28
- },
29
- {
30
- "name": "Prescriptions siderail icon",
31
- "component": "prescriptionsSiderailIcon",
32
- "slot": "workspace-siderail",
33
- "order": 50,
34
- "meta": {
35
- "workspaceName": "cc-active-prescriptions-workspace",
36
- "icon": "pill",
37
- "label": "Prescriptions"
38
- }
39
28
  }
40
29
  ],
41
30
  "pages": [
@@ -54,7 +43,9 @@
54
43
  "workspaceWindows2": [
55
44
  {
56
45
  "name": "cc-active-prescriptions-window",
57
- "group": "patient-chart"
46
+ "group": "patient-chart",
47
+ "icon": "prescriptionsSiderailIcon",
48
+ "order": 50
58
49
  }
59
50
  ]
60
51