@razorpay/blade 8.8.2 → 8.8.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/components/index.web.js +3 -2
- package/build/components/index.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +1 -1
- package/build/css/bankingThemeLightMobile.css +1 -1
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +1 -1
- package/build/css/paymentThemeLightMobile.css +1 -1
- package/package.json +1 -1
|
@@ -21602,8 +21602,9 @@ var _DropdownOverlay = function _DropdownOverlay(_ref) {
|
|
|
21602
21602
|
return /*#__PURE__*/jsx(BaseBox, {
|
|
21603
21603
|
position: "relative",
|
|
21604
21604
|
children: /*#__PURE__*/jsx(StyledDropdownOverlay, _objectSpread$E(_objectSpread$E({
|
|
21605
|
-
width: isMenu ? undefined : width,
|
|
21606
|
-
|
|
21605
|
+
width: isMenu ? undefined : width // In SelectInput, Overlay should always take width of Input
|
|
21606
|
+
,
|
|
21607
|
+
minWidth: isMenu ? '240px' : undefined // in SelectInput, we don't want to set maxWidth because it takes width according to the trigger
|
|
21607
21608
|
,
|
|
21608
21609
|
maxWidth: isMenu ? '400px' : undefined,
|
|
21609
21610
|
left: isMenu ? 'spacing.0' : undefined,
|