@wise/dynamic-flow-client 3.19.5 → 3.19.7

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 CHANGED
@@ -12961,7 +12961,7 @@ var import_components38 = require("@transferwise/components");
12961
12961
  var import_icons3 = require("@transferwise/icons");
12962
12962
  var import_jsx_runtime57 = require("react/jsx-runtime");
12963
12963
  function BackButton({ title, onClick }) {
12964
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
12964
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "m-b-2", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
12965
12965
  "a",
12966
12966
  {
12967
12967
  href: "/",
@@ -12976,7 +12976,7 @@ function BackButton({ title, onClick }) {
12976
12976
  /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_components38.Avatar, { type: "icon", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_icons3.ArrowLeft, { size: "24" }) })
12977
12977
  ]
12978
12978
  }
12979
- );
12979
+ ) });
12980
12980
  }
12981
12981
  var BackButton_default = BackButton;
12982
12982
 
@@ -19372,7 +19372,7 @@ var import_components76 = require("@transferwise/components");
19372
19372
  var import_icons6 = require("@transferwise/icons");
19373
19373
  var import_jsx_runtime127 = require("react/jsx-runtime");
19374
19374
  function BackButton2({ title, action, onAction }) {
19375
- return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
19375
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "m-b-2", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
19376
19376
  "a",
19377
19377
  {
19378
19378
  href: "/",
@@ -19387,7 +19387,7 @@ function BackButton2({ title, action, onAction }) {
19387
19387
  /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_components76.Avatar, { type: "icon", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_icons6.ArrowLeft, { size: "24" }) })
19388
19388
  ]
19389
19389
  }
19390
- );
19390
+ ) });
19391
19391
  }
19392
19392
  var BackButton_default2 = BackButton2;
19393
19393