@wise/dynamic-flow-client 3.19.4 → 3.19.6
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 +4 -4
- package/build/main.min.js +1 -1
- package/build/main.mjs +4 -4
- package/package.json +13 -13
package/build/main.mjs
CHANGED
|
@@ -12943,7 +12943,7 @@ import { Avatar as Avatar4 } from "@transferwise/components";
|
|
|
12943
12943
|
import { ArrowLeft } from "@transferwise/icons";
|
|
12944
12944
|
import { jsx as jsx56, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
12945
12945
|
function BackButton({ title, onClick }) {
|
|
12946
|
-
return /* @__PURE__ */ jsxs21(
|
|
12946
|
+
return /* @__PURE__ */ jsx56("div", { className: "m-b-2", children: /* @__PURE__ */ jsxs21(
|
|
12947
12947
|
"a",
|
|
12948
12948
|
{
|
|
12949
12949
|
href: "/",
|
|
@@ -12958,7 +12958,7 @@ function BackButton({ title, onClick }) {
|
|
|
12958
12958
|
/* @__PURE__ */ jsx56(Avatar4, { type: "icon", children: /* @__PURE__ */ jsx56(ArrowLeft, { size: "24" }) })
|
|
12959
12959
|
]
|
|
12960
12960
|
}
|
|
12961
|
-
);
|
|
12961
|
+
) });
|
|
12962
12962
|
}
|
|
12963
12963
|
var BackButton_default = BackButton;
|
|
12964
12964
|
|
|
@@ -19369,7 +19369,7 @@ import { Avatar as Avatar7 } from "@transferwise/components";
|
|
|
19369
19369
|
import { ArrowLeft as ArrowLeft2 } from "@transferwise/icons";
|
|
19370
19370
|
import { jsx as jsx126, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
19371
19371
|
function BackButton2({ title, action, onAction }) {
|
|
19372
|
-
return /* @__PURE__ */ jsxs51(
|
|
19372
|
+
return /* @__PURE__ */ jsx126("div", { className: "m-b-2", children: /* @__PURE__ */ jsxs51(
|
|
19373
19373
|
"a",
|
|
19374
19374
|
{
|
|
19375
19375
|
href: "/",
|
|
@@ -19384,7 +19384,7 @@ function BackButton2({ title, action, onAction }) {
|
|
|
19384
19384
|
/* @__PURE__ */ jsx126(Avatar7, { type: "icon", children: /* @__PURE__ */ jsx126(ArrowLeft2, { size: "24" }) })
|
|
19385
19385
|
]
|
|
19386
19386
|
}
|
|
19387
|
-
);
|
|
19387
|
+
) });
|
|
19388
19388
|
}
|
|
19389
19389
|
var BackButton_default2 = BackButton2;
|
|
19390
19390
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.6",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"@cfaester/enzyme-adapter-react-18": "0.8.0",
|
|
37
37
|
"@chromatic-com/storybook": "1.9.0",
|
|
38
38
|
"@formatjs/cli": "^6.2.12",
|
|
39
|
-
"@storybook/addon-a11y": "^8.
|
|
40
|
-
"@storybook/addon-actions": "^8.
|
|
41
|
-
"@storybook/addon-essentials": "^8.
|
|
42
|
-
"@storybook/addon-interactions": "^8.
|
|
43
|
-
"@storybook/addon-links": "^8.
|
|
39
|
+
"@storybook/addon-a11y": "^8.3.0",
|
|
40
|
+
"@storybook/addon-actions": "^8.3.0",
|
|
41
|
+
"@storybook/addon-essentials": "^8.3.0",
|
|
42
|
+
"@storybook/addon-interactions": "^8.3.0",
|
|
43
|
+
"@storybook/addon-links": "^8.3.0",
|
|
44
44
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
|
45
|
-
"@storybook/manager-api": "^8.
|
|
46
|
-
"@storybook/react": "^8.
|
|
47
|
-
"@storybook/react-webpack5": "^8.
|
|
48
|
-
"@storybook/test": "^8.
|
|
49
|
-
"@storybook/types": "^8.
|
|
45
|
+
"@storybook/manager-api": "^8.3.0",
|
|
46
|
+
"@storybook/react": "^8.3.0",
|
|
47
|
+
"@storybook/react-webpack5": "^8.3.0",
|
|
48
|
+
"@storybook/test": "^8.3.0",
|
|
49
|
+
"@storybook/types": "^8.3.0",
|
|
50
50
|
"@testing-library/dom": "10.4.0",
|
|
51
51
|
"@testing-library/jest-dom": "6.5.0",
|
|
52
52
|
"@testing-library/react": "16.0.1",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"react": "18.3.1",
|
|
79
79
|
"react-dom": "18.3.1",
|
|
80
80
|
"react-intl": "6.6.8",
|
|
81
|
-
"storybook": "8.
|
|
81
|
+
"storybook": "^8.3.0",
|
|
82
82
|
"stylelint": "16.9.0",
|
|
83
83
|
"stylelint-config-standard": "36.0.1",
|
|
84
84
|
"stylelint-no-unsupported-browser-features": "8.0.1",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"nanoid": "5.0.7",
|
|
105
105
|
"react-webcam": "^7.2.0",
|
|
106
106
|
"screenfull": "^5.2.0",
|
|
107
|
-
"@wise/dynamic-flow-types": "2.22.
|
|
107
|
+
"@wise/dynamic-flow-types": "2.22.3"
|
|
108
108
|
},
|
|
109
109
|
"scripts": {
|
|
110
110
|
"dev": "pnpm build:visual-tests && storybook dev -p 3003",
|