@zsviczian/excalidraw 0.18.0-46 → 0.18.0-48

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.
Files changed (55) hide show
  1. package/dist/excalidraw.development.js +191 -114
  2. package/dist/excalidraw.production.min.js +1 -1
  3. package/dist/styles.development.css +39 -1
  4. package/dist/styles.production.css +2 -2
  5. package/package.json +2 -1
  6. package/types/common/src/constants.d.ts +0 -16
  7. package/types/common/src/editorInterface.d.ts +35 -0
  8. package/types/common/src/index.d.ts +1 -0
  9. package/types/common/src/utils.d.ts +0 -1
  10. package/types/element/src/resizeTest.d.ts +5 -4
  11. package/types/element/src/transformHandles.d.ts +5 -4
  12. package/types/excalidraw/actions/actionAddToLibrary.d.ts +3 -6
  13. package/types/excalidraw/actions/actionBoundText.d.ts +2 -4
  14. package/types/excalidraw/actions/actionCanvas.d.ts +30 -45
  15. package/types/excalidraw/actions/actionClipboard.d.ts +6 -12
  16. package/types/excalidraw/actions/actionCropEditor.d.ts +1 -2
  17. package/types/excalidraw/actions/actionDeleteSelected.d.ts +4 -7
  18. package/types/excalidraw/actions/actionDuplicateSelection.d.ts +1 -1
  19. package/types/excalidraw/actions/actionElementLink.d.ts +1 -2
  20. package/types/excalidraw/actions/actionElementLock.d.ts +2 -4
  21. package/types/excalidraw/actions/actionEmbeddable.d.ts +1 -2
  22. package/types/excalidraw/actions/actionExport.d.ts +9 -18
  23. package/types/excalidraw/actions/actionFinalize.d.ts +3 -6
  24. package/types/excalidraw/actions/actionFrame.d.ts +4 -8
  25. package/types/excalidraw/actions/actionGroup.d.ts +2 -4
  26. package/types/excalidraw/actions/actionLinearEditor.d.ts +1 -2
  27. package/types/excalidraw/actions/actionLink.d.ts +0 -1
  28. package/types/excalidraw/actions/actionMenu.d.ts +1 -2
  29. package/types/excalidraw/actions/actionNavigate.d.ts +2 -4
  30. package/types/excalidraw/actions/actionProperties.d.ts +16 -32
  31. package/types/excalidraw/actions/actionSelectAll.d.ts +1 -2
  32. package/types/excalidraw/actions/actionStyles.d.ts +1 -2
  33. package/types/excalidraw/actions/actionToggleGridMode.d.ts +1 -2
  34. package/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +1 -2
  35. package/types/excalidraw/actions/actionToggleSearchMenu.d.ts +1 -2
  36. package/types/excalidraw/actions/actionToggleStats.d.ts +1 -2
  37. package/types/excalidraw/actions/actionToggleViewMode.d.ts +1 -2
  38. package/types/excalidraw/actions/actionToggleZenMode.d.ts +2 -3
  39. package/types/excalidraw/actions/actionTrayMenu.d.ts +1 -2
  40. package/types/excalidraw/components/Actions.d.ts +4 -1
  41. package/types/excalidraw/components/App.d.ts +21 -18
  42. package/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +0 -1
  43. package/types/excalidraw/components/HintViewer.d.ts +4 -3
  44. package/types/excalidraw/components/TrayMenu.d.ts +4 -3
  45. package/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +3 -2
  46. package/types/excalidraw/components/icons.d.ts +1 -0
  47. package/types/excalidraw/components/live-collaboration/LiveCollaborationTrigger.d.ts +14 -1
  48. package/types/excalidraw/components/main-menu/MainMenu.d.ts +0 -3
  49. package/types/excalidraw/index.d.ts +2 -3
  50. package/types/excalidraw/obsidianUtils.d.ts +2 -2
  51. package/types/excalidraw/renderer/interactiveScene.d.ts +1 -1
  52. package/types/excalidraw/scene/types.d.ts +3 -3
  53. package/types/excalidraw/types.d.ts +12 -18
  54. package/types/excalidraw/webpack.dev.config.d.ts +2 -0
  55. package/types/excalidraw/webpack.prod.config.d.ts +2 -0
@@ -161,7 +161,7 @@ export declare const actionChangeProjectName: {
161
161
  shown: true;
162
162
  data: import("../charts").Spreadsheet;
163
163
  };
164
- showHyperlinkPopup: false | "editor" | "info";
164
+ showHyperlinkPopup: false | "info" | "editor";
165
165
  linkOpacity: number;
166
166
  colorPalette?: {
167
167
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -216,7 +216,6 @@ export declare const actionChangeProjectName: {
216
216
  lockedMultiSelections: {
217
217
  [groupId: string]: true;
218
218
  };
219
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
220
219
  };
221
220
  captureUpdate: "EVENTUALLY";
222
221
  };
@@ -388,7 +387,7 @@ export declare const actionChangeExportScale: {
388
387
  shown: true;
389
388
  data: import("../charts").Spreadsheet;
390
389
  };
391
- showHyperlinkPopup: false | "editor" | "info";
390
+ showHyperlinkPopup: false | "info" | "editor";
392
391
  linkOpacity: number;
393
392
  colorPalette?: {
394
393
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -443,7 +442,6 @@ export declare const actionChangeExportScale: {
443
442
  lockedMultiSelections: {
444
443
  [groupId: string]: true;
445
444
  };
446
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
447
445
  };
448
446
  captureUpdate: "EVENTUALLY";
449
447
  };
@@ -615,7 +613,7 @@ export declare const actionChangeExportBackground: {
615
613
  shown: true;
616
614
  data: import("../charts").Spreadsheet;
617
615
  };
618
- showHyperlinkPopup: false | "editor" | "info";
616
+ showHyperlinkPopup: false | "info" | "editor";
619
617
  linkOpacity: number;
620
618
  colorPalette?: {
621
619
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -670,7 +668,6 @@ export declare const actionChangeExportBackground: {
670
668
  lockedMultiSelections: {
671
669
  [groupId: string]: true;
672
670
  };
673
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
674
671
  };
675
672
  captureUpdate: "EVENTUALLY";
676
673
  };
@@ -842,7 +839,7 @@ export declare const actionChangeExportEmbedScene: {
842
839
  shown: true;
843
840
  data: import("../charts").Spreadsheet;
844
841
  };
845
- showHyperlinkPopup: false | "editor" | "info";
842
+ showHyperlinkPopup: false | "info" | "editor";
846
843
  linkOpacity: number;
847
844
  colorPalette?: {
848
845
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -897,7 +894,6 @@ export declare const actionChangeExportEmbedScene: {
897
894
  lockedMultiSelections: {
898
895
  [groupId: string]: true;
899
896
  };
900
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
901
897
  };
902
898
  captureUpdate: "EVENTUALLY";
903
899
  };
@@ -1069,7 +1065,7 @@ export declare const actionSaveToActiveFile: {
1069
1065
  shown: true;
1070
1066
  data: import("../charts").Spreadsheet;
1071
1067
  };
1072
- showHyperlinkPopup: false | "editor" | "info";
1068
+ showHyperlinkPopup: false | "info" | "editor";
1073
1069
  linkOpacity: number;
1074
1070
  colorPalette?: {
1075
1071
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -1124,7 +1120,6 @@ export declare const actionSaveToActiveFile: {
1124
1120
  lockedMultiSelections: {
1125
1121
  [groupId: string]: true;
1126
1122
  };
1127
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
1128
1123
  };
1129
1124
  } | {
1130
1125
  captureUpdate: "EVENTUALLY";
@@ -1288,7 +1283,7 @@ export declare const actionSaveFileToDisk: {
1288
1283
  shown: true;
1289
1284
  data: import("../charts").Spreadsheet;
1290
1285
  };
1291
- showHyperlinkPopup: false | "editor" | "info";
1286
+ showHyperlinkPopup: false | "info" | "editor";
1292
1287
  linkOpacity: number;
1293
1288
  colorPalette?: {
1294
1289
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -1343,7 +1338,6 @@ export declare const actionSaveFileToDisk: {
1343
1338
  lockedMultiSelections: {
1344
1339
  [groupId: string]: true;
1345
1340
  };
1346
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
1347
1341
  };
1348
1342
  } | {
1349
1343
  captureUpdate: "EVENTUALLY";
@@ -1538,7 +1532,7 @@ export declare const actionLoadScene: {
1538
1532
  shown: true;
1539
1533
  data: import("../charts").Spreadsheet;
1540
1534
  };
1541
- showHyperlinkPopup: false | "editor" | "info";
1535
+ showHyperlinkPopup: false | "info" | "editor";
1542
1536
  linkOpacity: number;
1543
1537
  colorPalette?: {
1544
1538
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -1570,7 +1564,6 @@ export declare const actionLoadScene: {
1570
1564
  lockedMultiSelections: {
1571
1565
  [groupId: string]: true;
1572
1566
  };
1573
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
1574
1567
  };
1575
1568
  files: import("../types").BinaryFiles;
1576
1569
  captureUpdate: "IMMEDIATELY";
@@ -1732,7 +1725,7 @@ export declare const actionLoadScene: {
1732
1725
  shown: true;
1733
1726
  data: import("../charts").Spreadsheet;
1734
1727
  };
1735
- showHyperlinkPopup: false | "editor" | "info";
1728
+ showHyperlinkPopup: false | "info" | "editor";
1736
1729
  linkOpacity: number;
1737
1730
  colorPalette?: {
1738
1731
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -1787,7 +1780,6 @@ export declare const actionLoadScene: {
1787
1780
  lockedMultiSelections: {
1788
1781
  [groupId: string]: true;
1789
1782
  };
1790
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
1791
1783
  };
1792
1784
  files: import("../types").BinaryFiles;
1793
1785
  captureUpdate: "EVENTUALLY";
@@ -1960,7 +1952,7 @@ export declare const actionExportWithDarkMode: {
1960
1952
  shown: true;
1961
1953
  data: import("../charts").Spreadsheet;
1962
1954
  };
1963
- showHyperlinkPopup: false | "editor" | "info";
1955
+ showHyperlinkPopup: false | "info" | "editor";
1964
1956
  linkOpacity: number;
1965
1957
  colorPalette?: {
1966
1958
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -2015,7 +2007,6 @@ export declare const actionExportWithDarkMode: {
2015
2007
  lockedMultiSelections: {
2016
2008
  [groupId: string]: true;
2017
2009
  };
2018
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
2019
2010
  };
2020
2011
  captureUpdate: "EVENTUALLY";
2021
2012
  };
@@ -197,7 +197,7 @@ export declare const actionFinalize: {
197
197
  shown: true;
198
198
  data: import("../charts").Spreadsheet;
199
199
  };
200
- showHyperlinkPopup: false | "editor" | "info";
200
+ showHyperlinkPopup: false | "info" | "editor";
201
201
  linkOpacity: number;
202
202
  colorPalette?: {
203
203
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -251,7 +251,6 @@ export declare const actionFinalize: {
251
251
  lockedMultiSelections: {
252
252
  [groupId: string]: true;
253
253
  };
254
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
255
254
  };
256
255
  captureUpdate: "IMMEDIATELY";
257
256
  } | {
@@ -413,7 +412,7 @@ export declare const actionFinalize: {
413
412
  shown: true;
414
413
  data: import("../charts").Spreadsheet;
415
414
  };
416
- showHyperlinkPopup: false | "editor" | "info";
415
+ showHyperlinkPopup: false | "info" | "editor";
417
416
  linkOpacity: number;
418
417
  colorPalette?: {
419
418
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -467,7 +466,6 @@ export declare const actionFinalize: {
467
466
  lockedMultiSelections: {
468
467
  [groupId: string]: true;
469
468
  };
470
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
471
469
  };
472
470
  captureUpdate: "IMMEDIATELY";
473
471
  } | {
@@ -626,7 +624,7 @@ export declare const actionFinalize: {
626
624
  shown: true;
627
625
  data: import("../charts").Spreadsheet;
628
626
  };
629
- showHyperlinkPopup: false | "editor" | "info";
627
+ showHyperlinkPopup: false | "info" | "editor";
630
628
  linkOpacity: number;
631
629
  colorPalette?: {
632
630
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -680,7 +678,6 @@ export declare const actionFinalize: {
680
678
  lockedMultiSelections: {
681
679
  [groupId: string]: true;
682
680
  };
683
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
684
681
  };
685
682
  captureUpdate: "IMMEDIATELY";
686
683
  };
@@ -162,7 +162,7 @@ export declare const actionSelectAllElementsInFrame: {
162
162
  shown: true;
163
163
  data: import("../charts").Spreadsheet;
164
164
  };
165
- showHyperlinkPopup: false | "editor" | "info";
165
+ showHyperlinkPopup: false | "info" | "editor";
166
166
  linkOpacity: number;
167
167
  colorPalette?: {
168
168
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -217,7 +217,6 @@ export declare const actionSelectAllElementsInFrame: {
217
217
  lockedMultiSelections: {
218
218
  [groupId: string]: true;
219
219
  };
220
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
221
220
  };
222
221
  captureUpdate: "IMMEDIATELY";
223
222
  } | {
@@ -393,7 +392,7 @@ export declare const actionRemoveAllElementsFromFrame: {
393
392
  shown: true;
394
393
  data: import("../charts").Spreadsheet;
395
394
  };
396
- showHyperlinkPopup: false | "editor" | "info";
395
+ showHyperlinkPopup: false | "info" | "editor";
397
396
  linkOpacity: number;
398
397
  colorPalette?: {
399
398
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -448,7 +447,6 @@ export declare const actionRemoveAllElementsFromFrame: {
448
447
  lockedMultiSelections: {
449
448
  [groupId: string]: true;
450
449
  };
451
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
452
450
  };
453
451
  captureUpdate: "IMMEDIATELY";
454
452
  } | {
@@ -625,7 +623,7 @@ export declare const actionupdateFrameRendering: {
625
623
  shown: true;
626
624
  data: import("../charts").Spreadsheet;
627
625
  };
628
- showHyperlinkPopup: false | "editor" | "info";
626
+ showHyperlinkPopup: false | "info" | "editor";
629
627
  linkOpacity: number;
630
628
  colorPalette?: {
631
629
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -680,7 +678,6 @@ export declare const actionupdateFrameRendering: {
680
678
  lockedMultiSelections: {
681
679
  [groupId: string]: true;
682
680
  };
683
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
684
681
  };
685
682
  captureUpdate: "EVENTUALLY";
686
683
  };
@@ -854,7 +851,7 @@ export declare const actionSetFrameAsActiveTool: {
854
851
  shown: true;
855
852
  data: import("../charts").Spreadsheet;
856
853
  };
857
- showHyperlinkPopup: false | "editor" | "info";
854
+ showHyperlinkPopup: false | "info" | "editor";
858
855
  linkOpacity: number;
859
856
  colorPalette?: {
860
857
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -909,7 +906,6 @@ export declare const actionSetFrameAsActiveTool: {
909
906
  lockedMultiSelections: {
910
907
  [groupId: string]: true;
911
908
  };
912
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
913
909
  };
914
910
  captureUpdate: "EVENTUALLY";
915
911
  };
@@ -168,7 +168,7 @@ export declare const actionGroup: {
168
168
  shown: true;
169
169
  data: import("../charts").Spreadsheet;
170
170
  };
171
- showHyperlinkPopup: false | "editor" | "info";
171
+ showHyperlinkPopup: false | "info" | "editor";
172
172
  linkOpacity: number;
173
173
  colorPalette?: {
174
174
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -223,7 +223,6 @@ export declare const actionGroup: {
223
223
  lockedMultiSelections: {
224
224
  [groupId: string]: true;
225
225
  };
226
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
227
226
  };
228
227
  elements: OrderedExcalidrawElement[];
229
228
  captureUpdate: "IMMEDIATELY";
@@ -402,7 +401,7 @@ export declare const actionUngroup: {
402
401
  shown: true;
403
402
  data: import("../charts").Spreadsheet;
404
403
  };
405
- showHyperlinkPopup: false | "editor" | "info";
404
+ showHyperlinkPopup: false | "info" | "editor";
406
405
  linkOpacity: number;
407
406
  colorPalette?: {
408
407
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -457,7 +456,6 @@ export declare const actionUngroup: {
457
456
  lockedMultiSelections: {
458
457
  [groupId: string]: true;
459
458
  };
460
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
461
459
  };
462
460
  elements: OrderedExcalidrawElement[];
463
461
  captureUpdate: "IMMEDIATELY";
@@ -198,7 +198,7 @@ export declare const actionToggleLinearEditor: {
198
198
  shown: true;
199
199
  data: import("../charts").Spreadsheet;
200
200
  };
201
- showHyperlinkPopup: false | "editor" | "info";
201
+ showHyperlinkPopup: false | "info" | "editor";
202
202
  linkOpacity: number;
203
203
  colorPalette?: {
204
204
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -252,7 +252,6 @@ export declare const actionToggleLinearEditor: {
252
252
  lockedMultiSelections: {
253
253
  [groupId: string]: true;
254
254
  };
255
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
256
255
  };
257
256
  captureUpdate: "IMMEDIATELY";
258
257
  };
@@ -215,7 +215,6 @@ export declare const actionLink: {
215
215
  lockedMultiSelections: {
216
216
  [groupId: string]: true;
217
217
  };
218
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
219
218
  };
220
219
  captureUpdate: "IMMEDIATELY";
221
220
  };
@@ -156,7 +156,7 @@ export declare const actionShortcuts: {
156
156
  shown: true;
157
157
  data: import("../charts").Spreadsheet;
158
158
  };
159
- showHyperlinkPopup: false | "editor" | "info";
159
+ showHyperlinkPopup: false | "info" | "editor";
160
160
  linkOpacity: number;
161
161
  colorPalette?: {
162
162
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -211,7 +211,6 @@ export declare const actionShortcuts: {
211
211
  lockedMultiSelections: {
212
212
  [groupId: string]: true;
213
213
  };
214
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
215
214
  };
216
215
  captureUpdate: "EVENTUALLY";
217
216
  };
@@ -164,7 +164,7 @@ export declare const actionGoToCollaborator: {
164
164
  shown: true;
165
165
  data: import("../charts").Spreadsheet;
166
166
  };
167
- showHyperlinkPopup: false | "editor" | "info";
167
+ showHyperlinkPopup: false | "info" | "editor";
168
168
  linkOpacity: number;
169
169
  colorPalette?: {
170
170
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -218,7 +218,6 @@ export declare const actionGoToCollaborator: {
218
218
  lockedMultiSelections: {
219
219
  [groupId: string]: true;
220
220
  };
221
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
222
221
  };
223
222
  captureUpdate: "EVENTUALLY";
224
223
  } | {
@@ -382,7 +381,7 @@ export declare const actionGoToCollaborator: {
382
381
  shown: true;
383
382
  data: import("../charts").Spreadsheet;
384
383
  };
385
- showHyperlinkPopup: false | "editor" | "info";
384
+ showHyperlinkPopup: false | "info" | "editor";
386
385
  linkOpacity: number;
387
386
  colorPalette?: {
388
387
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -436,7 +435,6 @@ export declare const actionGoToCollaborator: {
436
435
  lockedMultiSelections: {
437
436
  [groupId: string]: true;
438
437
  };
439
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
440
438
  };
441
439
  captureUpdate: "EVENTUALLY";
442
440
  };
@@ -191,7 +191,7 @@ export declare const actionChangeFillStyle: {
191
191
  shown: true;
192
192
  data: import("../charts").Spreadsheet;
193
193
  };
194
- showHyperlinkPopup: false | "editor" | "info";
194
+ showHyperlinkPopup: false | "info" | "editor";
195
195
  linkOpacity: number;
196
196
  colorPalette?: {
197
197
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -246,7 +246,6 @@ export declare const actionChangeFillStyle: {
246
246
  lockedMultiSelections: {
247
247
  [groupId: string]: true;
248
248
  };
249
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
250
249
  };
251
250
  captureUpdate: "IMMEDIATELY";
252
251
  };
@@ -416,7 +415,7 @@ export declare const actionChangeStrokeWidth: {
416
415
  shown: true;
417
416
  data: import("../charts").Spreadsheet;
418
417
  };
419
- showHyperlinkPopup: false | "editor" | "info";
418
+ showHyperlinkPopup: false | "info" | "editor";
420
419
  linkOpacity: number;
421
420
  colorPalette?: {
422
421
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -471,7 +470,6 @@ export declare const actionChangeStrokeWidth: {
471
470
  lockedMultiSelections: {
472
471
  [groupId: string]: true;
473
472
  };
474
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
475
473
  };
476
474
  captureUpdate: "IMMEDIATELY";
477
475
  };
@@ -641,7 +639,7 @@ export declare const actionChangeSloppiness: {
641
639
  shown: true;
642
640
  data: import("../charts").Spreadsheet;
643
641
  };
644
- showHyperlinkPopup: false | "editor" | "info";
642
+ showHyperlinkPopup: false | "info" | "editor";
645
643
  linkOpacity: number;
646
644
  colorPalette?: {
647
645
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -696,7 +694,6 @@ export declare const actionChangeSloppiness: {
696
694
  lockedMultiSelections: {
697
695
  [groupId: string]: true;
698
696
  };
699
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
700
697
  };
701
698
  captureUpdate: "IMMEDIATELY";
702
699
  };
@@ -866,7 +863,7 @@ export declare const actionChangeStrokeStyle: {
866
863
  shown: true;
867
864
  data: import("../charts").Spreadsheet;
868
865
  };
869
- showHyperlinkPopup: false | "editor" | "info";
866
+ showHyperlinkPopup: false | "info" | "editor";
870
867
  linkOpacity: number;
871
868
  colorPalette?: {
872
869
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -921,7 +918,6 @@ export declare const actionChangeStrokeStyle: {
921
918
  lockedMultiSelections: {
922
919
  [groupId: string]: true;
923
920
  };
924
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
925
921
  };
926
922
  captureUpdate: "IMMEDIATELY";
927
923
  };
@@ -1091,7 +1087,7 @@ export declare const actionChangeOpacity: {
1091
1087
  shown: true;
1092
1088
  data: import("../charts").Spreadsheet;
1093
1089
  };
1094
- showHyperlinkPopup: false | "editor" | "info";
1090
+ showHyperlinkPopup: false | "info" | "editor";
1095
1091
  linkOpacity: number;
1096
1092
  colorPalette?: {
1097
1093
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -1146,7 +1142,6 @@ export declare const actionChangeOpacity: {
1146
1142
  lockedMultiSelections: {
1147
1143
  [groupId: string]: true;
1148
1144
  };
1149
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
1150
1145
  };
1151
1146
  captureUpdate: "IMMEDIATELY";
1152
1147
  };
@@ -1317,7 +1312,7 @@ export declare const actionChangeFontSize: {
1317
1312
  shown: true;
1318
1313
  data: import("../charts").Spreadsheet;
1319
1314
  };
1320
- showHyperlinkPopup: false | "editor" | "info";
1315
+ showHyperlinkPopup: false | "info" | "editor";
1321
1316
  linkOpacity: number;
1322
1317
  colorPalette?: {
1323
1318
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -1372,7 +1367,6 @@ export declare const actionChangeFontSize: {
1372
1367
  lockedMultiSelections: {
1373
1368
  [groupId: string]: true;
1374
1369
  };
1375
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
1376
1370
  };
1377
1371
  captureUpdate: "IMMEDIATELY";
1378
1372
  };
@@ -1543,7 +1537,7 @@ export declare const actionDecreaseFontSize: {
1543
1537
  shown: true;
1544
1538
  data: import("../charts").Spreadsheet;
1545
1539
  };
1546
- showHyperlinkPopup: false | "editor" | "info";
1540
+ showHyperlinkPopup: false | "info" | "editor";
1547
1541
  linkOpacity: number;
1548
1542
  colorPalette?: {
1549
1543
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -1598,7 +1592,6 @@ export declare const actionDecreaseFontSize: {
1598
1592
  lockedMultiSelections: {
1599
1593
  [groupId: string]: true;
1600
1594
  };
1601
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
1602
1595
  };
1603
1596
  captureUpdate: "IMMEDIATELY";
1604
1597
  };
@@ -1769,7 +1762,7 @@ export declare const actionIncreaseFontSize: {
1769
1762
  shown: true;
1770
1763
  data: import("../charts").Spreadsheet;
1771
1764
  };
1772
- showHyperlinkPopup: false | "editor" | "info";
1765
+ showHyperlinkPopup: false | "info" | "editor";
1773
1766
  linkOpacity: number;
1774
1767
  colorPalette?: {
1775
1768
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -1824,7 +1817,6 @@ export declare const actionIncreaseFontSize: {
1824
1817
  lockedMultiSelections: {
1825
1818
  [groupId: string]: true;
1826
1819
  };
1827
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
1828
1820
  };
1829
1821
  captureUpdate: "IMMEDIATELY";
1830
1822
  };
@@ -1993,7 +1985,7 @@ export declare const actionChangeFontFamily: {
1993
1985
  shown: true;
1994
1986
  data: import("../charts").Spreadsheet;
1995
1987
  };
1996
- showHyperlinkPopup: false | "editor" | "info";
1988
+ showHyperlinkPopup: false | "info" | "editor";
1997
1989
  linkOpacity: number;
1998
1990
  colorPalette?: {
1999
1991
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -2048,7 +2040,6 @@ export declare const actionChangeFontFamily: {
2048
2040
  lockedMultiSelections: {
2049
2041
  [groupId: string]: true;
2050
2042
  };
2051
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
2052
2043
  };
2053
2044
  captureUpdate: "IMMEDIATELY" | "EVENTUALLY";
2054
2045
  } | {
@@ -2209,7 +2200,7 @@ export declare const actionChangeFontFamily: {
2209
2200
  shown: true;
2210
2201
  data: import("../charts").Spreadsheet;
2211
2202
  };
2212
- showHyperlinkPopup: false | "editor" | "info";
2203
+ showHyperlinkPopup: false | "info" | "editor";
2213
2204
  linkOpacity: number;
2214
2205
  colorPalette?: {
2215
2206
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -2264,7 +2255,6 @@ export declare const actionChangeFontFamily: {
2264
2255
  lockedMultiSelections: {
2265
2256
  [groupId: string]: true;
2266
2257
  };
2267
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
2268
2258
  };
2269
2259
  captureUpdate: "NEVER";
2270
2260
  };
@@ -2434,7 +2424,7 @@ export declare const actionChangeTextAlign: {
2434
2424
  shown: true;
2435
2425
  data: import("../charts").Spreadsheet;
2436
2426
  };
2437
- showHyperlinkPopup: false | "editor" | "info";
2427
+ showHyperlinkPopup: false | "info" | "editor";
2438
2428
  linkOpacity: number;
2439
2429
  colorPalette?: {
2440
2430
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -2489,7 +2479,6 @@ export declare const actionChangeTextAlign: {
2489
2479
  lockedMultiSelections: {
2490
2480
  [groupId: string]: true;
2491
2481
  };
2492
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
2493
2482
  };
2494
2483
  captureUpdate: "IMMEDIATELY";
2495
2484
  };
@@ -2661,7 +2650,7 @@ export declare const actionChangeVerticalAlign: {
2661
2650
  shown: true;
2662
2651
  data: import("../charts").Spreadsheet;
2663
2652
  };
2664
- showHyperlinkPopup: false | "editor" | "info";
2653
+ showHyperlinkPopup: false | "info" | "editor";
2665
2654
  linkOpacity: number;
2666
2655
  colorPalette?: {
2667
2656
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -2716,7 +2705,6 @@ export declare const actionChangeVerticalAlign: {
2716
2705
  lockedMultiSelections: {
2717
2706
  [groupId: string]: true;
2718
2707
  };
2719
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
2720
2708
  };
2721
2709
  captureUpdate: "IMMEDIATELY";
2722
2710
  };
@@ -2886,7 +2874,7 @@ export declare const actionChangeRoundness: {
2886
2874
  shown: true;
2887
2875
  data: import("../charts").Spreadsheet;
2888
2876
  };
2889
- showHyperlinkPopup: false | "editor" | "info";
2877
+ showHyperlinkPopup: false | "info" | "editor";
2890
2878
  linkOpacity: number;
2891
2879
  colorPalette?: {
2892
2880
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -2941,7 +2929,6 @@ export declare const actionChangeRoundness: {
2941
2929
  lockedMultiSelections: {
2942
2930
  [groupId: string]: true;
2943
2931
  };
2944
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
2945
2932
  };
2946
2933
  captureUpdate: "IMMEDIATELY";
2947
2934
  };
@@ -3114,7 +3101,7 @@ export declare const actionChangeArrowhead: {
3114
3101
  shown: true;
3115
3102
  data: import("../charts").Spreadsheet;
3116
3103
  };
3117
- showHyperlinkPopup: false | "editor" | "info";
3104
+ showHyperlinkPopup: false | "info" | "editor";
3118
3105
  linkOpacity: number;
3119
3106
  colorPalette?: {
3120
3107
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -3169,7 +3156,6 @@ export declare const actionChangeArrowhead: {
3169
3156
  lockedMultiSelections: {
3170
3157
  [groupId: string]: true;
3171
3158
  };
3172
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
3173
3159
  };
3174
3160
  captureUpdate: "IMMEDIATELY";
3175
3161
  };
@@ -3348,7 +3334,7 @@ export declare const actionChangeArrowType: {
3348
3334
  shown: true;
3349
3335
  data: import("../charts").Spreadsheet;
3350
3336
  };
3351
- showHyperlinkPopup: false | "editor" | "info";
3337
+ showHyperlinkPopup: false | "info" | "editor";
3352
3338
  linkOpacity: number;
3353
3339
  colorPalette?: {
3354
3340
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -3403,7 +3389,6 @@ export declare const actionChangeArrowType: {
3403
3389
  lockedMultiSelections: {
3404
3390
  [groupId: string]: true;
3405
3391
  };
3406
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
3407
3392
  };
3408
3393
  captureUpdate: "IMMEDIATELY";
3409
3394
  };
@@ -3580,7 +3565,7 @@ export declare const actionToggleFrameRole: {
3580
3565
  shown: true;
3581
3566
  data: import("../charts").Spreadsheet;
3582
3567
  };
3583
- showHyperlinkPopup: false | "editor" | "info";
3568
+ showHyperlinkPopup: false | "info" | "editor";
3584
3569
  linkOpacity: number;
3585
3570
  colorPalette?: {
3586
3571
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -3635,7 +3620,6 @@ export declare const actionToggleFrameRole: {
3635
3620
  lockedMultiSelections: {
3636
3621
  [groupId: string]: true;
3637
3622
  };
3638
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
3639
3623
  };
3640
3624
  captureUpdate: "IMMEDIATELY";
3641
3625
  };
@@ -166,7 +166,7 @@ export declare const actionSelectAll: {
166
166
  shown: true;
167
167
  data: import("../charts").Spreadsheet;
168
168
  };
169
- showHyperlinkPopup: false | "editor" | "info";
169
+ showHyperlinkPopup: false | "info" | "editor";
170
170
  linkOpacity: number;
171
171
  colorPalette?: {
172
172
  canvasBackground: import("@excalidraw/common").ColorPaletteCustom;
@@ -220,7 +220,6 @@ export declare const actionSelectAll: {
220
220
  lockedMultiSelections: {
221
221
  [groupId: string]: true;
222
222
  };
223
- stylesPanelMode: "compact" | "full" | "mobile" | "tray";
224
223
  };
225
224
  captureUpdate: "IMMEDIATELY";
226
225
  };