@excalidraw/excalidraw 0.17.1-88812e0 → 0.17.1-96eeec5
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/CHANGELOG.md +2 -0
- package/dist/browser/dev/excalidraw-assets-dev/{chunk-47LVF2XL.js → chunk-DEYXWPUO.js} +4933 -1520
- package/dist/browser/dev/excalidraw-assets-dev/chunk-DEYXWPUO.js.map +7 -0
- package/dist/browser/dev/excalidraw-assets-dev/{chunk-XOM7LNOU.js → chunk-EM6LVGFW.js} +27 -4
- package/dist/browser/dev/excalidraw-assets-dev/chunk-EM6LVGFW.js.map +7 -0
- package/dist/browser/dev/excalidraw-assets-dev/{dist-ITJNUBZF.js → dist-6QVAH5JA.js} +36 -14
- package/dist/browser/dev/excalidraw-assets-dev/dist-6QVAH5JA.js.map +7 -0
- package/dist/browser/dev/excalidraw-assets-dev/{en-TR4QLF5E.js → en-AZFA5HJJ.js} +4 -2
- package/dist/browser/dev/excalidraw-assets-dev/{image-LHMGJWTI.js → image-5XCR4WHS.js} +2 -2
- package/dist/browser/dev/index.css +157 -62
- package/dist/browser/dev/index.css.map +3 -3
- package/dist/browser/dev/index.js +12016 -7663
- package/dist/browser/dev/index.js.map +4 -4
- package/dist/browser/prod/excalidraw-assets/{chunk-5SYIAZGL.js → chunk-7DXALCB2.js} +5 -5
- package/dist/browser/prod/excalidraw-assets/chunk-ODWTVSS7.js +68 -0
- package/dist/browser/prod/excalidraw-assets/dist-567JAXHK.js +7 -0
- package/dist/browser/prod/excalidraw-assets/en-6E7MYLWO.js +1 -0
- package/dist/browser/prod/excalidraw-assets/image-LQAMCFQI.js +1 -0
- package/dist/browser/prod/index.css +1 -1
- package/dist/browser/prod/index.js +69 -51
- package/dist/dev/{en-XW4JO6VX.json → en-EB2MBPAV.json} +24 -3
- package/dist/dev/index.css +157 -62
- package/dist/dev/index.css.map +3 -3
- package/dist/dev/index.js +18250 -16114
- package/dist/dev/index.js.map +4 -4
- package/dist/excalidraw/actions/actionAddToLibrary.d.ts +15 -6
- package/dist/excalidraw/actions/actionAlign.d.ts +8 -8
- package/dist/excalidraw/actions/actionBoundText.d.ts +14 -8
- package/dist/excalidraw/actions/actionBoundText.js +3 -1
- package/dist/excalidraw/actions/actionCanvas.d.ts +64 -28
- package/dist/excalidraw/actions/actionCanvas.js +1 -1
- package/dist/excalidraw/actions/actionClipboard.d.ts +40 -19
- package/dist/excalidraw/actions/actionDeleteSelected.d.ts +17 -8
- package/dist/excalidraw/actions/actionDistribute.d.ts +4 -4
- package/dist/excalidraw/actions/actionDuplicateSelection.d.ts +3 -3
- package/dist/excalidraw/actions/actionElementLock.d.ts +11 -5
- package/dist/excalidraw/actions/actionExport.d.ts +48 -21
- package/dist/excalidraw/actions/actionFinalize.d.ts +11 -5
- package/dist/excalidraw/actions/actionFinalize.js +1 -1
- package/dist/excalidraw/actions/actionFlip.d.ts +4 -4
- package/dist/excalidraw/actions/actionFlip.js +5 -6
- package/dist/excalidraw/actions/actionFrame.d.ts +328 -8
- package/dist/excalidraw/actions/actionGroup.d.ts +320 -4
- package/dist/excalidraw/actions/actionHistory.d.ts +3 -3
- package/dist/excalidraw/actions/actionHistory.js +4 -4
- package/dist/excalidraw/actions/actionLinearEditor.d.ts +9 -4
- package/dist/excalidraw/actions/actionLinearEditor.js +19 -4
- package/dist/excalidraw/actions/actionLink.d.ts +5 -2
- package/dist/excalidraw/actions/actionMenu.d.ts +15 -6
- package/dist/excalidraw/actions/actionNavigate.d.ts +11 -5
- package/dist/excalidraw/actions/actionProperties.d.ts +67 -28
- package/dist/excalidraw/actions/actionProperties.js +1 -1
- package/dist/excalidraw/actions/actionSelectAll.d.ts +6 -3
- package/dist/excalidraw/actions/actionStyles.d.ts +9 -3
- package/dist/excalidraw/actions/actionTextAutoResize.d.ts +17 -0
- package/dist/excalidraw/actions/actionTextAutoResize.js +38 -0
- package/dist/excalidraw/actions/actionToggleGridMode.d.ts +6 -3
- package/dist/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +5 -2
- package/dist/excalidraw/actions/actionToggleStats.d.ts +6 -2
- package/dist/excalidraw/actions/actionToggleStats.js +4 -3
- package/dist/excalidraw/actions/actionToggleViewMode.d.ts +5 -2
- package/dist/excalidraw/actions/actionToggleZenMode.d.ts +5 -2
- package/dist/excalidraw/actions/actionZindex.d.ts +8 -4
- package/dist/excalidraw/actions/actionZindex.js +4 -0
- package/dist/excalidraw/actions/manager.d.ts +3 -3
- package/dist/excalidraw/actions/register.d.ts +1 -1
- package/dist/excalidraw/actions/shortcuts.d.ts +2 -2
- package/dist/excalidraw/actions/types.d.ts +6 -6
- package/dist/excalidraw/align.d.ts +1 -1
- package/dist/excalidraw/animated-trail.d.ts +2 -2
- package/dist/excalidraw/appState.d.ts +5 -2
- package/dist/excalidraw/appState.js +6 -3
- package/dist/excalidraw/change.d.ts +4 -4
- package/dist/excalidraw/change.js +14 -7
- package/dist/excalidraw/charts.d.ts +1 -1
- package/dist/excalidraw/clients.d.ts +2 -2
- package/dist/excalidraw/clients.js +1 -1
- package/dist/excalidraw/clipboard.d.ts +3 -3
- package/dist/excalidraw/colors.d.ts +1 -1
- package/dist/excalidraw/components/Actions.d.ts +3 -3
- package/dist/excalidraw/components/Actions.js +9 -6
- package/dist/excalidraw/components/App.d.ts +10 -16
- package/dist/excalidraw/components/App.js +190 -142
- package/dist/excalidraw/components/ButtonIconSelect.js +1 -1
- package/dist/excalidraw/components/CheckboxItem.js +1 -1
- package/dist/excalidraw/components/ColorPicker/ColorInput.d.ts +1 -1
- package/dist/excalidraw/components/ColorPicker/ColorInput.js +1 -1
- package/dist/excalidraw/components/ColorPicker/ColorPicker.d.ts +4 -4
- package/dist/excalidraw/components/ColorPicker/ColorPicker.js +1 -1
- package/dist/excalidraw/components/ColorPicker/Picker.d.ts +3 -3
- package/dist/excalidraw/components/ColorPicker/PickerColorList.d.ts +1 -1
- package/dist/excalidraw/components/ColorPicker/PickerHeading.d.ts +1 -1
- package/dist/excalidraw/components/ColorPicker/ShadeList.d.ts +1 -1
- package/dist/excalidraw/components/ColorPicker/TopPicks.d.ts +1 -1
- package/dist/excalidraw/components/ColorPicker/colorPickerUtils.d.ts +2 -2
- package/dist/excalidraw/components/ColorPicker/colorPickerUtils.js +1 -1
- package/dist/excalidraw/components/ColorPicker/keyboardNavHandlers.d.ts +2 -2
- package/dist/excalidraw/components/ColorPicker/keyboardNavHandlers.js +1 -1
- package/dist/excalidraw/components/CommandPalette/CommandPalette.d.ts +1 -1
- package/dist/excalidraw/components/CommandPalette/CommandPalette.js +5 -5
- package/dist/excalidraw/components/CommandPalette/defaultCommandPaletteItems.d.ts +1 -1
- package/dist/excalidraw/components/CommandPalette/types.d.ts +3 -3
- package/dist/excalidraw/components/ConfirmDialog.d.ts +1 -1
- package/dist/excalidraw/components/ContextMenu.d.ts +2 -2
- package/dist/excalidraw/components/ContextMenu.js +2 -2
- package/dist/excalidraw/components/DarkModeToggle.d.ts +1 -1
- package/dist/excalidraw/components/DefaultSidebar.d.ts +2 -2
- package/dist/excalidraw/components/Dialog.js +1 -1
- package/dist/excalidraw/components/DialogActionButton.d.ts +1 -1
- package/dist/excalidraw/components/EyeDropper.d.ts +2 -2
- package/dist/excalidraw/components/FollowMode/FollowMode.d.ts +1 -1
- package/dist/excalidraw/components/FollowMode/FollowMode.js +1 -1
- package/dist/excalidraw/components/HelpDialog.js +1 -1
- package/dist/excalidraw/components/HintViewer.d.ts +1 -1
- package/dist/excalidraw/components/IconPicker.js +2 -2
- package/dist/excalidraw/components/ImageExportDialog.d.ts +1 -1
- package/dist/excalidraw/components/InitializeApp.d.ts +2 -2
- package/dist/excalidraw/components/JSONExportDialog.d.ts +3 -3
- package/dist/excalidraw/components/LayerUI.d.ts +4 -4
- package/dist/excalidraw/components/LayerUI.js +10 -7
- package/dist/excalidraw/components/LibraryMenu.d.ts +2 -2
- package/dist/excalidraw/components/LibraryMenuBrowseButton.d.ts +1 -1
- package/dist/excalidraw/components/LibraryMenuControlButtons.d.ts +1 -1
- package/dist/excalidraw/components/LibraryMenuHeaderContent.d.ts +2 -2
- package/dist/excalidraw/components/LibraryMenuItems.d.ts +1 -1
- package/dist/excalidraw/components/LibraryMenuSection.d.ts +5 -4
- package/dist/excalidraw/components/LibraryUnit.d.ts +2 -2
- package/dist/excalidraw/components/LoadingMessage.d.ts +1 -1
- package/dist/excalidraw/components/MagicSettings.js +2 -2
- package/dist/excalidraw/components/MobileMenu.d.ts +3 -3
- package/dist/excalidraw/components/MobileMenu.js +2 -6
- package/dist/excalidraw/components/Modal.d.ts +1 -1
- package/dist/excalidraw/components/OverwriteConfirm/OverwriteConfirmState.d.ts +1 -1
- package/dist/excalidraw/components/PasteChartDialog.d.ts +1 -1
- package/dist/excalidraw/components/PasteChartDialog.js +1 -1
- package/dist/excalidraw/components/PublishLibrary.d.ts +1 -1
- package/dist/excalidraw/components/SVGLayer.d.ts +1 -1
- package/dist/excalidraw/components/Sidebar/Sidebar.js +1 -1
- package/dist/excalidraw/components/Sidebar/SidebarTab.d.ts +1 -1
- package/dist/excalidraw/components/Sidebar/SidebarTabTrigger.d.ts +1 -1
- package/dist/excalidraw/components/Sidebar/SidebarTrigger.d.ts +1 -1
- package/dist/excalidraw/components/Sidebar/common.d.ts +1 -1
- package/dist/excalidraw/components/Stats/Angle.d.ts +12 -0
- package/dist/excalidraw/components/Stats/Angle.js +52 -0
- package/dist/excalidraw/components/Stats/Collapsible.d.ts +9 -0
- package/dist/excalidraw/components/Stats/Collapsible.js +12 -0
- package/dist/excalidraw/components/Stats/Dimension.d.ts +12 -0
- package/dist/excalidraw/components/Stats/Dimension.js +67 -0
- package/dist/excalidraw/components/Stats/DragInput.d.ts +32 -0
- package/dist/excalidraw/components/Stats/DragInput.js +174 -0
- package/dist/excalidraw/components/Stats/FontSize.d.ts +12 -0
- package/dist/excalidraw/components/Stats/FontSize.js +50 -0
- package/dist/excalidraw/components/Stats/MultiAngle.d.ts +12 -0
- package/dist/excalidraw/components/Stats/MultiAngle.js +66 -0
- package/dist/excalidraw/components/Stats/MultiDimension.d.ts +15 -0
- package/dist/excalidraw/components/Stats/MultiDimension.js +197 -0
- package/dist/excalidraw/components/Stats/MultiFontSize.d.ts +13 -0
- package/dist/excalidraw/components/Stats/MultiFontSize.js +72 -0
- package/dist/excalidraw/components/Stats/MultiPosition.d.ts +15 -0
- package/dist/excalidraw/components/Stats/MultiPosition.js +100 -0
- package/dist/excalidraw/components/Stats/Position.d.ts +13 -0
- package/dist/excalidraw/components/Stats/Position.js +39 -0
- package/dist/excalidraw/components/Stats/index.d.ts +16 -0
- package/dist/excalidraw/components/Stats/index.js +78 -0
- package/dist/excalidraw/components/Stats/utils.d.ts +25 -0
- package/dist/excalidraw/components/Stats/utils.js +158 -0
- package/dist/excalidraw/components/TTDDialog/MermaidToExcalidraw.d.ts +1 -1
- package/dist/excalidraw/components/TTDDialog/TTDDialog.js +2 -2
- package/dist/excalidraw/components/TTDDialog/TTDDialogInput.d.ts +1 -1
- package/dist/excalidraw/components/TTDDialog/TTDDialogPanel.d.ts +1 -1
- package/dist/excalidraw/components/TTDDialog/TTDDialogPanels.d.ts +1 -1
- package/dist/excalidraw/components/TTDDialog/TTDDialogTabs.d.ts +1 -1
- package/dist/excalidraw/components/TTDDialog/TTDDialogTrigger.d.ts +1 -1
- package/dist/excalidraw/components/TTDDialog/common.d.ts +4 -4
- package/dist/excalidraw/components/TextField.d.ts +1 -1
- package/dist/excalidraw/components/Toast.d.ts +1 -1
- package/dist/excalidraw/components/ToolButton.d.ts +3 -2
- package/dist/excalidraw/components/Trans.d.ts +1 -1
- package/dist/excalidraw/components/UserList.d.ts +1 -1
- package/dist/excalidraw/components/canvases/InteractiveCanvas.d.ts +3 -2
- package/dist/excalidraw/components/canvases/InteractiveCanvas.js +4 -2
- package/dist/excalidraw/components/canvases/StaticCanvas.d.ts +2 -2
- package/dist/excalidraw/components/canvases/StaticCanvas.js +2 -2
- package/dist/excalidraw/components/dropdownMenu/DropdownMenuItem.js +2 -2
- package/dist/excalidraw/components/footer/Footer.d.ts +2 -2
- package/dist/excalidraw/components/hyperlink/Hyperlink.d.ts +2 -2
- package/dist/excalidraw/components/hyperlink/helpers.d.ts +3 -3
- package/dist/excalidraw/components/icons.d.ts +6 -2
- package/dist/excalidraw/components/icons.js +22 -6
- package/dist/excalidraw/constants.d.ts +8 -2
- package/dist/excalidraw/constants.js +8 -1
- package/dist/excalidraw/context/ui-appState.d.ts +1 -1
- package/dist/excalidraw/cursor.d.ts +1 -1
- package/dist/excalidraw/data/EditorLocalStorage.d.ts +2 -2
- package/dist/excalidraw/data/blob.d.ts +5 -5
- package/dist/excalidraw/data/filesystem.d.ts +2 -1
- package/dist/excalidraw/data/index.d.ts +4 -4
- package/dist/excalidraw/data/json.d.ts +3 -3
- package/dist/excalidraw/data/library.d.ts +3 -3
- package/dist/excalidraw/data/magic.d.ts +3 -3
- package/dist/excalidraw/data/reconcile.d.ts +3 -3
- package/dist/excalidraw/data/resave.d.ts +2 -2
- package/dist/excalidraw/data/restore.d.ts +3 -3
- package/dist/excalidraw/data/restore.js +16 -1
- package/dist/excalidraw/data/transform.d.ts +3 -3
- package/dist/excalidraw/data/types.d.ts +3 -3
- package/dist/excalidraw/element/ElementCanvasButtons.d.ts +1 -1
- package/dist/excalidraw/element/binding.d.ts +7 -21
- package/dist/excalidraw/element/binding.js +127 -102
- package/dist/excalidraw/element/bounds.d.ts +3 -3
- package/dist/excalidraw/element/collision.d.ts +3 -3
- package/dist/excalidraw/element/collision.js +1 -1
- package/dist/excalidraw/element/containerCache.d.ts +1 -1
- package/dist/excalidraw/element/dragElements.d.ts +4 -4
- package/dist/excalidraw/element/dragElements.js +27 -3
- package/dist/excalidraw/element/embeddable.d.ts +8 -5
- package/dist/excalidraw/element/image.d.ts +2 -2
- package/dist/excalidraw/element/index.d.ts +2 -2
- package/dist/excalidraw/element/index.js +1 -1
- package/dist/excalidraw/element/linearElementEditor.d.ts +8 -5
- package/dist/excalidraw/element/linearElementEditor.js +7 -4
- package/dist/excalidraw/element/mutateElement.d.ts +2 -2
- package/dist/excalidraw/element/mutateElement.js +1 -1
- package/dist/excalidraw/element/newElement.d.ts +5 -8
- package/dist/excalidraw/element/newElement.js +16 -14
- package/dist/excalidraw/element/resizeElements.d.ts +11 -3
- package/dist/excalidraw/element/resizeElements.js +75 -23
- package/dist/excalidraw/element/resizeTest.d.ts +4 -4
- package/dist/excalidraw/element/resizeTest.js +2 -4
- package/dist/excalidraw/element/showSelectedShapeActions.d.ts +2 -2
- package/dist/excalidraw/element/sizeHelpers.d.ts +2 -2
- package/dist/excalidraw/element/sortElements.d.ts +1 -1
- package/dist/excalidraw/element/textElement.d.ts +5 -4
- package/dist/excalidraw/element/textElement.js +11 -3
- package/dist/excalidraw/element/textWysiwyg.d.ts +12 -6
- package/dist/excalidraw/element/textWysiwyg.js +38 -17
- package/dist/excalidraw/element/transformHandles.d.ts +3 -3
- package/dist/excalidraw/element/transformHandles.js +0 -10
- package/dist/excalidraw/element/typeChecks.d.ts +4 -4
- package/dist/excalidraw/element/types.d.ts +11 -4
- package/dist/excalidraw/emitter.d.ts +1 -1
- package/dist/excalidraw/fractionalIndex.d.ts +1 -1
- package/dist/excalidraw/fractionalIndex.js +2 -4
- package/dist/excalidraw/frame.d.ts +3 -3
- package/dist/excalidraw/gatransforms.d.ts +1 -1
- package/dist/excalidraw/gesture.d.ts +1 -1
- package/dist/excalidraw/groups.d.ts +4 -4
- package/dist/excalidraw/history.d.ts +4 -4
- package/dist/excalidraw/hooks/useEmitter.d.ts +1 -1
- package/dist/excalidraw/hooks/useLibraryItemSvg.d.ts +1 -1
- package/dist/excalidraw/i18n.d.ts +1 -1
- package/dist/excalidraw/index.d.ts +1 -1
- package/dist/excalidraw/jotai.d.ts +1 -1
- package/dist/excalidraw/laser-trails.d.ts +3 -2
- package/dist/excalidraw/locales/en.json +24 -3
- package/dist/excalidraw/math.d.ts +4 -2
- package/dist/excalidraw/math.js +6 -0
- package/dist/excalidraw/mermaid.d.ts +2 -0
- package/dist/excalidraw/mermaid.js +28 -0
- package/dist/excalidraw/points.d.ts +1 -1
- package/dist/excalidraw/queue.d.ts +1 -1
- package/dist/excalidraw/renderer/helpers.d.ts +2 -2
- package/dist/excalidraw/renderer/interactiveScene.d.ts +2 -2
- package/dist/excalidraw/renderer/interactiveScene.js +32 -6
- package/dist/excalidraw/renderer/renderElement.d.ts +4 -4
- package/dist/excalidraw/renderer/renderElement.js +5 -5
- package/dist/excalidraw/renderer/renderSnaps.d.ts +1 -1
- package/dist/excalidraw/renderer/staticScene.d.ts +1 -1
- package/dist/excalidraw/renderer/staticSvgScene.d.ts +4 -4
- package/dist/excalidraw/scene/Fonts.d.ts +2 -4
- package/dist/excalidraw/scene/Fonts.js +12 -15
- package/dist/excalidraw/scene/Renderer.d.ts +4 -4
- package/dist/excalidraw/scene/Renderer.js +2 -3
- package/dist/excalidraw/scene/Scene.d.ts +16 -7
- package/dist/excalidraw/scene/Scene.js +17 -8
- package/dist/excalidraw/scene/Shape.d.ts +1 -1
- package/dist/excalidraw/scene/ShapeCache.d.ts +4 -4
- package/dist/excalidraw/scene/comparisons.d.ts +2 -2
- package/dist/excalidraw/scene/export.d.ts +2 -2
- package/dist/excalidraw/scene/export.js +2 -2
- package/dist/excalidraw/scene/scroll.d.ts +2 -2
- package/dist/excalidraw/scene/scrollbars.d.ts +3 -3
- package/dist/excalidraw/scene/selection.d.ts +2 -2
- package/dist/excalidraw/scene/types.d.ts +6 -8
- package/dist/excalidraw/scene/zoom.d.ts +1 -1
- package/dist/excalidraw/shapes.d.ts +7 -0
- package/dist/excalidraw/shapes.js +40 -0
- package/dist/excalidraw/snapping.d.ts +4 -4
- package/dist/excalidraw/snapping.js +2 -1
- package/dist/excalidraw/store.d.ts +34 -4
- package/dist/excalidraw/store.js +27 -0
- package/dist/excalidraw/types.d.ts +25 -20
- package/dist/excalidraw/utils.d.ts +4 -4
- package/dist/excalidraw/zindex.d.ts +2 -2
- package/dist/prod/{en-XW4JO6VX.json → en-EB2MBPAV.json} +24 -3
- package/dist/prod/index.css +1 -1
- package/dist/prod/index.js +39 -39
- package/dist/utils/bbox.d.ts +2 -2
- package/dist/utils/collision.d.ts +1 -1
- package/dist/utils/export.d.ts +2 -2
- package/dist/utils/geometry/geometry.d.ts +1 -1
- package/dist/utils/geometry/shape.d.ts +1 -1
- package/dist/utils/withinBounds.d.ts +1 -1
- package/history.ts +4 -4
- package/package.json +2 -2
- package/dist/browser/dev/excalidraw-assets-dev/chunk-47LVF2XL.js.map +0 -7
- package/dist/browser/dev/excalidraw-assets-dev/chunk-XOM7LNOU.js.map +0 -7
- package/dist/browser/dev/excalidraw-assets-dev/dist-ITJNUBZF.js.map +0 -7
- package/dist/browser/prod/excalidraw-assets/chunk-4SNEEDZH.js +0 -55
- package/dist/browser/prod/excalidraw-assets/dist-54276HPL.js +0 -6
- package/dist/browser/prod/excalidraw-assets/en-7GPZE2Y2.js +0 -1
- package/dist/browser/prod/excalidraw-assets/image-ISQJGWLB.js +0 -1
- package/dist/excalidraw/components/Stats.d.ts +0 -11
- package/dist/excalidraw/components/Stats.js +0 -13
- /package/dist/browser/dev/excalidraw-assets-dev/{en-TR4QLF5E.js.map → en-AZFA5HJJ.js.map} +0 -0
- /package/dist/browser/dev/excalidraw-assets-dev/{image-LHMGJWTI.js.map → image-5XCR4WHS.js.map} +0 -0
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
colors,
|
|
8
8
|
commandPalette,
|
|
9
9
|
confirmDialog,
|
|
10
|
+
element,
|
|
10
11
|
en_default,
|
|
11
12
|
encrypted,
|
|
12
13
|
errorDialog,
|
|
@@ -30,7 +31,7 @@ import {
|
|
|
30
31
|
toolBar,
|
|
31
32
|
userList,
|
|
32
33
|
welcomeScreen
|
|
33
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-EM6LVGFW.js";
|
|
34
35
|
import "./chunk-F3UQABQJ.js";
|
|
35
36
|
export {
|
|
36
37
|
alerts,
|
|
@@ -42,6 +43,7 @@ export {
|
|
|
42
43
|
commandPalette,
|
|
43
44
|
confirmDialog,
|
|
44
45
|
en_default as default,
|
|
46
|
+
element,
|
|
45
47
|
encrypted,
|
|
46
48
|
errorDialog,
|
|
47
49
|
errorSplash,
|
|
@@ -65,4 +67,4 @@ export {
|
|
|
65
67
|
userList,
|
|
66
68
|
welcomeScreen
|
|
67
69
|
};
|
|
68
|
-
//# sourceMappingURL=en-
|
|
70
|
+
//# sourceMappingURL=en-AZFA5HJJ.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
encodePngMetadata,
|
|
5
5
|
encodeSvgMetadata,
|
|
6
6
|
getTEXtChunk
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-DEYXWPUO.js";
|
|
8
8
|
import "./chunk-YRUDZAGT.js";
|
|
9
9
|
import "./chunk-F3UQABQJ.js";
|
|
10
10
|
export {
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
encodeSvgMetadata,
|
|
15
15
|
getTEXtChunk
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=image-
|
|
17
|
+
//# sourceMappingURL=image-5XCR4WHS.js.map
|
|
@@ -2243,7 +2243,7 @@
|
|
|
2243
2243
|
--color-muted-darkest: var(--color-gray-100);
|
|
2244
2244
|
--color-muted-background: var(--color-gray-80);
|
|
2245
2245
|
--color-muted-background-darker: var(--color-gray-100);
|
|
2246
|
-
--color-promo:
|
|
2246
|
+
--color-promo: var(--color-primary);
|
|
2247
2247
|
--color-success: #268029;
|
|
2248
2248
|
--color-success-lighter: #cafccc;
|
|
2249
2249
|
--color-logo-icon: var(--color-primary);
|
|
@@ -2341,7 +2341,6 @@
|
|
|
2341
2341
|
--color-muted-darkest: var(--color-gray-20);
|
|
2342
2342
|
--color-muted-background: var(--color-gray-40);
|
|
2343
2343
|
--color-muted-background-darker: var(--color-gray-20);
|
|
2344
|
-
--color-promo: #d297ff;
|
|
2345
2344
|
--color-logo-text: #e2dfff;
|
|
2346
2345
|
--color-surface-high: hsl(245, 10%, 21%);
|
|
2347
2346
|
--color-surface-low: hsl(240, 8%, 15%);
|
|
@@ -3253,55 +3252,6 @@
|
|
|
3253
3252
|
color: var(--color-gray-60);
|
|
3254
3253
|
}
|
|
3255
3254
|
|
|
3256
|
-
/* components/Stats.scss */
|
|
3257
|
-
:export {
|
|
3258
|
-
themeFilter: invert(93%) hue-rotate(180deg);
|
|
3259
|
-
rightSidebarWidth: 302px;
|
|
3260
|
-
}
|
|
3261
|
-
.excalidraw .Stats {
|
|
3262
|
-
position: absolute;
|
|
3263
|
-
top: 64px;
|
|
3264
|
-
right: 12px;
|
|
3265
|
-
font-size: 12px;
|
|
3266
|
-
z-index: 10;
|
|
3267
|
-
pointer-events: var(--ui-pointerEvents);
|
|
3268
|
-
}
|
|
3269
|
-
.excalidraw .Stats h3 {
|
|
3270
|
-
margin: 0 24px 8px 0;
|
|
3271
|
-
white-space: nowrap;
|
|
3272
|
-
}
|
|
3273
|
-
.excalidraw .Stats .close {
|
|
3274
|
-
float: right;
|
|
3275
|
-
height: 16px;
|
|
3276
|
-
width: 16px;
|
|
3277
|
-
cursor: pointer;
|
|
3278
|
-
}
|
|
3279
|
-
.excalidraw .Stats .close svg {
|
|
3280
|
-
width: 100%;
|
|
3281
|
-
height: 100%;
|
|
3282
|
-
}
|
|
3283
|
-
.excalidraw .Stats table {
|
|
3284
|
-
width: 100%;
|
|
3285
|
-
}
|
|
3286
|
-
.excalidraw .Stats table th {
|
|
3287
|
-
border-bottom: 1px solid var(--input-border-color);
|
|
3288
|
-
padding: 4px;
|
|
3289
|
-
}
|
|
3290
|
-
.excalidraw .Stats table tr td:nth-child(2) {
|
|
3291
|
-
min-width: 24px;
|
|
3292
|
-
text-align: right;
|
|
3293
|
-
}
|
|
3294
|
-
:root[dir=rtl] .excalidraw .Stats {
|
|
3295
|
-
left: 12px;
|
|
3296
|
-
right: initial;
|
|
3297
|
-
}
|
|
3298
|
-
:root[dir=rtl] .excalidraw .Stats h3 {
|
|
3299
|
-
margin: 0 0 8px 24px;
|
|
3300
|
-
}
|
|
3301
|
-
:root[dir=rtl] .excalidraw .Stats .close {
|
|
3302
|
-
float: left;
|
|
3303
|
-
}
|
|
3304
|
-
|
|
3305
3255
|
/* components/PasteChartDialog.scss */
|
|
3306
3256
|
:export {
|
|
3307
3257
|
themeFilter: invert(93%) hue-rotate(180deg);
|
|
@@ -4235,6 +4185,84 @@
|
|
|
4235
4185
|
.excalidraw .layer-ui__wrapper__top-right > * {
|
|
4236
4186
|
pointer-events: var(--ui-pointerEvents);
|
|
4237
4187
|
}
|
|
4188
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats {
|
|
4189
|
+
width: 204px;
|
|
4190
|
+
position: absolute;
|
|
4191
|
+
top: 60px;
|
|
4192
|
+
font-size: 12px;
|
|
4193
|
+
z-index: var(--zIndex-layerUI);
|
|
4194
|
+
pointer-events: var(--ui-pointerEvents);
|
|
4195
|
+
}
|
|
4196
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats .title {
|
|
4197
|
+
display: flex;
|
|
4198
|
+
justify-content: space-between;
|
|
4199
|
+
align-items: center;
|
|
4200
|
+
margin-bottom: 12px;
|
|
4201
|
+
}
|
|
4202
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats .title h2 {
|
|
4203
|
+
margin: 0;
|
|
4204
|
+
}
|
|
4205
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats .sectionContent {
|
|
4206
|
+
display: flex;
|
|
4207
|
+
flex-direction: column;
|
|
4208
|
+
align-items: center;
|
|
4209
|
+
justify-content: center;
|
|
4210
|
+
}
|
|
4211
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats .elementType {
|
|
4212
|
+
font-size: 12px;
|
|
4213
|
+
font-weight: 700;
|
|
4214
|
+
margin-top: 8px;
|
|
4215
|
+
}
|
|
4216
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats .elementsCount {
|
|
4217
|
+
width: 100%;
|
|
4218
|
+
font-size: 12px;
|
|
4219
|
+
display: flex;
|
|
4220
|
+
justify-content: space-between;
|
|
4221
|
+
margin-top: 8px;
|
|
4222
|
+
}
|
|
4223
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats .statsItem {
|
|
4224
|
+
margin-top: 8px;
|
|
4225
|
+
width: 100%;
|
|
4226
|
+
margin-bottom: 4px;
|
|
4227
|
+
display: grid;
|
|
4228
|
+
gap: 4px;
|
|
4229
|
+
}
|
|
4230
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats .statsItem .label {
|
|
4231
|
+
margin-right: 4px;
|
|
4232
|
+
}
|
|
4233
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats h3 {
|
|
4234
|
+
white-space: nowrap;
|
|
4235
|
+
margin: 0;
|
|
4236
|
+
}
|
|
4237
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats .close {
|
|
4238
|
+
height: 16px;
|
|
4239
|
+
width: 16px;
|
|
4240
|
+
cursor: pointer;
|
|
4241
|
+
}
|
|
4242
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats .close svg {
|
|
4243
|
+
width: 100%;
|
|
4244
|
+
height: 100%;
|
|
4245
|
+
}
|
|
4246
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats table {
|
|
4247
|
+
width: 100%;
|
|
4248
|
+
}
|
|
4249
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats table th {
|
|
4250
|
+
border-bottom: 1px solid var(--input-border-color);
|
|
4251
|
+
padding: 4px;
|
|
4252
|
+
}
|
|
4253
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats table tr td:nth-child(2) {
|
|
4254
|
+
min-width: 24px;
|
|
4255
|
+
text-align: right;
|
|
4256
|
+
}
|
|
4257
|
+
.excalidraw .layer-ui__wrapper__top-right > .Stats .divider {
|
|
4258
|
+
width: 100%;
|
|
4259
|
+
height: 1px;
|
|
4260
|
+
background-color: var(--default-border-color);
|
|
4261
|
+
}
|
|
4262
|
+
:root[dir=rtl] .excalidraw .layer-ui__wrapper__top-right > .Stats {
|
|
4263
|
+
left: 12px;
|
|
4264
|
+
right: initial;
|
|
4265
|
+
}
|
|
4238
4266
|
.excalidraw .layer-ui__wrapper__footer {
|
|
4239
4267
|
width: 100%;
|
|
4240
4268
|
}
|
|
@@ -4640,6 +4668,70 @@
|
|
|
4640
4668
|
border-radius: 4px;
|
|
4641
4669
|
}
|
|
4642
4670
|
|
|
4671
|
+
/* components/Stats/DragInput.scss */
|
|
4672
|
+
.excalidraw .drag-input-container {
|
|
4673
|
+
display: flex;
|
|
4674
|
+
width: 100%;
|
|
4675
|
+
}
|
|
4676
|
+
.excalidraw .drag-input-container:focus-within {
|
|
4677
|
+
box-shadow: 0 0 0 1px var(--color-primary-darkest);
|
|
4678
|
+
border-radius: var(--border-radius-lg);
|
|
4679
|
+
}
|
|
4680
|
+
.excalidraw .disabled {
|
|
4681
|
+
opacity: 0.5;
|
|
4682
|
+
pointer-events: none;
|
|
4683
|
+
}
|
|
4684
|
+
.excalidraw .drag-input-label {
|
|
4685
|
+
flex-shrink: 0;
|
|
4686
|
+
border: 1px solid var(--default-border-color);
|
|
4687
|
+
border-right: 0;
|
|
4688
|
+
width: 2rem;
|
|
4689
|
+
height: 2rem;
|
|
4690
|
+
box-sizing: border-box;
|
|
4691
|
+
color: var(--popup-text-color);
|
|
4692
|
+
display: flex;
|
|
4693
|
+
align-items: center;
|
|
4694
|
+
justify-content: center;
|
|
4695
|
+
position: relative;
|
|
4696
|
+
}
|
|
4697
|
+
:root[dir=ltr] .excalidraw .drag-input-label {
|
|
4698
|
+
border-radius: var(--border-radius-lg) 0 0 var(--border-radius-lg);
|
|
4699
|
+
}
|
|
4700
|
+
:root[dir=rtl] .excalidraw .drag-input-label {
|
|
4701
|
+
border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0;
|
|
4702
|
+
border-right: 1px solid var(--default-border-color);
|
|
4703
|
+
border-left: 0;
|
|
4704
|
+
}
|
|
4705
|
+
.excalidraw .drag-input {
|
|
4706
|
+
box-sizing: border-box;
|
|
4707
|
+
width: 100%;
|
|
4708
|
+
margin: 0;
|
|
4709
|
+
font-size: 0.875rem;
|
|
4710
|
+
font-family: inherit;
|
|
4711
|
+
background-color: transparent;
|
|
4712
|
+
color: var(--text-primary-color);
|
|
4713
|
+
border: 0;
|
|
4714
|
+
outline: none;
|
|
4715
|
+
height: 2rem;
|
|
4716
|
+
border: 1px solid var(--default-border-color);
|
|
4717
|
+
border-left: 0;
|
|
4718
|
+
letter-spacing: 0.4px;
|
|
4719
|
+
padding: 0.5rem;
|
|
4720
|
+
padding-left: 0.25rem;
|
|
4721
|
+
appearance: none;
|
|
4722
|
+
}
|
|
4723
|
+
:root[dir=ltr] .excalidraw .drag-input {
|
|
4724
|
+
border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0;
|
|
4725
|
+
}
|
|
4726
|
+
:root[dir=rtl] .excalidraw .drag-input {
|
|
4727
|
+
border-radius: var(--border-radius-lg) 0 0 var(--border-radius-lg);
|
|
4728
|
+
border-left: 1px solid var(--default-border-color);
|
|
4729
|
+
border-right: 0;
|
|
4730
|
+
}
|
|
4731
|
+
.excalidraw .drag-input:focus-visible {
|
|
4732
|
+
box-shadow: none;
|
|
4733
|
+
}
|
|
4734
|
+
|
|
4643
4735
|
/* components/Toast.scss */
|
|
4644
4736
|
:export {
|
|
4645
4737
|
themeFilter: invert(93%) hue-rotate(180deg);
|
|
@@ -4926,7 +5018,7 @@
|
|
|
4926
5018
|
--color-muted-darkest: var(--color-gray-100);
|
|
4927
5019
|
--color-muted-background: var(--color-gray-80);
|
|
4928
5020
|
--color-muted-background-darker: var(--color-gray-100);
|
|
4929
|
-
--color-promo:
|
|
5021
|
+
--color-promo: var(--color-primary);
|
|
4930
5022
|
--color-success: #268029;
|
|
4931
5023
|
--color-success-lighter: #cafccc;
|
|
4932
5024
|
--color-logo-icon: var(--color-primary);
|
|
@@ -5024,7 +5116,6 @@
|
|
|
5024
5116
|
--color-muted-darkest: var(--color-gray-20);
|
|
5025
5117
|
--color-muted-background: var(--color-gray-40);
|
|
5026
5118
|
--color-muted-background-darker: var(--color-gray-20);
|
|
5027
|
-
--color-promo: #d297ff;
|
|
5028
5119
|
--color-logo-text: #e2dfff;
|
|
5029
5120
|
--color-surface-high: hsl(245, 10%, 21%);
|
|
5030
5121
|
--color-surface-low: hsl(240, 8%, 15%);
|
|
@@ -5057,6 +5148,11 @@
|
|
|
5057
5148
|
--sar: env(safe-area-inset-right);
|
|
5058
5149
|
--sat: env(safe-area-inset-top);
|
|
5059
5150
|
}
|
|
5151
|
+
body.excalidraw-cursor-resize,
|
|
5152
|
+
body.excalidraw-cursor-resize a:hover,
|
|
5153
|
+
body.excalidraw-cursor-resize * {
|
|
5154
|
+
cursor: ew-resize;
|
|
5155
|
+
}
|
|
5060
5156
|
.excalidraw {
|
|
5061
5157
|
--ui-font:
|
|
5062
5158
|
Assistant,
|
|
@@ -6005,9 +6101,8 @@
|
|
|
6005
6101
|
text-decoration: none;
|
|
6006
6102
|
background: var(--button-hover-bg);
|
|
6007
6103
|
}
|
|
6008
|
-
.excalidraw .welcome-screen-menu-item:hover .welcome-screen-menu-item__shortcut
|
|
6009
|
-
|
|
6010
|
-
}
|
|
6104
|
+
.excalidraw .welcome-screen-menu-item:hover .welcome-screen-menu-item__shortcut,
|
|
6105
|
+
.excalidraw .welcome-screen-menu-item:hover .welcome-screen-menu-item__icon,
|
|
6011
6106
|
.excalidraw .welcome-screen-menu-item:hover .welcome-screen-menu-item__text {
|
|
6012
6107
|
color: var(--color-gray-100);
|
|
6013
6108
|
}
|
|
@@ -6015,9 +6110,8 @@
|
|
|
6015
6110
|
background: var(--button-hover-bg);
|
|
6016
6111
|
border-color: var(--color-brand-active);
|
|
6017
6112
|
}
|
|
6018
|
-
.excalidraw .welcome-screen-menu-item:active .welcome-screen-menu-item__shortcut
|
|
6019
|
-
|
|
6020
|
-
}
|
|
6113
|
+
.excalidraw .welcome-screen-menu-item:active .welcome-screen-menu-item__shortcut,
|
|
6114
|
+
.excalidraw .welcome-screen-menu-item:active .welcome-screen-menu-item__icon,
|
|
6021
6115
|
.excalidraw .welcome-screen-menu-item:active .welcome-screen-menu-item__text {
|
|
6022
6116
|
color: var(--color-gray-100);
|
|
6023
6117
|
}
|
|
@@ -6036,12 +6130,13 @@
|
|
|
6036
6130
|
.excalidraw.theme--dark .welcome-screen-menu-item:hover {
|
|
6037
6131
|
background-color: var(--color-surface-low);
|
|
6038
6132
|
}
|
|
6039
|
-
.excalidraw.theme--dark .welcome-screen-menu-item:hover .welcome-screen-menu-
|
|
6040
|
-
|
|
6041
|
-
}
|
|
6133
|
+
.excalidraw.theme--dark .welcome-screen-menu-item:hover .welcome-screen-menu-item__icon,
|
|
6134
|
+
.excalidraw.theme--dark .welcome-screen-menu-item:hover .welcome-screen-menu-item__shortcut,
|
|
6042
6135
|
.excalidraw.theme--dark .welcome-screen-menu-item:hover .welcome-screen-menu-item__text {
|
|
6043
6136
|
color: var(--color-gray-10);
|
|
6044
6137
|
}
|
|
6138
|
+
.excalidraw.theme--dark .welcome-screen-menu-item:active .welcome-screen-menu-item__icon,
|
|
6139
|
+
.excalidraw.theme--dark .welcome-screen-menu-item:active .welcome-screen-menu-item__shortcut,
|
|
6045
6140
|
.excalidraw.theme--dark .welcome-screen-menu-item:active .welcome-screen-menu-item__text {
|
|
6046
6141
|
color: var(--color-gray-10);
|
|
6047
6142
|
}
|