UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

102 lines (101 loc) 2.47 kB
import { t as e } from "../../dist-Bcn6lMQe.js"; var r = e([ "relative", "border", "shadow-xs", "dark:shadow-sm", "p-4", "rounded-lg", "flex", "gap-4", "items-start", "justify-start", "text-sm", "overflow-clip", "duration-300", "data-[state=hidden]:animate-out", "data-[state=hidden]:fade-out-0", "data-[state=hidden]:zoom-out-95" ], { variants: { type: { success: [ "bg-green-50", "border-green-200", "dark:bg-green-500/10", "dark:border-green-500/20" ], info: [ "bg-blue-50", "border-blue-100", "dark:bg-blue-500/10", "dark:border-blue-500/20" ], warning: [ "bg-yellow-50", "border-yellow-200", "dark:bg-yellow-500/10", "dark:border-yellow-500/20" ], danger: [ "bg-red-50", "border-red-200", "dark:bg-red-500/10", "dark:border-red-500/20" ] }, isVisible: { true: "", false: "hidden" } }, defaultVariants: { isVisible: !0 } }), a = e([ "text-sm", "font-medium", "leading-5" ], { variants: { type: { success: ["text-green-800", "dark:text-green-300"], info: ["text-blue-800", "dark:text-blue-300"], warning: ["text-yellow-800", "dark:text-yellow-200"], danger: ["text-red-800", "dark:text-rose-300"] } } }), d = e([ "text-sm", "font-normal", "leading-5" ], { variants: { type: { success: ["text-green-700", "dark:text-green-100"], info: ["text-blue-700", "dark:text-blue-200"], warning: ["text-yellow-700", "dark:text-yellow-100"], danger: ["text-red-700", "dark:text-rose-200"] } } }), n = e(["size-5", "shrink-0"], { variants: { type: { success: ["text-green-600", "dark:text-green-400"], info: [ "text-blue-600", "dark:text-blue-400", "rotate-180" ], warning: ["text-yellow-600", "dark:text-yellow-400"], danger: ["text-red-600", "dark:text-rose-400"] } } }), o = e([ "size-4", "absolute", "right-3", "top-3", "cursor-pointer", "opacity-70", "hover:opacity-100", "transition-opacity" ], { variants: { type: { success: ["text-green-600", "dark:text-green-400"], info: ["text-blue-600", "dark:text-blue-400"], warning: ["text-yellow-600", "dark:text-yellow-400"], danger: ["text-red-600", "dark:text-rose-400"] } } }); export { r as alertVariants, o as closeButtonVariants, d as descriptionVariants, n as iconVariants, a as titleVariants };