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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# entangle-ui
|
|
2
2
|
|
|
3
|
+
## 0.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#30](https://github.com/SebastianWebdev/entangle-ui/pull/30) [`a471804`](https://github.com/SebastianWebdev/entangle-ui/commit/a4718046f68e41953c3efcf1987c82daf1a124ad) Thanks [@SebastianWebdev](https://github.com/SebastianWebdev)! - ### Breaking Changes
|
|
8
|
+
- **Shell component props**: Removed `$` prefix from all shell component props. `$size` → `size`, `$variant` → `variant`, `$side` → `side`, `$orientation` → `orientation` across StatusBar, Toolbar, and MenuBar.
|
|
9
|
+
- **BaseButton removed**: Deleted dead `BaseButton` primitive (was not exported from public API).
|
|
10
|
+
|
|
11
|
+
### Fixes
|
|
12
|
+
- **sideEffects**: Changed `sideEffects: false` to `["*.css", "*.css.ts"]` so bundlers preserve Vanilla Extract CSS.
|
|
13
|
+
- **Theme export**: Added `entangle-ui/theme` export path for `darkThemeValues` and `DarkThemeValues` type.
|
|
14
|
+
- **Hardcoded 26px**: Replaced hardcoded StatusBar medium height with `vars.shell.statusBar.heightMd` theme token.
|
|
15
|
+
- **Lockfile**: Regenerated `package-lock.json` to remove stale Emotion peerDeps.
|
|
16
|
+
|
|
17
|
+
### Performance
|
|
18
|
+
- **Icons memoized**: All 63 icon components wrapped with `React.memo` and `/*#__PURE__*/` annotations for better tree-shaking and fewer re-renders.
|
|
19
|
+
|
|
20
|
+
### Internal
|
|
21
|
+
- **Chat SVG deduplication**: Extracted shared mini-icons into `ChatIcons.tsx`, removed duplicated inline SVGs from `ChatAttachment` and `ChatContextChip`.
|
|
22
|
+
- **`cn` deprecated**: `cn` utility is now a re-export alias of `cx`. Use `cx` directly.
|
|
23
|
+
- **`'use client'` directives**: Added to all icon files for Next.js App Router compatibility.
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [#32](https://github.com/SebastianWebdev/entangle-ui/pull/32) [`c080cd7`](https://github.com/SebastianWebdev/entangle-ui/commit/c080cd7def25fca19061ff366ea98144fcd4b6ba) Thanks [@SebastianWebdev](https://github.com/SebastianWebdev)! - ### Internal
|
|
28
|
+
- **ChatToolCall SVG deduplication**: Moved inline `WrenchIcon` and `ChevronIcon` from `ChatToolCall.tsx` to shared `ChatIcons.tsx` as `MiniWrenchIcon` and `MiniChevronIcon`.
|
|
29
|
+
- **vite.config.ts cleanup**: Removed stale `build.lib` section with UMD format reference (Rollup handles the real build, Vite is only used for Storybook).
|
|
30
|
+
|
|
3
31
|
## 0.4.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
--etui-shell-toolbar-bg: #2d2d2d;
|
|
76
76
|
--etui-shell-toolbar-separator: #4a4a4a;
|
|
77
77
|
--etui-shell-statusbar-height: 22px;
|
|
78
|
+
--etui-shell-statusbar-height-md: 26px;
|
|
78
79
|
--etui-shell-statusbar-bg: #007acc;
|
|
79
80
|
--etui-shell-statusbar-text: #ffffff;
|
|
80
81
|
--etui-shell-dock-tab-height: 28px;
|
|
@@ -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
|
+
* Add icon component for create/add actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard plus icon commonly used for adding new items,
|
|
10
|
+
* creating content, and expand functionality in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <AddIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <AddIcon size="lg" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In an add button
|
|
21
|
+
* <Button icon={<AddIcon />}>Add Item</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const AddIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("line", { x1: "12", y1: "5", x2: "12", y2: "19" }), jsx("line", { x1: "5", y1: "12", x2: "19", y2: "12" })] }));
|
|
26
|
+
});
|
|
27
|
+
AddIcon.displayName = 'AddIcon';
|
|
28
|
+
|
|
29
|
+
export { AddIcon };
|
|
30
|
+
//# sourceMappingURL=AddIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddIcon.js","sources":["../../../../../src/components/Icons/AddIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;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
|
+
* AI Chat icon component for AI assistant chat interfaces.
|
|
8
|
+
*
|
|
9
|
+
* A chat bubble with a sparkle accent, commonly used for
|
|
10
|
+
* AI chat panels, assistant toggles, and conversational
|
|
11
|
+
* AI features in editor interfaces.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* // Basic usage
|
|
16
|
+
* <AiChatIcon />
|
|
17
|
+
*
|
|
18
|
+
* // With custom size and color
|
|
19
|
+
* <AiChatIcon size="lg" color="accent" />
|
|
20
|
+
*
|
|
21
|
+
* // In a toolbar toggle
|
|
22
|
+
* <Toolbar.Toggle icon={<AiChatIcon size="sm" />} tooltip="AI Chat" />
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
const AiChatIcon = /*#__PURE__*/ React.memo(props => {
|
|
26
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }), jsx("path", { d: "M14.5 7l.5 1.5L16.5 9l-1.5.5L14.5 11l-.5-1.5L12.5 9l1.5-.5Z" })] }));
|
|
27
|
+
});
|
|
28
|
+
AiChatIcon.displayName = 'AiChatIcon';
|
|
29
|
+
|
|
30
|
+
export { AiChatIcon };
|
|
31
|
+
//# sourceMappingURL=AiChatIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AiChatIcon.js","sources":["../../../../../src/components/Icons/AiChatIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;;AAkBG;AACI;AAEH;AAMF;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
|
+
* AI sparkles icon component representing artificial intelligence.
|
|
8
|
+
*
|
|
9
|
+
* Three 4-pointed sparkle stars at different sizes,
|
|
10
|
+
* commonly used for AI features, generative tools,
|
|
11
|
+
* and smart suggestions in editor interfaces.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* // Basic usage
|
|
16
|
+
* <AiSparklesIcon />
|
|
17
|
+
*
|
|
18
|
+
* // With custom size and color
|
|
19
|
+
* <AiSparklesIcon size="lg" color="primary" />
|
|
20
|
+
*
|
|
21
|
+
* // In an AI action button
|
|
22
|
+
* <Button icon={<AiSparklesIcon />}>Generate</Button>
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
const AiSparklesIcon = /*#__PURE__*/ React.memo(props => {
|
|
26
|
+
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M9 1l2 6L17 9l-6 2L9 17l-2-6L1 9l6-2Z" }), jsx("path", { d: "M19 1l1 3L23 5l-3 1L19 9l-1-3L15 5l3-1Z" }), jsx("path", { d: "M19 15l.75 2.25L22 18l-2.25.75L19 21l-.75-2.25L16 18l2.25-.75Z" })] }));
|
|
27
|
+
});
|
|
28
|
+
AiSparklesIcon.displayName = 'AiSparklesIcon';
|
|
29
|
+
|
|
30
|
+
export { AiSparklesIcon };
|
|
31
|
+
//# sourceMappingURL=AiSparklesIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AiSparklesIcon.js","sources":["../../../../../src/components/Icons/AiSparklesIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;;AAkBG;AACI;;AAUP;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
|
+
* Arrow Down icon component for downward navigation and expansion.
|
|
8
|
+
*
|
|
9
|
+
* A standard downward-pointing arrow commonly used for dropdown menus,
|
|
10
|
+
* expanding content, and downward navigation in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <ArrowDownIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <ArrowDownIcon size="lg" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a dropdown button
|
|
21
|
+
* <Button icon={<ArrowDownIcon />}>Expand</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const ArrowDownIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M7 10l5 5 5-5z" }) }));
|
|
26
|
+
});
|
|
27
|
+
ArrowDownIcon.displayName = 'ArrowDownIcon';
|
|
28
|
+
|
|
29
|
+
export { ArrowDownIcon };
|
|
30
|
+
//# sourceMappingURL=ArrowDownIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowDownIcon.js","sources":["../../../../../src/components/Icons/ArrowDownIcon.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
|
+
* Arrow Left icon component for leftward navigation and back actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard leftward-pointing arrow commonly used for back buttons,
|
|
10
|
+
* previous navigation, and leftward movement in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <ArrowLeftIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <ArrowLeftIcon size="lg" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a back button
|
|
21
|
+
* <Button icon={<ArrowLeftIcon />}>Back</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const ArrowLeftIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M14 7l-5 5 5 5V7z" }) }));
|
|
26
|
+
});
|
|
27
|
+
ArrowLeftIcon.displayName = 'ArrowLeftIcon';
|
|
28
|
+
|
|
29
|
+
export { ArrowLeftIcon };
|
|
30
|
+
//# sourceMappingURL=ArrowLeftIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowLeftIcon.js","sources":["../../../../../src/components/Icons/ArrowLeftIcon.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
|
+
* Arrow Right icon component for rightward navigation and forward actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard rightward-pointing arrow commonly used for next buttons,
|
|
10
|
+
* forward navigation, and rightward movement in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <ArrowRightIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <ArrowRightIcon size="lg" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a next button
|
|
21
|
+
* <Button icon={<ArrowRightIcon />}>Next</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const ArrowRightIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M10 17l5-5-5-5v10z" }) }));
|
|
26
|
+
});
|
|
27
|
+
ArrowRightIcon.displayName = 'ArrowRightIcon';
|
|
28
|
+
|
|
29
|
+
export { ArrowRightIcon };
|
|
30
|
+
//# sourceMappingURL=ArrowRightIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowRightIcon.js","sources":["../../../../../src/components/Icons/ArrowRightIcon.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
|
+
* Arrow Up icon component for upward navigation and collapse actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard upward-pointing arrow commonly used for collapse buttons,
|
|
10
|
+
* upward navigation, and minimizing content in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <ArrowUpIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <ArrowUpIcon size="lg" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a collapse button
|
|
21
|
+
* <Button icon={<ArrowUpIcon />}>Collapse</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const ArrowUpIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M17 14l-5-5-5 5h10z" }) }));
|
|
26
|
+
});
|
|
27
|
+
ArrowUpIcon.displayName = 'ArrowUpIcon';
|
|
28
|
+
|
|
29
|
+
export { ArrowUpIcon };
|
|
30
|
+
//# sourceMappingURL=ArrowUpIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowUpIcon.js","sources":["../../../../../src/components/Icons/ArrowUpIcon.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
|
+
* Bookmark icon component for saving and marking content.
|
|
8
|
+
*
|
|
9
|
+
* A standard bookmark icon commonly used for saving items,
|
|
10
|
+
* marking favorites, and bookmarking content in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <BookmarkIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <BookmarkIcon size="lg" color="accent" />
|
|
19
|
+
*
|
|
20
|
+
* // In a bookmark button
|
|
21
|
+
* <Button icon={<BookmarkIcon />}>Bookmark</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const BookmarkIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsx(Icon, { ...props, children: jsx("path", { d: "M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" }) }));
|
|
26
|
+
});
|
|
27
|
+
BookmarkIcon.displayName = 'BookmarkIcon';
|
|
28
|
+
|
|
29
|
+
export { BookmarkIcon };
|
|
30
|
+
//# sourceMappingURL=BookmarkIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookmarkIcon.js","sources":["../../../../../src/components/Icons/BookmarkIcon.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
|
+
* Calendar icon component for date and scheduling functionality.
|
|
8
|
+
*
|
|
9
|
+
* A standard calendar icon commonly used for date pickers,
|
|
10
|
+
* scheduling, and time-related features in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <CalendarIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <CalendarIcon size="lg" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a date picker
|
|
21
|
+
* <Button icon={<CalendarIcon />}>Select Date</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const CalendarIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "3", y: "4", width: "18", height: "18", rx: "2", ry: "2" }), jsx("line", { x1: "16", y1: "2", x2: "16", y2: "6" }), jsx("line", { x1: "8", y1: "2", x2: "8", y2: "6" }), jsx("line", { x1: "3", y1: "10", x2: "21", y2: "10" })] }));
|
|
26
|
+
});
|
|
27
|
+
CalendarIcon.displayName = 'CalendarIcon';
|
|
28
|
+
|
|
29
|
+
export { CalendarIcon };
|
|
30
|
+
//# sourceMappingURL=CalendarIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarIcon.js","sources":["../../../../../src/components/Icons/CalendarIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAQF;AAEA;;"}
|
|
@@ -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
|
/**
|
|
@@ -19,9 +21,10 @@ import { Icon } from '../primitives/Icon/Icon.js';
|
|
|
19
21
|
* <Button icon={<CheckIcon />}>Confirm</Button>
|
|
20
22
|
* ```
|
|
21
23
|
*/
|
|
22
|
-
const CheckIcon = props => {
|
|
24
|
+
const CheckIcon = /*#__PURE__*/ React.memo(props => {
|
|
23
25
|
return (jsx(Icon, { ...props, children: jsx("polyline", { points: "20,6 9,17 4,12" }) }));
|
|
24
|
-
};
|
|
26
|
+
});
|
|
27
|
+
CheckIcon.displayName = 'CheckIcon';
|
|
25
28
|
|
|
26
29
|
export { CheckIcon };
|
|
27
30
|
//# sourceMappingURL=CheckIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckIcon.js","sources":["../../../../../src/components/Icons/CheckIcon.tsx"],"sourcesContent":[null],"names":[
|
|
1
|
+
{"version":3,"file":"CheckIcon.js","sources":["../../../../../src/components/Icons/CheckIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAKF;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
|
/**
|
|
@@ -19,9 +21,10 @@ import { Icon } from '../primitives/Icon/Icon.js';
|
|
|
19
21
|
* <Select icon={<ChevronDownIcon />}>Options</Select>
|
|
20
22
|
* ```
|
|
21
23
|
*/
|
|
22
|
-
const ChevronDownIcon = props => {
|
|
24
|
+
const ChevronDownIcon = /*#__PURE__*/ React.memo(props => {
|
|
23
25
|
return (jsx(Icon, { ...props, children: jsx("polyline", { points: "6,9 12,15 18,9" }) }));
|
|
24
|
-
};
|
|
26
|
+
});
|
|
27
|
+
ChevronDownIcon.displayName = 'ChevronDownIcon';
|
|
25
28
|
|
|
26
29
|
export { ChevronDownIcon };
|
|
27
30
|
//# sourceMappingURL=ChevronDownIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChevronDownIcon.js","sources":["../../../../../src/components/Icons/ChevronDownIcon.tsx"],"sourcesContent":[null],"names":[
|
|
1
|
+
{"version":3,"file":"ChevronDownIcon.js","sources":["../../../../../src/components/Icons/ChevronDownIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
|
|
@@ -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
|
/**
|
|
@@ -19,9 +21,10 @@ import { Icon } from '../primitives/Icon/Icon.js';
|
|
|
19
21
|
* <Button icon={<ChevronUpIcon />}>Collapse</Button>
|
|
20
22
|
* ```
|
|
21
23
|
*/
|
|
22
|
-
const ChevronUpIcon = props => {
|
|
24
|
+
const ChevronUpIcon = /*#__PURE__*/ React.memo(props => {
|
|
23
25
|
return (jsx(Icon, { ...props, children: jsx("polyline", { points: "18,15 12,9 6,15" }) }));
|
|
24
|
-
};
|
|
26
|
+
});
|
|
27
|
+
ChevronUpIcon.displayName = 'ChevronUpIcon';
|
|
25
28
|
|
|
26
29
|
export { ChevronUpIcon };
|
|
27
30
|
//# sourceMappingURL=ChevronUpIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChevronUpIcon.js","sources":["../../../../../src/components/Icons/ChevronUpIcon.tsx"],"sourcesContent":[null],"names":[
|
|
1
|
+
{"version":3,"file":"ChevronUpIcon.js","sources":["../../../../../src/components/Icons/ChevronUpIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
|
|
@@ -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
|
/**
|
|
@@ -19,9 +21,10 @@ import { Icon } from '../primitives/Icon/Icon.js';
|
|
|
19
21
|
* <Button icon={<CircleIcon />}>Option</Button>
|
|
20
22
|
* ```
|
|
21
23
|
*/
|
|
22
|
-
const CircleIcon = props => {
|
|
24
|
+
const CircleIcon = /*#__PURE__*/ React.memo(props => {
|
|
23
25
|
return (jsx(Icon, { ...props, children: jsx("circle", { cx: "12", cy: "12", r: "10" }) }));
|
|
24
|
-
};
|
|
26
|
+
});
|
|
27
|
+
CircleIcon.displayName = 'CircleIcon';
|
|
25
28
|
|
|
26
29
|
export { CircleIcon };
|
|
27
30
|
//# sourceMappingURL=CircleIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CircleIcon.js","sources":["../../../../../src/components/Icons/CircleIcon.tsx"],"sourcesContent":[null],"names":[
|
|
1
|
+
{"version":3,"file":"CircleIcon.js","sources":["../../../../../src/components/Icons/CircleIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;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
|
+
* Clock icon component for time and scheduling functionality.
|
|
8
|
+
*
|
|
9
|
+
* A standard clock icon commonly used for time displays,
|
|
10
|
+
* scheduling features, and temporal indicators in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <ClockIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <ClockIcon size="lg" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a time picker
|
|
21
|
+
* <Button icon={<ClockIcon />}>Set Time</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const ClockIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "10" }), jsx("polyline", { points: "12,6 12,12 16,14" })] }));
|
|
26
|
+
});
|
|
27
|
+
ClockIcon.displayName = 'ClockIcon';
|
|
28
|
+
|
|
29
|
+
export { ClockIcon };
|
|
30
|
+
//# sourceMappingURL=ClockIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClockIcon.js","sources":["../../../../../src/components/Icons/ClockIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAQL;AAGF;;"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
2
4
|
import { Icon } from '../primitives/Icon/Icon.js';
|
|
3
5
|
|
|
4
6
|
/**
|
|
@@ -19,9 +21,10 @@ import { Icon } from '../primitives/Icon/Icon.js';
|
|
|
19
21
|
* <IconButton icon={<CloseIcon />} aria-label="Close" />
|
|
20
22
|
* ```
|
|
21
23
|
*/
|
|
22
|
-
const CloseIcon = props => {
|
|
24
|
+
const CloseIcon = /*#__PURE__*/ React.memo(props => {
|
|
23
25
|
return (jsxs(Icon, { ...props, children: [jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" }), jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" })] }));
|
|
24
|
-
};
|
|
26
|
+
});
|
|
27
|
+
CloseIcon.displayName = 'CloseIcon';
|
|
25
28
|
|
|
26
29
|
export { CloseIcon };
|
|
27
30
|
//# sourceMappingURL=CloseIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CloseIcon.js","sources":["../../../../../src/components/Icons/CloseIcon.tsx"],"sourcesContent":[null],"names":[
|
|
1
|
+
{"version":3,"file":"CloseIcon.js","sources":["../../../../../src/components/Icons/CloseIcon.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
|
+
* Code icon component for code and development actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard code brackets icon commonly used for code editing,
|
|
10
|
+
* development tools, and programming features in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <CodeIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <CodeIcon size="md" color="accent" />
|
|
19
|
+
*
|
|
20
|
+
* // In a code context
|
|
21
|
+
* <Button icon={<CodeIcon />}>View Code</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const CodeIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("polyline", { points: "16,18 22,12 16,6" }), jsx("polyline", { points: "8,6 2,12 8,18" })] }));
|
|
26
|
+
});
|
|
27
|
+
CodeIcon.displayName = 'CodeIcon';
|
|
28
|
+
|
|
29
|
+
export { CodeIcon };
|
|
30
|
+
//# sourceMappingURL=CodeIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeIcon.js","sources":["../../../../../src/components/Icons/CodeIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;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
|
+
* Copy icon component for duplication and clipboard actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard copy icon commonly used for copying content,
|
|
10
|
+
* duplicating items, and clipboard operations in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <CopyIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <CopyIcon size="md" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a copy button
|
|
21
|
+
* <Button icon={<CopyIcon />}>Copy</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const CopyIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "9", y: "9", width: "13", height: "13", rx: "2", ry: "2" }), jsx("path", { d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" })] }));
|
|
26
|
+
});
|
|
27
|
+
CopyIcon.displayName = 'CopyIcon';
|
|
28
|
+
|
|
29
|
+
export { CopyIcon };
|
|
30
|
+
//# sourceMappingURL=CopyIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CopyIcon.js","sources":["../../../../../src/components/Icons/CopyIcon.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
|
+
* Cut icon component for cutting and removal actions.
|
|
8
|
+
*
|
|
9
|
+
* A standard scissors icon commonly used for cutting content,
|
|
10
|
+
* removing items, and clipboard cut operations in editor interfaces.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* // Basic usage
|
|
15
|
+
* <CutIcon />
|
|
16
|
+
*
|
|
17
|
+
* // With custom size and color
|
|
18
|
+
* <CutIcon size="md" color="primary" />
|
|
19
|
+
*
|
|
20
|
+
* // In a cut button
|
|
21
|
+
* <Button icon={<CutIcon />}>Cut</Button>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
const CutIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
+
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "6", cy: "6", r: "3" }), jsx("circle", { cx: "6", cy: "18", r: "3" }), jsx("line", { x1: "20", y1: "4", x2: "8.12", y2: "15.88" }), jsx("line", { x1: "14.47", y1: "14.48", x2: "20", y2: "20" }), jsx("line", { x1: "8.12", y1: "8.12", x2: "12", y2: "12" })] }));
|
|
26
|
+
});
|
|
27
|
+
CutIcon.displayName = 'CutIcon';
|
|
28
|
+
|
|
29
|
+
export { CutIcon };
|
|
30
|
+
//# sourceMappingURL=CutIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CutIcon.js","sources":["../../../../../src/components/Icons/CutIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AASF;AAGF;;"}
|