@zsviczian/excalidraw 0.18.0-0 → 0.18.0-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 (125) hide show
  1. package/README.md +1 -1
  2. package/dist/excalidraw.development.js +415 -448
  3. package/dist/excalidraw.production.min.js +1 -1
  4. package/dist/excalidraw.production.min.js.LICENSE.txt +0 -42
  5. package/dist/styles.development.css +2976 -2982
  6. package/dist/styles.production.css +23 -23
  7. package/package.json +2 -1
  8. package/types/excalidraw/actions/actionCanvas.d.ts +7 -7
  9. package/types/excalidraw/actions/actionDeleteSelected.d.ts +1 -1
  10. package/types/excalidraw/actions/actionExport.d.ts +8 -8
  11. package/types/excalidraw/actions/actionFrame.d.ts +51 -51
  12. package/types/excalidraw/actions/actionHistory.d.ts +1 -1
  13. package/types/excalidraw/actions/actionProperties.d.ts +2 -2
  14. package/types/excalidraw/actions/actionSelectAll.d.ts +1 -1
  15. package/types/excalidraw/actions/manager.d.ts +1 -1
  16. package/types/excalidraw/actions/types.d.ts +2 -2
  17. package/types/excalidraw/animated-trail.d.ts +1 -1
  18. package/types/excalidraw/appState.d.ts +8 -8
  19. package/types/excalidraw/clipboard.d.ts +6 -6
  20. package/types/excalidraw/components/Actions.d.ts +2 -2
  21. package/types/excalidraw/components/App.d.ts +7 -7
  22. package/types/excalidraw/components/Avatar.d.ts +1 -1
  23. package/types/excalidraw/components/ButtonIcon.d.ts +1 -1
  24. package/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +3 -3
  25. package/types/excalidraw/components/ColorPicker/Picker.d.ts +1 -1
  26. package/types/excalidraw/components/ColorPicker/colorPickerUtils.d.ts +1 -1
  27. package/types/excalidraw/components/ColorPicker/keyboardNavHandlers.d.ts +1 -1
  28. package/types/excalidraw/components/CommandPalette/CommandPalette.d.ts +1 -1
  29. package/types/excalidraw/components/ConfirmDialog.d.ts +1 -1
  30. package/types/excalidraw/components/ContextMenu.d.ts +2 -2
  31. package/types/excalidraw/components/DefaultSidebar.d.ts +1 -1
  32. package/types/excalidraw/components/DialogActionButton.d.ts +1 -1
  33. package/types/excalidraw/components/ElementLinkDialog.d.ts +2 -2
  34. package/types/excalidraw/components/EyeDropper.d.ts +1 -1
  35. package/types/excalidraw/components/FixedSideContainer.d.ts +1 -1
  36. package/types/excalidraw/components/FollowMode/FollowMode.d.ts +1 -1
  37. package/types/excalidraw/components/FontPicker/FontPicker.d.ts +1 -1
  38. package/types/excalidraw/components/FontPicker/FontPickerList.d.ts +2 -2
  39. package/types/excalidraw/components/FontPicker/keyboardNavHandlers.d.ts +1 -1
  40. package/types/excalidraw/components/HintViewer.d.ts +1 -1
  41. package/types/excalidraw/components/IconPicker.d.ts +1 -1
  42. package/types/excalidraw/components/ImageExportDialog.d.ts +2 -2
  43. package/types/excalidraw/components/InitializeApp.d.ts +1 -1
  44. package/types/excalidraw/components/Island.d.ts +1 -1
  45. package/types/excalidraw/components/JSONExportDialog.d.ts +2 -2
  46. package/types/excalidraw/components/LayerUI.d.ts +2 -2
  47. package/types/excalidraw/components/LibraryMenuHeaderContent.d.ts +1 -1
  48. package/types/excalidraw/components/LibraryMenuItems.d.ts +1 -1
  49. package/types/excalidraw/components/LibraryMenuSection.d.ts +2 -2
  50. package/types/excalidraw/components/LibraryUnit.d.ts +1 -1
  51. package/types/excalidraw/components/MagicButton.d.ts +1 -1
  52. package/types/excalidraw/components/MobileMenu.d.ts +2 -2
  53. package/types/excalidraw/components/PasteChartDialog.d.ts +1 -1
  54. package/types/excalidraw/components/PropertiesPopover.d.ts +1 -1
  55. package/types/excalidraw/components/PublishLibrary.d.ts +1 -1
  56. package/types/excalidraw/components/SVGLayer.d.ts +1 -1
  57. package/types/excalidraw/components/Sidebar/SidebarTrigger.d.ts +1 -1
  58. package/types/excalidraw/components/Sidebar/common.d.ts +1 -1
  59. package/types/excalidraw/components/Stack.d.ts +1 -1
  60. package/types/excalidraw/components/Stats/DragInput.d.ts +2 -2
  61. package/types/excalidraw/components/Stats/MultiDimension.d.ts +1 -1
  62. package/types/excalidraw/components/Stats/MultiPosition.d.ts +1 -1
  63. package/types/excalidraw/components/Stats/index.d.ts +1 -1
  64. package/types/excalidraw/components/TTDDialog/MermaidToExcalidraw.d.ts +1 -1
  65. package/types/excalidraw/components/TTDDialog/TTDDialogTrigger.d.ts +1 -1
  66. package/types/excalidraw/components/TTDDialog/common.d.ts +2 -2
  67. package/types/excalidraw/components/TextField.d.ts +1 -1
  68. package/types/excalidraw/components/Toast.d.ts +1 -1
  69. package/types/excalidraw/components/ToolButton.d.ts +2 -2
  70. package/types/excalidraw/components/Tooltip.d.ts +1 -1
  71. package/types/excalidraw/components/UserList.d.ts +1 -1
  72. package/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +3 -3
  73. package/types/excalidraw/components/canvases/NewElementCanvas.d.ts +1 -1
  74. package/types/excalidraw/components/canvases/StaticCanvas.d.ts +3 -3
  75. package/types/excalidraw/components/dropdownMenu/DropdownMenuItem.d.ts +1 -1
  76. package/types/excalidraw/components/dropdownMenu/DropdownMenuItemLink.d.ts +1 -1
  77. package/types/excalidraw/components/hyperlink/Hyperlink.d.ts +2 -2
  78. package/types/excalidraw/components/main-menu/DefaultItems.d.ts +1 -1
  79. package/types/excalidraw/constants.d.ts +2 -2
  80. package/types/excalidraw/context/tunnels.d.ts +1 -1
  81. package/types/excalidraw/data/blob.d.ts +1 -1
  82. package/types/excalidraw/data/filesystem.d.ts +1 -1
  83. package/types/excalidraw/data/index.d.ts +1 -1
  84. package/types/excalidraw/data/library.d.ts +2 -2
  85. package/types/excalidraw/data/types.d.ts +2 -2
  86. package/types/excalidraw/dist/excalidraw.development.d.ts +2 -2
  87. package/types/excalidraw/element/ElementCanvasButtons.d.ts +1 -1
  88. package/types/excalidraw/element/binding.d.ts +5 -5
  89. package/types/excalidraw/element/bounds.d.ts +2 -2
  90. package/types/excalidraw/element/collision.d.ts +2 -2
  91. package/types/excalidraw/element/dragElements.d.ts +1 -1
  92. package/types/excalidraw/element/elbowArrow.d.ts +2 -2
  93. package/types/excalidraw/element/embeddable.d.ts +1 -1
  94. package/types/excalidraw/element/linearElementEditor.d.ts +4 -4
  95. package/types/excalidraw/element/resizeElements.d.ts +3 -3
  96. package/types/excalidraw/element/resizeTest.d.ts +3 -3
  97. package/types/excalidraw/element/showSelectedShapeActions.d.ts +1 -1
  98. package/types/excalidraw/element/textElement.d.ts +1 -1
  99. package/types/excalidraw/element/transformHandles.d.ts +5 -5
  100. package/types/excalidraw/element/utils.d.ts +1 -1
  101. package/types/excalidraw/frame.d.ts +3 -3
  102. package/types/excalidraw/history.d.ts +1 -1
  103. package/types/excalidraw/index.d.ts +4 -4
  104. package/types/excalidraw/laser-trails.d.ts +1 -1
  105. package/types/excalidraw/renderer/helpers.d.ts +1 -1
  106. package/types/excalidraw/renderer/renderElement.d.ts +1 -1
  107. package/types/excalidraw/renderer/staticSvgScene.d.ts +1 -1
  108. package/types/excalidraw/scene/Renderer.d.ts +1 -1
  109. package/types/excalidraw/scene/Scene.d.ts +2 -2
  110. package/types/excalidraw/scene/Shape.d.ts +2 -2
  111. package/types/excalidraw/scene/ShapeCache.d.ts +3 -3
  112. package/types/excalidraw/scene/scroll.d.ts +1 -1
  113. package/types/excalidraw/scene/scrollbars.d.ts +1 -1
  114. package/types/excalidraw/scene/types.d.ts +3 -3
  115. package/types/excalidraw/shapes.d.ts +1 -1
  116. package/types/excalidraw/snapping.d.ts +1 -1
  117. package/types/excalidraw/store.d.ts +1 -1
  118. package/types/excalidraw/types.d.ts +12 -12
  119. package/types/excalidraw/visualdebug.d.ts +1 -1
  120. package/types/excalidraw/webpack.dev.config.d.ts +26 -0
  121. package/types/excalidraw/webpack.prod.config.d.ts +24 -0
  122. package/types/utils/collision.d.ts +3 -3
  123. package/types/utils/export.d.ts +2 -2
  124. package/types/utils/geometry/shape.d.ts +1 -1
  125. 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.