2024-02-07 13:53:34 +00:00
|
|
|
export default {
|
|
|
|
name: 'Root',
|
|
|
|
selector: ':root',
|
|
|
|
validInnerComponents: [
|
|
|
|
'Underlay',
|
2024-02-11 21:11:28 +00:00
|
|
|
'Modals',
|
2024-02-12 01:46:40 +00:00
|
|
|
'Popover',
|
2024-02-18 18:11:06 +00:00
|
|
|
'TopBar',
|
|
|
|
'Scrollbar',
|
2024-02-21 23:10:24 +00:00
|
|
|
'ScrollbarElement',
|
2024-02-22 16:38:45 +00:00
|
|
|
'MobileDrawer',
|
2024-02-27 20:02:25 +00:00
|
|
|
'Alert',
|
2024-02-22 16:38:45 +00:00
|
|
|
'Button' // mobile post button
|
2024-02-22 16:04:28 +00:00
|
|
|
],
|
|
|
|
defaultRules: [
|
|
|
|
{
|
|
|
|
directives: {
|
2024-02-22 16:38:45 +00:00
|
|
|
'--font': 'generic | sans-serif',
|
|
|
|
'--monoFont': 'generic | monospace'
|
2024-02-22 16:04:28 +00:00
|
|
|
}
|
|
|
|
}
|
2024-02-07 13:53:34 +00:00
|
|
|
]
|
|
|
|
}
|