style: 🎨 Run Biome formatter

This commit is contained in:
Jesse Wierzbinski 2026-01-09 21:47:12 +01:00
parent 74c3b26f20
commit 68e23a818a
No known key found for this signature in database
244 changed files with 435 additions and 470 deletions

View file

@ -95,6 +95,6 @@ provideCommandContext({
v-bind="forwarded"
:class="cn('bg-popover text-popover-foreground flex h-full w-full flex-col overflow-hidden rounded-md', props.class)"
>
<slot/>
<slot />
</ListboxRoot>
</template>

View file

@ -35,7 +35,7 @@ const forwarded = useForwardPropsEmits(props, emits);
</DialogHeader>
<DialogContent class="overflow-hidden p-0 ">
<Command>
<slot/>
<slot />
</Command>
</DialogContent>
</Dialog>

View file

@ -28,6 +28,6 @@ const isRender = computed(
v-bind="delegatedProps"
:class="cn('py-6 text-center text-sm', props.class)"
>
<slot/>
<slot />
</Primitive>
</template>

View file

@ -50,6 +50,6 @@ onUnmounted(() => {
>
{{ heading }}
</ListboxGroupLabel>
<slot/>
<slot />
</ListboxGroup>
</template>

View file

@ -35,7 +35,7 @@ const { filterState } = useCommand();
data-slot="command-input-wrapper"
class="flex h-12 items-center gap-2 border-b px-3"
>
<Search class="size-4 shrink-0 opacity-50"/>
<Search class="size-4 shrink-0 opacity-50" />
<ListboxFilter
v-bind="{ ...forwardedProps, ...$attrs }"
v-model="filterState.search"

View file

@ -84,6 +84,6 @@ onUnmounted(() => {
filterState.search = ''
}"
>
<slot/>
<slot />
</ListboxItem>
</template>

View file

@ -24,7 +24,7 @@ const forwarded = useForwardProps(delegatedProps);
:class="cn('max-h-[300px] scroll-py-1 overflow-x-hidden overflow-y-auto', props.class)"
>
<div role="presentation">
<slot/>
<slot />
</div>
</ListboxContent>
</template>

View file

@ -21,6 +21,6 @@ const delegatedProps = computed(() => {
v-bind="delegatedProps"
:class="cn('bg-border -mx-1 h-px', props.class)"
>
<slot/>
<slot />
</Separator>
</template>

View file

@ -12,6 +12,6 @@ const props = defineProps<{
data-slot="command-shortcut"
:class="cn('text-muted-foreground ml-auto text-xs tracking-widest', props.class)"
>
<slot/>
<slot />
</span>
</template>