@raydenui/ui 0.9.7 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Table-DCNSxua1.d.cts +31 -0
- package/dist/Table-DCNSxua1.d.ts +31 -0
- package/dist/blocks/ApplicationShellBlock.cjs +157 -0
- package/dist/blocks/ApplicationShellBlock.js +154 -0
- package/dist/blocks/CheckoutReviewBlock.cjs +16 -0
- package/dist/blocks/CheckoutReviewBlock.js +13 -0
- package/dist/blocks/CommandPaletteBlock.cjs +334 -0
- package/dist/blocks/CommandPaletteBlock.js +331 -0
- package/dist/blocks/CreateAccountBlock.cjs +147 -0
- package/dist/blocks/CreateAccountBlock.js +143 -0
- package/dist/blocks/EmptyStateBlock.cjs +19 -0
- package/dist/blocks/EmptyStateBlock.js +16 -0
- package/dist/blocks/FeatureOverviewBlock.cjs +54 -0
- package/dist/blocks/FeatureOverviewBlock.js +51 -0
- package/dist/blocks/HeaderBlock.cjs +230 -0
- package/dist/blocks/HeaderBlock.js +227 -0
- package/dist/blocks/KpiOverviewBlock.cjs +63 -0
- package/dist/blocks/KpiOverviewBlock.js +60 -0
- package/dist/blocks/LoginBlock.cjs +66 -0
- package/dist/blocks/LoginBlock.js +63 -0
- package/dist/blocks/NotificationsBlock.cjs +17 -0
- package/dist/blocks/NotificationsBlock.js +14 -0
- package/dist/blocks/PageHeaderBlock.cjs +121 -0
- package/dist/blocks/PageHeaderBlock.js +118 -0
- package/dist/blocks/PricingPlansBlock.cjs +146 -0
- package/dist/blocks/PricingPlansBlock.js +143 -0
- package/dist/blocks/ProductCollectionBlock.cjs +37 -0
- package/dist/blocks/ProductCollectionBlock.js +34 -0
- package/dist/blocks/ProductDetailBlock.cjs +30 -0
- package/dist/blocks/ProductDetailBlock.js +27 -0
- package/dist/blocks/ProductHeroBlock.cjs +83 -0
- package/dist/blocks/ProductHeroBlock.js +80 -0
- package/dist/blocks/ProfileSettingsBlock.cjs +130 -0
- package/dist/blocks/ProfileSettingsBlock.js +126 -0
- package/dist/blocks/QuickSendBlock.cjs +11 -0
- package/dist/blocks/QuickSendBlock.js +8 -0
- package/dist/blocks/RecentTransactionsBlock.cjs +13 -0
- package/dist/blocks/RecentTransactionsBlock.js +10 -0
- package/dist/blocks/SearchableTableBlock.cjs +91 -0
- package/dist/blocks/SearchableTableBlock.js +88 -0
- package/dist/blocks/ShoppingCartBlock.cjs +16 -0
- package/dist/blocks/ShoppingCartBlock.js +13 -0
- package/dist/blocks/SiteFooterBlock.cjs +69 -0
- package/dist/blocks/SiteFooterBlock.js +66 -0
- package/dist/blocks/TableBlock.cjs +20 -0
- package/dist/blocks/TableBlock.js +17 -0
- package/dist/blocks/TaskListBlock.cjs +198 -0
- package/dist/blocks/TaskListBlock.js +195 -0
- package/dist/blocks/WorkspaceSwitcherBlock.cjs +291 -0
- package/dist/blocks/WorkspaceSwitcherBlock.js +288 -0
- package/dist/blocks/commerce.cjs +44 -0
- package/dist/blocks/commerce.js +35 -0
- package/dist/blocks/index.cjs +53 -0
- package/dist/blocks/index.js +24 -0
- package/dist/blocks.d.cts +1820 -0
- package/dist/blocks.d.ts +1820 -0
- package/dist/chart.cjs +13 -0
- package/dist/chart.d.cts +59 -0
- package/dist/chart.d.ts +59 -0
- package/dist/chart.js +5 -0
- package/dist/components/Accordion/Accordion.cjs +94 -0
- package/dist/components/Accordion/Accordion.js +91 -0
- package/dist/components/Accordion/index.cjs +8 -0
- package/dist/components/Accordion/index.js +1 -0
- package/dist/components/ActivityFeed/ActivityContent.cjs +40 -0
- package/dist/components/ActivityFeed/ActivityContent.js +37 -0
- package/dist/components/ActivityFeed/ActivityItem.cjs +19 -0
- package/dist/components/ActivityFeed/ActivityItem.js +16 -0
- package/dist/components/ActivityFeed/index.cjs +7 -0
- package/dist/components/ActivityFeed/index.js +2 -0
- package/dist/components/Alert/Alert.cjs +42 -0
- package/dist/components/Alert/Alert.js +39 -0
- package/dist/components/Alert/index.cjs +5 -0
- package/dist/components/Alert/index.js +1 -0
- package/dist/components/Avatar/Avatar.cjs +101 -0
- package/dist/components/Avatar/Avatar.js +98 -0
- package/dist/components/Avatar/index.cjs +6 -0
- package/dist/components/Avatar/index.js +1 -0
- package/dist/components/Badge/Badge.cjs +53 -0
- package/dist/components/Badge/Badge.js +50 -0
- package/dist/components/Badge/index.cjs +5 -0
- package/dist/components/Badge/index.js +1 -0
- package/dist/components/Banner/Banner.cjs +83 -0
- package/dist/components/Banner/Banner.js +80 -0
- package/dist/components/Banner/index.cjs +5 -0
- package/dist/components/Banner/index.js +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.cjs +31 -0
- package/dist/components/Breadcrumb/Breadcrumb.js +28 -0
- package/dist/components/Breadcrumb/index.cjs +5 -0
- package/dist/components/Breadcrumb/index.js +1 -0
- package/dist/components/Button/Button.cjs +88 -0
- package/dist/components/Button/Button.js +85 -0
- package/dist/components/Button/index.cjs +5 -0
- package/dist/components/Button/index.js +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.cjs +8 -0
- package/dist/components/ButtonGroup/ButtonGroup.js +5 -0
- package/dist/components/ButtonGroup/ButtonGroupItem.cjs +15 -0
- package/dist/components/ButtonGroup/ButtonGroupItem.js +12 -0
- package/dist/components/ButtonGroup/index.cjs +7 -0
- package/dist/components/ButtonGroup/index.js +2 -0
- package/dist/components/Card/Card.cjs +94 -0
- package/dist/components/Card/Card.js +91 -0
- package/dist/components/Card/index.cjs +9 -0
- package/dist/components/Card/index.js +1 -0
- package/dist/components/Chart/Chart.cjs +160 -0
- package/dist/components/Chart/Chart.js +153 -0
- package/dist/components/Chart/index.cjs +10 -0
- package/dist/components/Chart/index.js +2 -0
- package/dist/components/Chart/theme.cjs +67 -0
- package/dist/components/Chart/theme.js +62 -0
- package/dist/components/Chip/Chip.cjs +18 -0
- package/dist/components/Chip/Chip.js +15 -0
- package/dist/components/Chip/index.cjs +5 -0
- package/dist/components/Chip/index.js +1 -0
- package/dist/components/Counter/Counter.cjs +74 -0
- package/dist/components/Counter/Counter.js +71 -0
- package/dist/components/Counter/index.cjs +6 -0
- package/dist/components/Counter/index.js +1 -0
- package/dist/components/DatePicker/DatePicker.cjs +343 -0
- package/dist/components/DatePicker/DatePicker.js +340 -0
- package/dist/components/DatePicker/index.cjs +5 -0
- package/dist/components/DatePicker/index.js +1 -0
- package/dist/components/Divider/Divider.cjs +31 -0
- package/dist/components/Divider/Divider.js +28 -0
- package/dist/components/Divider/index.cjs +5 -0
- package/dist/components/Divider/index.js +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.cjs +108 -0
- package/dist/components/DropdownMenu/DropdownMenu.js +105 -0
- package/dist/components/DropdownMenu/index.cjs +11 -0
- package/dist/components/DropdownMenu/index.js +1 -0
- package/dist/components/EmptyStateIllustration/EmptyStateIllustration.cjs +42 -0
- package/dist/components/EmptyStateIllustration/EmptyStateIllustration.js +39 -0
- package/dist/components/EmptyStateIllustration/illustrations.cjs +3322 -0
- package/dist/components/EmptyStateIllustration/illustrations.js +3319 -0
- package/dist/components/EmptyStateIllustration/index.cjs +7 -0
- package/dist/components/EmptyStateIllustration/index.js +2 -0
- package/dist/components/FileUpload/FileUpload.cjs +116 -0
- package/dist/components/FileUpload/FileUpload.js +113 -0
- package/dist/components/FileUpload/FileUploadDropZone.cjs +58 -0
- package/dist/components/FileUpload/FileUploadDropZone.js +55 -0
- package/dist/components/FileUpload/FileUploadIcons.cjs +55 -0
- package/dist/components/FileUpload/FileUploadIcons.js +50 -0
- package/dist/components/FileUpload/FileUploadItem.cjs +34 -0
- package/dist/components/FileUpload/FileUploadItem.js +31 -0
- package/dist/components/FileUpload/index.cjs +9 -0
- package/dist/components/FileUpload/index.js +3 -0
- package/dist/components/FormControl/Checkbox.cjs +27 -0
- package/dist/components/FormControl/Checkbox.js +24 -0
- package/dist/components/FormControl/Radio.cjs +15 -0
- package/dist/components/FormControl/Radio.js +12 -0
- package/dist/components/FormControl/Toggle.cjs +15 -0
- package/dist/components/FormControl/Toggle.js +12 -0
- package/dist/components/FormControl/index.cjs +9 -0
- package/dist/components/FormControl/index.js +3 -0
- package/dist/components/Icon/Icon.cjs +70 -0
- package/dist/components/Icon/Icon.js +34 -0
- package/dist/components/Icon/catalog.cjs +1672 -0
- package/dist/components/Icon/catalog.js +1669 -0
- package/dist/components/Icon/icons.cjs +5621 -0
- package/dist/components/Icon/icons.js +5610 -0
- package/dist/components/Icon/index.cjs +8 -0
- package/dist/components/Icon/index.js +2 -0
- package/dist/components/Input/Input.cjs +64 -0
- package/dist/components/Input/Input.js +61 -0
- package/dist/components/Input/index.cjs +5 -0
- package/dist/components/Input/index.js +1 -0
- package/dist/components/MetricsCard/MetricsCard.cjs +107 -0
- package/dist/components/MetricsCard/MetricsCard.js +104 -0
- package/dist/components/MetricsCard/index.cjs +5 -0
- package/dist/components/MetricsCard/index.js +1 -0
- package/dist/components/Modal/Modal.cjs +126 -0
- package/dist/components/Modal/Modal.js +123 -0
- package/dist/components/Modal/index.cjs +5 -0
- package/dist/components/Modal/index.js +1 -0
- package/dist/components/Pagination/Pagination.cjs +42 -0
- package/dist/components/Pagination/Pagination.js +39 -0
- package/dist/components/Pagination/index.cjs +5 -0
- package/dist/components/Pagination/index.js +1 -0
- package/dist/components/ProgressBar/ProgressBar.cjs +34 -0
- package/dist/components/ProgressBar/ProgressBar.js +31 -0
- package/dist/components/ProgressBar/index.cjs +5 -0
- package/dist/components/ProgressBar/index.js +1 -0
- package/dist/components/ProgressCircle/ProgressCircle.cjs +34 -0
- package/dist/components/ProgressCircle/ProgressCircle.js +31 -0
- package/dist/components/ProgressCircle/index.cjs +5 -0
- package/dist/components/ProgressCircle/index.js +1 -0
- package/dist/components/Select/Select.cjs +84 -0
- package/dist/components/Select/Select.js +80 -0
- package/dist/components/Select/SelectOption.cjs +26 -0
- package/dist/components/Select/SelectOption.js +23 -0
- package/dist/components/Select/index.cjs +7 -0
- package/dist/components/Select/index.js +2 -0
- package/dist/components/SidebarMenu/SidebarMenu.cjs +85 -0
- package/dist/components/SidebarMenu/SidebarMenu.js +81 -0
- package/dist/components/SidebarMenu/SidebarMenuItem.cjs +126 -0
- package/dist/components/SidebarMenu/SidebarMenuItem.js +122 -0
- package/dist/components/SidebarMenu/SidebarMenuSection.cjs +14 -0
- package/dist/components/SidebarMenu/SidebarMenuSection.js +11 -0
- package/dist/components/SidebarMenu/index.cjs +12 -0
- package/dist/components/SidebarMenu/index.js +4 -0
- package/dist/components/Slider/Slider.cjs +161 -0
- package/dist/components/Slider/Slider.js +158 -0
- package/dist/components/Slider/index.cjs +6 -0
- package/dist/components/Slider/index.js +1 -0
- package/dist/components/Spinner/Spinner.cjs +93 -0
- package/dist/components/Spinner/Spinner.js +90 -0
- package/dist/components/Spinner/index.cjs +5 -0
- package/dist/components/Spinner/index.js +1 -0
- package/dist/components/Stepper/Stepper.cjs +82 -0
- package/dist/components/Stepper/Stepper.js +79 -0
- package/dist/components/Stepper/index.cjs +7 -0
- package/dist/components/Stepper/index.js +1 -0
- package/dist/components/Table/Table.cjs +25 -0
- package/dist/components/Table/Table.js +22 -0
- package/dist/components/Table/index.cjs +10 -0
- package/dist/components/Table/index.js +1 -0
- package/dist/components/Table/useTableSelection.cjs +60 -0
- package/dist/components/Table/useTableSelection.js +57 -0
- package/dist/components/Tabs/Tab.cjs +70 -0
- package/dist/components/Tabs/Tab.js +67 -0
- package/dist/components/Tabs/Tabs.cjs +133 -0
- package/dist/components/Tabs/Tabs.js +129 -0
- package/dist/components/Tabs/index.cjs +7 -0
- package/dist/components/Tabs/index.js +2 -0
- package/dist/components/Tooltip/Tooltip.cjs +101 -0
- package/dist/components/Tooltip/Tooltip.js +98 -0
- package/dist/components/Tooltip/index.cjs +5 -0
- package/dist/components/Tooltip/index.js +1 -0
- package/dist/context/ThemeContext.cjs +97 -0
- package/dist/context/ThemeContext.js +92 -0
- package/dist/fonts/README.md +13 -0
- package/dist/fonts/hanken-grotesk-cyrillic-ext-italic.woff2 +0 -0
- package/dist/fonts/hanken-grotesk-cyrillic-ext-normal.woff2 +0 -0
- package/dist/fonts/hanken-grotesk-latin-ext-italic.woff2 +0 -0
- package/dist/fonts/hanken-grotesk-latin-ext-normal.woff2 +0 -0
- package/dist/fonts/hanken-grotesk-latin-italic.woff2 +0 -0
- package/dist/fonts/hanken-grotesk-latin-normal.woff2 +0 -0
- package/dist/fonts/hanken-grotesk-vietnamese-italic.woff2 +0 -0
- package/dist/fonts/hanken-grotesk-vietnamese-normal.woff2 +0 -0
- package/dist/fonts/hankengrotesk-LICENSE.txt +94 -0
- package/dist/fonts/manrope-LICENSE.txt +93 -0
- package/dist/fonts/manrope-cyrillic-ext-normal.woff2 +0 -0
- package/dist/fonts/manrope-cyrillic-normal.woff2 +0 -0
- package/dist/fonts/manrope-greek-normal.woff2 +0 -0
- package/dist/fonts/manrope-latin-ext-normal.woff2 +0 -0
- package/dist/fonts/manrope-latin-normal.woff2 +0 -0
- package/dist/fonts/manrope-vietnamese-normal.woff2 +0 -0
- package/dist/fonts.css +148 -0
- package/dist/hooks/form/index.cjs +11 -0
- package/dist/hooks/form/index.js +3 -0
- package/dist/hooks/form/useRaydenFormControl.cjs +81 -0
- package/dist/hooks/form/useRaydenFormControl.js +76 -0
- package/dist/hooks/form/useRaydenInput.cjs +38 -0
- package/dist/hooks/form/useRaydenInput.js +35 -0
- package/dist/hooks/form/useRaydenSelect.cjs +45 -0
- package/dist/hooks/form/useRaydenSelect.js +42 -0
- package/dist/hooks/index.cjs +17 -0
- package/dist/hooks/index.js +1 -0
- package/dist/hooks/useBodyScrollLock.cjs +24 -0
- package/dist/hooks/useBodyScrollLock.js +21 -0
- package/dist/hooks/useCollisionAwareSide.cjs +72 -0
- package/dist/hooks/useCollisionAwareSide.js +69 -0
- package/dist/hooks/useControllableValue.cjs +16 -0
- package/dist/hooks/useControllableValue.js +13 -0
- package/dist/hooks/useDismissableLayer.cjs +100 -0
- package/dist/hooks/useDismissableLayer.js +97 -0
- package/dist/hooks/usePopupList.cjs +101 -0
- package/dist/hooks/usePopupList.js +98 -0
- package/dist/icons-8yD7I5jO.d.cts +430 -0
- package/dist/icons-8yD7I5jO.d.ts +430 -0
- package/dist/icons.cjs +2111 -418
- package/dist/icons.d.cts +1256 -429
- package/dist/icons.d.ts +1256 -429
- package/dist/icons.js +2089 -1
- package/dist/index.cjs +128 -15046
- package/dist/index.d.cts +697 -662
- package/dist/index.d.ts +697 -662
- package/dist/index.js +43 -14962
- package/dist/motion/Collapse.cjs +28 -0
- package/dist/motion/Collapse.js +25 -0
- package/dist/motion/MotionProvider.cjs +43 -0
- package/dist/motion/MotionProvider.js +38 -0
- package/dist/motion/Pressable.cjs +46 -0
- package/dist/motion/Pressable.js +43 -0
- package/dist/motion/Reveal.cjs +19 -0
- package/dist/motion/Reveal.js +16 -0
- package/dist/motion/SharedLayout.cjs +46 -0
- package/dist/motion/SharedLayout.js +43 -0
- package/dist/motion/index.cjs +19 -0
- package/dist/motion/index.js +6 -0
- package/dist/motion/presence.cjs +58 -0
- package/dist/motion/presence.js +55 -0
- package/dist/motion/presets.cjs +88 -0
- package/dist/motion/presets.js +84 -0
- package/dist/motion.d.cts +51 -0
- package/dist/motion.d.ts +51 -0
- package/dist/preset.cjs +356 -195
- package/dist/preset.d.cts +111 -32
- package/dist/preset.d.ts +111 -32
- package/dist/preset.js +353 -187
- package/dist/presets-Ba5QndHg.d.cts +144 -0
- package/dist/presets-Ba5QndHg.d.ts +144 -0
- package/dist/styles.css +1 -1
- package/dist/utils/cn.cjs +38 -0
- package/dist/utils/cn.js +35 -0
- package/dist/utils/resolveIcon.cjs +18 -0
- package/dist/utils/resolveIcon.js +15 -0
- package/package.json +79 -21
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { useCallback, useEffect, useRef } from "react";
|
|
2
|
+
import { useDismissableLayer } from "./useDismissableLayer.js";
|
|
3
|
+
/** Shared focus, dismissal and navigation for Select and DropdownMenu. */
|
|
4
|
+
export function usePopupList({ open, setOpen, containerRef, triggerRef, listRef, role, selected = false, }) {
|
|
5
|
+
const initial = useRef("selected");
|
|
6
|
+
const search = useRef({ value: "", time: 0 });
|
|
7
|
+
const items = useCallback(() => {
|
|
8
|
+
const list = listRef.current;
|
|
9
|
+
if (!list)
|
|
10
|
+
return [];
|
|
11
|
+
return Array.from(list.querySelectorAll(`[role="${role}"]`)).filter((item) => item.closest('[role="menu"], [role="listbox"]') === list &&
|
|
12
|
+
!item.matches(':disabled, [aria-disabled="true"]') &&
|
|
13
|
+
!item.closest("[hidden], [inert]") &&
|
|
14
|
+
item.getClientRects().length > 0 &&
|
|
15
|
+
item.ownerDocument.defaultView?.getComputedStyle(item).visibility !== "hidden");
|
|
16
|
+
}, [listRef, role]);
|
|
17
|
+
const focusInitial = useCallback(() => {
|
|
18
|
+
const enabled = items();
|
|
19
|
+
const target = initial.current === "last"
|
|
20
|
+
? enabled[enabled.length - 1]
|
|
21
|
+
: initial.current === "selected" && selected
|
|
22
|
+
? (enabled.find((item) => item.getAttribute("aria-selected") === "true") ?? enabled[0])
|
|
23
|
+
: enabled[0];
|
|
24
|
+
target?.focus();
|
|
25
|
+
}, [items, selected]);
|
|
26
|
+
useEffect(() => {
|
|
27
|
+
if (!open) {
|
|
28
|
+
search.current = { value: "", time: 0 };
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
const timer = setTimeout(focusInitial, 0);
|
|
32
|
+
return () => clearTimeout(timer);
|
|
33
|
+
}, [open, focusInitial]);
|
|
34
|
+
const close = useCallback((restoreFocus = false) => {
|
|
35
|
+
const list = listRef.current;
|
|
36
|
+
// Restore before consumer callbacks can open another dialog. No delayed focus theft.
|
|
37
|
+
if (restoreFocus && list?.contains(list.ownerDocument.activeElement))
|
|
38
|
+
triggerRef.current?.focus({ preventScroll: true });
|
|
39
|
+
setOpen(false);
|
|
40
|
+
initial.current = "selected";
|
|
41
|
+
}, [listRef, triggerRef, setOpen]);
|
|
42
|
+
useDismissableLayer({ open, containerRef, onDismiss: (reason) => close(reason === "escape") });
|
|
43
|
+
const onTriggerKeyDown = (event) => {
|
|
44
|
+
if (event.defaultPrevented ||
|
|
45
|
+
event.currentTarget.disabled ||
|
|
46
|
+
(event.key !== "ArrowDown" && event.key !== "ArrowUp"))
|
|
47
|
+
return;
|
|
48
|
+
event.preventDefault();
|
|
49
|
+
initial.current = event.key === "ArrowUp" ? "last" : selected ? "selected" : "first";
|
|
50
|
+
if (open)
|
|
51
|
+
focusInitial();
|
|
52
|
+
else
|
|
53
|
+
setOpen(true);
|
|
54
|
+
};
|
|
55
|
+
const onListKeyDown = (event) => {
|
|
56
|
+
if (event.defaultPrevented ||
|
|
57
|
+
event.isPropagationStopped() ||
|
|
58
|
+
event.nativeEvent.isComposing ||
|
|
59
|
+
event.target.closest('[role="menu"], [role="listbox"]') !== listRef.current)
|
|
60
|
+
return;
|
|
61
|
+
const enabled = items();
|
|
62
|
+
if (!enabled.length)
|
|
63
|
+
return;
|
|
64
|
+
const current = enabled.findIndex((item) => item === event.currentTarget.ownerDocument.activeElement);
|
|
65
|
+
let next;
|
|
66
|
+
if (event.key === "ArrowDown")
|
|
67
|
+
next = (current + 1) % enabled.length;
|
|
68
|
+
else if (event.key === "ArrowUp")
|
|
69
|
+
next = current <= 0 ? enabled.length - 1 : current - 1;
|
|
70
|
+
else if (event.key === "Home")
|
|
71
|
+
next = 0;
|
|
72
|
+
else if (event.key === "End")
|
|
73
|
+
next = enabled.length - 1;
|
|
74
|
+
else if (event.key.length === 1 &&
|
|
75
|
+
event.key !== " " &&
|
|
76
|
+
!event.ctrlKey &&
|
|
77
|
+
!event.metaKey &&
|
|
78
|
+
!event.altKey) {
|
|
79
|
+
const now = Date.now();
|
|
80
|
+
const value = (now - search.current.time < 500 ? search.current.value : "") + event.key.toLowerCase();
|
|
81
|
+
search.current = { value, time: now };
|
|
82
|
+
const query = [...value].every((char) => char === value[0]) ? value[0] : value;
|
|
83
|
+
const start = query.length === 1 ? current + 1 : Math.max(current, 0);
|
|
84
|
+
for (let offset = 0; offset < enabled.length; offset++) {
|
|
85
|
+
const index = (start + offset + enabled.length) % enabled.length;
|
|
86
|
+
if (enabled[index].textContent?.trim().toLowerCase().startsWith(query)) {
|
|
87
|
+
next = index;
|
|
88
|
+
break;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
if (next !== undefined) {
|
|
93
|
+
event.preventDefault();
|
|
94
|
+
enabled[next]?.focus();
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
return { close, onTriggerKeyDown, onListKeyDown };
|
|
98
|
+
}
|
|
@@ -0,0 +1,430 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated icon registry with tree-shakeable exports.
|
|
3
|
+
* 416 icons, each with outline + solid variants.
|
|
4
|
+
*/
|
|
5
|
+
interface IconData {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
paths: string;
|
|
8
|
+
}
|
|
9
|
+
type IconVariant = "outline" | "solid";
|
|
10
|
+
type IconRecord = Record<IconVariant, IconData>;
|
|
11
|
+
declare const threeDIcon: IconRecord;
|
|
12
|
+
declare const AIStarsIcon: IconRecord;
|
|
13
|
+
declare const ARIcon: IconRecord;
|
|
14
|
+
declare const BTCIcon: IconRecord;
|
|
15
|
+
declare const ETHIcon: IconRecord;
|
|
16
|
+
declare const NFTIcon: IconRecord;
|
|
17
|
+
declare const NFTAddIcon: IconRecord;
|
|
18
|
+
declare const NFTProfileIcon: IconRecord;
|
|
19
|
+
declare const NFTRemoveIcon: IconRecord;
|
|
20
|
+
declare const QRCodeIcon: IconRecord;
|
|
21
|
+
declare const VRGogglesIcon: IconRecord;
|
|
22
|
+
declare const airplaneIcon: IconRecord;
|
|
23
|
+
declare const airpodIcon: IconRecord;
|
|
24
|
+
declare const alarmClockIcon: IconRecord;
|
|
25
|
+
declare const alignCenterIcon: IconRecord;
|
|
26
|
+
declare const alignJustifyIcon: IconRecord;
|
|
27
|
+
declare const alignLeftIcon: IconRecord;
|
|
28
|
+
declare const alignRightIcon: IconRecord;
|
|
29
|
+
declare const arrowDownIcon: IconRecord;
|
|
30
|
+
declare const arrowDownLeftIcon: IconRecord;
|
|
31
|
+
declare const arrowDownRightIcon: IconRecord;
|
|
32
|
+
declare const arrowExpandIcon: IconRecord;
|
|
33
|
+
declare const arrowLeftIcon: IconRecord;
|
|
34
|
+
declare const arrowRightIcon: IconRecord;
|
|
35
|
+
declare const arrowShrinkIcon: IconRecord;
|
|
36
|
+
declare const arrowUpIcon: IconRecord;
|
|
37
|
+
declare const arrowUpLeftIcon: IconRecord;
|
|
38
|
+
declare const arrowUpRightIcon: IconRecord;
|
|
39
|
+
declare const arrowUpSplitIcon: IconRecord;
|
|
40
|
+
declare const atIcon: IconRecord;
|
|
41
|
+
declare const backwardIcon: IconRecord;
|
|
42
|
+
declare const badgeIcon: IconRecord;
|
|
43
|
+
declare const bagIcon: IconRecord;
|
|
44
|
+
declare const ballIcon: IconRecord;
|
|
45
|
+
declare const bankIcon: IconRecord;
|
|
46
|
+
declare const barChartHIcon: IconRecord;
|
|
47
|
+
declare const barChartVIcon: IconRecord;
|
|
48
|
+
declare const batteryIcon: IconRecord;
|
|
49
|
+
declare const batteryChargingIcon: IconRecord;
|
|
50
|
+
declare const batteryEmptyIcon: IconRecord;
|
|
51
|
+
declare const bedIcon: IconRecord;
|
|
52
|
+
declare const beizerCurveIcon: IconRecord;
|
|
53
|
+
declare const bellIcon: IconRecord;
|
|
54
|
+
declare const bellSlashIcon: IconRecord;
|
|
55
|
+
declare const bicycleIcon: IconRecord;
|
|
56
|
+
declare const binIcon: IconRecord;
|
|
57
|
+
declare const bluetoothIcon: IconRecord;
|
|
58
|
+
declare const boldIcon: IconRecord;
|
|
59
|
+
declare const bookIcon: IconRecord;
|
|
60
|
+
declare const bookOpenIcon: IconRecord;
|
|
61
|
+
declare const bookmarkIcon: IconRecord;
|
|
62
|
+
declare const bookmarkAddIcon: IconRecord;
|
|
63
|
+
declare const bookmarksIcon: IconRecord;
|
|
64
|
+
declare const booksIcon: IconRecord;
|
|
65
|
+
declare const botIcon: IconRecord;
|
|
66
|
+
declare const boxIcon: IconRecord;
|
|
67
|
+
declare const box1Icon: IconRecord;
|
|
68
|
+
declare const branchIcon: IconRecord;
|
|
69
|
+
declare const brushIcon: IconRecord;
|
|
70
|
+
declare const bugIcon: IconRecord;
|
|
71
|
+
declare const building1Icon: IconRecord;
|
|
72
|
+
declare const building2Icon: IconRecord;
|
|
73
|
+
declare const building3Icon: IconRecord;
|
|
74
|
+
declare const building4Icon: IconRecord;
|
|
75
|
+
declare const building5Icon: IconRecord;
|
|
76
|
+
declare const building6Icon: IconRecord;
|
|
77
|
+
declare const bulbIcon: IconRecord;
|
|
78
|
+
declare const bulbSlashIcon: IconRecord;
|
|
79
|
+
declare const busIcon: IconRecord;
|
|
80
|
+
declare const calendarIcon: IconRecord;
|
|
81
|
+
declare const calendarAddIcon: IconRecord;
|
|
82
|
+
declare const calendarAltIcon: IconRecord;
|
|
83
|
+
declare const calendarCrossIcon: IconRecord;
|
|
84
|
+
declare const calendarRemoveIcon: IconRecord;
|
|
85
|
+
declare const calendarTickIcon: IconRecord;
|
|
86
|
+
declare const callIcon: IconRecord;
|
|
87
|
+
declare const callAddIcon: IconRecord;
|
|
88
|
+
declare const callCrossIcon: IconRecord;
|
|
89
|
+
declare const callIncomingIcon: IconRecord;
|
|
90
|
+
declare const callOutgoingIcon: IconRecord;
|
|
91
|
+
declare const callRemoveIcon: IconRecord;
|
|
92
|
+
declare const callRingingIcon: IconRecord;
|
|
93
|
+
declare const cameraIcon: IconRecord;
|
|
94
|
+
declare const cameraSlashIcon: IconRecord;
|
|
95
|
+
declare const candlesHIcon: IconRecord;
|
|
96
|
+
declare const candlesVIcon: IconRecord;
|
|
97
|
+
declare const carIcon: IconRecord;
|
|
98
|
+
declare const cardIcon: IconRecord;
|
|
99
|
+
declare const cardAddIcon: IconRecord;
|
|
100
|
+
declare const cardCrossIcon: IconRecord;
|
|
101
|
+
declare const cardFundIcon: IconRecord;
|
|
102
|
+
declare const cardInIcon: IconRecord;
|
|
103
|
+
declare const cardOutIcon: IconRecord;
|
|
104
|
+
declare const cardRemoveIcon: IconRecord;
|
|
105
|
+
declare const cardTickIcon: IconRecord;
|
|
106
|
+
declare const cardWithdrawIcon: IconRecord;
|
|
107
|
+
declare const cartIcon: IconRecord;
|
|
108
|
+
declare const cartAddIcon: IconRecord;
|
|
109
|
+
declare const cartCheckIcon: IconRecord;
|
|
110
|
+
declare const cartCrossIcon: IconRecord;
|
|
111
|
+
declare const cartMinusIcon: IconRecord;
|
|
112
|
+
declare const chartIcon: IconRecord;
|
|
113
|
+
declare const chartDownIcon: IconRecord;
|
|
114
|
+
declare const chartUpIcon: IconRecord;
|
|
115
|
+
declare const chatIcon: IconRecord;
|
|
116
|
+
declare const chatAltIcon: IconRecord;
|
|
117
|
+
declare const chatsIcon: IconRecord;
|
|
118
|
+
declare const checkIcon: IconRecord;
|
|
119
|
+
declare const checkCircleIcon: IconRecord;
|
|
120
|
+
declare const checkboxIcon: IconRecord;
|
|
121
|
+
declare const checkboxCheckedIcon: IconRecord;
|
|
122
|
+
declare const chevronDownIcon: IconRecord;
|
|
123
|
+
declare const chevronHIcon: IconRecord;
|
|
124
|
+
declare const chevronLeftIcon: IconRecord;
|
|
125
|
+
declare const chevronRightIcon: IconRecord;
|
|
126
|
+
declare const chevronUpIcon: IconRecord;
|
|
127
|
+
declare const chevronVIcon: IconRecord;
|
|
128
|
+
declare const clipboardIcon: IconRecord;
|
|
129
|
+
declare const clockIcon: IconRecord;
|
|
130
|
+
declare const cloudIcon: IconRecord;
|
|
131
|
+
declare const cloud1Icon: IconRecord;
|
|
132
|
+
declare const cloudDownloadIcon: IconRecord;
|
|
133
|
+
declare const cloudInfoIcon: IconRecord;
|
|
134
|
+
declare const cloudLightningIcon: IconRecord;
|
|
135
|
+
declare const cloudRainIcon: IconRecord;
|
|
136
|
+
declare const cloudSlashIcon: IconRecord;
|
|
137
|
+
declare const cloudSnowyIcon: IconRecord;
|
|
138
|
+
declare const cloudUploadIcon: IconRecord;
|
|
139
|
+
declare const cloudsIcon: IconRecord;
|
|
140
|
+
declare const codeIcon: IconRecord;
|
|
141
|
+
declare const code2Icon: IconRecord;
|
|
142
|
+
declare const coinStackIcon: IconRecord;
|
|
143
|
+
declare const coinSwapIcon: IconRecord;
|
|
144
|
+
declare const coinsIcon: IconRecord;
|
|
145
|
+
declare const coinsAltIcon: IconRecord;
|
|
146
|
+
declare const colorPickerIcon: IconRecord;
|
|
147
|
+
declare const columnIcon: IconRecord;
|
|
148
|
+
declare const compassIcon: IconRecord;
|
|
149
|
+
declare const conicalFlaskIcon: IconRecord;
|
|
150
|
+
declare const copyIcon: IconRecord;
|
|
151
|
+
declare const cornerIcon: IconRecord;
|
|
152
|
+
declare const cornerDownLeftIcon: IconRecord;
|
|
153
|
+
declare const cornerDownRightIcon: IconRecord;
|
|
154
|
+
declare const cornerLeftDownIcon: IconRecord;
|
|
155
|
+
declare const cornerLeftUpIcon: IconRecord;
|
|
156
|
+
declare const cornerRightDownIcon: IconRecord;
|
|
157
|
+
declare const cornerRightUpIcon: IconRecord;
|
|
158
|
+
declare const cornerUpLeftIcon: IconRecord;
|
|
159
|
+
declare const cornerUpRightIcon: IconRecord;
|
|
160
|
+
declare const cropIcon: IconRecord;
|
|
161
|
+
declare const cupIcon: IconRecord;
|
|
162
|
+
declare const cursorIcon: IconRecord;
|
|
163
|
+
declare const dataIcon: IconRecord;
|
|
164
|
+
declare const devicesIcon: IconRecord;
|
|
165
|
+
declare const dislikeIcon: IconRecord;
|
|
166
|
+
declare const divisionIcon: IconRecord;
|
|
167
|
+
declare const dollarIcon: IconRecord;
|
|
168
|
+
declare const dotsHIcon: IconRecord;
|
|
169
|
+
declare const dotsHCircleIcon: IconRecord;
|
|
170
|
+
declare const dotsVIcon: IconRecord;
|
|
171
|
+
declare const dotsVCircleIcon: IconRecord;
|
|
172
|
+
declare const downloadIcon: IconRecord;
|
|
173
|
+
declare const elementsIcon: IconRecord;
|
|
174
|
+
declare const emojiIcon: IconRecord;
|
|
175
|
+
declare const emojiAddIcon: IconRecord;
|
|
176
|
+
declare const euroIcon: IconRecord;
|
|
177
|
+
declare const expandIcon: IconRecord;
|
|
178
|
+
declare const eyeIcon: IconRecord;
|
|
179
|
+
declare const eyeSlashIcon: IconRecord;
|
|
180
|
+
declare const faceIdIcon: IconRecord;
|
|
181
|
+
declare const featherIcon: IconRecord;
|
|
182
|
+
declare const featherAIIcon: IconRecord;
|
|
183
|
+
declare const featherAddIcon: IconRecord;
|
|
184
|
+
declare const fileIcon: IconRecord;
|
|
185
|
+
declare const fileAltIcon: IconRecord;
|
|
186
|
+
declare const fileCloudIcon: IconRecord;
|
|
187
|
+
declare const fileCodeIcon: IconRecord;
|
|
188
|
+
declare const fileDownloadIcon: IconRecord;
|
|
189
|
+
declare const fileUploadIcon: IconRecord;
|
|
190
|
+
declare const filterIcon: IconRecord;
|
|
191
|
+
declare const filterAltIcon: IconRecord;
|
|
192
|
+
declare const fingerprintIcon: IconRecord;
|
|
193
|
+
declare const firstAidIcon: IconRecord;
|
|
194
|
+
declare const flagIcon: IconRecord;
|
|
195
|
+
declare const flowerIcon: IconRecord;
|
|
196
|
+
declare const folderIcon: IconRecord;
|
|
197
|
+
declare const folderAddIcon: IconRecord;
|
|
198
|
+
declare const folderCloudIcon: IconRecord;
|
|
199
|
+
declare const folderCrossIcon: IconRecord;
|
|
200
|
+
declare const folderDownloadIcon: IconRecord;
|
|
201
|
+
declare const folderLockIcon: IconRecord;
|
|
202
|
+
declare const folderMoveIcon: IconRecord;
|
|
203
|
+
declare const folderShieldIcon: IconRecord;
|
|
204
|
+
declare const folderUploadIcon: IconRecord;
|
|
205
|
+
declare const folderUserIcon: IconRecord;
|
|
206
|
+
declare const forkIcon: IconRecord;
|
|
207
|
+
declare const forwardIcon: IconRecord;
|
|
208
|
+
declare const gamePadIcon: IconRecord;
|
|
209
|
+
declare const gearAIIcon: IconRecord;
|
|
210
|
+
declare const gemIcon: IconRecord;
|
|
211
|
+
declare const giftIcon: IconRecord;
|
|
212
|
+
declare const globeIcon: IconRecord;
|
|
213
|
+
declare const globeAltIcon: IconRecord;
|
|
214
|
+
declare const gpsIcon: IconRecord;
|
|
215
|
+
declare const gridIcon: IconRecord;
|
|
216
|
+
declare const grid2Icon: IconRecord;
|
|
217
|
+
declare const hashtagIcon: IconRecord;
|
|
218
|
+
declare const headingIcon: IconRecord;
|
|
219
|
+
declare const headphonesIcon: IconRecord;
|
|
220
|
+
declare const headsetIcon: IconRecord;
|
|
221
|
+
declare const healthPlusIcon: IconRecord;
|
|
222
|
+
declare const heartIcon: IconRecord;
|
|
223
|
+
declare const heartBeatIcon: IconRecord;
|
|
224
|
+
declare const heartBeatWaveIcon: IconRecord;
|
|
225
|
+
declare const historyIcon: IconRecord;
|
|
226
|
+
declare const homeIcon: IconRecord;
|
|
227
|
+
declare const homeAltIcon: IconRecord;
|
|
228
|
+
declare const imageIcon: IconRecord;
|
|
229
|
+
declare const imageAddIcon: IconRecord;
|
|
230
|
+
declare const imageCheckIcon: IconRecord;
|
|
231
|
+
declare const imageCircleIcon: IconRecord;
|
|
232
|
+
declare const imageCrossIcon: IconRecord;
|
|
233
|
+
declare const imageRemoveIcon: IconRecord;
|
|
234
|
+
declare const infoCircleIcon: IconRecord;
|
|
235
|
+
declare const infoHexagonIcon: IconRecord;
|
|
236
|
+
declare const infoTriangleIcon: IconRecord;
|
|
237
|
+
declare const italicsIcon: IconRecord;
|
|
238
|
+
declare const keyIcon: IconRecord;
|
|
239
|
+
declare const keyboardIcon: IconRecord;
|
|
240
|
+
declare const lampIcon: IconRecord;
|
|
241
|
+
declare const laptopIcon: IconRecord;
|
|
242
|
+
declare const layerIcon: IconRecord;
|
|
243
|
+
declare const lifebuoyIcon: IconRecord;
|
|
244
|
+
declare const lightningIcon: IconRecord;
|
|
245
|
+
declare const lightningOffIcon: IconRecord;
|
|
246
|
+
declare const likeIcon: IconRecord;
|
|
247
|
+
declare const lineHeightIcon: IconRecord;
|
|
248
|
+
declare const linkIcon: IconRecord;
|
|
249
|
+
declare const linkDetachIcon: IconRecord;
|
|
250
|
+
declare const listIcon: IconRecord;
|
|
251
|
+
declare const listAddIcon: IconRecord;
|
|
252
|
+
declare const lockIcon: IconRecord;
|
|
253
|
+
declare const lockOpenIcon: IconRecord;
|
|
254
|
+
declare const loudspeakerIcon: IconRecord;
|
|
255
|
+
declare const magicWandIcon: IconRecord;
|
|
256
|
+
declare const mailIcon: IconRecord;
|
|
257
|
+
declare const mailAddIcon: IconRecord;
|
|
258
|
+
declare const mailCheckIcon: IconRecord;
|
|
259
|
+
declare const mailCrossIcon: IconRecord;
|
|
260
|
+
declare const mailRemoveIcon: IconRecord;
|
|
261
|
+
declare const mapIcon: IconRecord;
|
|
262
|
+
declare const mapAltIcon: IconRecord;
|
|
263
|
+
declare const mapMarkerIcon: IconRecord;
|
|
264
|
+
declare const mediaIcon: IconRecord;
|
|
265
|
+
declare const mergeIcon: IconRecord;
|
|
266
|
+
declare const messageIcon: IconRecord;
|
|
267
|
+
declare const messageAltIcon: IconRecord;
|
|
268
|
+
declare const messagesIcon: IconRecord;
|
|
269
|
+
declare const microphoneIcon: IconRecord;
|
|
270
|
+
declare const microphoneSlashIcon: IconRecord;
|
|
271
|
+
declare const minusIcon: IconRecord;
|
|
272
|
+
declare const minusCircleIcon: IconRecord;
|
|
273
|
+
declare const mobileIcon: IconRecord;
|
|
274
|
+
declare const moneyIcon: IconRecord;
|
|
275
|
+
declare const money1Icon: IconRecord;
|
|
276
|
+
declare const money2Icon: IconRecord;
|
|
277
|
+
declare const moonIcon: IconRecord;
|
|
278
|
+
declare const moonCloudIcon: IconRecord;
|
|
279
|
+
declare const moonStarsIcon: IconRecord;
|
|
280
|
+
declare const mouseIcon: IconRecord;
|
|
281
|
+
declare const moveIcon: IconRecord;
|
|
282
|
+
declare const multiplyIcon: IconRecord;
|
|
283
|
+
declare const multiplyCircleIcon: IconRecord;
|
|
284
|
+
declare const musicIcon: IconRecord;
|
|
285
|
+
declare const musicAIIcon: IconRecord;
|
|
286
|
+
declare const musicNoteIcon: IconRecord;
|
|
287
|
+
declare const nairaIcon: IconRecord;
|
|
288
|
+
declare const navigationIcon: IconRecord;
|
|
289
|
+
declare const navigationAltIcon: IconRecord;
|
|
290
|
+
declare const newspaperIcon: IconRecord;
|
|
291
|
+
declare const nextIcon: IconRecord;
|
|
292
|
+
declare const paintBrushIcon: IconRecord;
|
|
293
|
+
declare const paintBucketIcon: IconRecord;
|
|
294
|
+
declare const paletteIcon: IconRecord;
|
|
295
|
+
declare const paperClipIcon: IconRecord;
|
|
296
|
+
declare const paragraphSpacingIcon: IconRecord;
|
|
297
|
+
declare const pauseIcon: IconRecord;
|
|
298
|
+
declare const pcIcon: IconRecord;
|
|
299
|
+
declare const pcLockIcon: IconRecord;
|
|
300
|
+
declare const pcSpeakerIcon: IconRecord;
|
|
301
|
+
declare const pcUserIcon: IconRecord;
|
|
302
|
+
declare const pencilIcon: IconRecord;
|
|
303
|
+
declare const pencilEditIcon: IconRecord;
|
|
304
|
+
declare const pieChartIcon: IconRecord;
|
|
305
|
+
declare const pinIcon: IconRecord;
|
|
306
|
+
declare const pinAltIcon: IconRecord;
|
|
307
|
+
declare const plantIcon: IconRecord;
|
|
308
|
+
declare const plant2Icon: IconRecord;
|
|
309
|
+
declare const playIcon: IconRecord;
|
|
310
|
+
declare const playlistIcon: IconRecord;
|
|
311
|
+
declare const plusIcon: IconRecord;
|
|
312
|
+
declare const plusCircleIcon: IconRecord;
|
|
313
|
+
declare const poundsIcon: IconRecord;
|
|
314
|
+
declare const powerIcon: IconRecord;
|
|
315
|
+
declare const previousIcon: IconRecord;
|
|
316
|
+
declare const printerIcon: IconRecord;
|
|
317
|
+
declare const processorIcon: IconRecord;
|
|
318
|
+
declare const pullRequestIcon: IconRecord;
|
|
319
|
+
declare const questionCircleIcon: IconRecord;
|
|
320
|
+
declare const quoteIcon: IconRecord;
|
|
321
|
+
declare const radioButtonIcon: IconRecord;
|
|
322
|
+
declare const radioSelectedIcon: IconRecord;
|
|
323
|
+
declare const receiptIcon: IconRecord;
|
|
324
|
+
declare const redoIcon: IconRecord;
|
|
325
|
+
declare const refreshIcon: IconRecord;
|
|
326
|
+
declare const repeatIcon: IconRecord;
|
|
327
|
+
declare const repeatOnceIcon: IconRecord;
|
|
328
|
+
declare const roadSignIcon: IconRecord;
|
|
329
|
+
declare const rocketIcon: IconRecord;
|
|
330
|
+
declare const rocketAltIcon: IconRecord;
|
|
331
|
+
declare const rotateLeftIcon: IconRecord;
|
|
332
|
+
declare const rotateRightIcon: IconRecord;
|
|
333
|
+
declare const routeIcon: IconRecord;
|
|
334
|
+
declare const rowIcon: IconRecord;
|
|
335
|
+
declare const saveIcon: IconRecord;
|
|
336
|
+
declare const scanIcon: IconRecord;
|
|
337
|
+
declare const scissorIcon: IconRecord;
|
|
338
|
+
declare const screenshotIcon: IconRecord;
|
|
339
|
+
declare const searchIcon: IconRecord;
|
|
340
|
+
declare const sendIcon: IconRecord;
|
|
341
|
+
declare const sendAIIcon: IconRecord;
|
|
342
|
+
declare const sendAltIcon: IconRecord;
|
|
343
|
+
declare const serverIcon: IconRecord;
|
|
344
|
+
declare const serverAltIcon: IconRecord;
|
|
345
|
+
declare const settingsIcon: IconRecord;
|
|
346
|
+
declare const settings1Icon: IconRecord;
|
|
347
|
+
declare const settings2Icon: IconRecord;
|
|
348
|
+
declare const shareIcon: IconRecord;
|
|
349
|
+
declare const shareAltIcon: IconRecord;
|
|
350
|
+
declare const shieldIcon: IconRecord;
|
|
351
|
+
declare const shieldCrossIcon: IconRecord;
|
|
352
|
+
declare const shieldTickIcon: IconRecord;
|
|
353
|
+
declare const shipIcon: IconRecord;
|
|
354
|
+
declare const showerIcon: IconRecord;
|
|
355
|
+
declare const shrinkIcon: IconRecord;
|
|
356
|
+
declare const shrinkAltIcon: IconRecord;
|
|
357
|
+
declare const shuffleIcon: IconRecord;
|
|
358
|
+
declare const signInIcon: IconRecord;
|
|
359
|
+
declare const signOutIcon: IconRecord;
|
|
360
|
+
declare const signalIcon: IconRecord;
|
|
361
|
+
declare const signalOffIcon: IconRecord;
|
|
362
|
+
declare const simIcon: IconRecord;
|
|
363
|
+
declare const snoozeIcon: IconRecord;
|
|
364
|
+
declare const snowflakeIcon: IconRecord;
|
|
365
|
+
declare const sofaIcon: IconRecord;
|
|
366
|
+
declare const speakerIcon: IconRecord;
|
|
367
|
+
declare const starIcon: IconRecord;
|
|
368
|
+
declare const starsIcon: IconRecord;
|
|
369
|
+
declare const stopIcon: IconRecord;
|
|
370
|
+
declare const stopwatchIcon: IconRecord;
|
|
371
|
+
declare const storeIcon: IconRecord;
|
|
372
|
+
declare const strikethroughIcon: IconRecord;
|
|
373
|
+
declare const subscriptIcon: IconRecord;
|
|
374
|
+
declare const suitcaseIcon: IconRecord;
|
|
375
|
+
declare const sunIcon: IconRecord;
|
|
376
|
+
declare const sunCloudIcon: IconRecord;
|
|
377
|
+
declare const superscriptIcon: IconRecord;
|
|
378
|
+
declare const supportIcon: IconRecord;
|
|
379
|
+
declare const switchDiagonalIcon: IconRecord;
|
|
380
|
+
declare const switchHorizontalIcon: IconRecord;
|
|
381
|
+
declare const switchVerticalIcon: IconRecord;
|
|
382
|
+
declare const tabletIcon: IconRecord;
|
|
383
|
+
declare const targetIcon: IconRecord;
|
|
384
|
+
declare const taxiIcon: IconRecord;
|
|
385
|
+
declare const terminalIcon: IconRecord;
|
|
386
|
+
declare const textIcon: IconRecord;
|
|
387
|
+
declare const thermometerIcon: IconRecord;
|
|
388
|
+
declare const ticketIcon: IconRecord;
|
|
389
|
+
declare const tissueIcon: IconRecord;
|
|
390
|
+
declare const trainIcon: IconRecord;
|
|
391
|
+
declare const trophyIcon: IconRecord;
|
|
392
|
+
declare const truckIcon: IconRecord;
|
|
393
|
+
declare const tvIcon: IconRecord;
|
|
394
|
+
declare const underlineIcon: IconRecord;
|
|
395
|
+
declare const undoIcon: IconRecord;
|
|
396
|
+
declare const uploadIcon: IconRecord;
|
|
397
|
+
declare const userIcon: IconRecord;
|
|
398
|
+
declare const userAddIcon: IconRecord;
|
|
399
|
+
declare const userCircleIcon: IconRecord;
|
|
400
|
+
declare const userCrossIcon: IconRecord;
|
|
401
|
+
declare const userGroupIcon: IconRecord;
|
|
402
|
+
declare const userHeartIcon: IconRecord;
|
|
403
|
+
declare const userRemoveIcon: IconRecord;
|
|
404
|
+
declare const userTickIcon: IconRecord;
|
|
405
|
+
declare const usersIcon: IconRecord;
|
|
406
|
+
declare const verifiedIcon: IconRecord;
|
|
407
|
+
declare const videoIcon: IconRecord;
|
|
408
|
+
declare const videoSlashIcon: IconRecord;
|
|
409
|
+
declare const voiceNoteIcon: IconRecord;
|
|
410
|
+
declare const volumeIcon: IconRecord;
|
|
411
|
+
declare const volumeLowIcon: IconRecord;
|
|
412
|
+
declare const volumeMuteIcon: IconRecord;
|
|
413
|
+
declare const volumeSlashIcon: IconRecord;
|
|
414
|
+
declare const walletIcon: IconRecord;
|
|
415
|
+
declare const walletAddIcon: IconRecord;
|
|
416
|
+
declare const walletCheckIcon: IconRecord;
|
|
417
|
+
declare const walletCrossIcon: IconRecord;
|
|
418
|
+
declare const walletFundIcon: IconRecord;
|
|
419
|
+
declare const walletRemoveIcon: IconRecord;
|
|
420
|
+
declare const walletWithdrawIcon: IconRecord;
|
|
421
|
+
declare const waterDropIcon: IconRecord;
|
|
422
|
+
declare const wifiIcon: IconRecord;
|
|
423
|
+
declare const wristwatchIcon: IconRecord;
|
|
424
|
+
declare const yenIcon: IconRecord;
|
|
425
|
+
declare const zoomInIcon: IconRecord;
|
|
426
|
+
declare const zoomOutIcon: IconRecord;
|
|
427
|
+
type IconName = "3d" | "AI-stars" | "AR" | "BTC" | "ETH" | "NFT" | "NFT-add" | "NFT-profile" | "NFT-remove" | "QR-code" | "VR-goggles" | "airplane" | "airpod" | "alarm-clock" | "align-center" | "align-justify" | "align-left" | "align-right" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-expand" | "arrow-left" | "arrow-right" | "arrow-shrink" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "arrow-up-split" | "at" | "backward" | "badge" | "bag" | "ball" | "bank" | "bar-chart-h" | "bar-chart-v" | "battery" | "battery-charging" | "battery-empty" | "bed" | "beizer-curve" | "bell" | "bell-slash" | "bicycle" | "bin" | "bluetooth" | "bold" | "book" | "book-open" | "bookmark" | "bookmark-add" | "bookmarks" | "books" | "bot" | "box" | "box-1" | "branch" | "brush" | "bug" | "building-1" | "building-2" | "building-3" | "building-4" | "building-5" | "building-6" | "bulb" | "bulb-slash" | "bus" | "calendar" | "calendar-add" | "calendar-alt" | "calendar-cross" | "calendar-remove" | "calendar-tick" | "call" | "call-add" | "call-cross" | "call-incoming" | "call-outgoing" | "call-remove" | "call-ringing" | "camera" | "camera-slash" | "candles-h" | "candles-v" | "car" | "card" | "card-add" | "card-cross" | "card-fund" | "card-in" | "card-out" | "card-remove" | "card-tick" | "card-withdraw" | "cart" | "cart-add" | "cart-check" | "cart-cross" | "cart-minus" | "chart" | "chart-down" | "chart-up" | "chat" | "chat-alt" | "chats" | "check" | "check-circle" | "checkbox" | "checkbox-checked" | "chevron-down" | "chevron-h" | "chevron-left" | "chevron-right" | "chevron-up" | "chevron-v" | "clipboard" | "clock" | "cloud" | "cloud-1" | "cloud-download" | "cloud-info" | "cloud-lightning" | "cloud-rain" | "cloud-slash" | "cloud-snowy" | "cloud-upload" | "clouds" | "code" | "code-2" | "coin-stack" | "coin-swap" | "coins" | "coins-alt" | "color-picker" | "column" | "compass" | "conical-flask" | "copy" | "corner" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "crop" | "cup" | "cursor" | "data" | "devices" | "dislike" | "division" | "dollar" | "dots-h" | "dots-h-circle" | "dots-v" | "dots-v-circle" | "download" | "elements" | "emoji" | "emoji-add" | "euro" | "expand" | "eye" | "eye-slash" | "face-id" | "feather" | "feather-AI" | "feather-add" | "file" | "file-alt" | "file-cloud" | "file-code" | "file-download" | "file-upload" | "filter" | "filter-alt" | "fingerprint" | "first-aid" | "flag" | "flower" | "folder" | "folder-add" | "folder-cloud" | "folder-cross" | "folder-download" | "folder-lock" | "folder-move" | "folder-shield" | "folder-upload" | "folder-user" | "fork" | "forward" | "game-pad" | "gear-AI" | "gem" | "gift" | "globe" | "globe-alt" | "gps" | "grid" | "grid-2" | "hashtag" | "heading" | "headphones" | "headset" | "health-plus" | "heart" | "heart-beat" | "heart-beat-wave" | "history" | "home" | "home-alt" | "image" | "image-add" | "image-check" | "image-circle" | "image-cross" | "image-remove" | "info-circle" | "info-hexagon" | "info-triangle" | "italics" | "key" | "keyboard" | "lamp" | "laptop" | "layer" | "lifebuoy" | "lightning" | "lightning-off" | "like" | "line-height" | "link" | "link-detach" | "list" | "list-add" | "lock" | "lock-open" | "loudspeaker" | "magic-wand" | "mail" | "mail-add" | "mail-check" | "mail-cross" | "mail-remove" | "map" | "map-alt" | "map-marker" | "media" | "merge" | "message" | "message-alt" | "messages" | "microphone" | "microphone-slash" | "minus" | "minus-circle" | "mobile" | "money" | "money-1" | "money-2" | "moon" | "moon-cloud" | "moon-stars" | "mouse" | "move" | "multiply" | "multiply-circle" | "music" | "music-AI" | "music-note" | "naira" | "navigation" | "navigation-alt" | "newspaper" | "next" | "paint-brush" | "paint-bucket" | "palette" | "paper-clip" | "paragraph-spacing" | "pause" | "pc" | "pc-lock" | "pc-speaker" | "pc-user" | "pencil" | "pencil-edit" | "pie-chart" | "pin" | "pin-alt" | "plant" | "plant-2" | "play" | "playlist" | "plus" | "plus-circle" | "pounds" | "power" | "previous" | "printer" | "processor" | "pull-request" | "question-circle" | "quote" | "radio-button" | "radio-selected" | "receipt" | "redo" | "refresh" | "repeat" | "repeat-once" | "road-sign" | "rocket" | "rocket-alt" | "rotate-left" | "rotate-right" | "route" | "row" | "save" | "scan" | "scissor" | "screenshot" | "search" | "send" | "send-AI" | "send-alt" | "server" | "server-alt" | "settings" | "settings-1" | "settings-2" | "share" | "share-alt" | "shield" | "shield-cross" | "shield-tick" | "ship" | "shower" | "shrink" | "shrink-alt" | "shuffle" | "sign-in" | "sign-out" | "signal" | "signal-off" | "sim" | "snooze" | "snowflake" | "sofa" | "speaker" | "star" | "stars" | "stop" | "stopwatch" | "store" | "strikethrough" | "subscript" | "suitcase" | "sun" | "sun-cloud" | "superscript" | "support" | "switch-diagonal" | "switch-horizontal" | "switch-vertical" | "tablet" | "target" | "taxi" | "terminal" | "text" | "thermometer" | "ticket" | "tissue" | "train" | "trophy" | "truck" | "tv" | "underline" | "undo" | "upload" | "user" | "user-add" | "user-circle" | "user-cross" | "user-group" | "user-heart" | "user-remove" | "user-tick" | "users" | "verified" | "video" | "video-slash" | "voice-note" | "volume" | "volume-low" | "volume-mute" | "volume-slash" | "wallet" | "wallet-add" | "wallet-check" | "wallet-cross" | "wallet-fund" | "wallet-remove" | "wallet-withdraw" | "water-drop" | "wifi" | "wristwatch" | "yen" | "zoom-in" | "zoom-out";
|
|
428
|
+
declare const icons: Record<IconName, IconRecord>;
|
|
429
|
+
|
|
430
|
+
export { bookmarkAddIcon as $, AIStarsIcon as A, BTCIcon as B, backwardIcon as C, badgeIcon as D, ETHIcon as E, bagIcon as F, ballIcon as G, bankIcon as H, type IconName as I, barChartHIcon as J, barChartVIcon as K, batteryChargingIcon as L, batteryEmptyIcon as M, NFTAddIcon as N, batteryIcon as O, bedIcon as P, QRCodeIcon as Q, beizerCurveIcon as R, bellIcon as S, bellSlashIcon as T, bicycleIcon as U, VRGogglesIcon as V, binIcon as W, bluetoothIcon as X, boldIcon as Y, bookIcon as Z, bookOpenIcon as _, type IconRecord as a, chevronRightIcon as a$, bookmarkIcon as a0, bookmarksIcon as a1, booksIcon as a2, botIcon as a3, box1Icon as a4, boxIcon as a5, branchIcon as a6, brushIcon as a7, bugIcon as a8, building1Icon as a9, cardAddIcon as aA, cardCrossIcon as aB, cardFundIcon as aC, cardIcon as aD, cardInIcon as aE, cardOutIcon as aF, cardRemoveIcon as aG, cardTickIcon as aH, cardWithdrawIcon as aI, cartAddIcon as aJ, cartCheckIcon as aK, cartCrossIcon as aL, cartIcon as aM, cartMinusIcon as aN, chartDownIcon as aO, chartIcon as aP, chartUpIcon as aQ, chatAltIcon as aR, chatIcon as aS, chatsIcon as aT, checkCircleIcon as aU, checkIcon as aV, checkboxCheckedIcon as aW, checkboxIcon as aX, chevronDownIcon as aY, chevronHIcon as aZ, chevronLeftIcon as a_, building2Icon as aa, building3Icon as ab, building4Icon as ac, building5Icon as ad, building6Icon as ae, bulbIcon as af, bulbSlashIcon as ag, busIcon as ah, calendarAddIcon as ai, calendarAltIcon as aj, calendarCrossIcon as ak, calendarIcon as al, calendarRemoveIcon as am, calendarTickIcon as an, callAddIcon as ao, callCrossIcon as ap, callIcon as aq, callIncomingIcon as ar, callOutgoingIcon as as, callRemoveIcon as at, callRingingIcon as au, cameraIcon as av, cameraSlashIcon as aw, candlesHIcon as ax, candlesVIcon as ay, carIcon as az, type IconVariant as b, fileUploadIcon as b$, chevronUpIcon as b0, chevronVIcon as b1, clipboardIcon as b2, clockIcon as b3, cloud1Icon as b4, cloudDownloadIcon as b5, cloudIcon as b6, cloudInfoIcon as b7, cloudLightningIcon as b8, cloudRainIcon as b9, cursorIcon as bA, dataIcon as bB, devicesIcon as bC, dislikeIcon as bD, divisionIcon as bE, dollarIcon as bF, dotsHCircleIcon as bG, dotsHIcon as bH, dotsVCircleIcon as bI, dotsVIcon as bJ, downloadIcon as bK, elementsIcon as bL, emojiAddIcon as bM, emojiIcon as bN, euroIcon as bO, expandIcon as bP, eyeIcon as bQ, eyeSlashIcon as bR, faceIdIcon as bS, featherAIIcon as bT, featherAddIcon as bU, featherIcon as bV, fileAltIcon as bW, fileCloudIcon as bX, fileCodeIcon as bY, fileDownloadIcon as bZ, fileIcon as b_, cloudSlashIcon as ba, cloudSnowyIcon as bb, cloudUploadIcon as bc, cloudsIcon as bd, code2Icon as be, codeIcon as bf, coinStackIcon as bg, coinSwapIcon as bh, coinsAltIcon as bi, coinsIcon as bj, colorPickerIcon as bk, columnIcon as bl, compassIcon as bm, conicalFlaskIcon as bn, copyIcon as bo, cornerDownLeftIcon as bp, cornerDownRightIcon as bq, cornerIcon as br, cornerLeftDownIcon as bs, cornerLeftUpIcon as bt, cornerRightDownIcon as bu, cornerRightUpIcon as bv, cornerUpLeftIcon as bw, cornerUpRightIcon as bx, cropIcon as by, cupIcon as bz, ARIcon as c, lockIcon as c$, filterAltIcon as c0, filterIcon as c1, fingerprintIcon as c2, firstAidIcon as c3, flagIcon as c4, flowerIcon as c5, folderAddIcon as c6, folderCloudIcon as c7, folderCrossIcon as c8, folderDownloadIcon as c9, homeAltIcon as cA, homeIcon as cB, icons as cC, imageAddIcon as cD, imageCheckIcon as cE, imageCircleIcon as cF, imageCrossIcon as cG, imageIcon as cH, imageRemoveIcon as cI, infoCircleIcon as cJ, infoHexagonIcon as cK, infoTriangleIcon as cL, italicsIcon as cM, keyIcon as cN, keyboardIcon as cO, lampIcon as cP, laptopIcon as cQ, layerIcon as cR, lifebuoyIcon as cS, lightningIcon as cT, lightningOffIcon as cU, likeIcon as cV, lineHeightIcon as cW, linkDetachIcon as cX, linkIcon as cY, listAddIcon as cZ, listIcon as c_, folderIcon as ca, folderLockIcon as cb, folderMoveIcon as cc, folderShieldIcon as cd, folderUploadIcon as ce, folderUserIcon as cf, forkIcon as cg, forwardIcon as ch, gamePadIcon as ci, gearAIIcon as cj, gemIcon as ck, giftIcon as cl, globeAltIcon as cm, globeIcon as cn, gpsIcon as co, grid2Icon as cp, gridIcon as cq, hashtagIcon as cr, headingIcon as cs, headphonesIcon as ct, headsetIcon as cu, healthPlusIcon as cv, heartBeatIcon as cw, heartBeatWaveIcon as cx, heartIcon as cy, historyIcon as cz, type IconData as d, previousIcon as d$, lockOpenIcon as d0, loudspeakerIcon as d1, magicWandIcon as d2, mailAddIcon as d3, mailCheckIcon as d4, mailCrossIcon as d5, mailIcon as d6, mailRemoveIcon as d7, mapAltIcon as d8, mapIcon as d9, navigationAltIcon as dA, navigationIcon as dB, newspaperIcon as dC, nextIcon as dD, paintBrushIcon as dE, paintBucketIcon as dF, paletteIcon as dG, paperClipIcon as dH, paragraphSpacingIcon as dI, pauseIcon as dJ, pcIcon as dK, pcLockIcon as dL, pcSpeakerIcon as dM, pcUserIcon as dN, pencilEditIcon as dO, pencilIcon as dP, pieChartIcon as dQ, pinAltIcon as dR, pinIcon as dS, plant2Icon as dT, plantIcon as dU, playIcon as dV, playlistIcon as dW, plusCircleIcon as dX, plusIcon as dY, poundsIcon as dZ, powerIcon as d_, mapMarkerIcon as da, mediaIcon as db, mergeIcon as dc, messageAltIcon as dd, messageIcon as de, messagesIcon as df, microphoneIcon as dg, microphoneSlashIcon as dh, minusCircleIcon as di, minusIcon as dj, mobileIcon as dk, money1Icon as dl, money2Icon as dm, moneyIcon as dn, moonCloudIcon as dp, moonIcon as dq, moonStarsIcon as dr, mouseIcon as ds, moveIcon as dt, multiplyCircleIcon as du, multiplyIcon as dv, musicAIIcon as dw, musicIcon as dx, musicNoteIcon as dy, nairaIcon as dz, NFTIcon as e, switchDiagonalIcon as e$, printerIcon as e0, processorIcon as e1, pullRequestIcon as e2, questionCircleIcon as e3, quoteIcon as e4, radioButtonIcon as e5, radioSelectedIcon as e6, receiptIcon as e7, redoIcon as e8, refreshIcon as e9, shieldTickIcon as eA, shipIcon as eB, showerIcon as eC, shrinkAltIcon as eD, shrinkIcon as eE, shuffleIcon as eF, signInIcon as eG, signOutIcon as eH, signalIcon as eI, signalOffIcon as eJ, simIcon as eK, snoozeIcon as eL, snowflakeIcon as eM, sofaIcon as eN, speakerIcon as eO, starIcon as eP, starsIcon as eQ, stopIcon as eR, stopwatchIcon as eS, storeIcon as eT, strikethroughIcon as eU, subscriptIcon as eV, suitcaseIcon as eW, sunCloudIcon as eX, sunIcon as eY, superscriptIcon as eZ, supportIcon as e_, repeatIcon as ea, repeatOnceIcon as eb, roadSignIcon as ec, rocketAltIcon as ed, rocketIcon as ee, rotateLeftIcon as ef, rotateRightIcon as eg, routeIcon as eh, rowIcon as ei, saveIcon as ej, scanIcon as ek, scissorIcon as el, screenshotIcon as em, searchIcon as en, sendAIIcon as eo, sendAltIcon as ep, sendIcon as eq, serverAltIcon as er, serverIcon as es, settings1Icon as et, settings2Icon as eu, settingsIcon as ev, shareAltIcon as ew, shareIcon as ex, shieldCrossIcon as ey, shieldIcon as ez, NFTProfileIcon as f, switchHorizontalIcon as f0, switchVerticalIcon as f1, tabletIcon as f2, targetIcon as f3, taxiIcon as f4, terminalIcon as f5, textIcon as f6, thermometerIcon as f7, threeDIcon as f8, ticketIcon as f9, walletCheckIcon as fA, walletCrossIcon as fB, walletFundIcon as fC, walletIcon as fD, walletRemoveIcon as fE, walletWithdrawIcon as fF, waterDropIcon as fG, wifiIcon as fH, wristwatchIcon as fI, yenIcon as fJ, zoomInIcon as fK, zoomOutIcon as fL, tissueIcon as fa, trainIcon as fb, trophyIcon as fc, truckIcon as fd, tvIcon as fe, underlineIcon as ff, undoIcon as fg, uploadIcon as fh, userAddIcon as fi, userCircleIcon as fj, userCrossIcon as fk, userGroupIcon as fl, userHeartIcon as fm, userIcon as fn, userRemoveIcon as fo, userTickIcon as fp, usersIcon as fq, verifiedIcon as fr, videoIcon as fs, videoSlashIcon as ft, voiceNoteIcon as fu, volumeIcon as fv, volumeLowIcon as fw, volumeMuteIcon as fx, volumeSlashIcon as fy, walletAddIcon as fz, NFTRemoveIcon as g, airplaneIcon as h, airpodIcon as i, alarmClockIcon as j, alignCenterIcon as k, alignJustifyIcon as l, alignLeftIcon as m, alignRightIcon as n, arrowDownIcon as o, arrowDownLeftIcon as p, arrowDownRightIcon as q, arrowExpandIcon as r, arrowLeftIcon as s, arrowRightIcon as t, arrowShrinkIcon as u, arrowUpIcon as v, arrowUpLeftIcon as w, arrowUpRightIcon as x, arrowUpSplitIcon as y, atIcon as z };
|