@wise/dynamic-flow-client-internal 4.29.0 → 4.30.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/build/main.js +2 -2
- package/build/main.mjs +2 -2
- package/package.json +12 -12
package/build/main.js
CHANGED
|
@@ -2754,7 +2754,7 @@ var import_components44 = require("@transferwise/components");
|
|
|
2754
2754
|
var import_icons3 = require("@transferwise/icons");
|
|
2755
2755
|
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
2756
2756
|
function BackButton({ title, onClick }) {
|
|
2757
|
-
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_components44.IconButton, { priority: "tertiary", onClick, children: [
|
|
2757
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_components44.IconButton, { className: "df-back-button", priority: "tertiary", onClick, children: [
|
|
2758
2758
|
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "sr-only", children: title }),
|
|
2759
2759
|
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_icons3.ArrowLeft, {})
|
|
2760
2760
|
] });
|
|
@@ -4390,7 +4390,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
|
|
|
4390
4390
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4391
4391
|
var appVersion = (
|
|
4392
4392
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4393
|
-
typeof process !== "undefined" ? "4.
|
|
4393
|
+
typeof process !== "undefined" ? "4.30.0" : "0.0.0"
|
|
4394
4394
|
);
|
|
4395
4395
|
|
|
4396
4396
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/build/main.mjs
CHANGED
|
@@ -2714,7 +2714,7 @@ import { IconButton } from "@transferwise/components";
|
|
|
2714
2714
|
import { ArrowLeft } from "@transferwise/icons";
|
|
2715
2715
|
import { jsx as jsx64, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
2716
2716
|
function BackButton({ title, onClick }) {
|
|
2717
|
-
return /* @__PURE__ */ jsxs23(IconButton, { priority: "tertiary", onClick, children: [
|
|
2717
|
+
return /* @__PURE__ */ jsxs23(IconButton, { className: "df-back-button", priority: "tertiary", onClick, children: [
|
|
2718
2718
|
/* @__PURE__ */ jsx64("span", { className: "sr-only", children: title }),
|
|
2719
2719
|
/* @__PURE__ */ jsx64(ArrowLeft, {})
|
|
2720
2720
|
] });
|
|
@@ -4360,7 +4360,7 @@ import {
|
|
|
4360
4360
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4361
4361
|
var appVersion = (
|
|
4362
4362
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4363
|
-
typeof process !== "undefined" ? "4.
|
|
4363
|
+
typeof process !== "undefined" ? "4.30.0" : "0.0.0"
|
|
4364
4364
|
);
|
|
4365
4365
|
|
|
4366
4366
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.30.0",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"@testing-library/jest-dom": "6.8.0",
|
|
44
44
|
"@testing-library/react": "16.3.0",
|
|
45
45
|
"@testing-library/user-event": "14.6.1",
|
|
46
|
-
"@transferwise/components": "46.
|
|
46
|
+
"@transferwise/components": "46.106.0",
|
|
47
47
|
"@transferwise/formatting": "^2.13.4",
|
|
48
48
|
"@transferwise/icons": "3.22.4",
|
|
49
49
|
"@transferwise/neptune-css": "14.24.5",
|
|
50
50
|
"@types/jest": "30.0.0",
|
|
51
51
|
"@types/react": "18.3.24",
|
|
52
52
|
"@types/react-dom": "18.3.7",
|
|
53
|
-
"@wise/art": "2.24.
|
|
53
|
+
"@wise/art": "2.24.5",
|
|
54
54
|
"@wise/components-theming": "^1.6.4",
|
|
55
|
-
"babel-jest": "30.
|
|
55
|
+
"babel-jest": "30.1.2",
|
|
56
56
|
"currency-flags": "4.0.7",
|
|
57
|
-
"esbuild": "0.25.
|
|
57
|
+
"esbuild": "0.25.9",
|
|
58
58
|
"eslint-plugin-storybook": "9.1.3",
|
|
59
|
-
"jest": "30.
|
|
60
|
-
"jest-environment-jsdom": "30.
|
|
59
|
+
"jest": "30.1.2",
|
|
60
|
+
"jest-environment-jsdom": "30.1.2",
|
|
61
61
|
"jest-fetch-mock": "^3.0.3",
|
|
62
62
|
"jest-watch-typeahead": "^3.0.1",
|
|
63
63
|
"npm-run-all2": "8.0.4",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
75
75
|
"tsx": "4.20.5",
|
|
76
76
|
"typescript": "5.9.2",
|
|
77
|
-
"@wise/dynamic-flow-
|
|
78
|
-
"@wise/dynamic-flow-types": "3.
|
|
79
|
-
"@wise/dynamic-flow-
|
|
77
|
+
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
78
|
+
"@wise/dynamic-flow-types": "3.15.0",
|
|
79
|
+
"@wise/dynamic-flow-renderers": "0.0.0"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@transferwise/components": "^46.104.0",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"classnames": "2.5.1",
|
|
94
|
-
"@wise/dynamic-flow-client": "4.
|
|
95
|
-
"@wise/dynamic-flow-types": "3.
|
|
94
|
+
"@wise/dynamic-flow-client": "4.18.0",
|
|
95
|
+
"@wise/dynamic-flow-types": "3.15.0"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|