@viasat/beam-web-components 2.10.0 → 2.10.1
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/Tooltip/Tooltip.js +1 -1
- package/custom-elements.json +2544 -2544
- package/local/Tooltip/Tooltip.js +1 -1
- package/package.json +6 -6
- package/vscode.html-custom-data.json +348 -348
package/Tooltip/Tooltip.js
CHANGED
|
@@ -1208,7 +1208,7 @@ const io = Fe, so = De, ro = Me, lo = Be, co = $e, ao = (t, e, n) => {
|
|
|
1208
1208
|
m.left = i != null ? `${i}px` : "", m.top = o != null ? `${o}px` : "";
|
|
1209
1209
|
const f = it(r);
|
|
1210
1210
|
return m[f] = a, m;
|
|
1211
|
-
}, ho = ".bm-floatingui{z-index:999;position:absolute;inset:unset;top:0;left:0;width:max-content
|
|
1211
|
+
}, ho = ".bm-floatingui{z-index:999;position:absolute;inset:unset;top:0;left:0;width:max-content}.bm-floatingui[popover]{overflow:unset;border:unset}.bm-floatingui__arrow{position:absolute;transform-origin:bottom center}.bm-floatingui__overlay{background:var(--bm-comp-dialog-color-overlay);padding:var(--bm-comp-dialog-space-viewport-offset);display:flex;justify-content:center;align-items:center;z-index:1}.bm-floatingui__overlay--transparent{background:transparent}";
|
|
1212
1212
|
class go {
|
|
1213
1213
|
constructor(e) {
|
|
1214
1214
|
this.eventMap = /* @__PURE__ */ new Map(), this.elements = /* @__PURE__ */ new Map(), e.addController(this);
|