@openmrs/esm-home-app 9.2.1-pre.7244 → 9.2.1-pre.7261

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.
@@ -18,7 +18,7 @@ runtime modules 41.4 KiB 28 modules
18
18
  built modules 6.58 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
19
19
  modules by path ../../node_modules/ 6.5 MiB 474 modules
20
20
  modules by path ./ 85.5 KiB
21
- optional modules 16.4 KiB [optional] 42 modules
21
+ optional modules 16.5 KiB [optional] 42 modules
22
22
  javascript modules 69.1 KiB 4 modules
23
23
  provide-module modules 294 bytes
24
24
  modules by path provide shared module (default) swr/ 126 bytes 3 modules
@@ -39,4 +39,4 @@ Entrypoints:
39
39
  main (335 KiB)
40
40
  main.js
41
41
 
42
- webpack 5.99.9 compiled with 2 warnings in 147193 ms
42
+ webpack 5.99.9 compiled with 2 warnings in 96980 ms
package/dist/3099.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([[3099],{93099: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([[3099],{93099:a=>{a.exports=JSON.parse('{"contactAdministrator":"Por favor, intente usar los links del menú de navegación situado a la izquierda. Si el problema persiste, contacte con su administrador del sistema.","dashboardNotFound":"El panel que está buscando no existe.","dashboardNotFoundDescription":"No se pudo encontrar la página solicitada. Es posible que se haya movido, eliminado o que el panel configurado no exista.","pageNotFound":"Página no encontrada"}')}}]);
@@ -353,9 +353,9 @@
353
353
  "initial": false,
354
354
  "entry": false,
355
355
  "recorded": false,
356
- "size": 400,
356
+ "size": 438,
357
357
  "sizes": {
358
- "javascript": 400
358
+ "javascript": 438
359
359
  },
360
360
  "names": [],
361
361
  "idHints": [],
@@ -367,7 +367,7 @@
367
367
  "3099.js"
368
368
  ],
369
369
  "auxiliaryFiles": [],
370
- "hash": "88dc29a5ae2eb530",
370
+ "hash": "ca2b24c2619f9dba",
371
371
  "childrenByOrder": {}
372
372
  },
373
373
  {
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.7244"}
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.7261"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "9.2.1-pre.7244",
3
+ "version": "9.2.1-pre.7261",
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": "Por favor, intente usar los links del menú de navegación situado a la izquierda. Si el problema persiste, contacte con su administrador del sistema.",
3
+ "dashboardNotFound": "El panel que está buscando no existe.",
4
+ "dashboardNotFoundDescription": "No se pudo encontrar la página solicitada. Es posible que se haya movido, eliminado o que el panel configurado no exista.",
5
+ "pageNotFound": "Página no encontrada"
6
6
  }