Skip to content

Commit bbf28a8

Browse files
committed
updated a few tokens for Form/RadioCard
1 parent 32e22b0 commit bbf28a8

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

packages/tokens/src/products/shared/form/radiocard.json

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,49 @@
1717
"radius": {
1818
"$type": "dimension",
1919
"$value": "6",
20-
"unit": "px"
20+
"unit": "px",
21+
"$modes": {
22+
"default": "6",
23+
"cds-g0": "0",
24+
"cds-g10": "0",
25+
"cds-g90": "0",
26+
"cds-g100": "0"
27+
}
28+
},
29+
"color": {
30+
"default": {
31+
"$type": "color",
32+
"$value": "{color.surface.primary}",
33+
"$modes": {
34+
"default": "{color.surface.primary}",
35+
"cds-g0": "transparent",
36+
"cds-g10": "transparent",
37+
"cds-g90": "transparent",
38+
"cds-g100": "transparent"
39+
}
40+
},
41+
"focus": {
42+
"$type": "color",
43+
"$value": "{color.focus.action.internal}",
44+
"$modes": {
45+
"default": "{color.focus.action.internal}",
46+
"cds-g0": "pink",
47+
"cds-g10": "pink",
48+
"cds-g90": "pink",
49+
"cds-g100": "pink"
50+
}
51+
},
52+
"default-checked": {
53+
"$type": "color",
54+
"$value": "{color.palette.blue-300}",
55+
"$modes": {
56+
"default": "{color.palette.blue-300}",
57+
"cds-g0": "pink",
58+
"cds-g10": "pink",
59+
"cds-g90": "pink",
60+
"cds-g100": "pink"
61+
}
62+
}
2163
}
2264
},
2365
"content-padding": {
@@ -39,4 +81,4 @@
3981
}
4082
}
4183
}
42-
}
84+
}

0 commit comments

Comments
 (0)