@hellixit/hellixitboard 0.1.0 → 0.1.1

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 (170) hide show
  1. package/dist/prod/chunk-IGUB3U7T.js +4 -0
  2. package/dist/prod/data/{image-2IKBHSIF.js → image-WXEFXRM6.js} +1 -1
  3. package/dist/prod/index.css +1 -1
  4. package/dist/prod/index.js +16 -16
  5. package/dist/types/common/src/constants.d.ts +1 -1
  6. package/dist/types/common/src/font-metadata.d.ts +1 -1
  7. package/dist/types/common/src/points.d.ts +1 -1
  8. package/dist/types/common/src/utils.d.ts +2 -2
  9. package/dist/types/element/src/Scene.d.ts +4 -4
  10. package/dist/types/element/src/arrows/focus.d.ts +1 -1
  11. package/dist/types/element/src/binding.d.ts +3 -3
  12. package/dist/types/element/src/bounds.d.ts +2 -2
  13. package/dist/types/element/src/collision.d.ts +1 -1
  14. package/dist/types/element/src/delta.d.ts +2 -2
  15. package/dist/types/element/src/distance.d.ts +1 -1
  16. package/dist/types/element/src/dragElements.d.ts +1 -1
  17. package/dist/types/element/src/duplicate.d.ts +1 -1
  18. package/dist/types/element/src/elbowArrow.d.ts +1 -1
  19. package/dist/types/element/src/embeddable.d.ts +1 -1
  20. package/dist/types/element/src/frame.d.ts +1 -1
  21. package/dist/types/element/src/groups.d.ts +1 -1
  22. package/dist/types/element/src/heading.d.ts +2 -2
  23. package/dist/types/element/src/image.d.ts +1 -1
  24. package/dist/types/element/src/linearElementEditor.d.ts +3 -3
  25. package/dist/types/element/src/mutateElement.d.ts +1 -1
  26. package/dist/types/element/src/newElement.d.ts +1 -1
  27. package/dist/types/element/src/renderElement.d.ts +2 -2
  28. package/dist/types/element/src/resizeElements.d.ts +1 -1
  29. package/dist/types/element/src/resizeTest.d.ts +3 -3
  30. package/dist/types/element/src/shape.d.ts +3 -3
  31. package/dist/types/element/src/store.d.ts +2 -2
  32. package/dist/types/element/src/textElement.d.ts +2 -2
  33. package/dist/types/element/src/transform.d.ts +1 -1
  34. package/dist/types/element/src/transformHandles.d.ts +3 -3
  35. package/dist/types/element/src/typeChecks.d.ts +1 -1
  36. package/dist/types/element/src/types.d.ts +3 -3
  37. package/dist/types/element/src/utils.d.ts +2 -2
  38. package/dist/types/element/src/zindex.d.ts +1 -1
  39. package/dist/types/hellixitboard/actions/actionAddToLibrary.d.ts +82 -82
  40. package/dist/types/hellixitboard/actions/actionAlign.d.ts +7 -7
  41. package/dist/types/hellixitboard/actions/actionBoundText.d.ts +50 -50
  42. package/dist/types/hellixitboard/actions/actionCanvas.d.ts +275 -275
  43. package/dist/types/hellixitboard/actions/actionClipboard.d.ts +63 -63
  44. package/dist/types/hellixitboard/actions/actionCropEditor.d.ts +28 -28
  45. package/dist/types/hellixitboard/actions/actionDeleteSelected.d.ts +69 -69
  46. package/dist/types/hellixitboard/actions/actionDistribute.d.ts +3 -3
  47. package/dist/types/hellixitboard/actions/actionDuplicateSelection.d.ts +2 -2
  48. package/dist/types/hellixitboard/actions/actionElementLink.d.ts +32 -32
  49. package/dist/types/hellixitboard/actions/actionElementLock.d.ts +49 -49
  50. package/dist/types/hellixitboard/actions/actionEmbeddable.d.ts +29 -29
  51. package/dist/types/hellixitboard/actions/actionExport.d.ts +48 -48
  52. package/dist/types/hellixitboard/actions/actionFinalize.d.ts +1 -1
  53. package/dist/types/hellixitboard/actions/actionFlip.d.ts +3 -3
  54. package/dist/types/hellixitboard/actions/actionFrame.d.ts +210 -210
  55. package/dist/types/hellixitboard/actions/actionGroup.d.ts +43 -43
  56. package/dist/types/hellixitboard/actions/actionLinearEditor.d.ts +149 -149
  57. package/dist/types/hellixitboard/actions/actionLink.d.ts +31 -31
  58. package/dist/types/hellixitboard/actions/actionMenu.d.ts +27 -27
  59. package/dist/types/hellixitboard/actions/actionNavigate.d.ts +2 -2
  60. package/dist/types/hellixitboard/actions/actionProperties.d.ts +39 -39
  61. package/dist/types/hellixitboard/actions/actionSelectAll.d.ts +23 -23
  62. package/dist/types/hellixitboard/actions/actionStyles.d.ts +31 -31
  63. package/dist/types/hellixitboard/actions/actionTextAutoResize.d.ts +3 -3
  64. package/dist/types/hellixitboard/actions/actionToggleArrowBinding.d.ts +28 -28
  65. package/dist/types/hellixitboard/actions/actionToggleGridMode.d.ts +29 -29
  66. package/dist/types/hellixitboard/actions/actionToggleMidpointSnapping.d.ts +28 -28
  67. package/dist/types/hellixitboard/actions/actionToggleObjectsSnapMode.d.ts +29 -29
  68. package/dist/types/hellixitboard/actions/actionToggleSearchMenu.d.ts +28 -28
  69. package/dist/types/hellixitboard/actions/actionToggleShapeSwitch.d.ts +2 -2
  70. package/dist/types/hellixitboard/actions/actionToggleStats.d.ts +28 -28
  71. package/dist/types/hellixitboard/actions/actionToggleViewMode.d.ts +29 -29
  72. package/dist/types/hellixitboard/actions/actionToggleZenMode.d.ts +29 -29
  73. package/dist/types/hellixitboard/actions/actionZindex.d.ts +8 -8
  74. package/dist/types/hellixitboard/actions/manager.d.ts +1 -1
  75. package/dist/types/hellixitboard/actions/shortcuts.d.ts +1 -1
  76. package/dist/types/hellixitboard/actions/types.d.ts +2 -2
  77. package/dist/types/hellixitboard/animated-trail.d.ts +2 -2
  78. package/dist/types/hellixitboard/appState.d.ts +9 -9
  79. package/dist/types/hellixitboard/charts/charts.constants.d.ts +1 -1
  80. package/dist/types/hellixitboard/charts/charts.helpers.d.ts +3 -3
  81. package/dist/types/hellixitboard/charts/charts.types.d.ts +1 -1
  82. package/dist/types/hellixitboard/charts/index.d.ts +1 -1
  83. package/dist/types/hellixitboard/clipboard.d.ts +4 -4
  84. package/dist/types/hellixitboard/components/Actions.d.ts +1 -1
  85. package/dist/types/hellixitboard/components/App.d.ts +9 -9
  86. package/dist/types/hellixitboard/components/ColorPicker/ColorPicker.d.ts +2 -2
  87. package/dist/types/hellixitboard/components/ColorPicker/Picker.d.ts +2 -2
  88. package/dist/types/hellixitboard/components/ColorPicker/PickerColorList.d.ts +1 -1
  89. package/dist/types/hellixitboard/components/ColorPicker/ShadeList.d.ts +1 -1
  90. package/dist/types/hellixitboard/components/ColorPicker/colorPickerUtils.d.ts +2 -2
  91. package/dist/types/hellixitboard/components/ColorPicker/keyboardNavHandlers.d.ts +1 -1
  92. package/dist/types/hellixitboard/components/ConvertElementTypePopup.d.ts +2 -2
  93. package/dist/types/hellixitboard/components/DarkModeToggle.d.ts +1 -1
  94. package/dist/types/hellixitboard/components/DefaultSidebar.d.ts +1 -1
  95. package/dist/types/hellixitboard/components/ElementCanvasButtons.d.ts +1 -1
  96. package/dist/types/hellixitboard/components/ElementLinkDialog.d.ts +2 -2
  97. package/dist/types/hellixitboard/components/EyeDropper.d.ts +1 -1
  98. package/dist/types/hellixitboard/components/FontPicker/FontPicker.d.ts +1 -1
  99. package/dist/types/hellixitboard/components/FontPicker/FontPickerList.d.ts +2 -2
  100. package/dist/types/hellixitboard/components/FontPicker/FontPickerTrigger.d.ts +1 -1
  101. package/dist/types/hellixitboard/components/FontPicker/keyboardNavHandlers.d.ts +1 -1
  102. package/dist/types/hellixitboard/components/HintViewer.d.ts +1 -1
  103. package/dist/types/hellixitboard/components/ImageExportDialog.d.ts +1 -1
  104. package/dist/types/hellixitboard/components/InitializeApp.d.ts +1 -1
  105. package/dist/types/hellixitboard/components/JSONExportDialog.d.ts +1 -1
  106. package/dist/types/hellixitboard/components/LayerUI.d.ts +1 -1
  107. package/dist/types/hellixitboard/components/LibraryMenuSection.d.ts +1 -1
  108. package/dist/types/hellixitboard/components/LoadingMessage.d.ts +1 -1
  109. package/dist/types/hellixitboard/components/MobileMenu.d.ts +1 -1
  110. package/dist/types/hellixitboard/components/Stats/Angle.d.ts +2 -2
  111. package/dist/types/hellixitboard/components/Stats/CanvasGrid.d.ts +1 -1
  112. package/dist/types/hellixitboard/components/Stats/Dimension.d.ts +2 -2
  113. package/dist/types/hellixitboard/components/Stats/DragInput.d.ts +2 -2
  114. package/dist/types/hellixitboard/components/Stats/FontSize.d.ts +2 -2
  115. package/dist/types/hellixitboard/components/Stats/MultiAngle.d.ts +2 -2
  116. package/dist/types/hellixitboard/components/Stats/MultiDimension.d.ts +2 -2
  117. package/dist/types/hellixitboard/components/Stats/MultiFontSize.d.ts +2 -2
  118. package/dist/types/hellixitboard/components/Stats/MultiPosition.d.ts +2 -2
  119. package/dist/types/hellixitboard/components/Stats/Position.d.ts +2 -2
  120. package/dist/types/hellixitboard/components/Stats/index.d.ts +1 -1
  121. package/dist/types/hellixitboard/components/Stats/utils.d.ts +2 -2
  122. package/dist/types/hellixitboard/components/TTDDialog/CodeMirrorEditor.d.ts +1 -1
  123. package/dist/types/hellixitboard/components/TTDDialog/common.d.ts +1 -1
  124. package/dist/types/hellixitboard/components/TTDDialog/hooks/useMermaidRenderer.d.ts +1 -1
  125. package/dist/types/hellixitboard/components/TTDDialog/types.d.ts +3 -3
  126. package/dist/types/hellixitboard/components/ToolButton.d.ts +1 -1
  127. package/dist/types/hellixitboard/components/canvases/InteractiveCanvas.d.ts +2 -2
  128. package/dist/types/hellixitboard/components/canvases/NewElementCanvas.d.ts +1 -1
  129. package/dist/types/hellixitboard/components/canvases/StaticCanvas.d.ts +1 -1
  130. package/dist/types/hellixitboard/components/dropdownMenu/DropdownMenu.d.ts +1 -1
  131. package/dist/types/hellixitboard/components/dropdownMenu/DropdownMenuItem.d.ts +1 -1
  132. package/dist/types/hellixitboard/components/hyperlink/Hyperlink.d.ts +2 -2
  133. package/dist/types/hellixitboard/components/hyperlink/helpers.d.ts +3 -3
  134. package/dist/types/hellixitboard/components/icons.d.ts +1 -1
  135. package/dist/types/hellixitboard/components/live-collaboration/LiveCollaborationTrigger.d.ts +1 -1
  136. package/dist/types/hellixitboard/components/main-menu/DefaultItems.d.ts +1 -1
  137. package/dist/types/hellixitboard/components/main-menu/MainMenu.d.ts +1 -1
  138. package/dist/types/hellixitboard/data/EditorLocalStorage.d.ts +1 -1
  139. package/dist/types/hellixitboard/data/blob.d.ts +49 -49
  140. package/dist/types/hellixitboard/data/filesystem.d.ts +1 -1
  141. package/dist/types/hellixitboard/data/index.d.ts +1 -1
  142. package/dist/types/hellixitboard/data/json.d.ts +24 -24
  143. package/dist/types/hellixitboard/data/library.d.ts +2 -2
  144. package/dist/types/hellixitboard/data/reconcile.d.ts +2 -2
  145. package/dist/types/hellixitboard/data/resave.d.ts +2 -2
  146. package/dist/types/hellixitboard/data/restore.d.ts +2 -2
  147. package/dist/types/hellixitboard/data/types.d.ts +2 -2
  148. package/dist/types/hellixitboard/fonts/Fonts.d.ts +3 -3
  149. package/dist/types/hellixitboard/history.d.ts +4 -4
  150. package/dist/types/hellixitboard/hooks/useEmitter.d.ts +1 -1
  151. package/dist/types/hellixitboard/i18n.d.ts +1 -1
  152. package/dist/types/hellixitboard/index.d.ts +12 -12
  153. package/dist/types/hellixitboard/lasso/utils.d.ts +2 -2
  154. package/dist/types/hellixitboard/renderer/staticScene.d.ts +1 -1
  155. package/dist/types/hellixitboard/renderer/staticSvgScene.d.ts +1 -1
  156. package/dist/types/hellixitboard/scene/Renderer.d.ts +2 -2
  157. package/dist/types/hellixitboard/scene/export.d.ts +1 -1
  158. package/dist/types/hellixitboard/scene/index.d.ts +2 -2
  159. package/dist/types/hellixitboard/scene/scroll.d.ts +1 -1
  160. package/dist/types/hellixitboard/scene/types.d.ts +3 -3
  161. package/dist/types/hellixitboard/snapping.d.ts +5 -5
  162. package/dist/types/hellixitboard/types.d.ts +7 -7
  163. package/dist/types/hellixitboard/wysiwyg/textWysiwyg.d.ts +1 -1
  164. package/dist/types/utils/src/bbox.d.ts +2 -2
  165. package/dist/types/utils/src/export.d.ts +2 -2
  166. package/dist/types/utils/src/index.d.ts +1 -1
  167. package/dist/types/utils/src/shape.d.ts +4 -4
  168. package/dist/types/utils/src/withinBounds.d.ts +2 -2
  169. package/package.json +7 -7
  170. package/dist/prod/chunk-6TQ3TBTF.js +0 -4
@@ -1,4 +1,4 @@
1
- import type { HellixitboardElement, OrderedHellixitboardElement } from "@excalidraw/element/types";
1
+ import type { HellixitboardElement, OrderedHellixitboardElement } from "@hellixit/element/types";
2
2
  import type { AppClassProperties, AppState } from "../types";
3
3
  export declare const actionGroup: {
4
4
  name: "group";
@@ -25,22 +25,22 @@ export declare const actionGroup: {
25
25
  isLoading: boolean;
26
26
  errorMessage: React.ReactNode;
27
27
  activeEmbeddable: {
28
- element: import("@excalidraw/element/types").NonDeletedHellixitboardElement;
28
+ element: import("@hellixit/element/types").NonDeletedHellixitboardElement;
29
29
  state: "hover" | "active";
30
30
  } | null;
31
- newElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").HellixitboardNonSelectionElement> | null;
32
- resizingElement: import("@excalidraw/element/types").NonDeletedHellixitboardElement | null;
33
- multiElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").HellixitboardLinearElement> | null;
34
- selectionElement: import("@excalidraw/element/types").NonDeletedHellixitboardElement | null;
31
+ newElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardNonSelectionElement> | null;
32
+ resizingElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
33
+ multiElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardLinearElement> | null;
34
+ selectionElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
35
35
  isBindingEnabled: boolean;
36
36
  bindingPreference: "enabled" | "disabled";
37
37
  isMidpointSnappingEnabled: boolean;
38
- startBoundElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").HellixitboardBindableElement> | null;
38
+ startBoundElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement> | null;
39
39
  suggestedBinding: {
40
- element: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").HellixitboardBindableElement>;
41
- midPoint?: import("@excalidraw/math").GlobalPoint;
40
+ element: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement>;
41
+ midPoint?: import("@hellixit/math").GlobalPoint;
42
42
  } | null;
43
- frameToHighlight: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").HellixitboardFrameLikeElement> | null;
43
+ frameToHighlight: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardFrameLikeElement> | null;
44
44
  frameRendering: {
45
45
  enabled: boolean;
46
46
  name: boolean;
@@ -48,8 +48,8 @@ export declare const actionGroup: {
48
48
  clip: boolean;
49
49
  };
50
50
  editingFrame: string | null;
51
- elementsToHighlight: import("@excalidraw/element/types").NonDeleted<HellixitboardElement>[] | null;
52
- editingTextElement: import("@excalidraw/element/types").NonDeletedHellixitboardElement | null;
51
+ elementsToHighlight: import("@hellixit/element/types").NonDeleted<HellixitboardElement>[] | null;
52
+ editingTextElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
53
53
  activeTool: {
54
54
  lastActiveTool: import("../types").ActiveTool | null;
55
55
  locked: boolean;
@@ -72,13 +72,13 @@ export declare const actionGroup: {
72
72
  currentItemStrokeStyle: HellixitboardElement["strokeStyle"];
73
73
  currentItemRoughness: number;
74
74
  currentItemOpacity: number;
75
- currentItemFontFamily: import("@excalidraw/element/types").FontFamilyValues;
75
+ currentItemFontFamily: import("@hellixit/element/types").FontFamilyValues;
76
76
  currentItemFontSize: number;
77
- currentItemTextAlign: import("@excalidraw/element/types").TextAlign;
78
- currentItemStartArrowhead: import("@excalidraw/element/types").Arrowhead | null;
79
- currentItemEndArrowhead: import("@excalidraw/element/types").Arrowhead | null;
80
- currentHoveredFontFamily: import("@excalidraw/element/types").FontFamilyValues | null;
81
- currentItemRoundness: import("@excalidraw/element/types").StrokeRoundness;
77
+ currentItemTextAlign: import("@hellixit/element/types").TextAlign;
78
+ currentItemStartArrowhead: import("@hellixit/element/types").Arrowhead | null;
79
+ currentItemEndArrowhead: import("@hellixit/element/types").Arrowhead | null;
80
+ currentHoveredFontFamily: import("@hellixit/element/types").FontFamilyValues | null;
81
+ currentItemRoundness: import("@hellixit/element/types").StrokeRoundness;
82
82
  currentItemArrowType: "sharp" | "round" | "elbow";
83
83
  viewBackgroundColor: string;
84
84
  scrollX: number;
@@ -113,7 +113,7 @@ export declare const actionGroup: {
113
113
  rawText: string;
114
114
  };
115
115
  defaultSidebarDockedPreference: boolean;
116
- lastPointerDownWith: import("@excalidraw/element/types").PointerType;
116
+ lastPointerDownWith: import("@hellixit/element/types").PointerType;
117
117
  hoveredElementIds: Readonly<{
118
118
  [id: string]: true;
119
119
  }>;
@@ -128,7 +128,7 @@ export declare const actionGroup: {
128
128
  duration?: number;
129
129
  } | null;
130
130
  zenModeEnabled: boolean;
131
- theme: import("@excalidraw/element/types").Theme;
131
+ theme: import("@hellixit/element/types").Theme;
132
132
  gridSize: number;
133
133
  gridStep: number;
134
134
  gridModeEnabled: boolean;
@@ -144,7 +144,7 @@ export declare const actionGroup: {
144
144
  panels: number;
145
145
  };
146
146
  showHyperlinkPopup: false | "info" | "editor";
147
- selectedLinearElement: import("@excalidraw/element").LinearElementEditor | null;
147
+ selectedLinearElement: import("@hellixit/element").LinearElementEditor | null;
148
148
  snapLines: readonly import("../snapping").SnapLine[];
149
149
  originSnapOffset: {
150
150
  x: number;
@@ -163,7 +163,7 @@ export declare const actionGroup: {
163
163
  lockedMultiSelections: {
164
164
  [groupId: string]: true;
165
165
  };
166
- bindMode: import("@excalidraw/element/types").BindMode;
166
+ bindMode: import("@hellixit/element/types").BindMode;
167
167
  };
168
168
  elements: OrderedHellixitboardElement[];
169
169
  captureUpdate: "IMMEDIATELY";
@@ -199,22 +199,22 @@ export declare const actionUngroup: {
199
199
  isLoading: boolean;
200
200
  errorMessage: React.ReactNode;
201
201
  activeEmbeddable: {
202
- element: import("@excalidraw/element/types").NonDeletedHellixitboardElement;
202
+ element: import("@hellixit/element/types").NonDeletedHellixitboardElement;
203
203
  state: "hover" | "active";
204
204
  } | null;
205
- newElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").HellixitboardNonSelectionElement> | null;
206
- resizingElement: import("@excalidraw/element/types").NonDeletedHellixitboardElement | null;
207
- multiElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").HellixitboardLinearElement> | null;
208
- selectionElement: import("@excalidraw/element/types").NonDeletedHellixitboardElement | null;
205
+ newElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardNonSelectionElement> | null;
206
+ resizingElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
207
+ multiElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardLinearElement> | null;
208
+ selectionElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
209
209
  isBindingEnabled: boolean;
210
210
  bindingPreference: "enabled" | "disabled";
211
211
  isMidpointSnappingEnabled: boolean;
212
- startBoundElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").HellixitboardBindableElement> | null;
212
+ startBoundElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement> | null;
213
213
  suggestedBinding: {
214
- element: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").HellixitboardBindableElement>;
215
- midPoint?: import("@excalidraw/math").GlobalPoint;
214
+ element: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement>;
215
+ midPoint?: import("@hellixit/math").GlobalPoint;
216
216
  } | null;
217
- frameToHighlight: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").HellixitboardFrameLikeElement> | null;
217
+ frameToHighlight: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardFrameLikeElement> | null;
218
218
  frameRendering: {
219
219
  enabled: boolean;
220
220
  name: boolean;
@@ -222,8 +222,8 @@ export declare const actionUngroup: {
222
222
  clip: boolean;
223
223
  };
224
224
  editingFrame: string | null;
225
- elementsToHighlight: import("@excalidraw/element/types").NonDeleted<HellixitboardElement>[] | null;
226
- editingTextElement: import("@excalidraw/element/types").NonDeletedHellixitboardElement | null;
225
+ elementsToHighlight: import("@hellixit/element/types").NonDeleted<HellixitboardElement>[] | null;
226
+ editingTextElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
227
227
  activeTool: {
228
228
  lastActiveTool: import("../types").ActiveTool | null;
229
229
  locked: boolean;
@@ -246,13 +246,13 @@ export declare const actionUngroup: {
246
246
  currentItemStrokeStyle: HellixitboardElement["strokeStyle"];
247
247
  currentItemRoughness: number;
248
248
  currentItemOpacity: number;
249
- currentItemFontFamily: import("@excalidraw/element/types").FontFamilyValues;
249
+ currentItemFontFamily: import("@hellixit/element/types").FontFamilyValues;
250
250
  currentItemFontSize: number;
251
- currentItemTextAlign: import("@excalidraw/element/types").TextAlign;
252
- currentItemStartArrowhead: import("@excalidraw/element/types").Arrowhead | null;
253
- currentItemEndArrowhead: import("@excalidraw/element/types").Arrowhead | null;
254
- currentHoveredFontFamily: import("@excalidraw/element/types").FontFamilyValues | null;
255
- currentItemRoundness: import("@excalidraw/element/types").StrokeRoundness;
251
+ currentItemTextAlign: import("@hellixit/element/types").TextAlign;
252
+ currentItemStartArrowhead: import("@hellixit/element/types").Arrowhead | null;
253
+ currentItemEndArrowhead: import("@hellixit/element/types").Arrowhead | null;
254
+ currentHoveredFontFamily: import("@hellixit/element/types").FontFamilyValues | null;
255
+ currentItemRoundness: import("@hellixit/element/types").StrokeRoundness;
256
256
  currentItemArrowType: "sharp" | "round" | "elbow";
257
257
  viewBackgroundColor: string;
258
258
  scrollX: number;
@@ -287,7 +287,7 @@ export declare const actionUngroup: {
287
287
  rawText: string;
288
288
  };
289
289
  defaultSidebarDockedPreference: boolean;
290
- lastPointerDownWith: import("@excalidraw/element/types").PointerType;
290
+ lastPointerDownWith: import("@hellixit/element/types").PointerType;
291
291
  hoveredElementIds: Readonly<{
292
292
  [id: string]: true;
293
293
  }>;
@@ -302,7 +302,7 @@ export declare const actionUngroup: {
302
302
  duration?: number;
303
303
  } | null;
304
304
  zenModeEnabled: boolean;
305
- theme: import("@excalidraw/element/types").Theme;
305
+ theme: import("@hellixit/element/types").Theme;
306
306
  gridSize: number;
307
307
  gridStep: number;
308
308
  gridModeEnabled: boolean;
@@ -318,7 +318,7 @@ export declare const actionUngroup: {
318
318
  panels: number;
319
319
  };
320
320
  showHyperlinkPopup: false | "info" | "editor";
321
- selectedLinearElement: import("@excalidraw/element").LinearElementEditor | null;
321
+ selectedLinearElement: import("@hellixit/element").LinearElementEditor | null;
322
322
  snapLines: readonly import("../snapping").SnapLine[];
323
323
  originSnapOffset: {
324
324
  x: number;
@@ -337,7 +337,7 @@ export declare const actionUngroup: {
337
337
  lockedMultiSelections: {
338
338
  [groupId: string]: true;
339
339
  };
340
- bindMode: import("@excalidraw/element/types").BindMode;
340
+ bindMode: import("@hellixit/element/types").BindMode;
341
341
  };
342
342
  elements: OrderedHellixitboardElement[];
343
343
  captureUpdate: "IMMEDIATELY";