@wise/dynamic-flow-client-internal 4.7.3 → 4.9.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 +355 -325
- package/build/main.mjs +313 -283
- package/build/types/dynamicFlow/telemetry/getTrackEvent.d.ts +1 -2
- package/build/types/stories/Initialisation.story.d.ts +12 -0
- package/package.json +18 -18
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { DynamicFlowRevampProps } from '@wise/dynamic-flow-client';
|
|
2
2
|
import { OnThemeChange } from '../DynamicFlow';
|
|
3
3
|
type OnEvent = DynamicFlowRevampProps['onEvent'];
|
|
4
|
-
|
|
5
|
-
export declare const getTrackEvent: (onEvent: OnEvent, onAnalytics: OnEvent, onThemeChange: OnThemeChange | undefined, onLog: OnLog) => OnEvent;
|
|
4
|
+
export declare const getTrackEvent: (onEvent: OnEvent, onAnalytics: OnEvent, onThemeChange: OnThemeChange | undefined) => OnEvent;
|
|
6
5
|
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DynamicFlowRevamp } from '../dynamicFlow/DynamicFlow';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: typeof DynamicFlowRevamp;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const InitialisationWithSuccessfulStep: {
|
|
8
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
export declare const InitialisationWith404Step: {
|
|
11
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.9.0",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"@babel/preset-typescript": "7.27.0",
|
|
39
39
|
"@chromatic-com/storybook": "3.2.6",
|
|
40
40
|
"@formatjs/cli": "^6.6.3",
|
|
41
|
-
"@storybook/addon-a11y": "^8.6.
|
|
42
|
-
"@storybook/addon-actions": "^8.6.
|
|
43
|
-
"@storybook/addon-essentials": "^8.6.
|
|
44
|
-
"@storybook/addon-interactions": "^8.6.
|
|
45
|
-
"@storybook/addon-links": "^8.6.
|
|
46
|
-
"@storybook/addon-webpack5-compiler-babel": "^3.0.
|
|
47
|
-
"@storybook/react": "^8.6.
|
|
48
|
-
"@storybook/react-webpack5": "^8.6.
|
|
49
|
-
"@storybook/test": "^8.6.
|
|
41
|
+
"@storybook/addon-a11y": "^8.6.12",
|
|
42
|
+
"@storybook/addon-actions": "^8.6.12",
|
|
43
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
44
|
+
"@storybook/addon-interactions": "^8.6.12",
|
|
45
|
+
"@storybook/addon-links": "^8.6.12",
|
|
46
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
|
47
|
+
"@storybook/react": "^8.6.12",
|
|
48
|
+
"@storybook/react-webpack5": "^8.6.12",
|
|
49
|
+
"@storybook/test": "^8.6.12",
|
|
50
50
|
"@testing-library/dom": "10.4.0",
|
|
51
51
|
"@testing-library/jest-dom": "6.6.3",
|
|
52
|
-
"@testing-library/react": "16.
|
|
52
|
+
"@testing-library/react": "16.3.0",
|
|
53
53
|
"@testing-library/user-event": "14.6.1",
|
|
54
54
|
"@transferwise/components": "46.94.2",
|
|
55
55
|
"@transferwise/formatting": "^2.13.1",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@transferwise/neptune-css": "14.23.0",
|
|
58
58
|
"@types/jest": "29.5.14",
|
|
59
59
|
"@types/react": "18.3.20",
|
|
60
|
-
"@types/react-dom": "18.3.
|
|
60
|
+
"@types/react-dom": "18.3.6",
|
|
61
61
|
"@wise/art": "2.20.0",
|
|
62
62
|
"@wise/components-theming": "^1.6.1",
|
|
63
63
|
"babel-jest": "29.7.0",
|
|
@@ -74,17 +74,17 @@
|
|
|
74
74
|
"react": "18.3.1",
|
|
75
75
|
"react-dom": "18.3.1",
|
|
76
76
|
"react-intl": "6.8.9",
|
|
77
|
-
"storybook": "^8.6.
|
|
78
|
-
"stylelint": "16.
|
|
77
|
+
"storybook": "^8.6.12",
|
|
78
|
+
"stylelint": "16.18.0",
|
|
79
79
|
"stylelint-config-standard": "36.0.1",
|
|
80
80
|
"stylelint-no-unsupported-browser-features": "8.0.4",
|
|
81
81
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
82
82
|
"tsx": "4.19.3",
|
|
83
|
-
"typescript": "5.8.
|
|
83
|
+
"typescript": "5.8.3",
|
|
84
84
|
"webpack": "5.98.0",
|
|
85
|
+
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
85
86
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
86
|
-
"@wise/dynamic-flow-types": "3.1.3"
|
|
87
|
-
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
87
|
+
"@wise/dynamic-flow-types": "3.1.3"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"@transferwise/components": "^46.92.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
101
|
"classnames": "2.5.1",
|
|
102
|
-
"@wise/dynamic-flow-client": "4.3.
|
|
102
|
+
"@wise/dynamic-flow-client": "4.3.9",
|
|
103
103
|
"@wise/dynamic-flow-types": "3.1.3"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|