2024-05-05 20:35:38 +00:00
|
|
|
export default {
|
2024-05-25 08:18:55 +00:00
|
|
|
root: {
|
2024-05-25 08:24:38 +00:00
|
|
|
transitionDuration: '{transition.duration}',
|
|
|
|
focusRing: {
|
|
|
|
width: '{focus.ring.width}',
|
|
|
|
style: '{focus.ring.style}',
|
|
|
|
color: '{focus.ring.color}',
|
|
|
|
offset: '{focus.ring.offset}',
|
|
|
|
shadow: '{focus.ring.shadow}'
|
|
|
|
}
|
2024-05-25 08:18:55 +00:00
|
|
|
},
|
2024-05-05 20:35:38 +00:00
|
|
|
value: {
|
|
|
|
background: '{primary.color}'
|
|
|
|
},
|
|
|
|
range: {
|
|
|
|
background: '{content.border.color}'
|
|
|
|
},
|
|
|
|
text: {
|
|
|
|
color: '{text.muted.color}'
|
|
|
|
}
|
|
|
|
};
|