chore: frontend build
This commit is contained in:
22
bootstrap/ssr/assets/label-DrpjkvJN.js
Normal file
22
bootstrap/ssr/assets/label-DrpjkvJN.js
Normal file
@@ -0,0 +1,22 @@
|
||||
import { jsx } from "react/jsx-runtime";
|
||||
import * as LabelPrimitive from "@radix-ui/react-label";
|
||||
import { c as cn } from "./index-CY6fYws-.js";
|
||||
function Label({
|
||||
className,
|
||||
...props
|
||||
}) {
|
||||
return /* @__PURE__ */ jsx(
|
||||
LabelPrimitive.Root,
|
||||
{
|
||||
"data-slot": "label",
|
||||
className: cn(
|
||||
"text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50",
|
||||
className
|
||||
),
|
||||
...props
|
||||
}
|
||||
);
|
||||
}
|
||||
export {
|
||||
Label as L
|
||||
};
|
||||
Reference in New Issue
Block a user