@byline/ui 3.17.1 → 3.19.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/components/@types/shared.d.ts +4 -4
- package/dist/components/accordion/accordion.d.ts +23 -17
- package/dist/components/animation/fade-in-lift.d.ts +1 -1
- package/dist/components/badge/badge.d.ts +4 -4
- package/dist/components/button/@types/button.d.ts +1 -1
- package/dist/components/button/button-group.d.ts +4 -4
- package/dist/components/card/card.d.ts +29 -24
- package/dist/components/chips/@types/chip.d.ts +1 -1
- package/dist/components/chips/chip.d.ts +4 -4
- package/dist/components/dropdown/dropdown.d.ts +70 -62
- package/dist/components/inputs/@types/autocomplete.d.ts +2 -2
- package/dist/components/inputs/@types/checkbox.d.ts +2 -2
- package/dist/components/inputs/@types/input.d.ts +2 -2
- package/dist/components/inputs/autocomplete.d.ts +15 -15
- package/dist/components/inputs/input.d.ts +1 -1
- package/dist/components/inputs/radio-group.d.ts +2 -2
- package/dist/components/inputs/select.d.ts +6 -6
- package/dist/components/pager/@types/index.d.ts +1 -1
- package/dist/components/pager/first-button.d.ts +6 -6
- package/dist/components/pager/last-button.d.ts +6 -6
- package/dist/components/pager/next-button.d.ts +6 -6
- package/dist/components/pager/number-button.d.ts +6 -6
- package/dist/components/pager/pagination.d.ts +28 -45
- package/dist/components/pager/previous-button.d.ts +6 -6
- package/dist/components/table/table.d.ts +28 -21
- package/dist/components/tabs/tabs.d.ts +23 -20
- package/dist/icons/activity-icon.d.ts +4 -4
- package/dist/icons/ai-icon.d.ts +4 -4
- package/dist/icons/byline-icon.d.ts +4 -4
- package/dist/icons/calendar-icon.d.ts +4 -4
- package/dist/icons/check-icon.d.ts +4 -4
- package/dist/icons/chevron-down-icon.d.ts +4 -4
- package/dist/icons/chevron-left-double-icon.d.ts +4 -4
- package/dist/icons/chevron-left-icon.d.ts +4 -4
- package/dist/icons/chevron-right-double-icon.d.ts +4 -4
- package/dist/icons/chevron-right-icon.d.ts +4 -4
- package/dist/icons/chevron-up-icon.d.ts +4 -4
- package/dist/icons/chevrons-up-down.d.ts +4 -4
- package/dist/icons/close-icon.d.ts +4 -4
- package/dist/icons/copy-icon.d.ts +4 -4
- package/dist/icons/dashboard-icon.d.ts +4 -4
- package/dist/icons/delete-icon.d.ts +4 -4
- package/dist/icons/document-icon.d.ts +4 -4
- package/dist/icons/download-icon.d.ts +4 -4
- package/dist/icons/edit-icon.d.ts +4 -4
- package/dist/icons/ellipsis-icon.d.ts +4 -4
- package/dist/icons/email-icon.d.ts +4 -4
- package/dist/icons/external-link-icon.d.ts +4 -4
- package/dist/icons/eye-closed-icon.d.ts +4 -4
- package/dist/icons/eye-open-icon.d.ts +4 -4
- package/dist/icons/github-icon.d.ts +4 -4
- package/dist/icons/globe-icon.d.ts +4 -4
- package/dist/icons/google-icon.d.ts +4 -4
- package/dist/icons/gripper-vertical-icon.d.ts +4 -4
- package/dist/icons/history-icon.d.ts +4 -4
- package/dist/icons/home-icon.d.ts +4 -4
- package/dist/icons/infonomic-icon.d.ts +4 -4
- package/dist/icons/light-icon.d.ts +4 -4
- package/dist/icons/location-pin-icon.d.ts +4 -4
- package/dist/icons/moon-icon.d.ts +4 -4
- package/dist/icons/plus-icon.d.ts +4 -4
- package/dist/icons/refresh-icon.d.ts +4 -4
- package/dist/icons/return-icon.d.ts +4 -4
- package/dist/icons/roles-icon.d.ts +4 -4
- package/dist/icons/search-icon.d.ts +4 -4
- package/dist/icons/search-menu-icon.d.ts +4 -4
- package/dist/icons/settings-gear-icon.d.ts +4 -4
- package/dist/icons/settings-sliders-icon.d.ts +4 -4
- package/dist/icons/sign-out-icon.d.ts +4 -4
- package/dist/icons/stop-icon.d.ts +4 -4
- package/dist/icons/stopwatch-icon.d.ts +4 -4
- package/dist/icons/user-icon.d.ts +4 -4
- package/dist/icons/users-icon.d.ts +4 -4
- package/dist/icons/video-icon.d.ts +4 -4
- package/dist/icons/wallet-icon.d.ts +4 -4
- package/dist/icons/x-icon.d.ts +4 -4
- package/dist/widgets/drawer/drawer.d.ts +10 -12
- package/dist/widgets/modal/modal.d.ts +8 -12
- package/dist/widgets/timeline/timeline.d.ts +27 -21
- package/package.json +15 -15
- package/src/icons/source/icon-calendar.svg +1 -1
- package/src/icons/source/icon-check.svg +1 -1
- package/src/icons/source/icon-coinbase.svg +1 -1
- package/src/icons/source/icon-copy.svg +1 -1
- package/src/icons/source/icon-document.svg +1 -1
- package/src/icons/source/icon-download.svg +1 -1
- package/src/icons/source/icon-edit.svg +1 -1
- package/src/icons/source/icon-eth-purple.svg +1 -1
- package/src/icons/source/icon-etherscan.svg +1 -1
- package/src/icons/source/icon-external-link.svg +1 -1
- package/src/icons/source/icon-globe.svg +1 -1
- package/src/icons/source/icon-gripper-vertical.svg +1 -1
- package/src/icons/source/icon-info.svg +1 -1
- package/src/icons/source/icon-infonomic.svg +1 -1
- package/src/icons/source/icon-ledger.svg +1 -1
- package/src/icons/source/icon-light.svg +1 -1
- package/src/icons/source/icon-location-pin.svg +1 -1
- package/src/icons/source/icon-logout.svg +1 -1
- package/src/icons/source/icon-metamask.svg +1 -1
- package/src/icons/source/icon-moon.svg +1 -1
- package/src/icons/source/icon-plus.svg +1 -1
- package/src/icons/source/icon-refresh.svg +1 -1
- package/src/icons/source/icon-return.svg +1 -1
- package/src/icons/source/icon-search-menu.svg +1 -1
- package/src/icons/source/icon-settings-gear.svg +1 -1
- package/src/icons/source/icon-settings.svg +1 -1
- package/src/icons/source/icon-walletconnect.svg +1 -1
- package/src/icons/source/icon-x.svg +1 -1
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Ellipses } from './ellipses.js';
|
|
3
|
+
import { FirstButton } from './first-button';
|
|
4
|
+
import { LastButton } from './last-button';
|
|
5
|
+
import { NextButton } from './next-button';
|
|
6
|
+
import { NumberButton } from './number-button';
|
|
7
|
+
import { PreviousButton } from './previous-button';
|
|
3
8
|
import type { Variant } from './@types';
|
|
4
9
|
import type { UsePaginationItem, UsePaginationProps } from './hooks/types/usePagination';
|
|
10
|
+
declare const PAGINATION_NAME = "Pagination";
|
|
5
11
|
export interface PagerContextType {
|
|
6
12
|
variant: Variant;
|
|
7
13
|
count: number;
|
|
@@ -23,51 +29,18 @@ export interface PaginationProps extends UsePaginationProps {
|
|
|
23
29
|
variant?: Variant;
|
|
24
30
|
children?: React.ReactNode;
|
|
25
31
|
}
|
|
26
|
-
export declare
|
|
27
|
-
|
|
28
|
-
displayName
|
|
29
|
-
Pager
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
};
|
|
39
|
-
First: {
|
|
40
|
-
({ ref, className, disabled, render, children, ...rest }: PagerButtonProps & {
|
|
41
|
-
ref?: React.RefObject<RefType>;
|
|
42
|
-
}): React.JSX.Element;
|
|
43
|
-
displayName: string;
|
|
44
|
-
};
|
|
45
|
-
Previous: {
|
|
46
|
-
({ ref, className, disabled, render, children, ...rest }: PagerButtonProps & {
|
|
47
|
-
ref?: React.RefObject<RefType>;
|
|
48
|
-
}): React.JSX.Element;
|
|
49
|
-
displayName: string;
|
|
50
|
-
};
|
|
51
|
-
Number: {
|
|
52
|
-
({ ref, page, className, disabled, activeClassName, render, children, ...rest }: import("./number-button").NumberButtonProps & {
|
|
53
|
-
ref?: React.RefObject<RefType>;
|
|
54
|
-
}): React.JSX.Element;
|
|
55
|
-
displayName: string;
|
|
56
|
-
};
|
|
57
|
-
Next: {
|
|
58
|
-
({ ref, className, disabled, page, render, children, ...rest }: import("./next-button").NextButtonProps & {
|
|
59
|
-
ref?: React.RefObject<RefType>;
|
|
60
|
-
}): React.JSX.Element;
|
|
61
|
-
displayName: string;
|
|
62
|
-
};
|
|
63
|
-
Last: {
|
|
64
|
-
({ ref, className, disabled, count, render, children, ...rest }: import("./last-button").LastButtonProps & {
|
|
65
|
-
ref?: React.RefObject<RefType>;
|
|
66
|
-
}): React.JSX.Element;
|
|
67
|
-
displayName: string;
|
|
68
|
-
};
|
|
69
|
-
Ellipses: typeof Ellipses;
|
|
70
|
-
};
|
|
32
|
+
export declare function Pagination({ children, variant, ...rest }: PaginationProps): React.JSX.Element;
|
|
33
|
+
export declare namespace Pagination {
|
|
34
|
+
export { PAGINATION_NAME as displayName };
|
|
35
|
+
export { Pager };
|
|
36
|
+
export { Root };
|
|
37
|
+
export { FirstButton as First };
|
|
38
|
+
export { PreviousButton as Previous };
|
|
39
|
+
export { NumberButton as Number };
|
|
40
|
+
export { NextButton as Next };
|
|
41
|
+
export { LastButton as Last };
|
|
42
|
+
export { Ellipses };
|
|
43
|
+
}
|
|
71
44
|
export declare function usePager(): PagerContextType;
|
|
72
45
|
export type RefType = HTMLButtonElement | HTMLElement;
|
|
73
46
|
export type PagerButtonProps = {
|
|
@@ -86,6 +59,10 @@ export interface PagerProps {
|
|
|
86
59
|
renderLast?: (key: string, item: UsePaginationItem, count: number) => React.ReactNode;
|
|
87
60
|
renderEllipses?: (key: string) => React.ReactNode;
|
|
88
61
|
}
|
|
62
|
+
declare const Pager: {
|
|
63
|
+
({ renderFirst, renderPrevious, renderPageNumber, renderNext, renderLast, renderEllipses, }: PagerProps): React.JSX.Element;
|
|
64
|
+
displayName: string;
|
|
65
|
+
};
|
|
89
66
|
export type RootElement = React.ComponentRef<'nav'>;
|
|
90
67
|
type PrimitiveRootProps = React.ComponentPropsWithoutRef<'nav'>;
|
|
91
68
|
export interface RootProps extends PrimitiveRootProps {
|
|
@@ -95,4 +72,10 @@ export interface RootProps extends PrimitiveRootProps {
|
|
|
95
72
|
ariaLabel?: string;
|
|
96
73
|
children?: React.ReactNode;
|
|
97
74
|
}
|
|
75
|
+
declare const Root: {
|
|
76
|
+
({ ref, className, itemsClassName, children, ariaLabel, dataTestId, ...rest }: RootProps & {
|
|
77
|
+
ref?: React.RefObject<RootElement>;
|
|
78
|
+
}): React.JSX.Element;
|
|
79
|
+
displayName: string;
|
|
80
|
+
};
|
|
98
81
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { PagerButtonProps, RefType } from './pagination';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
displayName: string;
|
|
8
|
-
}
|
|
3
|
+
export declare function PreviousButton({ ref, className, disabled, render, children, ...rest }: PagerButtonProps & {
|
|
4
|
+
ref?: React.RefObject<RefType>;
|
|
5
|
+
}): React.JSX.Element;
|
|
6
|
+
export declare namespace PreviousButton {
|
|
7
|
+
var displayName: string;
|
|
8
|
+
}
|
|
@@ -4,33 +4,40 @@ declare function Table({ ref, className, children, ...rest }: TableProps & {
|
|
|
4
4
|
ref?: React.RefObject<HTMLTableElement>;
|
|
5
5
|
}): React.JSX.Element;
|
|
6
6
|
declare namespace Table {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
ref?: React.RefObject<HTMLTableSectionElement>;
|
|
15
|
-
}) => React.JSX.Element;
|
|
16
|
-
var Row: ({ ref, className, children, ...rest }: TableRowProps & {
|
|
17
|
-
ref?: React.RefObject<HTMLTableRowElement>;
|
|
18
|
-
}) => React.JSX.Element;
|
|
19
|
-
var HeadingCell: ({ ref, className, children, ...rest }: TableHeadingCellProps & {
|
|
20
|
-
ref?: React.RefObject<HTMLTableCellElement>;
|
|
21
|
-
}) => React.JSX.Element;
|
|
22
|
-
var Cell: ({ ref, className, children, ...rest }: TableCellProps & {
|
|
23
|
-
ref?: React.RefObject<HTMLTableCellElement>;
|
|
24
|
-
}) => React.JSX.Element;
|
|
25
|
-
var Footer: ({ ref, className, children, ...rest }: TableFooterProps & {
|
|
26
|
-
ref?: React.RefObject<HTMLTableSectionElement>;
|
|
27
|
-
}) => React.JSX.Element;
|
|
7
|
+
export { Container };
|
|
8
|
+
export { Body };
|
|
9
|
+
export { Header };
|
|
10
|
+
export { Row };
|
|
11
|
+
export { HeadingCell };
|
|
12
|
+
export { Cell };
|
|
13
|
+
export { Footer };
|
|
28
14
|
}
|
|
29
15
|
export type TableContainerProps = React.JSX.IntrinsicElements['div'];
|
|
16
|
+
declare function Container({ ref, className, children, ...rest }: TableContainerProps & {
|
|
17
|
+
ref?: React.RefObject<HTMLDivElement>;
|
|
18
|
+
}): React.JSX.Element;
|
|
30
19
|
export type TableBodyProps = React.JSX.IntrinsicElements['tbody'];
|
|
20
|
+
declare function Body({ ref, className, children, ...rest }: TableBodyProps & {
|
|
21
|
+
ref?: React.RefObject<HTMLTableSectionElement>;
|
|
22
|
+
}): React.JSX.Element;
|
|
31
23
|
export type TableHeaderProps = React.JSX.IntrinsicElements['thead'];
|
|
24
|
+
declare function Header({ ref, className, children, ...rest }: TableHeaderProps & {
|
|
25
|
+
ref?: React.RefObject<HTMLTableSectionElement>;
|
|
26
|
+
}): React.JSX.Element;
|
|
32
27
|
export type TableRowProps = React.JSX.IntrinsicElements['tr'];
|
|
28
|
+
declare function Row({ ref, className, children, ...rest }: TableRowProps & {
|
|
29
|
+
ref?: React.RefObject<HTMLTableRowElement>;
|
|
30
|
+
}): React.JSX.Element;
|
|
33
31
|
export type TableHeadingCellProps = React.JSX.IntrinsicElements['th'];
|
|
32
|
+
declare function HeadingCell({ ref, className, children, ...rest }: TableHeadingCellProps & {
|
|
33
|
+
ref?: React.RefObject<HTMLTableCellElement>;
|
|
34
|
+
}): React.JSX.Element;
|
|
34
35
|
export type TableCellProps = React.JSX.IntrinsicElements['td'];
|
|
36
|
+
declare function Cell({ ref, className, children, ...rest }: TableCellProps & {
|
|
37
|
+
ref?: React.RefObject<HTMLTableCellElement>;
|
|
38
|
+
}): React.JSX.Element;
|
|
35
39
|
export type TableFooterProps = React.JSX.IntrinsicElements['tfoot'];
|
|
40
|
+
declare function Footer({ ref, className, children, ...rest }: TableFooterProps & {
|
|
41
|
+
ref?: React.RefObject<HTMLTableSectionElement>;
|
|
42
|
+
}): React.JSX.Element;
|
|
36
43
|
export { Table };
|
|
@@ -1,27 +1,30 @@
|
|
|
1
1
|
import type * as React from 'react';
|
|
2
2
|
import { Tabs as TabsPrimitive } from '@base-ui/react/tabs';
|
|
3
|
-
declare
|
|
4
|
-
|
|
3
|
+
declare function Tabs({ ref, className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root> & {
|
|
4
|
+
ref?: React.RefObject<HTMLDivElement>;
|
|
5
|
+
}): React.JSX.Element;
|
|
6
|
+
declare namespace Tabs {
|
|
7
|
+
var displayName: string;
|
|
8
|
+
export { TabsList as List };
|
|
9
|
+
export { TabsTrigger as Trigger };
|
|
10
|
+
export { TabsContent as Content };
|
|
11
|
+
}
|
|
12
|
+
declare const TabsList: {
|
|
13
|
+
({ ref, className, ...props }: React.ComponentProps<typeof TabsPrimitive.List> & {
|
|
14
|
+
ref?: React.RefObject<HTMLDivElement>;
|
|
15
|
+
}): React.JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
18
|
+
declare const TabsTrigger: {
|
|
19
|
+
({ ref, className, ...props }: React.ComponentProps<typeof TabsPrimitive.Tab> & {
|
|
20
|
+
ref?: React.RefObject<HTMLButtonElement>;
|
|
21
|
+
}): React.JSX.Element;
|
|
22
|
+
displayName: string;
|
|
23
|
+
};
|
|
24
|
+
declare const TabsContent: {
|
|
25
|
+
({ ref, className, keepMounted, ...props }: React.ComponentProps<typeof TabsPrimitive.Panel> & {
|
|
5
26
|
ref?: React.RefObject<HTMLDivElement>;
|
|
6
27
|
}): React.JSX.Element;
|
|
7
28
|
displayName: string;
|
|
8
|
-
List: {
|
|
9
|
-
({ ref, className, ...props }: React.ComponentProps<typeof TabsPrimitive.List> & {
|
|
10
|
-
ref?: React.RefObject<HTMLDivElement>;
|
|
11
|
-
}): React.JSX.Element;
|
|
12
|
-
displayName: string;
|
|
13
|
-
};
|
|
14
|
-
Trigger: {
|
|
15
|
-
({ ref, className, ...props }: React.ComponentProps<typeof TabsPrimitive.Tab> & {
|
|
16
|
-
ref?: React.RefObject<HTMLButtonElement>;
|
|
17
|
-
}): React.JSX.Element;
|
|
18
|
-
displayName: string;
|
|
19
|
-
};
|
|
20
|
-
Content: {
|
|
21
|
-
({ ref, className, keepMounted, ...props }: React.ComponentProps<typeof TabsPrimitive.Panel> & {
|
|
22
|
-
ref?: React.RefObject<HTMLDivElement>;
|
|
23
|
-
}): React.JSX.Element;
|
|
24
|
-
displayName: string;
|
|
25
|
-
};
|
|
26
29
|
};
|
|
27
30
|
export { Tabs };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function ActivityIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace ActivityIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
package/dist/icons/ai-icon.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function AiIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace AiIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function BylineIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace BylineIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function CalendarIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace CalendarIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function CheckIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace CheckIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function ChevronDownIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace ChevronDownIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
*/
|
|
21
21
|
import type React from 'react';
|
|
22
22
|
import type { IconProps } from './types/icon.js';
|
|
23
|
-
export declare
|
|
24
|
-
|
|
25
|
-
displayName: string;
|
|
26
|
-
}
|
|
23
|
+
export declare function ChevronLeftDoubleIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
24
|
+
export declare namespace ChevronLeftDoubleIcon {
|
|
25
|
+
var displayName: string;
|
|
26
|
+
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
*/
|
|
21
21
|
import type React from 'react';
|
|
22
22
|
import type { IconProps } from './types/icon.js';
|
|
23
|
-
export declare
|
|
24
|
-
|
|
25
|
-
displayName: string;
|
|
26
|
-
}
|
|
23
|
+
export declare function ChevronLeftIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
24
|
+
export declare namespace ChevronLeftIcon {
|
|
25
|
+
var displayName: string;
|
|
26
|
+
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
*/
|
|
21
21
|
import type React from 'react';
|
|
22
22
|
import type { IconProps } from './types/icon.js';
|
|
23
|
-
export declare
|
|
24
|
-
|
|
25
|
-
displayName: string;
|
|
26
|
-
}
|
|
23
|
+
export declare function ChevronRightDoubleIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
24
|
+
export declare namespace ChevronRightDoubleIcon {
|
|
25
|
+
var displayName: string;
|
|
26
|
+
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
*/
|
|
21
21
|
import type React from 'react';
|
|
22
22
|
import type { IconProps } from './types/icon.js';
|
|
23
|
-
export declare
|
|
24
|
-
|
|
25
|
-
displayName: string;
|
|
26
|
-
}
|
|
23
|
+
export declare function ChevronRightIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
24
|
+
export declare namespace ChevronRightIcon {
|
|
25
|
+
var displayName: string;
|
|
26
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function ChevronUpIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace ChevronUpIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function ChevronsUpDown({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace ChevronsUpDown {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function CloseIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace CloseIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function CopyIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace CopyIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function DashboardIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace DashboardIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function DeleteIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace DeleteIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function DocumentIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace DocumentIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function DownloadIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace DownloadIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function EditIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace EditIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function EllipsisIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace EllipsisIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function EmailIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace EmailIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function ExternalLinkIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace ExternalLinkIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function EyeClosedIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace EyeClosedIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function EyeOpenIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace EyeOpenIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function GithubIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace GithubIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function GlobeIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace GlobeIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function GoogleIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace GoogleIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function GripperVerticalIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace GripperVerticalIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function HistoryIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace HistoryIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function HomeIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace HomeIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function InfonomicIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace InfonomicIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function LightIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace LightIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|