@homebound/beam 3.60.0 → 3.61.0

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/index.js CHANGED
@@ -25699,7 +25699,7 @@ function WorkflowActions(props) {
25699
25699
  primaryDisabled
25700
25700
  } = props;
25701
25701
  return /* @__PURE__ */ jsxs111("div", { className: "df aic jcsb sm_w100", children: [
25702
- /* @__PURE__ */ jsx214("div", { className: "df aic", children: !isFirstStep && (isMobile ? /* @__PURE__ */ jsx214(IconButton, { icon: "arrowBack", label: "Back", onClick: onBack }) : /* @__PURE__ */ jsx214(Button, { label: "Back", icon: "chevronLeft", variant: "tertiary", onClick: onBack })) }),
25702
+ /* @__PURE__ */ jsx214("div", { className: "df aic", children: !isFirstStep && isMobile && /* @__PURE__ */ jsx214(IconButton, { icon: "arrowBack", label: "Back", onClick: onBack }) }),
25703
25703
  /* @__PURE__ */ jsxs111("div", { className: "df aic gap1", children: [
25704
25704
  /* @__PURE__ */ jsx214(Button, { label: "Cancel", variant: "quaternary", onClick: onCancel }),
25705
25705
  onSaveAndExit && /* @__PURE__ */ jsx214(Button, { label: "Save & Exit", variant: "secondary", onClick: onSaveAndExit }),