@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (11 loc) • 507 B
JavaScript
var CAROUSEL_AUTOPLAY_INTERVAL = 6000;
/*
Button have width of 34px in desktop , value from left /right should be 34px/2 = 17px.
In mobile we have 24px width of button , value from left /right should be 24px/2 = 12px. (but currently we don't support overlap in mobile)
*/
var CAROUSEL_SIDE_OVERLAP_VALUE_OFFSET = '-17px';
var componentIds = {
CarouselItem: 'CarouselItem'
};
export { CAROUSEL_AUTOPLAY_INTERVAL, CAROUSEL_SIDE_OVERLAP_VALUE_OFFSET, componentIds };
//# sourceMappingURL=constants.js.map