@embedreach/components 0.1.65 → 0.1.66
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/chunks/index.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -26071,7 +26071,7 @@ function CreateAutomationDialog({
|
|
|
26071
26071
|
return /* @__PURE__ */ jsx(Dialog$1, { open, onOpenChange: setOpen, children: /* @__PURE__ */ jsxs(
|
|
26072
26072
|
DialogContent$1,
|
|
26073
26073
|
{
|
|
26074
|
-
className: "flex max-h-[86vh] flex-col gap-0
|
|
26074
|
+
className: "flex max-h-[86vh] flex-col gap-0 overflow-visible max-w-5xl w-full",
|
|
26075
26075
|
hideCloseButton: true,
|
|
26076
26076
|
children: [
|
|
26077
26077
|
/* @__PURE__ */ jsx(DialogHeader, { className: "p-8 pb-4", children: /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
|
|
@@ -40139,7 +40139,7 @@ function SegmentBuilderDialog({
|
|
|
40139
40139
|
return /* @__PURE__ */ jsx(Dialog$1, { open, onOpenChange: setOpen, children: /* @__PURE__ */ jsxs(
|
|
40140
40140
|
DialogContent$1,
|
|
40141
40141
|
{
|
|
40142
|
-
className: "flex max-h-[86vh] flex-col gap-0
|
|
40142
|
+
className: "flex max-h-[86vh] flex-col gap-0 overflow-visible max-w-5xl w-full",
|
|
40143
40143
|
hideCloseButton: true,
|
|
40144
40144
|
children: [
|
|
40145
40145
|
/* @__PURE__ */ jsx(DialogHeader, { className: "p-8 pb-4", children: /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
|