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
|
@@ -10266,7 +10266,7 @@ NavigationBar.styles = i$4`
|
|
|
10266
10266
|
:host {
|
|
10267
10267
|
display: flex;
|
|
10268
10268
|
position: absolute;
|
|
10269
|
-
z-index:
|
|
10269
|
+
z-index: 2147483647;
|
|
10270
10270
|
width: 40px;
|
|
10271
10271
|
transition: all 0.2s ease-in-out;
|
|
10272
10272
|
opacity: 1;
|
|
@@ -11782,8 +11782,9 @@ ObiWidget.styles = i$4`
|
|
|
11782
11782
|
:host {
|
|
11783
11783
|
display: block;
|
|
11784
11784
|
position: fixed;
|
|
11785
|
-
z-index:
|
|
11785
|
+
z-index: 2147483600;
|
|
11786
11786
|
font-family: "Inter", sans-serif;
|
|
11787
|
+
pointer-events: auto;
|
|
11787
11788
|
--obi-primary: #9500ff;
|
|
11788
11789
|
--obi-secondary: #c4b5fd;
|
|
11789
11790
|
--obi-danger: #ef4444;
|
|
@@ -11859,6 +11860,7 @@ ObiWidget.styles = i$4`
|
|
|
11859
11860
|
justify-content: center;
|
|
11860
11861
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
11861
11862
|
transition: all 0.2s ease-out;
|
|
11863
|
+
pointer-events: auto;
|
|
11862
11864
|
}
|
|
11863
11865
|
|
|
11864
11866
|
/* Apply transforms to widget-container based on host position */
|
|
@@ -11983,4 +11985,4 @@ export {
|
|
|
11983
11985
|
searchingLoader as s,
|
|
11984
11986
|
x
|
|
11985
11987
|
};
|
|
11986
|
-
//# sourceMappingURL=obi-widget-
|
|
11988
|
+
//# sourceMappingURL=obi-widget-f540f7e0.js.map
|