@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.
@@ -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 ? '100%' : 0
19399
+ marginLeft: shouldHaveStartSpacing ? '40%' : 0
19400
19400
  });
19401
19401
  });
19402
19402
  var _CarouselItem = function _CarouselItem(_ref2) {