@transferwise/components 0.0.0-experimental-abfc5a7 → 0.0.0-experimental-d69faf3

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
@@ -1872,7 +1872,6 @@ const Panel = /*#__PURE__*/React.forwardRef(function Panel({
1872
1872
  name: 'flip',
1873
1873
  options: {
1874
1874
  // @ts-expect-error - Popper has padding for flip config
1875
- padding: -16,
1876
1875
  fallbackPlacements: fallbackPlacements[position]
1877
1876
  }
1878
1877
  });
@@ -2061,8 +2060,8 @@ function SelectOption({
2061
2060
  onClick: handleOnClick(!showOptions)
2062
2061
  })
2063
2062
  }), /*#__PURE__*/jsxRuntime.jsx(ResponsivePanel, {
2064
- altAxis: true,
2065
2063
  anchorWidth: true,
2064
+ altAxis: true,
2066
2065
  anchorRef: rootRef,
2067
2066
  open: showOptions,
2068
2067
  position: exports.Position.BOTTOM,