@docen/extensions 0.0.8 → 0.0.10
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/index.cjs +8 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.mjs +8 -1
- package/dist/shared/{extensions.SlCx0Bmn.d.cts → extensions.BOBBi1Z_.d.cts} +12 -2
- package/dist/shared/{extensions.SlCx0Bmn.d.mts → extensions.BOBBi1Z_.d.mts} +12 -2
- package/dist/shared/{extensions.SlCx0Bmn.d.ts → extensions.BOBBi1Z_.d.ts} +12 -2
- package/dist/shared/extensions.CAUtiZQg.cjs +72 -0
- package/dist/shared/{extensions.BQfevE5S.d.cts → extensions.DmJvAao6.d.cts} +72 -2
- package/dist/shared/{extensions.DAZn2HEU.d.mts → extensions.IF9nv9tR.d.mts} +72 -2
- package/dist/shared/{extensions.BED3A2H3.d.ts → extensions.ITVKw7bK.d.ts} +72 -2
- package/dist/shared/extensions.ymUB12ul.mjs +72 -0
- package/dist/tiptap.cjs +1 -1
- package/dist/tiptap.d.cts +2 -2
- package/dist/tiptap.d.mts +2 -2
- package/dist/tiptap.d.ts +2 -2
- package/dist/tiptap.mjs +1 -1
- package/dist/types.d.cts +7 -7
- package/dist/types.d.mts +7 -7
- package/dist/types.d.ts +7 -7
- package/package.json +32 -34
- package/dist/shared/extensions.CcSIv21B.cjs +0 -72
- package/dist/shared/extensions.Chtjfo3m.mjs +0 -72
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as Node,
|
|
2
|
-
import { H as HeadingOptions, I as ImageOptions, P as ParagraphOptions, T as TableRowOptions } from './shared/extensions.
|
|
3
|
-
export {
|
|
1
|
+
import { N as Node, A as AnyExtension } from './shared/extensions.BOBBi1Z_.cjs';
|
|
2
|
+
import { H as HeadingOptions, I as ImageOptions, P as ParagraphOptions, T as TableRowOptions } from './shared/extensions.DmJvAao6.cjs';
|
|
3
|
+
export { B as BackgroundColor, a as Blockquote, b as Bold, c as BulletList, C as Code, d as CodeBlockLowlight, e as Color, D as Details, f as DetailsContent, g as DetailsSummary, h as Document, E as Emoji, F as FontFamily, i as FontSize, j as HardBreak, k as Highlight, l as HorizontalRule, m as Italic, L as LineHeight, n as Link, o as ListItem, M as Mention, O as OrderedList, S as Strike, p as Subscript, q as Superscript, r as Table, s as TableCell, t as TableHeader, u as TaskItem, v as TaskList, w as Text, x as TextAlign, y as TextStyle, U as Underline } from './shared/extensions.DmJvAao6.cjs';
|
|
4
4
|
export { Mathematics } from '@tiptap/extension-mathematics';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -65,8 +65,8 @@ declare const Paragraph: Node<ParagraphOptions, any>;
|
|
|
65
65
|
*/
|
|
66
66
|
declare const TableRow: Node<TableRowOptions, any>;
|
|
67
67
|
|
|
68
|
-
declare const tiptapNodeExtensions:
|
|
69
|
-
declare const tiptapMarkExtensions:
|
|
68
|
+
declare const tiptapNodeExtensions: AnyExtension[];
|
|
69
|
+
declare const tiptapMarkExtensions: AnyExtension[];
|
|
70
70
|
declare const tiptapExtensions: AnyExtension[];
|
|
71
71
|
|
|
72
72
|
export { Heading, Image, Paragraph, TableRow, tiptapExtensions, tiptapMarkExtensions, tiptapNodeExtensions };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as Node,
|
|
2
|
-
import { H as HeadingOptions, I as ImageOptions, P as ParagraphOptions, T as TableRowOptions } from './shared/extensions.
|
|
3
|
-
export {
|
|
1
|
+
import { N as Node, A as AnyExtension } from './shared/extensions.BOBBi1Z_.mjs';
|
|
2
|
+
import { H as HeadingOptions, I as ImageOptions, P as ParagraphOptions, T as TableRowOptions } from './shared/extensions.IF9nv9tR.mjs';
|
|
3
|
+
export { B as BackgroundColor, a as Blockquote, b as Bold, c as BulletList, C as Code, d as CodeBlockLowlight, e as Color, D as Details, f as DetailsContent, g as DetailsSummary, h as Document, E as Emoji, F as FontFamily, i as FontSize, j as HardBreak, k as Highlight, l as HorizontalRule, m as Italic, L as LineHeight, n as Link, o as ListItem, M as Mention, O as OrderedList, S as Strike, p as Subscript, q as Superscript, r as Table, s as TableCell, t as TableHeader, u as TaskItem, v as TaskList, w as Text, x as TextAlign, y as TextStyle, U as Underline } from './shared/extensions.IF9nv9tR.mjs';
|
|
4
4
|
export { Mathematics } from '@tiptap/extension-mathematics';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -65,8 +65,8 @@ declare const Paragraph: Node<ParagraphOptions, any>;
|
|
|
65
65
|
*/
|
|
66
66
|
declare const TableRow: Node<TableRowOptions, any>;
|
|
67
67
|
|
|
68
|
-
declare const tiptapNodeExtensions:
|
|
69
|
-
declare const tiptapMarkExtensions:
|
|
68
|
+
declare const tiptapNodeExtensions: AnyExtension[];
|
|
69
|
+
declare const tiptapMarkExtensions: AnyExtension[];
|
|
70
70
|
declare const tiptapExtensions: AnyExtension[];
|
|
71
71
|
|
|
72
72
|
export { Heading, Image, Paragraph, TableRow, tiptapExtensions, tiptapMarkExtensions, tiptapNodeExtensions };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as Node,
|
|
2
|
-
import { H as HeadingOptions, I as ImageOptions, P as ParagraphOptions, T as TableRowOptions } from './shared/extensions.
|
|
3
|
-
export {
|
|
1
|
+
import { N as Node, A as AnyExtension } from './shared/extensions.BOBBi1Z_.js';
|
|
2
|
+
import { H as HeadingOptions, I as ImageOptions, P as ParagraphOptions, T as TableRowOptions } from './shared/extensions.ITVKw7bK.js';
|
|
3
|
+
export { B as BackgroundColor, a as Blockquote, b as Bold, c as BulletList, C as Code, d as CodeBlockLowlight, e as Color, D as Details, f as DetailsContent, g as DetailsSummary, h as Document, E as Emoji, F as FontFamily, i as FontSize, j as HardBreak, k as Highlight, l as HorizontalRule, m as Italic, L as LineHeight, n as Link, o as ListItem, M as Mention, O as OrderedList, S as Strike, p as Subscript, q as Superscript, r as Table, s as TableCell, t as TableHeader, u as TaskItem, v as TaskList, w as Text, x as TextAlign, y as TextStyle, U as Underline } from './shared/extensions.ITVKw7bK.js';
|
|
4
4
|
export { Mathematics } from '@tiptap/extension-mathematics';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -65,8 +65,8 @@ declare const Paragraph: Node<ParagraphOptions, any>;
|
|
|
65
65
|
*/
|
|
66
66
|
declare const TableRow: Node<TableRowOptions, any>;
|
|
67
67
|
|
|
68
|
-
declare const tiptapNodeExtensions:
|
|
69
|
-
declare const tiptapMarkExtensions:
|
|
68
|
+
declare const tiptapNodeExtensions: AnyExtension[];
|
|
69
|
+
declare const tiptapMarkExtensions: AnyExtension[];
|
|
70
70
|
declare const tiptapExtensions: AnyExtension[];
|
|
71
71
|
|
|
72
72
|
export { Heading, Image, Paragraph, TableRow, tiptapExtensions, tiptapMarkExtensions, tiptapNodeExtensions };
|