@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.
- package/dist/core/index.cjs +4 -3
- package/dist/core/index.d.cts +2 -2
- package/dist/core/index.d.mts +3 -3
- package/dist/core/index.mjs +3 -3
- package/dist/{create-paste-handler-CGR738bC.d.mts → create-paste-handler-DsJYKisA.d.mts} +1 -1
- package/dist/{create-paste-handler-CGR738bC.d.mts.map → create-paste-handler-DsJYKisA.d.mts.map} +1 -1
- package/dist/{event-bus-fb8U7hrl.cjs → event-bus-BJn1dJM1.cjs} +20 -3
- package/dist/{event-bus-CHEzOS_O.mjs → event-bus-DJpnfDHw.mjs} +14 -3
- package/dist/{event-bus-CHEzOS_O.mjs.map → event-bus-DJpnfDHw.mjs.map} +1 -1
- package/dist/{extension-w5VaUeSw.cjs → extension-CF0s-pGh.cjs} +301 -37
- package/dist/{extension-DyY8_bh4.mjs → extension-DcToBuV0.mjs} +301 -13
- package/dist/extension-DcToBuV0.mjs.map +1 -0
- package/dist/extensions/index.cjs +3 -3
- package/dist/extensions/index.d.cts +1 -1
- package/dist/extensions/index.d.cts.map +1 -1
- package/dist/extensions/index.d.mts +2 -2
- package/dist/extensions/index.d.mts.map +1 -1
- package/dist/extensions/index.mjs +3 -3
- package/dist/{extensions-CkjPj2JO.cjs → extensions-B6VCxUmi.cjs} +68 -25
- package/dist/{extensions-BvfmaKCn.mjs → extensions-mStGDfMH.mjs} +63 -20
- package/dist/extensions-mStGDfMH.mjs.map +1 -0
- package/dist/{styles-C-cCyJCn.cjs → global-content-C5WjNoMX.cjs} +88 -0
- package/dist/{styles-_TMw3YxC.mjs → global-content-CjA49_jE.mjs} +78 -2
- package/dist/global-content-CjA49_jE.mjs.map +1 -0
- package/dist/{index-C4KcMQ0R.d.cts → index-LCPnE_xx.d.cts} +66 -3
- package/dist/index-LCPnE_xx.d.cts.map +1 -0
- package/dist/{index-CxX7W63O.d.mts → index-i5JdL0UD.d.mts} +67 -4
- package/dist/index-i5JdL0UD.d.mts.map +1 -0
- package/dist/index.cjs +4 -4
- package/dist/index.d.mts +3 -3
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/plugins/index.cjs +1 -5
- package/dist/plugins/index.d.cts +5 -123
- package/dist/plugins/index.d.cts.map +1 -1
- package/dist/plugins/index.d.mts +5 -123
- package/dist/plugins/index.d.mts.map +1 -1
- package/dist/plugins/index.mjs +2 -2
- package/dist/{root-pS4l8bVZ.mjs → root-BVs63m-4.mjs} +39 -39
- package/dist/root-BVs63m-4.mjs.map +1 -0
- package/dist/{root-Jq1R3tkX.cjs → root-D6lslKju.cjs} +2 -2
- package/dist/{set-text-alignment-OA8IMWmO.mjs → set-text-alignment-GMXOPMlJ.mjs} +1 -1
- package/dist/{set-text-alignment-OA8IMWmO.mjs.map → set-text-alignment-GMXOPMlJ.mjs.map} +1 -1
- package/dist/types-BNEbRz-a.d.cts +47 -0
- package/dist/types-BNEbRz-a.d.cts.map +1 -0
- package/dist/types-C8k-blF7.d.mts +47 -0
- package/dist/types-C8k-blF7.d.mts.map +1 -0
- package/dist/ui/index.cjs +645 -2
- package/dist/ui/index.d.cts +307 -128
- package/dist/ui/index.d.cts.map +1 -1
- package/dist/ui/index.d.mts +263 -84
- package/dist/ui/index.d.mts.map +1 -1
- package/dist/ui/index.mjs +630 -3
- package/dist/ui/index.mjs.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/extension-DyY8_bh4.mjs.map +0 -1
- package/dist/extensions-BvfmaKCn.mjs.map +0 -1
- package/dist/global-content-D_WYaFgX.mjs +0 -78
- package/dist/global-content-D_WYaFgX.mjs.map +0 -1
- package/dist/global-content-bJgotqmA.cjs +0 -89
- package/dist/index-C4KcMQ0R.d.cts.map +0 -1
- package/dist/index-CxX7W63O.d.mts.map +0 -1
- package/dist/root-pS4l8bVZ.mjs.map +0 -1
- package/dist/styles-_TMw3YxC.mjs.map +0 -1
- /package/dist/{set-text-alignment-Cv72txmv.cjs → set-text-alignment-aNb7Ml9N.cjs} +0 -0
package/dist/ui/index.d.mts
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { a as PanelGroup, i as KnownThemeComponents, r as KnownCssProperties } from "../types-C8k-blF7.mjs";
|
|
2
|
+
import * as React$2 from "react";
|
|
3
|
+
import React$1, { ReactNode } from "react";
|
|
3
4
|
import * as react_jsx_runtime7 from "react/jsx-runtime";
|
|
4
5
|
import { Editor, Range } from "@tiptap/core";
|
|
5
6
|
import { EditorState, PluginKey } from "@tiptap/pm/state";
|
|
6
7
|
import { EditorView } from "@tiptap/pm/view";
|
|
8
|
+
import { Attrs } from "@tiptap/pm/model";
|
|
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
|
|
@@ -31,7 +33,7 @@ declare function BubbleMenuAlignRight({
|
|
|
31
33
|
}: PreWiredItemProps): react_jsx_runtime7.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;
|
|
@@ -51,7 +53,7 @@ declare function BubbleMenuButtonDefault({
|
|
|
51
53
|
}: BubbleMenuButtonDefaultProps): react_jsx_runtime7.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,
|
|
@@ -75,14 +77,14 @@ declare function BubbleMenuButtonForm({
|
|
|
75
77
|
}: BubbleMenuButtonFormProps): react_jsx_runtime7.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
84
|
}: BubbleMenuButtonToolbarProps): react_jsx_runtime7.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({
|
|
@@ -96,7 +98,7 @@ declare function BubbleMenuButtonUnlink({
|
|
|
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[];
|
|
@@ -118,7 +120,7 @@ declare function BubbleMenuDefault({
|
|
|
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,
|
|
@@ -127,7 +129,7 @@ declare function BubbleMenuItemGroup({
|
|
|
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;
|
|
@@ -143,7 +145,7 @@ declare function BubbleMenuImageDefault({
|
|
|
143
145
|
}: BubbleMenuImageDefaultProps): react_jsx_runtime7.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,
|
|
@@ -153,14 +155,14 @@ declare function BubbleMenuImageEditLink({
|
|
|
153
155
|
}: BubbleMenuImageEditLinkProps): react_jsx_runtime7.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
162
|
}: BubbleMenuImageToolbarProps): react_jsx_runtime7.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 */
|
|
@@ -179,7 +181,7 @@ declare function BubbleMenuItem({
|
|
|
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;
|
|
@@ -201,7 +203,7 @@ declare function BubbleMenuLinkDefault({
|
|
|
201
203
|
}: BubbleMenuLinkDefaultProps): react_jsx_runtime7.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,
|
|
@@ -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,
|
|
@@ -227,7 +229,7 @@ declare function BubbleMenuLinkForm({
|
|
|
227
229
|
}: BubbleMenuLinkFormProps): react_jsx_runtime7.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,
|
|
@@ -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 */
|
|
@@ -264,14 +266,14 @@ declare function BubbleMenuLinkSelector({
|
|
|
264
266
|
}: BubbleMenuLinkSelectorProps): react_jsx_runtime7.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
273
|
}: BubbleMenuLinkToolbarProps): react_jsx_runtime7.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,
|
|
@@ -284,7 +286,7 @@ declare function BubbleMenuLinkUnlink({
|
|
|
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,
|
|
@@ -307,7 +309,7 @@ declare function NodeSelectorRoot({
|
|
|
307
309
|
}: NodeSelectorRootProps): react_jsx_runtime7.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,
|
|
@@ -319,7 +321,7 @@ interface NodeSelectorContentProps {
|
|
|
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,
|
|
@@ -331,7 +333,7 @@ interface BubbleMenuNodeSelectorProps {
|
|
|
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 */
|
|
@@ -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,
|
|
@@ -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$
|
|
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$
|
|
542
|
+
}: IconProps$39): react_jsx_runtime7.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_runtime7.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_runtime7.JSX.Element;
|
|
541
565
|
//#endregion
|
|
542
566
|
//#region src/ui/icons/align-left.d.ts
|
|
543
|
-
interface IconProps$
|
|
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$
|
|
575
|
+
}: IconProps$36): react_jsx_runtime7.JSX.Element;
|
|
552
576
|
//#endregion
|
|
553
577
|
//#region src/ui/icons/align-right.d.ts
|
|
554
|
-
interface IconProps$
|
|
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$
|
|
586
|
+
}: IconProps$35): react_jsx_runtime7.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_runtime7.JSX.Element;
|
|
563
598
|
//#endregion
|
|
564
599
|
//#region src/ui/icons/bold.d.ts
|
|
565
|
-
interface IconProps$
|
|
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$
|
|
608
|
+
}: IconProps$33): react_jsx_runtime7.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_runtime7.JSX.Element;
|
|
574
620
|
//#endregion
|
|
575
621
|
//#region src/ui/icons/case-upper.d.ts
|
|
576
|
-
interface IconProps$
|
|
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$
|
|
630
|
+
}: IconProps$31): react_jsx_runtime7.JSX.Element;
|
|
585
631
|
//#endregion
|
|
586
632
|
//#region src/ui/icons/check.d.ts
|
|
587
|
-
interface IconProps$
|
|
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$
|
|
641
|
+
}: IconProps$30): react_jsx_runtime7.JSX.Element;
|
|
596
642
|
//#endregion
|
|
597
643
|
//#region src/ui/icons/chevron-down.d.ts
|
|
598
|
-
interface IconProps$
|
|
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$
|
|
652
|
+
}: IconProps$29): react_jsx_runtime7.JSX.Element;
|
|
607
653
|
//#endregion
|
|
608
654
|
//#region src/ui/icons/code.d.ts
|
|
609
|
-
interface IconProps$
|
|
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$
|
|
663
|
+
}: IconProps$28): react_jsx_runtime7.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$
|
|
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$
|
|
675
|
+
}: IconProps$27): react_jsx_runtime7.JSX.Element;
|
|
630
676
|
//#endregion
|
|
631
677
|
//#region src/ui/icons/columns-3.d.ts
|
|
632
|
-
interface IconProps$
|
|
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$
|
|
686
|
+
}: IconProps$26): react_jsx_runtime7.JSX.Element;
|
|
641
687
|
//#endregion
|
|
642
688
|
//#region src/ui/icons/columns-4.d.ts
|
|
643
|
-
interface IconProps$
|
|
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$
|
|
697
|
+
}: IconProps$25): react_jsx_runtime7.JSX.Element;
|
|
652
698
|
//#endregion
|
|
653
699
|
//#region src/ui/icons/external-link.d.ts
|
|
654
|
-
interface IconProps$
|
|
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$
|
|
708
|
+
}: IconProps$24): react_jsx_runtime7.JSX.Element;
|
|
663
709
|
//#endregion
|
|
664
710
|
//#region src/ui/icons/heading-1.d.ts
|
|
665
|
-
interface IconProps$
|
|
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$
|
|
719
|
+
}: IconProps$23): react_jsx_runtime7.JSX.Element;
|
|
674
720
|
//#endregion
|
|
675
721
|
//#region src/ui/icons/heading-2.d.ts
|
|
676
|
-
interface IconProps$
|
|
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$
|
|
730
|
+
}: IconProps$22): react_jsx_runtime7.JSX.Element;
|
|
685
731
|
//#endregion
|
|
686
732
|
//#region src/ui/icons/heading-3.d.ts
|
|
687
|
-
interface IconProps$
|
|
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$
|
|
741
|
+
}: IconProps$21): react_jsx_runtime7.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_runtime7.JSX.Element;
|
|
696
753
|
//#endregion
|
|
697
754
|
//#region src/ui/icons/italic.d.ts
|
|
698
|
-
interface IconProps$
|
|
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$
|
|
763
|
+
}: IconProps$19): react_jsx_runtime7.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_runtime7.JSX.Element;
|
|
707
775
|
//#endregion
|
|
708
776
|
//#region src/ui/icons/link.d.ts
|
|
709
|
-
interface IconProps$
|
|
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$
|
|
785
|
+
}: IconProps$17): react_jsx_runtime7.JSX.Element;
|
|
718
786
|
//#endregion
|
|
719
787
|
//#region src/ui/icons/list.d.ts
|
|
720
|
-
interface IconProps$
|
|
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$
|
|
796
|
+
}: IconProps$16): react_jsx_runtime7.JSX.Element;
|
|
729
797
|
//#endregion
|
|
730
798
|
//#region src/ui/icons/list-ordered.d.ts
|
|
731
|
-
interface IconProps$
|
|
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$
|
|
807
|
+
}: IconProps$15): react_jsx_runtime7.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_runtime7.JSX.Element;
|
|
740
819
|
//#endregion
|
|
741
820
|
//#region src/ui/icons/mouse-pointer.d.ts
|
|
742
|
-
interface IconProps$
|
|
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$
|
|
829
|
+
}: IconProps$13): react_jsx_runtime7.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_runtime7.JSX.Element;
|
|
751
841
|
//#endregion
|
|
752
842
|
//#region src/ui/icons/pencil.d.ts
|
|
753
|
-
interface IconProps$
|
|
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$
|
|
851
|
+
}: IconProps$11): react_jsx_runtime7.JSX.Element;
|
|
762
852
|
//#endregion
|
|
763
853
|
//#region src/ui/icons/rows-2.d.ts
|
|
764
|
-
interface IconProps$
|
|
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$
|
|
862
|
+
}: IconProps$10): react_jsx_runtime7.JSX.Element;
|
|
773
863
|
//#endregion
|
|
774
864
|
//#region src/ui/icons/split-square-vertical.d.ts
|
|
775
|
-
interface IconProps$
|
|
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$
|
|
873
|
+
}: IconProps$9): react_jsx_runtime7.JSX.Element;
|
|
784
874
|
//#endregion
|
|
785
875
|
//#region src/ui/icons/square-code.d.ts
|
|
786
|
-
interface IconProps$
|
|
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$
|
|
884
|
+
}: IconProps$8): react_jsx_runtime7.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_runtime7.JSX.Element;
|
|
795
896
|
//#endregion
|
|
796
897
|
//#region src/ui/icons/strikethrough.d.ts
|
|
797
|
-
interface IconProps$
|
|
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$
|
|
906
|
+
}: IconProps$6): react_jsx_runtime7.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_runtime7.JSX.Element;
|
|
806
918
|
//#endregion
|
|
807
919
|
//#region src/ui/icons/text.d.ts
|
|
808
|
-
interface IconProps$
|
|
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$
|
|
928
|
+
}: IconProps$4): react_jsx_runtime7.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$
|
|
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
|
|
940
|
+
}: IconProps$3): react_jsx_runtime7.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
|
|
828
951
|
}: IconProps$2): react_jsx_runtime7.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({
|
|
@@ -839,7 +962,7 @@ declare function UnderlineIcon({
|
|
|
839
962
|
}: IconProps$1): react_jsx_runtime7.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({
|
|
@@ -849,6 +972,62 @@ declare function UnlinkIcon({
|
|
|
849
972
|
...props
|
|
850
973
|
}: IconProps): react_jsx_runtime7.JSX.Element;
|
|
851
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_runtime7.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_runtime7.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
|
+
};
|
|
1030
|
+
//#endregion
|
|
852
1031
|
//#region src/ui/slash-command/types.d.ts
|
|
853
1032
|
type SlashCommandCategory = string;
|
|
854
1033
|
interface SearchableItem {
|
|
@@ -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,
|
|
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.mts.map
|