@embedreach/components 0.2.1 → 0.2.2
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 +2 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -79989,10 +79989,10 @@ const AutomationFlowMain = () => {
|
|
|
79989
79989
|
}),
|
|
79990
79990
|
rootActionId: automation2.triggerMetadata?.triggerType === AutomationTriggerType.TRIGGER_BASED ? automation2.triggerMetadata.rootActionId : void 0
|
|
79991
79991
|
});
|
|
79992
|
-
let renderTriggerAndAudienceStep = () => /* @__PURE__ */ jsx(
|
|
79992
|
+
let renderTriggerAndAudienceStep = () => /* @__PURE__ */ jsx("div", {});
|
|
79993
79993
|
if (isDetailsVisible || automation2.triggerType === AutomationTriggerType.ONE_TIME) {
|
|
79994
79994
|
renderTriggerAndAudienceStep = () => {
|
|
79995
|
-
return /* @__PURE__ */ jsxs(
|
|
79995
|
+
return /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-3", children: [
|
|
79996
79996
|
/* @__PURE__ */ jsx(AutomationEditorTrigger, {}),
|
|
79997
79997
|
automation2.triggerType === AutomationTriggerType.ONE_TIME && /* @__PURE__ */ jsx(AutomationAudienceSelector, {})
|
|
79998
79998
|
] });
|