2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-14 23:20:49 +00:00
|
|
|
root: {
|
|
|
|
padding: '{form.field.padding.y} {form.field.padding.x}',
|
|
|
|
borderRadius: '{content.border.radius}',
|
|
|
|
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
|
|
|
},
|
|
|
|
transitionDuration: '{transition.duration}'
|
2024-05-14 23:20:49 +00:00
|
|
|
},
|
|
|
|
display: {
|
|
|
|
hoverBackground: '{content.hover.background}',
|
|
|
|
hoverColor: '{content.hover.color}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|