@razorpay/blade
Version:
The Design System that powers Razorpay
28 lines (25 loc) • 678 B
JavaScript
import '../../tokens/global/index.js';
import { size } from '../../tokens/global/size.js';
var modalMaxWidth = {
small: size[400],
medium: size[760],
large: size[1024]
};
var modalMinWidth = 320;
var modalMaxHeight = {
small: '80vh',
medium: '80vh',
large: '80vh',
full: '100vh'
};
var modalResponsiveScreenGap = size[48];
var modalBorderRadius = 'large';
var modalMargin = {
small: size[0],
medium: size[0],
large: size[0],
full: size[8]
};
var scrollOverlayHeight = size[56];
export { modalBorderRadius, modalMargin, modalMaxHeight, modalMaxWidth, modalMinWidth, modalResponsiveScreenGap, scrollOverlayHeight };
//# sourceMappingURL=modalTokens.js.map