) => (
{variant && variantToIconMap[variant]}
{children}
);
const InlineNotificationTitle = ({
className,
...props
}: React.ComponentProps<"h5">) => (
{props.children}
);
const InlineNotificationDescription = ({
className,
...props
}: React.ComponentProps<"div">) => (
);
export {
InlineNotification,
InlineNotificationTitle,
InlineNotificationDescription,
};
`,__src__:"registry/default/ui/inline-notification.tsx",__style__:"default",children:(0,l.jsxs)(n.code,{"data-language":"tsx","data-theme":"default",children:[(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"import"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:" *"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" as"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" React "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"from"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "react"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:";"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"import"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" { cva, "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"type"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" VariantProps } "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"from"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "class-variance-authority"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:";"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"import"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" { CircleAlert, CircleCheck, CircleX, Trash2 } "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"from"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "lucide-react"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:";"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:" "}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"import"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" { cn } "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"from"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "@/lib/utils"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:";"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"import"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" { typographyVariants } "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"from"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "@/components/ui/typography"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:";"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:" "}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"const"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:" inlineNotificationVariants"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" ="}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" cva"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"("})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "relative bg-background text-foreground w-full rounded-lg border px-4 py-3 grid has-[>svg]:grid-cols-[calc(var(--spacing)*4)_1fr] grid-cols-[0_1fr] has-[>svg]:gap-x-3 gap-y-0.5 items-start [&>svg]:size-4 [&>svg]:translate-y-0.5"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:","})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" variants: {"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" variant: {"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" info: "}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'""'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:","})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" success: "}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'""'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:","})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" destructive: "}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'""'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:","})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" delete: "}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'""'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:","})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" },"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" },"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" defaultVariants: {"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" variant: "}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"info"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:","})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" },"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" }"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:");"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:" "}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"const"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:" variantToIconMap"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" ="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" info: <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"CircleAlert"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" size"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"{"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"16"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"} "}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"className"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"text-primary"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" />,"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" success: <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"CircleCheck"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" size"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"{"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"16"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"} "}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"className"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"text-success"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" />,"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" destructive: <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"CircleX"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" size"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"{"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"16"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"} "}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"className"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"text-destructive"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" />,"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" delete: <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"Trash2"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" size"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"{"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"16"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"} "}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"className"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"text-destructive"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" />,"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"};"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:" "}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"const"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" InlineNotification"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" ="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" ({"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" className,"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" variant "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "info"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:","})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" children,"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" ..."}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"props"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"}"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:":"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" React"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"."}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"ComponentProps"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"<"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"div"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"> "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"&"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" VariantProps"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"<"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"typeof"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" inlineNotificationVariants>) "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"=>"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" ("})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#85E89D"},children:"div"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" data-slot"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"inline-notification"'})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" role"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"alert"'})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" className"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"{"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"cn"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"("}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"inlineNotificationVariants"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"({ variant }), className)}"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"..."}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"props}"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" >"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {variant "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"&&"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" variantToIconMap[variant]}"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {children}"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" "}),(0,l.jsx)(n.span,{style:{color:"#85E89D"},children:"div"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:");"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:" "}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"const"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" InlineNotificationTitle"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" ="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" ({"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" className,"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" ..."}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"props"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"}"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:":"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" React"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"."}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"ComponentProps"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"<"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"h5"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">) "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"=>"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" ("})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#85E89D"},children:"h5"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" data-slot"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"inline-notification-title"'})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" className"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"{"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"cn"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"("})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "col-start-2 line-clamp-1 min-h-4"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:","})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" typographyVariants"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"({ variant: "}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"sm"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" }),"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "font-bold"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:","})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" className"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" )}"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"..."}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"props}"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" >"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {props.children}"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" "}),(0,l.jsx)(n.span,{style:{color:"#85E89D"},children:"h5"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:");"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:" "}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"const"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" InlineNotificationDescription"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" ="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" ({"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" className,"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" ..."}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"props"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"}"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:":"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" React"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"."}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"ComponentProps"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"<"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"div"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">) "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"=>"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" ("})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#85E89D"},children:"div"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" data-slot"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"inline-notification-description"'})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" className"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"{"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:"cn"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"("})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "col-start-2 grid justify-items-start gap-1"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:","})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" typographyVariants"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"({ variant: "}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"sm"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" }),"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" className"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" )}"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"..."}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"props}"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" />"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:");"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:" "}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"export"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotification,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotificationTitle,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotificationDescription,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"};"})})]})})})}),(0,l.jsx)(o,{children:"Update the import paths to match your project setup."})]})})]}),`
`,(0,l.jsxs)(n.h2,{id:"usage",children:[(0,l.jsx)(n.a,{className:"subheading-anchor","aria-label":"Link to section",href:"#usage",children:(0,l.jsx)(n.span,{className:"icon icon-link"})}),"Usage"]}),`
`,(0,l.jsx)(n.div,{"data-rehype-pretty-code-fragment":"",children:(0,l.jsx)(n.pre,{"data-language":"tsx","data-theme":"default",__rawString__:`import {
InlineNotification,
InlineNotificationDescription,
InlineNotificationTitle,
} from "/alert";
`,children:(0,l.jsxs)(n.code,{"data-language":"tsx","data-theme":"default",children:[(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"import"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotification,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotificationDescription,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotificationTitle,"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"} "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"from"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "/alert"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:";"})]})]})})}),`
`,(0,l.jsx)(n.div,{"data-rehype-pretty-code-fragment":"",children:(0,l.jsx)(n.pre,{"data-language":"tsx","data-theme":"default",__rawString__:`
Alert title
You can add components and dependencies to your app using the cli.
`,children:(0,l.jsxs)(n.code,{"data-language":"tsx","data-theme":"default",children:[(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"<"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotification"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationTitle"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">Alert title"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationTitle"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationDescription"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" You can add components and dependencies to your app using the cli."})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" "}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationDescription"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:""}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotification"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]})]})})}),`
`,(0,l.jsxs)(n.h2,{id:"props",children:[(0,l.jsx)(n.a,{className:"subheading-anchor","aria-label":"Link to section",href:"#props",children:(0,l.jsx)(n.span,{className:"icon icon-link"})}),"Props"]}),`
`,(0,l.jsxs)(n.table,{children:[(0,l.jsx)(n.thead,{children:(0,l.jsxs)(n.tr,{children:[(0,l.jsx)(n.th,{children:"Name"}),(0,l.jsx)(n.th,{children:"Type"}),(0,l.jsx)(n.th,{children:"Description"})]})}),(0,l.jsx)(n.tbody,{children:(0,l.jsxs)(n.tr,{children:[(0,l.jsx)(n.td,{children:"variant"}),(0,l.jsxs)(n.td,{children:[(0,l.jsx)(n.code,{children:"info"}),", ",(0,l.jsx)(n.code,{children:"success"})," or ",(0,l.jsx)(n.code,{children:"destructive"})]}),(0,l.jsx)(n.td,{children:"Component variants."})]})})]}),`
`,(0,l.jsx)(i,{children:(0,l.jsxs)(n.p,{children:["The ",(0,l.jsx)(n.strong,{children:"default"})," value of ",(0,l.jsx)(n.code,{children:"variant"})," is ",(0,l.jsx)(n.code,{children:"info"}),"."]})}),`
`,(0,l.jsxs)(n.h2,{id:"examples",children:[(0,l.jsx)(n.a,{className:"subheading-anchor","aria-label":"Link to section",href:"#examples",children:(0,l.jsx)(n.span,{className:"icon icon-link"})}),"Examples"]}),`
`,(0,l.jsxs)(n.h3,{id:"info",children:[(0,l.jsx)(n.a,{className:"subheading-anchor","aria-label":"Link to section",href:"#info",children:(0,l.jsx)(n.span,{className:"icon icon-link"})}),"Info"]}),`
`,(0,l.jsx)(c,{name:"inline-notification-info",children:(0,l.jsx)(n.div,{"data-rehype-pretty-code-fragment":"",children:(0,l.jsx)(n.pre,{"data-language":"tsx","data-theme":"default",__rawString__:`import {
InlineNotification,
InlineNotificationDescription,
InlineNotificationTitle,
} from "@/components/ui/inline-notification";
export function InlineNotificationInfo() {
return (
Heads up!
You can add components and dependencies to your app using the cli.
);
}
`,__src__:"registry/default/examples/inline-notification-info.tsx",children:(0,l.jsxs)(n.code,{"data-language":"tsx","data-theme":"default",children:[(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"import"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotification,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotificationDescription,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotificationTitle,"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"} "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"from"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "@/components/ui/inline-notification"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:";"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:" "}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"export"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" function"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" InlineNotificationInfo"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"() {"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" return"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" ("})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotification"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" variant"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"info"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationTitle"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">Heads up!"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationTitle"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationDescription"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" You can add components and dependencies to your app using the cli."})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" "}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationDescription"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" "}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotification"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" );"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"}"})})]})})})}),`
`,(0,l.jsxs)(n.h3,{id:"success",children:[(0,l.jsx)(n.a,{className:"subheading-anchor","aria-label":"Link to section",href:"#success",children:(0,l.jsx)(n.span,{className:"icon icon-link"})}),"Success"]}),`
`,(0,l.jsx)(c,{name:"inline-notification-success",children:(0,l.jsx)(n.div,{"data-rehype-pretty-code-fragment":"",children:(0,l.jsx)(n.pre,{"data-language":"tsx","data-theme":"default",__rawString__:`import {
InlineNotification,
InlineNotificationDescription,
InlineNotificationTitle,
} from "@/components/ui/inline-notification";
export function InlineNotificationSuccess() {
return (
Heads up!
You can add components and dependencies to your app using the cli.
);
}
`,__src__:"registry/default/examples/inline-notification-success.tsx",children:(0,l.jsxs)(n.code,{"data-language":"tsx","data-theme":"default",children:[(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"import"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotification,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotificationDescription,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotificationTitle,"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"} "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"from"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "@/components/ui/inline-notification"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:";"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:" "}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"export"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" function"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" InlineNotificationSuccess"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"() {"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" return"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" ("})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotification"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" variant"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"success"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationTitle"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">Heads up!"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationTitle"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationDescription"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" You can add components and dependencies to your app using the cli."})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" "}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationDescription"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" "}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotification"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" );"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"}"})})]})})})}),`
`,(0,l.jsxs)(n.h3,{id:"destructive",children:[(0,l.jsx)(n.a,{className:"subheading-anchor","aria-label":"Link to section",href:"#destructive",children:(0,l.jsx)(n.span,{className:"icon icon-link"})}),"Destructive"]}),`
`,(0,l.jsx)(c,{name:"inline-notification-destructive",children:(0,l.jsx)(n.div,{"data-rehype-pretty-code-fragment":"",children:(0,l.jsx)(n.pre,{"data-language":"tsx","data-theme":"default",__rawString__:`import {
InlineNotification,
InlineNotificationDescription,
InlineNotificationTitle,
} from "@/components/ui/inline-notification";
export function InlineNotificationError() {
return (
Heads up!
You can add components and dependencies to your app using the cli.
);
}
`,__src__:"registry/default/examples/inline-notification-destructive.tsx",children:(0,l.jsxs)(n.code,{"data-language":"tsx","data-theme":"default",children:[(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"import"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" {"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotification,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotificationDescription,"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" InlineNotificationTitle,"})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"} "}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"from"}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:' "@/components/ui/inline-notification"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:";"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:" "}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"export"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" function"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" InlineNotificationError"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"() {"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#F97583"},children:" return"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" ("})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotification"}),(0,l.jsx)(n.span,{style:{color:"#B392F0"},children:" variant"}),(0,l.jsx)(n.span,{style:{color:"#F97583"},children:"="}),(0,l.jsx)(n.span,{style:{color:"#9ECBFF"},children:'"destructive"'}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationTitle"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">Heads up!"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationTitle"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" <"}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationDescription"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" You can add components and dependencies to your app using the cli."})}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" "}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotificationDescription"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsxs)(n.span,{className:"line",children:[(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" "}),(0,l.jsx)(n.span,{style:{color:"#79B8FF"},children:"InlineNotification"}),(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:">"})]}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:" );"})}),`
`,(0,l.jsx)(n.span,{className:"line",children:(0,l.jsx)(n.span,{style:{color:"#E1E4E8"},children:"}"})})]})})})})]})}function f(e={}){let{wrapper:n}=e.components||{};return n?(0,l.jsx)(n,{...e,children:(0,l.jsx)(F,{...e})}):F(e)}function s(e,n){throw new Error("Expected "+(n?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}return T(D);})();
;return Component;e:["$","main",null,{"className":"relative py-6 lg:gap-10 lg:py-8 xl:grid xl:grid-cols-[1fr_300px]","children":[["$","div",null,{"className":"mx-auto w-full min-w-0 max-w-2xl","children":[["$","div",null,{"className":"mb-4 flex items-center space-x-1 text-sm leading-none text-muted-foreground","children":[["$","div",null,{"className":"truncate","children":"Docs"}],["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-chevron-right h-3.5 w-3.5","children":[["$","path","mthhwq",{"d":"m9 18 6-6-6-6"}],"$undefined"]}],["$","div",null,{"className":"text-foreground","children":"Inline Notification"}]]}],["$","div",null,{"className":"space-y-2","children":[["$","h1",null,{"className":"scroll-m-20 text-3xl font-bold tracking-tight","children":"Inline Notification"}],["$","p",null,{"className":"text-base text-muted-foreground","children":["$","$L16",null,{"children":"Displays an inline callout for user attention."}]}]]}],["$","div",null,{"className":"flex items-center space-x-2 pt-4","children":[["$","$La",null,{"href":"https://ui.shadcn.com/docs/components/alert","target":"_blank","rel":"noreferrer","className":"inline-flex items-center justify-center rounded-md border px-2 py-0.5 text-xs font-semibold w-fit whitespace-nowrap shrink-0 [&>svg]:size-3 [&>svg]:pointer-events-none ring-ring/10 dark:ring-ring/20 dark:outline-ring/40 outline-ring/50 focus-visible:ring-4 focus-visible:outline-1 aria-invalid:focus-visible:ring-0 transition-[color,box-shadow] border-transparent bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/80 gap-1","children":["Docs",["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-external-link h-3 w-3","children":[["$","path","1q9fwt",{"d":"M15 3h6v6"}],["$","path","gplh6r",{"d":"M10 14 21 3"}],["$","path","a6xqqp",{"d":"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}],"$undefined"]}]]}],"$undefined"]}],["$","div",null,{"className":"pb-12 pt-8","children":["$","$L17",null,{"code":"$18"}]}],["$","div",null,{"className":"flex flex-row items-center justify-between","children":[["$","$La",null,{"href":"/docs/components/form","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-chevron-left","children":[["$","path","1wnfg3",{"d":"m15 18-6-6 6-6"}],"$undefined"]}],"Form"],"data-slot":"button","className":"text-sm inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md font-bold transition-[color,box-shadow] disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0 ring-ring/10 dark:ring-ring/20 dark:outline-ring/40 outline-ring/50 focus-visible:ring-4 focus-visible:outline-1 aria-invalid:focus-visible:ring-0 text-primary underline-offset-4 hover:underline p-0 h-fit","type":"button","disabled":"$undefined","ref":null}],["$","$La",null,{"href":"/docs/components/input","children":["Input",["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-chevron-right","children":[["$","path","mthhwq",{"d":"m9 18 6-6-6-6"}],"$undefined"]}]],"data-slot":"button","className":"text-sm inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md font-bold transition-[color,box-shadow] disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0 ring-ring/10 dark:ring-ring/20 dark:outline-ring/40 outline-ring/50 focus-visible:ring-4 focus-visible:outline-1 aria-invalid:focus-visible:ring-0 text-primary underline-offset-4 hover:underline ml-auto p-0 h-fit","type":"button","disabled":"$undefined","ref":null}]]}]]}],["$","div",null,{"className":"hidden text-sm xl:block","children":["$","div",null,{"className":"sticky top-20 -mt-6 h-[calc(100vh-3.5rem)] pt-4","children":["$","div",null,{"className":"no-scrollbar h-full overflow-auto pb-10","children":["$","$L19",null,{"toc":{"items":[{"url":"#installation","title":"Installation"},{"url":"#usage","title":"Usage"},{"url":"#props","title":"Props"},{"url":"#examples","title":"Examples","items":[{"url":"#info","title":"Info"},{"url":"#success","title":"Success"},{"url":"#destructive","title":"Destructive"}]}]}}]}]}]}]]}]
14:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"name":"theme-color","content":"#ffffff"}]]
12:[["$","meta","0",{"charSet":"utf-8"}],["$","title","1",{"children":"Inline Notification - AKASHA UI"}],["$","meta","2",{"name":"description","content":"Displays an inline callout for user attention."}],["$","link","3",{"rel":"author","href":"https://akasha.org/"}],["$","meta","4",{"name":"author","content":"akasha"}],["$","link","5",{"rel":"manifest","href":"https://akasha-ui.pages.dev/site.webmanifest","crossOrigin":"$undefined"}],["$","meta","6",{"name":"keywords","content":"Next.js,React,Tailwind CSS,Server Components,Radix UI"}],["$","meta","7",{"name":"creator","content":"akasha"}],["$","meta","8",{"property":"og:title","content":"Inline Notification"}],["$","meta","9",{"property":"og:description","content":"Displays an inline callout for user attention."}],["$","meta","10",{"property":"og:url","content":"https://akasha-ui.pages.dev/undefined/docs/components/inline-notification"}],["$","meta","11",{"property":"og:image","content":"https://akasha-ui.pages.dev/og.jpg"}],["$","meta","12",{"property":"og:image:width","content":"1200"}],["$","meta","13",{"property":"og:image:height","content":"630"}],["$","meta","14",{"property":"og:image:alt","content":"AKASHA UI"}],["$","meta","15",{"property":"og:type","content":"article"}],["$","meta","16",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","17",{"name":"twitter:creator","content":"AKASHAorg"}],["$","meta","18",{"name":"twitter:title","content":"AKASHA UI"}],["$","meta","19",{"name":"twitter:description","content":"A curated set of components and blocks built with Shadcn UI and Tailwind CSS. Customizable. Free. Open Source."}],["$","meta","20",{"name":"twitter:image","content":"https://akasha-ui.pages.dev/og.jpg"}],["$","link","21",{"rel":"shortcut icon","href":"/favicon-16x16.png"}],["$","link","22",{"rel":"icon","href":"/favicon.ico"}],["$","link","23",{"rel":"apple-touch-icon","href":"/apple-touch-icon.png"}]]
10:null