@wise/dynamic-flow-client-internal 5.14.0-experimental-9fc0bf0 → 5.15.0-experimental-76b77f2
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 +869 -671
- package/build/main.mjs +778 -580
- package/build/tsconfig.types.tsbuildinfo +1 -1
- package/build/types/dynamicFlow/context-menu/useDFContextMenu.d.ts.map +1 -1
- package/package.json +19 -17
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDFContextMenu.d.ts","sourceRoot":"","sources":["../../../../src/dynamicFlow/context-menu/useDFContextMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAIlE,eAAO,MAAM,gBAAgB,GAAI,YAAY;IAC3C,cAAc,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;IAClC,mBAAmB,EAAE,MAAM,OAAO,CAAC,WAAW,CAAC,CAAC;CACjD;;;
|
|
1
|
+
{"version":3,"file":"useDFContextMenu.d.ts","sourceRoot":"","sources":["../../../../src/dynamicFlow/context-menu/useDFContextMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAIlE,eAAO,MAAM,gBAAgB,GAAI,YAAY;IAC3C,cAAc,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;IAClC,mBAAmB,EAAE,MAAM,OAAO,CAAC,WAAW,CAAC,CAAC;CACjD;;;CA8DA,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.15.0-experimental-76b77f2",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -31,44 +31,46 @@
|
|
|
31
31
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@chromatic-com/storybook": "^5.1.
|
|
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.
|
|
34
|
+
"@chromatic-com/storybook": "^5.1.2",
|
|
35
|
+
"@formatjs/cli": "^6.14.4",
|
|
36
|
+
"@storybook/addon-a11y": "^10.3.6",
|
|
37
|
+
"@storybook/addon-docs": "^10.3.6",
|
|
38
|
+
"@storybook/addon-links": "^10.3.6",
|
|
39
|
+
"@storybook/react-vite": "^10.3.6",
|
|
40
40
|
"@testing-library/dom": "^10.4.1",
|
|
41
|
+
"@vitejs/plugin-react": "^5.2.0",
|
|
41
42
|
"@testing-library/jest-dom": "^6.9.1",
|
|
42
43
|
"@testing-library/react": "^16.3.2",
|
|
43
44
|
"@testing-library/user-event": "^14.6.1",
|
|
44
|
-
"@transferwise/components": "^46.
|
|
45
|
-
"@transferwise/formatting": "^2.14.
|
|
45
|
+
"@transferwise/components": "^46.137.0",
|
|
46
|
+
"@transferwise/formatting": "^2.14.1",
|
|
46
47
|
"@transferwise/icons": "4.4.3",
|
|
47
48
|
"@types/react": "^19.2.14",
|
|
48
49
|
"@types/react-dom": "^19.2.3",
|
|
49
50
|
"@wise/art": "^2.30.1",
|
|
50
51
|
"@wise/components-theming": "^1.10.1",
|
|
51
52
|
"esbuild": "^0.28.0",
|
|
52
|
-
"eslint-plugin-storybook": "^10.3.
|
|
53
|
+
"eslint-plugin-storybook": "^10.3.6",
|
|
53
54
|
"framer-motion": "^12.38.0",
|
|
54
55
|
"npm-run-all2": "^8.0.4",
|
|
55
|
-
"postcss": "^8.5.
|
|
56
|
+
"postcss": "^8.5.13",
|
|
56
57
|
"postcss-cli": "^11.0.1",
|
|
57
58
|
"postcss-import": "^16.1.1",
|
|
58
59
|
"react": "19.2.5",
|
|
59
60
|
"react-dom": "19.2.5",
|
|
60
61
|
"react-intl": "6.8.9",
|
|
61
|
-
"storybook": "^10.3.
|
|
62
|
+
"storybook": "^10.3.6",
|
|
62
63
|
"stylelint": "^16.26.1",
|
|
63
64
|
"stylelint-config-standard": "^36.0.1",
|
|
64
65
|
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
65
66
|
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
|
|
66
67
|
"tsx": "^4.21.0",
|
|
67
68
|
"typescript": "^5.9.3",
|
|
68
|
-
"
|
|
69
|
-
"
|
|
69
|
+
"vite": "^8.0.10",
|
|
70
|
+
"vitest": "^4.1.5",
|
|
70
71
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
71
|
-
"@wise/dynamic-flow-
|
|
72
|
+
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
73
|
+
"@wise/dynamic-flow-types": "4.14.0-experimental-76b77f2"
|
|
72
74
|
},
|
|
73
75
|
"peerDependencies": {
|
|
74
76
|
"@transferwise/components": "^46.104.0",
|
|
@@ -82,8 +84,8 @@
|
|
|
82
84
|
"react-intl": "^6 || ^7"
|
|
83
85
|
},
|
|
84
86
|
"dependencies": {
|
|
85
|
-
"@wise/dynamic-flow-
|
|
86
|
-
"@wise/dynamic-flow-
|
|
87
|
+
"@wise/dynamic-flow-client": "5.14.0-experimental-76b77f2",
|
|
88
|
+
"@wise/dynamic-flow-types": "4.14.0-experimental-76b77f2"
|
|
87
89
|
},
|
|
88
90
|
"scripts": {
|
|
89
91
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|