entangle-ui 0.8.0 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/esm/components/Icons/ArchiveIcon.js +30 -0
  3. package/dist/esm/components/Icons/ArchiveIcon.js.map +1 -0
  4. package/dist/esm/components/Icons/BugIcon.js +30 -0
  5. package/dist/esm/components/Icons/BugIcon.js.map +1 -0
  6. package/dist/esm/components/Icons/BuildingIcon.js +30 -0
  7. package/dist/esm/components/Icons/BuildingIcon.js.map +1 -0
  8. package/dist/esm/components/Icons/ChevronLeftIcon.js +30 -0
  9. package/dist/esm/components/Icons/ChevronLeftIcon.js.map +1 -0
  10. package/dist/esm/components/Icons/ChevronRightIcon.js +30 -0
  11. package/dist/esm/components/Icons/ChevronRightIcon.js.map +1 -0
  12. package/dist/esm/components/Icons/DotsHorizontalIcon.js +30 -0
  13. package/dist/esm/components/Icons/DotsHorizontalIcon.js.map +1 -0
  14. package/dist/esm/components/Icons/DotsVerticalIcon.js +30 -0
  15. package/dist/esm/components/Icons/DotsVerticalIcon.js.map +1 -0
  16. package/dist/esm/components/Icons/FileTextIcon.js +30 -0
  17. package/dist/esm/components/Icons/FileTextIcon.js.map +1 -0
  18. package/dist/esm/components/Icons/FolderCogIcon.js +30 -0
  19. package/dist/esm/components/Icons/FolderCogIcon.js.map +1 -0
  20. package/dist/esm/components/Icons/FolderOpenIcon.js +30 -0
  21. package/dist/esm/components/Icons/FolderOpenIcon.js.map +1 -0
  22. package/dist/esm/components/Icons/GitBranchIcon.js +30 -0
  23. package/dist/esm/components/Icons/GitBranchIcon.js.map +1 -0
  24. package/dist/esm/components/Icons/MinusIcon.js +30 -0
  25. package/dist/esm/components/Icons/MinusIcon.js.map +1 -0
  26. package/dist/esm/components/Icons/PauseIcon.js +30 -0
  27. package/dist/esm/components/Icons/PauseIcon.js.map +1 -0
  28. package/dist/esm/components/Icons/PinIcon.js +31 -0
  29. package/dist/esm/components/Icons/PinIcon.js.map +1 -0
  30. package/dist/esm/components/Icons/SendIcon.js +30 -0
  31. package/dist/esm/components/Icons/SendIcon.js.map +1 -0
  32. package/dist/esm/components/Icons/StopIcon.js +30 -0
  33. package/dist/esm/components/Icons/StopIcon.js.map +1 -0
  34. package/dist/esm/components/Icons/TerminalIcon.js +30 -0
  35. package/dist/esm/components/Icons/TerminalIcon.js.map +1 -0
  36. package/dist/esm/components/Icons/UsersIcon.js +31 -0
  37. package/dist/esm/components/Icons/UsersIcon.js.map +1 -0
  38. package/dist/esm/components/navigation/Breadcrumbs/Breadcrumbs.js +18 -0
  39. package/dist/esm/components/navigation/Breadcrumbs/Breadcrumbs.js.map +1 -1
  40. package/dist/esm/context/KeyboardContext.js +35 -11
  41. package/dist/esm/context/KeyboardContext.js.map +1 -1
  42. package/dist/esm/hooks/useTheme/useTheme.js +1 -0
  43. package/dist/esm/hooks/useTheme/useTheme.js.map +1 -1
  44. package/dist/esm/index.js +83 -2
  45. package/dist/esm/index.js.map +1 -1
  46. package/dist/esm/theme/ThemeProvider.js +3 -2
  47. package/dist/esm/theme/ThemeProvider.js.map +1 -1
  48. package/dist/tokens/tokens.dark.css +1 -1
  49. package/dist/tokens/tokens.json +1 -1
  50. package/dist/tokens/tokens.light.css +1 -1
  51. package/dist/types/components/Icons/AddIcon.d.ts +33 -0
  52. package/dist/types/components/Icons/AiChatIcon.d.ts +34 -0
  53. package/dist/types/components/Icons/AiSparklesIcon.d.ts +34 -0
  54. package/dist/types/components/Icons/ArchiveIcon.d.ts +33 -0
  55. package/dist/types/components/Icons/ArrowDownIcon.d.ts +33 -0
  56. package/dist/types/components/Icons/ArrowLeftIcon.d.ts +33 -0
  57. package/dist/types/components/Icons/ArrowRightIcon.d.ts +33 -0
  58. package/dist/types/components/Icons/ArrowUpIcon.d.ts +33 -0
  59. package/dist/types/components/Icons/BookmarkIcon.d.ts +33 -0
  60. package/dist/types/components/Icons/BugIcon.d.ts +33 -0
  61. package/dist/types/components/Icons/BuildingIcon.d.ts +33 -0
  62. package/dist/types/components/Icons/CalendarIcon.d.ts +33 -0
  63. package/dist/types/components/Icons/CheckIcon.d.ts +33 -0
  64. package/dist/types/components/Icons/ChevronDownIcon.d.ts +33 -0
  65. package/dist/types/components/Icons/ChevronLeftIcon.d.ts +33 -0
  66. package/dist/types/components/Icons/ChevronRightIcon.d.ts +33 -0
  67. package/dist/types/components/Icons/ChevronUpIcon.d.ts +33 -0
  68. package/dist/types/components/Icons/CircleIcon.d.ts +33 -0
  69. package/dist/types/components/Icons/ClockIcon.d.ts +33 -0
  70. package/dist/types/components/Icons/CloseIcon.d.ts +33 -0
  71. package/dist/types/components/Icons/CodeIcon.d.ts +33 -0
  72. package/dist/types/components/Icons/CopyIcon.d.ts +33 -0
  73. package/dist/types/components/Icons/CutIcon.d.ts +33 -0
  74. package/dist/types/components/Icons/DotsHorizontalIcon.d.ts +33 -0
  75. package/dist/types/components/Icons/DotsVerticalIcon.d.ts +33 -0
  76. package/dist/types/components/Icons/DownloadIcon.d.ts +33 -0
  77. package/dist/types/components/Icons/EditIcon.d.ts +33 -0
  78. package/dist/types/components/Icons/ErrorIcon.d.ts +33 -0
  79. package/dist/types/components/Icons/EyeDropperIcon.d.ts +34 -0
  80. package/dist/types/components/Icons/EyeIcon.d.ts +33 -0
  81. package/dist/types/components/Icons/FileTextIcon.d.ts +33 -0
  82. package/dist/types/components/Icons/FilterIcon.d.ts +33 -0
  83. package/dist/types/components/Icons/FolderCogIcon.d.ts +33 -0
  84. package/dist/types/components/Icons/FolderIcon.d.ts +33 -0
  85. package/dist/types/components/Icons/FolderOpenIcon.d.ts +33 -0
  86. package/dist/types/components/Icons/FullscreenIcon.d.ts +33 -0
  87. package/dist/types/components/Icons/GitBranchIcon.d.ts +33 -0
  88. package/dist/types/components/Icons/GridIcon.d.ts +33 -0
  89. package/dist/types/components/Icons/HeartIcon.d.ts +33 -0
  90. package/dist/types/components/Icons/HelpIcon.d.ts +33 -0
  91. package/dist/types/components/Icons/HomeIcon.d.ts +33 -0
  92. package/dist/types/components/Icons/InfoIcon.d.ts +33 -0
  93. package/dist/types/components/Icons/LinkIcon.d.ts +33 -0
  94. package/dist/types/components/Icons/ListIcon.d.ts +33 -0
  95. package/dist/types/components/Icons/LockIcon.d.ts +33 -0
  96. package/dist/types/components/Icons/MaximizeIcon.d.ts +33 -0
  97. package/dist/types/components/Icons/MenuIcon.d.ts +33 -0
  98. package/dist/types/components/Icons/MinimizeIcon.d.ts +33 -0
  99. package/dist/types/components/Icons/MinusIcon.d.ts +33 -0
  100. package/dist/types/components/Icons/PasteIcon.d.ts +33 -0
  101. package/dist/types/components/Icons/PauseIcon.d.ts +33 -0
  102. package/dist/types/components/Icons/PinIcon.d.ts +34 -0
  103. package/dist/types/components/Icons/PlayIcon.d.ts +33 -0
  104. package/dist/types/components/Icons/RedoIcon.d.ts +33 -0
  105. package/dist/types/components/Icons/RefreshIcon.d.ts +33 -0
  106. package/dist/types/components/Icons/RobotIcon.d.ts +33 -0
  107. package/dist/types/components/Icons/SaveIcon.d.ts +33 -0
  108. package/dist/types/components/Icons/SearchIcon.d.ts +33 -0
  109. package/dist/types/components/Icons/SendIcon.d.ts +33 -0
  110. package/dist/types/components/Icons/SettingsIcon.d.ts +33 -0
  111. package/dist/types/components/Icons/SortIcon.d.ts +33 -0
  112. package/dist/types/components/Icons/StarIcon.d.ts +33 -0
  113. package/dist/types/components/Icons/StopIcon.d.ts +33 -0
  114. package/dist/types/components/Icons/SuccessIcon.d.ts +33 -0
  115. package/dist/types/components/Icons/TagIcon.d.ts +33 -0
  116. package/dist/types/components/Icons/TangentAlignedIcon.d.ts +15 -0
  117. package/dist/types/components/Icons/TangentAutoIcon.d.ts +15 -0
  118. package/dist/types/components/Icons/TangentFreeIcon.d.ts +15 -0
  119. package/dist/types/components/Icons/TangentLinearIcon.d.ts +15 -0
  120. package/dist/types/components/Icons/TangentMirroredIcon.d.ts +15 -0
  121. package/dist/types/components/Icons/TangentStepIcon.d.ts +15 -0
  122. package/dist/types/components/Icons/TerminalIcon.d.ts +33 -0
  123. package/dist/types/components/Icons/TrashIcon.d.ts +33 -0
  124. package/dist/types/components/Icons/UndoIcon.d.ts +33 -0
  125. package/dist/types/components/Icons/UnlockIcon.d.ts +33 -0
  126. package/dist/types/components/Icons/UploadIcon.d.ts +33 -0
  127. package/dist/types/components/Icons/UserIcon.d.ts +33 -0
  128. package/dist/types/components/Icons/UsersIcon.d.ts +34 -0
  129. package/dist/types/components/Icons/WarningIcon.d.ts +33 -0
  130. package/dist/types/components/Icons/ZoomInIcon.d.ts +33 -0
  131. package/dist/types/components/Icons/ZoomOutIcon.d.ts +33 -0
  132. package/dist/types/components/editor/ChatPanel/ChatAttachment.d.ts +1 -1
  133. package/dist/types/components/editor/ChatPanel/ChatInput.d.ts +1 -1
  134. package/dist/types/components/feedback/EmptyState/EmptyState.d.ts +1 -1
  135. package/dist/types/components/layout/PageHeader/PageHeader.d.ts +1 -1
  136. package/dist/types/components/primitives/Radio/Radio.d.ts +1 -1
  137. package/dist/types/context/KeyboardContext.d.ts +20 -0
  138. package/dist/types/index.d.ts +82 -0
  139. package/package.json +1 -1
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Undo icon component for undo actions.
6
+ *
7
+ * A standard curved arrow icon commonly used for undoing operations,
8
+ * reverting changes, and history navigation in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <UndoIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <UndoIcon size="md" color="secondary" />
17
+ *
18
+ * // In an undo button
19
+ * <Button icon={<UndoIcon />}>Undo</Button>
20
+ * ```
21
+ */
22
+ declare const UndoIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { UndoIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Unlock icon component for security and unlocked states.
6
+ *
7
+ * A standard open padlock icon commonly used for indicating unlocked content,
8
+ * accessible features, and unprotected operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <UnlockIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <UnlockIcon size="md" color="success" />
17
+ *
18
+ * // In a security context
19
+ * <Button icon={<UnlockIcon />}>Unlock</Button>
20
+ * ```
21
+ */
22
+ declare const UnlockIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { UnlockIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Upload icon component for upload actions.
6
+ *
7
+ * A standard upload arrow icon commonly used for uploading files,
8
+ * importing data, and file transfer operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <UploadIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <UploadIcon size="lg" color="primary" />
17
+ *
18
+ * // In an upload button
19
+ * <Button icon={<UploadIcon />}>Upload</Button>
20
+ * ```
21
+ */
22
+ declare const UploadIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { UploadIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * User icon component for user profiles and accounts.
6
+ *
7
+ * A standard user silhouette icon commonly used for user profiles,
8
+ * account management, and person-related features in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <UserIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <UserIcon size="sm" color="secondary" />
17
+ *
18
+ * // In a profile context
19
+ * <Button icon={<UserIcon />}>Profile</Button>
20
+ * ```
21
+ */
22
+ declare const UserIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { UserIcon };
@@ -0,0 +1,34 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Users icon component for groups, teams, and multi-user contexts.
6
+ *
7
+ * Two overlapping user silhouettes commonly used for team membership,
8
+ * shared resources, and group-level actions. Pairs with `UserIcon` for
9
+ * single-user contexts.
10
+ *
11
+ * @example
12
+ * ```tsx
13
+ * // Basic usage
14
+ * <UsersIcon />
15
+ *
16
+ * // With custom size and color
17
+ * <UsersIcon size="md" color="secondary" />
18
+ *
19
+ * // In a team selector
20
+ * <Button icon={<UsersIcon />}>Team</Button>
21
+ * ```
22
+ */
23
+ declare const UsersIcon: React.NamedExoticComponent<Omit<{
24
+ children: React.ReactNode;
25
+ size?: IconSize | undefined;
26
+ color?: IconColor | undefined;
27
+ className?: string | undefined;
28
+ title?: string | undefined;
29
+ decorative?: boolean | undefined;
30
+ testId?: string | undefined;
31
+ ref?: React.Ref<SVGSVGElement> | undefined;
32
+ }, "children">>;
33
+
34
+ export { UsersIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Warning icon component for warning states.
6
+ *
7
+ * A standard triangle with exclamation icon commonly used for warnings,
8
+ * caution messages, and alert notifications in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <WarningIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <WarningIcon size="md" color="warning" />
17
+ *
18
+ * // In a warning context
19
+ * <Button icon={<WarningIcon />}>Warning</Button>
20
+ * ```
21
+ */
22
+ declare const WarningIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { WarningIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Zoom In icon component for zoom in actions.
6
+ *
7
+ * A standard magnifying glass with plus icon commonly used for zooming in,
8
+ * enlarging content, and scale increase operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <ZoomInIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <ZoomInIcon size="md" color="accent" />
17
+ *
18
+ * // In a zoom context
19
+ * <Button icon={<ZoomInIcon />}>Zoom In</Button>
20
+ * ```
21
+ */
22
+ declare const ZoomInIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { ZoomInIcon };
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { IconSize, IconColor } from '../primitives/Icon/Icon.js';
3
+
4
+ /**
5
+ * Zoom Out icon component for zoom out actions.
6
+ *
7
+ * A standard magnifying glass with minus icon commonly used for zooming out,
8
+ * reducing content, and scale decrease operations in editor interfaces.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * // Basic usage
13
+ * <ZoomOutIcon />
14
+ *
15
+ * // With custom size and color
16
+ * <ZoomOutIcon size="lg" color="secondary" />
17
+ *
18
+ * // In a zoom context
19
+ * <Button icon={<ZoomOutIcon />}>Zoom Out</Button>
20
+ * ```
21
+ */
22
+ declare const ZoomOutIcon: React.NamedExoticComponent<Omit<{
23
+ children: React.ReactNode;
24
+ size?: IconSize | undefined;
25
+ color?: IconColor | undefined;
26
+ className?: string | undefined;
27
+ title?: string | undefined;
28
+ decorative?: boolean | undefined;
29
+ testId?: string | undefined;
30
+ ref?: React.Ref<SVGSVGElement> | undefined;
31
+ }, "children">>;
32
+
33
+ export { ZoomOutIcon };
@@ -6,8 +6,8 @@ declare const ChatAttachmentChip: React.NamedExoticComponent<{
6
6
  onRemove?: ((id: string) => void) | undefined;
7
7
  onClick?: ((attachment: ChatAttachmentData) => void) | undefined;
8
8
  removable?: boolean | undefined;
9
- popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
10
9
  children?: React.ReactNode;
10
+ popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
11
11
  id?: string | undefined | undefined;
12
12
  className?: string | undefined | undefined;
13
13
  testId?: string | undefined;
@@ -16,8 +16,8 @@ declare const ChatInput: React.NamedExoticComponent<{
16
16
  prefix?: React.ReactNode;
17
17
  suffix?: React.ReactNode;
18
18
  toolbar?: React.ReactNode;
19
- popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
20
19
  children?: React.ReactNode;
20
+ popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
21
21
  id?: string | undefined | undefined;
22
22
  className?: string | undefined | undefined;
23
23
  testId?: string | undefined;
@@ -27,8 +27,8 @@ declare const EmptyState: React.NamedExoticComponent<{
27
27
  action?: React.ReactNode;
28
28
  variant?: EmptyStateVariant | undefined;
29
29
  loading?: boolean | undefined;
30
- popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
31
30
  children?: React.ReactNode;
31
+ popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
32
32
  id?: string | undefined | undefined;
33
33
  className?: string | undefined | undefined;
34
34
  testId?: string | undefined;
@@ -25,8 +25,8 @@ declare const PageHeader: React.NamedExoticComponent<{
25
25
  breadcrumbs?: React.ReactNode;
26
26
  size?: PageHeaderSize | undefined;
27
27
  bordered?: boolean | undefined;
28
- popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
29
28
  children?: React.ReactNode;
29
+ popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
30
30
  id?: string | undefined | undefined;
31
31
  className?: string | undefined | undefined;
32
32
  testId?: string | undefined;
@@ -34,8 +34,8 @@ declare const Radio: React.NamedExoticComponent<{
34
34
  errorMessage?: string | undefined;
35
35
  name?: string | undefined;
36
36
  onChange?: ((value: string, event: React.ChangeEvent<HTMLInputElement>) => void) | undefined;
37
- popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
38
37
  children?: React.ReactNode;
38
+ popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
39
39
  id?: string | undefined | undefined;
40
40
  className?: string | undefined | undefined;
41
41
  testId?: string | undefined;
@@ -0,0 +1,20 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import React from 'react';
3
+ import { AllKeys, KeyboardState } from '../hooks/useKeyboard/types.js';
4
+
5
+ interface KeyboardContextProviderProps {
6
+ children: React.ReactNode;
7
+ }
8
+ declare const KeyboardContextProvider: React.MemoExoticComponent<({ children }: KeyboardContextProviderProps) => react_jsx_runtime.JSX.Element>;
9
+ declare const useKeyboardContext: () => KeyboardState;
10
+ type KeyboardEffectMode = 'keydown' | 'keyup';
11
+ type KeyboardEffect = {
12
+ key: AllKeys;
13
+ actions: {
14
+ [mode in KeyboardEffectMode]?: () => void;
15
+ };
16
+ };
17
+ declare function useEffectsOnKeyboard(actions: KeyboardEffect[]): void;
18
+
19
+ export { KeyboardContextProvider, useEffectsOnKeyboard, useKeyboardContext };
20
+ export type { KeyboardContextProviderProps };
@@ -175,6 +175,88 @@ export { StatusBar } from './components/shell/StatusBar/StatusBar.js';
175
175
  export { StatusBarItemProps, StatusBarProps, StatusBarSectionProps, StatusBarSectionSide, StatusBarSize, StatusBarVariant } from './components/shell/StatusBar/StatusBar.types.js';
176
176
  export { Toolbar } from './components/shell/Toolbar/Toolbar.js';
177
177
  export { ToolbarButtonProps, ToolbarButtonVariant, ToolbarGroupProps, ToolbarOrientation, ToolbarProps, ToolbarSeparatorProps, ToolbarSize, ToolbarSpacerProps, ToolbarToggleProps } from './components/shell/Toolbar/Toolbar.types.js';
178
+ export { KeyboardContextProvider, KeyboardContextProviderProps, useEffectsOnKeyboard, useKeyboardContext } from './context/KeyboardContext.js';
179
+ export { AddIcon } from './components/Icons/AddIcon.js';
180
+ export { AiChatIcon } from './components/Icons/AiChatIcon.js';
181
+ export { AiSparklesIcon } from './components/Icons/AiSparklesIcon.js';
182
+ export { ArrowDownIcon } from './components/Icons/ArrowDownIcon.js';
183
+ export { ArrowLeftIcon } from './components/Icons/ArrowLeftIcon.js';
184
+ export { ArrowRightIcon } from './components/Icons/ArrowRightIcon.js';
185
+ export { ArrowUpIcon } from './components/Icons/ArrowUpIcon.js';
186
+ export { BookmarkIcon } from './components/Icons/BookmarkIcon.js';
187
+ export { CalendarIcon } from './components/Icons/CalendarIcon.js';
188
+ export { ChevronDownIcon } from './components/Icons/ChevronDownIcon.js';
189
+ export { ChevronUpIcon } from './components/Icons/ChevronUpIcon.js';
190
+ export { ClockIcon } from './components/Icons/ClockIcon.js';
191
+ export { CloseIcon } from './components/Icons/CloseIcon.js';
192
+ export { CodeIcon } from './components/Icons/CodeIcon.js';
193
+ export { CopyIcon } from './components/Icons/CopyIcon.js';
194
+ export { CutIcon } from './components/Icons/CutIcon.js';
195
+ export { DownloadIcon } from './components/Icons/DownloadIcon.js';
196
+ export { EditIcon } from './components/Icons/EditIcon.js';
197
+ export { ErrorIcon } from './components/Icons/ErrorIcon.js';
198
+ export { EyeDropperIcon } from './components/Icons/EyeDropperIcon.js';
199
+ export { EyeIcon } from './components/Icons/EyeIcon.js';
200
+ export { FilterIcon } from './components/Icons/FilterIcon.js';
201
+ export { FolderIcon } from './components/Icons/FolderIcon.js';
202
+ export { FullscreenIcon } from './components/Icons/FullscreenIcon.js';
203
+ export { GridIcon } from './components/Icons/GridIcon.js';
204
+ export { HeartIcon } from './components/Icons/HeartIcon.js';
205
+ export { HelpIcon } from './components/Icons/HelpIcon.js';
206
+ export { HomeIcon } from './components/Icons/HomeIcon.js';
207
+ export { InfoIcon } from './components/Icons/InfoIcon.js';
208
+ export { LinkIcon } from './components/Icons/LinkIcon.js';
209
+ export { ListIcon } from './components/Icons/ListIcon.js';
210
+ export { LockIcon } from './components/Icons/LockIcon.js';
211
+ export { MaximizeIcon } from './components/Icons/MaximizeIcon.js';
212
+ export { MenuIcon } from './components/Icons/MenuIcon.js';
213
+ export { MinimizeIcon } from './components/Icons/MinimizeIcon.js';
214
+ export { PasteIcon } from './components/Icons/PasteIcon.js';
215
+ export { PlayIcon } from './components/Icons/PlayIcon.js';
216
+ export { RedoIcon } from './components/Icons/RedoIcon.js';
217
+ export { RefreshIcon } from './components/Icons/RefreshIcon.js';
218
+ export { RobotIcon } from './components/Icons/RobotIcon.js';
219
+ export { SaveIcon } from './components/Icons/SaveIcon.js';
220
+ export { SearchIcon } from './components/Icons/SearchIcon.js';
221
+ export { SettingsIcon } from './components/Icons/SettingsIcon.js';
222
+ export { SortIcon } from './components/Icons/SortIcon.js';
223
+ export { StarIcon } from './components/Icons/StarIcon.js';
224
+ export { SuccessIcon } from './components/Icons/SuccessIcon.js';
225
+ export { TagIcon } from './components/Icons/TagIcon.js';
226
+ export { TrashIcon } from './components/Icons/TrashIcon.js';
227
+ export { UndoIcon } from './components/Icons/UndoIcon.js';
228
+ export { UnlockIcon } from './components/Icons/UnlockIcon.js';
229
+ export { UploadIcon } from './components/Icons/UploadIcon.js';
230
+ export { UserIcon } from './components/Icons/UserIcon.js';
231
+ export { WarningIcon } from './components/Icons/WarningIcon.js';
232
+ export { ZoomInIcon } from './components/Icons/ZoomInIcon.js';
233
+ export { ZoomOutIcon } from './components/Icons/ZoomOutIcon.js';
234
+ export { CheckIcon } from './components/Icons/CheckIcon.js';
235
+ export { CircleIcon } from './components/Icons/CircleIcon.js';
236
+ export { TangentFreeIcon } from './components/Icons/TangentFreeIcon.js';
237
+ export { TangentAlignedIcon } from './components/Icons/TangentAlignedIcon.js';
238
+ export { TangentMirroredIcon } from './components/Icons/TangentMirroredIcon.js';
239
+ export { TangentAutoIcon } from './components/Icons/TangentAutoIcon.js';
240
+ export { TangentLinearIcon } from './components/Icons/TangentLinearIcon.js';
241
+ export { TangentStepIcon } from './components/Icons/TangentStepIcon.js';
242
+ export { ArchiveIcon } from './components/Icons/ArchiveIcon.js';
243
+ export { DotsVerticalIcon } from './components/Icons/DotsVerticalIcon.js';
244
+ export { DotsHorizontalIcon } from './components/Icons/DotsHorizontalIcon.js';
245
+ export { ChevronLeftIcon } from './components/Icons/ChevronLeftIcon.js';
246
+ export { ChevronRightIcon } from './components/Icons/ChevronRightIcon.js';
247
+ export { FolderOpenIcon } from './components/Icons/FolderOpenIcon.js';
248
+ export { FolderCogIcon } from './components/Icons/FolderCogIcon.js';
249
+ export { UsersIcon } from './components/Icons/UsersIcon.js';
250
+ export { BuildingIcon } from './components/Icons/BuildingIcon.js';
251
+ export { FileTextIcon } from './components/Icons/FileTextIcon.js';
252
+ export { PauseIcon } from './components/Icons/PauseIcon.js';
253
+ export { StopIcon } from './components/Icons/StopIcon.js';
254
+ export { SendIcon } from './components/Icons/SendIcon.js';
255
+ export { TerminalIcon } from './components/Icons/TerminalIcon.js';
256
+ export { GitBranchIcon } from './components/Icons/GitBranchIcon.js';
257
+ export { BugIcon } from './components/Icons/BugIcon.js';
258
+ export { MinusIcon } from './components/Icons/MinusIcon.js';
259
+ export { PinIcon } from './components/Icons/PinIcon.js';
178
260
  export { useKeyboard } from './hooks/useKeyboard/useKeyboard.js';
179
261
  export { AllKeys, KeyCode, KeyboardState, ModifierKeys } from './hooks/useKeyboard/types.js';
180
262
  export { UseControlledStateOptions, useControlledState } from './hooks/useControlledState/useControlledState.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "entangle-ui",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "type": "module",
5
5
  "sideEffects": [
6
6
  "*.css",