@saltcorn/mobile-app 1.0.0-rc.8 → 1.0.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saltcorn/mobile-app",
3
3
  "displayName": "Saltcorn mobile app",
4
- "version": "1.0.0-rc.8",
4
+ "version": "1.0.0",
5
5
  "description": "Apache Cordova application with @saltcorn/markup",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -44,7 +44,7 @@ function MobileResponse() {
44
44
  }
45
45
 
46
46
  function getStatus() {
47
- return status;
47
+ return resStatus;
48
48
  }
49
49
 
50
50
  return {
@@ -96,7 +96,7 @@ function showAlerts(alerts, toast = true) {
96
96
  <div
97
97
  id="toasts-area"
98
98
  class="toast-container position-fixed bottom-0 start-50 p-0"
99
- style="z-index: 999;"
99
+ style="z-index: 9999;"
100
100
  aria-live="polite"
101
101
  aria-atomic="true">
102
102
  </div>