@razorpay/blade 10.18.0 → 10.18.1
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.development.web.js +1 -1
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.production.web.js +1 -1
- package/build/components/index.production.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 +2 -1
|
@@ -19396,7 +19396,7 @@ var StyledCarouselItem = /*#__PURE__*/styled(BaseBox).withConfig({
|
|
|
19396
19396
|
}, isResponsive && {
|
|
19397
19397
|
width: '100%',
|
|
19398
19398
|
scrollSnapAlign: isMobile || !shouldAddStartEndSpacing ? 'start' : 'center',
|
|
19399
|
-
marginLeft: shouldHaveStartSpacing ? '
|
|
19399
|
+
marginLeft: shouldHaveStartSpacing ? '40%' : 0
|
|
19400
19400
|
});
|
|
19401
19401
|
});
|
|
19402
19402
|
var _CarouselItem = function _CarouselItem(_ref2) {
|