@wise/dynamic-flow-client-internal 3.11.5 → 3.11.6

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.
@@ -7,8 +7,8 @@ export type DynamicFlowLegacyProps = (Omit<DynamicFlowPropsWithInitialAction, 'h
7
7
  export type DynamicFlowRevampProps = (Omit<DynamicFlowRevampPropsWithInitialAction, 'httpClient'> | Omit<DynamicFlowRevampPropsWithInitialStep, 'httpClient'>) & {
8
8
  customFetch?: DynamicFlowCoreRevampProps['httpClient'];
9
9
  };
10
- export declare function DynamicFlowLegacy(props: DynamicFlowLegacyProps): JSX.Element;
11
- export declare function DynamicFlowRevamp(props: DynamicFlowRevampProps): JSX.Element;
10
+ export declare function DynamicFlowLegacy(props: DynamicFlowLegacyProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function DynamicFlowRevamp(props: DynamicFlowRevampProps): import("react/jsx-runtime").JSX.Element;
12
12
  /**
13
13
  * DynamicFragment is like DynamicFlowRevamp, but it also accepts a ForwardedRef.
14
14
  * This ref conforms to the DynamicFragmentController type, containing two functions: `getValue` and `validate`.
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import type { StoryObj, Meta } from '@storybook/react';
3
2
  declare function DynamicFlowRenderer({ initialStepName, revampEnabled, }: {
4
3
  initialStepName?: string;
5
4
  revampEnabled?: boolean;
6
- }): JSX.Element;
5
+ }): import("react/jsx-runtime").JSX.Element;
7
6
  declare const meta: Meta<typeof DynamicFlowRenderer>;
8
7
  export declare const AllFixtures: StoryObj<typeof DynamicFlowRenderer>;
9
8
  export default meta;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  import type { Meta, StoryObj } from '@storybook/react';
3
- declare function DynamicFragmentStory(): JSX.Element;
2
+ declare function DynamicFragmentStory(): import("react/jsx-runtime").JSX.Element;
4
3
  declare const meta: Meta<typeof DynamicFragmentStory>;
5
4
  export declare const AllFixtures: StoryObj<typeof DynamicFragmentStory>;
6
5
  export default meta;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  export declare function Editable({ initialStepName }: {
3
2
  initialStepName?: string;
4
- }): JSX.Element;
3
+ }): import("react/jsx-runtime").JSX.Element;
5
4
  declare const _default: {
6
5
  component: typeof Editable;
7
6
  title: string;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import type { Step } from '@wise/dynamic-flow-client';
3
2
  declare function DynamicFlowSideBySide({ key, initialStep }: {
4
3
  key: string;
5
4
  initialStep: Step;
6
- }): JSX.Element;
5
+ }): import("react/jsx-runtime").JSX.Element;
7
6
  export default DynamicFlowSideBySide;
@@ -1,5 +1,5 @@
1
1
  import type * as React from 'react';
2
2
  declare function NeptuneProviders({ children }: {
3
3
  children: React.ReactNode;
4
- }): JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
5
  export default NeptuneProviders;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "3.11.5",
3
+ "version": "3.11.6",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.min.js",
@@ -19,24 +19,24 @@
19
19
  "url": "git+https://github.com/transferwise/dynamic-flow.git"
20
20
  },
21
21
  "devDependencies": {
22
- "@babel/core": "7.24.4",
23
- "@babel/plugin-syntax-flow": "7.24.1",
24
- "@babel/plugin-transform-react-jsx": "7.23.4",
25
- "@babel/preset-env": "7.24.4",
26
- "@babel/preset-react": "7.24.1",
27
- "@babel/preset-typescript": "7.24.1",
28
- "@formatjs/cli": "^6.2.9",
29
- "@storybook/addon-a11y": "7.6.17",
30
- "@storybook/addon-actions": "7.6.17",
31
- "@storybook/addon-essentials": "7.6.17",
32
- "@storybook/addon-interactions": "7.6.17",
33
- "@storybook/addon-links": "7.6.17",
34
- "@storybook/react": "7.6.17",
35
- "@storybook/react-webpack5": "7.6.17",
22
+ "@babel/core": "7.24.7",
23
+ "@babel/plugin-syntax-flow": "7.24.7",
24
+ "@babel/plugin-transform-react-jsx": "7.24.7",
25
+ "@babel/preset-env": "7.24.7",
26
+ "@babel/preset-react": "7.24.7",
27
+ "@babel/preset-typescript": "7.24.7",
28
+ "@formatjs/cli": "^6.2.12",
29
+ "@storybook/addon-a11y": "7.6.19",
30
+ "@storybook/addon-actions": "7.6.19",
31
+ "@storybook/addon-essentials": "7.6.19",
32
+ "@storybook/addon-interactions": "7.6.19",
33
+ "@storybook/addon-links": "7.6.19",
34
+ "@storybook/react": "7.6.19",
35
+ "@storybook/react-webpack5": "7.6.19",
36
36
  "@storybook/testing-library": "0.2.2",
37
37
  "@testing-library/dom": "9.3.4",
38
- "@testing-library/jest-dom": "6.4.2",
39
- "@testing-library/react": "14.3.0",
38
+ "@testing-library/jest-dom": "6.4.6",
39
+ "@testing-library/react": "14.3.1",
40
40
  "@testing-library/react-hooks": "8.0.1",
41
41
  "@testing-library/user-event": "14.5.2",
42
42
  "@transferwise/components": "46.36.0",
@@ -44,8 +44,8 @@
44
44
  "@transferwise/icons": "3.13.0",
45
45
  "@transferwise/neptune-css": "14.10.0",
46
46
  "@types/jest": "29.5.12",
47
- "@types/react": "18",
48
- "@types/react-dom": "18",
47
+ "@types/react": "18.3.3",
48
+ "@types/react-dom": "18.3.0",
49
49
  "@wise/art": "2.7.0",
50
50
  "@wise/components-theming": "^1.3.0",
51
51
  "@wise/forms": "0.3.4",
@@ -60,18 +60,18 @@
60
60
  "postcss": "^8.4.38",
61
61
  "postcss-cli": "^10.1.0",
62
62
  "postcss-import": "^15.1.0",
63
- "react": "18.2.0",
64
- "react-dom": "18.2.0",
65
- "react-intl": "6.6.5",
66
- "storybook": "7.6.17",
67
- "stylelint": "16.3.1",
63
+ "react": "18.3.1",
64
+ "react-dom": "18.3.1",
65
+ "react-intl": "6.6.8",
66
+ "storybook": "7.6.19",
67
+ "stylelint": "16.6.1",
68
68
  "stylelint-config-standard": "36.0.0",
69
69
  "stylelint-no-unsupported-browser-features": "5.0.4",
70
70
  "stylelint-value-no-unknown-custom-properties": "6.0.1",
71
- "typescript": "5.1.6",
72
- "webpack": "5.91.0",
71
+ "typescript": "5.4.5",
72
+ "webpack": "5.92.0",
73
73
  "@wise/dynamic-flow-fixtures": "0.0.1",
74
- "@wise/dynamic-flow-types": "2.15.1"
74
+ "@wise/dynamic-flow-types": "2.15.2"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "react": "^18",
@@ -79,7 +79,7 @@
79
79
  "react-intl": "^6"
80
80
  },
81
81
  "dependencies": {
82
- "@wise/dynamic-flow-client": "3.11.5"
82
+ "@wise/dynamic-flow-client": "3.11.6"
83
83
  },
84
84
  "scripts": {
85
85
  "dev": "storybook dev -p 3005",