@json-to-office/shared-docx 0.33.0 → 0.35.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 (45) 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-QDBFYGOR.js → chunk-4FOTCEYP.js} +14 -3
  4. package/dist/chunk-4FOTCEYP.js.map +1 -0
  5. package/dist/{chunk-WAKSQXQA.js → chunk-4ORMKPLQ.js} +2 -2
  6. package/dist/{chunk-BDVZALLE.js → chunk-7FNE5T7M.js} +56 -3
  7. package/dist/chunk-7FNE5T7M.js.map +1 -0
  8. package/dist/{chunk-R5UGQRFE.js → chunk-EKBKTVLD.js} +2 -2
  9. package/dist/{chunk-5QOQVYBJ.js → chunk-G5GIBBUX.js} +5 -3
  10. package/dist/chunk-G5GIBBUX.js.map +1 -0
  11. package/dist/{chunk-UNNSBEER.js → chunk-HHF5AQ7X.js} +2 -2
  12. package/dist/chunk-HHF5AQ7X.js.map +1 -0
  13. package/dist/{chunk-XDMC32YP.js → chunk-KKFRVDJH.js} +6 -6
  14. package/dist/chunk-KKFRVDJH.js.map +1 -0
  15. package/dist/{chunk-LQGORQQI.js → chunk-PQITDZWT.js} +31 -23
  16. package/dist/chunk-PQITDZWT.js.map +1 -0
  17. package/dist/{chunk-I7HBLM3U.js → chunk-UKOAOVPP.js} +2 -2
  18. package/dist/index.d.ts +218 -16
  19. package/dist/index.js +295 -16
  20. package/dist/index.js.map +1 -1
  21. package/dist/schemas/api.d.ts +6 -0
  22. package/dist/schemas/api.js +5 -5
  23. package/dist/schemas/component-defaults.d.ts +76 -29
  24. package/dist/schemas/component-defaults.js +3 -1
  25. package/dist/schemas/component-registry.js +3 -3
  26. package/dist/schemas/components.d.ts +430 -29
  27. package/dist/schemas/components.js +18 -4
  28. package/dist/schemas/document.js +6 -6
  29. package/dist/schemas/export.js +4 -4
  30. package/dist/schemas/generator.js +4 -4
  31. package/dist/schemas/theme.d.ts +336 -14
  32. package/dist/schemas/theme.js +2 -2
  33. package/dist/validation/unified/index.d.ts +231 -23
  34. package/dist/validation/unified/index.js +8 -6
  35. package/package.json +3 -3
  36. package/dist/chunk-5QOQVYBJ.js.map +0 -1
  37. package/dist/chunk-BDVZALLE.js.map +0 -1
  38. package/dist/chunk-LQGORQQI.js.map +0 -1
  39. package/dist/chunk-PVZMPANS.js.map +0 -1
  40. package/dist/chunk-QDBFYGOR.js.map +0 -1
  41. package/dist/chunk-UNNSBEER.js.map +0 -1
  42. package/dist/chunk-XDMC32YP.js.map +0 -1
  43. /package/dist/{chunk-WAKSQXQA.js.map → chunk-4ORMKPLQ.js.map} +0 -0
  44. /package/dist/{chunk-R5UGQRFE.js.map → chunk-EKBKTVLD.js.map} +0 -0
  45. /package/dist/{chunk-I7HBLM3U.js.map → chunk-UKOAOVPP.js.map} +0 -0
@@ -10,7 +10,7 @@ import {
10
10
  ThemeOverridesSchema,
11
11
  createMinimalTheme,
12
12
  isValidThemeConfig
13
- } from "../chunk-LQGORQQI.js";
13
+ } from "../chunk-PQITDZWT.js";
14
14
  import {
15
15
  ColumnsComponentDefaultsSchema,
16
16
  ComponentDefaultsSchema,
@@ -21,7 +21,7 @@ import {
21
21
  SectionComponentDefaultsSchema,
22
22
  StatisticComponentDefaultsSchema,
23
23
  TableComponentDefaultsSchema
24
- } from "../chunk-PVZMPANS.js";
24
+ } from "../chunk-436TK3T4.js";
25
25
  import "../chunk-7TTAAYQ5.js";
26
26
  export {
27
27
  ColumnsComponentDefaultsSchema,
@@ -256,6 +256,12 @@ declare const COMPONENT_SCHEMA_MAP: {
256
256
  color: _sinclair_typebox.TString;
257
257
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
258
258
  }>>;
259
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
260
+ 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">]>;
261
+ size: _sinclair_typebox.TNumber;
262
+ color: _sinclair_typebox.TString;
263
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
264
+ }>>;
259
265
  }>>;
260
266
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
261
267
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -316,6 +322,12 @@ declare const COMPONENT_SCHEMA_MAP: {
316
322
  color: _sinclair_typebox.TString;
317
323
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
318
324
  }>>;
325
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
326
+ 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">]>;
327
+ size: _sinclair_typebox.TNumber;
328
+ color: _sinclair_typebox.TString;
329
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
330
+ }>>;
319
331
  }>>;
320
332
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
321
333
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -376,6 +388,12 @@ declare const COMPONENT_SCHEMA_MAP: {
376
388
  color: _sinclair_typebox.TString;
377
389
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
378
390
  }>>;
391
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
392
+ 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">]>;
393
+ size: _sinclair_typebox.TNumber;
394
+ color: _sinclair_typebox.TString;
395
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
396
+ }>>;
379
397
  }>>;
380
398
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
381
399
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -436,6 +454,12 @@ declare const COMPONENT_SCHEMA_MAP: {
436
454
  color: _sinclair_typebox.TString;
437
455
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
438
456
  }>>;
457
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
458
+ 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">]>;
459
+ size: _sinclair_typebox.TNumber;
460
+ color: _sinclair_typebox.TString;
461
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
462
+ }>>;
439
463
  }>>;
440
464
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
441
465
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -496,6 +520,12 @@ declare const COMPONENT_SCHEMA_MAP: {
496
520
  color: _sinclair_typebox.TString;
497
521
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
498
522
  }>>;
523
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
524
+ 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">]>;
525
+ size: _sinclair_typebox.TNumber;
526
+ color: _sinclair_typebox.TString;
527
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
528
+ }>>;
499
529
  }>>;
500
530
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
501
531
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -556,6 +586,12 @@ declare const COMPONENT_SCHEMA_MAP: {
556
586
  color: _sinclair_typebox.TString;
557
587
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
558
588
  }>>;
589
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
590
+ 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">]>;
591
+ size: _sinclair_typebox.TNumber;
592
+ color: _sinclair_typebox.TString;
593
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
594
+ }>>;
559
595
  }>>;
560
596
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
561
597
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -616,6 +652,12 @@ declare const COMPONENT_SCHEMA_MAP: {
616
652
  color: _sinclair_typebox.TString;
617
653
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
618
654
  }>>;
655
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
656
+ 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">]>;
657
+ size: _sinclair_typebox.TNumber;
658
+ color: _sinclair_typebox.TString;
659
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
660
+ }>>;
619
661
  }>>;
620
662
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
621
663
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -676,6 +718,12 @@ declare const COMPONENT_SCHEMA_MAP: {
676
718
  color: _sinclair_typebox.TString;
677
719
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
678
720
  }>>;
721
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
722
+ 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">]>;
723
+ size: _sinclair_typebox.TNumber;
724
+ color: _sinclair_typebox.TString;
725
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
726
+ }>>;
679
727
  }>>;
680
728
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
681
729
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -736,6 +784,12 @@ declare const COMPONENT_SCHEMA_MAP: {
736
784
  color: _sinclair_typebox.TString;
737
785
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
738
786
  }>>;
787
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
788
+ 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">]>;
789
+ size: _sinclair_typebox.TNumber;
790
+ color: _sinclair_typebox.TString;
791
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
792
+ }>>;
739
793
  }>>;
740
794
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
741
795
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -800,6 +854,12 @@ declare const COMPONENT_SCHEMA_MAP: {
800
854
  color: _sinclair_typebox.TString;
801
855
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
802
856
  }>>;
857
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
858
+ 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">]>;
859
+ size: _sinclair_typebox.TNumber;
860
+ color: _sinclair_typebox.TString;
861
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
862
+ }>>;
803
863
  }>>;
804
864
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
805
865
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -864,6 +924,12 @@ declare const COMPONENT_SCHEMA_MAP: {
864
924
  color: _sinclair_typebox.TString;
865
925
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
866
926
  }>>;
927
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
928
+ 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">]>;
929
+ size: _sinclair_typebox.TNumber;
930
+ color: _sinclair_typebox.TString;
931
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
932
+ }>>;
867
933
  }>>;
868
934
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
869
935
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -928,6 +994,12 @@ declare const COMPONENT_SCHEMA_MAP: {
928
994
  color: _sinclair_typebox.TString;
929
995
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
930
996
  }>>;
997
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
998
+ 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">]>;
999
+ size: _sinclair_typebox.TNumber;
1000
+ color: _sinclair_typebox.TString;
1001
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1002
+ }>>;
931
1003
  }>>;
932
1004
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
933
1005
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -992,6 +1064,12 @@ declare const COMPONENT_SCHEMA_MAP: {
992
1064
  color: _sinclair_typebox.TString;
993
1065
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
994
1066
  }>>;
1067
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1068
+ 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">]>;
1069
+ size: _sinclair_typebox.TNumber;
1070
+ color: _sinclair_typebox.TString;
1071
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1072
+ }>>;
995
1073
  }>>;
996
1074
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
997
1075
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1056,6 +1134,12 @@ declare const COMPONENT_SCHEMA_MAP: {
1056
1134
  color: _sinclair_typebox.TString;
1057
1135
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1058
1136
  }>>;
1137
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1138
+ 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">]>;
1139
+ size: _sinclair_typebox.TNumber;
1140
+ color: _sinclair_typebox.TString;
1141
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1142
+ }>>;
1059
1143
  }>>;
1060
1144
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1061
1145
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1120,6 +1204,12 @@ declare const COMPONENT_SCHEMA_MAP: {
1120
1204
  color: _sinclair_typebox.TString;
1121
1205
  space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1122
1206
  }>>;
1207
+ between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1208
+ 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">]>;
1209
+ size: _sinclair_typebox.TNumber;
1210
+ color: _sinclair_typebox.TString;
1211
+ space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1212
+ }>>;
1123
1213
  }>>;
1124
1214
  indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1125
1215
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1148,6 +1238,41 @@ declare const COMPONENT_SCHEMA_MAP: {
1148
1238
  }>>;
1149
1239
  }>>;
1150
1240
  }>>;
1241
+ fontRegistry: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1242
+ id: _sinclair_typebox.TString;
1243
+ family: _sinclair_typebox.TString;
1244
+ category: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"sans">, _sinclair_typebox.TLiteral<"serif">, _sinclair_typebox.TLiteral<"mono">, _sinclair_typebox.TLiteral<"display">, _sinclair_typebox.TLiteral<"handwriting">]>>;
1245
+ sources: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TObject<{
1246
+ kind: _sinclair_typebox.TLiteral<"safe">;
1247
+ family: _sinclair_typebox.TString;
1248
+ }>, _sinclair_typebox.TObject<{
1249
+ kind: _sinclair_typebox.TLiteral<"google">;
1250
+ family: _sinclair_typebox.TString;
1251
+ weights: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TNumber>>;
1252
+ italics: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1253
+ }>, _sinclair_typebox.TObject<{
1254
+ kind: _sinclair_typebox.TLiteral<"file">;
1255
+ path: _sinclair_typebox.TString;
1256
+ weight: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1257
+ italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1258
+ }>, _sinclair_typebox.TObject<{
1259
+ kind: _sinclair_typebox.TLiteral<"data">;
1260
+ data: _sinclair_typebox.TString;
1261
+ weight: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1262
+ italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1263
+ }>, _sinclair_typebox.TObject<{
1264
+ kind: _sinclair_typebox.TLiteral<"url">;
1265
+ url: _sinclair_typebox.TString;
1266
+ weight: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1267
+ italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1268
+ }>, _sinclair_typebox.TObject<{
1269
+ kind: _sinclair_typebox.TLiteral<"variable">;
1270
+ url: _sinclair_typebox.TString;
1271
+ weight: _sinclair_typebox.TNumber;
1272
+ italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1273
+ axes: _sinclair_typebox.TOptional<_sinclair_typebox.TRecord<_sinclair_typebox.TString, _sinclair_typebox.TNumber>>;
1274
+ }>]>>;
1275
+ }>>>;
1151
1276
  componentDefaults: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1152
1277
  heading: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1153
1278
  text: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
@@ -1240,6 +1365,7 @@ declare const COMPONENT_SCHEMA_MAP: {
1240
1365
  columnBreak: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1241
1366
  keepNext: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1242
1367
  keepLines: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1368
+ id: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1243
1369
  themeStyle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1244
1370
  boldColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1245
1371
  tabStops: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
@@ -1265,7 +1391,6 @@ declare const COMPONENT_SCHEMA_MAP: {
1265
1391
  width: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1266
1392
  height: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1267
1393
  }>>;
1268
- id: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1269
1394
  }>>;
1270
1395
  image: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1271
1396
  path: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
@@ -1364,6 +1489,7 @@ declare const COMPONENT_SCHEMA_MAP: {
1364
1489
  gap: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString]>>;
1365
1490
  }>>;
1366
1491
  list: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1492
+ 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">]>>;
1367
1493
  items: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TObject<{
1368
1494
  text: _sinclair_typebox.TString;
1369
1495
  level: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -1376,13 +1502,21 @@ declare const COMPONENT_SCHEMA_MAP: {
1376
1502
  }>>;
1377
1503
  }>>;
1378
1504
  }>]>>>;
1505
+ spacing: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1506
+ before: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1507
+ after: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1508
+ item: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1509
+ }>>;
1510
+ start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1511
+ alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"center">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"justify">]>>;
1512
+ indent: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TObject<{
1513
+ left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1514
+ hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1515
+ }>]>>;
1516
+ bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1379
1517
  reference: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1380
1518
  levels: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1381
1519
  level: _sinclair_typebox.TNumber;
1382
- /**
1383
- * Validate a custom component configuration with a custom schema.
1384
- * Delegates to @json-to-office/shared/plugin to avoid duplication.
1385
- */
1386
1520
  format: _sinclair_typebox.TOptional<_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">]>>;
1387
1521
  text: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1388
1522
  alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"start">, _sinclair_typebox.TLiteral<"end">, _sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"center">]>>;
@@ -1391,20 +1525,18 @@ declare const COMPONENT_SCHEMA_MAP: {
1391
1525
  hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1392
1526
  }>>;
1393
1527
  start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1528
+ font: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1529
+ family: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1530
+ size: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1531
+ color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1532
+ bold: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1533
+ italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1534
+ /**
1535
+ * Batch validate multiple components
1536
+ */
1537
+ underline: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1538
+ }>>;
1394
1539
  }>>>;
1395
- 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">]>>;
1396
- bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1397
- start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1398
- spacing: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1399
- before: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1400
- after: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1401
- item: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1402
- }>>;
1403
- alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"center">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"justify">]>>;
1404
- indent: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TObject<{
1405
- left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1406
- hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1407
- }>]>>;
1408
1540
  }>>;
1409
1541
  }>>;
1410
1542
  language: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
@@ -1418,6 +1550,10 @@ declare const COMPONENT_SCHEMA_MAP: {
1418
1550
  company: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1419
1551
  date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1420
1552
  version: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1553
+ /**
1554
+ * Validate a custom component configuration with a custom schema.
1555
+ * Delegates to @json-to-office/shared/plugin to avoid duplication.
1556
+ */
1421
1557
  tags: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TString>>;
1422
1558
  }>>;
1423
1559
  }>;
@@ -1504,6 +1640,19 @@ declare const COMPONENT_SCHEMA_MAP: {
1504
1640
  text: _sinclair_typebox.TString;
1505
1641
  }>>;
1506
1642
  }>>;
1643
+ comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1644
+ replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1645
+ text: _sinclair_typebox.TString;
1646
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1647
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1648
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1649
+ }>>>;
1650
+ resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1651
+ text: _sinclair_typebox.TString;
1652
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1653
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1654
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1655
+ }>>;
1507
1656
  }>;
1508
1657
  readonly paragraph: _sinclair_typebox.TObject<{
1509
1658
  text: _sinclair_typebox.TString;
@@ -1581,6 +1730,27 @@ declare const COMPONENT_SCHEMA_MAP: {
1581
1730
  text: _sinclair_typebox.TString;
1582
1731
  }>>;
1583
1732
  }>>;
1733
+ comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1734
+ replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1735
+ text: _sinclair_typebox.TString;
1736
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1737
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1738
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1739
+ }>>>;
1740
+ resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1741
+ text: _sinclair_typebox.TString;
1742
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1743
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1744
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1745
+ }>>;
1746
+ footnotes: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1747
+ id: _sinclair_typebox.TString;
1748
+ text: _sinclair_typebox.TString;
1749
+ }>>>;
1750
+ endnotes: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1751
+ id: _sinclair_typebox.TString;
1752
+ text: _sinclair_typebox.TString;
1753
+ }>>>;
1584
1754
  }>;
1585
1755
  readonly columns: _sinclair_typebox.TObject<{
1586
1756
  columns: _sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TArray<_sinclair_typebox.TObject<{
@@ -1667,10 +1837,6 @@ declare const COMPONENT_SCHEMA_MAP: {
1667
1837
  reference: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1668
1838
  levels: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1669
1839
  level: _sinclair_typebox.TNumber;
1670
- /**
1671
- * Validate a custom component configuration with a custom schema.
1672
- * Delegates to @json-to-office/shared/plugin to avoid duplication.
1673
- */
1674
1840
  format: _sinclair_typebox.TOptional<_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">]>>;
1675
1841
  text: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1676
1842
  alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"start">, _sinclair_typebox.TLiteral<"end">, _sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"center">]>>;
@@ -1679,6 +1845,17 @@ declare const COMPONENT_SCHEMA_MAP: {
1679
1845
  hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1680
1846
  }>>;
1681
1847
  start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1848
+ font: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1849
+ family: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1850
+ size: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1851
+ color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1852
+ bold: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1853
+ italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1854
+ /**
1855
+ * Batch validate multiple components
1856
+ */
1857
+ underline: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1858
+ }>>;
1682
1859
  }>>>;
1683
1860
  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">]>>;
1684
1861
  bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
@@ -1693,6 +1870,19 @@ declare const COMPONENT_SCHEMA_MAP: {
1693
1870
  left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1694
1871
  hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
1695
1872
  }>]>>;
1873
+ comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
1874
+ replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
1875
+ text: _sinclair_typebox.TString;
1876
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1877
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1878
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1879
+ }>>>;
1880
+ resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
1881
+ text: _sinclair_typebox.TString;
1882
+ author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1883
+ initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1884
+ date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
1885
+ }>>;
1696
1886
  }>;
1697
1887
  readonly custom: _sinclair_typebox.TObject<{
1698
1888
  name: _sinclair_typebox.TLiteral<"text-space-after">;
@@ -1815,6 +2005,24 @@ interface DeepValidateOptions {
1815
2005
  * text boxes, headers/footers, and sections are all covered.
1816
2006
  */
1817
2007
  declare function collectIndentConflicts(data: unknown): ValidationError[];
2008
+ /**
2009
+ * Collect "notes declared on a revised paragraph" conflicts anywhere in a
2010
+ * document.
2011
+ *
2012
+ * `revision` renders a paragraph's text from its segments as literal runs, so a
2013
+ * `[^id]` marker inside them never resolves and the declared note body is never
2014
+ * written. The combination is not expressible either: `InsertedTextRun` and
2015
+ * `DeletedTextRun` wrap exactly one `TextRun` built from their own options, so
2016
+ * `docx` offers no way to put a footnote reference inside `w:ins` / `w:del`
2017
+ * without reaching past its public API.
2018
+ *
2019
+ * Each half is an independent optional field, so a payload carrying both passes
2020
+ * TypeBox's structural check. Like the image-source and indent walks above,
2021
+ * this runs unconditionally and traverses every nested value, so paragraphs
2022
+ * inside columns, table cells, text boxes, headers/footers and sections are all
2023
+ * covered.
2024
+ */
2025
+ declare function collectNoteRevisionConflicts(data: unknown): ValidationError[];
1818
2026
  /**
1819
2027
  * Deep validate a document to collect ALL errors, not just union-level errors
1820
2028
  */
@@ -1875,4 +2083,4 @@ declare const validateStrict: {
1875
2083
  componentDefinition: (component: unknown) => ComponentValidationResult<unknown>;
1876
2084
  };
1877
2085
 
1878
- export { ComponentValidationResult, DocumentValidationResult, ERROR_TEMPLATES, JsonValidationResult, type StandardComponentName, ThemeValidationResult, ValidationOptions, collectIndentConflicts, componentValidator, comprehensiveValidateDocument, createComponentValidator, createJsonValidator, createThemeValidator, createValidator, deepValidateDocument, getThemeName, getValidationSummary, isColumnsProps, isCustomComponentProps, isHeadingProps, isImageProps, isListProps, isParagraphProps, isReportProps, isSectionProps, isStandardComponentName, isStatisticProps, isTableProps, isThemeConfig, isValidTheme, isValidationSuccess, strictComponentValidator, strictThemeValidator, themeValidator, transformValueError as transformDocxValueError, transformValueErrors as transformDocxValueErrors, validate, validateAgainstSchema, validateBatch, validateComponent, validateComponentDefinition, validateComponents, validateCustomComponentProps, validateJson, validateStrict, validateTheme, validateThemeJson, validateThemeWithEnhancement, validateWithEnhancement };
2086
+ export { ComponentValidationResult, DocumentValidationResult, ERROR_TEMPLATES, JsonValidationResult, type StandardComponentName, ThemeValidationResult, ValidationOptions, collectIndentConflicts, collectNoteRevisionConflicts, componentValidator, comprehensiveValidateDocument, createComponentValidator, createJsonValidator, createThemeValidator, createValidator, deepValidateDocument, getThemeName, getValidationSummary, isColumnsProps, isCustomComponentProps, isHeadingProps, isImageProps, isListProps, isParagraphProps, isReportProps, isSectionProps, isStandardComponentName, isStatisticProps, isTableProps, isThemeConfig, isValidTheme, isValidationSuccess, strictComponentValidator, strictThemeValidator, themeValidator, transformValueError as transformDocxValueError, transformValueErrors as transformDocxValueErrors, validate, validateAgainstSchema, validateBatch, validateComponent, validateComponentDefinition, validateComponents, validateCustomComponentProps, validateJson, validateStrict, validateTheme, validateThemeJson, validateThemeWithEnhancement, validateWithEnhancement };
@@ -47,9 +47,10 @@ import {
47
47
  validateTheme,
48
48
  validateThemeJson,
49
49
  validateThemeWithEnhancement
50
- } from "../../chunk-XDMC32YP.js";
50
+ } from "../../chunk-KKFRVDJH.js";
51
51
  import {
52
52
  collectIndentConflicts,
53
+ collectNoteRevisionConflicts,
53
54
  comprehensiveValidateDocument,
54
55
  createDocumentValidator,
55
56
  createJsonValidator,
@@ -70,12 +71,12 @@ import {
70
71
  validateJsonComponent,
71
72
  validateJsonDocument,
72
73
  validateWithEnhancement
73
- } from "../../chunk-BDVZALLE.js";
74
- import "../../chunk-UNNSBEER.js";
74
+ } from "../../chunk-7FNE5T7M.js";
75
+ import "../../chunk-HHF5AQ7X.js";
75
76
  import "../../chunk-7GGTZ4TA.js";
76
- import "../../chunk-5QOQVYBJ.js";
77
- import "../../chunk-LQGORQQI.js";
78
- import "../../chunk-PVZMPANS.js";
77
+ import "../../chunk-G5GIBBUX.js";
78
+ import "../../chunk-PQITDZWT.js";
79
+ import "../../chunk-436TK3T4.js";
79
80
  import "../../chunk-7TTAAYQ5.js";
80
81
  export {
81
82
  DEFAULT_ERROR_CONFIG,
@@ -84,6 +85,7 @@ export {
84
85
  calculatePosition,
85
86
  clearComponentNamesCache,
86
87
  collectIndentConflicts,
88
+ collectNoteRevisionConflicts,
87
89
  componentValidator,
88
90
  comprehensiveValidateDocument,
89
91
  createComponentValidator,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@json-to-office/shared-docx",
3
- "version": "0.33.0",
3
+ "version": "0.35.0",
4
4
  "description": "DOCX-specific schemas, component registry and validation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@sinclair/typebox": "0.34.38",
32
- "docx": "9.5.1",
33
- "@json-to-office/shared": "^0.33.0"
32
+ "docx": "9.7.1",
33
+ "@json-to-office/shared": "^0.35.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.11.0",