entangle-ui 0.5.1 → 0.6.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.
Files changed (143) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/esm/components/controls/CartesianPicker/CartesianPicker.js.map +1 -1
  3. package/dist/esm/components/controls/CartesianPicker/useCartesianInteraction.js +0 -1
  4. package/dist/esm/components/controls/CartesianPicker/useCartesianInteraction.js.map +1 -1
  5. package/dist/esm/components/controls/CartesianPicker/useCartesianRenderer.js +0 -1
  6. package/dist/esm/components/controls/CartesianPicker/useCartesianRenderer.js.map +1 -1
  7. package/dist/esm/components/controls/CurveEditor/CurveToolbar.js +0 -57
  8. package/dist/esm/components/controls/CurveEditor/CurveToolbar.js.map +1 -1
  9. package/dist/esm/components/controls/CurveEditor/curveUtils.js +38 -9
  10. package/dist/esm/components/controls/CurveEditor/curveUtils.js.map +1 -1
  11. package/dist/esm/components/controls/CurveEditor/useCurveInteraction.js +5 -0
  12. package/dist/esm/components/controls/CurveEditor/useCurveInteraction.js.map +1 -1
  13. package/dist/esm/components/controls/CurveEditor/useCurveRenderer.js +0 -1
  14. package/dist/esm/components/controls/CurveEditor/useCurveRenderer.js.map +1 -1
  15. package/dist/esm/components/controls/Select/Select.js +0 -1
  16. package/dist/esm/components/controls/Select/Select.js.map +1 -1
  17. package/dist/esm/components/controls/Slider/Slider.js.map +1 -1
  18. package/dist/esm/components/editor/ViewportGizmo/useGizmoRenderer.js +0 -1
  19. package/dist/esm/components/editor/ViewportGizmo/useGizmoRenderer.js.map +1 -1
  20. package/dist/esm/components/navigation/ContextMenu/ContextMenu.js +0 -61
  21. package/dist/esm/components/navigation/ContextMenu/ContextMenu.js.map +1 -1
  22. package/dist/esm/components/navigation/Menu/Menu.helpers.js +0 -62
  23. package/dist/esm/components/navigation/Menu/Menu.helpers.js.map +1 -1
  24. package/dist/esm/components/navigation/Menu/Menu.js +0 -61
  25. package/dist/esm/components/navigation/Menu/Menu.js.map +1 -1
  26. package/dist/esm/components/navigation/Tabs/Tab.js +0 -62
  27. package/dist/esm/components/navigation/Tabs/Tab.js.map +1 -1
  28. package/dist/esm/components/primitives/Checkbox/Checkbox.js +0 -2
  29. package/dist/esm/components/primitives/Checkbox/Checkbox.js.map +1 -1
  30. package/dist/esm/components/primitives/Checkbox/CheckboxGroup.js +0 -1
  31. package/dist/esm/components/primitives/Checkbox/CheckboxGroup.js.map +1 -1
  32. package/dist/esm/components/primitives/Input/Input.js +7 -4
  33. package/dist/esm/components/primitives/Input/Input.js.map +1 -1
  34. package/dist/esm/components/primitives/Switch/Switch.js +0 -2
  35. package/dist/esm/components/primitives/Switch/Switch.js.map +1 -1
  36. package/dist/esm/utils/mathExpression.js +52 -4
  37. package/dist/esm/utils/mathExpression.js.map +1 -1
  38. package/dist/types/components/primitives/Button/Button.d.ts +1 -1
  39. package/dist/types/components/primitives/IconButton/IconButton.d.ts +1 -1
  40. package/dist/types/components/primitives/Input/Input.d.ts +5 -5
  41. package/package.json +3 -2
  42. package/dist/esm/components/Icons/AddIcon.js +0 -30
  43. package/dist/esm/components/Icons/AddIcon.js.map +0 -1
  44. package/dist/esm/components/Icons/AiChatIcon.js +0 -31
  45. package/dist/esm/components/Icons/AiChatIcon.js.map +0 -1
  46. package/dist/esm/components/Icons/AiSparklesIcon.js +0 -31
  47. package/dist/esm/components/Icons/AiSparklesIcon.js.map +0 -1
  48. package/dist/esm/components/Icons/ArrowDownIcon.js +0 -30
  49. package/dist/esm/components/Icons/ArrowDownIcon.js.map +0 -1
  50. package/dist/esm/components/Icons/ArrowLeftIcon.js +0 -30
  51. package/dist/esm/components/Icons/ArrowLeftIcon.js.map +0 -1
  52. package/dist/esm/components/Icons/ArrowRightIcon.js +0 -30
  53. package/dist/esm/components/Icons/ArrowRightIcon.js.map +0 -1
  54. package/dist/esm/components/Icons/ArrowUpIcon.js +0 -30
  55. package/dist/esm/components/Icons/ArrowUpIcon.js.map +0 -1
  56. package/dist/esm/components/Icons/BookmarkIcon.js +0 -30
  57. package/dist/esm/components/Icons/BookmarkIcon.js.map +0 -1
  58. package/dist/esm/components/Icons/CalendarIcon.js +0 -30
  59. package/dist/esm/components/Icons/CalendarIcon.js.map +0 -1
  60. package/dist/esm/components/Icons/ClockIcon.js +0 -30
  61. package/dist/esm/components/Icons/ClockIcon.js.map +0 -1
  62. package/dist/esm/components/Icons/CodeIcon.js +0 -30
  63. package/dist/esm/components/Icons/CodeIcon.js.map +0 -1
  64. package/dist/esm/components/Icons/CopyIcon.js +0 -30
  65. package/dist/esm/components/Icons/CopyIcon.js.map +0 -1
  66. package/dist/esm/components/Icons/CutIcon.js +0 -30
  67. package/dist/esm/components/Icons/CutIcon.js.map +0 -1
  68. package/dist/esm/components/Icons/DownloadIcon.js +0 -30
  69. package/dist/esm/components/Icons/DownloadIcon.js.map +0 -1
  70. package/dist/esm/components/Icons/EditIcon.js +0 -30
  71. package/dist/esm/components/Icons/EditIcon.js.map +0 -1
  72. package/dist/esm/components/Icons/ErrorIcon.js +0 -30
  73. package/dist/esm/components/Icons/ErrorIcon.js.map +0 -1
  74. package/dist/esm/components/Icons/EyeIcon.js +0 -30
  75. package/dist/esm/components/Icons/EyeIcon.js.map +0 -1
  76. package/dist/esm/components/Icons/FilterIcon.js +0 -30
  77. package/dist/esm/components/Icons/FilterIcon.js.map +0 -1
  78. package/dist/esm/components/Icons/FolderIcon.js +0 -30
  79. package/dist/esm/components/Icons/FolderIcon.js.map +0 -1
  80. package/dist/esm/components/Icons/FullscreenIcon.js +0 -30
  81. package/dist/esm/components/Icons/FullscreenIcon.js.map +0 -1
  82. package/dist/esm/components/Icons/GridIcon.js +0 -30
  83. package/dist/esm/components/Icons/GridIcon.js.map +0 -1
  84. package/dist/esm/components/Icons/HeartIcon.js +0 -30
  85. package/dist/esm/components/Icons/HeartIcon.js.map +0 -1
  86. package/dist/esm/components/Icons/HelpIcon.js +0 -30
  87. package/dist/esm/components/Icons/HelpIcon.js.map +0 -1
  88. package/dist/esm/components/Icons/HomeIcon.js +0 -30
  89. package/dist/esm/components/Icons/HomeIcon.js.map +0 -1
  90. package/dist/esm/components/Icons/InfoIcon.js +0 -30
  91. package/dist/esm/components/Icons/InfoIcon.js.map +0 -1
  92. package/dist/esm/components/Icons/LinkIcon.js +0 -30
  93. package/dist/esm/components/Icons/LinkIcon.js.map +0 -1
  94. package/dist/esm/components/Icons/ListIcon.js +0 -30
  95. package/dist/esm/components/Icons/ListIcon.js.map +0 -1
  96. package/dist/esm/components/Icons/LockIcon.js +0 -30
  97. package/dist/esm/components/Icons/LockIcon.js.map +0 -1
  98. package/dist/esm/components/Icons/MaximizeIcon.js +0 -30
  99. package/dist/esm/components/Icons/MaximizeIcon.js.map +0 -1
  100. package/dist/esm/components/Icons/MenuIcon.js +0 -30
  101. package/dist/esm/components/Icons/MenuIcon.js.map +0 -1
  102. package/dist/esm/components/Icons/MinimizeIcon.js +0 -30
  103. package/dist/esm/components/Icons/MinimizeIcon.js.map +0 -1
  104. package/dist/esm/components/Icons/PasteIcon.js +0 -30
  105. package/dist/esm/components/Icons/PasteIcon.js.map +0 -1
  106. package/dist/esm/components/Icons/PlayIcon.js +0 -30
  107. package/dist/esm/components/Icons/PlayIcon.js.map +0 -1
  108. package/dist/esm/components/Icons/RedoIcon.js +0 -30
  109. package/dist/esm/components/Icons/RedoIcon.js.map +0 -1
  110. package/dist/esm/components/Icons/RefreshIcon.js +0 -30
  111. package/dist/esm/components/Icons/RefreshIcon.js.map +0 -1
  112. package/dist/esm/components/Icons/RobotIcon.js +0 -30
  113. package/dist/esm/components/Icons/RobotIcon.js.map +0 -1
  114. package/dist/esm/components/Icons/SaveIcon.js +0 -30
  115. package/dist/esm/components/Icons/SaveIcon.js.map +0 -1
  116. package/dist/esm/components/Icons/SearchIcon.js +0 -30
  117. package/dist/esm/components/Icons/SearchIcon.js.map +0 -1
  118. package/dist/esm/components/Icons/SettingsIcon.js +0 -30
  119. package/dist/esm/components/Icons/SettingsIcon.js.map +0 -1
  120. package/dist/esm/components/Icons/SortIcon.js +0 -30
  121. package/dist/esm/components/Icons/SortIcon.js.map +0 -1
  122. package/dist/esm/components/Icons/StarIcon.js +0 -30
  123. package/dist/esm/components/Icons/StarIcon.js.map +0 -1
  124. package/dist/esm/components/Icons/SuccessIcon.js +0 -30
  125. package/dist/esm/components/Icons/SuccessIcon.js.map +0 -1
  126. package/dist/esm/components/Icons/TagIcon.js +0 -30
  127. package/dist/esm/components/Icons/TagIcon.js.map +0 -1
  128. package/dist/esm/components/Icons/TrashIcon.js +0 -30
  129. package/dist/esm/components/Icons/TrashIcon.js.map +0 -1
  130. package/dist/esm/components/Icons/UndoIcon.js +0 -30
  131. package/dist/esm/components/Icons/UndoIcon.js.map +0 -1
  132. package/dist/esm/components/Icons/UnlockIcon.js +0 -30
  133. package/dist/esm/components/Icons/UnlockIcon.js.map +0 -1
  134. package/dist/esm/components/Icons/UploadIcon.js +0 -30
  135. package/dist/esm/components/Icons/UploadIcon.js.map +0 -1
  136. package/dist/esm/components/Icons/UserIcon.js +0 -30
  137. package/dist/esm/components/Icons/UserIcon.js.map +0 -1
  138. package/dist/esm/components/Icons/WarningIcon.js +0 -30
  139. package/dist/esm/components/Icons/WarningIcon.js.map +0 -1
  140. package/dist/esm/components/Icons/ZoomInIcon.js +0 -30
  141. package/dist/esm/components/Icons/ZoomInIcon.js.map +0 -1
  142. package/dist/esm/components/Icons/ZoomOutIcon.js +0 -30
  143. package/dist/esm/components/Icons/ZoomOutIcon.js.map +0 -1
@@ -1,30 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"LinkIcon.js","sources":["../../../../../src/components/Icons/LinkIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}
@@ -1,30 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"ListIcon.js","sources":["../../../../../src/components/Icons/ListIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAYL;AAGF;;"}
@@ -1,30 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"LockIcon.js","sources":["../../../../../src/components/Icons/LockIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}
@@ -1,30 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"MaximizeIcon.js","sources":["../../../../../src/components/Icons/MaximizeIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
@@ -1,30 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"MenuIcon.js","sources":["../../../../../src/components/Icons/MenuIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAOF;AAGF;;"}
@@ -1,30 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"MinimizeIcon.js","sources":["../../../../../src/components/Icons/MinimizeIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
@@ -1,30 +0,0 @@
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
- * Paste icon component for paste actions.
8
- *
9
- * A standard clipboard icon commonly used for pasting content,
10
- * inserting items, and clipboard operations in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <PasteIcon />
16
- *
17
- * // With custom size and color
18
- * <PasteIcon size="lg" color="primary" />
19
- *
20
- * // In a paste button
21
- * <Button icon={<PasteIcon />}>Paste</Button>
22
- * ```
23
- */
24
- const PasteIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }), jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" })] }));
26
- });
27
- PasteIcon.displayName = 'PasteIcon';
28
-
29
- export { PasteIcon };
30
- //# sourceMappingURL=PasteIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PasteIcon.js","sources":["../../../../../src/components/Icons/PasteIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}
@@ -1,30 +0,0 @@
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
- * Play icon component for play/start actions.
8
- *
9
- * A standard play triangle icon commonly used for starting playback,
10
- * running processes, and begin operations in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <PlayIcon />
16
- *
17
- * // With custom size and color
18
- * <PlayIcon size="lg" color="success" />
19
- *
20
- * // In a play button
21
- * <Button icon={<PlayIcon />}>Play</Button>
22
- * ```
23
- */
24
- const PlayIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsx(Icon, { ...props, children: jsx("polygon", { points: "5,3 19,12 5,21" }) }));
26
- });
27
- PlayIcon.displayName = 'PlayIcon';
28
-
29
- export { PlayIcon };
30
- //# sourceMappingURL=PlayIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlayIcon.js","sources":["../../../../../src/components/Icons/PlayIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAKF;AAGF;;"}
@@ -1,30 +0,0 @@
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
- * Redo icon component for redo actions.
8
- *
9
- * A standard curved arrow icon commonly used for redoing operations,
10
- * reapplying changes, and history navigation in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <RedoIcon />
16
- *
17
- * // With custom size and color
18
- * <RedoIcon size="md" color="secondary" />
19
- *
20
- * // In a redo button
21
- * <Button icon={<RedoIcon />}>Redo</Button>
22
- * ```
23
- */
24
- const RedoIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M21 7v6h-6" }), jsx("path", { d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3L21 13" })] }));
26
- });
27
- RedoIcon.displayName = 'RedoIcon';
28
-
29
- export { RedoIcon };
30
- //# sourceMappingURL=RedoIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RedoIcon.js","sources":["../../../../../src/components/Icons/RedoIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}
@@ -1,30 +0,0 @@
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
- * Refresh icon component for refresh/reload actions.
8
- *
9
- * A standard circular arrow icon commonly used for refreshing content,
10
- * reloading data, and update operations in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <RefreshIcon />
16
- *
17
- * // With custom size and color
18
- * <RefreshIcon size="lg" color="accent" />
19
- *
20
- * // In a refresh button
21
- * <Button icon={<RefreshIcon />}>Refresh</Button>
22
- * ```
23
- */
24
- const RefreshIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" }), jsx("path", { d: "M21 3v5h-5" }), jsx("path", { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" }), jsx("path", { d: "M3 21v-5h5" })] }));
26
- });
27
- RefreshIcon.displayName = 'RefreshIcon';
28
-
29
- export { RefreshIcon };
30
- //# sourceMappingURL=RefreshIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RefreshIcon.js","sources":["../../../../../src/components/Icons/RefreshIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAQF;AAEA;;"}
@@ -1,30 +0,0 @@
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
- * Robot icon component representing AI or automation.
8
- *
9
- * A robot head icon commonly used for AI assistant features,
10
- * chatbots, and automation actions in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <RobotIcon />
16
- *
17
- * // With custom size and color
18
- * <RobotIcon size="lg" color="primary" />
19
- *
20
- * // In an AI chat button
21
- * <Button icon={<RobotIcon />}>AI Assistant</Button>
22
- * ```
23
- */
24
- const RobotIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "5", y: "9", width: "14", height: "10", rx: "2" }), jsx("circle", { cx: "9.5", cy: "14", r: "1" }), jsx("circle", { cx: "14.5", cy: "14", r: "1" }), jsx("line", { x1: "12", y1: "9", x2: "12", y2: "5" }), jsx("circle", { cx: "12", cy: "4", r: "1" }), jsx("line", { x1: "5", y1: "13", x2: "3", y2: "13" }), jsx("line", { x1: "19", y1: "13", x2: "21", y2: "13" })] }));
26
- });
27
- RobotIcon.displayName = 'RobotIcon';
28
-
29
- export { RobotIcon };
30
- //# sourceMappingURL=RobotIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RobotIcon.js","sources":["../../../../../src/components/Icons/RobotIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAWF;AAGF;;"}
@@ -1,30 +0,0 @@
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
- * Save icon component for save actions.
8
- *
9
- * A standard floppy disk icon commonly used for saving files,
10
- * persisting data, and storage operations in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <SaveIcon />
16
- *
17
- * // With custom size and color
18
- * <SaveIcon size="lg" color="success" />
19
- *
20
- * // In a save button
21
- * <Button icon={<SaveIcon />}>Save</Button>
22
- * ```
23
- */
24
- const SaveIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" }), jsx("polyline", { points: "17,21 17,13 7,13 7,21" }), jsx("polyline", { points: "7,3 7,8 15,8" })] }));
26
- });
27
- SaveIcon.displayName = 'SaveIcon';
28
-
29
- export { SaveIcon };
30
- //# sourceMappingURL=SaveIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SaveIcon.js","sources":["../../../../../src/components/Icons/SaveIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASL;AAGF;;"}
@@ -1,30 +0,0 @@
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
- * Search icon component for search functionality.
8
- *
9
- * A standard magnifying glass icon commonly used for search inputs,
10
- * find operations, and lookup features in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <SearchIcon />
16
- *
17
- * // With custom size and color
18
- * <SearchIcon size="md" color="primary" />
19
- *
20
- * // In a search input
21
- * <Input startIcon={<SearchIcon />} placeholder="Search..." />
22
- * ```
23
- */
24
- const SearchIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "11", cy: "11", r: "8" }), jsx("path", { d: "M21 21l-4.35-4.35" })] }));
26
- });
27
- SearchIcon.displayName = 'SearchIcon';
28
-
29
- export { SearchIcon };
30
- //# sourceMappingURL=SearchIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SearchIcon.js","sources":["../../../../../src/components/Icons/SearchIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAQL;AAGF;;"}
@@ -1,30 +0,0 @@
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
- * Settings icon component for configuration and preferences.
8
- *
9
- * A standard gear/cog icon commonly used for settings panels,
10
- * configuration dialogs, and preference screens in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <SettingsIcon />
16
- *
17
- * // With custom size and color
18
- * <SettingsIcon size="lg" color="primary" />
19
- *
20
- * // In a settings button
21
- * <Button icon={<SettingsIcon />}>Settings</Button>
22
- * ```
23
- */
24
- const SettingsIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "3" }), jsx("path", { d: "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" })] }));
26
- });
27
- SettingsIcon.displayName = 'SettingsIcon';
28
-
29
- export { SettingsIcon };
30
- //# sourceMappingURL=SettingsIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SettingsIcon.js","sources":["../../../../../src/components/Icons/SettingsIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASP;AAEA;;"}
@@ -1,30 +0,0 @@
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
- * Sort icon component for sorting actions.
8
- *
9
- * A standard up/down arrows icon commonly used for sorting content,
10
- * data ordering, and list arrangement in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <SortIcon />
16
- *
17
- * // With custom size and color
18
- * <SortIcon size="sm" color="muted" />
19
- *
20
- * // In a sort context
21
- * <Button icon={<SortIcon />}>Sort</Button>
22
- * ```
23
- */
24
- const SortIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M3 6h18" }), jsx("path", { d: "M7 12h10" }), jsx("path", { d: "M10 18h4" })] }));
26
- });
27
- SortIcon.displayName = 'SortIcon';
28
-
29
- export { SortIcon };
30
- //# sourceMappingURL=SortIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SortIcon.js","sources":["../../../../../src/components/Icons/SortIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASL;AAGF;;"}
@@ -1,30 +0,0 @@
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
- * Star icon component for favorites and ratings.
8
- *
9
- * A standard star icon commonly used for favorites, bookmarks,
10
- * ratings, and highlighting important content in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <StarIcon />
16
- *
17
- * // With custom size and color
18
- * <StarIcon size="lg" color="warning" />
19
- *
20
- * // In a favorites context
21
- * <Button icon={<StarIcon />}>Favorite</Button>
22
- * ```
23
- */
24
- const StarIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsx(Icon, { ...props, children: jsx("polygon", { points: "12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26" }) }));
26
- });
27
- StarIcon.displayName = 'StarIcon';
28
-
29
- export { StarIcon };
30
- //# sourceMappingURL=StarIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StarIcon.js","sources":["../../../../../src/components/Icons/StarIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAKF;AAGF;;"}
@@ -1,30 +0,0 @@
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
- * Success icon component for success states.
8
- *
9
- * A standard checkmark circle icon commonly used for success messages,
10
- * completed operations, and positive confirmations in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <SuccessIcon />
16
- *
17
- * // With custom size and color
18
- * <SuccessIcon size="lg" color="success" />
19
- *
20
- * // In a success context
21
- * <Button icon={<SuccessIcon />}>Success</Button>
22
- * ```
23
- */
24
- const SuccessIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "10" }), jsx("polyline", { points: "9,12 12,15 16,10" })] }));
26
- });
27
- SuccessIcon.displayName = 'SuccessIcon';
28
-
29
- export { SuccessIcon };
30
- //# sourceMappingURL=SuccessIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SuccessIcon.js","sources":["../../../../../src/components/Icons/SuccessIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASP;AAEA;;"}
@@ -1,30 +0,0 @@
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
- * Tag icon component for tagging and labeling.
8
- *
9
- * A standard tag icon commonly used for labeling content,
10
- * categorization, and metadata organization in editor interfaces.
11
- *
12
- * @example
13
- * ```tsx
14
- * // Basic usage
15
- * <TagIcon />
16
- *
17
- * // With custom size and color
18
- * <TagIcon size="lg" color="primary" />
19
- *
20
- * // In a tagging context
21
- * <Button icon={<TagIcon />}>Add Tag</Button>
22
- * ```
23
- */
24
- const TagIcon = /*#__PURE__*/ React.memo(props => {
25
- return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z" }), jsx("line", { x1: "7", y1: "7", x2: "7.01", y2: "7" })] }));
26
- });
27
- TagIcon.displayName = 'TagIcon';
28
-
29
- export { TagIcon };
30
- //# sourceMappingURL=TagIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TagIcon.js","sources":["../../../../../src/components/Icons/TagIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}