reactjs-tiptap-editor-pro 0.2.25 → 0.2.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/RichTextEditor-DlFgd8H2.cjs +141 -0
- package/lib/{RichTextEditor-Bxdp3pW3.js → RichTextEditor-iBDjgtlT.js} +3328 -2840
- package/lib/extension-bundle.cjs +3 -3
- package/lib/extension-bundle.d.cts +61 -61
- package/lib/extension-bundle.d.ts +61 -61
- package/lib/extension-bundle.js +713 -889
- package/lib/{index-D-rys8BA.cjs → index-DV-nXpU1.cjs} +1 -1
- package/lib/{index-PJxla8pp.js → index-M6H3FoBi.js} +5 -5
- package/lib/index.cjs +1 -1
- package/lib/index.d.cts +61 -61
- package/lib/index.d.ts +61 -61
- package/lib/index.js +2 -2
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.d.cts +61 -61
- package/lib/locale-bundle.d.ts +61 -61
- package/lib/locale-bundle.js +1 -1
- package/lib/style.css +1 -1
- package/lib/{tiptap-Kst3Ray3.js → tiptap-DkWHMWDt.js} +57 -93
- package/lib/{tiptap-Bzsbnr3f.cjs → tiptap-gBG-1T-V.cjs} +11 -11
- package/lib/{vendor-LvbrNFNL.cjs → vendor-BJ0Yf78E.cjs} +4 -4
- package/lib/{vendor-tDefVoN_.js → vendor-Cpa6z-M0.js} +8 -7
- package/package.json +1 -1
- package/lib/RichTextEditor-zOI60NFQ.cjs +0 -141
|
@@ -67518,8 +67518,9 @@ export {
|
|
|
67518
67518
|
pnt as a7,
|
|
67519
67519
|
hnt as a8,
|
|
67520
67520
|
fnt as a9,
|
|
67521
|
-
|
|
67522
|
-
|
|
67521
|
+
E5 as aA,
|
|
67522
|
+
Xtt as aB,
|
|
67523
|
+
Wtt as aC,
|
|
67523
67524
|
ynt as aa,
|
|
67524
67525
|
Zh as ab,
|
|
67525
67526
|
_nt as ac,
|
|
@@ -67541,11 +67542,11 @@ export {
|
|
|
67541
67542
|
Vtt as as,
|
|
67542
67543
|
Htt as at,
|
|
67543
67544
|
Itt as au,
|
|
67544
|
-
|
|
67545
|
-
|
|
67546
|
-
|
|
67547
|
-
|
|
67548
|
-
|
|
67545
|
+
et as av,
|
|
67546
|
+
xnt as aw,
|
|
67547
|
+
Mnt as ax,
|
|
67548
|
+
Snt as ay,
|
|
67549
|
+
rc as az,
|
|
67549
67550
|
Fi as b,
|
|
67550
67551
|
Ott as c,
|
|
67551
67552
|
_i as d,
|
package/package.json
CHANGED