@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 &&
|
|
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 }),
|