@embedreach/components 0.2.6 → 0.2.7

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.
@@ -82010,11 +82010,9 @@ const AutomationsEditorHeader = ({ showBackButton, onDuplicationCreated, onBefor
82010
82010
  /* @__PURE__ */ jsxs("div", { className: "ml-auto flex gap-4 items-center", children: [
82011
82011
  /* @__PURE__ */ jsx("div", { className: "flex items-center gap-2 text-muted-foreground", children: automation2.triggerType === AutomationTriggerType.ONE_TIME && /* @__PURE__ */ jsxs(Fragment, { children: [
82012
82012
  /* @__PURE__ */ jsx(
82013
- Button$1,
82013
+ "div",
82014
82014
  {
82015
- variant: "ghost",
82016
- size: "icon",
82017
- className: "",
82015
+ className: "inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:bg-accent hover:text-accent-foreground h-10 w-10 cursor-pointer",
82018
82016
  onClick: () => setIsEditDialogOpen(true),
82019
82017
  children: /* @__PURE__ */ jsx(
82020
82018
  InfoTooltip,
@@ -82027,10 +82025,9 @@ const AutomationsEditorHeader = ({ showBackButton, onDuplicationCreated, onBefor
82027
82025
  }
82028
82026
  ),
82029
82027
  /* @__PURE__ */ jsx(
82030
- Button$1,
82028
+ "div",
82031
82029
  {
82032
- variant: "ghost",
82033
- size: "icon",
82030
+ className: "inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:bg-accent hover:text-accent-foreground h-10 w-10 cursor-pointer",
82034
82031
  onClick: () => setIsDuplicateDialogOpen(true),
82035
82032
  children: /* @__PURE__ */ jsx(
82036
82033
  InfoTooltip,