@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.mjs
CHANGED
|
@@ -1843,7 +1843,6 @@ const Panel = /*#__PURE__*/forwardRef(function Panel({
|
|
|
1843
1843
|
name: 'flip',
|
|
1844
1844
|
options: {
|
|
1845
1845
|
// @ts-expect-error - Popper has padding for flip config
|
|
1846
|
-
padding: -16,
|
|
1847
1846
|
fallbackPlacements: fallbackPlacements[position]
|
|
1848
1847
|
}
|
|
1849
1848
|
});
|
|
@@ -2032,8 +2031,8 @@ function SelectOption({
|
|
|
2032
2031
|
onClick: handleOnClick(!showOptions)
|
|
2033
2032
|
})
|
|
2034
2033
|
}), /*#__PURE__*/jsx(ResponsivePanel, {
|
|
2035
|
-
altAxis: true,
|
|
2036
2034
|
anchorWidth: true,
|
|
2035
|
+
altAxis: true,
|
|
2037
2036
|
anchorRef: rootRef,
|
|
2038
2037
|
open: showOptions,
|
|
2039
2038
|
position: Position.BOTTOM,
|