entangle-ui 0.8.0 → 0.8.2

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 (139) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/esm/components/Icons/ArchiveIcon.js +30 -0
  3. package/dist/esm/components/Icons/ArchiveIcon.js.map +1 -0
  4. package/dist/esm/components/Icons/BugIcon.js +30 -0
  5. package/dist/esm/components/Icons/BugIcon.js.map +1 -0
  6. package/dist/esm/components/Icons/BuildingIcon.js +30 -0
  7. package/dist/esm/components/Icons/BuildingIcon.js.map +1 -0
  8. package/dist/esm/components/Icons/ChevronLeftIcon.js +30 -0
  9. package/dist/esm/components/Icons/ChevronLeftIcon.js.map +1 -0
  10. package/dist/esm/components/Icons/ChevronRightIcon.js +30 -0
  11. package/dist/esm/components/Icons/ChevronRightIcon.js.map +1 -0
  12. package/dist/esm/components/Icons/DotsHorizontalIcon.js +30 -0
  13. package/dist/esm/components/Icons/DotsHorizontalIcon.js.map +1 -0
  14. package/dist/esm/components/Icons/DotsVerticalIcon.js +30 -0
  15. package/dist/esm/components/Icons/DotsVerticalIcon.js.map +1 -0
  16. package/dist/esm/components/Icons/FileTextIcon.js +30 -0
  17. package/dist/esm/components/Icons/FileTextIcon.js.map +1 -0
  18. package/dist/esm/components/Icons/FolderCogIcon.js +30 -0
  19. package/dist/esm/components/Icons/FolderCogIcon.js.map +1 -0
  20. package/dist/esm/components/Icons/FolderOpenIcon.js +30 -0
  21. package/dist/esm/components/Icons/FolderOpenIcon.js.map +1 -0
  22. package/dist/esm/components/Icons/GitBranchIcon.js +30 -0
  23. package/dist/esm/components/Icons/GitBranchIcon.js.map +1 -0
  24. package/dist/esm/components/Icons/MinusIcon.js +30 -0
  25. package/dist/esm/components/Icons/MinusIcon.js.map +1 -0
  26. package/dist/esm/components/Icons/PauseIcon.js +30 -0
  27. package/dist/esm/components/Icons/PauseIcon.js.map +1 -0
  28. package/dist/esm/components/Icons/PinIcon.js +31 -0
  29. package/dist/esm/components/Icons/PinIcon.js.map +1 -0
  30. package/dist/esm/components/Icons/SendIcon.js +30 -0
  31. package/dist/esm/components/Icons/SendIcon.js.map +1 -0
  32. package/dist/esm/components/Icons/StopIcon.js +30 -0
  33. package/dist/esm/components/Icons/StopIcon.js.map +1 -0
  34. package/dist/esm/components/Icons/TerminalIcon.js +30 -0
  35. package/dist/esm/components/Icons/TerminalIcon.js.map +1 -0
  36. package/dist/esm/components/Icons/UsersIcon.js +31 -0
  37. package/dist/esm/components/Icons/UsersIcon.js.map +1 -0
  38. package/dist/esm/components/navigation/Breadcrumbs/Breadcrumbs.js +18 -0
  39. package/dist/esm/components/navigation/Breadcrumbs/Breadcrumbs.js.map +1 -1
  40. package/dist/esm/context/KeyboardContext.js +35 -11
  41. package/dist/esm/context/KeyboardContext.js.map +1 -1
  42. package/dist/esm/hooks/useTheme/useTheme.js +1 -0
  43. package/dist/esm/hooks/useTheme/useTheme.js.map +1 -1
  44. package/dist/esm/index.js +83 -2
  45. package/dist/esm/index.js.map +1 -1
  46. package/dist/esm/theme/ThemeProvider.js +3 -2
  47. package/dist/esm/theme/ThemeProvider.js.map +1 -1
  48. package/dist/tokens/tokens.dark.css +1 -1
  49. package/dist/tokens/tokens.json +1 -1
  50. package/dist/tokens/tokens.light.css +1 -1
  51. package/dist/types/components/Icons/AddIcon.d.ts +33 -0
  52. package/dist/types/components/Icons/AiChatIcon.d.ts +34 -0
  53. package/dist/types/components/Icons/AiSparklesIcon.d.ts +34 -0
  54. package/dist/types/components/Icons/ArchiveIcon.d.ts +33 -0
  55. package/dist/types/components/Icons/ArrowDownIcon.d.ts +33 -0
  56. package/dist/types/components/Icons/ArrowLeftIcon.d.ts +33 -0
  57. package/dist/types/components/Icons/ArrowRightIcon.d.ts +33 -0
  58. package/dist/types/components/Icons/ArrowUpIcon.d.ts +33 -0
  59. package/dist/types/components/Icons/BookmarkIcon.d.ts +33 -0
  60. package/dist/types/components/Icons/BugIcon.d.ts +33 -0
  61. package/dist/types/components/Icons/BuildingIcon.d.ts +33 -0
  62. package/dist/types/components/Icons/CalendarIcon.d.ts +33 -0
  63. package/dist/types/components/Icons/CheckIcon.d.ts +33 -0
  64. package/dist/types/components/Icons/ChevronDownIcon.d.ts +33 -0
  65. package/dist/types/components/Icons/ChevronLeftIcon.d.ts +33 -0
  66. package/dist/types/components/Icons/ChevronRightIcon.d.ts +33 -0
  67. package/dist/types/components/Icons/ChevronUpIcon.d.ts +33 -0
  68. package/dist/types/components/Icons/CircleIcon.d.ts +33 -0
  69. package/dist/types/components/Icons/ClockIcon.d.ts +33 -0
  70. package/dist/types/components/Icons/CloseIcon.d.ts +33 -0
  71. package/dist/types/components/Icons/CodeIcon.d.ts +33 -0
  72. package/dist/types/components/Icons/CopyIcon.d.ts +33 -0
  73. package/dist/types/components/Icons/CutIcon.d.ts +33 -0
  74. package/dist/types/components/Icons/DotsHorizontalIcon.d.ts +33 -0
  75. package/dist/types/components/Icons/DotsVerticalIcon.d.ts +33 -0
  76. package/dist/types/components/Icons/DownloadIcon.d.ts +33 -0
  77. package/dist/types/components/Icons/EditIcon.d.ts +33 -0
  78. package/dist/types/components/Icons/ErrorIcon.d.ts +33 -0
  79. package/dist/types/components/Icons/EyeDropperIcon.d.ts +34 -0
  80. package/dist/types/components/Icons/EyeIcon.d.ts +33 -0
  81. package/dist/types/components/Icons/FileTextIcon.d.ts +33 -0
  82. package/dist/types/components/Icons/FilterIcon.d.ts +33 -0
  83. package/dist/types/components/Icons/FolderCogIcon.d.ts +33 -0
  84. package/dist/types/components/Icons/FolderIcon.d.ts +33 -0
  85. package/dist/types/components/Icons/FolderOpenIcon.d.ts +33 -0
  86. package/dist/types/components/Icons/FullscreenIcon.d.ts +33 -0
  87. package/dist/types/components/Icons/GitBranchIcon.d.ts +33 -0
  88. package/dist/types/components/Icons/GridIcon.d.ts +33 -0
  89. package/dist/types/components/Icons/HeartIcon.d.ts +33 -0
  90. package/dist/types/components/Icons/HelpIcon.d.ts +33 -0
  91. package/dist/types/components/Icons/HomeIcon.d.ts +33 -0
  92. package/dist/types/components/Icons/InfoIcon.d.ts +33 -0
  93. package/dist/types/components/Icons/LinkIcon.d.ts +33 -0
  94. package/dist/types/components/Icons/ListIcon.d.ts +33 -0
  95. package/dist/types/components/Icons/LockIcon.d.ts +33 -0
  96. package/dist/types/components/Icons/MaximizeIcon.d.ts +33 -0
  97. package/dist/types/components/Icons/MenuIcon.d.ts +33 -0
  98. package/dist/types/components/Icons/MinimizeIcon.d.ts +33 -0
  99. package/dist/types/components/Icons/MinusIcon.d.ts +33 -0
  100. package/dist/types/components/Icons/PasteIcon.d.ts +33 -0
  101. package/dist/types/components/Icons/PauseIcon.d.ts +33 -0
  102. package/dist/types/components/Icons/PinIcon.d.ts +34 -0
  103. package/dist/types/components/Icons/PlayIcon.d.ts +33 -0
  104. package/dist/types/components/Icons/RedoIcon.d.ts +33 -0
  105. package/dist/types/components/Icons/RefreshIcon.d.ts +33 -0
  106. package/dist/types/components/Icons/RobotIcon.d.ts +33 -0
  107. package/dist/types/components/Icons/SaveIcon.d.ts +33 -0
  108. package/dist/types/components/Icons/SearchIcon.d.ts +33 -0
  109. package/dist/types/components/Icons/SendIcon.d.ts +33 -0
  110. package/dist/types/components/Icons/SettingsIcon.d.ts +33 -0
  111. package/dist/types/components/Icons/SortIcon.d.ts +33 -0
  112. package/dist/types/components/Icons/StarIcon.d.ts +33 -0
  113. package/dist/types/components/Icons/StopIcon.d.ts +33 -0
  114. package/dist/types/components/Icons/SuccessIcon.d.ts +33 -0
  115. package/dist/types/components/Icons/TagIcon.d.ts +33 -0
  116. package/dist/types/components/Icons/TangentAlignedIcon.d.ts +15 -0
  117. package/dist/types/components/Icons/TangentAutoIcon.d.ts +15 -0
  118. package/dist/types/components/Icons/TangentFreeIcon.d.ts +15 -0
  119. package/dist/types/components/Icons/TangentLinearIcon.d.ts +15 -0
  120. package/dist/types/components/Icons/TangentMirroredIcon.d.ts +15 -0
  121. package/dist/types/components/Icons/TangentStepIcon.d.ts +15 -0
  122. package/dist/types/components/Icons/TerminalIcon.d.ts +33 -0
  123. package/dist/types/components/Icons/TrashIcon.d.ts +33 -0
  124. package/dist/types/components/Icons/UndoIcon.d.ts +33 -0
  125. package/dist/types/components/Icons/UnlockIcon.d.ts +33 -0
  126. package/dist/types/components/Icons/UploadIcon.d.ts +33 -0
  127. package/dist/types/components/Icons/UserIcon.d.ts +33 -0
  128. package/dist/types/components/Icons/UsersIcon.d.ts +34 -0
  129. package/dist/types/components/Icons/WarningIcon.d.ts +33 -0
  130. package/dist/types/components/Icons/ZoomInIcon.d.ts +33 -0
  131. package/dist/types/components/Icons/ZoomOutIcon.d.ts +33 -0
  132. package/dist/types/components/editor/ChatPanel/ChatAttachment.d.ts +1 -1
  133. package/dist/types/components/editor/ChatPanel/ChatInput.d.ts +1 -1
  134. package/dist/types/components/feedback/EmptyState/EmptyState.d.ts +1 -1
  135. package/dist/types/components/layout/PageHeader/PageHeader.d.ts +1 -1
  136. package/dist/types/components/primitives/Radio/Radio.d.ts +1 -1
  137. package/dist/types/context/KeyboardContext.d.ts +20 -0
  138. package/dist/types/index.d.ts +82 -0
  139. package/package.json +1 -1
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Pause icon component for pausing playback and processes.
6
+ *
7
+ * Two parallel vertical bars commonly used to pause animations, video,
8
+ * preview playback, and long-running operations. Pairs with `PlayIcon`.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <PauseIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <PauseIcon size="lg" color="primary" />
17
+ *
18
+ * // In a transport bar
19
+ * <IconButton icon={<PauseIcon />} label="Pause" />
20
+ * ```
21
+ */
22
+ declare const PauseIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { PauseIcon };
@@ -0,0 +1,34 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Pin icon component for pinning items to keep them visible.
6
+ *
7
+ * A push-pin silhouette commonly used to pin tabs, conversations,
8
+ * or list items so they stay in view. A filled visual variant could
9
+ * indicate the pinned state.
10
+ *
11
+ * @example
12
+ * ```tsx
13
+ * // Basic usage
14
+ * <PinIcon />
15
+ *
16
+ * // With custom size and color
17
+ * <PinIcon size="sm" color="accent" />
18
+ *
19
+ * // In a pin/unpin toggle
20
+ * <IconButton icon={<PinIcon />} label="Pin item" />
21
+ * ```
22
+ */
23
+ declare const PinIcon: React.NamedExoticComponent<Omit<{
24
+ children: React.ReactNode;
25
+ size?: IconSize | undefined;
26
+ color?: IconColor | undefined;
27
+ className?: string | undefined;
28
+ title?: string | undefined;
29
+ decorative?: boolean | undefined;
30
+ testId?: string | undefined;
31
+ ref?: React.Ref<SVGSVGElement> | undefined;
32
+ }, "children">>;
33
+
34
+ export { PinIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Play icon component for play/start actions.
6
+ *
7
+ * A standard play triangle icon commonly used for starting playback,
8
+ * running processes, and begin operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <PlayIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <PlayIcon size="lg" color="success" />
17
+ *
18
+ * // In a play button
19
+ * <Button icon={<PlayIcon />}>Play</Button>
20
+ * ```
21
+ */
22
+ declare const PlayIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { PlayIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Redo icon component for redo actions.
6
+ *
7
+ * A standard curved arrow icon commonly used for redoing operations,
8
+ * reapplying changes, and history navigation in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <RedoIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <RedoIcon size="md" color="secondary" />
17
+ *
18
+ * // In a redo button
19
+ * <Button icon={<RedoIcon />}>Redo</Button>
20
+ * ```
21
+ */
22
+ declare const RedoIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { RedoIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Refresh icon component for refresh/reload actions.
6
+ *
7
+ * A standard circular arrow icon commonly used for refreshing content,
8
+ * reloading data, and update operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <RefreshIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <RefreshIcon size="lg" color="accent" />
17
+ *
18
+ * // In a refresh button
19
+ * <Button icon={<RefreshIcon />}>Refresh</Button>
20
+ * ```
21
+ */
22
+ declare const RefreshIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { RefreshIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Robot icon component representing AI or automation.
6
+ *
7
+ * A robot head icon commonly used for AI assistant features,
8
+ * chatbots, and automation actions in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <RobotIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <RobotIcon size="lg" color="primary" />
17
+ *
18
+ * // In an AI chat button
19
+ * <Button icon={<RobotIcon />}>AI Assistant</Button>
20
+ * ```
21
+ */
22
+ declare const RobotIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { RobotIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Save icon component for save actions.
6
+ *
7
+ * A standard floppy disk icon commonly used for saving files,
8
+ * persisting data, and storage operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <SaveIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <SaveIcon size="lg" color="success" />
17
+ *
18
+ * // In a save button
19
+ * <Button icon={<SaveIcon />}>Save</Button>
20
+ * ```
21
+ */
22
+ declare const SaveIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { SaveIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Search icon component for search functionality.
6
+ *
7
+ * A standard magnifying glass icon commonly used for search inputs,
8
+ * find operations, and lookup features in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <SearchIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <SearchIcon size="md" color="primary" />
17
+ *
18
+ * // In a search input
19
+ * <Input startIcon={<SearchIcon />} placeholder="Search..." />
20
+ * ```
21
+ */
22
+ declare const SearchIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { SearchIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Send icon component for submitting messages and forms.
6
+ *
7
+ * A paper plane silhouette commonly used as the trigger for
8
+ * sending chat messages, dispatching commands, and form submissions.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <SendIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <SendIcon size="md" color="accent" />
17
+ *
18
+ * // In a chat input
19
+ * <IconButton icon={<SendIcon />} label="Send message" />
20
+ * ```
21
+ */
22
+ declare const SendIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { SendIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Settings icon component for configuration and preferences.
6
+ *
7
+ * A standard gear/cog icon commonly used for settings panels,
8
+ * configuration dialogs, and preference screens in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <SettingsIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <SettingsIcon size="lg" color="primary" />
17
+ *
18
+ * // In a settings button
19
+ * <Button icon={<SettingsIcon />}>Settings</Button>
20
+ * ```
21
+ */
22
+ declare const SettingsIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { SettingsIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Sort icon component for sorting actions.
6
+ *
7
+ * A standard up/down arrows icon commonly used for sorting content,
8
+ * data ordering, and list arrangement in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <SortIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <SortIcon size="sm" color="muted" />
17
+ *
18
+ * // In a sort context
19
+ * <Button icon={<SortIcon />}>Sort</Button>
20
+ * ```
21
+ */
22
+ declare const SortIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { SortIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Star icon component for favorites and ratings.
6
+ *
7
+ * A standard star icon commonly used for favorites, bookmarks,
8
+ * ratings, and highlighting important content in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <StarIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <StarIcon size="lg" color="warning" />
17
+ *
18
+ * // In a favorites context
19
+ * <Button icon={<StarIcon />}>Favorite</Button>
20
+ * ```
21
+ */
22
+ declare const StarIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { StarIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Stop icon component for halting playback and streams.
6
+ *
7
+ * A solid square commonly used to stop transport playback, abort
8
+ * generations, and cancel long-running streaming operations.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <StopIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <StopIcon size="md" color="error" />
17
+ *
18
+ * // In a stop streaming button
19
+ * <IconButton icon={<StopIcon />} label="Stop" />
20
+ * ```
21
+ */
22
+ declare const StopIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { StopIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Success icon component for success states.
6
+ *
7
+ * A standard checkmark circle icon commonly used for success messages,
8
+ * completed operations, and positive confirmations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <SuccessIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <SuccessIcon size="lg" color="success" />
17
+ *
18
+ * // In a success context
19
+ * <Button icon={<SuccessIcon />}>Success</Button>
20
+ * ```
21
+ */
22
+ declare const SuccessIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { SuccessIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Tag icon component for tagging and labeling.
6
+ *
7
+ * A standard tag icon commonly used for labeling content,
8
+ * categorization, and metadata organization in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <TagIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <TagIcon size="lg" color="primary" />
17
+ *
18
+ * // In a tagging context
19
+ * <Button icon={<TagIcon />}>Add Tag</Button>
20
+ * ```
21
+ */
22
+ declare const TagIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { TagIcon };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ declare const TangentAlignedIcon: React.NamedExoticComponent<Omit<{
5
+ children: React.ReactNode;
6
+ size?: IconSize | undefined;
7
+ color?: IconColor | undefined;
8
+ className?: string | undefined;
9
+ title?: string | undefined;
10
+ decorative?: boolean | undefined;
11
+ testId?: string | undefined;
12
+ ref?: React.Ref<SVGSVGElement> | undefined;
13
+ }, "children">>;
14
+
15
+ export { TangentAlignedIcon };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ declare const TangentAutoIcon: React.NamedExoticComponent<Omit<{
5
+ children: React.ReactNode;
6
+ size?: IconSize | undefined;
7
+ color?: IconColor | undefined;
8
+ className?: string | undefined;
9
+ title?: string | undefined;
10
+ decorative?: boolean | undefined;
11
+ testId?: string | undefined;
12
+ ref?: React.Ref<SVGSVGElement> | undefined;
13
+ }, "children">>;
14
+
15
+ export { TangentAutoIcon };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ declare const TangentFreeIcon: React.NamedExoticComponent<Omit<{
5
+ children: React.ReactNode;
6
+ size?: IconSize | undefined;
7
+ color?: IconColor | undefined;
8
+ className?: string | undefined;
9
+ title?: string | undefined;
10
+ decorative?: boolean | undefined;
11
+ testId?: string | undefined;
12
+ ref?: React.Ref<SVGSVGElement> | undefined;
13
+ }, "children">>;
14
+
15
+ export { TangentFreeIcon };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ declare const TangentLinearIcon: React.NamedExoticComponent<Omit<{
5
+ children: React.ReactNode;
6
+ size?: IconSize | undefined;
7
+ color?: IconColor | undefined;
8
+ className?: string | undefined;
9
+ title?: string | undefined;
10
+ decorative?: boolean | undefined;
11
+ testId?: string | undefined;
12
+ ref?: React.Ref<SVGSVGElement> | undefined;
13
+ }, "children">>;
14
+
15
+ export { TangentLinearIcon };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ declare const TangentMirroredIcon: React.NamedExoticComponent<Omit<{
5
+ children: React.ReactNode;
6
+ size?: IconSize | undefined;
7
+ color?: IconColor | undefined;
8
+ className?: string | undefined;
9
+ title?: string | undefined;
10
+ decorative?: boolean | undefined;
11
+ testId?: string | undefined;
12
+ ref?: React.Ref<SVGSVGElement> | undefined;
13
+ }, "children">>;
14
+
15
+ export { TangentMirroredIcon };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ declare const TangentStepIcon: React.NamedExoticComponent<Omit<{
5
+ children: React.ReactNode;
6
+ size?: IconSize | undefined;
7
+ color?: IconColor | undefined;
8
+ className?: string | undefined;
9
+ title?: string | undefined;
10
+ decorative?: boolean | undefined;
11
+ testId?: string | undefined;
12
+ ref?: React.Ref<SVGSVGElement> | undefined;
13
+ }, "children">>;
14
+
15
+ export { TangentStepIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Terminal icon component for shells, command palettes, and CLI panels.
6
+ *
7
+ * A prompt caret with an underscore line, commonly used for terminal
8
+ * panels, command palette triggers, and shell-related actions.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <TerminalIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <TerminalIcon size="md" color="secondary" />
17
+ *
18
+ * // In a command palette trigger
19
+ * <IconButton icon={<TerminalIcon />} label="Open terminal" />
20
+ * ```
21
+ */
22
+ declare const TerminalIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { TerminalIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Trash icon component for delete actions.
6
+ *
7
+ * A standard trash can icon commonly used for deleting items,
8
+ * removing content, and destructive operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <TrashIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <TrashIcon size="md" color="error" />
17
+ *
18
+ * // In a delete button
19
+ * <Button icon={<TrashIcon />}>Delete</Button>
20
+ * ```
21
+ */
22
+ declare const TrashIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { TrashIcon };