modern-idoc 0.6.9 → 0.6.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.d.cts CHANGED
@@ -667,7 +667,7 @@ interface ParagraphContent extends StyleObject {
667
667
  }
668
668
  type TextContentFlat = string | FragmentContent | ParagraphContent | (string | FragmentContent)[];
669
669
  type TextContent = string | FragmentContent | ParagraphContent | TextContentFlat[];
670
- type NormalizedTextContent = (ParagraphContent & StyleObject)[];
670
+ type NormalizedTextContent = ParagraphContent[];
671
671
  interface NormalizedText {
672
672
  content: NormalizedTextContent;
673
673
  effects?: StyleObject[];
package/dist/index.d.mts CHANGED
@@ -667,7 +667,7 @@ interface ParagraphContent extends StyleObject {
667
667
  }
668
668
  type TextContentFlat = string | FragmentContent | ParagraphContent | (string | FragmentContent)[];
669
669
  type TextContent = string | FragmentContent | ParagraphContent | TextContentFlat[];
670
- type NormalizedTextContent = (ParagraphContent & StyleObject)[];
670
+ type NormalizedTextContent = ParagraphContent[];
671
671
  interface NormalizedText {
672
672
  content: NormalizedTextContent;
673
673
  effects?: StyleObject[];
package/dist/index.d.ts CHANGED
@@ -667,7 +667,7 @@ interface ParagraphContent extends StyleObject {
667
667
  }
668
668
  type TextContentFlat = string | FragmentContent | ParagraphContent | (string | FragmentContent)[];
669
669
  type TextContent = string | FragmentContent | ParagraphContent | TextContentFlat[];
670
- type NormalizedTextContent = (ParagraphContent & StyleObject)[];
670
+ type NormalizedTextContent = ParagraphContent[];
671
671
  interface NormalizedText {
672
672
  content: NormalizedTextContent;
673
673
  effects?: StyleObject[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "modern-idoc",
3
3
  "type": "module",
4
- "version": "0.6.9",
4
+ "version": "0.6.10",
5
5
  "packageManager": "pnpm@9.15.1",
6
6
  "description": "Intermediate document for modern codec libs",
7
7
  "author": "wxm",