@wise/dynamic-flow-client-internal 5.9.1 → 5.9.2-logging-bf0bd22

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,11 +1366,15 @@ function ExternalConfirmationRendererComponent({
1366
1366
  }) {
1367
1367
  const { formatMessage } = (0, import_react_intl10.useIntl)();
1368
1368
  (0, import_react4.useEffect)(() => {
1369
+ console.log("\u{1F680}\u{1F47E} ExternalConfirmationRendererComponent useEffect");
1369
1370
  if (url) {
1371
+ console.log("\u{1F680}\u{1F47E} ExternalConfirmationRendererComponent useEffect / window.open");
1370
1372
  const w = window.open(url, "_blank");
1371
1373
  if (w) {
1374
+ console.log("\u{1F680}\u{1F47E} ExternalConfirmationRendererComponent useEffect / window.open / success");
1372
1375
  onSuccess();
1373
1376
  } else {
1377
+ console.log("\u{1F680}\u{1F47E} ExternalConfirmationRendererComponent useEffect / window.open / failure");
1374
1378
  onFailure();
1375
1379
  }
1376
1380
  }
package/build/main.mjs CHANGED
@@ -1348,11 +1348,15 @@ function ExternalConfirmationRendererComponent({
1348
1348
  }) {
1349
1349
  const { formatMessage } = useIntl5();
1350
1350
  useEffect3(() => {
1351
+ console.log("\u{1F680}\u{1F47E} ExternalConfirmationRendererComponent useEffect");
1351
1352
  if (url) {
1353
+ console.log("\u{1F680}\u{1F47E} ExternalConfirmationRendererComponent useEffect / window.open");
1352
1354
  const w = window.open(url, "_blank");
1353
1355
  if (w) {
1356
+ console.log("\u{1F680}\u{1F47E} ExternalConfirmationRendererComponent useEffect / window.open / success");
1354
1357
  onSuccess();
1355
1358
  } else {
1359
+ console.log("\u{1F680}\u{1F47E} ExternalConfirmationRendererComponent useEffect / window.open / failure");
1356
1360
  onFailure();
1357
1361
  }
1358
1362
  }
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-logging-bf0bd22",
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-logging-bf0bd22",
88
88
  "@wise/dynamic-flow-types": "4.9.0"
89
89
  },
90
90
  "scripts": {