@atb-as/theme
Advanced tools
Comparing version 6.1.2-alpha.0 to 6.1.3-alpha.0
@@ -45,2 +45,13 @@ "use strict"; | ||
'body__primary--underline': __assign(__assign({}, primaryBase), { textDecorationLine: 'underline' }), | ||
'body__primary--big': { | ||
fontSize: 24, | ||
lineHeight: 28, | ||
letterSpacing: 0.25, | ||
}, | ||
'body__primary--big--bold': { | ||
fontSize: 24, | ||
lineHeight: 28, | ||
letterSpacing: 0.25, | ||
fontWeight: 'bold' | ||
}, | ||
'body__primary--jumbo': { | ||
@@ -64,2 +75,8 @@ fontSize: 36, | ||
heading__paragraph: __assign(__assign({}, primaryBase), { fontWeight: '500' }), | ||
'heading--big': { | ||
fontSize: 24, | ||
lineHeight: 28, | ||
letterSpacing: -0.31, | ||
fontWeight: 'bold', | ||
}, | ||
'heading--jumbo': { | ||
@@ -66,0 +83,0 @@ fontSize: 32, |
@@ -44,2 +44,13 @@ "use strict"; | ||
'body__primary--underline': __assign(__assign({}, primaryBase), { textDecorationLine: 'underline' }), | ||
'body__primary--big': { | ||
fontSize: 24, | ||
lineHeight: 28, | ||
letterSpacing: 0.41, | ||
}, | ||
'body__primary--big--bold': { | ||
fontSize: 24, | ||
lineHeight: 28, | ||
letterSpacing: 0.41, | ||
fontWeight: 'bold' | ||
}, | ||
'body__primary--jumbo': { | ||
@@ -63,2 +74,8 @@ fontSize: 36, | ||
heading__paragraph: __assign(__assign({}, primaryBase), { fontWeight: '600' }), | ||
'heading--big': { | ||
fontSize: 24, | ||
lineHeight: 28, | ||
letterSpacing: -0.31, | ||
fontWeight: '600', | ||
}, | ||
'heading--jumbo': { | ||
@@ -65,0 +82,0 @@ fontSize: 32, |
@@ -1,2 +0,2 @@ | ||
export declare const textNames: readonly ["body__primary", "body__primary--bold", "body__primary--underline", "body__primary--jumbo", "body__primary--jumbo--bold", "body__secondary", "body__secondary--bold", "body__tertiary", "body__tertiary--strike", "heading__title", "heading__component", "heading__paragraph", "heading--jumbo", "label__uppercase"]; | ||
export declare const textNames: readonly ["body__primary", "body__primary--bold", "body__primary--underline", "body__primary--big", "body__primary--big--bold", "body__primary--jumbo", "body__primary--jumbo--bold", "body__secondary", "body__secondary--bold", "body__tertiary", "body__tertiary--strike", "heading__title", "heading__component", "heading__paragraph", "heading--big", "heading--jumbo", "label__uppercase"]; | ||
export declare type FontMetadata = { | ||
@@ -3,0 +3,0 @@ url?: string; |
@@ -8,2 +8,4 @@ "use strict"; | ||
'body__primary--underline', | ||
'body__primary--big', | ||
'body__primary--big--bold', | ||
'body__primary--jumbo', | ||
@@ -18,2 +20,3 @@ 'body__primary--jumbo--bold', | ||
'heading__paragraph', | ||
'heading--big', | ||
'heading--jumbo', | ||
@@ -20,0 +23,0 @@ 'label__uppercase', |
{ | ||
"name": "@atb-as/theme", | ||
"version": "6.1.2-alpha.0", | ||
"version": "6.1.3-alpha.0", | ||
"private": false, | ||
@@ -34,3 +34,3 @@ "description": "AtB Design System Colors", | ||
}, | ||
"gitHead": "55cff4560addbeab6323e38edfdf6ebf0f13ce8c" | ||
"gitHead": "917c83220b44810e528c5f51f6ee146d870affe9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
254274
4947