@n8n/design-system 2.30.0 → 2.30.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.
|
@@ -49828,6 +49828,7 @@ var KLe = [
|
|
|
49828
49828
|
default: !0
|
|
49829
49829
|
},
|
|
49830
49830
|
maxHeight: {},
|
|
49831
|
+
width: { default: "24rem" },
|
|
49831
49832
|
loading: {
|
|
49832
49833
|
type: Boolean,
|
|
49833
49834
|
default: !1
|
|
@@ -49859,10 +49860,16 @@ var KLe = [
|
|
|
49859
49860
|
side: hEe(e) ? e : "bottom",
|
|
49860
49861
|
align: gEe(t) ? t : "center"
|
|
49861
49862
|
};
|
|
49862
|
-
}), b = l(() =>
|
|
49863
|
-
|
|
49864
|
-
|
|
49865
|
-
|
|
49863
|
+
}), b = l(() => {
|
|
49864
|
+
let e = i.maxHeight ? {
|
|
49865
|
+
maxHeight: typeof i.maxHeight == "number" ? `${i.maxHeight}px` : i.maxHeight,
|
|
49866
|
+
overflowY: "auto"
|
|
49867
|
+
} : {};
|
|
49868
|
+
return {
|
|
49869
|
+
"--n8n--dropdown-menu-width": i.width,
|
|
49870
|
+
...e
|
|
49871
|
+
};
|
|
49872
|
+
}), x = (e) => {
|
|
49866
49873
|
c.value = e, a("update:modelValue", e), e || (v.value = -1);
|
|
49867
49874
|
}, S = (e, t) => {
|
|
49868
49875
|
let n = i.items[e];
|
|
@@ -50108,14 +50115,14 @@ var KLe = [
|
|
|
50108
50115
|
_: 3
|
|
50109
50116
|
}, 8, ["modal", "open"]));
|
|
50110
50117
|
}
|
|
50111
|
-
}), nRe = "
|
|
50118
|
+
}), nRe = "_content_1kzq4_219", rRe = "_searchable_1kzq4_242", iRe = "_popoverIn_1kzq4_1", aRe = "_trigger_1kzq4_301", oRe = "_shimmer_1kzq4_1", sRe = "_spin_1kzq4_1", cRe = "_opacityPulse_1kzq4_1", lRe = "_fadeIn_1kzq4_1", uRe = "_collapsibleSlideDown_1kzq4_1", dRe = "_collapsibleSlideUp_1kzq4_1", fRe = "_pulseGlow_1kzq4_1", pRe = "_pulseGlowDelayed_1kzq4_1", mRe = "_fade_1kzq4_1", hRe = "_fadeInUp_1kzq4_1", gRe = "_fadeInDown_1kzq4_1", _Re = "_fadeInLeft_1kzq4_1", vRe = "_fadeInRight_1kzq4_1", yRe = "_fadeOut_1kzq4_1", bRe = "_fadeOutDown_1kzq4_1", xRe = "_fadeOutUp_1kzq4_1", SRe = "_fadeOutLeft_1kzq4_1", CRe = "_fadeOutRight_1kzq4_1", wRe = "_ping_1kzq4_1", TRe = "_blinkBackground_1kzq4_1", ERe = "_typingBlink_1kzq4_1", SS = /* @__PURE__ */ Y(tRe, [["__cssModules", { $style: {
|
|
50112
50119
|
content: nRe,
|
|
50113
50120
|
searchable: rRe,
|
|
50114
50121
|
popoverIn: iRe,
|
|
50115
50122
|
trigger: aRe,
|
|
50116
50123
|
shimmer: oRe,
|
|
50117
50124
|
spin: sRe,
|
|
50118
|
-
"skeleton-pulse": "_skeleton-
|
|
50125
|
+
"skeleton-pulse": "_skeleton-pulse_1kzq4_1",
|
|
50119
50126
|
opacityPulse: cRe,
|
|
50120
50127
|
fadeIn: lRe,
|
|
50121
50128
|
collapsibleSlideDown: uRe,
|
|
@@ -50527,6 +50534,7 @@ var kS = 30, PRe = /* @__PURE__ */ Y(/* @__PURE__ */ y({
|
|
|
50527
50534
|
placement: "bottom-start",
|
|
50528
50535
|
teleported: "",
|
|
50529
50536
|
searchable: "",
|
|
50537
|
+
width: "var(--reka-dropdown-menu-trigger-width)",
|
|
50530
50538
|
onSelect: y
|
|
50531
50539
|
}), {
|
|
50532
50540
|
trigger: K(() => [_(W(Z), {
|