@razorpay/blade
Version:
The Design System that powers Razorpay
34 lines (32 loc) • 764 B
JavaScript
var emptyStateSizeTokens = {
small: {
assetMaxWidth: '60px',
assetMaxHeight: '60px',
titleSize: 'small',
descriptionSize: 'xsmall',
gapBetweenSections: 'spacing.5'
},
medium: {
assetMaxWidth: '90px',
assetMaxHeight: '90px',
titleSize: 'small',
descriptionSize: 'small',
gapBetweenSections: 'spacing.6'
},
large: {
assetMaxWidth: '120px',
assetMaxHeight: '120px',
titleSize: 'medium',
descriptionSize: 'medium',
gapBetweenSections: 'spacing.7'
},
xlarge: {
assetMaxWidth: '160px',
assetMaxHeight: '160px',
titleSize: 'xlarge',
descriptionSize: 'large',
gapBetweenSections: 'spacing.8'
}
};
export { emptyStateSizeTokens };
//# sourceMappingURL=emptyStateTokens.js.map