biome format --write

This commit is contained in:
Henry Jameson 2026-01-06 16:22:52 +02:00
commit 9262e803ec
415 changed files with 54076 additions and 17419 deletions

View file

@ -9,15 +9,9 @@ export default {
'PanelHeader',
'Post',
'Notification',
'MenuItem'
],
validInnerComponentsLite: [
'Text',
'Link',
'Icon',
'Border',
'PanelHeader'
'MenuItem',
],
validInnerComponentsLite: ['Text', 'Link', 'Icon', 'Border', 'PanelHeader'],
defaultRules: [
{
directives: {
@ -25,23 +19,25 @@ export default {
background: '--bg',
roundness: 3,
blur: '5px',
shadow: [{
x: 0,
y: 0,
blur: 3,
spread: 0,
color: '#000000',
alpha: 0.5
},
{
x: 0,
y: 4,
blur: 6,
spread: 3,
color: '#000000',
alpha: 0.3
}]
}
}
]
shadow: [
{
x: 0,
y: 0,
blur: 3,
spread: 0,
color: '#000000',
alpha: 0.5,
},
{
x: 0,
y: 4,
blur: 6,
spread: 3,
color: '#000000',
alpha: 0.3,
},
],
},
},
],
}