@docen/extensions 0.1.1 → 0.1.3

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.d.mts CHANGED
@@ -1,10 +1,10 @@
1
1
  import { A as Superscript, B as Underline, C as ListItem, E as OrderedList, F as TaskItem, I as TaskList, L as Text, M as TableCell, N as TableHeader, O as Strike, S as Link, T as Mention, _ as Highlight, a as Code, b as Italic, c as Details, d as Document, f as Emoji, h as HardBreak, i as BulletList, j as Table, k as Subscript, l as DetailsContent, m as FontSize, n as Blockquote, o as CodeBlockLowlight, p as FontFamily, r as Bold, s as Color, t as BackgroundColor, u as DetailsSummary, v as HorizontalRule, w as Mathematics, x as LineHeight, z as TextStyle } from "./_chunks/tiptap-x0R9GhXd.mjs";
2
- import * as _tiptap_extension_paragraph0 from "@tiptap/extension-paragraph";
3
- import * as _tiptap_extension_heading0 from "@tiptap/extension-heading";
4
- import * as _tiptap_extension_table0 from "@tiptap/extension-table";
5
- import * as _tiptap_extension_image0 from "@tiptap/extension-image";
2
+ import * as _$_tiptap_extension_paragraph0 from "@tiptap/extension-paragraph";
3
+ import * as _$_tiptap_extension_heading0 from "@tiptap/extension-heading";
4
+ import * as _$_tiptap_extension_table0 from "@tiptap/extension-table";
5
+ import * as _$_tiptap_extension_image0 from "@tiptap/extension-image";
6
6
  import { TextAlign } from "@tiptap/extension-text-align";
7
- import * as _tiptap_core0 from "@tiptap/core";
7
+ import * as _$_tiptap_core0 from "@tiptap/core";
8
8
  import { AnyExtension } from "@tiptap/core";
9
9
 
10
10
  //#region src/extends/heading.d.ts
@@ -20,7 +20,7 @@ import { AnyExtension } from "@tiptap/core";
20
20
  * Note: Attributes store CSS values as-is (no unit conversion).
21
21
  * Conversion happens in export-docx/import-docx packages.
22
22
  */
23
- declare const Heading: _tiptap_core0.Node<_tiptap_extension_heading0.HeadingOptions, any>;
23
+ declare const Heading: _$_tiptap_core0.Node<_$_tiptap_extension_heading0.HeadingOptions, any>;
24
24
  //#endregion
25
25
  //#region src/extends/image.d.ts
26
26
  /**
@@ -40,7 +40,7 @@ declare const Heading: _tiptap_core0.Node<_tiptap_extension_heading0.HeadingOpti
40
40
  * equivalents. They're preserved in HTML for round-trip conversion but only
41
41
  * affect DOCX export/import.
42
42
  */
43
- declare const Image: _tiptap_core0.Node<_tiptap_extension_image0.ImageOptions, any>;
43
+ declare const Image: _$_tiptap_core0.Node<_$_tiptap_extension_image0.ImageOptions, any>;
44
44
  //#endregion
45
45
  //#region src/extends/paragraph.d.ts
46
46
  /**
@@ -56,7 +56,7 @@ declare const Image: _tiptap_core0.Node<_tiptap_extension_image0.ImageOptions, a
56
56
  * Note: Attributes store CSS values as-is (no unit conversion).
57
57
  * Conversion happens in export-docx/import-docx packages.
58
58
  */
59
- declare const Paragraph: _tiptap_core0.Node<_tiptap_extension_paragraph0.ParagraphOptions, any>;
59
+ declare const Paragraph: _$_tiptap_core0.Node<_$_tiptap_extension_paragraph0.ParagraphOptions, any>;
60
60
  //#endregion
61
61
  //#region src/extends/table-row.d.ts
62
62
  /**
@@ -71,7 +71,7 @@ declare const Paragraph: _tiptap_core0.Node<_tiptap_extension_paragraph0.Paragra
71
71
  * Note: Attribute stores CSS value as-is (no unit conversion).
72
72
  * Conversion happens in export-docx/import-docx packages.
73
73
  */
74
- declare const TableRow: _tiptap_core0.Node<_tiptap_extension_table0.TableRowOptions, any>;
74
+ declare const TableRow: _$_tiptap_core0.Node<_$_tiptap_extension_table0.TableRowOptions, any>;
75
75
  //#endregion
76
76
  //#region src/extensions.d.ts
77
77
  declare const tiptapNodeExtensions: AnyExtension[];