@react-email/editor 0.0.0-experimental.41 → 0.0.0-experimental.43

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 (67) hide show
  1. package/dist/core/index.cjs +4 -3
  2. package/dist/core/index.d.cts +2 -2
  3. package/dist/core/index.d.mts +3 -3
  4. package/dist/core/index.mjs +3 -3
  5. package/dist/{create-paste-handler-CGR738bC.d.mts → create-paste-handler-DsJYKisA.d.mts} +1 -1
  6. package/dist/{create-paste-handler-CGR738bC.d.mts.map → create-paste-handler-DsJYKisA.d.mts.map} +1 -1
  7. package/dist/{event-bus-fb8U7hrl.cjs → event-bus-BJn1dJM1.cjs} +20 -3
  8. package/dist/{event-bus-CHEzOS_O.mjs → event-bus-DJpnfDHw.mjs} +14 -3
  9. package/dist/{event-bus-CHEzOS_O.mjs.map → event-bus-DJpnfDHw.mjs.map} +1 -1
  10. package/dist/{extension-w5VaUeSw.cjs → extension-CF0s-pGh.cjs} +301 -37
  11. package/dist/{extension-DyY8_bh4.mjs → extension-DcToBuV0.mjs} +301 -13
  12. package/dist/extension-DcToBuV0.mjs.map +1 -0
  13. package/dist/extensions/index.cjs +3 -3
  14. package/dist/extensions/index.d.cts +1 -1
  15. package/dist/extensions/index.d.cts.map +1 -1
  16. package/dist/extensions/index.d.mts +2 -2
  17. package/dist/extensions/index.d.mts.map +1 -1
  18. package/dist/extensions/index.mjs +3 -3
  19. package/dist/{extensions-CkjPj2JO.cjs → extensions-B6VCxUmi.cjs} +68 -25
  20. package/dist/{extensions-BvfmaKCn.mjs → extensions-mStGDfMH.mjs} +63 -20
  21. package/dist/extensions-mStGDfMH.mjs.map +1 -0
  22. package/dist/{styles-C-cCyJCn.cjs → global-content-C5WjNoMX.cjs} +88 -0
  23. package/dist/{styles-_TMw3YxC.mjs → global-content-CjA49_jE.mjs} +78 -2
  24. package/dist/global-content-CjA49_jE.mjs.map +1 -0
  25. package/dist/{index-C4KcMQ0R.d.cts → index-LCPnE_xx.d.cts} +66 -3
  26. package/dist/index-LCPnE_xx.d.cts.map +1 -0
  27. package/dist/{index-CxX7W63O.d.mts → index-i5JdL0UD.d.mts} +67 -4
  28. package/dist/index-i5JdL0UD.d.mts.map +1 -0
  29. package/dist/index.cjs +4 -4
  30. package/dist/index.d.mts +3 -3
  31. package/dist/index.d.mts.map +1 -1
  32. package/dist/index.mjs +3 -3
  33. package/dist/plugins/index.cjs +1 -5
  34. package/dist/plugins/index.d.cts +5 -123
  35. package/dist/plugins/index.d.cts.map +1 -1
  36. package/dist/plugins/index.d.mts +5 -123
  37. package/dist/plugins/index.d.mts.map +1 -1
  38. package/dist/plugins/index.mjs +2 -2
  39. package/dist/{root-pS4l8bVZ.mjs → root-BVs63m-4.mjs} +39 -39
  40. package/dist/root-BVs63m-4.mjs.map +1 -0
  41. package/dist/{root-Jq1R3tkX.cjs → root-D6lslKju.cjs} +2 -2
  42. package/dist/{set-text-alignment-OA8IMWmO.mjs → set-text-alignment-GMXOPMlJ.mjs} +1 -1
  43. package/dist/{set-text-alignment-OA8IMWmO.mjs.map → set-text-alignment-GMXOPMlJ.mjs.map} +1 -1
  44. package/dist/types-BNEbRz-a.d.cts +47 -0
  45. package/dist/types-BNEbRz-a.d.cts.map +1 -0
  46. package/dist/types-C8k-blF7.d.mts +47 -0
  47. package/dist/types-C8k-blF7.d.mts.map +1 -0
  48. package/dist/ui/index.cjs +645 -2
  49. package/dist/ui/index.d.cts +307 -128
  50. package/dist/ui/index.d.cts.map +1 -1
  51. package/dist/ui/index.d.mts +263 -84
  52. package/dist/ui/index.d.mts.map +1 -1
  53. package/dist/ui/index.mjs +630 -3
  54. package/dist/ui/index.mjs.map +1 -1
  55. package/dist/utils/index.cjs +1 -1
  56. package/dist/utils/index.mjs +1 -1
  57. package/package.json +2 -2
  58. package/dist/extension-DyY8_bh4.mjs.map +0 -1
  59. package/dist/extensions-BvfmaKCn.mjs.map +0 -1
  60. package/dist/global-content-D_WYaFgX.mjs +0 -78
  61. package/dist/global-content-D_WYaFgX.mjs.map +0 -1
  62. package/dist/global-content-bJgotqmA.cjs +0 -89
  63. package/dist/index-C4KcMQ0R.d.cts.map +0 -1
  64. package/dist/index-CxX7W63O.d.mts.map +0 -1
  65. package/dist/root-pS4l8bVZ.mjs.map +0 -1
  66. package/dist/styles-_TMw3YxC.mjs.map +0 -1
  67. /package/dist/{set-text-alignment-Cv72txmv.cjs → set-text-alignment-aNb7Ml9N.cjs} +0 -0
@@ -1,37 +1,39 @@
1
+ import { a as PanelGroup, i as KnownThemeComponents, r as KnownCssProperties } from "../types-BNEbRz-a.cjs";
2
+ import { Attrs } from "@tiptap/pm/model";
1
3
  import { Editor, Range } from "@tiptap/core";
2
4
  import { EditorView } from "@tiptap/pm/view";
3
- import * as React from "react";
4
- import { ReactNode } from "react";
5
- import * as react_jsx_runtime37 from "react/jsx-runtime";
5
+ import * as React$2 from "react";
6
+ import React$1, { ReactNode } from "react";
7
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
6
8
  import { EditorState, PluginKey } from "@tiptap/pm/state";
7
9
 
8
10
  //#region src/ui/bubble-menu/create-mark-bubble-item.d.ts
9
11
  interface PreWiredItemProps {
10
12
  className?: string;
11
13
  /** Override the default icon */
12
- children?: React.ReactNode;
14
+ children?: React$2.ReactNode;
13
15
  }
14
16
  //#endregion
15
17
  //#region src/ui/bubble-menu/align-center.d.ts
16
18
  declare function BubbleMenuAlignCenter({
17
19
  className,
18
20
  children
19
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
21
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
20
22
  //#endregion
21
23
  //#region src/ui/bubble-menu/align-left.d.ts
22
24
  declare function BubbleMenuAlignLeft({
23
25
  className,
24
26
  children
25
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
27
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
26
28
  //#endregion
27
29
  //#region src/ui/bubble-menu/align-right.d.ts
28
30
  declare function BubbleMenuAlignRight({
29
31
  className,
30
32
  children
31
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
33
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
32
34
  //#endregion
33
35
  //#region src/ui/bubble-menu/button-default.d.ts
34
- interface BubbleMenuButtonDefaultProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'children'> {
36
+ interface BubbleMenuButtonDefaultProps extends Omit<React$2.ComponentPropsWithoutRef<'div'>, 'children'> {
35
37
  placement?: 'top' | 'bottom';
36
38
  offset?: number;
37
39
  onHide?: () => void;
@@ -48,17 +50,17 @@ declare function BubbleMenuButtonDefault({
48
50
  onLinkApply,
49
51
  onLinkRemove,
50
52
  ...rest
51
- }: BubbleMenuButtonDefaultProps): react_jsx_runtime37.JSX.Element;
53
+ }: BubbleMenuButtonDefaultProps): react_jsx_runtime5.JSX.Element;
52
54
  //#endregion
53
55
  //#region src/ui/bubble-menu/button-edit-link.d.ts
54
- interface BubbleMenuButtonEditLinkProps extends Omit<React.ComponentProps<'button'>, 'type'> {}
56
+ interface BubbleMenuButtonEditLinkProps extends Omit<React$2.ComponentProps<'button'>, 'type'> {}
55
57
  declare function BubbleMenuButtonEditLink({
56
58
  className,
57
59
  children,
58
60
  onClick,
59
61
  onMouseDown,
60
62
  ...rest
61
- }: BubbleMenuButtonEditLinkProps): react_jsx_runtime37.JSX.Element;
63
+ }: BubbleMenuButtonEditLinkProps): react_jsx_runtime5.JSX.Element;
62
64
  //#endregion
63
65
  //#region src/ui/bubble-menu/button-form.d.ts
64
66
  interface BubbleMenuButtonFormProps {
@@ -72,17 +74,17 @@ declare function BubbleMenuButtonForm({
72
74
  validateUrl,
73
75
  onLinkApply,
74
76
  onLinkRemove
75
- }: BubbleMenuButtonFormProps): react_jsx_runtime37.JSX.Element | null;
77
+ }: BubbleMenuButtonFormProps): react_jsx_runtime5.JSX.Element | null;
76
78
  //#endregion
77
79
  //#region src/ui/bubble-menu/button-toolbar.d.ts
78
- interface BubbleMenuButtonToolbarProps extends React.ComponentProps<'div'> {}
80
+ interface BubbleMenuButtonToolbarProps extends React$2.ComponentProps<'div'> {}
79
81
  declare function BubbleMenuButtonToolbar({
80
82
  children,
81
83
  ...rest
82
- }: BubbleMenuButtonToolbarProps): react_jsx_runtime37.JSX.Element | null;
84
+ }: BubbleMenuButtonToolbarProps): react_jsx_runtime5.JSX.Element | null;
83
85
  //#endregion
84
86
  //#region src/ui/bubble-menu/button-unlink.d.ts
85
- interface BubbleMenuButtonUnlinkProps extends Omit<React.ComponentProps<'button'>, 'type'> {
87
+ interface BubbleMenuButtonUnlinkProps extends Omit<React$2.ComponentProps<'button'>, 'type'> {
86
88
  onLinkRemove?: () => void;
87
89
  }
88
90
  declare function BubbleMenuButtonUnlink({
@@ -92,11 +94,11 @@ declare function BubbleMenuButtonUnlink({
92
94
  onMouseDown,
93
95
  onLinkRemove,
94
96
  ...rest
95
- }: BubbleMenuButtonUnlinkProps): react_jsx_runtime37.JSX.Element;
97
+ }: BubbleMenuButtonUnlinkProps): react_jsx_runtime5.JSX.Element;
96
98
  //#endregion
97
99
  //#region src/ui/bubble-menu/default.d.ts
98
100
  type ExcludableItem$2 = 'bold' | 'italic' | 'underline' | 'strike' | 'code' | 'uppercase' | 'align-left' | 'align-center' | 'align-right' | 'node-selector' | 'link-selector';
99
- interface BubbleMenuDefaultProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'children'> {
101
+ interface BubbleMenuDefaultProps extends Omit<React$2.ComponentPropsWithoutRef<'div'>, 'children'> {
100
102
  excludeItems?: ExcludableItem$2[];
101
103
  hideWhenActiveNodes?: string[];
102
104
  hideWhenActiveMarks?: string[];
@@ -113,21 +115,21 @@ declare function BubbleMenuDefault({
113
115
  onHide,
114
116
  className,
115
117
  ...rest
116
- }: BubbleMenuDefaultProps): react_jsx_runtime37.JSX.Element;
118
+ }: BubbleMenuDefaultProps): react_jsx_runtime5.JSX.Element;
117
119
  //#endregion
118
120
  //#region src/ui/bubble-menu/group.d.ts
119
121
  interface BubbleMenuItemGroupProps {
120
122
  className?: string;
121
- children: React.ReactNode;
123
+ children: React$2.ReactNode;
122
124
  }
123
125
  declare function BubbleMenuItemGroup({
124
126
  className,
125
127
  children
126
- }: BubbleMenuItemGroupProps): react_jsx_runtime37.JSX.Element;
128
+ }: BubbleMenuItemGroupProps): react_jsx_runtime5.JSX.Element;
127
129
  //#endregion
128
130
  //#region src/ui/bubble-menu/image-default.d.ts
129
131
  type ExcludableItem$1 = 'edit-link';
130
- interface BubbleMenuImageDefaultProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'children'> {
132
+ interface BubbleMenuImageDefaultProps extends Omit<React$2.ComponentPropsWithoutRef<'div'>, 'children'> {
131
133
  excludeItems?: ExcludableItem$1[];
132
134
  placement?: 'top' | 'bottom';
133
135
  offset?: number;
@@ -140,27 +142,27 @@ declare function BubbleMenuImageDefault({
140
142
  onHide,
141
143
  className,
142
144
  ...rest
143
- }: BubbleMenuImageDefaultProps): react_jsx_runtime37.JSX.Element;
145
+ }: BubbleMenuImageDefaultProps): react_jsx_runtime5.JSX.Element;
144
146
  //#endregion
145
147
  //#region src/ui/bubble-menu/image-edit-link.d.ts
146
- interface BubbleMenuImageEditLinkProps extends Omit<React.ComponentProps<'button'>, 'type'> {}
148
+ interface BubbleMenuImageEditLinkProps extends Omit<React$2.ComponentProps<'button'>, 'type'> {}
147
149
  declare function BubbleMenuImageEditLink({
148
150
  className,
149
151
  children,
150
152
  onClick,
151
153
  onMouseDown,
152
154
  ...rest
153
- }: BubbleMenuImageEditLinkProps): react_jsx_runtime37.JSX.Element;
155
+ }: BubbleMenuImageEditLinkProps): react_jsx_runtime5.JSX.Element;
154
156
  //#endregion
155
157
  //#region src/ui/bubble-menu/image-toolbar.d.ts
156
- interface BubbleMenuImageToolbarProps extends React.ComponentProps<'div'> {}
158
+ interface BubbleMenuImageToolbarProps extends React$2.ComponentProps<'div'> {}
157
159
  declare function BubbleMenuImageToolbar({
158
160
  children,
159
161
  ...rest
160
- }: BubbleMenuImageToolbarProps): react_jsx_runtime37.JSX.Element | null;
162
+ }: BubbleMenuImageToolbarProps): react_jsx_runtime5.JSX.Element | null;
161
163
  //#endregion
162
164
  //#region src/ui/bubble-menu/item.d.ts
163
- interface BubbleMenuItemProps extends React.ComponentProps<'button'> {
165
+ interface BubbleMenuItemProps extends React$2.ComponentProps<'button'> {
164
166
  /** Used for aria-label and data-item attribute */
165
167
  name: string;
166
168
  /** Whether this item is currently active */
@@ -175,11 +177,11 @@ declare function BubbleMenuItem({
175
177
  className,
176
178
  children,
177
179
  ...rest
178
- }: BubbleMenuItemProps): react_jsx_runtime37.JSX.Element;
180
+ }: BubbleMenuItemProps): react_jsx_runtime5.JSX.Element;
179
181
  //#endregion
180
182
  //#region src/ui/bubble-menu/link-default.d.ts
181
183
  type ExcludableItem = 'edit-link' | 'open-link' | 'unlink';
182
- interface BubbleMenuLinkDefaultProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'children'> {
184
+ interface BubbleMenuLinkDefaultProps extends Omit<React$2.ComponentPropsWithoutRef<'div'>, 'children'> {
183
185
  excludeItems?: ExcludableItem[];
184
186
  placement?: 'top' | 'bottom';
185
187
  offset?: number;
@@ -198,17 +200,17 @@ declare function BubbleMenuLinkDefault({
198
200
  onLinkApply,
199
201
  onLinkRemove,
200
202
  ...rest
201
- }: BubbleMenuLinkDefaultProps): react_jsx_runtime37.JSX.Element;
203
+ }: BubbleMenuLinkDefaultProps): react_jsx_runtime5.JSX.Element;
202
204
  //#endregion
203
205
  //#region src/ui/bubble-menu/link-edit-link.d.ts
204
- interface BubbleMenuLinkEditLinkProps extends Omit<React.ComponentProps<'button'>, 'type'> {}
206
+ interface BubbleMenuLinkEditLinkProps extends Omit<React$2.ComponentProps<'button'>, 'type'> {}
205
207
  declare function BubbleMenuLinkEditLink({
206
208
  className,
207
209
  children,
208
210
  onClick,
209
211
  onMouseDown,
210
212
  ...rest
211
- }: BubbleMenuLinkEditLinkProps): react_jsx_runtime37.JSX.Element;
213
+ }: BubbleMenuLinkEditLinkProps): react_jsx_runtime5.JSX.Element;
212
214
  //#endregion
213
215
  //#region src/ui/bubble-menu/link-form.d.ts
214
216
  interface BubbleMenuLinkFormProps {
@@ -216,7 +218,7 @@ interface BubbleMenuLinkFormProps {
216
218
  validateUrl?: (value: string) => string | null;
217
219
  onLinkApply?: (href: string) => void;
218
220
  onLinkRemove?: () => void;
219
- children?: React.ReactNode;
221
+ children?: React$2.ReactNode;
220
222
  }
221
223
  declare function BubbleMenuLinkForm({
222
224
  className,
@@ -224,15 +226,15 @@ declare function BubbleMenuLinkForm({
224
226
  onLinkApply,
225
227
  onLinkRemove,
226
228
  children
227
- }: BubbleMenuLinkFormProps): react_jsx_runtime37.JSX.Element | null;
229
+ }: BubbleMenuLinkFormProps): react_jsx_runtime5.JSX.Element | null;
228
230
  //#endregion
229
231
  //#region src/ui/bubble-menu/link-open-link.d.ts
230
- interface BubbleMenuLinkOpenLinkProps extends Omit<React.ComponentProps<'a'>, 'href' | 'target' | 'rel'> {}
232
+ interface BubbleMenuLinkOpenLinkProps extends Omit<React$2.ComponentProps<'a'>, 'href' | 'target' | 'rel'> {}
231
233
  declare function BubbleMenuLinkOpenLink({
232
234
  className,
233
235
  children,
234
236
  ...rest
235
- }: BubbleMenuLinkOpenLinkProps): react_jsx_runtime37.JSX.Element;
237
+ }: BubbleMenuLinkOpenLinkProps): react_jsx_runtime5.JSX.Element;
236
238
  //#endregion
237
239
  //#region src/ui/bubble-menu/link-selector.d.ts
238
240
  interface BubbleMenuLinkSelectorProps {
@@ -246,7 +248,7 @@ interface BubbleMenuLinkSelectorProps {
246
248
  /** Called after link is removed */
247
249
  onLinkRemove?: () => void;
248
250
  /** Plugin slot: extra actions rendered inside the link input form */
249
- children?: React.ReactNode;
251
+ children?: React$2.ReactNode;
250
252
  /** Controlled open state */
251
253
  open?: boolean;
252
254
  /** Called when open state changes */
@@ -261,30 +263,30 @@ declare function BubbleMenuLinkSelector({
261
263
  children,
262
264
  open: controlledOpen,
263
265
  onOpenChange
264
- }: BubbleMenuLinkSelectorProps): react_jsx_runtime37.JSX.Element | null;
266
+ }: BubbleMenuLinkSelectorProps): react_jsx_runtime5.JSX.Element | null;
265
267
  //#endregion
266
268
  //#region src/ui/bubble-menu/link-toolbar.d.ts
267
- interface BubbleMenuLinkToolbarProps extends React.ComponentProps<'div'> {}
269
+ interface BubbleMenuLinkToolbarProps extends React$2.ComponentProps<'div'> {}
268
270
  declare function BubbleMenuLinkToolbar({
269
271
  children,
270
272
  ...rest
271
- }: BubbleMenuLinkToolbarProps): react_jsx_runtime37.JSX.Element | null;
273
+ }: BubbleMenuLinkToolbarProps): react_jsx_runtime5.JSX.Element | null;
272
274
  //#endregion
273
275
  //#region src/ui/bubble-menu/link-unlink.d.ts
274
- interface BubbleMenuLinkUnlinkProps extends Omit<React.ComponentProps<'button'>, 'type'> {}
276
+ interface BubbleMenuLinkUnlinkProps extends Omit<React$2.ComponentProps<'button'>, 'type'> {}
275
277
  declare function BubbleMenuLinkUnlink({
276
278
  className,
277
279
  children,
278
280
  onClick,
279
281
  onMouseDown,
280
282
  ...rest
281
- }: BubbleMenuLinkUnlinkProps): react_jsx_runtime37.JSX.Element;
283
+ }: BubbleMenuLinkUnlinkProps): react_jsx_runtime5.JSX.Element;
282
284
  //#endregion
283
285
  //#region src/ui/bubble-menu/node-selector.d.ts
284
286
  type NodeType = 'Text' | 'Title' | 'Subtitle' | 'Heading' | 'Bullet List' | 'Numbered List' | 'Quote' | 'Code';
285
287
  interface NodeSelectorItem {
286
288
  name: NodeType;
287
- icon: React.ComponentType<React.SVGAttributes<SVGSVGElement>>;
289
+ icon: React$2.ComponentType<React$2.SVGAttributes<SVGSVGElement>>;
288
290
  command: () => void;
289
291
  isActive: boolean;
290
292
  }
@@ -296,7 +298,7 @@ interface NodeSelectorRootProps {
296
298
  /** Called when open state changes */
297
299
  onOpenChange?: (open: boolean) => void;
298
300
  className?: string;
299
- children: React.ReactNode;
301
+ children: React$2.ReactNode;
300
302
  }
301
303
  declare function NodeSelectorRoot({
302
304
  omit,
@@ -304,34 +306,34 @@ declare function NodeSelectorRoot({
304
306
  onOpenChange,
305
307
  className,
306
308
  children
307
- }: NodeSelectorRootProps): react_jsx_runtime37.JSX.Element | null;
309
+ }: NodeSelectorRootProps): react_jsx_runtime5.JSX.Element | null;
308
310
  interface NodeSelectorTriggerProps {
309
311
  className?: string;
310
- children?: React.ReactNode;
312
+ children?: React$2.ReactNode;
311
313
  }
312
314
  declare function NodeSelectorTrigger({
313
315
  className,
314
316
  children
315
- }: NodeSelectorTriggerProps): react_jsx_runtime37.JSX.Element;
317
+ }: NodeSelectorTriggerProps): react_jsx_runtime5.JSX.Element;
316
318
  interface NodeSelectorContentProps {
317
319
  className?: string;
318
320
  /** Popover alignment (default: "start") */
319
321
  align?: 'start' | 'center' | 'end';
320
322
  /** Render-prop for full control over item rendering.
321
323
  * Receives the filtered items and a `close` function to dismiss the popover. */
322
- children?: (items: NodeSelectorItem[], close: () => void) => React.ReactNode;
324
+ children?: (items: NodeSelectorItem[], close: () => void) => React$2.ReactNode;
323
325
  }
324
326
  declare function NodeSelectorContent({
325
327
  className,
326
328
  align,
327
329
  children
328
- }: NodeSelectorContentProps): react_jsx_runtime37.JSX.Element;
330
+ }: NodeSelectorContentProps): react_jsx_runtime5.JSX.Element;
329
331
  interface BubbleMenuNodeSelectorProps {
330
332
  /** Block types to exclude */
331
333
  omit?: string[];
332
334
  className?: string;
333
335
  /** Override the trigger content (default: active item name + chevron icon) */
334
- triggerContent?: React.ReactNode;
336
+ triggerContent?: React$2.ReactNode;
335
337
  /** Controlled open state */
336
338
  open?: boolean;
337
339
  /** Called when open state changes */
@@ -343,7 +345,7 @@ declare function BubbleMenuNodeSelector({
343
345
  triggerContent,
344
346
  open,
345
347
  onOpenChange
346
- }: BubbleMenuNodeSelectorProps): react_jsx_runtime37.JSX.Element;
348
+ }: BubbleMenuNodeSelectorProps): react_jsx_runtime5.JSX.Element;
347
349
  //#endregion
348
350
  //#region src/ui/bubble-menu/triggers.d.ts
349
351
  interface TriggerParams {
@@ -361,7 +363,7 @@ declare const bubbleMenuTriggers: {
361
363
  };
362
364
  //#endregion
363
365
  //#region src/ui/bubble-menu/root.d.ts
364
- interface BubbleMenuRootProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'children'> {
366
+ interface BubbleMenuRootProps extends Omit<React$2.ComponentPropsWithoutRef<'div'>, 'children'> {
365
367
  trigger?: TriggerFn;
366
368
  pluginKey?: PluginKey;
367
369
  hideWhenActiveNodes?: string[];
@@ -369,7 +371,7 @@ interface BubbleMenuRootProps extends Omit<React.ComponentPropsWithoutRef<'div'>
369
371
  placement?: 'top' | 'bottom';
370
372
  offset?: number;
371
373
  onHide?: () => void;
372
- children: React.ReactNode;
374
+ children: React$2.ReactNode;
373
375
  }
374
376
  declare function BubbleMenuRoot({
375
377
  trigger,
@@ -382,7 +384,7 @@ declare function BubbleMenuRoot({
382
384
  className,
383
385
  children,
384
386
  ...rest
385
- }: BubbleMenuRootProps): react_jsx_runtime37.JSX.Element | null;
387
+ }: BubbleMenuRootProps): react_jsx_runtime5.JSX.Element | null;
386
388
  //#endregion
387
389
  //#region src/ui/bubble-menu/separator.d.ts
388
390
  interface BubbleMenuSeparatorProps {
@@ -390,14 +392,14 @@ interface BubbleMenuSeparatorProps {
390
392
  }
391
393
  declare function BubbleMenuSeparator({
392
394
  className
393
- }: BubbleMenuSeparatorProps): react_jsx_runtime37.JSX.Element;
395
+ }: BubbleMenuSeparatorProps): react_jsx_runtime5.JSX.Element;
394
396
  //#endregion
395
397
  //#region src/ui/bubble-menu/bold.d.ts
396
398
  declare const BubbleMenuBold: {
397
399
  ({
398
400
  className,
399
401
  children
400
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
402
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
401
403
  displayName: string;
402
404
  };
403
405
  //#endregion
@@ -406,7 +408,7 @@ declare const BubbleMenuCode: {
406
408
  ({
407
409
  className,
408
410
  children
409
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
411
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
410
412
  displayName: string;
411
413
  };
412
414
  //#endregion
@@ -423,7 +425,7 @@ declare const BubbleMenuItalic: {
423
425
  ({
424
426
  className,
425
427
  children
426
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
428
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
427
429
  displayName: string;
428
430
  };
429
431
  //#endregion
@@ -432,7 +434,7 @@ declare const BubbleMenuStrike: {
432
434
  ({
433
435
  className,
434
436
  children
435
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
437
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
436
438
  displayName: string;
437
439
  };
438
440
  //#endregion
@@ -441,7 +443,7 @@ declare const BubbleMenuUnderline: {
441
443
  ({
442
444
  className,
443
445
  children
444
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
446
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
445
447
  displayName: string;
446
448
  };
447
449
  //#endregion
@@ -450,7 +452,7 @@ declare const BubbleMenuUppercase: {
450
452
  ({
451
453
  className,
452
454
  children
453
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
455
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
454
456
  displayName: string;
455
457
  };
456
458
  //#endregion
@@ -464,42 +466,42 @@ declare const BubbleMenu: {
464
466
  ({
465
467
  className,
466
468
  children
467
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
469
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
468
470
  displayName: string;
469
471
  };
470
472
  readonly Italic: {
471
473
  ({
472
474
  className,
473
475
  children
474
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
476
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
475
477
  displayName: string;
476
478
  };
477
479
  readonly Underline: {
478
480
  ({
479
481
  className,
480
482
  children
481
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
483
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
482
484
  displayName: string;
483
485
  };
484
486
  readonly Strike: {
485
487
  ({
486
488
  className,
487
489
  children
488
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
490
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
489
491
  displayName: string;
490
492
  };
491
493
  readonly Code: {
492
494
  ({
493
495
  className,
494
496
  children
495
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
497
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
496
498
  displayName: string;
497
499
  };
498
500
  readonly Uppercase: {
499
501
  ({
500
502
  className,
501
503
  children
502
- }: PreWiredItemProps): react_jsx_runtime37.JSX.Element;
504
+ }: PreWiredItemProps): react_jsx_runtime5.JSX.Element;
503
505
  displayName: string;
504
506
  };
505
507
  readonly AlignLeft: typeof BubbleMenuAlignLeft;
@@ -529,7 +531,7 @@ declare const BubbleMenu: {
529
531
  };
530
532
  //#endregion
531
533
  //#region src/ui/icons/align-center.d.ts
532
- interface IconProps$28 extends React.SVGAttributes<SVGSVGElement> {
534
+ interface IconProps$39 extends React$2.SVGAttributes<SVGSVGElement> {
533
535
  size?: number | string;
534
536
  }
535
537
  declare function AlignCenterIcon({
@@ -537,10 +539,32 @@ declare function AlignCenterIcon({
537
539
  width,
538
540
  height,
539
541
  ...props
540
- }: IconProps$28): react_jsx_runtime37.JSX.Element;
542
+ }: IconProps$39): react_jsx_runtime5.JSX.Element;
543
+ //#endregion
544
+ //#region src/ui/icons/align-center-vertical.d.ts
545
+ interface IconProps$38 extends React$2.SVGAttributes<SVGSVGElement> {
546
+ size?: number | string;
547
+ }
548
+ declare function AlignCenterVerticalIcon({
549
+ size,
550
+ width,
551
+ height,
552
+ ...props
553
+ }: IconProps$38): react_jsx_runtime5.JSX.Element;
554
+ //#endregion
555
+ //#region src/ui/icons/align-end-vertical.d.ts
556
+ interface IconProps$37 extends React$2.SVGAttributes<SVGSVGElement> {
557
+ size?: number | string;
558
+ }
559
+ declare function AlignEndVerticalIcon({
560
+ size,
561
+ width,
562
+ height,
563
+ ...props
564
+ }: IconProps$37): react_jsx_runtime5.JSX.Element;
541
565
  //#endregion
542
566
  //#region src/ui/icons/align-left.d.ts
543
- interface IconProps$27 extends React.SVGAttributes<SVGSVGElement> {
567
+ interface IconProps$36 extends React$2.SVGAttributes<SVGSVGElement> {
544
568
  size?: number | string;
545
569
  }
546
570
  declare function AlignLeftIcon({
@@ -548,10 +572,10 @@ declare function AlignLeftIcon({
548
572
  width,
549
573
  height,
550
574
  ...props
551
- }: IconProps$27): react_jsx_runtime37.JSX.Element;
575
+ }: IconProps$36): react_jsx_runtime5.JSX.Element;
552
576
  //#endregion
553
577
  //#region src/ui/icons/align-right.d.ts
554
- interface IconProps$26 extends React.SVGAttributes<SVGSVGElement> {
578
+ interface IconProps$35 extends React$2.SVGAttributes<SVGSVGElement> {
555
579
  size?: number | string;
556
580
  }
557
581
  declare function AlignRightIcon({
@@ -559,10 +583,21 @@ declare function AlignRightIcon({
559
583
  width,
560
584
  height,
561
585
  ...props
562
- }: IconProps$26): react_jsx_runtime37.JSX.Element;
586
+ }: IconProps$35): react_jsx_runtime5.JSX.Element;
587
+ //#endregion
588
+ //#region src/ui/icons/align-start-vertical.d.ts
589
+ interface IconProps$34 extends React$2.SVGAttributes<SVGSVGElement> {
590
+ size?: number | string;
591
+ }
592
+ declare function AlignStartVerticalIcon({
593
+ size,
594
+ width,
595
+ height,
596
+ ...props
597
+ }: IconProps$34): react_jsx_runtime5.JSX.Element;
563
598
  //#endregion
564
599
  //#region src/ui/icons/bold.d.ts
565
- interface IconProps$25 extends React.SVGAttributes<SVGSVGElement> {
600
+ interface IconProps$33 extends React$2.SVGAttributes<SVGSVGElement> {
566
601
  size?: number | string;
567
602
  }
568
603
  declare function BoldIcon({
@@ -570,10 +605,21 @@ declare function BoldIcon({
570
605
  width,
571
606
  height,
572
607
  ...props
573
- }: IconProps$25): react_jsx_runtime37.JSX.Element;
608
+ }: IconProps$33): react_jsx_runtime5.JSX.Element;
609
+ //#endregion
610
+ //#region src/ui/icons/box.d.ts
611
+ interface IconProps$32 extends React$2.SVGAttributes<SVGSVGElement> {
612
+ size?: number | string;
613
+ }
614
+ declare function BoxIcon({
615
+ size,
616
+ width,
617
+ height,
618
+ ...props
619
+ }: IconProps$32): react_jsx_runtime5.JSX.Element;
574
620
  //#endregion
575
621
  //#region src/ui/icons/case-upper.d.ts
576
- interface IconProps$24 extends React.SVGAttributes<SVGSVGElement> {
622
+ interface IconProps$31 extends React$2.SVGAttributes<SVGSVGElement> {
577
623
  size?: number | string;
578
624
  }
579
625
  declare function CaseUpperIcon({
@@ -581,10 +627,10 @@ declare function CaseUpperIcon({
581
627
  width,
582
628
  height,
583
629
  ...props
584
- }: IconProps$24): react_jsx_runtime37.JSX.Element;
630
+ }: IconProps$31): react_jsx_runtime5.JSX.Element;
585
631
  //#endregion
586
632
  //#region src/ui/icons/check.d.ts
587
- interface IconProps$23 extends React.SVGAttributes<SVGSVGElement> {
633
+ interface IconProps$30 extends React$2.SVGAttributes<SVGSVGElement> {
588
634
  size?: number | string;
589
635
  }
590
636
  declare function Check({
@@ -592,10 +638,10 @@ declare function Check({
592
638
  width,
593
639
  height,
594
640
  ...props
595
- }: IconProps$23): react_jsx_runtime37.JSX.Element;
641
+ }: IconProps$30): react_jsx_runtime5.JSX.Element;
596
642
  //#endregion
597
643
  //#region src/ui/icons/chevron-down.d.ts
598
- interface IconProps$22 extends React.SVGAttributes<SVGSVGElement> {
644
+ interface IconProps$29 extends React$2.SVGAttributes<SVGSVGElement> {
599
645
  size?: number | string;
600
646
  }
601
647
  declare function ChevronDown({
@@ -603,10 +649,10 @@ declare function ChevronDown({
603
649
  width,
604
650
  height,
605
651
  ...props
606
- }: IconProps$22): react_jsx_runtime37.JSX.Element;
652
+ }: IconProps$29): react_jsx_runtime5.JSX.Element;
607
653
  //#endregion
608
654
  //#region src/ui/icons/code.d.ts
609
- interface IconProps$21 extends React.SVGAttributes<SVGSVGElement> {
655
+ interface IconProps$28 extends React$2.SVGAttributes<SVGSVGElement> {
610
656
  size?: number | string;
611
657
  }
612
658
  declare function CodeIcon({
@@ -614,11 +660,11 @@ declare function CodeIcon({
614
660
  width,
615
661
  height,
616
662
  ...props
617
- }: IconProps$21): react_jsx_runtime37.JSX.Element;
663
+ }: IconProps$28): react_jsx_runtime5.JSX.Element;
618
664
  declare const Code: typeof CodeIcon;
619
665
  //#endregion
620
666
  //#region src/ui/icons/columns-2.d.ts
621
- interface IconProps$20 extends React.SVGAttributes<SVGSVGElement> {
667
+ interface IconProps$27 extends React$2.SVGAttributes<SVGSVGElement> {
622
668
  size?: number | string;
623
669
  }
624
670
  declare function Columns2({
@@ -626,10 +672,10 @@ declare function Columns2({
626
672
  width,
627
673
  height,
628
674
  ...props
629
- }: IconProps$20): react_jsx_runtime37.JSX.Element;
675
+ }: IconProps$27): react_jsx_runtime5.JSX.Element;
630
676
  //#endregion
631
677
  //#region src/ui/icons/columns-3.d.ts
632
- interface IconProps$19 extends React.SVGAttributes<SVGSVGElement> {
678
+ interface IconProps$26 extends React$2.SVGAttributes<SVGSVGElement> {
633
679
  size?: number | string;
634
680
  }
635
681
  declare function Columns3({
@@ -637,10 +683,10 @@ declare function Columns3({
637
683
  width,
638
684
  height,
639
685
  ...props
640
- }: IconProps$19): react_jsx_runtime37.JSX.Element;
686
+ }: IconProps$26): react_jsx_runtime5.JSX.Element;
641
687
  //#endregion
642
688
  //#region src/ui/icons/columns-4.d.ts
643
- interface IconProps$18 extends React.SVGAttributes<SVGSVGElement> {
689
+ interface IconProps$25 extends React$2.SVGAttributes<SVGSVGElement> {
644
690
  size?: number | string;
645
691
  }
646
692
  declare function Columns4({
@@ -648,10 +694,10 @@ declare function Columns4({
648
694
  width,
649
695
  height,
650
696
  ...props
651
- }: IconProps$18): react_jsx_runtime37.JSX.Element;
697
+ }: IconProps$25): react_jsx_runtime5.JSX.Element;
652
698
  //#endregion
653
699
  //#region src/ui/icons/external-link.d.ts
654
- interface IconProps$17 extends React.SVGAttributes<SVGSVGElement> {
700
+ interface IconProps$24 extends React$2.SVGAttributes<SVGSVGElement> {
655
701
  size?: number | string;
656
702
  }
657
703
  declare function ExternalLinkIcon({
@@ -659,10 +705,10 @@ declare function ExternalLinkIcon({
659
705
  width,
660
706
  height,
661
707
  ...props
662
- }: IconProps$17): react_jsx_runtime37.JSX.Element;
708
+ }: IconProps$24): react_jsx_runtime5.JSX.Element;
663
709
  //#endregion
664
710
  //#region src/ui/icons/heading-1.d.ts
665
- interface IconProps$16 extends React.SVGAttributes<SVGSVGElement> {
711
+ interface IconProps$23 extends React$2.SVGAttributes<SVGSVGElement> {
666
712
  size?: number | string;
667
713
  }
668
714
  declare function Heading1({
@@ -670,10 +716,10 @@ declare function Heading1({
670
716
  width,
671
717
  height,
672
718
  ...props
673
- }: IconProps$16): react_jsx_runtime37.JSX.Element;
719
+ }: IconProps$23): react_jsx_runtime5.JSX.Element;
674
720
  //#endregion
675
721
  //#region src/ui/icons/heading-2.d.ts
676
- interface IconProps$15 extends React.SVGAttributes<SVGSVGElement> {
722
+ interface IconProps$22 extends React$2.SVGAttributes<SVGSVGElement> {
677
723
  size?: number | string;
678
724
  }
679
725
  declare function Heading2({
@@ -681,10 +727,10 @@ declare function Heading2({
681
727
  width,
682
728
  height,
683
729
  ...props
684
- }: IconProps$15): react_jsx_runtime37.JSX.Element;
730
+ }: IconProps$22): react_jsx_runtime5.JSX.Element;
685
731
  //#endregion
686
732
  //#region src/ui/icons/heading-3.d.ts
687
- interface IconProps$14 extends React.SVGAttributes<SVGSVGElement> {
733
+ interface IconProps$21 extends React$2.SVGAttributes<SVGSVGElement> {
688
734
  size?: number | string;
689
735
  }
690
736
  declare function Heading3({
@@ -692,10 +738,21 @@ declare function Heading3({
692
738
  width,
693
739
  height,
694
740
  ...props
695
- }: IconProps$14): react_jsx_runtime37.JSX.Element;
741
+ }: IconProps$21): react_jsx_runtime5.JSX.Element;
742
+ //#endregion
743
+ //#region src/ui/icons/image.d.ts
744
+ interface IconProps$20 extends React$2.SVGAttributes<SVGSVGElement> {
745
+ size?: number | string;
746
+ }
747
+ declare function ImageIcon({
748
+ size,
749
+ width,
750
+ height,
751
+ ...props
752
+ }: IconProps$20): react_jsx_runtime5.JSX.Element;
696
753
  //#endregion
697
754
  //#region src/ui/icons/italic.d.ts
698
- interface IconProps$13 extends React.SVGAttributes<SVGSVGElement> {
755
+ interface IconProps$19 extends React$2.SVGAttributes<SVGSVGElement> {
699
756
  size?: number | string;
700
757
  }
701
758
  declare function ItalicIcon({
@@ -703,10 +760,21 @@ declare function ItalicIcon({
703
760
  width,
704
761
  height,
705
762
  ...props
706
- }: IconProps$13): react_jsx_runtime37.JSX.Element;
763
+ }: IconProps$19): react_jsx_runtime5.JSX.Element;
764
+ //#endregion
765
+ //#region src/ui/icons/layout.d.ts
766
+ interface IconProps$18 extends React$2.SVGAttributes<SVGSVGElement> {
767
+ size?: number | string;
768
+ }
769
+ declare function LayoutIcon({
770
+ size,
771
+ width,
772
+ height,
773
+ ...props
774
+ }: IconProps$18): react_jsx_runtime5.JSX.Element;
707
775
  //#endregion
708
776
  //#region src/ui/icons/link.d.ts
709
- interface IconProps$12 extends React.SVGAttributes<SVGSVGElement> {
777
+ interface IconProps$17 extends React$2.SVGAttributes<SVGSVGElement> {
710
778
  size?: number | string;
711
779
  }
712
780
  declare function LinkIcon({
@@ -714,10 +782,10 @@ declare function LinkIcon({
714
782
  width,
715
783
  height,
716
784
  ...props
717
- }: IconProps$12): react_jsx_runtime37.JSX.Element;
785
+ }: IconProps$17): react_jsx_runtime5.JSX.Element;
718
786
  //#endregion
719
787
  //#region src/ui/icons/list.d.ts
720
- interface IconProps$11 extends React.SVGAttributes<SVGSVGElement> {
788
+ interface IconProps$16 extends React$2.SVGAttributes<SVGSVGElement> {
721
789
  size?: number | string;
722
790
  }
723
791
  declare function List({
@@ -725,10 +793,10 @@ declare function List({
725
793
  width,
726
794
  height,
727
795
  ...props
728
- }: IconProps$11): react_jsx_runtime37.JSX.Element;
796
+ }: IconProps$16): react_jsx_runtime5.JSX.Element;
729
797
  //#endregion
730
798
  //#region src/ui/icons/list-ordered.d.ts
731
- interface IconProps$10 extends React.SVGAttributes<SVGSVGElement> {
799
+ interface IconProps$15 extends React$2.SVGAttributes<SVGSVGElement> {
732
800
  size?: number | string;
733
801
  }
734
802
  declare function ListOrdered({
@@ -736,10 +804,21 @@ declare function ListOrdered({
736
804
  width,
737
805
  height,
738
806
  ...props
739
- }: IconProps$10): react_jsx_runtime37.JSX.Element;
807
+ }: IconProps$15): react_jsx_runtime5.JSX.Element;
808
+ //#endregion
809
+ //#region src/ui/icons/minus.d.ts
810
+ interface IconProps$14 extends React$2.SVGAttributes<SVGSVGElement> {
811
+ size?: number | string;
812
+ }
813
+ declare function MinusIcon({
814
+ size,
815
+ width,
816
+ height,
817
+ ...props
818
+ }: IconProps$14): react_jsx_runtime5.JSX.Element;
740
819
  //#endregion
741
820
  //#region src/ui/icons/mouse-pointer.d.ts
742
- interface IconProps$9 extends React.SVGAttributes<SVGSVGElement> {
821
+ interface IconProps$13 extends React$2.SVGAttributes<SVGSVGElement> {
743
822
  size?: number | string;
744
823
  }
745
824
  declare function MousePointer({
@@ -747,10 +826,21 @@ declare function MousePointer({
747
826
  width,
748
827
  height,
749
828
  ...props
750
- }: IconProps$9): react_jsx_runtime37.JSX.Element;
829
+ }: IconProps$13): react_jsx_runtime5.JSX.Element;
830
+ //#endregion
831
+ //#region src/ui/icons/mouse-pointer-click.d.ts
832
+ interface IconProps$12 extends React$2.SVGAttributes<SVGSVGElement> {
833
+ size?: number | string;
834
+ }
835
+ declare function MousePointerClickIcon({
836
+ size,
837
+ width,
838
+ height,
839
+ ...props
840
+ }: IconProps$12): react_jsx_runtime5.JSX.Element;
751
841
  //#endregion
752
842
  //#region src/ui/icons/pencil.d.ts
753
- interface IconProps$8 extends React.SVGAttributes<SVGSVGElement> {
843
+ interface IconProps$11 extends React$2.SVGAttributes<SVGSVGElement> {
754
844
  size?: number | string;
755
845
  }
756
846
  declare function PencilIcon({
@@ -758,10 +848,10 @@ declare function PencilIcon({
758
848
  width,
759
849
  height,
760
850
  ...props
761
- }: IconProps$8): react_jsx_runtime37.JSX.Element;
851
+ }: IconProps$11): react_jsx_runtime5.JSX.Element;
762
852
  //#endregion
763
853
  //#region src/ui/icons/rows-2.d.ts
764
- interface IconProps$7 extends React.SVGAttributes<SVGSVGElement> {
854
+ interface IconProps$10 extends React$2.SVGAttributes<SVGSVGElement> {
765
855
  size?: number | string;
766
856
  }
767
857
  declare function Rows2({
@@ -769,10 +859,10 @@ declare function Rows2({
769
859
  width,
770
860
  height,
771
861
  ...props
772
- }: IconProps$7): react_jsx_runtime37.JSX.Element;
862
+ }: IconProps$10): react_jsx_runtime5.JSX.Element;
773
863
  //#endregion
774
864
  //#region src/ui/icons/split-square-vertical.d.ts
775
- interface IconProps$6 extends React.SVGAttributes<SVGSVGElement> {
865
+ interface IconProps$9 extends React$2.SVGAttributes<SVGSVGElement> {
776
866
  size?: number | string;
777
867
  }
778
868
  declare function SplitSquareVertical({
@@ -780,10 +870,10 @@ declare function SplitSquareVertical({
780
870
  width,
781
871
  height,
782
872
  ...props
783
- }: IconProps$6): react_jsx_runtime37.JSX.Element;
873
+ }: IconProps$9): react_jsx_runtime5.JSX.Element;
784
874
  //#endregion
785
875
  //#region src/ui/icons/square-code.d.ts
786
- interface IconProps$5 extends React.SVGAttributes<SVGSVGElement> {
876
+ interface IconProps$8 extends React$2.SVGAttributes<SVGSVGElement> {
787
877
  size?: number | string;
788
878
  }
789
879
  declare function SquareCode({
@@ -791,10 +881,21 @@ declare function SquareCode({
791
881
  width,
792
882
  height,
793
883
  ...props
794
- }: IconProps$5): react_jsx_runtime37.JSX.Element;
884
+ }: IconProps$8): react_jsx_runtime5.JSX.Element;
885
+ //#endregion
886
+ //#region src/ui/icons/square-round-corner.d.ts
887
+ interface IconProps$7 extends React$2.SVGAttributes<SVGSVGElement> {
888
+ size?: number | string;
889
+ }
890
+ declare function SquareRoundCornerIcon({
891
+ size,
892
+ width,
893
+ height,
894
+ ...props
895
+ }: IconProps$7): react_jsx_runtime5.JSX.Element;
795
896
  //#endregion
796
897
  //#region src/ui/icons/strikethrough.d.ts
797
- interface IconProps$4 extends React.SVGAttributes<SVGSVGElement> {
898
+ interface IconProps$6 extends React$2.SVGAttributes<SVGSVGElement> {
798
899
  size?: number | string;
799
900
  }
800
901
  declare function StrikethroughIcon({
@@ -802,10 +903,21 @@ declare function StrikethroughIcon({
802
903
  width,
803
904
  height,
804
905
  ...props
805
- }: IconProps$4): react_jsx_runtime37.JSX.Element;
906
+ }: IconProps$6): react_jsx_runtime5.JSX.Element;
907
+ //#endregion
908
+ //#region src/ui/icons/table.d.ts
909
+ interface IconProps$5 extends React$2.SVGAttributes<SVGSVGElement> {
910
+ size?: number | string;
911
+ }
912
+ declare function TableIcon({
913
+ size,
914
+ width,
915
+ height,
916
+ ...props
917
+ }: IconProps$5): react_jsx_runtime5.JSX.Element;
806
918
  //#endregion
807
919
  //#region src/ui/icons/text.d.ts
808
- interface IconProps$3 extends React.SVGAttributes<SVGSVGElement> {
920
+ interface IconProps$4 extends React$2.SVGAttributes<SVGSVGElement> {
809
921
  size?: number | string;
810
922
  }
811
923
  declare function TextIcon({
@@ -813,11 +925,11 @@ declare function TextIcon({
813
925
  width,
814
926
  height,
815
927
  ...props
816
- }: IconProps$3): react_jsx_runtime37.JSX.Element;
928
+ }: IconProps$4): react_jsx_runtime5.JSX.Element;
817
929
  declare const Text: typeof TextIcon;
818
930
  //#endregion
819
931
  //#region src/ui/icons/text-quote.d.ts
820
- interface IconProps$2 extends React.SVGAttributes<SVGSVGElement> {
932
+ interface IconProps$3 extends React$2.SVGAttributes<SVGSVGElement> {
821
933
  size?: number | string;
822
934
  }
823
935
  declare function TextQuote({
@@ -825,10 +937,21 @@ declare function TextQuote({
825
937
  width,
826
938
  height,
827
939
  ...props
828
- }: IconProps$2): react_jsx_runtime37.JSX.Element;
940
+ }: IconProps$3): react_jsx_runtime5.JSX.Element;
941
+ //#endregion
942
+ //#region src/ui/icons/type.d.ts
943
+ interface IconProps$2 extends React$2.SVGAttributes<SVGSVGElement> {
944
+ size?: number | string;
945
+ }
946
+ declare function TypeIcon({
947
+ size,
948
+ width,
949
+ height,
950
+ ...props
951
+ }: IconProps$2): react_jsx_runtime5.JSX.Element;
829
952
  //#endregion
830
953
  //#region src/ui/icons/underline.d.ts
831
- interface IconProps$1 extends React.SVGAttributes<SVGSVGElement> {
954
+ interface IconProps$1 extends React$2.SVGAttributes<SVGSVGElement> {
832
955
  size?: number | string;
833
956
  }
834
957
  declare function UnderlineIcon({
@@ -836,10 +959,10 @@ declare function UnderlineIcon({
836
959
  width,
837
960
  height,
838
961
  ...props
839
- }: IconProps$1): react_jsx_runtime37.JSX.Element;
962
+ }: IconProps$1): react_jsx_runtime5.JSX.Element;
840
963
  //#endregion
841
964
  //#region src/ui/icons/unlink.d.ts
842
- interface IconProps extends React.SVGAttributes<SVGSVGElement> {
965
+ interface IconProps extends React$2.SVGAttributes<SVGSVGElement> {
843
966
  size?: number | string;
844
967
  }
845
968
  declare function UnlinkIcon({
@@ -847,7 +970,63 @@ declare function UnlinkIcon({
847
970
  width,
848
971
  height,
849
972
  ...props
850
- }: IconProps): react_jsx_runtime37.JSX.Element;
973
+ }: IconProps): react_jsx_runtime5.JSX.Element;
974
+ //#endregion
975
+ //#region src/ui/inspector/provider.d.ts
976
+ interface FocusedNode {
977
+ nodeType: string;
978
+ nodeAttrs: Attrs;
979
+ nodePos: {
980
+ pos: number;
981
+ inside: number;
982
+ };
983
+ }
984
+ interface RootProps {
985
+ children: React$2.ReactNode;
986
+ }
987
+ declare function InspectorProvider({
988
+ children
989
+ }: RootProps): react_jsx_runtime5.JSX.Element;
990
+ //#endregion
991
+ //#region src/ui/inspector/breadcrumb.d.ts
992
+ interface InspectorBreadcrumbSegment {
993
+ node: FocusedNode | null;
994
+ focus: () => void;
995
+ }
996
+ interface InspectorBreadcrumbProps {
997
+ children: (segments: InspectorBreadcrumbSegment[]) => React$1.ReactNode;
998
+ }
999
+ declare function InspectorBreadcrumb({
1000
+ children
1001
+ }: InspectorBreadcrumbProps): React$1.ReactNode;
1002
+ //#endregion
1003
+ //#region src/ui/inspector/document.d.ts
1004
+ type SetGlobalStyle = (classReference: KnownThemeComponents, property: KnownCssProperties, value: unknown) => void;
1005
+ type BatchSetGlobalStyle = (changes: Array<{
1006
+ classReference: KnownThemeComponents;
1007
+ property: KnownCssProperties;
1008
+ value: unknown;
1009
+ }>) => void;
1010
+ type FindStyleValue = (classReference: KnownThemeComponents, prop: KnownCssProperties) => string | number;
1011
+ interface InspectorDocumentContext {
1012
+ styles: PanelGroup[];
1013
+ setGlobalStyle: SetGlobalStyle;
1014
+ batchSetGlobalStyle: BatchSetGlobalStyle;
1015
+ findStyleValue: FindStyleValue;
1016
+ }
1017
+ interface InspectorDocumentProps {
1018
+ children: (context: InspectorDocumentContext) => React.ReactNode;
1019
+ }
1020
+ declare function InspectorDocument({
1021
+ children
1022
+ }: InspectorDocumentProps): react_jsx_runtime5.JSX.Element | null | undefined;
1023
+ //#endregion
1024
+ //#region src/ui/inspector/index.d.ts
1025
+ declare const Inspector: {
1026
+ Provider: typeof InspectorProvider;
1027
+ Breadcrumb: typeof InspectorBreadcrumb;
1028
+ Document: typeof InspectorDocument;
1029
+ };
851
1030
  //#endregion
852
1031
  //#region src/ui/slash-command/types.d.ts
853
1032
  type SlashCommandCategory = string;
@@ -893,7 +1072,7 @@ declare function CommandList({
893
1072
  query,
894
1073
  selectedIndex,
895
1074
  onSelect
896
- }: CommandListProps): react_jsx_runtime37.JSX.Element;
1075
+ }: CommandListProps): react_jsx_runtime5.JSX.Element;
897
1076
  //#endregion
898
1077
  //#region src/ui/slash-command/root.d.ts
899
1078
  declare function SlashCommandRoot({
@@ -902,7 +1081,7 @@ declare function SlashCommandRoot({
902
1081
  char,
903
1082
  allow: allowProp,
904
1083
  children
905
- }: SlashCommandRootProps): React.ReactPortal | null;
1084
+ }: SlashCommandRootProps): React$2.ReactPortal | null;
906
1085
  //#endregion
907
1086
  //#region src/ui/slash-command/commands.d.ts
908
1087
  declare const TEXT: SlashCommandItem;
@@ -935,5 +1114,5 @@ declare const SlashCommand: {
935
1114
  readonly CommandList: typeof CommandList;
936
1115
  };
937
1116
  //#endregion
938
- export { AlignCenterIcon, AlignLeftIcon, AlignRightIcon, BULLET_LIST, BUTTON, BoldIcon, BubbleMenu, BubbleMenuAlignCenter, BubbleMenuAlignLeft, BubbleMenuAlignRight, BubbleMenuBold, BubbleMenuButtonDefault, type BubbleMenuButtonDefaultProps, BubbleMenuButtonEditLink, type BubbleMenuButtonEditLinkProps, BubbleMenuButtonForm, type BubbleMenuButtonFormProps, BubbleMenuButtonToolbar, type BubbleMenuButtonToolbarProps, BubbleMenuButtonUnlink, type BubbleMenuButtonUnlinkProps, BubbleMenuCode, type BubbleMenuContextValue, BubbleMenuDefault, type BubbleMenuDefaultProps, BubbleMenuImageDefault, type BubbleMenuImageDefaultProps, BubbleMenuImageEditLink, type BubbleMenuImageEditLinkProps, BubbleMenuImageToolbar, type BubbleMenuImageToolbarProps, BubbleMenuItalic, BubbleMenuItem, BubbleMenuItemGroup, type BubbleMenuItemGroupProps, type BubbleMenuItemProps, BubbleMenuLinkDefault, type BubbleMenuLinkDefaultProps, BubbleMenuLinkEditLink, type BubbleMenuLinkEditLinkProps, BubbleMenuLinkForm, type BubbleMenuLinkFormProps, BubbleMenuLinkOpenLink, type BubbleMenuLinkOpenLinkProps, BubbleMenuLinkSelector, type BubbleMenuLinkSelectorProps, BubbleMenuLinkToolbar, type BubbleMenuLinkToolbarProps, BubbleMenuLinkUnlink, type BubbleMenuLinkUnlinkProps, BubbleMenuNodeSelector, type BubbleMenuNodeSelectorProps, BubbleMenuRoot, type BubbleMenuRootProps, BubbleMenuSeparator, type BubbleMenuSeparatorProps, BubbleMenuStrike, BubbleMenuUnderline, BubbleMenuUppercase, CODE, CaseUpperIcon, Check, ChevronDown, Code, CodeIcon, Columns2, Columns3, Columns4, CommandList, type CommandListProps, DIVIDER, ExternalLinkIcon, FOUR_COLUMNS, H1, H2, H3, Heading1, Heading2, Heading3, ItalicIcon, LinkIcon, List, ListOrdered, MousePointer, NUMBERED_LIST, NodeSelectorContent, type NodeSelectorContentProps, type NodeSelectorItem, NodeSelectorRoot, type NodeSelectorRootProps, NodeSelectorTrigger, type NodeSelectorTriggerProps, type NodeType, PencilIcon, type PreWiredItemProps, QUOTE, Rows2, SECTION, type SearchableItem, SlashCommand, type SlashCommandItem, type SlashCommandProps, type SlashCommandRenderProps, type SlashCommandRootProps, SplitSquareVertical, SquareCode, StrikethroughIcon, TEXT, THREE_COLUMNS, TWO_COLUMNS, Text, TextIcon, TextQuote, type TriggerFn, type TriggerParams, UnderlineIcon, UnlinkIcon, bubbleMenuTriggers, defaultSlashCommands, filterAndRankItems, isAtMaxColumnsDepth, isInsideNode, scoreItem, useBubbleMenuContext };
1117
+ export { AlignCenterIcon, AlignCenterVerticalIcon, AlignEndVerticalIcon, AlignLeftIcon, AlignRightIcon, AlignStartVerticalIcon, BULLET_LIST, BUTTON, BoldIcon, BoxIcon, BubbleMenu, BubbleMenuAlignCenter, BubbleMenuAlignLeft, BubbleMenuAlignRight, BubbleMenuBold, BubbleMenuButtonDefault, type BubbleMenuButtonDefaultProps, BubbleMenuButtonEditLink, type BubbleMenuButtonEditLinkProps, BubbleMenuButtonForm, type BubbleMenuButtonFormProps, BubbleMenuButtonToolbar, type BubbleMenuButtonToolbarProps, BubbleMenuButtonUnlink, type BubbleMenuButtonUnlinkProps, BubbleMenuCode, type BubbleMenuContextValue, BubbleMenuDefault, type BubbleMenuDefaultProps, BubbleMenuImageDefault, type BubbleMenuImageDefaultProps, BubbleMenuImageEditLink, type BubbleMenuImageEditLinkProps, BubbleMenuImageToolbar, type BubbleMenuImageToolbarProps, BubbleMenuItalic, BubbleMenuItem, BubbleMenuItemGroup, type BubbleMenuItemGroupProps, type BubbleMenuItemProps, BubbleMenuLinkDefault, type BubbleMenuLinkDefaultProps, BubbleMenuLinkEditLink, type BubbleMenuLinkEditLinkProps, BubbleMenuLinkForm, type BubbleMenuLinkFormProps, BubbleMenuLinkOpenLink, type BubbleMenuLinkOpenLinkProps, BubbleMenuLinkSelector, type BubbleMenuLinkSelectorProps, BubbleMenuLinkToolbar, type BubbleMenuLinkToolbarProps, BubbleMenuLinkUnlink, type BubbleMenuLinkUnlinkProps, BubbleMenuNodeSelector, type BubbleMenuNodeSelectorProps, BubbleMenuRoot, type BubbleMenuRootProps, BubbleMenuSeparator, type BubbleMenuSeparatorProps, BubbleMenuStrike, BubbleMenuUnderline, BubbleMenuUppercase, CODE, CaseUpperIcon, Check, ChevronDown, Code, CodeIcon, Columns2, Columns3, Columns4, CommandList, type CommandListProps, DIVIDER, ExternalLinkIcon, FOUR_COLUMNS, H1, H2, H3, Heading1, Heading1 as Heading1Icon, Heading2, Heading3, ImageIcon, Inspector, type InspectorDocumentProps, ItalicIcon, LayoutIcon, LinkIcon, List, List as ListIcon, ListOrdered, ListOrdered as ListOrderedIcon, MinusIcon, MousePointer, MousePointerClickIcon, NUMBERED_LIST, NodeSelectorContent, type NodeSelectorContentProps, type NodeSelectorItem, NodeSelectorRoot, type NodeSelectorRootProps, NodeSelectorTrigger, type NodeSelectorTriggerProps, type NodeType, PencilIcon, type PreWiredItemProps, QUOTE, TextQuote as QuoteIcon, TextQuote, Rows2, SECTION, type SearchableItem, SlashCommand, type SlashCommandItem, type SlashCommandProps, type SlashCommandRenderProps, type SlashCommandRootProps, SplitSquareVertical, SquareCode, SquareRoundCornerIcon, StrikethroughIcon, TEXT, THREE_COLUMNS, TWO_COLUMNS, TableIcon, Text, TextIcon, type TriggerFn, type TriggerParams, TypeIcon, UnderlineIcon, UnlinkIcon, bubbleMenuTriggers, defaultSlashCommands, filterAndRankItems, isAtMaxColumnsDepth, isInsideNode, scoreItem, useBubbleMenuContext };
939
1118
  //# sourceMappingURL=index.d.cts.map