@embedreach/components 0.2.71 → 0.2.72
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 +1 -10
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -91024,16 +91024,7 @@ const AutomationsEditorHeader = ({ showBackButton, onDuplicationCreated, onBefor
|
|
|
91024
91024
|
alertText,
|
|
91025
91025
|
asChild: false,
|
|
91026
91026
|
className: "!cursor-not-allowed",
|
|
91027
|
-
children: /* @__PURE__ */ jsx(
|
|
91028
|
-
Button$1,
|
|
91029
|
-
{
|
|
91030
|
-
variant: "outline",
|
|
91031
|
-
className: "flex items-center gap-2",
|
|
91032
|
-
disabled: true,
|
|
91033
|
-
asChild: false,
|
|
91034
|
-
children: sendText
|
|
91035
|
-
}
|
|
91036
|
-
)
|
|
91027
|
+
children: /* @__PURE__ */ jsx("div", { className: "px-4 py-2 rounded border border-input bg-background text-muted-foreground cursor-not-allowed text-sm font-medium", children: /* @__PURE__ */ jsx("span", { children: sendText }) })
|
|
91037
91028
|
}
|
|
91038
91029
|
) });
|
|
91039
91030
|
};
|