chore: add eol

This commit is contained in:
Benjamin Canac
2024-03-13 16:58:07 +01:00
parent 34d6e18638
commit 9a42fa415f
46 changed files with 46 additions and 46 deletions

View File

@@ -37,4 +37,4 @@ defineSlots<BadgeSlots>()
{{ label }}
</slot>
</Primitive>
</template>
</template>

View File

@@ -109,4 +109,4 @@ const trailingIconClass = computed(() => ui.value.trailingIcon())
<UIcon v-if="isTrailing && trailingIconName" :name="trailingIconName" :class="trailingIconClass" aria-hidden="true" />
</slot>
</ULink>
</template>
</template>

View File

@@ -38,4 +38,4 @@ const ui = computed(() => tv({ extend: card, slots: props.ui })())
<slot name="footer" />
</div>
</Primitive>
</template>
</template>

View File

@@ -55,4 +55,4 @@ const ui = computed(() => chip({
</slot>
</span>
</Primitive>
</template>
</template>

View File

@@ -66,4 +66,4 @@ const ui = computed(() => tv({ extend: collapsible, slots: props.ui })())
height: 0;
}
}
</style>
</style>

View File

@@ -24,4 +24,4 @@ const props = withDefaults(defineProps<ContainerProps>(), { as: 'div' })
<Primitive :as="as" :class="container({ class: props.class })">
<slot />
</Primitive>
</template>
</template>

View File

@@ -10,4 +10,4 @@ defineProps<IconProps>()
<template>
<Icon :name="name" />
</template>
</template>

View File

@@ -35,4 +35,4 @@ defineSlots<KbdSlots>()
{{ value }}
</slot>
</Primitive>
</template>
</template>

View File

@@ -70,4 +70,4 @@ function resolveLinkClass (route: RouteLocation, currentRoute: RouteLocation, {
<slot v-bind="{ isActive: active !== undefined ? active : (exact ? isExactActive : isActive) }" />
</a>
</NuxtLink>
</template>
</template>

View File

@@ -151,4 +151,4 @@ const Component = computed(() => props.mode === 'hover' ? HoverCard : Popover)
transform: translateX(0.25rem);
}
}
</style>
</style>

View File

@@ -30,4 +30,4 @@ const toastProps = toRef(() => props.toast as ToastProviderProps)
</ToastProvider>
</TooltipProvider>
</ConfigProvider>
</template>
</template>

View File

@@ -24,4 +24,4 @@ const props = withDefaults(defineProps<SkeletonProps>(), { as: 'div' })
<Primitive :as="as" :class="skeleton({ class: props.class })">
<slot />
</Primitive>
</template>
</template>

View File

@@ -109,4 +109,4 @@ const ui = computed(() => tv({ extend: tooltip, slots: props.ui })())
transform: translateY(0);
}
}
</style>
</style>