@lokalise/token-dictionary
Advanced tools
Comparing version
@@ -28,3 +28,2 @@ /** | ||
export const FontSizeCaption: string; | ||
export const FontSizeTiny: string; | ||
export const FontLineHeightHeading1: string; | ||
@@ -37,3 +36,2 @@ export const FontLineHeightHeading2: string; | ||
export const FontLineHeightCaption: string; | ||
export const FontLineHeightTiny: string; | ||
export const FontDecorationUnderline: string; | ||
@@ -118,10 +116,2 @@ export const MotionStandard: string; | ||
export const TypographyBodyCaptionStrongLineHeight: string; | ||
export const TypographyBodyTinyDefaultFontFamily: string; | ||
export const TypographyBodyTinyDefaultFontWeight: string; | ||
export const TypographyBodyTinyDefaultFontSize: string; | ||
export const TypographyBodyTinyDefaultLineHeight: string; | ||
export const TypographyBodyTinyStrongFontFamily: string; | ||
export const TypographyBodyTinyStrongFontWeight: string; | ||
export const TypographyBodyTinyStrongFontSize: string; | ||
export const TypographyBodyTinyStrongLineHeight: string; | ||
export const TypographyBodyLinkDefaultFontFamily: string; | ||
@@ -128,0 +118,0 @@ export const TypographyBodyLinkDefaultFontWeight: string; |
@@ -29,3 +29,2 @@ /** | ||
export const FontSizeCaption = "0.625rem"; | ||
export const FontSizeTiny = "0.5rem"; | ||
export const FontLineHeightHeading1 = "2rem"; | ||
@@ -38,3 +37,2 @@ export const FontLineHeightHeading2 = "1.75rem"; | ||
export const FontLineHeightCaption = "0.875rem"; | ||
export const FontLineHeightTiny = "0.75rem"; | ||
export const FontDecorationUnderline = "underline"; | ||
@@ -141,12 +139,2 @@ export const MotionStandard = "cubic-bezier(0.5, 0, 0.1, 1)"; | ||
export const TypographyBodyCaptionStrongLineHeight = "0.875rem"; | ||
export const TypographyBodyTinyDefaultFontFamily = | ||
"Inter, system-ui, sans-serif"; | ||
export const TypographyBodyTinyDefaultFontWeight = "400"; | ||
export const TypographyBodyTinyDefaultFontSize = "0.5rem"; | ||
export const TypographyBodyTinyDefaultLineHeight = "0.75rem"; | ||
export const TypographyBodyTinyStrongFontFamily = | ||
"Inter, system-ui, sans-serif"; | ||
export const TypographyBodyTinyStrongFontWeight = "500"; | ||
export const TypographyBodyTinyStrongFontSize = "0.5rem"; | ||
export const TypographyBodyTinyStrongLineHeight = "0.75rem"; | ||
export const TypographyBodyLinkDefaultFontFamily = | ||
@@ -153,0 +141,0 @@ "Inter, system-ui, sans-serif"; |
@@ -32,4 +32,3 @@ export const theme: { | ||
"small": string, | ||
"caption": string, | ||
"tiny": string | ||
"caption": string | ||
}, | ||
@@ -43,4 +42,3 @@ "line-height": { | ||
"small": string, | ||
"caption": string, | ||
"tiny": string | ||
"caption": string | ||
}, | ||
@@ -183,16 +181,2 @@ "decoration": { | ||
}, | ||
"tiny": { | ||
"default": { | ||
"fontFamily": string, | ||
"fontWeight": string, | ||
"fontSize": string, | ||
"lineHeight": string | ||
}, | ||
"strong": { | ||
"fontFamily": string, | ||
"fontWeight": string, | ||
"fontSize": string, | ||
"lineHeight": string | ||
} | ||
}, | ||
"link": { | ||
@@ -199,0 +183,0 @@ "default": { |
@@ -32,4 +32,3 @@ export const theme = { | ||
"small": "0.75rem", | ||
"caption": "0.625rem", | ||
"tiny": "0.5rem" | ||
"caption": "0.625rem" | ||
}, | ||
@@ -43,4 +42,3 @@ "line-height": { | ||
"small": "1rem", | ||
"caption": "0.875rem", | ||
"tiny": "0.75rem" | ||
"caption": "0.875rem" | ||
}, | ||
@@ -199,16 +197,2 @@ "decoration": { | ||
}, | ||
"tiny": { | ||
"default": { | ||
"fontFamily": "Inter, system-ui, sans-serif", | ||
"fontWeight": "400", | ||
"fontSize": "0.5rem", | ||
"lineHeight": "0.75rem" | ||
}, | ||
"strong": { | ||
"fontFamily": "Inter, system-ui, sans-serif", | ||
"fontWeight": "500", | ||
"fontSize": "0.5rem", | ||
"lineHeight": "0.75rem" | ||
} | ||
}, | ||
"link": { | ||
@@ -215,0 +199,0 @@ "default": { |
@@ -28,3 +28,2 @@ /** | ||
export const FontSizeCaption: string; | ||
export const FontSizeTiny: string; | ||
export const FontLineHeightHeading1: string; | ||
@@ -37,3 +36,2 @@ export const FontLineHeightHeading2: string; | ||
export const FontLineHeightCaption: string; | ||
export const FontLineHeightTiny: string; | ||
export const FontDecorationUnderline: string; | ||
@@ -118,10 +116,2 @@ export const MotionStandard: string; | ||
export const TypographyBodyCaptionStrongLineHeight: string; | ||
export const TypographyBodyTinyDefaultFontFamily: string; | ||
export const TypographyBodyTinyDefaultFontWeight: string; | ||
export const TypographyBodyTinyDefaultFontSize: string; | ||
export const TypographyBodyTinyDefaultLineHeight: string; | ||
export const TypographyBodyTinyStrongFontFamily: string; | ||
export const TypographyBodyTinyStrongFontWeight: string; | ||
export const TypographyBodyTinyStrongFontSize: string; | ||
export const TypographyBodyTinyStrongLineHeight: string; | ||
export const TypographyBodyLinkDefaultFontFamily: string; | ||
@@ -128,0 +118,0 @@ export const TypographyBodyLinkDefaultFontWeight: string; |
@@ -29,3 +29,2 @@ /** | ||
export const FontSizeCaption = "0.625rem"; | ||
export const FontSizeTiny = "0.5rem"; | ||
export const FontLineHeightHeading1 = "2rem"; | ||
@@ -38,3 +37,2 @@ export const FontLineHeightHeading2 = "1.75rem"; | ||
export const FontLineHeightCaption = "0.875rem"; | ||
export const FontLineHeightTiny = "0.75rem"; | ||
export const FontDecorationUnderline = "underline"; | ||
@@ -141,12 +139,2 @@ export const MotionStandard = "cubic-bezier(0.5, 0, 0.1, 1)"; | ||
export const TypographyBodyCaptionStrongLineHeight = "0.875rem"; | ||
export const TypographyBodyTinyDefaultFontFamily = | ||
"Inter, system-ui, sans-serif"; | ||
export const TypographyBodyTinyDefaultFontWeight = "400"; | ||
export const TypographyBodyTinyDefaultFontSize = "0.5rem"; | ||
export const TypographyBodyTinyDefaultLineHeight = "0.75rem"; | ||
export const TypographyBodyTinyStrongFontFamily = | ||
"Inter, system-ui, sans-serif"; | ||
export const TypographyBodyTinyStrongFontWeight = "500"; | ||
export const TypographyBodyTinyStrongFontSize = "0.5rem"; | ||
export const TypographyBodyTinyStrongLineHeight = "0.75rem"; | ||
export const TypographyBodyLinkDefaultFontFamily = | ||
@@ -153,0 +141,0 @@ "Inter, system-ui, sans-serif"; |
@@ -32,4 +32,3 @@ export const theme: { | ||
"small": string, | ||
"caption": string, | ||
"tiny": string | ||
"caption": string | ||
}, | ||
@@ -43,4 +42,3 @@ "line-height": { | ||
"small": string, | ||
"caption": string, | ||
"tiny": string | ||
"caption": string | ||
}, | ||
@@ -183,16 +181,2 @@ "decoration": { | ||
}, | ||
"tiny": { | ||
"default": { | ||
"fontFamily": string, | ||
"fontWeight": string, | ||
"fontSize": string, | ||
"lineHeight": string | ||
}, | ||
"strong": { | ||
"fontFamily": string, | ||
"fontWeight": string, | ||
"fontSize": string, | ||
"lineHeight": string | ||
} | ||
}, | ||
"link": { | ||
@@ -199,0 +183,0 @@ "default": { |
@@ -32,4 +32,3 @@ export const theme = { | ||
"small": "0.75rem", | ||
"caption": "0.625rem", | ||
"tiny": "0.5rem" | ||
"caption": "0.625rem" | ||
}, | ||
@@ -43,4 +42,3 @@ "line-height": { | ||
"small": "1rem", | ||
"caption": "0.875rem", | ||
"tiny": "0.75rem" | ||
"caption": "0.875rem" | ||
}, | ||
@@ -199,16 +197,2 @@ "decoration": { | ||
}, | ||
"tiny": { | ||
"default": { | ||
"fontFamily": "Inter, system-ui, sans-serif", | ||
"fontWeight": "400", | ||
"fontSize": "0.5rem", | ||
"lineHeight": "0.75rem" | ||
}, | ||
"strong": { | ||
"fontFamily": "Inter, system-ui, sans-serif", | ||
"fontWeight": "500", | ||
"fontSize": "0.5rem", | ||
"lineHeight": "0.75rem" | ||
} | ||
}, | ||
"link": { | ||
@@ -215,0 +199,0 @@ "default": { |
{ | ||
"name": "@lokalise/token-dictionary", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
163171
-3.21%4103
-3.12%