@openmrs/esm-home-app 9.2.1-pre.7156 → 9.2.1-pre.7160

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.
@@ -36,4 +36,4 @@ Entrypoints:
36
36
  main (334 KiB)
37
37
  main.js
38
38
 
39
- webpack 5.99.9 compiled with 2 warnings in 130339 ms
39
+ webpack 5.99.9 compiled with 2 warnings in 125712 ms
package/dist/4055.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([[4055],{94055:e=>{e.exports=JSON.parse('{"contactAdministrator":"Please try using the left navigation menu links. If the issue persists, contact your system administrator.","dashboardNotFound":"The dashboard you are looking for does not exist.","dashboardNotFoundDescription":"The page you requested could not be found. It may have been moved, deleted, or the configured dashboard does not exist.","pageNotFound":"Page not found"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([[4055],{94055:e=>{e.exports=JSON.parse('{"contactAdministrator":"Veuillez essayer d\'utiliser les liens du menu de navigation à gauche. Si le problème persiste, contactez votre administrateur système.","dashboardNotFound":"Le tableau de bord recherché est inexistant","dashboardNotFoundDescription":"La page que vous avez demandée est introuvable. Elle a peut-être été déplacée, supprimée ou le tableau de bord configuré n\'existe pas.","pageNotFound":"Page non trouvé"}')}}]);
@@ -475,9 +475,9 @@
475
475
  "initial": false,
476
476
  "entry": false,
477
477
  "recorded": false,
478
- "size": 400,
478
+ "size": 438,
479
479
  "sizes": {
480
- "javascript": 400
480
+ "javascript": 438
481
481
  },
482
482
  "names": [],
483
483
  "idHints": [],
@@ -489,7 +489,7 @@
489
489
  "4055.js"
490
490
  ],
491
491
  "auxiliaryFiles": [],
492
- "hash": "2ed26dc7cd911375",
492
+ "hash": "cfc0a1d18e637408",
493
493
  "childrenByOrder": {}
494
494
  },
495
495
  {
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.7156"}
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.7160"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "9.2.1-pre.7156",
3
+ "version": "9.2.1-pre.7160",
4
4
  "description": "Homepage microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-home-app.js",
6
6
  "main": "src/index.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
- "contactAdministrator": "Please try using the left navigation menu links. If the issue persists, contact your system administrator.",
3
- "dashboardNotFound": "The dashboard you are looking for does not exist.",
4
- "dashboardNotFoundDescription": "The page you requested could not be found. It may have been moved, deleted, or the configured dashboard does not exist.",
5
- "pageNotFound": "Page not found"
2
+ "contactAdministrator": "Veuillez essayer d'utiliser les liens du menu de navigation à gauche. Si le problème persiste, contactez votre administrateur système.",
3
+ "dashboardNotFound": "Le tableau de bord recherché est inexistant",
4
+ "dashboardNotFoundDescription": "La page que vous avez demandée est introuvable. Elle a peut-être été déplacée, supprimée ou le tableau de bord configuré n'existe pas.",
5
+ "pageNotFound": "Page non trouvé"
6
6
  }