Skip to content

Commit

Permalink
refactor(token): rm unused typography type
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Dec 15, 2023
1 parent fd0cea1 commit c4498d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/bezier-react/src/types/Token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export enum TokenPrefix {
Opacity = 'opacity',
Radius = 'radius',
Transition = 'transition',
Typography = 'typography',
ZIndex = 'z-index',
Elevation = 'ev',
Input = 'input',
Expand All @@ -36,7 +35,6 @@ export type Font = RemovePrefix<TokenPrefix.Font, keyof GlobalToken['font']>
export type Opacity = RemovePrefix<TokenPrefix.Opacity, keyof GlobalToken['opacity']>
export type Radius = RemovePrefix<TokenPrefix.Radius, keyof GlobalToken['radius']>
export type Transition = RemovePrefix<TokenPrefix.Transition, keyof GlobalToken['transition']>
export type Typography = RemovePrefix<TokenPrefix.Typography, keyof GlobalToken['typography']>
export type ZIndex = RemovePrefix<TokenPrefix.ZIndex, keyof GlobalToken['z-index']>

export type SemanticColor = keyof SemanticToken['color']
Expand Down

0 comments on commit c4498d1

Please sign in to comment.