UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

62 lines (61 loc) 1.19 kB
import { c as r } from "../../index-D29mdTf5.js"; const t = r([ "border", "rounded", "p-[0.625rem]", "w-full", "flex", "items-center", "justify-between", "border-gray-300", "cursor-pointer", "transition-all", "transition-duration-100", "data-[open=true]:border-aurora-500", "text-sm" ]), o = r([ "snap-y", "snap-mandatory", "overflow-y-scroll", "scrollbar-none", "flex", "flex-col" ]), n = r([ "w-15", "h-10", "snap-start", "rounded", "transition-all", "transition-duration-100", "focus-within:outline-2", "border-2", "border-transparent", "outline-none", "hover:bg-gray-100", "hover:border-2", "hover:border-white", "data-[active=true]:bg-blue-600", "data-[active=true]:hover:border-blue-200", "data-[active=true]:text-white", "data-[active=true]:font-medium", "focus-visible:border-blue-200", "focus-within:border-blue-200" ]), a = r([ "flex", "items-center", "justify-center", "cursor-pointer", "w-full", "h-full", "px-6", "py-3", "outline-none", "focus:border-blue-200", "text-sm" ]); export { a as buttonVariants, n as liVariants, t as timePickerVariants, o as ulVariants };