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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # entangle-ui
2
2
 
3
+ ## 0.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#68](https://github.com/SebastianWebdev/entangle-ui/pull/68) [`d79e066`](https://github.com/SebastianWebdev/entangle-ui/commit/d79e0667ce9d0cdb6e00832f86b6b2acdf4a42ec) Thanks [@SebastianWebdev](https://github.com/SebastianWebdev)! - Add 18 new icons: `ArchiveIcon`, `DotsVerticalIcon`, `DotsHorizontalIcon`, `ChevronLeftIcon`, `ChevronRightIcon`, `FolderOpenIcon`, `FolderCogIcon`, `UsersIcon`, `BuildingIcon`, `FileTextIcon`, `PauseIcon`, `StopIcon`, `SendIcon`, `TerminalIcon`, `GitBranchIcon`, `BugIcon`, `MinusIcon`, `PinIcon`. The new icons cover IDE essentials (terminal, git branch, bug), playback transport (pause, stop), chat affordances (send, archive, pin), context menu triggers (dots vertical/horizontal), additional chevron directions, and folder variants (open, cog) plus new persona-style icons (users, building, file text). All icons are documented in the gallery, Storybook, the icons reference page, and the Claude Code skill.
8
+
9
+ ## 0.8.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#66](https://github.com/SebastianWebdev/entangle-ui/pull/66) [`ca1fc51`](https://github.com/SebastianWebdev/entangle-ui/commit/ca1fc51fa0db1aac0a090f940886bab8aba02962) Thanks [@SebastianWebdev](https://github.com/SebastianWebdev)! - Fix runtime crash in `Slider`, `NumberInput`, and `VectorInput` when used without a manual `KeyboardContextProvider` wrapper, and expose the icon set and provider from the package barrel.
14
+ - `useKeyboardContext` now returns a neutral keyboard state (no pressed keys, all modifiers `false`) when no provider is mounted, instead of throwing. This unblocks every minimal setup that renders a `Slider` / `NumberInput` directly under `ThemeProvider`.
15
+ - `ThemeProvider` now auto-mounts `KeyboardContextProvider` so apps get full Shift/Ctrl modifier awareness in `Slider` / `NumberInput` for free.
16
+ - `KeyboardContextProvider`, `useKeyboardContext`, `useEffectsOnKeyboard`, and the `KeyboardContextProviderProps` type are now exported from the package entry for explicit use in apps that don't render a `ThemeProvider`.
17
+ - The 63 built-in icon components (`SaveIcon`, `PlayIcon`, `AddIcon`, …) are now re-exported from the package entry, matching the documentation.
18
+
3
19
  ## 0.8.0
4
20
 
5
21
  ### Minor Changes
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Archive icon component for archiving and storing items.
8
+ *
9
+ * A box with a lid commonly used for archiving content,
10
+ * moving items out of active views, and long-term storage actions.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <ArchiveIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <ArchiveIcon size="md" color="muted" />
19
+ *
20
+ * // In an archive action
21
+ * <Button icon={<ArchiveIcon />}>Archive</Button>
22
+ * ```
23
+ */
24
+ const ArchiveIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "3", y: "4", width: "18", height: "4", rx: "1" }), jsx("path", { d: "M5 8v11a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8" }), jsx("line", { x1: "10", y1: "13", x2: "14", y2: "13" })] }));
26
+ });
27
+ ArchiveIcon.displayName = 'ArchiveIcon';
28
+
29
+ export { ArchiveIcon };
30
+ //# sourceMappingURL=ArchiveIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArchiveIcon.js","sources":["../../../../../src/components/Icons/ArchiveIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAUP;AAEA;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Bug icon component for debugging and issue reporting.
8
+ *
9
+ * A symmetrical insect silhouette commonly used for debugger panels,
10
+ * "Report bug" actions, and error severity indicators.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <BugIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <BugIcon size="md" color="error" />
19
+ *
20
+ * // In a debugger panel toggle
21
+ * <IconButton icon={<BugIcon />} label="Toggle debugger" />
22
+ * ```
23
+ */
24
+ const BugIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M9 9V8a3 3 0 0 1 6 0v1" }), jsx("path", { d: "M8 9h8a6 6 0 0 1 1 3v3a5 5 0 0 1-10 0v-3a6 6 0 0 1 1-3z" }), jsx("line", { x1: "3", y1: "13", x2: "7", y2: "13" }), jsx("line", { x1: "17", y1: "13", x2: "21", y2: "13" }), jsx("line", { x1: "12", y1: "20", x2: "12", y2: "14" }), jsx("line", { x1: "4", y1: "19", x2: "7.35", y2: "17" }), jsx("line", { x1: "20", y1: "19", x2: "16.65", y2: "17" }), jsx("line", { x1: "4", y1: "7", x2: "7.75", y2: "9.4" }), jsx("line", { x1: "20", y1: "7", x2: "16.25", y2: "9.4" })] }));
26
+ });
27
+ BugIcon.displayName = 'BugIcon';
28
+
29
+ export { BugIcon };
30
+ //# sourceMappingURL=BugIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BugIcon.js","sources":["../../../../../src/components/Icons/BugIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAaF;AAGF;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Building icon component for organizations and architectural contexts.
8
+ *
9
+ * A multi-story building with windows, commonly used for company entries,
10
+ * workspaces, and architecture-related personas or sections.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <BuildingIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <BuildingIcon size="md" color="secondary" />
19
+ *
20
+ * // In a company picker
21
+ * <Button icon={<BuildingIcon />}>Organization</Button>
22
+ * ```
23
+ */
24
+ const BuildingIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "1" }), jsx("line", { x1: "9", y1: "22", x2: "9", y2: "18" }), jsx("line", { x1: "15", y1: "22", x2: "15", y2: "18" }), jsx("line", { x1: "9", y1: "18", x2: "15", y2: "18" }), jsx("line", { x1: "8", y1: "6", x2: "8", y2: "6" }), jsx("line", { x1: "12", y1: "6", x2: "12", y2: "6" }), jsx("line", { x1: "16", y1: "6", x2: "16", y2: "6" }), jsx("line", { x1: "8", y1: "10", x2: "8", y2: "10" }), jsx("line", { x1: "12", y1: "10", x2: "12", y2: "10" }), jsx("line", { x1: "16", y1: "10", x2: "16", y2: "10" }), jsx("line", { x1: "8", y1: "14", x2: "8", y2: "14" }), jsx("line", { x1: "12", y1: "14", x2: "12", y2: "14" }), jsx("line", { x1: "16", y1: "14", x2: "16", y2: "14" })] }));
26
+ });
27
+ BuildingIcon.displayName = 'BuildingIcon';
28
+
29
+ export { BuildingIcon };
30
+ //# sourceMappingURL=BuildingIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BuildingIcon.js","sources":["../../../../../src/components/Icons/BuildingIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAoBP;AAEA;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Chevron Left icon component for backward navigation and collapse.
8
+ *
9
+ * A subtle leftward chevron commonly used for previous-page navigation,
10
+ * collapsing side panels, and breadcrumb separators.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <ChevronLeftIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <ChevronLeftIcon size="sm" color="muted" />
19
+ *
20
+ * // In a sidebar collapse button
21
+ * <IconButton icon={<ChevronLeftIcon />} label="Collapse sidebar" />
22
+ * ```
23
+ */
24
+ const ChevronLeftIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsx(Icon, { ...props, children: jsx("polyline", { points: "15,18 9,12 15,6" }) }));
26
+ });
27
+ ChevronLeftIcon.displayName = 'ChevronLeftIcon';
28
+
29
+ export { ChevronLeftIcon };
30
+ //# sourceMappingURL=ChevronLeftIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChevronLeftIcon.js","sources":["../../../../../src/components/Icons/ChevronLeftIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Chevron Right icon component for forward navigation and expand.
8
+ *
9
+ * A subtle rightward chevron commonly used for next-page navigation,
10
+ * expanding side panels, and disclosure indicators.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <ChevronRightIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <ChevronRightIcon size="sm" color="muted" />
19
+ *
20
+ * // In a sidebar expand button
21
+ * <IconButton icon={<ChevronRightIcon />} label="Expand sidebar" />
22
+ * ```
23
+ */
24
+ const ChevronRightIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsx(Icon, { ...props, children: jsx("polyline", { points: "9,18 15,12 9,6" }) }));
26
+ });
27
+ ChevronRightIcon.displayName = 'ChevronRightIcon';
28
+
29
+ export { ChevronRightIcon };
30
+ //# sourceMappingURL=ChevronRightIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChevronRightIcon.js","sources":["../../../../../src/components/Icons/ChevronRightIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Dots Horizontal icon component for inline overflow menus.
8
+ *
9
+ * Three dots arranged horizontally, commonly used as a more-actions
10
+ * affordance in toolbars, card headers, and badge ends.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <DotsHorizontalIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <DotsHorizontalIcon size="sm" color="muted" />
19
+ *
20
+ * // As an overflow menu trigger
21
+ * <IconButton icon={<DotsHorizontalIcon />} label="More" />
22
+ * ```
23
+ */
24
+ const DotsHorizontalIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "5", cy: "12", r: "1" }), jsx("circle", { cx: "12", cy: "12", r: "1" }), jsx("circle", { cx: "19", cy: "12", r: "1" })] }));
26
+ });
27
+ DotsHorizontalIcon.displayName = 'DotsHorizontalIcon';
28
+
29
+ export { DotsHorizontalIcon };
30
+ //# sourceMappingURL=DotsHorizontalIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DotsHorizontalIcon.js","sources":["../../../../../src/components/Icons/DotsHorizontalIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAUP;AAEA;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Dots Vertical icon component for contextual action menus.
8
+ *
9
+ * Three dots stacked vertically, typically used as the trigger
10
+ * for item-level action menus on cards, list rows, and table cells.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <DotsVerticalIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <DotsVerticalIcon size="sm" color="muted" />
19
+ *
20
+ * // As a menu trigger
21
+ * <IconButton icon={<DotsVerticalIcon />} label="Actions" />
22
+ * ```
23
+ */
24
+ const DotsVerticalIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "5", r: "1" }), jsx("circle", { cx: "12", cy: "12", r: "1" }), jsx("circle", { cx: "12", cy: "19", r: "1" })] }));
26
+ });
27
+ DotsVerticalIcon.displayName = 'DotsVerticalIcon';
28
+
29
+ export { DotsVerticalIcon };
30
+ //# sourceMappingURL=DotsVerticalIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DotsVerticalIcon.js","sources":["../../../../../src/components/Icons/DotsVerticalIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAUP;AAEA;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * File Text icon component for documents and text content.
8
+ *
9
+ * A document page with horizontal text lines, commonly used for
10
+ * documentation, notes, write-ups, and scribe-style personas.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <FileTextIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <FileTextIcon size="md" color="secondary" />
19
+ *
20
+ * // In a documentation entry
21
+ * <Button icon={<FileTextIcon />}>Open Document</Button>
22
+ * ```
23
+ */
24
+ const FileTextIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }), jsx("polyline", { points: "14 2 14 8 20 8" }), jsx("line", { x1: "8", y1: "13", x2: "16", y2: "13" }), jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17" }), jsx("line", { x1: "8", y1: "9", x2: "10", y2: "9" })] }));
26
+ });
27
+ FileTextIcon.displayName = 'FileTextIcon';
28
+
29
+ export { FileTextIcon };
30
+ //# sourceMappingURL=FileTextIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileTextIcon.js","sources":["../../../../../src/components/Icons/FileTextIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AASF;AAEA;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Folder Cog icon component for project-scoped settings.
8
+ *
9
+ * A folder with a small gear overlay, commonly used to distinguish
10
+ * project-level settings from general application settings.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <FolderCogIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <FolderCogIcon size="md" color="secondary" />
19
+ *
20
+ * // In a settings sidebar entry
21
+ * <Button icon={<FolderCogIcon />}>Project Settings</Button>
22
+ * ```
23
+ */
24
+ const FolderCogIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M12 21H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4l2 3h8a2 2 0 0 1 2 2v3" }), jsx("circle", { cx: "18", cy: "18", r: "2.5" }), jsx("line", { x1: "18", y1: "14.5", x2: "18", y2: "15.5" }), jsx("line", { x1: "18", y1: "20.5", x2: "18", y2: "21.5" }), jsx("line", { x1: "14.5", y1: "18", x2: "15.5", y2: "18" }), jsx("line", { x1: "20.5", y1: "18", x2: "21.5", y2: "18" }), jsx("line", { x1: "15.5", y1: "15.5", x2: "16.2", y2: "16.2" }), jsx("line", { x1: "19.8", y1: "19.8", x2: "20.5", y2: "20.5" }), jsx("line", { x1: "20.5", y1: "15.5", x2: "19.8", y2: "16.2" }), jsx("line", { x1: "16.2", y1: "19.8", x2: "15.5", y2: "20.5" })] }));
26
+ });
27
+ FolderCogIcon.displayName = 'FolderCogIcon';
28
+
29
+ export { FolderCogIcon };
30
+ //# sourceMappingURL=FolderCogIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FolderCogIcon.js","sources":["../../../../../src/components/Icons/FolderCogIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAcF;AAEA;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Folder Open icon component for opened directory states.
8
+ *
9
+ * An open folder with an angled front flap, commonly paired with the closed
10
+ * `FolderIcon` for project switchers, file explorer reveals, and breadcrumbs.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <FolderOpenIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <FolderOpenIcon size="lg" color="primary" />
19
+ *
20
+ * // In a switch project action
21
+ * <Button icon={<FolderOpenIcon />}>Switch Project</Button>
22
+ * ```
23
+ */
24
+ const FolderOpenIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M3 7a2 2 0 0 1 2-2h4l2 3h8a2 2 0 0 1 2 2v1" }), jsx("path", { d: "M3 10h18l-2 9a2 2 0 0 1-2 1.6H5a2 2 0 0 1-2-1.6z" })] }));
26
+ });
27
+ FolderOpenIcon.displayName = 'FolderOpenIcon';
28
+
29
+ export { FolderOpenIcon };
30
+ //# sourceMappingURL=FolderOpenIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FolderOpenIcon.js","sources":["../../../../../src/components/Icons/FolderOpenIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAMF;AAEA;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Git Branch icon component for version-control branch contexts.
8
+ *
9
+ * A trunk line with a fork to a side node, commonly used for branch
10
+ * indicators in status bars, branch pickers, and VCS-related actions.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <GitBranchIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <GitBranchIcon size="sm" color="muted" />
19
+ *
20
+ * // In a status bar
21
+ * <Button icon={<GitBranchIcon />}>main</Button>
22
+ * ```
23
+ */
24
+ const GitBranchIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("line", { x1: "6", y1: "3", x2: "6", y2: "15" }), jsx("circle", { cx: "18", cy: "6", r: "3" }), jsx("circle", { cx: "6", cy: "18", r: "3" }), jsx("path", { d: "M18 9a9 9 0 0 1-9 9" })] }));
26
+ });
27
+ GitBranchIcon.displayName = 'GitBranchIcon';
28
+
29
+ export { GitBranchIcon };
30
+ //# sourceMappingURL=GitBranchIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GitBranchIcon.js","sources":["../../../../../src/components/Icons/GitBranchIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAWP;AAEA;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Minus icon component for remove/decrement actions.
8
+ *
9
+ * A single horizontal stroke commonly used to remove items, decrement
10
+ * counters, and zoom out. Pairs with `AddIcon` for [+/-] controls.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <MinusIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <MinusIcon size="sm" color="muted" />
19
+ *
20
+ * // In a counter control
21
+ * <IconButton icon={<MinusIcon />} label="Decrease" />
22
+ * ```
23
+ */
24
+ const MinusIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsx(Icon, { ...props, children: jsx("line", { x1: "5", y1: "12", x2: "19", y2: "12" }) }));
26
+ });
27
+ MinusIcon.displayName = 'MinusIcon';
28
+
29
+ export { MinusIcon };
30
+ //# sourceMappingURL=MinusIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MinusIcon.js","sources":["../../../../../src/components/Icons/MinusIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAOL;AAGF;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Pause icon component for pausing playback and processes.
8
+ *
9
+ * Two parallel vertical bars commonly used to pause animations, video,
10
+ * preview playback, and long-running operations. Pairs with `PlayIcon`.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <PauseIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <PauseIcon size="lg" color="primary" />
19
+ *
20
+ * // In a transport bar
21
+ * <IconButton icon={<PauseIcon />} label="Pause" />
22
+ * ```
23
+ */
24
+ const PauseIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "6", y: "4", width: "4", height: "16", rx: "1" }), jsx("rect", { x: "14", y: "4", width: "4", height: "16", rx: "1" })] }));
26
+ });
27
+ PauseIcon.displayName = 'PauseIcon';
28
+
29
+ export { PauseIcon };
30
+ //# sourceMappingURL=PauseIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PauseIcon.js","sources":["../../../../../src/components/Icons/PauseIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAQL;AAGF;;"}
@@ -0,0 +1,31 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Pin icon component for pinning items to keep them visible.
8
+ *
9
+ * A push-pin silhouette commonly used to pin tabs, conversations,
10
+ * or list items so they stay in view. A filled visual variant could
11
+ * indicate the pinned state.
12
+ *
13
+ * @example
14
+ * ```tsx
15
+ * // Basic usage
16
+ * <PinIcon />
17
+ *
18
+ * // With custom size and color
19
+ * <PinIcon size="sm" color="accent" />
20
+ *
21
+ * // In a pin/unpin toggle
22
+ * <IconButton icon={<PinIcon />} label="Pin item" />
23
+ * ```
24
+ */
25
+ const PinIcon = /*#__PURE__*/ React.memo(props => {
26
+ return (jsxs(Icon, { ...props, children: [jsx("line", { x1: "12", y1: "17", x2: "12", y2: "22" }), jsx("path", { d: "M5 17h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24z" })] }));
27
+ });
28
+ PinIcon.displayName = 'PinIcon';
29
+
30
+ export { PinIcon };
31
+ //# sourceMappingURL=PinIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PinIcon.js","sources":["../../../../../src/components/Icons/PinIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;;AAkBG;AACI;AAEH;AAMF;AAGF;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Send icon component for submitting messages and forms.
8
+ *
9
+ * A paper plane silhouette commonly used as the trigger for
10
+ * sending chat messages, dispatching commands, and form submissions.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <SendIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <SendIcon size="md" color="accent" />
19
+ *
20
+ * // In a chat input
21
+ * <IconButton icon={<SendIcon />} label="Send message" />
22
+ * ```
23
+ */
24
+ const SendIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("line", { x1: "22", y1: "2", x2: "11", y2: "13" }), jsx("polygon", { points: "22 2 15 22 11 13 2 9 22 2" })] }));
26
+ });
27
+ SendIcon.displayName = 'SendIcon';
28
+
29
+ export { SendIcon };
30
+ //# sourceMappingURL=SendIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendIcon.js","sources":["../../../../../src/components/Icons/SendIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Stop icon component for halting playback and streams.
8
+ *
9
+ * A solid square commonly used to stop transport playback, abort
10
+ * generations, and cancel long-running streaming operations.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <StopIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <StopIcon size="md" color="error" />
19
+ *
20
+ * // In a stop streaming button
21
+ * <IconButton icon={<StopIcon />} label="Stop" />
22
+ * ```
23
+ */
24
+ const StopIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsx(Icon, { ...props, children: jsx("rect", { x: "5", y: "5", width: "14", height: "14", rx: "1" }) }));
26
+ });
27
+ StopIcon.displayName = 'StopIcon';
28
+
29
+ export { StopIcon };
30
+ //# sourceMappingURL=StopIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StopIcon.js","sources":["../../../../../src/components/Icons/StopIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAKF;AAGF;;"}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import React from 'react';
4
+ import { Icon } from '../primitives/Icon/Icon.js';
5
+
6
+ /**
7
+ * Terminal icon component for shells, command palettes, and CLI panels.
8
+ *
9
+ * A prompt caret with an underscore line, commonly used for terminal
10
+ * panels, command palette triggers, and shell-related actions.
11
+ *
12
+ * @example
13
+ * ```tsx
14
+ * // Basic usage
15
+ * <TerminalIcon />
16
+ *
17
+ * // With custom size and color
18
+ * <TerminalIcon size="md" color="secondary" />
19
+ *
20
+ * // In a command palette trigger
21
+ * <IconButton icon={<TerminalIcon />} label="Open terminal" />
22
+ * ```
23
+ */
24
+ const TerminalIcon = /*#__PURE__*/ React.memo(props => {
25
+ return (jsxs(Icon, { ...props, children: [jsx("polyline", { points: "4 17 10 11 4 5" }), jsx("line", { x1: "12", y1: "19", x2: "20", y2: "19" })] }));
26
+ });
27
+ TerminalIcon.displayName = 'TerminalIcon';
28
+
29
+ export { TerminalIcon };
30
+ //# sourceMappingURL=TerminalIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TerminalIcon.js","sources":["../../../../../src/components/Icons/TerminalIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAMF;AAEA;;"}