@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.js CHANGED
@@ -1999,6 +1999,7 @@ function SelectOption({
1999
1999
  return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
2000
2000
  children: [/*#__PURE__*/jsxRuntime.jsx(Option$2, {
2001
2001
  ref: rootRef,
2002
+ showMediaAtAllSizes: true,
2002
2003
  media: isSelected ? selected.media : props.media,
2003
2004
  title: isSelected ? selected.title : props.title,
2004
2005
  content: isSelected ? selected.content : props.content,