ui.shipaid.com 0.2.13-beta.4 → 0.2.13-beta.5

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/widget.es.js CHANGED
@@ -691,7 +691,7 @@ const styles$1 = i$1`
691
691
  height: fit-content;
692
692
  border: var(--shipaid-popup-border, var(--shipaid-light-grey)) 1px solid;
693
693
  background-color:var(--shipaid-popup-background, #fff);
694
- z-index: 10000;
694
+ z-index: 1000000000;
695
695
  overflow: auto;
696
696
  visibility: hidden;
697
697
  opacity: 0;
@@ -83,7 +83,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
83
83
  height: fit-content;
84
84
  border: var(--shipaid-popup-border, var(--shipaid-light-grey)) 1px solid;
85
85
  background-color:var(--shipaid-popup-background, #fff);
86
- z-index: 10000;
86
+ z-index: 1000000000;
87
87
  overflow: auto;
88
88
  visibility: hidden;
89
89
  opacity: 0;
@@ -83,7 +83,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
83
83
  height: fit-content;
84
84
  border: var(--shipaid-popup-border, var(--shipaid-light-grey)) 1px solid;
85
85
  background-color:var(--shipaid-popup-background, #fff);
86
- z-index: 10000;
86
+ z-index: 1000000000;
87
87
  overflow: auto;
88
88
  visibility: hidden;
89
89
  opacity: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.2.13-beta.4",
4
+ "version": "0.2.13-beta.5",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",