@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
47 lines (46 loc) • 965 B
JavaScript
import { c as r } from "../../index-D29mdTf5.js";
const a = r(
["border", "border-slate-200", "rounded-xl"],
{
variants: {
isActive: {
true: "border-transparent",
false: ""
},
canHover: {
true: ["group", "hover:border-transparent"],
false: ""
}
}
}
), o = r(
["border", "border-4", "p-3", "text-card-foreground", "rounded-xl"],
{
variants: {
isActive: {
true: ["border-aurora-500", "shadow"],
false: "border-transparent"
},
canHover: {
true: [
"cursor-pointer",
"border-transparent",
"group-hover:border-kubefirst-primary",
"civo:group-hover:border-civo-primary"
],
false: ""
}
},
compoundVariants: [
{
canHover: void 0,
isActive: void 0,
class: "border-transparent"
}
]
}
);
export {
a as cardBaseVariants,
o as cardVariants
};