@excalidraw/excalidraw 0.18.0-a9e2d23 → 0.18.0-a9e2d2348-preview-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/dist/dev/index.js +99 -32963
- package/dist/dev/index.js.map +4 -4
- package/dist/dev/subset-shared.chunk.js +33 -8
- package/dist/dev/subset-shared.chunk.js.map +3 -3
- package/dist/dev/subset-worker.chunk.js +1 -7
- package/dist/dev/subset-worker.chunk.js.map +1 -1
- package/dist/prod/index.js +1 -108
- package/dist/prod/subset-shared.chunk.js +1 -1
- package/dist/prod/subset-worker.chunk.js +1 -1
- package/dist/types/excalidraw/actions/actionAddToLibrary.d.ts +534 -534
- package/dist/types/excalidraw/actions/actionAlign.d.ts +110 -110
- package/dist/types/excalidraw/actions/actionBoundText.d.ts +393 -393
- package/dist/types/excalidraw/actions/actionCanvas.d.ts +2266 -2266
- package/dist/types/excalidraw/actions/actionClipboard.d.ts +1183 -1183
- package/dist/types/excalidraw/actions/actionCropEditor.d.ts +191 -191
- package/dist/types/excalidraw/actions/actionDeleteSelected.d.ts +573 -573
- package/dist/types/excalidraw/actions/actionDistribute.d.ts +35 -35
- package/dist/types/excalidraw/actions/actionDuplicateSelection.d.ts +22 -22
- package/dist/types/excalidraw/actions/actionElementLink.d.ts +213 -213
- package/dist/types/excalidraw/actions/actionElementLock.d.ts +381 -381
- package/dist/types/excalidraw/actions/actionExport.d.ts +1666 -1666
- package/dist/types/excalidraw/actions/actionFinalize.d.ts +362 -362
- package/dist/types/excalidraw/actions/actionFlip.d.ts +35 -35
- package/dist/types/excalidraw/actions/actionFrame.d.ts +1253 -1253
- package/dist/types/excalidraw/actions/actionGroup.d.ts +391 -391
- package/dist/types/excalidraw/actions/actionHistory.d.ts +7 -7
- package/dist/types/excalidraw/actions/actionLinearEditor.d.ts +192 -192
- package/dist/types/excalidraw/actions/actionLink.d.ts +192 -192
- package/dist/types/excalidraw/actions/actionMenu.d.ts +554 -554
- package/dist/types/excalidraw/actions/actionNavigate.d.ts +367 -367
- package/dist/types/excalidraw/actions/actionProperties.d.ts +2796 -2796
- package/dist/types/excalidraw/actions/actionSelectAll.d.ts +191 -191
- package/dist/types/excalidraw/actions/actionStyles.d.ts +205 -205
- package/dist/types/excalidraw/actions/actionTextAutoResize.d.ts +17 -17
- package/dist/types/excalidraw/actions/actionToggleGridMode.d.ts +194 -194
- package/dist/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +192 -192
- package/dist/types/excalidraw/actions/actionToggleSearchMenu.d.ts +357 -357
- package/dist/types/excalidraw/actions/actionToggleStats.d.ts +192 -192
- package/dist/types/excalidraw/actions/actionToggleViewMode.d.ts +193 -193
- package/dist/types/excalidraw/actions/actionToggleZenMode.d.ts +193 -193
- package/dist/types/excalidraw/actions/actionZindex.d.ts +75 -75
- package/dist/types/excalidraw/actions/index.d.ts +27 -27
- package/dist/types/excalidraw/actions/manager.d.ts +21 -21
- package/dist/types/excalidraw/actions/register.d.ts +5 -5
- package/dist/types/excalidraw/actions/shortcuts.d.ts +4 -4
- package/dist/types/excalidraw/actions/types.d.ts +46 -46
- package/dist/types/excalidraw/align.d.ts +7 -7
- package/dist/types/excalidraw/analytics.d.ts +1 -1
- package/dist/types/excalidraw/animated-trail.d.ts +33 -33
- package/dist/types/excalidraw/animation-frame-handler.d.ts +16 -16
- package/dist/types/excalidraw/appState.d.ts +86 -86
- package/dist/types/excalidraw/binaryheap.d.ts +12 -12
- package/dist/types/excalidraw/change.d.ts +191 -191
- package/dist/types/excalidraw/charts.d.ts +27 -27
- package/dist/types/excalidraw/clients.d.ts +14 -14
- package/dist/types/excalidraw/clipboard.d.ts +66 -66
- package/dist/types/excalidraw/colors.d.ts +61 -61
- package/dist/types/excalidraw/components/Actions.d.ts +34 -34
- package/dist/types/excalidraw/components/ActiveConfirmDialog.d.ts +4 -4
- package/dist/types/excalidraw/components/App.d.ts +544 -544
- package/dist/types/excalidraw/components/Avatar.d.ts +11 -11
- package/dist/types/excalidraw/components/BraveMeasureTextError.d.ts +2 -2
- package/dist/types/excalidraw/components/Button.d.ts +17 -17
- package/dist/types/excalidraw/components/ButtonIcon.d.ts +15 -15
- package/dist/types/excalidraw/components/ButtonIconCycle.d.ts +11 -11
- package/dist/types/excalidraw/components/ButtonIconSelect.d.ts +20 -20
- package/dist/types/excalidraw/components/ButtonSelect.d.ts +9 -9
- package/dist/types/excalidraw/components/ButtonSeparator.d.ts +1 -1
- package/dist/types/excalidraw/components/Card.d.ts +7 -7
- package/dist/types/excalidraw/components/CheckboxItem.d.ts +8 -8
- package/dist/types/excalidraw/components/ColorPicker/ColorInput.d.ts +9 -9
- package/dist/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +19 -19
- package/dist/types/excalidraw/components/ColorPicker/CustomColorList.d.ts +8 -8
- package/dist/types/excalidraw/components/ColorPicker/HotkeyLabel.d.ts +8 -8
- package/dist/types/excalidraw/components/ColorPicker/Picker.d.ts +18 -18
- package/dist/types/excalidraw/components/ColorPicker/PickerColorList.d.ts +10 -10
- package/dist/types/excalidraw/components/ColorPicker/PickerHeading.d.ts +5 -5
- package/dist/types/excalidraw/components/ColorPicker/ShadeList.d.ts +8 -8
- package/dist/types/excalidraw/components/ColorPicker/TopPicks.d.ts +9 -9
- package/dist/types/excalidraw/components/ColorPicker/colorPickerUtils.d.ts +21 -21
- package/dist/types/excalidraw/components/ColorPicker/keyboardNavHandlers.d.ts +21 -21
- package/dist/types/excalidraw/components/CommandPalette/CommandPalette.d.ts +18 -18
- package/dist/types/excalidraw/components/CommandPalette/defaultCommandPaletteItems.d.ts +2 -2
- package/dist/types/excalidraw/components/CommandPalette/types.d.ts +26 -26
- package/dist/types/excalidraw/components/ConfirmDialog.d.ts +10 -10
- package/dist/types/excalidraw/components/ContextMenu.d.ts +16 -16
- package/dist/types/excalidraw/components/DarkModeToggle.d.ts +7 -7
- package/dist/types/excalidraw/components/DefaultSidebar.d.ts +31 -31
- package/dist/types/excalidraw/components/DiagramToCodePlugin/DiagramToCodePlugin.d.ts +4 -4
- package/dist/types/excalidraw/components/Dialog.d.ts +13 -13
- package/dist/types/excalidraw/components/DialogActionButton.d.ts +10 -10
- package/dist/types/excalidraw/components/ElementLinkDialog.d.ts +11 -11
- package/dist/types/excalidraw/components/ErrorDialog.d.ts +5 -5
- package/dist/types/excalidraw/components/ExcalidrawLogo.d.ts +16 -16
- package/dist/types/excalidraw/components/EyeDropper.d.ts +28 -28
- package/dist/types/excalidraw/components/FilledButton.d.ts +18 -18
- package/dist/types/excalidraw/components/FixedSideContainer.d.ts +9 -9
- package/dist/types/excalidraw/components/FollowMode/FollowMode.d.ts +10 -10
- package/dist/types/excalidraw/components/FontPicker/FontPicker.d.ts +21 -21
- package/dist/types/excalidraw/components/FontPicker/FontPickerList.d.ts +26 -26
- package/dist/types/excalidraw/components/FontPicker/FontPickerTrigger.d.ts +6 -6
- package/dist/types/excalidraw/components/FontPicker/keyboardNavHandlers.d.ts +14 -14
- package/dist/types/excalidraw/components/HandButton.d.ts +10 -10
- package/dist/types/excalidraw/components/HelpButton.d.ts +7 -7
- package/dist/types/excalidraw/components/HelpDialog.d.ts +4 -4
- package/dist/types/excalidraw/components/HintViewer.d.ts +10 -10
- package/dist/types/excalidraw/components/IconPicker.d.ts +15 -15
- package/dist/types/excalidraw/components/ImageExportDialog.d.ts +14 -14
- package/dist/types/excalidraw/components/InitializeApp.d.ts +10 -10
- package/dist/types/excalidraw/components/InlineIcon.d.ts +3 -3
- package/dist/types/excalidraw/components/Island.d.ts +10 -10
- package/dist/types/excalidraw/components/JSONExportDialog.d.ts +15 -15
- package/dist/types/excalidraw/components/LaserPointerButton.d.ts +10 -10
- package/dist/types/excalidraw/components/LayerUI.d.ts +31 -31
- package/dist/types/excalidraw/components/LibraryMenu.d.ts +10 -10
- package/dist/types/excalidraw/components/LibraryMenuBrowseButton.d.ts +7 -7
- package/dist/types/excalidraw/components/LibraryMenuControlButtons.d.ts +9 -9
- package/dist/types/excalidraw/components/LibraryMenuHeaderContent.d.ts +18 -18
- package/dist/types/excalidraw/components/LibraryMenuItems.d.ts +14 -14
- package/dist/types/excalidraw/components/LibraryMenuSection.d.ts +23 -23
- package/dist/types/excalidraw/components/LibraryUnit.d.ts +15 -15
- package/dist/types/excalidraw/components/LoadingMessage.d.ts +6 -6
- package/dist/types/excalidraw/components/LockButton.d.ts +10 -10
- package/dist/types/excalidraw/components/MagicButton.d.ts +10 -10
- package/dist/types/excalidraw/components/MobileMenu.d.ts +25 -25
- package/dist/types/excalidraw/components/Modal.d.ts +12 -12
- package/dist/types/excalidraw/components/OverwriteConfirm/OverwriteConfirm.d.ts +17 -17
- package/dist/types/excalidraw/components/OverwriteConfirm/OverwriteConfirmActions.d.ts +17 -17
- package/dist/types/excalidraw/components/OverwriteConfirm/OverwriteConfirmState.d.ts +22 -22
- package/dist/types/excalidraw/components/Paragraph.d.ts +4 -4
- package/dist/types/excalidraw/components/PasteChartDialog.d.ts +8 -8
- package/dist/types/excalidraw/components/PenModeButton.d.ts +12 -12
- package/dist/types/excalidraw/components/Popover.d.ts +15 -15
- package/dist/types/excalidraw/components/ProjectName.d.ts +10 -10
- package/dist/types/excalidraw/components/PropertiesPopover.d.ts +15 -15
- package/dist/types/excalidraw/components/PublishLibrary.d.ts +16 -16
- package/dist/types/excalidraw/components/QuickSearch.d.ts +9 -9
- package/dist/types/excalidraw/components/RadioGroup.d.ts +14 -14
- package/dist/types/excalidraw/components/Range.d.ts +8 -8
- package/dist/types/excalidraw/components/SVGLayer.d.ts +7 -7
- package/dist/types/excalidraw/components/ScrollableList.d.ts +9 -9
- package/dist/types/excalidraw/components/SearchMenu.d.ts +5 -5
- package/dist/types/excalidraw/components/Section.d.ts +6 -6
- package/dist/types/excalidraw/components/ShareableLinkDialog.d.ts +7 -7
- package/dist/types/excalidraw/components/Sidebar/Sidebar.d.ts +76 -76
- package/dist/types/excalidraw/components/Sidebar/SidebarHeader.d.ts +7 -7
- package/dist/types/excalidraw/components/Sidebar/SidebarTab.d.ts +9 -9
- package/dist/types/excalidraw/components/Sidebar/SidebarTabTrigger.d.ts +10 -10
- package/dist/types/excalidraw/components/Sidebar/SidebarTabTriggers.d.ts +7 -7
- package/dist/types/excalidraw/components/Sidebar/SidebarTabs.d.ts +7 -7
- package/dist/types/excalidraw/components/Sidebar/SidebarTrigger.d.ts +6 -6
- package/dist/types/excalidraw/components/Sidebar/common.d.ts +34 -34
- package/dist/types/excalidraw/components/Spinner.d.ts +8 -8
- package/dist/types/excalidraw/components/Stack.d.ts +15 -15
- package/dist/types/excalidraw/components/Stats/Angle.d.ts +11 -11
- package/dist/types/excalidraw/components/Stats/CanvasGrid.d.ts +11 -11
- package/dist/types/excalidraw/components/Stats/Collapsible.d.ts +10 -10
- package/dist/types/excalidraw/components/Stats/Dimension.d.ts +11 -11
- package/dist/types/excalidraw/components/Stats/DragInput.d.ts +35 -35
- package/dist/types/excalidraw/components/Stats/FontSize.d.ts +11 -11
- package/dist/types/excalidraw/components/Stats/MultiAngle.d.ts +11 -11
- package/dist/types/excalidraw/components/Stats/MultiDimension.d.ts +14 -14
- package/dist/types/excalidraw/components/Stats/MultiFontSize.d.ts +12 -12
- package/dist/types/excalidraw/components/Stats/MultiPosition.d.ts +14 -14
- package/dist/types/excalidraw/components/Stats/Position.d.ts +12 -12
- package/dist/types/excalidraw/components/Stats/index.d.ts +36 -36
- package/dist/types/excalidraw/components/Stats/utils.d.ts +26 -26
- package/dist/types/excalidraw/components/Switch.d.ts +9 -9
- package/dist/types/excalidraw/components/TTDDialog/MermaidToExcalidraw.d.ts +6 -6
- package/dist/types/excalidraw/components/TTDDialog/TTDDialog.d.ts +30 -30
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogInput.d.ts +9 -9
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogOutput.d.ts +8 -8
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogPanel.d.ts +17 -17
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogPanels.d.ts +4 -4
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogSubmitShortcut.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogTab.d.ts +8 -8
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogTabTrigger.d.ts +9 -9
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogTabTriggers.d.ts +7 -7
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogTabs.d.ts +11 -11
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogTrigger.d.ts +9 -9
- package/dist/types/excalidraw/components/TTDDialog/common.d.ts +33 -33
- package/dist/types/excalidraw/components/TextField.d.ts +21 -21
- package/dist/types/excalidraw/components/Toast.d.ts +9 -9
- package/dist/types/excalidraw/components/ToolButton.d.ts +49 -49
- package/dist/types/excalidraw/components/Tooltip.d.ts +18 -18
- package/dist/types/excalidraw/components/Trans.d.ts +9 -9
- package/dist/types/excalidraw/components/UserList.d.ts +18 -18
- package/dist/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +29 -29
- package/dist/types/excalidraw/components/canvases/NewElementCanvas.d.ts +14 -14
- package/dist/types/excalidraw/components/canvases/StaticCanvas.d.ts +19 -19
- package/dist/types/excalidraw/components/canvases/index.d.ts +3 -3
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenu.d.ts +86 -86
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuContent.d.ts +15 -15
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuGroup.d.ts +11 -11
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItem.d.ts +46 -46
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemContent.d.ts +8 -8
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemContentRadio.d.ts +18 -18
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemCustom.d.ts +7 -7
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemLink.d.ts +16 -16
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuSeparator.d.ts +5 -5
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuTrigger.d.ts +11 -11
- package/dist/types/excalidraw/components/dropdownMenu/common.d.ts +6 -6
- package/dist/types/excalidraw/components/dropdownMenu/dropdownMenuUtils.d.ts +3 -3
- package/dist/types/excalidraw/components/footer/Footer.d.ts +12 -12
- package/dist/types/excalidraw/components/footer/FooterCenter.d.ts +8 -8
- package/dist/types/excalidraw/components/hoc/withInternalFallback.d.ts +4 -4
- package/dist/types/excalidraw/components/hyperlink/Hyperlink.d.ts +18 -18
- package/dist/types/excalidraw/components/hyperlink/helpers.d.ts +9 -9
- package/dist/types/excalidraw/components/icons.d.ts +221 -221
- package/dist/types/excalidraw/components/live-collaboration/LiveCollaborationTrigger.d.ts +10 -10
- package/dist/types/excalidraw/components/main-menu/DefaultItems.d.ts +64 -64
- package/dist/types/excalidraw/components/main-menu/MainMenu.d.ts +80 -80
- package/dist/types/excalidraw/components/welcome-screen/WelcomeScreen.Center.d.ts +58 -58
- package/dist/types/excalidraw/components/welcome-screen/WelcomeScreen.Hints.d.ts +19 -19
- package/dist/types/excalidraw/components/welcome-screen/WelcomeScreen.d.ts +85 -85
- package/dist/types/excalidraw/constants.d.ts +323 -323
- package/dist/types/excalidraw/context/tunnels.d.ts +21 -21
- package/dist/types/excalidraw/context/ui-appState.d.ts +4 -4
- package/dist/types/excalidraw/cursor.d.ts +5 -5
- package/dist/types/excalidraw/data/EditorLocalStorage.d.ts +8 -8
- package/dist/types/excalidraw/data/ai/types.d.ts +242 -242
- package/dist/types/excalidraw/data/blob.d.ts +53 -53
- package/dist/types/excalidraw/data/encode.d.ts +55 -55
- package/dist/types/excalidraw/data/encryption.d.ts +9 -9
- package/dist/types/excalidraw/data/filesystem.d.ts +21 -21
- package/dist/types/excalidraw/data/image.d.ts +9 -9
- package/dist/types/excalidraw/data/index.d.ts +22 -22
- package/dist/types/excalidraw/data/json.d.ts +16 -16
- package/dist/types/excalidraw/data/library.d.ts +112 -112
- package/dist/types/excalidraw/data/reconcile.d.ts +6 -6
- package/dist/types/excalidraw/data/resave.d.ts +5 -5
- package/dist/types/excalidraw/data/restore.d.ts +21 -21
- package/dist/types/excalidraw/data/transform.d.ts +81 -81
- package/dist/types/excalidraw/data/types.d.ts +45 -45
- package/dist/types/excalidraw/data/url.d.ts +7 -7
- package/dist/types/excalidraw/deburr.d.ts +1 -1
- package/dist/types/excalidraw/distribute.d.ts +6 -6
- package/dist/types/excalidraw/editor-jotai.d.ts +56 -56
- package/dist/types/excalidraw/element/ElementCanvasButtons.d.ts +7 -7
- package/dist/types/excalidraw/element/binding.d.ts +99 -99
- package/dist/types/excalidraw/element/bounds.d.ts +76 -76
- package/dist/types/excalidraw/element/collision.d.ts +26 -26
- package/dist/types/excalidraw/element/containerCache.d.ts +11 -11
- package/dist/types/excalidraw/element/cropElement.d.ts +19 -19
- package/dist/types/excalidraw/element/distance.d.ts +3 -3
- package/dist/types/excalidraw/element/dragElements.d.ts +32 -32
- package/dist/types/excalidraw/element/elbowArrow.d.ts +17 -17
- package/dist/types/excalidraw/element/elementLink.d.ts +13 -13
- package/dist/types/excalidraw/element/embeddable.d.ts +198 -198
- package/dist/types/excalidraw/element/flowchart.d.ts +25 -25
- package/dist/types/excalidraw/element/heading.d.ts +16 -16
- package/dist/types/excalidraw/element/image.d.ts +32 -32
- package/dist/types/excalidraw/element/index.d.ts +26 -26
- package/dist/types/excalidraw/element/linearElementEditor.d.ts +130 -130
- package/dist/types/excalidraw/element/mutateElement.d.ts +13 -13
- package/dist/types/excalidraw/element/newElement.d.ts +101 -101
- package/dist/types/excalidraw/element/resizeElements.d.ts +31 -31
- package/dist/types/excalidraw/element/resizeTest.d.ts +15 -15
- package/dist/types/excalidraw/element/showSelectedShapeActions.d.ts +3 -3
- package/dist/types/excalidraw/element/sizeHelpers.d.ts +35 -35
- package/dist/types/excalidraw/element/sortElements.d.ts +2 -2
- package/dist/types/excalidraw/element/textElement.d.ts +39 -39
- package/dist/types/excalidraw/element/textMeasurements.d.ts +41 -41
- package/dist/types/excalidraw/element/textWrapping.d.ts +13 -13
- package/dist/types/excalidraw/element/textWysiwyg.d.ts +22 -22
- package/dist/types/excalidraw/element/transformHandles.d.ts +55 -55
- package/dist/types/excalidraw/element/typeChecks.d.ts +39 -39
- package/dist/types/excalidraw/element/types.d.ts +282 -282
- package/dist/types/excalidraw/element/utils.d.ts +21 -21
- package/dist/types/excalidraw/emitter.d.ts +16 -16
- package/dist/types/excalidraw/errors.d.ts +32 -32
- package/dist/types/excalidraw/fonts/Cascadia/index.d.ts +2 -2
- package/dist/types/excalidraw/fonts/ComicShanns/index.d.ts +2 -2
- package/dist/types/excalidraw/fonts/Emoji/index.d.ts +2 -2
- package/dist/types/excalidraw/fonts/ExcalidrawFontFace.d.ts +25 -25
- package/dist/types/excalidraw/fonts/Excalifont/index.d.ts +2 -2
- package/dist/types/excalidraw/fonts/FontMetadata.d.ts +38 -38
- package/dist/types/excalidraw/fonts/Fonts.d.ts +89 -89
- package/dist/types/excalidraw/fonts/Helvetica/index.d.ts +2 -2
- package/dist/types/excalidraw/fonts/Liberation/index.d.ts +2 -2
- package/dist/types/excalidraw/fonts/Lilita/index.d.ts +2 -2
- package/dist/types/excalidraw/fonts/Nunito/index.d.ts +2 -2
- package/dist/types/excalidraw/fonts/Virgil/index.d.ts +2 -2
- package/dist/types/excalidraw/fonts/Xiaolai/index.d.ts +8 -8
- package/dist/types/excalidraw/fonts/index.d.ts +1 -1
- package/dist/types/excalidraw/fractionalIndex.d.ts +48 -48
- package/dist/types/excalidraw/frame.d.ts +69 -69
- package/dist/types/excalidraw/gesture.d.ts +6 -6
- package/dist/types/excalidraw/groups.d.ts +33 -33
- package/dist/types/excalidraw/history.d.ts +40 -40
- package/dist/types/excalidraw/hooks/useCallbackRefState.d.ts +1 -1
- package/dist/types/excalidraw/hooks/useCopiedIndicator.d.ts +5 -5
- package/dist/types/excalidraw/hooks/useCreatePortalContainer.d.ts +4 -4
- package/dist/types/excalidraw/hooks/useEmitter.d.ts +2 -2
- package/dist/types/excalidraw/hooks/useLibraryItemSvg.d.ts +11 -11
- package/dist/types/excalidraw/hooks/useOutsideClick.d.ts +20 -20
- package/dist/types/excalidraw/hooks/useScrollPosition.d.ts +2 -2
- package/dist/types/excalidraw/hooks/useStable.d.ts +1 -1
- package/dist/types/excalidraw/hooks/useStableCallback.d.ts +4 -4
- package/dist/types/excalidraw/hooks/useTransition.d.ts +2 -2
- package/dist/types/excalidraw/i18n.d.ts +24 -24
- package/dist/types/excalidraw/index-node.d.ts +1 -1
- package/dist/types/excalidraw/index.d.ts +45 -45
- package/dist/types/excalidraw/keys.d.ts +189 -189
- package/dist/types/excalidraw/laser-trails.d.ts +20 -20
- package/dist/types/excalidraw/mermaid.d.ts +2 -2
- package/dist/types/excalidraw/points.d.ts +7 -7
- package/dist/types/excalidraw/polyfill.d.ts +2 -2
- package/dist/types/excalidraw/queue.d.ts +9 -9
- package/dist/types/excalidraw/random.d.ts +3 -3
- package/dist/types/excalidraw/reactUtils.d.ts +14 -14
- package/dist/types/excalidraw/renderer/helpers.d.ts +13 -13
- package/dist/types/excalidraw/renderer/interactiveScene.d.ts +20 -20
- package/dist/types/excalidraw/renderer/renderElement.d.ts +28 -28
- package/dist/types/excalidraw/renderer/renderNewElementScene.d.ts +7 -7
- package/dist/types/excalidraw/renderer/renderSnaps.d.ts +2 -2
- package/dist/types/excalidraw/renderer/roundRect.d.ts +11 -11
- package/dist/types/excalidraw/renderer/staticScene.d.ts +11 -11
- package/dist/types/excalidraw/renderer/staticSvgScene.d.ts +5 -5
- package/dist/types/excalidraw/scene/Renderer.d.ts +28 -28
- package/dist/types/excalidraw/scene/Scene.d.ts +79 -79
- package/dist/types/excalidraw/scene/Shape.d.ts +17 -17
- package/dist/types/excalidraw/scene/ShapeCache.d.ts +25 -25
- package/dist/types/excalidraw/scene/comparisons.d.ts +8 -8
- package/dist/types/excalidraw/scene/export.d.ts +36 -36
- package/dist/types/excalidraw/scene/index.d.ts +4 -4
- package/dist/types/excalidraw/scene/normalize.d.ts +4 -4
- package/dist/types/excalidraw/scene/scroll.d.ts +23 -23
- package/dist/types/excalidraw/scene/scrollbars.d.ts +12 -12
- package/dist/types/excalidraw/scene/selection.d.ts +32 -32
- package/dist/types/excalidraw/scene/types.d.ts +118 -118
- package/dist/types/excalidraw/scene/zoom.d.ts +12 -12
- package/dist/types/excalidraw/shapes.d.ts +85 -85
- package/dist/types/excalidraw/snapping.d.ts +112 -112
- package/dist/types/excalidraw/store.d.ts +129 -129
- package/dist/types/excalidraw/subset/harfbuzz/harfbuzz-bindings.d.ts +45 -45
- package/dist/types/excalidraw/subset/harfbuzz/harfbuzz-loader.d.ts +13 -13
- package/dist/types/excalidraw/subset/harfbuzz/harfbuzz-wasm.d.ts +2 -2
- package/dist/types/excalidraw/subset/subset-main.d.ts +12 -12
- package/dist/types/excalidraw/subset/subset-shared.chunk.d.ts +32 -32
- package/dist/types/excalidraw/subset/subset-worker.chunk.d.ts +15 -15
- package/dist/types/excalidraw/subset/woff2/woff2-bindings.d.ts +31 -31
- package/dist/types/excalidraw/subset/woff2/woff2-loader.d.ts +14 -14
- package/dist/types/excalidraw/subset/woff2/woff2-wasm.d.ts +2 -2
- package/dist/types/excalidraw/types.d.ts +687 -687
- package/dist/types/excalidraw/utility-types.d.ts +33 -33
- package/dist/types/excalidraw/utils.d.ts +256 -256
- package/dist/types/excalidraw/visualdebug.d.ts +41 -41
- package/dist/types/excalidraw/workers.d.ts +36 -36
- package/dist/types/excalidraw/zindex.d.ts +6 -6
- package/dist/types/math/angle.d.ts +17 -17
- package/dist/types/math/curve.d.ts +40 -40
- package/dist/types/math/ellipse.d.ts +44 -44
- package/dist/types/math/index.d.ts +12 -12
- package/dist/types/math/line.d.ts +17 -17
- package/dist/types/math/point.d.ts +122 -122
- package/dist/types/math/polygon.d.ts +5 -5
- package/dist/types/math/range.d.ts +44 -44
- package/dist/types/math/rectangle.d.ts +3 -3
- package/dist/types/math/segment.d.ts +39 -39
- package/dist/types/math/triangle.d.ts +11 -11
- package/dist/types/math/types.d.ts +105 -105
- package/dist/types/math/utils.d.ts +7 -7
- package/dist/types/math/vector.d.ts +88 -88
- package/dist/types/utils/bbox.d.ts +9 -9
- package/dist/types/utils/collision.d.ts +9 -9
- package/dist/types/utils/export.d.ts +35 -35
- package/dist/types/utils/geometry/shape.d.ts +71 -71
- package/dist/types/utils/index.d.ts +4 -4
- package/dist/types/utils/withinBounds.d.ts +19 -19
- package/package.json +3 -2
- package/dist/dev/chunk-3YKBFHID.js +0 -7
- package/dist/dev/chunk-3YKBFHID.js.map +0 -7
- package/dist/dev/chunk-C2CPT6TW.js +0 -25676
- package/dist/dev/chunk-C2CPT6TW.js.map +0 -7
- package/dist/dev/chunk-LMHBUWQS.js +0 -709
- package/dist/dev/chunk-LMHBUWQS.js.map +0 -7
- package/dist/dev/chunk-MFAYKRVR.js +0 -66
- package/dist/dev/chunk-MFAYKRVR.js.map +0 -7
- package/dist/dev/chunk-OKSO7T74.js +0 -4132
- package/dist/dev/chunk-OKSO7T74.js.map +0 -7
- package/dist/dev/chunk-XDFCUUT6.js +0 -31
- package/dist/dev/chunk-XDFCUUT6.js.map +0 -7
- package/dist/dev/data/image-JMIE6UBX.js +0 -13
- package/dist/dev/data/image-JMIE6UBX.js.map +0 -7
- package/dist/dev/fonts/Assistant/Assistant-Bold.woff2 +0 -0
- package/dist/dev/fonts/Assistant/Assistant-Medium.woff2 +0 -0
- package/dist/dev/fonts/Assistant/Assistant-Regular.woff2 +0 -0
- package/dist/dev/fonts/Assistant/Assistant-SemiBold.woff2 +0 -0
- package/dist/dev/fonts/Cascadia/CascadiaCode-Regular.woff2 +0 -0
- package/dist/dev/fonts/ComicShanns/ComicShanns-Regular-279a7b317d12eb88de06167bd672b4b4.woff2 +0 -0
- package/dist/dev/fonts/ComicShanns/ComicShanns-Regular-6e066e8de2ac57ea9283adb9c24d7f0c.woff2 +0 -0
- package/dist/dev/fonts/ComicShanns/ComicShanns-Regular-dc6a8806fa96795d7b3be5026f989a17.woff2 +0 -0
- package/dist/dev/fonts/ComicShanns/ComicShanns-Regular-fcb0fc02dcbee4c9846b3e2508668039.woff2 +0 -0
- package/dist/dev/fonts/Excalifont/Excalifont-Regular-349fac6ca4700ffec595a7150a0d1e1d.woff2 +0 -0
- package/dist/dev/fonts/Excalifont/Excalifont-Regular-3f2c5db56cc93c5a6873b1361d730c16.woff2 +0 -0
- package/dist/dev/fonts/Excalifont/Excalifont-Regular-41b173a47b57366892116a575a43e2b6.woff2 +0 -0
- package/dist/dev/fonts/Excalifont/Excalifont-Regular-623ccf21b21ef6b3a0d87738f77eb071.woff2 +0 -0
- package/dist/dev/fonts/Excalifont/Excalifont-Regular-a88b72a24fb54c9f94e3b5fdaa7481c9.woff2 +0 -0
- package/dist/dev/fonts/Excalifont/Excalifont-Regular-b9dcf9d2e50a1eaf42fc664b50a3fd0d.woff2 +0 -0
- package/dist/dev/fonts/Excalifont/Excalifont-Regular-be310b9bcd4f1a43f571c46df7809174.woff2 +0 -0
- package/dist/dev/fonts/Liberation/LiberationSans-Regular.woff2 +0 -0
- package/dist/dev/fonts/Lilita/Lilita-Regular-i7dPIFZ9Zz-WBtRtedDbYE98RXi4EwSsbg.woff2 +0 -0
- package/dist/dev/fonts/Lilita/Lilita-Regular-i7dPIFZ9Zz-WBtRtedDbYEF8RXi4EwQ.woff2 +0 -0
- package/dist/dev/fonts/Nunito/Nunito-Regular-XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTA3j6zbXWjgevT5.woff2 +0 -0
- package/dist/dev/fonts/Nunito/Nunito-Regular-XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTQ3j6zbXWjgeg.woff2 +0 -0
- package/dist/dev/fonts/Nunito/Nunito-Regular-XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTk3j6zbXWjgevT5.woff2 +0 -0
- package/dist/dev/fonts/Nunito/Nunito-Regular-XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTo3j6zbXWjgevT5.woff2 +0 -0
- package/dist/dev/fonts/Nunito/Nunito-Regular-XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTs3j6zbXWjgevT5.woff2 +0 -0
- package/dist/dev/fonts/Virgil/Virgil-Regular.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-019d66dcad46dc156b162d267f981c20.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-04b718e5623574919c8b0dea5f301444.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-069e77aac84590e2e991d0a0176d34f2.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-06c77b8c66e51ed6c63ccb502dd8b8af.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-08e0dc436ad0ad61ba5558db0674d762.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-093b9ef39a46ceae95a1df18a0a3a326.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-095c169f3314805276f603a362766abd.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-09850c4077f3fffe707905872e0e2460.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-0986d134c05864f5025962eef9f994a0.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-0b5d723fdc4e249c140f0909e87d03b4.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-0f626226ba1272e832aea87bafd9720e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-0f7fb1e0d5015bb1371343153ecf7ce3.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-0fa55a080fcd0f9dc2e0b0058b793df8.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-0facdf1ea213ba40261022f5d5ed4493.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-10a7ae9a371830a80c3d844acf1c02d7.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-112c051027b2d766c19a519f6ee1f4f7.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-11c345711937f0ba4b8f7b6b919c8440.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-12b52b58eb3df36804b9a654ec9ee194.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-13ae07ed2e272d26d59bc0691cd7117a.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-13d2887ec8ee73c43acdabc52a05af7b.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-145aa02cdd91946e67dc934e1acffe75.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-15dc6d811c9cd078f9086a740d5a1038.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-173945821411c09f70c95f98d590e697.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-1b611157cd46bb184d4fa4dae2d6a2b8.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-1e6fd68f1f3902ce48ce8c69df385622.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-1ee544f0f1dac422545c505baa788992.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-1fdc0c67ed57263a80fd108c1f6ccf24.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-203b0e569e3b14aac86a003dc3fa523e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-20cc1bbf50e7efb442756cb605672c1f.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-20e7bf72fa05de9adf7dbcc7bf51dde6.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-21430ee05a1248901da8d0de08744d47.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-23686f7f29da6e8008c36dd3a80c83d6.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-23ad2d71b280f00b1363b95b7bea94eb.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-23f228f3999c01983860012330e4be08.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-24476a126f129212beb33f66853ea151.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-24a21c1e4449222e8d1898d69ff3a404.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-25b7f38e18f035f96cb5e547bd2bd08c.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-29cec36cd205b211da97acabaa62f055.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-2a26d20a23b00898ce82f09d2ee47c3f.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-2adbc89c11e65905393d3dfc468b9d5b.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-2b7441d46298788ac94e610ffcc709b6.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-2b77e8ebfb2367ab2662396a60e7d320.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-2cf96d082d35ea3d8106851223ad0d16.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-2d43040e86ff03ba677f6f9c04cd0805.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-2e33e8dc771ef5e1d9127d60a6b73679.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-33432927cd87d40cfe393c7482bf221f.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-353f33792a8f60dc69323ddf635a269e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-36925dfe329a45086cbb7fc5c20d45ac.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-3717077e38f98d89eae729b6c14e56dc.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-3756e81d3e149cf6099163ee79944fec.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-395c35dd584b56b0789f58a0559beaf1.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-3c9de2ae0ea4bc91a510942dfa4be8d2.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-3cc70dbb64df5b21f1326cc24dee2195.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-3e1f8f654357353bf0e04ba5c34b5f7f.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-3e63ed8162808a9e425ed80a8bc79114.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-3eaa538115d76932653c21d8dc28f207.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4095eb84ef3874e2600247bee0b04026.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-41521fade99856108931b4768b1b2648.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-450da755d5bcb70906e1295e559b9602.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-452225341522a7942f0f6aab1a5c91a3.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4535823663ad81405188a528d8f2b1a2.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4806e761d750087c2d734fc64596eaff.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4a0fdb40036e87b40aa08dd30584cb85.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4a38cc3e9cf104e69ba246d37f8cf135.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4aca6a43e59aceee2166b0c7e4e85ef1.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4bfaa8ffa64c5ee560aa2daba7c9cbd3.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4dc6d5f188d5c96d44815cd1e81aa885.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4ddc14ed3eb0c3e46364317dfc0144a3.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4ee10ae43505e2e0bc62656ced49c0fa.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-4f50e5136e136527280bc902c5817561.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-51502f1206be09c565f1547c406e9558.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-51a0e808bbc8361236ac521a119758a3.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-52a84a22fd1369bffeaf21da2d6158dc.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-5330a2119a716e4e7224ed108b085dac.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-543fa46ace099a7099dad69123399400.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-544fc28abe2c5c30e62383fd4dac255f.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-54acdfc2166ad7fcbd074f75fd4a56ba.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-5572b3513ba8df57a3d5d7303ee6b11b.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-56467a5c8840c4d23a60b2f935114848.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-56a32a7689abd0326e57c10c6c069bb4.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-57862b464a55b18c7bf234ce22907d73.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-583d166e56ba0de4b77eabb47ef67839.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-5882ffa04f32584d26109137e2da4352.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-58fd02350d0bc52cf1ca3bb32ce9766e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-5935a5775af3d5c6307ac667bd9ae74e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-59e9ff77b0efaf684bc09274fb6908c9.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-5a1ce3117cfe90c48e8fb4a9a00f694d.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-5a45d991244d4c7140217e1e5f5ca4f4.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-5a7fac4b8b23a6e4e5ba0c9bf1756c91.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-5b0ed6971aaab9c8ad563230bd5471a7.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-5d2898fbc097a7e24c6f38d80587621e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-603aefd23e350ba7eb124273e3c9bcf1.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-60a3089806700d379f11827ee9843b6b.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-60a41c7e1c68f22424e6d22df544bc82.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-642b26e2e5f5fb780b51b593dbc8c851.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-66493ba5a8367f2928812f446f47b56a.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-670ba603758d94268e8606f240a42e12.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-671a2c20b1eb9e4ef8a192833940e319.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-684d65f1793cac449dde5d59cb3c47fb.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-69c09cc5fa3e55c74fc4821f76909cc3.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-6ae5b42180ad70b971c91e7eefb8eba2.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-6e092f71c1e634059ada0e52abadce67.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-6f3256af8454371776bc46670d33cc65.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-6fe5c5973cc06f74b2387a631ea36b88.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-70c2eb8d64e71a42a834eb857ea9df51.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-70e811fd7994e61f408c923de6ddd078.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-7197d6fda6cba7c3874c53d6381ca239.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-72252d73220fa3cd856677888cee1635.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-72536a3d71b694a0d53dd90ddceae41e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-726303e0774b4e678bff8c2deb6ca603.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-733171b4ffcd17ea1fe1c0ba627173bf.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-739bc1a567439c7cffcd1614644593d2.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-73e309718fd16cea44b4d54a33581811.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-7494dc504ae00ee9cd0505f990f88c5d.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-74e2263a91439c25b91d5132ce9f4d62.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-761d05e3cd968cf574166867998ef06a.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-7718fe60986d8b42b1be9c5ace5ccf25.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-774d4f764a1299da5d28ec2f2ffe0d69.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-79d494361ae093b69e74ee9dbe65bfd4.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-79f007c1c6d07557120982951ea67998.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-7a07ddc0f0c0f5f4a9bad6ee3dda66b5.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-7ab2bed91166a9dca83a5ebfbe2a7f38.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-7ccce86603f80a099ddb0cb21d4ae3e3.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-7e4bde7e9c7f84cd34d8a845e384c746.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-7e929f262f30c8ee78bf398150b1a7cd.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-7eb9fffd1aa890d07d0f88cc82e6cfe4.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-7f855356ab893b0d2b9c1c83b8116f0e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-829615148e6357d826b9242eb7fbbd1e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-866fa7613df6b3fd272bcfd4530c0bb9.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-87599f94b6cc129d505b375798d0d751.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-8c2f33cee3993174f7e87c28e4bf42ee.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-8d3bcabb847b56243b16afe62adaaf21.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-8de5b863cb50dfefdd07cb11c774d579.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-8e9f97f01034820170065b2921b4fb5e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-8f476c4c99813d57cbe6eca4727388ad.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-903bb6865f3452e2fda42e3a25547bc5.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-91ddb2969bf2d31ba02ad82998d1314c.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-938d90c10ff8c20386af7f242c05d6b0.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-93fc8f28a33234bcadf1527cafabd502.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-95429962233afd82db1c27df1500a28c.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-9544732d2e62d1a429674f8ee41b5d3a.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-9592bfc861f07bcb8d75c196b370e548.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-95bfd249da4902577b4b7d76ebdd0b44.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-968cffdc8ee679da094e77ebf50f58ef.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-97f7f48ce90c9429bf32ae51469db74d.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-982b630266d87db93d2539affb1275c6.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-98f2ad84457de7f3740d9920b8fa8667.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-99a16ef6a64934d5781933dbd9c46b2e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-9cfb2a77a4e45025105ad29a1748b90d.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-9d81066dd2b337c938df6e90380a00dc.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-9eb5a99df4e76ac3363453ac9ca288b1.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-a004ddfcb26e67bd6e678c8ed19e25ce.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-a0ca5df4258213d7fc9fce80f65ce760.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-a1f916d6039285c4ffb900cd654e418f.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-a203b91dad570bf05a58c3c3ddb529bf.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-a365e82ed54697a52f27adcea1315fe8.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-a4c34be6d42152e64b0df90bc4607f64.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-a7accba310e821da5505f71c03b76bdb.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-aa0d470430e6391eca720c7cfa44446f.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-aa5c9ca6cf4fba00433b7aa3fa10671a.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-ac9ceb44437becc3e9c4dbfebab7fc2d.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-b1220a3c61f85cc0408deedb4c5f57a2.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-b358f7a51ece39a3247942b1feabdb29.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-b57aaedfd8ebdf3931f25119dc6a5eb2.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-b5c1596551c256e0e9cf02028595b092.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-b6d128682ee29e471486354d486a1b90.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-b6fd38ca30869792244804b04bc058da.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-b7d203b051eff504ff59ddca7576b6a9.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-b96d9226ce77ec94ceca043d712182e6.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-ba3de316d63c7e339987b16f41a0b879.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-bafff7a14c27403dcc6cf1432e8ea836.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-bd77e3c7f9e0b072d96af37f73d1aa32.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-be549ab72f0719d606a5c01e2c0219b6.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-c16ed9740b85badf16e86ea782a3062f.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-c1f94158256bb1f3bf665b053d895af9.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-c40533fdf4cc57177b12803598af7e59.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-c4a687ac4f0c2766eefc9f77ed99cddf.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-c69f61a4ab18d0488c8d1fc12e7028e8.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-c8b71798409ccc126ee264a00aadcf21.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-c99eda15fc26a2941579560f76c3a5cf.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-cb17fc3db95f6d139afc9d31a8e93293.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-cbaaefaaf326668277aa24dfa93c4d28.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-cd145ce4a0ea18469358df53c207bc1b.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-cdbce89e82cc1ab53a2decbf5819278f.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-ce4884f96f11589608b76b726a755803.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-cf2cc71752631e579e35b0e423bf2638.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-cf6ff4e0f491ca0cf3038187a997b9b4.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-cfb211578629b7e8153b37240de6a9d5.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-d0cf73942fea1c74edbdf0b3011f4656.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-d2666cbed13462c5dc36fa2f15c202ca.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-d3716376641d615e2995605b29bca7b6.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-dac48066b5883d8b4551fc584f0c2a3e.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-dbea1af6dcd9860be40c3d18254338f5.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-e11567fd2accf9957cd0d3c2be937d87.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-e2ead7ea7da0437f085f42ffc05f8d13.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-e3fcf5180fd466c8915c4e8069491054.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-e480d9c614742d05f0e78f274f1e69e6.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-e4bca6cfa53e499cae0a6be4894a90e9.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-e51ef413167c6e14e0c0fdcc585f2fc9.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-e5f453bb04da18eed01675eeebd88bf8.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-e656f091b9dc4709722c9f4b84d3c797.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-ec181b795ac1fb5a50d700b6e996d745.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-ee8bae97908d5147b423f77ad0d3c1bb.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-f0f13b5c60e0af5553bd359f5513be1b.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-f2b54d4e7be0eaefe1c2c56836fa5368.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-f56414bf9bced67990def8660e306759.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-f5d079153c99a25b9be5b8583c4cc8a7.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-f6032fc06eb20480f096199713f70885.woff2 +0 -0
- package/dist/dev/fonts/Xiaolai/Xiaolai-Regular-f8ee5d36068a42b51d0e4a1116cfcec1.woff2 +0 -0
- package/dist/dev/index.css +0 -6621
- package/dist/dev/index.css.map +0 -7
- package/dist/dev/locales/ar-SA-XORAP2EK.js +0 -586
- package/dist/dev/locales/ar-SA-XORAP2EK.js.map +0 -7
- package/dist/dev/locales/az-AZ-NAUU3Z4Y.js +0 -586
- package/dist/dev/locales/az-AZ-NAUU3Z4Y.js.map +0 -7
- package/dist/dev/locales/bg-BG-AAABLFCY.js +0 -586
- package/dist/dev/locales/bg-BG-AAABLFCY.js.map +0 -7
- package/dist/dev/locales/bn-BD-PM4AC5WG.js +0 -586
- package/dist/dev/locales/bn-BD-PM4AC5WG.js.map +0 -7
- package/dist/dev/locales/ca-ES-YNNMFRQX.js +0 -586
- package/dist/dev/locales/ca-ES-YNNMFRQX.js.map +0 -7
- package/dist/dev/locales/cs-CZ-DGZA5IKG.js +0 -586
- package/dist/dev/locales/cs-CZ-DGZA5IKG.js.map +0 -7
- package/dist/dev/locales/da-DK-N76F4QAJ.js +0 -586
- package/dist/dev/locales/da-DK-N76F4QAJ.js.map +0 -7
- package/dist/dev/locales/de-DE-DMRXZ2SZ.js +0 -586
- package/dist/dev/locales/de-DE-DMRXZ2SZ.js.map +0 -7
- package/dist/dev/locales/el-GR-HIKPLEXI.js +0 -586
- package/dist/dev/locales/el-GR-HIKPLEXI.js.map +0 -7
- package/dist/dev/locales/en-OZCJJ2HN.js +0 -78
- package/dist/dev/locales/en-OZCJJ2HN.js.map +0 -7
- package/dist/dev/locales/es-ES-AQYVXC32.js +0 -586
- package/dist/dev/locales/es-ES-AQYVXC32.js.map +0 -7
- package/dist/dev/locales/eu-ES-3TOEU5DE.js +0 -586
- package/dist/dev/locales/eu-ES-3TOEU5DE.js.map +0 -7
- package/dist/dev/locales/fa-IR-527GAKUP.js +0 -586
- package/dist/dev/locales/fa-IR-527GAKUP.js.map +0 -7
- package/dist/dev/locales/fi-FI-M3WLVDFP.js +0 -586
- package/dist/dev/locales/fi-FI-M3WLVDFP.js.map +0 -7
- package/dist/dev/locales/fr-FR-YE4VDJFI.js +0 -586
- package/dist/dev/locales/fr-FR-YE4VDJFI.js.map +0 -7
- package/dist/dev/locales/gl-ES-KMXUYGUN.js +0 -586
- package/dist/dev/locales/gl-ES-KMXUYGUN.js.map +0 -7
- package/dist/dev/locales/he-IL-4MU5N22B.js +0 -586
- package/dist/dev/locales/he-IL-4MU5N22B.js.map +0 -7
- package/dist/dev/locales/hi-IN-ZHZNZWFC.js +0 -586
- package/dist/dev/locales/hi-IN-ZHZNZWFC.js.map +0 -7
- package/dist/dev/locales/hu-HU-VIYZI3X4.js +0 -586
- package/dist/dev/locales/hu-HU-VIYZI3X4.js.map +0 -7
- package/dist/dev/locales/id-ID-22TWZNLA.js +0 -586
- package/dist/dev/locales/id-ID-22TWZNLA.js.map +0 -7
- package/dist/dev/locales/it-IT-MDEQ2SG3.js +0 -586
- package/dist/dev/locales/it-IT-MDEQ2SG3.js.map +0 -7
- package/dist/dev/locales/ja-JP-K2DI4W6B.js +0 -586
- package/dist/dev/locales/ja-JP-K2DI4W6B.js.map +0 -7
- package/dist/dev/locales/kaa-6BPSNM3R.js +0 -586
- package/dist/dev/locales/kaa-6BPSNM3R.js.map +0 -7
- package/dist/dev/locales/kab-KAB-2S7ZURK7.js +0 -586
- package/dist/dev/locales/kab-KAB-2S7ZURK7.js.map +0 -7
- package/dist/dev/locales/kk-KZ-UJPYGRQQ.js +0 -586
- package/dist/dev/locales/kk-KZ-UJPYGRQQ.js.map +0 -7
- package/dist/dev/locales/km-KH-M5T5JKUE.js +0 -586
- package/dist/dev/locales/km-KH-M5T5JKUE.js.map +0 -7
- package/dist/dev/locales/ko-KR-RQX37SNF.js +0 -586
- package/dist/dev/locales/ko-KR-RQX37SNF.js.map +0 -7
- package/dist/dev/locales/ku-TR-5XJDIERL.js +0 -586
- package/dist/dev/locales/ku-TR-5XJDIERL.js.map +0 -7
- package/dist/dev/locales/lt-LT-MGUBX6CA.js +0 -586
- package/dist/dev/locales/lt-LT-MGUBX6CA.js.map +0 -7
- package/dist/dev/locales/lv-LV-MD7N5VHD.js +0 -586
- package/dist/dev/locales/lv-LV-MD7N5VHD.js.map +0 -7
- package/dist/dev/locales/mr-IN-4XWMNGQC.js +0 -586
- package/dist/dev/locales/mr-IN-4XWMNGQC.js.map +0 -7
- package/dist/dev/locales/my-MM-O4Z74GN5.js +0 -586
- package/dist/dev/locales/my-MM-O4Z74GN5.js.map +0 -7
- package/dist/dev/locales/nb-NO-BMB73KRH.js +0 -586
- package/dist/dev/locales/nb-NO-BMB73KRH.js.map +0 -7
- package/dist/dev/locales/nl-NL-F2257BLQ.js +0 -586
- package/dist/dev/locales/nl-NL-F2257BLQ.js.map +0 -7
- package/dist/dev/locales/nn-NO-NCORG7TS.js +0 -586
- package/dist/dev/locales/nn-NO-NCORG7TS.js.map +0 -7
- package/dist/dev/locales/oc-FR-ATFBDMF6.js +0 -586
- package/dist/dev/locales/oc-FR-ATFBDMF6.js.map +0 -7
- package/dist/dev/locales/pa-IN-D2I375G4.js +0 -586
- package/dist/dev/locales/pa-IN-D2I375G4.js.map +0 -7
- package/dist/dev/locales/percentages-YKFLWNK2.js +0 -12
- package/dist/dev/locales/percentages-YKFLWNK2.js.map +0 -7
- package/dist/dev/locales/pl-PL-YJHOWAAW.js +0 -586
- package/dist/dev/locales/pl-PL-YJHOWAAW.js.map +0 -7
- package/dist/dev/locales/pt-BR-APOPYZJ7.js +0 -586
- package/dist/dev/locales/pt-BR-APOPYZJ7.js.map +0 -7
- package/dist/dev/locales/pt-PT-W56WCN7P.js +0 -586
- package/dist/dev/locales/pt-PT-W56WCN7P.js.map +0 -7
- package/dist/dev/locales/ro-RO-L575VRQA.js +0 -586
- package/dist/dev/locales/ro-RO-L575VRQA.js.map +0 -7
- package/dist/dev/locales/ru-RU-BLG6HZG5.js +0 -586
- package/dist/dev/locales/ru-RU-BLG6HZG5.js.map +0 -7
- package/dist/dev/locales/si-LK-KT7GGO6D.js +0 -586
- package/dist/dev/locales/si-LK-KT7GGO6D.js.map +0 -7
- package/dist/dev/locales/sk-SK-DY6IPO5U.js +0 -586
- package/dist/dev/locales/sk-SK-DY6IPO5U.js.map +0 -7
- package/dist/dev/locales/sl-SI-5DZSRA47.js +0 -586
- package/dist/dev/locales/sl-SI-5DZSRA47.js.map +0 -7
- package/dist/dev/locales/sv-SE-V32YHALQ.js +0 -586
- package/dist/dev/locales/sv-SE-V32YHALQ.js.map +0 -7
- package/dist/dev/locales/ta-IN-5JRAGQAO.js +0 -586
- package/dist/dev/locales/ta-IN-5JRAGQAO.js.map +0 -7
- package/dist/dev/locales/th-TH-55ACRHDJ.js +0 -586
- package/dist/dev/locales/th-TH-55ACRHDJ.js.map +0 -7
- package/dist/dev/locales/tr-TR-7QYBXDBO.js +0 -586
- package/dist/dev/locales/tr-TR-7QYBXDBO.js.map +0 -7
- package/dist/dev/locales/uk-UA-TJS2TMRH.js +0 -586
- package/dist/dev/locales/uk-UA-TJS2TMRH.js.map +0 -7
- package/dist/dev/locales/vi-VN-Y5CQ2EKQ.js +0 -586
- package/dist/dev/locales/vi-VN-Y5CQ2EKQ.js.map +0 -7
- package/dist/dev/locales/zh-CN-4MXUOFTH.js +0 -586
- package/dist/dev/locales/zh-CN-4MXUOFTH.js.map +0 -7
- package/dist/dev/locales/zh-HK-RBTGIU3U.js +0 -586
- package/dist/dev/locales/zh-HK-RBTGIU3U.js.map +0 -7
- package/dist/dev/locales/zh-TW-U5VF4CCU.js +0 -586
- package/dist/dev/locales/zh-TW-U5VF4CCU.js.map +0 -7
- package/dist/prod/chunk-6U3AYISY.js +0 -12
- package/dist/prod/chunk-EIO257PC.js +0 -86
- package/dist/prod/chunk-GIVLQYHJ.js +0 -34
- package/dist/prod/chunk-NQJ27C7Z.js +0 -7
- package/dist/prod/chunk-SRAX5OIU.js +0 -1
- package/dist/prod/chunk-Z3N5DIM6.js +0 -1
- package/dist/prod/data/image-WDQDEXWZ.js +0 -1
- package/dist/prod/fonts/Assistant/Assistant-Bold.woff2 +0 -0
- package/dist/prod/fonts/Assistant/Assistant-Medium.woff2 +0 -0
- package/dist/prod/fonts/Assistant/Assistant-Regular.woff2 +0 -0
- package/dist/prod/fonts/Assistant/Assistant-SemiBold.woff2 +0 -0
- package/dist/prod/fonts/Cascadia/CascadiaCode-Regular.woff2 +0 -0
- package/dist/prod/fonts/ComicShanns/ComicShanns-Regular-279a7b317d12eb88de06167bd672b4b4.woff2 +0 -0
- package/dist/prod/fonts/ComicShanns/ComicShanns-Regular-6e066e8de2ac57ea9283adb9c24d7f0c.woff2 +0 -0
- package/dist/prod/fonts/ComicShanns/ComicShanns-Regular-dc6a8806fa96795d7b3be5026f989a17.woff2 +0 -0
- package/dist/prod/fonts/ComicShanns/ComicShanns-Regular-fcb0fc02dcbee4c9846b3e2508668039.woff2 +0 -0
- package/dist/prod/fonts/Excalifont/Excalifont-Regular-349fac6ca4700ffec595a7150a0d1e1d.woff2 +0 -0
- package/dist/prod/fonts/Excalifont/Excalifont-Regular-3f2c5db56cc93c5a6873b1361d730c16.woff2 +0 -0
- package/dist/prod/fonts/Excalifont/Excalifont-Regular-41b173a47b57366892116a575a43e2b6.woff2 +0 -0
- package/dist/prod/fonts/Excalifont/Excalifont-Regular-623ccf21b21ef6b3a0d87738f77eb071.woff2 +0 -0
- package/dist/prod/fonts/Excalifont/Excalifont-Regular-a88b72a24fb54c9f94e3b5fdaa7481c9.woff2 +0 -0
- package/dist/prod/fonts/Excalifont/Excalifont-Regular-b9dcf9d2e50a1eaf42fc664b50a3fd0d.woff2 +0 -0
- package/dist/prod/fonts/Excalifont/Excalifont-Regular-be310b9bcd4f1a43f571c46df7809174.woff2 +0 -0
- package/dist/prod/fonts/Liberation/LiberationSans-Regular.woff2 +0 -0
- package/dist/prod/fonts/Lilita/Lilita-Regular-i7dPIFZ9Zz-WBtRtedDbYE98RXi4EwSsbg.woff2 +0 -0
- package/dist/prod/fonts/Lilita/Lilita-Regular-i7dPIFZ9Zz-WBtRtedDbYEF8RXi4EwQ.woff2 +0 -0
- package/dist/prod/fonts/Nunito/Nunito-Regular-XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTA3j6zbXWjgevT5.woff2 +0 -0
- package/dist/prod/fonts/Nunito/Nunito-Regular-XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTQ3j6zbXWjgeg.woff2 +0 -0
- package/dist/prod/fonts/Nunito/Nunito-Regular-XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTk3j6zbXWjgevT5.woff2 +0 -0
- package/dist/prod/fonts/Nunito/Nunito-Regular-XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTo3j6zbXWjgevT5.woff2 +0 -0
- package/dist/prod/fonts/Nunito/Nunito-Regular-XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTs3j6zbXWjgevT5.woff2 +0 -0
- package/dist/prod/fonts/Virgil/Virgil-Regular.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-019d66dcad46dc156b162d267f981c20.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-04b718e5623574919c8b0dea5f301444.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-069e77aac84590e2e991d0a0176d34f2.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-06c77b8c66e51ed6c63ccb502dd8b8af.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-08e0dc436ad0ad61ba5558db0674d762.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-093b9ef39a46ceae95a1df18a0a3a326.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-095c169f3314805276f603a362766abd.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-09850c4077f3fffe707905872e0e2460.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-0986d134c05864f5025962eef9f994a0.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-0b5d723fdc4e249c140f0909e87d03b4.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-0f626226ba1272e832aea87bafd9720e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-0f7fb1e0d5015bb1371343153ecf7ce3.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-0fa55a080fcd0f9dc2e0b0058b793df8.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-0facdf1ea213ba40261022f5d5ed4493.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-10a7ae9a371830a80c3d844acf1c02d7.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-112c051027b2d766c19a519f6ee1f4f7.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-11c345711937f0ba4b8f7b6b919c8440.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-12b52b58eb3df36804b9a654ec9ee194.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-13ae07ed2e272d26d59bc0691cd7117a.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-13d2887ec8ee73c43acdabc52a05af7b.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-145aa02cdd91946e67dc934e1acffe75.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-15dc6d811c9cd078f9086a740d5a1038.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-173945821411c09f70c95f98d590e697.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-1b611157cd46bb184d4fa4dae2d6a2b8.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-1e6fd68f1f3902ce48ce8c69df385622.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-1ee544f0f1dac422545c505baa788992.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-1fdc0c67ed57263a80fd108c1f6ccf24.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-203b0e569e3b14aac86a003dc3fa523e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-20cc1bbf50e7efb442756cb605672c1f.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-20e7bf72fa05de9adf7dbcc7bf51dde6.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-21430ee05a1248901da8d0de08744d47.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-23686f7f29da6e8008c36dd3a80c83d6.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-23ad2d71b280f00b1363b95b7bea94eb.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-23f228f3999c01983860012330e4be08.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-24476a126f129212beb33f66853ea151.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-24a21c1e4449222e8d1898d69ff3a404.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-25b7f38e18f035f96cb5e547bd2bd08c.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-29cec36cd205b211da97acabaa62f055.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-2a26d20a23b00898ce82f09d2ee47c3f.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-2adbc89c11e65905393d3dfc468b9d5b.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-2b7441d46298788ac94e610ffcc709b6.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-2b77e8ebfb2367ab2662396a60e7d320.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-2cf96d082d35ea3d8106851223ad0d16.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-2d43040e86ff03ba677f6f9c04cd0805.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-2e33e8dc771ef5e1d9127d60a6b73679.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-33432927cd87d40cfe393c7482bf221f.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-353f33792a8f60dc69323ddf635a269e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-36925dfe329a45086cbb7fc5c20d45ac.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-3717077e38f98d89eae729b6c14e56dc.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-3756e81d3e149cf6099163ee79944fec.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-395c35dd584b56b0789f58a0559beaf1.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-3c9de2ae0ea4bc91a510942dfa4be8d2.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-3cc70dbb64df5b21f1326cc24dee2195.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-3e1f8f654357353bf0e04ba5c34b5f7f.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-3e63ed8162808a9e425ed80a8bc79114.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-3eaa538115d76932653c21d8dc28f207.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4095eb84ef3874e2600247bee0b04026.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-41521fade99856108931b4768b1b2648.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-450da755d5bcb70906e1295e559b9602.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-452225341522a7942f0f6aab1a5c91a3.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4535823663ad81405188a528d8f2b1a2.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4806e761d750087c2d734fc64596eaff.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4a0fdb40036e87b40aa08dd30584cb85.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4a38cc3e9cf104e69ba246d37f8cf135.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4aca6a43e59aceee2166b0c7e4e85ef1.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4bfaa8ffa64c5ee560aa2daba7c9cbd3.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4dc6d5f188d5c96d44815cd1e81aa885.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4ddc14ed3eb0c3e46364317dfc0144a3.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4ee10ae43505e2e0bc62656ced49c0fa.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-4f50e5136e136527280bc902c5817561.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-51502f1206be09c565f1547c406e9558.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-51a0e808bbc8361236ac521a119758a3.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-52a84a22fd1369bffeaf21da2d6158dc.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-5330a2119a716e4e7224ed108b085dac.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-543fa46ace099a7099dad69123399400.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-544fc28abe2c5c30e62383fd4dac255f.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-54acdfc2166ad7fcbd074f75fd4a56ba.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-5572b3513ba8df57a3d5d7303ee6b11b.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-56467a5c8840c4d23a60b2f935114848.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-56a32a7689abd0326e57c10c6c069bb4.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-57862b464a55b18c7bf234ce22907d73.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-583d166e56ba0de4b77eabb47ef67839.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-5882ffa04f32584d26109137e2da4352.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-58fd02350d0bc52cf1ca3bb32ce9766e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-5935a5775af3d5c6307ac667bd9ae74e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-59e9ff77b0efaf684bc09274fb6908c9.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-5a1ce3117cfe90c48e8fb4a9a00f694d.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-5a45d991244d4c7140217e1e5f5ca4f4.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-5a7fac4b8b23a6e4e5ba0c9bf1756c91.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-5b0ed6971aaab9c8ad563230bd5471a7.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-5d2898fbc097a7e24c6f38d80587621e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-603aefd23e350ba7eb124273e3c9bcf1.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-60a3089806700d379f11827ee9843b6b.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-60a41c7e1c68f22424e6d22df544bc82.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-642b26e2e5f5fb780b51b593dbc8c851.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-66493ba5a8367f2928812f446f47b56a.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-670ba603758d94268e8606f240a42e12.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-671a2c20b1eb9e4ef8a192833940e319.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-684d65f1793cac449dde5d59cb3c47fb.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-69c09cc5fa3e55c74fc4821f76909cc3.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-6ae5b42180ad70b971c91e7eefb8eba2.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-6e092f71c1e634059ada0e52abadce67.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-6f3256af8454371776bc46670d33cc65.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-6fe5c5973cc06f74b2387a631ea36b88.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-70c2eb8d64e71a42a834eb857ea9df51.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-70e811fd7994e61f408c923de6ddd078.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-7197d6fda6cba7c3874c53d6381ca239.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-72252d73220fa3cd856677888cee1635.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-72536a3d71b694a0d53dd90ddceae41e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-726303e0774b4e678bff8c2deb6ca603.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-733171b4ffcd17ea1fe1c0ba627173bf.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-739bc1a567439c7cffcd1614644593d2.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-73e309718fd16cea44b4d54a33581811.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-7494dc504ae00ee9cd0505f990f88c5d.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-74e2263a91439c25b91d5132ce9f4d62.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-761d05e3cd968cf574166867998ef06a.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-7718fe60986d8b42b1be9c5ace5ccf25.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-774d4f764a1299da5d28ec2f2ffe0d69.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-79d494361ae093b69e74ee9dbe65bfd4.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-79f007c1c6d07557120982951ea67998.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-7a07ddc0f0c0f5f4a9bad6ee3dda66b5.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-7ab2bed91166a9dca83a5ebfbe2a7f38.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-7ccce86603f80a099ddb0cb21d4ae3e3.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-7e4bde7e9c7f84cd34d8a845e384c746.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-7e929f262f30c8ee78bf398150b1a7cd.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-7eb9fffd1aa890d07d0f88cc82e6cfe4.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-7f855356ab893b0d2b9c1c83b8116f0e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-829615148e6357d826b9242eb7fbbd1e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-866fa7613df6b3fd272bcfd4530c0bb9.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-87599f94b6cc129d505b375798d0d751.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-8c2f33cee3993174f7e87c28e4bf42ee.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-8d3bcabb847b56243b16afe62adaaf21.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-8de5b863cb50dfefdd07cb11c774d579.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-8e9f97f01034820170065b2921b4fb5e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-8f476c4c99813d57cbe6eca4727388ad.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-903bb6865f3452e2fda42e3a25547bc5.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-91ddb2969bf2d31ba02ad82998d1314c.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-938d90c10ff8c20386af7f242c05d6b0.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-93fc8f28a33234bcadf1527cafabd502.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-95429962233afd82db1c27df1500a28c.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-9544732d2e62d1a429674f8ee41b5d3a.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-9592bfc861f07bcb8d75c196b370e548.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-95bfd249da4902577b4b7d76ebdd0b44.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-968cffdc8ee679da094e77ebf50f58ef.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-97f7f48ce90c9429bf32ae51469db74d.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-982b630266d87db93d2539affb1275c6.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-98f2ad84457de7f3740d9920b8fa8667.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-99a16ef6a64934d5781933dbd9c46b2e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-9cfb2a77a4e45025105ad29a1748b90d.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-9d81066dd2b337c938df6e90380a00dc.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-9eb5a99df4e76ac3363453ac9ca288b1.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-a004ddfcb26e67bd6e678c8ed19e25ce.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-a0ca5df4258213d7fc9fce80f65ce760.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-a1f916d6039285c4ffb900cd654e418f.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-a203b91dad570bf05a58c3c3ddb529bf.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-a365e82ed54697a52f27adcea1315fe8.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-a4c34be6d42152e64b0df90bc4607f64.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-a7accba310e821da5505f71c03b76bdb.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-aa0d470430e6391eca720c7cfa44446f.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-aa5c9ca6cf4fba00433b7aa3fa10671a.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-ac9ceb44437becc3e9c4dbfebab7fc2d.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-b1220a3c61f85cc0408deedb4c5f57a2.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-b358f7a51ece39a3247942b1feabdb29.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-b57aaedfd8ebdf3931f25119dc6a5eb2.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-b5c1596551c256e0e9cf02028595b092.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-b6d128682ee29e471486354d486a1b90.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-b6fd38ca30869792244804b04bc058da.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-b7d203b051eff504ff59ddca7576b6a9.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-b96d9226ce77ec94ceca043d712182e6.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-ba3de316d63c7e339987b16f41a0b879.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-bafff7a14c27403dcc6cf1432e8ea836.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-bd77e3c7f9e0b072d96af37f73d1aa32.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-be549ab72f0719d606a5c01e2c0219b6.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-c16ed9740b85badf16e86ea782a3062f.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-c1f94158256bb1f3bf665b053d895af9.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-c40533fdf4cc57177b12803598af7e59.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-c4a687ac4f0c2766eefc9f77ed99cddf.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-c69f61a4ab18d0488c8d1fc12e7028e8.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-c8b71798409ccc126ee264a00aadcf21.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-c99eda15fc26a2941579560f76c3a5cf.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-cb17fc3db95f6d139afc9d31a8e93293.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-cbaaefaaf326668277aa24dfa93c4d28.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-cd145ce4a0ea18469358df53c207bc1b.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-cdbce89e82cc1ab53a2decbf5819278f.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-ce4884f96f11589608b76b726a755803.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-cf2cc71752631e579e35b0e423bf2638.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-cf6ff4e0f491ca0cf3038187a997b9b4.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-cfb211578629b7e8153b37240de6a9d5.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-d0cf73942fea1c74edbdf0b3011f4656.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-d2666cbed13462c5dc36fa2f15c202ca.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-d3716376641d615e2995605b29bca7b6.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-dac48066b5883d8b4551fc584f0c2a3e.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-dbea1af6dcd9860be40c3d18254338f5.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-e11567fd2accf9957cd0d3c2be937d87.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-e2ead7ea7da0437f085f42ffc05f8d13.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-e3fcf5180fd466c8915c4e8069491054.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-e480d9c614742d05f0e78f274f1e69e6.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-e4bca6cfa53e499cae0a6be4894a90e9.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-e51ef413167c6e14e0c0fdcc585f2fc9.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-e5f453bb04da18eed01675eeebd88bf8.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-e656f091b9dc4709722c9f4b84d3c797.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-ec181b795ac1fb5a50d700b6e996d745.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-ee8bae97908d5147b423f77ad0d3c1bb.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-f0f13b5c60e0af5553bd359f5513be1b.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-f2b54d4e7be0eaefe1c2c56836fa5368.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-f56414bf9bced67990def8660e306759.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-f5d079153c99a25b9be5b8583c4cc8a7.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-f6032fc06eb20480f096199713f70885.woff2 +0 -0
- package/dist/prod/fonts/Xiaolai/Xiaolai-Regular-f8ee5d36068a42b51d0e4a1116cfcec1.woff2 +0 -0
- package/dist/prod/index.css +0 -1
- package/dist/prod/locales/ar-SA-G6X2FPQ2.js +0 -10
- package/dist/prod/locales/az-AZ-76LH7QW2.js +0 -1
- package/dist/prod/locales/bg-BG-XCXSNQG7.js +0 -5
- package/dist/prod/locales/bn-BD-2XOGV67Q.js +0 -5
- package/dist/prod/locales/ca-ES-6MX7JW3Y.js +0 -8
- package/dist/prod/locales/cs-CZ-2BRQDIVT.js +0 -11
- package/dist/prod/locales/da-DK-5WZEPLOC.js +0 -5
- package/dist/prod/locales/de-DE-XR44H4JA.js +0 -8
- package/dist/prod/locales/el-GR-BZB4AONW.js +0 -10
- package/dist/prod/locales/en-B4ZKOASM.js +0 -1
- package/dist/prod/locales/es-ES-U4NZUMDT.js +0 -9
- package/dist/prod/locales/eu-ES-A7QVB2H4.js +0 -11
- package/dist/prod/locales/fa-IR-HGAKTJCU.js +0 -8
- package/dist/prod/locales/fi-FI-Z5N7JZ37.js +0 -6
- package/dist/prod/locales/fr-FR-RHASNOE6.js +0 -9
- package/dist/prod/locales/gl-ES-HMX3MZ6V.js +0 -10
- package/dist/prod/locales/he-IL-6SHJWFNN.js +0 -10
- package/dist/prod/locales/hi-IN-IWLTKZ5I.js +0 -4
- package/dist/prod/locales/hu-HU-A5ZG7DT2.js +0 -7
- package/dist/prod/locales/id-ID-SAP4L64H.js +0 -10
- package/dist/prod/locales/it-IT-JPQ66NNP.js +0 -11
- package/dist/prod/locales/ja-JP-DBVTYXUO.js +0 -8
- package/dist/prod/locales/kaa-6HZHGXH3.js +0 -1
- package/dist/prod/locales/kab-KAB-ZGHBKWFO.js +0 -8
- package/dist/prod/locales/kk-KZ-P5N5QNE5.js +0 -1
- package/dist/prod/locales/km-KH-HSX4SM5Z.js +0 -11
- package/dist/prod/locales/ko-KR-MTYHY66A.js +0 -9
- package/dist/prod/locales/ku-TR-6OUDTVRD.js +0 -9
- package/dist/prod/locales/lt-LT-XHIRWOB4.js +0 -3
- package/dist/prod/locales/lv-LV-5QDEKY6T.js +0 -7
- package/dist/prod/locales/mr-IN-CRQNXWMA.js +0 -13
- package/dist/prod/locales/my-MM-5M5IBNSE.js +0 -1
- package/dist/prod/locales/nb-NO-T6EIAALU.js +0 -10
- package/dist/prod/locales/nl-NL-IS3SIHDZ.js +0 -8
- package/dist/prod/locales/nn-NO-6E72VCQL.js +0 -8
- package/dist/prod/locales/oc-FR-POXYY2M6.js +0 -8
- package/dist/prod/locales/pa-IN-N4M65BXN.js +0 -4
- package/dist/prod/locales/percentages-BXMCSKIN.js +0 -1
- package/dist/prod/locales/pl-PL-T2D74RX3.js +0 -9
- package/dist/prod/locales/pt-BR-5N22H2LF.js +0 -9
- package/dist/prod/locales/pt-PT-UZXXM6DQ.js +0 -9
- package/dist/prod/locales/ro-RO-JPDTUUEW.js +0 -11
- package/dist/prod/locales/ru-RU-B4JR7IUQ.js +0 -9
- package/dist/prod/locales/si-LK-N5RQ5JYF.js +0 -1
- package/dist/prod/locales/sk-SK-C5VTKIMK.js +0 -6
- package/dist/prod/locales/sl-SI-NN7IZMDC.js +0 -6
- package/dist/prod/locales/sv-SE-XGPEYMSR.js +0 -10
- package/dist/prod/locales/ta-IN-2NMHFXQM.js +0 -9
- package/dist/prod/locales/th-TH-HPSO5L25.js +0 -2
- package/dist/prod/locales/tr-TR-DEFEU3FU.js +0 -7
- package/dist/prod/locales/uk-UA-QMV73CPH.js +0 -6
- package/dist/prod/locales/vi-VN-M7AON7JQ.js +0 -5
- package/dist/prod/locales/zh-CN-LNUGB5OW.js +0 -10
- package/dist/prod/locales/zh-HK-E62DVLB3.js +0 -1
- package/dist/prod/locales/zh-TW-RAJ6MFWO.js +0 -9
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
type CANVAS_ERROR_NAMES = "CANVAS_ERROR" | "CANVAS_POSSIBLY_TOO_BIG";
|
|
2
|
-
export declare class CanvasError extends Error {
|
|
3
|
-
constructor(message?: string, name?: CANVAS_ERROR_NAMES);
|
|
4
|
-
}
|
|
5
|
-
export declare class AbortError extends DOMException {
|
|
6
|
-
constructor(message?: string);
|
|
7
|
-
}
|
|
8
|
-
type ImageSceneDataErrorCode = "IMAGE_NOT_CONTAINS_SCENE_DATA" | "IMAGE_SCENE_DATA_ERROR";
|
|
9
|
-
export declare class ImageSceneDataError extends Error {
|
|
10
|
-
code: ImageSceneDataErrorCode;
|
|
11
|
-
constructor(message?: string, code?: ImageSceneDataErrorCode);
|
|
12
|
-
}
|
|
13
|
-
export declare class InvalidFractionalIndexError extends Error {
|
|
14
|
-
code: "ELEMENT_HAS_INVALID_INDEX";
|
|
15
|
-
}
|
|
16
|
-
type WorkerErrorCodes = "WORKER_URL_NOT_DEFINED" | "WORKER_IN_THE_MAIN_CHUNK";
|
|
17
|
-
export declare class WorkerUrlNotDefinedError extends Error {
|
|
18
|
-
code: WorkerErrorCodes;
|
|
19
|
-
constructor(message?: string, code?: WorkerErrorCodes);
|
|
20
|
-
}
|
|
21
|
-
export declare class WorkerInTheMainChunkError extends Error {
|
|
22
|
-
code: WorkerErrorCodes;
|
|
23
|
-
constructor(message?: string, code?: WorkerErrorCodes);
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Use this for generic, handled errors, so you can check against them
|
|
27
|
-
* and rethrow if needed
|
|
28
|
-
*/
|
|
29
|
-
export declare class ExcalidrawError extends Error {
|
|
30
|
-
constructor(message: string);
|
|
31
|
-
}
|
|
32
|
-
export {};
|
|
1
|
+
type CANVAS_ERROR_NAMES = "CANVAS_ERROR" | "CANVAS_POSSIBLY_TOO_BIG";
|
|
2
|
+
export declare class CanvasError extends Error {
|
|
3
|
+
constructor(message?: string, name?: CANVAS_ERROR_NAMES);
|
|
4
|
+
}
|
|
5
|
+
export declare class AbortError extends DOMException {
|
|
6
|
+
constructor(message?: string);
|
|
7
|
+
}
|
|
8
|
+
type ImageSceneDataErrorCode = "IMAGE_NOT_CONTAINS_SCENE_DATA" | "IMAGE_SCENE_DATA_ERROR";
|
|
9
|
+
export declare class ImageSceneDataError extends Error {
|
|
10
|
+
code: ImageSceneDataErrorCode;
|
|
11
|
+
constructor(message?: string, code?: ImageSceneDataErrorCode);
|
|
12
|
+
}
|
|
13
|
+
export declare class InvalidFractionalIndexError extends Error {
|
|
14
|
+
code: "ELEMENT_HAS_INVALID_INDEX";
|
|
15
|
+
}
|
|
16
|
+
type WorkerErrorCodes = "WORKER_URL_NOT_DEFINED" | "WORKER_IN_THE_MAIN_CHUNK";
|
|
17
|
+
export declare class WorkerUrlNotDefinedError extends Error {
|
|
18
|
+
code: WorkerErrorCodes;
|
|
19
|
+
constructor(message?: string, code?: WorkerErrorCodes);
|
|
20
|
+
}
|
|
21
|
+
export declare class WorkerInTheMainChunkError extends Error {
|
|
22
|
+
code: WorkerErrorCodes;
|
|
23
|
+
constructor(message?: string, code?: WorkerErrorCodes);
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Use this for generic, handled errors, so you can check against them
|
|
27
|
+
* and rethrow if needed
|
|
28
|
+
*/
|
|
29
|
+
export declare class ExcalidrawError extends Error {
|
|
30
|
+
constructor(message: string);
|
|
31
|
+
}
|
|
32
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
-
export declare const CascadiaFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
1
|
+
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
+
export declare const CascadiaFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
-
export declare const ComicShannsFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
1
|
+
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
+
export declare const ComicShannsFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
-
export declare const EmojiFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
1
|
+
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
+
export declare const EmojiFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
type DataURL = string;
|
|
2
|
-
export declare class ExcalidrawFontFace {
|
|
3
|
-
readonly urls: URL[] | DataURL[];
|
|
4
|
-
readonly fontFace: FontFace;
|
|
5
|
-
private static readonly ASSETS_FALLBACK_URL;
|
|
6
|
-
constructor(family: string, uri: string, descriptors?: FontFaceDescriptors);
|
|
7
|
-
/**
|
|
8
|
-
* Generates CSS `@font-face` definition with the (subsetted) font source as a data url for the characters within the unicode range.
|
|
9
|
-
*
|
|
10
|
-
* Retrieves `undefined` otherwise.
|
|
11
|
-
*/
|
|
12
|
-
toCSS(characters: string): Promise<string> | undefined;
|
|
13
|
-
/**
|
|
14
|
-
* Tries to fetch woff2 content, based on the registered urls (from first to last, treated as fallbacks).
|
|
15
|
-
*
|
|
16
|
-
* @returns base64 with subsetted glyphs based on the passed codepoint, last defined url otherwise
|
|
17
|
-
*/
|
|
18
|
-
getContent(codePoints: Array<number>): Promise<string>;
|
|
19
|
-
fetchFont(url: URL | DataURL): Promise<ArrayBuffer>;
|
|
20
|
-
private getUnicodeRangeRegex;
|
|
21
|
-
private static createUrls;
|
|
22
|
-
private static getFormat;
|
|
23
|
-
private static normalizeBaseUrl;
|
|
24
|
-
}
|
|
25
|
-
export {};
|
|
1
|
+
type DataURL = string;
|
|
2
|
+
export declare class ExcalidrawFontFace {
|
|
3
|
+
readonly urls: URL[] | DataURL[];
|
|
4
|
+
readonly fontFace: FontFace;
|
|
5
|
+
private static readonly ASSETS_FALLBACK_URL;
|
|
6
|
+
constructor(family: string, uri: string, descriptors?: FontFaceDescriptors);
|
|
7
|
+
/**
|
|
8
|
+
* Generates CSS `@font-face` definition with the (subsetted) font source as a data url for the characters within the unicode range.
|
|
9
|
+
*
|
|
10
|
+
* Retrieves `undefined` otherwise.
|
|
11
|
+
*/
|
|
12
|
+
toCSS(characters: string): Promise<string> | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* Tries to fetch woff2 content, based on the registered urls (from first to last, treated as fallbacks).
|
|
15
|
+
*
|
|
16
|
+
* @returns base64 with subsetted glyphs based on the passed codepoint, last defined url otherwise
|
|
17
|
+
*/
|
|
18
|
+
getContent(codePoints: Array<number>): Promise<string>;
|
|
19
|
+
fetchFont(url: URL | DataURL): Promise<ArrayBuffer>;
|
|
20
|
+
private getUnicodeRangeRegex;
|
|
21
|
+
private static createUrls;
|
|
22
|
+
private static getFormat;
|
|
23
|
+
private static normalizeBaseUrl;
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
-
export declare const ExcalifontFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
1
|
+
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
+
export declare const ExcalifontFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import type { JSX } from "react";
|
|
2
|
-
/**
|
|
3
|
-
* Encapsulates font metrics with additional font metadata.
|
|
4
|
-
* */
|
|
5
|
-
export interface FontMetadata {
|
|
6
|
-
/** for head & hhea metrics read the woff2 with https://fontdrop.info/ */
|
|
7
|
-
metrics: {
|
|
8
|
-
/** head.unitsPerEm metric */
|
|
9
|
-
unitsPerEm: 1000 | 1024 | 2048;
|
|
10
|
-
/** hhea.ascender metric */
|
|
11
|
-
ascender: number;
|
|
12
|
-
/** hhea.descender metric */
|
|
13
|
-
descender: number;
|
|
14
|
-
/** harcoded unitless line-height, https://github.com/excalidraw/excalidraw/pull/6360#issuecomment-1477635971 */
|
|
15
|
-
lineHeight: number;
|
|
16
|
-
};
|
|
17
|
-
/** element to be displayed as an icon */
|
|
18
|
-
icon?: JSX.Element;
|
|
19
|
-
/** flag to indicate a deprecated font */
|
|
20
|
-
deprecated?: true;
|
|
21
|
-
/** flag to indicate a server-side only font */
|
|
22
|
-
serverSide?: true;
|
|
23
|
-
/** flag to indiccate a local-only font */
|
|
24
|
-
local?: true;
|
|
25
|
-
/** flag to indicate a fallback font */
|
|
26
|
-
fallback?: true;
|
|
27
|
-
}
|
|
28
|
-
export declare const FONT_METADATA: Record<number, FontMetadata>;
|
|
29
|
-
/** Unicode ranges defined by google fonts */
|
|
30
|
-
export declare const GOOGLE_FONTS_RANGES: {
|
|
31
|
-
LATIN: string;
|
|
32
|
-
LATIN_EXT: string;
|
|
33
|
-
CYRILIC_EXT: string;
|
|
34
|
-
CYRILIC: string;
|
|
35
|
-
VIETNAMESE: string;
|
|
36
|
-
};
|
|
37
|
-
/** local protocol to skip the local font from registering or inlining */
|
|
38
|
-
export declare const LOCAL_FONT_PROTOCOL = "local:";
|
|
1
|
+
import type { JSX } from "react";
|
|
2
|
+
/**
|
|
3
|
+
* Encapsulates font metrics with additional font metadata.
|
|
4
|
+
* */
|
|
5
|
+
export interface FontMetadata {
|
|
6
|
+
/** for head & hhea metrics read the woff2 with https://fontdrop.info/ */
|
|
7
|
+
metrics: {
|
|
8
|
+
/** head.unitsPerEm metric */
|
|
9
|
+
unitsPerEm: 1000 | 1024 | 2048;
|
|
10
|
+
/** hhea.ascender metric */
|
|
11
|
+
ascender: number;
|
|
12
|
+
/** hhea.descender metric */
|
|
13
|
+
descender: number;
|
|
14
|
+
/** harcoded unitless line-height, https://github.com/excalidraw/excalidraw/pull/6360#issuecomment-1477635971 */
|
|
15
|
+
lineHeight: number;
|
|
16
|
+
};
|
|
17
|
+
/** element to be displayed as an icon */
|
|
18
|
+
icon?: JSX.Element;
|
|
19
|
+
/** flag to indicate a deprecated font */
|
|
20
|
+
deprecated?: true;
|
|
21
|
+
/** flag to indicate a server-side only font */
|
|
22
|
+
serverSide?: true;
|
|
23
|
+
/** flag to indiccate a local-only font */
|
|
24
|
+
local?: true;
|
|
25
|
+
/** flag to indicate a fallback font */
|
|
26
|
+
fallback?: true;
|
|
27
|
+
}
|
|
28
|
+
export declare const FONT_METADATA: Record<number, FontMetadata>;
|
|
29
|
+
/** Unicode ranges defined by google fonts */
|
|
30
|
+
export declare const GOOGLE_FONTS_RANGES: {
|
|
31
|
+
LATIN: string;
|
|
32
|
+
LATIN_EXT: string;
|
|
33
|
+
CYRILIC_EXT: string;
|
|
34
|
+
CYRILIC: string;
|
|
35
|
+
VIETNAMESE: string;
|
|
36
|
+
};
|
|
37
|
+
/** local protocol to skip the local font from registering or inlining */
|
|
38
|
+
export declare const LOCAL_FONT_PROTOCOL = "local:";
|
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
import { ExcalidrawFontFace } from "./ExcalidrawFontFace";
|
|
2
|
-
import { type FontMetadata } from "./FontMetadata";
|
|
3
|
-
import type { ExcalidrawElement, ExcalidrawTextElement, FontFamilyValues } from "../element/types";
|
|
4
|
-
import type Scene from "../scene/Scene";
|
|
5
|
-
export declare class Fonts {
|
|
6
|
-
static readonly loadedFontsCache: Set<string>;
|
|
7
|
-
private static _registered;
|
|
8
|
-
private static _initialized;
|
|
9
|
-
static get registered(): Map<number, {
|
|
10
|
-
metadata: FontMetadata;
|
|
11
|
-
fontFaces: ExcalidrawFontFace[];
|
|
12
|
-
}>;
|
|
13
|
-
get registered(): Map<number, {
|
|
14
|
-
metadata: FontMetadata;
|
|
15
|
-
fontFaces: ExcalidrawFontFace[];
|
|
16
|
-
}>;
|
|
17
|
-
private readonly scene;
|
|
18
|
-
constructor(scene: Scene);
|
|
19
|
-
/**
|
|
20
|
-
* Get all the font families for the given scene.
|
|
21
|
-
*/
|
|
22
|
-
getSceneFamilies: () => number[];
|
|
23
|
-
/**
|
|
24
|
-
* if we load a (new) font, it's likely that text elements using it have
|
|
25
|
-
* already been rendered using a fallback font. Thus, we want invalidate
|
|
26
|
-
* their shapes and rerender. See #637.
|
|
27
|
-
*
|
|
28
|
-
* Invalidates text elements and rerenders scene, provided that at least one
|
|
29
|
-
* of the supplied fontFaces has not already been processed.
|
|
30
|
-
*/
|
|
31
|
-
onLoaded: (fontFaces: readonly FontFace[]) => void;
|
|
32
|
-
/**
|
|
33
|
-
* Load font faces for a given scene and trigger scene update.
|
|
34
|
-
*/
|
|
35
|
-
loadSceneFonts: () => Promise<FontFace[]>;
|
|
36
|
-
/**
|
|
37
|
-
* Load font faces for passed elements - use when the scene is unavailable (i.e. export).
|
|
38
|
-
*/
|
|
39
|
-
static loadElementsFonts: (elements: readonly ExcalidrawElement[]) => Promise<FontFace[]>;
|
|
40
|
-
/**
|
|
41
|
-
* Generate CSS @font-face declarations for the given elements.
|
|
42
|
-
*/
|
|
43
|
-
static generateFontFaceDeclarations(elements: readonly ExcalidrawElement[]): Promise<string[]>;
|
|
44
|
-
private static loadFontFaces;
|
|
45
|
-
private static fontFacesLoader;
|
|
46
|
-
private static fontFacesStylesGenerator;
|
|
47
|
-
/**
|
|
48
|
-
* Register a new font.
|
|
49
|
-
*
|
|
50
|
-
* @param family font family
|
|
51
|
-
* @param metadata font metadata
|
|
52
|
-
* @param fontFacesDecriptors font faces descriptors
|
|
53
|
-
*/
|
|
54
|
-
private static register;
|
|
55
|
-
/**
|
|
56
|
-
* WARN: should be called just once on init, even across multiple instances.
|
|
57
|
-
*/
|
|
58
|
-
private static init;
|
|
59
|
-
/**
|
|
60
|
-
* Get all the unique font families for the given elements.
|
|
61
|
-
*/
|
|
62
|
-
private static getUniqueFamilies;
|
|
63
|
-
/**
|
|
64
|
-
* Get all the unique characters per font family for the given scene.
|
|
65
|
-
*/
|
|
66
|
-
private static getCharsPerFamily;
|
|
67
|
-
/**
|
|
68
|
-
* Get characters for a given family.
|
|
69
|
-
*/
|
|
70
|
-
private static getCharacters;
|
|
71
|
-
/**
|
|
72
|
-
* Get all registered font families.
|
|
73
|
-
*/
|
|
74
|
-
private static getAllFamilies;
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* Calculates vertical offset for a text with alphabetic baseline.
|
|
78
|
-
*/
|
|
79
|
-
export declare const getVerticalOffset: (fontFamily: ExcalidrawTextElement["fontFamily"], fontSize: ExcalidrawTextElement["fontSize"], lineHeightPx: number) => number;
|
|
80
|
-
/**
|
|
81
|
-
* Gets line height forr a selected family.
|
|
82
|
-
*/
|
|
83
|
-
export declare const getLineHeight: (fontFamily: FontFamilyValues) => number & {
|
|
84
|
-
_brand: "unitlessLineHeight";
|
|
85
|
-
};
|
|
86
|
-
export interface ExcalidrawFontFaceDescriptor {
|
|
87
|
-
uri: string;
|
|
88
|
-
descriptors?: FontFaceDescriptors;
|
|
89
|
-
}
|
|
1
|
+
import { ExcalidrawFontFace } from "./ExcalidrawFontFace";
|
|
2
|
+
import { type FontMetadata } from "./FontMetadata";
|
|
3
|
+
import type { ExcalidrawElement, ExcalidrawTextElement, FontFamilyValues } from "../element/types";
|
|
4
|
+
import type Scene from "../scene/Scene";
|
|
5
|
+
export declare class Fonts {
|
|
6
|
+
static readonly loadedFontsCache: Set<string>;
|
|
7
|
+
private static _registered;
|
|
8
|
+
private static _initialized;
|
|
9
|
+
static get registered(): Map<number, {
|
|
10
|
+
metadata: FontMetadata;
|
|
11
|
+
fontFaces: ExcalidrawFontFace[];
|
|
12
|
+
}>;
|
|
13
|
+
get registered(): Map<number, {
|
|
14
|
+
metadata: FontMetadata;
|
|
15
|
+
fontFaces: ExcalidrawFontFace[];
|
|
16
|
+
}>;
|
|
17
|
+
private readonly scene;
|
|
18
|
+
constructor(scene: Scene);
|
|
19
|
+
/**
|
|
20
|
+
* Get all the font families for the given scene.
|
|
21
|
+
*/
|
|
22
|
+
getSceneFamilies: () => number[];
|
|
23
|
+
/**
|
|
24
|
+
* if we load a (new) font, it's likely that text elements using it have
|
|
25
|
+
* already been rendered using a fallback font. Thus, we want invalidate
|
|
26
|
+
* their shapes and rerender. See #637.
|
|
27
|
+
*
|
|
28
|
+
* Invalidates text elements and rerenders scene, provided that at least one
|
|
29
|
+
* of the supplied fontFaces has not already been processed.
|
|
30
|
+
*/
|
|
31
|
+
onLoaded: (fontFaces: readonly FontFace[]) => void;
|
|
32
|
+
/**
|
|
33
|
+
* Load font faces for a given scene and trigger scene update.
|
|
34
|
+
*/
|
|
35
|
+
loadSceneFonts: () => Promise<FontFace[]>;
|
|
36
|
+
/**
|
|
37
|
+
* Load font faces for passed elements - use when the scene is unavailable (i.e. export).
|
|
38
|
+
*/
|
|
39
|
+
static loadElementsFonts: (elements: readonly ExcalidrawElement[]) => Promise<FontFace[]>;
|
|
40
|
+
/**
|
|
41
|
+
* Generate CSS @font-face declarations for the given elements.
|
|
42
|
+
*/
|
|
43
|
+
static generateFontFaceDeclarations(elements: readonly ExcalidrawElement[]): Promise<string[]>;
|
|
44
|
+
private static loadFontFaces;
|
|
45
|
+
private static fontFacesLoader;
|
|
46
|
+
private static fontFacesStylesGenerator;
|
|
47
|
+
/**
|
|
48
|
+
* Register a new font.
|
|
49
|
+
*
|
|
50
|
+
* @param family font family
|
|
51
|
+
* @param metadata font metadata
|
|
52
|
+
* @param fontFacesDecriptors font faces descriptors
|
|
53
|
+
*/
|
|
54
|
+
private static register;
|
|
55
|
+
/**
|
|
56
|
+
* WARN: should be called just once on init, even across multiple instances.
|
|
57
|
+
*/
|
|
58
|
+
private static init;
|
|
59
|
+
/**
|
|
60
|
+
* Get all the unique font families for the given elements.
|
|
61
|
+
*/
|
|
62
|
+
private static getUniqueFamilies;
|
|
63
|
+
/**
|
|
64
|
+
* Get all the unique characters per font family for the given scene.
|
|
65
|
+
*/
|
|
66
|
+
private static getCharsPerFamily;
|
|
67
|
+
/**
|
|
68
|
+
* Get characters for a given family.
|
|
69
|
+
*/
|
|
70
|
+
private static getCharacters;
|
|
71
|
+
/**
|
|
72
|
+
* Get all registered font families.
|
|
73
|
+
*/
|
|
74
|
+
private static getAllFamilies;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Calculates vertical offset for a text with alphabetic baseline.
|
|
78
|
+
*/
|
|
79
|
+
export declare const getVerticalOffset: (fontFamily: ExcalidrawTextElement["fontFamily"], fontSize: ExcalidrawTextElement["fontSize"], lineHeightPx: number) => number;
|
|
80
|
+
/**
|
|
81
|
+
* Gets line height forr a selected family.
|
|
82
|
+
*/
|
|
83
|
+
export declare const getLineHeight: (fontFamily: FontFamilyValues) => number & {
|
|
84
|
+
_brand: "unitlessLineHeight";
|
|
85
|
+
};
|
|
86
|
+
export interface ExcalidrawFontFaceDescriptor {
|
|
87
|
+
uri: string;
|
|
88
|
+
descriptors?: FontFaceDescriptors;
|
|
89
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
-
export declare const HelveticaFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
1
|
+
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
+
export declare const HelveticaFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
-
export declare const LiberationFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
1
|
+
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
+
export declare const LiberationFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
-
export declare const LilitaFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
1
|
+
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
+
export declare const LilitaFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
-
export declare const NunitoFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
1
|
+
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
+
export declare const NunitoFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
-
export declare const VirgilFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
1
|
+
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
+
export declare const VirgilFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
-
/**
|
|
3
|
-
* The original font was modified with the following changes:
|
|
4
|
-
* - removed non-CJK codepoints
|
|
5
|
-
* - reduced any Hangul side-bearings to 40%
|
|
6
|
-
* - centered in width of inproperly centered CJK codepoints
|
|
7
|
-
*/
|
|
8
|
-
export declare const XiaolaiFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
1
|
+
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
2
|
+
/**
|
|
3
|
+
* The original font was modified with the following changes:
|
|
4
|
+
* - removed non-CJK codepoints
|
|
5
|
+
* - reduced any Hangul side-bearings to 40%
|
|
6
|
+
* - centered in width of inproperly centered CJK codepoints
|
|
7
|
+
*/
|
|
8
|
+
export declare const XiaolaiFontFaces: ExcalidrawFontFaceDescriptor[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Fonts";
|
|
1
|
+
export * from "./Fonts";
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
import type { ExcalidrawElement, OrderedExcalidrawElement } from "./element/types";
|
|
2
|
-
/**
|
|
3
|
-
* Envisioned relation between array order and fractional indices:
|
|
4
|
-
*
|
|
5
|
-
* 1) Array (or array-like ordered data structure) should be used as a cache of elements order, hiding the internal fractional indices implementation.
|
|
6
|
-
* - it's undesirable to perform reorder for each related operation, therefore it's necessary to cache the order defined by fractional indices into an ordered data structure
|
|
7
|
-
* - it's easy enough to define the order of the elements from the outside (boundaries), without worrying about the underlying structure of fractional indices (especially for the host apps)
|
|
8
|
-
* - it's necessary to always keep the array support for backwards compatibility (restore) - old scenes, old libraries, supporting multiple excalidraw versions etc.
|
|
9
|
-
* - it's necessary to always keep the fractional indices in sync with the array order
|
|
10
|
-
* - elements with invalid indices should be detected and synced, without altering the already valid indices
|
|
11
|
-
*
|
|
12
|
-
* 2) Fractional indices should be used to reorder the elements, whenever the cached order is expected to be invalidated.
|
|
13
|
-
* - as the fractional indices are encoded as part of the elements, it opens up possibilities for incremental-like APIs
|
|
14
|
-
* - re-order based on fractional indices should be part of (multiplayer) operations such as reconciliation & undo/redo
|
|
15
|
-
* - technically all the z-index actions could perform also re-order based on fractional indices,but in current state it would not bring much benefits,
|
|
16
|
-
* as it's faster & more efficient to perform re-order based on array manipulation and later synchronisation of moved indices with the array order
|
|
17
|
-
*/
|
|
18
|
-
/**
|
|
19
|
-
* Ensure that all elements have valid fractional indices.
|
|
20
|
-
*
|
|
21
|
-
* @throws `InvalidFractionalIndexError` if invalid index is detected.
|
|
22
|
-
*/
|
|
23
|
-
export declare const validateFractionalIndices: (elements: readonly ExcalidrawElement[], { shouldThrow, includeBoundTextValidation, ignoreLogs, reconciliationContext, }: {
|
|
24
|
-
shouldThrow: boolean;
|
|
25
|
-
includeBoundTextValidation: boolean;
|
|
26
|
-
ignoreLogs?: true | undefined;
|
|
27
|
-
reconciliationContext?: {
|
|
28
|
-
localElements: ReadonlyArray<ExcalidrawElement>;
|
|
29
|
-
remoteElements: ReadonlyArray<ExcalidrawElement>;
|
|
30
|
-
} | undefined;
|
|
31
|
-
}) => void;
|
|
32
|
-
/**
|
|
33
|
-
* Order the elements based on the fractional indices.
|
|
34
|
-
* - when fractional indices are identical, break the tie based on the element id
|
|
35
|
-
* - when there is no fractional index in one of the elements, respect the order of the array
|
|
36
|
-
*/
|
|
37
|
-
export declare const orderByFractionalIndex: (elements: OrderedExcalidrawElement[]) => OrderedExcalidrawElement[];
|
|
38
|
-
/**
|
|
39
|
-
* Synchronizes invalid fractional indices of moved elements with the array order by mutating passed elements.
|
|
40
|
-
* If the synchronization fails or the result is invalid, it fallbacks to `syncInvalidIndices`.
|
|
41
|
-
*/
|
|
42
|
-
export declare const syncMovedIndices: (elements: readonly ExcalidrawElement[], movedElements: Map<string, ExcalidrawElement>) => OrderedExcalidrawElement[];
|
|
43
|
-
/**
|
|
44
|
-
* Synchronizes all invalid fractional indices with the array order by mutating passed elements.
|
|
45
|
-
*
|
|
46
|
-
* WARN: in edge cases it could modify the elements which were not moved, as it's impossible to guess the actually moved elements from the elements array itself.
|
|
47
|
-
*/
|
|
48
|
-
export declare const syncInvalidIndices: (elements: readonly ExcalidrawElement[]) => OrderedExcalidrawElement[];
|
|
1
|
+
import type { ExcalidrawElement, OrderedExcalidrawElement } from "./element/types";
|
|
2
|
+
/**
|
|
3
|
+
* Envisioned relation between array order and fractional indices:
|
|
4
|
+
*
|
|
5
|
+
* 1) Array (or array-like ordered data structure) should be used as a cache of elements order, hiding the internal fractional indices implementation.
|
|
6
|
+
* - it's undesirable to perform reorder for each related operation, therefore it's necessary to cache the order defined by fractional indices into an ordered data structure
|
|
7
|
+
* - it's easy enough to define the order of the elements from the outside (boundaries), without worrying about the underlying structure of fractional indices (especially for the host apps)
|
|
8
|
+
* - it's necessary to always keep the array support for backwards compatibility (restore) - old scenes, old libraries, supporting multiple excalidraw versions etc.
|
|
9
|
+
* - it's necessary to always keep the fractional indices in sync with the array order
|
|
10
|
+
* - elements with invalid indices should be detected and synced, without altering the already valid indices
|
|
11
|
+
*
|
|
12
|
+
* 2) Fractional indices should be used to reorder the elements, whenever the cached order is expected to be invalidated.
|
|
13
|
+
* - as the fractional indices are encoded as part of the elements, it opens up possibilities for incremental-like APIs
|
|
14
|
+
* - re-order based on fractional indices should be part of (multiplayer) operations such as reconciliation & undo/redo
|
|
15
|
+
* - technically all the z-index actions could perform also re-order based on fractional indices,but in current state it would not bring much benefits,
|
|
16
|
+
* as it's faster & more efficient to perform re-order based on array manipulation and later synchronisation of moved indices with the array order
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* Ensure that all elements have valid fractional indices.
|
|
20
|
+
*
|
|
21
|
+
* @throws `InvalidFractionalIndexError` if invalid index is detected.
|
|
22
|
+
*/
|
|
23
|
+
export declare const validateFractionalIndices: (elements: readonly ExcalidrawElement[], { shouldThrow, includeBoundTextValidation, ignoreLogs, reconciliationContext, }: {
|
|
24
|
+
shouldThrow: boolean;
|
|
25
|
+
includeBoundTextValidation: boolean;
|
|
26
|
+
ignoreLogs?: true | undefined;
|
|
27
|
+
reconciliationContext?: {
|
|
28
|
+
localElements: ReadonlyArray<ExcalidrawElement>;
|
|
29
|
+
remoteElements: ReadonlyArray<ExcalidrawElement>;
|
|
30
|
+
} | undefined;
|
|
31
|
+
}) => void;
|
|
32
|
+
/**
|
|
33
|
+
* Order the elements based on the fractional indices.
|
|
34
|
+
* - when fractional indices are identical, break the tie based on the element id
|
|
35
|
+
* - when there is no fractional index in one of the elements, respect the order of the array
|
|
36
|
+
*/
|
|
37
|
+
export declare const orderByFractionalIndex: (elements: OrderedExcalidrawElement[]) => OrderedExcalidrawElement[];
|
|
38
|
+
/**
|
|
39
|
+
* Synchronizes invalid fractional indices of moved elements with the array order by mutating passed elements.
|
|
40
|
+
* If the synchronization fails or the result is invalid, it fallbacks to `syncInvalidIndices`.
|
|
41
|
+
*/
|
|
42
|
+
export declare const syncMovedIndices: (elements: readonly ExcalidrawElement[], movedElements: Map<string, ExcalidrawElement>) => OrderedExcalidrawElement[];
|
|
43
|
+
/**
|
|
44
|
+
* Synchronizes all invalid fractional indices with the array order by mutating passed elements.
|
|
45
|
+
*
|
|
46
|
+
* WARN: in edge cases it could modify the elements which were not moved, as it's impossible to guess the actually moved elements from the elements array itself.
|
|
47
|
+
*/
|
|
48
|
+
export declare const syncInvalidIndices: (elements: readonly ExcalidrawElement[]) => OrderedExcalidrawElement[];
|