@excalidraw/excalidraw 0.18.0-de715913e → 0.18.0-ec07091

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 (79) hide show
  1. package/dist/dev/{chunk-QF5FRM6O.js → chunk-2DD3XXK2.js} +8 -3
  2. package/dist/dev/chunk-2DD3XXK2.js.map +7 -0
  3. package/dist/dev/{chunk-CRKRRBMD.js → chunk-N4PQJPAH.js} +49 -60
  4. package/dist/dev/chunk-N4PQJPAH.js.map +7 -0
  5. package/dist/dev/data/{image-IWGLHPIX.js → image-RT6RLBUE.js} +2 -2
  6. package/dist/dev/index.css +686 -501
  7. package/dist/dev/index.css.map +3 -3
  8. package/dist/dev/index.js +2814 -1644
  9. package/dist/dev/index.js.map +4 -4
  10. package/dist/dev/locales/{en-SMAPCEOQ.js → en-3RV5RSZR.js} +2 -2
  11. package/dist/prod/{chunk-I4UNSFV6.js → chunk-H6T42UNN.js} +1 -1
  12. package/dist/prod/chunk-SVEJI6WL.js +4 -0
  13. package/dist/prod/data/{image-4SM4COIL.js → image-HPGPBQV2.js} +1 -1
  14. package/dist/prod/index.css +1 -1
  15. package/dist/prod/index.js +19 -19
  16. package/dist/prod/locales/{en-TYY6KWIJ.js → en-JEKVR2WV.js} +1 -1
  17. package/dist/types/common/src/constants.d.ts +20 -4
  18. package/dist/types/common/src/utils.d.ts +3 -0
  19. package/dist/types/element/src/bounds.d.ts +1 -1
  20. package/dist/types/element/src/delta.d.ts +2 -2
  21. package/dist/types/element/src/index.d.ts +1 -0
  22. package/dist/types/element/src/positionElementsOnGrid.d.ts +2 -0
  23. package/dist/types/element/src/renderElement.d.ts +4 -1
  24. package/dist/types/element/src/store.d.ts +3 -2
  25. package/dist/types/element/src/textElement.d.ts +1 -1
  26. package/dist/types/excalidraw/actions/actionAddToLibrary.d.ts +6 -3
  27. package/dist/types/excalidraw/actions/actionBoundText.d.ts +4 -2
  28. package/dist/types/excalidraw/actions/actionCanvas.d.ts +29 -15
  29. package/dist/types/excalidraw/actions/actionClipboard.d.ts +12 -6
  30. package/dist/types/excalidraw/actions/actionCropEditor.d.ts +2 -1
  31. package/dist/types/excalidraw/actions/actionDeleteSelected.d.ts +6 -3
  32. package/dist/types/excalidraw/actions/actionElementLink.d.ts +2 -1
  33. package/dist/types/excalidraw/actions/actionElementLock.d.ts +4 -2
  34. package/dist/types/excalidraw/actions/actionEmbeddable.d.ts +2 -1
  35. package/dist/types/excalidraw/actions/actionExport.d.ts +18 -9
  36. package/dist/types/excalidraw/actions/actionFinalize.d.ts +4 -2
  37. package/dist/types/excalidraw/actions/actionFrame.d.ts +8 -4
  38. package/dist/types/excalidraw/actions/actionGroup.d.ts +4 -2
  39. package/dist/types/excalidraw/actions/actionLinearEditor.d.ts +3 -2
  40. package/dist/types/excalidraw/actions/actionLink.d.ts +2 -1
  41. package/dist/types/excalidraw/actions/actionMenu.d.ts +6 -3
  42. package/dist/types/excalidraw/actions/actionNavigate.d.ts +4 -2
  43. package/dist/types/excalidraw/actions/actionProperties.d.ts +48 -24
  44. package/dist/types/excalidraw/actions/actionSelectAll.d.ts +2 -1
  45. package/dist/types/excalidraw/actions/actionStyles.d.ts +2 -1
  46. package/dist/types/excalidraw/actions/actionToggleGridMode.d.ts +2 -1
  47. package/dist/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +2 -1
  48. package/dist/types/excalidraw/actions/actionToggleSearchMenu.d.ts +2 -1
  49. package/dist/types/excalidraw/actions/actionToggleStats.d.ts +2 -1
  50. package/dist/types/excalidraw/actions/actionToggleViewMode.d.ts +2 -1
  51. package/dist/types/excalidraw/actions/actionToggleZenMode.d.ts +2 -1
  52. package/dist/types/excalidraw/actions/index.d.ts +1 -1
  53. package/dist/types/excalidraw/actions/types.d.ts +1 -1
  54. package/dist/types/excalidraw/appState.d.ts +1 -0
  55. package/dist/types/excalidraw/clipboard.d.ts +64 -1
  56. package/dist/types/excalidraw/components/Actions.d.ts +8 -1
  57. package/dist/types/excalidraw/components/App.d.ts +10 -8
  58. package/dist/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +2 -1
  59. package/dist/types/excalidraw/components/CommandPalette/CommandPalette.d.ts +1 -0
  60. package/dist/types/excalidraw/components/FontPicker/FontPicker.d.ts +2 -1
  61. package/dist/types/excalidraw/components/FontPicker/FontPickerTrigger.d.ts +2 -1
  62. package/dist/types/excalidraw/components/InlineIcon.d.ts +3 -1
  63. package/dist/types/excalidraw/components/LibraryMenuSection.d.ts +1 -1
  64. package/dist/types/excalidraw/components/PropertiesPopover.d.ts +1 -0
  65. package/dist/types/excalidraw/components/TextField.d.ts +1 -0
  66. package/dist/types/excalidraw/components/icons.d.ts +6 -0
  67. package/dist/types/excalidraw/components/shapes.d.ts +129 -1
  68. package/dist/types/excalidraw/data/blob.d.ts +3 -7
  69. package/dist/types/excalidraw/data/types.d.ts +4 -1
  70. package/dist/types/excalidraw/hooks/useLibraryItemSvg.d.ts +1 -1
  71. package/dist/types/excalidraw/hooks/useTextEditorFocus.d.ts +14 -0
  72. package/dist/types/excalidraw/types.d.ts +5 -1
  73. package/dist/types/math/src/segment.d.ts +1 -0
  74. package/package.json +5 -5
  75. package/dist/dev/chunk-CRKRRBMD.js.map +0 -7
  76. package/dist/dev/chunk-QF5FRM6O.js.map +0 -7
  77. package/dist/prod/chunk-HHV2PJKY.js +0 -4
  78. /package/dist/dev/data/{image-IWGLHPIX.js.map → image-RT6RLBUE.js.map} +0 -0
  79. /package/dist/dev/locales/{en-SMAPCEOQ.js.map → en-3RV5RSZR.js.map} +0 -0
@@ -80,7 +80,7 @@ export declare const actionDeleteSelected: {
80
80
  value: import("../types").NormalizedZoomValue;
81
81
  }>;
82
82
  openMenu: "canvas" | "shape" | null;
83
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
83
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
84
84
  openSidebar: {
85
85
  name: string;
86
86
  tab?: string | undefined;
@@ -180,6 +180,7 @@ export declare const actionDeleteSelected: {
180
180
  lockedMultiSelections: {
181
181
  [groupId: string]: true;
182
182
  };
183
+ stylesPanelMode: "compact" | "full";
183
184
  };
184
185
  captureUpdate: "IMMEDIATELY";
185
186
  } | {
@@ -285,7 +286,7 @@ export declare const actionDeleteSelected: {
285
286
  value: import("../types").NormalizedZoomValue;
286
287
  }>;
287
288
  openMenu: "canvas" | "shape" | null;
288
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
289
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
289
290
  openSidebar: {
290
291
  name: string;
291
292
  tab?: string | undefined;
@@ -385,6 +386,7 @@ export declare const actionDeleteSelected: {
385
386
  lockedMultiSelections: {
386
387
  [groupId: string]: true;
387
388
  };
389
+ stylesPanelMode: "compact" | "full";
388
390
  };
389
391
  captureUpdate: "IMMEDIATELY";
390
392
  } | {
@@ -462,7 +464,7 @@ export declare const actionDeleteSelected: {
462
464
  value: import("../types").NormalizedZoomValue;
463
465
  }>;
464
466
  openMenu: "canvas" | "shape" | null;
465
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
467
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
466
468
  openSidebar: {
467
469
  name: string;
468
470
  tab?: string | undefined;
@@ -555,6 +557,7 @@ export declare const actionDeleteSelected: {
555
557
  lockedMultiSelections: {
556
558
  [groupId: string]: true;
557
559
  };
560
+ stylesPanelMode: "compact" | "full";
558
561
  };
559
562
  captureUpdate: "IMMEDIATELY" | "EVENTUALLY";
560
563
  };
@@ -108,7 +108,7 @@ export declare const actionLinkToElement: {
108
108
  value: import("../types").NormalizedZoomValue;
109
109
  }>;
110
110
  openMenu: "canvas" | "shape" | null;
111
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
111
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
112
112
  openSidebar: {
113
113
  name: string;
114
114
  tab?: string | undefined;
@@ -198,6 +198,7 @@ export declare const actionLinkToElement: {
198
198
  lockedMultiSelections: {
199
199
  [groupId: string]: true;
200
200
  };
201
+ stylesPanelMode: "compact" | "full";
201
202
  };
202
203
  captureUpdate: "IMMEDIATELY";
203
204
  elements?: undefined;
@@ -90,7 +90,7 @@ export declare const actionToggleElementLock: {
90
90
  value: import("../types").NormalizedZoomValue;
91
91
  }>;
92
92
  openMenu: "canvas" | "shape" | null;
93
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
93
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
94
94
  openSidebar: {
95
95
  name: string;
96
96
  tab?: string | undefined;
@@ -180,6 +180,7 @@ export declare const actionToggleElementLock: {
180
180
  focusedId: string | null;
181
181
  matches: readonly import("../types").SearchMatch[];
182
182
  }> | null;
183
+ stylesPanelMode: "compact" | "full";
183
184
  };
184
185
  captureUpdate: "IMMEDIATELY";
185
186
  };
@@ -273,7 +274,7 @@ export declare const actionUnlockAllElements: {
273
274
  value: import("../types").NormalizedZoomValue;
274
275
  }>;
275
276
  openMenu: "canvas" | "shape" | null;
276
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
277
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
277
278
  openSidebar: {
278
279
  name: string;
279
280
  tab?: string | undefined;
@@ -364,6 +365,7 @@ export declare const actionUnlockAllElements: {
364
365
  focusedId: string | null;
365
366
  matches: readonly import("../types").SearchMatch[];
366
367
  }> | null;
368
+ stylesPanelMode: "compact" | "full";
367
369
  };
368
370
  captureUpdate: "IMMEDIATELY";
369
371
  };
@@ -76,7 +76,7 @@ export declare const actionSetEmbeddableAsActiveTool: {
76
76
  value: import("../types").NormalizedZoomValue;
77
77
  }>;
78
78
  openMenu: "canvas" | "shape" | null;
79
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
79
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
80
80
  openSidebar: {
81
81
  name: string;
82
82
  tab?: string | undefined;
@@ -177,6 +177,7 @@ export declare const actionSetEmbeddableAsActiveTool: {
177
177
  lockedMultiSelections: {
178
178
  [groupId: string]: true;
179
179
  };
180
+ stylesPanelMode: "compact" | "full";
180
181
  };
181
182
  captureUpdate: "EVENTUALLY";
182
183
  };
@@ -74,7 +74,7 @@ export declare const actionChangeProjectName: {
74
74
  value: import("../types").NormalizedZoomValue;
75
75
  }>;
76
76
  openMenu: "canvas" | "shape" | null;
77
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
77
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
78
78
  openSidebar: {
79
79
  name: string;
80
80
  tab?: string | undefined;
@@ -175,6 +175,7 @@ export declare const actionChangeProjectName: {
175
175
  lockedMultiSelections: {
176
176
  [groupId: string]: true;
177
177
  };
178
+ stylesPanelMode: "compact" | "full";
178
179
  };
179
180
  captureUpdate: "EVENTUALLY";
180
181
  };
@@ -258,7 +259,7 @@ export declare const actionChangeExportScale: {
258
259
  value: import("../types").NormalizedZoomValue;
259
260
  }>;
260
261
  openMenu: "canvas" | "shape" | null;
261
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
262
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
262
263
  openSidebar: {
263
264
  name: string;
264
265
  tab?: string | undefined;
@@ -359,6 +360,7 @@ export declare const actionChangeExportScale: {
359
360
  lockedMultiSelections: {
360
361
  [groupId: string]: true;
361
362
  };
363
+ stylesPanelMode: "compact" | "full";
362
364
  };
363
365
  captureUpdate: "EVENTUALLY";
364
366
  };
@@ -442,7 +444,7 @@ export declare const actionChangeExportBackground: {
442
444
  value: import("../types").NormalizedZoomValue;
443
445
  }>;
444
446
  openMenu: "canvas" | "shape" | null;
445
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
447
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
446
448
  openSidebar: {
447
449
  name: string;
448
450
  tab?: string | undefined;
@@ -543,6 +545,7 @@ export declare const actionChangeExportBackground: {
543
545
  lockedMultiSelections: {
544
546
  [groupId: string]: true;
545
547
  };
548
+ stylesPanelMode: "compact" | "full";
546
549
  };
547
550
  captureUpdate: "EVENTUALLY";
548
551
  };
@@ -626,7 +629,7 @@ export declare const actionChangeExportEmbedScene: {
626
629
  value: import("../types").NormalizedZoomValue;
627
630
  }>;
628
631
  openMenu: "canvas" | "shape" | null;
629
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
632
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
630
633
  openSidebar: {
631
634
  name: string;
632
635
  tab?: string | undefined;
@@ -727,6 +730,7 @@ export declare const actionChangeExportEmbedScene: {
727
730
  lockedMultiSelections: {
728
731
  [groupId: string]: true;
729
732
  };
733
+ stylesPanelMode: "compact" | "full";
730
734
  };
731
735
  captureUpdate: "EVENTUALLY";
732
736
  };
@@ -816,7 +820,7 @@ export declare const actionSaveToActiveFile: {
816
820
  value: import("../types").NormalizedZoomValue;
817
821
  }>;
818
822
  openMenu: "canvas" | "shape" | null;
819
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
823
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
820
824
  openSidebar: {
821
825
  name: string;
822
826
  tab?: string | undefined;
@@ -911,6 +915,7 @@ export declare const actionSaveToActiveFile: {
911
915
  lockedMultiSelections: {
912
916
  [groupId: string]: true;
913
917
  };
918
+ stylesPanelMode: "compact" | "full";
914
919
  };
915
920
  } | {
916
921
  captureUpdate: "EVENTUALLY";
@@ -1003,7 +1008,7 @@ export declare const actionSaveFileToDisk: {
1003
1008
  value: import("../types").NormalizedZoomValue;
1004
1009
  }>;
1005
1010
  openMenu: "canvas" | "shape" | null;
1006
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
1011
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
1007
1012
  openSidebar: {
1008
1013
  name: string;
1009
1014
  tab?: string | undefined;
@@ -1087,6 +1092,7 @@ export declare const actionSaveFileToDisk: {
1087
1092
  lockedMultiSelections: {
1088
1093
  [groupId: string]: true;
1089
1094
  };
1095
+ stylesPanelMode: "compact" | "full";
1090
1096
  };
1091
1097
  } | {
1092
1098
  captureUpdate: "EVENTUALLY";
@@ -1224,7 +1230,7 @@ export declare const actionLoadScene: {
1224
1230
  scrolledOutside: boolean;
1225
1231
  isResizing: boolean;
1226
1232
  openMenu: "canvas" | "shape" | null;
1227
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
1233
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
1228
1234
  openSidebar: {
1229
1235
  name: string;
1230
1236
  tab?: string | undefined;
@@ -1271,6 +1277,7 @@ export declare const actionLoadScene: {
1271
1277
  lockedMultiSelections: {
1272
1278
  [groupId: string]: true;
1273
1279
  };
1280
+ stylesPanelMode: "compact" | "full";
1274
1281
  };
1275
1282
  files: import("../types").BinaryFiles;
1276
1283
  captureUpdate: "IMMEDIATELY";
@@ -1344,7 +1351,7 @@ export declare const actionLoadScene: {
1344
1351
  value: import("../types").NormalizedZoomValue;
1345
1352
  }>;
1346
1353
  openMenu: "canvas" | "shape" | null;
1347
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
1354
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
1348
1355
  openSidebar: {
1349
1356
  name: string;
1350
1357
  tab?: string | undefined;
@@ -1445,6 +1452,7 @@ export declare const actionLoadScene: {
1445
1452
  lockedMultiSelections: {
1446
1453
  [groupId: string]: true;
1447
1454
  };
1455
+ stylesPanelMode: "compact" | "full";
1448
1456
  };
1449
1457
  files: import("../types").BinaryFiles;
1450
1458
  captureUpdate: "EVENTUALLY";
@@ -1529,7 +1537,7 @@ export declare const actionExportWithDarkMode: {
1529
1537
  value: import("../types").NormalizedZoomValue;
1530
1538
  }>;
1531
1539
  openMenu: "canvas" | "shape" | null;
1532
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
1540
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
1533
1541
  openSidebar: {
1534
1542
  name: string;
1535
1543
  tab?: string | undefined;
@@ -1630,6 +1638,7 @@ export declare const actionExportWithDarkMode: {
1630
1638
  lockedMultiSelections: {
1631
1639
  [groupId: string]: true;
1632
1640
  };
1641
+ stylesPanelMode: "compact" | "full";
1633
1642
  };
1634
1643
  captureUpdate: "EVENTUALLY";
1635
1644
  };
@@ -117,7 +117,7 @@ export declare const actionFinalize: {
117
117
  value: import("../types").NormalizedZoomValue;
118
118
  }>;
119
119
  openMenu: "canvas" | "shape" | null;
120
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
120
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
121
121
  openSidebar: {
122
122
  name: string;
123
123
  tab?: string | undefined;
@@ -217,6 +217,7 @@ export declare const actionFinalize: {
217
217
  lockedMultiSelections: {
218
218
  [groupId: string]: true;
219
219
  };
220
+ stylesPanelMode: "compact" | "full";
220
221
  };
221
222
  captureUpdate: "IMMEDIATELY";
222
223
  } | {
@@ -290,7 +291,7 @@ export declare const actionFinalize: {
290
291
  value: import("../types").NormalizedZoomValue;
291
292
  }>;
292
293
  openMenu: "canvas" | "shape" | null;
293
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
294
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
294
295
  openSidebar: {
295
296
  name: string;
296
297
  tab?: string | undefined;
@@ -387,6 +388,7 @@ export declare const actionFinalize: {
387
388
  lockedMultiSelections: {
388
389
  [groupId: string]: true;
389
390
  };
391
+ stylesPanelMode: "compact" | "full";
390
392
  };
391
393
  captureUpdate: "IMMEDIATELY";
392
394
  };
@@ -78,7 +78,7 @@ export declare const actionSelectAllElementsInFrame: {
78
78
  value: import("../types").NormalizedZoomValue;
79
79
  }>;
80
80
  openMenu: "canvas" | "shape" | null;
81
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
81
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
82
82
  openSidebar: {
83
83
  name: string;
84
84
  tab?: string | undefined;
@@ -176,6 +176,7 @@ export declare const actionSelectAllElementsInFrame: {
176
176
  lockedMultiSelections: {
177
177
  [groupId: string]: true;
178
178
  };
179
+ stylesPanelMode: "compact" | "full";
179
180
  };
180
181
  captureUpdate: "IMMEDIATELY";
181
182
  } | {
@@ -266,7 +267,7 @@ export declare const actionRemoveAllElementsFromFrame: {
266
267
  value: import("../types").NormalizedZoomValue;
267
268
  }>;
268
269
  openMenu: "canvas" | "shape" | null;
269
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
270
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
270
271
  openSidebar: {
271
272
  name: string;
272
273
  tab?: string | undefined;
@@ -364,6 +365,7 @@ export declare const actionRemoveAllElementsFromFrame: {
364
365
  lockedMultiSelections: {
365
366
  [groupId: string]: true;
366
367
  };
368
+ stylesPanelMode: "compact" | "full";
367
369
  };
368
370
  captureUpdate: "IMMEDIATELY";
369
371
  } | {
@@ -452,7 +454,7 @@ export declare const actionupdateFrameRendering: {
452
454
  value: import("../types").NormalizedZoomValue;
453
455
  }>;
454
456
  openMenu: "canvas" | "shape" | null;
455
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
457
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
456
458
  openSidebar: {
457
459
  name: string;
458
460
  tab?: string | undefined;
@@ -553,6 +555,7 @@ export declare const actionupdateFrameRendering: {
553
555
  lockedMultiSelections: {
554
556
  [groupId: string]: true;
555
557
  };
558
+ stylesPanelMode: "compact" | "full";
556
559
  };
557
560
  captureUpdate: "EVENTUALLY";
558
561
  };
@@ -638,7 +641,7 @@ export declare const actionSetFrameAsActiveTool: {
638
641
  value: import("../types").NormalizedZoomValue;
639
642
  }>;
640
643
  openMenu: "canvas" | "shape" | null;
641
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
644
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
642
645
  openSidebar: {
643
646
  name: string;
644
647
  tab?: string | undefined;
@@ -739,6 +742,7 @@ export declare const actionSetFrameAsActiveTool: {
739
742
  lockedMultiSelections: {
740
743
  [groupId: string]: true;
741
744
  };
745
+ stylesPanelMode: "compact" | "full";
742
746
  };
743
747
  captureUpdate: "EVENTUALLY";
744
748
  };
@@ -88,7 +88,7 @@ export declare const actionGroup: {
88
88
  value: import("../types").NormalizedZoomValue;
89
89
  }>;
90
90
  openMenu: "canvas" | "shape" | null;
91
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
91
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
92
92
  openSidebar: {
93
93
  name: string;
94
94
  tab?: string | undefined;
@@ -182,6 +182,7 @@ export declare const actionGroup: {
182
182
  lockedMultiSelections: {
183
183
  [groupId: string]: true;
184
184
  };
185
+ stylesPanelMode: "compact" | "full";
185
186
  };
186
187
  elements: OrderedExcalidrawElement[];
187
188
  captureUpdate: "IMMEDIATELY";
@@ -279,7 +280,7 @@ export declare const actionUngroup: {
279
280
  value: import("../types").NormalizedZoomValue;
280
281
  }>;
281
282
  openMenu: "canvas" | "shape" | null;
282
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
283
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
283
284
  openSidebar: {
284
285
  name: string;
285
286
  tab?: string | undefined;
@@ -373,6 +374,7 @@ export declare const actionUngroup: {
373
374
  lockedMultiSelections: {
374
375
  [groupId: string]: true;
375
376
  };
377
+ stylesPanelMode: "compact" | "full";
376
378
  };
377
379
  elements: OrderedExcalidrawElement[];
378
380
  captureUpdate: "IMMEDIATELY";
@@ -111,7 +111,7 @@ export declare const actionToggleLinearEditor: {
111
111
  value: import("../types").NormalizedZoomValue;
112
112
  }>;
113
113
  openMenu: "canvas" | "shape" | null;
114
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
114
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
115
115
  openSidebar: {
116
116
  name: string;
117
117
  tab?: string | undefined;
@@ -211,10 +211,11 @@ export declare const actionToggleLinearEditor: {
211
211
  lockedMultiSelections: {
212
212
  [groupId: string]: true;
213
213
  };
214
+ stylesPanelMode: "compact" | "full";
214
215
  };
215
216
  captureUpdate: "IMMEDIATELY";
216
217
  };
217
- PanelComponent: ({ appState, updateData, app }: import("./types").PanelComponentProps) => import("react/jsx-runtime").JSX.Element;
218
+ PanelComponent: ({ appState, updateData, app }: import("./types").PanelComponentProps) => import("react/jsx-runtime").JSX.Element | null;
218
219
  } & {
219
220
  keyTest?: undefined;
220
221
  };
@@ -74,7 +74,7 @@ export declare const actionLink: {
74
74
  zoom: Readonly<{
75
75
  value: import("../types").NormalizedZoomValue;
76
76
  }>;
77
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
77
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
78
78
  openSidebar: {
79
79
  name: string;
80
80
  tab?: string | undefined;
@@ -174,6 +174,7 @@ export declare const actionLink: {
174
174
  lockedMultiSelections: {
175
175
  [groupId: string]: true;
176
176
  };
177
+ stylesPanelMode: "compact" | "full";
177
178
  };
178
179
  captureUpdate: "IMMEDIATELY";
179
180
  };
@@ -74,7 +74,7 @@ export declare const actionToggleCanvasMenu: {
74
74
  zoom: Readonly<{
75
75
  value: import("../types").NormalizedZoomValue;
76
76
  }>;
77
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
77
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
78
78
  openSidebar: {
79
79
  name: string;
80
80
  tab?: string | undefined;
@@ -175,6 +175,7 @@ export declare const actionToggleCanvasMenu: {
175
175
  lockedMultiSelections: {
176
176
  [groupId: string]: true;
177
177
  };
178
+ stylesPanelMode: "compact" | "full";
178
179
  };
179
180
  captureUpdate: "EVENTUALLY";
180
181
  };
@@ -257,7 +258,7 @@ export declare const actionToggleEditMenu: {
257
258
  zoom: Readonly<{
258
259
  value: import("../types").NormalizedZoomValue;
259
260
  }>;
260
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
261
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
261
262
  openSidebar: {
262
263
  name: string;
263
264
  tab?: string | undefined;
@@ -358,6 +359,7 @@ export declare const actionToggleEditMenu: {
358
359
  lockedMultiSelections: {
359
360
  [groupId: string]: true;
360
361
  };
362
+ stylesPanelMode: "compact" | "full";
361
363
  };
362
364
  captureUpdate: "EVENTUALLY";
363
365
  };
@@ -446,7 +448,7 @@ export declare const actionShortcuts: {
446
448
  value: import("../types").NormalizedZoomValue;
447
449
  }>;
448
450
  openMenu: "canvas" | "shape" | null;
449
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
451
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
450
452
  openSidebar: {
451
453
  name: string;
452
454
  tab?: string | undefined;
@@ -536,6 +538,7 @@ export declare const actionShortcuts: {
536
538
  lockedMultiSelections: {
537
539
  [groupId: string]: true;
538
540
  };
541
+ stylesPanelMode: "compact" | "full";
539
542
  };
540
543
  captureUpdate: "EVENTUALLY";
541
544
  };
@@ -77,7 +77,7 @@ export declare const actionGoToCollaborator: {
77
77
  value: import("../types").NormalizedZoomValue;
78
78
  }>;
79
79
  openMenu: "canvas" | "shape" | null;
80
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
80
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
81
81
  openSidebar: {
82
82
  name: string;
83
83
  tab?: string | undefined;
@@ -177,6 +177,7 @@ export declare const actionGoToCollaborator: {
177
177
  lockedMultiSelections: {
178
178
  [groupId: string]: true;
179
179
  };
180
+ stylesPanelMode: "compact" | "full";
180
181
  };
181
182
  captureUpdate: "EVENTUALLY";
182
183
  } | {
@@ -252,7 +253,7 @@ export declare const actionGoToCollaborator: {
252
253
  zoom: Readonly<{
253
254
  value: import("../types").NormalizedZoomValue;
254
255
  }>;
255
- openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
256
+ openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | "compactTextProperties" | "compactStrokeStyles" | "compactOtherProperties" | "compactArrowProperties" | null;
256
257
  openSidebar: {
257
258
  name: string;
258
259
  tab?: string | undefined;
@@ -352,6 +353,7 @@ export declare const actionGoToCollaborator: {
352
353
  lockedMultiSelections: {
353
354
  [groupId: string]: true;
354
355
  };
356
+ stylesPanelMode: "compact" | "full";
355
357
  };
356
358
  captureUpdate: "EVENTUALLY";
357
359
  };