@kiefer-tek/sophea-design-system 0.15.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/README.md +141 -0
- package/dist/ai-surface/RenderAgentComponent.d.ts +67 -0
- package/dist/ai-surface/RenderAgentComponent.d.ts.map +1 -0
- package/dist/ai-surface/index.d.ts +2 -0
- package/dist/ai-surface/index.d.ts.map +1 -0
- package/dist/chunks/Icon-BIcnLjtu.js +6506 -0
- package/dist/chunks/Icon-BIcnLjtu.js.map +1 -0
- package/dist/chunks/VisuallyHidden-DNar1Eli.js +972 -0
- package/dist/chunks/VisuallyHidden-DNar1Eli.js.map +1 -0
- package/dist/chunks/XCircle-CoMtPyVN.js +266 -0
- package/dist/chunks/XCircle-CoMtPyVN.js.map +1 -0
- package/dist/components/AIAnatomy/AIAnatomy.d.ts +29 -0
- package/dist/components/AIAnatomy/AIAnatomy.d.ts.map +1 -0
- package/dist/components/AIAnatomy/index.d.ts +3 -0
- package/dist/components/AIAnatomy/index.d.ts.map +1 -0
- package/dist/components/Accordion/Accordion.d.ts +12 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/index.d.ts +3 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts +16 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts.map +1 -0
- package/dist/components/AlertDialog/index.d.ts +3 -0
- package/dist/components/AlertDialog/index.d.ts.map +1 -0
- package/dist/components/AnimatedBorder/AnimatedBorder.d.ts +62 -0
- package/dist/components/AnimatedBorder/AnimatedBorder.d.ts.map +1 -0
- package/dist/components/AnimatedBorder/index.d.ts +3 -0
- package/dist/components/AnimatedBorder/index.d.ts.map +1 -0
- package/dist/components/AspectRatio/AspectRatio.d.ts +7 -0
- package/dist/components/AspectRatio/AspectRatio.d.ts.map +1 -0
- package/dist/components/AspectRatio/index.d.ts +3 -0
- package/dist/components/AspectRatio/index.d.ts.map +1 -0
- package/dist/components/Attachment/Attachment.d.ts +13 -0
- package/dist/components/Attachment/Attachment.d.ts.map +1 -0
- package/dist/components/Attachment/index.d.ts +3 -0
- package/dist/components/Attachment/index.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.d.ts +31 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +3 -0
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.ts +11 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.ts.map +1 -0
- package/dist/components/AvatarGroup/index.d.ts +3 -0
- package/dist/components/AvatarGroup/index.d.ts.map +1 -0
- package/dist/components/Badge/Badge.d.ts +13 -0
- package/dist/components/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Badge/index.d.ts +3 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Banner/Banner.d.ts +21 -0
- package/dist/components/Banner/Banner.d.ts.map +1 -0
- package/dist/components/Banner/index.d.ts +3 -0
- package/dist/components/Banner/index.d.ts.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +21 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/components/Breadcrumbs/index.d.ts +3 -0
- package/dist/components/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/components/Button/Button.d.ts +65 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +3 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Card/Card.d.ts +81 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Card/index.d.ts +3 -0
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +19 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/index.d.ts +3 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -0
- package/dist/components/Citation/Citation.d.ts +17 -0
- package/dist/components/Citation/Citation.d.ts.map +1 -0
- package/dist/components/Citation/index.d.ts +3 -0
- package/dist/components/Citation/index.d.ts.map +1 -0
- package/dist/components/Code/Code.d.ts +35 -0
- package/dist/components/Code/Code.d.ts.map +1 -0
- package/dist/components/Code/index.d.ts +3 -0
- package/dist/components/Code/index.d.ts.map +1 -0
- package/dist/components/Collapsible/Collapsible.d.ts +11 -0
- package/dist/components/Collapsible/Collapsible.d.ts.map +1 -0
- package/dist/components/Collapsible/index.d.ts +2 -0
- package/dist/components/Collapsible/index.d.ts.map +1 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +16 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -0
- package/dist/components/ColorPicker/index.d.ts +3 -0
- package/dist/components/ColorPicker/index.d.ts.map +1 -0
- package/dist/components/Composer/Composer.d.ts +27 -0
- package/dist/components/Composer/Composer.d.ts.map +1 -0
- package/dist/components/Composer/ComposerChip.d.ts +61 -0
- package/dist/components/Composer/ComposerChip.d.ts.map +1 -0
- package/dist/components/Composer/index.d.ts +5 -0
- package/dist/components/Composer/index.d.ts.map +1 -0
- package/dist/components/Container/Container.d.ts +10 -0
- package/dist/components/Container/Container.d.ts.map +1 -0
- package/dist/components/Container/index.d.ts +3 -0
- package/dist/components/Container/index.d.ts.map +1 -0
- package/dist/components/Content/Content.d.ts +103 -0
- package/dist/components/Content/Content.d.ts.map +1 -0
- package/dist/components/Content/ContentLg.d.ts +28 -0
- package/dist/components/Content/ContentLg.d.ts.map +1 -0
- package/dist/components/Content/ContentMd.d.ts +40 -0
- package/dist/components/Content/ContentMd.d.ts.map +1 -0
- package/dist/components/Content/ContentSm.d.ts +29 -0
- package/dist/components/Content/ContentSm.d.ts.map +1 -0
- package/dist/components/Content/ContentXl.d.ts +32 -0
- package/dist/components/Content/ContentXl.d.ts.map +1 -0
- package/dist/components/Content/index.d.ts +11 -0
- package/dist/components/Content/index.d.ts.map +1 -0
- package/dist/components/ContentAction/ContentAction.d.ts +25 -0
- package/dist/components/ContentAction/ContentAction.d.ts.map +1 -0
- package/dist/components/ContentAction/index.d.ts +3 -0
- package/dist/components/ContentAction/index.d.ts.map +1 -0
- package/dist/components/ContextChip/ContextChip.d.ts +15 -0
- package/dist/components/ContextChip/ContextChip.d.ts.map +1 -0
- package/dist/components/ContextChip/index.d.ts +3 -0
- package/dist/components/ContextChip/index.d.ts.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.d.ts +17 -0
- package/dist/components/ContextMenu/ContextMenu.d.ts.map +1 -0
- package/dist/components/ContextMenu/index.d.ts +3 -0
- package/dist/components/ContextMenu/index.d.ts.map +1 -0
- package/dist/components/DataTable/ActionsContainer.d.ts +9 -0
- package/dist/components/DataTable/ActionsContainer.d.ts.map +1 -0
- package/dist/components/DataTable/ColumnSortabilityPopover.d.ts +17 -0
- package/dist/components/DataTable/ColumnSortabilityPopover.d.ts.map +1 -0
- package/dist/components/DataTable/ColumnVisibilityPopover.d.ts +9 -0
- package/dist/components/DataTable/ColumnVisibilityPopover.d.ts.map +1 -0
- package/dist/components/DataTable/DataTableText.d.ts +26 -0
- package/dist/components/DataTable/DataTableText.d.ts.map +1 -0
- package/dist/components/DataTable/DragOverlayRow.d.ts +13 -0
- package/dist/components/DataTable/DragOverlayRow.d.ts.map +1 -0
- package/dist/components/DataTable/Footer.d.ts +66 -0
- package/dist/components/DataTable/Footer.d.ts.map +1 -0
- package/dist/components/DataTable/QualifierContainer.d.ts +9 -0
- package/dist/components/DataTable/QualifierContainer.d.ts.map +1 -0
- package/dist/components/DataTable/TableBody.d.ts +24 -0
- package/dist/components/DataTable/TableBody.d.ts.map +1 -0
- package/dist/components/DataTable/TableCell.d.ts +8 -0
- package/dist/components/DataTable/TableCell.d.ts.map +1 -0
- package/dist/components/DataTable/TableElement.d.ts +17 -0
- package/dist/components/DataTable/TableElement.d.ts.map +1 -0
- package/dist/components/DataTable/TableHead.d.ts +33 -0
- package/dist/components/DataTable/TableHead.d.ts.map +1 -0
- package/dist/components/DataTable/TableHeader.d.ts +5 -0
- package/dist/components/DataTable/TableHeader.d.ts.map +1 -0
- package/dist/components/DataTable/TableQualifier.d.ts +25 -0
- package/dist/components/DataTable/TableQualifier.d.ts.map +1 -0
- package/dist/components/DataTable/TableRow.d.ts +13 -0
- package/dist/components/DataTable/TableRow.d.ts.map +1 -0
- package/dist/components/DataTable/TableSizeContext.d.ts +10 -0
- package/dist/components/DataTable/TableSizeContext.d.ts.map +1 -0
- package/dist/components/DataTable/columns.d.ts +89 -0
- package/dist/components/DataTable/columns.d.ts.map +1 -0
- package/dist/components/DataTable/components.d.ts +28 -0
- package/dist/components/DataTable/components.d.ts.map +1 -0
- package/dist/components/DataTable/hooks/useColumnWidths.d.ts +32 -0
- package/dist/components/DataTable/hooks/useColumnWidths.d.ts.map +1 -0
- package/dist/components/DataTable/hooks/useDataTable.d.ts +103 -0
- package/dist/components/DataTable/hooks/useDataTable.d.ts.map +1 -0
- package/dist/components/DataTable/hooks/useDraggableRows.d.ts +41 -0
- package/dist/components/DataTable/hooks/useDraggableRows.d.ts.map +1 -0
- package/dist/components/DataTable/index.d.ts +37 -0
- package/dist/components/DataTable/index.d.ts.map +1 -0
- package/dist/components/DataTable/types.d.ts +170 -0
- package/dist/components/DataTable/types.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.d.ts +34 -0
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/components/DatePicker/index.d.ts +3 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.d.ts +14 -0
- package/dist/components/DescriptionList/DescriptionList.d.ts.map +1 -0
- package/dist/components/DescriptionList/index.d.ts +3 -0
- package/dist/components/DescriptionList/index.d.ts.map +1 -0
- package/dist/components/Disabled/Disabled.d.ts +32 -0
- package/dist/components/Disabled/Disabled.d.ts.map +1 -0
- package/dist/components/Disabled/index.d.ts +3 -0
- package/dist/components/Disabled/index.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.d.ts +20 -0
- package/dist/components/Drawer/Drawer.d.ts.map +1 -0
- package/dist/components/Drawer/index.d.ts +3 -0
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +27 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/dist/components/DropdownMenu/index.d.ts +3 -0
- package/dist/components/DropdownMenu/index.d.ts.map +1 -0
- package/dist/components/EmptyMessageCard/EmptyMessageCard.d.ts +28 -0
- package/dist/components/EmptyMessageCard/EmptyMessageCard.d.ts.map +1 -0
- package/dist/components/EmptyMessageCard/index.d.ts +3 -0
- package/dist/components/EmptyMessageCard/index.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.d.ts +13 -0
- package/dist/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/components/EmptyState/index.d.ts +3 -0
- package/dist/components/EmptyState/index.d.ts.map +1 -0
- package/dist/components/ExpandableButton/ExpandableButton.d.ts +26 -0
- package/dist/components/ExpandableButton/ExpandableButton.d.ts.map +1 -0
- package/dist/components/ExpandableButton/index.d.ts +3 -0
- package/dist/components/ExpandableButton/index.d.ts.map +1 -0
- package/dist/components/FeedbackThumbs/FeedbackThumbs.d.ts +27 -0
- package/dist/components/FeedbackThumbs/FeedbackThumbs.d.ts.map +1 -0
- package/dist/components/FeedbackThumbs/index.d.ts +3 -0
- package/dist/components/FeedbackThumbs/index.d.ts.map +1 -0
- package/dist/components/FileInput/FileInput.d.ts +21 -0
- package/dist/components/FileInput/FileInput.d.ts.map +1 -0
- package/dist/components/FileInput/index.d.ts +3 -0
- package/dist/components/FileInput/index.d.ts.map +1 -0
- package/dist/components/FilterButton/FilterButton.d.ts +24 -0
- package/dist/components/FilterButton/FilterButton.d.ts.map +1 -0
- package/dist/components/FilterButton/index.d.ts +3 -0
- package/dist/components/FilterButton/index.d.ts.map +1 -0
- package/dist/components/Grid/Grid.d.ts +20 -0
- package/dist/components/Grid/Grid.d.ts.map +1 -0
- package/dist/components/Grid/index.d.ts +3 -0
- package/dist/components/Grid/index.d.ts.map +1 -0
- package/dist/components/HoverCard/HoverCard.d.ts +5 -0
- package/dist/components/HoverCard/HoverCard.d.ts.map +1 -0
- package/dist/components/HoverCard/index.d.ts +2 -0
- package/dist/components/HoverCard/index.d.ts.map +1 -0
- package/dist/components/Hoverable/Hoverable.d.ts +54 -0
- package/dist/components/Hoverable/Hoverable.d.ts.map +1 -0
- package/dist/components/Hoverable/index.d.ts +3 -0
- package/dist/components/Hoverable/index.d.ts.map +1 -0
- package/dist/components/IllustrationContent/IllustrationContent.d.ts +28 -0
- package/dist/components/IllustrationContent/IllustrationContent.d.ts.map +1 -0
- package/dist/components/IllustrationContent/index.d.ts +3 -0
- package/dist/components/IllustrationContent/index.d.ts.map +1 -0
- package/dist/components/Input/Input.d.ts +10 -0
- package/dist/components/Input/Input.d.ts.map +1 -0
- package/dist/components/Input/index.d.ts +3 -0
- package/dist/components/Input/index.d.ts.map +1 -0
- package/dist/components/InputLayouts/InputLayouts.d.ts +81 -0
- package/dist/components/InputLayouts/InputLayouts.d.ts.map +1 -0
- package/dist/components/InputLayouts/index.d.ts +3 -0
- package/dist/components/InputLayouts/index.d.ts.map +1 -0
- package/dist/components/Interactive/Interactive.d.ts +106 -0
- package/dist/components/Interactive/Interactive.d.ts.map +1 -0
- package/dist/components/Interactive/index.d.ts +3 -0
- package/dist/components/Interactive/index.d.ts.map +1 -0
- package/dist/components/KeyboardKey/KeyboardKey.d.ts +14 -0
- package/dist/components/KeyboardKey/KeyboardKey.d.ts.map +1 -0
- package/dist/components/KeyboardKey/index.d.ts +3 -0
- package/dist/components/KeyboardKey/index.d.ts.map +1 -0
- package/dist/components/LineItemButton/LineItemButton.d.ts +27 -0
- package/dist/components/LineItemButton/LineItemButton.d.ts.map +1 -0
- package/dist/components/LineItemButton/index.d.ts +3 -0
- package/dist/components/LineItemButton/index.d.ts.map +1 -0
- package/dist/components/LinkButton/LinkButton.d.ts +27 -0
- package/dist/components/LinkButton/LinkButton.d.ts.map +1 -0
- package/dist/components/LinkButton/index.d.ts +3 -0
- package/dist/components/LinkButton/index.d.ts.map +1 -0
- package/dist/components/List/List.d.ts +27 -0
- package/dist/components/List/List.d.ts.map +1 -0
- package/dist/components/List/index.d.ts +3 -0
- package/dist/components/List/index.d.ts.map +1 -0
- package/dist/components/Message/Message.d.ts +37 -0
- package/dist/components/Message/Message.d.ts.map +1 -0
- package/dist/components/Message/index.d.ts +3 -0
- package/dist/components/Message/index.d.ts.map +1 -0
- package/dist/components/MessageCard/MessageCard.d.ts +35 -0
- package/dist/components/MessageCard/MessageCard.d.ts.map +1 -0
- package/dist/components/MessageCard/index.d.ts +3 -0
- package/dist/components/MessageCard/index.d.ts.map +1 -0
- package/dist/components/Modal/Modal.d.ts +18 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +3 -0
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/NumberInput/NumberInput.d.ts +30 -0
- package/dist/components/NumberInput/NumberInput.d.ts.map +1 -0
- package/dist/components/NumberInput/index.d.ts +3 -0
- package/dist/components/NumberInput/index.d.ts.map +1 -0
- package/dist/components/OpenButton/OpenButton.d.ts +52 -0
- package/dist/components/OpenButton/OpenButton.d.ts.map +1 -0
- package/dist/components/OpenButton/index.d.ts +3 -0
- package/dist/components/OpenButton/index.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +41 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/index.d.ts +3 -0
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/PinInput/PinInput.d.ts +26 -0
- package/dist/components/PinInput/PinInput.d.ts.map +1 -0
- package/dist/components/PinInput/index.d.ts +3 -0
- package/dist/components/PinInput/index.d.ts.map +1 -0
- package/dist/components/Popover/Popover.d.ts +12 -0
- package/dist/components/Popover/Popover.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +3 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/Progress/Progress.d.ts +15 -0
- package/dist/components/Progress/Progress.d.ts.map +1 -0
- package/dist/components/Progress/index.d.ts +3 -0
- package/dist/components/Progress/index.d.ts.map +1 -0
- package/dist/components/RadioGroup/RadioGroup.d.ts +24 -0
- package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/dist/components/RadioGroup/index.d.ts +3 -0
- package/dist/components/RadioGroup/index.d.ts.map +1 -0
- package/dist/components/RegenerateButton/RegenerateButton.d.ts +11 -0
- package/dist/components/RegenerateButton/RegenerateButton.d.ts.map +1 -0
- package/dist/components/RegenerateButton/index.d.ts +3 -0
- package/dist/components/RegenerateButton/index.d.ts.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts +9 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts.map +1 -0
- package/dist/components/ScrollArea/index.d.ts +3 -0
- package/dist/components/ScrollArea/index.d.ts.map +1 -0
- package/dist/components/ScrollableList/ScrollableList.d.ts +81 -0
- package/dist/components/ScrollableList/ScrollableList.d.ts.map +1 -0
- package/dist/components/ScrollableList/index.d.ts +3 -0
- package/dist/components/ScrollableList/index.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +26 -0
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
- package/dist/components/SearchInput/index.d.ts +3 -0
- package/dist/components/SearchInput/index.d.ts.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +19 -0
- package/dist/components/SegmentedControl/SegmentedControl.d.ts.map +1 -0
- package/dist/components/SegmentedControl/index.d.ts +3 -0
- package/dist/components/SegmentedControl/index.d.ts.map +1 -0
- package/dist/components/Select/Select.d.ts +21 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +3 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/SelectButton/SelectButton.d.ts +44 -0
- package/dist/components/SelectButton/SelectButton.d.ts.map +1 -0
- package/dist/components/SelectButton/index.d.ts +3 -0
- package/dist/components/SelectButton/index.d.ts.map +1 -0
- package/dist/components/SelectCard/SelectCard.d.ts +19 -0
- package/dist/components/SelectCard/SelectCard.d.ts.map +1 -0
- package/dist/components/SelectCard/index.d.ts +3 -0
- package/dist/components/SelectCard/index.d.ts.map +1 -0
- package/dist/components/Separator/Separator.d.ts +43 -0
- package/dist/components/Separator/Separator.d.ts.map +1 -0
- package/dist/components/Separator/index.d.ts +3 -0
- package/dist/components/Separator/index.d.ts.map +1 -0
- package/dist/components/SidebarTab/SidebarTab.d.ts +30 -0
- package/dist/components/SidebarTab/SidebarTab.d.ts.map +1 -0
- package/dist/components/SidebarTab/index.d.ts +3 -0
- package/dist/components/SidebarTab/index.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +10 -0
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/Skeleton/index.d.ts +3 -0
- package/dist/components/Skeleton/index.d.ts.map +1 -0
- package/dist/components/SkipLink/SkipLink.d.ts +19 -0
- package/dist/components/SkipLink/SkipLink.d.ts.map +1 -0
- package/dist/components/SkipLink/index.d.ts +3 -0
- package/dist/components/SkipLink/index.d.ts.map +1 -0
- package/dist/components/Slider/Slider.d.ts +12 -0
- package/dist/components/Slider/Slider.d.ts.map +1 -0
- package/dist/components/Slider/index.d.ts +3 -0
- package/dist/components/Slider/index.d.ts.map +1 -0
- package/dist/components/Slot/Slot.d.ts +14 -0
- package/dist/components/Slot/Slot.d.ts.map +1 -0
- package/dist/components/Slot/index.d.ts +2 -0
- package/dist/components/Slot/index.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.d.ts +11 -0
- package/dist/components/Spinner/Spinner.d.ts.map +1 -0
- package/dist/components/Spinner/index.d.ts +3 -0
- package/dist/components/Spinner/index.d.ts.map +1 -0
- package/dist/components/Stack/Stack.d.ts +15 -0
- package/dist/components/Stack/Stack.d.ts.map +1 -0
- package/dist/components/Stack/index.d.ts +3 -0
- package/dist/components/Stack/index.d.ts.map +1 -0
- package/dist/components/Stat/Stat.d.ts +23 -0
- package/dist/components/Stat/Stat.d.ts.map +1 -0
- package/dist/components/Stat/index.d.ts +3 -0
- package/dist/components/Stat/index.d.ts.map +1 -0
- package/dist/components/StreamingMarkdown/StreamingMarkdown.d.ts +31 -0
- package/dist/components/StreamingMarkdown/StreamingMarkdown.d.ts.map +1 -0
- package/dist/components/StreamingMarkdown/index.d.ts +3 -0
- package/dist/components/StreamingMarkdown/index.d.ts.map +1 -0
- package/dist/components/Switch/Switch.d.ts +19 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -0
- package/dist/components/Switch/index.d.ts +3 -0
- package/dist/components/Switch/index.d.ts.map +1 -0
- package/dist/components/Table/Table.d.ts +18 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/index.d.ts +3 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +25 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/index.d.ts +3 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Tag/Tag.d.ts +20 -0
- package/dist/components/Tag/Tag.d.ts.map +1 -0
- package/dist/components/Tag/index.d.ts +3 -0
- package/dist/components/Tag/index.d.ts.map +1 -0
- package/dist/components/TagInput/TagInput.d.ts +31 -0
- package/dist/components/TagInput/TagInput.d.ts.map +1 -0
- package/dist/components/TagInput/index.d.ts +3 -0
- package/dist/components/TagInput/index.d.ts.map +1 -0
- package/dist/components/Text/Text.d.ts +43 -0
- package/dist/components/Text/Text.d.ts.map +1 -0
- package/dist/components/Text/index.d.ts +5 -0
- package/dist/components/Text/index.d.ts.map +1 -0
- package/dist/components/Text/richstr.d.ts +46 -0
- package/dist/components/Text/richstr.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.d.ts +12 -0
- package/dist/components/Textarea/Textarea.d.ts.map +1 -0
- package/dist/components/Textarea/index.d.ts +3 -0
- package/dist/components/Textarea/index.d.ts.map +1 -0
- package/dist/components/ThemeProvider/ThemeProvider.d.ts +25 -0
- package/dist/components/ThemeProvider/ThemeProvider.d.ts.map +1 -0
- package/dist/components/ThemeProvider/index.d.ts +3 -0
- package/dist/components/ThemeProvider/index.d.ts.map +1 -0
- package/dist/components/ThoughtBubble/ThoughtBubble.d.ts +17 -0
- package/dist/components/ThoughtBubble/ThoughtBubble.d.ts.map +1 -0
- package/dist/components/ThoughtBubble/index.d.ts +3 -0
- package/dist/components/ThoughtBubble/index.d.ts.map +1 -0
- package/dist/components/Timeline/Timeline.d.ts +17 -0
- package/dist/components/Timeline/Timeline.d.ts.map +1 -0
- package/dist/components/Timeline/index.d.ts +3 -0
- package/dist/components/Timeline/index.d.ts.map +1 -0
- package/dist/components/Toast/Toast.d.ts +25 -0
- package/dist/components/Toast/Toast.d.ts.map +1 -0
- package/dist/components/Toast/index.d.ts +3 -0
- package/dist/components/Toast/index.d.ts.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +16 -0
- package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -0
- package/dist/components/ToggleGroup/index.d.ts +3 -0
- package/dist/components/ToggleGroup/index.d.ts.map +1 -0
- package/dist/components/TokenCounter/TokenCounter.d.ts +14 -0
- package/dist/components/TokenCounter/TokenCounter.d.ts.map +1 -0
- package/dist/components/TokenCounter/index.d.ts +3 -0
- package/dist/components/TokenCounter/index.d.ts.map +1 -0
- package/dist/components/ToolCallCard/ToolCallCard.d.ts +21 -0
- package/dist/components/ToolCallCard/ToolCallCard.d.ts.map +1 -0
- package/dist/components/ToolCallCard/index.d.ts +3 -0
- package/dist/components/ToolCallCard/index.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +39 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +3 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/Tree/Tree.d.ts +24 -0
- package/dist/components/Tree/Tree.d.ts.map +1 -0
- package/dist/components/Tree/index.d.ts +3 -0
- package/dist/components/Tree/index.d.ts.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +9 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
- package/dist/components/VisuallyHidden/index.d.ts +3 -0
- package/dist/components/VisuallyHidden/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +93 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/spacing/index.d.ts +2 -0
- package/dist/components/spacing/index.d.ts.map +1 -0
- package/dist/components/spacing/padding.d.ts +49 -0
- package/dist/components/spacing/padding.d.ts.map +1 -0
- package/dist/icons/Actions.d.ts +4 -0
- package/dist/icons/Actions.d.ts.map +1 -0
- package/dist/icons/Activity.d.ts +4 -0
- package/dist/icons/Activity.d.ts.map +1 -0
- package/dist/icons/ActivitySmall.d.ts +4 -0
- package/dist/icons/ActivitySmall.d.ts.map +1 -0
- package/dist/icons/AddLines.d.ts +4 -0
- package/dist/icons/AddLines.d.ts.map +1 -0
- package/dist/icons/AiSearch.d.ts +4 -0
- package/dist/icons/AiSearch.d.ts.map +1 -0
- package/dist/icons/AlertCircle.d.ts +4 -0
- package/dist/icons/AlertCircle.d.ts.map +1 -0
- package/dist/icons/AlertTriangle.d.ts +4 -0
- package/dist/icons/AlertTriangle.d.ts.map +1 -0
- package/dist/icons/Archive.d.ts +4 -0
- package/dist/icons/Archive.d.ts.map +1 -0
- package/dist/icons/Arrow.d.ts +4 -0
- package/dist/icons/Arrow.d.ts.map +1 -0
- package/dist/icons/ArrowDown.d.ts +4 -0
- package/dist/icons/ArrowDown.d.ts.map +1 -0
- package/dist/icons/ArrowExchange.d.ts +4 -0
- package/dist/icons/ArrowExchange.d.ts.map +1 -0
- package/dist/icons/ArrowLeft.d.ts +4 -0
- package/dist/icons/ArrowLeft.d.ts.map +1 -0
- package/dist/icons/ArrowLeftDot.d.ts +4 -0
- package/dist/icons/ArrowLeftDot.d.ts.map +1 -0
- package/dist/icons/ArrowRight.d.ts +4 -0
- package/dist/icons/ArrowRight.d.ts.map +1 -0
- package/dist/icons/ArrowRightCircle.d.ts +4 -0
- package/dist/icons/ArrowRightCircle.d.ts.map +1 -0
- package/dist/icons/ArrowRightDot.d.ts +4 -0
- package/dist/icons/ArrowRightDot.d.ts.map +1 -0
- package/dist/icons/ArrowUp.d.ts +4 -0
- package/dist/icons/ArrowUp.d.ts.map +1 -0
- package/dist/icons/ArrowUpDown.d.ts +4 -0
- package/dist/icons/ArrowUpDown.d.ts.map +1 -0
- package/dist/icons/ArrowUpRight.d.ts +4 -0
- package/dist/icons/ArrowUpRight.d.ts.map +1 -0
- package/dist/icons/Audio.d.ts +4 -0
- package/dist/icons/Audio.d.ts.map +1 -0
- package/dist/icons/AudioEqSmall.d.ts +4 -0
- package/dist/icons/AudioEqSmall.d.ts.map +1 -0
- package/dist/icons/BarChart.d.ts +4 -0
- package/dist/icons/BarChart.d.ts.map +1 -0
- package/dist/icons/BarChartSmall.d.ts +4 -0
- package/dist/icons/BarChartSmall.d.ts.map +1 -0
- package/dist/icons/Bell.d.ts +4 -0
- package/dist/icons/Bell.d.ts.map +1 -0
- package/dist/icons/Blocks.d.ts +4 -0
- package/dist/icons/Blocks.d.ts.map +1 -0
- package/dist/icons/BookOpen.d.ts +4 -0
- package/dist/icons/BookOpen.d.ts.map +1 -0
- package/dist/icons/Bookmark.d.ts +4 -0
- package/dist/icons/Bookmark.d.ts.map +1 -0
- package/dist/icons/BooksLineSmall.d.ts +4 -0
- package/dist/icons/BooksLineSmall.d.ts.map +1 -0
- package/dist/icons/BooksStackSmall.d.ts +4 -0
- package/dist/icons/BooksStackSmall.d.ts.map +1 -0
- package/dist/icons/Bookstack.d.ts +4 -0
- package/dist/icons/Bookstack.d.ts.map +1 -0
- package/dist/icons/Bot.d.ts +4 -0
- package/dist/icons/Bot.d.ts.map +1 -0
- package/dist/icons/Boxes.d.ts +4 -0
- package/dist/icons/Boxes.d.ts.map +1 -0
- package/dist/icons/Brain.d.ts +4 -0
- package/dist/icons/Brain.d.ts.map +1 -0
- package/dist/icons/Branch.d.ts +4 -0
- package/dist/icons/Branch.d.ts.map +1 -0
- package/dist/icons/BubbleText.d.ts +4 -0
- package/dist/icons/BubbleText.d.ts.map +1 -0
- package/dist/icons/Bulb.d.ts +4 -0
- package/dist/icons/Bulb.d.ts.map +1 -0
- package/dist/icons/Calendar.d.ts +4 -0
- package/dist/icons/Calendar.d.ts.map +1 -0
- package/dist/icons/Cancel.d.ts +4 -0
- package/dist/icons/Cancel.d.ts.map +1 -0
- package/dist/icons/ChatBubble.d.ts +4 -0
- package/dist/icons/ChatBubble.d.ts.map +1 -0
- package/dist/icons/Check.d.ts +4 -0
- package/dist/icons/Check.d.ts.map +1 -0
- package/dist/icons/CheckCircle.d.ts +4 -0
- package/dist/icons/CheckCircle.d.ts.map +1 -0
- package/dist/icons/CheckSmall.d.ts +4 -0
- package/dist/icons/CheckSmall.d.ts.map +1 -0
- package/dist/icons/CheckSquare.d.ts +4 -0
- package/dist/icons/CheckSquare.d.ts.map +1 -0
- package/dist/icons/ChevronDown.d.ts +4 -0
- package/dist/icons/ChevronDown.d.ts.map +1 -0
- package/dist/icons/ChevronDownSmall.d.ts +4 -0
- package/dist/icons/ChevronDownSmall.d.ts.map +1 -0
- package/dist/icons/ChevronLeft.d.ts +4 -0
- package/dist/icons/ChevronLeft.d.ts.map +1 -0
- package/dist/icons/ChevronRight.d.ts +4 -0
- package/dist/icons/ChevronRight.d.ts.map +1 -0
- package/dist/icons/ChevronUp.d.ts +4 -0
- package/dist/icons/ChevronUp.d.ts.map +1 -0
- package/dist/icons/ChevronsDown.d.ts +4 -0
- package/dist/icons/ChevronsDown.d.ts.map +1 -0
- package/dist/icons/ChevronsUp.d.ts +4 -0
- package/dist/icons/ChevronsUp.d.ts.map +1 -0
- package/dist/icons/Circle.d.ts +4 -0
- package/dist/icons/Circle.d.ts.map +1 -0
- package/dist/icons/Clipboard.d.ts +4 -0
- package/dist/icons/Clipboard.d.ts.map +1 -0
- package/dist/icons/Clock.d.ts +4 -0
- package/dist/icons/Clock.d.ts.map +1 -0
- package/dist/icons/ClockHandsSmall.d.ts +4 -0
- package/dist/icons/ClockHandsSmall.d.ts.map +1 -0
- package/dist/icons/Code.d.ts +4 -0
- package/dist/icons/Code.d.ts.map +1 -0
- package/dist/icons/Command.d.ts +4 -0
- package/dist/icons/Command.d.ts.map +1 -0
- package/dist/icons/Connectors.d.ts +4 -0
- package/dist/icons/Connectors.d.ts.map +1 -0
- package/dist/icons/Copy.d.ts +4 -0
- package/dist/icons/Copy.d.ts.map +1 -0
- package/dist/icons/CornerRightUpDot.d.ts +4 -0
- package/dist/icons/CornerRightUpDot.d.ts.map +1 -0
- package/dist/icons/Cpu.d.ts +4 -0
- package/dist/icons/Cpu.d.ts.map +1 -0
- package/dist/icons/Database.d.ts +4 -0
- package/dist/icons/Database.d.ts.map +1 -0
- package/dist/icons/Delete.d.ts +4 -0
- package/dist/icons/Delete.d.ts.map +1 -0
- package/dist/icons/DevKit.d.ts +4 -0
- package/dist/icons/DevKit.d.ts.map +1 -0
- package/dist/icons/Discord.d.ts +4 -0
- package/dist/icons/Discord.d.ts.map +1 -0
- package/dist/icons/Download.d.ts +4 -0
- package/dist/icons/Download.d.ts.map +1 -0
- package/dist/icons/DownloadCloud.d.ts +4 -0
- package/dist/icons/DownloadCloud.d.ts.map +1 -0
- package/dist/icons/Edit.d.ts +4 -0
- package/dist/icons/Edit.d.ts.map +1 -0
- package/dist/icons/EditBig.d.ts +4 -0
- package/dist/icons/EditBig.d.ts.map +1 -0
- package/dist/icons/Expand.d.ts +4 -0
- package/dist/icons/Expand.d.ts.map +1 -0
- package/dist/icons/ExternalLink.d.ts +4 -0
- package/dist/icons/ExternalLink.d.ts.map +1 -0
- package/dist/icons/Eye.d.ts +4 -0
- package/dist/icons/Eye.d.ts.map +1 -0
- package/dist/icons/EyeClosed.d.ts +4 -0
- package/dist/icons/EyeClosed.d.ts.map +1 -0
- package/dist/icons/EyeOff.d.ts +4 -0
- package/dist/icons/EyeOff.d.ts.map +1 -0
- package/dist/icons/File.d.ts +4 -0
- package/dist/icons/File.d.ts.map +1 -0
- package/dist/icons/FileBraces.d.ts +4 -0
- package/dist/icons/FileBraces.d.ts.map +1 -0
- package/dist/icons/FileBroadcast.d.ts +4 -0
- package/dist/icons/FileBroadcast.d.ts.map +1 -0
- package/dist/icons/FileChartPie.d.ts +4 -0
- package/dist/icons/FileChartPie.d.ts.map +1 -0
- package/dist/icons/FileSmall.d.ts +4 -0
- package/dist/icons/FileSmall.d.ts.map +1 -0
- package/dist/icons/FileText.d.ts +4 -0
- package/dist/icons/FileText.d.ts.map +1 -0
- package/dist/icons/Files.d.ts +4 -0
- package/dist/icons/Files.d.ts.map +1 -0
- package/dist/icons/Filter.d.ts +4 -0
- package/dist/icons/Filter.d.ts.map +1 -0
- package/dist/icons/FilterPlus.d.ts +4 -0
- package/dist/icons/FilterPlus.d.ts.map +1 -0
- package/dist/icons/FlaskConical.d.ts +4 -0
- package/dist/icons/FlaskConical.d.ts.map +1 -0
- package/dist/icons/Fold.d.ts +4 -0
- package/dist/icons/Fold.d.ts.map +1 -0
- package/dist/icons/Folder.d.ts +4 -0
- package/dist/icons/Folder.d.ts.map +1 -0
- package/dist/icons/FolderIn.d.ts +4 -0
- package/dist/icons/FolderIn.d.ts.map +1 -0
- package/dist/icons/FolderOpen.d.ts +4 -0
- package/dist/icons/FolderOpen.d.ts.map +1 -0
- package/dist/icons/FolderOpenDot.d.ts +4 -0
- package/dist/icons/FolderOpenDot.d.ts.map +1 -0
- package/dist/icons/FolderPartialOpen.d.ts +4 -0
- package/dist/icons/FolderPartialOpen.d.ts.map +1 -0
- package/dist/icons/FolderPlus.d.ts +4 -0
- package/dist/icons/FolderPlus.d.ts.map +1 -0
- package/dist/icons/Globe.d.ts +4 -0
- package/dist/icons/Globe.d.ts.map +1 -0
- package/dist/icons/Handle.d.ts +4 -0
- package/dist/icons/Handle.d.ts.map +1 -0
- package/dist/icons/HardDrive.d.ts +4 -0
- package/dist/icons/HardDrive.d.ts.map +1 -0
- package/dist/icons/History.d.ts +4 -0
- package/dist/icons/History.d.ts.map +1 -0
- package/dist/icons/Home.d.ts +4 -0
- package/dist/icons/Home.d.ts.map +1 -0
- package/dist/icons/Hourglass.d.ts +4 -0
- package/dist/icons/Hourglass.d.ts.map +1 -0
- package/dist/icons/Icon.d.ts +21 -0
- package/dist/icons/Icon.d.ts.map +1 -0
- package/dist/icons/Image.d.ts +4 -0
- package/dist/icons/Image.d.ts.map +1 -0
- package/dist/icons/ImageSmall.d.ts +4 -0
- package/dist/icons/ImageSmall.d.ts.map +1 -0
- package/dist/icons/Import.d.ts +4 -0
- package/dist/icons/Import.d.ts.map +1 -0
- package/dist/icons/Info.d.ts +4 -0
- package/dist/icons/Info.d.ts.map +1 -0
- package/dist/icons/InfoCircle.d.ts +4 -0
- package/dist/icons/InfoCircle.d.ts.map +1 -0
- package/dist/icons/InfoSmall.d.ts +4 -0
- package/dist/icons/InfoSmall.d.ts.map +1 -0
- package/dist/icons/Key.d.ts +4 -0
- package/dist/icons/Key.d.ts.map +1 -0
- package/dist/icons/Keystroke.d.ts +4 -0
- package/dist/icons/Keystroke.d.ts.map +1 -0
- package/dist/icons/Lightbulb.d.ts +4 -0
- package/dist/icons/Lightbulb.d.ts.map +1 -0
- package/dist/icons/Link.d.ts +4 -0
- package/dist/icons/Link.d.ts.map +1 -0
- package/dist/icons/Loader.d.ts +4 -0
- package/dist/icons/Loader.d.ts.map +1 -0
- package/dist/icons/Lock.d.ts +4 -0
- package/dist/icons/Lock.d.ts.map +1 -0
- package/dist/icons/LogOut.d.ts +4 -0
- package/dist/icons/LogOut.d.ts.map +1 -0
- package/dist/icons/Mail.d.ts +4 -0
- package/dist/icons/Mail.d.ts.map +1 -0
- package/dist/icons/Maximize.d.ts +4 -0
- package/dist/icons/Maximize.d.ts.map +1 -0
- package/dist/icons/Menu.d.ts +4 -0
- package/dist/icons/Menu.d.ts.map +1 -0
- package/dist/icons/MessagesSquare.d.ts +4 -0
- package/dist/icons/MessagesSquare.d.ts.map +1 -0
- package/dist/icons/Mic.d.ts +4 -0
- package/dist/icons/Mic.d.ts.map +1 -0
- package/dist/icons/Microphone.d.ts +4 -0
- package/dist/icons/Microphone.d.ts.map +1 -0
- package/dist/icons/MicrophoneOff.d.ts +4 -0
- package/dist/icons/MicrophoneOff.d.ts.map +1 -0
- package/dist/icons/Minus.d.ts +4 -0
- package/dist/icons/Minus.d.ts.map +1 -0
- package/dist/icons/MinusCircle.d.ts +4 -0
- package/dist/icons/MinusCircle.d.ts.map +1 -0
- package/dist/icons/Moon.d.ts +4 -0
- package/dist/icons/Moon.d.ts.map +1 -0
- package/dist/icons/MoreHorizontal.d.ts +4 -0
- package/dist/icons/MoreHorizontal.d.ts.map +1 -0
- package/dist/icons/MusicSmall.d.ts +4 -0
- package/dist/icons/MusicSmall.d.ts.map +1 -0
- package/dist/icons/NoAccess.d.ts +4 -0
- package/dist/icons/NoAccess.d.ts.map +1 -0
- package/dist/icons/NotificationBubble.d.ts +4 -0
- package/dist/icons/NotificationBubble.d.ts.map +1 -0
- package/dist/icons/Octagon.d.ts +4 -0
- package/dist/icons/Octagon.d.ts.map +1 -0
- package/dist/icons/Orbit.d.ts +4 -0
- package/dist/icons/Orbit.d.ts.map +1 -0
- package/dist/icons/Organization.d.ts +4 -0
- package/dist/icons/Organization.d.ts.map +1 -0
- package/dist/icons/Owl.d.ts +4 -0
- package/dist/icons/Owl.d.ts.map +1 -0
- package/dist/icons/PaintBrush.d.ts +4 -0
- package/dist/icons/PaintBrush.d.ts.map +1 -0
- package/dist/icons/PanelsTopBottom.d.ts +4 -0
- package/dist/icons/PanelsTopBottom.d.ts.map +1 -0
- package/dist/icons/Paperclip.d.ts +4 -0
- package/dist/icons/Paperclip.d.ts.map +1 -0
- package/dist/icons/Pause.d.ts +4 -0
- package/dist/icons/Pause.d.ts.map +1 -0
- package/dist/icons/PauseCircle.d.ts +4 -0
- package/dist/icons/PauseCircle.d.ts.map +1 -0
- package/dist/icons/PenSmall.d.ts +4 -0
- package/dist/icons/PenSmall.d.ts.map +1 -0
- package/dist/icons/PencilEdit.d.ts +4 -0
- package/dist/icons/PencilEdit.d.ts.map +1 -0
- package/dist/icons/PencilRuler.d.ts +4 -0
- package/dist/icons/PencilRuler.d.ts.map +1 -0
- package/dist/icons/Pin.d.ts +4 -0
- package/dist/icons/Pin.d.ts.map +1 -0
- package/dist/icons/Pinned.d.ts +4 -0
- package/dist/icons/Pinned.d.ts.map +1 -0
- package/dist/icons/Play.d.ts +4 -0
- package/dist/icons/Play.d.ts.map +1 -0
- package/dist/icons/PlayCircle.d.ts +4 -0
- package/dist/icons/PlayCircle.d.ts.map +1 -0
- package/dist/icons/Plug.d.ts +4 -0
- package/dist/icons/Plug.d.ts.map +1 -0
- package/dist/icons/Plus.d.ts +4 -0
- package/dist/icons/Plus.d.ts.map +1 -0
- package/dist/icons/PlusCircle.d.ts +4 -0
- package/dist/icons/PlusCircle.d.ts.map +1 -0
- package/dist/icons/ProgressBars.d.ts +4 -0
- package/dist/icons/ProgressBars.d.ts.map +1 -0
- package/dist/icons/QuestionMarkSmall.d.ts +4 -0
- package/dist/icons/QuestionMarkSmall.d.ts.map +1 -0
- package/dist/icons/Quote.d.ts +4 -0
- package/dist/icons/Quote.d.ts.map +1 -0
- package/dist/icons/Refresh.d.ts +4 -0
- package/dist/icons/Refresh.d.ts.map +1 -0
- package/dist/icons/RefreshCw.d.ts +4 -0
- package/dist/icons/RefreshCw.d.ts.map +1 -0
- package/dist/icons/Revert.d.ts +4 -0
- package/dist/icons/Revert.d.ts.map +1 -0
- package/dist/icons/Robot.d.ts +4 -0
- package/dist/icons/Robot.d.ts.map +1 -0
- package/dist/icons/Rotate.d.ts +4 -0
- package/dist/icons/Rotate.d.ts.map +1 -0
- package/dist/icons/Search.d.ts +4 -0
- package/dist/icons/Search.d.ts.map +1 -0
- package/dist/icons/SearchMenu.d.ts +4 -0
- package/dist/icons/SearchMenu.d.ts.map +1 -0
- package/dist/icons/SearchSmall.d.ts +4 -0
- package/dist/icons/SearchSmall.d.ts.map +1 -0
- package/dist/icons/Send.d.ts +4 -0
- package/dist/icons/Send.d.ts.map +1 -0
- package/dist/icons/SendBold.d.ts +4 -0
- package/dist/icons/SendBold.d.ts.map +1 -0
- package/dist/icons/Server.d.ts +4 -0
- package/dist/icons/Server.d.ts.map +1 -0
- package/dist/icons/Settings.d.ts +4 -0
- package/dist/icons/Settings.d.ts.map +1 -0
- package/dist/icons/Share.d.ts +4 -0
- package/dist/icons/Share.d.ts.map +1 -0
- package/dist/icons/ShareWebhook.d.ts +4 -0
- package/dist/icons/ShareWebhook.d.ts.map +1 -0
- package/dist/icons/Sidebar.d.ts +4 -0
- package/dist/icons/Sidebar.d.ts.map +1 -0
- package/dist/icons/Slack.d.ts +4 -0
- package/dist/icons/Slack.d.ts.map +1 -0
- package/dist/icons/Sliders.d.ts +4 -0
- package/dist/icons/Sliders.d.ts.map +1 -0
- package/dist/icons/SlidersHorizontal.d.ts +4 -0
- package/dist/icons/SlidersHorizontal.d.ts.map +1 -0
- package/dist/icons/SlidersSmall.d.ts +4 -0
- package/dist/icons/SlidersSmall.d.ts.map +1 -0
- package/dist/icons/Sparkle.d.ts +4 -0
- package/dist/icons/Sparkle.d.ts.map +1 -0
- package/dist/icons/Sparkles.d.ts +4 -0
- package/dist/icons/Sparkles.d.ts.map +1 -0
- package/dist/icons/Star.d.ts +4 -0
- package/dist/icons/Star.d.ts.map +1 -0
- package/dist/icons/StarOff.d.ts +4 -0
- package/dist/icons/StarOff.d.ts.map +1 -0
- package/dist/icons/Stop.d.ts +4 -0
- package/dist/icons/Stop.d.ts.map +1 -0
- package/dist/icons/StopCircle.d.ts +4 -0
- package/dist/icons/StopCircle.d.ts.map +1 -0
- package/dist/icons/Sun.d.ts +4 -0
- package/dist/icons/Sun.d.ts.map +1 -0
- package/dist/icons/Tag.d.ts +4 -0
- package/dist/icons/Tag.d.ts.map +1 -0
- package/dist/icons/Terminal.d.ts +4 -0
- package/dist/icons/Terminal.d.ts.map +1 -0
- package/dist/icons/TerminalSmall.d.ts +4 -0
- package/dist/icons/TerminalSmall.d.ts.map +1 -0
- package/dist/icons/TextLines.d.ts +4 -0
- package/dist/icons/TextLines.d.ts.map +1 -0
- package/dist/icons/TextLinesSmall.d.ts +4 -0
- package/dist/icons/TextLinesSmall.d.ts.map +1 -0
- package/dist/icons/ThumbsDown.d.ts +4 -0
- package/dist/icons/ThumbsDown.d.ts.map +1 -0
- package/dist/icons/ThumbsUp.d.ts +4 -0
- package/dist/icons/ThumbsUp.d.ts.map +1 -0
- package/dist/icons/Tick.d.ts +4 -0
- package/dist/icons/Tick.d.ts.map +1 -0
- package/dist/icons/TrainFace.d.ts +4 -0
- package/dist/icons/TrainFace.d.ts.map +1 -0
- package/dist/icons/TrainFront.d.ts +4 -0
- package/dist/icons/TrainFront.d.ts.map +1 -0
- package/dist/icons/TrainFrontTunnel.d.ts +4 -0
- package/dist/icons/TrainFrontTunnel.d.ts.map +1 -0
- package/dist/icons/Translate.d.ts +4 -0
- package/dist/icons/Translate.d.ts.map +1 -0
- package/dist/icons/Trash.d.ts +4 -0
- package/dist/icons/Trash.d.ts.map +1 -0
- package/dist/icons/TwoLineSmall.d.ts +4 -0
- package/dist/icons/TwoLineSmall.d.ts.map +1 -0
- package/dist/icons/UploadCloud.d.ts +4 -0
- package/dist/icons/UploadCloud.d.ts.map +1 -0
- package/dist/icons/UploadSquare.d.ts +4 -0
- package/dist/icons/UploadSquare.d.ts.map +1 -0
- package/dist/icons/User.d.ts +4 -0
- package/dist/icons/User.d.ts.map +1 -0
- package/dist/icons/UserCheck.d.ts +4 -0
- package/dist/icons/UserCheck.d.ts.map +1 -0
- package/dist/icons/UserEdit.d.ts +4 -0
- package/dist/icons/UserEdit.d.ts.map +1 -0
- package/dist/icons/UserKey.d.ts +4 -0
- package/dist/icons/UserKey.d.ts.map +1 -0
- package/dist/icons/UserManage.d.ts +4 -0
- package/dist/icons/UserManage.d.ts.map +1 -0
- package/dist/icons/UserMinus.d.ts +4 -0
- package/dist/icons/UserMinus.d.ts.map +1 -0
- package/dist/icons/UserPlus.d.ts +4 -0
- package/dist/icons/UserPlus.d.ts.map +1 -0
- package/dist/icons/UserSync.d.ts +4 -0
- package/dist/icons/UserSync.d.ts.map +1 -0
- package/dist/icons/UserX.d.ts +4 -0
- package/dist/icons/UserX.d.ts.map +1 -0
- package/dist/icons/Users.d.ts +4 -0
- package/dist/icons/Users.d.ts.map +1 -0
- package/dist/icons/UsersRound.d.ts +4 -0
- package/dist/icons/UsersRound.d.ts.map +1 -0
- package/dist/icons/Volume.d.ts +4 -0
- package/dist/icons/Volume.d.ts.map +1 -0
- package/dist/icons/VolumeOff.d.ts +4 -0
- package/dist/icons/VolumeOff.d.ts.map +1 -0
- package/dist/icons/Warning.d.ts +4 -0
- package/dist/icons/Warning.d.ts.map +1 -0
- package/dist/icons/Wrench.d.ts +4 -0
- package/dist/icons/Wrench.d.ts.map +1 -0
- package/dist/icons/X.d.ts +4 -0
- package/dist/icons/X.d.ts.map +1 -0
- package/dist/icons/XCircle.d.ts +4 -0
- package/dist/icons/XCircle.d.ts.map +1 -0
- package/dist/icons/XOctagon.d.ts +4 -0
- package/dist/icons/XOctagon.d.ts.map +1 -0
- package/dist/icons/ZoomIn.d.ts +4 -0
- package/dist/icons/ZoomIn.d.ts.map +1 -0
- package/dist/icons/ZoomOut.d.ts +4 -0
- package/dist/icons/ZoomOut.d.ts.map +1 -0
- package/dist/icons/index.d.ts +212 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/icons/index.js +215 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/icons/registry.d.ts +212 -0
- package/dist/icons/registry.d.ts.map +1 -0
- package/dist/illustrations/index.d.ts +13 -0
- package/dist/illustrations/index.d.ts.map +1 -0
- package/dist/illustrations/index.js +15 -0
- package/dist/illustrations/index.js.map +1 -0
- package/dist/illustrations/no-access.d.ts +4 -0
- package/dist/illustrations/no-access.d.ts.map +1 -0
- package/dist/illustrations/no-access.js +29 -0
- package/dist/illustrations/no-access.js.map +1 -0
- package/dist/illustrations/no-result.d.ts +4 -0
- package/dist/illustrations/no-result.d.ts.map +1 -0
- package/dist/illustrations/no-result.js +29 -0
- package/dist/illustrations/no-result.js.map +1 -0
- package/dist/illustrations/not-found.d.ts +4 -0
- package/dist/illustrations/not-found.d.ts.map +1 -0
- package/dist/illustrations/not-found.js +31 -0
- package/dist/illustrations/not-found.js.map +1 -0
- package/dist/illustrations/plug-broken.d.ts +4 -0
- package/dist/illustrations/plug-broken.d.ts.map +1 -0
- package/dist/illustrations/plug-broken.js +32 -0
- package/dist/illustrations/plug-broken.js.map +1 -0
- package/dist/illustrations/timeout.d.ts +4 -0
- package/dist/illustrations/timeout.d.ts.map +1 -0
- package/dist/illustrations/timeout.js +30 -0
- package/dist/illustrations/timeout.js.map +1 -0
- package/dist/illustrations/usage-alert.d.ts +4 -0
- package/dist/illustrations/usage-alert.d.ts.map +1 -0
- package/dist/illustrations/usage-alert.js +30 -0
- package/dist/illustrations/usage-alert.js.map +1 -0
- package/dist/index.css +12851 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +11630 -0
- package/dist/index.js.map +1 -0
- package/dist/internal/A11yPanel.d.ts +35 -0
- package/dist/internal/A11yPanel.d.ts.map +1 -0
- package/dist/internal/SurfacePreview.d.ts +18 -0
- package/dist/internal/SurfacePreview.d.ts.map +1 -0
- package/dist/internal/interactive-buttons.d.ts +23 -0
- package/dist/internal/interactive-buttons.d.ts.map +1 -0
- package/dist/patterns/AppShell/AppShell.d.ts +100 -0
- package/dist/patterns/AppShell/AppShell.d.ts.map +1 -0
- package/dist/patterns/AppShell/index.d.ts +3 -0
- package/dist/patterns/AppShell/index.d.ts.map +1 -0
- package/dist/patterns/DestructiveConfirm/DestructiveConfirm.d.ts +26 -0
- package/dist/patterns/DestructiveConfirm/DestructiveConfirm.d.ts.map +1 -0
- package/dist/patterns/DestructiveConfirm/index.d.ts +3 -0
- package/dist/patterns/DestructiveConfirm/index.d.ts.map +1 -0
- package/dist/patterns/EmptyHierarchy/EmptyHierarchy.d.ts +13 -0
- package/dist/patterns/EmptyHierarchy/EmptyHierarchy.d.ts.map +1 -0
- package/dist/patterns/EmptyHierarchy/index.d.ts +3 -0
- package/dist/patterns/EmptyHierarchy/index.d.ts.map +1 -0
- package/dist/patterns/ErrorRecovery/ErrorRecovery.d.ts +22 -0
- package/dist/patterns/ErrorRecovery/ErrorRecovery.d.ts.map +1 -0
- package/dist/patterns/ErrorRecovery/index.d.ts +3 -0
- package/dist/patterns/ErrorRecovery/index.d.ts.map +1 -0
- package/dist/patterns/FilePreview/FilePreview.d.ts +35 -0
- package/dist/patterns/FilePreview/FilePreview.d.ts.map +1 -0
- package/dist/patterns/FilePreview/index.d.ts +3 -0
- package/dist/patterns/FilePreview/index.d.ts.map +1 -0
- package/dist/patterns/FilteringPattern/FilteringPattern.d.ts +28 -0
- package/dist/patterns/FilteringPattern/FilteringPattern.d.ts.map +1 -0
- package/dist/patterns/FilteringPattern/index.d.ts +3 -0
- package/dist/patterns/FilteringPattern/index.d.ts.map +1 -0
- package/dist/patterns/FormsPattern/FormsPattern.d.ts +40 -0
- package/dist/patterns/FormsPattern/FormsPattern.d.ts.map +1 -0
- package/dist/patterns/FormsPattern/index.d.ts +3 -0
- package/dist/patterns/FormsPattern/index.d.ts.map +1 -0
- package/dist/patterns/LoadingStates/LoadingStates.d.ts +22 -0
- package/dist/patterns/LoadingStates/LoadingStates.d.ts.map +1 -0
- package/dist/patterns/LoadingStates/index.d.ts +3 -0
- package/dist/patterns/LoadingStates/index.d.ts.map +1 -0
- package/dist/patterns/MasterDetail/MasterDetail.d.ts +48 -0
- package/dist/patterns/MasterDetail/MasterDetail.d.ts.map +1 -0
- package/dist/patterns/MasterDetail/index.d.ts +3 -0
- package/dist/patterns/MasterDetail/index.d.ts.map +1 -0
- package/dist/patterns/PricingTable/PricingTable.d.ts +36 -0
- package/dist/patterns/PricingTable/PricingTable.d.ts.map +1 -0
- package/dist/patterns/PricingTable/index.d.ts +3 -0
- package/dist/patterns/PricingTable/index.d.ts.map +1 -0
- package/dist/patterns/SettingsPage/SettingsPage.d.ts +10 -0
- package/dist/patterns/SettingsPage/SettingsPage.d.ts.map +1 -0
- package/dist/patterns/SettingsPage/index.d.ts +3 -0
- package/dist/patterns/SettingsPage/index.d.ts.map +1 -0
- package/dist/patterns/SignInForm/SignInForm.d.ts +32 -0
- package/dist/patterns/SignInForm/SignInForm.d.ts.map +1 -0
- package/dist/patterns/SignInForm/index.d.ts +3 -0
- package/dist/patterns/SignInForm/index.d.ts.map +1 -0
- package/dist/patterns/Wizard/Wizard.d.ts +30 -0
- package/dist/patterns/Wizard/Wizard.d.ts.map +1 -0
- package/dist/patterns/Wizard/index.d.ts +3 -0
- package/dist/patterns/Wizard/index.d.ts.map +1 -0
- package/dist/patterns/index.d.ts +14 -0
- package/dist/patterns/index.d.ts.map +1 -0
- package/dist/table/index.d.ts +2 -0
- package/dist/table/index.d.ts.map +1 -0
- package/dist/table/index.js +1750 -0
- package/dist/table/index.js.map +1 -0
- package/dist/templates/EmptyWorkspace/EmptyWorkspace.d.ts +25 -0
- package/dist/templates/EmptyWorkspace/EmptyWorkspace.d.ts.map +1 -0
- package/dist/templates/EmptyWorkspace/index.d.ts +2 -0
- package/dist/templates/EmptyWorkspace/index.d.ts.map +1 -0
- package/dist/templates/Forbidden403/Forbidden403.d.ts +24 -0
- package/dist/templates/Forbidden403/Forbidden403.d.ts.map +1 -0
- package/dist/templates/Forbidden403/index.d.ts +2 -0
- package/dist/templates/Forbidden403/index.d.ts.map +1 -0
- package/dist/templates/NotFound404/NotFound404.d.ts +17 -0
- package/dist/templates/NotFound404/NotFound404.d.ts.map +1 -0
- package/dist/templates/NotFound404/index.d.ts +2 -0
- package/dist/templates/NotFound404/index.d.ts.map +1 -0
- package/dist/templates/NotificationsInbox/NotificationsInbox.d.ts +42 -0
- package/dist/templates/NotificationsInbox/NotificationsInbox.d.ts.map +1 -0
- package/dist/templates/NotificationsInbox/index.d.ts +2 -0
- package/dist/templates/NotificationsInbox/index.d.ts.map +1 -0
- package/dist/templates/OnboardingWizard/OnboardingWizard.d.ts +14 -0
- package/dist/templates/OnboardingWizard/OnboardingWizard.d.ts.map +1 -0
- package/dist/templates/OnboardingWizard/index.d.ts +2 -0
- package/dist/templates/OnboardingWizard/index.d.ts.map +1 -0
- package/dist/templates/index.d.ts +6 -0
- package/dist/templates/index.d.ts.map +1 -0
- package/dist/tokens/index.d.ts +79 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/index.js +465 -0
- package/dist/tokens/index.js.map +1 -0
- package/dist/tokens/tailwind-preset.d.ts +4 -0
- package/dist/tokens/tailwind-preset.d.ts.map +1 -0
- package/dist/tokens/tailwind-preset.js +61 -0
- package/dist/tokens/tailwind-preset.js.map +1 -0
- package/package.json +200 -0
- package/src/assets/connectors/Anthropic.svg +1 -0
- package/src/assets/connectors/Asana.png +0 -0
- package/src/assets/connectors/Confluence.svg +16 -0
- package/src/assets/connectors/Gemini.svg +1 -0
- package/src/assets/connectors/Github.png +0 -0
- package/src/assets/connectors/GoogleDrive.png +0 -0
- package/src/assets/connectors/Notion.png +0 -0
- package/src/assets/connectors/Slack.png +0 -0
- package/src/assets/sophea-logo.svg +3 -0
- package/src/assets/sophea-wordmark.svg +5 -0
- package/src/tokens/colors_and_type.css +1131 -0
- package/src/tokens/tokens.json +384 -0
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
export declare const ICON_REGISTRY: {
|
|
2
|
+
readonly actions: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
|
+
readonly "activity-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
4
|
+
readonly activity: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
5
|
+
readonly "add-lines": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
6
|
+
readonly "ai-search": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
7
|
+
readonly "alert-circle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
8
|
+
readonly "alert-triangle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
9
|
+
readonly archive: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
10
|
+
readonly "arrow-down": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
11
|
+
readonly "arrow-exchange": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
12
|
+
readonly "arrow-left-dot": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
13
|
+
readonly "arrow-left": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
14
|
+
readonly "arrow-right-circle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
15
|
+
readonly "arrow-right-dot": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
16
|
+
readonly "arrow-right": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
17
|
+
readonly "arrow-up-down": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
18
|
+
readonly "arrow-up-right": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
19
|
+
readonly "arrow-up": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
20
|
+
readonly arrow: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
21
|
+
readonly "audio-eq-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
22
|
+
readonly audio: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
23
|
+
readonly "bar-chart-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
24
|
+
readonly "bar-chart": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
25
|
+
readonly bell: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
26
|
+
readonly blocks: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
27
|
+
readonly "book-open": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
28
|
+
readonly bookmark: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
29
|
+
readonly "books-line-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
30
|
+
readonly "books-stack-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
31
|
+
readonly bookstack: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
32
|
+
readonly bot: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
33
|
+
readonly boxes: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
34
|
+
readonly brain: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
35
|
+
readonly branch: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
36
|
+
readonly "bubble-text": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
37
|
+
readonly bulb: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
38
|
+
readonly calendar: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
39
|
+
readonly cancel: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
40
|
+
readonly "chat-bubble": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
41
|
+
readonly "check-circle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
42
|
+
readonly "check-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
43
|
+
readonly "check-square": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
44
|
+
readonly check: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
45
|
+
readonly "chevron-down-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
46
|
+
readonly "chevron-down": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
47
|
+
readonly "chevron-left": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
48
|
+
readonly "chevron-right": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
49
|
+
readonly "chevron-up": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
50
|
+
readonly "chevrons-down": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
51
|
+
readonly "chevrons-up": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
52
|
+
readonly circle: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
53
|
+
readonly clipboard: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
54
|
+
readonly "clock-hands-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
55
|
+
readonly clock: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
56
|
+
readonly code: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
57
|
+
readonly command: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
58
|
+
readonly connectors: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
59
|
+
readonly copy: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
60
|
+
readonly "corner-right-up-dot": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
61
|
+
readonly cpu: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
62
|
+
readonly database: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
63
|
+
readonly delete: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
64
|
+
readonly "dev-kit": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
65
|
+
readonly discord: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
66
|
+
readonly "download-cloud": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
67
|
+
readonly download: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
68
|
+
readonly "edit-big": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
69
|
+
readonly edit: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
70
|
+
readonly expand: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
71
|
+
readonly "external-link": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
72
|
+
readonly "eye-closed": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
73
|
+
readonly "eye-off": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
74
|
+
readonly eye: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
75
|
+
readonly "file-braces": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
76
|
+
readonly "file-broadcast": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
77
|
+
readonly "file-chart-pie": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
78
|
+
readonly "file-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
79
|
+
readonly "file-text": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
80
|
+
readonly file: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
81
|
+
readonly files: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
82
|
+
readonly "filter-plus": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
83
|
+
readonly filter: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
84
|
+
readonly "flask-conical": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
85
|
+
readonly fold: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
86
|
+
readonly "folder-in": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
87
|
+
readonly "folder-open-dot": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
88
|
+
readonly "folder-open": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
89
|
+
readonly "folder-partial-open": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
90
|
+
readonly "folder-plus": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
91
|
+
readonly folder: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
92
|
+
readonly globe: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
93
|
+
readonly handle: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
94
|
+
readonly "hard-drive": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
95
|
+
readonly history: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
96
|
+
readonly home: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
97
|
+
readonly hourglass: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
98
|
+
readonly "image-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
99
|
+
readonly image: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
100
|
+
readonly import: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
101
|
+
readonly "info-circle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
102
|
+
readonly "info-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
103
|
+
readonly info: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
104
|
+
readonly key: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
105
|
+
readonly keystroke: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
106
|
+
readonly lightbulb: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
107
|
+
readonly link: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
108
|
+
readonly loader: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
109
|
+
readonly lock: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
110
|
+
readonly "log-out": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
111
|
+
readonly mail: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
112
|
+
readonly maximize: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
113
|
+
readonly menu: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
114
|
+
readonly "messages-square": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
115
|
+
readonly mic: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
116
|
+
readonly "microphone-off": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
117
|
+
readonly microphone: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
118
|
+
readonly "minus-circle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
119
|
+
readonly minus: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
120
|
+
readonly moon: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
121
|
+
readonly "more-horizontal": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
122
|
+
readonly "music-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
123
|
+
readonly "no-access": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
124
|
+
readonly "notification-bubble": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
125
|
+
readonly octagon: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
126
|
+
readonly orbit: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
127
|
+
readonly organization: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
128
|
+
readonly owl: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
129
|
+
readonly "paint-brush": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
130
|
+
readonly "panels-top-bottom": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
131
|
+
readonly paperclip: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
132
|
+
readonly "pause-circle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
133
|
+
readonly pause: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
134
|
+
readonly "pen-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
135
|
+
readonly "pencil-edit": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
136
|
+
readonly "pencil-ruler": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
137
|
+
readonly pin: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
138
|
+
readonly pinned: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
139
|
+
readonly "play-circle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
140
|
+
readonly play: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
141
|
+
readonly plug: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
142
|
+
readonly "plus-circle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
143
|
+
readonly plus: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
144
|
+
readonly "progress-bars": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
145
|
+
readonly "question-mark-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
146
|
+
readonly quote: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
147
|
+
readonly "refresh-cw": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
148
|
+
readonly refresh: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
149
|
+
readonly revert: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
150
|
+
readonly robot: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
151
|
+
readonly rotate: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
152
|
+
readonly "search-menu": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
153
|
+
readonly "search-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
154
|
+
readonly search: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
155
|
+
readonly "send-bold": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
156
|
+
readonly send: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
157
|
+
readonly server: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
158
|
+
readonly settings: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
159
|
+
readonly "share-webhook": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
160
|
+
readonly share: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
161
|
+
readonly sidebar: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
162
|
+
readonly slack: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
163
|
+
readonly "sliders-horizontal": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
164
|
+
readonly "sliders-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
165
|
+
readonly sliders: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
166
|
+
readonly sparkle: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
167
|
+
readonly sparkles: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
168
|
+
readonly "star-off": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
169
|
+
readonly star: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
170
|
+
readonly "stop-circle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
171
|
+
readonly stop: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
172
|
+
readonly sun: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
173
|
+
readonly tag: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
174
|
+
readonly "terminal-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
175
|
+
readonly terminal: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
176
|
+
readonly "text-lines-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
177
|
+
readonly "text-lines": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
178
|
+
readonly "thumbs-down": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
179
|
+
readonly "thumbs-up": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
180
|
+
readonly tick: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
181
|
+
readonly "train-face": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
182
|
+
readonly "train-front-tunnel": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
183
|
+
readonly "train-front": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
184
|
+
readonly translate: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
185
|
+
readonly trash: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
186
|
+
readonly "two-line-small": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
187
|
+
readonly "upload-cloud": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
188
|
+
readonly "upload-square": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
189
|
+
readonly "user-check": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
190
|
+
readonly "user-edit": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
191
|
+
readonly "user-key": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
192
|
+
readonly "user-manage": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
193
|
+
readonly "user-minus": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
194
|
+
readonly "user-plus": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
195
|
+
readonly "user-sync": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
196
|
+
readonly "user-x": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
197
|
+
readonly user: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
198
|
+
readonly "users-round": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
199
|
+
readonly users: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
200
|
+
readonly "volume-off": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
201
|
+
readonly volume: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
202
|
+
readonly warning: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
203
|
+
readonly wrench: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
204
|
+
readonly "x-circle": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
205
|
+
readonly "x-octagon": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
206
|
+
readonly x: import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
207
|
+
readonly "zoom-in": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
208
|
+
readonly "zoom-out": import('react').ForwardRefExoticComponent<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
209
|
+
};
|
|
210
|
+
export declare const ICON_NAMES: IconName[];
|
|
211
|
+
export type IconName = keyof typeof ICON_REGISTRY;
|
|
212
|
+
//# sourceMappingURL=registry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/icons/registry.ts"],"names":[],"mappings":"AAmNA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgNhB,CAAC;AAEX,eAAO,MAAM,UAAU,EAAiC,QAAQ,EAAE,CAAC;AAEnE,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,aAAa,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Illustration glyphs — larger stroke SVG components (mirrors `./icons`).
|
|
3
|
+
* Import the whole set from `@kiefer-tek/sophea-design-system/illustrations`,
|
|
4
|
+
* or a single glyph from its own subpath, e.g.
|
|
5
|
+
* `import SvgNotFound from "@kiefer-tek/sophea-design-system/illustrations/not-found"`.
|
|
6
|
+
*/
|
|
7
|
+
export { default as SvgNotFound } from './not-found';
|
|
8
|
+
export { default as SvgNoAccess } from './no-access';
|
|
9
|
+
export { default as SvgPlugBroken } from './plug-broken';
|
|
10
|
+
export { default as SvgNoResult } from './no-result';
|
|
11
|
+
export { default as SvgUsageAlert } from './usage-alert';
|
|
12
|
+
export { default as SvgTimeout } from './timeout';
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/illustrations/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { default as default2 } from "./not-found.js";
|
|
2
|
+
import { default as default3 } from "./no-access.js";
|
|
3
|
+
import { default as default4 } from "./plug-broken.js";
|
|
4
|
+
import { default as default5 } from "./no-result.js";
|
|
5
|
+
import { default as default6 } from "./usage-alert.js";
|
|
6
|
+
import { default as default7 } from "./timeout.js";
|
|
7
|
+
export {
|
|
8
|
+
default3 as SvgNoAccess,
|
|
9
|
+
default5 as SvgNoResult,
|
|
10
|
+
default2 as SvgNotFound,
|
|
11
|
+
default4 as SvgPlugBroken,
|
|
12
|
+
default7 as SvgTimeout,
|
|
13
|
+
default6 as SvgUsageAlert
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"no-access.d.ts","sourceRoot":"","sources":["../../src/illustrations/no-access.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC;AAsB5D,QAAA,MAAM,UAAU,gIAA0B,CAAC;AAE3C,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const SvgNoAccess = (props, ref) => /* @__PURE__ */ jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 96 96",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 3,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsx("path", { d: "M48 14 22 24v22c0 18 12 28 26 36 14-8 26-18 26-36V24L48 14Z" }),
|
|
19
|
+
/* @__PURE__ */ jsx("circle", { cx: "48", cy: "46", r: "13" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "m39 37 18 18" })
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
const ForwardRef = forwardRef(SvgNoAccess);
|
|
25
|
+
ForwardRef.displayName = "SvgNoAccess";
|
|
26
|
+
export {
|
|
27
|
+
ForwardRef as default
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=no-access.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"no-access.js","sources":["../../src/illustrations/no-access.tsx"],"sourcesContent":["import { forwardRef, type Ref, type SVGProps } from \"react\";\n\n/** \"No access\" — a shield with a slash. Stroke art driven by `currentColor`. */\nconst SvgNoAccess = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 96 96\"\n width=\"1em\"\n height=\"1em\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={3}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n ref={ref}\n {...props}\n >\n <path d=\"M48 14 22 24v22c0 18 12 28 26 36 14-8 26-18 26-36V24L48 14Z\" />\n <circle cx=\"48\" cy=\"46\" r=\"13\" />\n <path d=\"m39 37 18 18\" />\n </svg>\n);\nconst ForwardRef = forwardRef(SvgNoAccess);\nForwardRef.displayName = \"SvgNoAccess\";\nexport default ForwardRef;\n"],"names":[],"mappings":";;AAGA,MAAM,cAAc,CAAC,OAAgC,QACnD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACL,QAAO;AAAA,IACP,aAAa;AAAA,IACb,eAAc;AAAA,IACd,gBAAe;AAAA,IACf;AAAA,IACC,GAAG;AAAA,IAEJ,UAAA;AAAA,MAAA,oBAAC,QAAA,EAAK,GAAE,8DAAA,CAA8D;AAAA,0BACrE,UAAA,EAAO,IAAG,MAAK,IAAG,MAAK,GAAE,MAAK;AAAA,MAC/B,oBAAC,QAAA,EAAK,GAAE,eAAA,CAAe;AAAA,IAAA;AAAA,EAAA;AACzB;AAEF,MAAM,aAAa,WAAW,WAAW;AACzC,WAAW,cAAc;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"no-result.d.ts","sourceRoot":"","sources":["../../src/illustrations/no-result.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC;AAsB5D,QAAA,MAAM,UAAU,gIAA0B,CAAC;AAE3C,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const SvgNoResult = (props, ref) => /* @__PURE__ */ jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 96 96",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 3,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsx("circle", { cx: "42", cy: "42", r: "24" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { d: "m60 60 16 16" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "M34 42h16", opacity: 0.7 })
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
const ForwardRef = forwardRef(SvgNoResult);
|
|
25
|
+
ForwardRef.displayName = "SvgNoResult";
|
|
26
|
+
export {
|
|
27
|
+
ForwardRef as default
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=no-result.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"no-result.js","sources":["../../src/illustrations/no-result.tsx"],"sourcesContent":["import { forwardRef, type Ref, type SVGProps } from \"react\";\n\n/** \"No result\" — a magnifier over an empty circle. Stroke art via `currentColor`. */\nconst SvgNoResult = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 96 96\"\n width=\"1em\"\n height=\"1em\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={3}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n ref={ref}\n {...props}\n >\n <circle cx=\"42\" cy=\"42\" r=\"24\" />\n <path d=\"m60 60 16 16\" />\n <path d=\"M34 42h16\" opacity={0.7} />\n </svg>\n);\nconst ForwardRef = forwardRef(SvgNoResult);\nForwardRef.displayName = \"SvgNoResult\";\nexport default ForwardRef;\n"],"names":[],"mappings":";;AAGA,MAAM,cAAc,CAAC,OAAgC,QACnD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACL,QAAO;AAAA,IACP,aAAa;AAAA,IACb,eAAc;AAAA,IACd,gBAAe;AAAA,IACf;AAAA,IACC,GAAG;AAAA,IAEJ,UAAA;AAAA,MAAA,oBAAC,YAAO,IAAG,MAAK,IAAG,MAAK,GAAE,MAAK;AAAA,MAC/B,oBAAC,QAAA,EAAK,GAAE,eAAA,CAAe;AAAA,MACvB,oBAAC,QAAA,EAAK,GAAE,aAAY,SAAS,IAAA,CAAK;AAAA,IAAA;AAAA,EAAA;AACpC;AAEF,MAAM,aAAa,WAAW,WAAW;AACzC,WAAW,cAAc;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"not-found.d.ts","sourceRoot":"","sources":["../../src/illustrations/not-found.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC;AAyB5D,QAAA,MAAM,UAAU,gIAA0B,CAAC;AAE3C,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const SvgNotFound = (props, ref) => /* @__PURE__ */ jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 96 96",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 3,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsx("rect", { x: "20", y: "14", width: "44", height: "56", rx: "6" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { d: "M30 30h24M30 42h16", opacity: 0.6 }),
|
|
20
|
+
/* @__PURE__ */ jsx("circle", { cx: "58", cy: "58", r: "16" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "m70 70 10 10" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { d: "m53 53 10 10M63 53 53 63" })
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
const ForwardRef = forwardRef(SvgNotFound);
|
|
27
|
+
ForwardRef.displayName = "SvgNotFound";
|
|
28
|
+
export {
|
|
29
|
+
ForwardRef as default
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=not-found.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"not-found.js","sources":["../../src/illustrations/not-found.tsx"],"sourcesContent":["import { forwardRef, type Ref, type SVGProps } from \"react\";\n\n/** \"Not found\" — a magnifier over a page, with a small cross. Stroke art driven\n * by `currentColor`; size via `width`/`height` (defaults to `1em`). */\nconst SvgNotFound = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 96 96\"\n width=\"1em\"\n height=\"1em\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={3}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n ref={ref}\n {...props}\n >\n <rect x=\"20\" y=\"14\" width=\"44\" height=\"56\" rx=\"6\" />\n <path d=\"M30 30h24M30 42h16\" opacity={0.6} />\n <circle cx=\"58\" cy=\"58\" r=\"16\" />\n <path d=\"m70 70 10 10\" />\n <path d=\"m53 53 10 10M63 53 53 63\" />\n </svg>\n);\nconst ForwardRef = forwardRef(SvgNotFound);\nForwardRef.displayName = \"SvgNotFound\";\nexport default ForwardRef;\n"],"names":[],"mappings":";;AAIA,MAAM,cAAc,CAAC,OAAgC,QACnD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACL,QAAO;AAAA,IACP,aAAa;AAAA,IACb,eAAc;AAAA,IACd,gBAAe;AAAA,IACf;AAAA,IACC,GAAG;AAAA,IAEJ,UAAA;AAAA,MAAA,oBAAC,QAAA,EAAK,GAAE,MAAK,GAAE,MAAK,OAAM,MAAK,QAAO,MAAK,IAAG,IAAA,CAAI;AAAA,MAClD,oBAAC,QAAA,EAAK,GAAE,sBAAqB,SAAS,KAAK;AAAA,0BAC1C,UAAA,EAAO,IAAG,MAAK,IAAG,MAAK,GAAE,MAAK;AAAA,MAC/B,oBAAC,QAAA,EAAK,GAAE,eAAA,CAAe;AAAA,MACvB,oBAAC,QAAA,EAAK,GAAE,2BAAA,CAA2B;AAAA,IAAA;AAAA,EAAA;AACrC;AAEF,MAAM,aAAa,WAAW,WAAW;AACzC,WAAW,cAAc;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plug-broken.d.ts","sourceRoot":"","sources":["../../src/illustrations/plug-broken.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC;AAyB5D,QAAA,MAAM,UAAU,gIAA4B,CAAC;AAE7C,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const SvgPlugBroken = (props, ref) => /* @__PURE__ */ jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 96 96",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 3,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsx("path", { d: "M30 22v12M42 22v12" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { d: "M24 34h24v8a12 12 0 0 1-12 12 12 12 0 0 1-12-12v-8Z" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "M36 54v8" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M66 74V62M54 74V62" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { d: "M72 62H48v-8a12 12 0 0 1 12-12 12 12 0 0 1 12 12v8Z" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { d: "m40 48 16-12", opacity: 0.5, strokeDasharray: "4 5" })
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
const ForwardRef = forwardRef(SvgPlugBroken);
|
|
28
|
+
ForwardRef.displayName = "SvgPlugBroken";
|
|
29
|
+
export {
|
|
30
|
+
ForwardRef as default
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=plug-broken.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plug-broken.js","sources":["../../src/illustrations/plug-broken.tsx"],"sourcesContent":["import { forwardRef, type Ref, type SVGProps } from \"react\";\n\n/** \"Plug broken\" — a disconnected plug and socket. Stroke art via `currentColor`. */\nconst SvgPlugBroken = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 96 96\"\n width=\"1em\"\n height=\"1em\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={3}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n ref={ref}\n {...props}\n >\n <path d=\"M30 22v12M42 22v12\" />\n <path d=\"M24 34h24v8a12 12 0 0 1-12 12 12 12 0 0 1-12-12v-8Z\" />\n <path d=\"M36 54v8\" />\n <path d=\"M66 74V62M54 74V62\" />\n <path d=\"M72 62H48v-8a12 12 0 0 1 12-12 12 12 0 0 1 12 12v8Z\" />\n <path d=\"m40 48 16-12\" opacity={0.5} strokeDasharray=\"4 5\" />\n </svg>\n);\nconst ForwardRef = forwardRef(SvgPlugBroken);\nForwardRef.displayName = \"SvgPlugBroken\";\nexport default ForwardRef;\n"],"names":[],"mappings":";;AAGA,MAAM,gBAAgB,CAAC,OAAgC,QACrD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACL,QAAO;AAAA,IACP,aAAa;AAAA,IACb,eAAc;AAAA,IACd,gBAAe;AAAA,IACf;AAAA,IACC,GAAG;AAAA,IAEJ,UAAA;AAAA,MAAA,oBAAC,QAAA,EAAK,GAAE,qBAAA,CAAqB;AAAA,MAC7B,oBAAC,QAAA,EAAK,GAAE,sDAAA,CAAsD;AAAA,MAC9D,oBAAC,QAAA,EAAK,GAAE,WAAA,CAAW;AAAA,MACnB,oBAAC,QAAA,EAAK,GAAE,qBAAA,CAAqB;AAAA,MAC7B,oBAAC,QAAA,EAAK,GAAE,sDAAA,CAAsD;AAAA,0BAC7D,QAAA,EAAK,GAAE,gBAAe,SAAS,KAAK,iBAAgB,MAAA,CAAM;AAAA,IAAA;AAAA,EAAA;AAC7D;AAEF,MAAM,aAAa,WAAW,aAAa;AAC3C,WAAW,cAAc;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeout.d.ts","sourceRoot":"","sources":["../../src/illustrations/timeout.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC;AAuB5D,QAAA,MAAM,UAAU,gIAAyB,CAAC;AAE1C,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const SvgTimeout = (props, ref) => /* @__PURE__ */ jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 96 96",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 3,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsx("circle", { cx: "48", cy: "50", r: "28" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { d: "M48 34v16l10 8" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "M40 14h16" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "m70 28 6-6", opacity: 0.6 })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
const ForwardRef = forwardRef(SvgTimeout);
|
|
26
|
+
ForwardRef.displayName = "SvgTimeout";
|
|
27
|
+
export {
|
|
28
|
+
ForwardRef as default
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=timeout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeout.js","sources":["../../src/illustrations/timeout.tsx"],"sourcesContent":["import { forwardRef, type Ref, type SVGProps } from \"react\";\n\n/** \"Timeout\" — a clock with a slash. Stroke art via `currentColor`. */\nconst SvgTimeout = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 96 96\"\n width=\"1em\"\n height=\"1em\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={3}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n ref={ref}\n {...props}\n >\n <circle cx=\"48\" cy=\"50\" r=\"28\" />\n <path d=\"M48 34v16l10 8\" />\n <path d=\"M40 14h16\" />\n <path d=\"m70 28 6-6\" opacity={0.6} />\n </svg>\n);\nconst ForwardRef = forwardRef(SvgTimeout);\nForwardRef.displayName = \"SvgTimeout\";\nexport default ForwardRef;\n"],"names":[],"mappings":";;AAGA,MAAM,aAAa,CAAC,OAAgC,QAClD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACL,QAAO;AAAA,IACP,aAAa;AAAA,IACb,eAAc;AAAA,IACd,gBAAe;AAAA,IACf;AAAA,IACC,GAAG;AAAA,IAEJ,UAAA;AAAA,MAAA,oBAAC,YAAO,IAAG,MAAK,IAAG,MAAK,GAAE,MAAK;AAAA,MAC/B,oBAAC,QAAA,EAAK,GAAE,iBAAA,CAAiB;AAAA,MACzB,oBAAC,QAAA,EAAK,GAAE,YAAA,CAAY;AAAA,MACpB,oBAAC,QAAA,EAAK,GAAE,cAAa,SAAS,IAAA,CAAK;AAAA,IAAA;AAAA,EAAA;AACrC;AAEF,MAAM,aAAa,WAAW,UAAU;AACxC,WAAW,cAAc;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usage-alert.d.ts","sourceRoot":"","sources":["../../src/illustrations/usage-alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC;AAuB5D,QAAA,MAAM,UAAU,gIAA4B,CAAC;AAE7C,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const SvgUsageAlert = (props, ref) => /* @__PURE__ */ jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 96 96",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 3,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsx("path", { d: "M18 74h60" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { d: "M28 74V52M44 74V40" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "M64 60 78 36l14 24H64Z", transform: "translate(-16 0)" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M62 48v6M62 60h.04" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
const ForwardRef = forwardRef(SvgUsageAlert);
|
|
26
|
+
ForwardRef.displayName = "SvgUsageAlert";
|
|
27
|
+
export {
|
|
28
|
+
ForwardRef as default
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=usage-alert.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usage-alert.js","sources":["../../src/illustrations/usage-alert.tsx"],"sourcesContent":["import { forwardRef, type Ref, type SVGProps } from \"react\";\n\n/** \"Usage alert\" — bars with a warning triangle. Stroke art via `currentColor`. */\nconst SvgUsageAlert = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 96 96\"\n width=\"1em\"\n height=\"1em\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={3}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n ref={ref}\n {...props}\n >\n <path d=\"M18 74h60\" />\n <path d=\"M28 74V52M44 74V40\" />\n <path d=\"M64 60 78 36l14 24H64Z\" transform=\"translate(-16 0)\" />\n <path d=\"M62 48v6M62 60h.04\" />\n </svg>\n);\nconst ForwardRef = forwardRef(SvgUsageAlert);\nForwardRef.displayName = \"SvgUsageAlert\";\nexport default ForwardRef;\n"],"names":[],"mappings":";;AAGA,MAAM,gBAAgB,CAAC,OAAgC,QACrD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACL,QAAO;AAAA,IACP,aAAa;AAAA,IACb,eAAc;AAAA,IACd,gBAAe;AAAA,IACf;AAAA,IACC,GAAG;AAAA,IAEJ,UAAA;AAAA,MAAA,oBAAC,QAAA,EAAK,GAAE,YAAA,CAAY;AAAA,MACpB,oBAAC,QAAA,EAAK,GAAE,qBAAA,CAAqB;AAAA,MAC7B,oBAAC,QAAA,EAAK,GAAE,0BAAyB,WAAU,oBAAmB;AAAA,MAC9D,oBAAC,QAAA,EAAK,GAAE,qBAAA,CAAqB;AAAA,IAAA;AAAA,EAAA;AAC/B;AAEF,MAAM,aAAa,WAAW,aAAa;AAC3C,WAAW,cAAc;"}
|