@zsviczian/excalidraw 0.17.1-obsidian-21 → 0.17.1-obsidian-23

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 (182) hide show
  1. package/dist/excalidraw.development.js +50 -39
  2. package/dist/excalidraw.production.min.js +1 -1
  3. package/dist/styles.development.css +10 -13
  4. package/dist/styles.production.css +3 -3
  5. package/package.json +1 -1
  6. package/types/excalidraw/actions/actionAlign.d.ts +2 -2
  7. package/types/excalidraw/actions/actionBoundText.d.ts +3 -3
  8. package/types/excalidraw/actions/actionCanvas.d.ts +3 -3
  9. package/types/excalidraw/actions/actionDeleteSelected.d.ts +2 -2
  10. package/types/excalidraw/actions/actionDistribute.d.ts +2 -2
  11. package/types/excalidraw/actions/actionDuplicateSelection.d.ts +2 -2
  12. package/types/excalidraw/actions/actionElementLock.d.ts +1 -1
  13. package/types/excalidraw/actions/actionExport.d.ts +1 -1
  14. package/types/excalidraw/actions/actionFinalize.d.ts +1 -1
  15. package/types/excalidraw/actions/actionFlip.d.ts +2 -2
  16. package/types/excalidraw/actions/actionFrame.d.ts +2 -2
  17. package/types/excalidraw/actions/actionGroup.d.ts +2 -2
  18. package/types/excalidraw/actions/actionHistory.d.ts +3 -3
  19. package/types/excalidraw/actions/actionLinearEditor.d.ts +4 -2
  20. package/types/excalidraw/actions/actionNavigate.d.ts +1 -1
  21. package/types/excalidraw/actions/actionProperties.d.ts +2 -2
  22. package/types/excalidraw/actions/actionSelectAll.d.ts +1 -1
  23. package/types/excalidraw/actions/actionTextAutoResize.d.ts +17 -0
  24. package/types/excalidraw/actions/actionToggleGridMode.d.ts +1 -1
  25. package/types/excalidraw/actions/actionZindex.d.ts +4 -0
  26. package/types/excalidraw/actions/manager.d.ts +3 -3
  27. package/types/excalidraw/actions/register.d.ts +1 -1
  28. package/types/excalidraw/actions/shortcuts.d.ts +2 -2
  29. package/types/excalidraw/actions/types.d.ts +6 -6
  30. package/types/excalidraw/align.d.ts +1 -1
  31. package/types/excalidraw/animated-trail.d.ts +2 -2
  32. package/types/excalidraw/appState.d.ts +1 -1
  33. package/types/excalidraw/change.d.ts +4 -4
  34. package/types/excalidraw/charts.d.ts +1 -1
  35. package/types/excalidraw/clients.d.ts +2 -2
  36. package/types/excalidraw/clipboard.d.ts +3 -3
  37. package/types/excalidraw/colors.d.ts +1 -1
  38. package/types/excalidraw/components/Actions.d.ts +3 -3
  39. package/types/excalidraw/components/App.d.ts +8 -8
  40. package/types/excalidraw/components/ColorPicker/ColorInput.d.ts +1 -1
  41. package/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +4 -4
  42. package/types/excalidraw/components/ColorPicker/Picker.d.ts +3 -3
  43. package/types/excalidraw/components/ColorPicker/PickerColorList.d.ts +1 -1
  44. package/types/excalidraw/components/ColorPicker/PickerHeading.d.ts +1 -1
  45. package/types/excalidraw/components/ColorPicker/ShadeList.d.ts +1 -1
  46. package/types/excalidraw/components/ColorPicker/TopPicks.d.ts +1 -1
  47. package/types/excalidraw/components/ColorPicker/colorPickerUtils.d.ts +2 -2
  48. package/types/excalidraw/components/ColorPicker/keyboardNavHandlers.d.ts +2 -2
  49. package/types/excalidraw/components/CommandPalette/CommandPalette.d.ts +1 -1
  50. package/types/excalidraw/components/CommandPalette/defaultCommandPaletteItems.d.ts +1 -1
  51. package/types/excalidraw/components/CommandPalette/types.d.ts +3 -3
  52. package/types/excalidraw/components/ConfirmDialog.d.ts +1 -1
  53. package/types/excalidraw/components/ContextMenu.d.ts +2 -2
  54. package/types/excalidraw/components/DarkModeToggle.d.ts +1 -1
  55. package/types/excalidraw/components/DefaultSidebar.d.ts +2 -2
  56. package/types/excalidraw/components/DialogActionButton.d.ts +1 -1
  57. package/types/excalidraw/components/EyeDropper.d.ts +2 -2
  58. package/types/excalidraw/components/FollowMode/FollowMode.d.ts +1 -1
  59. package/types/excalidraw/components/HintViewer.d.ts +1 -1
  60. package/types/excalidraw/components/ImageExportDialog.d.ts +1 -1
  61. package/types/excalidraw/components/InitializeApp.d.ts +2 -2
  62. package/types/excalidraw/components/JSONExportDialog.d.ts +3 -3
  63. package/types/excalidraw/components/LayerUI.d.ts +4 -4
  64. package/types/excalidraw/components/LibraryMenu.d.ts +2 -2
  65. package/types/excalidraw/components/LibraryMenuBrowseButton.d.ts +1 -1
  66. package/types/excalidraw/components/LibraryMenuControlButtons.d.ts +1 -1
  67. package/types/excalidraw/components/LibraryMenuHeaderContent.d.ts +2 -2
  68. package/types/excalidraw/components/LibraryMenuItems.d.ts +1 -1
  69. package/types/excalidraw/components/LibraryMenuSection.d.ts +5 -4
  70. package/types/excalidraw/components/LibraryUnit.d.ts +2 -2
  71. package/types/excalidraw/components/LoadingMessage.d.ts +1 -1
  72. package/types/excalidraw/components/MobileMenu.d.ts +3 -3
  73. package/types/excalidraw/components/Modal.d.ts +1 -1
  74. package/types/excalidraw/components/OverwriteConfirm/OverwriteConfirmState.d.ts +1 -1
  75. package/types/excalidraw/components/PasteChartDialog.d.ts +1 -1
  76. package/types/excalidraw/components/PublishLibrary.d.ts +1 -1
  77. package/types/excalidraw/components/SVGLayer.d.ts +1 -1
  78. package/types/excalidraw/components/Sidebar/SidebarTab.d.ts +1 -1
  79. package/types/excalidraw/components/Sidebar/SidebarTabTrigger.d.ts +1 -1
  80. package/types/excalidraw/components/Sidebar/SidebarTrigger.d.ts +1 -1
  81. package/types/excalidraw/components/Sidebar/common.d.ts +1 -1
  82. package/types/excalidraw/components/Stats.d.ts +2 -2
  83. package/types/excalidraw/components/TTDDialog/MermaidToExcalidraw.d.ts +2 -2
  84. package/types/excalidraw/components/TTDDialog/TTDDialogInput.d.ts +1 -1
  85. package/types/excalidraw/components/TTDDialog/TTDDialogPanel.d.ts +1 -1
  86. package/types/excalidraw/components/TTDDialog/TTDDialogPanels.d.ts +1 -1
  87. package/types/excalidraw/components/TTDDialog/TTDDialogTabs.d.ts +1 -1
  88. package/types/excalidraw/components/TTDDialog/TTDDialogTrigger.d.ts +1 -1
  89. package/types/excalidraw/components/TTDDialog/common.d.ts +4 -4
  90. package/types/excalidraw/components/TextField.d.ts +1 -1
  91. package/types/excalidraw/components/Toast.d.ts +1 -1
  92. package/types/excalidraw/components/ToolButton.d.ts +3 -2
  93. package/types/excalidraw/components/Trans.d.ts +1 -1
  94. package/types/excalidraw/components/UserList.d.ts +1 -1
  95. package/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +1 -1
  96. package/types/excalidraw/components/canvases/StaticCanvas.d.ts +2 -2
  97. package/types/excalidraw/components/footer/Footer.d.ts +2 -2
  98. package/types/excalidraw/components/hyperlink/Hyperlink.d.ts +2 -2
  99. package/types/excalidraw/components/hyperlink/helpers.d.ts +3 -3
  100. package/types/excalidraw/components/icons.d.ts +3 -2
  101. package/types/excalidraw/constants.d.ts +2 -2
  102. package/types/excalidraw/context/ui-appState.d.ts +1 -1
  103. package/types/excalidraw/cursor.d.ts +1 -1
  104. package/types/excalidraw/data/EditorLocalStorage.d.ts +2 -2
  105. package/types/excalidraw/data/blob.d.ts +5 -5
  106. package/types/excalidraw/data/filesystem.d.ts +2 -1
  107. package/types/excalidraw/data/index.d.ts +4 -4
  108. package/types/excalidraw/data/json.d.ts +3 -3
  109. package/types/excalidraw/data/library.d.ts +3 -3
  110. package/types/excalidraw/data/magic.d.ts +3 -3
  111. package/types/excalidraw/data/reconcile.d.ts +3 -3
  112. package/types/excalidraw/data/resave.d.ts +2 -2
  113. package/types/excalidraw/data/restore.d.ts +3 -3
  114. package/types/excalidraw/data/transform.d.ts +3 -3
  115. package/types/excalidraw/data/types.d.ts +3 -3
  116. package/types/excalidraw/element/ElementCanvasButtons.d.ts +1 -1
  117. package/types/excalidraw/element/binding.d.ts +3 -3
  118. package/types/excalidraw/element/bounds.d.ts +3 -3
  119. package/types/excalidraw/element/collision.d.ts +3 -3
  120. package/types/excalidraw/element/containerCache.d.ts +1 -1
  121. package/types/excalidraw/element/dragElements.d.ts +3 -3
  122. package/types/excalidraw/element/embeddable.d.ts +3 -3
  123. package/types/excalidraw/element/image.d.ts +2 -2
  124. package/types/excalidraw/element/index.d.ts +2 -2
  125. package/types/excalidraw/element/linearElementEditor.d.ts +5 -5
  126. package/types/excalidraw/element/mutateElement.d.ts +3 -3
  127. package/types/excalidraw/element/newElement.d.ts +3 -10
  128. package/types/excalidraw/element/resizeElements.d.ts +3 -3
  129. package/types/excalidraw/element/resizeTest.d.ts +4 -4
  130. package/types/excalidraw/element/showSelectedShapeActions.d.ts +2 -2
  131. package/types/excalidraw/element/sizeHelpers.d.ts +2 -2
  132. package/types/excalidraw/element/sortElements.d.ts +1 -1
  133. package/types/excalidraw/element/textElement.d.ts +4 -4
  134. package/types/excalidraw/element/textWysiwyg.d.ts +10 -5
  135. package/types/excalidraw/element/transformHandles.d.ts +3 -3
  136. package/types/excalidraw/element/typeChecks.d.ts +3 -3
  137. package/types/excalidraw/element/types.d.ts +11 -4
  138. package/types/excalidraw/emitter.d.ts +1 -1
  139. package/types/excalidraw/fractionalIndex.d.ts +1 -1
  140. package/types/excalidraw/frame.d.ts +3 -3
  141. package/types/excalidraw/gatransforms.d.ts +1 -1
  142. package/types/excalidraw/gesture.d.ts +1 -1
  143. package/types/excalidraw/groups.d.ts +3 -3
  144. package/types/excalidraw/history.d.ts +4 -4
  145. package/types/excalidraw/hooks/useEmitter.d.ts +1 -1
  146. package/types/excalidraw/hooks/useLibraryItemSvg.d.ts +1 -1
  147. package/types/excalidraw/i18n.d.ts +1 -1
  148. package/types/excalidraw/index.d.ts +3 -1
  149. package/types/excalidraw/jotai.d.ts +1 -1
  150. package/types/excalidraw/laser-trails.d.ts +3 -2
  151. package/types/excalidraw/math.d.ts +2 -2
  152. package/types/excalidraw/points.d.ts +1 -1
  153. package/types/excalidraw/queue.d.ts +1 -1
  154. package/types/excalidraw/renderer/helpers.d.ts +2 -2
  155. package/types/excalidraw/renderer/interactiveScene.d.ts +1 -1
  156. package/types/excalidraw/renderer/renderElement.d.ts +3 -3
  157. package/types/excalidraw/renderer/renderSnaps.d.ts +1 -1
  158. package/types/excalidraw/renderer/staticScene.d.ts +1 -1
  159. package/types/excalidraw/renderer/staticSvgScene.d.ts +4 -4
  160. package/types/excalidraw/scene/Fonts.d.ts +2 -4
  161. package/types/excalidraw/scene/Renderer.d.ts +4 -4
  162. package/types/excalidraw/scene/Scene.d.ts +13 -7
  163. package/types/excalidraw/scene/Shape.d.ts +1 -1
  164. package/types/excalidraw/scene/ShapeCache.d.ts +4 -4
  165. package/types/excalidraw/scene/comparisons.d.ts +2 -2
  166. package/types/excalidraw/scene/export.d.ts +2 -2
  167. package/types/excalidraw/scene/scroll.d.ts +2 -2
  168. package/types/excalidraw/scene/scrollbars.d.ts +3 -3
  169. package/types/excalidraw/scene/selection.d.ts +2 -2
  170. package/types/excalidraw/scene/types.d.ts +4 -4
  171. package/types/excalidraw/scene/zoom.d.ts +1 -1
  172. package/types/excalidraw/snapping.d.ts +4 -4
  173. package/types/excalidraw/store.d.ts +2 -2
  174. package/types/excalidraw/types.d.ts +22 -18
  175. package/types/excalidraw/utils.d.ts +4 -4
  176. package/types/excalidraw/zindex.d.ts +2 -2
  177. package/types/utils/bbox.d.ts +2 -2
  178. package/types/utils/collision.d.ts +1 -1
  179. package/types/utils/export.d.ts +2 -2
  180. package/types/utils/geometry/geometry.d.ts +1 -1
  181. package/types/utils/geometry/shape.d.ts +1 -1
  182. package/types/utils/withinBounds.d.ts +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.