@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
72 lines • 3.07 kB
JavaScript
module.exports = {
/* Variable spacing token for size X Large */
varSpacingXLarge: "1rem",
/* Variable horizontal spacing token for size Small */
varSpacingHorizontalSmall: "0.5rem",
/* Variable horizontal spacing token for size XX Large */
varSpacingHorizontalXxLarge: "1.5rem",
/* Variable typography token for font size 10 */
varFontSize10: "2rem",
/* Variable vertical spacing token for size Large */
varSpacingVerticalLarge: "0.75rem",
/* Variable typography token for font size 11 */
varFontSize11: "2.625rem",
/* Variable spacing token for size Large */
varSpacingLarge: "0.75rem",
/* Variable spacing token for size Medium */
varSpacingMedium: "0.5rem",
/* Variable vertical spacing token for size Medium */
varSpacingVerticalMedium: "0.5rem",
/* Variable typography token for font size 1 */
varFontSize1: "0.625rem",
/* Variable vertical spacing token for size X Small */
varSpacingVerticalXSmall: "0.25rem",
/* Variable vertical spacing token for size XXX Small */
varSpacingVerticalXxxSmall: "0.125rem",
/* Variable typography token for font size 2 */
varFontSize2: "0.75rem",
/* Variable spacing token for size X Small */
varSpacingXSmall: "0.125rem",
/* Variable spacing token for size XXX Small */
varSpacingXxxSmall: "0.125rem",
/* Variable typography token for font size 3 */
varFontSize3: "0.8125rem",
/* Variable horizontal spacing token for size X Large */
varSpacingHorizontalXLarge: "1rem",
/* Variable typography token for font size 4 */
varFontSize4: "0.875rem",
/* Variable typography token for font size 5 */
varFontSize5: "0.875rem",
/* Variable horizontal spacing token for size XX Small */
varSpacingHorizontalXxSmall: "0.125rem",
/* Variable typography token for font size 6 */
varFontSize6: "1rem",
/* Variable spacing token for size XX Large */
varSpacingXxLarge: "1.5rem",
/* Variable typography token for font size 7 */
varFontSize7: "1.25rem",
/* Variable vertical spacing token for size XX Large */
varSpacingVerticalXxLarge: "1.5rem",
/* Variable typography token for font size 8 */
varFontSize8: "1.25rem",
/* Variable vertical spacing token for size Small */
varSpacingVerticalSmall: "0.5rem",
/* Variable typography token for font size 9 */
varFontSize9: "1.75rem",
/* Variable spacing token for size Small */
varSpacingSmall: "0.25rem",
/* Variable horizontal spacing token for size Large */
varSpacingHorizontalLarge: "0.75rem",
/* Variable horizontal spacing token for size XXX Small */
varSpacingHorizontalXxxSmall: "0.125rem",
/* Variable horizontal spacing token for size X Small */
varSpacingHorizontalXSmall: "0.25rem",
/* Variable spacing token for size XX Small */
varSpacingXxSmall: "0.125rem",
/* Variable horizontal spacing token for size Medium */
varSpacingHorizontalMedium: "0.75rem",
/* Variable vertical spacing token for size XX Small */
varSpacingVerticalXxSmall: "0.125rem",
/* Variable vertical spacing token for size X Large */
varSpacingVerticalXLarge: "1rem",
};