Skip to content

Commit

Permalink
Remove bodylarge and labellarge tokens (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: jojo-stripe <[email protected]>
  • Loading branch information
jojo-stripe authored Oct 20, 2023
1 parent ab52a35 commit 5b78be3
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions types/shared.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,14 +207,6 @@ export declare type AppearanceVariables = {
overlayZIndex?: number;

// Body Typography
/**
* The font size for the large body typography. Body typography variables accept a valid font size value.
*/
bodyLgFontSize?: string;
/**
* The font weight for the large body typography. Body typography variables accept a valid font weight value.
*/
bodyLgFontWeight?: string;
/**
* The font size for the medium body typography. Body typography variables accept a valid font size value.
*/
Expand Down Expand Up @@ -295,18 +287,6 @@ export declare type AppearanceVariables = {
headingXsTextTransform?: string;

// Label Typography
/**
* The font size for the large label typography. Label typography variables accept a valid font size value.
*/
labelLgFontSize?: string;
/**
* The font weight for the large label typography. Label typography variables accept a valid font weight value.
*/
labelLgFontWeight?: string;
/**
* The text transform for the large label typography. Label typography variables accept a valid text transform value.
*/
labelLgTextTransform?: string;
/**
* The font size for the medium label typography. Label typography variables accept a valid font size value.
*/
Expand Down

0 comments on commit 5b78be3

Please sign in to comment.