@sproutsocial/seeds-typography
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -0,21 +1,59 @@ | ||
'use strict'; | ||
module.exports = { | ||
"TYPOGRAPHY_FAMILY": "system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif", | ||
"TYPOGRAPHY_FAMILY_PROXIMA": "\"Proxima Nova\", proxima-nova, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Helvetica, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"", | ||
"TYPOGRAPHY_FAMILY_RECOLETA": "\"Recoleta\", recoleta, proxima-nova, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Helvetica, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"", | ||
"TYPOGRAPHY_SIZE_100": 11, | ||
"TYPOGRAPHY_SIZE_200": 13, | ||
"TYPOGRAPHY_SIZE_300": 16, | ||
"TYPOGRAPHY_SIZE_400": 18, | ||
"TYPOGRAPHY_SIZE_500": 21, | ||
"TYPOGRAPHY_SIZE_600": 24, | ||
"TYPOGRAPHY_SIZE_700": 32, | ||
"TYPOGRAPHY_SIZE_800": 43, | ||
"TYPOGRAPHY_SIZE_900": 57, | ||
"TYPOGRAPHY_SIZE_1000": 76, | ||
"TYPOGRAPHY_SIZE_1100": 101, | ||
"TYPOGRAPHY_SIZE_1200": 135, | ||
"TYPOGRAPHY_WEIGHT_NORMAL": 400, | ||
"TYPOGRAPHY_WEIGHT_SEMIBOLD": 600, | ||
"TYPOGRAPHY_WEIGHT_BOLD": 700, | ||
"TYPOGRAPHY_WEIGHT_EXTRA_BOLD": 800 | ||
}; | ||
TYPOGRAPHY_FAMILY: 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif', | ||
TYPOGRAPHY_FAMILY_PROXIMA: '"Proxima Nova", proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"', | ||
TYPOGRAPHY_FAMILY_RECOLETA: '"Recoleta", recoleta, proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"', | ||
TYPOGRAPHY_SIZE_100: { | ||
fontSize: '11px', | ||
lineHeight: '18.666666666666668px' | ||
}, | ||
TYPOGRAPHY_SIZE_200: { | ||
fontSize: '13px', | ||
lineHeight: '21.333333333333332px' | ||
}, | ||
TYPOGRAPHY_SIZE_300: { | ||
fontSize: '16px', | ||
lineHeight: '24px' | ||
}, | ||
TYPOGRAPHY_SIZE_400: { | ||
fontSize: '18px', | ||
lineHeight: '26.666666666666668px' | ||
}, | ||
TYPOGRAPHY_SIZE_500: { | ||
fontSize: '21px', | ||
lineHeight: '29.333333333333332px' | ||
}, | ||
TYPOGRAPHY_SIZE_600: { | ||
fontSize: '24px', | ||
lineHeight: '32px' | ||
}, | ||
TYPOGRAPHY_SIZE_700: { | ||
fontSize: '32px', | ||
lineHeight: '40px' | ||
}, | ||
TYPOGRAPHY_SIZE_800: { | ||
fontSize: '43px', | ||
lineHeight: '50.666666666666664px' | ||
}, | ||
TYPOGRAPHY_SIZE_900: { | ||
fontSize: '57px', | ||
lineHeight: '64px' | ||
}, | ||
TYPOGRAPHY_SIZE_1000: { | ||
fontSize: '76px', | ||
lineHeight: '80px' | ||
}, | ||
TYPOGRAPHY_SIZE_1100: { | ||
fontSize: '101px', | ||
lineHeight: '101.33333333333333px' | ||
}, | ||
TYPOGRAPHY_SIZE_1200: { | ||
fontSize: '135px', | ||
lineHeight: '125.33333333333333px' | ||
}, | ||
TYPOGRAPHY_WEIGHT_NORMAL: '400', | ||
TYPOGRAPHY_WEIGHT_SEMIBOLD: '600', | ||
TYPOGRAPHY_WEIGHT_BOLD: '700', | ||
TYPOGRAPHY_WEIGHT_EXTRA_BOLD: '800' | ||
}; |
{ | ||
"name": "@sproutsocial/seeds-typography", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Seeds Typography Tokens", | ||
@@ -5,0 +5,0 @@ "main": "dist/seeds-typography.js", |
16375
381