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 +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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 =
|
|
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 =
|
|
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 =
|
|
670
|
+
type NormalizedTextContent = ParagraphContent[];
|
|
671
671
|
interface NormalizedText {
|
|
672
672
|
content: NormalizedTextContent;
|
|
673
673
|
effects?: StyleObject[];
|