@arbocollab/arbo-web-scene 0.26.8-alpha.11 → 0.26.8-alpha.12
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/es/index.es.js +7 -4
- package/package.json +1 -1
- package/style.css +1 -1
- package/umd/index.umd.js +2 -2
package/es/index.es.js
CHANGED
|
@@ -11928,7 +11928,7 @@ const yMr = (e, t) => {
|
|
|
11928
11928
|
(s = (i = e == null ? void 0 : e.config) == null ? void 0 : i.globalProperties) == null || s.setStoreValue("scene", "setCurrentSceneTabId", a);
|
|
11929
11929
|
}
|
|
11930
11930
|
return e.config.globalProperties.setStoreValue = r, e.config.globalProperties.handleSetTab = o, { handleSetTab: o };
|
|
11931
|
-
}, bMr = "0.26.8-alpha.
|
|
11931
|
+
}, bMr = "0.26.8-alpha.12", _Mr = {
|
|
11932
11932
|
"@arbocollab/arbo-chart-component": "1.0.1",
|
|
11933
11933
|
"@arbocollab/arbo-comment-utils": "1.0.1",
|
|
11934
11934
|
"@arbocollab/arbo-common-utils": "npm:@arbocollab/arbo-common-utils@1.0.14",
|
|
@@ -503932,9 +503932,12 @@ function Nol(e, t, n, r, o, a) {
|
|
|
503932
503932
|
show: r.opened,
|
|
503933
503933
|
icon: "",
|
|
503934
503934
|
class: "arbo-preview-media-modal",
|
|
503935
|
-
style: {
|
|
503935
|
+
style: {
|
|
503936
|
+
"border-radius": "6px",
|
|
503937
|
+
overflow: "hidden"
|
|
503938
|
+
}
|
|
503936
503939
|
}, {
|
|
503937
|
-
width: "
|
|
503940
|
+
width: "calc(var(--media-player--width) + 64px)",
|
|
503938
503941
|
showFooter: !1
|
|
503939
503942
|
}), {
|
|
503940
503943
|
header: Ge(() => [
|
|
@@ -503948,7 +503951,7 @@ function Nol(e, t, n, r, o, a) {
|
|
|
503948
503951
|
),
|
|
503949
503952
|
ze(
|
|
503950
503953
|
i,
|
|
503951
|
-
un({ suffixIcon: "
|
|
503954
|
+
un({ suffixIcon: "XMarkSolid", label: "", type: "tertiary" }, {
|
|
503952
503955
|
class: "absolute top-[-15px] right-[-30px] font-black",
|
|
503953
503956
|
"aria-label": "Close",
|
|
503954
503957
|
onClick: r.handleCloseModal
|