entangle-ui 0.4.0 → 0.5.0
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 +28 -0
- package/dist/esm/assets/src/components/shell/StatusBar/{StatusBar.css.ts.vanilla-BwO7oAZi.css → StatusBar.css.ts.vanilla-BqpCJsZ1.css} +1 -1
- package/dist/esm/assets/src/theme/{darkTheme.css.ts.vanilla-V8lWHaQH.css → darkTheme.css.ts.vanilla-DCe89yCJ.css} +1 -0
- package/dist/esm/components/Icons/AddIcon.js +30 -0
- package/dist/esm/components/Icons/AddIcon.js.map +1 -0
- package/dist/esm/components/Icons/AiChatIcon.js +31 -0
- package/dist/esm/components/Icons/AiChatIcon.js.map +1 -0
- package/dist/esm/components/Icons/AiSparklesIcon.js +31 -0
- package/dist/esm/components/Icons/AiSparklesIcon.js.map +1 -0
- package/dist/esm/components/Icons/ArrowDownIcon.js +30 -0
- package/dist/esm/components/Icons/ArrowDownIcon.js.map +1 -0
- package/dist/esm/components/Icons/ArrowLeftIcon.js +30 -0
- package/dist/esm/components/Icons/ArrowLeftIcon.js.map +1 -0
- package/dist/esm/components/Icons/ArrowRightIcon.js +30 -0
- package/dist/esm/components/Icons/ArrowRightIcon.js.map +1 -0
- package/dist/esm/components/Icons/ArrowUpIcon.js +30 -0
- package/dist/esm/components/Icons/ArrowUpIcon.js.map +1 -0
- package/dist/esm/components/Icons/BookmarkIcon.js +30 -0
- package/dist/esm/components/Icons/BookmarkIcon.js.map +1 -0
- package/dist/esm/components/Icons/CalendarIcon.js +30 -0
- package/dist/esm/components/Icons/CalendarIcon.js.map +1 -0
- package/dist/esm/components/Icons/CheckIcon.js +5 -2
- package/dist/esm/components/Icons/CheckIcon.js.map +1 -1
- package/dist/esm/components/Icons/ChevronDownIcon.js +5 -2
- package/dist/esm/components/Icons/ChevronDownIcon.js.map +1 -1
- package/dist/esm/components/Icons/ChevronUpIcon.js +5 -2
- package/dist/esm/components/Icons/ChevronUpIcon.js.map +1 -1
- package/dist/esm/components/Icons/CircleIcon.js +5 -2
- package/dist/esm/components/Icons/CircleIcon.js.map +1 -1
- package/dist/esm/components/Icons/ClockIcon.js +30 -0
- package/dist/esm/components/Icons/ClockIcon.js.map +1 -0
- package/dist/esm/components/Icons/CloseIcon.js +5 -2
- package/dist/esm/components/Icons/CloseIcon.js.map +1 -1
- package/dist/esm/components/Icons/CodeIcon.js +30 -0
- package/dist/esm/components/Icons/CodeIcon.js.map +1 -0
- package/dist/esm/components/Icons/CopyIcon.js +30 -0
- package/dist/esm/components/Icons/CopyIcon.js.map +1 -0
- package/dist/esm/components/Icons/CutIcon.js +30 -0
- package/dist/esm/components/Icons/CutIcon.js.map +1 -0
- package/dist/esm/components/Icons/DownloadIcon.js +30 -0
- package/dist/esm/components/Icons/DownloadIcon.js.map +1 -0
- package/dist/esm/components/Icons/EditIcon.js +30 -0
- package/dist/esm/components/Icons/EditIcon.js.map +1 -0
- package/dist/esm/components/Icons/ErrorIcon.js +30 -0
- package/dist/esm/components/Icons/ErrorIcon.js.map +1 -0
- package/dist/esm/components/Icons/EyeDropperIcon.js +5 -2
- package/dist/esm/components/Icons/EyeDropperIcon.js.map +1 -1
- package/dist/esm/components/Icons/EyeIcon.js +30 -0
- package/dist/esm/components/Icons/EyeIcon.js.map +1 -0
- package/dist/esm/components/Icons/FilterIcon.js +30 -0
- package/dist/esm/components/Icons/FilterIcon.js.map +1 -0
- package/dist/esm/components/Icons/FolderIcon.js +30 -0
- package/dist/esm/components/Icons/FolderIcon.js.map +1 -0
- package/dist/esm/components/Icons/FullscreenIcon.js +30 -0
- package/dist/esm/components/Icons/FullscreenIcon.js.map +1 -0
- package/dist/esm/components/Icons/GridIcon.js +30 -0
- package/dist/esm/components/Icons/GridIcon.js.map +1 -0
- package/dist/esm/components/Icons/HeartIcon.js +30 -0
- package/dist/esm/components/Icons/HeartIcon.js.map +1 -0
- package/dist/esm/components/Icons/HelpIcon.js +30 -0
- package/dist/esm/components/Icons/HelpIcon.js.map +1 -0
- package/dist/esm/components/Icons/HomeIcon.js +30 -0
- package/dist/esm/components/Icons/HomeIcon.js.map +1 -0
- package/dist/esm/components/Icons/InfoIcon.js +30 -0
- package/dist/esm/components/Icons/InfoIcon.js.map +1 -0
- package/dist/esm/components/Icons/LinkIcon.js +30 -0
- package/dist/esm/components/Icons/LinkIcon.js.map +1 -0
- package/dist/esm/components/Icons/ListIcon.js +30 -0
- package/dist/esm/components/Icons/ListIcon.js.map +1 -0
- package/dist/esm/components/Icons/LockIcon.js +30 -0
- package/dist/esm/components/Icons/LockIcon.js.map +1 -0
- package/dist/esm/components/Icons/MaximizeIcon.js +30 -0
- package/dist/esm/components/Icons/MaximizeIcon.js.map +1 -0
- package/dist/esm/components/Icons/MenuIcon.js +30 -0
- package/dist/esm/components/Icons/MenuIcon.js.map +1 -0
- package/dist/esm/components/Icons/MinimizeIcon.js +30 -0
- package/dist/esm/components/Icons/MinimizeIcon.js.map +1 -0
- package/dist/esm/components/Icons/PasteIcon.js +30 -0
- package/dist/esm/components/Icons/PasteIcon.js.map +1 -0
- package/dist/esm/components/Icons/PlayIcon.js +30 -0
- package/dist/esm/components/Icons/PlayIcon.js.map +1 -0
- package/dist/esm/components/Icons/RedoIcon.js +30 -0
- package/dist/esm/components/Icons/RedoIcon.js.map +1 -0
- package/dist/esm/components/Icons/RefreshIcon.js +30 -0
- package/dist/esm/components/Icons/RefreshIcon.js.map +1 -0
- package/dist/esm/components/Icons/RobotIcon.js +30 -0
- package/dist/esm/components/Icons/RobotIcon.js.map +1 -0
- package/dist/esm/components/Icons/SaveIcon.js +30 -0
- package/dist/esm/components/Icons/SaveIcon.js.map +1 -0
- package/dist/esm/components/Icons/SearchIcon.js +30 -0
- package/dist/esm/components/Icons/SearchIcon.js.map +1 -0
- package/dist/esm/components/Icons/SettingsIcon.js +30 -0
- package/dist/esm/components/Icons/SettingsIcon.js.map +1 -0
- package/dist/esm/components/Icons/SortIcon.js +30 -0
- package/dist/esm/components/Icons/SortIcon.js.map +1 -0
- package/dist/esm/components/Icons/StarIcon.js +30 -0
- package/dist/esm/components/Icons/StarIcon.js.map +1 -0
- package/dist/esm/components/Icons/SuccessIcon.js +30 -0
- package/dist/esm/components/Icons/SuccessIcon.js.map +1 -0
- package/dist/esm/components/Icons/TagIcon.js +30 -0
- package/dist/esm/components/Icons/TagIcon.js.map +1 -0
- package/dist/esm/components/Icons/TangentAlignedIcon.js +5 -2
- package/dist/esm/components/Icons/TangentAlignedIcon.js.map +1 -1
- package/dist/esm/components/Icons/TangentAutoIcon.js +5 -2
- package/dist/esm/components/Icons/TangentAutoIcon.js.map +1 -1
- package/dist/esm/components/Icons/TangentFreeIcon.js +5 -2
- package/dist/esm/components/Icons/TangentFreeIcon.js.map +1 -1
- package/dist/esm/components/Icons/TangentLinearIcon.js +5 -2
- package/dist/esm/components/Icons/TangentLinearIcon.js.map +1 -1
- package/dist/esm/components/Icons/TangentMirroredIcon.js +5 -2
- package/dist/esm/components/Icons/TangentMirroredIcon.js.map +1 -1
- package/dist/esm/components/Icons/TangentStepIcon.js +5 -2
- package/dist/esm/components/Icons/TangentStepIcon.js.map +1 -1
- package/dist/esm/components/Icons/TrashIcon.js +30 -0
- package/dist/esm/components/Icons/TrashIcon.js.map +1 -0
- package/dist/esm/components/Icons/UndoIcon.js +30 -0
- package/dist/esm/components/Icons/UndoIcon.js.map +1 -0
- package/dist/esm/components/Icons/UnlockIcon.js +30 -0
- package/dist/esm/components/Icons/UnlockIcon.js.map +1 -0
- package/dist/esm/components/Icons/UploadIcon.js +30 -0
- package/dist/esm/components/Icons/UploadIcon.js.map +1 -0
- package/dist/esm/components/Icons/UserIcon.js +30 -0
- package/dist/esm/components/Icons/UserIcon.js.map +1 -0
- package/dist/esm/components/Icons/WarningIcon.js +30 -0
- package/dist/esm/components/Icons/WarningIcon.js.map +1 -0
- package/dist/esm/components/Icons/ZoomInIcon.js +30 -0
- package/dist/esm/components/Icons/ZoomInIcon.js.map +1 -0
- package/dist/esm/components/Icons/ZoomOutIcon.js +30 -0
- package/dist/esm/components/Icons/ZoomOutIcon.js.map +1 -0
- package/dist/esm/components/controls/CurveEditor/CurveToolbar.js +57 -1
- package/dist/esm/components/controls/CurveEditor/CurveToolbar.js.map +1 -1
- package/dist/esm/components/editor/ChatPanel/ChatAttachment.js +7 -12
- package/dist/esm/components/editor/ChatPanel/ChatAttachment.js.map +1 -1
- package/dist/esm/components/editor/ChatPanel/ChatContextChip.js +3 -6
- package/dist/esm/components/editor/ChatPanel/ChatContextChip.js.map +1 -1
- package/dist/esm/components/editor/ChatPanel/ChatIcons.js +18 -0
- package/dist/esm/components/editor/ChatPanel/ChatIcons.js.map +1 -0
- package/dist/esm/components/editor/ChatPanel/ChatToolCall.js +3 -5
- package/dist/esm/components/editor/ChatPanel/ChatToolCall.js.map +1 -1
- package/dist/esm/components/navigation/ContextMenu/ContextMenu.js +61 -1
- package/dist/esm/components/navigation/ContextMenu/ContextMenu.js.map +1 -1
- package/dist/esm/components/navigation/Menu/Menu.helpers.js +62 -1
- package/dist/esm/components/navigation/Menu/Menu.helpers.js.map +1 -1
- package/dist/esm/components/navigation/Menu/Menu.js +61 -1
- package/dist/esm/components/navigation/Menu/Menu.js.map +1 -1
- package/dist/esm/components/navigation/Tabs/Tab.js +62 -1
- package/dist/esm/components/navigation/Tabs/Tab.js.map +1 -1
- package/dist/esm/components/shell/MenuBar/MenuBar.js +4 -4
- package/dist/esm/components/shell/MenuBar/MenuBar.js.map +1 -1
- package/dist/esm/components/shell/StatusBar/StatusBar.css.js +1 -1
- package/dist/esm/components/shell/StatusBar/StatusBar.js +5 -5
- package/dist/esm/components/shell/StatusBar/StatusBar.js.map +1 -1
- package/dist/esm/components/shell/Toolbar/Toolbar.js +8 -8
- package/dist/esm/components/shell/Toolbar/Toolbar.js.map +1 -1
- package/dist/esm/index.js +1 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/theme/contract.css.js +1 -1
- package/dist/esm/theme/darkTheme.css.js +2 -2
- package/dist/types/components/shell/MenuBar/MenuBar.d.ts +1 -1
- package/dist/types/components/shell/MenuBar/MenuBar.types.d.ts +1 -1
- package/dist/types/components/shell/StatusBar/StatusBar.d.ts +3 -3
- package/dist/types/components/shell/StatusBar/StatusBar.types.d.ts +3 -3
- package/dist/types/components/shell/Toolbar/Toolbar.d.ts +3 -3
- package/dist/types/components/shell/Toolbar/Toolbar.types.d.ts +3 -3
- package/dist/types/index.d.ts +1 -2
- package/dist/types/theme/contract.css.d.ts +1 -0
- package/dist/types/theme/darkTheme.css.d.ts +1 -0
- package/package.json +9 -2
- package/dist/esm/components/primitives/BaseButton/BaseButton.js +0 -18
- package/dist/esm/components/primitives/BaseButton/BaseButton.js.map +0 -1
- package/dist/esm/utils/cn.js +0 -6
- package/dist/esm/utils/cn.js.map +0 -1
- package/dist/types/utils/cn.d.ts +0 -3
|
@@ -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
|
+
* Download icon component for file download actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard download icon commonly used for downloading files,
|
|
10
|
+
* exporting content, and save-to-device actions in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <DownloadIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <DownloadIcon size="lg" color="success" />
|
|
19
|
+
*
|
|
20
|
+
* // In a download button
|
|
21
|
+
* <Button icon={<DownloadIcon />}>Download</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const DownloadIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }), jsx("polyline", { points: "7,10 12,15 17,10" }), jsx("line", { x1: "12", y1: "15", x2: "12", y2: "3" })] }));
|
|
26
|
+
});
|
|
27
|
+
DownloadIcon.displayName = 'DownloadIcon';
|
|
28
|
+
|
|
29
|
+
export { DownloadIcon };
|
|
30
|
+
//# sourceMappingURL=DownloadIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DownloadIcon.js","sources":["../../../../../src/components/Icons/DownloadIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAOF;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
|
+
* Edit icon component for editing and modification actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard pencil icon commonly used for editing content,
|
|
10
|
+
* modifying items, and entering edit mode in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <EditIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <EditIcon size="md" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In an edit button
|
|
21
|
+
* <Button icon={<EditIcon />}>Edit</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const EditIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }), jsx("path", { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" })] }));
|
|
26
|
+
});
|
|
27
|
+
EditIcon.displayName = 'EditIcon';
|
|
28
|
+
|
|
29
|
+
export { EditIcon };
|
|
30
|
+
//# sourceMappingURL=EditIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EditIcon.js","sources":["../../../../../src/components/Icons/EditIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;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
|
+
* Error icon component for error states.
|
|
8
|
+
*
|
|
9
|
+
* A standard X circle icon commonly used for error messages,
|
|
10
|
+
* failed operations, and critical alerts in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <ErrorIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <ErrorIcon size="sm" color="error" />
|
|
19
|
+
*
|
|
20
|
+
* // In an error context
|
|
21
|
+
* <Button icon={<ErrorIcon />}>Error</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const ErrorIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "10" }), jsx("line", { x1: "15", y1: "9", x2: "9", y2: "15" }), jsx("line", { x1: "9", y1: "9", x2: "15", y2: "15" })] }));
|
|
26
|
+
});
|
|
27
|
+
ErrorIcon.displayName = 'ErrorIcon';
|
|
28
|
+
|
|
29
|
+
export { ErrorIcon };
|
|
30
|
+
//# sourceMappingURL=ErrorIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorIcon.js","sources":["../../../../../src/components/Icons/ErrorIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASL;AAGF;;"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
2
4
|
import { Icon } from '../primitives/Icon/Icon.js';
|
|
3
5
|
|
|
4
6
|
/**
|
|
@@ -20,9 +22,10 @@ import { Icon } from '../primitives/Icon/Icon.js';
|
|
|
20
22
|
* <Button icon={<EyeDropperIcon />}>Pick Color</Button>
|
|
21
23
|
* ```
|
|
22
24
|
*/
|
|
23
|
-
const EyeDropperIcon = props => {
|
|
25
|
+
const EyeDropperIcon = /*#__PURE__*/ React.memo(props => {
|
|
24
26
|
return (jsx(Icon, { ...props, children: jsx("path", { d: "M21.17 2.06A3.12 3.12 0 0 0 19 1.05a2.99 2.99 0 0 0-2.15.88l-2.7 2.7-1.28-1.27a1 1 0 0 0-1.41 0 1 1 0 0 0 0 1.41l.27.27-7.07 7.08a2 2 0 0 0-.54 1l-.72 3.61a1 1 0 0 0 .28.87 1 1 0 0 0 .71.3h.16l3.61-.72a2 2 0 0 0 1-.54l7.08-7.07.27.27a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-1.27-1.28 2.7-2.7a3.05 3.05 0 0 0 .02-4.29z" }) }));
|
|
25
|
-
};
|
|
27
|
+
});
|
|
28
|
+
EyeDropperIcon.displayName = 'EyeDropperIcon';
|
|
26
29
|
|
|
27
30
|
export { EyeDropperIcon };
|
|
28
31
|
//# sourceMappingURL=EyeDropperIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EyeDropperIcon.js","sources":["../../../../../src/components/Icons/EyeDropperIcon.tsx"],"sourcesContent":[null],"names":[
|
|
1
|
+
{"version":3,"file":"EyeDropperIcon.js","sources":["../../../../../src/components/Icons/EyeDropperIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;;AAkBG;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
|
+
* Eye icon component for visibility and view actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard eye icon commonly used for showing content,
|
|
10
|
+
* toggling visibility, and preview actions in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <EyeIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <EyeIcon size="md" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a visibility toggle
|
|
21
|
+
* <Button icon={<EyeIcon />}>Show</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const EyeIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }), jsx("circle", { cx: "12", cy: "12", r: "3" })] }));
|
|
26
|
+
});
|
|
27
|
+
EyeIcon.displayName = 'EyeIcon';
|
|
28
|
+
|
|
29
|
+
export { EyeIcon };
|
|
30
|
+
//# sourceMappingURL=EyeIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EyeIcon.js","sources":["../../../../../src/components/Icons/EyeIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAQL;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
|
+
* Filter icon component for filtering and sorting actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard filter icon commonly used for filtering content,
|
|
10
|
+
* applying search filters, and data sorting in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <FilterIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <FilterIcon size="md" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a filter button
|
|
21
|
+
* <Button icon={<FilterIcon />}>Filter</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const FilterIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("polygon", { points: "22,3 2,3 10,12.46 10,19 14,21 14,12.46" }) }));
|
|
26
|
+
});
|
|
27
|
+
FilterIcon.displayName = 'FilterIcon';
|
|
28
|
+
|
|
29
|
+
export { FilterIcon };
|
|
30
|
+
//# sourceMappingURL=FilterIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterIcon.js","sources":["../../../../../src/components/Icons/FilterIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAKF;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
|
+
* Folder icon component for directory and organization actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard folder icon commonly used for file organization,
|
|
10
|
+
* directory navigation, and grouping content in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <FolderIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <FolderIcon size="lg" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a folder browser
|
|
21
|
+
* <Button icon={<FolderIcon />}>Open Folder</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const FolderIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }) }));
|
|
26
|
+
});
|
|
27
|
+
FolderIcon.displayName = 'FolderIcon';
|
|
28
|
+
|
|
29
|
+
export { FolderIcon };
|
|
30
|
+
//# sourceMappingURL=FolderIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FolderIcon.js","sources":["../../../../../src/components/Icons/FolderIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAKF;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
|
+
* Fullscreen icon component for expanding to fullscreen mode.
|
|
8
|
+
*
|
|
9
|
+
* A standard fullscreen icon commonly used for maximizing content,
|
|
10
|
+
* entering fullscreen mode, and expanding views in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <FullscreenIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <FullscreenIcon size="md" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a fullscreen button
|
|
21
|
+
* <Button icon={<FullscreenIcon />}>Fullscreen</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const FullscreenIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3" }) }));
|
|
26
|
+
});
|
|
27
|
+
FullscreenIcon.displayName = 'FullscreenIcon';
|
|
28
|
+
|
|
29
|
+
export { FullscreenIcon };
|
|
30
|
+
//# sourceMappingURL=FullscreenIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FullscreenIcon.js","sources":["../../../../../src/components/Icons/FullscreenIcon.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
|
+
* Grid icon component for grid view and layout actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard grid icon commonly used for switching to grid view,
|
|
10
|
+
* layout options, and organizing content in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <GridIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <GridIcon size="md" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a view toggle
|
|
21
|
+
* <Button icon={<GridIcon />}>Grid View</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const GridIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "3", y: "3", width: "7", height: "7" }), jsx("rect", { x: "14", y: "3", width: "7", height: "7" }), jsx("rect", { x: "14", y: "14", width: "7", height: "7" }), jsx("rect", { x: "3", y: "14", width: "7", height: "7" })] }));
|
|
26
|
+
});
|
|
27
|
+
GridIcon.displayName = 'GridIcon';
|
|
28
|
+
|
|
29
|
+
export { GridIcon };
|
|
30
|
+
//# sourceMappingURL=GridIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GridIcon.js","sources":["../../../../../src/components/Icons/GridIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAQF;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
|
+
* Heart icon component for favorites and like actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard heart icon commonly used for favoriting content,
|
|
10
|
+
* like actions, and expressing preference in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <HeartIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <HeartIcon size="md" color="error" />
|
|
19
|
+
*
|
|
20
|
+
* // In a favorite button
|
|
21
|
+
* <Button icon={<HeartIcon />}>Favorite</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const HeartIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z" }) }));
|
|
26
|
+
});
|
|
27
|
+
HeartIcon.displayName = 'HeartIcon';
|
|
28
|
+
|
|
29
|
+
export { HeartIcon };
|
|
30
|
+
//# sourceMappingURL=HeartIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeartIcon.js","sources":["../../../../../src/components/Icons/HeartIcon.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
|
+
* Help icon component for help and support actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard question mark icon commonly used for help documentation,
|
|
10
|
+
* support links, and information assistance in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <HelpIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <HelpIcon size="sm" color="muted" />
|
|
19
|
+
*
|
|
20
|
+
* // In a help context
|
|
21
|
+
* <Button icon={<HelpIcon />}>Help</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const HelpIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "10" }), jsx("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }), jsx("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })] }));
|
|
26
|
+
});
|
|
27
|
+
HelpIcon.displayName = 'HelpIcon';
|
|
28
|
+
|
|
29
|
+
export { HelpIcon };
|
|
30
|
+
//# sourceMappingURL=HelpIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HelpIcon.js","sources":["../../../../../src/components/Icons/HelpIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASL;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
|
+
* Home icon component for home and main navigation.
|
|
8
|
+
*
|
|
9
|
+
* A standard house icon commonly used for home navigation,
|
|
10
|
+
* main page links, and dashboard access in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <HomeIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <HomeIcon size="md" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a home button
|
|
21
|
+
* <Button icon={<HomeIcon />}>Home</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const HomeIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }), jsx("polyline", { points: "9,22 9,12 15,12 15,22" })] }));
|
|
26
|
+
});
|
|
27
|
+
HomeIcon.displayName = 'HomeIcon';
|
|
28
|
+
|
|
29
|
+
export { HomeIcon };
|
|
30
|
+
//# sourceMappingURL=HomeIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HomeIcon.js","sources":["../../../../../src/components/Icons/HomeIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;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
|
+
* Info icon component for information display.
|
|
8
|
+
*
|
|
9
|
+
* A standard information circle icon commonly used for showing information,
|
|
10
|
+
* details, and contextual help in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <InfoIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <InfoIcon size="lg" color="accent" />
|
|
19
|
+
*
|
|
20
|
+
* // In an info context
|
|
21
|
+
* <Button icon={<InfoIcon />}>Info</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const InfoIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "10" }), jsx("line", { x1: "12", y1: "16", x2: "12", y2: "12" }), jsx("line", { x1: "12", y1: "8", x2: "12.01", y2: "8" })] }));
|
|
26
|
+
});
|
|
27
|
+
InfoIcon.displayName = 'InfoIcon';
|
|
28
|
+
|
|
29
|
+
export { InfoIcon };
|
|
30
|
+
//# sourceMappingURL=InfoIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InfoIcon.js","sources":["../../../../../src/components/Icons/InfoIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASL;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
|
+
* Link icon component for linking and connection actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard link icon commonly used for creating links,
|
|
10
|
+
* connecting content, and URL-related features in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <LinkIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <LinkIcon size="md" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a link button
|
|
21
|
+
* <Button icon={<LinkIcon />}>Add Link</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const LinkIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }), jsx("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })] }));
|
|
26
|
+
});
|
|
27
|
+
LinkIcon.displayName = 'LinkIcon';
|
|
28
|
+
|
|
29
|
+
export { LinkIcon };
|
|
30
|
+
//# sourceMappingURL=LinkIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkIcon.js","sources":["../../../../../src/components/Icons/LinkIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;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
|
+
* List icon component for list view layouts.
|
|
8
|
+
*
|
|
9
|
+
* A standard list lines icon commonly used for switching to list view,
|
|
10
|
+
* linear data display, and structured content in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <ListIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <ListIcon size="md" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a view toggle
|
|
21
|
+
* <Button icon={<ListIcon />}>List View</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const ListIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("line", { x1: "8", y1: "6", x2: "21", y2: "6" }), jsx("line", { x1: "8", y1: "12", x2: "21", y2: "12" }), jsx("line", { x1: "8", y1: "18", x2: "21", y2: "18" }), jsx("line", { x1: "3", y1: "6", x2: "3.01", y2: "6" }), jsx("line", { x1: "3", y1: "12", x2: "3.01", y2: "12" }), jsx("line", { x1: "3", y1: "18", x2: "3.01", y2: "18" })] }));
|
|
26
|
+
});
|
|
27
|
+
ListIcon.displayName = 'ListIcon';
|
|
28
|
+
|
|
29
|
+
export { ListIcon };
|
|
30
|
+
//# sourceMappingURL=ListIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListIcon.js","sources":["../../../../../src/components/Icons/ListIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAYL;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
|
+
* Lock icon component for security and locked states.
|
|
8
|
+
*
|
|
9
|
+
* A standard padlock icon commonly used for indicating locked content,
|
|
10
|
+
* security features, and protected operations in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <LockIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <LockIcon size="sm" color="warning" />
|
|
19
|
+
*
|
|
20
|
+
* // In a security context
|
|
21
|
+
* <Button icon={<LockIcon />}>Lock</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const LockIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "3", y: "11", width: "18", height: "11", rx: "2", ry: "2" }), jsx("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })] }));
|
|
26
|
+
});
|
|
27
|
+
LockIcon.displayName = 'LockIcon';
|
|
28
|
+
|
|
29
|
+
export { LockIcon };
|
|
30
|
+
//# sourceMappingURL=LockIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LockIcon.js","sources":["../../../../../src/components/Icons/LockIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;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
|
+
* Maximize icon component for maximize actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard expand square icon commonly used for maximizing windows,
|
|
10
|
+
* expanding panels, and enlarging content areas in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <MaximizeIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <MaximizeIcon size="sm" color="secondary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a window control context
|
|
21
|
+
* <Button icon={<MaximizeIcon />}>Maximize</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const MaximizeIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3" }) }));
|
|
26
|
+
});
|
|
27
|
+
MaximizeIcon.displayName = 'MaximizeIcon';
|
|
28
|
+
|
|
29
|
+
export { MaximizeIcon };
|
|
30
|
+
//# sourceMappingURL=MaximizeIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MaximizeIcon.js","sources":["../../../../../src/components/Icons/MaximizeIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;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
|
+
* Menu icon component for menu/hamburger navigation.
|
|
8
|
+
*
|
|
9
|
+
* A standard three-line hamburger icon commonly used for opening menus,
|
|
10
|
+
* navigation drawers, and mobile menu toggles in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <MenuIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <MenuIcon size="md" color="secondary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a navigation context
|
|
21
|
+
* <Button icon={<MenuIcon />}>Menu</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const MenuIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("line", { x1: "3", y1: "6", x2: "21", y2: "6" }), jsx("line", { x1: "3", y1: "12", x2: "21", y2: "12" }), jsx("line", { x1: "3", y1: "18", x2: "21", y2: "18" })] }));
|
|
26
|
+
});
|
|
27
|
+
MenuIcon.displayName = 'MenuIcon';
|
|
28
|
+
|
|
29
|
+
export { MenuIcon };
|
|
30
|
+
//# sourceMappingURL=MenuIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuIcon.js","sources":["../../../../../src/components/Icons/MenuIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAOF;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
|
+
* Minimize icon component for minimize actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard compress square icon commonly used for minimizing windows,
|
|
10
|
+
* collapsing panels, and reducing content areas in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <MinimizeIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <MinimizeIcon size="md" color="muted" />
|
|
19
|
+
*
|
|
20
|
+
* // In a window control context
|
|
21
|
+
* <Button icon={<MinimizeIcon />}>Minimize</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const MinimizeIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3" }) }));
|
|
26
|
+
});
|
|
27
|
+
MinimizeIcon.displayName = 'MinimizeIcon';
|
|
28
|
+
|
|
29
|
+
export { MinimizeIcon };
|
|
30
|
+
//# sourceMappingURL=MinimizeIcon.js.map
|