@atlaskit/adf-schema 51.5.17 → 51.5.18
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/next-schema/groups/blockContentGroup.js +1 -0
- package/dist/cjs/next-schema/groups/inlineContentGroup.js +1 -0
- package/dist/cjs/next-schema/groups/nonNestableBlockContentGroup.js +2 -0
- package/dist/cjs/next-schema/groups/tableCellContentPseudoGroup.js +1 -0
- package/dist/cjs/schema/default-schema.js +5 -1
- package/dist/cjs/schema/marks/data-consumer.js +1 -0
- package/dist/cjs/schema/nodes/embed-card.js +8 -8
- package/dist/cjs/schema/nodes/emoji.js +36 -12
- package/dist/cjs/schema/nodes/layout-section.js +1 -0
- package/dist/cjs/schema/nodes/media-single.js +3 -0
- package/dist/cjs/schema/nodes/mention.js +3 -1
- package/dist/cjs/schema/nodes/multi-bodied-extension.js +2 -0
- package/dist/cjs/schema/nodes/nested-expand.js +2 -0
- package/dist/cjs/schema/nodes/placeholder.js +6 -2
- package/dist/cjs/schema/nodes/tableNodes.js +2 -1
- package/dist/cjs/schema/nodes/unsupported-block.js +2 -1
- package/dist/cjs/schema/nodes/unsupported-inline.js +2 -1
- package/dist/es2019/next-schema/groups/blockContentGroup.js +1 -0
- package/dist/es2019/next-schema/groups/inlineContentGroup.js +1 -0
- package/dist/es2019/next-schema/groups/nonNestableBlockContentGroup.js +2 -0
- package/dist/es2019/next-schema/groups/tableCellContentPseudoGroup.js +2 -0
- package/dist/es2019/schema/default-schema.js +5 -1
- package/dist/es2019/schema/marks/data-consumer.js +1 -0
- package/dist/es2019/schema/nodes/embed-card.js +8 -8
- package/dist/es2019/schema/nodes/emoji.js +36 -12
- package/dist/es2019/schema/nodes/layout-section.js +1 -0
- package/dist/es2019/schema/nodes/list-item.js +0 -1
- package/dist/es2019/schema/nodes/media-single.js +3 -0
- package/dist/es2019/schema/nodes/mention.js +3 -1
- package/dist/es2019/schema/nodes/multi-bodied-extension.js +2 -0
- package/dist/es2019/schema/nodes/nested-expand.js +2 -0
- package/dist/es2019/schema/nodes/placeholder.js +6 -2
- package/dist/es2019/schema/nodes/tableNodes.js +2 -1
- package/dist/es2019/schema/nodes/unsupported-block.js +2 -1
- package/dist/es2019/schema/nodes/unsupported-inline.js +2 -1
- package/dist/esm/next-schema/groups/blockContentGroup.js +1 -0
- package/dist/esm/next-schema/groups/inlineContentGroup.js +1 -0
- package/dist/esm/next-schema/groups/nonNestableBlockContentGroup.js +2 -0
- package/dist/esm/next-schema/groups/tableCellContentPseudoGroup.js +2 -0
- package/dist/esm/schema/default-schema.js +5 -1
- package/dist/esm/schema/marks/data-consumer.js +1 -0
- package/dist/esm/schema/nodes/embed-card.js +8 -8
- package/dist/esm/schema/nodes/emoji.js +36 -12
- package/dist/esm/schema/nodes/layout-section.js +1 -0
- package/dist/esm/schema/nodes/list-item.js +0 -1
- package/dist/esm/schema/nodes/media-single.js +3 -0
- package/dist/esm/schema/nodes/mention.js +3 -1
- package/dist/esm/schema/nodes/multi-bodied-extension.js +2 -0
- package/dist/esm/schema/nodes/nested-expand.js +2 -0
- package/dist/esm/schema/nodes/placeholder.js +6 -2
- package/dist/esm/schema/nodes/tableNodes.js +2 -1
- package/dist/esm/schema/nodes/unsupported-block.js +2 -1
- package/dist/esm/schema/nodes/unsupported-inline.js +2 -1
- package/dist/types/next-schema/full-schema.adf.d.ts +2 -1
- package/dist/types/next-schema/groups/blockContentGroup.d.ts +3 -1
- package/dist/types/next-schema/groups/blockGroup.d.ts +2 -1
- package/dist/types/next-schema/groups/blockRootOnlyGroup.d.ts +2 -1
- package/dist/types/next-schema/groups/fontStyleGroup.d.ts +2 -1
- package/dist/types/next-schema/groups/inlineContentGroup.d.ts +3 -1
- package/dist/types/next-schema/groups/inlineGroup.d.ts +2 -1
- package/dist/types/next-schema/groups/linkMarkGroup.d.ts +2 -1
- package/dist/types/next-schema/groups/nonNestableBlockContentGroup.d.ts +4 -16
- package/dist/types/next-schema/groups/searchQueryMarkGroup.d.ts +2 -1
- package/dist/types/next-schema/groups/tableCellContentPseudoGroup.d.ts +4 -17
- package/dist/types/next-schema/marks/alignmentAndIndentation.d.ts +3 -2
- package/dist/types/next-schema/marks/annotation.d.ts +3 -2
- package/dist/types/next-schema/marks/border.d.ts +2 -1
- package/dist/types/next-schema/marks/breakout.d.ts +2 -1
- package/dist/types/next-schema/marks/code.d.ts +2 -1
- package/dist/types/next-schema/marks/color.d.ts +4 -3
- package/dist/types/next-schema/marks/confluenceInlineComment.d.ts +2 -1
- package/dist/types/next-schema/marks/dataConsumer.d.ts +2 -1
- package/dist/types/next-schema/marks/em.d.ts +2 -1
- package/dist/types/next-schema/marks/fragment.d.ts +2 -1
- package/dist/types/next-schema/marks/link.d.ts +2 -1
- package/dist/types/next-schema/marks/strike.d.ts +2 -1
- package/dist/types/next-schema/marks/strong.d.ts +2 -1
- package/dist/types/next-schema/marks/subsup.d.ts +2 -1
- package/dist/types/next-schema/marks/typeAheadQuery.d.ts +2 -1
- package/dist/types/next-schema/marks/underline.d.ts +2 -1
- package/dist/types/next-schema/marks/unsupportedMark.d.ts +2 -1
- package/dist/types/next-schema/marks/unsupportedNodeAttribute.d.ts +2 -1
- package/dist/types/next-schema/nodes/blockCard.d.ts +2 -1
- package/dist/types/next-schema/nodes/blockquote.d.ts +8 -4
- package/dist/types/next-schema/nodes/bodiedExtension.d.ts +6 -2
- package/dist/types/next-schema/nodes/bodiedSyncBlock.d.ts +2 -1
- package/dist/types/next-schema/nodes/caption.d.ts +2 -1
- package/dist/types/next-schema/nodes/codeBlock.d.ts +7 -3
- package/dist/types/next-schema/nodes/confluenceJiraIssue.d.ts +2 -1
- package/dist/types/next-schema/nodes/confluenceUnsupportedBlock.d.ts +2 -1
- package/dist/types/next-schema/nodes/confluenceUnsupportedInline.d.ts +2 -1
- package/dist/types/next-schema/nodes/date.d.ts +2 -1
- package/dist/types/next-schema/nodes/decisionItem.d.ts +2 -1
- package/dist/types/next-schema/nodes/decisionList.d.ts +2 -1
- package/dist/types/next-schema/nodes/embedCard.d.ts +2 -1
- package/dist/types/next-schema/nodes/emoji.d.ts +2 -1
- package/dist/types/next-schema/nodes/expand.d.ts +7 -3
- package/dist/types/next-schema/nodes/extension.d.ts +6 -2
- package/dist/types/next-schema/nodes/extensionFrame.d.ts +2 -1
- package/dist/types/next-schema/nodes/hardBreak.d.ts +2 -1
- package/dist/types/next-schema/nodes/heading.d.ts +19 -8
- package/dist/types/next-schema/nodes/image.d.ts +2 -1
- package/dist/types/next-schema/nodes/inlineCard.d.ts +6 -2
- package/dist/types/next-schema/nodes/inlineExtension.d.ts +6 -2
- package/dist/types/next-schema/nodes/layoutColumn.d.ts +2 -1
- package/dist/types/next-schema/nodes/layoutSection.d.ts +14 -9
- package/dist/types/next-schema/nodes/list.d.ts +3 -2
- package/dist/types/next-schema/nodes/media.d.ts +2 -1
- package/dist/types/next-schema/nodes/mediaGroup.d.ts +2 -1
- package/dist/types/next-schema/nodes/mediaInline.d.ts +2 -1
- package/dist/types/next-schema/nodes/mediaSingle.d.ts +7 -52
- package/dist/types/next-schema/nodes/mention.d.ts +2 -1
- package/dist/types/next-schema/nodes/multiBodiedExtension.d.ts +2 -1
- package/dist/types/next-schema/nodes/nestedExpand.d.ts +3 -2
- package/dist/types/next-schema/nodes/panel.d.ts +2 -1
- package/dist/types/next-schema/nodes/paragraph.d.ts +12 -5
- package/dist/types/next-schema/nodes/placeholder.d.ts +2 -1
- package/dist/types/next-schema/nodes/rule.d.ts +2 -1
- package/dist/types/next-schema/nodes/status.d.ts +2 -1
- package/dist/types/next-schema/nodes/syncBlock.d.ts +2 -1
- package/dist/types/next-schema/nodes/tableCellContent.d.ts +2 -1
- package/dist/types/next-schema/nodes/tableNodes.d.ts +2 -1
- package/dist/types/next-schema/nodes/task.d.ts +4 -3
- package/dist/types/next-schema/nodes/text.d.ts +13 -6
- package/dist/types/next-schema/nodes/unsupportedBlock.d.ts +2 -1
- package/dist/types/next-schema/nodes/unsupportedInline.d.ts +2 -1
- package/dist/types/schema/create-schema.d.ts +1 -1
- package/dist/types/schema/default-schema.d.ts +4 -2
- package/dist/types/schema/marks/border.d.ts +3 -0
- package/dist/types/schema/marks/data-consumer.d.ts +4 -2
- package/dist/types/schema/marks/fragment.d.ts +3 -2
- package/dist/types/schema/marks/link.d.ts +2 -1
- package/dist/types/schema/marks/text-color.d.ts +1 -0
- package/dist/types/schema/nodes/block-card.d.ts +7 -2
- package/dist/types/schema/nodes/blockquote.d.ts +6 -3
- package/dist/types/schema/nodes/bodied-extension.d.ts +4 -1
- package/dist/types/schema/nodes/bodied-sync-block.d.ts +4 -1
- package/dist/types/schema/nodes/bullet-list.d.ts +3 -2
- package/dist/types/schema/nodes/caption.d.ts +5 -2
- package/dist/types/schema/nodes/code-block.d.ts +4 -3
- package/dist/types/schema/nodes/confluence-jira-issue.d.ts +2 -1
- package/dist/types/schema/nodes/confluence-unsupported-block.d.ts +2 -1
- package/dist/types/schema/nodes/confluence-unsupported-inline.d.ts +2 -1
- package/dist/types/schema/nodes/date.d.ts +5 -2
- package/dist/types/schema/nodes/decision-item.d.ts +3 -1
- package/dist/types/schema/nodes/decision-list.d.ts +5 -2
- package/dist/types/schema/nodes/doc.d.ts +3 -1
- package/dist/types/schema/nodes/embed-card.d.ts +3 -5
- package/dist/types/schema/nodes/emoji.d.ts +4 -2
- package/dist/types/schema/nodes/expand.d.ts +6 -4
- package/dist/types/schema/nodes/extension.d.ts +2 -1
- package/dist/types/schema/nodes/hard-break.d.ts +3 -2
- package/dist/types/schema/nodes/heading.d.ts +5 -1
- package/dist/types/schema/nodes/image.d.ts +2 -1
- package/dist/types/schema/nodes/inline-card.d.ts +4 -2
- package/dist/types/schema/nodes/inline-extension.d.ts +2 -1
- package/dist/types/schema/nodes/layout-column.d.ts +7 -2
- package/dist/types/schema/nodes/layout-section.d.ts +17 -9
- package/dist/types/schema/nodes/list-item.d.ts +22 -20
- package/dist/types/schema/nodes/media-group.d.ts +4 -1
- package/dist/types/schema/nodes/media-single.d.ts +9 -0
- package/dist/types/schema/nodes/media.d.ts +2 -2
- package/dist/types/schema/nodes/mention.d.ts +4 -3
- package/dist/types/schema/nodes/multi-bodied-extension.d.ts +7 -2
- package/dist/types/schema/nodes/nested-expand.d.ts +5 -2
- package/dist/types/schema/nodes/ordered-list.d.ts +5 -4
- package/dist/types/schema/nodes/panel.d.ts +5 -2
- package/dist/types/schema/nodes/paragraph.d.ts +3 -1
- package/dist/types/schema/nodes/placeholder.d.ts +5 -4
- package/dist/types/schema/nodes/rule.d.ts +3 -2
- package/dist/types/schema/nodes/status.d.ts +4 -1
- package/dist/types/schema/nodes/sync-block.d.ts +2 -1
- package/dist/types/schema/nodes/tableNodes.d.ts +27 -22
- package/dist/types/schema/nodes/task-item.d.ts +5 -2
- package/dist/types/schema/nodes/task-list.d.ts +5 -2
- package/dist/types/schema/nodes/text.d.ts +5 -3
- package/dist/types/schema/nodes/unsupported-block.d.ts +2 -1
- package/dist/types/schema/nodes/unsupported-inline.d.ts +2 -1
- package/dist/types/steps/batch-attrs-step.d.ts +1 -1
- package/dist/types/steps/set-attrs.d.ts +2 -2
- package/dist/types/utils/confluence/emoji.d.ts +16 -16
- package/dist/types-ts4.5/next-schema/full-schema.adf.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/groups/blockContentGroup.d.ts +3 -1
- package/dist/types-ts4.5/next-schema/groups/blockGroup.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/groups/blockRootOnlyGroup.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/groups/fontStyleGroup.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/groups/inlineContentGroup.d.ts +3 -1
- package/dist/types-ts4.5/next-schema/groups/inlineGroup.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/groups/linkMarkGroup.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/groups/nonNestableBlockContentGroup.d.ts +4 -25
- package/dist/types-ts4.5/next-schema/groups/searchQueryMarkGroup.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/groups/tableCellContentPseudoGroup.d.ts +4 -26
- package/dist/types-ts4.5/next-schema/marks/alignmentAndIndentation.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/marks/annotation.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/marks/border.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/breakout.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/code.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/color.d.ts +4 -3
- package/dist/types-ts4.5/next-schema/marks/confluenceInlineComment.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/dataConsumer.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/em.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/fragment.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/link.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/strike.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/strong.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/subsup.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/typeAheadQuery.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/underline.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/unsupportedMark.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/marks/unsupportedNodeAttribute.d.ts +2 -1
- package/dist/types-ts4.5/next-schema/nodes/blockCard.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/blockquote.d.ts +7 -6
- package/dist/types-ts4.5/next-schema/nodes/bodiedExtension.d.ts +5 -4
- package/dist/types-ts4.5/next-schema/nodes/bodiedSyncBlock.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/caption.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/codeBlock.d.ts +6 -5
- package/dist/types-ts4.5/next-schema/nodes/confluenceJiraIssue.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/confluenceUnsupportedBlock.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/confluenceUnsupportedInline.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/date.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/decisionItem.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/decisionList.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/embedCard.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/emoji.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/expand.d.ts +6 -5
- package/dist/types-ts4.5/next-schema/nodes/extension.d.ts +5 -4
- package/dist/types-ts4.5/next-schema/nodes/extensionFrame.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/hardBreak.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/heading.d.ts +17 -16
- package/dist/types-ts4.5/next-schema/nodes/image.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/inlineCard.d.ts +5 -4
- package/dist/types-ts4.5/next-schema/nodes/inlineExtension.d.ts +5 -4
- package/dist/types-ts4.5/next-schema/nodes/layoutColumn.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/layoutSection.d.ts +13 -12
- package/dist/types-ts4.5/next-schema/nodes/list.d.ts +5 -4
- package/dist/types-ts4.5/next-schema/nodes/media.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/mediaGroup.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/mediaInline.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/mediaSingle.d.ts +6 -56
- package/dist/types-ts4.5/next-schema/nodes/mention.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/multiBodiedExtension.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/nestedExpand.d.ts +4 -3
- package/dist/types-ts4.5/next-schema/nodes/panel.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/paragraph.d.ts +11 -10
- package/dist/types-ts4.5/next-schema/nodes/placeholder.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/rule.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/status.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/syncBlock.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/tableCellContent.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/tableNodes.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/task.d.ts +7 -6
- package/dist/types-ts4.5/next-schema/nodes/text.d.ts +12 -11
- package/dist/types-ts4.5/next-schema/nodes/unsupportedBlock.d.ts +3 -2
- package/dist/types-ts4.5/next-schema/nodes/unsupportedInline.d.ts +3 -2
- package/dist/types-ts4.5/schema/create-schema.d.ts +1 -1
- package/dist/types-ts4.5/schema/default-schema.d.ts +4 -2
- package/dist/types-ts4.5/schema/marks/border.d.ts +3 -0
- package/dist/types-ts4.5/schema/marks/data-consumer.d.ts +4 -2
- package/dist/types-ts4.5/schema/marks/fragment.d.ts +3 -2
- package/dist/types-ts4.5/schema/marks/link.d.ts +2 -1
- package/dist/types-ts4.5/schema/marks/text-color.d.ts +1 -0
- package/dist/types-ts4.5/schema/nodes/block-card.d.ts +7 -2
- package/dist/types-ts4.5/schema/nodes/blockquote.d.ts +6 -3
- package/dist/types-ts4.5/schema/nodes/bodied-extension.d.ts +4 -1
- package/dist/types-ts4.5/schema/nodes/bodied-sync-block.d.ts +4 -1
- package/dist/types-ts4.5/schema/nodes/bullet-list.d.ts +3 -2
- package/dist/types-ts4.5/schema/nodes/caption.d.ts +5 -2
- package/dist/types-ts4.5/schema/nodes/code-block.d.ts +4 -3
- package/dist/types-ts4.5/schema/nodes/confluence-jira-issue.d.ts +2 -1
- package/dist/types-ts4.5/schema/nodes/confluence-unsupported-block.d.ts +2 -1
- package/dist/types-ts4.5/schema/nodes/confluence-unsupported-inline.d.ts +2 -1
- package/dist/types-ts4.5/schema/nodes/date.d.ts +5 -2
- package/dist/types-ts4.5/schema/nodes/decision-item.d.ts +3 -1
- package/dist/types-ts4.5/schema/nodes/decision-list.d.ts +5 -2
- package/dist/types-ts4.5/schema/nodes/doc.d.ts +3 -1
- package/dist/types-ts4.5/schema/nodes/embed-card.d.ts +3 -5
- package/dist/types-ts4.5/schema/nodes/emoji.d.ts +4 -2
- package/dist/types-ts4.5/schema/nodes/expand.d.ts +6 -4
- package/dist/types-ts4.5/schema/nodes/extension.d.ts +2 -1
- package/dist/types-ts4.5/schema/nodes/hard-break.d.ts +3 -2
- package/dist/types-ts4.5/schema/nodes/heading.d.ts +5 -1
- package/dist/types-ts4.5/schema/nodes/image.d.ts +2 -1
- package/dist/types-ts4.5/schema/nodes/inline-card.d.ts +4 -2
- package/dist/types-ts4.5/schema/nodes/inline-extension.d.ts +2 -1
- package/dist/types-ts4.5/schema/nodes/layout-column.d.ts +7 -2
- package/dist/types-ts4.5/schema/nodes/layout-section.d.ts +17 -9
- package/dist/types-ts4.5/schema/nodes/list-item.d.ts +22 -20
- package/dist/types-ts4.5/schema/nodes/media-group.d.ts +4 -1
- package/dist/types-ts4.5/schema/nodes/media-single.d.ts +9 -0
- package/dist/types-ts4.5/schema/nodes/media.d.ts +2 -2
- package/dist/types-ts4.5/schema/nodes/mention.d.ts +4 -3
- package/dist/types-ts4.5/schema/nodes/multi-bodied-extension.d.ts +7 -2
- package/dist/types-ts4.5/schema/nodes/nested-expand.d.ts +5 -2
- package/dist/types-ts4.5/schema/nodes/ordered-list.d.ts +5 -4
- package/dist/types-ts4.5/schema/nodes/panel.d.ts +5 -2
- package/dist/types-ts4.5/schema/nodes/paragraph.d.ts +3 -1
- package/dist/types-ts4.5/schema/nodes/placeholder.d.ts +5 -4
- package/dist/types-ts4.5/schema/nodes/rule.d.ts +3 -2
- package/dist/types-ts4.5/schema/nodes/status.d.ts +4 -1
- package/dist/types-ts4.5/schema/nodes/sync-block.d.ts +2 -1
- package/dist/types-ts4.5/schema/nodes/tableNodes.d.ts +27 -22
- package/dist/types-ts4.5/schema/nodes/task-item.d.ts +5 -2
- package/dist/types-ts4.5/schema/nodes/task-list.d.ts +5 -2
- package/dist/types-ts4.5/schema/nodes/text.d.ts +5 -3
- package/dist/types-ts4.5/schema/nodes/unsupported-block.d.ts +2 -1
- package/dist/types-ts4.5/schema/nodes/unsupported-inline.d.ts +2 -1
- package/dist/types-ts4.5/steps/batch-attrs-step.d.ts +1 -1
- package/dist/types-ts4.5/steps/set-attrs.d.ts +2 -2
- package/dist/types-ts4.5/utils/confluence/emoji.d.ts +16 -16
- package/package.json +2 -2
|
@@ -8,28 +8,28 @@
|
|
|
8
8
|
* will be mapped to Emoji Id '2b50' (:star:) with preserving ac:name as shortName attribute;
|
|
9
9
|
*/
|
|
10
10
|
declare const acNameToEmojiMap: {
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
'blue-star': string[];
|
|
12
|
+
'broken-heart': string[];
|
|
13
13
|
cheeky: string[];
|
|
14
|
-
laugh: string[];
|
|
15
|
-
wink: string[];
|
|
16
|
-
information: string[];
|
|
17
|
-
tick: string[];
|
|
18
14
|
cross: string[];
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
'green-star': string[];
|
|
16
|
+
heart: string[];
|
|
17
|
+
information: string[];
|
|
18
|
+
laugh: string[];
|
|
19
|
+
'light-off': string[];
|
|
20
|
+
'light-on': string[];
|
|
21
21
|
minus: string[];
|
|
22
|
+
plus: string[];
|
|
22
23
|
question: string[];
|
|
23
|
-
'
|
|
24
|
+
'red-star': string[];
|
|
25
|
+
sad: string[];
|
|
26
|
+
smile: string[];
|
|
24
27
|
'thumbs-down': string[];
|
|
25
|
-
'
|
|
28
|
+
'thumbs-up': string[];
|
|
29
|
+
tick: string[];
|
|
30
|
+
warning: string[];
|
|
31
|
+
wink: string[];
|
|
26
32
|
'yellow-star': string[];
|
|
27
|
-
'light-off': string[];
|
|
28
|
-
'red-star': string[];
|
|
29
|
-
'green-star': string[];
|
|
30
|
-
'blue-star': string[];
|
|
31
|
-
heart: string[];
|
|
32
|
-
'broken-heart': string[];
|
|
33
33
|
};
|
|
34
34
|
export type NameToEmoji = keyof typeof acNameToEmojiMap;
|
|
35
35
|
export declare function acNameToEmoji(acName: NameToEmoji): {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFNode, ADFCommonNodeSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
declare const doc: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
4
5
|
export default doc;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { type ADFNodeGroup } from '@atlaskit/adf-schema-generator';
|
|
1
2
|
/**
|
|
3
|
+
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
2
4
|
* @DSLCompatibilityException
|
|
3
5
|
*
|
|
4
6
|
* Pseudo group used to match existing validator and json schema specs.
|
|
@@ -9,4 +11,4 @@
|
|
|
9
11
|
* - no base mediaSingle
|
|
10
12
|
* - no base heading
|
|
11
13
|
*/
|
|
12
|
-
export declare const blockContentGroup:
|
|
14
|
+
export declare const blockContentGroup: ADFNodeGroup;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFNodeGroup } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const blockGroup: ADFNodeGroup;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFNodeGroup } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const blockRootOnlyGroup: ADFNodeGroup;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMarkGroup } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const fontStyleGroup: ADFMarkGroup;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import type { ADFNodeGroup } from '@atlaskit/adf-schema-generator';
|
|
1
2
|
/**
|
|
3
|
+
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
2
4
|
* @DSLCompatibilityException
|
|
3
5
|
*
|
|
4
6
|
* Pseudo group used to match existing validator and json schema specs.
|
|
@@ -7,4 +9,4 @@
|
|
|
7
9
|
* - no text
|
|
8
10
|
* - no text.use('link_inline')
|
|
9
11
|
*/
|
|
10
|
-
export declare const inlineContentGroup:
|
|
12
|
+
export declare const inlineContentGroup: ADFNodeGroup;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFNodeGroup } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const inlineGroup: ADFNodeGroup;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMarkGroup } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const linkMarkGroup: ADFMarkGroup;
|
|
@@ -1,30 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
], import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFCommonNodeSpec> | import("packages/editor/adf-schema-generator/dist/types/adfNode").ADFNode<[
|
|
4
|
-
], import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFCommonNodeSpec> | import("packages/editor/adf-schema-generator/dist/types/adfNode").ADFNode<[
|
|
5
|
-
string,
|
|
6
|
-
"root_only"
|
|
7
|
-
], import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFCommonNodeSpec & {
|
|
8
|
-
marks: import("packages/editor/adf-schema-generator/dist/types/adfMark").ADFMark<import("packages/editor/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
|
9
|
-
noMarks: false;
|
|
10
|
-
noExtend: true;
|
|
11
|
-
}> | import("packages/editor/adf-schema-generator/dist/types/adfNode").ADFNode<[
|
|
12
|
-
string,
|
|
13
|
-
"legacy"
|
|
14
|
-
], import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFCommonNodeSpec & {
|
|
15
|
-
ignore: ("json-schema" | "validator-spec")[];
|
|
16
|
-
content: import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentOneOrMoreSpec[];
|
|
17
|
-
attrs: {
|
|
18
|
-
localId: {
|
|
19
|
-
type: "string";
|
|
20
|
-
default: null;
|
|
21
|
-
optional: true;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
}>)[];
|
|
1
|
+
import type { ADFNode, ADFNodeGroup } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const nonNestableBlockContent: Array<ADFNode<any, any>>;
|
|
25
3
|
/**
|
|
4
|
+
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
26
5
|
* @DSLCompatibilityException
|
|
27
6
|
*
|
|
28
7
|
* Pseudo group used to match existing validator and json schema specs.
|
|
29
8
|
*/
|
|
30
|
-
export declare const nonNestableBlockContentGroup:
|
|
9
|
+
export declare const nonNestableBlockContentGroup: ADFNodeGroup;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMarkGroup } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const searchQueryMarkGroup: ADFMarkGroup;
|
|
@@ -1,26 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
string,
|
|
6
|
-
"root_only"
|
|
7
|
-
], import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFCommonNodeSpec & {
|
|
8
|
-
marks: import("packages/editor/adf-schema-generator/dist/types/adfMark").ADFMark<import("packages/editor/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
|
9
|
-
noMarks: false;
|
|
10
|
-
noExtend: true;
|
|
11
|
-
}> | import("packages/editor/adf-schema-generator/dist/types/adfNode").ADFNode<[
|
|
12
|
-
string,
|
|
13
|
-
"legacy"
|
|
14
|
-
], import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFCommonNodeSpec & {
|
|
15
|
-
ignore: ("json-schema" | "validator-spec")[];
|
|
16
|
-
content: import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentOneOrMoreSpec[];
|
|
17
|
-
attrs: {
|
|
18
|
-
localId: {
|
|
19
|
-
type: "string";
|
|
20
|
-
default: null;
|
|
21
|
-
optional: true;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
}>)[];
|
|
25
|
-
export declare const tableCellContentPseudoGroup: import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentOneOrMoreSpec;
|
|
26
|
-
export declare const tableHeaderContentPseudoGroup: import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentOneOrMoreSpec;
|
|
1
|
+
import type { ADFNode, ADFNodeContentOneOrMoreSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const tableCellContentNodes: Array<ADFNode<any, any>>;
|
|
3
|
+
export declare const tableCellContentPseudoGroup: ADFNodeContentOneOrMoreSpec;
|
|
4
|
+
export declare const tableHeaderContentPseudoGroup: ADFNodeContentOneOrMoreSpec;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const alignment: ADFMark<ADFMarkSpec>;
|
|
3
|
+
export declare const indentation: ADFMark<ADFMarkSpec>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
import type { ADFMark, ADFMarkGroup, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const annotation: ADFMark<ADFMarkSpec>;
|
|
3
|
+
export declare const annotationGroup: ADFMarkGroup;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const border: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const breakout: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const code: ADFMark<ADFMarkSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
1
|
+
import type { ADFMark, ADFMarkGroup, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const backgroundColor: ADFMark<ADFMarkSpec>;
|
|
3
|
+
export declare const textColor: ADFMark<ADFMarkSpec>;
|
|
4
|
+
export declare const colorGroup: ADFMarkGroup;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const confluenceInlineComment: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const dataConsumer: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const em: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const fragment: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const link: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const strike: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const strong: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const subsup: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const typeAheadQuery: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const underline: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const unsupportedMark: ADFMark<ADFMarkSpec>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFMark, ADFMarkSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const unsupportedNodeAttribute: ADFMark<ADFMarkSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const blockCard: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode, ADFNodeContentOneOrMoreSpec } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const blockquote: ADFNode<[
|
|
2
3
|
string,
|
|
3
|
-
|
|
4
|
-
],
|
|
5
|
-
ignore: ("json-schema" | "validator-spec")[];
|
|
6
|
-
content: import("packages/editor/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentOneOrMoreSpec[];
|
|
4
|
+
'legacy'
|
|
5
|
+
], ADFCommonNodeSpec & {
|
|
7
6
|
attrs: {
|
|
8
7
|
localId: {
|
|
9
|
-
type: "string";
|
|
10
8
|
default: null;
|
|
11
9
|
optional: true;
|
|
10
|
+
type: 'string';
|
|
12
11
|
};
|
|
13
12
|
};
|
|
13
|
+
content: ADFNodeContentOneOrMoreSpec[];
|
|
14
|
+
ignore: ('json-schema' | 'validator-spec')[];
|
|
14
15
|
}>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const bodiedExtension: ADFNode<[
|
|
2
3
|
string,
|
|
3
|
-
|
|
4
|
-
],
|
|
5
|
-
marks: import("packages/editor/adf-schema-generator/dist/types/adfMark").ADFMark<import("packages/editor/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
|
4
|
+
'with_marks'
|
|
5
|
+
], ADFCommonNodeSpec & {
|
|
6
6
|
content: never[];
|
|
7
7
|
ignore: never[];
|
|
8
|
+
marks: any[];
|
|
8
9
|
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const bodiedSyncBlock: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const caption: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const codeBlock: ADFNode<[
|
|
2
3
|
string,
|
|
3
|
-
|
|
4
|
-
],
|
|
5
|
-
marks:
|
|
6
|
-
noMarks: false;
|
|
4
|
+
'root_only'
|
|
5
|
+
], ADFCommonNodeSpec & {
|
|
6
|
+
marks: any[];
|
|
7
7
|
noExtend: true;
|
|
8
|
+
noMarks: false;
|
|
8
9
|
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const confluenceJiraIssue: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const confluenceUnsupportedBlock: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const confluenceUnsupportedInline: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const date: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const decisionItem: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const decisionList: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const embedCard: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const emoji: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const expand: ADFNode<[
|
|
2
3
|
string,
|
|
3
|
-
|
|
4
|
-
],
|
|
5
|
-
marks:
|
|
6
|
-
noMarks: false;
|
|
4
|
+
'root_only'
|
|
5
|
+
], ADFCommonNodeSpec & {
|
|
6
|
+
marks: any[];
|
|
7
7
|
noExtend: true;
|
|
8
|
+
noMarks: false;
|
|
8
9
|
}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const extension: ADFNode<[
|
|
2
3
|
string,
|
|
3
|
-
|
|
4
|
-
],
|
|
5
|
-
marks: import("packages/editor/adf-schema-generator/dist/types/adfMark").ADFMark<import("packages/editor/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
|
4
|
+
'with_marks'
|
|
5
|
+
], ADFCommonNodeSpec & {
|
|
6
6
|
ignore: never[];
|
|
7
|
+
marks: any[];
|
|
7
8
|
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const extensionFrame: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const hardBreak: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,38 +1,39 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const heading: ADFNode<[
|
|
2
3
|
string,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
],
|
|
7
|
-
marks: import("packages/editor/adf-schema-generator/dist/types/adfMark").ADFMark<import("packages/editor/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
|
4
|
+
'with_alignment',
|
|
5
|
+
'with_indentation',
|
|
6
|
+
'with_no_marks'
|
|
7
|
+
], ADFCommonNodeSpec & {
|
|
8
8
|
content: never[];
|
|
9
9
|
ignore: never[];
|
|
10
|
+
marks: any[];
|
|
10
11
|
} & {
|
|
11
|
-
marks: import("packages/editor/adf-schema-generator/dist/types/adfMark").ADFMark<import("packages/editor/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
|
12
12
|
content: never[];
|
|
13
13
|
ignore: never[];
|
|
14
|
+
marks: any[];
|
|
14
15
|
} & {
|
|
15
16
|
content: never[];
|
|
17
|
+
ignore: never[];
|
|
16
18
|
marks: never[];
|
|
17
19
|
noMarks: true;
|
|
18
|
-
ignore: never[];
|
|
19
20
|
}>;
|
|
20
|
-
export declare const headingWithMarks:
|
|
21
|
+
export declare const headingWithMarks: ADFNode<[
|
|
21
22
|
string,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
],
|
|
26
|
-
marks: import("packages/editor/adf-schema-generator/dist/types/adfMark").ADFMark<import("packages/editor/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
|
23
|
+
'with_alignment',
|
|
24
|
+
'with_indentation',
|
|
25
|
+
'with_no_marks'
|
|
26
|
+
], ADFCommonNodeSpec & {
|
|
27
27
|
content: never[];
|
|
28
28
|
ignore: never[];
|
|
29
|
+
marks: any[];
|
|
29
30
|
} & {
|
|
30
|
-
marks: import("packages/editor/adf-schema-generator/dist/types/adfMark").ADFMark<import("packages/editor/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
|
31
31
|
content: never[];
|
|
32
32
|
ignore: never[];
|
|
33
|
+
marks: any[];
|
|
33
34
|
} & {
|
|
34
35
|
content: never[];
|
|
36
|
+
ignore: never[];
|
|
35
37
|
marks: never[];
|
|
36
38
|
noMarks: true;
|
|
37
|
-
ignore: never[];
|
|
38
39
|
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const image: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const inlineCard: ADFNode<[
|
|
2
3
|
string,
|
|
3
|
-
|
|
4
|
-
],
|
|
5
|
-
marks:
|
|
4
|
+
'with_annotation'
|
|
5
|
+
], ADFCommonNodeSpec & {
|
|
6
|
+
marks: any[];
|
|
6
7
|
}>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const inlineExtension: ADFNode<[
|
|
2
3
|
string,
|
|
3
|
-
|
|
4
|
-
],
|
|
5
|
-
marks:
|
|
4
|
+
'with_marks'
|
|
5
|
+
], ADFCommonNodeSpec & {
|
|
6
|
+
marks: any[];
|
|
6
7
|
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
|
|
2
|
+
export declare const layoutColumn: ADFNode<[
|
|
2
3
|
string
|
|
3
|
-
],
|
|
4
|
+
], ADFCommonNodeSpec>;
|