2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-25 08:18:55 +00:00
|
|
|
root: {
|
|
|
|
transitionDuration: '{transition.duration}'
|
|
|
|
},
|
2024-05-13 09:10:09 +00:00
|
|
|
preview: {
|
|
|
|
icon: {
|
|
|
|
size: '1.5rem'
|
|
|
|
},
|
|
|
|
mask: {
|
|
|
|
background: '{mask.background}',
|
|
|
|
color: '{mask.color}'
|
|
|
|
}
|
2024-05-04 19:36:38 +00:00
|
|
|
},
|
2024-05-13 09:10:09 +00:00
|
|
|
toolbar: {
|
|
|
|
position: {
|
|
|
|
left: 'auto',
|
|
|
|
right: '1rem',
|
|
|
|
top: '1rem',
|
|
|
|
bottom: 'auto'
|
|
|
|
},
|
|
|
|
blur: '8px',
|
|
|
|
background: 'rgba(255,255,255,0.1)',
|
|
|
|
borderColor: 'rgba(255,255,255,0.2)',
|
|
|
|
borderWidth: '1px',
|
2024-05-13 09:19:41 +00:00
|
|
|
borderRadius: '30px',
|
2024-05-13 09:10:09 +00:00
|
|
|
padding: '.5rem',
|
|
|
|
gap: '0.5rem'
|
2024-05-04 19:36:38 +00:00
|
|
|
},
|
|
|
|
action: {
|
|
|
|
hoverBackground: 'rgba(255,255,255,0.1)',
|
|
|
|
color: '{surface.50}',
|
2024-05-13 09:10:09 +00:00
|
|
|
hoverColor: '{surface.0}',
|
|
|
|
size: '3rem',
|
|
|
|
iconSize: '1.5rem',
|
|
|
|
borderRadius: '50%',
|
|
|
|
focusRing: {
|
|
|
|
width: '{focus.ring.width}',
|
|
|
|
style: '{focus.ring.style}',
|
|
|
|
color: '{focus.ring.color}',
|
|
|
|
offset: '{focus.ring.offset}',
|
|
|
|
shadow: '{focus.ring.shadow}'
|
|
|
|
}
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|