@wise/dynamic-flow-client 5.11.0 → 5.12.1
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/controller/executePoll.js +17 -2
- package/build/main.js +15 -1
- package/build/main.mjs +15 -1
- package/build/tests/ListLayout.test.js +23 -0
- package/build/tests/Polling.test.js +87 -2
- package/build/tsconfig.types.tsbuildinfo +1 -0
- package/build/types/controller/executePoll.d.ts.map +1 -1
- package/package.json +20 -21
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executePoll.d.ts","sourceRoot":"","sources":["../../../src/controller/executePoll.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"executePoll.d.ts","sourceRoot":"","sources":["../../../src/controller/executePoll.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AAErE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAW3C,KAAK,OAAO,GACR;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,MAAM,EAAE,KAAK,CAAA;CAAE,GACnC;IAAE,IAAI,EAAE,cAAc,CAAC;IAAC,IAAI,EAAE,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,GACzD;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,GACpB;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,QAAQ,EAAE,QAAQ,CAAA;CAAE,CAAC;AAE7C,eAAO,MAAM,WAAW,GAAU,OAAO;IACvC,UAAU,EAAE,OAAO,KAAK,CAAC;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,QAAQ,CAAC;IACxB,MAAM,EAAE,WAAW,CAAC;IACpB,UAAU,EAAE,wBAAwB,CAAC;CACtC,KAAG,OAAO,CAAC,OAAO,CA0DlB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.12.1",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -31,50 +31,49 @@
|
|
|
31
31
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@chromatic-com/storybook": "
|
|
35
|
-
"@formatjs/cli": "^6.13.
|
|
36
|
-
"@storybook/addon-a11y": "^10.2.
|
|
37
|
-
"@storybook/addon-docs": "^10.2.
|
|
38
|
-
"@storybook/addon-links": "^10.2.
|
|
39
|
-
"@storybook/react-vite": "10.2.
|
|
34
|
+
"@chromatic-com/storybook": "5.0.1",
|
|
35
|
+
"@formatjs/cli": "^6.13.1",
|
|
36
|
+
"@storybook/addon-a11y": "^10.2.19",
|
|
37
|
+
"@storybook/addon-docs": "^10.2.19",
|
|
38
|
+
"@storybook/addon-links": "^10.2.19",
|
|
39
|
+
"@storybook/react-vite": "10.2.19",
|
|
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.
|
|
45
|
-
"@transferwise/formatting": "^2.13.
|
|
46
|
-
"@transferwise/icons": "4.
|
|
44
|
+
"@transferwise/components": "^46.132.0",
|
|
45
|
+
"@transferwise/formatting": "^2.13.7",
|
|
46
|
+
"@transferwise/icons": "4.3.0",
|
|
47
47
|
"@transferwise/navigation-ui": "4.42.3",
|
|
48
|
-
"@
|
|
49
|
-
"@types/node": "22.19.13",
|
|
48
|
+
"@types/node": "24.12.0",
|
|
50
49
|
"@types/react": "18.3.28",
|
|
51
50
|
"@types/react-dom": "18.3.7",
|
|
52
51
|
"@types/react-intl": "3.0.0",
|
|
53
|
-
"@vitejs/plugin-react": "5.
|
|
54
|
-
"@wise/art": "2.
|
|
52
|
+
"@vitejs/plugin-react": "5.2.0",
|
|
53
|
+
"@wise/art": "2.29.0",
|
|
55
54
|
"@wise/components-theming": "^1.10.1",
|
|
56
55
|
"esbuild": "0.27.0",
|
|
57
|
-
"eslint-plugin-storybook": "10.2.
|
|
58
|
-
"framer-motion": "^12.
|
|
56
|
+
"eslint-plugin-storybook": "10.2.19",
|
|
57
|
+
"framer-motion": "^12.36.0",
|
|
59
58
|
"jsdom-testing-mocks": "1.16.0",
|
|
60
59
|
"npm-run-all2": "8.0.4",
|
|
61
|
-
"postcss": "^8.5.
|
|
60
|
+
"postcss": "^8.5.8",
|
|
62
61
|
"postcss-cli": "^11.0.1",
|
|
63
62
|
"postcss-import": "^16.1.1",
|
|
64
63
|
"react": "18.3.1",
|
|
65
64
|
"react-dom": "18.3.1",
|
|
66
65
|
"react-intl": "6.8.9",
|
|
67
|
-
"storybook": "^10.2.
|
|
66
|
+
"storybook": "^10.2.19",
|
|
68
67
|
"stylelint": "16.26.1",
|
|
69
68
|
"stylelint-config-standard": "36.0.1",
|
|
70
69
|
"stylelint-no-unsupported-browser-features": "8.1.1",
|
|
71
70
|
"stylelint-value-no-unknown-custom-properties": "6.1.1",
|
|
72
71
|
"tsx": "4.21.0",
|
|
73
72
|
"typescript": "5.9.3",
|
|
74
|
-
"vitest": "4.0
|
|
73
|
+
"vitest": "4.1.0",
|
|
75
74
|
"vitest-fetch-mock": "0.4.5",
|
|
76
|
-
"@wise/dynamic-flow-
|
|
77
|
-
"@wise/dynamic-flow-
|
|
75
|
+
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
76
|
+
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
78
77
|
},
|
|
79
78
|
"peerDependencies": {
|
|
80
79
|
"@transferwise/components": "^46.104.0",
|