chore: frontend build
This commit is contained in:
18
bootstrap/ssr/assets/textarea-CcuSk8nN.js
Normal file
18
bootstrap/ssr/assets/textarea-CcuSk8nN.js
Normal file
@@ -0,0 +1,18 @@
|
||||
import { jsx } from "react/jsx-runtime";
|
||||
import { c as cn } from "./index-CY6fYws-.js";
|
||||
function Textarea({ className, ...props }) {
|
||||
return /* @__PURE__ */ jsx(
|
||||
"textarea",
|
||||
{
|
||||
"data-slot": "textarea",
|
||||
className: cn(
|
||||
"border-input placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 flex field-sizing-content min-h-16 w-full rounded-md border bg-transparent px-3 py-2 text-base shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
|
||||
className
|
||||
),
|
||||
...props
|
||||
}
|
||||
);
|
||||
}
|
||||
export {
|
||||
Textarea as T
|
||||
};
|
||||
Reference in New Issue
Block a user