@embedreach/components 0.2.64 → 0.2.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.
@@ -86437,8 +86437,7 @@ const AutomationsEditorHeader = ({ showBackButton, onDuplicationCreated, onBefor
86437
86437
  variant: "outline",
86438
86438
  className: "flex items-center gap-2 cursor-not-allowed",
86439
86439
  disabled: true,
86440
- asChild: true,
86441
- children: sendText
86440
+ children: /* @__PURE__ */ jsx("span", { children: sendText })
86442
86441
  }
86443
86442
  ) }) });
86444
86443
  };