2024-02-07 15:53:34 +02:00
|
|
|
export default {
|
|
|
|
name: 'Root',
|
|
|
|
selector: ':root',
|
|
|
|
validInnerComponents: [
|
|
|
|
'Underlay',
|
2024-02-11 23:11:28 +02:00
|
|
|
'Modals',
|
2024-02-12 03:46:40 +02:00
|
|
|
'Popover',
|
2024-02-18 20:11:06 +02:00
|
|
|
'TopBar',
|
|
|
|
'Scrollbar',
|
2024-02-22 01:10:24 +02:00
|
|
|
'ScrollbarElement',
|
2024-02-22 18:38:45 +02:00
|
|
|
'MobileDrawer',
|
2024-02-27 22:02:25 +02:00
|
|
|
'Alert',
|
2024-02-22 18:38:45 +02:00
|
|
|
'Button' // mobile post button
|
2024-02-22 18:04:28 +02:00
|
|
|
],
|
|
|
|
defaultRules: [
|
|
|
|
{
|
|
|
|
directives: {
|
2024-02-22 18:38:45 +02:00
|
|
|
'--font': 'generic | sans-serif',
|
2024-02-28 14:57:19 +02:00
|
|
|
'--monoFont': 'generic | monospace',
|
|
|
|
'--bg': 'color | #000000', // just to establish order
|
|
|
|
'--wallpaper': 'color | --bg, -2'
|
2024-02-22 18:04:28 +02:00
|
|
|
}
|
|
|
|
}
|
2024-02-07 15:53:34 +02:00
|
|
|
]
|
|
|
|
}
|