@wise/dynamic-flow-client 4.18.3 → 4.18.4

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
@@ -1696,7 +1696,7 @@ var multiSelectInputComponentToProps = (component, rendererMapperProps) => {
1696
1696
  autoComplete,
1697
1697
  maxItems,
1698
1698
  minItems,
1699
- options,
1699
+ options: options.map((option) => __spreadValues(__spreadValues({}, option), mapMediaToLegacyProps(option.media))),
1700
1700
  selectedIndices,
1701
1701
  onSelect: onSelect.bind(component)
1702
1702
  });
package/build/main.mjs CHANGED
@@ -1653,7 +1653,7 @@ var multiSelectInputComponentToProps = (component, rendererMapperProps) => {
1653
1653
  autoComplete,
1654
1654
  maxItems,
1655
1655
  minItems,
1656
- options,
1656
+ options: options.map((option) => __spreadValues(__spreadValues({}, option), mapMediaToLegacyProps(option.media))),
1657
1657
  selectedIndices,
1658
1658
  onSelect: onSelect.bind(component)
1659
1659
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client",
3
- "version": "4.18.3",
3
+ "version": "4.18.4",
4
4
  "description": "Dynamic Flow web client",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -78,8 +78,8 @@
78
78
  "stylelint-value-no-unknown-custom-properties": "6.0.1",
79
79
  "tsx": "4.20.5",
80
80
  "typescript": "5.9.2",
81
- "@wise/dynamic-flow-fixtures": "0.0.1",
82
- "@wise/dynamic-flow-renderers": "0.0.0"
81
+ "@wise/dynamic-flow-renderers": "0.0.0",
82
+ "@wise/dynamic-flow-fixtures": "0.0.1"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "@transferwise/components": "^46.104.0",