@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
35 lines (34 loc) • 688 B
JavaScript
import { c as e } from "../../index-BNmRGtA6.js";
const o = 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",
"border-gray-200",
"aria-expanded:border-kubefirst-primary",
"aria-expanded:text-kubefirst-secondary",
"focus-visible:bg-zinc-50",
"colony:aria-expanded:border-red-400",
"colony:aria-expanded:text-red-400",
"colony:focus-visible:bg-red-100"
]), a = e([
"mb-1",
"cursor-pointer",
"text-[14px]",
"leading-[20px]",
"tracking-[0.1px]"
]);
export {
o as dropdownVariants,
a as labelVariants
};