obi-sdk 0.4.3 → 0.4.4
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/modular/chunks/{obi-widget-ad91b91a.js → obi-widget-f540f7e0.js} +5 -3
- package/dist/modular/chunks/{obi-widget-ad91b91a.js.map → obi-widget-f540f7e0.js.map} +1 -1
- package/dist/modular/index.js +1 -1
- package/dist/modular/ui.js +10 -10
- package/dist/obi-sdk.es.js +7 -5
- package/dist/obi-sdk.es.js.map +1 -1
- package/dist/obi-sdk.standalone.iife.js +4 -2
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/obi-sdk.umd.js +5 -3
- package/dist/obi-sdk.umd.js.map +1 -1
- package/package.json +3 -3
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
:host {
|
|
123
123
|
display: flex;
|
|
124
124
|
position: absolute;
|
|
125
|
-
z-index:
|
|
125
|
+
z-index: 2147483647;
|
|
126
126
|
width: 40px;
|
|
127
127
|
transition: all 0.2s ease-in-out;
|
|
128
128
|
opacity: 1;
|
|
@@ -590,8 +590,9 @@
|
|
|
590
590
|
:host {
|
|
591
591
|
display: block;
|
|
592
592
|
position: fixed;
|
|
593
|
-
z-index:
|
|
593
|
+
z-index: 2147483600;
|
|
594
594
|
font-family: "Inter", sans-serif;
|
|
595
|
+
pointer-events: auto;
|
|
595
596
|
--obi-primary: #9500ff;
|
|
596
597
|
--obi-secondary: #c4b5fd;
|
|
597
598
|
--obi-danger: #ef4444;
|
|
@@ -667,6 +668,7 @@
|
|
|
667
668
|
justify-content: center;
|
|
668
669
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
669
670
|
transition: all 0.2s ease-out;
|
|
671
|
+
pointer-events: auto;
|
|
670
672
|
}
|
|
671
673
|
|
|
672
674
|
/* Apply transforms to widget-container based on host position */
|