@dwelle/excalidraw 0.6.0-rc.1 → 0.6.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/dev/{chunk-EFVS2MI5.js → chunk-LCPOPWNR.js} +2 -2
- package/dist/dev/{chunk-EFVS2MI5.js.map → chunk-LCPOPWNR.js.map} +1 -1
- package/dist/dev/chunk-NGUTX5QY.js +25914 -0
- package/dist/dev/chunk-NGUTX5QY.js.map +7 -0
- package/dist/dev/data/image-2IPPJHZ4.js +13 -0
- package/dist/dev/index.css.map +1 -1
- package/dist/dev/index.js +33216 -35
- package/dist/dev/index.js.map +4 -4
- package/dist/dev/subset-shared.chunk.js +1 -1
- package/dist/dev/subset-worker.chunk.js +1 -1
- package/dist/prod/{chunk-P7457GAF.js → chunk-BE2LY6VO.js} +1 -1
- package/dist/prod/chunk-R7OERAXD.js +46 -0
- package/dist/prod/data/image-DXJVNPGL.js +1 -0
- package/dist/prod/index.js +108 -1
- package/dist/prod/subset-shared.chunk.js +1 -1
- package/dist/prod/subset-worker.chunk.js +1 -1
- package/dist/types/excalidraw/actions/actionAlign.d.ts +12 -12
- package/dist/types/excalidraw/actions/actionCanvas.d.ts +18 -18
- package/dist/types/excalidraw/actions/actionClipboard.d.ts +4 -4
- package/dist/types/excalidraw/actions/actionCropEditor.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionDeleteSelected.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionDistribute.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionDuplicateSelection.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionElementLink.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionElementLock.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionExport.d.ts +19 -19
- package/dist/types/excalidraw/actions/actionFinalize.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionFlip.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionFrame.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionGroup.d.ts +4 -4
- package/dist/types/excalidraw/actions/actionLinearEditor.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionLink.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionMenu.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionNavigate.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionProperties.d.ts +16 -16
- package/dist/types/excalidraw/actions/actionSelectAll.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionStyles.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionToggleGridMode.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionToggleSearchMenu.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionToggleStats.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionToggleViewMode.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionToggleZenMode.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionZindex.d.ts +10 -10
- package/dist/types/excalidraw/actions/manager.d.ts +1 -1
- package/dist/types/excalidraw/appState.d.ts +9 -9
- package/dist/types/excalidraw/clipboard.d.ts +4 -4
- package/dist/types/excalidraw/components/Actions.d.ts +6 -7
- package/dist/types/excalidraw/components/ActiveConfirmDialog.d.ts +1 -2
- package/dist/types/excalidraw/components/App.d.ts +1 -1
- package/dist/types/excalidraw/components/Avatar.d.ts +1 -1
- package/dist/types/excalidraw/components/BraveMeasureTextError.d.ts +1 -2
- package/dist/types/excalidraw/components/Button.d.ts +1 -1
- package/dist/types/excalidraw/components/ButtonIcon.d.ts +1 -1
- package/dist/types/excalidraw/components/ButtonIconCycle.d.ts +2 -2
- package/dist/types/excalidraw/components/ButtonIconSelect.d.ts +2 -2
- package/dist/types/excalidraw/components/ButtonSelect.d.ts +1 -2
- package/dist/types/excalidraw/components/ButtonSeparator.d.ts +1 -2
- package/dist/types/excalidraw/components/ColorPicker/ColorInput.d.ts +1 -2
- package/dist/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +1 -2
- package/dist/types/excalidraw/components/ColorPicker/CustomColorList.d.ts +1 -2
- package/dist/types/excalidraw/components/ColorPicker/HotkeyLabel.d.ts +1 -2
- package/dist/types/excalidraw/components/ColorPicker/Picker.d.ts +1 -1
- package/dist/types/excalidraw/components/ColorPicker/PickerColorList.d.ts +1 -2
- package/dist/types/excalidraw/components/ColorPicker/PickerHeading.d.ts +1 -1
- package/dist/types/excalidraw/components/ColorPicker/ShadeList.d.ts +1 -2
- package/dist/types/excalidraw/components/ColorPicker/TopPicks.d.ts +1 -2
- package/dist/types/excalidraw/components/CommandPalette/CommandPalette.d.ts +1 -2
- package/dist/types/excalidraw/components/ConfirmDialog.d.ts +1 -2
- package/dist/types/excalidraw/components/ContextMenu.d.ts +1 -1
- package/dist/types/excalidraw/components/DarkModeToggle.d.ts +1 -2
- package/dist/types/excalidraw/components/DefaultSidebar.d.ts +1 -1
- package/dist/types/excalidraw/components/Dialog.d.ts +1 -1
- package/dist/types/excalidraw/components/DialogActionButton.d.ts +1 -1
- package/dist/types/excalidraw/components/ElementLinkDialog.d.ts +1 -2
- package/dist/types/excalidraw/components/ErrorDialog.d.ts +1 -1
- package/dist/types/excalidraw/components/ExcalidrawLogo.d.ts +1 -1
- package/dist/types/excalidraw/components/FixedSideContainer.d.ts +1 -1
- package/dist/types/excalidraw/components/FollowMode/FollowMode.d.ts +1 -2
- package/dist/types/excalidraw/components/FontPicker/FontPicker.d.ts +2 -2
- package/dist/types/excalidraw/components/FontPicker/FontPickerList.d.ts +2 -1
- package/dist/types/excalidraw/components/FontPicker/FontPickerTrigger.d.ts +1 -2
- package/dist/types/excalidraw/components/FontPicker/keyboardNavHandlers.d.ts +1 -1
- package/dist/types/excalidraw/components/HandButton.d.ts +1 -2
- package/dist/types/excalidraw/components/HelpButton.d.ts +1 -2
- package/dist/types/excalidraw/components/HelpDialog.d.ts +1 -2
- package/dist/types/excalidraw/components/HintViewer.d.ts +1 -2
- package/dist/types/excalidraw/components/IconPicker.d.ts +2 -2
- package/dist/types/excalidraw/components/ImageExportDialog.d.ts +2 -3
- package/dist/types/excalidraw/components/InitializeApp.d.ts +1 -1
- package/dist/types/excalidraw/components/InlineIcon.d.ts +1 -2
- package/dist/types/excalidraw/components/JSONExportDialog.d.ts +1 -1
- package/dist/types/excalidraw/components/LaserPointerButton.d.ts +1 -2
- package/dist/types/excalidraw/components/LayerUI.d.ts +1 -1
- package/dist/types/excalidraw/components/LibraryMenu.d.ts +1 -1
- package/dist/types/excalidraw/components/LibraryMenuBrowseButton.d.ts +1 -2
- package/dist/types/excalidraw/components/LibraryMenuControlButtons.d.ts +1 -2
- package/dist/types/excalidraw/components/LibraryMenuHeaderContent.d.ts +1 -1
- package/dist/types/excalidraw/components/LibraryMenuItems.d.ts +1 -2
- package/dist/types/excalidraw/components/LibraryMenuSection.d.ts +2 -2
- package/dist/types/excalidraw/components/LibraryUnit.d.ts +2 -2
- package/dist/types/excalidraw/components/LockButton.d.ts +1 -2
- package/dist/types/excalidraw/components/MagicButton.d.ts +2 -2
- package/dist/types/excalidraw/components/MobileMenu.d.ts +2 -1
- package/dist/types/excalidraw/components/OverwriteConfirm/OverwriteConfirm.d.ts +4 -4
- package/dist/types/excalidraw/components/OverwriteConfirm/OverwriteConfirmActions.d.ts +6 -6
- package/dist/types/excalidraw/components/Paragraph.d.ts +1 -2
- package/dist/types/excalidraw/components/PasteChartDialog.d.ts +1 -1
- package/dist/types/excalidraw/components/PenModeButton.d.ts +1 -2
- package/dist/types/excalidraw/components/Popover.d.ts +1 -1
- package/dist/types/excalidraw/components/ProjectName.d.ts +1 -2
- package/dist/types/excalidraw/components/PublishLibrary.d.ts +1 -2
- package/dist/types/excalidraw/components/RadioGroup.d.ts +1 -1
- package/dist/types/excalidraw/components/Range.d.ts +1 -2
- package/dist/types/excalidraw/components/SVGLayer.d.ts +1 -2
- package/dist/types/excalidraw/components/ScrollableList.d.ts +1 -1
- package/dist/types/excalidraw/components/SearchMenu.d.ts +1 -2
- package/dist/types/excalidraw/components/ShareableLinkDialog.d.ts +1 -2
- package/dist/types/excalidraw/components/Sidebar/Sidebar.d.ts +6 -6
- package/dist/types/excalidraw/components/Sidebar/SidebarHeader.d.ts +1 -2
- package/dist/types/excalidraw/components/Sidebar/SidebarTab.d.ts +1 -1
- package/dist/types/excalidraw/components/Sidebar/SidebarTabTrigger.d.ts +1 -1
- package/dist/types/excalidraw/components/Sidebar/SidebarTabTriggers.d.ts +1 -1
- package/dist/types/excalidraw/components/Sidebar/SidebarTabs.d.ts +1 -1
- package/dist/types/excalidraw/components/Sidebar/SidebarTrigger.d.ts +1 -2
- package/dist/types/excalidraw/components/Sidebar/common.d.ts +1 -0
- package/dist/types/excalidraw/components/Spinner.d.ts +1 -2
- package/dist/types/excalidraw/components/Stack.d.ts +2 -3
- package/dist/types/excalidraw/components/Stats/Angle.d.ts +1 -2
- package/dist/types/excalidraw/components/Stats/CanvasGrid.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/Collapsible.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/Dimension.d.ts +1 -2
- package/dist/types/excalidraw/components/Stats/DragInput.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/FontSize.d.ts +1 -2
- package/dist/types/excalidraw/components/Stats/MultiAngle.d.ts +1 -2
- package/dist/types/excalidraw/components/Stats/MultiDimension.d.ts +1 -2
- package/dist/types/excalidraw/components/Stats/MultiFontSize.d.ts +1 -2
- package/dist/types/excalidraw/components/Stats/MultiPosition.d.ts +1 -2
- package/dist/types/excalidraw/components/Stats/Position.d.ts +1 -2
- package/dist/types/excalidraw/components/Stats/index.d.ts +4 -4
- package/dist/types/excalidraw/components/Switch.d.ts +1 -2
- package/dist/types/excalidraw/components/TTDDialog/MermaidToExcalidraw.d.ts +1 -2
- package/dist/types/excalidraw/components/TTDDialog/TTDDialog.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogInput.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogOutput.d.ts +2 -2
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogPanel.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogPanels.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogSubmitShortcut.d.ts +1 -2
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogTab.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogTabTrigger.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogTabTriggers.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogTabs.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/TTDDialogTrigger.d.ts +2 -1
- package/dist/types/excalidraw/components/TTDDialog/common.d.ts +1 -1
- package/dist/types/excalidraw/components/Toast.d.ts +1 -1
- package/dist/types/excalidraw/components/Tooltip.d.ts +1 -1
- package/dist/types/excalidraw/components/UserList.d.ts +1 -1
- package/dist/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +2 -2
- package/dist/types/excalidraw/components/canvases/NewElementCanvas.d.ts +1 -2
- package/dist/types/excalidraw/components/canvases/StaticCanvas.d.ts +1 -1
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenu.d.ts +11 -11
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuContent.d.ts +1 -1
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuGroup.d.ts +1 -1
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItem.d.ts +4 -3
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemContent.d.ts +2 -2
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemContentRadio.d.ts +1 -1
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemCustom.d.ts +1 -1
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemLink.d.ts +2 -1
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuSeparator.d.ts +1 -2
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuTrigger.d.ts +1 -1
- package/dist/types/excalidraw/components/dropdownMenu/dropdownMenuUtils.d.ts +2 -2
- package/dist/types/excalidraw/components/footer/Footer.d.ts +1 -2
- package/dist/types/excalidraw/components/footer/FooterCenter.d.ts +1 -2
- package/dist/types/excalidraw/components/hyperlink/Hyperlink.d.ts +1 -2
- package/dist/types/excalidraw/components/icons.d.ts +178 -178
- package/dist/types/excalidraw/components/live-collaboration/LiveCollaborationTrigger.d.ts +1 -1
- package/dist/types/excalidraw/components/main-menu/DefaultItems.d.ts +12 -13
- package/dist/types/excalidraw/components/main-menu/MainMenu.d.ts +9 -9
- package/dist/types/excalidraw/components/welcome-screen/WelcomeScreen.Center.d.ts +10 -10
- package/dist/types/excalidraw/components/welcome-screen/WelcomeScreen.Hints.d.ts +3 -4
- package/dist/types/excalidraw/components/welcome-screen/WelcomeScreen.d.ts +15 -15
- package/dist/types/excalidraw/constants.d.ts +1 -0
- package/dist/types/excalidraw/data/blob.d.ts +1 -1
- package/dist/types/excalidraw/element/ElementCanvasButtons.d.ts +1 -2
- package/dist/types/excalidraw/element/binding.d.ts +1 -2
- package/dist/types/excalidraw/element/collision.d.ts +10 -1
- package/dist/types/excalidraw/element/distance.d.ts +3 -0
- package/dist/types/excalidraw/element/newElement.d.ts +1 -1
- package/dist/types/excalidraw/element/transformHandles.d.ts +2 -2
- package/dist/types/excalidraw/element/types.d.ts +1 -1
- package/dist/types/excalidraw/element/utils.d.ts +21 -0
- package/dist/types/excalidraw/fonts/FontMetadata.d.ts +1 -1
- package/dist/types/excalidraw/hooks/useOutsideClick.d.ts +1 -1
- package/dist/types/excalidraw/hooks/useScrollPosition.d.ts +1 -1
- package/dist/types/excalidraw/index.d.ts +1 -3
- package/dist/types/excalidraw/shapes.d.ts +11 -12
- package/dist/types/excalidraw/types.d.ts +1 -0
- package/dist/types/excalidraw/utils.d.ts +3 -3
- package/dist/types/excalidraw/visualdebug.d.ts +7 -8
- package/dist/types/excalidraw/zindex.d.ts +2 -2
- package/dist/types/math/curve.d.ts +22 -14
- package/dist/types/math/ellipse.d.ts +44 -0
- package/dist/types/math/index.d.ts +1 -1
- package/dist/types/math/line.d.ts +2 -30
- package/dist/types/math/point.d.ts +1 -29
- package/dist/types/math/rectangle.d.ts +3 -0
- package/dist/types/math/segment.d.ts +8 -1
- package/dist/types/math/types.d.ts +15 -6
- package/dist/types/math/vector.d.ts +0 -4
- package/dist/types/utils/export.d.ts +1 -1
- package/package.json +5 -5
- package/dist/dev/chunk-637CAVTS.js +0 -57639
- package/dist/dev/chunk-637CAVTS.js.map +0 -7
- package/dist/dev/data/image-N6Y7BWW6.css +0 -6753
- package/dist/dev/data/image-N6Y7BWW6.css.map +0 -7
- package/dist/dev/data/image-QMQX6YR5.js +0 -15
- package/dist/prod/chunk-PEDHHNBJ.js +0 -153
- package/dist/prod/data/image-IP6M4LZC.js +0 -1
- package/dist/prod/data/image-KGQIL6Y4.css +0 -1
- package/dist/types/math/arc.d.ts +0 -6
- package/dist/types/math/ga/ga.d.ts +0 -63
- package/dist/types/math/ga/gadirections.d.ts +0 -8
- package/dist/types/math/ga/galines.d.ts +0 -22
- package/dist/types/math/ga/gapoints.d.ts +0 -7
- package/dist/types/math/ga/gatransforms.d.ts +0 -10
- /package/dist/dev/data/{image-QMQX6YR5.js.map → image-2IPPJHZ4.js.map} +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { JSX } from "react";
|
|
1
2
|
import React from "react";
|
|
2
3
|
import type { ValueOf } from "../../utility-types";
|
|
3
4
|
declare const DropdownMenuItem: {
|
|
@@ -12,7 +13,7 @@ declare const DropdownMenuItem: {
|
|
|
12
13
|
selected?: boolean | undefined;
|
|
13
14
|
textStyle?: React.CSSProperties | undefined;
|
|
14
15
|
className?: string | undefined;
|
|
15
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onSelect">): JSX.Element;
|
|
16
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onSelect">): import("react/jsx-runtime").JSX.Element;
|
|
16
17
|
displayName: string;
|
|
17
18
|
Badge: {
|
|
18
19
|
({ type, children, }: {
|
|
@@ -22,7 +23,7 @@ declare const DropdownMenuItem: {
|
|
|
22
23
|
readonly BLUE: "blue";
|
|
23
24
|
}> | undefined;
|
|
24
25
|
children: React.ReactNode;
|
|
25
|
-
}): JSX.Element;
|
|
26
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
26
27
|
displayName: string;
|
|
27
28
|
};
|
|
28
29
|
};
|
|
@@ -39,7 +40,7 @@ export declare const DropDownMenuItemBadge: {
|
|
|
39
40
|
readonly BLUE: "blue";
|
|
40
41
|
}> | undefined;
|
|
41
42
|
children: React.ReactNode;
|
|
42
|
-
}): JSX.Element;
|
|
43
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
43
44
|
displayName: string;
|
|
44
45
|
};
|
|
45
46
|
export default DropdownMenuItem;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import type { JSX } from "react";
|
|
2
2
|
declare const MenuItemContent: ({ textStyle, icon, shortcut, children, }: {
|
|
3
3
|
icon?: JSX.Element | undefined;
|
|
4
4
|
shortcut?: string | undefined;
|
|
5
5
|
textStyle?: import("react").CSSProperties | undefined;
|
|
6
6
|
children: React.ReactNode;
|
|
7
|
-
}) => JSX.Element;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export default MenuItemContent;
|
|
@@ -12,7 +12,7 @@ type Props<T> = {
|
|
|
12
12
|
name: string;
|
|
13
13
|
};
|
|
14
14
|
declare const DropdownMenuItemContentRadio: {
|
|
15
|
-
<T>({ value, shortcut, onChange, choices, children, name, }: Props<T>): JSX.Element;
|
|
15
|
+
<T>({ value, shortcut, onChange, choices, children, name, }: Props<T>): import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
displayName: string;
|
|
17
17
|
};
|
|
18
18
|
export default DropdownMenuItemContentRadio;
|
|
@@ -3,5 +3,5 @@ declare const DropdownMenuItemCustom: ({ children, className, selected, ...rest
|
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
className?: string | undefined;
|
|
5
5
|
selected?: boolean | undefined;
|
|
6
|
-
} & React.HTMLAttributes<HTMLDivElement>) => JSX.Element;
|
|
6
|
+
} & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export default DropdownMenuItemCustom;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { JSX } from "react";
|
|
1
2
|
import React from "react";
|
|
2
3
|
declare const DropdownMenuItemLink: {
|
|
3
4
|
({ icon, shortcut, href, children, onSelect, className, selected, rel, ...rest }: {
|
|
@@ -9,7 +10,7 @@ declare const DropdownMenuItemLink: {
|
|
|
9
10
|
selected?: boolean | undefined;
|
|
10
11
|
onSelect?: ((event: Event) => void) | undefined;
|
|
11
12
|
rel?: string | undefined;
|
|
12
|
-
} & React.AnchorHTMLAttributes<HTMLAnchorElement>): JSX.Element;
|
|
13
|
+
} & React.AnchorHTMLAttributes<HTMLAnchorElement>): import("react/jsx-runtime").JSX.Element;
|
|
13
14
|
displayName: string;
|
|
14
15
|
};
|
|
15
16
|
export default DropdownMenuItemLink;
|
|
@@ -5,7 +5,7 @@ declare const MenuTrigger: {
|
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
onToggle: () => void;
|
|
7
7
|
title?: string | undefined;
|
|
8
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onSelect">): JSX.Element;
|
|
8
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onSelect">): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
displayName: string;
|
|
10
10
|
};
|
|
11
11
|
export default MenuTrigger;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export declare const getMenuTriggerComponent: (children: React.ReactNode) => string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | React.
|
|
3
|
-
export declare const getMenuContentComponent: (children: React.ReactNode) => string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | React.
|
|
2
|
+
export declare const getMenuTriggerComponent: (children: React.ReactNode) => string | number | bigint | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | null;
|
|
3
|
+
export declare const getMenuContentComponent: (children: React.ReactNode) => string | number | bigint | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | null;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { ActionManager } from "../../actions/manager";
|
|
3
2
|
import type { UIAppState } from "../../types";
|
|
4
3
|
declare const Footer: {
|
|
@@ -7,7 +6,7 @@ declare const Footer: {
|
|
|
7
6
|
actionManager: ActionManager;
|
|
8
7
|
showExitZenModeBtn: boolean;
|
|
9
8
|
renderWelcomeScreen: boolean;
|
|
10
|
-
}): JSX.Element;
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
displayName: string;
|
|
12
11
|
};
|
|
13
12
|
export default Footer;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import "./FooterCenter.scss";
|
|
3
2
|
declare const FooterCenter: {
|
|
4
3
|
({ children }: {
|
|
5
4
|
children?: React.ReactNode;
|
|
6
|
-
}): JSX.Element;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
displayName: string;
|
|
8
7
|
};
|
|
9
8
|
export default FooterCenter;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { AppState, ExcalidrawProps, UIAppState } from "../../types";
|
|
3
2
|
import type { ElementsMap, ExcalidrawEmbeddableElement, NonDeletedExcalidrawElement } from "../../element/types";
|
|
4
3
|
import "./Hyperlink.scss";
|
|
@@ -13,7 +12,7 @@ export declare const Hyperlink: ({ element, elementsMap, setAppState, onLinkOpen
|
|
|
13
12
|
duration?: number;
|
|
14
13
|
} | null) => void;
|
|
15
14
|
updateEmbedValidationStatus: (element: ExcalidrawEmbeddableElement, status: boolean) => void;
|
|
16
|
-
}) => JSX.Element | null;
|
|
15
|
+
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
17
16
|
export declare const getContextMenuLabel: (elements: readonly NonDeletedExcalidrawElement[], appState: UIAppState) => "labels.link.editEmbed" | "labels.link.edit" | "labels.link.create";
|
|
18
17
|
export declare const showHyperlinkTooltip: (element: NonDeletedExcalidrawElement, appState: AppState, elementsMap: ElementsMap) => void;
|
|
19
18
|
export declare const hideHyperlinkToolip: () => void;
|
|
@@ -6,216 +6,216 @@ type Opts = {
|
|
|
6
6
|
height?: number;
|
|
7
7
|
mirror?: true;
|
|
8
8
|
} & React.SVGProps<SVGSVGElement>;
|
|
9
|
-
export declare const createIcon: (d: string | React.ReactNode, opts?: number | Opts) => JSX.Element;
|
|
10
|
-
export declare const HomeIcon: JSX.Element;
|
|
11
|
-
export declare const LibraryIcon: JSX.Element;
|
|
12
|
-
export declare const PlusIcon: JSX.Element;
|
|
13
|
-
export declare const DotsIcon: JSX.Element;
|
|
14
|
-
export declare const PinIcon: JSX.Element;
|
|
15
|
-
export declare const UnlockedIcon: JSX.Element;
|
|
16
|
-
export declare const LockedIcon: JSX.Element;
|
|
17
|
-
export declare const WelcomeScreenMenuArrow: JSX.Element;
|
|
18
|
-
export declare const WelcomeScreenHelpArrow: JSX.Element;
|
|
19
|
-
export declare const WelcomeScreenTopToolbarArrow: JSX.Element;
|
|
20
|
-
export declare const ExcalLogo: JSX.Element;
|
|
21
|
-
export declare const SelectionIcon: JSX.Element;
|
|
22
|
-
export declare const RectangleIcon: JSX.Element;
|
|
23
|
-
export declare const DiamondIcon: JSX.Element;
|
|
24
|
-
export declare const EllipseIcon: JSX.Element;
|
|
25
|
-
export declare const ArrowIcon: JSX.Element;
|
|
26
|
-
export declare const LineIcon: JSX.Element;
|
|
27
|
-
export declare const PenModeIcon: JSX.Element;
|
|
28
|
-
export declare const FreedrawIcon: JSX.Element;
|
|
29
|
-
export declare const TextIcon: JSX.Element;
|
|
30
|
-
export declare const ImageIcon: JSX.Element;
|
|
31
|
-
export declare const EraserIcon: JSX.Element;
|
|
32
|
-
export declare const ZoomInIcon: JSX.Element;
|
|
33
|
-
export declare const ZoomOutIcon: JSX.Element;
|
|
34
|
-
export declare const ZoomResetIcon: JSX.Element;
|
|
35
|
-
export declare const TrashIcon: JSX.Element;
|
|
36
|
-
export declare const EmbedIcon: JSX.Element;
|
|
37
|
-
export declare const DuplicateIcon: JSX.Element;
|
|
38
|
-
export declare const MoonIcon: JSX.Element;
|
|
39
|
-
export declare const SunIcon: JSX.Element;
|
|
40
|
-
export declare const HamburgerMenuIcon: JSX.Element;
|
|
41
|
-
export declare const ExportIcon: JSX.Element;
|
|
42
|
-
export declare const HelpIcon: JSX.Element;
|
|
43
|
-
export declare const HelpIconThin: JSX.Element;
|
|
44
|
-
export declare const ExternalLinkIcon: JSX.Element;
|
|
45
|
-
export declare const GithubIcon: JSX.Element;
|
|
46
|
-
export declare const DiscordIcon: JSX.Element;
|
|
47
|
-
export declare const XBrandIcon: JSX.Element;
|
|
48
|
-
export declare const checkIcon: JSX.Element;
|
|
49
|
-
export declare const LinkIcon: JSX.Element;
|
|
50
|
-
export declare const save: JSX.Element;
|
|
51
|
-
export declare const saveAs: JSX.Element;
|
|
52
|
-
export declare const LoadIcon: JSX.Element;
|
|
53
|
-
export declare const clipboard: JSX.Element;
|
|
54
|
-
export declare const palette: JSX.Element;
|
|
55
|
-
export declare const bucketFillIcon: JSX.Element;
|
|
56
|
-
export declare const ExportImageIcon: JSX.Element;
|
|
57
|
-
export declare const exportToFileIcon: JSX.Element;
|
|
58
|
-
export declare const zoomIn: JSX.Element;
|
|
59
|
-
export declare const zoomOut: JSX.Element;
|
|
60
|
-
export declare const done: JSX.Element;
|
|
61
|
-
export declare const menu: JSX.Element;
|
|
62
|
-
export declare const UndoIcon: JSX.Element;
|
|
63
|
-
export declare const RedoIcon: JSX.Element;
|
|
64
|
-
export declare const questionCircle: JSX.Element;
|
|
65
|
-
export declare const share: JSX.Element;
|
|
66
|
-
export declare const warning: JSX.Element;
|
|
67
|
-
export declare const shareIOS: JSX.Element;
|
|
68
|
-
export declare const exportToPlus: JSX.Element;
|
|
69
|
-
export declare const shareWindows: JSX.Element;
|
|
70
|
-
export declare const resetZoom: JSX.Element;
|
|
71
|
-
export declare const BringForwardIcon: JSX.Element;
|
|
72
|
-
export declare const SendBackwardIcon: JSX.Element;
|
|
73
|
-
export declare const BringToFrontIcon: JSX.Element;
|
|
74
|
-
export declare const SendToBackIcon: JSX.Element;
|
|
75
|
-
export declare const AlignTopIcon: JSX.Element;
|
|
76
|
-
export declare const AlignBottomIcon: JSX.Element;
|
|
77
|
-
export declare const AlignLeftIcon: JSX.Element;
|
|
78
|
-
export declare const AlignRightIcon: JSX.Element;
|
|
79
|
-
export declare const DistributeHorizontallyIcon: JSX.Element;
|
|
80
|
-
export declare const DistributeVerticallyIcon: JSX.Element;
|
|
81
|
-
export declare const CenterVerticallyIcon: JSX.Element;
|
|
82
|
-
export declare const CenterHorizontallyIcon: JSX.Element;
|
|
83
|
-
export declare const usersIcon: JSX.Element;
|
|
84
|
-
export declare const start: JSX.Element;
|
|
85
|
-
export declare const stop: JSX.Element;
|
|
86
|
-
export declare const CloseIcon: JSX.Element;
|
|
87
|
-
export declare const clone: JSX.Element;
|
|
88
|
-
export declare const shield: JSX.Element;
|
|
89
|
-
export declare const file: JSX.Element;
|
|
9
|
+
export declare const createIcon: (d: string | React.ReactNode, opts?: number | Opts) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const HomeIcon: import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const LibraryIcon: import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const PlusIcon: import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const DotsIcon: import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const PinIcon: import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const UnlockedIcon: import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const LockedIcon: import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const WelcomeScreenMenuArrow: import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export declare const WelcomeScreenHelpArrow: import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export declare const WelcomeScreenTopToolbarArrow: import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export declare const ExcalLogo: import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare const SelectionIcon: import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export declare const RectangleIcon: import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export declare const DiamondIcon: import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export declare const EllipseIcon: import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export declare const ArrowIcon: import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export declare const LineIcon: import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
export declare const PenModeIcon: import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export declare const FreedrawIcon: import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
export declare const TextIcon: import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
export declare const ImageIcon: import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export declare const EraserIcon: import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
export declare const ZoomInIcon: import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
export declare const ZoomOutIcon: import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
export declare const ZoomResetIcon: import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
export declare const TrashIcon: import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
export declare const EmbedIcon: import("react/jsx-runtime").JSX.Element;
|
|
37
|
+
export declare const DuplicateIcon: import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
export declare const MoonIcon: import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
export declare const SunIcon: import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
export declare const HamburgerMenuIcon: import("react/jsx-runtime").JSX.Element;
|
|
41
|
+
export declare const ExportIcon: import("react/jsx-runtime").JSX.Element;
|
|
42
|
+
export declare const HelpIcon: import("react/jsx-runtime").JSX.Element;
|
|
43
|
+
export declare const HelpIconThin: import("react/jsx-runtime").JSX.Element;
|
|
44
|
+
export declare const ExternalLinkIcon: import("react/jsx-runtime").JSX.Element;
|
|
45
|
+
export declare const GithubIcon: import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
export declare const DiscordIcon: import("react/jsx-runtime").JSX.Element;
|
|
47
|
+
export declare const XBrandIcon: import("react/jsx-runtime").JSX.Element;
|
|
48
|
+
export declare const checkIcon: import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
export declare const LinkIcon: import("react/jsx-runtime").JSX.Element;
|
|
50
|
+
export declare const save: import("react/jsx-runtime").JSX.Element;
|
|
51
|
+
export declare const saveAs: import("react/jsx-runtime").JSX.Element;
|
|
52
|
+
export declare const LoadIcon: import("react/jsx-runtime").JSX.Element;
|
|
53
|
+
export declare const clipboard: import("react/jsx-runtime").JSX.Element;
|
|
54
|
+
export declare const palette: import("react/jsx-runtime").JSX.Element;
|
|
55
|
+
export declare const bucketFillIcon: import("react/jsx-runtime").JSX.Element;
|
|
56
|
+
export declare const ExportImageIcon: import("react/jsx-runtime").JSX.Element;
|
|
57
|
+
export declare const exportToFileIcon: import("react/jsx-runtime").JSX.Element;
|
|
58
|
+
export declare const zoomIn: import("react/jsx-runtime").JSX.Element;
|
|
59
|
+
export declare const zoomOut: import("react/jsx-runtime").JSX.Element;
|
|
60
|
+
export declare const done: import("react/jsx-runtime").JSX.Element;
|
|
61
|
+
export declare const menu: import("react/jsx-runtime").JSX.Element;
|
|
62
|
+
export declare const UndoIcon: import("react/jsx-runtime").JSX.Element;
|
|
63
|
+
export declare const RedoIcon: import("react/jsx-runtime").JSX.Element;
|
|
64
|
+
export declare const questionCircle: import("react/jsx-runtime").JSX.Element;
|
|
65
|
+
export declare const share: import("react/jsx-runtime").JSX.Element;
|
|
66
|
+
export declare const warning: import("react/jsx-runtime").JSX.Element;
|
|
67
|
+
export declare const shareIOS: import("react/jsx-runtime").JSX.Element;
|
|
68
|
+
export declare const exportToPlus: import("react/jsx-runtime").JSX.Element;
|
|
69
|
+
export declare const shareWindows: import("react/jsx-runtime").JSX.Element;
|
|
70
|
+
export declare const resetZoom: import("react/jsx-runtime").JSX.Element;
|
|
71
|
+
export declare const BringForwardIcon: import("react/jsx-runtime").JSX.Element;
|
|
72
|
+
export declare const SendBackwardIcon: import("react/jsx-runtime").JSX.Element;
|
|
73
|
+
export declare const BringToFrontIcon: import("react/jsx-runtime").JSX.Element;
|
|
74
|
+
export declare const SendToBackIcon: import("react/jsx-runtime").JSX.Element;
|
|
75
|
+
export declare const AlignTopIcon: import("react/jsx-runtime").JSX.Element;
|
|
76
|
+
export declare const AlignBottomIcon: import("react/jsx-runtime").JSX.Element;
|
|
77
|
+
export declare const AlignLeftIcon: import("react/jsx-runtime").JSX.Element;
|
|
78
|
+
export declare const AlignRightIcon: import("react/jsx-runtime").JSX.Element;
|
|
79
|
+
export declare const DistributeHorizontallyIcon: import("react/jsx-runtime").JSX.Element;
|
|
80
|
+
export declare const DistributeVerticallyIcon: import("react/jsx-runtime").JSX.Element;
|
|
81
|
+
export declare const CenterVerticallyIcon: import("react/jsx-runtime").JSX.Element;
|
|
82
|
+
export declare const CenterHorizontallyIcon: import("react/jsx-runtime").JSX.Element;
|
|
83
|
+
export declare const usersIcon: import("react/jsx-runtime").JSX.Element;
|
|
84
|
+
export declare const start: import("react/jsx-runtime").JSX.Element;
|
|
85
|
+
export declare const stop: import("react/jsx-runtime").JSX.Element;
|
|
86
|
+
export declare const CloseIcon: import("react/jsx-runtime").JSX.Element;
|
|
87
|
+
export declare const clone: import("react/jsx-runtime").JSX.Element;
|
|
88
|
+
export declare const shield: import("react/jsx-runtime").JSX.Element;
|
|
89
|
+
export declare const file: import("react/jsx-runtime").JSX.Element;
|
|
90
90
|
export declare const GroupIcon: React.MemoExoticComponent<({ theme }: {
|
|
91
91
|
theme: Theme;
|
|
92
|
-
}) => JSX.Element>;
|
|
92
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
93
93
|
export declare const UngroupIcon: React.MemoExoticComponent<({ theme }: {
|
|
94
94
|
theme: Theme;
|
|
95
|
-
}) => JSX.Element>;
|
|
96
|
-
export declare const FillZigZagIcon: JSX.Element;
|
|
97
|
-
export declare const FillHachureIcon: JSX.Element;
|
|
98
|
-
export declare const FillCrossHatchIcon: JSX.Element;
|
|
99
|
-
export declare const FillSolidIcon: JSX.Element;
|
|
100
|
-
export declare const StrokeWidthBaseIcon: JSX.Element;
|
|
101
|
-
export declare const StrokeWidthBoldIcon: JSX.Element;
|
|
102
|
-
export declare const StrokeWidthExtraBoldIcon: JSX.Element;
|
|
95
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
96
|
+
export declare const FillZigZagIcon: import("react/jsx-runtime").JSX.Element;
|
|
97
|
+
export declare const FillHachureIcon: import("react/jsx-runtime").JSX.Element;
|
|
98
|
+
export declare const FillCrossHatchIcon: import("react/jsx-runtime").JSX.Element;
|
|
99
|
+
export declare const FillSolidIcon: import("react/jsx-runtime").JSX.Element;
|
|
100
|
+
export declare const StrokeWidthBaseIcon: import("react/jsx-runtime").JSX.Element;
|
|
101
|
+
export declare const StrokeWidthBoldIcon: import("react/jsx-runtime").JSX.Element;
|
|
102
|
+
export declare const StrokeWidthExtraBoldIcon: import("react/jsx-runtime").JSX.Element;
|
|
103
103
|
export declare const StrokeStyleSolidIcon: React.MemoExoticComponent<({ theme }: {
|
|
104
104
|
theme: Theme;
|
|
105
|
-
}) => JSX.Element>;
|
|
106
|
-
export declare const StrokeStyleDashedIcon: JSX.Element;
|
|
107
|
-
export declare const StrokeStyleDottedIcon: JSX.Element;
|
|
108
|
-
export declare const SloppinessArchitectIcon: JSX.Element;
|
|
109
|
-
export declare const SloppinessArtistIcon: JSX.Element;
|
|
110
|
-
export declare const SloppinessCartoonistIcon: JSX.Element;
|
|
111
|
-
export declare const EdgeSharpIcon: JSX.Element;
|
|
112
|
-
export declare const EdgeRoundIcon: JSX.Element;
|
|
113
|
-
export declare const ArrowheadNoneIcon: JSX.Element;
|
|
105
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
106
|
+
export declare const StrokeStyleDashedIcon: import("react/jsx-runtime").JSX.Element;
|
|
107
|
+
export declare const StrokeStyleDottedIcon: import("react/jsx-runtime").JSX.Element;
|
|
108
|
+
export declare const SloppinessArchitectIcon: import("react/jsx-runtime").JSX.Element;
|
|
109
|
+
export declare const SloppinessArtistIcon: import("react/jsx-runtime").JSX.Element;
|
|
110
|
+
export declare const SloppinessCartoonistIcon: import("react/jsx-runtime").JSX.Element;
|
|
111
|
+
export declare const EdgeSharpIcon: import("react/jsx-runtime").JSX.Element;
|
|
112
|
+
export declare const EdgeRoundIcon: import("react/jsx-runtime").JSX.Element;
|
|
113
|
+
export declare const ArrowheadNoneIcon: import("react/jsx-runtime").JSX.Element;
|
|
114
114
|
export declare const ArrowheadArrowIcon: React.MemoExoticComponent<({ flip }: {
|
|
115
115
|
flip?: boolean | undefined;
|
|
116
|
-
}) => JSX.Element>;
|
|
116
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
117
117
|
export declare const ArrowheadCircleIcon: React.MemoExoticComponent<({ flip }: {
|
|
118
118
|
flip?: boolean | undefined;
|
|
119
|
-
}) => JSX.Element>;
|
|
119
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
120
120
|
export declare const ArrowheadCircleOutlineIcon: React.MemoExoticComponent<({ flip }: {
|
|
121
121
|
flip?: boolean | undefined;
|
|
122
|
-
}) => JSX.Element>;
|
|
122
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
123
123
|
export declare const ArrowheadBarIcon: React.MemoExoticComponent<({ flip }: {
|
|
124
124
|
flip?: boolean | undefined;
|
|
125
|
-
}) => JSX.Element>;
|
|
125
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
126
126
|
export declare const ArrowheadTriangleIcon: React.MemoExoticComponent<({ flip }: {
|
|
127
127
|
flip?: boolean | undefined;
|
|
128
|
-
}) => JSX.Element>;
|
|
128
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
129
129
|
export declare const ArrowheadTriangleOutlineIcon: React.MemoExoticComponent<({ flip }: {
|
|
130
130
|
flip?: boolean | undefined;
|
|
131
|
-
}) => JSX.Element>;
|
|
131
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
132
132
|
export declare const ArrowheadDiamondIcon: React.MemoExoticComponent<({ flip }: {
|
|
133
133
|
flip?: boolean | undefined;
|
|
134
|
-
}) => JSX.Element>;
|
|
134
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
135
135
|
export declare const ArrowheadDiamondOutlineIcon: React.MemoExoticComponent<({ flip }: {
|
|
136
136
|
flip?: boolean | undefined;
|
|
137
|
-
}) => JSX.Element>;
|
|
137
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
138
138
|
export declare const ArrowheadCrowfootIcon: React.MemoExoticComponent<({ flip }: {
|
|
139
139
|
flip?: boolean | undefined;
|
|
140
|
-
}) => JSX.Element>;
|
|
140
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
141
141
|
export declare const ArrowheadCrowfootOneIcon: React.MemoExoticComponent<({ flip }: {
|
|
142
142
|
flip?: boolean | undefined;
|
|
143
|
-
}) => JSX.Element>;
|
|
143
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
144
144
|
export declare const ArrowheadCrowfootOneOrManyIcon: React.MemoExoticComponent<({ flip }: {
|
|
145
145
|
flip?: boolean | undefined;
|
|
146
|
-
}) => JSX.Element>;
|
|
147
|
-
export declare const FontSizeSmallIcon: JSX.Element;
|
|
148
|
-
export declare const FontSizeMediumIcon: JSX.Element;
|
|
149
|
-
export declare const FontSizeLargeIcon: JSX.Element;
|
|
150
|
-
export declare const FontSizeExtraLargeIcon: JSX.Element;
|
|
151
|
-
export declare const fontSizeIcon: JSX.Element;
|
|
152
|
-
export declare const FontFamilyHeadingIcon: JSX.Element;
|
|
153
|
-
export declare const FontFamilyNormalIcon: JSX.Element;
|
|
154
|
-
export declare const FontFamilyCodeIcon: JSX.Element;
|
|
155
|
-
export declare const TextAlignLeftIcon: JSX.Element;
|
|
156
|
-
export declare const TextAlignCenterIcon: JSX.Element;
|
|
157
|
-
export declare const TextAlignRightIcon: JSX.Element;
|
|
146
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
147
|
+
export declare const FontSizeSmallIcon: import("react/jsx-runtime").JSX.Element;
|
|
148
|
+
export declare const FontSizeMediumIcon: import("react/jsx-runtime").JSX.Element;
|
|
149
|
+
export declare const FontSizeLargeIcon: import("react/jsx-runtime").JSX.Element;
|
|
150
|
+
export declare const FontSizeExtraLargeIcon: import("react/jsx-runtime").JSX.Element;
|
|
151
|
+
export declare const fontSizeIcon: import("react/jsx-runtime").JSX.Element;
|
|
152
|
+
export declare const FontFamilyHeadingIcon: import("react/jsx-runtime").JSX.Element;
|
|
153
|
+
export declare const FontFamilyNormalIcon: import("react/jsx-runtime").JSX.Element;
|
|
154
|
+
export declare const FontFamilyCodeIcon: import("react/jsx-runtime").JSX.Element;
|
|
155
|
+
export declare const TextAlignLeftIcon: import("react/jsx-runtime").JSX.Element;
|
|
156
|
+
export declare const TextAlignCenterIcon: import("react/jsx-runtime").JSX.Element;
|
|
157
|
+
export declare const TextAlignRightIcon: import("react/jsx-runtime").JSX.Element;
|
|
158
158
|
export declare const TextAlignTopIcon: React.MemoExoticComponent<({ theme }: {
|
|
159
159
|
theme: Theme;
|
|
160
|
-
}) => JSX.Element>;
|
|
160
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
161
161
|
export declare const TextAlignBottomIcon: React.MemoExoticComponent<({ theme }: {
|
|
162
162
|
theme: Theme;
|
|
163
|
-
}) => JSX.Element>;
|
|
163
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
164
164
|
export declare const TextAlignMiddleIcon: React.MemoExoticComponent<({ theme }: {
|
|
165
165
|
theme: Theme;
|
|
166
|
-
}) => JSX.Element>;
|
|
167
|
-
export declare const angleIcon: JSX.Element;
|
|
168
|
-
export declare const publishIcon: JSX.Element;
|
|
169
|
-
export declare const eraser: JSX.Element;
|
|
170
|
-
export declare const handIcon: JSX.Element;
|
|
171
|
-
export declare const downloadIcon: JSX.Element;
|
|
172
|
-
export declare const copyIcon: JSX.Element;
|
|
173
|
-
export declare const cutIcon: JSX.Element;
|
|
174
|
-
export declare const helpIcon: JSX.Element;
|
|
175
|
-
export declare const playerPlayIcon: JSX.Element;
|
|
176
|
-
export declare const playerStopFilledIcon: JSX.Element;
|
|
177
|
-
export declare const tablerCheckIcon: JSX.Element;
|
|
178
|
-
export declare const alertTriangleIcon: JSX.Element;
|
|
179
|
-
export declare const eyeDropperIcon: JSX.Element;
|
|
180
|
-
export declare const extraToolsIcon: JSX.Element;
|
|
181
|
-
export declare const frameToolIcon: JSX.Element;
|
|
182
|
-
export declare const mermaidLogoIcon: JSX.Element;
|
|
183
|
-
export declare const ArrowRightIcon: JSX.Element;
|
|
184
|
-
export declare const laserPointerToolIcon: JSX.Element;
|
|
185
|
-
export declare const MagicIcon: JSX.Element;
|
|
186
|
-
export declare const MagicIconThin: JSX.Element;
|
|
187
|
-
export declare const OpenAIIcon: JSX.Element;
|
|
188
|
-
export declare const fullscreenIcon: JSX.Element;
|
|
189
|
-
export declare const eyeIcon: JSX.Element;
|
|
190
|
-
export declare const eyeClosedIcon: JSX.Element;
|
|
191
|
-
export declare const brainIcon: JSX.Element;
|
|
192
|
-
export declare const brainIconThin: JSX.Element;
|
|
193
|
-
export declare const searchIcon: JSX.Element;
|
|
194
|
-
export declare const clockIcon: JSX.Element;
|
|
195
|
-
export declare const microphoneIcon: JSX.Element;
|
|
196
|
-
export declare const microphoneMutedIcon: JSX.Element;
|
|
197
|
-
export declare const boltIcon: JSX.Element;
|
|
198
|
-
export declare const selectAllIcon: JSX.Element;
|
|
199
|
-
export declare const abacusIcon: JSX.Element;
|
|
200
|
-
export declare const flipVertical: JSX.Element;
|
|
201
|
-
export declare const flipHorizontal: JSX.Element;
|
|
202
|
-
export declare const paintIcon: JSX.Element;
|
|
203
|
-
export declare const zoomAreaIcon: JSX.Element;
|
|
204
|
-
export declare const svgIcon: JSX.Element;
|
|
205
|
-
export declare const pngIcon: JSX.Element;
|
|
206
|
-
export declare const magnetIcon: JSX.Element;
|
|
207
|
-
export declare const coffeeIcon: JSX.Element;
|
|
208
|
-
export declare const DeviceDesktopIcon: JSX.Element;
|
|
209
|
-
export declare const loginIcon: JSX.Element;
|
|
210
|
-
export declare const youtubeIcon: JSX.Element;
|
|
211
|
-
export declare const gridIcon: JSX.Element;
|
|
212
|
-
export declare const lineEditorIcon: JSX.Element;
|
|
213
|
-
export declare const sharpArrowIcon: JSX.Element;
|
|
214
|
-
export declare const elbowArrowIcon: JSX.Element;
|
|
215
|
-
export declare const roundArrowIcon: JSX.Element;
|
|
216
|
-
export declare const collapseDownIcon: JSX.Element;
|
|
217
|
-
export declare const collapseUpIcon: JSX.Element;
|
|
218
|
-
export declare const upIcon: JSX.Element;
|
|
219
|
-
export declare const cropIcon: JSX.Element;
|
|
220
|
-
export declare const elementLinkIcon: JSX.Element;
|
|
166
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
167
|
+
export declare const angleIcon: import("react/jsx-runtime").JSX.Element;
|
|
168
|
+
export declare const publishIcon: import("react/jsx-runtime").JSX.Element;
|
|
169
|
+
export declare const eraser: import("react/jsx-runtime").JSX.Element;
|
|
170
|
+
export declare const handIcon: import("react/jsx-runtime").JSX.Element;
|
|
171
|
+
export declare const downloadIcon: import("react/jsx-runtime").JSX.Element;
|
|
172
|
+
export declare const copyIcon: import("react/jsx-runtime").JSX.Element;
|
|
173
|
+
export declare const cutIcon: import("react/jsx-runtime").JSX.Element;
|
|
174
|
+
export declare const helpIcon: import("react/jsx-runtime").JSX.Element;
|
|
175
|
+
export declare const playerPlayIcon: import("react/jsx-runtime").JSX.Element;
|
|
176
|
+
export declare const playerStopFilledIcon: import("react/jsx-runtime").JSX.Element;
|
|
177
|
+
export declare const tablerCheckIcon: import("react/jsx-runtime").JSX.Element;
|
|
178
|
+
export declare const alertTriangleIcon: import("react/jsx-runtime").JSX.Element;
|
|
179
|
+
export declare const eyeDropperIcon: import("react/jsx-runtime").JSX.Element;
|
|
180
|
+
export declare const extraToolsIcon: import("react/jsx-runtime").JSX.Element;
|
|
181
|
+
export declare const frameToolIcon: import("react/jsx-runtime").JSX.Element;
|
|
182
|
+
export declare const mermaidLogoIcon: import("react/jsx-runtime").JSX.Element;
|
|
183
|
+
export declare const ArrowRightIcon: import("react/jsx-runtime").JSX.Element;
|
|
184
|
+
export declare const laserPointerToolIcon: import("react/jsx-runtime").JSX.Element;
|
|
185
|
+
export declare const MagicIcon: import("react/jsx-runtime").JSX.Element;
|
|
186
|
+
export declare const MagicIconThin: import("react/jsx-runtime").JSX.Element;
|
|
187
|
+
export declare const OpenAIIcon: import("react/jsx-runtime").JSX.Element;
|
|
188
|
+
export declare const fullscreenIcon: import("react/jsx-runtime").JSX.Element;
|
|
189
|
+
export declare const eyeIcon: import("react/jsx-runtime").JSX.Element;
|
|
190
|
+
export declare const eyeClosedIcon: import("react/jsx-runtime").JSX.Element;
|
|
191
|
+
export declare const brainIcon: import("react/jsx-runtime").JSX.Element;
|
|
192
|
+
export declare const brainIconThin: import("react/jsx-runtime").JSX.Element;
|
|
193
|
+
export declare const searchIcon: import("react/jsx-runtime").JSX.Element;
|
|
194
|
+
export declare const clockIcon: import("react/jsx-runtime").JSX.Element;
|
|
195
|
+
export declare const microphoneIcon: import("react/jsx-runtime").JSX.Element;
|
|
196
|
+
export declare const microphoneMutedIcon: import("react/jsx-runtime").JSX.Element;
|
|
197
|
+
export declare const boltIcon: import("react/jsx-runtime").JSX.Element;
|
|
198
|
+
export declare const selectAllIcon: import("react/jsx-runtime").JSX.Element;
|
|
199
|
+
export declare const abacusIcon: import("react/jsx-runtime").JSX.Element;
|
|
200
|
+
export declare const flipVertical: import("react/jsx-runtime").JSX.Element;
|
|
201
|
+
export declare const flipHorizontal: import("react/jsx-runtime").JSX.Element;
|
|
202
|
+
export declare const paintIcon: import("react/jsx-runtime").JSX.Element;
|
|
203
|
+
export declare const zoomAreaIcon: import("react/jsx-runtime").JSX.Element;
|
|
204
|
+
export declare const svgIcon: import("react/jsx-runtime").JSX.Element;
|
|
205
|
+
export declare const pngIcon: import("react/jsx-runtime").JSX.Element;
|
|
206
|
+
export declare const magnetIcon: import("react/jsx-runtime").JSX.Element;
|
|
207
|
+
export declare const coffeeIcon: import("react/jsx-runtime").JSX.Element;
|
|
208
|
+
export declare const DeviceDesktopIcon: import("react/jsx-runtime").JSX.Element;
|
|
209
|
+
export declare const loginIcon: import("react/jsx-runtime").JSX.Element;
|
|
210
|
+
export declare const youtubeIcon: import("react/jsx-runtime").JSX.Element;
|
|
211
|
+
export declare const gridIcon: import("react/jsx-runtime").JSX.Element;
|
|
212
|
+
export declare const lineEditorIcon: import("react/jsx-runtime").JSX.Element;
|
|
213
|
+
export declare const sharpArrowIcon: import("react/jsx-runtime").JSX.Element;
|
|
214
|
+
export declare const elbowArrowIcon: import("react/jsx-runtime").JSX.Element;
|
|
215
|
+
export declare const roundArrowIcon: import("react/jsx-runtime").JSX.Element;
|
|
216
|
+
export declare const collapseDownIcon: import("react/jsx-runtime").JSX.Element;
|
|
217
|
+
export declare const collapseUpIcon: import("react/jsx-runtime").JSX.Element;
|
|
218
|
+
export declare const upIcon: import("react/jsx-runtime").JSX.Element;
|
|
219
|
+
export declare const cropIcon: import("react/jsx-runtime").JSX.Element;
|
|
220
|
+
export declare const elementLinkIcon: import("react/jsx-runtime").JSX.Element;
|
|
221
221
|
export {};
|
|
@@ -4,7 +4,7 @@ declare const LiveCollaborationTrigger: {
|
|
|
4
4
|
({ isCollaborating, onSelect, ...rest }: {
|
|
5
5
|
isCollaborating: boolean;
|
|
6
6
|
onSelect: () => void;
|
|
7
|
-
} & import("react").ButtonHTMLAttributes<HTMLButtonElement>): JSX.Element;
|
|
7
|
+
} & import("react").ButtonHTMLAttributes<HTMLButtonElement>): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
displayName: string;
|
|
9
9
|
};
|
|
10
10
|
export default LiveCollaborationTrigger;
|
|
@@ -1,36 +1,35 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import "./DefaultItems.scss";
|
|
3
2
|
import { Theme } from "../../element/types";
|
|
4
3
|
export declare const LoadScene: {
|
|
5
|
-
(): JSX.Element | null;
|
|
4
|
+
(): import("react/jsx-runtime").JSX.Element | null;
|
|
6
5
|
displayName: string;
|
|
7
6
|
};
|
|
8
7
|
export declare const SaveToActiveFile: {
|
|
9
|
-
(): JSX.Element | null;
|
|
8
|
+
(): import("react/jsx-runtime").JSX.Element | null;
|
|
10
9
|
displayName: string;
|
|
11
10
|
};
|
|
12
11
|
export declare const SaveAsImage: {
|
|
13
|
-
(): JSX.Element;
|
|
12
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
14
13
|
displayName: string;
|
|
15
14
|
};
|
|
16
15
|
export declare const CommandPalette: {
|
|
17
16
|
(opts?: {
|
|
18
17
|
className?: string;
|
|
19
|
-
}): JSX.Element;
|
|
18
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
20
19
|
displayName: string;
|
|
21
20
|
};
|
|
22
21
|
export declare const SearchMenu: {
|
|
23
22
|
(opts?: {
|
|
24
23
|
className?: string;
|
|
25
|
-
}): JSX.Element;
|
|
24
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
26
25
|
displayName: string;
|
|
27
26
|
};
|
|
28
27
|
export declare const Help: {
|
|
29
|
-
(): JSX.Element;
|
|
28
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
30
29
|
displayName: string;
|
|
31
30
|
};
|
|
32
31
|
export declare const ClearCanvas: {
|
|
33
|
-
(): JSX.Element | null;
|
|
32
|
+
(): import("react/jsx-runtime").JSX.Element | null;
|
|
34
33
|
displayName: string;
|
|
35
34
|
};
|
|
36
35
|
export declare const ToggleTheme: {
|
|
@@ -41,25 +40,25 @@ export declare const ToggleTheme: {
|
|
|
41
40
|
} | {
|
|
42
41
|
allowSystemTheme?: false | undefined;
|
|
43
42
|
onSelect?: ((theme: Theme) => void) | undefined;
|
|
44
|
-
}): JSX.Element | null;
|
|
43
|
+
}): import("react/jsx-runtime").JSX.Element | null;
|
|
45
44
|
displayName: string;
|
|
46
45
|
};
|
|
47
46
|
export declare const ChangeCanvasBackground: {
|
|
48
|
-
(): JSX.Element | null;
|
|
47
|
+
(): import("react/jsx-runtime").JSX.Element | null;
|
|
49
48
|
displayName: string;
|
|
50
49
|
};
|
|
51
50
|
export declare const Export: {
|
|
52
|
-
(): JSX.Element;
|
|
51
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
53
52
|
displayName: string;
|
|
54
53
|
};
|
|
55
54
|
export declare const Socials: {
|
|
56
|
-
(): JSX.Element;
|
|
55
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
57
56
|
displayName: string;
|
|
58
57
|
};
|
|
59
58
|
export declare const LiveCollaborationTrigger: {
|
|
60
59
|
({ onSelect, isCollaborating, }: {
|
|
61
60
|
onSelect: () => void;
|
|
62
61
|
isCollaborating: boolean;
|
|
63
|
-
}): JSX.Element;
|
|
62
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
64
63
|
displayName: string;
|
|
65
64
|
};
|