@wise/dynamic-flow-client-internal 3.11.6 → 3.11.8
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.
|
@@ -1 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
import DynamicFlowSideBySide from './utils/DynamicFlowSideBySide';
|
|
2
|
+
import { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof DynamicFlowSideBySide;
|
|
6
|
+
parameters: {
|
|
7
|
+
chromatic: {
|
|
8
|
+
disableSnapshot: boolean;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
argTypes: {};
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
type Story = StoryObj<typeof DynamicFlowSideBySide>;
|
|
15
|
+
export declare const CameraCapture: Story;
|
|
16
|
+
export declare const RecipientUpdate: Story;
|
|
17
|
+
export declare const SingleFileUpload: Story;
|
|
18
|
+
export declare const RecipientCreation: Story;
|
|
19
|
+
export declare const StepValidationErrors: Story;
|
|
20
|
+
export declare const RecipientCreationWithInitialModel: Story;
|
|
@@ -1 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import DynamicFlowSideBySide from './utils/DynamicFlowSideBySide';
|
|
3
|
+
declare const meta: Meta<typeof DynamicFlowSideBySide>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof DynamicFlowSideBySide>;
|
|
6
|
+
export declare const ActionResponse: Story;
|
|
7
|
+
export declare const ArrayUploadBase64: Story;
|
|
8
|
+
export declare const External: Story;
|
|
9
|
+
export declare const PersistAsync: Story;
|
|
10
|
+
export declare const Polling: Story;
|
|
11
|
+
export declare const Search: Story;
|
|
12
|
+
export declare const Modal: Story;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.8",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -25,21 +25,23 @@
|
|
|
25
25
|
"@babel/preset-env": "7.24.7",
|
|
26
26
|
"@babel/preset-react": "7.24.7",
|
|
27
27
|
"@babel/preset-typescript": "7.24.7",
|
|
28
|
+
"@chromatic-com/storybook": "1.5.0",
|
|
28
29
|
"@formatjs/cli": "^6.2.12",
|
|
29
|
-
"@storybook/addon-a11y": "
|
|
30
|
-
"@storybook/addon-actions": "
|
|
31
|
-
"@storybook/addon-essentials": "
|
|
32
|
-
"@storybook/addon-interactions": "
|
|
33
|
-
"@storybook/addon-links": "
|
|
34
|
-
"@storybook/
|
|
35
|
-
"@storybook/react
|
|
36
|
-
"@storybook/
|
|
30
|
+
"@storybook/addon-a11y": "^8.1.10",
|
|
31
|
+
"@storybook/addon-actions": "^8.1.10",
|
|
32
|
+
"@storybook/addon-essentials": "^8.1.10",
|
|
33
|
+
"@storybook/addon-interactions": "^8.1.10",
|
|
34
|
+
"@storybook/addon-links": "^8.1.10",
|
|
35
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
|
36
|
+
"@storybook/react": "^8.1.10",
|
|
37
|
+
"@storybook/react-webpack5": "^8.1.10",
|
|
38
|
+
"@storybook/test": "^8.1.10",
|
|
37
39
|
"@testing-library/dom": "9.3.4",
|
|
38
40
|
"@testing-library/jest-dom": "6.4.6",
|
|
39
41
|
"@testing-library/react": "14.3.1",
|
|
40
42
|
"@testing-library/react-hooks": "8.0.1",
|
|
41
43
|
"@testing-library/user-event": "14.5.2",
|
|
42
|
-
"@transferwise/components": "46.
|
|
44
|
+
"@transferwise/components": "46.37.0",
|
|
43
45
|
"@transferwise/formatting": "^2.13.0",
|
|
44
46
|
"@transferwise/icons": "3.13.0",
|
|
45
47
|
"@transferwise/neptune-css": "14.10.0",
|
|
@@ -58,16 +60,17 @@
|
|
|
58
60
|
"jest-watch-typeahead": "^2.2.2",
|
|
59
61
|
"npm-run-all2": "5.0.2",
|
|
60
62
|
"postcss": "^8.4.38",
|
|
61
|
-
"postcss-cli": "^
|
|
63
|
+
"postcss-cli": "^11.0.0",
|
|
62
64
|
"postcss-import": "^15.1.0",
|
|
63
65
|
"react": "18.3.1",
|
|
64
66
|
"react-dom": "18.3.1",
|
|
65
67
|
"react-intl": "6.6.8",
|
|
66
|
-
"storybook": "
|
|
68
|
+
"storybook": "8.1.10",
|
|
67
69
|
"stylelint": "16.6.1",
|
|
68
|
-
"stylelint-config-standard": "36.0.
|
|
69
|
-
"stylelint-no-unsupported-browser-features": "
|
|
70
|
+
"stylelint-config-standard": "36.0.1",
|
|
71
|
+
"stylelint-no-unsupported-browser-features": "8.0.1",
|
|
70
72
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
73
|
+
"tsx": "4.15.6",
|
|
71
74
|
"typescript": "5.4.5",
|
|
72
75
|
"webpack": "5.92.0",
|
|
73
76
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
@@ -79,14 +82,15 @@
|
|
|
79
82
|
"react-intl": "^6"
|
|
80
83
|
},
|
|
81
84
|
"dependencies": {
|
|
82
|
-
"@wise/dynamic-flow-client": "3.11.
|
|
85
|
+
"@wise/dynamic-flow-client": "3.11.8"
|
|
83
86
|
},
|
|
84
87
|
"scripts": {
|
|
85
|
-
"dev": "storybook dev -p 3005",
|
|
88
|
+
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|
|
86
89
|
"build": "rm -rf build && npm-run-all build:*",
|
|
87
90
|
"build:types": "tsc --project ./tsconfig.types.json",
|
|
88
91
|
"build:js": "node ./scripts/build.mjs",
|
|
89
92
|
"build:css": "postcss src/main.css -o build/main.css",
|
|
93
|
+
"build:visual-tests": "tsx ./scripts/build-visual-tests.mjs",
|
|
90
94
|
"test": "pnpm test:once",
|
|
91
95
|
"test:once": "jest --config jest.config.js --env=jsdom --passWithNoTests",
|
|
92
96
|
"test:coverage": "jest --config jest.config.js --env=jsdom --coverage",
|
|
@@ -96,6 +100,6 @@
|
|
|
96
100
|
"lint": "npm-run-all lint:ts lint:css",
|
|
97
101
|
"lint:ts": "eslint 'src/**/*.{js,jsx,ts,tsx}' --quiet",
|
|
98
102
|
"lint:css": "stylelint --allow-empty-input './src/**/*.css'",
|
|
99
|
-
"build-storybook": "storybook build -c .storybook --disable-telemetry"
|
|
103
|
+
"build-storybook": "pnpm build:visual-tests && storybook build -c .storybook --disable-telemetry"
|
|
100
104
|
}
|
|
101
105
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|