@everymatrix/cashier-session-expiration-modal 1.43.2 → 1.43.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-session-expiration-modal",
3
- "version": "1.43.2",
3
+ "version": "1.43.3",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "0477411e57fe6c3eda8ff28059aa540dcada8ae0"
38
+ "gitHead": "4723f5370b2d6fc913a8cf6770f9f492038e54e8"
39
39
  }
@@ -214,7 +214,7 @@
214
214
  justify-content: center;
215
215
  width: 100%;
216
216
  height: 100%;
217
- z-index: 101;
217
+ z-index: 5;
218
218
  top: 0;
219
219
  left: 0;
220
220
  background-color: var(--mmw--color-black-transparency-4, rgba(0, 0, 0, .04));