@excalidraw/excalidraw 0.17.1-7441-8b04eb5 → 0.17.1-7500-ac247a0

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 (69) hide show
  1. package/dist/browser/dev/excalidraw-assets-dev/{chunk-SUHLFFEF.js → chunk-KGZXLFLR.js} +12342 -12294
  2. package/dist/browser/dev/excalidraw-assets-dev/chunk-KGZXLFLR.js.map +7 -0
  3. package/dist/browser/dev/excalidraw-assets-dev/{image-NOPDRTTM.css → image-3MFRCKYM.css} +3929 -3929
  4. package/dist/browser/dev/excalidraw-assets-dev/image-3MFRCKYM.css.map +7 -0
  5. package/dist/browser/dev/excalidraw-assets-dev/{image-HYNUJ3XL.js → image-5TVMINCA.js} +2 -2
  6. package/dist/browser/dev/index.js +17 -7
  7. package/dist/browser/prod/excalidraw-assets/chunk-4YN2HN3S.js +257 -0
  8. package/dist/browser/prod/excalidraw-assets/{image-DZ6B4AID.js → image-LTLHTTSE.js} +1 -1
  9. package/dist/browser/prod/excalidraw-assets/image-QBL334OA.css +1 -0
  10. package/dist/browser/prod/index.js +1 -1
  11. package/dist/dev/index.js +785 -740
  12. package/dist/dev/index.js.map +4 -4
  13. package/dist/excalidraw/actions/actionAddToLibrary.d.ts +3 -3
  14. package/dist/excalidraw/actions/actionBoundText.d.ts +2 -2
  15. package/dist/excalidraw/actions/actionCanvas.d.ts +12 -12
  16. package/dist/excalidraw/actions/actionClipboard.d.ts +7 -7
  17. package/dist/excalidraw/actions/actionDeleteSelected.d.ts +3 -3
  18. package/dist/excalidraw/actions/actionElementLock.d.ts +2 -2
  19. package/dist/excalidraw/actions/actionExport.d.ts +8 -8
  20. package/dist/excalidraw/actions/actionFinalize.d.ts +2 -2
  21. package/dist/excalidraw/actions/actionFrame.d.ts +3 -3
  22. package/dist/excalidraw/actions/actionGroup.d.ts +2 -2
  23. package/dist/excalidraw/actions/actionLinearEditor.d.ts +1 -1
  24. package/dist/excalidraw/actions/actionMenu.d.ts +2 -2
  25. package/dist/excalidraw/actions/actionNavigate.d.ts +2 -2
  26. package/dist/excalidraw/actions/actionProperties.d.ts +13 -13
  27. package/dist/excalidraw/actions/actionSelectAll.d.ts +1 -1
  28. package/dist/excalidraw/actions/actionStyles.d.ts +1 -1
  29. package/dist/excalidraw/actions/actionToggleGridMode.d.ts +1 -1
  30. package/dist/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +1 -1
  31. package/dist/excalidraw/actions/actionToggleStats.d.ts +1 -1
  32. package/dist/excalidraw/actions/actionToggleViewMode.d.ts +1 -1
  33. package/dist/excalidraw/actions/actionToggleZenMode.d.ts +1 -1
  34. package/dist/excalidraw/components/App.d.ts +9 -1
  35. package/dist/excalidraw/components/App.js +91 -71
  36. package/dist/excalidraw/components/ImageExportDialog.js +1 -1
  37. package/dist/excalidraw/components/PublishLibrary.js +1 -1
  38. package/dist/excalidraw/components/Sidebar/Sidebar.d.ts +1 -1
  39. package/dist/excalidraw/components/dropdownMenu/common.d.ts +1 -1
  40. package/dist/excalidraw/constants.d.ts +2 -0
  41. package/dist/excalidraw/constants.js +4 -0
  42. package/dist/excalidraw/data/index.js +1 -1
  43. package/dist/excalidraw/element/Hyperlink.d.ts +1 -1
  44. package/dist/excalidraw/element/embeddable.d.ts +1 -1
  45. package/dist/excalidraw/element/linearElementEditor.d.ts +1 -1
  46. package/dist/excalidraw/emitter.d.ts +5 -9
  47. package/dist/excalidraw/emitter.js +12 -12
  48. package/dist/excalidraw/frame.js +1 -1
  49. package/dist/excalidraw/hooks/useLibraryItemSvg.js +1 -1
  50. package/dist/excalidraw/index.d.ts +9 -4
  51. package/dist/excalidraw/index.js +9 -4
  52. package/dist/excalidraw/scene/export.js +1 -1
  53. package/dist/excalidraw/types.d.ts +1 -1
  54. package/dist/excalidraw/utils.d.ts +7 -1
  55. package/dist/excalidraw/utils.js +15 -0
  56. package/dist/prod/index.js +30 -30
  57. package/dist/utils/bbox.d.ts +2 -2
  58. package/dist/utils/export.d.ts +3 -9
  59. package/dist/utils/export.js +13 -9
  60. package/dist/utils/index.d.ts +3 -0
  61. package/dist/utils/index.js +3 -0
  62. package/dist/utils/withinBounds.d.ts +1 -1
  63. package/dist/utils/withinBounds.js +1 -3
  64. package/package.json +4 -4
  65. package/dist/browser/dev/excalidraw-assets-dev/chunk-SUHLFFEF.js.map +0 -7
  66. package/dist/browser/dev/excalidraw-assets-dev/image-NOPDRTTM.css.map +0 -7
  67. package/dist/browser/prod/excalidraw-assets/chunk-HE2P7BQ6.js +0 -257
  68. package/dist/browser/prod/excalidraw-assets/image-J2QCCYAR.css +0 -1
  69. /package/dist/browser/dev/excalidraw-assets-dev/{image-HYNUJ3XL.js.map → image-5TVMINCA.js.map} +0 -0
@@ -81,7 +81,7 @@ export declare const actionAddToLibrary: {
81
81
  tab?: string | undefined;
82
82
  } | null;
83
83
  openDialog: {
84
- name: "imageExport" | "help" | "jsonExport";
84
+ name: "help" | "imageExport" | "jsonExport";
85
85
  } | {
86
86
  name: "settings";
87
87
  source: "settings" | "tool" | "generation";
@@ -225,7 +225,7 @@ export declare const actionAddToLibrary: {
225
225
  tab?: string | undefined;
226
226
  } | null;
227
227
  openDialog: {
228
- name: "imageExport" | "help" | "jsonExport";
228
+ name: "help" | "imageExport" | "jsonExport";
229
229
  } | {
230
230
  name: "settings";
231
231
  source: "settings" | "tool" | "generation";
@@ -374,7 +374,7 @@ export declare const actionAddToLibrary: {
374
374
  tab?: string | undefined;
375
375
  } | null;
376
376
  openDialog: {
377
- name: "imageExport" | "help" | "jsonExport";
377
+ name: "help" | "imageExport" | "jsonExport";
378
378
  } | {
379
379
  name: "settings";
380
380
  source: "settings" | "tool" | "generation";
@@ -101,7 +101,7 @@ export declare const actionBindText: {
101
101
  tab?: string | undefined;
102
102
  } | null;
103
103
  openDialog: {
104
- name: "imageExport" | "help" | "jsonExport";
104
+ name: "help" | "imageExport" | "jsonExport";
105
105
  } | {
106
106
  name: "settings";
107
107
  source: "settings" | "tool" | "generation";
@@ -262,7 +262,7 @@ export declare const actionWrapTextInContainer: {
262
262
  tab?: string | undefined;
263
263
  } | null;
264
264
  openDialog: {
265
- name: "imageExport" | "help" | "jsonExport";
265
+ name: "help" | "imageExport" | "jsonExport";
266
266
  } | {
267
267
  name: "settings";
268
268
  source: "settings" | "tool" | "generation";
@@ -105,7 +105,7 @@ export declare const actionClearCanvas: {
105
105
  tab?: string | undefined;
106
106
  } | null;
107
107
  openDialog: {
108
- name: "imageExport" | "help" | "jsonExport";
108
+ name: "help" | "imageExport" | "jsonExport";
109
109
  } | {
110
110
  name: "settings";
111
111
  source: "settings" | "tool" | "generation";
@@ -251,7 +251,7 @@ export declare const actionZoomIn: {
251
251
  tab?: string | undefined;
252
252
  } | null;
253
253
  openDialog: {
254
- name: "imageExport" | "help" | "jsonExport";
254
+ name: "help" | "imageExport" | "jsonExport";
255
255
  } | {
256
256
  name: "settings";
257
257
  source: "settings" | "tool" | "generation";
@@ -412,7 +412,7 @@ export declare const actionZoomOut: {
412
412
  tab?: string | undefined;
413
413
  } | null;
414
414
  openDialog: {
415
- name: "imageExport" | "help" | "jsonExport";
415
+ name: "help" | "imageExport" | "jsonExport";
416
416
  } | {
417
417
  name: "settings";
418
418
  source: "settings" | "tool" | "generation";
@@ -573,7 +573,7 @@ export declare const actionResetZoom: {
573
573
  tab?: string | undefined;
574
574
  } | null;
575
575
  openDialog: {
576
- name: "imageExport" | "help" | "jsonExport";
576
+ name: "help" | "imageExport" | "jsonExport";
577
577
  } | {
578
578
  name: "settings";
579
579
  source: "settings" | "tool" | "generation";
@@ -734,7 +734,7 @@ export declare const zoomToFitBounds: ({ bounds, appState, fitToViewport, viewpo
734
734
  tab?: string | undefined;
735
735
  } | null;
736
736
  openDialog: {
737
- name: "imageExport" | "help" | "jsonExport";
737
+ name: "help" | "imageExport" | "jsonExport";
738
738
  } | {
739
739
  name: "settings";
740
740
  source: "settings" | "tool" | "generation";
@@ -891,7 +891,7 @@ export declare const zoomToFit: ({ targetElements, appState, fitToViewport, view
891
891
  tab?: string | undefined;
892
892
  } | null;
893
893
  openDialog: {
894
- name: "imageExport" | "help" | "jsonExport";
894
+ name: "help" | "imageExport" | "jsonExport";
895
895
  } | {
896
896
  name: "settings";
897
897
  source: "settings" | "tool" | "generation";
@@ -1046,7 +1046,7 @@ export declare const actionZoomToFitSelectionInViewport: {
1046
1046
  tab?: string | undefined;
1047
1047
  } | null;
1048
1048
  openDialog: {
1049
- name: "imageExport" | "help" | "jsonExport";
1049
+ name: "help" | "imageExport" | "jsonExport";
1050
1050
  } | {
1051
1051
  name: "settings";
1052
1052
  source: "settings" | "tool" | "generation";
@@ -1205,7 +1205,7 @@ export declare const actionZoomToFitSelection: {
1205
1205
  tab?: string | undefined;
1206
1206
  } | null;
1207
1207
  openDialog: {
1208
- name: "imageExport" | "help" | "jsonExport";
1208
+ name: "help" | "imageExport" | "jsonExport";
1209
1209
  } | {
1210
1210
  name: "settings";
1211
1211
  source: "settings" | "tool" | "generation";
@@ -1365,7 +1365,7 @@ export declare const actionZoomToFit: {
1365
1365
  tab?: string | undefined;
1366
1366
  } | null;
1367
1367
  openDialog: {
1368
- name: "imageExport" | "help" | "jsonExport";
1368
+ name: "help" | "imageExport" | "jsonExport";
1369
1369
  } | {
1370
1370
  name: "settings";
1371
1371
  source: "settings" | "tool" | "generation";
@@ -1526,7 +1526,7 @@ export declare const actionToggleTheme: {
1526
1526
  tab?: string | undefined;
1527
1527
  } | null;
1528
1528
  openDialog: {
1529
- name: "imageExport" | "help" | "jsonExport";
1529
+ name: "help" | "imageExport" | "jsonExport";
1530
1530
  } | {
1531
1531
  name: "settings";
1532
1532
  source: "settings" | "tool" | "generation";
@@ -1684,7 +1684,7 @@ export declare const actionToggleEraserTool: {
1684
1684
  tab?: string | undefined;
1685
1685
  } | null;
1686
1686
  openDialog: {
1687
- name: "imageExport" | "help" | "jsonExport";
1687
+ name: "help" | "imageExport" | "jsonExport";
1688
1688
  } | {
1689
1689
  name: "settings";
1690
1690
  source: "settings" | "tool" | "generation";
@@ -1836,7 +1836,7 @@ export declare const actionToggleHandTool: {
1836
1836
  tab?: string | undefined;
1837
1837
  } | null;
1838
1838
  openDialog: {
1839
- name: "imageExport" | "help" | "jsonExport";
1839
+ name: "help" | "imageExport" | "jsonExport";
1840
1840
  } | {
1841
1841
  name: "settings";
1842
1842
  source: "settings" | "tool" | "generation";
@@ -78,7 +78,7 @@ export declare const actionCopy: {
78
78
  tab?: string | undefined;
79
79
  } | null;
80
80
  openDialog: {
81
- name: "imageExport" | "help" | "jsonExport";
81
+ name: "help" | "imageExport" | "jsonExport";
82
82
  } | {
83
83
  name: "settings";
84
84
  source: "settings" | "tool" | "generation";
@@ -241,7 +241,7 @@ export declare const actionPaste: {
241
241
  tab?: string | undefined;
242
242
  } | null;
243
243
  openDialog: {
244
- name: "imageExport" | "help" | "jsonExport";
244
+ name: "help" | "imageExport" | "jsonExport";
245
245
  } | {
246
246
  name: "settings";
247
247
  source: "settings" | "tool" | "generation";
@@ -404,7 +404,7 @@ export declare const actionCut: {
404
404
  tab?: string | undefined;
405
405
  } | null;
406
406
  openDialog: {
407
- name: "imageExport" | "help" | "jsonExport";
407
+ name: "help" | "imageExport" | "jsonExport";
408
408
  } | {
409
409
  name: "settings";
410
410
  source: "settings" | "tool" | "generation";
@@ -582,7 +582,7 @@ export declare const actionCut: {
582
582
  tab?: string | undefined;
583
583
  } | null;
584
584
  openDialog: {
585
- name: "imageExport" | "help" | "jsonExport";
585
+ name: "help" | "imageExport" | "jsonExport";
586
586
  } | {
587
587
  name: "settings";
588
588
  source: "settings" | "tool" | "generation";
@@ -731,7 +731,7 @@ export declare const actionCut: {
731
731
  tab?: string | undefined;
732
732
  } | null;
733
733
  openDialog: {
734
- name: "imageExport" | "help" | "jsonExport";
734
+ name: "help" | "imageExport" | "jsonExport";
735
735
  } | {
736
736
  name: "settings";
737
737
  source: "settings" | "tool" | "generation";
@@ -888,7 +888,7 @@ export declare const actionCopyAsSvg: {
888
888
  tab?: string | undefined;
889
889
  } | null;
890
890
  openDialog: {
891
- name: "imageExport" | "help" | "jsonExport";
891
+ name: "help" | "imageExport" | "jsonExport";
892
892
  } | {
893
893
  name: "settings";
894
894
  source: "settings" | "tool" | "generation";
@@ -1051,7 +1051,7 @@ export declare const actionCopyAsPng: {
1051
1051
  tab?: string | undefined;
1052
1052
  } | null;
1053
1053
  openDialog: {
1054
- name: "imageExport" | "help" | "jsonExport";
1054
+ name: "help" | "imageExport" | "jsonExport";
1055
1055
  } | {
1056
1056
  name: "settings";
1057
1057
  source: "settings" | "tool" | "generation";
@@ -82,7 +82,7 @@ export declare const actionDeleteSelected: {
82
82
  tab?: string | undefined;
83
83
  } | null;
84
84
  openDialog: {
85
- name: "imageExport" | "help" | "jsonExport";
85
+ name: "help" | "imageExport" | "jsonExport";
86
86
  } | {
87
87
  name: "settings";
88
88
  source: "settings" | "tool" | "generation";
@@ -260,7 +260,7 @@ export declare const actionDeleteSelected: {
260
260
  tab?: string | undefined;
261
261
  } | null;
262
262
  openDialog: {
263
- name: "imageExport" | "help" | "jsonExport";
263
+ name: "help" | "imageExport" | "jsonExport";
264
264
  } | {
265
265
  name: "settings";
266
266
  source: "settings" | "tool" | "generation";
@@ -409,7 +409,7 @@ export declare const actionDeleteSelected: {
409
409
  tab?: string | undefined;
410
410
  } | null;
411
411
  openDialog: {
412
- name: "imageExport" | "help" | "jsonExport";
412
+ name: "help" | "imageExport" | "jsonExport";
413
413
  } | {
414
414
  name: "settings";
415
415
  source: "settings" | "tool" | "generation";
@@ -81,7 +81,7 @@ export declare const actionToggleElementLock: {
81
81
  tab?: string | undefined;
82
82
  } | null;
83
83
  openDialog: {
84
- name: "imageExport" | "help" | "jsonExport";
84
+ name: "help" | "imageExport" | "jsonExport";
85
85
  } | {
86
86
  name: "settings";
87
87
  source: "settings" | "tool" | "generation";
@@ -246,7 +246,7 @@ export declare const actionUnlockAllElements: {
246
246
  tab?: string | undefined;
247
247
  } | null;
248
248
  openDialog: {
249
- name: "imageExport" | "help" | "jsonExport";
249
+ name: "help" | "imageExport" | "jsonExport";
250
250
  } | {
251
251
  name: "settings";
252
252
  source: "settings" | "tool" | "generation";
@@ -77,7 +77,7 @@ export declare const actionChangeProjectName: {
77
77
  tab?: string | undefined;
78
78
  } | null;
79
79
  openDialog: {
80
- name: "imageExport" | "help" | "jsonExport";
80
+ name: "help" | "imageExport" | "jsonExport";
81
81
  } | {
82
82
  name: "settings";
83
83
  source: "settings" | "tool" | "generation";
@@ -237,7 +237,7 @@ export declare const actionChangeExportScale: {
237
237
  tab?: string | undefined;
238
238
  } | null;
239
239
  openDialog: {
240
- name: "imageExport" | "help" | "jsonExport";
240
+ name: "help" | "imageExport" | "jsonExport";
241
241
  } | {
242
242
  name: "settings";
243
243
  source: "settings" | "tool" | "generation";
@@ -397,7 +397,7 @@ export declare const actionChangeExportBackground: {
397
397
  tab?: string | undefined;
398
398
  } | null;
399
399
  openDialog: {
400
- name: "imageExport" | "help" | "jsonExport";
400
+ name: "help" | "imageExport" | "jsonExport";
401
401
  } | {
402
402
  name: "settings";
403
403
  source: "settings" | "tool" | "generation";
@@ -557,7 +557,7 @@ export declare const actionChangeExportEmbedScene: {
557
557
  tab?: string | undefined;
558
558
  } | null;
559
559
  openDialog: {
560
- name: "imageExport" | "help" | "jsonExport";
560
+ name: "help" | "imageExport" | "jsonExport";
561
561
  } | {
562
562
  name: "settings";
563
563
  source: "settings" | "tool" | "generation";
@@ -722,7 +722,7 @@ export declare const actionSaveToActiveFile: {
722
722
  tab?: string | undefined;
723
723
  } | null;
724
724
  openDialog: {
725
- name: "imageExport" | "help" | "jsonExport";
725
+ name: "help" | "imageExport" | "jsonExport";
726
726
  } | {
727
727
  name: "settings";
728
728
  source: "settings" | "tool" | "generation";
@@ -1032,7 +1032,7 @@ export declare const actionLoadScene: {
1032
1032
  tab?: string | undefined;
1033
1033
  } | null;
1034
1034
  openDialog: {
1035
- name: "imageExport" | "help" | "jsonExport";
1035
+ name: "help" | "imageExport" | "jsonExport";
1036
1036
  } | {
1037
1037
  name: "settings";
1038
1038
  source: "settings" | "tool" | "generation";
@@ -1179,7 +1179,7 @@ export declare const actionLoadScene: {
1179
1179
  tab?: string | undefined;
1180
1180
  } | null;
1181
1181
  openDialog: {
1182
- name: "imageExport" | "help" | "jsonExport";
1182
+ name: "help" | "imageExport" | "jsonExport";
1183
1183
  } | {
1184
1184
  name: "settings";
1185
1185
  source: "settings" | "tool" | "generation";
@@ -1340,7 +1340,7 @@ export declare const actionExportWithDarkMode: {
1340
1340
  tab?: string | undefined;
1341
1341
  } | null;
1342
1342
  openDialog: {
1343
- name: "imageExport" | "help" | "jsonExport";
1343
+ name: "help" | "imageExport" | "jsonExport";
1344
1344
  } | {
1345
1345
  name: "settings";
1346
1346
  source: "settings" | "tool" | "generation";
@@ -78,7 +78,7 @@ export declare const actionFinalize: {
78
78
  tab?: string | undefined;
79
79
  } | null;
80
80
  openDialog: {
81
- name: "imageExport" | "help" | "jsonExport";
81
+ name: "help" | "imageExport" | "jsonExport";
82
82
  } | {
83
83
  name: "settings";
84
84
  source: "settings" | "tool" | "generation";
@@ -230,7 +230,7 @@ export declare const actionFinalize: {
230
230
  tab?: string | undefined;
231
231
  } | null;
232
232
  openDialog: {
233
- name: "imageExport" | "help" | "jsonExport";
233
+ name: "help" | "imageExport" | "jsonExport";
234
234
  } | {
235
235
  name: "settings";
236
236
  source: "settings" | "tool" | "generation";
@@ -98,7 +98,7 @@ export declare const actionRemoveAllElementsFromFrame: {
98
98
  tab?: string | undefined;
99
99
  } | null;
100
100
  openDialog: {
101
- name: "imageExport" | "help" | "jsonExport";
101
+ name: "help" | "imageExport" | "jsonExport";
102
102
  } | {
103
103
  name: "settings";
104
104
  source: "settings" | "tool" | "generation";
@@ -261,7 +261,7 @@ export declare const actionupdateFrameRendering: {
261
261
  tab?: string | undefined;
262
262
  } | null;
263
263
  openDialog: {
264
- name: "imageExport" | "help" | "jsonExport";
264
+ name: "help" | "imageExport" | "jsonExport";
265
265
  } | {
266
266
  name: "settings";
267
267
  source: "settings" | "tool" | "generation";
@@ -422,7 +422,7 @@ export declare const actionSetFrameAsActiveTool: {
422
422
  tab?: string | undefined;
423
423
  } | null;
424
424
  openDialog: {
425
- name: "imageExport" | "help" | "jsonExport";
425
+ name: "help" | "imageExport" | "jsonExport";
426
426
  } | {
427
427
  name: "settings";
428
428
  source: "settings" | "tool" | "generation";
@@ -90,7 +90,7 @@ export declare const actionGroup: {
90
90
  tab?: string | undefined;
91
91
  } | null;
92
92
  openDialog: {
93
- name: "imageExport" | "help" | "jsonExport";
93
+ name: "help" | "imageExport" | "jsonExport";
94
94
  } | {
95
95
  name: "settings";
96
96
  source: "settings" | "tool" | "generation";
@@ -257,7 +257,7 @@ export declare const actionUngroup: {
257
257
  tab?: string | undefined;
258
258
  } | null;
259
259
  openDialog: {
260
- name: "imageExport" | "help" | "jsonExport";
260
+ name: "help" | "imageExport" | "jsonExport";
261
261
  } | {
262
262
  name: "settings";
263
263
  source: "settings" | "tool" | "generation";
@@ -80,7 +80,7 @@ export declare const actionToggleLinearEditor: {
80
80
  tab?: string | undefined;
81
81
  } | null;
82
82
  openDialog: {
83
- name: "imageExport" | "help" | "jsonExport";
83
+ name: "help" | "imageExport" | "jsonExport";
84
84
  } | {
85
85
  name: "settings";
86
86
  source: "settings" | "tool" | "generation";
@@ -77,7 +77,7 @@ export declare const actionToggleCanvasMenu: {
77
77
  tab?: string | undefined;
78
78
  } | null;
79
79
  openDialog: {
80
- name: "imageExport" | "help" | "jsonExport";
80
+ name: "help" | "imageExport" | "jsonExport";
81
81
  } | {
82
82
  name: "settings";
83
83
  source: "settings" | "tool" | "generation";
@@ -236,7 +236,7 @@ export declare const actionToggleEditMenu: {
236
236
  tab?: string | undefined;
237
237
  } | null;
238
238
  openDialog: {
239
- name: "imageExport" | "help" | "jsonExport";
239
+ name: "help" | "imageExport" | "jsonExport";
240
240
  } | {
241
241
  name: "settings";
242
242
  source: "settings" | "tool" | "generation";
@@ -80,7 +80,7 @@ export declare const actionGoToCollaborator: {
80
80
  tab?: string | undefined;
81
81
  } | null;
82
82
  openDialog: {
83
- name: "imageExport" | "help" | "jsonExport";
83
+ name: "help" | "imageExport" | "jsonExport";
84
84
  } | {
85
85
  name: "settings";
86
86
  source: "settings" | "tool" | "generation";
@@ -232,7 +232,7 @@ export declare const actionGoToCollaborator: {
232
232
  tab?: string | undefined;
233
233
  } | null;
234
234
  openDialog: {
235
- name: "imageExport" | "help" | "jsonExport";
235
+ name: "help" | "imageExport" | "jsonExport";
236
236
  } | {
237
237
  name: "settings";
238
238
  source: "settings" | "tool" | "generation";
@@ -96,7 +96,7 @@ export declare const actionChangeFillStyle: {
96
96
  tab?: string | undefined;
97
97
  } | null;
98
98
  openDialog: {
99
- name: "imageExport" | "help" | "jsonExport";
99
+ name: "help" | "imageExport" | "jsonExport";
100
100
  } | {
101
101
  name: "settings";
102
102
  source: "settings" | "tool" | "generation";
@@ -254,7 +254,7 @@ export declare const actionChangeStrokeWidth: {
254
254
  tab?: string | undefined;
255
255
  } | null;
256
256
  openDialog: {
257
- name: "imageExport" | "help" | "jsonExport";
257
+ name: "help" | "imageExport" | "jsonExport";
258
258
  } | {
259
259
  name: "settings";
260
260
  source: "settings" | "tool" | "generation";
@@ -412,7 +412,7 @@ export declare const actionChangeSloppiness: {
412
412
  tab?: string | undefined;
413
413
  } | null;
414
414
  openDialog: {
415
- name: "imageExport" | "help" | "jsonExport";
415
+ name: "help" | "imageExport" | "jsonExport";
416
416
  } | {
417
417
  name: "settings";
418
418
  source: "settings" | "tool" | "generation";
@@ -570,7 +570,7 @@ export declare const actionChangeStrokeStyle: {
570
570
  tab?: string | undefined;
571
571
  } | null;
572
572
  openDialog: {
573
- name: "imageExport" | "help" | "jsonExport";
573
+ name: "help" | "imageExport" | "jsonExport";
574
574
  } | {
575
575
  name: "settings";
576
576
  source: "settings" | "tool" | "generation";
@@ -728,7 +728,7 @@ export declare const actionChangeOpacity: {
728
728
  tab?: string | undefined;
729
729
  } | null;
730
730
  openDialog: {
731
- name: "imageExport" | "help" | "jsonExport";
731
+ name: "help" | "imageExport" | "jsonExport";
732
732
  } | {
733
733
  name: "settings";
734
734
  source: "settings" | "tool" | "generation";
@@ -886,7 +886,7 @@ export declare const actionChangeFontSize: {
886
886
  tab?: string | undefined;
887
887
  } | null;
888
888
  openDialog: {
889
- name: "imageExport" | "help" | "jsonExport";
889
+ name: "help" | "imageExport" | "jsonExport";
890
890
  } | {
891
891
  name: "settings";
892
892
  source: "settings" | "tool" | "generation";
@@ -1044,7 +1044,7 @@ export declare const actionDecreaseFontSize: {
1044
1044
  tab?: string | undefined;
1045
1045
  } | null;
1046
1046
  openDialog: {
1047
- name: "imageExport" | "help" | "jsonExport";
1047
+ name: "help" | "imageExport" | "jsonExport";
1048
1048
  } | {
1049
1049
  name: "settings";
1050
1050
  source: "settings" | "tool" | "generation";
@@ -1202,7 +1202,7 @@ export declare const actionIncreaseFontSize: {
1202
1202
  tab?: string | undefined;
1203
1203
  } | null;
1204
1204
  openDialog: {
1205
- name: "imageExport" | "help" | "jsonExport";
1205
+ name: "help" | "imageExport" | "jsonExport";
1206
1206
  } | {
1207
1207
  name: "settings";
1208
1208
  source: "settings" | "tool" | "generation";
@@ -1360,7 +1360,7 @@ export declare const actionChangeFontFamily: {
1360
1360
  tab?: string | undefined;
1361
1361
  } | null;
1362
1362
  openDialog: {
1363
- name: "imageExport" | "help" | "jsonExport";
1363
+ name: "help" | "imageExport" | "jsonExport";
1364
1364
  } | {
1365
1365
  name: "settings";
1366
1366
  source: "settings" | "tool" | "generation";
@@ -1518,7 +1518,7 @@ export declare const actionChangeTextAlign: {
1518
1518
  tab?: string | undefined;
1519
1519
  } | null;
1520
1520
  openDialog: {
1521
- name: "imageExport" | "help" | "jsonExport";
1521
+ name: "help" | "imageExport" | "jsonExport";
1522
1522
  } | {
1523
1523
  name: "settings";
1524
1524
  source: "settings" | "tool" | "generation";
@@ -1678,7 +1678,7 @@ export declare const actionChangeVerticalAlign: {
1678
1678
  tab?: string | undefined;
1679
1679
  } | null;
1680
1680
  openDialog: {
1681
- name: "imageExport" | "help" | "jsonExport";
1681
+ name: "help" | "imageExport" | "jsonExport";
1682
1682
  } | {
1683
1683
  name: "settings";
1684
1684
  source: "settings" | "tool" | "generation";
@@ -1836,7 +1836,7 @@ export declare const actionChangeRoundness: {
1836
1836
  tab?: string | undefined;
1837
1837
  } | null;
1838
1838
  openDialog: {
1839
- name: "imageExport" | "help" | "jsonExport";
1839
+ name: "help" | "imageExport" | "jsonExport";
1840
1840
  } | {
1841
1841
  name: "settings";
1842
1842
  source: "settings" | "tool" | "generation";
@@ -1997,7 +1997,7 @@ export declare const actionChangeArrowhead: {
1997
1997
  tab?: string | undefined;
1998
1998
  } | null;
1999
1999
  openDialog: {
2000
- name: "imageExport" | "help" | "jsonExport";
2000
+ name: "help" | "imageExport" | "jsonExport";
2001
2001
  } | {
2002
2002
  name: "settings";
2003
2003
  source: "settings" | "tool" | "generation";
@@ -87,7 +87,7 @@ export declare const actionSelectAll: {
87
87
  tab?: string | undefined;
88
88
  } | null;
89
89
  openDialog: {
90
- name: "imageExport" | "help" | "jsonExport";
90
+ name: "help" | "imageExport" | "jsonExport";
91
91
  } | {
92
92
  name: "settings";
93
93
  source: "settings" | "tool" | "generation";
@@ -81,7 +81,7 @@ export declare const actionCopyStyles: {
81
81
  tab?: string | undefined;
82
82
  } | null;
83
83
  openDialog: {
84
- name: "imageExport" | "help" | "jsonExport";
84
+ name: "help" | "imageExport" | "jsonExport";
85
85
  } | {
86
86
  name: "settings";
87
87
  source: "settings" | "tool" | "generation";
@@ -82,7 +82,7 @@ export declare const actionToggleGridMode: {
82
82
  tab?: string | undefined;
83
83
  } | null;
84
84
  openDialog: {
85
- name: "imageExport" | "help" | "jsonExport";
85
+ name: "help" | "imageExport" | "jsonExport";
86
86
  } | {
87
87
  name: "settings";
88
88
  source: "settings" | "tool" | "generation";
@@ -81,7 +81,7 @@ export declare const actionToggleObjectsSnapMode: {
81
81
  tab?: string | undefined;
82
82
  } | null;
83
83
  openDialog: {
84
- name: "imageExport" | "help" | "jsonExport";
84
+ name: "help" | "imageExport" | "jsonExport";
85
85
  } | {
86
86
  name: "settings";
87
87
  source: "settings" | "tool" | "generation";
@@ -79,7 +79,7 @@ export declare const actionToggleStats: {
79
79
  tab?: string | undefined;
80
80
  } | null;
81
81
  openDialog: {
82
- name: "imageExport" | "help" | "jsonExport";
82
+ name: "help" | "imageExport" | "jsonExport";
83
83
  } | {
84
84
  name: "settings";
85
85
  source: "settings" | "tool" | "generation";
@@ -80,7 +80,7 @@ export declare const actionToggleViewMode: {
80
80
  tab?: string | undefined;
81
81
  } | null;
82
82
  openDialog: {
83
- name: "imageExport" | "help" | "jsonExport";
83
+ name: "help" | "imageExport" | "jsonExport";
84
84
  } | {
85
85
  name: "settings";
86
86
  source: "settings" | "tool" | "generation";
@@ -80,7 +80,7 @@ export declare const actionToggleZenMode: {
80
80
  tab?: string | undefined;
81
81
  } | null;
82
82
  openDialog: {
83
- name: "imageExport" | "help" | "jsonExport";
83
+ name: "help" | "imageExport" | "jsonExport";
84
84
  } | {
85
85
  name: "settings";
86
86
  source: "settings" | "tool" | "generation";