This commit is contained in:
Fractal-Tess
2024-01-24 04:32:08 +02:00
parent 559d5e54a5
commit ebec1ab8ea
215 changed files with 1871 additions and 1714 deletions

View File

@@ -1,13 +1,13 @@
<script lang="ts">
import { ContextMenu as ContextMenuPrimitive } from 'bits-ui';
import { cn, flyAndScale } from '$lib/utils';
import { ContextMenu as ContextMenuPrimitive } from 'bits-ui'
import { cn, flyAndScale } from '$lib/utils'
type $$Props = ContextMenuPrimitive.ContentProps;
type $$Props = ContextMenuPrimitive.ContentProps
let className: $$Props['class'] = undefined;
export let transition: $$Props['transition'] = flyAndScale;
export let transitionConfig: $$Props['transitionConfig'] = undefined;
export { className as class };
let className: $$Props['class'] = undefined
export let transition: $$Props['transition'] = flyAndScale
export let transitionConfig: $$Props['transitionConfig'] = undefined
export { className as class }
</script>
<ContextMenuPrimitive.Content
@@ -18,6 +18,7 @@
className
)}
{...$$restProps}
on:keydown>
on:keydown
>
<slot />
</ContextMenuPrimitive.Content>