@openmrs/esm-home-app 11.0.2-pre.8896 → 11.0.2-pre.8899

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.
@@ -10,4 +10,4 @@
10
10
  │ main.js
11
11
  
12
12
 
13
- Rspack compiled with 2 warnings in 21.23 s
13
+ Rspack compiled with 2 warnings in 25.93 s
package/dist/1877.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([["1877"],{6468(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([["1877"],{6468(o){o.exports=JSON.parse('{"contactAdministrator":"Tente usar os links do menu de navega\xe7\xe3o \xe0 esquerda. Se o problema persistir, entre em contato com o administrador do sistema.","dashboardNotFound":"O painel que voc\xea est\xe1 procurando n\xe3o existe.","dashboardNotFoundDescription":"A p\xe1gina solicitada n\xe3o p\xf4de ser encontrada. Ela pode ter sido movida, exclu\xedda ou o painel configurado n\xe3o existe.","pageNotFound":"P\xe1gina n\xe3o encontrada"}')}}]);
package/dist/1877.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"1877.js","sources":["webpack://@openmrs/esm-home-app/json|/home/runner/work/openmrs-esm-patient-management/openmrs-esm-patient-management/packages/esm-home-app/translations/pt_BR.json"],"names":["JSON"],"mappings":"qIAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,yY"}
1
+ {"version":3,"file":"1877.js","sources":["webpack://@openmrs/esm-home-app/json|/home/runner/work/openmrs-esm-patient-management/openmrs-esm-patient-management/packages/esm-home-app/translations/pt_BR.json"],"names":["JSON"],"mappings":"qIAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,mc"}
@@ -173,9 +173,9 @@
173
173
  "rendered": true,
174
174
  "initial": false,
175
175
  "entry": false,
176
- "size": 390,
176
+ "size": 422,
177
177
  "sizes": {
178
- "javascript": 390
178
+ "javascript": 422
179
179
  },
180
180
  "names": [],
181
181
  "idHints": [],
@@ -189,7 +189,7 @@
189
189
  "auxiliaryFiles": [
190
190
  "1877.js.map"
191
191
  ],
192
- "hash": "95544633d7ccba21",
192
+ "hash": "520e4d35d1b4781e",
193
193
  "childrenByOrder": {}
194
194
  },
195
195
  {
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":"11.0.2-pre.8896"}
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":"11.0.2-pre.8899"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "11.0.2-pre.8896",
3
+ "version": "11.0.2-pre.8899",
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": "Tente usar os links do menu de navegação à esquerda. Se o problema persistir, entre em contato com o administrador do sistema.",
3
+ "dashboardNotFound": "O painel que você está procurando não existe.",
4
+ "dashboardNotFoundDescription": "A página solicitada não pôde ser encontrada. Ela pode ter sido movida, excluída ou o painel configurado não existe.",
5
+ "pageNotFound": "Página não encontrada"
6
6
  }