@openmrs/esm-home-app 9.2.1-pre.7559 → 9.2.1-pre.7562

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.
@@ -488,9 +488,9 @@
488
488
  "rendered": true,
489
489
  "initial": false,
490
490
  "entry": false,
491
- "size": 70702,
491
+ "size": 70492,
492
492
  "sizes": {
493
- "javascript": 70702
493
+ "javascript": 70492
494
494
  },
495
495
  "names": [],
496
496
  "idHints": [],
@@ -503,7 +503,7 @@
503
503
  "auxiliaryFiles": [
504
504
  "3819.js.map"
505
505
  ],
506
- "hash": "d19469e5d33cabeb",
506
+ "hash": "89cf28882b33f862",
507
507
  "childrenByOrder": {}
508
508
  },
509
509
  {
@@ -946,10 +946,10 @@
946
946
  "rendered": true,
947
947
  "initial": true,
948
948
  "entry": true,
949
- "size": 2284193,
949
+ "size": 2283983,
950
950
  "sizes": {
951
951
  "consume-shared": 168,
952
- "javascript": 2283731,
952
+ "javascript": 2283521,
953
953
  "runtime": 13884,
954
954
  "share-init": 294
955
955
  },
@@ -966,7 +966,7 @@
966
966
  "auxiliaryFiles": [
967
967
  "main.js.map"
968
968
  ],
969
- "hash": "935b501c190777c7",
969
+ "hash": "2cb77ddf4583e03a",
970
970
  "childrenByOrder": {}
971
971
  },
972
972
  {
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true}],"version":"9.2.1-pre.7559"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true}],"version":"9.2.1-pre.7562"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "9.2.1-pre.7559",
3
+ "version": "9.2.1-pre.7562",
4
4
  "description": "Homepage microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-home-app.js",
6
6
  "main": "src/index.ts",
@@ -64,10 +64,6 @@
64
64
  margin-bottom: layout.$spacing-04;
65
65
  }
66
66
 
67
- .homeButton {
68
- margin-top: layout.$spacing-05;
69
- }
70
-
71
67
  // RTL support
72
68
  html[dir='rtl'] {
73
69
  .desktopHeading,