@embedreach/components 0.1.66 → 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.
@@ -26074,7 +26074,7 @@ function CreateAutomationDialog({
26074
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: "p-8 pb-4", children: /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
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." })
@@ -40142,7 +40142,7 @@ function SegmentBuilderDialog({
40142
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: "p-8 pb-4", children: /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
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(