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
+ * File Text icon component for documents and text content.
6
+ *
7
+ * A document page with horizontal text lines, commonly used for
8
+ * documentation, notes, write-ups, and scribe-style personas.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <FileTextIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <FileTextIcon size="md" color="secondary" />
17
+ *
18
+ * // In a documentation entry
19
+ * <Button icon={<FileTextIcon />}>Open Document</Button>
20
+ * ```
21
+ */
22
+ declare const FileTextIcon: 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 { FileTextIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Filter icon component for filtering and sorting actions.
6
+ *
7
+ * A standard filter icon commonly used for filtering content,
8
+ * applying search filters, and data sorting in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <FilterIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <FilterIcon size="md" color="primary" />
17
+ *
18
+ * // In a filter button
19
+ * <Button icon={<FilterIcon />}>Filter</Button>
20
+ * ```
21
+ */
22
+ declare const FilterIcon: 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 { FilterIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Folder Cog icon component for project-scoped settings.
6
+ *
7
+ * A folder with a small gear overlay, commonly used to distinguish
8
+ * project-level settings from general application settings.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <FolderCogIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <FolderCogIcon size="md" color="secondary" />
17
+ *
18
+ * // In a settings sidebar entry
19
+ * <Button icon={<FolderCogIcon />}>Project Settings</Button>
20
+ * ```
21
+ */
22
+ declare const FolderCogIcon: 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 { FolderCogIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Folder icon component for directory and organization actions.
6
+ *
7
+ * A standard folder icon commonly used for file organization,
8
+ * directory navigation, and grouping content in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <FolderIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <FolderIcon size="lg" color="primary" />
17
+ *
18
+ * // In a folder browser
19
+ * <Button icon={<FolderIcon />}>Open Folder</Button>
20
+ * ```
21
+ */
22
+ declare const FolderIcon: 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 { FolderIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Folder Open icon component for opened directory states.
6
+ *
7
+ * An open folder with an angled front flap, commonly paired with the closed
8
+ * `FolderIcon` for project switchers, file explorer reveals, and breadcrumbs.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <FolderOpenIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <FolderOpenIcon size="lg" color="primary" />
17
+ *
18
+ * // In a switch project action
19
+ * <Button icon={<FolderOpenIcon />}>Switch Project</Button>
20
+ * ```
21
+ */
22
+ declare const FolderOpenIcon: 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 { FolderOpenIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Fullscreen icon component for expanding to fullscreen mode.
6
+ *
7
+ * A standard fullscreen icon commonly used for maximizing content,
8
+ * entering fullscreen mode, and expanding views in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <FullscreenIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <FullscreenIcon size="md" color="primary" />
17
+ *
18
+ * // In a fullscreen button
19
+ * <Button icon={<FullscreenIcon />}>Fullscreen</Button>
20
+ * ```
21
+ */
22
+ declare const FullscreenIcon: 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 { FullscreenIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Git Branch icon component for version-control branch contexts.
6
+ *
7
+ * A trunk line with a fork to a side node, commonly used for branch
8
+ * indicators in status bars, branch pickers, and VCS-related actions.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <GitBranchIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <GitBranchIcon size="sm" color="muted" />
17
+ *
18
+ * // In a status bar
19
+ * <Button icon={<GitBranchIcon />}>main</Button>
20
+ * ```
21
+ */
22
+ declare const GitBranchIcon: 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 { GitBranchIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Grid icon component for grid view and layout actions.
6
+ *
7
+ * A standard grid icon commonly used for switching to grid view,
8
+ * layout options, and organizing content in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <GridIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <GridIcon size="md" color="primary" />
17
+ *
18
+ * // In a view toggle
19
+ * <Button icon={<GridIcon />}>Grid View</Button>
20
+ * ```
21
+ */
22
+ declare const GridIcon: 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 { GridIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Heart icon component for favorites and like actions.
6
+ *
7
+ * A standard heart icon commonly used for favoriting content,
8
+ * like actions, and expressing preference in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <HeartIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <HeartIcon size="md" color="error" />
17
+ *
18
+ * // In a favorite button
19
+ * <Button icon={<HeartIcon />}>Favorite</Button>
20
+ * ```
21
+ */
22
+ declare const HeartIcon: 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 { HeartIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Help icon component for help and support actions.
6
+ *
7
+ * A standard question mark icon commonly used for help documentation,
8
+ * support links, and information assistance in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <HelpIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <HelpIcon size="sm" color="muted" />
17
+ *
18
+ * // In a help context
19
+ * <Button icon={<HelpIcon />}>Help</Button>
20
+ * ```
21
+ */
22
+ declare const HelpIcon: 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 { HelpIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Home icon component for home and main navigation.
6
+ *
7
+ * A standard house icon commonly used for home navigation,
8
+ * main page links, and dashboard access in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <HomeIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <HomeIcon size="md" color="primary" />
17
+ *
18
+ * // In a home button
19
+ * <Button icon={<HomeIcon />}>Home</Button>
20
+ * ```
21
+ */
22
+ declare const HomeIcon: 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 { HomeIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Info icon component for information display.
6
+ *
7
+ * A standard information circle icon commonly used for showing information,
8
+ * details, and contextual help in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <InfoIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <InfoIcon size="lg" color="accent" />
17
+ *
18
+ * // In an info context
19
+ * <Button icon={<InfoIcon />}>Info</Button>
20
+ * ```
21
+ */
22
+ declare const InfoIcon: 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 { InfoIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Link icon component for linking and connection actions.
6
+ *
7
+ * A standard link icon commonly used for creating links,
8
+ * connecting content, and URL-related features in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <LinkIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <LinkIcon size="md" color="primary" />
17
+ *
18
+ * // In a link button
19
+ * <Button icon={<LinkIcon />}>Add Link</Button>
20
+ * ```
21
+ */
22
+ declare const LinkIcon: 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 { LinkIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * List icon component for list view layouts.
6
+ *
7
+ * A standard list lines icon commonly used for switching to list view,
8
+ * linear data display, and structured content in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <ListIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <ListIcon size="md" color="primary" />
17
+ *
18
+ * // In a view toggle
19
+ * <Button icon={<ListIcon />}>List View</Button>
20
+ * ```
21
+ */
22
+ declare const ListIcon: 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 { ListIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Lock icon component for security and locked states.
6
+ *
7
+ * A standard padlock icon commonly used for indicating locked content,
8
+ * security features, and protected operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <LockIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <LockIcon size="sm" color="warning" />
17
+ *
18
+ * // In a security context
19
+ * <Button icon={<LockIcon />}>Lock</Button>
20
+ * ```
21
+ */
22
+ declare const LockIcon: 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 { LockIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Maximize icon component for maximize actions.
6
+ *
7
+ * A standard expand square icon commonly used for maximizing windows,
8
+ * expanding panels, and enlarging content areas in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <MaximizeIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <MaximizeIcon size="sm" color="secondary" />
17
+ *
18
+ * // In a window control context
19
+ * <Button icon={<MaximizeIcon />}>Maximize</Button>
20
+ * ```
21
+ */
22
+ declare const MaximizeIcon: 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 { MaximizeIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Menu icon component for menu/hamburger navigation.
6
+ *
7
+ * A standard three-line hamburger icon commonly used for opening menus,
8
+ * navigation drawers, and mobile menu toggles in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <MenuIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <MenuIcon size="md" color="secondary" />
17
+ *
18
+ * // In a navigation context
19
+ * <Button icon={<MenuIcon />}>Menu</Button>
20
+ * ```
21
+ */
22
+ declare const MenuIcon: 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 { MenuIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Minimize icon component for minimize actions.
6
+ *
7
+ * A standard compress square icon commonly used for minimizing windows,
8
+ * collapsing panels, and reducing content areas in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <MinimizeIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <MinimizeIcon size="md" color="muted" />
17
+ *
18
+ * // In a window control context
19
+ * <Button icon={<MinimizeIcon />}>Minimize</Button>
20
+ * ```
21
+ */
22
+ declare const MinimizeIcon: 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 { MinimizeIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Minus icon component for remove/decrement actions.
6
+ *
7
+ * A single horizontal stroke commonly used to remove items, decrement
8
+ * counters, and zoom out. Pairs with `AddIcon` for [+/-] controls.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <MinusIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <MinusIcon size="sm" color="muted" />
17
+ *
18
+ * // In a counter control
19
+ * <IconButton icon={<MinusIcon />} label="Decrease" />
20
+ * ```
21
+ */
22
+ declare const MinusIcon: 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 { MinusIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Paste icon component for paste actions.
6
+ *
7
+ * A standard clipboard icon commonly used for pasting content,
8
+ * inserting items, and clipboard operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <PasteIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <PasteIcon size="lg" color="primary" />
17
+ *
18
+ * // In a paste button
19
+ * <Button icon={<PasteIcon />}>Paste</Button>
20
+ * ```
21
+ */
22
+ declare const PasteIcon: 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 { PasteIcon };