@bitrix24/b24ui-nuxt
Version:
Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE
14 lines (11 loc) • 659 B
text/typescript
import template from "/home/runner/work/b24ui/b24ui/src/theme/popover"
const result = typeof template === 'function' ? (template as Function)({
"colorMode": true
}) : template
const theme = {
"slots": {
"content": "bg-white dark:bg-base-dark shadow-lg rounded-2xs ring ring-base-300 dark:ring-base-800 motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in] origin-(--reka-popover-content-transform-origin) focus:outline-none pointer-events-auto",
"arrow": "fill-white dark:fill-base-dark stroke-base-300 dark:stroke-base-800"
}
}
export default result as typeof theme