@openmrs/esm-user-onboarding-app 4.0.1-pre.310 → 4.0.1-pre.312

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/9879.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_user_onboarding_app=globalThis.webpackChunk_openmrs_esm_user_onboarding_app||[]).push([[9879],{99879: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([[9879],{99879:e=>{e.exports=JSON.parse('{"back":"回退","finish":"完成","modalDescription":"Find walkthroughs and video tutorials on some of the core features of OpenMRS.","next":"下一步","tutorial":"教程","walkthrough":"穿过","welcome":"欢迎来到OpenMRS"}')}}]);
@@ -1267,9 +1267,9 @@
1267
1267
  "initial": false,
1268
1268
  "entry": false,
1269
1269
  "recorded": false,
1270
- "size": 240,
1270
+ "size": 209,
1271
1271
  "sizes": {
1272
- "javascript": 240
1272
+ "javascript": 209
1273
1273
  },
1274
1274
  "names": [],
1275
1275
  "idHints": [],
@@ -1281,7 +1281,7 @@
1281
1281
  "9879.js"
1282
1282
  ],
1283
1283
  "auxiliaryFiles": [],
1284
- "hash": "8764d3e681d85cbd",
1284
+ "hash": "814a37e8bd4b0eb6",
1285
1285
  "childrenByOrder": {}
1286
1286
  },
1287
1287
  {
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.0.1-pre.310"}
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.0.1-pre.312"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-user-onboarding-app",
3
- "version": "4.0.1-pre.310",
3
+ "version": "4.0.1-pre.312",
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",
3
- "finish": "Finish",
2
+ "back": "回退",
3
+ "finish": "完成",
4
4
  "modalDescription": "Find walkthroughs and video tutorials on some of the core features of OpenMRS.",
5
- "next": "Next",
6
- "tutorial": "Tutorials",
7
- "walkthrough": "Walkthrough",
8
- "welcome": "Welcome to OpenMRS!"
5
+ "next": "下一步",
6
+ "tutorial": "教程",
7
+ "walkthrough": "穿过",
8
+ "welcome": "欢迎来到OpenMRS"
9
9
  }