@openmrs/esm-user-onboarding-app 4.0.1-pre.168 → 4.0.1-pre.169

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/9538.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_user_onboarding_app=globalThis.webpackChunk_openmrs_esm_user_onboarding_app||[]).push([[9538],{9538:e=>{e.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","welcome":"Welcome to OpenMRS!"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_user_onboarding_app=globalThis.webpackChunk_openmrs_esm_user_onboarding_app||[]).push([[9538],{9538:e=>{e.exports=JSON.parse('{"back":"Indietro","finish":"Finish","modalDescription":"Find walkthroughs and video tutorials on some of the core features of OpenMRS.","next":"Avanti","tutorial":"Tutorials","walkthrough":"Walkthrough","welcome":"Benvenuto in OpenMRS!"}')}}]);
@@ -1157,9 +1157,9 @@
1157
1157
  "initial": false,
1158
1158
  "entry": false,
1159
1159
  "recorded": false,
1160
- "size": 240,
1160
+ "size": 248,
1161
1161
  "sizes": {
1162
- "javascript": 240
1162
+ "javascript": 248
1163
1163
  },
1164
1164
  "names": [],
1165
1165
  "idHints": [],
@@ -1171,7 +1171,7 @@
1171
1171
  "9538.js"
1172
1172
  ],
1173
1173
  "auxiliaryFiles": [],
1174
- "hash": "fa0760bc4cc9239c",
1174
+ "hash": "118f5ecfccc0666b",
1175
1175
  "childrenByOrder": {}
1176
1176
  },
1177
1177
  {
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.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.0.1-pre.168"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.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.0.1-pre.169"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-user-onboarding-app",
3
- "version": "4.0.1-pre.168",
3
+ "version": "4.0.1-pre.169",
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,9 +1,9 @@
1
1
  {
2
- "back": "Back",
2
+ "back": "Indietro",
3
3
  "finish": "Finish",
4
4
  "modalDescription": "Find walkthroughs and video tutorials on some of the core features of OpenMRS.",
5
- "next": "Next",
5
+ "next": "Avanti",
6
6
  "tutorial": "Tutorials",
7
7
  "walkthrough": "Walkthrough",
8
- "welcome": "Welcome to OpenMRS!"
8
+ "welcome": "Benvenuto in OpenMRS!"
9
9
  }