@transferwise/components 0.0.0-experimental-a213c0c → 0.0.0-experimental-ae7816b

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/index.mjs CHANGED
@@ -1969,6 +1969,7 @@ function SelectOption({
1969
1969
  return /*#__PURE__*/jsxs(Fragment, {
1970
1970
  children: [/*#__PURE__*/jsx(Option$2, {
1971
1971
  ref: rootRef,
1972
+ showMediaAtAllSizes: true,
1972
1973
  media: isSelected ? selected.media : props.media,
1973
1974
  title: isSelected ? selected.title : props.title,
1974
1975
  content: isSelected ? selected.content : props.content,