@@ -10,11 +10,6 @@ const d1s_bold_title = css`
1010 font-size : 24px ;
1111 line-height : 32px ;
1212` ;
13- const d1s_regular_title = css `
14- @include Inter();
15- font-size : 24px ;
16- line-height : 32px ;
17- ` ;
1813const d1_regular_title = css `
1914 @include Inter();
2015 font-size : 32px ;
@@ -131,14 +126,6 @@ const l2_bold = css`
131126 font-size : 14px ;
132127 line-height : 22px ;
133128` ;
134- const l2_bold_strikethrough = css `
135- @include Inter(bold);
136- text-decoration-line : line-through;
137- text-decoration-style : solid;
138- text-decoration-skip-ink : none;
139- font-size : 14px ;
140- line-height : 22px ;
141- ` ;
142129const l2_regular_title = css `
143130 @include Inter();
144131 font-size : 14px ;
@@ -321,7 +308,6 @@ export const Typo = {
321308 Display : {
322309 d1_bold_title,
323310 d1s_bold_title,
324- d1s_regular_title,
325311 d1_regular_title,
326312 d2_bold_title,
327313 d2_regular_title,
@@ -346,7 +332,6 @@ export const Typo = {
346332 l1_regular_title,
347333 l1_regular_upper,
348334 l2_bold,
349- l2_bold_strikethrough,
350335 l2_bold_title,
351336 l2_bold_upper,
352337 l2_regular,
@@ -389,53 +374,3 @@ export const Typo = {
389374 u1,
390375 } ,
391376} as const ;
392-
393- export const FIGMA_TO_TYPO = {
394- "Display/display1-bold-sc" : d1_bold_title ,
395- "Display/display1-regular-sc" : d1_regular_title ,
396- "Display/display1s-bold-sc" : d1s_bold_title ,
397- "Display/display1s-regular-sc" : d1s_regular_title ,
398- "Display/display2-bold-sc" : d2_bold_title ,
399- "Display/display2-regular-sc" : d2_regular_title ,
400- "Display/display3-bold-sc" : d3_bold_title ,
401- "Display/display3-regular-sc" : d3_regular_title ,
402- "Heading/h1-bold-sc" : h1_bold_title ,
403- "Heading/h1-regular-sc" : h1_regular_title ,
404- "Heading/h2-bold-sc" : h2_bold_title ,
405- "Heading/h2-regular-sc" : h2_regular_title ,
406- "Heading/h3-bold-sc" : h3_bold_title ,
407- "Heading/h3-regular-sc" : h3_regular_title ,
408- "Heading/h3-bold-uppercase-sc" : h3_bold_upper ,
409- "Heading/h3-regular-uppercase-sc" : h3_regular_upper ,
410- "Label/label1-regular-sc" : l1_regular ,
411- "Label/label1-bold-sc" : l1_bold ,
412- "Label/label1-regular-uppercase-sc" : l1_regular_upper ,
413- "Label/label1-bold-uppercase-sc" : l1_bold_upper ,
414- "Label/label2-regular-sc" : l2_regular ,
415- "Label/label2-medium-sc" : l2_medium ,
416- "Label/label2-bold-sc" : l2_bold ,
417- "Label/label2-regular-uppercase-sc" : l2_regular_upper ,
418- "Label/label2-bold-uppercase-sc" : l2_bold_upper ,
419- "Label/label2-bold-strikethrough-sc" : l2_bold_strikethrough ,
420- "Label/label3-regular-sc" : l3_regular ,
421- "Label/label3-semibold-sc" : l3_semibold ,
422- "Label/label3-bold-sc" : l3_bold ,
423- "Label/label3-regular-uppercase-sc" : l3_regular_upper ,
424- "Label/label3-bold-uppercase-sc" : l3_bold_upper ,
425- "Label/label4-regular-sc" : l4_regular ,
426- "Label/label4-medium-sc" : l4_medium ,
427- "Label/label4-bold-sc" : l4_bold ,
428- "Label/label4-regular-uppercase-sc" : l4_regular_upper ,
429- "Label/label4-bold-uppercase-sc" : l4_bold_upper ,
430- "Footnote/footnote1-regular-sc" : f1_regular ,
431- "Footnote/footnote2-regular-sc" : f2_regular ,
432- "Tabular Num/tnum1-regular-monospace-sc" : t1_regular_mono ,
433- "Tabular Num/tnum1-regular-slashed0-sc" : t1_regular_slash ,
434- "Tabular Num/tnum2-regular-monospace-sc" : t2_regular_mono ,
435- "Tabular Num/tnum2-medium-monospace-sc" : t2_medium_mono ,
436- "Tabular Num/tnum2-regular-slashed0-sc" : t2_regular_slash ,
437- "Tabular Num/tnum2-medium-slashed0-sc" : t2_medium_slash ,
438- "Tabular Num/tnum16-bold-slashed0-sc" : t16_bold_slash ,
439- } as const ;
440-
441- export type FigmaTypographyName = keyof typeof FIGMA_TO_TYPO ;
0 commit comments