@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/local/Tooltip/Tooltip.js
CHANGED
|
@@ -1207,7 +1207,7 @@ const io = Fe, so = De, ro = Me, lo = $e, co = Be, ao = (t, e, n) => {
|
|
|
1207
1207
|
m.left = i != null ? `${i}px` : "", m.top = o != null ? `${o}px` : "";
|
|
1208
1208
|
const f = it(r);
|
|
1209
1209
|
return m[f] = a, m;
|
|
1210
|
-
}, ho = ".bm-floatingui{z-index:999;position:absolute;inset:unset;top:0;left:0;width:max-content
|
|
1210
|
+
}, 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}";
|
|
1211
1211
|
class go {
|
|
1212
1212
|
constructor(e) {
|
|
1213
1213
|
this.eventMap = /* @__PURE__ */ new Map(), this.elements = /* @__PURE__ */ new Map(), e.addController(this);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"description": "Framework-agnostic web components for the Beam Design System built with Lit, compatible with Angular, Vue, Svelte, and vanilla JavaScript",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Viasat",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@viasat/beam-fonts": "2.10.
|
|
68
|
-
"@viasat/beam-shared": "2.10.
|
|
69
|
-
"@viasat/beam-styles": "2.10.
|
|
70
|
-
"@viasat/beam-tokens": "2.10.
|
|
71
|
-
"@viasat/beam-icons": "2.10.
|
|
67
|
+
"@viasat/beam-fonts": "2.10.1",
|
|
68
|
+
"@viasat/beam-shared": "2.10.1",
|
|
69
|
+
"@viasat/beam-styles": "2.10.1",
|
|
70
|
+
"@viasat/beam-tokens": "2.10.1",
|
|
71
|
+
"@viasat/beam-icons": "2.10.1",
|
|
72
72
|
"clsx": "^1.2.1",
|
|
73
73
|
"lit": "^3.1.0",
|
|
74
74
|
"@lit/context": "^1.1.1",
|