eddyter 1.4.19 → 1.4.20-beta.0
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/README.md +6 -3
- package/dist/{AIChatPlugin-BUWq8ixX.js → AIChatPlugin-XDBXQanb.js} +3 -3
- package/dist/{CombinedAutocompletGrammarPlugin-Dq25w8tq.js → CombinedAutocompletGrammarPlugin-BRBmG7Uo.js} +186 -167
- package/dist/{CommentBubblePlugin-B77d3Qq6.js → CommentBubblePlugin-BALioirG.js} +1 -1
- package/dist/{CommentPlugin-BJQyKmrN.js → CommentPlugin-CHmC9IZh.js} +2 -2
- package/dist/{NotePanelPlugin-BqOdcg07.js → NotePanelPlugin-CPGzqjuk.js} +1 -1
- package/dist/{TextEnhancePlugin-BnmdRgUu.js → TextEnhancePlugin-DgC4kmVA.js} +2 -2
- package/dist/assets/style.css +1 -1
- package/dist/components/FormatTextMenu/FormatTextMenu.d.ts +5 -0
- package/dist/components/InsertVideoDialog.d.ts +7 -0
- package/dist/components/ListMenu/ListMenu.d.ts +10 -0
- package/dist/components/ListMenu/index.d.ts +1 -0
- package/dist/components/NewBadge/NewBadge.d.ts +5 -0
- package/dist/components/NewBadge/NewDot.d.ts +9 -0
- package/dist/components/Toolbar/styles.d.ts +2 -2
- package/dist/{generateDocxThumbnail-DBMxjZ83.js → generateDocxThumbnail-BTxOqVy6.js} +1 -1
- package/dist/{generatePdfThumbnail-Cv2-ZCzh.js → generatePdfThumbnail-bcpGGSUp.js} +1 -1
- package/dist/{generateXlsxThumbnail-UHmNc7Fa.js → generateXlsxThumbnail-BWM1cmSl.js} +1 -1
- package/dist/hooks/useNewFeatures.d.ts +5 -0
- package/dist/{index-Bex3G_eE.js → index-0VTRLfjb.js} +15648 -14919
- package/dist/{index-ChSepytp.js → index-BNICgdB-.js} +21 -21
- package/dist/{index-q_TW8dU1.js → index-BxOZNLwu.js} +4 -4
- package/dist/{index-C_mjLQUF.js → index-DDSVx-B8.js} +2 -2
- package/dist/{index-Cl_A9eof.js → index-DRLZF4xQ.js} +193 -198
- package/dist/{index-BaWQzoL2.js → index-DZESLGLB.js} +1 -1
- package/dist/{index-DcHU8PlQ.js → index-FZ7Aopvl.js} +73 -73
- package/dist/index.d.ts +0 -1
- package/dist/index.js +12 -13
- package/dist/nodes/ButtonNode.d.ts +15 -2
- package/dist/nodes/documentPalette.d.ts +24 -0
- package/dist/plugins/WordCountPlugin.d.ts +2 -0
- package/dist/{sparkles-C-XoMho5.js → sparkles-DIeZhywG.js} +1 -1
- package/dist/types.d.ts +6 -0
- package/dist/ui/Icons.d.ts +7 -1
- package/dist/{useVoiceToText-BzaLSbRi.js → useVoiceToText-sR--QAUC.js} +1 -1
- package/dist/utils/neutralTextColor.d.ts +22 -0
- package/dist/utils/newFeatures.d.ts +13 -0
- package/dist/utils/notePanelPaste.d.ts +3 -0
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useLexicalComposerContext as p } from "@lexical/react/LexicalComposerContext";
|
|
2
2
|
import { useRef as y, useEffect as b } from "react";
|
|
3
|
-
import { ab as v } from "./index-
|
|
3
|
+
import { ab as v } from "./index-0VTRLfjb.js";
|
|
4
4
|
const g = () => {
|
|
5
5
|
const [n] = p(), { getCommentById: o } = v(), t = y(null);
|
|
6
6
|
return b(() => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t, jsxs as i } from "react/jsx-runtime";
|
|
2
2
|
import { useLexicalComposerContext as I } from "@lexical/react/LexicalComposerContext";
|
|
3
3
|
import { $getSelection as T, $isRangeSelection as S, $isTextNode as A, COMMAND_PRIORITY_LOW as D } from "lexical";
|
|
4
|
-
import { c as z, ab as E, ac as R, ad as L, ae as $, af as F, D as V, a as j, ag as P, a0 as B, Y as K, B as O } from "./index-
|
|
4
|
+
import { c as z, ab as E, ac as R, ad as L, ae as $, af as F, D as V, a as j, ag as P, a0 as B, Y as K, B as O } from "./index-0VTRLfjb.js";
|
|
5
5
|
import { useState as v, useCallback as f, useEffect as N, useRef as U } from "react";
|
|
6
|
-
import { u as H, M as Q } from "./useVoiceToText-
|
|
6
|
+
import { u as H, M as Q } from "./useVoiceToText-sR--QAUC.js";
|
|
7
7
|
const W = z("Quote", [
|
|
8
8
|
[
|
|
9
9
|
"path",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useLexicalComposerContext as a } from "@lexical/react/LexicalComposerContext";
|
|
2
2
|
import { $insertNodes as s, COMMAND_PRIORITY_EDITOR as i } from "lexical";
|
|
3
3
|
import { useEffect as l } from "react";
|
|
4
|
-
import { aB as N, aC as u, aD as d } from "./index-
|
|
4
|
+
import { aB as N, aC as u, aD as d } from "./index-0VTRLfjb.js";
|
|
5
5
|
function p() {
|
|
6
6
|
const [e] = a();
|
|
7
7
|
return l(() => {
|
|
@@ -2,8 +2,8 @@ import { jsx as t, jsxs as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { useLexicalComposerContext as R } from "@lexical/react/LexicalComposerContext";
|
|
3
3
|
import { COMMAND_PRIORITY_LOW as O, $getSelection as C, $isRangeSelection as w } from "lexical";
|
|
4
4
|
import { forwardRef as M, useState as l, useImperativeHandle as P, useRef as D, useEffect as H } from "react";
|
|
5
|
-
import { c as L, D as _, a as z, b as j, d as W, e as B, l as K, g as $, B as b, aE as q, t as d, p as F } from "./index-
|
|
6
|
-
import { S as E } from "./sparkles-
|
|
5
|
+
import { c as L, D as _, a as z, b as j, d as W, e as B, l as K, g as $, B as b, aE as q, t as d, p as F } from "./index-0VTRLfjb.js";
|
|
6
|
+
import { S as E } from "./sparkles-DIeZhywG.js";
|
|
7
7
|
const U = L("ArrowRight", [
|
|
8
8
|
["path", { d: "M5 12h14", key: "1ays0h" }],
|
|
9
9
|
["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
|