@myoc/excalidraw 0.18.6 → 0.18.8
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/{chunk-LRA2BMXO.js → chunk-J24A3ZD7.js} +17 -3
- package/dist/dev/chunk-J24A3ZD7.js.map +7 -0
- package/dist/dev/{chunk-4OALG4EH.js → chunk-KMBT3CO4.js} +2 -2
- package/dist/dev/{chunk-YSK5QYKJ.js → chunk-PEI7EPYO.js} +2 -1
- package/dist/dev/chunk-PEI7EPYO.js.map +7 -0
- package/dist/dev/data/{image-OTIQTZCO.js → image-J5RTIMP7.js} +3 -3
- package/dist/dev/index.css +31 -8
- package/dist/dev/index.css.map +2 -2
- package/dist/dev/index.js +768 -679
- package/dist/dev/index.js.map +3 -3
- package/dist/dev/locales/{en-IPMKTZRA.js → en-R455UJTM.js} +2 -2
- package/dist/dev/subset-shared.chunk.js +1 -1
- package/dist/dev/subset-worker.chunk.js +1 -1
- package/dist/prod/{chunk-S7PD52DD.js → chunk-H4546KRD.js} +15 -15
- package/dist/prod/{chunk-SNPKQ4QJ.js → chunk-IYXWN32B.js} +1 -1
- package/dist/prod/{chunk-HYYBIWRU.js → chunk-KZWZ7WHC.js} +1 -1
- package/dist/prod/data/image-AN2TITOS.js +1 -0
- package/dist/prod/index.css +1 -1
- package/dist/prod/index.js +15 -15
- package/dist/prod/locales/{en-3XEBA2ZW.js → en-YWERZJD6.js} +1 -1
- package/dist/prod/subset-shared.chunk.js +1 -1
- package/dist/prod/subset-worker.chunk.js +1 -1
- package/dist/types/excalidraw/actions/actionToggleViewMode.d.ts +1 -0
- package/dist/types/excalidraw/components/icons.d.ts +1 -0
- package/package.json +1 -1
- package/dist/dev/chunk-LRA2BMXO.js.map +0 -7
- package/dist/dev/chunk-YSK5QYKJ.js.map +0 -7
- package/dist/prod/data/image-TF47GACX.js +0 -1
- /package/dist/dev/{chunk-4OALG4EH.js.map → chunk-KMBT3CO4.js.map} +0 -0
- /package/dist/dev/data/{image-OTIQTZCO.js.map → image-J5RTIMP7.js.map} +0 -0
- /package/dist/dev/locales/{en-IPMKTZRA.js.map → en-R455UJTM.js.map} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A,B,C,D,E,F,G,H,I,J,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-
|
|
1
|
+
import{A,B,C,D,E,F,G,H,I,J,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-KZWZ7WHC.js";import"../chunk-SRAX5OIU.js";export{f as alerts,e as buttons,l as canvasError,s as clearCanvasDialog,C as colorPicker,A as colors,I as commandPalette,v as confirmDialog,J as default,i as element,b as elementLink,x as encrypted,p as errorDialog,m as errorSplash,g as errors,q as exportDialog,G as fontList,j as headings,r as helpDialog,k as hints,w as imageExportDialog,a as labels,c as library,E as mermaid,D as overwriteConfirm,t as publishDialog,u as publishSuccessDialog,F as quickSearch,o as roomDialog,d as search,n as shareDialog,y as stats,z as toast,h as toolBar,H as userList,B as welcomeScreen};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d}from"./chunk-LS7FJGPW.js";import"./chunk-
|
|
1
|
+
import{a,b,c,d}from"./chunk-LS7FJGPW.js";import"./chunk-IYXWN32B.js";import"./chunk-SRAX5OIU.js";export{a as Commands,b as subsetToBase64,c as subsetToBinary,d as toBase64};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as r,c as t}from"./chunk-LS7FJGPW.js";import"./chunk-
|
|
1
|
+
import{a as r,c as t}from"./chunk-LS7FJGPW.js";import"./chunk-IYXWN32B.js";import"./chunk-SRAX5OIU.js";var s=import.meta.url?new URL(import.meta.url):void 0;typeof window>"u"&&typeof self<"u"&&(self.onmessage=async e=>{switch(e.data.command){case r.Subset:let a=await t(e.data.arrayBuffer,e.data.codePoints);self.postMessage(a,{transfer:[a]});break}});export{s as WorkerUrl};
|
|
@@ -195,6 +195,7 @@ export declare const actionToggleViewMode: {
|
|
|
195
195
|
checked: (appState: Readonly<import("../types").AppState>) => boolean;
|
|
196
196
|
predicate: (elements: readonly import("@excalidraw/element/types").ExcalidrawElement[], appState: import("../types").AppState, appProps: import("../types").ExcalidrawProps) => boolean;
|
|
197
197
|
keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
|
|
198
|
+
PanelComponent: ({ data, updateData, appState }: import("./types").PanelComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
198
199
|
} & {
|
|
199
200
|
keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
|
|
200
201
|
};
|
|
@@ -220,4 +220,5 @@ export declare const upIcon: import("react/jsx-runtime").JSX.Element;
|
|
|
220
220
|
export declare const cropIcon: import("react/jsx-runtime").JSX.Element;
|
|
221
221
|
export declare const elementLinkIcon: import("react/jsx-runtime").JSX.Element;
|
|
222
222
|
export declare const TableCellsIcon: import("react/jsx-runtime").JSX.Element;
|
|
223
|
+
export declare const arrowsToEyeIcon: import("react/jsx-runtime").JSX.Element;
|
|
223
224
|
export {};
|