Skip to content

Commit 70dc18a

Browse files
committed
fix: sync with main
1 parent 747660c commit 70dc18a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

packages/design-tokens/web/components/icon-item.json5

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
color: { value: '{light.icon.white}' },
2424
background: { value: '{light.background.success}' },
2525
}
26-
},
26+
},
2727
'fade-on': {
2828
theme: {
2929
color: { value: '{light.icon.theme}' },
@@ -104,7 +104,7 @@
104104
big: {
105105
'horizontal-padding': { value: '{size.l}' },
106106
'vertical-padding': { value: '{size.l}' }
107-
},
107+
}
108108
}
109109
}
110110
}

packages/design-tokens/web/components/list.json5

+14-14
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@
5555
"font-feature-settings": { value: '{typography.text-compact.font-feature-settings}' }
5656
},
5757
header: {
58-
"font-size": { value: '{typography.subheading.font-size}' },
59-
"line-height": { value: '{typography.subheading.line-height}' },
60-
"letter-spacing": { value: '{typography.subheading.letter-spacing}' },
61-
"font-weight": { value: '{typography.subheading.font-weight}' },
62-
"font-family": { value: '{typography.subheading.font-family}' },
63-
"text-transform": { value: '{typography.subheading.text-transform}' },
64-
"font-feature-settings": { value: '{typography.subheading.font-feature-settings}' }
58+
"font-size": { value: '{typography.text-big-strong.font-size}' },
59+
"line-height": { value: '{typography.text-big-strong.line-height}' },
60+
"letter-spacing": { value: '{typography.text-big-strong.letter-spacing}' },
61+
"font-weight": { value: '{typography.text-big-strong.font-weight}' },
62+
"font-family": { value: '{typography.text-big-strong.font-family}' },
63+
"text-transform": { value: '{typography.text-big-strong.text-transform}' },
64+
"font-feature-settings": { value: '{typography.text-big-strong.font-feature-settings}' }
6565
},
6666
subheading: {
67-
"font-size": { value: '{typography.caps-compact.font-size}' },
68-
"line-height": { value: '{typography.caps-compact.line-height}' },
69-
"letter-spacing": { value: '{typography.caps-compact.letter-spacing}' },
70-
"font-weight": { value: '{typography.caps-compact.font-weight}' },
71-
"font-family": { value: '{typography.caps-compact.font-family}' },
72-
"text-transform": { value: '{typography.caps-compact.text-transform}' },
73-
"font-feature-settings": { value: '{typography.caps-compact.font-feature-settings}' }
67+
"font-size": { value: '{typography.caps-compact-strong.font-size}' },
68+
"line-height": { value: '{typography.caps-compact-strong.line-height}' },
69+
"letter-spacing": { value: '{typography.caps-compact-strong.letter-spacing}' },
70+
"font-weight": { value: '{typography.caps-compact-strong.font-weight}' },
71+
"font-family": { value: '{typography.caps-compact-strong.font-family}' },
72+
"text-transform": { value: '{typography.caps-compact-strong.text-transform}' },
73+
"font-feature-settings": { value: '{typography.caps-compact-strong.font-feature-settings}' }
7474
}
7575
},
7676
light: {

0 commit comments

Comments
 (0)