@atlaskit/adf-schema 37.1.42 → 37.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/validator-schema/generated/validatorSpec.js +46 -46
- package/dist/es2019/validator-schema/generated/validatorSpec.js +46 -46
- package/dist/esm/validator-schema/generated/validatorSpec.js +46 -46
- package/dist/types/validator-schema/generated/validatorSpec.d.ts +23 -23
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -142,8 +142,8 @@ var codeBlock_with_marks = exports.codeBlock_with_marks = ['codeBlock', {
|
|
142
142
|
props: {
|
143
143
|
marks: {
|
144
144
|
type: 'array',
|
145
|
-
|
146
|
-
|
145
|
+
optional: true,
|
146
|
+
items: ['breakout']
|
147
147
|
}
|
148
148
|
}
|
149
149
|
}];
|
@@ -199,8 +199,8 @@ var mediaSingle = exports.mediaSingle = {
|
|
199
199
|
}],
|
200
200
|
marks: {
|
201
201
|
type: 'array',
|
202
|
-
|
203
|
-
|
202
|
+
optional: true,
|
203
|
+
items: ['link']
|
204
204
|
}
|
205
205
|
}
|
206
206
|
};
|
@@ -266,8 +266,8 @@ var media = exports.media = {
|
|
266
266
|
}],
|
267
267
|
marks: {
|
268
268
|
type: 'array',
|
269
|
-
|
270
|
-
|
269
|
+
optional: true,
|
270
|
+
items: [['annotation', 'border', 'link']]
|
271
271
|
}
|
272
272
|
},
|
273
273
|
required: ['attrs']
|
@@ -409,8 +409,8 @@ var mention = exports.mention = {
|
|
409
409
|
},
|
410
410
|
marks: {
|
411
411
|
type: 'array',
|
412
|
-
|
413
|
-
|
412
|
+
optional: true,
|
413
|
+
items: ['annotation']
|
414
414
|
}
|
415
415
|
}
|
416
416
|
};
|
@@ -437,8 +437,8 @@ var emoji = exports.emoji = {
|
|
437
437
|
},
|
438
438
|
marks: {
|
439
439
|
type: 'array',
|
440
|
-
|
441
|
-
|
440
|
+
optional: true,
|
441
|
+
items: ['annotation']
|
442
442
|
}
|
443
443
|
}
|
444
444
|
};
|
@@ -458,8 +458,8 @@ var date = exports.date = {
|
|
458
458
|
},
|
459
459
|
marks: {
|
460
460
|
type: 'array',
|
461
|
-
|
462
|
-
|
461
|
+
optional: true,
|
462
|
+
items: ['annotation']
|
463
463
|
}
|
464
464
|
}
|
465
465
|
};
|
@@ -534,8 +534,8 @@ var status = exports.status = {
|
|
534
534
|
},
|
535
535
|
marks: {
|
536
536
|
type: 'array',
|
537
|
-
|
538
|
-
|
537
|
+
optional: true,
|
538
|
+
items: ['annotation']
|
539
539
|
}
|
540
540
|
}
|
541
541
|
};
|
@@ -543,8 +543,8 @@ var formatted_text_inline = exports.formatted_text_inline = ['text', {
|
|
543
543
|
props: {
|
544
544
|
marks: {
|
545
545
|
type: 'array',
|
546
|
-
|
547
|
-
|
546
|
+
optional: true,
|
547
|
+
items: [['annotation', 'backgroundColor', 'em', 'link', 'strike', 'strong', 'subsup', 'textColor', 'underline', null]]
|
548
548
|
}
|
549
549
|
}
|
550
550
|
}];
|
@@ -552,8 +552,8 @@ var code_inline = exports.code_inline = ['text', {
|
|
552
552
|
props: {
|
553
553
|
marks: {
|
554
554
|
type: 'array',
|
555
|
-
|
556
|
-
|
555
|
+
optional: true,
|
556
|
+
items: [['annotation', 'code', 'link']]
|
557
557
|
}
|
558
558
|
}
|
559
559
|
}];
|
@@ -712,8 +712,8 @@ var link_text_inline = exports.link_text_inline = ['text', {
|
|
712
712
|
props: {
|
713
713
|
marks: {
|
714
714
|
type: 'array',
|
715
|
-
|
716
|
-
|
715
|
+
optional: true,
|
716
|
+
items: ['link']
|
717
717
|
}
|
718
718
|
}
|
719
719
|
}];
|
@@ -759,8 +759,8 @@ var inlineExtension_with_marks = exports.inlineExtension_with_marks = ['inlineEx
|
|
759
759
|
props: {
|
760
760
|
marks: {
|
761
761
|
type: 'array',
|
762
|
-
|
763
|
-
|
762
|
+
optional: true,
|
763
|
+
items: [['dataConsumer', 'fragment']]
|
764
764
|
}
|
765
765
|
}
|
766
766
|
}];
|
@@ -809,8 +809,8 @@ var mediaInline = exports.mediaInline = {
|
|
809
809
|
},
|
810
810
|
marks: {
|
811
811
|
type: 'array',
|
812
|
-
|
813
|
-
|
812
|
+
optional: true,
|
813
|
+
items: [['annotation', 'border', 'link']]
|
814
814
|
}
|
815
815
|
}
|
816
816
|
};
|
@@ -917,8 +917,8 @@ var paragraph_with_alignment = exports.paragraph_with_alignment = ['paragraph',
|
|
917
917
|
props: {
|
918
918
|
marks: {
|
919
919
|
type: 'array',
|
920
|
-
|
921
|
-
|
920
|
+
optional: true,
|
921
|
+
items: ['alignment']
|
922
922
|
}
|
923
923
|
}
|
924
924
|
}];
|
@@ -926,8 +926,8 @@ var paragraph_with_indentation = exports.paragraph_with_indentation = ['paragrap
|
|
926
926
|
props: {
|
927
927
|
marks: {
|
928
928
|
type: 'array',
|
929
|
-
|
930
|
-
|
929
|
+
optional: true,
|
930
|
+
items: ['indentation']
|
931
931
|
}
|
932
932
|
}
|
933
933
|
}];
|
@@ -1200,8 +1200,8 @@ var extension_with_marks = exports.extension_with_marks = ['extension', {
|
|
1200
1200
|
props: {
|
1201
1201
|
marks: {
|
1202
1202
|
type: 'array',
|
1203
|
-
|
1204
|
-
|
1203
|
+
optional: true,
|
1204
|
+
items: [['dataConsumer', 'fragment']]
|
1205
1205
|
}
|
1206
1206
|
}
|
1207
1207
|
}];
|
@@ -1241,8 +1241,8 @@ var heading_with_indentation = exports.heading_with_indentation = ['heading', {
|
|
1241
1241
|
props: {
|
1242
1242
|
marks: {
|
1243
1243
|
type: 'array',
|
1244
|
-
|
1245
|
-
|
1244
|
+
optional: true,
|
1245
|
+
items: ['indentation']
|
1246
1246
|
}
|
1247
1247
|
}
|
1248
1248
|
}];
|
@@ -1260,8 +1260,8 @@ var heading_with_alignment = exports.heading_with_alignment = ['heading', {
|
|
1260
1260
|
props: {
|
1261
1261
|
marks: {
|
1262
1262
|
type: 'array',
|
1263
|
-
|
1264
|
-
|
1263
|
+
optional: true,
|
1264
|
+
items: ['alignment']
|
1265
1265
|
}
|
1266
1266
|
}
|
1267
1267
|
}];
|
@@ -1568,8 +1568,8 @@ var table = exports.table = {
|
|
1568
1568
|
},
|
1569
1569
|
marks: {
|
1570
1570
|
type: 'array',
|
1571
|
-
|
1572
|
-
|
1571
|
+
optional: true,
|
1572
|
+
items: ['fragment']
|
1573
1573
|
}
|
1574
1574
|
}
|
1575
1575
|
};
|
@@ -1627,8 +1627,8 @@ var bodiedExtension_with_marks = exports.bodiedExtension_with_marks = ['bodiedEx
|
|
1627
1627
|
props: {
|
1628
1628
|
marks: {
|
1629
1629
|
type: 'array',
|
1630
|
-
|
1631
|
-
|
1630
|
+
optional: true,
|
1631
|
+
items: [['dataConsumer', 'fragment']]
|
1632
1632
|
}
|
1633
1633
|
}
|
1634
1634
|
}];
|
@@ -1673,8 +1673,8 @@ var expand_with_breakout_mark = exports.expand_with_breakout_mark = ['expand', {
|
|
1673
1673
|
props: {
|
1674
1674
|
marks: {
|
1675
1675
|
type: 'array',
|
1676
|
-
|
1677
|
-
|
1676
|
+
optional: true,
|
1677
|
+
items: ['breakout']
|
1678
1678
|
}
|
1679
1679
|
}
|
1680
1680
|
}];
|
@@ -1729,8 +1729,8 @@ var layoutSection = exports.layoutSection = {
|
|
1729
1729
|
},
|
1730
1730
|
marks: {
|
1731
1731
|
type: 'array',
|
1732
|
-
|
1733
|
-
|
1732
|
+
optional: true,
|
1733
|
+
items: ['breakout']
|
1734
1734
|
}
|
1735
1735
|
}
|
1736
1736
|
};
|
@@ -1745,8 +1745,8 @@ var layoutSection_full = exports.layoutSection_full = ['layoutSection', {
|
|
1745
1745
|
},
|
1746
1746
|
marks: {
|
1747
1747
|
type: 'array',
|
1748
|
-
|
1749
|
-
|
1748
|
+
optional: true,
|
1749
|
+
items: ['breakout']
|
1750
1750
|
},
|
1751
1751
|
type: {
|
1752
1752
|
type: 'enum',
|
@@ -1787,8 +1787,8 @@ var extensionFrame = exports.extensionFrame = {
|
|
1787
1787
|
},
|
1788
1788
|
marks: {
|
1789
1789
|
type: 'array',
|
1790
|
-
|
1791
|
-
|
1790
|
+
optional: true,
|
1791
|
+
items: [['dataConsumer', 'fragment']]
|
1792
1792
|
}
|
1793
1793
|
}
|
1794
1794
|
};
|
@@ -136,8 +136,8 @@ export const codeBlock_with_marks = ['codeBlock', {
|
|
136
136
|
props: {
|
137
137
|
marks: {
|
138
138
|
type: 'array',
|
139
|
-
|
140
|
-
|
139
|
+
optional: true,
|
140
|
+
items: ['breakout']
|
141
141
|
}
|
142
142
|
}
|
143
143
|
}];
|
@@ -193,8 +193,8 @@ export const mediaSingle = {
|
|
193
193
|
}],
|
194
194
|
marks: {
|
195
195
|
type: 'array',
|
196
|
-
|
197
|
-
|
196
|
+
optional: true,
|
197
|
+
items: ['link']
|
198
198
|
}
|
199
199
|
}
|
200
200
|
};
|
@@ -260,8 +260,8 @@ export const media = {
|
|
260
260
|
}],
|
261
261
|
marks: {
|
262
262
|
type: 'array',
|
263
|
-
|
264
|
-
|
263
|
+
optional: true,
|
264
|
+
items: [['annotation', 'border', 'link']]
|
265
265
|
}
|
266
266
|
},
|
267
267
|
required: ['attrs']
|
@@ -403,8 +403,8 @@ export const mention = {
|
|
403
403
|
},
|
404
404
|
marks: {
|
405
405
|
type: 'array',
|
406
|
-
|
407
|
-
|
406
|
+
optional: true,
|
407
|
+
items: ['annotation']
|
408
408
|
}
|
409
409
|
}
|
410
410
|
};
|
@@ -431,8 +431,8 @@ export const emoji = {
|
|
431
431
|
},
|
432
432
|
marks: {
|
433
433
|
type: 'array',
|
434
|
-
|
435
|
-
|
434
|
+
optional: true,
|
435
|
+
items: ['annotation']
|
436
436
|
}
|
437
437
|
}
|
438
438
|
};
|
@@ -452,8 +452,8 @@ export const date = {
|
|
452
452
|
},
|
453
453
|
marks: {
|
454
454
|
type: 'array',
|
455
|
-
|
456
|
-
|
455
|
+
optional: true,
|
456
|
+
items: ['annotation']
|
457
457
|
}
|
458
458
|
}
|
459
459
|
};
|
@@ -528,8 +528,8 @@ export const status = {
|
|
528
528
|
},
|
529
529
|
marks: {
|
530
530
|
type: 'array',
|
531
|
-
|
532
|
-
|
531
|
+
optional: true,
|
532
|
+
items: ['annotation']
|
533
533
|
}
|
534
534
|
}
|
535
535
|
};
|
@@ -537,8 +537,8 @@ export const formatted_text_inline = ['text', {
|
|
537
537
|
props: {
|
538
538
|
marks: {
|
539
539
|
type: 'array',
|
540
|
-
|
541
|
-
|
540
|
+
optional: true,
|
541
|
+
items: [['annotation', 'backgroundColor', 'em', 'link', 'strike', 'strong', 'subsup', 'textColor', 'underline', null]]
|
542
542
|
}
|
543
543
|
}
|
544
544
|
}];
|
@@ -546,8 +546,8 @@ export const code_inline = ['text', {
|
|
546
546
|
props: {
|
547
547
|
marks: {
|
548
548
|
type: 'array',
|
549
|
-
|
550
|
-
|
549
|
+
optional: true,
|
550
|
+
items: [['annotation', 'code', 'link']]
|
551
551
|
}
|
552
552
|
}
|
553
553
|
}];
|
@@ -706,8 +706,8 @@ export const link_text_inline = ['text', {
|
|
706
706
|
props: {
|
707
707
|
marks: {
|
708
708
|
type: 'array',
|
709
|
-
|
710
|
-
|
709
|
+
optional: true,
|
710
|
+
items: ['link']
|
711
711
|
}
|
712
712
|
}
|
713
713
|
}];
|
@@ -753,8 +753,8 @@ export const inlineExtension_with_marks = ['inlineExtension', {
|
|
753
753
|
props: {
|
754
754
|
marks: {
|
755
755
|
type: 'array',
|
756
|
-
|
757
|
-
|
756
|
+
optional: true,
|
757
|
+
items: [['dataConsumer', 'fragment']]
|
758
758
|
}
|
759
759
|
}
|
760
760
|
}];
|
@@ -803,8 +803,8 @@ export const mediaInline = {
|
|
803
803
|
},
|
804
804
|
marks: {
|
805
805
|
type: 'array',
|
806
|
-
|
807
|
-
|
806
|
+
optional: true,
|
807
|
+
items: [['annotation', 'border', 'link']]
|
808
808
|
}
|
809
809
|
}
|
810
810
|
};
|
@@ -911,8 +911,8 @@ export const paragraph_with_alignment = ['paragraph', {
|
|
911
911
|
props: {
|
912
912
|
marks: {
|
913
913
|
type: 'array',
|
914
|
-
|
915
|
-
|
914
|
+
optional: true,
|
915
|
+
items: ['alignment']
|
916
916
|
}
|
917
917
|
}
|
918
918
|
}];
|
@@ -920,8 +920,8 @@ export const paragraph_with_indentation = ['paragraph', {
|
|
920
920
|
props: {
|
921
921
|
marks: {
|
922
922
|
type: 'array',
|
923
|
-
|
924
|
-
|
923
|
+
optional: true,
|
924
|
+
items: ['indentation']
|
925
925
|
}
|
926
926
|
}
|
927
927
|
}];
|
@@ -1194,8 +1194,8 @@ export const extension_with_marks = ['extension', {
|
|
1194
1194
|
props: {
|
1195
1195
|
marks: {
|
1196
1196
|
type: 'array',
|
1197
|
-
|
1198
|
-
|
1197
|
+
optional: true,
|
1198
|
+
items: [['dataConsumer', 'fragment']]
|
1199
1199
|
}
|
1200
1200
|
}
|
1201
1201
|
}];
|
@@ -1235,8 +1235,8 @@ export const heading_with_indentation = ['heading', {
|
|
1235
1235
|
props: {
|
1236
1236
|
marks: {
|
1237
1237
|
type: 'array',
|
1238
|
-
|
1239
|
-
|
1238
|
+
optional: true,
|
1239
|
+
items: ['indentation']
|
1240
1240
|
}
|
1241
1241
|
}
|
1242
1242
|
}];
|
@@ -1254,8 +1254,8 @@ export const heading_with_alignment = ['heading', {
|
|
1254
1254
|
props: {
|
1255
1255
|
marks: {
|
1256
1256
|
type: 'array',
|
1257
|
-
|
1258
|
-
|
1257
|
+
optional: true,
|
1258
|
+
items: ['alignment']
|
1259
1259
|
}
|
1260
1260
|
}
|
1261
1261
|
}];
|
@@ -1562,8 +1562,8 @@ export const table = {
|
|
1562
1562
|
},
|
1563
1563
|
marks: {
|
1564
1564
|
type: 'array',
|
1565
|
-
|
1566
|
-
|
1565
|
+
optional: true,
|
1566
|
+
items: ['fragment']
|
1567
1567
|
}
|
1568
1568
|
}
|
1569
1569
|
};
|
@@ -1621,8 +1621,8 @@ export const bodiedExtension_with_marks = ['bodiedExtension', {
|
|
1621
1621
|
props: {
|
1622
1622
|
marks: {
|
1623
1623
|
type: 'array',
|
1624
|
-
|
1625
|
-
|
1624
|
+
optional: true,
|
1625
|
+
items: [['dataConsumer', 'fragment']]
|
1626
1626
|
}
|
1627
1627
|
}
|
1628
1628
|
}];
|
@@ -1667,8 +1667,8 @@ export const expand_with_breakout_mark = ['expand', {
|
|
1667
1667
|
props: {
|
1668
1668
|
marks: {
|
1669
1669
|
type: 'array',
|
1670
|
-
|
1671
|
-
|
1670
|
+
optional: true,
|
1671
|
+
items: ['breakout']
|
1672
1672
|
}
|
1673
1673
|
}
|
1674
1674
|
}];
|
@@ -1723,8 +1723,8 @@ export const layoutSection = {
|
|
1723
1723
|
},
|
1724
1724
|
marks: {
|
1725
1725
|
type: 'array',
|
1726
|
-
|
1727
|
-
|
1726
|
+
optional: true,
|
1727
|
+
items: ['breakout']
|
1728
1728
|
}
|
1729
1729
|
}
|
1730
1730
|
};
|
@@ -1739,8 +1739,8 @@ export const layoutSection_full = ['layoutSection', {
|
|
1739
1739
|
},
|
1740
1740
|
marks: {
|
1741
1741
|
type: 'array',
|
1742
|
-
|
1743
|
-
|
1742
|
+
optional: true,
|
1743
|
+
items: ['breakout']
|
1744
1744
|
},
|
1745
1745
|
type: {
|
1746
1746
|
type: 'enum',
|
@@ -1781,8 +1781,8 @@ export const extensionFrame = {
|
|
1781
1781
|
},
|
1782
1782
|
marks: {
|
1783
1783
|
type: 'array',
|
1784
|
-
|
1785
|
-
|
1784
|
+
optional: true,
|
1785
|
+
items: [['dataConsumer', 'fragment']]
|
1786
1786
|
}
|
1787
1787
|
}
|
1788
1788
|
};
|
@@ -136,8 +136,8 @@ export var codeBlock_with_marks = ['codeBlock', {
|
|
136
136
|
props: {
|
137
137
|
marks: {
|
138
138
|
type: 'array',
|
139
|
-
|
140
|
-
|
139
|
+
optional: true,
|
140
|
+
items: ['breakout']
|
141
141
|
}
|
142
142
|
}
|
143
143
|
}];
|
@@ -193,8 +193,8 @@ export var mediaSingle = {
|
|
193
193
|
}],
|
194
194
|
marks: {
|
195
195
|
type: 'array',
|
196
|
-
|
197
|
-
|
196
|
+
optional: true,
|
197
|
+
items: ['link']
|
198
198
|
}
|
199
199
|
}
|
200
200
|
};
|
@@ -260,8 +260,8 @@ export var media = {
|
|
260
260
|
}],
|
261
261
|
marks: {
|
262
262
|
type: 'array',
|
263
|
-
|
264
|
-
|
263
|
+
optional: true,
|
264
|
+
items: [['annotation', 'border', 'link']]
|
265
265
|
}
|
266
266
|
},
|
267
267
|
required: ['attrs']
|
@@ -403,8 +403,8 @@ export var mention = {
|
|
403
403
|
},
|
404
404
|
marks: {
|
405
405
|
type: 'array',
|
406
|
-
|
407
|
-
|
406
|
+
optional: true,
|
407
|
+
items: ['annotation']
|
408
408
|
}
|
409
409
|
}
|
410
410
|
};
|
@@ -431,8 +431,8 @@ export var emoji = {
|
|
431
431
|
},
|
432
432
|
marks: {
|
433
433
|
type: 'array',
|
434
|
-
|
435
|
-
|
434
|
+
optional: true,
|
435
|
+
items: ['annotation']
|
436
436
|
}
|
437
437
|
}
|
438
438
|
};
|
@@ -452,8 +452,8 @@ export var date = {
|
|
452
452
|
},
|
453
453
|
marks: {
|
454
454
|
type: 'array',
|
455
|
-
|
456
|
-
|
455
|
+
optional: true,
|
456
|
+
items: ['annotation']
|
457
457
|
}
|
458
458
|
}
|
459
459
|
};
|
@@ -528,8 +528,8 @@ export var status = {
|
|
528
528
|
},
|
529
529
|
marks: {
|
530
530
|
type: 'array',
|
531
|
-
|
532
|
-
|
531
|
+
optional: true,
|
532
|
+
items: ['annotation']
|
533
533
|
}
|
534
534
|
}
|
535
535
|
};
|
@@ -537,8 +537,8 @@ export var formatted_text_inline = ['text', {
|
|
537
537
|
props: {
|
538
538
|
marks: {
|
539
539
|
type: 'array',
|
540
|
-
|
541
|
-
|
540
|
+
optional: true,
|
541
|
+
items: [['annotation', 'backgroundColor', 'em', 'link', 'strike', 'strong', 'subsup', 'textColor', 'underline', null]]
|
542
542
|
}
|
543
543
|
}
|
544
544
|
}];
|
@@ -546,8 +546,8 @@ export var code_inline = ['text', {
|
|
546
546
|
props: {
|
547
547
|
marks: {
|
548
548
|
type: 'array',
|
549
|
-
|
550
|
-
|
549
|
+
optional: true,
|
550
|
+
items: [['annotation', 'code', 'link']]
|
551
551
|
}
|
552
552
|
}
|
553
553
|
}];
|
@@ -706,8 +706,8 @@ export var link_text_inline = ['text', {
|
|
706
706
|
props: {
|
707
707
|
marks: {
|
708
708
|
type: 'array',
|
709
|
-
|
710
|
-
|
709
|
+
optional: true,
|
710
|
+
items: ['link']
|
711
711
|
}
|
712
712
|
}
|
713
713
|
}];
|
@@ -753,8 +753,8 @@ export var inlineExtension_with_marks = ['inlineExtension', {
|
|
753
753
|
props: {
|
754
754
|
marks: {
|
755
755
|
type: 'array',
|
756
|
-
|
757
|
-
|
756
|
+
optional: true,
|
757
|
+
items: [['dataConsumer', 'fragment']]
|
758
758
|
}
|
759
759
|
}
|
760
760
|
}];
|
@@ -803,8 +803,8 @@ export var mediaInline = {
|
|
803
803
|
},
|
804
804
|
marks: {
|
805
805
|
type: 'array',
|
806
|
-
|
807
|
-
|
806
|
+
optional: true,
|
807
|
+
items: [['annotation', 'border', 'link']]
|
808
808
|
}
|
809
809
|
}
|
810
810
|
};
|
@@ -911,8 +911,8 @@ export var paragraph_with_alignment = ['paragraph', {
|
|
911
911
|
props: {
|
912
912
|
marks: {
|
913
913
|
type: 'array',
|
914
|
-
|
915
|
-
|
914
|
+
optional: true,
|
915
|
+
items: ['alignment']
|
916
916
|
}
|
917
917
|
}
|
918
918
|
}];
|
@@ -920,8 +920,8 @@ export var paragraph_with_indentation = ['paragraph', {
|
|
920
920
|
props: {
|
921
921
|
marks: {
|
922
922
|
type: 'array',
|
923
|
-
|
924
|
-
|
923
|
+
optional: true,
|
924
|
+
items: ['indentation']
|
925
925
|
}
|
926
926
|
}
|
927
927
|
}];
|
@@ -1194,8 +1194,8 @@ export var extension_with_marks = ['extension', {
|
|
1194
1194
|
props: {
|
1195
1195
|
marks: {
|
1196
1196
|
type: 'array',
|
1197
|
-
|
1198
|
-
|
1197
|
+
optional: true,
|
1198
|
+
items: [['dataConsumer', 'fragment']]
|
1199
1199
|
}
|
1200
1200
|
}
|
1201
1201
|
}];
|
@@ -1235,8 +1235,8 @@ export var heading_with_indentation = ['heading', {
|
|
1235
1235
|
props: {
|
1236
1236
|
marks: {
|
1237
1237
|
type: 'array',
|
1238
|
-
|
1239
|
-
|
1238
|
+
optional: true,
|
1239
|
+
items: ['indentation']
|
1240
1240
|
}
|
1241
1241
|
}
|
1242
1242
|
}];
|
@@ -1254,8 +1254,8 @@ export var heading_with_alignment = ['heading', {
|
|
1254
1254
|
props: {
|
1255
1255
|
marks: {
|
1256
1256
|
type: 'array',
|
1257
|
-
|
1258
|
-
|
1257
|
+
optional: true,
|
1258
|
+
items: ['alignment']
|
1259
1259
|
}
|
1260
1260
|
}
|
1261
1261
|
}];
|
@@ -1562,8 +1562,8 @@ export var table = {
|
|
1562
1562
|
},
|
1563
1563
|
marks: {
|
1564
1564
|
type: 'array',
|
1565
|
-
|
1566
|
-
|
1565
|
+
optional: true,
|
1566
|
+
items: ['fragment']
|
1567
1567
|
}
|
1568
1568
|
}
|
1569
1569
|
};
|
@@ -1621,8 +1621,8 @@ export var bodiedExtension_with_marks = ['bodiedExtension', {
|
|
1621
1621
|
props: {
|
1622
1622
|
marks: {
|
1623
1623
|
type: 'array',
|
1624
|
-
|
1625
|
-
|
1624
|
+
optional: true,
|
1625
|
+
items: [['dataConsumer', 'fragment']]
|
1626
1626
|
}
|
1627
1627
|
}
|
1628
1628
|
}];
|
@@ -1667,8 +1667,8 @@ export var expand_with_breakout_mark = ['expand', {
|
|
1667
1667
|
props: {
|
1668
1668
|
marks: {
|
1669
1669
|
type: 'array',
|
1670
|
-
|
1671
|
-
|
1670
|
+
optional: true,
|
1671
|
+
items: ['breakout']
|
1672
1672
|
}
|
1673
1673
|
}
|
1674
1674
|
}];
|
@@ -1723,8 +1723,8 @@ export var layoutSection = {
|
|
1723
1723
|
},
|
1724
1724
|
marks: {
|
1725
1725
|
type: 'array',
|
1726
|
-
|
1727
|
-
|
1726
|
+
optional: true,
|
1727
|
+
items: ['breakout']
|
1728
1728
|
}
|
1729
1729
|
}
|
1730
1730
|
};
|
@@ -1739,8 +1739,8 @@ export var layoutSection_full = ['layoutSection', {
|
|
1739
1739
|
},
|
1740
1740
|
marks: {
|
1741
1741
|
type: 'array',
|
1742
|
-
|
1743
|
-
|
1742
|
+
optional: true,
|
1743
|
+
items: ['breakout']
|
1744
1744
|
},
|
1745
1745
|
type: {
|
1746
1746
|
type: 'enum',
|
@@ -1781,8 +1781,8 @@ export var extensionFrame = {
|
|
1781
1781
|
},
|
1782
1782
|
marks: {
|
1783
1783
|
type: 'array',
|
1784
|
-
|
1785
|
-
|
1784
|
+
optional: true,
|
1785
|
+
items: [['dataConsumer', 'fragment']]
|
1786
1786
|
}
|
1787
1787
|
}
|
1788
1788
|
};
|
@@ -146,8 +146,8 @@ export declare const codeBlock_with_marks: (string | {
|
|
146
146
|
props: {
|
147
147
|
marks: {
|
148
148
|
type: string;
|
149
|
-
items: string[];
|
150
149
|
optional: boolean;
|
150
|
+
items: string[];
|
151
151
|
};
|
152
152
|
};
|
153
153
|
})[];
|
@@ -206,8 +206,8 @@ export declare const mediaSingle: {
|
|
206
206
|
})[];
|
207
207
|
marks: {
|
208
208
|
type: string;
|
209
|
-
items: string[];
|
210
209
|
optional: boolean;
|
210
|
+
items: string[];
|
211
211
|
};
|
212
212
|
};
|
213
213
|
};
|
@@ -277,8 +277,8 @@ export declare const media: {
|
|
277
277
|
})[];
|
278
278
|
marks: {
|
279
279
|
type: string;
|
280
|
-
items: string[][];
|
281
280
|
optional: boolean;
|
281
|
+
items: string[][];
|
282
282
|
};
|
283
283
|
};
|
284
284
|
required: string[];
|
@@ -420,8 +420,8 @@ export declare const mention: {
|
|
420
420
|
};
|
421
421
|
marks: {
|
422
422
|
type: string;
|
423
|
-
items: string[];
|
424
423
|
optional: boolean;
|
424
|
+
items: string[];
|
425
425
|
};
|
426
426
|
};
|
427
427
|
};
|
@@ -448,8 +448,8 @@ export declare const emoji: {
|
|
448
448
|
};
|
449
449
|
marks: {
|
450
450
|
type: string;
|
451
|
-
items: string[];
|
452
451
|
optional: boolean;
|
452
|
+
items: string[];
|
453
453
|
};
|
454
454
|
};
|
455
455
|
};
|
@@ -469,8 +469,8 @@ export declare const date: {
|
|
469
469
|
};
|
470
470
|
marks: {
|
471
471
|
type: string;
|
472
|
-
items: string[];
|
473
472
|
optional: boolean;
|
473
|
+
items: string[];
|
474
474
|
};
|
475
475
|
};
|
476
476
|
};
|
@@ -547,8 +547,8 @@ export declare const status: {
|
|
547
547
|
};
|
548
548
|
marks: {
|
549
549
|
type: string;
|
550
|
-
items: string[];
|
551
550
|
optional: boolean;
|
551
|
+
items: string[];
|
552
552
|
};
|
553
553
|
};
|
554
554
|
};
|
@@ -556,8 +556,8 @@ export declare const formatted_text_inline: (string | {
|
|
556
556
|
props: {
|
557
557
|
marks: {
|
558
558
|
type: string;
|
559
|
-
items: string[][];
|
560
559
|
optional: boolean;
|
560
|
+
items: string[][];
|
561
561
|
};
|
562
562
|
};
|
563
563
|
})[];
|
@@ -565,8 +565,8 @@ export declare const code_inline: (string | {
|
|
565
565
|
props: {
|
566
566
|
marks: {
|
567
567
|
type: string;
|
568
|
-
items: string[][];
|
569
568
|
optional: boolean;
|
569
|
+
items: string[][];
|
570
570
|
};
|
571
571
|
};
|
572
572
|
})[];
|
@@ -725,8 +725,8 @@ export declare const link_text_inline: (string | {
|
|
725
725
|
props: {
|
726
726
|
marks: {
|
727
727
|
type: string;
|
728
|
-
items: string[];
|
729
728
|
optional: boolean;
|
729
|
+
items: string[];
|
730
730
|
};
|
731
731
|
};
|
732
732
|
})[];
|
@@ -772,8 +772,8 @@ export declare const inlineExtension_with_marks: (string | {
|
|
772
772
|
props: {
|
773
773
|
marks: {
|
774
774
|
type: string;
|
775
|
-
items: string[][];
|
776
775
|
optional: boolean;
|
776
|
+
items: string[][];
|
777
777
|
};
|
778
778
|
};
|
779
779
|
})[];
|
@@ -822,8 +822,8 @@ export declare const mediaInline: {
|
|
822
822
|
};
|
823
823
|
marks: {
|
824
824
|
type: string;
|
825
|
-
items: string[][];
|
826
825
|
optional: boolean;
|
826
|
+
items: string[][];
|
827
827
|
};
|
828
828
|
};
|
829
829
|
};
|
@@ -930,8 +930,8 @@ export declare const paragraph_with_alignment: (string | {
|
|
930
930
|
props: {
|
931
931
|
marks: {
|
932
932
|
type: string;
|
933
|
-
items: string[];
|
934
933
|
optional: boolean;
|
934
|
+
items: string[];
|
935
935
|
};
|
936
936
|
};
|
937
937
|
})[];
|
@@ -939,8 +939,8 @@ export declare const paragraph_with_indentation: (string | {
|
|
939
939
|
props: {
|
940
940
|
marks: {
|
941
941
|
type: string;
|
942
|
-
items: string[];
|
943
942
|
optional: boolean;
|
943
|
+
items: string[];
|
944
944
|
};
|
945
945
|
};
|
946
946
|
})[];
|
@@ -1213,8 +1213,8 @@ export declare const extension_with_marks: (string | {
|
|
1213
1213
|
props: {
|
1214
1214
|
marks: {
|
1215
1215
|
type: string;
|
1216
|
-
items: string[][];
|
1217
1216
|
optional: boolean;
|
1217
|
+
items: string[][];
|
1218
1218
|
};
|
1219
1219
|
};
|
1220
1220
|
})[];
|
@@ -1254,8 +1254,8 @@ export declare const heading_with_indentation: (string | {
|
|
1254
1254
|
props: {
|
1255
1255
|
marks: {
|
1256
1256
|
type: string;
|
1257
|
-
items: string[];
|
1258
1257
|
optional: boolean;
|
1258
|
+
items: string[];
|
1259
1259
|
};
|
1260
1260
|
};
|
1261
1261
|
})[];
|
@@ -1273,8 +1273,8 @@ export declare const heading_with_alignment: (string | {
|
|
1273
1273
|
props: {
|
1274
1274
|
marks: {
|
1275
1275
|
type: string;
|
1276
|
-
items: string[];
|
1277
1276
|
optional: boolean;
|
1277
|
+
items: string[];
|
1278
1278
|
};
|
1279
1279
|
};
|
1280
1280
|
})[];
|
@@ -1581,8 +1581,8 @@ export declare const table: {
|
|
1581
1581
|
};
|
1582
1582
|
marks: {
|
1583
1583
|
type: string;
|
1584
|
-
items: string[];
|
1585
1584
|
optional: boolean;
|
1585
|
+
items: string[];
|
1586
1586
|
};
|
1587
1587
|
};
|
1588
1588
|
};
|
@@ -1640,8 +1640,8 @@ export declare const bodiedExtension_with_marks: (string | {
|
|
1640
1640
|
props: {
|
1641
1641
|
marks: {
|
1642
1642
|
type: string;
|
1643
|
-
items: string[][];
|
1644
1643
|
optional: boolean;
|
1644
|
+
items: string[][];
|
1645
1645
|
};
|
1646
1646
|
};
|
1647
1647
|
})[];
|
@@ -1686,8 +1686,8 @@ export declare const expand_with_breakout_mark: (string | {
|
|
1686
1686
|
props: {
|
1687
1687
|
marks: {
|
1688
1688
|
type: string;
|
1689
|
-
items: string[];
|
1690
1689
|
optional: boolean;
|
1690
|
+
items: string[];
|
1691
1691
|
};
|
1692
1692
|
};
|
1693
1693
|
})[];
|
@@ -1742,8 +1742,8 @@ export declare const layoutSection: {
|
|
1742
1742
|
};
|
1743
1743
|
marks: {
|
1744
1744
|
type: string;
|
1745
|
-
items: string[];
|
1746
1745
|
optional: boolean;
|
1746
|
+
items: string[];
|
1747
1747
|
};
|
1748
1748
|
};
|
1749
1749
|
};
|
@@ -1758,8 +1758,8 @@ export declare const layoutSection_full: (string | {
|
|
1758
1758
|
};
|
1759
1759
|
marks: {
|
1760
1760
|
type: string;
|
1761
|
-
items: string[];
|
1762
1761
|
optional: boolean;
|
1762
|
+
items: string[];
|
1763
1763
|
};
|
1764
1764
|
type: {
|
1765
1765
|
type: string;
|
@@ -1800,8 +1800,8 @@ export declare const extensionFrame: {
|
|
1800
1800
|
};
|
1801
1801
|
marks: {
|
1802
1802
|
type: string;
|
1803
|
-
items: string[][];
|
1804
1803
|
optional: boolean;
|
1804
|
+
items: string[][];
|
1805
1805
|
};
|
1806
1806
|
};
|
1807
1807
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaskit/adf-schema",
|
3
|
-
"version": "37.1.
|
3
|
+
"version": "37.1.43",
|
4
4
|
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
|
5
5
|
"publishConfig": {
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
@@ -48,7 +48,7 @@
|
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
50
|
"@atlassian/adf-schema-json": "^1.16.0",
|
51
|
-
"@atlaskit/adf-schema-generator": "^1.
|
51
|
+
"@atlaskit/adf-schema-generator": "^1.26.0",
|
52
52
|
"@atlaskit/adf-utils": "^19.2.2",
|
53
53
|
"@atlaskit/codemod-utils": "^4.2.4",
|
54
54
|
"@atlaskit/json-schema-generator": "^3.3.9",
|