luaniverse 4.0.42 → 4.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +350 -210
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -1
- package/dist/index.d.ts +10 -1
- package/dist/index.js +346 -211
- package/dist/index.js.map +1 -1
- package/dist/safelist.js +54 -0
- package/dist/safelist.txt +52 -2
- package/package.json +2 -1
package/dist/index.d.cts
CHANGED
|
@@ -15,6 +15,7 @@ import * as LabelPrimitive from '@radix-ui/react-label';
|
|
|
15
15
|
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
|
16
16
|
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
17
17
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
18
|
+
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
18
19
|
|
|
19
20
|
declare const buttonVariants: (props?: ({
|
|
20
21
|
variant?: "default" | "primary" | "outline" | "tertiary" | "secondary" | "muted" | "destructive" | null | undefined;
|
|
@@ -767,6 +768,8 @@ declare const ArrowLeft: React.ForwardRefExoticComponent<Omit<IconProps, "ref">
|
|
|
767
768
|
|
|
768
769
|
declare const ArrowRight: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
769
770
|
|
|
771
|
+
declare const ArrowClockwiseIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
772
|
+
|
|
770
773
|
declare const ArrowsClockwiseIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
771
774
|
|
|
772
775
|
declare const ArrowSquareOut: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -781,6 +784,8 @@ declare const CaretDown: React.ForwardRefExoticComponent<Omit<IconProps, "ref">
|
|
|
781
784
|
|
|
782
785
|
declare const CaretRight: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
783
786
|
|
|
787
|
+
declare const CaretUpIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
788
|
+
|
|
784
789
|
declare const ChartBar: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
785
790
|
|
|
786
791
|
declare const Chat: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -813,6 +818,8 @@ declare const FacebookLogo: React.ForwardRefExoticComponent<Omit<IconProps, "ref
|
|
|
813
818
|
|
|
814
819
|
declare const FolderIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
815
820
|
|
|
821
|
+
declare const FolderSimpleLockIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
822
|
+
|
|
816
823
|
declare const Gear: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
817
824
|
|
|
818
825
|
declare const GearSix: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1231,6 +1238,8 @@ declare const MultiSelect: React.ForwardRefExoticComponent<MultiSelectProps & Re
|
|
|
1231
1238
|
|
|
1232
1239
|
declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
1233
1240
|
|
|
1241
|
+
declare const Slider: React.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
1242
|
+
|
|
1234
1243
|
/** @type {import('tailwindcss').Config} */
|
|
1235
1244
|
declare const luaniversePreset: any;
|
|
1236
1245
|
|
|
@@ -1242,4 +1251,4 @@ declare const luaniversePreset: any;
|
|
|
1242
1251
|
*/
|
|
1243
1252
|
declare const luaniverseSafelist: string[];
|
|
1244
1253
|
|
|
1245
|
-
export { AEP, AI, AVI, aep as AepIcon, ai as AiIcon, ArrowLeft, ArrowRight, ArrowSquareOut, ArrowUp, ArrowsClockwiseIcon, avi as AviIcon, Badge, type BadgeProps, Blend, blend as BlendIcon, BooksIcon, Button, type ButtonProps, C4D, c4d as C4dIcon, CDR, CSS, CSV, Camera, Caption, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CaretDown, CaretRight, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, cdr as CdrIcon, ChartBar, Chat, ChatsCircle, Check, CheckSquareIcon, Checkbox, Circle, ClipboardTextIcon, Clock, CopySimpleIcon, CreditCard, css as CssIcon, csv as CsvIcon, CurrencyCircleDollar, DMG, DOC, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, dmg as DmgIcon, doc as DocIcon, DotsSixVerticalIcon, DotsThree, DotsThreeVertical, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EXE, exe as ExeIcon, FacebookLogo, Fig, fig as FigIcon, FolderIcon, GIF, Gear, GearSix, gif as GifIcon, GitCommit, HTML, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Headset, html as HtmlIcon, ICO, ico as IcoIcon, IconButton, type IconButtonProps, type IconProps, ImageIcon, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, InstagramLogo, JPEG, JPG, JS, JSON, Java, java as JavaIcon, jpeg as JpegIcon, jpg as JpgIcon, js as JsIcon, json as JsonIcon, KeyIcon, Label, Link, LinkIcon, type LinkProps, LinkSimple, LockSimple, Logo, LogoSpinner, MOV, MP3, MP4, MPG, MagnifyingGlass, MapPin, Microphone, Minus, MinusCircleIcon, mov as MovIcon, mp3 as Mp3Icon, mp4 as Mp4Icon, mpg as MpgIcon, MultiSelect, type MultiSelectOption, type MultiSelectProps, Overline, PDF, PNG, PPT, PSD, PackageIcon, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PaperPlane, PaperPlaneTilt, Paperclip, pdf as PdfIcon, PencilSimple, PlugsRegular, Plus, png as PngIcon, ppt as PptIcon, psd as PsdIcon, RadioGroup, RadioGroupItem, Rar, rar as RarIcon, RecordIcon, SVG, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, ShoppingCartIcon, SidebarSimple, SignOut, Sketch, sketch as SketchIcon, Storefront, svg as SvgIcon, Switch, TIFF, TXT, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableWrapper, Tabs, TabsContent, TabsList, TabsTrigger, Tag, Text, Textarea, type TextareaProps, Ticket, tiff as TiffIcon, Tooltip, TooltipArrow, TooltipContent, TooltipProvider, TooltipTrigger, Trash, txt as TxtIcon, Typography, type TypographyProps, UserCircle, UserIcon, Users, VideoCamera, WAV, WEBP, WarningOctagon, WarningTriangle, wav as WavIcon, Waveform, webp as WebpIcon, WhatsAppLogo, WrenchIcon, XIcon, XLS, xls as XlsIcon, Zip, zip as ZipIcon, badgeVariants, buttonVariants, cn, luaniversePreset as default, getAccessibilityProps, getDefaultAriaLabel, iconButtonVariants, luaniversePreset, luaniverseSafelist };
|
|
1254
|
+
export { AEP, AI, AVI, aep as AepIcon, ai as AiIcon, ArrowClockwiseIcon, ArrowLeft, ArrowRight, ArrowSquareOut, ArrowUp, ArrowsClockwiseIcon, avi as AviIcon, Badge, type BadgeProps, Blend, blend as BlendIcon, BooksIcon, Button, type ButtonProps, C4D, c4d as C4dIcon, CDR, CSS, CSV, Camera, Caption, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CaretDown, CaretRight, CaretUpIcon, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, cdr as CdrIcon, ChartBar, Chat, ChatsCircle, Check, CheckSquareIcon, Checkbox, Circle, ClipboardTextIcon, Clock, CopySimpleIcon, CreditCard, css as CssIcon, csv as CsvIcon, CurrencyCircleDollar, DMG, DOC, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, dmg as DmgIcon, doc as DocIcon, DotsSixVerticalIcon, DotsThree, DotsThreeVertical, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EXE, exe as ExeIcon, FacebookLogo, Fig, fig as FigIcon, FolderIcon, FolderSimpleLockIcon, GIF, Gear, GearSix, gif as GifIcon, GitCommit, HTML, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Headset, html as HtmlIcon, ICO, ico as IcoIcon, IconButton, type IconButtonProps, type IconProps, ImageIcon, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, InstagramLogo, JPEG, JPG, JS, JSON, Java, java as JavaIcon, jpeg as JpegIcon, jpg as JpgIcon, js as JsIcon, json as JsonIcon, KeyIcon, Label, Link, LinkIcon, type LinkProps, LinkSimple, LockSimple, Logo, LogoSpinner, MOV, MP3, MP4, MPG, MagnifyingGlass, MapPin, Microphone, Minus, MinusCircleIcon, mov as MovIcon, mp3 as Mp3Icon, mp4 as Mp4Icon, mpg as MpgIcon, MultiSelect, type MultiSelectOption, type MultiSelectProps, Overline, PDF, PNG, PPT, PSD, PackageIcon, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PaperPlane, PaperPlaneTilt, Paperclip, pdf as PdfIcon, PencilSimple, PlugsRegular, Plus, png as PngIcon, ppt as PptIcon, psd as PsdIcon, RadioGroup, RadioGroupItem, Rar, rar as RarIcon, RecordIcon, SVG, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, ShoppingCartIcon, SidebarSimple, SignOut, Sketch, sketch as SketchIcon, Slider, Storefront, svg as SvgIcon, Switch, TIFF, TXT, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableWrapper, Tabs, TabsContent, TabsList, TabsTrigger, Tag, Text, Textarea, type TextareaProps, Ticket, tiff as TiffIcon, Tooltip, TooltipArrow, TooltipContent, TooltipProvider, TooltipTrigger, Trash, txt as TxtIcon, Typography, type TypographyProps, UserCircle, UserIcon, Users, VideoCamera, WAV, WEBP, WarningOctagon, WarningTriangle, wav as WavIcon, Waveform, webp as WebpIcon, WhatsAppLogo, WrenchIcon, XIcon, XLS, xls as XlsIcon, Zip, zip as ZipIcon, badgeVariants, buttonVariants, cn, luaniversePreset as default, getAccessibilityProps, getDefaultAriaLabel, iconButtonVariants, luaniversePreset, luaniverseSafelist };
|
package/dist/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import * as LabelPrimitive from '@radix-ui/react-label';
|
|
|
15
15
|
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
|
16
16
|
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
17
17
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
18
|
+
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
18
19
|
|
|
19
20
|
declare const buttonVariants: (props?: ({
|
|
20
21
|
variant?: "default" | "primary" | "outline" | "tertiary" | "secondary" | "muted" | "destructive" | null | undefined;
|
|
@@ -767,6 +768,8 @@ declare const ArrowLeft: React.ForwardRefExoticComponent<Omit<IconProps, "ref">
|
|
|
767
768
|
|
|
768
769
|
declare const ArrowRight: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
769
770
|
|
|
771
|
+
declare const ArrowClockwiseIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
772
|
+
|
|
770
773
|
declare const ArrowsClockwiseIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
771
774
|
|
|
772
775
|
declare const ArrowSquareOut: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -781,6 +784,8 @@ declare const CaretDown: React.ForwardRefExoticComponent<Omit<IconProps, "ref">
|
|
|
781
784
|
|
|
782
785
|
declare const CaretRight: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
783
786
|
|
|
787
|
+
declare const CaretUpIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
788
|
+
|
|
784
789
|
declare const ChartBar: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
785
790
|
|
|
786
791
|
declare const Chat: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -813,6 +818,8 @@ declare const FacebookLogo: React.ForwardRefExoticComponent<Omit<IconProps, "ref
|
|
|
813
818
|
|
|
814
819
|
declare const FolderIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
815
820
|
|
|
821
|
+
declare const FolderSimpleLockIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
822
|
+
|
|
816
823
|
declare const Gear: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
817
824
|
|
|
818
825
|
declare const GearSix: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1231,6 +1238,8 @@ declare const MultiSelect: React.ForwardRefExoticComponent<MultiSelectProps & Re
|
|
|
1231
1238
|
|
|
1232
1239
|
declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
1233
1240
|
|
|
1241
|
+
declare const Slider: React.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
1242
|
+
|
|
1234
1243
|
/** @type {import('tailwindcss').Config} */
|
|
1235
1244
|
declare const luaniversePreset: any;
|
|
1236
1245
|
|
|
@@ -1242,4 +1251,4 @@ declare const luaniversePreset: any;
|
|
|
1242
1251
|
*/
|
|
1243
1252
|
declare const luaniverseSafelist: string[];
|
|
1244
1253
|
|
|
1245
|
-
export { AEP, AI, AVI, aep as AepIcon, ai as AiIcon, ArrowLeft, ArrowRight, ArrowSquareOut, ArrowUp, ArrowsClockwiseIcon, avi as AviIcon, Badge, type BadgeProps, Blend, blend as BlendIcon, BooksIcon, Button, type ButtonProps, C4D, c4d as C4dIcon, CDR, CSS, CSV, Camera, Caption, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CaretDown, CaretRight, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, cdr as CdrIcon, ChartBar, Chat, ChatsCircle, Check, CheckSquareIcon, Checkbox, Circle, ClipboardTextIcon, Clock, CopySimpleIcon, CreditCard, css as CssIcon, csv as CsvIcon, CurrencyCircleDollar, DMG, DOC, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, dmg as DmgIcon, doc as DocIcon, DotsSixVerticalIcon, DotsThree, DotsThreeVertical, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EXE, exe as ExeIcon, FacebookLogo, Fig, fig as FigIcon, FolderIcon, GIF, Gear, GearSix, gif as GifIcon, GitCommit, HTML, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Headset, html as HtmlIcon, ICO, ico as IcoIcon, IconButton, type IconButtonProps, type IconProps, ImageIcon, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, InstagramLogo, JPEG, JPG, JS, JSON, Java, java as JavaIcon, jpeg as JpegIcon, jpg as JpgIcon, js as JsIcon, json as JsonIcon, KeyIcon, Label, Link, LinkIcon, type LinkProps, LinkSimple, LockSimple, Logo, LogoSpinner, MOV, MP3, MP4, MPG, MagnifyingGlass, MapPin, Microphone, Minus, MinusCircleIcon, mov as MovIcon, mp3 as Mp3Icon, mp4 as Mp4Icon, mpg as MpgIcon, MultiSelect, type MultiSelectOption, type MultiSelectProps, Overline, PDF, PNG, PPT, PSD, PackageIcon, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PaperPlane, PaperPlaneTilt, Paperclip, pdf as PdfIcon, PencilSimple, PlugsRegular, Plus, png as PngIcon, ppt as PptIcon, psd as PsdIcon, RadioGroup, RadioGroupItem, Rar, rar as RarIcon, RecordIcon, SVG, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, ShoppingCartIcon, SidebarSimple, SignOut, Sketch, sketch as SketchIcon, Storefront, svg as SvgIcon, Switch, TIFF, TXT, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableWrapper, Tabs, TabsContent, TabsList, TabsTrigger, Tag, Text, Textarea, type TextareaProps, Ticket, tiff as TiffIcon, Tooltip, TooltipArrow, TooltipContent, TooltipProvider, TooltipTrigger, Trash, txt as TxtIcon, Typography, type TypographyProps, UserCircle, UserIcon, Users, VideoCamera, WAV, WEBP, WarningOctagon, WarningTriangle, wav as WavIcon, Waveform, webp as WebpIcon, WhatsAppLogo, WrenchIcon, XIcon, XLS, xls as XlsIcon, Zip, zip as ZipIcon, badgeVariants, buttonVariants, cn, luaniversePreset as default, getAccessibilityProps, getDefaultAriaLabel, iconButtonVariants, luaniversePreset, luaniverseSafelist };
|
|
1254
|
+
export { AEP, AI, AVI, aep as AepIcon, ai as AiIcon, ArrowClockwiseIcon, ArrowLeft, ArrowRight, ArrowSquareOut, ArrowUp, ArrowsClockwiseIcon, avi as AviIcon, Badge, type BadgeProps, Blend, blend as BlendIcon, BooksIcon, Button, type ButtonProps, C4D, c4d as C4dIcon, CDR, CSS, CSV, Camera, Caption, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CaretDown, CaretRight, CaretUpIcon, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, cdr as CdrIcon, ChartBar, Chat, ChatsCircle, Check, CheckSquareIcon, Checkbox, Circle, ClipboardTextIcon, Clock, CopySimpleIcon, CreditCard, css as CssIcon, csv as CsvIcon, CurrencyCircleDollar, DMG, DOC, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, dmg as DmgIcon, doc as DocIcon, DotsSixVerticalIcon, DotsThree, DotsThreeVertical, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EXE, exe as ExeIcon, FacebookLogo, Fig, fig as FigIcon, FolderIcon, FolderSimpleLockIcon, GIF, Gear, GearSix, gif as GifIcon, GitCommit, HTML, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Headset, html as HtmlIcon, ICO, ico as IcoIcon, IconButton, type IconButtonProps, type IconProps, ImageIcon, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, InstagramLogo, JPEG, JPG, JS, JSON, Java, java as JavaIcon, jpeg as JpegIcon, jpg as JpgIcon, js as JsIcon, json as JsonIcon, KeyIcon, Label, Link, LinkIcon, type LinkProps, LinkSimple, LockSimple, Logo, LogoSpinner, MOV, MP3, MP4, MPG, MagnifyingGlass, MapPin, Microphone, Minus, MinusCircleIcon, mov as MovIcon, mp3 as Mp3Icon, mp4 as Mp4Icon, mpg as MpgIcon, MultiSelect, type MultiSelectOption, type MultiSelectProps, Overline, PDF, PNG, PPT, PSD, PackageIcon, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PaperPlane, PaperPlaneTilt, Paperclip, pdf as PdfIcon, PencilSimple, PlugsRegular, Plus, png as PngIcon, ppt as PptIcon, psd as PsdIcon, RadioGroup, RadioGroupItem, Rar, rar as RarIcon, RecordIcon, SVG, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, ShoppingCartIcon, SidebarSimple, SignOut, Sketch, sketch as SketchIcon, Slider, Storefront, svg as SvgIcon, Switch, TIFF, TXT, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableWrapper, Tabs, TabsContent, TabsList, TabsTrigger, Tag, Text, Textarea, type TextareaProps, Ticket, tiff as TiffIcon, Tooltip, TooltipArrow, TooltipContent, TooltipProvider, TooltipTrigger, Trash, txt as TxtIcon, Typography, type TypographyProps, UserCircle, UserIcon, Users, VideoCamera, WAV, WEBP, WarningOctagon, WarningTriangle, wav as WavIcon, Waveform, webp as WebpIcon, WhatsAppLogo, WrenchIcon, XIcon, XLS, xls as XlsIcon, Zip, zip as ZipIcon, badgeVariants, buttonVariants, cn, luaniversePreset as default, getAccessibilityProps, getDefaultAriaLabel, iconButtonVariants, luaniversePreset, luaniverseSafelist };
|