@kenyaemr/esm-facility-dashboard-app 5.4.2-pre.2126 → 5.4.2-pre.2128

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.
@@ -53,13 +53,6 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
53
53
  <w>
54
54
  <w> null
55
55
 
56
- 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/surveillance/charts/charts.scss
57
- <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
58
- <w>
59
- <w> More info: https://sass-lang.com/d/legacy-js-api
60
- <w>
61
- <w> null
62
-
63
56
  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/components/header/header.scss
64
57
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
65
58
  <w>
@@ -73,6 +66,13 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
73
66
  <w> src/components/header/header.scss 4:9 root stylesheet
74
67
  <w>
75
68
 
69
+ 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/surveillance/charts/charts.scss
70
+ <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
71
+ <w>
72
+ <w> More info: https://sass-lang.com/d/legacy-js-api
73
+ <w>
74
+ <w> null
75
+
76
76
  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/surveillance/summary-cards/summary-card.scss
77
77
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
78
78
  <w>
@@ -135,4 +135,4 @@ Entrypoints:
135
135
  main (1.21 MiB)
136
136
  main.js
137
137
 
138
- webpack 5.74.0 compiled with 2 warnings in 240304 ms
138
+ webpack 5.74.0 compiled with 2 warnings in 218982 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemrCharts":"^1.6.7"},"extensions":[{"component":"surveillanceDashboardLink","name":"surveillance-dashboard-link","slot":"facility-dashboard-left-panel-slot"},{"component":"aboveSiteDashboardLink","name":"above-site-dashboard-link","slot":"facility-dashboard-left-panel-slot"}],"workspaces":[],"modals":[],"pages":[{"component":"root","route":"facility-dashboard"}],"version":"5.4.2-pre.2126"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemrCharts":"^1.6.7"},"extensions":[{"component":"surveillanceDashboardLink","name":"surveillance-dashboard-link","slot":"facility-dashboard-left-panel-slot"},{"component":"aboveSiteDashboardLink","name":"above-site-dashboard-link","slot":"facility-dashboard-left-panel-slot"}],"workspaces":[],"modals":[],"pages":[{"component":"root","route":"facility-dashboard"}],"version":"5.4.2-pre.2128"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-facility-dashboard-app",
3
- "version": "5.4.2-pre.2126",
3
+ "version": "5.4.2-pre.2128",
4
4
  "description": "Facility dashboard app",
5
5
  "browser": "dist/kenyaemr-esm-facility-dashboard-app.js",
6
6
  "main": "src/index.ts",