@wise/dynamic-flow-client-internal 4.16.0-exp-modal-renderer-c6d2baa → 4.16.0

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.
@@ -1,5 +1,5 @@
1
1
  import type { DynamicFlowProps as DynamicFlowCoreLegacyProps, DynamicFlowRevampProps as DynamicFlowCoreRevampProps, DynamicFlowLegacyPropsWithInitialAction, DynamicFlowLegacyPropsWithInitialStep, DynamicFlowRevampPropsWithInitialAction, DynamicFlowRevampPropsWithInitialStep, DynamicFormController } from '@wise/dynamic-flow-client';
2
- import type { Theming } from '@wise/components-theming';
2
+ import { Theming } from '@wise/components-theming';
3
3
  /**
4
4
  * @deprecated Use DynamicFlowRevampProps instead. See https://transferwise.atlassian.net/wiki/x/B0FJwg
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "4.16.0-exp-modal-renderer-c6d2baa",
3
+ "version": "4.16.0",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -74,9 +74,9 @@
74
74
  "stylelint-value-no-unknown-custom-properties": "6.0.1",
75
75
  "tsx": "4.20.3",
76
76
  "typescript": "5.8.3",
77
- "@wise/dynamic-flow-fixtures": "0.0.1",
78
77
  "@wise/dynamic-flow-renderers": "0.0.0",
79
- "@wise/dynamic-flow-types": "3.8.0-exp-modal-renderer-c6d2baa"
78
+ "@wise/dynamic-flow-types": "3.7.0",
79
+ "@wise/dynamic-flow-fixtures": "0.0.1"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@transferwise/components": "^46.92.0",
@@ -91,8 +91,8 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "classnames": "2.5.1",
94
- "@wise/dynamic-flow-client": "4.9.0-exp-modal-renderer-c6d2baa",
95
- "@wise/dynamic-flow-types": "3.8.0-exp-modal-renderer-c6d2baa"
94
+ "@wise/dynamic-flow-client": "4.8.7",
95
+ "@wise/dynamic-flow-types": "3.7.0"
96
96
  },
97
97
  "scripts": {
98
98
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",