Sha256: a8d645e1df7c25d4d6c8adc42c5ff8c588ac6a5d2c1199a0398b9c2a1f083daa
Contents?: true
Size: 1.2 KB
Versions: 615
Compression:
Stored size: 1.2 KB
Contents
import colors from '../tokens/exports/_colors.scss' import typography from '../tokens/exports/_typography.scss' const pbIndicator = { title: { fontFamily: typography.font_family_base, color: colors.text_lt_light, fontSizes: { big: typography.text_large, medium: typography.text_base, small: typography.text_small, micro: typography.text_small, }, }, secondaryTitle: { color: colors.text_lt_light, fontFamily: typography.font_family_base, fontSizes: { big: typography.text_large, medium: typography.text_base, small: typography.text_small, micro: typography.text_small, }, }, value: { fontFamily: typography.font_family_base, color: colors.text_lt_default, fontWeight: typography.lighter, fontSizes: { big: typography.heading_1, medium: typography.heading_1, small: typography.text_base, micro: typography.text_small, }, }, secondaryValue: { fontFamily: typography.font_family_base, fontSizes: { big: typography.text_large, medium: typography.text_base, small: typography.text_small, micro: typography.text_small, }, }, } export default pbIndicator
Version data entries
615 entries across 615 versions & 1 rubygems