@zsviczian/excalidraw 0.18.113-beta.0 → 0.18.113-beta.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.
- package/dist/excalidraw.development.js +123 -101
- package/dist/excalidraw.production.min.js +1 -1
- package/dist/styles.development.css +36 -0
- package/dist/styles.production.css +2 -1
- package/package.json +1 -1
- package/types/common/src/points.d.ts +1 -1
- package/types/element/src/Scene.d.ts +1 -1
- package/types/element/src/align.d.ts +2 -2
- package/types/element/src/binding.d.ts +9 -7
- package/types/element/src/bounds.d.ts +5 -5
- package/types/element/src/collision.d.ts +1 -1
- package/types/element/src/distribute.d.ts +2 -2
- package/types/element/src/duplicate.d.ts +3 -3
- package/types/element/src/embeddable.d.ts +2 -2
- package/types/element/src/flowchart.d.ts +3 -3
- package/types/element/src/fractionalIndex.d.ts +2 -2
- package/types/element/src/frame.d.ts +4 -4
- package/types/element/src/groups.d.ts +7 -7
- package/types/element/src/index.d.ts +1 -1
- package/types/element/src/linearElementEditor.d.ts +10 -10
- package/types/element/src/renderElement.d.ts +0 -3
- package/types/element/src/resizeElements.d.ts +1 -1
- package/types/element/src/selection.d.ts +5 -5
- package/types/element/src/textElement.d.ts +7 -7
- package/types/element/src/transform.d.ts +2 -2
- package/types/element/src/typeChecks.d.ts +25 -25
- package/types/element/src/types.d.ts +2 -1
- package/types/element/src/zindex.d.ts +2 -2
- package/types/excalidraw/actions/actionAddToLibrary.d.ts +3 -3
- package/types/excalidraw/actions/actionAlign.d.ts +6 -6
- package/types/excalidraw/actions/actionBoundText.d.ts +2 -2
- package/types/excalidraw/actions/actionCanvas.d.ts +12 -12
- package/types/excalidraw/actions/actionClipboard.d.ts +2 -2
- package/types/excalidraw/actions/actionCropEditor.d.ts +1 -1
- package/types/excalidraw/actions/actionDeleteSelected.d.ts +4 -4
- package/types/excalidraw/actions/actionDeselect.d.ts +1 -1
- package/types/excalidraw/actions/actionDistribute.d.ts +2 -3
- package/types/excalidraw/actions/actionElementLink.d.ts +1 -1
- package/types/excalidraw/actions/actionElementLock.d.ts +2 -2
- package/types/excalidraw/actions/actionEmbeddable.d.ts +1 -1
- package/types/excalidraw/actions/actionExport.d.ts +4 -4
- package/types/excalidraw/actions/actionFrame.d.ts +4 -4
- package/types/excalidraw/actions/actionGroup.d.ts +2 -2
- package/types/excalidraw/actions/actionLinearEditor.d.ts +1 -1
- package/types/excalidraw/actions/actionLink.d.ts +1 -1
- package/types/excalidraw/actions/actionMenu.d.ts +1 -1
- package/types/excalidraw/actions/actionProperties.d.ts +26 -26
- package/types/excalidraw/actions/actionSelectAll.d.ts +6 -6
- package/types/excalidraw/actions/actionStyles.d.ts +1 -1
- package/types/excalidraw/actions/actionToggleArrowBinding.d.ts +1 -1
- package/types/excalidraw/actions/actionToggleGridMode.d.ts +1 -1
- package/types/excalidraw/actions/actionToggleMidpointSnapping.d.ts +1 -1
- package/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +1 -1
- package/types/excalidraw/actions/actionToggleSearchMenu.d.ts +1 -1
- package/types/excalidraw/actions/actionToggleStats.d.ts +1 -1
- package/types/excalidraw/actions/actionToggleViewMode.d.ts +1 -1
- package/types/excalidraw/actions/actionToggleZenMode.d.ts +1 -1
- package/types/excalidraw/actions/actionTrayMenu.d.ts +1 -1
- package/types/excalidraw/appState.d.ts +4 -4
- package/types/excalidraw/components/App.d.ts +12 -1
- package/types/excalidraw/components/ConvertElementTypePopup.d.ts +1 -1
- package/types/excalidraw/components/CursorHint.d.ts +46 -0
- package/types/excalidraw/components/Stats/Angle.d.ts +2 -2
- package/types/excalidraw/components/Stats/Dimension.d.ts +2 -2
- package/types/excalidraw/components/Stats/DragInput.d.ts +2 -2
- package/types/excalidraw/components/Stats/MultiAngle.d.ts +2 -2
- package/types/excalidraw/components/Stats/MultiDimension.d.ts +2 -2
- package/types/excalidraw/components/Stats/MultiPosition.d.ts +2 -2
- package/types/excalidraw/components/Stats/Position.d.ts +3 -3
- package/types/excalidraw/components/Stats/utils.d.ts +1 -1
- package/types/excalidraw/data/blob.d.ts +6 -6
- package/types/excalidraw/data/index.d.ts +4 -4
- package/types/excalidraw/data/json.d.ts +9 -9
- package/types/excalidraw/scene/Renderer.d.ts +11 -11
- package/types/excalidraw/scene/export.d.ts +3 -3
- package/types/excalidraw/scene/types.d.ts +1 -1
- package/types/excalidraw/snapping.d.ts +7 -7
- package/types/excalidraw/types.d.ts +6 -4
- package/types/excalidraw/viewport.d.ts +1 -1
- package/types/excalidraw/wysiwyg/textWysiwyg.d.ts +2 -3
- package/types/utils/src/export.d.ts +3 -3
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.