@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
61 lines (60 loc) • 1.05 kB
JavaScript
import { c as e } from "../../index-BNmRGtA6.js";
const t = e(
[
"border",
"cursor-pointer",
"ease-in-out",
"flex",
"items-center",
"justify-between",
"px-3",
"py-1",
"relative",
"rounded-md",
"transition-all",
"w-full",
"outline-none",
"h-9"
],
{
variants: {
theme: {
kubefirst: [
"aria-expanded:border-kubefirst-primary",
"aria-expanded:text-kubefirst-secondary",
"focus-visible:bg-purple-100"
],
colony: [
"aria-expanded:border-red-400",
"aria-expanded:text-red-400",
"focus-visible:bg-red-100"
],
civo: ""
}
},
defaultVariants: {
theme: "kubefirst"
}
}
), a = e(
[
"mb-1",
"cursor-pointer",
"text-[14px]",
"leading-[20px]",
"tracking-[0.1px]"
],
{
variants: {
theme: {
kubefirst: "",
colony: "",
civo: ""
}
}
}
);
export {
t as dropdownVariants,
a as labelVariants
};