@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.
- package/README.md +1 -1
- package/dist/excalidraw.development.js +415 -448
- package/dist/excalidraw.production.min.js +1 -1
- package/dist/excalidraw.production.min.js.LICENSE.txt +0 -42
- package/dist/styles.development.css +2976 -2982
- package/dist/styles.production.css +23 -23
- package/package.json +2 -1
- package/types/excalidraw/actions/actionCanvas.d.ts +7 -7
- package/types/excalidraw/actions/actionDeleteSelected.d.ts +1 -1
- package/types/excalidraw/actions/actionExport.d.ts +8 -8
- package/types/excalidraw/actions/actionFrame.d.ts +51 -51
- package/types/excalidraw/actions/actionHistory.d.ts +1 -1
- package/types/excalidraw/actions/actionProperties.d.ts +2 -2
- package/types/excalidraw/actions/actionSelectAll.d.ts +1 -1
- package/types/excalidraw/actions/manager.d.ts +1 -1
- package/types/excalidraw/actions/types.d.ts +2 -2
- package/types/excalidraw/animated-trail.d.ts +1 -1
- package/types/excalidraw/appState.d.ts +8 -8
- package/types/excalidraw/clipboard.d.ts +6 -6
- package/types/excalidraw/components/Actions.d.ts +2 -2
- package/types/excalidraw/components/App.d.ts +7 -7
- package/types/excalidraw/components/Avatar.d.ts +1 -1
- package/types/excalidraw/components/ButtonIcon.d.ts +1 -1
- package/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +3 -3
- package/types/excalidraw/components/ColorPicker/Picker.d.ts +1 -1
- package/types/excalidraw/components/ColorPicker/colorPickerUtils.d.ts +1 -1
- package/types/excalidraw/components/ColorPicker/keyboardNavHandlers.d.ts +1 -1
- package/types/excalidraw/components/CommandPalette/CommandPalette.d.ts +1 -1
- package/types/excalidraw/components/ConfirmDialog.d.ts +1 -1
- package/types/excalidraw/components/ContextMenu.d.ts +2 -2
- package/types/excalidraw/components/DefaultSidebar.d.ts +1 -1
- package/types/excalidraw/components/DialogActionButton.d.ts +1 -1
- package/types/excalidraw/components/ElementLinkDialog.d.ts +2 -2
- package/types/excalidraw/components/EyeDropper.d.ts +1 -1
- package/types/excalidraw/components/FixedSideContainer.d.ts +1 -1
- package/types/excalidraw/components/FollowMode/FollowMode.d.ts +1 -1
- package/types/excalidraw/components/FontPicker/FontPicker.d.ts +1 -1
- package/types/excalidraw/components/FontPicker/FontPickerList.d.ts +2 -2
- package/types/excalidraw/components/FontPicker/keyboardNavHandlers.d.ts +1 -1
- package/types/excalidraw/components/HintViewer.d.ts +1 -1
- package/types/excalidraw/components/IconPicker.d.ts +1 -1
- package/types/excalidraw/components/ImageExportDialog.d.ts +2 -2
- package/types/excalidraw/components/InitializeApp.d.ts +1 -1
- package/types/excalidraw/components/Island.d.ts +1 -1
- package/types/excalidraw/components/JSONExportDialog.d.ts +2 -2
- package/types/excalidraw/components/LayerUI.d.ts +2 -2
- package/types/excalidraw/components/LibraryMenuHeaderContent.d.ts +1 -1
- package/types/excalidraw/components/LibraryMenuItems.d.ts +1 -1
- package/types/excalidraw/components/LibraryMenuSection.d.ts +2 -2
- package/types/excalidraw/components/LibraryUnit.d.ts +1 -1
- package/types/excalidraw/components/MagicButton.d.ts +1 -1
- package/types/excalidraw/components/MobileMenu.d.ts +2 -2
- package/types/excalidraw/components/PasteChartDialog.d.ts +1 -1
- package/types/excalidraw/components/PropertiesPopover.d.ts +1 -1
- package/types/excalidraw/components/PublishLibrary.d.ts +1 -1
- package/types/excalidraw/components/SVGLayer.d.ts +1 -1
- package/types/excalidraw/components/Sidebar/SidebarTrigger.d.ts +1 -1
- package/types/excalidraw/components/Sidebar/common.d.ts +1 -1
- package/types/excalidraw/components/Stack.d.ts +1 -1
- package/types/excalidraw/components/Stats/DragInput.d.ts +2 -2
- package/types/excalidraw/components/Stats/MultiDimension.d.ts +1 -1
- package/types/excalidraw/components/Stats/MultiPosition.d.ts +1 -1
- package/types/excalidraw/components/Stats/index.d.ts +1 -1
- package/types/excalidraw/components/TTDDialog/MermaidToExcalidraw.d.ts +1 -1
- package/types/excalidraw/components/TTDDialog/TTDDialogTrigger.d.ts +1 -1
- package/types/excalidraw/components/TTDDialog/common.d.ts +2 -2
- package/types/excalidraw/components/TextField.d.ts +1 -1
- package/types/excalidraw/components/Toast.d.ts +1 -1
- package/types/excalidraw/components/ToolButton.d.ts +2 -2
- package/types/excalidraw/components/Tooltip.d.ts +1 -1
- package/types/excalidraw/components/UserList.d.ts +1 -1
- package/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +3 -3
- package/types/excalidraw/components/canvases/NewElementCanvas.d.ts +1 -1
- package/types/excalidraw/components/canvases/StaticCanvas.d.ts +3 -3
- package/types/excalidraw/components/dropdownMenu/DropdownMenuItem.d.ts +1 -1
- package/types/excalidraw/components/dropdownMenu/DropdownMenuItemLink.d.ts +1 -1
- package/types/excalidraw/components/hyperlink/Hyperlink.d.ts +2 -2
- package/types/excalidraw/components/main-menu/DefaultItems.d.ts +1 -1
- package/types/excalidraw/constants.d.ts +2 -2
- package/types/excalidraw/context/tunnels.d.ts +1 -1
- package/types/excalidraw/data/blob.d.ts +1 -1
- package/types/excalidraw/data/filesystem.d.ts +1 -1
- package/types/excalidraw/data/index.d.ts +1 -1
- package/types/excalidraw/data/library.d.ts +2 -2
- package/types/excalidraw/data/types.d.ts +2 -2
- package/types/excalidraw/dist/excalidraw.development.d.ts +2 -2
- package/types/excalidraw/element/ElementCanvasButtons.d.ts +1 -1
- package/types/excalidraw/element/binding.d.ts +5 -5
- package/types/excalidraw/element/bounds.d.ts +2 -2
- package/types/excalidraw/element/collision.d.ts +2 -2
- package/types/excalidraw/element/dragElements.d.ts +1 -1
- package/types/excalidraw/element/elbowArrow.d.ts +2 -2
- package/types/excalidraw/element/embeddable.d.ts +1 -1
- package/types/excalidraw/element/linearElementEditor.d.ts +4 -4
- package/types/excalidraw/element/resizeElements.d.ts +3 -3
- package/types/excalidraw/element/resizeTest.d.ts +3 -3
- package/types/excalidraw/element/showSelectedShapeActions.d.ts +1 -1
- package/types/excalidraw/element/textElement.d.ts +1 -1
- package/types/excalidraw/element/transformHandles.d.ts +5 -5
- package/types/excalidraw/element/utils.d.ts +1 -1
- package/types/excalidraw/frame.d.ts +3 -3
- package/types/excalidraw/history.d.ts +1 -1
- package/types/excalidraw/index.d.ts +4 -4
- package/types/excalidraw/laser-trails.d.ts +1 -1
- package/types/excalidraw/renderer/helpers.d.ts +1 -1
- package/types/excalidraw/renderer/renderElement.d.ts +1 -1
- package/types/excalidraw/renderer/staticSvgScene.d.ts +1 -1
- package/types/excalidraw/scene/Renderer.d.ts +1 -1
- package/types/excalidraw/scene/Scene.d.ts +2 -2
- package/types/excalidraw/scene/Shape.d.ts +2 -2
- package/types/excalidraw/scene/ShapeCache.d.ts +3 -3
- package/types/excalidraw/scene/scroll.d.ts +1 -1
- package/types/excalidraw/scene/scrollbars.d.ts +1 -1
- package/types/excalidraw/scene/types.d.ts +3 -3
- package/types/excalidraw/shapes.d.ts +1 -1
- package/types/excalidraw/snapping.d.ts +1 -1
- package/types/excalidraw/store.d.ts +1 -1
- package/types/excalidraw/types.d.ts +12 -12
- package/types/excalidraw/visualdebug.d.ts +1 -1
- package/types/excalidraw/webpack.dev.config.d.ts +26 -0
- package/types/excalidraw/webpack.prod.config.d.ts +24 -0
- package/types/utils/collision.d.ts +3 -3
- package/types/utils/export.d.ts +2 -2
- package/types/utils/geometry/shape.d.ts +1 -1
- 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.