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
+ * Building icon component for organizations and architectural contexts.
6
+ *
7
+ * A multi-story building with windows, commonly used for company entries,
8
+ * workspaces, and architecture-related personas or sections.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <BuildingIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <BuildingIcon size="md" color="secondary" />
17
+ *
18
+ * // In a company picker
19
+ * <Button icon={<BuildingIcon />}>Organization</Button>
20
+ * ```
21
+ */
22
+ declare const BuildingIcon: 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 { BuildingIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Calendar icon component for date and scheduling functionality.
6
+ *
7
+ * A standard calendar icon commonly used for date pickers,
8
+ * scheduling, and time-related features in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <CalendarIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <CalendarIcon size="lg" color="primary" />
17
+ *
18
+ * // In a date picker
19
+ * <Button icon={<CalendarIcon />}>Select Date</Button>
20
+ * ```
21
+ */
22
+ declare const CalendarIcon: 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 { CalendarIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Check icon component for confirmation and selection states.
6
+ *
7
+ * A standard checkmark icon commonly used for checkboxes, confirmation dialogs,
8
+ * completed tasks, and success states in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <CheckIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <CheckIcon size="lg" color="success" />
17
+ *
18
+ * // In a confirmation button
19
+ * <Button icon={<CheckIcon />}>Confirm</Button>
20
+ * ```
21
+ */
22
+ declare const CheckIcon: 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 { CheckIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Chevron Down icon component for dropdown and expansion indicators.
6
+ *
7
+ * A subtle downward chevron commonly used for dropdown menus,
8
+ * accordion expansion, and subtle directional cues in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <ChevronDownIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <ChevronDownIcon size="sm" color="muted" />
17
+ *
18
+ * // In a dropdown
19
+ * <Select icon={<ChevronDownIcon />}>Options</Select>
20
+ * ```
21
+ */
22
+ declare const ChevronDownIcon: 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 { ChevronDownIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Chevron Left icon component for backward navigation and collapse.
6
+ *
7
+ * A subtle leftward chevron commonly used for previous-page navigation,
8
+ * collapsing side panels, and breadcrumb separators.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <ChevronLeftIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <ChevronLeftIcon size="sm" color="muted" />
17
+ *
18
+ * // In a sidebar collapse button
19
+ * <IconButton icon={<ChevronLeftIcon />} label="Collapse sidebar" />
20
+ * ```
21
+ */
22
+ declare const ChevronLeftIcon: 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 { ChevronLeftIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Chevron Right icon component for forward navigation and expand.
6
+ *
7
+ * A subtle rightward chevron commonly used for next-page navigation,
8
+ * expanding side panels, and disclosure indicators.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <ChevronRightIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <ChevronRightIcon size="sm" color="muted" />
17
+ *
18
+ * // In a sidebar expand button
19
+ * <IconButton icon={<ChevronRightIcon />} label="Expand sidebar" />
20
+ * ```
21
+ */
22
+ declare const ChevronRightIcon: 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 { ChevronRightIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Chevron Up icon component for collapse and upward indicators.
6
+ *
7
+ * A subtle upward chevron commonly used for collapsing content,
8
+ * accordion collapse, and subtle directional cues in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <ChevronUpIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <ChevronUpIcon size="sm" color="muted" />
17
+ *
18
+ * // In a collapsible section
19
+ * <Button icon={<ChevronUpIcon />}>Collapse</Button>
20
+ * ```
21
+ */
22
+ declare const ChevronUpIcon: 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 { ChevronUpIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Circle icon component for radio buttons and dot indicators.
6
+ *
7
+ * A standard circle icon commonly used for radio button selections,
8
+ * dot indicators, and circular markers in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <CircleIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <CircleIcon size="lg" color="primary" />
17
+ *
18
+ * // In a radio selection
19
+ * <Button icon={<CircleIcon />}>Option</Button>
20
+ * ```
21
+ */
22
+ declare const CircleIcon: 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 { CircleIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Clock icon component for time and scheduling functionality.
6
+ *
7
+ * A standard clock icon commonly used for time displays,
8
+ * scheduling features, and temporal indicators in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <ClockIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <ClockIcon size="lg" color="primary" />
17
+ *
18
+ * // In a time picker
19
+ * <Button icon={<ClockIcon />}>Set Time</Button>
20
+ * ```
21
+ */
22
+ declare const ClockIcon: 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 { ClockIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Close icon component for dismissing and closing actions.
6
+ *
7
+ * A standard X icon commonly used for closing modals,
8
+ * dismissing notifications, and cancel actions in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <CloseIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <CloseIcon size="sm" color="muted" />
17
+ *
18
+ * // In a close button
19
+ * <IconButton icon={<CloseIcon />} aria-label="Close" />
20
+ * ```
21
+ */
22
+ declare const CloseIcon: 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 { CloseIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Code icon component for code and development actions.
6
+ *
7
+ * A standard code brackets icon commonly used for code editing,
8
+ * development tools, and programming features in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <CodeIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <CodeIcon size="md" color="accent" />
17
+ *
18
+ * // In a code context
19
+ * <Button icon={<CodeIcon />}>View Code</Button>
20
+ * ```
21
+ */
22
+ declare const CodeIcon: 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 { CodeIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Copy icon component for duplication and clipboard actions.
6
+ *
7
+ * A standard copy icon commonly used for copying content,
8
+ * duplicating items, and clipboard operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <CopyIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <CopyIcon size="md" color="primary" />
17
+ *
18
+ * // In a copy button
19
+ * <Button icon={<CopyIcon />}>Copy</Button>
20
+ * ```
21
+ */
22
+ declare const CopyIcon: 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 { CopyIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Cut icon component for cutting and removal actions.
6
+ *
7
+ * A standard scissors icon commonly used for cutting content,
8
+ * removing items, and clipboard cut operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <CutIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <CutIcon size="md" color="primary" />
17
+ *
18
+ * // In a cut button
19
+ * <Button icon={<CutIcon />}>Cut</Button>
20
+ * ```
21
+ */
22
+ declare const CutIcon: 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 { CutIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Dots Horizontal icon component for inline overflow menus.
6
+ *
7
+ * Three dots arranged horizontally, commonly used as a more-actions
8
+ * affordance in toolbars, card headers, and badge ends.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <DotsHorizontalIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <DotsHorizontalIcon size="sm" color="muted" />
17
+ *
18
+ * // As an overflow menu trigger
19
+ * <IconButton icon={<DotsHorizontalIcon />} label="More" />
20
+ * ```
21
+ */
22
+ declare const DotsHorizontalIcon: 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 { DotsHorizontalIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Dots Vertical icon component for contextual action menus.
6
+ *
7
+ * Three dots stacked vertically, typically used as the trigger
8
+ * for item-level action menus on cards, list rows, and table cells.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <DotsVerticalIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <DotsVerticalIcon size="sm" color="muted" />
17
+ *
18
+ * // As a menu trigger
19
+ * <IconButton icon={<DotsVerticalIcon />} label="Actions" />
20
+ * ```
21
+ */
22
+ declare const DotsVerticalIcon: 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 { DotsVerticalIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Download icon component for file download actions.
6
+ *
7
+ * A standard download icon commonly used for downloading files,
8
+ * exporting content, and save-to-device actions in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <DownloadIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <DownloadIcon size="lg" color="success" />
17
+ *
18
+ * // In a download button
19
+ * <Button icon={<DownloadIcon />}>Download</Button>
20
+ * ```
21
+ */
22
+ declare const DownloadIcon: 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 { DownloadIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Edit icon component for editing and modification actions.
6
+ *
7
+ * A standard pencil icon commonly used for editing content,
8
+ * modifying items, and entering edit mode in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <EditIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <EditIcon size="md" color="primary" />
17
+ *
18
+ * // In an edit button
19
+ * <Button icon={<EditIcon />}>Edit</Button>
20
+ * ```
21
+ */
22
+ declare const EditIcon: 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 { EditIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Error icon component for error states.
6
+ *
7
+ * A standard X circle icon commonly used for error messages,
8
+ * failed operations, and critical alerts in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <ErrorIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <ErrorIcon size="sm" color="error" />
17
+ *
18
+ * // In an error context
19
+ * <Button icon={<ErrorIcon />}>Error</Button>
20
+ * ```
21
+ */
22
+ declare const ErrorIcon: 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 { ErrorIcon };
@@ -0,0 +1,34 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * EyeDropper icon component for color sampling actions.
6
+ *
7
+ * A pipette/eyedropper icon commonly used for color picking,
8
+ * sampling colors from the canvas, and color-related tools
9
+ * in editor interfaces.
10
+ *
11
+ * @example
12
+ * ```tsx
13
+ * // Basic usage
14
+ * <EyeDropperIcon />
15
+ *
16
+ * // With custom size and color
17
+ * <EyeDropperIcon size="md" color="primary" />
18
+ *
19
+ * // In a color picker button
20
+ * <Button icon={<EyeDropperIcon />}>Pick Color</Button>
21
+ * ```
22
+ */
23
+ declare const EyeDropperIcon: 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 { EyeDropperIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Eye icon component for visibility and view actions.
6
+ *
7
+ * A standard eye icon commonly used for showing content,
8
+ * toggling visibility, and preview actions in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <EyeIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <EyeIcon size="md" color="primary" />
17
+ *
18
+ * // In a visibility toggle
19
+ * <Button icon={<EyeIcon />}>Show</Button>
20
+ * ```
21
+ */
22
+ declare const EyeIcon: 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 { EyeIcon };