@wise/dynamic-flow-client-internal 3.31.0 → 3.31.2
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 +3 -3
- package/package.json +20 -20
package/build/main.js
CHANGED
|
@@ -272,8 +272,8 @@ var init_index_8Fxev6OI_esm = __esm({
|
|
|
272
272
|
});
|
|
273
273
|
|
|
274
274
|
// src/index.ts
|
|
275
|
-
var
|
|
276
|
-
__export(
|
|
275
|
+
var index_exports = {};
|
|
276
|
+
__export(index_exports, {
|
|
277
277
|
DynamicFlow: () => DynamicFlowLegacy,
|
|
278
278
|
DynamicFlowLegacy: () => DynamicFlowLegacy,
|
|
279
279
|
DynamicFlowRevamp: () => DynamicFlowRevamp,
|
|
@@ -283,7 +283,7 @@ __export(src_exports, {
|
|
|
283
283
|
makeCustomFetch: () => import_dynamic_flow_client3.makeHttpClient,
|
|
284
284
|
translations: () => i18n_default
|
|
285
285
|
});
|
|
286
|
-
module.exports = __toCommonJS(
|
|
286
|
+
module.exports = __toCommonJS(index_exports);
|
|
287
287
|
var import_dynamic_flow_client3 = require("@wise/dynamic-flow-client");
|
|
288
288
|
var import_dynamic_flow_client4 = require("@wise/dynamic-flow-client");
|
|
289
289
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "3.31.
|
|
3
|
+
"version": "3.31.2",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -36,21 +36,21 @@
|
|
|
36
36
|
"@babel/preset-env": "7.26.0",
|
|
37
37
|
"@babel/preset-react": "7.26.3",
|
|
38
38
|
"@babel/preset-typescript": "7.26.0",
|
|
39
|
-
"@chromatic-com/storybook": "3.2.
|
|
40
|
-
"@formatjs/cli": "^6.
|
|
41
|
-
"@storybook/addon-a11y": "^8.
|
|
42
|
-
"@storybook/addon-actions": "^8.
|
|
43
|
-
"@storybook/addon-essentials": "^8.
|
|
44
|
-
"@storybook/addon-interactions": "^8.
|
|
45
|
-
"@storybook/addon-links": "^8.
|
|
39
|
+
"@chromatic-com/storybook": "3.2.4",
|
|
40
|
+
"@formatjs/cli": "^6.5.0",
|
|
41
|
+
"@storybook/addon-a11y": "^8.5.0",
|
|
42
|
+
"@storybook/addon-actions": "^8.5.0",
|
|
43
|
+
"@storybook/addon-essentials": "^8.5.0",
|
|
44
|
+
"@storybook/addon-interactions": "^8.5.0",
|
|
45
|
+
"@storybook/addon-links": "^8.5.0",
|
|
46
46
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
|
|
47
|
-
"@storybook/react": "^8.
|
|
48
|
-
"@storybook/react-webpack5": "^8.
|
|
49
|
-
"@storybook/test": "^8.
|
|
47
|
+
"@storybook/react": "^8.5.0",
|
|
48
|
+
"@storybook/react-webpack5": "^8.5.0",
|
|
49
|
+
"@storybook/test": "^8.5.0",
|
|
50
50
|
"@testing-library/dom": "10.4.0",
|
|
51
51
|
"@testing-library/jest-dom": "6.6.3",
|
|
52
|
-
"@testing-library/react": "16.
|
|
53
|
-
"@testing-library/user-event": "14.
|
|
52
|
+
"@testing-library/react": "16.2.0",
|
|
53
|
+
"@testing-library/user-event": "14.6.0",
|
|
54
54
|
"@transferwise/components": "46.86.1",
|
|
55
55
|
"@transferwise/formatting": "^2.13.0",
|
|
56
56
|
"@transferwise/icons": "3.18.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@wise/components-theming": "^1.6.1",
|
|
63
63
|
"babel-jest": "29.7.0",
|
|
64
64
|
"currency-flags": "4.0.7",
|
|
65
|
-
"esbuild": "0.24.
|
|
65
|
+
"esbuild": "0.24.2",
|
|
66
66
|
"jest": "29.7.0",
|
|
67
67
|
"jest-environment-jsdom": "29.7.0",
|
|
68
68
|
"jest-fetch-mock": "^3.0.3",
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"npm-run-all2": "7.0.2",
|
|
71
71
|
"postcss": "^8.5.1",
|
|
72
72
|
"postcss-cli": "^11.0.0",
|
|
73
|
-
"postcss-import": "^
|
|
73
|
+
"postcss-import": "^16.1.0",
|
|
74
74
|
"react": "18.3.1",
|
|
75
75
|
"react-dom": "18.3.1",
|
|
76
76
|
"react-intl": "6.8.9",
|
|
77
|
-
"storybook": "^8.
|
|
78
|
-
"stylelint": "16.13.
|
|
77
|
+
"storybook": "^8.5.0",
|
|
78
|
+
"stylelint": "16.13.2",
|
|
79
79
|
"stylelint-config-standard": "36.0.1",
|
|
80
80
|
"stylelint-no-unsupported-browser-features": "8.0.2",
|
|
81
81
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"webpack": "5.97.1",
|
|
85
85
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
86
86
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
87
|
-
"@wise/dynamic-flow-types": "2.
|
|
87
|
+
"@wise/dynamic-flow-types": "2.30.1"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"@transferwise/components": "^46.31",
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"classnames": "2.5.1",
|
|
101
|
-
"@wise/dynamic-flow-
|
|
102
|
-
"@wise/dynamic-flow-
|
|
101
|
+
"@wise/dynamic-flow-client": "3.31.2",
|
|
102
|
+
"@wise/dynamic-flow-types": "2.30.1"
|
|
103
103
|
},
|
|
104
104
|
"scripts": {
|
|
105
105
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|