geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
29 lines (28 loc) • 555 B
JavaScript
import { cva as t } from "class-variance-authority";
const e = t("w-full", {
variants: {
isOpen: {
true: "ring-4 ring-primary-1 border-primary-2 text-light-1"
},
isValue: {
true: "text-light-1",
false: "text-light-4"
}
},
compoundVariants: [
// {
// isOpen: true,
// isValue: true,
// className: 'border-primary-2',
// },
{
isOpen: !1,
isValue: !0,
className: "border-neutral-2"
}
]
});
export {
e as ComboBoxStates
};
//# sourceMappingURL=index.es113.js.map