Skip to content

Commit 147986d

Browse files
committed
typography.heading.x-small
1 parent 65f6cbd commit 147986d

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

tokens/$themes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,8 @@
23502350
"typography.label.small": "S:44a4ab678664513d4ee53bf9db562612a268b297,",
23512351
"typography.label.small-light": "S:33d3f0b3e8f5566b9eae17794e21d480b3d041ac,",
23522352
"typography.label.x-small": "S:5f282cf9e157160c2d30b5a55220f344e5f597d5,",
2353-
"typography.label.x-small-light": "S:cf711c9da84aee5812a1d93cb1f3df63ab111d81,"
2353+
"typography.label.x-small-light": "S:cf711c9da84aee5812a1d93cb1f3df63ab111d81,",
2354+
"typography.heading.x-small": "S:d8641abae23b0a4459715e37e839a6e63b01578e,"
23542355
},
23552356
"selectedTokenSets": {
23562357
"public/device/desktop": "enabled",

tokens/public/device/desktop.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,20 @@
238238
"textCase": "{text-case.none}",
239239
"textDecoration": "{text-decoration.none}"
240240
}
241+
},
242+
"x-small": {
243+
"$type": "typography",
244+
"$value": {
245+
"fontFamily": "{font-family.source-sans-pro}",
246+
"fontWeight": "{font-weight.semibold}",
247+
"lineHeight": "{line-height.3}",
248+
"fontSize": "{font-size.medium}",
249+
"letterSpacing": "{letter-spacing.0}",
250+
"paragraphSpacing": "{paragraph-spacing.3}",
251+
"paragraphIndent": "{paragraph-indent.0}",
252+
"textCase": "{text-case.none}",
253+
"textDecoration": "{text-decoration.none}"
254+
}
241255
}
242256
},
243257
"subheading": {

0 commit comments

Comments
 (0)