@wise/dynamic-flow-client-internal 5.9.1 → 5.9.2-exp-ext-renderer-5899c9c

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
@@ -1366,7 +1366,7 @@ function ExternalConfirmationRendererComponent({
1366
1366
  }) {
1367
1367
  const { formatMessage } = (0, import_react_intl10.useIntl)();
1368
1368
  (0, import_react4.useEffect)(() => {
1369
- if (url) {
1369
+ if (url && status === "initial") {
1370
1370
  const w = window.open(url, "_blank");
1371
1371
  if (w) {
1372
1372
  onSuccess();
package/build/main.mjs CHANGED
@@ -1348,7 +1348,7 @@ function ExternalConfirmationRendererComponent({
1348
1348
  }) {
1349
1349
  const { formatMessage } = useIntl5();
1350
1350
  useEffect3(() => {
1351
- if (url) {
1351
+ if (url && status === "initial") {
1352
1352
  const w = window.open(url, "_blank");
1353
1353
  if (w) {
1354
1354
  onSuccess();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "5.9.1",
3
+ "version": "5.9.2-exp-ext-renderer-5899c9c",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@chromatic-com/storybook": "4.1.3",
35
- "@formatjs/cli": "^6.12.2",
35
+ "@formatjs/cli": "^6.13.0",
36
36
  "@storybook/addon-a11y": "^10.2.10",
37
37
  "@storybook/addon-docs": "^10.2.10",
38
38
  "@storybook/addon-links": "^10.2.10",
@@ -41,17 +41,17 @@
41
41
  "@testing-library/jest-dom": "6.9.1",
42
42
  "@testing-library/react": "16.3.2",
43
43
  "@testing-library/user-event": "14.6.1",
44
- "@transferwise/components": "^46.122.1",
44
+ "@transferwise/components": "^46.129.0",
45
45
  "@transferwise/formatting": "^2.13.5",
46
- "@transferwise/icons": "4.0.2",
47
- "@transferwise/neptune-css": "14.26.1",
46
+ "@transferwise/icons": "4.1.0",
47
+ "@transferwise/neptune-css": "14.26.3",
48
48
  "@types/react": "18.3.28",
49
49
  "@types/react-dom": "18.3.7",
50
- "@wise/art": "2.27.0",
51
- "@wise/components-theming": "^1.10.0",
50
+ "@wise/art": "2.28.0",
51
+ "@wise/components-theming": "^1.10.1",
52
52
  "esbuild": "0.27.0",
53
53
  "eslint-plugin-storybook": "10.2.10",
54
- "framer-motion": "^12.34.1",
54
+ "framer-motion": "^12.34.3",
55
55
  "npm-run-all2": "8.0.4",
56
56
  "postcss": "^8.5.6",
57
57
  "postcss-cli": "^11.0.1",
@@ -68,9 +68,9 @@
68
68
  "typescript": "5.9.3",
69
69
  "vitest": "4.0.18",
70
70
  "vitest-fetch-mock": "0.4.5",
71
+ "@wise/dynamic-flow-fixtures": "0.0.1",
71
72
  "@wise/dynamic-flow-renderers": "0.0.0",
72
- "@wise/dynamic-flow-types": "4.9.0",
73
- "@wise/dynamic-flow-fixtures": "0.0.1"
73
+ "@wise/dynamic-flow-types": "4.9.0"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@transferwise/components": "^46.104.0",
@@ -84,7 +84,7 @@
84
84
  "react-intl": "^6 || ^7"
85
85
  },
86
86
  "dependencies": {
87
- "@wise/dynamic-flow-client": "5.9.1",
87
+ "@wise/dynamic-flow-client": "5.9.2-exp-ext-renderer-5899c9c",
88
88
  "@wise/dynamic-flow-types": "4.9.0"
89
89
  },
90
90
  "scripts": {