@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
63 lines (62 loc) • 1.24 kB
JavaScript
import { c as r } from "../../index-BNmRGtA6.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-blue-primary",
"data-[open=true]:border-civo-primary",
"text-sm"
]), o = r([
"snap-y",
"snap-mandatory",
"overflow-y-scroll",
"scrollbar-none",
"flex",
"flex-col"
]), a = r([
"w-[60px]",
"h-[40px]",
"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"
]), n = 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 {
n as buttonVariants,
a as liVariants,
t as timePickerVariants,
o as ulVariants
};