@speakeasy-api/moonshine 1.41.0 → 1.43.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 (113) hide show
  1. package/README.md +19 -21
  2. package/dist/components/AIChat/AIChatContainer.d.ts +2 -2
  3. package/dist/components/AIChat/AIChatMessage.d.ts +1 -1
  4. package/dist/components/AIChat/AIChatMessageComposer.d.ts +3 -3
  5. package/dist/components/AIChat/AIChatMessageList.d.ts +1 -1
  6. package/dist/components/AIChat/AIChatModelSelector.d.ts +2 -1
  7. package/dist/components/AIChat/parts/AIChatMessageFilePart.d.ts +1 -1
  8. package/dist/components/AIChat/parts/AIChatMessageReasoningPart.d.ts +1 -1
  9. package/dist/components/AIChat/parts/AIChatMessageSourcePart.d.ts +1 -1
  10. package/dist/components/AIChat/parts/AIChatMessageTextPart.d.ts +1 -1
  11. package/dist/components/AIChat/parts/AIChatMessageToolInvocationPart.d.ts +1 -1
  12. package/dist/components/AIChat/parts/AIChatMessageToolPart.d.ts +5 -5
  13. package/dist/components/AIChat/parts/AIChatMessageToolResultPart.d.ts +1 -1
  14. package/dist/components/AIChat/types.d.ts +9 -9
  15. package/dist/components/ActionBar/index.d.ts +3 -3
  16. package/dist/components/Alert/index.d.ts +2 -2
  17. package/dist/components/AppLayout/index.d.ts +11 -11
  18. package/dist/components/AppLayout/provider.d.ts +2 -2
  19. package/dist/components/Badge/index.d.ts +3 -3
  20. package/dist/components/Button/index.d.ts +3 -3
  21. package/dist/components/Card/index.d.ts +3 -3
  22. package/dist/components/CodeEditorLayout/index.d.ts +8 -8
  23. package/dist/components/CodeHighlight/Pre.d.ts +1 -1
  24. package/dist/components/CodePlayground/index.d.ts +4 -4
  25. package/dist/components/CodeSnippet/index.d.ts +1 -1
  26. package/dist/components/Combobox/index.d.ts +5 -4
  27. package/dist/components/Command/index.d.ts +3 -3
  28. package/dist/components/Container/index.d.ts +1 -1
  29. package/dist/components/ContextDropdown/index.d.ts +1 -1
  30. package/dist/components/Dialog/index.d.ts +4 -4
  31. package/dist/components/DragNDrop/DragNDropArea.d.ts +1 -1
  32. package/dist/components/DragNDrop/Draggable.d.ts +1 -1
  33. package/dist/components/DragNDrop/Droppable.d.ts +1 -1
  34. package/dist/components/Dropdown/index.d.ts +3 -3
  35. package/dist/components/ExternalPill/index.d.ts +3 -3
  36. package/dist/components/Facepile/index.d.ts +4 -3
  37. package/dist/components/GradientCircle/index.d.ts +1 -1
  38. package/dist/components/Grid/index.d.ts +4 -4
  39. package/dist/components/Heading/index.d.ts +2 -2
  40. package/dist/components/HighlightedText/index.d.ts +2 -2
  41. package/dist/components/Icon/index.d.ts +3 -3
  42. package/dist/components/Icon/names.d.ts +1 -1
  43. package/dist/components/IconButton/index.d.ts +3 -3
  44. package/dist/components/Input/index.d.ts +1 -1
  45. package/dist/components/KeyHint/index.d.ts +3 -3
  46. package/dist/components/LanguageIndicator/index.d.ts +1 -1
  47. package/dist/components/Link/index.d.ts +1 -1
  48. package/dist/components/Logo/Animated.d.ts +2 -2
  49. package/dist/components/Logo/index.d.ts +2 -2
  50. package/dist/components/Logo/svgs/index.d.ts +2 -2
  51. package/dist/components/Modal/index.d.ts +2 -2
  52. package/dist/components/PageHeader/index.d.ts +1 -1
  53. package/dist/components/Popover/index.d.ts +3 -3
  54. package/dist/components/PromptInput/index.d.ts +2 -2
  55. package/dist/components/PullRequestLink/index.d.ts +3 -3
  56. package/dist/components/ResizablePanel/index.d.ts +3 -3
  57. package/dist/components/Score/index.d.ts +1 -1
  58. package/dist/components/ScrollArea/index.d.ts +2 -2
  59. package/dist/components/SegmentedButton/index.d.ts +2 -2
  60. package/dist/components/Select/index.d.ts +2 -2
  61. package/dist/components/Separator/index.d.ts +1 -1
  62. package/dist/components/Skeleton/index.d.ts +1 -1
  63. package/dist/components/Stack/index.d.ts +6 -6
  64. package/dist/components/Subnav/index.d.ts +1 -1
  65. package/dist/components/Switch/index.d.ts +2 -2
  66. package/dist/components/Table/context/tableProvider.d.ts +1 -1
  67. package/dist/components/Table/index.d.ts +11 -11
  68. package/dist/components/Tabs/index.d.ts +2 -2
  69. package/dist/components/TargetLanguageIcon/index.d.ts +1 -1
  70. package/dist/components/Text/index.d.ts +6 -6
  71. package/dist/components/ThemeSwitcher/index.d.ts +2 -2
  72. package/dist/components/Timeline/index.d.ts +8 -8
  73. package/dist/components/Tooltip/index.d.ts +3 -3
  74. package/dist/components/UserAvatar/index.d.ts +1 -1
  75. package/dist/components/Wizard/index.d.ts +2 -2
  76. package/dist/components/WorkspaceSelector/CreateOrg.d.ts +1 -1
  77. package/dist/components/WorkspaceSelector/CreateWorkspace.d.ts +2 -1
  78. package/dist/components/WorkspaceSelector/OrgList.d.ts +1 -1
  79. package/dist/components/WorkspaceSelector/OrgSelector.d.ts +2 -1
  80. package/dist/components/WorkspaceSelector/RecentWorkspaces.d.ts +1 -1
  81. package/dist/components/WorkspaceSelector/ScrollingList.d.ts +2 -2
  82. package/dist/components/WorkspaceSelector/SearchBox.d.ts +2 -2
  83. package/dist/components/WorkspaceSelector/WorkspaceList.d.ts +1 -1
  84. package/dist/components/WorkspaceSelector/index.d.ts +2 -1
  85. package/dist/components/__beta__/CLIWizard/index.d.ts +3 -2
  86. package/dist/components/__beta__/CLIWizard/terminal-command.d.ts +3 -9
  87. package/dist/components/__beta__/CLIWizard/terminal.d.ts +4 -4
  88. package/dist/context/ConfigContext.d.ts +1 -1
  89. package/dist/context/ModalContext.d.ts +2 -2
  90. package/dist/context/theme.d.ts +1 -1
  91. package/dist/createCustomLucideIcon-BSnVssGH.mjs.map +1 -1
  92. package/dist/gems-CjrcvmBL.mjs.map +1 -1
  93. package/dist/go-CMa98Edn.mjs.map +1 -1
  94. package/dist/hooks/useTheme.d.ts +1 -1
  95. package/dist/index.d.ts +1 -1
  96. package/dist/lib/responsiveMappers.d.ts +1 -1
  97. package/dist/lib/storybookUtils.d.ts +2 -2
  98. package/dist/lib/typeUtils.d.ts +1 -1
  99. package/dist/maven-BhPvGLiR.mjs.map +1 -1
  100. package/dist/moonshine.css +1 -1
  101. package/dist/moonshine.es.js +2239 -2244
  102. package/dist/moonshine.es.js.map +1 -1
  103. package/dist/npm-BNJZqB_6.mjs.map +1 -1
  104. package/dist/nuget-DigVDFf0.mjs.map +1 -1
  105. package/dist/packagist-DvGLhkI-.mjs.map +1 -1
  106. package/dist/pypi-Cj9893_x.mjs.map +1 -1
  107. package/dist/types.d.ts +1 -1
  108. package/dist/utils-DnjhZJTm.mjs.map +1 -1
  109. package/package.json +17 -16
  110. package/src/base.css +281 -271
  111. package/src/global.css +16 -8
  112. package/src/utilities.css +0 -1
  113. package/types/utilities.d.ts +1 -1
@@ -1,4 +1,5 @@
1
1
  import { ButtonProps } from '../Button';
2
+ import * as React from "react";
2
3
  export interface ComboboxOption<T extends string = string> {
3
4
  value: T;
4
5
  label: string;
@@ -18,8 +19,8 @@ type ComboboxDataProps<T extends string = string> = {
18
19
  interface ComboboxBaseProps<T extends string = string> {
19
20
  value: T;
20
21
  onValueChange: (value: T | undefined) => void;
21
- variant?: ButtonProps['variant'];
22
- size?: ButtonProps['size'];
22
+ variant?: ButtonProps["variant"];
23
+ size?: ButtonProps["size"];
23
24
  disabled?: boolean;
24
25
  loading?: boolean;
25
26
  error?: boolean;
@@ -31,9 +32,9 @@ interface ComboboxBaseProps<T extends string = string> {
31
32
  iconOnly?: boolean;
32
33
  createOptions?: {
33
34
  handleCreate: (search: string) => void;
34
- renderCreatePrompt?: (search: string) => JSX.Element;
35
+ renderCreatePrompt?: (search: string) => React.ReactElement;
35
36
  };
36
37
  }
37
38
  export type ComboboxProps<T extends string = string> = ComboboxBaseProps<T> & ComboboxDataProps<T>;
38
- export declare function Combobox<T extends string = string>({ options, groups, value, onValueChange, variant, size, disabled, loading, error, errorText, searchable, placeholder, emptyText, searchPlaceholder, iconOnly, createOptions, }: ComboboxProps<T>): import("react/jsx-runtime").JSX.Element;
39
+ export declare function Combobox<T extends string = string>({ options, groups, value, onValueChange, variant, size, disabled, loading, error, errorText, searchable, placeholder, emptyText, searchPlaceholder, iconOnly, createOptions, }: ComboboxProps<T>): React.JSX.Element;
39
40
  export {};
@@ -1,5 +1,5 @@
1
1
  import { DialogProps } from '@radix-ui/react-dialog';
2
- import * as React from 'react';
2
+ import * as React from "react";
3
3
  declare const Command: React.ForwardRefExoticComponent<Omit<{
4
4
  children?: React.ReactNode;
5
5
  } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
@@ -52,7 +52,7 @@ declare const CommandGroup: React.ForwardRefExoticComponent<Omit<{
52
52
  value?: string;
53
53
  forceMount?: boolean;
54
54
  } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
55
- declare const CommandDialog: ({ children, ...props }: DialogProps) => import("react/jsx-runtime").JSX.Element;
55
+ declare const CommandDialog: ({ children, ...props }: DialogProps) => React.JSX.Element;
56
56
  declare const CommandSeparator: React.ForwardRefExoticComponent<Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
57
57
  ref?: React.Ref<HTMLDivElement>;
58
58
  } & {
@@ -74,7 +74,7 @@ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
74
74
  forceMount?: boolean;
75
75
  } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
76
76
  declare const CommandShortcut: {
77
- ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
77
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
78
78
  displayName: string;
79
79
  };
80
80
  export { Command, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, CommandDialog, };
@@ -6,4 +6,4 @@ export interface ContainerProps {
6
6
  padding?: ResponsiveValue<Padding>;
7
7
  className?: string;
8
8
  }
9
- export declare function Container({ children, flex, padding, className, }: ContainerProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function Container({ children, flex, padding, className, }: ContainerProps): import("react").JSX.Element;
@@ -3,5 +3,5 @@ import { Screen } from '../../context/ModalContext';
3
3
  interface ContextDropdownProps {
4
4
  renderTitle?: (screen: Screen, index: number) => React.ReactNode;
5
5
  }
6
- export declare function ContextDropdown({ renderTitle }: ContextDropdownProps): import("react/jsx-runtime").JSX.Element | null;
6
+ export declare function ContextDropdown({ renderTitle }: ContextDropdownProps): React.JSX.Element | null;
7
7
  export {};
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
2
- import * as DialogPrimitive from '@radix-ui/react-dialog';
1
+ import * as React from "react";
2
+ import * as DialogPrimitive from "@radix-ui/react-dialog";
3
3
  export declare const Dialog: React.FC<DialogPrimitive.DialogProps> & {
4
4
  Portal: React.FC<DialogPrimitive.DialogPortalProps>;
5
5
  Overlay: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -9,11 +9,11 @@ export declare const Dialog: React.FC<DialogPrimitive.DialogProps> & {
9
9
  closeable?: boolean;
10
10
  } & React.RefAttributes<HTMLDivElement>>;
11
11
  Header: {
12
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
12
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
13
13
  displayName: string;
14
14
  };
15
15
  Footer: {
16
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
16
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  Title: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
@@ -5,4 +5,4 @@ export interface DragNDropAreaProps {
5
5
  className?: string;
6
6
  collisionDetectionAlgo?: CollisionDetection;
7
7
  }
8
- export declare function DragNDropArea({ children, modifiers, className, collisionDetectionAlgo, }: DragNDropAreaProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function DragNDropArea({ children, modifiers, className, collisionDetectionAlgo, }: DragNDropAreaProps): import("react").JSX.Element;
@@ -26,4 +26,4 @@ export interface DraggableProps<TData> extends DndMonitorListener {
26
26
  */
27
27
  data?: TData;
28
28
  }
29
- export declare function Draggable<TData extends Data>({ children, id, onDragEnd, onDragStart, onDragCancel, onDragOver, className, disabled, data, }: DraggableProps<TData>): import("react/jsx-runtime").JSX.Element;
29
+ export declare function Draggable<TData extends Data>({ children, id, onDragEnd, onDragStart, onDragCancel, onDragOver, className, disabled, data, }: DraggableProps<TData>): import("react").JSX.Element;
@@ -24,5 +24,5 @@ export interface DroppableProps<TData extends Record<string, unknown>> {
24
24
  data?: TData;
25
25
  className?: string;
26
26
  }
27
- export declare function Droppable<TData extends Record<string, unknown>>({ children, id, data, className, }: DroppableProps<TData>): import("react/jsx-runtime").JSX.Element;
27
+ export declare function Droppable<TData extends Record<string, unknown>>({ children, id, data, className, }: DroppableProps<TData>): import("react").JSX.Element;
28
28
  export {};
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
2
- import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
1
+ import * as React from "react";
2
+ import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
3
3
  declare const DropdownMenu: React.FC<DropdownMenuPrimitive.DropdownMenuProps>;
4
4
  declare const DropdownMenuTrigger: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
5
  declare const DropdownMenuGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React.RefAttributes<HTMLDivElement>>;
@@ -21,7 +21,7 @@ declare const DropdownMenuLabel: React.ForwardRefExoticComponent<Omit<DropdownMe
21
21
  } & React.RefAttributes<HTMLDivElement>>;
22
22
  declare const DropdownMenuSeparator: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
23
23
  declare const DropdownMenuShortcut: {
24
- ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
24
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
25
25
  displayName: string;
26
26
  };
27
27
  export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, };
@@ -1,12 +1,12 @@
1
1
  import { default as React } from 'react';
2
- type AllExternalIcons = 'github' | 'npm' | 'rubygems' | 'nuget' | 'maven' | 'pypi' | 'packagist' | 'terraform';
2
+ type AllExternalIcons = "github" | "npm" | "rubygems" | "nuget" | "maven" | "pypi" | "packagist" | "terraform";
3
3
  export interface ExternalPillProps {
4
4
  href: string;
5
5
  icon: AllExternalIcons;
6
6
  text: React.ReactNode;
7
7
  title?: string;
8
- target?: '_blank' | '_self' | '_parent' | '_top';
8
+ target?: "_blank" | "_self" | "_parent" | "_top";
9
9
  className?: string;
10
10
  }
11
- export declare function ExternalPill({ href, icon, text, target, title, className, }: ExternalPillProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function ExternalPill({ href, icon, text, target, title, className, }: ExternalPillProps): React.JSX.Element;
12
12
  export {};
@@ -1,7 +1,8 @@
1
+ import { default as React } from 'react';
1
2
  import { ResponsiveValue, Size } from '../../types';
2
3
  import { UserAvatarProps } from '../UserAvatar';
3
- type FacepileVariant = 'interactive' | 'static';
4
- type AvatarProps = Omit<UserAvatarProps, 'size'> & {
4
+ type FacepileVariant = "interactive" | "static";
5
+ type AvatarProps = Omit<UserAvatarProps, "size"> & {
5
6
  href?: string;
6
7
  };
7
8
  export interface FacepileProps {
@@ -12,5 +13,5 @@ export interface FacepileProps {
12
13
  tooltips?: boolean;
13
14
  className?: string;
14
15
  }
15
- export declare function Facepile({ avatars, maxFaces, avatarSize, variant, tooltips, className, }: FacepileProps): import("react/jsx-runtime").JSX.Element;
16
+ export declare function Facepile({ avatars, maxFaces, avatarSize, variant, tooltips, className, }: FacepileProps): React.JSX.Element;
16
17
  export {};
@@ -7,4 +7,4 @@ export interface GradientCircleProps {
7
7
  inactive?: boolean;
8
8
  className?: string;
9
9
  }
10
- export declare function GradientCircle({ name, size, transition, showInitial, inactive, className, }: GradientCircleProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function GradientCircle({ name, size, transition, showInitial, inactive, className, }: GradientCircleProps): import("react").JSX.Element;
@@ -66,15 +66,15 @@ export interface GridProps {
66
66
  padding?: ResponsiveValue<Padding>;
67
67
  className?: string;
68
68
  }
69
- type PermittedHTMLAttributes = Omit<React.HTMLAttributes<HTMLDivElement>, 'className'>;
69
+ type PermittedHTMLAttributes = Omit<React.HTMLAttributes<HTMLDivElement>, "className">;
70
70
  interface GridItemProps extends PermittedHTMLAttributes {
71
71
  children: React.ReactNode;
72
72
  colSpan?: ResponsiveValue<number>;
73
73
  padding?: ResponsiveValue<Padding>;
74
74
  className?: string;
75
75
  }
76
- declare const GridItem: ({ children, colSpan, padding, className, ...props }: GridItemProps) => import("react/jsx-runtime").JSX.Element;
77
- declare const GridWithSubcomponents: (({ children, columns, gap, wrap, padding, className, }: GridProps) => import("react/jsx-runtime").JSX.Element) & {
78
- Item: ({ children, colSpan, padding, className, ...props }: GridItemProps) => import("react/jsx-runtime").JSX.Element;
76
+ declare const GridItem: ({ children, colSpan, padding, className, ...props }: GridItemProps) => import("react").JSX.Element;
77
+ declare const GridWithSubcomponents: (({ children, columns, gap, wrap, padding, className, }: GridProps) => import("react").JSX.Element) & {
78
+ Item: ({ children, colSpan, padding, className, ...props }: GridItemProps) => import("react").JSX.Element;
79
79
  };
80
80
  export { GridWithSubcomponents as Grid };
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
- type HeadingVariant = 'xl' | 'lg' | 'md' | 'sm' | 'xs';
3
- type HeadingElement = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
2
+ type HeadingVariant = "xl" | "lg" | "md" | "sm" | "xs";
3
+ type HeadingElement = "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
4
4
  export interface HeadingProps extends React.HTMLAttributes<HTMLHeadingElement> {
5
5
  children: React.ReactNode;
6
6
  variant?: HeadingVariant;
@@ -7,10 +7,10 @@ export interface HighlightedTextProps extends React.HTMLAttributes<HTMLSpanEleme
7
7
  /**
8
8
  * Whether the animation should trigger when the element is in view or immediately.
9
9
  */
10
- animationTrigger?: 'inView' | 'instant';
10
+ animationTrigger?: "inView" | "instant";
11
11
  className?: string;
12
12
  }
13
- export declare function HighlightedText({ children, color, muted, animate, className, animationTrigger, animationDuration, }: HighlightedTextProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function HighlightedText({ children, color, muted, animate, className, animationTrigger, animationDuration, }: HighlightedTextProps): import("react").JSX.Element;
14
14
  export declare const highlightColors: readonly ["green", "blue", "purple", "orange", "emerald"];
15
15
  export type Color = (typeof highlightColors)[number];
16
16
  export declare const highlightBgMap: Record<Color, string>;
@@ -1,10 +1,10 @@
1
1
  import { LucideProps } from 'lucide-react';
2
2
  import { ResponsiveValue, Size } from '../../types';
3
3
  import { IconName } from './names';
4
- type SvgProps = Pick<LucideProps, 'stroke' | 'strokeWidth' | 'strokeOpacity' | 'size' | 'viewBox' | 'fill' | 'fillOpacity' | 'className'>;
5
- export interface IconProps extends Omit<SvgProps, 'size'> {
4
+ type SvgProps = Pick<LucideProps, "stroke" | "strokeWidth" | "strokeOpacity" | "size" | "viewBox" | "fill" | "fillOpacity" | "className">;
5
+ export interface IconProps extends Omit<SvgProps, "size"> {
6
6
  name: IconName;
7
7
  size?: ResponsiveValue<Size>;
8
8
  }
9
- export declare function Icon({ name, size, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function Icon({ name, size, ...props }: IconProps): import("react").JSX.Element;
10
10
  export {};
@@ -2,5 +2,5 @@ import { default as dynamicIconImports } from 'lucide-react/dynamicIconImports';
2
2
  import { default as customDynamicIconImports } from './customIcons';
3
3
  export declare const lucideIconNames: (keyof typeof dynamicIconImports)[];
4
4
  export declare const customIconNames: (keyof typeof customDynamicIconImports)[];
5
- export declare const iconNames: ("baseline" | "go" | "box" | "container" | "contrast" | "filter" | "scale-3d" | "scale" | "shrink" | "radius" | "text" | "replace" | "search" | "slice" | "split" | "repeat" | "anchor" | "bold" | "link" | "heading" | "code" | "map" | "menu" | "option" | "section" | "table" | "video" | "circle" | "image" | "view" | "key" | "target" | "type" | "x" | "download" | "list" | "frame" | "send" | "group" | "navigation" | "presentation" | "radio" | "timer" | "copy" | "move" | "mouse" | "pen" | "ghost" | "focus" | "pause" | "play" | "scroll" | "power" | "check" | "expand" | "terminal" | "square" | "npm" | "pypi" | "nuget" | "gems" | "maven" | "packagist" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-clock-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-center" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-justify" | "align-left" | "align-right" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-1-0" | "arrow-down-a-z" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "arrow-down-z-a" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-1-0" | "arrow-up-a-z" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "badge-dollar-sign" | "badge-euro" | "badge-help" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-x" | "badge" | "baggage-claim" | "ban" | "banana" | "bandage" | "banknote" | "barcode" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizontal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "boxes" | "braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-x-2" | "calendar-x" | "calendar" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis" | "captions-off" | "captions" | "car-front" | "car-taxi-front" | "car" | "caravan" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "chart-bar-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "chart-candlestick" | "chart-column-big" | "chart-column-decreasing" | "chart-column-increasing" | "chart-column-stacked" | "chart-column" | "chart-gantt" | "chart-line" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "chart-no-axes-column" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "chart-pie" | "chart-scatter" | "chart-spline" | "check-check" | "chef-hat" | "cherry" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-out-down-left" | "circle-arrow-out-down-right" | "circle-arrow-out-up-left" | "circle-arrow-out-up-right" | "circle-arrow-right" | "circle-arrow-up" | "circle-check-big" | "circle-check" | "circle-chevron-down" | "circle-chevron-left" | "circle-chevron-right" | "circle-chevron-up" | "circle-dashed" | "circle-divide" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "circle-help" | "circle-minus" | "circle-off" | "circle-parking-off" | "circle-parking" | "circle-pause" | "circle-percent" | "circle-play" | "circle-plus" | "circle-power" | "circle-slash-2" | "circle-slash" | "circle-stop" | "circle-user-round" | "circle-user" | "circle-x" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-pen" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock" | "cloud-cog" | "cloud-download" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-upload" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed" | "door-open" | "dot" | "drafting-compass" | "drama" | "dribbble" | "drill" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "ellipsis" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-audio-2" | "file-audio" | "file-axis-3d" | "file-badge-2" | "file-badge" | "file-box" | "file-chart-column-increasing" | "file-chart-column" | "file-chart-line" | "file-chart-pie" | "file-check-2" | "file-check" | "file-clock" | "file-code-2" | "file-code" | "file-cog" | "file-diff" | "file-digit" | "file-down" | "file-heart" | "file-image" | "file-input" | "file-json-2" | "file-json" | "file-key-2" | "file-key" | "file-lock-2" | "file-lock" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-pen" | "file-plus-2" | "file-plus" | "file-question" | "file-scan" | "file-search-2" | "file-search" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-2" | "file-video" | "file-volume-2" | "file-volume" | "file-warning" | "file-x-2" | "file-x" | "file" | "files" | "film" | "filter-x" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "forward" | "framer" | "frown" | "fuel" | "fullscreen" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad" | "gauge" | "gavel" | "gem" | "gift" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe" | "goal" | "grab" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2x2-plus" | "grid-2x2-x" | "grid-2x2" | "grid-3x3" | "grip-horizontal" | "grip-vertical" | "grip" | "guitar" | "ham" | "hammer" | "hand-coins" | "hand-heart" | "hand-helping" | "hand-metal" | "hand-platter" | "hand" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "haze" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-off" | "heart-pulse" | "heart" | "heater" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-plug" | "house-plus" | "house" | "ice-cream-bowl" | "ice-cream-cone" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "images" | "import" | "inbox" | "indent-decrease" | "indent-increase" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-3" | "layers" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "letter-text" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-collapse" | "list-end" | "list-filter" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "lock-keyhole" | "lock-open" | "lock" | "log-in" | "log-out" | "logs" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "move-3d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "network" | "newspaper" | "nfc" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "octagon-minus" | "octagon-pause" | "octagon-x" | "octagon" | "omega" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush" | "palette" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "panel-left-dashed" | "panel-left-open" | "panel-left" | "panel-right-close" | "panel-right-dashed" | "panel-right-open" | "panel-right" | "panel-top-close" | "panel-top-dashed" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "pen-off" | "pen-tool" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "plug-2" | "plug-zap" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "printer-check" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt" | "rectangle-ellipsis" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rotate-3d" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows-3" | "rows-4" | "rss" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "save-all" | "save-off" | "save" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "screen-share-off" | "screen-share" | "scroll-text" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-to-back" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question" | "shield-x" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "sofa" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline" | "spray-can" | "sprout" | "square-activity" | "square-arrow-down-left" | "square-arrow-down-right" | "square-arrow-down" | "square-arrow-left" | "square-arrow-out-down-left" | "square-arrow-out-down-right" | "square-arrow-out-up-left" | "square-arrow-out-up-right" | "square-arrow-right" | "square-arrow-up-left" | "square-arrow-up-right" | "square-arrow-up" | "square-asterisk" | "square-bottom-dashed-scissors" | "square-chart-gantt" | "square-check-big" | "square-check" | "square-chevron-down" | "square-chevron-left" | "square-chevron-right" | "square-chevron-up" | "square-code" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "square-dashed-mouse-pointer" | "square-dashed" | "square-divide" | "square-dot" | "square-equal" | "square-function" | "square-kanban" | "square-library" | "square-m" | "square-menu" | "square-minus" | "square-mouse-pointer" | "square-parking-off" | "square-parking" | "square-pen" | "square-percent" | "square-pi" | "square-pilcrow" | "square-play" | "square-plus" | "square-power" | "square-radical" | "square-scissors" | "square-sigma" | "square-slash" | "square-split-horizontal" | "square-split-vertical" | "square-square" | "square-stack" | "square-terminal" | "square-user-round" | "square-user" | "square-x" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "telescope" | "tent-tree" | "tent" | "test-tube-diagonal" | "test-tube" | "test-tubes" | "text-cursor-input" | "text-cursor" | "text-quote" | "text-search" | "text-select" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "toggle-left" | "toggle-right" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "triangle-right" | "triangle" | "trophy" | "truck" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv" | "twitch" | "twitter" | "type-outline" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-round-cog" | "user-round-minus" | "user-round-pen" | "user-round-plus" | "user-round-search" | "user-round-x" | "user-round" | "user-search" | "user-x" | "user" | "users-round" | "users" | "utensils-crossed" | "utensils" | "utility-pole" | "variable" | "vault" | "vegan" | "venetian-mask" | "vibrate-off" | "vibrate" | "video-off" | "videotape" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet" | "wallpaper" | "wand-sparkles" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-zero" | "wifi" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrap-text" | "wrench" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out")[];
5
+ export declare const iconNames: ("baseline" | "go" | "box" | "container" | "contrast" | "filter" | "scale-3d" | "scale" | "shrink" | "radius" | "text" | "replace" | "search" | "slice" | "split" | "repeat" | "anchor" | "bold" | "link" | "heading" | "map" | "code" | "menu" | "option" | "section" | "table" | "video" | "circle" | "image" | "view" | "key" | "send" | "group" | "list" | "navigation" | "presentation" | "radio" | "timer" | "copy" | "move" | "type" | "target" | "x" | "terminal" | "square" | "mouse" | "pen" | "ghost" | "focus" | "pause" | "play" | "scroll" | "frame" | "power" | "check" | "expand" | "npm" | "pypi" | "nuget" | "gems" | "maven" | "packagist" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-clock-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-center" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-justify" | "align-left" | "align-right" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-1-0" | "arrow-down-a-z" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "arrow-down-z-a" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-1-0" | "arrow-up-a-z" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "badge-dollar-sign" | "badge-euro" | "badge-help" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-x" | "badge" | "baggage-claim" | "ban" | "banana" | "bandage" | "banknote" | "barcode" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizontal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "boxes" | "braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-x-2" | "calendar-x" | "calendar" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis" | "captions-off" | "captions" | "car-front" | "car-taxi-front" | "car" | "caravan" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "chart-bar-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "chart-candlestick" | "chart-column-big" | "chart-column-decreasing" | "chart-column-increasing" | "chart-column-stacked" | "chart-column" | "chart-gantt" | "chart-line" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "chart-no-axes-column" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "chart-pie" | "chart-scatter" | "chart-spline" | "check-check" | "chef-hat" | "cherry" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-out-down-left" | "circle-arrow-out-down-right" | "circle-arrow-out-up-left" | "circle-arrow-out-up-right" | "circle-arrow-right" | "circle-arrow-up" | "circle-check-big" | "circle-check" | "circle-chevron-down" | "circle-chevron-left" | "circle-chevron-right" | "circle-chevron-up" | "circle-dashed" | "circle-divide" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "circle-help" | "circle-minus" | "circle-off" | "circle-parking-off" | "circle-parking" | "circle-pause" | "circle-percent" | "circle-play" | "circle-plus" | "circle-power" | "circle-slash-2" | "circle-slash" | "circle-stop" | "circle-user-round" | "circle-user" | "circle-x" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-pen" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock" | "cloud-cog" | "cloud-download" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-upload" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "dribbble" | "drill" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "ellipsis" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-audio-2" | "file-audio" | "file-axis-3d" | "file-badge-2" | "file-badge" | "file-box" | "file-chart-column-increasing" | "file-chart-column" | "file-chart-line" | "file-chart-pie" | "file-check-2" | "file-check" | "file-clock" | "file-code-2" | "file-code" | "file-cog" | "file-diff" | "file-digit" | "file-down" | "file-heart" | "file-image" | "file-input" | "file-json-2" | "file-json" | "file-key-2" | "file-key" | "file-lock-2" | "file-lock" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-pen" | "file-plus-2" | "file-plus" | "file-question" | "file-scan" | "file-search-2" | "file-search" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-2" | "file-video" | "file-volume-2" | "file-volume" | "file-warning" | "file-x-2" | "file-x" | "file" | "files" | "film" | "filter-x" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "forward" | "framer" | "frown" | "fuel" | "fullscreen" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad" | "gauge" | "gavel" | "gem" | "gift" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe" | "goal" | "grab" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2x2-plus" | "grid-2x2-x" | "grid-2x2" | "grid-3x3" | "grip-horizontal" | "grip-vertical" | "grip" | "guitar" | "ham" | "hammer" | "hand-coins" | "hand-heart" | "hand-helping" | "hand-metal" | "hand-platter" | "hand" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "haze" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-off" | "heart-pulse" | "heart" | "heater" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-plug" | "house-plus" | "house" | "ice-cream-bowl" | "ice-cream-cone" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "images" | "import" | "inbox" | "indent-decrease" | "indent-increase" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-3" | "layers" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "letter-text" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-collapse" | "list-end" | "list-filter" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "lock-keyhole" | "lock-open" | "lock" | "log-in" | "log-out" | "logs" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "move-3d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "network" | "newspaper" | "nfc" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "octagon-minus" | "octagon-pause" | "octagon-x" | "octagon" | "omega" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush" | "palette" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "panel-left-dashed" | "panel-left-open" | "panel-left" | "panel-right-close" | "panel-right-dashed" | "panel-right-open" | "panel-right" | "panel-top-close" | "panel-top-dashed" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "pen-off" | "pen-tool" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "plug-2" | "plug-zap" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "printer-check" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt" | "rectangle-ellipsis" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rotate-3d" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows-3" | "rows-4" | "rss" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "save-all" | "save-off" | "save" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "screen-share-off" | "screen-share" | "scroll-text" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-to-back" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question" | "shield-x" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "sofa" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline" | "spray-can" | "sprout" | "square-activity" | "square-arrow-down-left" | "square-arrow-down-right" | "square-arrow-down" | "square-arrow-left" | "square-arrow-out-down-left" | "square-arrow-out-down-right" | "square-arrow-out-up-left" | "square-arrow-out-up-right" | "square-arrow-right" | "square-arrow-up-left" | "square-arrow-up-right" | "square-arrow-up" | "square-asterisk" | "square-bottom-dashed-scissors" | "square-chart-gantt" | "square-check-big" | "square-check" | "square-chevron-down" | "square-chevron-left" | "square-chevron-right" | "square-chevron-up" | "square-code" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "square-dashed-mouse-pointer" | "square-dashed" | "square-divide" | "square-dot" | "square-equal" | "square-function" | "square-kanban" | "square-library" | "square-m" | "square-menu" | "square-minus" | "square-mouse-pointer" | "square-parking-off" | "square-parking" | "square-pen" | "square-percent" | "square-pi" | "square-pilcrow" | "square-play" | "square-plus" | "square-power" | "square-radical" | "square-scissors" | "square-sigma" | "square-slash" | "square-split-horizontal" | "square-split-vertical" | "square-square" | "square-stack" | "square-terminal" | "square-user-round" | "square-user" | "square-x" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "telescope" | "tent-tree" | "tent" | "test-tube-diagonal" | "test-tube" | "test-tubes" | "text-cursor-input" | "text-cursor" | "text-quote" | "text-search" | "text-select" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "toggle-left" | "toggle-right" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "triangle-right" | "triangle" | "trophy" | "truck" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv" | "twitch" | "twitter" | "type-outline" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-round-cog" | "user-round-minus" | "user-round-pen" | "user-round-plus" | "user-round-search" | "user-round-x" | "user-round" | "user-search" | "user-x" | "user" | "users-round" | "users" | "utensils-crossed" | "utensils" | "utility-pole" | "variable" | "vault" | "vegan" | "venetian-mask" | "vibrate-off" | "vibrate" | "video-off" | "videotape" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet" | "wallpaper" | "wand-sparkles" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-zero" | "wifi" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrap-text" | "wrench" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out")[];
6
6
  export type IconName = (typeof iconNames)[number];
@@ -1,6 +1,6 @@
1
1
  import { ButtonVariant, ButtonSize, ButtonContext } from '../../types';
2
- import * as React from 'react';
3
- type Attributes = Pick<React.ButtonHTMLAttributes<HTMLButtonElement>, 'disabled' | 'onClick' | 'type' | 'role' | 'onMouseEnter' | 'onMouseLeave' | 'onMouseDown' | 'onMouseUp'>;
2
+ import * as React from "react";
3
+ type Attributes = Pick<React.ButtonHTMLAttributes<HTMLButtonElement>, "disabled" | "onClick" | "type" | "role" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp">;
4
4
  export interface IconButtonProps extends Attributes {
5
5
  icon: React.ReactNode;
6
6
  variant?: ButtonVariant;
@@ -8,7 +8,7 @@ export interface IconButtonProps extends Attributes {
8
8
  context?: ButtonContext;
9
9
  className?: string;
10
10
  asChild?: boolean;
11
- 'aria-label': string;
11
+ "aria-label": string;
12
12
  }
13
13
  declare const IconButton: React.ForwardRefExoticComponent<IconButtonProps & React.RefAttributes<HTMLButtonElement>>;
14
14
  export { IconButton };
@@ -5,4 +5,4 @@ export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement |
5
5
  error?: boolean;
6
6
  className?: string;
7
7
  }
8
- export declare function Input({ value, onChange, placeholder, disabled, icon, multiline, error, className, ...props }: InputProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function Input({ value, onChange, placeholder, disabled, icon, multiline, error, className, ...props }: InputProps): import("react").JSX.Element;
@@ -1,9 +1,9 @@
1
- type Modifier = 'shift' | 'ctrlorcommand' | 'alt' | 'meta' | 'esc';
1
+ type Modifier = "shift" | "ctrlorcommand" | "alt" | "meta" | "esc";
2
2
  export interface KeyProps {
3
3
  value: string;
4
4
  className?: string;
5
5
  }
6
- export declare function Key({ value, className }: KeyProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function Key({ value, className }: KeyProps): import("react").JSX.Element;
7
7
  export interface KeyHintProps extends React.HTMLAttributes<HTMLDivElement> {
8
8
  modifiers: Modifier[];
9
9
  keys: string[];
@@ -12,5 +12,5 @@ export interface KeyHintProps extends React.HTMLAttributes<HTMLDivElement> {
12
12
  dismissable?: boolean;
13
13
  onDismiss?: () => void;
14
14
  }
15
- export declare function KeyHint({ modifiers, keys, actionText, className, dismissable, onDismiss, titleText, ...props }: KeyHintProps): import("react/jsx-runtime").JSX.Element;
15
+ export declare function KeyHint({ modifiers, keys, actionText, className, dismissable, onDismiss, titleText, ...props }: KeyHintProps): import("react").JSX.Element;
16
16
  export {};
@@ -4,4 +4,4 @@ export interface LanguageIndicatorProps {
4
4
  className?: string;
5
5
  indicatorOnly?: boolean;
6
6
  }
7
- export declare function LanguageIndicator({ language, className, indicatorOnly, }: LanguageIndicatorProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function LanguageIndicator({ language, className, indicatorOnly, }: LanguageIndicatorProps): import("react").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import { default as React, ReactNode } from 'react';
2
2
  import { IconName } from '../Icon/names';
3
3
  import { TextVariant } from '../Text';
4
- type LinkVariant = 'primary' | 'secondary';
4
+ type LinkVariant = "primary" | "secondary";
5
5
  export interface LinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
6
6
  children: ReactNode;
7
7
  variant?: LinkVariant;
@@ -1,7 +1,7 @@
1
- type Size = 'sm' | 'md' | 'lg' | 'xl';
1
+ type Size = "sm" | "md" | "lg" | "xl";
2
2
  export declare const AnimatedLogo: ({ className, size, variant, onMouseEnter, onMouseLeave, ...rest }: {
3
3
  className?: string;
4
4
  size?: Size;
5
5
  variant?: "icon" | "icon-with-wordmark";
6
- } & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
6
+ } & React.HTMLAttributes<HTMLDivElement>) => import("react").JSX.Element;
7
7
  export {};
@@ -1,7 +1,7 @@
1
- type LogoVariant = 'wordmark' | 'icon';
1
+ type LogoVariant = "wordmark" | "icon";
2
2
  export interface LogoProps extends React.SVGProps<SVGSVGElement> {
3
3
  variant: LogoVariant;
4
4
  muted?: boolean;
5
5
  }
6
- export declare function Logo({ variant, className, ...props }: LogoProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function Logo({ variant, className, ...props }: LogoProps): import("react").JSX.Element;
7
7
  export {};
@@ -1,6 +1,6 @@
1
1
  interface SvgProps extends React.SVGProps<SVGSVGElement> {
2
2
  muted?: boolean;
3
3
  }
4
- export declare function Wordmark({ className, muted, ...props }: SvgProps): import("react/jsx-runtime").JSX.Element;
5
- export declare function Logo({ className, muted, ...props }: SvgProps): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Wordmark({ className, muted, ...props }: SvgProps): import("react").JSX.Element;
5
+ export declare function Logo({ className, muted, ...props }: SvgProps): import("react").JSX.Element;
6
6
  export {};
@@ -2,7 +2,7 @@ import { Screen } from '../../context/ModalContext';
2
2
  export interface ModalProps {
3
3
  closable?: boolean;
4
4
  className?: string;
5
- layout: 'default' | 'custom';
5
+ layout: "default" | "custom";
6
6
  onClose?: (currentScreen: Screen) => void;
7
7
  }
8
- export declare const Modal: ({ closable, className, layout, onClose, }: ModalProps) => import("react/jsx-runtime").JSX.Element | null;
8
+ export declare const Modal: ({ closable, className, layout, onClose, }: ModalProps) => import("react").JSX.Element | null;
@@ -6,7 +6,7 @@ export interface PageHeaderProps extends PropsWithChildren {
6
6
  interface ContextBarProps extends PropsWithChildren {
7
7
  className?: string;
8
8
  }
9
- interface ParentLinkProps extends PropsWithChildren<Pick<LinkProps, 'href' | 'onClick'>> {
9
+ interface ParentLinkProps extends PropsWithChildren<Pick<LinkProps, "href" | "onClick">> {
10
10
  className?: string;
11
11
  }
12
12
  interface TitleBarProps extends PropsWithChildren {
@@ -1,8 +1,8 @@
1
- import * as React from 'react';
2
- import * as PopoverPrimitive from '@radix-ui/react-popover';
1
+ import * as React from "react";
2
+ import * as PopoverPrimitive from "@radix-ui/react-popover";
3
3
  declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
4
4
  declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
5
  declare const PopoverAnchor: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React.RefAttributes<HTMLDivElement>>;
6
6
  declare const PopoverPortal: React.FC<PopoverPrimitive.PopoverPortalProps>;
7
7
  declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
- export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor, PopoverPortal };
8
+ export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor, PopoverPortal, };
@@ -38,7 +38,7 @@ export interface PromptInputProps {
38
38
  /**
39
39
  * The ref to the file input.
40
40
  */
41
- fileInputRef?: React.RefObject<HTMLInputElement>;
41
+ fileInputRef?: React.RefObject<HTMLInputElement | null>;
42
42
  /**
43
43
  * The file types that are accepted by the file input.
44
44
  */
@@ -52,4 +52,4 @@ export interface PromptInputProps {
52
52
  */
53
53
  maxAttachments?: number;
54
54
  }
55
- export declare function PromptInput({ placeholder, onSubmit, suggestions, prompt, onChange, onFileUpload, attachments, maxHeight, isSubmitting, submittingIcon, fileInputRef, acceptedFileTypes, isDisabled, maxAttachments, }: PromptInputProps): import("react/jsx-runtime").JSX.Element;
55
+ export declare function PromptInput({ placeholder, onSubmit, suggestions, prompt, onChange, onFileUpload, attachments, maxHeight, isSubmitting, submittingIcon, fileInputRef, acceptedFileTypes, isDisabled, maxAttachments, }: PromptInputProps): import("react").JSX.Element;
@@ -1,10 +1,10 @@
1
- type Status = 'open' | 'closed' | 'merged';
1
+ type Status = "open" | "closed" | "merged";
2
2
  export interface PullRequestLinkProps {
3
3
  href: string;
4
4
  prNumber?: number;
5
5
  status?: Status;
6
- target?: '_blank' | '_self' | '_parent' | '_top';
6
+ target?: "_blank" | "_self" | "_parent" | "_top";
7
7
  className?: string;
8
8
  }
9
- export declare function PullRequestLink({ href, prNumber, status, target, className, }: PullRequestLinkProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function PullRequestLink({ href, prNumber, status, target, className, }: PullRequestLinkProps): import("react").JSX.Element;
10
10
  export {};