entangle-ui 0.8.1 → 0.9.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/CHANGELOG.md +83 -0
- package/dist/esm/assets/src/components/controls/Combobox/Combobox.css.ts.vanilla-B7B5ttkq.css +210 -0
- package/dist/esm/assets/src/components/controls/FileUploader/FileUploader.css.ts.vanilla-T4nRiI7s.css +194 -0
- package/dist/esm/assets/src/components/controls/MultiSelect/MultiSelect.css.ts.vanilla-CdYayqaF.css +311 -0
- package/dist/esm/assets/src/components/controls/TagInput/TagInput.css.ts.vanilla-hnkMOPp1.css +141 -0
- package/dist/esm/assets/src/components/data/DataTable/DataTable.css.ts.vanilla-CmRgtjIW.css +231 -0
- package/dist/esm/assets/src/components/feedback/Alert/{Alert.css.ts.vanilla-CRAI-xHx.css → Alert.css.ts.vanilla-CfCDsIEg.css} +2 -0
- package/dist/esm/assets/src/components/feedback/CommandPalette/CommandPalette.css.ts.vanilla-DGdrLKYZ.css +160 -0
- package/dist/esm/assets/src/components/feedback/Drawer/Drawer.css.ts.vanilla-CLPTOUrA.css +247 -0
- package/dist/esm/assets/src/components/feedback/Skeleton/SkeletonLayout.css.ts.vanilla-Db7bpqiI.css +75 -0
- package/dist/esm/assets/src/components/feedback/Stat/Stat.css.ts.vanilla-GBk3JAMB.css +69 -0
- package/dist/esm/assets/src/components/layout/Card/Card.css.ts.vanilla-Ducn1gUX.css +124 -0
- package/dist/esm/assets/src/components/navigation/Pagination/Pagination.css.ts.vanilla-CmlFyyjh.css +103 -0
- package/dist/esm/assets/src/components/primitives/HoverCard/HoverCard.css.ts.vanilla-BYT0qbLp.css +41 -0
- package/dist/esm/components/Icons/ArchiveIcon.js +30 -0
- package/dist/esm/components/Icons/ArchiveIcon.js.map +1 -0
- package/dist/esm/components/Icons/BugIcon.js +30 -0
- package/dist/esm/components/Icons/BugIcon.js.map +1 -0
- package/dist/esm/components/Icons/BuildingIcon.js +30 -0
- package/dist/esm/components/Icons/BuildingIcon.js.map +1 -0
- package/dist/esm/components/Icons/ChevronLeftIcon.js +30 -0
- package/dist/esm/components/Icons/ChevronLeftIcon.js.map +1 -0
- package/dist/esm/components/Icons/ChevronRightIcon.js +30 -0
- package/dist/esm/components/Icons/ChevronRightIcon.js.map +1 -0
- package/dist/esm/components/Icons/CloudUploadIcon.js +24 -0
- package/dist/esm/components/Icons/CloudUploadIcon.js.map +1 -0
- package/dist/esm/components/Icons/DotsHorizontalIcon.js +30 -0
- package/dist/esm/components/Icons/DotsHorizontalIcon.js.map +1 -0
- package/dist/esm/components/Icons/DotsVerticalIcon.js +30 -0
- package/dist/esm/components/Icons/DotsVerticalIcon.js.map +1 -0
- package/dist/esm/components/Icons/ExternalLinkIcon.js +26 -0
- package/dist/esm/components/Icons/ExternalLinkIcon.js.map +1 -0
- package/dist/esm/components/Icons/FileTextIcon.js +30 -0
- package/dist/esm/components/Icons/FileTextIcon.js.map +1 -0
- package/dist/esm/components/Icons/FirstIcon.js +23 -0
- package/dist/esm/components/Icons/FirstIcon.js.map +1 -0
- package/dist/esm/components/Icons/FolderCogIcon.js +30 -0
- package/dist/esm/components/Icons/FolderCogIcon.js.map +1 -0
- package/dist/esm/components/Icons/FolderOpenIcon.js +30 -0
- package/dist/esm/components/Icons/FolderOpenIcon.js.map +1 -0
- package/dist/esm/components/Icons/GitBranchIcon.js +30 -0
- package/dist/esm/components/Icons/GitBranchIcon.js.map +1 -0
- package/dist/esm/components/Icons/LastIcon.js +23 -0
- package/dist/esm/components/Icons/LastIcon.js.map +1 -0
- package/dist/esm/components/Icons/MinusIcon.js +30 -0
- package/dist/esm/components/Icons/MinusIcon.js.map +1 -0
- package/dist/esm/components/Icons/PauseIcon.js +30 -0
- package/dist/esm/components/Icons/PauseIcon.js.map +1 -0
- package/dist/esm/components/Icons/PinIcon.js +31 -0
- package/dist/esm/components/Icons/PinIcon.js.map +1 -0
- package/dist/esm/components/Icons/SendIcon.js +30 -0
- package/dist/esm/components/Icons/SendIcon.js.map +1 -0
- package/dist/esm/components/Icons/StopIcon.js +30 -0
- package/dist/esm/components/Icons/StopIcon.js.map +1 -0
- package/dist/esm/components/Icons/TerminalIcon.js +30 -0
- package/dist/esm/components/Icons/TerminalIcon.js.map +1 -0
- package/dist/esm/components/Icons/UnlinkIcon.js +26 -0
- package/dist/esm/components/Icons/UnlinkIcon.js.map +1 -0
- package/dist/esm/components/Icons/UsersIcon.js +31 -0
- package/dist/esm/components/Icons/UsersIcon.js.map +1 -0
- package/dist/esm/components/controls/Combobox/Combobox.css.js +20 -0
- package/dist/esm/components/controls/Combobox/Combobox.css.js.map +1 -0
- package/dist/esm/components/controls/Combobox/Combobox.js +354 -0
- package/dist/esm/components/controls/Combobox/Combobox.js.map +1 -0
- package/dist/esm/components/controls/FileUploader/FileUploader.css.js +20 -0
- package/dist/esm/components/controls/FileUploader/FileUploader.css.js.map +1 -0
- package/dist/esm/components/controls/FileUploader/FileUploader.js +264 -0
- package/dist/esm/components/controls/FileUploader/FileUploader.js.map +1 -0
- package/dist/esm/components/controls/MultiSelect/MultiSelect.css.js +23 -0
- package/dist/esm/components/controls/MultiSelect/MultiSelect.css.js.map +1 -0
- package/dist/esm/components/controls/MultiSelect/MultiSelect.js +269 -0
- package/dist/esm/components/controls/MultiSelect/MultiSelect.js.map +1 -0
- package/dist/esm/components/controls/Select/Select.js +5 -4
- package/dist/esm/components/controls/Select/Select.js.map +1 -1
- package/dist/esm/components/controls/TagInput/TagInput.css.js +12 -0
- package/dist/esm/components/controls/TagInput/TagInput.css.js.map +1 -0
- package/dist/esm/components/controls/TagInput/TagInput.js +189 -0
- package/dist/esm/components/controls/TagInput/TagInput.js.map +1 -0
- package/dist/esm/components/controls/TreeView/TreeNode.js +87 -1
- package/dist/esm/components/controls/TreeView/TreeNode.js.map +1 -1
- package/dist/esm/components/controls/VectorInput/VectorInput.js +87 -4
- package/dist/esm/components/controls/VectorInput/VectorInput.js.map +1 -1
- package/dist/esm/components/data/DataTable/DataTable.css.js +25 -0
- package/dist/esm/components/data/DataTable/DataTable.css.js.map +1 -0
- package/dist/esm/components/data/DataTable/DataTable.js +502 -0
- package/dist/esm/components/data/DataTable/DataTable.js.map +1 -0
- package/dist/esm/components/editor/ChatPanel/ChatCodeBlock.js +87 -5
- package/dist/esm/components/editor/ChatPanel/ChatCodeBlock.js.map +1 -1
- package/dist/esm/components/editor/ChatPanel/ChatInput.js +87 -5
- package/dist/esm/components/editor/ChatPanel/ChatInput.js.map +1 -1
- package/dist/esm/components/editor/ChatPanel/ChatMessage.js +87 -2
- package/dist/esm/components/editor/ChatPanel/ChatMessage.js.map +1 -1
- package/dist/esm/components/editor/PropertyInspector/PropertyRow.js +87 -3
- package/dist/esm/components/editor/PropertyInspector/PropertyRow.js.map +1 -1
- package/dist/esm/components/editor/PropertyInspector/PropertySection.js +87 -3
- package/dist/esm/components/editor/PropertyInspector/PropertySection.js.map +1 -1
- package/dist/esm/components/feedback/Alert/Alert.css.js +1 -1
- package/dist/esm/components/feedback/Alert/Alert.js +3 -2
- package/dist/esm/components/feedback/Alert/Alert.js.map +1 -1
- package/dist/esm/components/feedback/CommandPalette/CommandPalette.css.js +20 -0
- package/dist/esm/components/feedback/CommandPalette/CommandPalette.css.js.map +1 -0
- package/dist/esm/components/feedback/CommandPalette/CommandPalette.js +261 -0
- package/dist/esm/components/feedback/CommandPalette/CommandPalette.js.map +1 -0
- package/dist/esm/components/feedback/CommandPalette/fuzzySearch.js +86 -0
- package/dist/esm/components/feedback/CommandPalette/fuzzySearch.js.map +1 -0
- package/dist/esm/components/feedback/CommandPalette/useRecentItems.js +63 -0
- package/dist/esm/components/feedback/CommandPalette/useRecentItems.js.map +1 -0
- package/dist/esm/components/feedback/Dialog/DialogHeader.js +2 -1
- package/dist/esm/components/feedback/Dialog/DialogHeader.js.map +1 -1
- package/dist/esm/components/feedback/Drawer/Drawer.css.js +17 -0
- package/dist/esm/components/feedback/Drawer/Drawer.css.js.map +1 -0
- package/dist/esm/components/feedback/Drawer/Drawer.js +120 -0
- package/dist/esm/components/feedback/Drawer/Drawer.js.map +1 -0
- package/dist/esm/components/feedback/Drawer/useDrawerAnimation.js +74 -0
- package/dist/esm/components/feedback/Drawer/useDrawerAnimation.js.map +1 -0
- package/dist/esm/components/feedback/Skeleton/SkeletonLayout.css.js +18 -0
- package/dist/esm/components/feedback/Skeleton/SkeletonLayout.css.js.map +1 -0
- package/dist/esm/components/feedback/Skeleton/SkeletonLayout.js +95 -0
- package/dist/esm/components/feedback/Skeleton/SkeletonLayout.js.map +1 -0
- package/dist/esm/components/feedback/Stat/Stat.css.js +15 -0
- package/dist/esm/components/feedback/Stat/Stat.css.js.map +1 -0
- package/dist/esm/components/feedback/Stat/Stat.js +55 -0
- package/dist/esm/components/feedback/Stat/Stat.js.map +1 -0
- package/dist/esm/components/feedback/Toast/ToastItem.js +12 -15
- package/dist/esm/components/feedback/Toast/ToastItem.js.map +1 -1
- package/dist/esm/components/layout/Accordion/Accordion.js +2 -1
- package/dist/esm/components/layout/Accordion/Accordion.js.map +1 -1
- package/dist/esm/components/layout/Accordion/AccordionTrigger.js +2 -3
- package/dist/esm/components/layout/Accordion/AccordionTrigger.js.map +1 -1
- package/dist/esm/components/layout/Card/Card.css.js +18 -0
- package/dist/esm/components/layout/Card/Card.css.js.map +1 -0
- package/dist/esm/components/layout/Card/Card.js +66 -0
- package/dist/esm/components/layout/Card/Card.js.map +1 -0
- package/dist/esm/components/navigation/Breadcrumbs/BreadcrumbEllipsis.js +1 -0
- package/dist/esm/components/navigation/Breadcrumbs/BreadcrumbEllipsis.js.map +1 -1
- package/dist/esm/components/navigation/Breadcrumbs/BreadcrumbItem.js +1 -0
- package/dist/esm/components/navigation/Breadcrumbs/BreadcrumbItem.js.map +1 -1
- package/dist/esm/components/navigation/Breadcrumbs/Breadcrumbs.js +23 -0
- package/dist/esm/components/navigation/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/esm/components/navigation/Pagination/Pagination.css.js +12 -0
- package/dist/esm/components/navigation/Pagination/Pagination.css.js.map +1 -0
- package/dist/esm/components/navigation/Pagination/Pagination.js +107 -0
- package/dist/esm/components/navigation/Pagination/Pagination.js.map +1 -0
- package/dist/esm/components/navigation/Pagination/usePagination.js +143 -0
- package/dist/esm/components/navigation/Pagination/usePagination.js.map +1 -0
- package/dist/esm/components/primitives/Avatar/Avatar.js +87 -1
- package/dist/esm/components/primitives/Avatar/Avatar.js.map +1 -1
- package/dist/esm/components/primitives/Badge/Badge.js +87 -1
- package/dist/esm/components/primitives/Badge/Badge.js.map +1 -1
- package/dist/esm/components/primitives/Checkbox/Checkbox.js +5 -2
- package/dist/esm/components/primitives/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/primitives/Collapsible/Collapsible.js +2 -3
- package/dist/esm/components/primitives/Collapsible/Collapsible.js.map +1 -1
- package/dist/esm/components/primitives/HoverCard/HoverCard.css.js +7 -0
- package/dist/esm/components/primitives/HoverCard/HoverCard.css.js.map +1 -0
- package/dist/esm/components/primitives/HoverCard/HoverCard.js +169 -0
- package/dist/esm/components/primitives/HoverCard/HoverCard.js.map +1 -0
- package/dist/esm/components/primitives/Icon/Icon.js +16 -2
- package/dist/esm/components/primitives/Icon/Icon.js.map +1 -1
- package/dist/esm/components/primitives/Link/Link.js +3 -3
- package/dist/esm/components/primitives/Link/Link.js.map +1 -1
- package/dist/esm/components/primitives/Popover/PopoverClose.js +2 -3
- package/dist/esm/components/primitives/Popover/PopoverClose.js.map +1 -1
- package/dist/esm/components/primitives/Radio/Radio.js +1 -1
- package/dist/esm/hooks/useBreakpoint/useBreakpoint.js +44 -0
- package/dist/esm/hooks/useBreakpoint/useBreakpoint.js.map +1 -0
- package/dist/esm/hooks/useDebounced/useDebouncedCallback.js +97 -0
- package/dist/esm/hooks/useDebounced/useDebouncedCallback.js.map +1 -0
- package/dist/esm/hooks/useDebounced/useDebouncedValue.js +35 -0
- package/dist/esm/hooks/useDebounced/useDebouncedValue.js.map +1 -0
- package/dist/esm/hooks/useIntersectionObserver/useIntersectionObserver.js +73 -0
- package/dist/esm/hooks/useIntersectionObserver/useIntersectionObserver.js.map +1 -0
- package/dist/esm/hooks/useListboxNav/useListboxNav.js +181 -0
- package/dist/esm/hooks/useListboxNav/useListboxNav.js.map +1 -0
- package/dist/esm/hooks/useMediaQuery/useMediaQuery.js +54 -0
- package/dist/esm/hooks/useMediaQuery/useMediaQuery.js.map +1 -0
- package/dist/esm/hooks/useThrottledCallback/useThrottledCallback.js +78 -0
- package/dist/esm/hooks/useThrottledCallback/useThrottledCallback.js.map +1 -0
- package/dist/esm/index.js +43 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/theme/breakpoints.js +27 -0
- package/dist/esm/theme/breakpoints.js.map +1 -0
- package/dist/esm/theme/index.js +1 -0
- package/dist/esm/theme/index.js.map +1 -1
- package/dist/tokens/tokens.dark.css +1 -1
- package/dist/tokens/tokens.json +1 -1
- package/dist/tokens/tokens.light.css +1 -1
- package/dist/types/components/Icons/ArchiveIcon.d.ts +33 -0
- package/dist/types/components/Icons/BugIcon.d.ts +33 -0
- package/dist/types/components/Icons/BuildingIcon.d.ts +33 -0
- package/dist/types/components/Icons/ChevronLeftIcon.d.ts +33 -0
- package/dist/types/components/Icons/ChevronRightIcon.d.ts +33 -0
- package/dist/types/components/Icons/CloudUploadIcon.d.ts +27 -0
- package/dist/types/components/Icons/DotsHorizontalIcon.d.ts +33 -0
- package/dist/types/components/Icons/DotsVerticalIcon.d.ts +33 -0
- package/dist/types/components/Icons/ExternalLinkIcon.d.ts +29 -0
- package/dist/types/components/Icons/FileTextIcon.d.ts +33 -0
- package/dist/types/components/Icons/FirstIcon.d.ts +26 -0
- package/dist/types/components/Icons/FolderCogIcon.d.ts +33 -0
- package/dist/types/components/Icons/FolderOpenIcon.d.ts +33 -0
- package/dist/types/components/Icons/GitBranchIcon.d.ts +33 -0
- package/dist/types/components/Icons/LastIcon.d.ts +26 -0
- package/dist/types/components/Icons/MinusIcon.d.ts +33 -0
- package/dist/types/components/Icons/PauseIcon.d.ts +33 -0
- package/dist/types/components/Icons/PinIcon.d.ts +34 -0
- package/dist/types/components/Icons/SendIcon.d.ts +33 -0
- package/dist/types/components/Icons/StopIcon.d.ts +33 -0
- package/dist/types/components/Icons/TerminalIcon.d.ts +33 -0
- package/dist/types/components/Icons/UnlinkIcon.d.ts +29 -0
- package/dist/types/components/Icons/UsersIcon.d.ts +34 -0
- package/dist/types/components/controls/Combobox/Combobox.d.ts +29 -0
- package/dist/types/components/controls/Combobox/Combobox.types.d.ts +109 -0
- package/dist/types/components/controls/FileUploader/FileUploader.d.ts +34 -0
- package/dist/types/components/controls/FileUploader/FileUploader.types.d.ts +94 -0
- package/dist/types/components/controls/MultiSelect/MultiSelect.d.ts +31 -0
- package/dist/types/components/controls/MultiSelect/MultiSelect.types.d.ts +85 -0
- package/dist/types/components/controls/TagInput/TagInput.d.ts +24 -0
- package/dist/types/components/controls/TagInput/TagInput.types.d.ts +100 -0
- package/dist/types/components/data/DataTable/DataTable.d.ts +8 -0
- package/dist/types/components/data/DataTable/DataTable.types.d.ts +159 -0
- package/dist/types/components/editor/ChatPanel/ChatAttachment.d.ts +1 -1
- package/dist/types/components/editor/ChatPanel/ChatInput.d.ts +1 -1
- package/dist/types/components/feedback/Alert/Alert.d.ts +1 -0
- package/dist/types/components/feedback/Alert/Alert.types.d.ts +7 -0
- package/dist/types/components/feedback/CommandPalette/CommandPalette.d.ts +29 -0
- package/dist/types/components/feedback/CommandPalette/CommandPalette.types.d.ts +61 -0
- package/dist/types/components/feedback/CommandPalette/fuzzySearch.d.ts +6 -0
- package/dist/types/components/feedback/Drawer/Drawer.d.ts +12 -0
- package/dist/types/components/feedback/Drawer/Drawer.types.d.ts +70 -0
- package/dist/types/components/feedback/EmptyState/EmptyState.d.ts +1 -1
- package/dist/types/components/feedback/Skeleton/Skeleton.types.d.ts +44 -1
- package/dist/types/components/feedback/Skeleton/SkeletonLayout.d.ts +314 -0
- package/dist/types/components/feedback/Stat/Stat.d.ts +23 -0
- package/dist/types/components/feedback/Stat/Stat.types.d.ts +38 -0
- package/dist/types/components/layout/Accordion/Accordion.types.d.ts +7 -0
- package/dist/types/components/layout/Card/Card.d.ts +12 -0
- package/dist/types/components/layout/Card/Card.types.d.ts +54 -0
- package/dist/types/components/layout/PageHeader/PageHeader.d.ts +1 -1
- package/dist/types/components/navigation/Pagination/Pagination.d.ts +22 -0
- package/dist/types/components/navigation/Pagination/Pagination.types.d.ts +49 -0
- package/dist/types/components/primitives/HoverCard/HoverCard.d.ts +10 -0
- package/dist/types/components/primitives/HoverCard/HoverCard.types.d.ts +64 -0
- package/dist/types/components/primitives/Icon/Icon.d.ts +14 -1
- package/dist/types/components/primitives/Radio/Radio.d.ts +1 -1
- package/dist/types/hooks/useBreakpoint/useBreakpoint.d.ts +19 -0
- package/dist/types/hooks/useBreakpoint/useBreakpoint.types.d.ts +20 -0
- package/dist/types/hooks/useDebounced/useDebounced.types.d.ts +15 -0
- package/dist/types/hooks/useDebounced/useDebouncedCallback.d.ts +22 -0
- package/dist/types/hooks/useDebounced/useDebouncedValue.d.ts +16 -0
- package/dist/types/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +22 -0
- package/dist/types/hooks/useIntersectionObserver/useIntersectionObserver.types.d.ts +22 -0
- package/dist/types/hooks/useListboxNav/useListboxNav.d.ts +75 -0
- package/dist/types/hooks/useMediaQuery/useMediaQuery.d.ts +19 -0
- package/dist/types/hooks/useMediaQuery/useMediaQuery.types.d.ts +6 -0
- package/dist/types/hooks/useThrottledCallback/useThrottledCallback.d.ts +23 -0
- package/dist/types/hooks/useThrottledCallback/useThrottledCallback.types.d.ts +13 -0
- package/dist/types/index.d.ts +61 -1
- package/dist/types/theme/breakpoints.d.ts +22 -0
- package/dist/types/theme/index.d.ts +1 -0
- package/package.json +3 -1
package/dist/esm/assets/src/components/navigation/Pagination/Pagination.css.ts.vanilla-CmlFyyjh.css
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
.Pagination_paginationRootStyle__17bx4kb0 {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
}
|
|
5
|
+
.Pagination_paginationListRecipe__17bx4kb1 {
|
|
6
|
+
display: inline-flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
list-style: none;
|
|
9
|
+
margin: 0;
|
|
10
|
+
padding: 0;
|
|
11
|
+
}
|
|
12
|
+
.Pagination_paginationListRecipe_size_sm__17bx4kb2 {
|
|
13
|
+
gap: var(--etui-spacing-xs);
|
|
14
|
+
}
|
|
15
|
+
.Pagination_paginationListRecipe_size_md__17bx4kb3 {
|
|
16
|
+
gap: var(--etui-spacing-xs);
|
|
17
|
+
}
|
|
18
|
+
.Pagination_paginationListRecipe_size_lg__17bx4kb4 {
|
|
19
|
+
gap: var(--etui-spacing-sm);
|
|
20
|
+
}
|
|
21
|
+
.Pagination_paginationItemStyle__17bx4kb5 {
|
|
22
|
+
display: inline-flex;
|
|
23
|
+
}
|
|
24
|
+
.Pagination_paginationButtonRecipe__17bx4kb6 {
|
|
25
|
+
display: inline-flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
justify-content: center;
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
padding: 0 var(--etui-spacing-xs);
|
|
30
|
+
font-family: var(--etui-font-family-sans);
|
|
31
|
+
font-weight: var(--etui-font-weight-medium);
|
|
32
|
+
line-height: 1;
|
|
33
|
+
color: var(--etui-color-text-primary);
|
|
34
|
+
background: transparent;
|
|
35
|
+
border: 1px solid transparent;
|
|
36
|
+
border-radius: var(--etui-radius-md);
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
user-select: none;
|
|
39
|
+
transition: background-color var(--etui-transition-fast), color var(--etui-transition-fast), border-color var(--etui-transition-fast);
|
|
40
|
+
}
|
|
41
|
+
.Pagination_paginationButtonRecipe__17bx4kb6:hover:not(:disabled) {
|
|
42
|
+
background: var(--etui-color-surface-hover);
|
|
43
|
+
}
|
|
44
|
+
.Pagination_paginationButtonRecipe__17bx4kb6:focus-visible {
|
|
45
|
+
outline: 2px solid var(--etui-color-border-focus);
|
|
46
|
+
outline-offset: 2px;
|
|
47
|
+
}
|
|
48
|
+
.Pagination_paginationButtonRecipe__17bx4kb6:disabled {
|
|
49
|
+
cursor: not-allowed;
|
|
50
|
+
opacity: 0.5;
|
|
51
|
+
}
|
|
52
|
+
.Pagination_paginationButtonRecipe_size_sm__17bx4kb7 {
|
|
53
|
+
min-width: 24px;
|
|
54
|
+
height: 24px;
|
|
55
|
+
font-size: var(--etui-font-size-xs);
|
|
56
|
+
}
|
|
57
|
+
.Pagination_paginationButtonRecipe_size_md__17bx4kb8 {
|
|
58
|
+
min-width: 32px;
|
|
59
|
+
height: 32px;
|
|
60
|
+
font-size: var(--etui-font-size-sm);
|
|
61
|
+
}
|
|
62
|
+
.Pagination_paginationButtonRecipe_size_lg__17bx4kb9 {
|
|
63
|
+
min-width: 40px;
|
|
64
|
+
height: 40px;
|
|
65
|
+
font-size: var(--etui-font-size-md);
|
|
66
|
+
}
|
|
67
|
+
.Pagination_paginationButtonRecipe_selected_true__17bx4kba {
|
|
68
|
+
background: var(--etui-color-accent-primary);
|
|
69
|
+
color: white;
|
|
70
|
+
border-color: var(--etui-color-accent-primary);
|
|
71
|
+
}
|
|
72
|
+
.Pagination_paginationButtonRecipe_selected_true__17bx4kba:hover:not(:disabled) {
|
|
73
|
+
background: var(--etui-color-accent-secondary);
|
|
74
|
+
border-color: var(--etui-color-accent-secondary);
|
|
75
|
+
}
|
|
76
|
+
.Pagination_paginationEllipsisRecipe__17bx4kbb {
|
|
77
|
+
display: inline-flex;
|
|
78
|
+
align-items: center;
|
|
79
|
+
justify-content: center;
|
|
80
|
+
box-sizing: border-box;
|
|
81
|
+
color: var(--etui-color-text-secondary);
|
|
82
|
+
user-select: none;
|
|
83
|
+
}
|
|
84
|
+
.Pagination_paginationEllipsisRecipe_size_sm__17bx4kbc {
|
|
85
|
+
min-width: 24px;
|
|
86
|
+
height: 24px;
|
|
87
|
+
font-size: var(--etui-font-size-xs);
|
|
88
|
+
}
|
|
89
|
+
.Pagination_paginationEllipsisRecipe_size_md__17bx4kbd {
|
|
90
|
+
min-width: 32px;
|
|
91
|
+
height: 32px;
|
|
92
|
+
font-size: var(--etui-font-size-sm);
|
|
93
|
+
}
|
|
94
|
+
.Pagination_paginationEllipsisRecipe_size_lg__17bx4kbe {
|
|
95
|
+
min-width: 40px;
|
|
96
|
+
height: 40px;
|
|
97
|
+
font-size: var(--etui-font-size-md);
|
|
98
|
+
}
|
|
99
|
+
.Pagination_paginationIconStyle__17bx4kbf {
|
|
100
|
+
display: inline-flex;
|
|
101
|
+
width: 1em;
|
|
102
|
+
height: 1em;
|
|
103
|
+
}
|
package/dist/esm/assets/src/components/primitives/HoverCard/HoverCard.css.ts.vanilla-BYT0qbLp.css
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
.HoverCard_hoverCardContentRecipe__1aj59sj0 {
|
|
2
|
+
z-index: var(--etui-z-popover);
|
|
3
|
+
background: var(--etui-color-bg-elevated);
|
|
4
|
+
border: 1px solid var(--etui-color-border-default);
|
|
5
|
+
border-radius: var(--etui-radius-lg);
|
|
6
|
+
box-shadow: var(--etui-shadow-lg);
|
|
7
|
+
color: var(--etui-color-text-primary);
|
|
8
|
+
font-size: var(--etui-font-size-sm);
|
|
9
|
+
font-family: var(--etui-font-family-sans);
|
|
10
|
+
transition: opacity var(--etui-transition-fast), transform var(--etui-transition-fast);
|
|
11
|
+
}
|
|
12
|
+
.HoverCard_hoverCardContentRecipe__1aj59sj0:focus {
|
|
13
|
+
outline: none;
|
|
14
|
+
}
|
|
15
|
+
.HoverCard_hoverCardContentRecipe_padding_none__1aj59sj1 {
|
|
16
|
+
padding: 0;
|
|
17
|
+
}
|
|
18
|
+
.HoverCard_hoverCardContentRecipe_padding_sm__1aj59sj2 {
|
|
19
|
+
padding: var(--etui-spacing-sm);
|
|
20
|
+
}
|
|
21
|
+
.HoverCard_hoverCardContentRecipe_padding_md__1aj59sj3 {
|
|
22
|
+
padding: var(--etui-spacing-md);
|
|
23
|
+
}
|
|
24
|
+
.HoverCard_hoverCardContentRecipe_padding_lg__1aj59sj4 {
|
|
25
|
+
padding: var(--etui-spacing-lg);
|
|
26
|
+
}
|
|
27
|
+
.HoverCard_hoverCardContentRecipe_visible_true__1aj59sj5 {
|
|
28
|
+
opacity: 1;
|
|
29
|
+
transform: scale(1);
|
|
30
|
+
pointer-events: auto;
|
|
31
|
+
}
|
|
32
|
+
.HoverCard_hoverCardContentRecipe_visible_false__1aj59sj6 {
|
|
33
|
+
opacity: 0;
|
|
34
|
+
transform: scale(0.96);
|
|
35
|
+
pointer-events: none;
|
|
36
|
+
}
|
|
37
|
+
@media (prefers-reduced-motion: reduce) {
|
|
38
|
+
.HoverCard_hoverCardContentRecipe__1aj59sj0 {
|
|
39
|
+
transition: none;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Archive icon component for archiving and storing items.
|
|
8
|
+
*
|
|
9
|
+
* A box with a lid commonly used for archiving content,
|
|
10
|
+
* moving items out of active views, and long-term storage actions.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <ArchiveIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <ArchiveIcon size="md" color="muted" />
|
|
19
|
+
*
|
|
20
|
+
* // In an archive action
|
|
21
|
+
* <Button icon={<ArchiveIcon />}>Archive</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const ArchiveIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "3", y: "4", width: "18", height: "4", rx: "1" }), jsx("path", { d: "M5 8v11a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8" }), jsx("line", { x1: "10", y1: "13", x2: "14", y2: "13" })] }));
|
|
26
|
+
});
|
|
27
|
+
ArchiveIcon.displayName = 'ArchiveIcon';
|
|
28
|
+
|
|
29
|
+
export { ArchiveIcon };
|
|
30
|
+
//# sourceMappingURL=ArchiveIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArchiveIcon.js","sources":["../../../../../src/components/Icons/ArchiveIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAUP;AAEA;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Bug icon component for debugging and issue reporting.
|
|
8
|
+
*
|
|
9
|
+
* A symmetrical insect silhouette commonly used for debugger panels,
|
|
10
|
+
* "Report bug" actions, and error severity indicators.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <BugIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <BugIcon size="md" color="error" />
|
|
19
|
+
*
|
|
20
|
+
* // In a debugger panel toggle
|
|
21
|
+
* <IconButton icon={<BugIcon />} label="Toggle debugger" />
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const BugIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M9 9V8a3 3 0 0 1 6 0v1" }), jsx("path", { d: "M8 9h8a6 6 0 0 1 1 3v3a5 5 0 0 1-10 0v-3a6 6 0 0 1 1-3z" }), jsx("line", { x1: "3", y1: "13", x2: "7", y2: "13" }), jsx("line", { x1: "17", y1: "13", x2: "21", y2: "13" }), jsx("line", { x1: "12", y1: "20", x2: "12", y2: "14" }), jsx("line", { x1: "4", y1: "19", x2: "7.35", y2: "17" }), jsx("line", { x1: "20", y1: "19", x2: "16.65", y2: "17" }), jsx("line", { x1: "4", y1: "7", x2: "7.75", y2: "9.4" }), jsx("line", { x1: "20", y1: "7", x2: "16.25", y2: "9.4" })] }));
|
|
26
|
+
});
|
|
27
|
+
BugIcon.displayName = 'BugIcon';
|
|
28
|
+
|
|
29
|
+
export { BugIcon };
|
|
30
|
+
//# sourceMappingURL=BugIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BugIcon.js","sources":["../../../../../src/components/Icons/BugIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAaF;AAGF;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Building icon component for organizations and architectural contexts.
|
|
8
|
+
*
|
|
9
|
+
* A multi-story building with windows, commonly used for company entries,
|
|
10
|
+
* workspaces, and architecture-related personas or sections.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <BuildingIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <BuildingIcon size="md" color="secondary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a company picker
|
|
21
|
+
* <Button icon={<BuildingIcon />}>Organization</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const BuildingIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "1" }), jsx("line", { x1: "9", y1: "22", x2: "9", y2: "18" }), jsx("line", { x1: "15", y1: "22", x2: "15", y2: "18" }), jsx("line", { x1: "9", y1: "18", x2: "15", y2: "18" }), jsx("line", { x1: "8", y1: "6", x2: "8", y2: "6" }), jsx("line", { x1: "12", y1: "6", x2: "12", y2: "6" }), jsx("line", { x1: "16", y1: "6", x2: "16", y2: "6" }), jsx("line", { x1: "8", y1: "10", x2: "8", y2: "10" }), jsx("line", { x1: "12", y1: "10", x2: "12", y2: "10" }), jsx("line", { x1: "16", y1: "10", x2: "16", y2: "10" }), jsx("line", { x1: "8", y1: "14", x2: "8", y2: "14" }), jsx("line", { x1: "12", y1: "14", x2: "12", y2: "14" }), jsx("line", { x1: "16", y1: "14", x2: "16", y2: "14" })] }));
|
|
26
|
+
});
|
|
27
|
+
BuildingIcon.displayName = 'BuildingIcon';
|
|
28
|
+
|
|
29
|
+
export { BuildingIcon };
|
|
30
|
+
//# sourceMappingURL=BuildingIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BuildingIcon.js","sources":["../../../../../src/components/Icons/BuildingIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAoBP;AAEA;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Chevron Left icon component for backward navigation and collapse.
|
|
8
|
+
*
|
|
9
|
+
* A subtle leftward chevron commonly used for previous-page navigation,
|
|
10
|
+
* collapsing side panels, and breadcrumb separators.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <ChevronLeftIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <ChevronLeftIcon size="sm" color="muted" />
|
|
19
|
+
*
|
|
20
|
+
* // In a sidebar collapse button
|
|
21
|
+
* <IconButton icon={<ChevronLeftIcon />} label="Collapse sidebar" />
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const ChevronLeftIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("polyline", { points: "15,18 9,12 15,6" }) }));
|
|
26
|
+
});
|
|
27
|
+
ChevronLeftIcon.displayName = 'ChevronLeftIcon';
|
|
28
|
+
|
|
29
|
+
export { ChevronLeftIcon };
|
|
30
|
+
//# sourceMappingURL=ChevronLeftIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChevronLeftIcon.js","sources":["../../../../../src/components/Icons/ChevronLeftIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Chevron Right icon component for forward navigation and expand.
|
|
8
|
+
*
|
|
9
|
+
* A subtle rightward chevron commonly used for next-page navigation,
|
|
10
|
+
* expanding side panels, and disclosure indicators.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <ChevronRightIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <ChevronRightIcon size="sm" color="muted" />
|
|
19
|
+
*
|
|
20
|
+
* // In a sidebar expand button
|
|
21
|
+
* <IconButton icon={<ChevronRightIcon />} label="Expand sidebar" />
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const ChevronRightIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("polyline", { points: "9,18 15,12 9,6" }) }));
|
|
26
|
+
});
|
|
27
|
+
ChevronRightIcon.displayName = 'ChevronRightIcon';
|
|
28
|
+
|
|
29
|
+
export { ChevronRightIcon };
|
|
30
|
+
//# sourceMappingURL=ChevronRightIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChevronRightIcon.js","sources":["../../../../../src/components/Icons/ChevronRightIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Cloud upload icon — a cloud silhouette with an upward arrow inside.
|
|
8
|
+
*
|
|
9
|
+
* Use for file-upload drop zones, "send to cloud" actions, and any other
|
|
10
|
+
* upload-to-remote affordance. For a generic up-arrow without the cloud,
|
|
11
|
+
* use `UploadIcon` instead.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* <CloudUploadIcon size="lg" color="muted" />
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
const CloudUploadIcon = /*#__PURE__*/ React.memo(props => {
|
|
19
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M7 18a4 4 0 1 1 .5-7.97A6 6 0 0 1 18 11h.5a3.5 3.5 0 0 1 0 7H7z" }), jsx("path", { d: "M12 13v5m0-5l-2 2m2-2l2 2" })] }));
|
|
20
|
+
});
|
|
21
|
+
CloudUploadIcon.displayName = 'CloudUploadIcon';
|
|
22
|
+
|
|
23
|
+
export { CloudUploadIcon };
|
|
24
|
+
//# sourceMappingURL=CloudUploadIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CloudUploadIcon.js","sources":["../../../../../src/components/Icons/CloudUploadIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;AAWG;AACI;AAGL;AAMF;AAEA;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Dots Horizontal icon component for inline overflow menus.
|
|
8
|
+
*
|
|
9
|
+
* Three dots arranged horizontally, commonly used as a more-actions
|
|
10
|
+
* affordance in toolbars, card headers, and badge ends.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <DotsHorizontalIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <DotsHorizontalIcon size="sm" color="muted" />
|
|
19
|
+
*
|
|
20
|
+
* // As an overflow menu trigger
|
|
21
|
+
* <IconButton icon={<DotsHorizontalIcon />} label="More" />
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const DotsHorizontalIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "5", cy: "12", r: "1" }), jsx("circle", { cx: "12", cy: "12", r: "1" }), jsx("circle", { cx: "19", cy: "12", r: "1" })] }));
|
|
26
|
+
});
|
|
27
|
+
DotsHorizontalIcon.displayName = 'DotsHorizontalIcon';
|
|
28
|
+
|
|
29
|
+
export { DotsHorizontalIcon };
|
|
30
|
+
//# sourceMappingURL=DotsHorizontalIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DotsHorizontalIcon.js","sources":["../../../../../src/components/Icons/DotsHorizontalIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAUP;AAEA;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Dots Vertical icon component for contextual action menus.
|
|
8
|
+
*
|
|
9
|
+
* Three dots stacked vertically, typically used as the trigger
|
|
10
|
+
* for item-level action menus on cards, list rows, and table cells.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <DotsVerticalIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <DotsVerticalIcon size="sm" color="muted" />
|
|
19
|
+
*
|
|
20
|
+
* // As a menu trigger
|
|
21
|
+
* <IconButton icon={<DotsVerticalIcon />} label="Actions" />
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const DotsVerticalIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "5", r: "1" }), jsx("circle", { cx: "12", cy: "12", r: "1" }), jsx("circle", { cx: "12", cy: "19", r: "1" })] }));
|
|
26
|
+
});
|
|
27
|
+
DotsVerticalIcon.displayName = 'DotsVerticalIcon';
|
|
28
|
+
|
|
29
|
+
export { DotsVerticalIcon };
|
|
30
|
+
//# sourceMappingURL=DotsVerticalIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DotsVerticalIcon.js","sources":["../../../../../src/components/Icons/DotsVerticalIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAUP;AAEA;;"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* External link icon — a box with an arrow exiting the top-right corner.
|
|
8
|
+
*
|
|
9
|
+
* Use for links that open in a new tab/window or otherwise navigate
|
|
10
|
+
* outside the current surface. For an in-app link (chain shape) use
|
|
11
|
+
* `LinkIcon` instead.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* <Link href="https://example.com" target="_blank">
|
|
16
|
+
* Docs <ExternalLinkIcon size="sm" decorative />
|
|
17
|
+
* </Link>
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
const ExternalLinkIcon = /*#__PURE__*/ React.memo(props => {
|
|
21
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6" }), jsx("polyline", { points: "15 3 21 3 21 9" }), jsx("line", { x1: "10", y1: "14", x2: "21", y2: "3" })] }));
|
|
22
|
+
});
|
|
23
|
+
ExternalLinkIcon.displayName = 'ExternalLinkIcon';
|
|
24
|
+
|
|
25
|
+
export { ExternalLinkIcon };
|
|
26
|
+
//# sourceMappingURL=ExternalLinkIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalLinkIcon.js","sources":["../../../../../src/components/Icons/ExternalLinkIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;AAaG;AACI;AAGL;AAOF;AAEA;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* File Text icon component for documents and text content.
|
|
8
|
+
*
|
|
9
|
+
* A document page with horizontal text lines, commonly used for
|
|
10
|
+
* documentation, notes, write-ups, and scribe-style personas.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <FileTextIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <FileTextIcon size="md" color="secondary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a documentation entry
|
|
21
|
+
* <Button icon={<FileTextIcon />}>Open Document</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const FileTextIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }), jsx("polyline", { points: "14 2 14 8 20 8" }), jsx("line", { x1: "8", y1: "13", x2: "16", y2: "13" }), jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17" }), jsx("line", { x1: "8", y1: "9", x2: "10", y2: "9" })] }));
|
|
26
|
+
});
|
|
27
|
+
FileTextIcon.displayName = 'FileTextIcon';
|
|
28
|
+
|
|
29
|
+
export { FileTextIcon };
|
|
30
|
+
//# sourceMappingURL=FileTextIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileTextIcon.js","sources":["../../../../../src/components/Icons/FileTextIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AASF;AAEA;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Skip to first icon — vertical bar plus a leftward chevron.
|
|
8
|
+
*
|
|
9
|
+
* Used by Pagination's "first page" button and similar
|
|
10
|
+
* jump-to-start controls.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* <IconButton aria-label="First page"><FirstIcon /></IconButton>
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
const FirstIcon = /*#__PURE__*/ React.memo(props => {
|
|
18
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M6 5v14M18 5l-7 7 7 7" }) }));
|
|
19
|
+
});
|
|
20
|
+
FirstIcon.displayName = 'FirstIcon';
|
|
21
|
+
|
|
22
|
+
export { FirstIcon };
|
|
23
|
+
//# sourceMappingURL=FirstIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FirstIcon.js","sources":["../../../../../src/components/Icons/FirstIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;AAUG;AACI;AAEH;AAKF;AAGF;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Folder Cog icon component for project-scoped settings.
|
|
8
|
+
*
|
|
9
|
+
* A folder with a small gear overlay, commonly used to distinguish
|
|
10
|
+
* project-level settings from general application settings.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <FolderCogIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <FolderCogIcon size="md" color="secondary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a settings sidebar entry
|
|
21
|
+
* <Button icon={<FolderCogIcon />}>Project Settings</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const FolderCogIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M12 21H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4l2 3h8a2 2 0 0 1 2 2v3" }), jsx("circle", { cx: "18", cy: "18", r: "2.5" }), jsx("line", { x1: "18", y1: "14.5", x2: "18", y2: "15.5" }), jsx("line", { x1: "18", y1: "20.5", x2: "18", y2: "21.5" }), jsx("line", { x1: "14.5", y1: "18", x2: "15.5", y2: "18" }), jsx("line", { x1: "20.5", y1: "18", x2: "21.5", y2: "18" }), jsx("line", { x1: "15.5", y1: "15.5", x2: "16.2", y2: "16.2" }), jsx("line", { x1: "19.8", y1: "19.8", x2: "20.5", y2: "20.5" }), jsx("line", { x1: "20.5", y1: "15.5", x2: "19.8", y2: "16.2" }), jsx("line", { x1: "16.2", y1: "19.8", x2: "15.5", y2: "20.5" })] }));
|
|
26
|
+
});
|
|
27
|
+
FolderCogIcon.displayName = 'FolderCogIcon';
|
|
28
|
+
|
|
29
|
+
export { FolderCogIcon };
|
|
30
|
+
//# sourceMappingURL=FolderCogIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FolderCogIcon.js","sources":["../../../../../src/components/Icons/FolderCogIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAcF;AAEA;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Folder Open icon component for opened directory states.
|
|
8
|
+
*
|
|
9
|
+
* An open folder with an angled front flap, commonly paired with the closed
|
|
10
|
+
* `FolderIcon` for project switchers, file explorer reveals, and breadcrumbs.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <FolderOpenIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <FolderOpenIcon size="lg" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a switch project action
|
|
21
|
+
* <Button icon={<FolderOpenIcon />}>Switch Project</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const FolderOpenIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M3 7a2 2 0 0 1 2-2h4l2 3h8a2 2 0 0 1 2 2v1" }), jsx("path", { d: "M3 10h18l-2 9a2 2 0 0 1-2 1.6H5a2 2 0 0 1-2-1.6z" })] }));
|
|
26
|
+
});
|
|
27
|
+
FolderOpenIcon.displayName = 'FolderOpenIcon';
|
|
28
|
+
|
|
29
|
+
export { FolderOpenIcon };
|
|
30
|
+
//# sourceMappingURL=FolderOpenIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FolderOpenIcon.js","sources":["../../../../../src/components/Icons/FolderOpenIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAMF;AAEA;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Git Branch icon component for version-control branch contexts.
|
|
8
|
+
*
|
|
9
|
+
* A trunk line with a fork to a side node, commonly used for branch
|
|
10
|
+
* indicators in status bars, branch pickers, and VCS-related actions.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <GitBranchIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <GitBranchIcon size="sm" color="muted" />
|
|
19
|
+
*
|
|
20
|
+
* // In a status bar
|
|
21
|
+
* <Button icon={<GitBranchIcon />}>main</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const GitBranchIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("line", { x1: "6", y1: "3", x2: "6", y2: "15" }), jsx("circle", { cx: "18", cy: "6", r: "3" }), jsx("circle", { cx: "6", cy: "18", r: "3" }), jsx("path", { d: "M18 9a9 9 0 0 1-9 9" })] }));
|
|
26
|
+
});
|
|
27
|
+
GitBranchIcon.displayName = 'GitBranchIcon';
|
|
28
|
+
|
|
29
|
+
export { GitBranchIcon };
|
|
30
|
+
//# sourceMappingURL=GitBranchIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GitBranchIcon.js","sources":["../../../../../src/components/Icons/GitBranchIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAWP;AAEA;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Skip to last icon — rightward chevron plus a vertical bar.
|
|
8
|
+
*
|
|
9
|
+
* Used by Pagination's "last page" button and similar
|
|
10
|
+
* jump-to-end controls.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* <IconButton aria-label="Last page"><LastIcon /></IconButton>
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
const LastIcon = /*#__PURE__*/ React.memo(props => {
|
|
18
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M18 5v14M6 5l7 7-7 7" }) }));
|
|
19
|
+
});
|
|
20
|
+
LastIcon.displayName = 'LastIcon';
|
|
21
|
+
|
|
22
|
+
export { LastIcon };
|
|
23
|
+
//# sourceMappingURL=LastIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LastIcon.js","sources":["../../../../../src/components/Icons/LastIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;AAUG;AACI;AAEH;AAKF;AAGF;;"}
|