@octavius2929-personal/design-system 0.15.0 → 0.17.0

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.d.cts CHANGED
@@ -637,38 +637,231 @@ interface ListItemProps extends HTMLAttributes<HTMLDivElement> {
637
637
 
638
638
  declare const ListItem: react.ForwardRefExoticComponent<ListItemProps & react.RefAttributes<HTMLDivElement>>;
639
639
 
640
- declare function ChevronDownIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
640
+ declare function AlertCircleIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
641
641
 
642
- declare function ChevronUpIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
642
+ declare function ArchiveIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
643
+
644
+ declare function ArrowDownIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
645
+
646
+ declare function ArrowLeftIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
647
+
648
+ declare function ArrowRightIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
649
+
650
+ declare function ArrowUpIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
651
+
652
+ declare function AtSignIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
653
+
654
+ declare function BellIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
655
+
656
+ declare function BellOffIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
657
+
658
+ declare function BookmarkIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
659
+
660
+ declare function CalendarIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
661
+
662
+ declare function CameraIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
663
+
664
+ declare function CheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
665
+
666
+ declare function ChevronDownIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
643
667
 
644
668
  declare function ChevronLeftIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
645
669
 
646
670
  declare function ChevronRightIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
647
671
 
648
- declare function CheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
672
+ declare function ChevronUpIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
649
673
 
650
- declare function XIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
674
+ declare function ChevronsLeftIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
675
+
676
+ declare function ChevronsRightIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
677
+
678
+ declare function CircleCheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
679
+
680
+ declare function CircleXIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
681
+
682
+ declare function ClipboardIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
683
+
684
+ declare function ClockIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
685
+
686
+ declare function CloudIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
687
+
688
+ declare function CopyIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
689
+
690
+ declare function CornerDownRightIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
691
+
692
+ declare function CreditCardIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
693
+
694
+ declare function DollarSignIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
695
+
696
+ declare function DownloadIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
697
+
698
+ declare function ExternalLinkIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
651
699
 
652
700
  declare function EyeIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
653
701
 
654
702
  declare function EyeOffIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
655
703
 
656
- declare function SearchIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
704
+ declare function FileIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
705
+
706
+ declare function FileTextIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
707
+
708
+ declare function FilterIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
709
+
710
+ declare function FingerprintIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
711
+
712
+ declare function FolderIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
713
+
714
+ declare function FolderOpenIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
715
+
716
+ declare function GiftIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
717
+
718
+ declare function GlobeIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
719
+
720
+ declare function GridIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
721
+
722
+ declare function HeartIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
723
+
724
+ declare function HelpCircleIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
725
+
726
+ declare function HomeIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
727
+
728
+ declare function ImageIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
729
+
730
+ declare function InboxIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
657
731
 
658
732
  declare function InfoIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
659
733
 
660
- declare function CircleCheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
734
+ declare function KeyIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
661
735
 
662
- declare function TriangleAlertIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
736
+ declare function LayoutIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
663
737
 
664
- declare function CircleXIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
738
+ declare function LinkIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
665
739
 
666
- declare function PlusIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
740
+ declare function ListIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
741
+
742
+ declare function LoaderIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
743
+
744
+ declare function LockIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
745
+
746
+ declare function LogInIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
747
+
748
+ declare function LogOutIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
749
+
750
+ declare function MailIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
751
+
752
+ declare function MapPinIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
753
+
754
+ declare function MaximizeIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
755
+
756
+ declare function MenuIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
757
+
758
+ declare function MessageCircleIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
759
+
760
+ declare function MessageSquareIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
761
+
762
+ declare function MicIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
763
+
764
+ declare function MinimizeIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
667
765
 
668
766
  declare function MinusIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
669
767
 
768
+ declare function MoonIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
769
+
670
770
  declare function MoreHorizontalIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
671
771
 
772
+ declare function MoreVerticalIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
773
+
774
+ declare function PackageIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
775
+
776
+ declare function PaperclipIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
777
+
778
+ declare function PauseIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
779
+
780
+ declare function PencilIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
781
+
782
+ declare function PhoneIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
783
+
784
+ declare function PlayIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
785
+
786
+ declare function PlusIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
787
+
788
+ declare function PrinterIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
789
+
790
+ declare function RedoIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
791
+
792
+ declare function RefreshCwIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
793
+
794
+ declare function SaveIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
795
+
796
+ declare function SearchIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
797
+
798
+ declare function SendIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
799
+
800
+ declare function SettingsIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
801
+
802
+ declare function ShareIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
803
+
804
+ declare function ShieldIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
805
+
806
+ declare function ShieldCheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
807
+
808
+ declare function ShoppingBagIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
809
+
810
+ declare function ShoppingCartIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
811
+
812
+ declare function SidebarIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
813
+
814
+ declare function SkipBackIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
815
+
816
+ declare function SkipForwardIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
817
+
818
+ declare function SlidersIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
819
+
820
+ declare function SmileIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
821
+
822
+ declare function StarIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
823
+
824
+ declare function SunIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
825
+
826
+ declare function TagIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
827
+
828
+ declare function ThumbsDownIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
829
+
830
+ declare function ThumbsUpIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
831
+
832
+ declare function TrashIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
833
+
834
+ declare function TriangleAlertIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
835
+
836
+ declare function UndoIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
837
+
838
+ declare function UnlockIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
839
+
840
+ declare function UploadIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
841
+
842
+ declare function UserIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
843
+
844
+ declare function UserCheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
845
+
846
+ declare function UserPlusIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
847
+
848
+ declare function UsersIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
849
+
850
+ declare function Volume2Icon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
851
+
852
+ declare function VolumeXIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
853
+
854
+ declare function WifiIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
855
+
856
+ declare function XIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
857
+
858
+ declare function ZapIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
859
+
860
+ declare const iconCatalog: {
861
+ name: string;
862
+ Icon: Icon;
863
+ }[];
864
+
672
865
  declare const text: Record<"display" | "eyebrow" | "h1" | "h2" | "h3" | "h4" | "body" | "lead" | "small" | "caption" | "code" | "blackletter", string>;
673
866
 
674
867
  interface ThemeContextValue {
@@ -712,4 +905,4 @@ interface TestIdHandle {
712
905
  }
713
906
  declare function useTestId(type: string, ownTestId?: string): TestIdHandle;
714
907
 
715
- export { Accordion, type AccordionItem, type AccordionProps, Alert, type AlertProps, type AlertSeverity, AppBar, type AppBarProps, Avatar, type AvatarProps, type AvatarSize, Badge, type BadgeProps, type BadgeTone, Breadcrumbs, type BreadcrumbsProps, Button, type ButtonProps, type ButtonSize, type ButtonTone, type ButtonVariant, Card, type CardProps, type CardSectionProps, CheckIcon, Checkbox, type CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, Chip, type ChipProps, type ChipTone, CircleCheckIcon, CircleXIcon, Container, type ContainerProps, type Crumb, Dialog, type DialogProps, Divider, type DividerProps, EyeIcon, EyeOffIcon, type Icon, IconButton, type IconButtonProps, type IconButtonTone, type IconProps, InfoIcon, ListItem, type ListItemProps, Menu, type MenuItemDef, type MenuProps, MinusIcon, MoneyField, type MoneyFieldProps, MoreHorizontalIcon, Pagination, type PaginationProps, PasswordField, type PasswordFieldProps, PlusIcon, Progress, type ProgressProps, type ProgressVariant, Radio, type RadioProps, SearchIcon, Select, type SelectOption, type SelectProps, Slider, type SliderProps, Snackbar, type SnackbarProps, type Step, Stepper, type StepperProps, Switch, type SwitchProps, type TabItem, Table, type TableColumn, type TableProps, Tabs, type TabsProps, type TestIdHandle, TestIdProvider, type TestIdProviderProps, TextField, type TextFieldProps, ThemeProvider, type ThemeProviderProps, Tooltip, type TooltipPlacement, type TooltipProps, TriangleAlertIcon, Typography, type TypographyAlign, type TypographyColor, type TypographyProps, type TypographyVariant, XIcon, colorVars, text, vars as theme, themes, usePrevious, useTestId, useTheme, useToggle };
908
+ export { Accordion, type AccordionItem, type AccordionProps, Alert, AlertCircleIcon, type AlertProps, type AlertSeverity, AppBar, type AppBarProps, ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, AtSignIcon, Avatar, type AvatarProps, type AvatarSize, Badge, type BadgeProps, type BadgeTone, BellIcon, BellOffIcon, BookmarkIcon, Breadcrumbs, type BreadcrumbsProps, Button, type ButtonProps, type ButtonSize, type ButtonTone, type ButtonVariant, CalendarIcon, CameraIcon, Card, type CardProps, type CardSectionProps, CheckIcon, Checkbox, type CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsLeftIcon, ChevronsRightIcon, Chip, type ChipProps, type ChipTone, CircleCheckIcon, CircleXIcon, ClipboardIcon, ClockIcon, CloudIcon, Container, type ContainerProps, CopyIcon, CornerDownRightIcon, CreditCardIcon, type Crumb, Dialog, type DialogProps, Divider, type DividerProps, DollarSignIcon, DownloadIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileIcon, FileTextIcon, FilterIcon, FingerprintIcon, FolderIcon, FolderOpenIcon, GiftIcon, GlobeIcon, GridIcon, HeartIcon, HelpCircleIcon, HomeIcon, type Icon, IconButton, type IconButtonProps, type IconButtonTone, type IconProps, ImageIcon, InboxIcon, InfoIcon, KeyIcon, LayoutIcon, LinkIcon, ListIcon, ListItem, type ListItemProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapPinIcon, MaximizeIcon, Menu, MenuIcon, type MenuItemDef, type MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MinimizeIcon, MinusIcon, MoneyField, type MoneyFieldProps, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, PackageIcon, Pagination, type PaginationProps, PaperclipIcon, PasswordField, type PasswordFieldProps, PauseIcon, PencilIcon, PhoneIcon, PlayIcon, PlusIcon, PrinterIcon, Progress, type ProgressProps, type ProgressVariant, Radio, type RadioProps, RedoIcon, RefreshCwIcon, SaveIcon, SearchIcon, Select, type SelectOption, type SelectProps, SendIcon, SettingsIcon, ShareIcon, ShieldCheckIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, Slider, type SliderProps, SlidersIcon, SmileIcon, Snackbar, type SnackbarProps, StarIcon, type Step, Stepper, type StepperProps, SunIcon, Switch, type SwitchProps, type TabItem, Table, type TableColumn, type TableProps, Tabs, type TabsProps, TagIcon, type TestIdHandle, TestIdProvider, type TestIdProviderProps, TextField, type TextFieldProps, ThemeProvider, type ThemeProviderProps, ThumbsDownIcon, ThumbsUpIcon, Tooltip, type TooltipPlacement, type TooltipProps, TrashIcon, TriangleAlertIcon, Typography, type TypographyAlign, type TypographyColor, type TypographyProps, type TypographyVariant, UndoIcon, UnlockIcon, UploadIcon, UserCheckIcon, UserIcon, UserPlusIcon, UsersIcon, Volume2Icon, VolumeXIcon, WifiIcon, XIcon, ZapIcon, colorVars, iconCatalog, text, vars as theme, themes, usePrevious, useTestId, useTheme, useToggle };
package/dist/index.d.ts CHANGED
@@ -637,38 +637,231 @@ interface ListItemProps extends HTMLAttributes<HTMLDivElement> {
637
637
 
638
638
  declare const ListItem: react.ForwardRefExoticComponent<ListItemProps & react.RefAttributes<HTMLDivElement>>;
639
639
 
640
- declare function ChevronDownIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
640
+ declare function AlertCircleIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
641
641
 
642
- declare function ChevronUpIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
642
+ declare function ArchiveIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
643
+
644
+ declare function ArrowDownIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
645
+
646
+ declare function ArrowLeftIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
647
+
648
+ declare function ArrowRightIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
649
+
650
+ declare function ArrowUpIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
651
+
652
+ declare function AtSignIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
653
+
654
+ declare function BellIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
655
+
656
+ declare function BellOffIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
657
+
658
+ declare function BookmarkIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
659
+
660
+ declare function CalendarIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
661
+
662
+ declare function CameraIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
663
+
664
+ declare function CheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
665
+
666
+ declare function ChevronDownIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
643
667
 
644
668
  declare function ChevronLeftIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
645
669
 
646
670
  declare function ChevronRightIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
647
671
 
648
- declare function CheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
672
+ declare function ChevronUpIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
649
673
 
650
- declare function XIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
674
+ declare function ChevronsLeftIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
675
+
676
+ declare function ChevronsRightIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
677
+
678
+ declare function CircleCheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
679
+
680
+ declare function CircleXIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
681
+
682
+ declare function ClipboardIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
683
+
684
+ declare function ClockIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
685
+
686
+ declare function CloudIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
687
+
688
+ declare function CopyIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
689
+
690
+ declare function CornerDownRightIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
691
+
692
+ declare function CreditCardIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
693
+
694
+ declare function DollarSignIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
695
+
696
+ declare function DownloadIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
697
+
698
+ declare function ExternalLinkIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
651
699
 
652
700
  declare function EyeIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
653
701
 
654
702
  declare function EyeOffIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
655
703
 
656
- declare function SearchIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
704
+ declare function FileIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
705
+
706
+ declare function FileTextIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
707
+
708
+ declare function FilterIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
709
+
710
+ declare function FingerprintIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
711
+
712
+ declare function FolderIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
713
+
714
+ declare function FolderOpenIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
715
+
716
+ declare function GiftIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
717
+
718
+ declare function GlobeIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
719
+
720
+ declare function GridIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
721
+
722
+ declare function HeartIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
723
+
724
+ declare function HelpCircleIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
725
+
726
+ declare function HomeIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
727
+
728
+ declare function ImageIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
729
+
730
+ declare function InboxIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
657
731
 
658
732
  declare function InfoIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
659
733
 
660
- declare function CircleCheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
734
+ declare function KeyIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
661
735
 
662
- declare function TriangleAlertIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
736
+ declare function LayoutIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
663
737
 
664
- declare function CircleXIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
738
+ declare function LinkIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
665
739
 
666
- declare function PlusIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
740
+ declare function ListIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
741
+
742
+ declare function LoaderIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
743
+
744
+ declare function LockIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
745
+
746
+ declare function LogInIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
747
+
748
+ declare function LogOutIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
749
+
750
+ declare function MailIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
751
+
752
+ declare function MapPinIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
753
+
754
+ declare function MaximizeIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
755
+
756
+ declare function MenuIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
757
+
758
+ declare function MessageCircleIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
759
+
760
+ declare function MessageSquareIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
761
+
762
+ declare function MicIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
763
+
764
+ declare function MinimizeIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
667
765
 
668
766
  declare function MinusIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
669
767
 
768
+ declare function MoonIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
769
+
670
770
  declare function MoreHorizontalIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
671
771
 
772
+ declare function MoreVerticalIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
773
+
774
+ declare function PackageIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
775
+
776
+ declare function PaperclipIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
777
+
778
+ declare function PauseIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
779
+
780
+ declare function PencilIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
781
+
782
+ declare function PhoneIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
783
+
784
+ declare function PlayIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
785
+
786
+ declare function PlusIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
787
+
788
+ declare function PrinterIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
789
+
790
+ declare function RedoIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
791
+
792
+ declare function RefreshCwIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
793
+
794
+ declare function SaveIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
795
+
796
+ declare function SearchIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
797
+
798
+ declare function SendIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
799
+
800
+ declare function SettingsIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
801
+
802
+ declare function ShareIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
803
+
804
+ declare function ShieldIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
805
+
806
+ declare function ShieldCheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
807
+
808
+ declare function ShoppingBagIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
809
+
810
+ declare function ShoppingCartIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
811
+
812
+ declare function SidebarIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
813
+
814
+ declare function SkipBackIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
815
+
816
+ declare function SkipForwardIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
817
+
818
+ declare function SlidersIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
819
+
820
+ declare function SmileIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
821
+
822
+ declare function StarIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
823
+
824
+ declare function SunIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
825
+
826
+ declare function TagIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
827
+
828
+ declare function ThumbsDownIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
829
+
830
+ declare function ThumbsUpIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
831
+
832
+ declare function TrashIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
833
+
834
+ declare function TriangleAlertIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
835
+
836
+ declare function UndoIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
837
+
838
+ declare function UnlockIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
839
+
840
+ declare function UploadIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
841
+
842
+ declare function UserIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
843
+
844
+ declare function UserCheckIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
845
+
846
+ declare function UserPlusIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
847
+
848
+ declare function UsersIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
849
+
850
+ declare function Volume2Icon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
851
+
852
+ declare function VolumeXIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
853
+
854
+ declare function WifiIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
855
+
856
+ declare function XIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
857
+
858
+ declare function ZapIcon({ size, strokeWidth, ...rest }: IconProps): react.JSX.Element;
859
+
860
+ declare const iconCatalog: {
861
+ name: string;
862
+ Icon: Icon;
863
+ }[];
864
+
672
865
  declare const text: Record<"display" | "eyebrow" | "h1" | "h2" | "h3" | "h4" | "body" | "lead" | "small" | "caption" | "code" | "blackletter", string>;
673
866
 
674
867
  interface ThemeContextValue {
@@ -712,4 +905,4 @@ interface TestIdHandle {
712
905
  }
713
906
  declare function useTestId(type: string, ownTestId?: string): TestIdHandle;
714
907
 
715
- export { Accordion, type AccordionItem, type AccordionProps, Alert, type AlertProps, type AlertSeverity, AppBar, type AppBarProps, Avatar, type AvatarProps, type AvatarSize, Badge, type BadgeProps, type BadgeTone, Breadcrumbs, type BreadcrumbsProps, Button, type ButtonProps, type ButtonSize, type ButtonTone, type ButtonVariant, Card, type CardProps, type CardSectionProps, CheckIcon, Checkbox, type CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, Chip, type ChipProps, type ChipTone, CircleCheckIcon, CircleXIcon, Container, type ContainerProps, type Crumb, Dialog, type DialogProps, Divider, type DividerProps, EyeIcon, EyeOffIcon, type Icon, IconButton, type IconButtonProps, type IconButtonTone, type IconProps, InfoIcon, ListItem, type ListItemProps, Menu, type MenuItemDef, type MenuProps, MinusIcon, MoneyField, type MoneyFieldProps, MoreHorizontalIcon, Pagination, type PaginationProps, PasswordField, type PasswordFieldProps, PlusIcon, Progress, type ProgressProps, type ProgressVariant, Radio, type RadioProps, SearchIcon, Select, type SelectOption, type SelectProps, Slider, type SliderProps, Snackbar, type SnackbarProps, type Step, Stepper, type StepperProps, Switch, type SwitchProps, type TabItem, Table, type TableColumn, type TableProps, Tabs, type TabsProps, type TestIdHandle, TestIdProvider, type TestIdProviderProps, TextField, type TextFieldProps, ThemeProvider, type ThemeProviderProps, Tooltip, type TooltipPlacement, type TooltipProps, TriangleAlertIcon, Typography, type TypographyAlign, type TypographyColor, type TypographyProps, type TypographyVariant, XIcon, colorVars, text, vars as theme, themes, usePrevious, useTestId, useTheme, useToggle };
908
+ export { Accordion, type AccordionItem, type AccordionProps, Alert, AlertCircleIcon, type AlertProps, type AlertSeverity, AppBar, type AppBarProps, ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, AtSignIcon, Avatar, type AvatarProps, type AvatarSize, Badge, type BadgeProps, type BadgeTone, BellIcon, BellOffIcon, BookmarkIcon, Breadcrumbs, type BreadcrumbsProps, Button, type ButtonProps, type ButtonSize, type ButtonTone, type ButtonVariant, CalendarIcon, CameraIcon, Card, type CardProps, type CardSectionProps, CheckIcon, Checkbox, type CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsLeftIcon, ChevronsRightIcon, Chip, type ChipProps, type ChipTone, CircleCheckIcon, CircleXIcon, ClipboardIcon, ClockIcon, CloudIcon, Container, type ContainerProps, CopyIcon, CornerDownRightIcon, CreditCardIcon, type Crumb, Dialog, type DialogProps, Divider, type DividerProps, DollarSignIcon, DownloadIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileIcon, FileTextIcon, FilterIcon, FingerprintIcon, FolderIcon, FolderOpenIcon, GiftIcon, GlobeIcon, GridIcon, HeartIcon, HelpCircleIcon, HomeIcon, type Icon, IconButton, type IconButtonProps, type IconButtonTone, type IconProps, ImageIcon, InboxIcon, InfoIcon, KeyIcon, LayoutIcon, LinkIcon, ListIcon, ListItem, type ListItemProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapPinIcon, MaximizeIcon, Menu, MenuIcon, type MenuItemDef, type MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MinimizeIcon, MinusIcon, MoneyField, type MoneyFieldProps, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, PackageIcon, Pagination, type PaginationProps, PaperclipIcon, PasswordField, type PasswordFieldProps, PauseIcon, PencilIcon, PhoneIcon, PlayIcon, PlusIcon, PrinterIcon, Progress, type ProgressProps, type ProgressVariant, Radio, type RadioProps, RedoIcon, RefreshCwIcon, SaveIcon, SearchIcon, Select, type SelectOption, type SelectProps, SendIcon, SettingsIcon, ShareIcon, ShieldCheckIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, Slider, type SliderProps, SlidersIcon, SmileIcon, Snackbar, type SnackbarProps, StarIcon, type Step, Stepper, type StepperProps, SunIcon, Switch, type SwitchProps, type TabItem, Table, type TableColumn, type TableProps, Tabs, type TabsProps, TagIcon, type TestIdHandle, TestIdProvider, type TestIdProviderProps, TextField, type TextFieldProps, ThemeProvider, type ThemeProviderProps, ThumbsDownIcon, ThumbsUpIcon, Tooltip, type TooltipPlacement, type TooltipProps, TrashIcon, TriangleAlertIcon, Typography, type TypographyAlign, type TypographyColor, type TypographyProps, type TypographyVariant, UndoIcon, UnlockIcon, UploadIcon, UserCheckIcon, UserIcon, UserPlusIcon, UsersIcon, Volume2Icon, VolumeXIcon, WifiIcon, XIcon, ZapIcon, colorVars, iconCatalog, text, vars as theme, themes, usePrevious, useTestId, useTheme, useToggle };