Skip to content

Commit 755b94c

Browse files
committed
feat(#2952): add v2 filter chip tokens
1 parent 460a64d commit 755b94c

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"filter-chip-border-radius": {
3+
"value": "{borderRadius.xl}",
4+
"type": "borderRadius"
5+
},
6+
"filter-chip-border": {
7+
"value": {
8+
"color": "{color.greyscale.500}",
9+
"width": "{borderWidth.s}",
10+
"style": "solid"
11+
},
12+
"type": "border"
13+
},
14+
"filter-chip-text-color": {
15+
"value": "{color.text.default}",
16+
"type": "color"
17+
},
18+
"filter-chip-color-bg": {
19+
"value": "{color.greyscale.white}",
20+
"type": "color"
21+
},
22+
"filter-chip-color-bg-hover": {
23+
"value": "{color.greyscale.100}",
24+
"type": "color"
25+
},
26+
"filter-chip-text-color-error": {
27+
"value": "{input.color.text.error}",
28+
"type": "color"
29+
},
30+
"filter-chip-color-bg-error": {
31+
"value": "{input.color.background.error}",
32+
"type": "color"
33+
},
34+
"filter-chip-color-bg-error-hover": {
35+
"value": "{input.color.background.error-hover}",
36+
"type": "color"
37+
},
38+
"filter-chip-border-color-error": {
39+
"value": "{input.color.border.error}",
40+
"type": "color"
41+
},
42+
"filter-chip-padding-vertical": {
43+
"value": "7px",
44+
"type": "spacing"
45+
},
46+
"filter-chip-padding-horizontal-left": {
47+
"value": "{space.s}",
48+
"type": "spacing"
49+
},
50+
"filter-chip-padding-horizontal-right": {
51+
"value": "{space.xs}",
52+
"type": "spacing"
53+
},
54+
"filter-chip-gap": {
55+
"value": "{space.s}",
56+
"type": "spacing"
57+
},
58+
"filter-chip-typography": {
59+
"value": "{typography.body.s}",
60+
"type": "other"
61+
},
62+
"filter-chip-line-height": {
63+
"value": "{lineHeight.2}",
64+
"type": "lineHeights"
65+
},
66+
"filter-chip-border-focus-width": {
67+
"value": "{borderWidth.l}",
68+
"type": "borderWidth"
69+
},
70+
"filter-chip-border-focus-offset": {
71+
"value": "{space.3xs}",
72+
"type": "sizing",
73+
"description": "2px"
74+
},
75+
"filter-chip-border-focus-color": {
76+
"value": "{color.interactive.focus}",
77+
"type": "color"
78+
},
79+
"filter-chip-min-height": {
80+
"value": "{space.xl}",
81+
"type": "sizing"
82+
},
83+
"filter-chip-min-width": {
84+
"value": "56px",
85+
"type": "sizing"
86+
},
87+
"filter-chip-icon-color-default": {
88+
"value": "{color.greyscale.700}",
89+
"type": "color"
90+
},
91+
"filter-chip-icon-color-error": {
92+
"value": "{color.emergency.default}",
93+
"type": "color"
94+
}
95+
}

0 commit comments

Comments
 (0)