2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-02-20 20:46:42 +00:00
|
|
|
root: {
|
2024-05-07 08:33:44 +00:00
|
|
|
borderRadius: '{border.radius.sm}',
|
2024-02-20 20:46:42 +00:00
|
|
|
width: '1.25rem',
|
|
|
|
height: '1.25rem',
|
|
|
|
background: '{form.field.background}',
|
2024-03-13 11:59:34 +00:00
|
|
|
checkedBackground: '{primary.color}',
|
|
|
|
checkedHoverBackground: '{primary.hover.color}',
|
|
|
|
disabledBackground: '{form.field.disabled.background}',
|
|
|
|
filledBackground: '{form.field.filled.background}',
|
2024-02-20 20:46:42 +00:00
|
|
|
borderColor: '{form.field.border.color}',
|
2024-04-06 20:08:16 +00:00
|
|
|
hoverBorderColor: '{form.field.hover.border.color}',
|
2024-05-07 08:33:44 +00:00
|
|
|
focusBorderColor: '{form.field.border.color}',
|
2024-03-13 11:59:34 +00:00
|
|
|
checkedBorderColor: '{primary.color}',
|
|
|
|
checkedHoverBorderColor: '{primary.hover.color}',
|
2024-05-07 08:33:44 +00:00
|
|
|
checkedFocusBorderColor: '{primary.color}',
|
2024-03-13 11:59:34 +00:00
|
|
|
invalidBorderColor: '{form.field.invalid.border.color}',
|
2024-05-07 08:33:44 +00:00
|
|
|
shadow: '{form.field.shadow}',
|
|
|
|
focusRing: {
|
|
|
|
width: '{focus.ring.width}',
|
|
|
|
style: '{focus.ring.style}',
|
|
|
|
color: '{focus.ring.color}',
|
|
|
|
offset: '{focus.ring.offset}',
|
|
|
|
shadow: '{focus.ring.shadow}'
|
|
|
|
}
|
2024-02-20 20:46:42 +00:00
|
|
|
},
|
|
|
|
icon: {
|
|
|
|
size: '0.875rem',
|
2024-03-13 11:59:34 +00:00
|
|
|
color: '{form.field.color}',
|
|
|
|
checkedColor: '{primary.inverse.color}',
|
|
|
|
checkedHoverColor: '{primary.inverse.color}',
|
|
|
|
disabledColor: '{form.field.disabled.color}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|