@embedreach/components 0.1.65 → 0.1.67
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 +4 -4
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -26071,10 +26071,10 @@ 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
|
-
/* @__PURE__ */ jsx(DialogHeader, { className: "
|
|
26077
|
+
/* @__PURE__ */ jsx(DialogHeader, { className: "", children: /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
|
|
26078
26078
|
/* @__PURE__ */ jsxs(VisuallyHidden, { children: [
|
|
26079
26079
|
/* @__PURE__ */ jsx(DialogTitle$1, { className: "text-3xl font-normal", children: "Create Automation" }),
|
|
26080
26080
|
/* @__PURE__ */ jsx(DialogDescription$1, { children: "Create a new automation to send messages to your customers." })
|
|
@@ -40139,10 +40139,10 @@ 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
|
-
/* @__PURE__ */ jsx(DialogHeader, { className: "
|
|
40145
|
+
/* @__PURE__ */ jsx(DialogHeader, { className: "", children: /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
|
|
40146
40146
|
/* @__PURE__ */ jsx(DialogTitle$1, { className: "text-3xl font-normal", children: segmentId ? "Edit Segment" : "Create Segment" }),
|
|
40147
40147
|
/* @__PURE__ */ jsx(VisuallyHidden, { children: /* @__PURE__ */ jsx(DialogDescription$1, { children: segmentId ? "Edit Segment" : "Create Segment" }) }),
|
|
40148
40148
|
/* @__PURE__ */ jsx(
|