reactjs-tiptap-editor 1.0.24 → 1.0.26
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/lib/{ActionMenuButton-HYlhmRvw.js → ActionMenuButton-B4KDkZ0z.js} +1 -1
- package/lib/{ActionMenuButton-B8NhVw5m.cjs → ActionMenuButton-C3Cfeza9.cjs} +1 -1
- package/lib/Attachment.cjs +1 -1
- package/lib/Attachment.js +25 -25
- package/lib/Blockquote.cjs +5 -5
- package/lib/Blockquote.js +1490 -53
- package/lib/Bold.cjs +1 -1
- package/lib/Bold.js +3 -3
- package/lib/BulletList.cjs +1 -1
- package/lib/BulletList.js +2 -2
- package/lib/Callout.cjs +1 -1
- package/lib/Callout.js +222 -8
- package/lib/Clear.cjs +1 -1
- package/lib/Clear.js +2 -2
- package/lib/Code.cjs +1 -1
- package/lib/Code.js +56 -39
- package/lib/CodeBlock.cjs +1 -1
- package/lib/CodeBlock.js +8 -4
- package/lib/CodeView.cjs +1 -1
- package/lib/CodeView.js +2 -2
- package/lib/Color.cjs +1 -1
- package/lib/Color.js +3 -3
- package/lib/Column.cjs +1 -1
- package/lib/Column.js +2 -2
- package/lib/{Drawer-Was4hxYH.cjs → Drawer-D7E9kTca.cjs} +1 -1
- package/lib/{Drawer-CaXVhxo4.js → Drawer-DA0FLHs9.js} +20 -20
- package/lib/Drawer.cjs +1 -1
- package/lib/Drawer.js +4 -4
- package/lib/Emoji.cjs +1 -1
- package/lib/Emoji.js +1644 -148
- package/lib/Excalidraw.cjs +1 -1
- package/lib/Excalidraw.js +10 -10
- package/lib/ExportPdf.cjs +1 -1
- package/lib/ExportPdf.js +2 -2
- package/lib/ExportWord.cjs +1 -1
- package/lib/ExportWord.js +2 -2
- package/lib/FontFamily.cjs +1 -1
- package/lib/FontFamily.js +5 -5
- package/lib/FontSize.cjs +1 -1
- package/lib/FontSize.js +5 -5
- package/lib/FormatPainter.cjs +1 -0
- package/lib/FormatPainter.js +133 -0
- package/lib/Heading.cjs +1 -1
- package/lib/Heading.js +15 -11
- package/lib/Highlight.cjs +1 -1
- package/lib/Highlight.js +38 -32
- package/lib/History.cjs +7 -1
- package/lib/History.js +519 -478
- package/lib/HorizontalRule.cjs +1 -1
- package/lib/HorizontalRule.js +2 -2
- package/lib/{Iframe-Bp986fj0.js → Iframe-DZ3r3QzK.js} +7 -7
- package/lib/{Iframe-BI0sq6pd.cjs → Iframe-OMVd0xa_.cjs} +1 -1
- package/lib/Iframe.cjs +1 -1
- package/lib/Iframe.js +3 -3
- package/lib/Image.cjs +1 -1
- package/lib/Image.js +6 -6
- package/lib/ImageGif.cjs +1 -1
- package/lib/ImageGif.js +35 -35
- package/lib/ImportWord.cjs +1 -1
- package/lib/ImportWord.js +15 -15
- package/lib/{Indent-FvM52kjA.cjs → Indent-QgCoonRk.cjs} +1 -1
- package/lib/{Indent-E6B8DkyN.js → Indent-kI4G-clX.js} +2 -2
- package/lib/Indent.cjs +1 -1
- package/lib/Indent.js +2 -2
- package/lib/Italic.cjs +1 -1
- package/lib/Italic.js +2 -2
- package/lib/{Katex-pzwyyiFJ.js → Katex-BPbXjcZQ.js} +6 -7
- package/lib/Katex-CUofhjB5.cjs +4 -0
- package/lib/Katex.cjs +1 -1
- package/lib/Katex.js +3 -3
- package/lib/LineHeight.cjs +1 -1
- package/lib/LineHeight.js +4 -4
- package/lib/Link.cjs +1 -1
- package/lib/Link.js +2 -2
- package/lib/{LinkEditBlock-OjN4F2rM.js → LinkEditBlock-BYWwH2_x.js} +59 -32
- package/lib/{LinkEditBlock-Cmkmp2fW.cjs → LinkEditBlock-Z7RRurvx.cjs} +2 -2
- package/lib/MarkdownPaste.cjs +1 -1
- package/lib/MarkdownPaste.js +1 -1
- package/lib/Mention.cjs +1 -1
- package/lib/Mention.js +9 -5
- package/lib/Mermaid.cjs +2 -2
- package/lib/Mermaid.js +61 -62
- package/lib/MoreMark.cjs +1 -1
- package/lib/MoreMark.js +5 -5
- package/lib/OrderedList.cjs +1 -1
- package/lib/OrderedList.js +2 -2
- package/lib/SearchAndReplace.cjs +1 -1
- package/lib/SearchAndReplace.js +14 -14
- package/lib/SlashCommand.cjs +1 -1
- package/lib/SlashCommand.js +7 -7
- package/lib/{SlashCommandNodeView-o323V8li.js → SlashCommandNodeView-C0l3Fb_3.js} +10 -10
- package/lib/{SlashCommandNodeView-DarAytvt.cjs → SlashCommandNodeView-DPPmYEjC.cjs} +1 -1
- package/lib/Strike.cjs +1 -1
- package/lib/Strike.js +2 -2
- package/lib/{Table-Clnz-i4l.cjs → Table-D5G3rfwb.cjs} +5 -5
- package/lib/{Table-CC9uNHPL.js → Table-DwseaFSD.js} +115 -97
- package/lib/Table.cjs +1 -1
- package/lib/Table.js +1 -1
- package/lib/TaskList.cjs +1 -1
- package/lib/TaskList.js +2 -2
- package/lib/TextAlign.cjs +1 -1
- package/lib/TextAlign.js +11 -11
- package/lib/TextDirection.cjs +1 -1
- package/lib/TextDirection.js +3 -3
- package/lib/TextUnderline.cjs +1 -1
- package/lib/TextUnderline.js +2 -2
- package/lib/{Twitter-BVnXL8we.js → Twitter-DP26Lkn8.js} +195 -195
- package/lib/Twitter-q4ZGZL0i.cjs +1 -0
- package/lib/Twitter.cjs +1 -1
- package/lib/Twitter.js +3 -3
- package/lib/Video.cjs +1 -1
- package/lib/Video.js +5 -5
- package/lib/bubble.cjs +6 -6
- package/lib/bubble.js +2783 -2137
- package/lib/{clsx-D6gYQn3o.cjs → clsx-DRbkQ4T7.cjs} +1 -1
- package/lib/{clsx-0OU6n9va.js → clsx-_bq4MQQ7.js} +14 -4
- package/lib/components/Bubble/RichTextBubbleCallout.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleCodeBlock.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleColumns.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleDrawer.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleExcalidraw.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleIframe.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleKatex.d.ts +2 -1
- package/lib/components/Bubble/RichTextBubbleLink.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleMedia.d.ts +3 -3
- package/lib/components/Bubble/RichTextBubbleMenuDragHandle.d.ts +2 -1
- package/lib/components/Bubble/RichTextBubbleMermaid.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleTable.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleText.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleTwitter.d.ts +1 -1
- package/lib/components/ColorPicker.d.ts +1 -1
- package/lib/components/ReactBus.d.ts +1 -1
- package/lib/components/RichTextProvider.d.ts +1 -1
- package/lib/components/SlashDialogTrigger/RenderDialogUploadImage.d.ts +1 -1
- package/lib/components/SlashDialogTrigger/RenderDialogUploadVideo.d.ts +1 -1
- package/lib/components/SlashDialogTrigger/SlashDialogTrigger.d.ts +2 -1
- package/lib/components/icons/Activity.d.ts +2 -1
- package/lib/components/icons/Animas.d.ts +2 -1
- package/lib/components/icons/AspectRatio.d.ts +1 -1
- package/lib/components/icons/Blockquote.d.ts +1 -1
- package/lib/components/icons/CodeView.d.ts +1 -1
- package/lib/components/icons/ColumnAddLeft.d.ts +1 -1
- package/lib/components/icons/ColumnAddRight.d.ts +1 -1
- package/lib/components/icons/DeleteColumn.d.ts +1 -1
- package/lib/components/icons/DeleteRow.d.ts +1 -1
- package/lib/components/icons/Direction.d.ts +1 -1
- package/lib/components/icons/Excalidraw.d.ts +1 -1
- package/lib/components/icons/ExportPdf.d.ts +1 -1
- package/lib/components/icons/ExportWord.d.ts +2 -1
- package/lib/components/icons/FileWordOutline.d.ts +1 -1
- package/lib/components/icons/Flag.d.ts +2 -1
- package/lib/components/icons/Food.d.ts +2 -1
- package/lib/components/icons/GIfIcon.d.ts +1 -1
- package/lib/components/icons/Html.d.ts +1 -1
- package/lib/components/icons/Icon.d.ts +1 -1
- package/lib/components/icons/IconColorFill.d.ts +1 -1
- package/lib/components/icons/IconHighlightFill.d.ts +1 -1
- package/lib/components/icons/ImportWord.d.ts +2 -1
- package/lib/components/icons/LeftToRight.d.ts +1 -1
- package/lib/components/icons/LineHeight.d.ts +1 -1
- package/lib/components/icons/MenuDown.d.ts +1 -1
- package/lib/components/icons/Mermaid.d.ts +1 -1
- package/lib/components/icons/NoFill.d.ts +1 -1
- package/lib/components/icons/Object.d.ts +2 -1
- package/lib/components/icons/RightToLeft.d.ts +1 -1
- package/lib/components/icons/SizeL.d.ts +1 -1
- package/lib/components/icons/SizeM.d.ts +1 -1
- package/lib/components/icons/SizeS.d.ts +1 -1
- package/lib/components/icons/Symbol.d.ts +2 -1
- package/lib/components/icons/Travel.d.ts +2 -1
- package/lib/components/icons/Twitter.d.ts +1 -1
- package/lib/components/ui/dialog.d.ts +2 -2
- package/lib/components/ui/dropdown-menu.d.ts +1 -1
- package/lib/components/ui/emoji-picker.d.ts +4 -4
- package/lib/components/ui/toaster.d.ts +1 -1
- package/lib/{dropdown-menu-BW2M6saA.js → dropdown-menu-BKSX4gvT.js} +1 -1
- package/lib/{dropdown-menu-BIGvxqiu.cjs → dropdown-menu-CURWpB9o.cjs} +1 -1
- package/lib/extensions/Attachment/components/NodeViewAttachment/FileIcon.d.ts +1 -1
- package/lib/extensions/Attachment/components/NodeViewAttachment/NodeViewAttachment.d.ts +1 -1
- package/lib/extensions/Attachment/components/RichTextAttachment.d.ts +1 -1
- package/lib/extensions/Blockquote/components/RichTextBlockquote.d.ts +1 -1
- package/lib/extensions/Bold/components/RichTextBold.d.ts +1 -1
- package/lib/extensions/BulletList/components/RichTextBulletList.d.ts +1 -1
- package/lib/extensions/Callout/components/NodeViewCallout/NodeViewCallout.d.ts +1 -1
- package/lib/extensions/Callout/components/RichTextCallout.d.ts +1 -1
- package/lib/extensions/Clear/components/RichTextClear.d.ts +1 -1
- package/lib/extensions/Code/components/RichTextCode.d.ts +1 -1
- package/lib/extensions/CodeBlock/components/RichTextCodeBlock.d.ts +2 -1
- package/lib/extensions/CodeView/components/RichTextCodeView.d.ts +1 -1
- package/lib/extensions/Color/components/RichTextColor.d.ts +1 -1
- package/lib/extensions/Column/components/RichTextColumn.d.ts +1 -1
- package/lib/extensions/Drawer/components/ControlDrawer/ControlDrawer.d.ts +2 -1
- package/lib/extensions/Drawer/components/ControlDrawer/icon.d.ts +27 -27
- package/lib/extensions/Drawer/components/EditDrawerBlock.d.ts +1 -1
- package/lib/extensions/Drawer/components/NodeViewDrawer/NodeViewDrawer.d.ts +2 -1
- package/lib/extensions/Drawer/components/RichTextDrawer.d.ts +1 -1
- package/lib/extensions/Emoji/components/RichTextEmoji.d.ts +2 -1
- package/lib/extensions/Excalidraw/components/NodeViewExcalidraw/NodeViewExcalidraw.d.ts +2 -1
- package/lib/extensions/Excalidraw/components/RichTextExcalidraw.d.ts +1 -1
- package/lib/extensions/ExportPdf/components/RichTextExportPdf.d.ts +1 -1
- package/lib/extensions/ExportWord/components/RichTextExportWord.d.ts +1 -1
- package/lib/extensions/FontFamily/components/RichTextFontFamily.d.ts +1 -1
- package/lib/extensions/FontSize/components/RichTextFontSize.d.ts +1 -1
- package/lib/extensions/FormatPainter/FormatPainter.d.ts +17 -0
- package/lib/extensions/FormatPainter/components/RichTextFormatPainter.d.ts +1 -0
- package/lib/extensions/FormatPainter/index.d.ts +1 -0
- package/lib/extensions/Heading/components/RichTextHeading.d.ts +1 -1
- package/lib/extensions/Highlight/components/RichTextHighlight.d.ts +2 -1
- package/lib/extensions/History/components/RichTextHistory.d.ts +3 -2
- package/lib/extensions/HorizontalRule/components/RichTextHorizontalRule.d.ts +1 -1
- package/lib/extensions/Iframe/components/IframeNodeView.d.ts +1 -1
- package/lib/extensions/Iframe/components/RichTextIframe.d.ts +1 -1
- package/lib/extensions/Image/components/ImageCropper.d.ts +2 -1
- package/lib/extensions/Image/components/ImageView.d.ts +2 -1
- package/lib/extensions/Image/components/RichTextImage.d.ts +1 -1
- package/lib/extensions/ImageGif/components/ImageGifView.d.ts +2 -1
- package/lib/extensions/ImageGif/components/RichTextImageGif.d.ts +2 -1
- package/lib/extensions/ImportWord/components/RichTextImportWord.d.ts +1 -1
- package/lib/extensions/Indent/components/RichTextIndent.d.ts +1 -1
- package/lib/extensions/Italic/components/RichTextItalic.d.ts +1 -1
- package/lib/extensions/Katex/components/KatexWrapper.d.ts +1 -1
- package/lib/extensions/Katex/components/RichTextKatex.d.ts +1 -1
- package/lib/extensions/LineHeight/components/RichTextLightHeight.d.ts +1 -1
- package/lib/extensions/Link/components/LinkEditBlock.d.ts +1 -1
- package/lib/extensions/Link/components/LinkViewBlock.d.ts +2 -1
- package/lib/extensions/Link/components/RichTextLink.d.ts +1 -1
- package/lib/extensions/Mermaid/components/NodeViewMermaid/NodeViewMermaid.d.ts +2 -1
- package/lib/extensions/Mermaid/components/RichTextMermaid.d.ts +1 -1
- package/lib/extensions/MoreMark/components/RichTextMoreMark.d.ts +1 -1
- package/lib/extensions/OrderedList/components/RichTextOrderedList.d.ts +1 -1
- package/lib/extensions/SearchAndReplace/components/RichTextSearchAndReplace.d.ts +1 -1
- package/lib/extensions/SlashCommand/components/SlashCommandList.d.ts +1 -1
- package/lib/extensions/Strike/components/RichTextStrike.d.ts +1 -1
- package/lib/extensions/Table/components/CreateTablePopover.d.ts +2 -1
- package/lib/extensions/Table/components/RichTextTable.d.ts +2 -1
- package/lib/extensions/TaskList/components/RichTextTaskList.d.ts +1 -1
- package/lib/extensions/TextAlign/components/RichTextAlign.d.ts +1 -1
- package/lib/extensions/TextDirection/components/RichTextTextDirection.d.ts +1 -1
- package/lib/extensions/TextUnderline/components/RichTextUnderline.d.ts +1 -1
- package/lib/extensions/Twitter/components/FormEditLinkTwitter.d.ts +1 -1
- package/lib/extensions/Twitter/components/NodeViewTweet.d.ts +1 -1
- package/lib/extensions/Twitter/components/RichTextTwitter.d.ts +1 -1
- package/lib/extensions/Video/components/RichTextVideo.d.ts +1 -1
- package/lib/index-BGfIcDCQ.cjs +26 -0
- package/lib/index-BaR0Brts.js +1115 -0
- package/lib/index-BgNKVyMW.cjs +2 -0
- package/lib/index-BpLw6ebr.cjs +1 -0
- package/lib/{index-BrsJsbds.js → index-C52cuQ_Y.js} +1503 -1352
- package/lib/index-CDw4Eszh.cjs +12 -0
- package/lib/{index-CUvjYuRp.cjs → index-CHVV5iY-.cjs} +1 -1
- package/lib/{index-zw-Kd38i.js → index-CJMI7Fjf.js} +1 -1
- package/lib/{index-D-Ouz0vF.js → index-DQy9iBzV.js} +1 -1
- package/lib/index-Dbm_Mans.js +1756 -0
- package/lib/{index-oj858lQO.js → index-DtyAGMbq.js} +208 -208
- package/lib/{index-BblvcbTH.js → index-Dx-Dh7KS.js} +1464 -1348
- package/lib/{index-BAb_UADw.cjs → index-SEMQrdk2.cjs} +1 -1
- package/lib/index-aujjnfSJ.cjs +1 -0
- package/lib/index.cjs +1 -1
- package/lib/index.js +12 -12
- package/lib/{jsx-runtime-CT7Pcg-t.js → jsx-runtime-DE8oVoME.js} +3 -1
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.js +1 -1
- package/lib/locales/index.d.ts +1 -1
- package/lib/{popover-BIVHT1W9.js → popover-BB-ZDnqk.js} +1 -1
- package/lib/{popover-DoSfJsFS.cjs → popover-CrywEkBR.cjs} +1 -1
- package/lib/{renderNodeView-D--fDFov.cjs → renderNodeView-5h3-p80E.cjs} +1 -1
- package/lib/{renderNodeView-CfWJK4rG.js → renderNodeView-DoKZ4GYy.js} +2 -2
- package/lib/{separator-SRbPfmGa.cjs → separator-BGO9AZp4.cjs} +1 -1
- package/lib/{separator-b-qOPJmp.js → separator-DuuOJRQd.js} +21 -21
- package/lib/store/EditorEditableReactive.d.ts +1 -1
- package/lib/store/ThemeColorReactive.d.ts +1 -1
- package/lib/style.css +1 -1
- package/lib/types.d.ts +2 -2
- package/lib/{updatePosition-DGPtRfWN.cjs → updatePosition-B1oRJE1x.cjs} +1 -1
- package/lib/{updatePosition-BwzAsiY0.js → updatePosition-CFTYKYNJ.js} +2 -2
- package/package.json +79 -66
- package/lib/Callout-B-S2f0Qo.cjs +0 -1
- package/lib/Callout-CF7Y9yJ7.js +0 -340
- package/lib/Katex-DP6EjdKz.cjs +0 -4
- package/lib/Twitter-0kmrijjL.cjs +0 -1
- package/lib/index-BF3EVCB1.cjs +0 -2
- package/lib/index-Bcj8cyOO.cjs +0 -24
- package/lib/index-CGjT-a9h.js +0 -1377
- package/lib/index-CPTpXLfX.cjs +0 -11
- package/lib/index-CWw4s87s.cjs +0 -1
- package/lib/index-Cal5SPfB.js +0 -779
- package/lib/index-deubsx3z.cjs +0 -1
- package/lib/textarea-CpxXPky_.js +0 -20
- package/lib/textarea-DbGw9oCU.cjs +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const S=require("react"),re=require("react-dom"),A=require("react/jsx-runtime"),P=require("./index-
|
|
1
|
+
"use strict";const S=require("react"),re=require("react-dom"),A=require("react/jsx-runtime"),P=require("./index-BGfIcDCQ.cjs");var j={exports:{}},M={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* use-sync-external-store-shim.production.js
|
|
4
4
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import A, { createContext as U, useContext as G, createRef as de, memo as fe, createElement as he, version as k, useState as pe, useDebugValue as me, useLayoutEffect as Ee, useEffect as ye, forwardRef as ve, useMemo as z } from "react";
|
|
2
2
|
import Se, { flushSync as _e } from "react-dom";
|
|
3
3
|
import { jsx as b, jsxs as ge, Fragment as ie } from "react/jsx-runtime";
|
|
4
|
-
import {
|
|
4
|
+
import { $ as Oe, a0 as we, a as Ae } from "./index-Dx-Dh7KS.js";
|
|
5
5
|
var D = { exports: {} }, P = {};
|
|
6
6
|
/**
|
|
7
7
|
* @license React
|
|
@@ -904,7 +904,9 @@ var Dt = class extends Oe {
|
|
|
904
904
|
}
|
|
905
905
|
const o = { onDragStart: this.onDragStart.bind(this), nodeViewContentRef: (c) => {
|
|
906
906
|
c && this.contentDOMElement && c.firstChild !== this.contentDOMElement && (c.hasAttribute("data-node-view-wrapper") && c.removeAttribute("data-node-view-wrapper"), c.appendChild(this.contentDOMElement));
|
|
907
|
-
} }, u = this.component, i = fe(
|
|
907
|
+
} }, u = this.component, i = fe(
|
|
908
|
+
(c) => /* @__PURE__ */ b(ae.Provider, { value: o, children: he(u, c) })
|
|
909
|
+
);
|
|
908
910
|
i.displayName = "ReactNodeView";
|
|
909
911
|
let s = this.node.isInline ? "span" : "div";
|
|
910
912
|
this.options.as && (s = this.options.as);
|
|
@@ -978,7 +980,12 @@ var Dt = class extends Oe {
|
|
|
978
980
|
newDecorations: t,
|
|
979
981
|
oldInnerDecorations: c,
|
|
980
982
|
innerDecorations: r,
|
|
981
|
-
updateProps: () => n({
|
|
983
|
+
updateProps: () => n({
|
|
984
|
+
node: e,
|
|
985
|
+
decorations: t,
|
|
986
|
+
innerDecorations: r,
|
|
987
|
+
extension: this.extensionWithSyncedStorage
|
|
988
|
+
})
|
|
982
989
|
});
|
|
983
990
|
}
|
|
984
991
|
if (!(e !== this.node))
|
|
@@ -1047,7 +1054,10 @@ function ue({ editor: e, instance: t, children: r }) {
|
|
|
1047
1054
|
const n = e ?? t;
|
|
1048
1055
|
if (!n)
|
|
1049
1056
|
throw new Error("Tiptap: An editor instance is required. Pass a non-null `editor` prop.");
|
|
1050
|
-
const o = z(
|
|
1057
|
+
const o = z(
|
|
1058
|
+
() => ({ editor: n }),
|
|
1059
|
+
[n]
|
|
1060
|
+
), u = z(() => ({ editor: n }), [n]);
|
|
1051
1061
|
return /* @__PURE__ */ b(B.Provider, { value: u, children: /* @__PURE__ */ b($.Provider, { value: o, children: r }) });
|
|
1052
1062
|
}
|
|
1053
1063
|
ue.displayName = "Tiptap";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBubbleCallout(): import("react
|
|
1
|
+
export declare function RichTextBubbleCallout(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBubbleCodeBlock(): import("react
|
|
1
|
+
export declare function RichTextBubbleCodeBlock(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBubbleColumns(): import("react
|
|
1
|
+
export declare function RichTextBubbleColumns(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBubbleDrawer(): import("react
|
|
1
|
+
export declare function RichTextBubbleDrawer(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBubbleExcalidraw(): import("react
|
|
1
|
+
export declare function RichTextBubbleExcalidraw(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBubbleIframe(): import("react
|
|
1
|
+
export declare function RichTextBubbleIframe(): import("react").JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare function RichTextBubbleKatex(): React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare function RichTextBubbleImage(): import("react
|
|
2
|
-
declare function RichTextBubbleImageGif(): import("react
|
|
3
|
-
declare function RichTextBubbleVideo(): import("react
|
|
1
|
+
declare function RichTextBubbleImage(): import("react").JSX.Element;
|
|
2
|
+
declare function RichTextBubbleImageGif(): import("react").JSX.Element;
|
|
3
|
+
declare function RichTextBubbleVideo(): import("react").JSX.Element;
|
|
4
4
|
export { RichTextBubbleImage, RichTextBubbleVideo, RichTextBubbleImageGif };
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare function RichTextBubbleMenuDragHandle(): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBubbleMermaid(): import("react
|
|
1
|
+
export declare function RichTextBubbleMermaid(): import("react").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
interface RichTextBubbleTableProps {
|
|
2
2
|
hiddenActions?: string[];
|
|
3
3
|
}
|
|
4
|
-
declare function RichTextBubbleTable({ hiddenActions }: RichTextBubbleTableProps): import("react
|
|
4
|
+
declare function RichTextBubbleTable({ hiddenActions }: RichTextBubbleTableProps): import("react").JSX.Element;
|
|
5
5
|
export { RichTextBubbleTable };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
interface RichTextBubbleTextProps {
|
|
2
2
|
buttonBubble?: React.ReactNode;
|
|
3
3
|
}
|
|
4
|
-
export declare function RichTextBubbleText({ buttonBubble }: RichTextBubbleTextProps): import("react
|
|
4
|
+
export declare function RichTextBubbleText({ buttonBubble }: RichTextBubbleTextProps): import("react").JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBubbleTwitter(): import("react
|
|
1
|
+
export declare function RichTextBubbleTwitter(): import("react").JSX.Element;
|
|
@@ -7,5 +7,5 @@ export interface ColorPickerProps {
|
|
|
7
7
|
value?: string;
|
|
8
8
|
highlight?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare function ColorPicker(props: ColorPickerProps):
|
|
10
|
+
declare function ColorPicker(props: ColorPickerProps): React.JSX.Element;
|
|
11
11
|
export { ColorPicker };
|
|
@@ -4,5 +4,5 @@ interface IProviderRichTextProps {
|
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
dark?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare function RichTextProvider({ editor, children }: IProviderRichTextProps): import("react
|
|
7
|
+
export declare function RichTextProvider({ editor, children }: IProviderRichTextProps): import("react").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RenderDialogUploadImage(): import("react
|
|
1
|
+
export declare function RenderDialogUploadImage(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RenderDialogUploadVideo(): import("react
|
|
1
|
+
export declare function RenderDialogUploadVideo(): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function AspectRatio(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function AspectRatio(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function BlockquoteLeft(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function BlockquoteLeft(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function CodeView(): import("react
|
|
1
|
+
export declare function CodeView(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function ColumnAddLeft(): import("react
|
|
1
|
+
export declare function ColumnAddLeft(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function ColumnAddRight(): import("react
|
|
1
|
+
export declare function ColumnAddRight(): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare function DeleteColumn(): import("react
|
|
1
|
+
declare function DeleteColumn(): import("react").JSX.Element;
|
|
2
2
|
export { DeleteColumn };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare function DeleteRow(): import("react
|
|
1
|
+
declare function DeleteRow(): import("react").JSX.Element;
|
|
2
2
|
export { DeleteRow };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function Direction(): import("react
|
|
1
|
+
export declare function Direction(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function Excalidraw(): import("react
|
|
1
|
+
export declare function Excalidraw(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function ExportPdf(): import("react
|
|
1
|
+
export declare function ExportPdf(): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function FileWordOutline(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function FileWordOutline(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function GifIcon(): import("react
|
|
1
|
+
export declare function GifIcon(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function Html(): import("react
|
|
1
|
+
export declare function Html(): import("react").JSX.Element;
|
|
@@ -4,5 +4,5 @@ export interface IconComponentProps {
|
|
|
4
4
|
className?: string;
|
|
5
5
|
onClick?: React.MouseEventHandler<SVGElement>;
|
|
6
6
|
}
|
|
7
|
-
declare function IconComponent(props: IconComponentProps):
|
|
7
|
+
declare function IconComponent(props: IconComponentProps): React.JSX.Element | null;
|
|
8
8
|
export { IconComponent };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function LeftToRight(): import("react
|
|
1
|
+
export declare function LeftToRight(): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function FormatLineHeight(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function FormatLineHeight(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function MenuDown(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function MenuDown(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function Mermaid(): import("react
|
|
1
|
+
export declare function Mermaid(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function NoFill(): import("react
|
|
1
|
+
export declare function NoFill(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RightToLeft(): import("react
|
|
1
|
+
export declare function RightToLeft(): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function SizeL(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function SizeL(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function SizeM(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function SizeM(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function SizeS(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function SizeS(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function Twitter(): import("react
|
|
1
|
+
export declare function Twitter(): import("react").JSX.Element;
|
|
@@ -6,11 +6,11 @@ declare const DialogPortal: React.FC<DialogPrimitive.DialogPortalProps>;
|
|
|
6
6
|
declare const DialogClose: React.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
|
|
7
7
|
declare const DialogOverlay: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
8
8
|
declare const DialogContent: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
-
declare function DialogHeader({ className, ...props }: React.HTMLAttributes<HTMLDivElement>):
|
|
9
|
+
declare function DialogHeader({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
10
10
|
declare namespace DialogHeader {
|
|
11
11
|
var displayName: string;
|
|
12
12
|
}
|
|
13
|
-
declare function DialogFooter({ className, ...props }: React.HTMLAttributes<HTMLDivElement>):
|
|
13
|
+
declare function DialogFooter({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
14
14
|
declare namespace DialogFooter {
|
|
15
15
|
var displayName: string;
|
|
16
16
|
}
|
|
@@ -20,7 +20,7 @@ declare const DropdownMenuLabel: React.ForwardRefExoticComponent<Omit<DropdownMe
|
|
|
20
20
|
inset?: boolean;
|
|
21
21
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
22
22
|
declare const DropdownMenuSeparator: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
-
declare function DropdownMenuShortcut({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>):
|
|
23
|
+
declare function DropdownMenuShortcut({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
|
|
24
24
|
declare namespace DropdownMenuShortcut {
|
|
25
25
|
var displayName: string;
|
|
26
26
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EmojiPicker as EmojiPickerPrimitive } from 'frimousse';
|
|
2
2
|
import type * as React from 'react';
|
|
3
|
-
declare function EmojiPicker({ className, ...props }: React.ComponentProps<typeof EmojiPickerPrimitive.Root>):
|
|
4
|
-
declare function EmojiPickerSearch({ className, ...props }: React.ComponentProps<typeof EmojiPickerPrimitive.Search>):
|
|
5
|
-
declare function EmojiPickerContent({ className, ...props }: React.ComponentProps<typeof EmojiPickerPrimitive.Viewport>):
|
|
6
|
-
declare function EmojiPickerFooter({ className, ...props }: React.ComponentProps<'div'>):
|
|
3
|
+
declare function EmojiPicker({ className, ...props }: React.ComponentProps<typeof EmojiPickerPrimitive.Root>): React.JSX.Element;
|
|
4
|
+
declare function EmojiPickerSearch({ className, ...props }: React.ComponentProps<typeof EmojiPickerPrimitive.Search>): React.JSX.Element;
|
|
5
|
+
declare function EmojiPickerContent({ className, ...props }: React.ComponentProps<typeof EmojiPickerPrimitive.Viewport>): React.JSX.Element;
|
|
6
|
+
declare function EmojiPickerFooter({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
|
|
7
7
|
export { EmojiPicker, EmojiPickerSearch, EmojiPickerContent, EmojiPickerFooter };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function Toaster(): import("react
|
|
1
|
+
export declare function Toaster(): import("react").JSX.Element;
|
|
@@ -2,7 +2,7 @@ import { jsx as c, jsxs as x } from "react/jsx-runtime";
|
|
|
2
2
|
import * as t from "@radix-ui/react-dropdown-menu";
|
|
3
3
|
import { ChevronRight as d, Check as h, Circle as l } from "lucide-react";
|
|
4
4
|
import * as s from "react";
|
|
5
|
-
import { c as o } from "./index-
|
|
5
|
+
import { c as o } from "./index-C52cuQ_Y.js";
|
|
6
6
|
const R = t.Root, I = t.Trigger, S = t.Portal, C = t.Sub, m = s.forwardRef(({ className: e, inset: r, children: i, ...a }, n) => /* @__PURE__ */ x(
|
|
7
7
|
t.SubTrigger,
|
|
8
8
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const c=require("react/jsx-runtime"),w=require("@radix-ui/react-dropdown-menu"),d=require("lucide-react"),g=require("react"),a=require("./index-
|
|
1
|
+
"use strict";const c=require("react/jsx-runtime"),w=require("@radix-ui/react-dropdown-menu"),d=require("lucide-react"),g=require("react"),a=require("./index-aujjnfSJ.cjs");function x(t){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const i in t)if(i!=="default"){const o=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(r,i,o.get?o:{enumerable:!0,get:()=>t[i]})}}return r.default=t,Object.freeze(r)}const e=x(w),n=x(g),y=e.Root,N=e.Trigger,D=e.Portal,M=e.Sub,h=n.forwardRef(({className:t,inset:r,children:i,...o},s)=>c.jsxs(e.SubTrigger,{ref:s,className:a.cn("richtext-flex richtext-cursor-default richtext-select-none richtext-items-center richtext-rounded-sm richtext-px-2 richtext-py-1.5 richtext-text-sm richtext-outline-none focus:richtext-bg-accent data-[state=open]:richtext-bg-accent",r&&"richtext-pl-8",t),...o,children:[i,c.jsx(d.ChevronRight,{className:"richtext-ml-auto richtext-size-4"})]}));h.displayName=e.SubTrigger.displayName;const l=n.forwardRef(({className:t,...r},i)=>c.jsx(e.SubContent,{"data-richtext-portal":!0,ref:i,className:a.cn("richtext-z-50 richtext-min-w-[8rem] richtext-overflow-hidden richtext-rounded-md !richtext-border !richtext-border-border richtext-bg-popover richtext-p-1 richtext-text-popover-foreground richtext-shadow-lg data-[state=open]:richtext-animate-in data-[state=closed]:richtext-animate-out data-[state=closed]:richtext-fade-out-0 data-[state=open]:richtext-fade-in-0 data-[state=closed]:richtext-zoom-out-95 data-[state=open]:richtext-zoom-in-95 data-[side=bottom]:richtext-slide-in-from-top-2 data-[side=left]:richtext-slide-in-from-right-2 data-[side=right]:richtext-slide-in-from-left-2 data-[side=top]:richtext-slide-in-from-bottom-2",t),...r}));l.displayName=e.SubContent.displayName;const u=n.forwardRef(({className:t,sideOffset:r=4,...i},o)=>c.jsx(e.Portal,{"data-richtext-portal":!0,children:c.jsx(e.Content,{"data-richtext-portal":!0,ref:o,sideOffset:r,className:a.cn("richtext-z-50 richtext-min-w-[8rem] richtext-overflow-hidden richtext-rounded-md !richtext-border !richtext-border-border richtext-bg-popover richtext-p-1 richtext-text-popover-foreground richtext-shadow-md data-[state=open]:richtext-animate-in data-[state=closed]:richtext-animate-out data-[state=closed]:richtext-fade-out-0 data-[state=open]:richtext-fade-in-0 data-[state=closed]:richtext-zoom-out-95 data-[state=open]:richtext-zoom-in-95 data-[side=bottom]:richtext-slide-in-from-top-2 data-[side=left]:richtext-slide-in-from-right-2 data-[side=right]:richtext-slide-in-from-left-2 data-[side=top]:richtext-slide-in-from-bottom-2",t),...i})}));u.displayName=e.Content.displayName;const p=n.forwardRef(({className:t,inset:r,...i},o)=>c.jsx(e.Item,{ref:o,className:a.cn("richtext-relative richtext-flex richtext-cursor-default richtext-select-none richtext-items-center richtext-rounded-sm richtext-px-2 richtext-py-1.5 richtext-text-sm richtext-outline-none richtext-transition-colors focus:richtext-bg-accent focus:richtext-text-accent-foreground data-[disabled]:richtext-pointer-events-none data-[disabled]:richtext-opacity-50",r&&"richtext-pl-8",t),...i}));p.displayName=e.Item.displayName;const m=n.forwardRef(({className:t,children:r,checked:i,...o},s)=>c.jsxs(e.CheckboxItem,{checked:i,ref:s,className:a.cn("richtext-relative richtext-flex richtext-cursor-default richtext-select-none richtext-items-center richtext-rounded-sm richtext-py-1.5 richtext-pl-8 richtext-pr-2 richtext-text-sm richtext-outline-none richtext-transition-colors focus:richtext-bg-accent focus:richtext-text-accent-foreground data-[disabled]:richtext-pointer-events-none data-[disabled]:richtext-opacity-50",t),...o,children:[c.jsx("span",{className:"richtext-absolute richtext-left-2 richtext-flex richtext-size-3.5 richtext-items-center richtext-justify-center",children:c.jsx(e.ItemIndicator,{children:c.jsx(d.Check,{className:"richtext-size-4"})})}),r]}));m.displayName=e.CheckboxItem.displayName;const j=n.forwardRef(({className:t,children:r,...i},o)=>c.jsxs(e.RadioItem,{ref:o,className:a.cn("richtext-relative richtext-flex richtext-cursor-default richtext-select-none richtext-items-center richtext-rounded-sm richtext-py-1.5 richtext-pl-8 richtext-pr-2 richtext-text-sm richtext-outline-none richtext-transition-colors focus:richtext-bg-accent focus:richtext-text-accent-foreground data-[disabled]:richtext-pointer-events-none data-[disabled]:richtext-opacity-50",t),...i,children:[c.jsx("span",{className:"richtext-absolute richtext-left-2 richtext-flex richtext-size-3.5 richtext-items-center richtext-justify-center",children:c.jsx(e.ItemIndicator,{children:c.jsx(d.Circle,{className:"richtext-size-2 richtext-fill-current"})})}),r]}));j.displayName=e.RadioItem.displayName;const S=n.forwardRef(({className:t,inset:r,...i},o)=>c.jsx(e.Label,{ref:o,className:a.cn("richtext-px-2 richtext-py-1.5 richtext-text-sm richtext-font-semibold",r&&"richtext-pl-8",t),...i}));S.displayName=e.Label.displayName;const f=n.forwardRef(({className:t,...r},i)=>c.jsx(e.Separator,{className:a.cn("richtext--mx-1 richtext-my-1 richtext-h-px richtext-bg-muted",t),ref:i,...r}));f.displayName=e.Separator.displayName;function b({className:t,...r}){return c.jsx("span",{className:a.cn("richtext-ml-auto richtext-text-xs richtext-tracking-widest richtext-opacity-60",t),...r})}b.displayName="DropdownMenuShortcut";exports.DropdownMenu=y;exports.DropdownMenuCheckboxItem=m;exports.DropdownMenuContent=u;exports.DropdownMenuItem=p;exports.DropdownMenuPortal=D;exports.DropdownMenuSeparator=f;exports.DropdownMenuShortcut=b;exports.DropdownMenuSub=M;exports.DropdownMenuSubContent=l;exports.DropdownMenuSubTrigger=h;exports.DropdownMenuTrigger=N;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getFileTypeIcon(fileType: string, forProseMirror?: boolean): any[] | import("react
|
|
1
|
+
export declare function getFileTypeIcon(fileType: string, forProseMirror?: boolean): any[] | import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function NodeViewAttachment({ editor, node, updateAttributes, deleteNode, extension }: any): import("react
|
|
1
|
+
export declare function NodeViewAttachment({ editor, node, updateAttributes, deleteNode, extension }: any): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextAttachment(): import("react
|
|
1
|
+
export declare function RichTextAttachment(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBlockquote(): import("react
|
|
1
|
+
export declare function RichTextBlockquote(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBold(): import("react
|
|
1
|
+
export declare function RichTextBold(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextBulletList(): import("react
|
|
1
|
+
export declare function RichTextBulletList(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function NodeViewCallout({ node }: any): import("react
|
|
1
|
+
export declare function NodeViewCallout({ node }: any): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextCallout(): import("react
|
|
1
|
+
export declare function RichTextCallout(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextClear(): import("react
|
|
1
|
+
export declare function RichTextClear(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextCode(): import("react
|
|
1
|
+
export declare function RichTextCode(): import("react").JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare function RichTextCodeBlock(): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextCodeView(): import("react
|
|
1
|
+
export declare function RichTextCodeView(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextColor(): import("react
|
|
1
|
+
export declare function RichTextColor(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RichTextColumn(): import("react
|
|
1
|
+
export declare function RichTextColumn(): import("react").JSX.Element;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function HugeiconsCursorRectangleSelection01(props: SVGProps<SVGSVGElement>): import("react
|
|
3
|
-
export declare function MdiFormatLetterCase(props: SVGProps<SVGSVGElement>): import("react
|
|
4
|
-
export declare function MaterialSymbolsEdit(props: SVGProps<SVGSVGElement>): import("react
|
|
5
|
-
export declare function PhHighlighter(props: SVGProps<SVGSVGElement>): import("react
|
|
6
|
-
export declare function OuiEraser(props: SVGProps<SVGSVGElement>): import("react
|
|
7
|
-
export declare function MdiSquareOutline(props: SVGProps<SVGSVGElement>): import("react
|
|
8
|
-
export declare function MaterialSymbolsRectangleOutline(props: SVGProps<SVGSVGElement>): import("react
|
|
9
|
-
export declare function MaterialSymbolsCircleOutline(props: SVGProps<SVGSVGElement>): import("react
|
|
10
|
-
export declare function TablerTriangle(props: SVGProps<SVGSVGElement>): import("react
|
|
11
|
-
export declare function MaterialSymbolsHexagonOutline(props: SVGProps<SVGSVGElement>): import("react
|
|
12
|
-
export declare function MingcuteDiamondSquareLine(props: SVGProps<SVGSVGElement>): import("react
|
|
13
|
-
export declare function IcSharpArrowRightAlt(props: SVGProps<SVGSVGElement>): import("react
|
|
14
|
-
export declare function SolarUndoLeftRoundBold(props: SVGProps<SVGSVGElement>): import("react
|
|
15
|
-
export declare function SolarUndoRightRoundBold(props: SVGProps<SVGSVGElement>): import("react
|
|
16
|
-
export declare function MaterialSymbolsDelete(props: SVGProps<SVGSVGElement>): import("react
|
|
17
|
-
export declare function HugeiconsSvg01(props: SVGProps<SVGSVGElement>): import("react
|
|
18
|
-
export declare function GardenUploadStroke12(props: SVGProps<SVGSVGElement>): import("react
|
|
19
|
-
export declare function HugeiconsPng01(props: SVGProps<SVGSVGElement>): import("react
|
|
20
|
-
export declare function IcSharpGrid4x4(props: SVGProps<SVGSVGElement>): import("react
|
|
21
|
-
export declare function AkarIconsDotGridFill(props: SVGProps<SVGSVGElement>): import("react
|
|
22
|
-
export declare function MageImageUpload(props: SVGProps<SVGSVGElement>): import("react
|
|
23
|
-
export declare function FluentColorBackground24Filled(props: SVGProps<SVGSVGElement>): import("react
|
|
24
|
-
export declare function PhLineSegmentFill(props: SVGProps<SVGSVGElement>): import("react
|
|
25
|
-
export declare function IcSharpFavorite(props: SVGProps<SVGSVGElement>): import("react
|
|
26
|
-
export declare function MaterialSymbolsKidStar(props: SVGProps<SVGSVGElement>): import("react
|
|
27
|
-
export declare function MaterialSymbolsCloud(props: SVGProps<SVGSVGElement>): import("react
|
|
28
|
-
export declare function AkarIconsParallelogram(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function HugeiconsCursorRectangleSelection01(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
3
|
+
export declare function MdiFormatLetterCase(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
4
|
+
export declare function MaterialSymbolsEdit(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
5
|
+
export declare function PhHighlighter(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
6
|
+
export declare function OuiEraser(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
7
|
+
export declare function MdiSquareOutline(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
8
|
+
export declare function MaterialSymbolsRectangleOutline(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
9
|
+
export declare function MaterialSymbolsCircleOutline(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
10
|
+
export declare function TablerTriangle(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
11
|
+
export declare function MaterialSymbolsHexagonOutline(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
12
|
+
export declare function MingcuteDiamondSquareLine(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
13
|
+
export declare function IcSharpArrowRightAlt(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
14
|
+
export declare function SolarUndoLeftRoundBold(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
15
|
+
export declare function SolarUndoRightRoundBold(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
16
|
+
export declare function MaterialSymbolsDelete(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
17
|
+
export declare function HugeiconsSvg01(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
18
|
+
export declare function GardenUploadStroke12(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
19
|
+
export declare function HugeiconsPng01(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
20
|
+
export declare function IcSharpGrid4x4(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
21
|
+
export declare function AkarIconsDotGridFill(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
22
|
+
export declare function MageImageUpload(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
23
|
+
export declare function FluentColorBackground24Filled(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
24
|
+
export declare function PhLineSegmentFill(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
25
|
+
export declare function IcSharpFavorite(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
26
|
+
export declare function MaterialSymbolsKidStar(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
27
|
+
export declare function MaterialSymbolsCloud(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
28
|
+
export declare function AkarIconsParallelogram(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|