@@ -719,42 +719,78 @@ export const TokenNameMapping = {
719719 "layer-fill-interactive-active" : "color.layer.fill.interactive.active" ,
720720 "layer-fill-interactive-focus" : "color.layer.fill.interactive.focus" ,
721721 "layer-fill-interactive-disabled" : "color.layer.fill.interactive.disabled" ,
722- "font-family" : "typography.default.fontFamily" ,
723- "body-font-family" : "typography.body.fontFamily" ,
724- "label-font-family" : "typography.label.fontFamily" ,
725- "font-weight" : "typography.default.fontWeight" ,
726- "body-font-weight" : "typography.body.fontWeight" ,
727- "label-font-weight" : "typography.label.fontWeight" ,
728- "font-style" : "typography.default.fontStyle" ,
729- "body-font-style" : "typography.body.fontStyle" ,
730- "label-font-style" : "typography.label.fontStyle" ,
731- "type-ramp-base-font-size" : "typography.ramp.base.fontSize" ,
732- "type-ramp-base-line-height" : "typography.ramp.base.lineHeight" ,
733- "type-ramp-base-font-variations" : "typography.ramp.base.fontVariations" ,
734- "type-ramp-minus-1-font-size" : "typography.ramp.minus1.fontSize" ,
735- "type-ramp-minus-1-line-height" : "typography.ramp.minus1.lineHeight" ,
736- "type-ramp-minus-1-font-variations" : "typography.ramp.minus1.fontVariations" ,
737- "type-ramp-minus-2-font-size" : "typography.ramp.minus2.fontSize" ,
738- "type-ramp-minus-2-line-height" : "typography.ramp.minus2.lineHeight" ,
739- "type-ramp-minus-2-font-variations" : "typography.ramp.minus2.fontVariations" ,
740- "type-ramp-plus-1-font-size" : "typography.ramp.plus1.fontSize" ,
741- "type-ramp-plus-1-line-height" : "typography.ramp.plus1.lineHeight" ,
742- "type-ramp-plus-1-font-variations" : "typography.ramp.plus1.fontVariations" ,
743- "type-ramp-plus-2-font-size" : "typography.ramp.plus2.fontSize" ,
744- "type-ramp-plus-2-line-height" : "typography.ramp.plus2.lineHeight" ,
745- "type-ramp-plus-2-font-variations" : "typography.ramp.plus2.fontVariations" ,
746- "type-ramp-plus-3-font-size" : "typography.ramp.plus3.fontSize" ,
747- "type-ramp-plus-3-line-height" : "typography.ramp.plus3.lineHeight" ,
748- "type-ramp-plus-3-font-variations" : "typography.ramp.plus3.fontVariations" ,
749- "type-ramp-plus-4-font-size" : "typography.ramp.plus4.fontSize" ,
750- "type-ramp-plus-4-line-height" : "typography.ramp.plus4.lineHeight" ,
751- "type-ramp-plus-4-font-variations" : "typography.ramp.plus4.fontVariations" ,
752- "type-ramp-plus-5-font-size" : "typography.ramp.plus5.fontSize" ,
753- "type-ramp-plus-5-line-height" : "typography.ramp.plus5.lineHeight" ,
754- "type-ramp-plus-5-font-variations" : "typography.ramp.plus5.fontVariations" ,
755- "type-ramp-plus-6-font-size" : "typography.ramp.plus6.fontSize" ,
756- "type-ramp-plus-6-line-height" : "typography.ramp.plus6.lineHeight" ,
757- "type-ramp-plus-6-font-variations" : "typography.ramp.plus6.fontVariations" ,
722+ "font-family" : "typography.fontFamily.default" ,
723+ "body-font-family" : "typography.fontFamily.body" ,
724+ "label-font-family" : "typography.fontFamily.label" ,
725+ "font-weight" : "typography.fontWeight.default" ,
726+ "body-font-weight" : "typography.fontWeight.body" ,
727+ "label-font-weight" : "typography.fontWeight.label" ,
728+ "font-style" : "typography.fontStyle.default" ,
729+ "body-font-style" : "typography.fontStyle.body" ,
730+ "label-font-style" : "typography.fontStyle.label" ,
731+ "typography.default.fontFamily" : "typography.fontFamily.default" ,
732+ "typography.body.fontFamily" : "typography.fontFamily.body" ,
733+ "typography.label.fontFamily" : "typography.fontFamily.label" ,
734+ "typography.default.fontWeight" : "typography.fontWeight.default" ,
735+ "typography.body.fontWeight" : "typography.fontWeight.body" ,
736+ "typography.label.fontWeight" : "typography.fontWeight.label" ,
737+ "typography.default.fontStyle" : "typography.fontStyle.default" ,
738+ "typography.body.fontStyle" : "typography.fontStyle.body" ,
739+ "typography.label.fontStyle" : "typography.fontStyle.label" ,
740+ "type-ramp-base-font-size" : "typography.ramp.default.fontSize.base" ,
741+ "type-ramp-base-line-height" : "typography.ramp.default.lineHeight.base" ,
742+ "type-ramp-base-font-variations" : "typography.ramp.default.fontVariations.base" ,
743+ "type-ramp-minus-1-font-size" : "typography.ramp.default.fontSize.minus1" ,
744+ "type-ramp-minus-1-line-height" : "typography.ramp.default.lineHeight.minus1" ,
745+ "type-ramp-minus-1-font-variations" : "typography.ramp.default.fontVariations.minus1" ,
746+ "type-ramp-minus-2-font-size" : "typography.ramp.default.fontSize.minus2" ,
747+ "type-ramp-minus-2-line-height" : "typography.ramp.default.lineHeight.minus2" ,
748+ "type-ramp-minus-2-font-variations" : "typography.ramp.default.fontVariations.minus2" ,
749+ "type-ramp-plus-1-font-size" : "typography.ramp.default.fontSize.plus1" ,
750+ "type-ramp-plus-1-line-height" : "typography.ramp.default.lineHeight.plus1" ,
751+ "type-ramp-plus-1-font-variations" : "typography.ramp.default.fontVariations.plus1" ,
752+ "type-ramp-plus-2-font-size" : "typography.ramp.default.fontSize.plus2" ,
753+ "type-ramp-plus-2-line-height" : "typography.ramp.default.lineHeight.plus2" ,
754+ "type-ramp-plus-2-font-variations" : "typography.ramp.default.fontVariations.plus2" ,
755+ "type-ramp-plus-3-font-size" : "typography.ramp.default.fontSize.plus3" ,
756+ "type-ramp-plus-3-line-height" : "typography.ramp.default.lineHeight.plus3" ,
757+ "type-ramp-plus-3-font-variations" : "typography.ramp.default.fontVariations.plus3" ,
758+ "type-ramp-plus-4-font-size" : "typography.ramp.default.fontSize.plus4" ,
759+ "type-ramp-plus-4-line-height" : "typography.ramp.default.lineHeight.plus4" ,
760+ "type-ramp-plus-4-font-variations" : "typography.ramp.default.fontVariations.plus4" ,
761+ "type-ramp-plus-5-font-size" : "typography.ramp.default.fontSize.plus5" ,
762+ "type-ramp-plus-5-line-height" : "typography.ramp.default.lineHeight.plus5" ,
763+ "type-ramp-plus-5-font-variations" : "typography.ramp.default.fontVariations.plus5" ,
764+ "type-ramp-plus-6-font-size" : "typography.ramp.default.fontSize.plus6" ,
765+ "type-ramp-plus-6-line-height" : "typography.ramp.default.lineHeight.plus6" ,
766+ "type-ramp-plus-6-font-variations" : "typography.ramp.default.fontVariations.plus6" ,
767+ "typography.ramp.base.fontSize" : "typography.ramp.default.fontSize.base" ,
768+ "typography.ramp.base.lineHeight" : "typography.ramp.default.lineHeight.base" ,
769+ "typography.ramp.base.fontVariations" : "typography.ramp.default.fontVariations.base" ,
770+ "typography.ramp.minus1.fontSize" : "typography.ramp.default.fontSize.minus1" ,
771+ "typography.ramp.minus1.lineHeight" : "typography.ramp.default.lineHeight.minus1" ,
772+ "typography.ramp.minus1.fontVariations" : "typography.ramp.default.fontVariations.minus1" ,
773+ "typography.ramp.minus2.fontSize" : "typography.ramp.default.fontSize.minus2" ,
774+ "typography.ramp.minus2.lineHeight" : "typography.ramp.default.lineHeight.minus2" ,
775+ "typography.ramp.minus2.fontVariations" : "typography.ramp.default.fontVariations.minus2" ,
776+ "typography.ramp.plus1.fontSize" : "typography.ramp.default.fontSize.plus1" ,
777+ "typography.ramp.plus1.lineHeight" : "typography.ramp.default.lineHeight.plus1" ,
778+ "typography.ramp.plus1.fontVariations" : "typography.ramp.default.fontVariations.plus1" ,
779+ "typography.ramp.plus2.fontSize" : "typography.ramp.default.fontSize.plus2" ,
780+ "typography.ramp.plus2.lineHeight" : "typography.ramp.default.lineHeight.plus2" ,
781+ "typography.ramp.plus2.fontVariations" : "typography.ramp.default.fontVariations.plus2" ,
782+ "typography.ramp.plus3.fontSize" : "typography.ramp.default.fontSize.plus3" ,
783+ "typography.ramp.plus3.lineHeight" : "typography.ramp.default.lineHeight.plus3" ,
784+ "typography.ramp.plus3.fontVariations" : "typography.ramp.default.fontVariations.plus3" ,
785+ "typography.ramp.plus4.fontSize" : "typography.ramp.default.fontSize.plus4" ,
786+ "typography.ramp.plus4.lineHeight" : "typography.ramp.default.lineHeight.plus4" ,
787+ "typography.ramp.plus4.fontVariations" : "typography.ramp.default.fontVariations.plus4" ,
788+ "typography.ramp.plus5.fontSize" : "typography.ramp.default.fontSize.plus5" ,
789+ "typography.ramp.plus5.lineHeight" : "typography.ramp.default.lineHeight.plus5" ,
790+ "typography.ramp.plus5.fontVariations" : "typography.ramp.default.fontVariations.plus5" ,
791+ "typography.ramp.plus6.fontSize" : "typography.ramp.default.fontSize.plus6" ,
792+ "typography.ramp.plus6.lineHeight" : "typography.ramp.default.lineHeight.plus6" ,
793+ "typography.ramp.plus6.fontVariations" : "typography.ramp.default.fontVariations.plus6" ,
758794 "accent-stroke-readable-on-accent-fill-stealth-rest" : "color.accent.stroke.readable.on.accent.fill.stealth.rest" ,
759795 "accent-stroke-readable-on-accent-fill-stealth-hover" : "color.accent.stroke.readable.on.accent.fill.stealth.hover" ,
760796 "accent-stroke-readable-on-accent-fill-stealth-active" : "color.accent.stroke.readable.on.accent.fill.stealth.active" ,
0 commit comments