entangle-ui 0.8.1 → 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.
- package/CHANGELOG.md +6 -0
- package/dist/esm/components/Icons/ArchiveIcon.js +30 -0
- package/dist/esm/components/Icons/ArchiveIcon.js.map +1 -0
- package/dist/esm/components/Icons/BugIcon.js +30 -0
- package/dist/esm/components/Icons/BugIcon.js.map +1 -0
- package/dist/esm/components/Icons/BuildingIcon.js +30 -0
- package/dist/esm/components/Icons/BuildingIcon.js.map +1 -0
- package/dist/esm/components/Icons/ChevronLeftIcon.js +30 -0
- package/dist/esm/components/Icons/ChevronLeftIcon.js.map +1 -0
- package/dist/esm/components/Icons/ChevronRightIcon.js +30 -0
- package/dist/esm/components/Icons/ChevronRightIcon.js.map +1 -0
- package/dist/esm/components/Icons/DotsHorizontalIcon.js +30 -0
- package/dist/esm/components/Icons/DotsHorizontalIcon.js.map +1 -0
- package/dist/esm/components/Icons/DotsVerticalIcon.js +30 -0
- package/dist/esm/components/Icons/DotsVerticalIcon.js.map +1 -0
- package/dist/esm/components/Icons/FileTextIcon.js +30 -0
- package/dist/esm/components/Icons/FileTextIcon.js.map +1 -0
- package/dist/esm/components/Icons/FolderCogIcon.js +30 -0
- package/dist/esm/components/Icons/FolderCogIcon.js.map +1 -0
- package/dist/esm/components/Icons/FolderOpenIcon.js +30 -0
- package/dist/esm/components/Icons/FolderOpenIcon.js.map +1 -0
- package/dist/esm/components/Icons/GitBranchIcon.js +30 -0
- package/dist/esm/components/Icons/GitBranchIcon.js.map +1 -0
- package/dist/esm/components/Icons/MinusIcon.js +30 -0
- package/dist/esm/components/Icons/MinusIcon.js.map +1 -0
- package/dist/esm/components/Icons/PauseIcon.js +30 -0
- package/dist/esm/components/Icons/PauseIcon.js.map +1 -0
- package/dist/esm/components/Icons/PinIcon.js +31 -0
- package/dist/esm/components/Icons/PinIcon.js.map +1 -0
- package/dist/esm/components/Icons/SendIcon.js +30 -0
- package/dist/esm/components/Icons/SendIcon.js.map +1 -0
- package/dist/esm/components/Icons/StopIcon.js +30 -0
- package/dist/esm/components/Icons/StopIcon.js.map +1 -0
- package/dist/esm/components/Icons/TerminalIcon.js +30 -0
- package/dist/esm/components/Icons/TerminalIcon.js.map +1 -0
- package/dist/esm/components/Icons/UsersIcon.js +31 -0
- package/dist/esm/components/Icons/UsersIcon.js.map +1 -0
- package/dist/esm/components/navigation/Breadcrumbs/Breadcrumbs.js +18 -0
- package/dist/esm/components/navigation/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/esm/index.js +18 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/tokens/tokens.dark.css +1 -1
- package/dist/tokens/tokens.json +1 -1
- package/dist/tokens/tokens.light.css +1 -1
- package/dist/types/components/Icons/ArchiveIcon.d.ts +33 -0
- package/dist/types/components/Icons/BugIcon.d.ts +33 -0
- package/dist/types/components/Icons/BuildingIcon.d.ts +33 -0
- package/dist/types/components/Icons/ChevronLeftIcon.d.ts +33 -0
- package/dist/types/components/Icons/ChevronRightIcon.d.ts +33 -0
- package/dist/types/components/Icons/DotsHorizontalIcon.d.ts +33 -0
- package/dist/types/components/Icons/DotsVerticalIcon.d.ts +33 -0
- package/dist/types/components/Icons/FileTextIcon.d.ts +33 -0
- package/dist/types/components/Icons/FolderCogIcon.d.ts +33 -0
- package/dist/types/components/Icons/FolderOpenIcon.d.ts +33 -0
- package/dist/types/components/Icons/GitBranchIcon.d.ts +33 -0
- package/dist/types/components/Icons/MinusIcon.d.ts +33 -0
- package/dist/types/components/Icons/PauseIcon.d.ts +33 -0
- package/dist/types/components/Icons/PinIcon.d.ts +34 -0
- package/dist/types/components/Icons/SendIcon.d.ts +33 -0
- package/dist/types/components/Icons/StopIcon.d.ts +33 -0
- package/dist/types/components/Icons/TerminalIcon.d.ts +33 -0
- package/dist/types/components/Icons/UsersIcon.d.ts +34 -0
- package/dist/types/components/editor/ChatPanel/ChatAttachment.d.ts +1 -1
- package/dist/types/components/editor/ChatPanel/ChatInput.d.ts +1 -1
- package/dist/types/components/feedback/EmptyState/EmptyState.d.ts +1 -1
- package/dist/types/components/layout/PageHeader/PageHeader.d.ts +1 -1
- package/dist/types/components/primitives/Button/Button.d.ts +1 -1
- package/dist/types/components/primitives/IconButton/IconButton.d.ts +1 -1
- package/dist/types/components/primitives/Radio/Radio.d.ts +1 -1
- package/dist/types/index.d.ts +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
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
|
+
|
|
3
9
|
## 0.8.1
|
|
4
10
|
|
|
5
11
|
### Patch 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;;"}
|
|
@@ -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
|
+
* Users icon component for groups, teams, and multi-user contexts.
|
|
8
|
+
*
|
|
9
|
+
* Two overlapping user silhouettes commonly used for team membership,
|
|
10
|
+
* shared resources, and group-level actions. Pairs with `UserIcon` for
|
|
11
|
+
* single-user contexts.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* // Basic usage
|
|
16
|
+
* <UsersIcon />
|
|
17
|
+
*
|
|
18
|
+
* // With custom size and color
|
|
19
|
+
* <UsersIcon size="md" color="secondary" />
|
|
20
|
+
*
|
|
21
|
+
* // In a team selector
|
|
22
|
+
* <Button icon={<UsersIcon />}>Team</Button>
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
const UsersIcon = /*#__PURE__*/ React.memo(props => {
|
|
26
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }), jsx("circle", { cx: "9", cy: "7", r: "4" }), jsx("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }), jsx("path", { d: "M16 3.13a4 4 0 0 1 0 7.75" })] }));
|
|
27
|
+
});
|
|
28
|
+
UsersIcon.displayName = 'UsersIcon';
|
|
29
|
+
|
|
30
|
+
export { UsersIcon };
|
|
31
|
+
//# sourceMappingURL=UsersIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UsersIcon.js","sources":["../../../../../src/components/Icons/UsersIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;;AAkBG;AACI;AAEH;AAQF;AAGF;;"}
|