@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.
Files changed (108) hide show
  1. package/dist/components/@types/shared.d.ts +4 -4
  2. package/dist/components/accordion/accordion.d.ts +23 -17
  3. package/dist/components/animation/fade-in-lift.d.ts +1 -1
  4. package/dist/components/badge/badge.d.ts +4 -4
  5. package/dist/components/button/@types/button.d.ts +1 -1
  6. package/dist/components/button/button-group.d.ts +4 -4
  7. package/dist/components/card/card.d.ts +29 -24
  8. package/dist/components/chips/@types/chip.d.ts +1 -1
  9. package/dist/components/chips/chip.d.ts +4 -4
  10. package/dist/components/dropdown/dropdown.d.ts +70 -62
  11. package/dist/components/inputs/@types/autocomplete.d.ts +2 -2
  12. package/dist/components/inputs/@types/checkbox.d.ts +2 -2
  13. package/dist/components/inputs/@types/input.d.ts +2 -2
  14. package/dist/components/inputs/autocomplete.d.ts +15 -15
  15. package/dist/components/inputs/input.d.ts +1 -1
  16. package/dist/components/inputs/radio-group.d.ts +2 -2
  17. package/dist/components/inputs/select.d.ts +6 -6
  18. package/dist/components/pager/@types/index.d.ts +1 -1
  19. package/dist/components/pager/first-button.d.ts +6 -6
  20. package/dist/components/pager/last-button.d.ts +6 -6
  21. package/dist/components/pager/next-button.d.ts +6 -6
  22. package/dist/components/pager/number-button.d.ts +6 -6
  23. package/dist/components/pager/pagination.d.ts +28 -45
  24. package/dist/components/pager/previous-button.d.ts +6 -6
  25. package/dist/components/table/table.d.ts +28 -21
  26. package/dist/components/tabs/tabs.d.ts +23 -20
  27. package/dist/icons/activity-icon.d.ts +4 -4
  28. package/dist/icons/ai-icon.d.ts +4 -4
  29. package/dist/icons/byline-icon.d.ts +4 -4
  30. package/dist/icons/calendar-icon.d.ts +4 -4
  31. package/dist/icons/check-icon.d.ts +4 -4
  32. package/dist/icons/chevron-down-icon.d.ts +4 -4
  33. package/dist/icons/chevron-left-double-icon.d.ts +4 -4
  34. package/dist/icons/chevron-left-icon.d.ts +4 -4
  35. package/dist/icons/chevron-right-double-icon.d.ts +4 -4
  36. package/dist/icons/chevron-right-icon.d.ts +4 -4
  37. package/dist/icons/chevron-up-icon.d.ts +4 -4
  38. package/dist/icons/chevrons-up-down.d.ts +4 -4
  39. package/dist/icons/close-icon.d.ts +4 -4
  40. package/dist/icons/copy-icon.d.ts +4 -4
  41. package/dist/icons/dashboard-icon.d.ts +4 -4
  42. package/dist/icons/delete-icon.d.ts +4 -4
  43. package/dist/icons/document-icon.d.ts +4 -4
  44. package/dist/icons/download-icon.d.ts +4 -4
  45. package/dist/icons/edit-icon.d.ts +4 -4
  46. package/dist/icons/ellipsis-icon.d.ts +4 -4
  47. package/dist/icons/email-icon.d.ts +4 -4
  48. package/dist/icons/external-link-icon.d.ts +4 -4
  49. package/dist/icons/eye-closed-icon.d.ts +4 -4
  50. package/dist/icons/eye-open-icon.d.ts +4 -4
  51. package/dist/icons/github-icon.d.ts +4 -4
  52. package/dist/icons/globe-icon.d.ts +4 -4
  53. package/dist/icons/google-icon.d.ts +4 -4
  54. package/dist/icons/gripper-vertical-icon.d.ts +4 -4
  55. package/dist/icons/history-icon.d.ts +4 -4
  56. package/dist/icons/home-icon.d.ts +4 -4
  57. package/dist/icons/infonomic-icon.d.ts +4 -4
  58. package/dist/icons/light-icon.d.ts +4 -4
  59. package/dist/icons/location-pin-icon.d.ts +4 -4
  60. package/dist/icons/moon-icon.d.ts +4 -4
  61. package/dist/icons/plus-icon.d.ts +4 -4
  62. package/dist/icons/refresh-icon.d.ts +4 -4
  63. package/dist/icons/return-icon.d.ts +4 -4
  64. package/dist/icons/roles-icon.d.ts +4 -4
  65. package/dist/icons/search-icon.d.ts +4 -4
  66. package/dist/icons/search-menu-icon.d.ts +4 -4
  67. package/dist/icons/settings-gear-icon.d.ts +4 -4
  68. package/dist/icons/settings-sliders-icon.d.ts +4 -4
  69. package/dist/icons/sign-out-icon.d.ts +4 -4
  70. package/dist/icons/stop-icon.d.ts +4 -4
  71. package/dist/icons/stopwatch-icon.d.ts +4 -4
  72. package/dist/icons/user-icon.d.ts +4 -4
  73. package/dist/icons/users-icon.d.ts +4 -4
  74. package/dist/icons/video-icon.d.ts +4 -4
  75. package/dist/icons/wallet-icon.d.ts +4 -4
  76. package/dist/icons/x-icon.d.ts +4 -4
  77. package/dist/widgets/drawer/drawer.d.ts +10 -12
  78. package/dist/widgets/modal/modal.d.ts +8 -12
  79. package/dist/widgets/timeline/timeline.d.ts +27 -21
  80. package/package.json +15 -15
  81. package/src/icons/source/icon-calendar.svg +1 -1
  82. package/src/icons/source/icon-check.svg +1 -1
  83. package/src/icons/source/icon-coinbase.svg +1 -1
  84. package/src/icons/source/icon-copy.svg +1 -1
  85. package/src/icons/source/icon-document.svg +1 -1
  86. package/src/icons/source/icon-download.svg +1 -1
  87. package/src/icons/source/icon-edit.svg +1 -1
  88. package/src/icons/source/icon-eth-purple.svg +1 -1
  89. package/src/icons/source/icon-etherscan.svg +1 -1
  90. package/src/icons/source/icon-external-link.svg +1 -1
  91. package/src/icons/source/icon-globe.svg +1 -1
  92. package/src/icons/source/icon-gripper-vertical.svg +1 -1
  93. package/src/icons/source/icon-info.svg +1 -1
  94. package/src/icons/source/icon-infonomic.svg +1 -1
  95. package/src/icons/source/icon-ledger.svg +1 -1
  96. package/src/icons/source/icon-light.svg +1 -1
  97. package/src/icons/source/icon-location-pin.svg +1 -1
  98. package/src/icons/source/icon-logout.svg +1 -1
  99. package/src/icons/source/icon-metamask.svg +1 -1
  100. package/src/icons/source/icon-moon.svg +1 -1
  101. package/src/icons/source/icon-plus.svg +1 -1
  102. package/src/icons/source/icon-refresh.svg +1 -1
  103. package/src/icons/source/icon-return.svg +1 -1
  104. package/src/icons/source/icon-search-menu.svg +1 -1
  105. package/src/icons/source/icon-settings-gear.svg +1 -1
  106. package/src/icons/source/icon-settings.svg +1 -1
  107. package/src/icons/source/icon-walletconnect.svg +1 -1
  108. 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 const Pagination: {
27
- ({ children, variant, ...rest }: PaginationProps): React.JSX.Element;
28
- displayName: string;
29
- Pager: {
30
- ({ renderFirst, renderPrevious, renderPageNumber, renderNext, renderLast, renderEllipses, }: PagerProps): React.JSX.Element;
31
- displayName: string;
32
- };
33
- Root: {
34
- ({ ref, className, itemsClassName, children, ariaLabel, dataTestId, ...rest }: RootProps & {
35
- ref?: React.RefObject<RootElement>;
36
- }): React.JSX.Element;
37
- displayName: string;
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 const PreviousButton: {
4
- ({ ref, className, disabled, render, children, ...rest }: PagerButtonProps & {
5
- ref?: React.RefObject<RefType>;
6
- }): React.JSX.Element;
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
- var Container: ({ ref, className, children, ...rest }: TableContainerProps & {
8
- ref?: React.RefObject<HTMLDivElement>;
9
- }) => React.JSX.Element;
10
- var Body: ({ ref, className, children, ...rest }: TableBodyProps & {
11
- ref?: React.RefObject<HTMLTableSectionElement>;
12
- }) => React.JSX.Element;
13
- var Header: ({ ref, className, children, ...rest }: TableHeaderProps & {
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 const Tabs: {
4
- ({ ref, className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root> & {
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 const ActivityIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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
+ }
@@ -1,6 +1,6 @@
1
1
  import type React from 'react';
2
2
  import type { IconProps } from './types/icon.js';
3
- export declare const AiIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const BylineIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const CalendarIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const CheckIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const ChevronDownIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const ChevronLeftDoubleIcon: {
24
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const ChevronLeftIcon: {
24
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const ChevronRightDoubleIcon: {
24
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const ChevronRightIcon: {
24
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const ChevronUpIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const ChevronsUpDown: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const CloseIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const CopyIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const DashboardIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const DeleteIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const DocumentIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const DownloadIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const EditIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const EllipsisIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const EmailIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const ExternalLinkIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const EyeClosedIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const EyeOpenIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const GithubIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const GlobeIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const GoogleIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const GripperVerticalIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const HistoryIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const HomeIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const InfonomicIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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 const LightIcon: {
4
- ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
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
+ }