@wise/dynamic-flow-client 3.16.0 → 3.16.1
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/build/main.js +1 -1
- package/build/main.min.js +1 -1
- package/build/main.mjs +2 -2
- package/package.json +4 -4
package/build/main.js
CHANGED
|
@@ -12904,7 +12904,7 @@ function StepRendererComponent(props) {
|
|
|
12904
12904
|
}
|
|
12905
12905
|
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(StepRendererContextProvider, { value, children: [
|
|
12906
12906
|
back ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(BackButton_default, __spreadValues({}, back)) : null,
|
|
12907
|
-
title ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("
|
|
12907
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_components39.Title, { as: "h1", type: "title-section", className: "text-xs-center m-b-2", children: title }) : void 0,
|
|
12908
12908
|
description ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("p", { className: "text-xs-center m-b-2", children: description }) : void 0,
|
|
12909
12909
|
error ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_components39.Alert, { type: "negative", className: "m-b-2", message: error }) : void 0,
|
|
12910
12910
|
children
|