File tree Expand file tree Collapse file tree 1 file changed +44
-2
lines changed
packages/tokens/src/products/shared/form Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Original file line number Diff line number Diff line change 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" : {
3981 }
4082 }
4183 }
42- }
84+ }
You can’t perform that action at this time.
0 commit comments