@wise/dynamic-flow-client-internal 5.12.0 → 5.13.0-experimental-13d828c

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.
@@ -11,6 +11,6 @@ export declare const Media: ({ media, preferAvatar, size }: {
11
11
  media: import("@wise/dynamic-flow-types/renderers").Media | undefined;
12
12
  preferAvatar?: boolean;
13
13
  size: 16 | 24 | 32 | 40 | 48 | 56 | 72;
14
- }) => string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<import("react").ReactNode> | null | undefined;
14
+ }) => string | number | bigint | boolean | import("react/jsx-runtime").JSX.Element | Iterable<import("react").ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> | null | undefined;
15
15
  export declare const getMargin: (size: import("@wise/dynamic-flow-types/spec").Margin) => "m-b-0" | "m-b-1" | "m-b-2" | "m-b-3" | "m-b-5" | "";
16
16
  //# sourceMappingURL=renderers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderers.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/renderers.tsx"],"names":[],"mappings":"AAMA;;;;GAIG;AAEH,eAAO,MAAM,MAAM;;;8DAAiB,CAAC;AACrC,eAAO,MAAM,KAAK;;;;kIAAgB,CAAC;AACnC,eAAO,MAAM,SAAS,gHAAoB,CAAC"}
1
+ {"version":3,"file":"renderers.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/renderers.tsx"],"names":[],"mappings":"AAMA;;;;GAIG;AAEH,eAAO,MAAM,MAAM;;;8DAAiB,CAAC;AACrC,eAAO,MAAM,KAAK;;;;6WAAgB,CAAC;AACnC,eAAO,MAAM,SAAS,gHAAoB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "5.12.0",
3
+ "version": "5.13.0-experimental-13d828c",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -31,45 +31,44 @@
31
31
  "url": "git+https://github.com/transferwise/dynamic-flow.git"
32
32
  },
33
33
  "devDependencies": {
34
- "@chromatic-com/storybook": "4.1.3",
35
- "@formatjs/cli": "^6.13.0",
36
- "@storybook/addon-a11y": "^10.2.13",
37
- "@storybook/addon-docs": "^10.2.13",
38
- "@storybook/addon-links": "^10.2.13",
39
- "@storybook/react-vite": "10.2.13",
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.129.0",
45
- "@transferwise/formatting": "^2.13.5",
46
- "@transferwise/icons": "4.1.0",
47
- "@transferwise/neptune-css": "14.26.3",
48
- "@types/react": "18.3.28",
49
- "@types/react-dom": "18.3.7",
50
- "@wise/art": "2.28.0",
44
+ "@transferwise/components": "^46.132.0",
45
+ "@transferwise/formatting": "^2.13.7",
46
+ "@transferwise/icons": "4.3.0",
47
+ "@types/react": "19.1.6",
48
+ "@types/react-dom": "19.1.6",
49
+ "@wise/art": "2.29.0",
51
50
  "@wise/components-theming": "^1.10.1",
52
51
  "esbuild": "0.27.0",
53
- "eslint-plugin-storybook": "10.2.13",
54
- "framer-motion": "^12.34.3",
52
+ "eslint-plugin-storybook": "10.2.19",
53
+ "framer-motion": "^12.36.0",
55
54
  "npm-run-all2": "8.0.4",
56
- "postcss": "^8.5.6",
55
+ "postcss": "^8.5.8",
57
56
  "postcss-cli": "^11.0.1",
58
57
  "postcss-import": "^16.1.1",
59
- "react": "18.3.1",
60
- "react-dom": "18.3.1",
58
+ "react": "19.1.0",
59
+ "react-dom": "19.1.0",
61
60
  "react-intl": "6.8.9",
62
- "storybook": "^10.2.13",
61
+ "storybook": "^10.2.19",
63
62
  "stylelint": "16.26.1",
64
63
  "stylelint-config-standard": "36.0.1",
65
64
  "stylelint-no-unsupported-browser-features": "8.1.1",
66
65
  "stylelint-value-no-unknown-custom-properties": "6.1.1",
67
66
  "tsx": "4.21.0",
68
67
  "typescript": "5.9.3",
69
- "vitest": "4.0.18",
68
+ "vitest": "4.1.0",
70
69
  "vitest-fetch-mock": "0.4.5",
71
70
  "@wise/dynamic-flow-fixtures": "0.0.1",
72
- "@wise/dynamic-flow-types": "4.11.0",
71
+ "@wise/dynamic-flow-types": "4.12.0-experimental-13d828c",
73
72
  "@wise/dynamic-flow-renderers": "0.0.0"
74
73
  },
75
74
  "peerDependencies": {
@@ -84,8 +83,8 @@
84
83
  "react-intl": "^6 || ^7"
85
84
  },
86
85
  "dependencies": {
87
- "@wise/dynamic-flow-types": "4.11.0",
88
- "@wise/dynamic-flow-client": "5.12.0"
86
+ "@wise/dynamic-flow-client": "5.13.0-experimental-13d828c",
87
+ "@wise/dynamic-flow-types": "4.12.0-experimental-13d828c"
89
88
  },
90
89
  "scripts": {
91
90
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",