@openmrs/esm-user-onboarding-app 4.1.1-pre.621 → 4.1.1-pre.623

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.
package/dist/1877.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_user_onboarding_app=globalThis.webpackChunk_openmrs_esm_user_onboarding_app||[]).push([["1877"],{6468(o){o.exports=JSON.parse('{"back":"Back","finish":"Finish","modalDescription":"Find walkthroughs and video tutorials on some of the core features of OpenMRS.","next":"Next","tutorial":"Tutorials","walkthrough":"Walkthrough"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_user_onboarding_app=globalThis.webpackChunk_openmrs_esm_user_onboarding_app||[]).push([["1877"],{6468(s){s.exports=JSON.parse('{"back":"Voltar","finish":"Concluir","modalDescription":"Encontre guias passo a passo e tutoriais em v\xeddeo sobre alguns dos recursos principais do OpenMRS.","next":"Avan\xe7ar","tutorial":"Tutoriais","walkthrough":"Guia passo a passo"}')}}]);
package/dist/1877.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"1877.js","sources":["webpack://@openmrs/esm-user-onboarding-app/json|/home/runner/work/openmrs-esm-user-onboarding/openmrs-esm-user-onboarding/translations/pt_BR.json"],"names":["JSON"],"mappings":"2JAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,yM"}
1
+ {"version":3,"file":"1877.js","sources":["webpack://@openmrs/esm-user-onboarding-app/json|/home/runner/work/openmrs-esm-user-onboarding/openmrs-esm-user-onboarding/translations/pt_BR.json"],"names":["JSON"],"mappings":"2JAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,iP"}
@@ -125,9 +125,9 @@
125
125
  "rendered": true,
126
126
  "initial": false,
127
127
  "entry": false,
128
- "size": 198,
128
+ "size": 234,
129
129
  "sizes": {
130
- "javascript": 198
130
+ "javascript": 234
131
131
  },
132
132
  "names": [],
133
133
  "idHints": [],
@@ -141,7 +141,7 @@
141
141
  "auxiliaryFiles": [
142
142
  "1877.js.map"
143
143
  ],
144
- "hash": "5795997bcb6842b1",
144
+ "hash": "0560b4cfae61333f",
145
145
  "childrenByOrder": {}
146
146
  },
147
147
  {
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"extensions":[{"name":"tutorials","slot":"help-menu-slot","component":"tutorial","online":true,"offline":true}],"modals":[{"name":"tutorial-modal","component":"tutorialModal"}],"pages":[{"component":"root","route":true}],"version":"4.1.1-pre.621"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"extensions":[{"name":"tutorials","slot":"help-menu-slot","component":"tutorial","online":true,"offline":true}],"modals":[{"name":"tutorial-modal","component":"tutorialModal"}],"pages":[{"component":"root","route":true}],"version":"4.1.1-pre.623"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-user-onboarding-app",
3
- "version": "4.1.1-pre.621",
3
+ "version": "4.1.1-pre.623",
4
4
  "license": "MPL-2.0",
5
5
  "description": "An OpenMRS microfrontend for user onboarding walkthroughs",
6
6
  "browser": "dist/openmrs-esm-user-onboarding-app.js",
@@ -1,8 +1,8 @@
1
1
  {
2
- "back": "Back",
3
- "finish": "Finish",
4
- "modalDescription": "Find walkthroughs and video tutorials on some of the core features of OpenMRS.",
5
- "next": "Next",
6
- "tutorial": "Tutorials",
7
- "walkthrough": "Walkthrough"
2
+ "back": "Voltar",
3
+ "finish": "Concluir",
4
+ "modalDescription": "Encontre guias passo a passo e tutoriais em vídeo sobre alguns dos recursos principais do OpenMRS.",
5
+ "next": "Avançar",
6
+ "tutorial": "Tutoriais",
7
+ "walkthrough": "Guia passo a passo"
8
8
  }