tiptapify 0.2.1 → 0.2.2
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/tiptapify.mjs +4 -1
- package/dist/tiptapify.umd.js +40 -40
- package/index.d.ts +4 -1
- package/package.json +1 -1
- package/src/index.ts +4 -1
package/dist/tiptapify.mjs
CHANGED
|
@@ -105377,12 +105377,15 @@ var PG2 = {
|
|
|
105377
105377
|
export {
|
|
105378
105378
|
Ve as Mark,
|
|
105379
105379
|
Z2 as Node,
|
|
105380
|
+
gD2 as NodeViewWrapper,
|
|
105380
105381
|
pD2 as TipTapEditor,
|
|
105381
105382
|
zG2 as Tiptapify,
|
|
105382
105383
|
_0 as TiptapifyDialog,
|
|
105384
|
+
yD2 as VueNodeViewRenderer,
|
|
105383
105385
|
Hq2 as default,
|
|
105384
105386
|
c3 as markInputRule,
|
|
105385
105387
|
T0 as markPasteRule,
|
|
105386
105388
|
wr as mdi,
|
|
105387
|
-
Q1 as mergeAttributes
|
|
105389
|
+
Q1 as mergeAttributes,
|
|
105390
|
+
vD2 as nodeViewProps
|
|
105388
105391
|
};
|