@wise/dynamic-flow-client-internal 4.12.4 → 4.12.6-exp-vite-sb9-fc3b25d

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 CHANGED
@@ -3190,7 +3190,7 @@ var ModalContentRenderer = {
3190
3190
  };
3191
3191
 
3192
3192
  // src/dynamicFlow/telemetry/app-version.ts
3193
- var appVersion = "4.12.4";
3193
+ var appVersion = "4.12.5";
3194
3194
 
3195
3195
  // src/dynamicFlow/telemetry/getLogEvent.ts
3196
3196
  var getLogEvent = (onLog) => (level, message, extra) => {
package/build/main.mjs CHANGED
@@ -3166,7 +3166,7 @@ var ModalContentRenderer = {
3166
3166
  };
3167
3167
 
3168
3168
  // src/dynamicFlow/telemetry/app-version.ts
3169
- var appVersion = "4.12.4";
3169
+ var appVersion = "4.12.5";
3170
3170
 
3171
3171
  // src/dynamicFlow/telemetry/getLogEvent.ts
3172
3172
  var getLogEvent = (onLog) => (level, message, extra) => {
@@ -1,4 +1,4 @@
1
- import type { StoryObj, Meta } from '@storybook/react';
1
+ import type { StoryObj, Meta } from '@storybook/react-vite';
2
2
  declare function DynamicFlowRenderer({ initialStepName, revampEnabled, }: {
3
3
  initialStepName?: string;
4
4
  revampEnabled?: boolean;
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
1
+ import type { Meta, StoryObj } from '@storybook/react-vite';
2
2
  declare function DynamicFormStory(): import("react/jsx-runtime").JSX.Element;
3
3
  declare const meta: Meta<typeof DynamicFormStory>;
4
4
  export declare const AllFixtures: StoryObj<typeof DynamicFormStory>;
@@ -1,5 +1,5 @@
1
1
  import DynamicFlowSideBySide from './utils/DynamicFlowSideBySide';
2
- import { StoryObj } from '@storybook/react';
2
+ import { StoryObj } from '@storybook/react-vite';
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: typeof DynamicFlowSideBySide;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import DynamicFlowSideBySide from './utils/DynamicFlowSideBySide';
3
3
  declare const meta: Meta<typeof DynamicFlowSideBySide>;
4
4
  export default meta;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "4.12.4",
3
+ "version": "4.12.6-exp-vite-sb9-fc3b25d",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -30,39 +30,32 @@
30
30
  "url": "git+https://github.com/transferwise/dynamic-flow.git"
31
31
  },
32
32
  "devDependencies": {
33
- "@babel/core": "7.27.1",
33
+ "@babel/core": "7.27.3",
34
34
  "@babel/plugin-syntax-flow": "7.27.1",
35
35
  "@babel/plugin-transform-react-jsx": "7.27.1",
36
36
  "@babel/preset-env": "7.27.2",
37
37
  "@babel/preset-react": "7.27.1",
38
38
  "@babel/preset-typescript": "7.27.1",
39
- "@chromatic-com/storybook": "3.2.6",
39
+ "@chromatic-com/storybook": "4.0.0",
40
40
  "@formatjs/cli": "^6.7.1",
41
- "@storybook/addon-a11y": "^8.6.14",
42
- "@storybook/addon-actions": "^8.6.14",
43
- "@storybook/addon-essentials": "^8.6.14",
44
- "@storybook/addon-interactions": "^8.6.14",
45
- "@storybook/addon-links": "^8.6.14",
46
- "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
47
- "@storybook/react": "^8.6.14",
48
- "@storybook/react-webpack5": "^8.6.14",
49
- "@storybook/test": "^8.6.14",
41
+ "@storybook/react-vite": "9.0.4",
50
42
  "@testing-library/dom": "10.4.0",
51
43
  "@testing-library/jest-dom": "6.6.3",
52
44
  "@testing-library/react": "16.3.0",
53
45
  "@testing-library/user-event": "14.6.1",
54
- "@transferwise/components": "46.97.2",
46
+ "@transferwise/components": "46.97.5",
55
47
  "@transferwise/formatting": "^2.13.1",
56
- "@transferwise/icons": "3.21.0",
48
+ "@transferwise/icons": "3.22.0",
57
49
  "@transferwise/neptune-css": "14.24.4",
58
50
  "@types/jest": "29.5.14",
59
- "@types/react": "18.3.21",
51
+ "@types/react": "18.3.23",
60
52
  "@types/react-dom": "18.3.7",
61
- "@wise/art": "2.20.2",
62
- "@wise/components-theming": "^1.6.2",
53
+ "@wise/art": "2.21.2",
54
+ "@wise/components-theming": "^1.6.3",
63
55
  "babel-jest": "29.7.0",
64
56
  "currency-flags": "4.0.7",
65
- "esbuild": "0.25.4",
57
+ "esbuild": "0.25.5",
58
+ "eslint-plugin-storybook": "9.0.4",
66
59
  "jest": "29.7.0",
67
60
  "jest-environment-jsdom": "29.7.0",
68
61
  "jest-fetch-mock": "^3.0.3",
@@ -74,16 +67,15 @@
74
67
  "react": "18.3.1",
75
68
  "react-dom": "18.3.1",
76
69
  "react-intl": "6.8.9",
77
- "storybook": "^8.6.14",
70
+ "storybook": "^9.0.4",
78
71
  "stylelint": "16.19.1",
79
72
  "stylelint-config-standard": "36.0.1",
80
73
  "stylelint-no-unsupported-browser-features": "8.0.4",
81
74
  "stylelint-value-no-unknown-custom-properties": "6.0.1",
82
75
  "tsx": "4.19.4",
83
76
  "typescript": "5.8.3",
84
- "webpack": "5.99.8",
85
77
  "@wise/dynamic-flow-fixtures": "0.0.1",
86
- "@wise/dynamic-flow-types": "3.3.4",
78
+ "@wise/dynamic-flow-types": "3.3.5",
87
79
  "@wise/dynamic-flow-renderers": "0.0.0"
88
80
  },
89
81
  "peerDependencies": {
@@ -93,14 +85,14 @@
93
85
  "@transferwise/neptune-css": "^14.22.0",
94
86
  "@wise/art": "^2.19.0",
95
87
  "@wise/components-theming": "^0.7.1 || ^1",
88
+ "react": "^18",
96
89
  "react-dom": "^18",
97
- "react-intl": "^6",
98
- "react": "^18"
90
+ "react-intl": "^6"
99
91
  },
100
92
  "dependencies": {
101
93
  "classnames": "2.5.1",
102
- "@wise/dynamic-flow-client": "4.5.6",
103
- "@wise/dynamic-flow-types": "3.3.4"
94
+ "@wise/dynamic-flow-client": "4.5.8-exp-vite-sb9-fc3b25d",
95
+ "@wise/dynamic-flow-types": "3.3.5"
104
96
  },
105
97
  "scripts": {
106
98
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",