@wise/dynamic-flow-client-internal 5.9.0 → 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
@@ -144,7 +144,7 @@ var import_react22 = require("react");
144
144
  // src/dynamicFlow/telemetry/app-version.ts
145
145
  var appVersion = (
146
146
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
147
- typeof process !== "undefined" ? "5.9.0" : "0.0.0"
147
+ typeof process !== "undefined" ? "5.9.1" : "0.0.0"
148
148
  );
149
149
 
150
150
  // src/dynamicFlow/telemetry/getLogEvent.ts
@@ -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
@@ -126,7 +126,7 @@ import { useMemo as useMemo2 } from "react";
126
126
  // src/dynamicFlow/telemetry/app-version.ts
127
127
  var appVersion = (
128
128
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
129
- typeof process !== "undefined" ? "5.9.0" : "0.0.0"
129
+ typeof process !== "undefined" ? "5.9.1" : "0.0.0"
130
130
  );
131
131
 
132
132
  // src/dynamicFlow/telemetry/getLogEvent.ts
@@ -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.0",
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,26 +32,26 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@chromatic-com/storybook": "4.1.3",
35
- "@formatjs/cli": "^6.12.2",
36
- "@storybook/addon-a11y": "^10.2.7",
37
- "@storybook/addon-docs": "^10.2.7",
38
- "@storybook/addon-links": "^10.2.7",
39
- "@storybook/react-vite": "10.2.7",
35
+ "@formatjs/cli": "^6.13.0",
36
+ "@storybook/addon-a11y": "^10.2.10",
37
+ "@storybook/addon-docs": "^10.2.10",
38
+ "@storybook/addon-links": "^10.2.10",
39
+ "@storybook/react-vite": "10.2.10",
40
40
  "@testing-library/dom": "10.4.1",
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
- "eslint-plugin-storybook": "10.2.7",
54
- "framer-motion": "^12.33.0",
53
+ "eslint-plugin-storybook": "10.2.10",
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",
@@ -59,7 +59,7 @@
59
59
  "react": "18.3.1",
60
60
  "react-dom": "18.3.1",
61
61
  "react-intl": "6.8.9",
62
- "storybook": "^10.2.7",
62
+ "storybook": "^10.2.10",
63
63
  "stylelint": "16.26.1",
64
64
  "stylelint-config-standard": "36.0.1",
65
65
  "stylelint-no-unsupported-browser-features": "8.1.1",
@@ -84,8 +84,8 @@
84
84
  "react-intl": "^6 || ^7"
85
85
  },
86
86
  "dependencies": {
87
- "@wise/dynamic-flow-types": "4.9.0",
88
- "@wise/dynamic-flow-client": "5.9.0"
87
+ "@wise/dynamic-flow-client": "5.9.2-exp-ext-renderer-5899c9c",
88
+ "@wise/dynamic-flow-types": "4.9.0"
89
89
  },
90
90
  "scripts": {
91
91
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",