@kenyaemr/esm-imaging-orders-app 4.0.3-pre.16 → 4.0.3-pre.22

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.
@@ -137,7 +137,7 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
137
137
  <w>
138
138
  <w> null
139
139
 
140
- LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/pagination/pagination.scss
140
+ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/shared/ui/common/list-order-details.scss
141
141
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
142
142
  <w>
143
143
  <w> More info: https://sass-lang.com/d/legacy-js-api
@@ -151,7 +151,7 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
151
151
  <w>
152
152
  <w> null
153
153
 
154
- LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/shared/ui/common/list-order-details.scss
154
+ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/pagination/pagination.scss
155
155
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
156
156
  <w>
157
157
  <w> More info: https://sass-lang.com/d/legacy-js-api
@@ -185,4 +185,4 @@ Entrypoints:
185
185
  main (1.02 MiB)
186
186
  main.js
187
187
 
188
- webpack 5.95.0 compiled with 2 warnings in 127628 ms
188
+ webpack 5.95.0 compiled with 2 warnings in 127028 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"component":"imagingOrdersLink","name":"imaging-orders-link","slot":"homepage-dashboard-slot","meta":{"name":"imaging-orders","title":"imaging-orders","slot":"imaging-dashboard-slot"}},{"component":"root","name":"imaging-dashboard-root","slot":"imaging-dashboard-slot"},{"name":"imaging-order-panel","component":"imagingOrderPanel","slot":"order-basket-slot","order":3}],"workspaces":[{"name":"add-imaging-order","type":"order","component":"addImagingOrderWorkspace","title":"Add Imaging order"},{"name":"imaging-report-form","component":"imagingReportForm","title":"Imaging Report Form","type":"form"}],"modals":[{"name":"review-imaging-report-modal","component":"reviewImagingReportModal"},{"name":"reject-imaging-order-modal","component":"rejectImagingOrderModal"},{"name":"add-imaging-to-work-list-modal","component":"addImagingToWorkListModal"}],"version":"4.0.3-pre.16"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"component":"imagingOrdersLink","name":"imaging-orders-link","slot":"homepage-dashboard-slot","meta":{"name":"imaging-orders","title":"imaging-orders","slot":"imaging-dashboard-slot"}},{"component":"root","name":"imaging-dashboard-root","slot":"imaging-dashboard-slot"},{"name":"imaging-order-panel","component":"imagingOrderPanel","slot":"order-basket-slot","order":3}],"workspaces":[{"name":"add-imaging-order","type":"order","component":"addImagingOrderWorkspace","title":"Add Imaging order"},{"name":"imaging-report-form","component":"imagingReportForm","title":"Imaging Report Form","type":"form"}],"modals":[{"name":"review-imaging-report-modal","component":"reviewImagingReportModal"},{"name":"reject-imaging-order-modal","component":"rejectImagingOrderModal"},{"name":"add-imaging-to-work-list-modal","component":"addImagingToWorkListModal"}],"version":"4.0.3-pre.22"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-imaging-orders-app",
3
- "version": "4.0.3-pre.16",
3
+ "version": "4.0.3-pre.22",
4
4
  "description": "Imaging Orders app for KenyaEMR",
5
5
  "browser": "dist/kenyaemr-esm-imaging-orders-app.js",
6
6
  "main": "src/index.ts",