@json-to-office/shared-docx 0.32.0 → 0.34.0

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.
Files changed (46) hide show
  1. package/dist/{chunk-PVZMPANS.js → chunk-436TK3T4.js} +622 -452
  2. package/dist/chunk-436TK3T4.js.map +1 -0
  3. package/dist/{chunk-LQGORQQI.js → chunk-CQHH44HX.js} +29 -23
  4. package/dist/chunk-CQHH44HX.js.map +1 -0
  5. package/dist/{chunk-3L66ZGEV.js → chunk-FG6SI4JG.js} +14 -3
  6. package/dist/chunk-FG6SI4JG.js.map +1 -0
  7. package/dist/{chunk-UJ35RKLG.js → chunk-K7PV4XUA.js} +2 -2
  8. package/dist/chunk-K7PV4XUA.js.map +1 -0
  9. package/dist/{chunk-2LF3CBBU.js → chunk-NJN6UT3A.js} +56 -3
  10. package/dist/chunk-NJN6UT3A.js.map +1 -0
  11. package/dist/{chunk-TQYAIC66.js → chunk-PSVJL2G3.js} +2 -2
  12. package/dist/{chunk-TJFO2OVU.js → chunk-SZCMTHGI.js} +2 -2
  13. package/dist/{chunk-LRYBZQL2.js → chunk-VRGM2FUX.js} +6 -6
  14. package/dist/chunk-VRGM2FUX.js.map +1 -0
  15. package/dist/{chunk-AT7DFVN7.js → chunk-Y2ME2XH6.js} +4 -2
  16. package/dist/chunk-Y2ME2XH6.js.map +1 -0
  17. package/dist/{chunk-E4OJPWK4.js → chunk-Z5WQPM4B.js} +7 -4
  18. package/dist/chunk-Z5WQPM4B.js.map +1 -0
  19. package/dist/index.d.ts +173 -16
  20. package/dist/index.js +295 -16
  21. package/dist/index.js.map +1 -1
  22. package/dist/schemas/api.d.ts +6 -0
  23. package/dist/schemas/api.js +5 -5
  24. package/dist/schemas/component-defaults.d.ts +76 -29
  25. package/dist/schemas/component-defaults.js +3 -1
  26. package/dist/schemas/component-registry.js +3 -3
  27. package/dist/schemas/components.d.ts +354 -29
  28. package/dist/schemas/components.js +18 -4
  29. package/dist/schemas/document.js +6 -6
  30. package/dist/schemas/export.js +4 -4
  31. package/dist/schemas/generator.js +4 -4
  32. package/dist/schemas/theme.d.ts +298 -14
  33. package/dist/schemas/theme.js +2 -2
  34. package/dist/validation/unified/index.d.ts +192 -23
  35. package/dist/validation/unified/index.js +8 -6
  36. package/package.json +5 -4
  37. package/dist/chunk-2LF3CBBU.js.map +0 -1
  38. package/dist/chunk-3L66ZGEV.js.map +0 -1
  39. package/dist/chunk-AT7DFVN7.js.map +0 -1
  40. package/dist/chunk-E4OJPWK4.js.map +0 -1
  41. package/dist/chunk-LQGORQQI.js.map +0 -1
  42. package/dist/chunk-LRYBZQL2.js.map +0 -1
  43. package/dist/chunk-PVZMPANS.js.map +0 -1
  44. package/dist/chunk-UJ35RKLG.js.map +0 -1
  45. /package/dist/{chunk-TQYAIC66.js.map → chunk-PSVJL2G3.js.map} +0 -0
  46. /package/dist/{chunk-TJFO2OVU.js.map → chunk-SZCMTHGI.js.map} +0 -0
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { RevisionSegment, ComponentDefinition as ComponentDefinition$1, ComponentDefinitionSchema, ColumnsPropsSchema, ReportPropsSchema, SectionPropsSchema, HeadingPropsSchema, ParagraphPropsSchema, TextBoxPropsSchema, ImagePropsSchema, HighchartsPropsSchema, VisualPropsSchema, StatisticPropsSchema, TablePropsSchema, ListPropsSchema, TocPropsSchema } from './schemas/components.js';
2
- export { Alignment, AlignmentSchema, BaseComponentProps, BaseComponentPropsSchema, BorderSchema, ColumnsProps, HeadingLevel, HeadingLevelSchema, HeadingProps, HighchartsProps, ImageProps, Indent, IndentSchema, JustifiedAlignment, JustifiedAlignmentSchema, LineSpacing, LineSpacingSchema, ListProps, MarginsSchema, Numbering, NumberingSchema, ParagraphIndent, ParagraphIndentSchema, ParagraphProps, ReportProps, Revision, RevisionSchema, RevisionSegmentSchema, SectionProps, Spacing, SpacingSchema, StandardComponentDefinitionSchema, StatisticProps, TabStop, TabStopLeader, TabStopLeaderSchema, TabStopSchema, TabStopType, TabStopTypeSchema, TabStops, TabStopsSchema, TableProps, TextBoxProps, TocProps, VisualCanvas, VisualCanvasBackgroundSchema, VisualCanvasSchema, VisualProps } from './schemas/components.js';
2
+ export { Alignment, AlignmentSchema, BaseComponentProps, BaseComponentPropsSchema, BorderSchema, ColumnsProps, Comment, CommentReply, CommentReplySchema, CommentSchema, EndnotesSchema, FootnotesSchema, HeadingLevel, HeadingLevelSchema, HeadingProps, HighchartsProps, ImageProps, Indent, IndentSchema, JustifiedAlignment, JustifiedAlignmentSchema, LineSpacing, LineSpacingSchema, ListMarkerFont, ListMarkerFontSchema, ListProps, MarginsSchema, Note, NoteSchema, Numbering, NumberingSchema, ParagraphIndent, ParagraphIndentSchema, ParagraphProps, ReportProps, Revision, RevisionMark, RevisionMarkSchema, RevisionSchema, RevisionSegmentSchema, SectionProps, Spacing, SpacingSchema, StandardComponentDefinitionSchema, StatisticProps, TabStop, TabStopLeader, TabStopLeaderSchema, TabStopSchema, TabStopType, TabStopTypeSchema, TabStops, TabStopsSchema, TableProps, TextBoxProps, TocProps, VisualCanvas, VisualCanvasBackgroundSchema, VisualCanvasSchema, VisualProps } from './schemas/components.js';
3
3
  export { AddWarningFunction, ComponentSchemaConfig, DEFAULT_ERROR_CONFIG, ERROR_EMOJIS, ErrorFormatterConfig, GenerationWarning, ParsedSemver, ComponentDefinition as SharedComponentDefinition, ValidationError, ValidationResult, calculatePosition, clearComponentNamesCache, compareSemver, convertToJsonSchema, createComponentSchema, createErrorConfig, createJsonParseError, exportSchemaToFile, extractStandardComponentNames, fixSchemaReferences, formatErrorMessage, formatErrorSummary, getLiteralValue, getObjectSchemaPropertyNames, getSchemaMetadata, groupErrorsByPath, isLiteralSchema, isObjectSchema, isUnionSchema, isValidSemver, latestVersion, parseSemver, createComponentSchemaObject as sharedCreateComponentSchemaObject, transformValueError, transformValueErrors } from '@json-to-office/shared';
4
4
  import { DocumentValidationResult, ValidationError } from './schemas/document.js';
5
5
  export { JSON_SCHEMA_URLS, JsonComponentDefinitionSchema } from './schemas/document.js';
@@ -8,9 +8,10 @@ export { GenerateDocumentRequest, GenerateDocumentRequestSchema, GenerateDocumen
8
8
  import * as _sinclair_typebox from '@sinclair/typebox';
9
9
  import { Static } from '@sinclair/typebox';
10
10
  import { ValueError } from '@sinclair/typebox/value';
11
- export { ERROR_TEMPLATES, collectIndentConflicts, componentValidator, comprehensiveValidateDocument, createComponentValidator, createJsonValidator, createThemeValidator, createValidator, deepValidateDocument, getThemeName, getValidationSummary, isColumnsProps, isCustomComponentProps, isHeadingProps, isImageProps, isListProps, isParagraphProps, isReportProps, isSectionProps, isStandardComponentName, isStatisticProps, isTableProps, isThemeConfig, isValidTheme, isValidTheme as isValidThemeJson, isValidationSuccess, strictComponentValidator, strictThemeValidator, themeValidator, transformDocxValueError, transformDocxValueErrors, validate, validateAgainstSchema, validateBatch, validateComponent as validateComponentProps, validateCustomComponentProps, validateJson, validateStrict, validateTheme, validateThemeJson, validateThemeWithEnhancement, validateWithEnhancement } from './validation/unified/index.js';
11
+ export { ERROR_TEMPLATES, collectIndentConflicts, collectNoteRevisionConflicts, componentValidator, comprehensiveValidateDocument, createComponentValidator, createJsonValidator, createThemeValidator, createValidator, deepValidateDocument, getThemeName, getValidationSummary, isColumnsProps, isCustomComponentProps, isHeadingProps, isImageProps, isListProps, isParagraphProps, isReportProps, isSectionProps, isStandardComponentName, isStatisticProps, isTableProps, isThemeConfig, isValidTheme, isValidTheme as isValidThemeJson, isValidationSuccess, strictComponentValidator, strictThemeValidator, themeValidator, transformDocxValueError, transformDocxValueErrors, validate, validateAgainstSchema, validateBatch, validateComponent as validateComponentProps, validateCustomComponentProps, validateJson, validateStrict, validateTheme, validateThemeJson, validateThemeWithEnhancement, validateWithEnhancement } from './validation/unified/index.js';
12
12
  import { TextSpaceAfterPropsSchema } from './schemas/custom-components.js';
13
13
  export { CustomComponentDefinitionSchema, TextSpaceAfterComponentSchema, TextSpaceAfterProps } from './schemas/custom-components.js';
14
+ export { STANDARD_COMPONENTS_REGISTRY, getAllStandardComponentNames, getStandardComponent } from './schemas/component-registry.js';
14
15
  export { BASE_SCHEMA_METADATA, COMPONENT_METADATA, ComponentSchemaConfig as DocxComponentSchemaConfig, THEME_SCHEMA_METADATA, convertToJsonSchema as convertDocxToJsonSchema, createComponentSchema as createDocxComponentSchema, exportSchemaToFile as exportDocxSchemaToFile, fixSchemaReferences as fixDocxSchemaReferences } from './schemas/export.js';
15
16
  export { CustomComponentInfo, GenerateDocumentSchemaOptions, generateUnifiedDocumentSchema } from './schemas/generator.js';
16
17
  export { ColumnsComponentDefaults, ComponentDefaults, HeadingComponentDefaults, ImageComponentDefaults, ListComponentDefaults, ParagraphComponentDefaults, SectionComponentDefaults, StatisticComponentDefaults, TableComponentDefaults } from './schemas/component-defaults.js';
@@ -441,6 +442,12 @@ declare const COMPONENT_SCHEMA_MAP: {
441
442
  color: _sinclair_typebox.TString;
442
443
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
443
444
  }>>;
445
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
446
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
447
+ size: _sinclair_typebox.TNumber;
448
+ color: _sinclair_typebox.TString;
449
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
450
+ }>>;
444
451
  }>>;
445
452
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
446
453
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -501,6 +508,12 @@ declare const COMPONENT_SCHEMA_MAP: {
501
508
  color: _sinclair_typebox.TString;
502
509
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
503
510
  }>>;
511
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
512
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
513
+ size: _sinclair_typebox.TNumber;
514
+ color: _sinclair_typebox.TString;
515
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
516
+ }>>;
504
517
  }>>;
505
518
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
506
519
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -561,6 +574,12 @@ declare const COMPONENT_SCHEMA_MAP: {
561
574
  color: _sinclair_typebox.TString;
562
575
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
563
576
  }>>;
577
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
578
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
579
+ size: _sinclair_typebox.TNumber;
580
+ color: _sinclair_typebox.TString;
581
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
582
+ }>>;
564
583
  }>>;
565
584
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
566
585
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -621,6 +640,12 @@ declare const COMPONENT_SCHEMA_MAP: {
621
640
  color: _sinclair_typebox.TString;
622
641
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
623
642
  }>>;
643
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
644
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
645
+ size: _sinclair_typebox.TNumber;
646
+ color: _sinclair_typebox.TString;
647
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
648
+ }>>;
624
649
  }>>;
625
650
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
626
651
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -681,6 +706,12 @@ declare const COMPONENT_SCHEMA_MAP: {
681
706
  color: _sinclair_typebox.TString;
682
707
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
683
708
  }>>;
709
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
710
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
711
+ size: _sinclair_typebox.TNumber;
712
+ color: _sinclair_typebox.TString;
713
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
714
+ }>>;
684
715
  }>>;
685
716
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
686
717
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -741,6 +772,12 @@ declare const COMPONENT_SCHEMA_MAP: {
741
772
  color: _sinclair_typebox.TString;
742
773
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
743
774
  }>>;
775
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
776
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
777
+ size: _sinclair_typebox.TNumber;
778
+ color: _sinclair_typebox.TString;
779
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
780
+ }>>;
744
781
  }>>;
745
782
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
746
783
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -801,6 +838,12 @@ declare const COMPONENT_SCHEMA_MAP: {
801
838
  color: _sinclair_typebox.TString;
802
839
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
803
840
  }>>;
841
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
842
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
843
+ size: _sinclair_typebox.TNumber;
844
+ color: _sinclair_typebox.TString;
845
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
846
+ }>>;
804
847
  }>>;
805
848
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
806
849
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -861,6 +904,12 @@ declare const COMPONENT_SCHEMA_MAP: {
861
904
  color: _sinclair_typebox.TString;
862
905
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
863
906
  }>>;
907
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
908
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
909
+ size: _sinclair_typebox.TNumber;
910
+ color: _sinclair_typebox.TString;
911
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
912
+ }>>;
864
913
  }>>;
865
914
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
866
915
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -921,6 +970,12 @@ declare const COMPONENT_SCHEMA_MAP: {
921
970
  color: _sinclair_typebox.TString;
922
971
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
923
972
  }>>;
973
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
974
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
975
+ size: _sinclair_typebox.TNumber;
976
+ color: _sinclair_typebox.TString;
977
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
978
+ }>>;
924
979
  }>>;
925
980
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
926
981
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -985,6 +1040,12 @@ declare const COMPONENT_SCHEMA_MAP: {
985
1040
  color: _sinclair_typebox.TString;
986
1041
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
987
1042
  }>>;
1043
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1044
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
1045
+ size: _sinclair_typebox.TNumber;
1046
+ color: _sinclair_typebox.TString;
1047
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1048
+ }>>;
988
1049
  }>>;
989
1050
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
990
1051
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1049,6 +1110,12 @@ declare const COMPONENT_SCHEMA_MAP: {
1049
1110
  color: _sinclair_typebox.TString;
1050
1111
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1051
1112
  }>>;
1113
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1114
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
1115
+ size: _sinclair_typebox.TNumber;
1116
+ color: _sinclair_typebox.TString;
1117
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1118
+ }>>;
1052
1119
  }>>;
1053
1120
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1054
1121
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1113,6 +1180,12 @@ declare const COMPONENT_SCHEMA_MAP: {
1113
1180
  color: _sinclair_typebox.TString;
1114
1181
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1115
1182
  }>>;
1183
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1184
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
1185
+ size: _sinclair_typebox.TNumber;
1186
+ color: _sinclair_typebox.TString;
1187
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1188
+ }>>;
1116
1189
  }>>;
1117
1190
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1118
1191
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1177,6 +1250,12 @@ declare const COMPONENT_SCHEMA_MAP: {
1177
1250
  color: _sinclair_typebox.TString;
1178
1251
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1179
1252
  }>>;
1253
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1254
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
1255
+ size: _sinclair_typebox.TNumber;
1256
+ color: _sinclair_typebox.TString;
1257
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1258
+ }>>;
1180
1259
  }>>;
1181
1260
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1182
1261
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1241,6 +1320,12 @@ declare const COMPONENT_SCHEMA_MAP: {
1241
1320
  color: _sinclair_typebox.TString;
1242
1321
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1243
1322
  }>>;
1323
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1324
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
1325
+ size: _sinclair_typebox.TNumber;
1326
+ color: _sinclair_typebox.TString;
1327
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1328
+ }>>;
1244
1329
  }>>;
1245
1330
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1246
1331
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1305,6 +1390,12 @@ declare const COMPONENT_SCHEMA_MAP: {
1305
1390
  color: _sinclair_typebox.TString;
1306
1391
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1307
1392
  }>>;
1393
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1394
+ style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
1395
+ size: _sinclair_typebox.TNumber;
1396
+ color: _sinclair_typebox.TString;
1397
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1398
+ }>>;
1308
1399
  }>>;
1309
1400
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1310
1401
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1425,6 +1516,7 @@ declare const COMPONENT_SCHEMA_MAP: {
1425
1516
  columnBreak: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1426
1517
  keepNext: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1427
1518
  keepLines: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1519
+ id: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1428
1520
  themeStyle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1429
1521
  boldColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1430
1522
  tabStops: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
@@ -1450,7 +1542,6 @@ declare const COMPONENT_SCHEMA_MAP: {
1450
1542
  width: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1451
1543
  height: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1452
1544
  }>>;
1453
- id: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1454
1545
  }>>;
1455
1546
  image: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1456
1547
  path: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
@@ -1549,6 +1640,7 @@ declare const COMPONENT_SCHEMA_MAP: {
1549
1640
  gap: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString]>>;
1550
1641
  }>>;
1551
1642
  list: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1643
+ format: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"decimal">, _sinclair_typebox.TLiteral<"upperRoman">, _sinclair_typebox.TLiteral<"lowerRoman">, _sinclair_typebox.TLiteral<"upperLetter">, _sinclair_typebox.TLiteral<"lowerLetter">, _sinclair_typebox.TLiteral<"bullet">, _sinclair_typebox.TLiteral<"ordinal">, _sinclair_typebox.TLiteral<"cardinalText">, _sinclair_typebox.TLiteral<"ordinalText">, _sinclair_typebox.TLiteral<"hex">, _sinclair_typebox.TLiteral<"chicago">, _sinclair_typebox.TLiteral<"ideographDigital">, _sinclair_typebox.TLiteral<"japaneseCounting">, _sinclair_typebox.TLiteral<"aiueo">, _sinclair_typebox.TLiteral<"iroha">, _sinclair_typebox.TLiteral<"decimalFullWidth">, _sinclair_typebox.TLiteral<"decimalHalfWidth">, _sinclair_typebox.TLiteral<"japaneseLegal">, _sinclair_typebox.TLiteral<"japaneseDigitalTenThousand">, _sinclair_typebox.TLiteral<"decimalEnclosedCircle">, _sinclair_typebox.TLiteral<"decimalFullWidth2">, _sinclair_typebox.TLiteral<"aiueoFullWidth">, _sinclair_typebox.TLiteral<"irohaFullWidth">, _sinclair_typebox.TLiteral<"decimalZero">, _sinclair_typebox.TLiteral<"ganada">, _sinclair_typebox.TLiteral<"chosung">, _sinclair_typebox.TLiteral<"decimalEnclosedFullstop">, _sinclair_typebox.TLiteral<"decimalEnclosedParen">, _sinclair_typebox.TLiteral<"decimalEnclosedCircleChinese">, _sinclair_typebox.TLiteral<"ideographEnclosedCircle">, _sinclair_typebox.TLiteral<"ideographTraditional">, _sinclair_typebox.TLiteral<"ideographZodiac">, _sinclair_typebox.TLiteral<"ideographZodiacTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCounting">, _sinclair_typebox.TLiteral<"ideographLegalTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCountingThousand">, _sinclair_typebox.TLiteral<"taiwaneseDigital">, _sinclair_typebox.TLiteral<"chineseCounting">, _sinclair_typebox.TLiteral<"chineseLegalSimplified">, _sinclair_typebox.TLiteral<"chineseCountingThousand">, _sinclair_typebox.TLiteral<"koreanDigital">, _sinclair_typebox.TLiteral<"koreanCounting">, _sinclair_typebox.TLiteral<"koreanLegal">, _sinclair_typebox.TLiteral<"koreanDigital2">, _sinclair_typebox.TLiteral<"vietnameseCounting">, _sinclair_typebox.TLiteral<"russianLower">, _sinclair_typebox.TLiteral<"russianUpper">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"numberInDash">, _sinclair_typebox.TLiteral<"hebrew1">, _sinclair_typebox.TLiteral<"hebrew2">, _sinclair_typebox.TLiteral<"arabicAlpha">, _sinclair_typebox.TLiteral<"arabicAbjad">, _sinclair_typebox.TLiteral<"hindiVowels">, _sinclair_typebox.TLiteral<"hindiConsonants">, _sinclair_typebox.TLiteral<"hindiNumbers">, _sinclair_typebox.TLiteral<"hindiCounting">, _sinclair_typebox.TLiteral<"thaiLetters">, _sinclair_typebox.TLiteral<"thaiNumbers">, _sinclair_typebox.TLiteral<"thaiCounting">]>, _sinclair_typebox.TLiteral<"numbered">, _sinclair_typebox.TLiteral<"none">]>>;
1552
1644
  items: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TObject<{
1553
1645
  text: _sinclair_typebox.TString;
1554
1646
  level: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1561,6 +1653,18 @@ declare const COMPONENT_SCHEMA_MAP: {
1561
1653
  }>>;
1562
1654
  }>>;
1563
1655
  }>]>>>;
1656
+ spacing: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1657
+ before: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1658
+ after: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1659
+ item: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1660
+ }>>;
1661
+ start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1662
+ alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"center">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"justify">]>>;
1663
+ indent: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TObject<{
1664
+ left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1665
+ hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1666
+ }>]>>;
1667
+ bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1564
1668
  reference: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1565
1669
  levels: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1566
1670
  level: _sinclair_typebox.TNumber;
@@ -1572,20 +1676,15 @@ declare const COMPONENT_SCHEMA_MAP: {
1572
1676
  hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1573
1677
  }>>;
1574
1678
  start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1679
+ font: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1680
+ family: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1681
+ size: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1682
+ color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1683
+ bold: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1684
+ italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1685
+ underline: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1686
+ }>>;
1575
1687
  }>>>;
1576
- format: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"decimal">, _sinclair_typebox.TLiteral<"upperRoman">, _sinclair_typebox.TLiteral<"lowerRoman">, _sinclair_typebox.TLiteral<"upperLetter">, _sinclair_typebox.TLiteral<"lowerLetter">, _sinclair_typebox.TLiteral<"bullet">, _sinclair_typebox.TLiteral<"ordinal">, _sinclair_typebox.TLiteral<"cardinalText">, _sinclair_typebox.TLiteral<"ordinalText">, _sinclair_typebox.TLiteral<"hex">, _sinclair_typebox.TLiteral<"chicago">, _sinclair_typebox.TLiteral<"ideographDigital">, _sinclair_typebox.TLiteral<"japaneseCounting">, _sinclair_typebox.TLiteral<"aiueo">, _sinclair_typebox.TLiteral<"iroha">, _sinclair_typebox.TLiteral<"decimalFullWidth">, _sinclair_typebox.TLiteral<"decimalHalfWidth">, _sinclair_typebox.TLiteral<"japaneseLegal">, _sinclair_typebox.TLiteral<"japaneseDigitalTenThousand">, _sinclair_typebox.TLiteral<"decimalEnclosedCircle">, _sinclair_typebox.TLiteral<"decimalFullWidth2">, _sinclair_typebox.TLiteral<"aiueoFullWidth">, _sinclair_typebox.TLiteral<"irohaFullWidth">, _sinclair_typebox.TLiteral<"decimalZero">, _sinclair_typebox.TLiteral<"ganada">, _sinclair_typebox.TLiteral<"chosung">, _sinclair_typebox.TLiteral<"decimalEnclosedFullstop">, _sinclair_typebox.TLiteral<"decimalEnclosedParen">, _sinclair_typebox.TLiteral<"decimalEnclosedCircleChinese">, _sinclair_typebox.TLiteral<"ideographEnclosedCircle">, _sinclair_typebox.TLiteral<"ideographTraditional">, _sinclair_typebox.TLiteral<"ideographZodiac">, _sinclair_typebox.TLiteral<"ideographZodiacTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCounting">, _sinclair_typebox.TLiteral<"ideographLegalTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCountingThousand">, _sinclair_typebox.TLiteral<"taiwaneseDigital">, _sinclair_typebox.TLiteral<"chineseCounting">, _sinclair_typebox.TLiteral<"chineseLegalSimplified">, _sinclair_typebox.TLiteral<"chineseCountingThousand">, _sinclair_typebox.TLiteral<"koreanDigital">, _sinclair_typebox.TLiteral<"koreanCounting">, _sinclair_typebox.TLiteral<"koreanLegal">, _sinclair_typebox.TLiteral<"koreanDigital2">, _sinclair_typebox.TLiteral<"vietnameseCounting">, _sinclair_typebox.TLiteral<"russianLower">, _sinclair_typebox.TLiteral<"russianUpper">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"numberInDash">, _sinclair_typebox.TLiteral<"hebrew1">, _sinclair_typebox.TLiteral<"hebrew2">, _sinclair_typebox.TLiteral<"arabicAlpha">, _sinclair_typebox.TLiteral<"arabicAbjad">, _sinclair_typebox.TLiteral<"hindiVowels">, _sinclair_typebox.TLiteral<"hindiConsonants">, _sinclair_typebox.TLiteral<"hindiNumbers">, _sinclair_typebox.TLiteral<"hindiCounting">, _sinclair_typebox.TLiteral<"thaiLetters">, _sinclair_typebox.TLiteral<"thaiNumbers">, _sinclair_typebox.TLiteral<"thaiCounting">]>, _sinclair_typebox.TLiteral<"numbered">, _sinclair_typebox.TLiteral<"none">]>>;
1577
- bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1578
- start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1579
- spacing: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1580
- before: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1581
- after: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1582
- item: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1583
- }>>;
1584
- alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"center">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"justify">]>>;
1585
- indent: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TObject<{
1586
- left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1587
- hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1588
- }>]>>;
1589
1688
  }>>;
1590
1689
  }>>;
1591
1690
  language: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
@@ -1685,6 +1784,19 @@ declare const COMPONENT_SCHEMA_MAP: {
1685
1784
  text: _sinclair_typebox.TString;
1686
1785
  }>>;
1687
1786
  }>>;
1787
+ comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1788
+ replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1789
+ text: _sinclair_typebox.TString;
1790
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1791
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1792
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1793
+ }>>>;
1794
+ resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1795
+ text: _sinclair_typebox.TString;
1796
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1797
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1798
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1799
+ }>>;
1688
1800
  }>;
1689
1801
  readonly paragraph: _sinclair_typebox.TObject<{
1690
1802
  text: _sinclair_typebox.TString;
@@ -1762,6 +1874,30 @@ declare const COMPONENT_SCHEMA_MAP: {
1762
1874
  text: _sinclair_typebox.TString;
1763
1875
  }>>;
1764
1876
  }>>;
1877
+ comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1878
+ replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1879
+ text: _sinclair_typebox.TString;
1880
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1881
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1882
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1883
+ }>>>;
1884
+ resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1885
+ text: _sinclair_typebox.TString;
1886
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1887
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1888
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1889
+ }>>;
1890
+ footnotes: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1891
+ id: _sinclair_typebox.TString;
1892
+ text: _sinclair_typebox.TString;
1893
+ }>>>;
1894
+ /**
1895
+ * Transform and validate data (for migration scenarios)
1896
+ */
1897
+ endnotes: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1898
+ id: _sinclair_typebox.TString;
1899
+ text: _sinclair_typebox.TString;
1900
+ }>>>;
1765
1901
  }>;
1766
1902
  readonly columns: _sinclair_typebox.TObject<{
1767
1903
  columns: _sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TArray<_sinclair_typebox.TObject<{
@@ -1856,6 +1992,14 @@ declare const COMPONENT_SCHEMA_MAP: {
1856
1992
  hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1857
1993
  }>>;
1858
1994
  start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1995
+ font: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1996
+ family: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1997
+ size: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1998
+ color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1999
+ bold: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
2000
+ italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
2001
+ underline: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
2002
+ }>>;
1859
2003
  }>>>;
1860
2004
  format: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"decimal">, _sinclair_typebox.TLiteral<"upperRoman">, _sinclair_typebox.TLiteral<"lowerRoman">, _sinclair_typebox.TLiteral<"upperLetter">, _sinclair_typebox.TLiteral<"lowerLetter">, _sinclair_typebox.TLiteral<"bullet">, _sinclair_typebox.TLiteral<"ordinal">, _sinclair_typebox.TLiteral<"cardinalText">, _sinclair_typebox.TLiteral<"ordinalText">, _sinclair_typebox.TLiteral<"hex">, _sinclair_typebox.TLiteral<"chicago">, _sinclair_typebox.TLiteral<"ideographDigital">, _sinclair_typebox.TLiteral<"japaneseCounting">, _sinclair_typebox.TLiteral<"aiueo">, _sinclair_typebox.TLiteral<"iroha">, _sinclair_typebox.TLiteral<"decimalFullWidth">, _sinclair_typebox.TLiteral<"decimalHalfWidth">, _sinclair_typebox.TLiteral<"japaneseLegal">, _sinclair_typebox.TLiteral<"japaneseDigitalTenThousand">, _sinclair_typebox.TLiteral<"decimalEnclosedCircle">, _sinclair_typebox.TLiteral<"decimalFullWidth2">, _sinclair_typebox.TLiteral<"aiueoFullWidth">, _sinclair_typebox.TLiteral<"irohaFullWidth">, _sinclair_typebox.TLiteral<"decimalZero">, _sinclair_typebox.TLiteral<"ganada">, _sinclair_typebox.TLiteral<"chosung">, _sinclair_typebox.TLiteral<"decimalEnclosedFullstop">, _sinclair_typebox.TLiteral<"decimalEnclosedParen">, _sinclair_typebox.TLiteral<"decimalEnclosedCircleChinese">, _sinclair_typebox.TLiteral<"ideographEnclosedCircle">, _sinclair_typebox.TLiteral<"ideographTraditional">, _sinclair_typebox.TLiteral<"ideographZodiac">, _sinclair_typebox.TLiteral<"ideographZodiacTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCounting">, _sinclair_typebox.TLiteral<"ideographLegalTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCountingThousand">, _sinclair_typebox.TLiteral<"taiwaneseDigital">, _sinclair_typebox.TLiteral<"chineseCounting">, _sinclair_typebox.TLiteral<"chineseLegalSimplified">, _sinclair_typebox.TLiteral<"chineseCountingThousand">, _sinclair_typebox.TLiteral<"koreanDigital">, _sinclair_typebox.TLiteral<"koreanCounting">, _sinclair_typebox.TLiteral<"koreanLegal">, _sinclair_typebox.TLiteral<"koreanDigital2">, _sinclair_typebox.TLiteral<"vietnameseCounting">, _sinclair_typebox.TLiteral<"russianLower">, _sinclair_typebox.TLiteral<"russianUpper">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"numberInDash">, _sinclair_typebox.TLiteral<"hebrew1">, _sinclair_typebox.TLiteral<"hebrew2">, _sinclair_typebox.TLiteral<"arabicAlpha">, _sinclair_typebox.TLiteral<"arabicAbjad">, _sinclair_typebox.TLiteral<"hindiVowels">, _sinclair_typebox.TLiteral<"hindiConsonants">, _sinclair_typebox.TLiteral<"hindiNumbers">, _sinclair_typebox.TLiteral<"hindiCounting">, _sinclair_typebox.TLiteral<"thaiLetters">, _sinclair_typebox.TLiteral<"thaiNumbers">, _sinclair_typebox.TLiteral<"thaiCounting">]>, _sinclair_typebox.TLiteral<"numbered">, _sinclair_typebox.TLiteral<"none">]>>;
1861
2005
  bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
@@ -1870,6 +2014,19 @@ declare const COMPONENT_SCHEMA_MAP: {
1870
2014
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1871
2015
  hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1872
2016
  }>]>>;
2017
+ comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
2018
+ replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
2019
+ text: _sinclair_typebox.TString;
2020
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
2021
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
2022
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
2023
+ }>>>;
2024
+ resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
2025
+ text: _sinclair_typebox.TString;
2026
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
2027
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
2028
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
2029
+ }>>;
1873
2030
  }>;
1874
2031
  };
1875
2032
  type StandardComponentName = keyof typeof COMPONENT_SCHEMA_MAP;