@prismicio/types-internal 3.2.0-alpha.2 → 3.3.0-alpha.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 (33) hide show
  1. package/lib/content/Document.d.ts +216 -0
  2. package/lib/content/fields/WidgetContent.d.ts +216 -0
  3. package/lib/content/fields/nestable/LinkContent.d.ts +48 -0
  4. package/lib/content/fields/nestable/LinkContent.js +6 -0
  5. package/lib/content/fields/nestable/NestableContent.d.ts +36 -0
  6. package/lib/content/fields/nestable/RepeatableContent.d.ts +12 -0
  7. package/lib/content/fields/nestable/RepeatableContent.js +1 -8
  8. package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +72 -0
  9. package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +12 -0
  10. package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +72 -0
  11. package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +36 -0
  12. package/lib/content/fields/slices/Slice/SlicePrimaryContent.d.ts +36 -0
  13. package/lib/content/fields/slices/Slice/index.d.ts +120 -0
  14. package/lib/content/fields/slices/SliceItem.d.ts +120 -0
  15. package/lib/content/fields/slices/SlicesContent.d.ts +180 -0
  16. package/lib/customtypes/CustomType.d.ts +72 -0
  17. package/lib/customtypes/Section.d.ts +72 -0
  18. package/lib/customtypes/diff/SharedSlice.d.ts +32 -0
  19. package/lib/customtypes/diff/Variation.d.ts +32 -0
  20. package/lib/customtypes/widgets/Group.d.ts +24 -0
  21. package/lib/customtypes/widgets/Widget.d.ts +84 -0
  22. package/lib/customtypes/widgets/nestable/Link.d.ts +8 -0
  23. package/lib/customtypes/widgets/nestable/Link.js +4 -0
  24. package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +4 -0
  25. package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +8 -0
  26. package/lib/customtypes/widgets/slices/LegacySlice.d.ts +8 -0
  27. package/lib/customtypes/widgets/slices/SharedSlice.d.ts +32 -0
  28. package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +24 -0
  29. package/lib/customtypes/widgets/slices/Slices.d.ts +112 -0
  30. package/package.json +1 -1
  31. package/src/content/fields/nestable/LinkContent.ts +6 -0
  32. package/src/content/fields/nestable/RepeatableContent.ts +1 -10
  33. package/src/customtypes/widgets/nestable/Link.ts +5 -0
@@ -134,6 +134,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
134
134
  kind: t.LiteralC<"image">;
135
135
  }>>]>, t.ExactC<t.PartialC<{
136
136
  text: t.StringC;
137
+ variant: t.StringC;
137
138
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
138
139
  __TYPE__: t.LiteralC<"FileLink">;
139
140
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -148,6 +149,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
148
149
  kind: t.LiteralC<"file">;
149
150
  }>>]>, t.ExactC<t.PartialC<{
150
151
  text: t.StringC;
152
+ variant: t.StringC;
151
153
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
152
154
  __TYPE__: t.LiteralC<"DocumentLink">;
153
155
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -156,6 +158,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
156
158
  kind: t.LiteralC<"document">;
157
159
  }>>]>, t.ExactC<t.PartialC<{
158
160
  text: t.StringC;
161
+ variant: t.StringC;
159
162
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
160
163
  __TYPE__: t.LiteralC<"ExternalLink">;
161
164
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -172,18 +175,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
172
175
  kind: t.LiteralC<"web">;
173
176
  }>>]>, t.ExactC<t.PartialC<{
174
177
  text: t.StringC;
178
+ variant: t.StringC;
175
179
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
176
180
  __TYPE__: t.LiteralC<"MediaLink">;
177
181
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
178
182
  kind: t.LiteralC<"media">;
179
183
  }>>, t.ExactC<t.PartialC<{
180
184
  text: t.StringC;
185
+ variant: t.StringC;
181
186
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
182
187
  __TYPE__: t.LiteralC<"AnyLink">;
183
188
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
184
189
  kind: t.LiteralC<"any">;
185
190
  }>, t.PartialC<{
186
191
  text: t.StringC;
192
+ variant: t.StringC;
187
193
  }>]>>]>]>;
188
194
  }>>]>, t.ExactC<t.TypeC<{
189
195
  __TYPE__: t.LiteralC<"StructuredTextContent">;
@@ -449,6 +455,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
449
455
  kind: t.LiteralC<"image">;
450
456
  }>>]>, t.ExactC<t.PartialC<{
451
457
  text: t.StringC;
458
+ variant: t.StringC;
452
459
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
453
460
  __TYPE__: t.LiteralC<"FileLink">;
454
461
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -463,6 +470,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
463
470
  kind: t.LiteralC<"file">;
464
471
  }>>]>, t.ExactC<t.PartialC<{
465
472
  text: t.StringC;
473
+ variant: t.StringC;
466
474
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
467
475
  __TYPE__: t.LiteralC<"DocumentLink">;
468
476
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -471,6 +479,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
471
479
  kind: t.LiteralC<"document">;
472
480
  }>>]>, t.ExactC<t.PartialC<{
473
481
  text: t.StringC;
482
+ variant: t.StringC;
474
483
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
475
484
  __TYPE__: t.LiteralC<"ExternalLink">;
476
485
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -487,18 +496,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
487
496
  kind: t.LiteralC<"web">;
488
497
  }>>]>, t.ExactC<t.PartialC<{
489
498
  text: t.StringC;
499
+ variant: t.StringC;
490
500
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
491
501
  __TYPE__: t.LiteralC<"MediaLink">;
492
502
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
493
503
  kind: t.LiteralC<"media">;
494
504
  }>>, t.ExactC<t.PartialC<{
495
505
  text: t.StringC;
506
+ variant: t.StringC;
496
507
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
497
508
  __TYPE__: t.LiteralC<"AnyLink">;
498
509
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
499
510
  kind: t.LiteralC<"any">;
500
511
  }>, t.PartialC<{
501
512
  text: t.StringC;
513
+ variant: t.StringC;
502
514
  }>]>>]>]>;
503
515
  }>>]>>;
504
516
  }>>]>, t.TypeC<{
@@ -642,6 +654,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
642
654
  kind: t.LiteralC<"image">;
643
655
  }>>]>, t.ExactC<t.PartialC<{
644
656
  text: t.StringC;
657
+ variant: t.StringC;
645
658
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
646
659
  __TYPE__: t.LiteralC<"FileLink">;
647
660
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -656,6 +669,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
656
669
  kind: t.LiteralC<"file">;
657
670
  }>>]>, t.ExactC<t.PartialC<{
658
671
  text: t.StringC;
672
+ variant: t.StringC;
659
673
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
660
674
  __TYPE__: t.LiteralC<"DocumentLink">;
661
675
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -664,6 +678,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
664
678
  kind: t.LiteralC<"document">;
665
679
  }>>]>, t.ExactC<t.PartialC<{
666
680
  text: t.StringC;
681
+ variant: t.StringC;
667
682
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
668
683
  __TYPE__: t.LiteralC<"ExternalLink">;
669
684
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -680,18 +695,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
680
695
  kind: t.LiteralC<"web">;
681
696
  }>>]>, t.ExactC<t.PartialC<{
682
697
  text: t.StringC;
698
+ variant: t.StringC;
683
699
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
684
700
  __TYPE__: t.LiteralC<"MediaLink">;
685
701
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
686
702
  kind: t.LiteralC<"media">;
687
703
  }>>, t.ExactC<t.PartialC<{
688
704
  text: t.StringC;
705
+ variant: t.StringC;
689
706
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
690
707
  __TYPE__: t.LiteralC<"AnyLink">;
691
708
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
692
709
  kind: t.LiteralC<"any">;
693
710
  }>, t.PartialC<{
694
711
  text: t.StringC;
712
+ variant: t.StringC;
695
713
  }>]>>]>]>;
696
714
  }>>]>, t.ExactC<t.TypeC<{
697
715
  __TYPE__: t.LiteralC<"StructuredTextContent">;
@@ -957,6 +975,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
957
975
  kind: t.LiteralC<"image">;
958
976
  }>>]>, t.ExactC<t.PartialC<{
959
977
  text: t.StringC;
978
+ variant: t.StringC;
960
979
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
961
980
  __TYPE__: t.LiteralC<"FileLink">;
962
981
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -971,6 +990,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
971
990
  kind: t.LiteralC<"file">;
972
991
  }>>]>, t.ExactC<t.PartialC<{
973
992
  text: t.StringC;
993
+ variant: t.StringC;
974
994
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
975
995
  __TYPE__: t.LiteralC<"DocumentLink">;
976
996
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -979,6 +999,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
979
999
  kind: t.LiteralC<"document">;
980
1000
  }>>]>, t.ExactC<t.PartialC<{
981
1001
  text: t.StringC;
1002
+ variant: t.StringC;
982
1003
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
983
1004
  __TYPE__: t.LiteralC<"ExternalLink">;
984
1005
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -995,18 +1016,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
995
1016
  kind: t.LiteralC<"web">;
996
1017
  }>>]>, t.ExactC<t.PartialC<{
997
1018
  text: t.StringC;
1019
+ variant: t.StringC;
998
1020
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
999
1021
  __TYPE__: t.LiteralC<"MediaLink">;
1000
1022
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
1001
1023
  kind: t.LiteralC<"media">;
1002
1024
  }>>, t.ExactC<t.PartialC<{
1003
1025
  text: t.StringC;
1026
+ variant: t.StringC;
1004
1027
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1005
1028
  __TYPE__: t.LiteralC<"AnyLink">;
1006
1029
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1007
1030
  kind: t.LiteralC<"any">;
1008
1031
  }>, t.PartialC<{
1009
1032
  text: t.StringC;
1033
+ variant: t.StringC;
1010
1034
  }>]>>]>]>;
1011
1035
  }>>]>>;
1012
1036
  }>>]>>;
@@ -1142,6 +1166,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1142
1166
  kind: t.LiteralC<"image">;
1143
1167
  }>>]>, t.ExactC<t.PartialC<{
1144
1168
  text: t.StringC;
1169
+ variant: t.StringC;
1145
1170
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1146
1171
  __TYPE__: t.LiteralC<"FileLink">;
1147
1172
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -1156,6 +1181,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1156
1181
  kind: t.LiteralC<"file">;
1157
1182
  }>>]>, t.ExactC<t.PartialC<{
1158
1183
  text: t.StringC;
1184
+ variant: t.StringC;
1159
1185
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1160
1186
  __TYPE__: t.LiteralC<"DocumentLink">;
1161
1187
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -1164,6 +1190,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1164
1190
  kind: t.LiteralC<"document">;
1165
1191
  }>>]>, t.ExactC<t.PartialC<{
1166
1192
  text: t.StringC;
1193
+ variant: t.StringC;
1167
1194
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1168
1195
  __TYPE__: t.LiteralC<"ExternalLink">;
1169
1196
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -1180,18 +1207,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1180
1207
  kind: t.LiteralC<"web">;
1181
1208
  }>>]>, t.ExactC<t.PartialC<{
1182
1209
  text: t.StringC;
1210
+ variant: t.StringC;
1183
1211
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1184
1212
  __TYPE__: t.LiteralC<"MediaLink">;
1185
1213
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
1186
1214
  kind: t.LiteralC<"media">;
1187
1215
  }>>, t.ExactC<t.PartialC<{
1188
1216
  text: t.StringC;
1217
+ variant: t.StringC;
1189
1218
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1190
1219
  __TYPE__: t.LiteralC<"AnyLink">;
1191
1220
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1192
1221
  kind: t.LiteralC<"any">;
1193
1222
  }>, t.PartialC<{
1194
1223
  text: t.StringC;
1224
+ variant: t.StringC;
1195
1225
  }>]>>]>]>;
1196
1226
  }>>]>, t.ExactC<t.TypeC<{
1197
1227
  __TYPE__: t.LiteralC<"StructuredTextContent">;
@@ -1457,6 +1487,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1457
1487
  kind: t.LiteralC<"image">;
1458
1488
  }>>]>, t.ExactC<t.PartialC<{
1459
1489
  text: t.StringC;
1490
+ variant: t.StringC;
1460
1491
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1461
1492
  __TYPE__: t.LiteralC<"FileLink">;
1462
1493
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -1471,6 +1502,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1471
1502
  kind: t.LiteralC<"file">;
1472
1503
  }>>]>, t.ExactC<t.PartialC<{
1473
1504
  text: t.StringC;
1505
+ variant: t.StringC;
1474
1506
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1475
1507
  __TYPE__: t.LiteralC<"DocumentLink">;
1476
1508
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -1479,6 +1511,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1479
1511
  kind: t.LiteralC<"document">;
1480
1512
  }>>]>, t.ExactC<t.PartialC<{
1481
1513
  text: t.StringC;
1514
+ variant: t.StringC;
1482
1515
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1483
1516
  __TYPE__: t.LiteralC<"ExternalLink">;
1484
1517
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -1495,18 +1528,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1495
1528
  kind: t.LiteralC<"web">;
1496
1529
  }>>]>, t.ExactC<t.PartialC<{
1497
1530
  text: t.StringC;
1531
+ variant: t.StringC;
1498
1532
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1499
1533
  __TYPE__: t.LiteralC<"MediaLink">;
1500
1534
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
1501
1535
  kind: t.LiteralC<"media">;
1502
1536
  }>>, t.ExactC<t.PartialC<{
1503
1537
  text: t.StringC;
1538
+ variant: t.StringC;
1504
1539
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1505
1540
  __TYPE__: t.LiteralC<"AnyLink">;
1506
1541
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1507
1542
  kind: t.LiteralC<"any">;
1508
1543
  }>, t.PartialC<{
1509
1544
  text: t.StringC;
1545
+ variant: t.StringC;
1510
1546
  }>]>>]>]>;
1511
1547
  }>>]>>;
1512
1548
  }>>]>, t.Type<import("./fields").GroupContent, import("./fields").GroupContent, unknown>]>]>>;
@@ -1644,6 +1680,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1644
1680
  kind: t.LiteralC<"image">;
1645
1681
  }>>]>, t.ExactC<t.PartialC<{
1646
1682
  text: t.StringC;
1683
+ variant: t.StringC;
1647
1684
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1648
1685
  __TYPE__: t.LiteralC<"FileLink">;
1649
1686
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -1658,6 +1695,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1658
1695
  kind: t.LiteralC<"file">;
1659
1696
  }>>]>, t.ExactC<t.PartialC<{
1660
1697
  text: t.StringC;
1698
+ variant: t.StringC;
1661
1699
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1662
1700
  __TYPE__: t.LiteralC<"DocumentLink">;
1663
1701
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -1666,6 +1704,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1666
1704
  kind: t.LiteralC<"document">;
1667
1705
  }>>]>, t.ExactC<t.PartialC<{
1668
1706
  text: t.StringC;
1707
+ variant: t.StringC;
1669
1708
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1670
1709
  __TYPE__: t.LiteralC<"ExternalLink">;
1671
1710
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -1682,18 +1721,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1682
1721
  kind: t.LiteralC<"web">;
1683
1722
  }>>]>, t.ExactC<t.PartialC<{
1684
1723
  text: t.StringC;
1724
+ variant: t.StringC;
1685
1725
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1686
1726
  __TYPE__: t.LiteralC<"MediaLink">;
1687
1727
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
1688
1728
  kind: t.LiteralC<"media">;
1689
1729
  }>>, t.ExactC<t.PartialC<{
1690
1730
  text: t.StringC;
1731
+ variant: t.StringC;
1691
1732
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1692
1733
  __TYPE__: t.LiteralC<"AnyLink">;
1693
1734
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1694
1735
  kind: t.LiteralC<"any">;
1695
1736
  }>, t.PartialC<{
1696
1737
  text: t.StringC;
1738
+ variant: t.StringC;
1697
1739
  }>]>>]>]>;
1698
1740
  }>>]>, t.ExactC<t.TypeC<{
1699
1741
  __TYPE__: t.LiteralC<"StructuredTextContent">;
@@ -1959,6 +2001,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1959
2001
  kind: t.LiteralC<"image">;
1960
2002
  }>>]>, t.ExactC<t.PartialC<{
1961
2003
  text: t.StringC;
2004
+ variant: t.StringC;
1962
2005
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1963
2006
  __TYPE__: t.LiteralC<"FileLink">;
1964
2007
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -1973,6 +2016,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1973
2016
  kind: t.LiteralC<"file">;
1974
2017
  }>>]>, t.ExactC<t.PartialC<{
1975
2018
  text: t.StringC;
2019
+ variant: t.StringC;
1976
2020
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1977
2021
  __TYPE__: t.LiteralC<"DocumentLink">;
1978
2022
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -1981,6 +2025,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1981
2025
  kind: t.LiteralC<"document">;
1982
2026
  }>>]>, t.ExactC<t.PartialC<{
1983
2027
  text: t.StringC;
2028
+ variant: t.StringC;
1984
2029
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1985
2030
  __TYPE__: t.LiteralC<"ExternalLink">;
1986
2031
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -1997,18 +2042,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1997
2042
  kind: t.LiteralC<"web">;
1998
2043
  }>>]>, t.ExactC<t.PartialC<{
1999
2044
  text: t.StringC;
2045
+ variant: t.StringC;
2000
2046
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2001
2047
  __TYPE__: t.LiteralC<"MediaLink">;
2002
2048
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
2003
2049
  kind: t.LiteralC<"media">;
2004
2050
  }>>, t.ExactC<t.PartialC<{
2005
2051
  text: t.StringC;
2052
+ variant: t.StringC;
2006
2053
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2007
2054
  __TYPE__: t.LiteralC<"AnyLink">;
2008
2055
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
2009
2056
  kind: t.LiteralC<"any">;
2010
2057
  }>, t.PartialC<{
2011
2058
  text: t.StringC;
2059
+ variant: t.StringC;
2012
2060
  }>]>>]>]>;
2013
2061
  }>>]>>;
2014
2062
  }>>]>, t.Type<import("./fields").GroupContent, import("./fields").GroupContent, unknown>]>>;
@@ -2144,6 +2192,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2144
2192
  kind: t.LiteralC<"image">;
2145
2193
  }>>]>, t.ExactC<t.PartialC<{
2146
2194
  text: t.StringC;
2195
+ variant: t.StringC;
2147
2196
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2148
2197
  __TYPE__: t.LiteralC<"FileLink">;
2149
2198
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -2158,6 +2207,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2158
2207
  kind: t.LiteralC<"file">;
2159
2208
  }>>]>, t.ExactC<t.PartialC<{
2160
2209
  text: t.StringC;
2210
+ variant: t.StringC;
2161
2211
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2162
2212
  __TYPE__: t.LiteralC<"DocumentLink">;
2163
2213
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -2166,6 +2216,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2166
2216
  kind: t.LiteralC<"document">;
2167
2217
  }>>]>, t.ExactC<t.PartialC<{
2168
2218
  text: t.StringC;
2219
+ variant: t.StringC;
2169
2220
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2170
2221
  __TYPE__: t.LiteralC<"ExternalLink">;
2171
2222
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -2182,18 +2233,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2182
2233
  kind: t.LiteralC<"web">;
2183
2234
  }>>]>, t.ExactC<t.PartialC<{
2184
2235
  text: t.StringC;
2236
+ variant: t.StringC;
2185
2237
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2186
2238
  __TYPE__: t.LiteralC<"MediaLink">;
2187
2239
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
2188
2240
  kind: t.LiteralC<"media">;
2189
2241
  }>>, t.ExactC<t.PartialC<{
2190
2242
  text: t.StringC;
2243
+ variant: t.StringC;
2191
2244
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2192
2245
  __TYPE__: t.LiteralC<"AnyLink">;
2193
2246
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
2194
2247
  kind: t.LiteralC<"any">;
2195
2248
  }>, t.PartialC<{
2196
2249
  text: t.StringC;
2250
+ variant: t.StringC;
2197
2251
  }>]>>]>]>;
2198
2252
  }>>]>, t.ExactC<t.TypeC<{
2199
2253
  __TYPE__: t.LiteralC<"StructuredTextContent">;
@@ -2459,6 +2513,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2459
2513
  kind: t.LiteralC<"image">;
2460
2514
  }>>]>, t.ExactC<t.PartialC<{
2461
2515
  text: t.StringC;
2516
+ variant: t.StringC;
2462
2517
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2463
2518
  __TYPE__: t.LiteralC<"FileLink">;
2464
2519
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -2473,6 +2528,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2473
2528
  kind: t.LiteralC<"file">;
2474
2529
  }>>]>, t.ExactC<t.PartialC<{
2475
2530
  text: t.StringC;
2531
+ variant: t.StringC;
2476
2532
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2477
2533
  __TYPE__: t.LiteralC<"DocumentLink">;
2478
2534
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -2481,6 +2537,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2481
2537
  kind: t.LiteralC<"document">;
2482
2538
  }>>]>, t.ExactC<t.PartialC<{
2483
2539
  text: t.StringC;
2540
+ variant: t.StringC;
2484
2541
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2485
2542
  __TYPE__: t.LiteralC<"ExternalLink">;
2486
2543
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -2497,18 +2554,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2497
2554
  kind: t.LiteralC<"web">;
2498
2555
  }>>]>, t.ExactC<t.PartialC<{
2499
2556
  text: t.StringC;
2557
+ variant: t.StringC;
2500
2558
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2501
2559
  __TYPE__: t.LiteralC<"MediaLink">;
2502
2560
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
2503
2561
  kind: t.LiteralC<"media">;
2504
2562
  }>>, t.ExactC<t.PartialC<{
2505
2563
  text: t.StringC;
2564
+ variant: t.StringC;
2506
2565
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2507
2566
  __TYPE__: t.LiteralC<"AnyLink">;
2508
2567
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
2509
2568
  kind: t.LiteralC<"any">;
2510
2569
  }>, t.PartialC<{
2511
2570
  text: t.StringC;
2571
+ variant: t.StringC;
2512
2572
  }>]>>]>]>;
2513
2573
  }>>]>>;
2514
2574
  }>>]>, t.Type<import("./fields").GroupContent, import("./fields").GroupContent, unknown>]>]>>;
@@ -2643,6 +2703,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2643
2703
  kind: t.LiteralC<"image">;
2644
2704
  }>>]>, t.ExactC<t.PartialC<{
2645
2705
  text: t.StringC;
2706
+ variant: t.StringC;
2646
2707
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2647
2708
  __TYPE__: t.LiteralC<"FileLink">;
2648
2709
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -2657,6 +2718,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2657
2718
  kind: t.LiteralC<"file">;
2658
2719
  }>>]>, t.ExactC<t.PartialC<{
2659
2720
  text: t.StringC;
2721
+ variant: t.StringC;
2660
2722
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2661
2723
  __TYPE__: t.LiteralC<"DocumentLink">;
2662
2724
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -2665,6 +2727,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2665
2727
  kind: t.LiteralC<"document">;
2666
2728
  }>>]>, t.ExactC<t.PartialC<{
2667
2729
  text: t.StringC;
2730
+ variant: t.StringC;
2668
2731
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2669
2732
  __TYPE__: t.LiteralC<"ExternalLink">;
2670
2733
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -2681,18 +2744,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2681
2744
  kind: t.LiteralC<"web">;
2682
2745
  }>>]>, t.ExactC<t.PartialC<{
2683
2746
  text: t.StringC;
2747
+ variant: t.StringC;
2684
2748
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2685
2749
  __TYPE__: t.LiteralC<"MediaLink">;
2686
2750
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
2687
2751
  kind: t.LiteralC<"media">;
2688
2752
  }>>, t.ExactC<t.PartialC<{
2689
2753
  text: t.StringC;
2754
+ variant: t.StringC;
2690
2755
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2691
2756
  __TYPE__: t.LiteralC<"AnyLink">;
2692
2757
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
2693
2758
  kind: t.LiteralC<"any">;
2694
2759
  }>, t.PartialC<{
2695
2760
  text: t.StringC;
2761
+ variant: t.StringC;
2696
2762
  }>]>>]>]>;
2697
2763
  }>>]>, t.ExactC<t.TypeC<{
2698
2764
  __TYPE__: t.LiteralC<"StructuredTextContent">;
@@ -2958,6 +3024,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2958
3024
  kind: t.LiteralC<"image">;
2959
3025
  }>>]>, t.ExactC<t.PartialC<{
2960
3026
  text: t.StringC;
3027
+ variant: t.StringC;
2961
3028
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2962
3029
  __TYPE__: t.LiteralC<"FileLink">;
2963
3030
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -2972,6 +3039,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2972
3039
  kind: t.LiteralC<"file">;
2973
3040
  }>>]>, t.ExactC<t.PartialC<{
2974
3041
  text: t.StringC;
3042
+ variant: t.StringC;
2975
3043
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2976
3044
  __TYPE__: t.LiteralC<"DocumentLink">;
2977
3045
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -2980,6 +3048,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2980
3048
  kind: t.LiteralC<"document">;
2981
3049
  }>>]>, t.ExactC<t.PartialC<{
2982
3050
  text: t.StringC;
3051
+ variant: t.StringC;
2983
3052
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2984
3053
  __TYPE__: t.LiteralC<"ExternalLink">;
2985
3054
  }>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
@@ -2996,18 +3065,21 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2996
3065
  kind: t.LiteralC<"web">;
2997
3066
  }>>]>, t.ExactC<t.PartialC<{
2998
3067
  text: t.StringC;
3068
+ variant: t.StringC;
2999
3069
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
3000
3070
  __TYPE__: t.LiteralC<"MediaLink">;
3001
3071
  }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
3002
3072
  kind: t.LiteralC<"media">;
3003
3073
  }>>, t.ExactC<t.PartialC<{
3004
3074
  text: t.StringC;
3075
+ variant: t.StringC;
3005
3076
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
3006
3077
  __TYPE__: t.LiteralC<"AnyLink">;
3007
3078
  }>>, t.ExactC<t.IntersectionC<[t.TypeC<{
3008
3079
  kind: t.LiteralC<"any">;
3009
3080
  }>, t.PartialC<{
3010
3081
  text: t.StringC;
3082
+ variant: t.StringC;
3011
3083
  }>]>>]>]>;
3012
3084
  }>>]>>;
3013
3085
  }>>]>, t.Type<import("./fields").GroupContent, import("./fields").GroupContent, unknown>]>]>;
@@ -3163,6 +3235,7 @@ export declare const DocumentLegacy: {
3163
3235
  kind: "image";
3164
3236
  }) & {
3165
3237
  text?: string;
3238
+ variant?: string;
3166
3239
  })) | ({
3167
3240
  __TYPE__: "FileLink";
3168
3241
  } & ((({
@@ -3177,12 +3250,14 @@ export declare const DocumentLegacy: {
3177
3250
  kind: "file";
3178
3251
  }) & {
3179
3252
  text?: string;
3253
+ variant?: string;
3180
3254
  })) | ({
3181
3255
  __TYPE__: "MediaLink";
3182
3256
  } & {
3183
3257
  kind: "media";
3184
3258
  } & {
3185
3259
  text?: string;
3260
+ variant?: string;
3186
3261
  }) | ({
3187
3262
  __TYPE__: "DocumentLink";
3188
3263
  } & (({
@@ -3191,6 +3266,7 @@ export declare const DocumentLegacy: {
3191
3266
  kind: "document";
3192
3267
  }) & {
3193
3268
  text?: string;
3269
+ variant?: string;
3194
3270
  })) | ({
3195
3271
  __TYPE__: "ExternalLink";
3196
3272
  } & ((({
@@ -3205,12 +3281,14 @@ export declare const DocumentLegacy: {
3205
3281
  kind: "web";
3206
3282
  }) & {
3207
3283
  text?: string;
3284
+ variant?: string;
3208
3285
  })) | ({
3209
3286
  __TYPE__: "AnyLink";
3210
3287
  } & {
3211
3288
  kind: "any";
3212
3289
  } & {
3213
3290
  text?: string;
3291
+ variant?: string;
3214
3292
  });
3215
3293
  }) | {
3216
3294
  __TYPE__: "RepeatableContent";
@@ -3235,6 +3313,7 @@ export declare const DocumentLegacy: {
3235
3313
  kind: "image";
3236
3314
  }) & {
3237
3315
  text?: string;
3316
+ variant?: string;
3238
3317
  })) | ({
3239
3318
  __TYPE__: "FileLink";
3240
3319
  } & ((({
@@ -3249,12 +3328,14 @@ export declare const DocumentLegacy: {
3249
3328
  kind: "file";
3250
3329
  }) & {
3251
3330
  text?: string;
3331
+ variant?: string;
3252
3332
  })) | ({
3253
3333
  __TYPE__: "MediaLink";
3254
3334
  } & {
3255
3335
  kind: "media";
3256
3336
  } & {
3257
3337
  text?: string;
3338
+ variant?: string;
3258
3339
  }) | ({
3259
3340
  __TYPE__: "DocumentLink";
3260
3341
  } & (({
@@ -3263,6 +3344,7 @@ export declare const DocumentLegacy: {
3263
3344
  kind: "document";
3264
3345
  }) & {
3265
3346
  text?: string;
3347
+ variant?: string;
3266
3348
  })) | ({
3267
3349
  __TYPE__: "ExternalLink";
3268
3350
  } & ((({
@@ -3277,12 +3359,14 @@ export declare const DocumentLegacy: {
3277
3359
  kind: "web";
3278
3360
  }) & {
3279
3361
  text?: string;
3362
+ variant?: string;
3280
3363
  })) | ({
3281
3364
  __TYPE__: "AnyLink";
3282
3365
  } & {
3283
3366
  kind: "any";
3284
3367
  } & {
3285
3368
  text?: string;
3369
+ variant?: string;
3286
3370
  });
3287
3371
  })[];
3288
3372
  } | import("./fields").GroupContent | {
@@ -3581,6 +3665,7 @@ export declare const DocumentLegacy: {
3581
3665
  kind: "image";
3582
3666
  }) & {
3583
3667
  text?: string;
3668
+ variant?: string;
3584
3669
  })) | ({
3585
3670
  __TYPE__: "FileLink";
3586
3671
  } & ((({
@@ -3595,12 +3680,14 @@ export declare const DocumentLegacy: {
3595
3680
  kind: "file";
3596
3681
  }) & {
3597
3682
  text?: string;
3683
+ variant?: string;
3598
3684
  })) | ({
3599
3685
  __TYPE__: "MediaLink";
3600
3686
  } & {
3601
3687
  kind: "media";
3602
3688
  } & {
3603
3689
  text?: string;
3690
+ variant?: string;
3604
3691
  }) | ({
3605
3692
  __TYPE__: "DocumentLink";
3606
3693
  } & (({
@@ -3609,6 +3696,7 @@ export declare const DocumentLegacy: {
3609
3696
  kind: "document";
3610
3697
  }) & {
3611
3698
  text?: string;
3699
+ variant?: string;
3612
3700
  })) | ({
3613
3701
  __TYPE__: "ExternalLink";
3614
3702
  } & ((({
@@ -3623,12 +3711,14 @@ export declare const DocumentLegacy: {
3623
3711
  kind: "web";
3624
3712
  }) & {
3625
3713
  text?: string;
3714
+ variant?: string;
3626
3715
  })) | ({
3627
3716
  __TYPE__: "AnyLink";
3628
3717
  } & {
3629
3718
  kind: "any";
3630
3719
  } & {
3631
3720
  text?: string;
3721
+ variant?: string;
3632
3722
  });
3633
3723
  }) | {
3634
3724
  __TYPE__: "RepeatableContent";
@@ -3653,6 +3743,7 @@ export declare const DocumentLegacy: {
3653
3743
  kind: "image";
3654
3744
  }) & {
3655
3745
  text?: string;
3746
+ variant?: string;
3656
3747
  })) | ({
3657
3748
  __TYPE__: "FileLink";
3658
3749
  } & ((({
@@ -3667,12 +3758,14 @@ export declare const DocumentLegacy: {
3667
3758
  kind: "file";
3668
3759
  }) & {
3669
3760
  text?: string;
3761
+ variant?: string;
3670
3762
  })) | ({
3671
3763
  __TYPE__: "MediaLink";
3672
3764
  } & {
3673
3765
  kind: "media";
3674
3766
  } & {
3675
3767
  text?: string;
3768
+ variant?: string;
3676
3769
  }) | ({
3677
3770
  __TYPE__: "DocumentLink";
3678
3771
  } & (({
@@ -3681,6 +3774,7 @@ export declare const DocumentLegacy: {
3681
3774
  kind: "document";
3682
3775
  }) & {
3683
3776
  text?: string;
3777
+ variant?: string;
3684
3778
  })) | ({
3685
3779
  __TYPE__: "ExternalLink";
3686
3780
  } & ((({
@@ -3695,12 +3789,14 @@ export declare const DocumentLegacy: {
3695
3789
  kind: "web";
3696
3790
  }) & {
3697
3791
  text?: string;
3792
+ variant?: string;
3698
3793
  })) | ({
3699
3794
  __TYPE__: "AnyLink";
3700
3795
  } & {
3701
3796
  kind: "any";
3702
3797
  } & {
3703
3798
  text?: string;
3799
+ variant?: string;
3704
3800
  });
3705
3801
  })[];
3706
3802
  } | import("./fields").GroupContent | {
@@ -3993,6 +4089,7 @@ export declare const DocumentLegacy: {
3993
4089
  kind: "image";
3994
4090
  }) & {
3995
4091
  text?: string;
4092
+ variant?: string;
3996
4093
  })) | ({
3997
4094
  __TYPE__: "FileLink";
3998
4095
  } & ((({
@@ -4007,12 +4104,14 @@ export declare const DocumentLegacy: {
4007
4104
  kind: "file";
4008
4105
  }) & {
4009
4106
  text?: string;
4107
+ variant?: string;
4010
4108
  })) | ({
4011
4109
  __TYPE__: "MediaLink";
4012
4110
  } & {
4013
4111
  kind: "media";
4014
4112
  } & {
4015
4113
  text?: string;
4114
+ variant?: string;
4016
4115
  }) | ({
4017
4116
  __TYPE__: "DocumentLink";
4018
4117
  } & (({
@@ -4021,6 +4120,7 @@ export declare const DocumentLegacy: {
4021
4120
  kind: "document";
4022
4121
  }) & {
4023
4122
  text?: string;
4123
+ variant?: string;
4024
4124
  })) | ({
4025
4125
  __TYPE__: "ExternalLink";
4026
4126
  } & ((({
@@ -4035,12 +4135,14 @@ export declare const DocumentLegacy: {
4035
4135
  kind: "web";
4036
4136
  }) & {
4037
4137
  text?: string;
4138
+ variant?: string;
4038
4139
  })) | ({
4039
4140
  __TYPE__: "AnyLink";
4040
4141
  } & {
4041
4142
  kind: "any";
4042
4143
  } & {
4043
4144
  text?: string;
4145
+ variant?: string;
4044
4146
  });
4045
4147
  }) | {
4046
4148
  __TYPE__: "RepeatableContent";
@@ -4065,6 +4167,7 @@ export declare const DocumentLegacy: {
4065
4167
  kind: "image";
4066
4168
  }) & {
4067
4169
  text?: string;
4170
+ variant?: string;
4068
4171
  })) | ({
4069
4172
  __TYPE__: "FileLink";
4070
4173
  } & ((({
@@ -4079,12 +4182,14 @@ export declare const DocumentLegacy: {
4079
4182
  kind: "file";
4080
4183
  }) & {
4081
4184
  text?: string;
4185
+ variant?: string;
4082
4186
  })) | ({
4083
4187
  __TYPE__: "MediaLink";
4084
4188
  } & {
4085
4189
  kind: "media";
4086
4190
  } & {
4087
4191
  text?: string;
4192
+ variant?: string;
4088
4193
  }) | ({
4089
4194
  __TYPE__: "DocumentLink";
4090
4195
  } & (({
@@ -4093,6 +4198,7 @@ export declare const DocumentLegacy: {
4093
4198
  kind: "document";
4094
4199
  }) & {
4095
4200
  text?: string;
4201
+ variant?: string;
4096
4202
  })) | ({
4097
4203
  __TYPE__: "ExternalLink";
4098
4204
  } & ((({
@@ -4107,12 +4213,14 @@ export declare const DocumentLegacy: {
4107
4213
  kind: "web";
4108
4214
  }) & {
4109
4215
  text?: string;
4216
+ variant?: string;
4110
4217
  })) | ({
4111
4218
  __TYPE__: "AnyLink";
4112
4219
  } & {
4113
4220
  kind: "any";
4114
4221
  } & {
4115
4222
  text?: string;
4223
+ variant?: string;
4116
4224
  });
4117
4225
  })[];
4118
4226
  } | {
@@ -4406,6 +4514,7 @@ export declare const DocumentLegacy: {
4406
4514
  kind: "image";
4407
4515
  }) & {
4408
4516
  text?: string;
4517
+ variant?: string;
4409
4518
  })) | ({
4410
4519
  __TYPE__: "FileLink";
4411
4520
  } & ((({
@@ -4420,12 +4529,14 @@ export declare const DocumentLegacy: {
4420
4529
  kind: "file";
4421
4530
  }) & {
4422
4531
  text?: string;
4532
+ variant?: string;
4423
4533
  })) | ({
4424
4534
  __TYPE__: "MediaLink";
4425
4535
  } & {
4426
4536
  kind: "media";
4427
4537
  } & {
4428
4538
  text?: string;
4539
+ variant?: string;
4429
4540
  }) | ({
4430
4541
  __TYPE__: "DocumentLink";
4431
4542
  } & (({
@@ -4434,6 +4545,7 @@ export declare const DocumentLegacy: {
4434
4545
  kind: "document";
4435
4546
  }) & {
4436
4547
  text?: string;
4548
+ variant?: string;
4437
4549
  })) | ({
4438
4550
  __TYPE__: "ExternalLink";
4439
4551
  } & ((({
@@ -4448,12 +4560,14 @@ export declare const DocumentLegacy: {
4448
4560
  kind: "web";
4449
4561
  }) & {
4450
4562
  text?: string;
4563
+ variant?: string;
4451
4564
  })) | ({
4452
4565
  __TYPE__: "AnyLink";
4453
4566
  } & {
4454
4567
  kind: "any";
4455
4568
  } & {
4456
4569
  text?: string;
4570
+ variant?: string;
4457
4571
  });
4458
4572
  }) | {
4459
4573
  __TYPE__: "RepeatableContent";
@@ -4478,6 +4592,7 @@ export declare const DocumentLegacy: {
4478
4592
  kind: "image";
4479
4593
  }) & {
4480
4594
  text?: string;
4595
+ variant?: string;
4481
4596
  })) | ({
4482
4597
  __TYPE__: "FileLink";
4483
4598
  } & ((({
@@ -4492,12 +4607,14 @@ export declare const DocumentLegacy: {
4492
4607
  kind: "file";
4493
4608
  }) & {
4494
4609
  text?: string;
4610
+ variant?: string;
4495
4611
  })) | ({
4496
4612
  __TYPE__: "MediaLink";
4497
4613
  } & {
4498
4614
  kind: "media";
4499
4615
  } & {
4500
4616
  text?: string;
4617
+ variant?: string;
4501
4618
  }) | ({
4502
4619
  __TYPE__: "DocumentLink";
4503
4620
  } & (({
@@ -4506,6 +4623,7 @@ export declare const DocumentLegacy: {
4506
4623
  kind: "document";
4507
4624
  }) & {
4508
4625
  text?: string;
4626
+ variant?: string;
4509
4627
  })) | ({
4510
4628
  __TYPE__: "ExternalLink";
4511
4629
  } & ((({
@@ -4520,12 +4638,14 @@ export declare const DocumentLegacy: {
4520
4638
  kind: "web";
4521
4639
  }) & {
4522
4640
  text?: string;
4641
+ variant?: string;
4523
4642
  })) | ({
4524
4643
  __TYPE__: "AnyLink";
4525
4644
  } & {
4526
4645
  kind: "any";
4527
4646
  } & {
4528
4647
  text?: string;
4648
+ variant?: string;
4529
4649
  });
4530
4650
  })[];
4531
4651
  } | import("./fields").GroupContent | {
@@ -4821,6 +4941,7 @@ export declare const DocumentLegacy: {
4821
4941
  kind: "image";
4822
4942
  }) & {
4823
4943
  text?: string;
4944
+ variant?: string;
4824
4945
  })) | ({
4825
4946
  __TYPE__: "FileLink";
4826
4947
  } & ((({
@@ -4835,12 +4956,14 @@ export declare const DocumentLegacy: {
4835
4956
  kind: "file";
4836
4957
  }) & {
4837
4958
  text?: string;
4959
+ variant?: string;
4838
4960
  })) | ({
4839
4961
  __TYPE__: "MediaLink";
4840
4962
  } & {
4841
4963
  kind: "media";
4842
4964
  } & {
4843
4965
  text?: string;
4966
+ variant?: string;
4844
4967
  }) | ({
4845
4968
  __TYPE__: "DocumentLink";
4846
4969
  } & (({
@@ -4849,6 +4972,7 @@ export declare const DocumentLegacy: {
4849
4972
  kind: "document";
4850
4973
  }) & {
4851
4974
  text?: string;
4975
+ variant?: string;
4852
4976
  })) | ({
4853
4977
  __TYPE__: "ExternalLink";
4854
4978
  } & ((({
@@ -4863,12 +4987,14 @@ export declare const DocumentLegacy: {
4863
4987
  kind: "web";
4864
4988
  }) & {
4865
4989
  text?: string;
4990
+ variant?: string;
4866
4991
  })) | ({
4867
4992
  __TYPE__: "AnyLink";
4868
4993
  } & {
4869
4994
  kind: "any";
4870
4995
  } & {
4871
4996
  text?: string;
4997
+ variant?: string;
4872
4998
  });
4873
4999
  }) | {
4874
5000
  __TYPE__: "RepeatableContent";
@@ -4893,6 +5019,7 @@ export declare const DocumentLegacy: {
4893
5019
  kind: "image";
4894
5020
  }) & {
4895
5021
  text?: string;
5022
+ variant?: string;
4896
5023
  })) | ({
4897
5024
  __TYPE__: "FileLink";
4898
5025
  } & ((({
@@ -4907,12 +5034,14 @@ export declare const DocumentLegacy: {
4907
5034
  kind: "file";
4908
5035
  }) & {
4909
5036
  text?: string;
5037
+ variant?: string;
4910
5038
  })) | ({
4911
5039
  __TYPE__: "MediaLink";
4912
5040
  } & {
4913
5041
  kind: "media";
4914
5042
  } & {
4915
5043
  text?: string;
5044
+ variant?: string;
4916
5045
  }) | ({
4917
5046
  __TYPE__: "DocumentLink";
4918
5047
  } & (({
@@ -4921,6 +5050,7 @@ export declare const DocumentLegacy: {
4921
5050
  kind: "document";
4922
5051
  }) & {
4923
5052
  text?: string;
5053
+ variant?: string;
4924
5054
  })) | ({
4925
5055
  __TYPE__: "ExternalLink";
4926
5056
  } & ((({
@@ -4935,12 +5065,14 @@ export declare const DocumentLegacy: {
4935
5065
  kind: "web";
4936
5066
  }) & {
4937
5067
  text?: string;
5068
+ variant?: string;
4938
5069
  })) | ({
4939
5070
  __TYPE__: "AnyLink";
4940
5071
  } & {
4941
5072
  kind: "any";
4942
5073
  } & {
4943
5074
  text?: string;
5075
+ variant?: string;
4944
5076
  });
4945
5077
  })[];
4946
5078
  } | import("./fields").GroupContent | {
@@ -5234,6 +5366,7 @@ export declare const DocumentLegacy: {
5234
5366
  kind: "image";
5235
5367
  }) & {
5236
5368
  text?: string;
5369
+ variant?: string;
5237
5370
  })) | ({
5238
5371
  __TYPE__: "FileLink";
5239
5372
  } & ((({
@@ -5248,12 +5381,14 @@ export declare const DocumentLegacy: {
5248
5381
  kind: "file";
5249
5382
  }) & {
5250
5383
  text?: string;
5384
+ variant?: string;
5251
5385
  })) | ({
5252
5386
  __TYPE__: "MediaLink";
5253
5387
  } & {
5254
5388
  kind: "media";
5255
5389
  } & {
5256
5390
  text?: string;
5391
+ variant?: string;
5257
5392
  }) | ({
5258
5393
  __TYPE__: "DocumentLink";
5259
5394
  } & (({
@@ -5262,6 +5397,7 @@ export declare const DocumentLegacy: {
5262
5397
  kind: "document";
5263
5398
  }) & {
5264
5399
  text?: string;
5400
+ variant?: string;
5265
5401
  })) | ({
5266
5402
  __TYPE__: "ExternalLink";
5267
5403
  } & ((({
@@ -5276,12 +5412,14 @@ export declare const DocumentLegacy: {
5276
5412
  kind: "web";
5277
5413
  }) & {
5278
5414
  text?: string;
5415
+ variant?: string;
5279
5416
  })) | ({
5280
5417
  __TYPE__: "AnyLink";
5281
5418
  } & {
5282
5419
  kind: "any";
5283
5420
  } & {
5284
5421
  text?: string;
5422
+ variant?: string;
5285
5423
  });
5286
5424
  }) | {
5287
5425
  __TYPE__: "RepeatableContent";
@@ -5306,6 +5444,7 @@ export declare const DocumentLegacy: {
5306
5444
  kind: "image";
5307
5445
  }) & {
5308
5446
  text?: string;
5447
+ variant?: string;
5309
5448
  })) | ({
5310
5449
  __TYPE__: "FileLink";
5311
5450
  } & ((({
@@ -5320,12 +5459,14 @@ export declare const DocumentLegacy: {
5320
5459
  kind: "file";
5321
5460
  }) & {
5322
5461
  text?: string;
5462
+ variant?: string;
5323
5463
  })) | ({
5324
5464
  __TYPE__: "MediaLink";
5325
5465
  } & {
5326
5466
  kind: "media";
5327
5467
  } & {
5328
5468
  text?: string;
5469
+ variant?: string;
5329
5470
  }) | ({
5330
5471
  __TYPE__: "DocumentLink";
5331
5472
  } & (({
@@ -5334,6 +5475,7 @@ export declare const DocumentLegacy: {
5334
5475
  kind: "document";
5335
5476
  }) & {
5336
5477
  text?: string;
5478
+ variant?: string;
5337
5479
  })) | ({
5338
5480
  __TYPE__: "ExternalLink";
5339
5481
  } & ((({
@@ -5348,12 +5490,14 @@ export declare const DocumentLegacy: {
5348
5490
  kind: "web";
5349
5491
  }) & {
5350
5492
  text?: string;
5493
+ variant?: string;
5351
5494
  })) | ({
5352
5495
  __TYPE__: "AnyLink";
5353
5496
  } & {
5354
5497
  kind: "any";
5355
5498
  } & {
5356
5499
  text?: string;
5500
+ variant?: string;
5357
5501
  });
5358
5502
  })[];
5359
5503
  } | import("./fields").GroupContent | {
@@ -5683,6 +5827,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5683
5827
  kind: "image";
5684
5828
  }) & {
5685
5829
  text?: string;
5830
+ variant?: string;
5686
5831
  })) | ({
5687
5832
  __TYPE__: "FileLink";
5688
5833
  } & ((({
@@ -5697,12 +5842,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5697
5842
  kind: "file";
5698
5843
  }) & {
5699
5844
  text?: string;
5845
+ variant?: string;
5700
5846
  })) | ({
5701
5847
  __TYPE__: "MediaLink";
5702
5848
  } & {
5703
5849
  kind: "media";
5704
5850
  } & {
5705
5851
  text?: string;
5852
+ variant?: string;
5706
5853
  }) | ({
5707
5854
  __TYPE__: "DocumentLink";
5708
5855
  } & (({
@@ -5711,6 +5858,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5711
5858
  kind: "document";
5712
5859
  }) & {
5713
5860
  text?: string;
5861
+ variant?: string;
5714
5862
  })) | ({
5715
5863
  __TYPE__: "ExternalLink";
5716
5864
  } & ((({
@@ -5725,12 +5873,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5725
5873
  kind: "web";
5726
5874
  }) & {
5727
5875
  text?: string;
5876
+ variant?: string;
5728
5877
  })) | ({
5729
5878
  __TYPE__: "AnyLink";
5730
5879
  } & {
5731
5880
  kind: "any";
5732
5881
  } & {
5733
5882
  text?: string;
5883
+ variant?: string;
5734
5884
  });
5735
5885
  }) | {
5736
5886
  __TYPE__: "RepeatableContent";
@@ -5755,6 +5905,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5755
5905
  kind: "image";
5756
5906
  }) & {
5757
5907
  text?: string;
5908
+ variant?: string;
5758
5909
  })) | ({
5759
5910
  __TYPE__: "FileLink";
5760
5911
  } & ((({
@@ -5769,12 +5920,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5769
5920
  kind: "file";
5770
5921
  }) & {
5771
5922
  text?: string;
5923
+ variant?: string;
5772
5924
  })) | ({
5773
5925
  __TYPE__: "MediaLink";
5774
5926
  } & {
5775
5927
  kind: "media";
5776
5928
  } & {
5777
5929
  text?: string;
5930
+ variant?: string;
5778
5931
  }) | ({
5779
5932
  __TYPE__: "DocumentLink";
5780
5933
  } & (({
@@ -5783,6 +5936,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5783
5936
  kind: "document";
5784
5937
  }) & {
5785
5938
  text?: string;
5939
+ variant?: string;
5786
5940
  })) | ({
5787
5941
  __TYPE__: "ExternalLink";
5788
5942
  } & ((({
@@ -5797,12 +5951,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5797
5951
  kind: "web";
5798
5952
  }) & {
5799
5953
  text?: string;
5954
+ variant?: string;
5800
5955
  })) | ({
5801
5956
  __TYPE__: "AnyLink";
5802
5957
  } & {
5803
5958
  kind: "any";
5804
5959
  } & {
5805
5960
  text?: string;
5961
+ variant?: string;
5806
5962
  });
5807
5963
  })[];
5808
5964
  } | import("./fields").GroupContent | {
@@ -6101,6 +6257,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6101
6257
  kind: "image";
6102
6258
  }) & {
6103
6259
  text?: string;
6260
+ variant?: string;
6104
6261
  })) | ({
6105
6262
  __TYPE__: "FileLink";
6106
6263
  } & ((({
@@ -6115,12 +6272,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6115
6272
  kind: "file";
6116
6273
  }) & {
6117
6274
  text?: string;
6275
+ variant?: string;
6118
6276
  })) | ({
6119
6277
  __TYPE__: "MediaLink";
6120
6278
  } & {
6121
6279
  kind: "media";
6122
6280
  } & {
6123
6281
  text?: string;
6282
+ variant?: string;
6124
6283
  }) | ({
6125
6284
  __TYPE__: "DocumentLink";
6126
6285
  } & (({
@@ -6129,6 +6288,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6129
6288
  kind: "document";
6130
6289
  }) & {
6131
6290
  text?: string;
6291
+ variant?: string;
6132
6292
  })) | ({
6133
6293
  __TYPE__: "ExternalLink";
6134
6294
  } & ((({
@@ -6143,12 +6303,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6143
6303
  kind: "web";
6144
6304
  }) & {
6145
6305
  text?: string;
6306
+ variant?: string;
6146
6307
  })) | ({
6147
6308
  __TYPE__: "AnyLink";
6148
6309
  } & {
6149
6310
  kind: "any";
6150
6311
  } & {
6151
6312
  text?: string;
6313
+ variant?: string;
6152
6314
  });
6153
6315
  }) | {
6154
6316
  __TYPE__: "RepeatableContent";
@@ -6173,6 +6335,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6173
6335
  kind: "image";
6174
6336
  }) & {
6175
6337
  text?: string;
6338
+ variant?: string;
6176
6339
  })) | ({
6177
6340
  __TYPE__: "FileLink";
6178
6341
  } & ((({
@@ -6187,12 +6350,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6187
6350
  kind: "file";
6188
6351
  }) & {
6189
6352
  text?: string;
6353
+ variant?: string;
6190
6354
  })) | ({
6191
6355
  __TYPE__: "MediaLink";
6192
6356
  } & {
6193
6357
  kind: "media";
6194
6358
  } & {
6195
6359
  text?: string;
6360
+ variant?: string;
6196
6361
  }) | ({
6197
6362
  __TYPE__: "DocumentLink";
6198
6363
  } & (({
@@ -6201,6 +6366,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6201
6366
  kind: "document";
6202
6367
  }) & {
6203
6368
  text?: string;
6369
+ variant?: string;
6204
6370
  })) | ({
6205
6371
  __TYPE__: "ExternalLink";
6206
6372
  } & ((({
@@ -6215,12 +6381,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6215
6381
  kind: "web";
6216
6382
  }) & {
6217
6383
  text?: string;
6384
+ variant?: string;
6218
6385
  })) | ({
6219
6386
  __TYPE__: "AnyLink";
6220
6387
  } & {
6221
6388
  kind: "any";
6222
6389
  } & {
6223
6390
  text?: string;
6391
+ variant?: string;
6224
6392
  });
6225
6393
  })[];
6226
6394
  } | import("./fields").GroupContent | {
@@ -6513,6 +6681,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6513
6681
  kind: "image";
6514
6682
  }) & {
6515
6683
  text?: string;
6684
+ variant?: string;
6516
6685
  })) | ({
6517
6686
  __TYPE__: "FileLink";
6518
6687
  } & ((({
@@ -6527,12 +6696,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6527
6696
  kind: "file";
6528
6697
  }) & {
6529
6698
  text?: string;
6699
+ variant?: string;
6530
6700
  })) | ({
6531
6701
  __TYPE__: "MediaLink";
6532
6702
  } & {
6533
6703
  kind: "media";
6534
6704
  } & {
6535
6705
  text?: string;
6706
+ variant?: string;
6536
6707
  }) | ({
6537
6708
  __TYPE__: "DocumentLink";
6538
6709
  } & (({
@@ -6541,6 +6712,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6541
6712
  kind: "document";
6542
6713
  }) & {
6543
6714
  text?: string;
6715
+ variant?: string;
6544
6716
  })) | ({
6545
6717
  __TYPE__: "ExternalLink";
6546
6718
  } & ((({
@@ -6555,12 +6727,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6555
6727
  kind: "web";
6556
6728
  }) & {
6557
6729
  text?: string;
6730
+ variant?: string;
6558
6731
  })) | ({
6559
6732
  __TYPE__: "AnyLink";
6560
6733
  } & {
6561
6734
  kind: "any";
6562
6735
  } & {
6563
6736
  text?: string;
6737
+ variant?: string;
6564
6738
  });
6565
6739
  }) | {
6566
6740
  __TYPE__: "RepeatableContent";
@@ -6585,6 +6759,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6585
6759
  kind: "image";
6586
6760
  }) & {
6587
6761
  text?: string;
6762
+ variant?: string;
6588
6763
  })) | ({
6589
6764
  __TYPE__: "FileLink";
6590
6765
  } & ((({
@@ -6599,12 +6774,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6599
6774
  kind: "file";
6600
6775
  }) & {
6601
6776
  text?: string;
6777
+ variant?: string;
6602
6778
  })) | ({
6603
6779
  __TYPE__: "MediaLink";
6604
6780
  } & {
6605
6781
  kind: "media";
6606
6782
  } & {
6607
6783
  text?: string;
6784
+ variant?: string;
6608
6785
  }) | ({
6609
6786
  __TYPE__: "DocumentLink";
6610
6787
  } & (({
@@ -6613,6 +6790,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6613
6790
  kind: "document";
6614
6791
  }) & {
6615
6792
  text?: string;
6793
+ variant?: string;
6616
6794
  })) | ({
6617
6795
  __TYPE__: "ExternalLink";
6618
6796
  } & ((({
@@ -6627,12 +6805,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6627
6805
  kind: "web";
6628
6806
  }) & {
6629
6807
  text?: string;
6808
+ variant?: string;
6630
6809
  })) | ({
6631
6810
  __TYPE__: "AnyLink";
6632
6811
  } & {
6633
6812
  kind: "any";
6634
6813
  } & {
6635
6814
  text?: string;
6815
+ variant?: string;
6636
6816
  });
6637
6817
  })[];
6638
6818
  } | {
@@ -6926,6 +7106,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6926
7106
  kind: "image";
6927
7107
  }) & {
6928
7108
  text?: string;
7109
+ variant?: string;
6929
7110
  })) | ({
6930
7111
  __TYPE__: "FileLink";
6931
7112
  } & ((({
@@ -6940,12 +7121,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6940
7121
  kind: "file";
6941
7122
  }) & {
6942
7123
  text?: string;
7124
+ variant?: string;
6943
7125
  })) | ({
6944
7126
  __TYPE__: "MediaLink";
6945
7127
  } & {
6946
7128
  kind: "media";
6947
7129
  } & {
6948
7130
  text?: string;
7131
+ variant?: string;
6949
7132
  }) | ({
6950
7133
  __TYPE__: "DocumentLink";
6951
7134
  } & (({
@@ -6954,6 +7137,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6954
7137
  kind: "document";
6955
7138
  }) & {
6956
7139
  text?: string;
7140
+ variant?: string;
6957
7141
  })) | ({
6958
7142
  __TYPE__: "ExternalLink";
6959
7143
  } & ((({
@@ -6968,12 +7152,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6968
7152
  kind: "web";
6969
7153
  }) & {
6970
7154
  text?: string;
7155
+ variant?: string;
6971
7156
  })) | ({
6972
7157
  __TYPE__: "AnyLink";
6973
7158
  } & {
6974
7159
  kind: "any";
6975
7160
  } & {
6976
7161
  text?: string;
7162
+ variant?: string;
6977
7163
  });
6978
7164
  }) | {
6979
7165
  __TYPE__: "RepeatableContent";
@@ -6998,6 +7184,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6998
7184
  kind: "image";
6999
7185
  }) & {
7000
7186
  text?: string;
7187
+ variant?: string;
7001
7188
  })) | ({
7002
7189
  __TYPE__: "FileLink";
7003
7190
  } & ((({
@@ -7012,12 +7199,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7012
7199
  kind: "file";
7013
7200
  }) & {
7014
7201
  text?: string;
7202
+ variant?: string;
7015
7203
  })) | ({
7016
7204
  __TYPE__: "MediaLink";
7017
7205
  } & {
7018
7206
  kind: "media";
7019
7207
  } & {
7020
7208
  text?: string;
7209
+ variant?: string;
7021
7210
  }) | ({
7022
7211
  __TYPE__: "DocumentLink";
7023
7212
  } & (({
@@ -7026,6 +7215,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7026
7215
  kind: "document";
7027
7216
  }) & {
7028
7217
  text?: string;
7218
+ variant?: string;
7029
7219
  })) | ({
7030
7220
  __TYPE__: "ExternalLink";
7031
7221
  } & ((({
@@ -7040,12 +7230,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7040
7230
  kind: "web";
7041
7231
  }) & {
7042
7232
  text?: string;
7233
+ variant?: string;
7043
7234
  })) | ({
7044
7235
  __TYPE__: "AnyLink";
7045
7236
  } & {
7046
7237
  kind: "any";
7047
7238
  } & {
7048
7239
  text?: string;
7240
+ variant?: string;
7049
7241
  });
7050
7242
  })[];
7051
7243
  } | import("./fields").GroupContent | {
@@ -7341,6 +7533,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7341
7533
  kind: "image";
7342
7534
  }) & {
7343
7535
  text?: string;
7536
+ variant?: string;
7344
7537
  })) | ({
7345
7538
  __TYPE__: "FileLink";
7346
7539
  } & ((({
@@ -7355,12 +7548,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7355
7548
  kind: "file";
7356
7549
  }) & {
7357
7550
  text?: string;
7551
+ variant?: string;
7358
7552
  })) | ({
7359
7553
  __TYPE__: "MediaLink";
7360
7554
  } & {
7361
7555
  kind: "media";
7362
7556
  } & {
7363
7557
  text?: string;
7558
+ variant?: string;
7364
7559
  }) | ({
7365
7560
  __TYPE__: "DocumentLink";
7366
7561
  } & (({
@@ -7369,6 +7564,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7369
7564
  kind: "document";
7370
7565
  }) & {
7371
7566
  text?: string;
7567
+ variant?: string;
7372
7568
  })) | ({
7373
7569
  __TYPE__: "ExternalLink";
7374
7570
  } & ((({
@@ -7383,12 +7579,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7383
7579
  kind: "web";
7384
7580
  }) & {
7385
7581
  text?: string;
7582
+ variant?: string;
7386
7583
  })) | ({
7387
7584
  __TYPE__: "AnyLink";
7388
7585
  } & {
7389
7586
  kind: "any";
7390
7587
  } & {
7391
7588
  text?: string;
7589
+ variant?: string;
7392
7590
  });
7393
7591
  }) | {
7394
7592
  __TYPE__: "RepeatableContent";
@@ -7413,6 +7611,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7413
7611
  kind: "image";
7414
7612
  }) & {
7415
7613
  text?: string;
7614
+ variant?: string;
7416
7615
  })) | ({
7417
7616
  __TYPE__: "FileLink";
7418
7617
  } & ((({
@@ -7427,12 +7626,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7427
7626
  kind: "file";
7428
7627
  }) & {
7429
7628
  text?: string;
7629
+ variant?: string;
7430
7630
  })) | ({
7431
7631
  __TYPE__: "MediaLink";
7432
7632
  } & {
7433
7633
  kind: "media";
7434
7634
  } & {
7435
7635
  text?: string;
7636
+ variant?: string;
7436
7637
  }) | ({
7437
7638
  __TYPE__: "DocumentLink";
7438
7639
  } & (({
@@ -7441,6 +7642,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7441
7642
  kind: "document";
7442
7643
  }) & {
7443
7644
  text?: string;
7645
+ variant?: string;
7444
7646
  })) | ({
7445
7647
  __TYPE__: "ExternalLink";
7446
7648
  } & ((({
@@ -7455,12 +7657,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7455
7657
  kind: "web";
7456
7658
  }) & {
7457
7659
  text?: string;
7660
+ variant?: string;
7458
7661
  })) | ({
7459
7662
  __TYPE__: "AnyLink";
7460
7663
  } & {
7461
7664
  kind: "any";
7462
7665
  } & {
7463
7666
  text?: string;
7667
+ variant?: string;
7464
7668
  });
7465
7669
  })[];
7466
7670
  } | import("./fields").GroupContent | {
@@ -7754,6 +7958,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7754
7958
  kind: "image";
7755
7959
  }) & {
7756
7960
  text?: string;
7961
+ variant?: string;
7757
7962
  })) | ({
7758
7963
  __TYPE__: "FileLink";
7759
7964
  } & ((({
@@ -7768,12 +7973,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7768
7973
  kind: "file";
7769
7974
  }) & {
7770
7975
  text?: string;
7976
+ variant?: string;
7771
7977
  })) | ({
7772
7978
  __TYPE__: "MediaLink";
7773
7979
  } & {
7774
7980
  kind: "media";
7775
7981
  } & {
7776
7982
  text?: string;
7983
+ variant?: string;
7777
7984
  }) | ({
7778
7985
  __TYPE__: "DocumentLink";
7779
7986
  } & (({
@@ -7782,6 +7989,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7782
7989
  kind: "document";
7783
7990
  }) & {
7784
7991
  text?: string;
7992
+ variant?: string;
7785
7993
  })) | ({
7786
7994
  __TYPE__: "ExternalLink";
7787
7995
  } & ((({
@@ -7796,12 +8004,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7796
8004
  kind: "web";
7797
8005
  }) & {
7798
8006
  text?: string;
8007
+ variant?: string;
7799
8008
  })) | ({
7800
8009
  __TYPE__: "AnyLink";
7801
8010
  } & {
7802
8011
  kind: "any";
7803
8012
  } & {
7804
8013
  text?: string;
8014
+ variant?: string;
7805
8015
  });
7806
8016
  }) | {
7807
8017
  __TYPE__: "RepeatableContent";
@@ -7826,6 +8036,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7826
8036
  kind: "image";
7827
8037
  }) & {
7828
8038
  text?: string;
8039
+ variant?: string;
7829
8040
  })) | ({
7830
8041
  __TYPE__: "FileLink";
7831
8042
  } & ((({
@@ -7840,12 +8051,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7840
8051
  kind: "file";
7841
8052
  }) & {
7842
8053
  text?: string;
8054
+ variant?: string;
7843
8055
  })) | ({
7844
8056
  __TYPE__: "MediaLink";
7845
8057
  } & {
7846
8058
  kind: "media";
7847
8059
  } & {
7848
8060
  text?: string;
8061
+ variant?: string;
7849
8062
  }) | ({
7850
8063
  __TYPE__: "DocumentLink";
7851
8064
  } & (({
@@ -7854,6 +8067,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7854
8067
  kind: "document";
7855
8068
  }) & {
7856
8069
  text?: string;
8070
+ variant?: string;
7857
8071
  })) | ({
7858
8072
  __TYPE__: "ExternalLink";
7859
8073
  } & ((({
@@ -7868,12 +8082,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
7868
8082
  kind: "web";
7869
8083
  }) & {
7870
8084
  text?: string;
8085
+ variant?: string;
7871
8086
  })) | ({
7872
8087
  __TYPE__: "AnyLink";
7873
8088
  } & {
7874
8089
  kind: "any";
7875
8090
  } & {
7876
8091
  text?: string;
8092
+ variant?: string;
7877
8093
  });
7878
8094
  })[];
7879
8095
  } | import("./fields").GroupContent | {