@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.cjs
CHANGED
|
@@ -26165,7 +26165,7 @@ function WorkflowActions(props) {
|
|
|
26165
26165
|
primaryDisabled
|
|
26166
26166
|
} = props;
|
|
26167
26167
|
return /* @__PURE__ */ (0, import_jsx_runtime214.jsxs)("div", { className: "df aic jcsb sm_w100", children: [
|
|
26168
|
-
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)("div", { className: "df aic", children: !isFirstStep &&
|
|
26168
|
+
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)("div", { className: "df aic", children: !isFirstStep && isMobile && /* @__PURE__ */ (0, import_jsx_runtime214.jsx)(IconButton, { icon: "arrowBack", label: "Back", onClick: onBack }) }),
|
|
26169
26169
|
/* @__PURE__ */ (0, import_jsx_runtime214.jsxs)("div", { className: "df aic gap1", children: [
|
|
26170
26170
|
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)(Button, { label: "Cancel", variant: "quaternary", onClick: onCancel }),
|
|
26171
26171
|
onSaveAndExit && /* @__PURE__ */ (0, import_jsx_runtime214.jsx)(Button, { label: "Save & Exit", variant: "secondary", onClick: onSaveAndExit }),
|