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

@@ -48,4 +48,4 @@ export default {
defaultVariants: {
size: 'sm'
}
}
}

View File

@@ -54,4 +54,4 @@ export default (config: { colors: string[] }) => ({
variant: 'solid',
size: 'sm'
}
})
})

View File

@@ -166,4 +166,4 @@ export default (config: { colors: string[] }) => ({
variant: 'solid',
size: 'sm'
}
})
})

View File

@@ -5,4 +5,4 @@ export default {
body: 'px-4 py-5 sm:p-6',
footer: 'p-4 sm:px-6'
}
}
}

View File

@@ -53,4 +53,4 @@ export default (config: { colors: string[] }) => ({
color: 'primary',
position: 'top-right'
}
})
})

View File

@@ -3,4 +3,4 @@ export default {
root: '',
content: 'data-[state=open]:animate-[collapsible-down_200ms_ease-out] data-[state=closed]:animate-[collapsible-up_200ms_ease-out] overflow-hidden'
}
}
}

View File

@@ -1,3 +1,3 @@
export default {
base: 'max-w-7xl mx-auto px-4 sm:px-6 lg:px-8'
}
}

View File

@@ -4,4 +4,4 @@ export default {
empty: 'i-heroicons-circle-stack-20-solid',
loading: 'i-heroicons-arrow-path-20-solid',
search: 'i-heroicons-magnifying-glass-20-solid'
}
}

View File

@@ -9,4 +9,4 @@ export { default as icons } from './icons'
export { default as kbd } from './kbd'
export { default as popover } from './popover'
export { default as skeleton } from './skeleton'
export { default as tooltip } from './tooltip'
export { default as tooltip } from './tooltip'

View File

@@ -10,4 +10,4 @@ export default {
defaultVariants: {
size: 'sm'
}
}
}

View File

@@ -3,4 +3,4 @@ export default {
content: 'bg-white dark:bg-gray-900 shadow-lg rounded-md ring ring-gray-200 dark:ring-gray-800 will-change-[transform,opacity] data-[state=open]:data-[side=top]:animate-[popover-down-open_200ms_ease-out] data-[state=closed]:data-[side=top]:animate-[popover-down-closed_200ms_ease-in] data-[state=open]:data-[side=right]:animate-[popover-left-open_200ms_ease-out] data-[state=closed]:data-[side=right]:animate-[popover-left-closed_200ms_ease-in] data-[state=open]:data-[side=left]:animate-[popover-right-open_200ms_ease-out] data-[state=closed]:data-[side=left]:animate-[popover-right-closed_200ms_ease-in] data-[state=open]:data-[side=bottom]:animate-[popover-up-open_200ms_ease-out] data-[state=closed]:data-[side=bottom]:animate-[popover-up-closed_200ms_ease-in]',
arrow: 'fill-gray-200 dark:fill-gray-800'
}
}
}

View File

@@ -1,3 +1,3 @@
export default {
base: 'animate-pulse rounded-md bg-gray-50 dark:bg-gray-800'
}
}

View File

@@ -6,4 +6,4 @@ export default {
// eslint-disable-next-line quotes
shortcuts: `hidden lg:inline-flex items-center shrink-0 gap-0.5 before:content-['·'] before:mr-0.5`
}
}
}