@wise/dynamic-flow-client 5.13.2-experimental-e750b58 → 5.13.3
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.css +24 -15
- package/build/main.js +11 -4
- package/build/main.mjs +11 -4
- package/build/tsconfig.types.tsbuildinfo +1 -1
- package/build/types/domain/features/polling/getStepPolling.d.ts.map +1 -1
- package/build/types/stories/utils/render-utils.d.ts.map +1 -1
- package/package.json +39 -40
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStepPolling.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/polling/getStepPolling.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAE7D,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,aAAa,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,sBAAsB,CAAC;IACjC,UAAU,EAAE,UAAU,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,0BAA0B,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC1D,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,8EAM5B,gBAAgB,KAAG,
|
|
1
|
+
{"version":3,"file":"getStepPolling.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/polling/getStepPolling.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAE7D,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,aAAa,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,sBAAsB,CAAC;IACjC,UAAU,EAAE,UAAU,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,0BAA0B,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC1D,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,8EAM5B,gBAAgB,KAAG,WAwDrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-utils.d.ts","sourceRoot":"","sources":["../../../../src/stories/utils/render-utils.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAC1D,OAAwB,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"render-utils.d.ts","sourceRoot":"","sources":["../../../../src/stories/utils/render-utils.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAC1D,OAAwB,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAGzF,eAAO,MAAM,cAAc,GAAI,MAAM,IAAI,EAAE,aAAY,OAAO,KAAyB,4CACrC,CAAC;AAEnD,eAAO,MAAM,gBAAgB,GAC3B,eAAe,oBAAoB,CAAC,eAAe,CAAC,EACpD,aAAY,OAAO,KAAyB,EAC5C,YAAW,OAAO,CAAC,oBAAoB,CAAM,4CAyB9C,CAAC;AAmDF,eAAO,MAAM,0BAA0B,GACrC,MAAM,IAAI,EACV,WAAW,OAAO,CAAC,oBAAoB,CAAC,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,4CACF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "5.13.
|
|
3
|
+
"version": "5.13.3",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -31,49 +31,48 @@
|
|
|
31
31
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@chromatic-com/storybook": "5.
|
|
35
|
-
"@formatjs/cli": "^6.14.
|
|
36
|
-
"@storybook/addon-a11y": "^10.3.
|
|
37
|
-
"@storybook/addon-docs": "^10.3.
|
|
38
|
-
"@storybook/addon-links": "^10.3.
|
|
39
|
-
"@storybook/react-vite": "10.3.
|
|
40
|
-
"@testing-library/dom": "10.4.1",
|
|
41
|
-
"@testing-library/jest-dom": "6.9.1",
|
|
42
|
-
"@testing-library/react": "16.3.2",
|
|
43
|
-
"@testing-library/user-event": "14.6.1",
|
|
44
|
-
"@transferwise/components": "^46.
|
|
45
|
-
"@transferwise/formatting": "^2.
|
|
46
|
-
"@transferwise/icons": "4.3
|
|
47
|
-
"@transferwise/navigation-ui": "4.
|
|
48
|
-
"@types/node": "24.12.
|
|
49
|
-
"@types/react": "19.
|
|
50
|
-
"@types/react-dom": "19.
|
|
51
|
-
"@types/react-intl": "3.0.0",
|
|
52
|
-
"@vitejs/plugin-react": "5.2.0",
|
|
53
|
-
"@wise/art": "2.
|
|
34
|
+
"@chromatic-com/storybook": "^5.1.1",
|
|
35
|
+
"@formatjs/cli": "^6.14.1",
|
|
36
|
+
"@storybook/addon-a11y": "^10.3.5",
|
|
37
|
+
"@storybook/addon-docs": "^10.3.5",
|
|
38
|
+
"@storybook/addon-links": "^10.3.5",
|
|
39
|
+
"@storybook/react-vite": "^10.3.5",
|
|
40
|
+
"@testing-library/dom": "^10.4.1",
|
|
41
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
42
|
+
"@testing-library/react": "^16.3.2",
|
|
43
|
+
"@testing-library/user-event": "^14.6.1",
|
|
44
|
+
"@transferwise/components": "^46.135.0",
|
|
45
|
+
"@transferwise/formatting": "^2.14.0",
|
|
46
|
+
"@transferwise/icons": "4.4.3",
|
|
47
|
+
"@transferwise/navigation-ui": "^4.43.0",
|
|
48
|
+
"@types/node": "^24.12.2",
|
|
49
|
+
"@types/react": "^19.2.14",
|
|
50
|
+
"@types/react-dom": "^19.2.3",
|
|
51
|
+
"@types/react-intl": "^3.0.0",
|
|
52
|
+
"@vitejs/plugin-react": "^5.2.0",
|
|
53
|
+
"@wise/art": "^2.30.1",
|
|
54
54
|
"@wise/components-theming": "^1.10.1",
|
|
55
|
-
"esbuild": "0.
|
|
56
|
-
"eslint-plugin-storybook": "10.3.
|
|
55
|
+
"esbuild": "^0.28.0",
|
|
56
|
+
"eslint-plugin-storybook": "^10.3.5",
|
|
57
57
|
"framer-motion": "^12.38.0",
|
|
58
|
-
"jsdom-testing-mocks": "1.16.0",
|
|
59
|
-
"npm-run-all2": "8.0.4",
|
|
60
|
-
"postcss": "^8.5.
|
|
58
|
+
"jsdom-testing-mocks": "^1.16.0",
|
|
59
|
+
"npm-run-all2": "^8.0.4",
|
|
60
|
+
"postcss": "^8.5.9",
|
|
61
61
|
"postcss-cli": "^11.0.1",
|
|
62
62
|
"postcss-import": "^16.1.1",
|
|
63
|
-
"react": "19.
|
|
64
|
-
"react-dom": "19.
|
|
63
|
+
"react": "19.2.5",
|
|
64
|
+
"react-dom": "19.2.5",
|
|
65
65
|
"react-intl": "6.8.9",
|
|
66
|
-
"storybook": "^10.3.
|
|
67
|
-
"stylelint": "16.26.1",
|
|
68
|
-
"stylelint-config-standard": "36.0.1",
|
|
69
|
-
"stylelint-no-unsupported-browser-features": "8.1.1",
|
|
70
|
-
"stylelint-value-no-unknown-custom-properties": "6.1.1",
|
|
71
|
-
"tsx": "4.21.0",
|
|
72
|
-
"typescript": "5.9.3",
|
|
73
|
-
"vitest": "4.1.
|
|
74
|
-
"
|
|
75
|
-
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
76
|
-
"@wise/dynamic-flow-renderers": "0.0.0"
|
|
66
|
+
"storybook": "^10.3.5",
|
|
67
|
+
"stylelint": "^16.26.1",
|
|
68
|
+
"stylelint-config-standard": "^36.0.1",
|
|
69
|
+
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
70
|
+
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
|
|
71
|
+
"tsx": "^4.21.0",
|
|
72
|
+
"typescript": "^5.9.3",
|
|
73
|
+
"vitest": "^4.1.4",
|
|
74
|
+
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
75
|
+
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
77
76
|
},
|
|
78
77
|
"peerDependencies": {
|
|
79
78
|
"@transferwise/components": "^46.104.0",
|
|
@@ -86,7 +85,7 @@
|
|
|
86
85
|
"react-intl": "^6 || ^7"
|
|
87
86
|
},
|
|
88
87
|
"dependencies": {
|
|
89
|
-
"@wise/dynamic-flow-types": "4.12.
|
|
88
|
+
"@wise/dynamic-flow-types": "4.12.3"
|
|
90
89
|
},
|
|
91
90
|
"scripts": {
|
|
92
91
|
"dev": "EXCLUDE_VISUAL_TESTS=true pnpm storybook dev -p 3003",
|