@mparticle/aquarium 1.33.3-chore-docs-restructuring.1 → 1.33.3-chore-remove-workspace-button-override.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/dist/aquarium.js
CHANGED
|
@@ -1112,13 +1112,14 @@ const N_ = {
|
|
|
1112
1112
|
segmentation: "segmentation"
|
|
1113
1113
|
};
|
|
1114
1114
|
function V_(o) {
|
|
1115
|
-
|
|
1116
|
-
b.preventDefault(), o.onLinkClick(o.link);
|
|
1117
|
-
}, className: ((b) => {
|
|
1115
|
+
const d = (b) => {
|
|
1118
1116
|
var H;
|
|
1119
1117
|
const _ = o.activeLink === b.linkId ? " suiteSelector__link--active" : "", C = (H = o.unauthorizedLinks) != null && H.includes(b.linkId) ? " suiteSelector__link--disabled" : "";
|
|
1120
1118
|
return `suiteSelector__link ${_ || C} `;
|
|
1121
|
-
}
|
|
1119
|
+
}, v = (b) => {
|
|
1120
|
+
b.preventDefault(), o.onLinkClick(o.link);
|
|
1121
|
+
};
|
|
1122
|
+
return /* @__PURE__ */ L(on, { children: /* @__PURE__ */ L("a", { href: o.link.href, onClick: v, className: d(o.link), children: /* @__PURE__ */ Lt(Au, { vertical: !0, align: "center", gap: "small", children: [
|
|
1122
1123
|
/* @__PURE__ */ L(u6, { icon: y(A_[o.link.linkId]), label: "", hideLabel: !0 }),
|
|
1123
1124
|
N_[o.link.linkId]
|
|
1124
1125
|
] }) }) });
|
|
@@ -22652,7 +22653,7 @@ function pM(o) {
|
|
|
22652
22653
|
{
|
|
22653
22654
|
arrow: !1,
|
|
22654
22655
|
placement: "right",
|
|
22655
|
-
overlayInnerStyle: { padding: fM },
|
|
22656
|
+
overlayInnerStyle: { padding: fM, width: "100%" },
|
|
22656
22657
|
overlayClassName: "workspaceSelector__popover",
|
|
22657
22658
|
onOpenChange: j,
|
|
22658
22659
|
afterOpenChange: j,
|