@saltcorn/sbadmin2 1.0.0-beta.9 → 1.0.0-rc.10

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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -447,7 +447,7 @@ const authWrap = ({
447
447
  class="toast-container position-fixed p-2 top-0 ${
448
448
  isNode() ? "end-0" : "start-50"
449
449
  }
450
- style: "z-index: 999;"
450
+ style: "z-index: 9999;"
451
451
  aria-live="polite"
452
452
  aria-atomic="true"
453
453
  >
@@ -502,7 +502,7 @@ const wrap = ({
502
502
  class="toast-container position-fixed ${
503
503
  isNode() ? "top-0 end-0 p-2" : "bottom-0 start-50 p-0"
504
504
  } end-0 p-2"
505
- style: "z-index: 999; ${!isNode() ? "margin-bottom: 1.0rem" : ""}"
505
+ style: "z-index: 9999; ${!isNode() ? "margin-bottom: 1.0rem" : ""}"
506
506
  aria-live="polite"
507
507
  aria-atomic="true"
508
508
  >
@@ -529,7 +529,7 @@ const exportRenderBody = ({ title, body, alerts, role, req }) =>
529
529
  class="toast-container position-fixed ${
530
530
  isNode() ? "top-0 end-0 p-2" : "bottom-0 start-50 p-0"
531
531
  }"
532
- style: "z-index: 999; ${!isNode() ? "margin-bottom: 1.0rem" : ""}"
532
+ style: "z-index: 9999; ${!isNode() ? "margin-bottom: 1.0rem" : ""}"
533
533
  aria-live="polite"
534
534
  aria-atomic="true"
535
535
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcorn/sbadmin2",
3
- "version": "1.0.0-beta.9",
3
+ "version": "1.0.0-rc.10",
4
4
  "description": "SB Admin 2 layout plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,8 +9,8 @@
9
9
  "clean": "echo \"Error: no TypeScript support yet\""
10
10
  },
11
11
  "dependencies": {
12
- "@saltcorn/data": "1.0.0-beta.9",
13
- "@saltcorn/markup": "1.0.0-beta.9",
12
+ "@saltcorn/data": "1.0.0-rc.10",
13
+ "@saltcorn/markup": "1.0.0-rc.10",
14
14
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8",
15
15
  "nunito-fontface": "0.7.3"
16
16
  },