@atlaskit/adf-schema 54.0.2 → 54.0.4
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 +14 -0
- package/alignment/package.json +1 -8
- package/annotation/package.json +1 -8
- package/background-color/package.json +1 -8
- package/block-card/package.json +1 -8
- package/block-content/package.json +1 -8
- package/blockquote/package.json +1 -8
- package/bodied-extension/package.json +1 -8
- package/bodied-sync-block/package.json +1 -8
- package/border/package.json +1 -8
- package/breakout/package.json +1 -8
- package/bullet-list/package.json +1 -8
- package/caption/package.json +1 -8
- package/code/package.json +1 -8
- package/code-block/package.json +1 -8
- package/colors/package.json +1 -8
- package/confluence/emoji/package.json +1 -8
- package/confluence-inline-comment/package.json +1 -8
- package/confluence-jira-issue/package.json +1 -8
- package/confluence-unsupported-block/package.json +1 -8
- package/confluence-unsupported-inline/package.json +1 -8
- package/create-schema/package.json +1 -8
- package/createPMSpecFactory/package.json +1 -8
- package/data-consumer/package.json +1 -8
- package/date/package.json +1 -8
- package/decision-item/package.json +1 -8
- package/decision-list/package.json +1 -8
- package/dist/cjs/schema/marks/background-color.js +4 -2
- package/dist/cjs/schema/marks/strong.js +4 -3
- package/dist/cjs/schema/marks/text-color.js +4 -2
- package/dist/cjs/schema/nodes/code-block.js +7 -5
- package/dist/cjs/schema/nodes/media.js +3 -2
- package/dist/cjs/schema/nodes/status.js +4 -2
- package/dist/cjs/schema/nodes/tableNodes.js +4 -3
- package/dist/cjs/schema/sanitizeNodes.js +5 -3
- package/dist/cjs/utils/colors.js +7 -4
- package/dist/cjs/utils/lch-color-inversion.js +8 -8
- package/dist/es2019/schema/marks/background-color.js +4 -2
- package/dist/es2019/schema/marks/strong.js +4 -3
- package/dist/es2019/schema/marks/text-color.js +4 -2
- package/dist/es2019/schema/nodes/code-block.js +7 -5
- package/dist/es2019/schema/nodes/media.js +3 -2
- package/dist/es2019/schema/nodes/status.js +3 -2
- package/dist/es2019/schema/nodes/tableNodes.js +4 -3
- package/dist/es2019/schema/sanitizeNodes.js +5 -3
- package/dist/es2019/utils/colors.js +7 -4
- package/dist/es2019/utils/lch-color-inversion.js +6 -5
- package/dist/esm/schema/marks/background-color.js +4 -2
- package/dist/esm/schema/marks/strong.js +4 -3
- package/dist/esm/schema/marks/text-color.js +4 -2
- package/dist/esm/schema/nodes/code-block.js +7 -5
- package/dist/esm/schema/nodes/media.js +3 -2
- package/dist/esm/schema/nodes/status.js +3 -2
- package/dist/esm/schema/nodes/tableNodes.js +4 -3
- package/dist/esm/schema/sanitizeNodes.js +5 -3
- package/dist/esm/utils/colors.js +7 -4
- package/dist/esm/utils/lch-color-inversion.js +8 -8
- package/dist/json-schema/package.json +1 -8
- package/doc/package.json +1 -8
- package/em/package.json +1 -8
- package/embed-card/package.json +1 -8
- package/emoji/package.json +1 -8
- package/expand/package.json +1 -8
- package/extension/package.json +1 -8
- package/extensions/package.json +1 -8
- package/font-size/package.json +1 -8
- package/fragment/package.json +1 -8
- package/hard-break/package.json +1 -8
- package/heading/package.json +1 -8
- package/image/package.json +1 -8
- package/indentation/package.json +1 -8
- package/inline-card/package.json +1 -8
- package/inline-content/package.json +1 -8
- package/inline-extension/package.json +1 -8
- package/inline-nodes/package.json +1 -8
- package/json-schema/package.json +1 -8
- package/layout-column/package.json +1 -8
- package/layout-section/package.json +1 -8
- package/lch-color-inversion/package.json +1 -8
- package/link/package.json +1 -8
- package/list/package.json +1 -8
- package/list-item/package.json +1 -8
- package/mark/package.json +1 -8
- package/media/package.json +1 -8
- package/media-group/package.json +1 -8
- package/media-inline/package.json +1 -8
- package/media-single/package.json +1 -8
- package/mention/package.json +1 -8
- package/multi-bodied-extension/package.json +1 -8
- package/nested-expand/package.json +1 -8
- package/non-nestable-block-content/package.json +1 -8
- package/ordered-list/package.json +1 -8
- package/package.json +2 -2
- package/panel/package.json +1 -8
- package/paragraph/package.json +1 -8
- package/placeholder/package.json +1 -8
- package/rich-media-common/package.json +1 -8
- package/rule/package.json +1 -8
- package/sanitizeNodes/package.json +1 -8
- package/schema/alignment/package.json +1 -8
- package/schema/annotation/package.json +1 -8
- package/schema/background-color/package.json +1 -8
- package/schema/block-card/package.json +1 -8
- package/schema/block-content/package.json +1 -8
- package/schema/blockquote/package.json +1 -8
- package/schema/bodied-extension/package.json +1 -8
- package/schema/bodied-sync-block/package.json +1 -8
- package/schema/border/package.json +1 -8
- package/schema/breakout/package.json +1 -8
- package/schema/bullet-list/package.json +1 -8
- package/schema/caption/package.json +1 -8
- package/schema/code/package.json +1 -8
- package/schema/code-block/package.json +1 -8
- package/schema/confluence-inline-comment/package.json +1 -8
- package/schema/confluence-jira-issue/package.json +1 -8
- package/schema/confluence-unsupported-block/package.json +1 -8
- package/schema/confluence-unsupported-inline/package.json +1 -8
- package/schema/create-schema/package.json +1 -8
- package/schema/createPMSpecFactory/package.json +1 -8
- package/schema/data-consumer/package.json +1 -8
- package/schema/date/package.json +1 -8
- package/schema/decision-item/package.json +1 -8
- package/schema/decision-list/package.json +1 -8
- package/schema/doc/package.json +1 -8
- package/schema/em/package.json +1 -8
- package/schema/embed-card/package.json +1 -8
- package/schema/emoji/package.json +1 -8
- package/schema/expand/package.json +1 -8
- package/schema/extension/package.json +1 -8
- package/schema/extensions/package.json +1 -8
- package/schema/font-size/package.json +1 -8
- package/schema/fragment/package.json +1 -8
- package/schema/hard-break/package.json +1 -8
- package/schema/heading/package.json +1 -8
- package/schema/image/package.json +1 -8
- package/schema/indentation/package.json +1 -8
- package/schema/inline-card/package.json +1 -8
- package/schema/inline-content/package.json +1 -8
- package/schema/inline-extension/package.json +1 -8
- package/schema/inline-nodes/package.json +1 -8
- package/schema/layout-section/package.json +1 -8
- package/schema/link/package.json +1 -8
- package/schema/list/package.json +1 -8
- package/schema/list-item/package.json +1 -8
- package/schema/mark/package.json +1 -8
- package/schema/media/package.json +1 -8
- package/schema/media-group/package.json +1 -8
- package/schema/media-inline/package.json +1 -8
- package/schema/media-single/package.json +1 -8
- package/schema/mention/package.json +1 -8
- package/schema/multi-bodied-extension/package.json +1 -8
- package/schema/nested-expand/package.json +1 -8
- package/schema/non-nestable-block-content/package.json +1 -8
- package/schema/ordered-list/package.json +1 -8
- package/schema/package.json +1 -8
- package/schema/panel/package.json +1 -8
- package/schema/paragraph/package.json +1 -8
- package/schema/placeholder/package.json +1 -8
- package/schema/rich-media-common/package.json +1 -8
- package/schema/rule/package.json +1 -8
- package/schema/sanitizeNodes/package.json +1 -8
- package/schema/status/package.json +1 -8
- package/schema/strike/package.json +1 -8
- package/schema/strong/package.json +1 -8
- package/schema/subsup/package.json +1 -8
- package/schema/sync-block/package.json +1 -8
- package/schema/tableNodes/package.json +1 -8
- package/schema/task-item/package.json +1 -8
- package/schema/task-list/package.json +1 -8
- package/schema/text/package.json +1 -8
- package/schema/text-color/package.json +1 -8
- package/schema/type-ahead-query/package.json +1 -8
- package/schema/underline/package.json +1 -8
- package/schema/unknown-block/package.json +1 -8
- package/schema/unsupported/package.json +1 -8
- package/schema/unsupported-block/package.json +1 -8
- package/schema/unsupported-inline/package.json +1 -8
- package/schema/unsupported-mark/package.json +1 -8
- package/schema/unsupported-node-attributes/package.json +1 -8
- package/schema-bitbucket/package.json +1 -8
- package/schema-confluence/package.json +1 -8
- package/schema-default/package.json +1 -8
- package/schema-jira/package.json +1 -8
- package/schema-next/markTypes/package.json +1 -8
- package/schema-next/nodeGroupTypes/package.json +1 -8
- package/schema-next/nodeTypes/package.json +1 -8
- package/schema-next/package.json +1 -8
- package/schema-validator/package.json +1 -8
- package/status/package.json +1 -8
- package/steps/analytics/package.json +1 -8
- package/steps/batch-attrs-step/package.json +1 -8
- package/steps/link-meta-step/package.json +1 -8
- package/steps/override-document-step/package.json +1 -8
- package/steps/package.json +1 -8
- package/steps/set-attrs/package.json +1 -8
- package/steps/type-ahead/package.json +1 -8
- package/strike/package.json +1 -8
- package/strong/package.json +1 -8
- package/subsup/package.json +1 -8
- package/sync-block/package.json +1 -8
- package/tableNodes/package.json +1 -8
- package/task-item/package.json +1 -8
- package/task-list/package.json +1 -8
- package/text/package.json +1 -8
- package/text-color/package.json +1 -8
- package/type-ahead-query/package.json +1 -8
- package/underline/package.json +1 -8
- package/unknown-block/package.json +1 -8
- package/unsupported/package.json +1 -8
- package/unsupported-block/package.json +1 -8
- package/unsupported-inline/package.json +1 -8
- package/unsupported-mark/package.json +1 -8
- package/unsupported-node-attributes/package.json +1 -8
- package/url/package.json +1 -8
- package/uuid/package.json +1 -8
- package/dist/types-ts4.5/entry-points/alignment.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/annotation.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/background-color.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/block-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/block-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/blockquote.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/bodied-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/bodied-sync-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/border.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/breakout.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/bullet-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/caption.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/code-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/code.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/colors.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/confluence-emoji.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/confluence-inline-comment.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/confluence-jira-issue.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/confluence-unsupported-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/confluence-unsupported-inline.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/create-schema.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/createPMSpecFactory.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/data-consumer.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/date.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/decision-item.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/decision-list.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/doc.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/em.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/embed-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/emoji.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/expand.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/extensions.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/font-size.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/fragment.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/hard-break.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/heading.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/image.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/indentation.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/inline-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/inline-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/inline-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/inline-nodes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/layout-column.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/layout-section.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/lch-color-inversion.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/link.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/list-item.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/mark.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/media-group.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/media-inline.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/media-single.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/media.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/mention.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/multi-bodied-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/nested-expand.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/non-nestable-block-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/ordered-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/panel.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/paragraph.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/placeholder.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/rich-media-common.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/rule.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/sanitizeNodes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-alignment.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-annotation.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-background-color.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-block-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-block-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-blockquote.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-bodied-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-bodied-sync-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-border.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-breakout.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-bullet-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-caption.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-code-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-code.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-confluence-inline-comment.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-confluence-jira-issue.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-confluence-unsupported-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-confluence-unsupported-inline.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-create-schema.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-createPMSpecFactory.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-data-consumer.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-date.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-decision-item.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-decision-list.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-doc.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-em.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-embed-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-emoji.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-expand.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-extensions.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-font-size.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-fragment.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-hard-break.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-heading.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-image.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-indentation.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-inline-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-inline-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-inline-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-inline-nodes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-layout-section.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-link.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-list-item.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-mark.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-media-group.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-media-inline.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-media-single.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-media.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-mention.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-multi-bodied-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-nested-expand.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-next-markTypes.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-next-nodeGroupTypes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-next-nodeTypes.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-non-nestable-block-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-ordered-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-panel.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-paragraph.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-placeholder.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-rich-media-common.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-rule.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-sanitizeNodes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-status.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-strike.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-strong.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-subsup.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-sync-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-tableNodes.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-task-item.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-task-list.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-text-color.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-text.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-type-ahead-query.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-underline.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-unknown-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-unsupported-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-unsupported-inline.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-unsupported-mark.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-unsupported-node-attributes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-unsupported.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/status.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/steps-analytics.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/steps-batch-attrs-step.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/steps-link-meta-step.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/steps-override-document-step.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/steps-set-attrs.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/steps-type-ahead.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/strike.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/strong.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/subsup.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/sync-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/tableNodes.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/task-item.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/task-list.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/text-color.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/text.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/type-ahead-query.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/underline.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/unknown-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/unsupported-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/unsupported-inline.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/unsupported-mark.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/unsupported-node-attributes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/unsupported.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/uuid.d.ts +0 -1
- package/dist/types-ts4.5/index.d.ts +0 -8
- package/dist/types-ts4.5/next-schema/full-schema.adf.d.ts +0 -5
- package/dist/types-ts4.5/next-schema/generated/markTypes.d.ts +0 -218
- package/dist/types-ts4.5/next-schema/generated/nodeGroupTypes.d.ts +0 -10
- package/dist/types-ts4.5/next-schema/generated/nodeTypes.d.ts +0 -1056
- package/dist/types-ts4.5/next-schema/groups/blockContentGroup.d.ts +0 -14
- package/dist/types-ts4.5/next-schema/groups/blockGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/blockRootOnlyGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/fontStyleGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/inlineContentGroup.d.ts +0 -12
- package/dist/types-ts4.5/next-schema/groups/inlineGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/linkMarkGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/nonNestableBlockContentGroup.d.ts +0 -9
- package/dist/types-ts4.5/next-schema/groups/searchQueryMarkGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/tableCellContentPseudoGroup.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/index.d.ts +0 -3
- package/dist/types-ts4.5/next-schema/marks/alignmentAndIndentation.d.ts +0 -3
- package/dist/types-ts4.5/next-schema/marks/annotation.d.ts +0 -3
- package/dist/types-ts4.5/next-schema/marks/border.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/breakout.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/code.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/color.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/marks/confluenceInlineComment.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/dataConsumer.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/em.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/fontSize.d.ts +0 -17
- package/dist/types-ts4.5/next-schema/marks/fragment.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/link.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/strike.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/strong.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/subsup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/typeAheadQuery.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/underline.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/unsupportedMark.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/unsupportedNodeAttribute.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/nodes/blockCard.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/blockquote.d.ts +0 -15
- package/dist/types-ts4.5/next-schema/nodes/bodiedExtension.d.ts +0 -9
- package/dist/types-ts4.5/next-schema/nodes/bodiedSyncBlock.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/caption.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/codeBlock.d.ts +0 -9
- package/dist/types-ts4.5/next-schema/nodes/confluenceJiraIssue.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/confluenceUnsupportedBlock.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/confluenceUnsupportedInline.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/date.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/decisionItem.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/decisionList.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/embedCard.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/emoji.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/expand.d.ts +0 -9
- package/dist/types-ts4.5/next-schema/nodes/extension.d.ts +0 -8
- package/dist/types-ts4.5/next-schema/nodes/extensionFrame.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/hardBreak.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/heading.d.ts +0 -39
- package/dist/types-ts4.5/next-schema/nodes/image.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/inlineCard.d.ts +0 -7
- package/dist/types-ts4.5/next-schema/nodes/inlineExtension.d.ts +0 -7
- package/dist/types-ts4.5/next-schema/nodes/layoutColumn.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/layoutSection.d.ts +0 -26
- package/dist/types-ts4.5/next-schema/nodes/list.d.ts +0 -7
- package/dist/types-ts4.5/next-schema/nodes/media.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/mediaGroup.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/mediaInline.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/mediaSingle.d.ts +0 -7
- package/dist/types-ts4.5/next-schema/nodes/mention.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/multiBodiedExtension.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/nestedExpand.d.ts +0 -12
- package/dist/types-ts4.5/next-schema/nodes/panel.d.ts +0 -5
- package/dist/types-ts4.5/next-schema/nodes/paragraph.d.ts +0 -30
- package/dist/types-ts4.5/next-schema/nodes/placeholder.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/rule.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/status.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/syncBlock.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/tableCellContent.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/tableNodes.d.ts +0 -5
- package/dist/types-ts4.5/next-schema/nodes/task.d.ts +0 -10
- package/dist/types-ts4.5/next-schema/nodes/text.d.ts +0 -26
- package/dist/types-ts4.5/next-schema/nodes/unsupportedBlock.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/unsupportedInline.d.ts +0 -4
- package/dist/types-ts4.5/schema/bitbucket-schema.d.ts +0 -5
- package/dist/types-ts4.5/schema/confluence-schema.d.ts +0 -9
- package/dist/types-ts4.5/schema/create-schema.d.ts +0 -27
- package/dist/types-ts4.5/schema/createPMSpecFactory.d.ts +0 -37
- package/dist/types-ts4.5/schema/default-schema.d.ts +0 -9
- package/dist/types-ts4.5/schema/groups.d.ts +0 -6
- package/dist/types-ts4.5/schema/index.d.ts +0 -12
- package/dist/types-ts4.5/schema/inline-nodes.d.ts +0 -1
- package/dist/types-ts4.5/schema/jira-schema.d.ts +0 -65
- package/dist/types-ts4.5/schema/marks/alignment.d.ts +0 -16
- package/dist/types-ts4.5/schema/marks/annotation.d.ts +0 -32
- package/dist/types-ts4.5/schema/marks/background-color.d.ts +0 -15
- package/dist/types-ts4.5/schema/marks/border.d.ts +0 -26
- package/dist/types-ts4.5/schema/marks/breakout.d.ts +0 -12
- package/dist/types-ts4.5/schema/marks/code.d.ts +0 -8
- package/dist/types-ts4.5/schema/marks/confluence-inline-comment.d.ts +0 -12
- package/dist/types-ts4.5/schema/marks/data-consumer.d.ts +0 -48
- package/dist/types-ts4.5/schema/marks/em.d.ts +0 -8
- package/dist/types-ts4.5/schema/marks/font-size.d.ts +0 -12
- package/dist/types-ts4.5/schema/marks/fragment.d.ts +0 -30
- package/dist/types-ts4.5/schema/marks/indentation.d.ts +0 -16
- package/dist/types-ts4.5/schema/marks/index.d.ts +0 -38
- package/dist/types-ts4.5/schema/marks/link.d.ts +0 -40
- package/dist/types-ts4.5/schema/marks/strike.d.ts +0 -8
- package/dist/types-ts4.5/schema/marks/strong.d.ts +0 -8
- package/dist/types-ts4.5/schema/marks/subsup.d.ts +0 -15
- package/dist/types-ts4.5/schema/marks/text-color.d.ts +0 -27
- package/dist/types-ts4.5/schema/marks/type-ahead-query.d.ts +0 -2
- package/dist/types-ts4.5/schema/marks/underline.d.ts +0 -8
- package/dist/types-ts4.5/schema/marks/unsupported-mark.d.ts +0 -2
- package/dist/types-ts4.5/schema/marks/unsupported-node-attributes.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/block-card.d.ts +0 -49
- package/dist/types-ts4.5/schema/nodes/blockquote.d.ts +0 -30
- package/dist/types-ts4.5/schema/nodes/bodied-extension.d.ts +0 -26
- package/dist/types-ts4.5/schema/nodes/bodied-sync-block.d.ts +0 -46
- package/dist/types-ts4.5/schema/nodes/bullet-list.d.ts +0 -4
- package/dist/types-ts4.5/schema/nodes/caption.d.ts +0 -27
- package/dist/types-ts4.5/schema/nodes/code-block.d.ts +0 -34
- package/dist/types-ts4.5/schema/nodes/confluence-jira-issue.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/confluence-unsupported-block.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/confluence-unsupported-inline.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/date.d.ts +0 -23
- package/dist/types-ts4.5/schema/nodes/decision-item.d.ts +0 -18
- package/dist/types-ts4.5/schema/nodes/decision-list.d.ts +0 -20
- package/dist/types-ts4.5/schema/nodes/doc.d.ts +0 -22
- package/dist/types-ts4.5/schema/nodes/embed-card.d.ts +0 -17
- package/dist/types-ts4.5/schema/nodes/emoji.d.ts +0 -22
- package/dist/types-ts4.5/schema/nodes/expand.d.ts +0 -36
- package/dist/types-ts4.5/schema/nodes/extension.d.ts +0 -18
- package/dist/types-ts4.5/schema/nodes/hard-break.d.ts +0 -11
- package/dist/types-ts4.5/schema/nodes/heading.d.ts +0 -43
- package/dist/types-ts4.5/schema/nodes/image.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/index.d.ts +0 -98
- package/dist/types-ts4.5/schema/nodes/inline-card.d.ts +0 -17
- package/dist/types-ts4.5/schema/nodes/inline-extension.d.ts +0 -18
- package/dist/types-ts4.5/schema/nodes/layout-column.d.ts +0 -30
- package/dist/types-ts4.5/schema/nodes/layout-section.d.ts +0 -57
- package/dist/types-ts4.5/schema/nodes/list-item.d.ts +0 -9
- package/dist/types-ts4.5/schema/nodes/media-group.d.ts +0 -16
- package/dist/types-ts4.5/schema/nodes/media-inline.d.ts +0 -20
- package/dist/types-ts4.5/schema/nodes/media-single.d.ts +0 -78
- package/dist/types-ts4.5/schema/nodes/media.d.ts +0 -71
- package/dist/types-ts4.5/schema/nodes/mention.d.ts +0 -31
- package/dist/types-ts4.5/schema/nodes/multi-bodied-extension.d.ts +0 -55
- package/dist/types-ts4.5/schema/nodes/nested-expand.d.ts +0 -43
- package/dist/types-ts4.5/schema/nodes/ordered-list.d.ts +0 -6
- package/dist/types-ts4.5/schema/nodes/panel.d.ts +0 -64
- package/dist/types-ts4.5/schema/nodes/paragraph.d.ts +0 -45
- package/dist/types-ts4.5/schema/nodes/placeholder.d.ts +0 -13
- package/dist/types-ts4.5/schema/nodes/rule.d.ts +0 -12
- package/dist/types-ts4.5/schema/nodes/status.d.ts +0 -27
- package/dist/types-ts4.5/schema/nodes/sync-block.d.ts +0 -23
- package/dist/types-ts4.5/schema/nodes/tableNodes.d.ts +0 -174
- package/dist/types-ts4.5/schema/nodes/task-item.d.ts +0 -36
- package/dist/types-ts4.5/schema/nodes/task-list.d.ts +0 -26
- package/dist/types-ts4.5/schema/nodes/text.d.ts +0 -14
- package/dist/types-ts4.5/schema/nodes/types/block-content.d.ts +0 -21
- package/dist/types-ts4.5/schema/nodes/types/extensions.d.ts +0 -34
- package/dist/types-ts4.5/schema/nodes/types/inline-content.d.ts +0 -28
- package/dist/types-ts4.5/schema/nodes/types/list.d.ts +0 -51
- package/dist/types-ts4.5/schema/nodes/types/mark.d.ts +0 -15
- package/dist/types-ts4.5/schema/nodes/types/non-nestable-block-content.d.ts +0 -19
- package/dist/types-ts4.5/schema/nodes/types/rich-media-common.d.ts +0 -37
- package/dist/types-ts4.5/schema/nodes/types/valign.d.ts +0 -6
- package/dist/types-ts4.5/schema/nodes/unknown-block.d.ts +0 -3
- package/dist/types-ts4.5/schema/nodes/unsupported-block.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/unsupported-inline.d.ts +0 -2
- package/dist/types-ts4.5/schema/sanitizeNodes.d.ts +0 -8
- package/dist/types-ts4.5/schema/unsupported.d.ts +0 -1
- package/dist/types-ts4.5/steps/analytics.d.ts +0 -60
- package/dist/types-ts4.5/steps/batch-attrs-step.d.ts +0 -74
- package/dist/types-ts4.5/steps/link-meta-step.d.ts +0 -52
- package/dist/types-ts4.5/steps/override-document-step.d.ts +0 -26
- package/dist/types-ts4.5/steps/set-attrs.d.ts +0 -24
- package/dist/types-ts4.5/steps/type-ahead.d.ts +0 -35
- package/dist/types-ts4.5/steps/types.d.ts +0 -96
- package/dist/types-ts4.5/steps.d.ts +0 -10
- package/dist/types-ts4.5/utils/colors.d.ts +0 -81
- package/dist/types-ts4.5/utils/confluence/emoji.d.ts +0 -50
- package/dist/types-ts4.5/utils/editor-palette.d.ts +0 -257
- package/dist/types-ts4.5/utils/extensions.d.ts +0 -3
- package/dist/types-ts4.5/utils/index.d.ts +0 -7
- package/dist/types-ts4.5/utils/lch-color-inversion.d.ts +0 -2
- package/dist/types-ts4.5/utils/parseDOM.d.ts +0 -1
- package/dist/types-ts4.5/utils/url.d.ts +0 -40
- package/dist/types-ts4.5/utils/uuid.d.ts +0 -5
- package/dist/types-ts4.5/validator-schema/generated/validatorSpec.d.ts +0 -2016
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { ParagraphDefinition as Paragraph } from './paragraph';
|
|
2
|
-
import type { OrderedListDefinition as OrderedList, BulletListDefinition as BulletList } from './types/list';
|
|
3
|
-
import type { CodeBlockDefinition as CodeBlock } from './code-block';
|
|
4
|
-
import type { MediaGroupDefinition as MediaGroup } from './media-group';
|
|
5
|
-
import type { MediaSingleDefinition as MediaSingle } from './media-single';
|
|
6
|
-
import type { ExtensionDefinition as Extension } from './extension';
|
|
7
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
8
|
-
/**
|
|
9
|
-
* @name blockquote_node
|
|
10
|
-
*/
|
|
11
|
-
export interface BlockQuoteDefinition {
|
|
12
|
-
attrs?: {
|
|
13
|
-
localId?: string;
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
17
|
-
* @minItems 1
|
|
18
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
19
|
-
* @allowUnsupportedBlock true
|
|
20
|
-
*/
|
|
21
|
-
content: Array<Paragraph | OrderedList | BulletList | CodeBlock | MediaGroup | MediaSingle | Extension>;
|
|
22
|
-
type: 'blockquote';
|
|
23
|
-
}
|
|
24
|
-
export declare const blockquote: NodeSpec;
|
|
25
|
-
/**
|
|
26
|
-
* @name extentedBlockquote
|
|
27
|
-
* @description the block quote node with nested code block, media, and extension
|
|
28
|
-
*/
|
|
29
|
-
export declare const extendedBlockquote: NodeSpec;
|
|
30
|
-
export declare const extendedBlockquoteWithLocalId: NodeSpec;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { ExtensionAttributes } from './types/extensions';
|
|
2
|
-
import type { MarksObject } from './types/mark';
|
|
3
|
-
import type { NonNestableBlockContent } from './types/non-nestable-block-content';
|
|
4
|
-
import type { DataConsumerDefinition } from '../marks/data-consumer';
|
|
5
|
-
import type { FragmentDefinition } from '../marks/fragment';
|
|
6
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
7
|
-
/**
|
|
8
|
-
* @name bodiedExtension_node
|
|
9
|
-
*/
|
|
10
|
-
export interface BodiedExtensionBaseDefinition {
|
|
11
|
-
attrs: ExtensionAttributes;
|
|
12
|
-
/**
|
|
13
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
14
|
-
* @minItems 1
|
|
15
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
16
|
-
* @allowUnsupportedBlock true
|
|
17
|
-
*/
|
|
18
|
-
content: Array<NonNestableBlockContent>;
|
|
19
|
-
marks?: Array<any>;
|
|
20
|
-
type: 'bodiedExtension';
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* @name bodiedExtension_with_marks_node
|
|
24
|
-
*/
|
|
25
|
-
export type BodiedExtensionDefinition = BodiedExtensionBaseDefinition & MarksObject<DataConsumerDefinition | FragmentDefinition>;
|
|
26
|
-
export declare const bodiedExtension: NodeSpec;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import type { BreakoutMarkDefinition } from '../marks';
|
|
2
|
-
import type { ExpandDefinition as Expand } from './expand';
|
|
3
|
-
import type { PanelDefinition as Panel } from './panel';
|
|
4
|
-
import type { ParagraphDefinition as Paragraph, ParagraphWithMarksDefinition as ParagraphWithMarks } from './paragraph';
|
|
5
|
-
import type { BlockQuoteDefinition as Blockquote } from './blockquote';
|
|
6
|
-
import type { OrderedListDefinition as OrderedList, BulletListDefinition as BulletList } from './types/list';
|
|
7
|
-
import type { RuleDefinition as Rule } from './rule';
|
|
8
|
-
import type { HeadingDefinition as Heading, HeadingWithMarksDefinition as HeadingWithMarks } from './heading';
|
|
9
|
-
import type { CodeBlockDefinition as CodeBlock } from './code-block';
|
|
10
|
-
import type { MediaGroupDefinition as MediaGroup } from './media-group';
|
|
11
|
-
import type { MediaSingleDefinition as MediaSingle } from './media-single';
|
|
12
|
-
import type { DecisionListDefinition as DecisionList } from './decision-list';
|
|
13
|
-
import type { TaskListDefinition as TaskList } from './task-list';
|
|
14
|
-
import type { TableDefinition as Table } from './tableNodes';
|
|
15
|
-
import type { BlockCardDefinition as BlockCard } from './block-card';
|
|
16
|
-
import type { EmbedCardDefinition as EmbedCard } from './embed-card';
|
|
17
|
-
import type { LayoutSectionDefinition as LayoutSection } from './layout-section';
|
|
18
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
19
|
-
export interface BodiedSyncBlockAttrs {
|
|
20
|
-
/**
|
|
21
|
-
* Required UUID attribute used for unique identification of the node
|
|
22
|
-
*/
|
|
23
|
-
localId: string;
|
|
24
|
-
/**
|
|
25
|
-
* The ID of the resource to be synchronized.
|
|
26
|
-
*/
|
|
27
|
-
resourceId: string;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Represents a block node that is designed to be synchronized
|
|
31
|
-
* with an external resource across different products.
|
|
32
|
-
* @name bodiedSyncBlock_node
|
|
33
|
-
*/
|
|
34
|
-
export interface BodiedSyncBlockDefinition {
|
|
35
|
-
attrs: BodiedSyncBlockAttrs;
|
|
36
|
-
/**
|
|
37
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
38
|
-
* @minItems 1
|
|
39
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
40
|
-
* @allowUnsupportedBlock true
|
|
41
|
-
*/
|
|
42
|
-
content: Array<Paragraph | ParagraphWithMarks | BlockCard | Blockquote | BulletList | CodeBlock | DecisionList | EmbedCard | Expand | Heading | HeadingWithMarks | LayoutSection | MediaGroup | MediaSingle | OrderedList | Panel | Rule | Table | TaskList>;
|
|
43
|
-
marks?: Array<BreakoutMarkDefinition>;
|
|
44
|
-
type: 'bodiedSyncBlock';
|
|
45
|
-
}
|
|
46
|
-
export declare const bodiedSyncBlock: NodeSpec;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import type { InlineFormattedText, InlineCode } from './types/inline-content';
|
|
2
|
-
import type { HardBreakDefinition as HardBreak } from './hard-break';
|
|
3
|
-
import type { MentionDefinition as Mention } from './mention';
|
|
4
|
-
import type { EmojiDefinition as Emoji } from './emoji';
|
|
5
|
-
import type { DateDefinition as Date } from './date';
|
|
6
|
-
import type { PlaceholderDefinition as Placeholder } from './placeholder';
|
|
7
|
-
import type { InlineCardDefinition as InlineCard } from './inline-card';
|
|
8
|
-
import type { StatusDefinition as Status } from './status';
|
|
9
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
10
|
-
/**
|
|
11
|
-
* @name caption_node
|
|
12
|
-
*/
|
|
13
|
-
export interface CaptionDefinition {
|
|
14
|
-
attrs?: {
|
|
15
|
-
localId?: string;
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
19
|
-
* @minItems 0
|
|
20
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
21
|
-
* @allowUnsupportedInline true
|
|
22
|
-
*/
|
|
23
|
-
content: Array<InlineFormattedText | InlineCode | HardBreak | Mention | Emoji | Date | Placeholder | InlineCard | Status>;
|
|
24
|
-
type: 'caption';
|
|
25
|
-
}
|
|
26
|
-
export declare const caption: NodeSpec;
|
|
27
|
-
export declare const captionWithLocalId: NodeSpec;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import type { NodeSpec, Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
-
import type { TextDefinition as Text } from './text';
|
|
3
|
-
import type { BreakoutMarkDefinition } from '../marks/breakout';
|
|
4
|
-
import type { MarksObject, NoMark } from './types/mark';
|
|
5
|
-
export type CodeBlockBaseDefinition = {
|
|
6
|
-
attrs?: CodeBlockAttrs;
|
|
7
|
-
/**
|
|
8
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
9
|
-
* @allowUnsupportedInline true
|
|
10
|
-
*/
|
|
11
|
-
content?: Array<Text & NoMark>;
|
|
12
|
-
marks?: Array<any>;
|
|
13
|
-
type: 'codeBlock';
|
|
14
|
-
};
|
|
15
|
-
export type CodeBlockAttrs = {
|
|
16
|
-
hideLineNumbers?: boolean;
|
|
17
|
-
language?: string;
|
|
18
|
-
localId?: string;
|
|
19
|
-
uniqueId?: string;
|
|
20
|
-
wrap?: boolean;
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* @name codeBlock_with_no_marks_node
|
|
24
|
-
*/
|
|
25
|
-
export type CodeBlockDefinition = CodeBlockBaseDefinition & NoMark;
|
|
26
|
-
/**
|
|
27
|
-
* @name codeBlock_node
|
|
28
|
-
*/
|
|
29
|
-
export type CodeBlockWithMarksDefinition = CodeBlockBaseDefinition & MarksObject<BreakoutMarkDefinition>;
|
|
30
|
-
export declare const codeBlock: NodeSpec;
|
|
31
|
-
export declare const toJSON: (node: PMNode) => {
|
|
32
|
-
attrs: Record<string, any>;
|
|
33
|
-
};
|
|
34
|
-
export declare const codeBlockWithLocalId: NodeSpec;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { AnnotationMarkDefinition } from '../marks/annotation';
|
|
2
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
3
|
-
/**
|
|
4
|
-
* @name date_node
|
|
5
|
-
*/
|
|
6
|
-
export interface DateDefinition {
|
|
7
|
-
attrs: {
|
|
8
|
-
localId?: string;
|
|
9
|
-
/**
|
|
10
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
11
|
-
* @minLength 1
|
|
12
|
-
*/
|
|
13
|
-
timestamp: string;
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
17
|
-
* @stage 0
|
|
18
|
-
*/
|
|
19
|
-
marks?: Array<AnnotationMarkDefinition>;
|
|
20
|
-
type: 'date';
|
|
21
|
-
}
|
|
22
|
-
export declare const date: NodeSpec;
|
|
23
|
-
export declare const dateWithLocalId: NodeSpec;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { Inline } from './types/inline-content';
|
|
2
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
3
|
-
/**
|
|
4
|
-
* @name decisionItem_node
|
|
5
|
-
*/
|
|
6
|
-
export interface DecisionItemDefinition {
|
|
7
|
-
attrs: {
|
|
8
|
-
localId: string;
|
|
9
|
-
state: string;
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
13
|
-
* @allowUnsupportedInline true
|
|
14
|
-
*/
|
|
15
|
-
content?: Array<Inline>;
|
|
16
|
-
type: 'decisionItem';
|
|
17
|
-
}
|
|
18
|
-
export declare const decisionItem: NodeSpec;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { DecisionItemDefinition as DecisionItemNode } from './decision-item';
|
|
2
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
3
|
-
/**
|
|
4
|
-
* @name decisionList_node
|
|
5
|
-
*/
|
|
6
|
-
export interface DecisionListDefinition {
|
|
7
|
-
attrs: {
|
|
8
|
-
localId: string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
12
|
-
* @minItems 1
|
|
13
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
14
|
-
* @allowUnsupportedBlock true
|
|
15
|
-
*/
|
|
16
|
-
content: Array<DecisionItemNode>;
|
|
17
|
-
type: 'decisionList';
|
|
18
|
-
}
|
|
19
|
-
export declare const decisionListSelector: '[data-node-type="decisionList"]';
|
|
20
|
-
export declare const decisionList: NodeSpec;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { CodeBlockWithMarksDefinition as CodeBlockWithMarks } from './code-block';
|
|
2
|
-
import type { ExpandRootOnlyDefinition as ExpandRootOnly } from './expand';
|
|
3
|
-
import type { LayoutSectionDefinition as LayoutSection } from './layout-section';
|
|
4
|
-
import type { ParagraphWithIndentationDefinition } from './paragraph';
|
|
5
|
-
import type { BlockContent } from './types/block-content';
|
|
6
|
-
import type { MultiBodiedExtensionDefinition as MultiBodiedExtension } from './multi-bodied-extension';
|
|
7
|
-
import type { SyncBlockDefinition as SyncBlock } from './sync-block';
|
|
8
|
-
import type { BodiedSyncBlockDefinition as BodiedSyncBlock } from './bodied-sync-block';
|
|
9
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
10
|
-
/**
|
|
11
|
-
* @name doc_node
|
|
12
|
-
*/
|
|
13
|
-
export interface DocNode {
|
|
14
|
-
/**
|
|
15
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
16
|
-
* @allowUnsupportedBlock true
|
|
17
|
-
*/
|
|
18
|
-
content: Array<BlockContent | LayoutSection | CodeBlockWithMarks | ExpandRootOnly | ParagraphWithIndentationDefinition | MultiBodiedExtension | BodiedSyncBlock | SyncBlock>;
|
|
19
|
-
type: 'doc';
|
|
20
|
-
version: 1;
|
|
21
|
-
}
|
|
22
|
-
export declare const doc: NodeSpec;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { RichMediaAttributes } from './types/rich-media-common';
|
|
2
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
3
|
-
export interface EmbedCardAttributes extends RichMediaAttributes {
|
|
4
|
-
localId?: string;
|
|
5
|
-
originalHeight?: number;
|
|
6
|
-
originalWidth?: number;
|
|
7
|
-
url: string;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* @name embedCard_node
|
|
11
|
-
*/
|
|
12
|
-
export interface EmbedCardDefinition {
|
|
13
|
-
attrs: EmbedCardAttributes;
|
|
14
|
-
type: 'embedCard';
|
|
15
|
-
}
|
|
16
|
-
export declare const embedCard: NodeSpec;
|
|
17
|
-
export declare const embedCardWithLocalId: NodeSpec;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
-
import type { AnnotationMarkDefinition } from '../marks/annotation';
|
|
3
|
-
/**
|
|
4
|
-
* @name emoji_node
|
|
5
|
-
*/
|
|
6
|
-
export interface EmojiDefinition {
|
|
7
|
-
attrs: EmojiAttributes;
|
|
8
|
-
/**
|
|
9
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
10
|
-
* @stage 0
|
|
11
|
-
*/
|
|
12
|
-
marks?: Array<AnnotationMarkDefinition>;
|
|
13
|
-
type: 'emoji';
|
|
14
|
-
}
|
|
15
|
-
export interface EmojiAttributes {
|
|
16
|
-
id?: string;
|
|
17
|
-
localId?: string;
|
|
18
|
-
shortName: string;
|
|
19
|
-
text?: string;
|
|
20
|
-
}
|
|
21
|
-
export declare const emoji: NodeSpec;
|
|
22
|
-
export declare const emojiWithLocalId: NodeSpec;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import type { NodeSpec, Node as PMNode, Attrs } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
-
import type { BreakoutMarkDefinition } from '../marks';
|
|
3
|
-
import type { MarksObject, NoMark } from './types/mark';
|
|
4
|
-
import type { NonNestableBlockContent } from './types/non-nestable-block-content';
|
|
5
|
-
import type { NestedExpandDefinition } from './nested-expand';
|
|
6
|
-
/**
|
|
7
|
-
* @name expand_node
|
|
8
|
-
*/
|
|
9
|
-
export interface ExpandBaseDefinition {
|
|
10
|
-
attrs: {
|
|
11
|
-
__expanded?: boolean;
|
|
12
|
-
localId?: string;
|
|
13
|
-
title?: string;
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
17
|
-
* @minItems 1
|
|
18
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
19
|
-
* @allowUnsupportedBlock true
|
|
20
|
-
*/
|
|
21
|
-
content: Array<NonNestableBlockContent | NestedExpandDefinition>;
|
|
22
|
-
type: 'expand';
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* @name expand_with_no_mark_node
|
|
26
|
-
*/
|
|
27
|
-
export type ExpandDefinition = ExpandBaseDefinition & NoMark;
|
|
28
|
-
/**
|
|
29
|
-
* @name expand_root_only_node
|
|
30
|
-
*/
|
|
31
|
-
export type ExpandRootOnlyDefinition = ExpandBaseDefinition & MarksObject<BreakoutMarkDefinition>;
|
|
32
|
-
export declare const expandWithNestedExpand: NodeSpec;
|
|
33
|
-
export declare const expandWithNestedExpandLocalId: NodeSpec;
|
|
34
|
-
export declare const toJSON: (node: PMNode) => {
|
|
35
|
-
attrs: Attrs;
|
|
36
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { ExtensionAttributes } from './types/extensions';
|
|
2
|
-
import type { MarksObject } from './types/mark';
|
|
3
|
-
import type { DataConsumerDefinition } from '../marks/data-consumer';
|
|
4
|
-
import type { FragmentDefinition } from '../marks/fragment';
|
|
5
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
6
|
-
/**
|
|
7
|
-
* @name extension_node
|
|
8
|
-
*/
|
|
9
|
-
export interface ExtensionBaseDefinition {
|
|
10
|
-
attrs: ExtensionAttributes;
|
|
11
|
-
marks?: Array<any>;
|
|
12
|
-
type: 'extension';
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* @name extension_with_marks_node
|
|
16
|
-
*/
|
|
17
|
-
export type ExtensionDefinition = ExtensionBaseDefinition & MarksObject<DataConsumerDefinition | FragmentDefinition>;
|
|
18
|
-
export declare const extension: NodeSpec;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import type { AlignmentMarkDefinition, IndentationMarkDefinition } from '../marks';
|
|
2
|
-
import type { MarksObject, NoMark } from './types/mark';
|
|
3
|
-
import type { Inline } from './types/inline-content';
|
|
4
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
5
|
-
/**
|
|
6
|
-
* @name heading_node
|
|
7
|
-
*/
|
|
8
|
-
export interface HeadingBaseDefinition {
|
|
9
|
-
attrs: {
|
|
10
|
-
/**
|
|
11
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
12
|
-
* @minimum 1
|
|
13
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
14
|
-
* @maximum 6
|
|
15
|
-
*/
|
|
16
|
-
level: number;
|
|
17
|
-
/**
|
|
18
|
-
* An optional UUID for unique identification of the node
|
|
19
|
-
*/
|
|
20
|
-
localId?: string;
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
24
|
-
* @allowUnsupportedInline true
|
|
25
|
-
*/
|
|
26
|
-
content?: Array<Inline>;
|
|
27
|
-
marks?: Array<any>;
|
|
28
|
-
type: 'heading';
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* @name heading_with_no_marks_node
|
|
32
|
-
*/
|
|
33
|
-
export type HeadingDefinition = HeadingBaseDefinition & NoMark;
|
|
34
|
-
/**
|
|
35
|
-
* @name heading_with_alignment_node
|
|
36
|
-
*/
|
|
37
|
-
export type HeadingWithAlignmentDefinition = HeadingBaseDefinition & MarksObject<AlignmentMarkDefinition>;
|
|
38
|
-
/**
|
|
39
|
-
* @name heading_with_indentation_node
|
|
40
|
-
*/
|
|
41
|
-
export type HeadingWithIndentationDefinition = HeadingBaseDefinition & MarksObject<IndentationMarkDefinition>;
|
|
42
|
-
export type HeadingWithMarksDefinition = HeadingWithAlignmentDefinition | HeadingWithIndentationDefinition;
|
|
43
|
-
export declare const heading: NodeSpec;
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
export { expandWithNestedExpand, expandWithNestedExpandLocalId, toJSON as expandToJSON, } from './expand';
|
|
2
|
-
export type { ExpandDefinition } from './expand';
|
|
3
|
-
export { confluenceJiraIssue } from './confluence-jira-issue';
|
|
4
|
-
export { confluenceUnsupportedBlock } from './confluence-unsupported-block';
|
|
5
|
-
export { confluenceUnsupportedInline } from './confluence-unsupported-inline';
|
|
6
|
-
export { doc } from './doc';
|
|
7
|
-
export type { DocNode } from './doc';
|
|
8
|
-
export { blockquote, extendedBlockquote, extendedBlockquoteWithLocalId } from './blockquote';
|
|
9
|
-
export type { BlockQuoteDefinition } from './blockquote';
|
|
10
|
-
export { bulletList, bulletListSelector, bulletListWithLocalId } from './bullet-list';
|
|
11
|
-
export type { BulletListDefinition } from './types/list';
|
|
12
|
-
export { codeBlock, codeBlockWithLocalId, toJSON as codeBlockToJSON } from './code-block';
|
|
13
|
-
export type { CodeBlockDefinition, CodeBlockAttrs, CodeBlockBaseDefinition, CodeBlockWithMarksDefinition, } from './code-block';
|
|
14
|
-
export { hardBreak } from './hard-break';
|
|
15
|
-
export type { HardBreakDefinition } from './hard-break';
|
|
16
|
-
export { heading } from './heading';
|
|
17
|
-
export type { HeadingDefinition, HeadingBaseDefinition, HeadingWithAlignmentDefinition, HeadingWithIndentationDefinition, HeadingWithMarksDefinition, } from './heading';
|
|
18
|
-
export { rule, ruleWithLocalId } from './rule';
|
|
19
|
-
export type { RuleDefinition } from './rule';
|
|
20
|
-
export { orderedList, orderedListSelector, orderedListWithLocalId, orderedListWithOrder, orderedListWithOrderAndLocalId, } from './ordered-list';
|
|
21
|
-
export type { OrderedListDefinition } from './types/list';
|
|
22
|
-
export { paragraph } from './paragraph';
|
|
23
|
-
export type { ParagraphDefinition, ParagraphBaseDefinition, ParagraphWithAlignmentDefinition, ParagraphWithIndentationDefinition, ParagraphWithMarksDefinition, } from './paragraph';
|
|
24
|
-
export { emoji, emojiWithLocalId } from './emoji';
|
|
25
|
-
export type { EmojiAttributes, EmojiDefinition } from './emoji';
|
|
26
|
-
export { image } from './image';
|
|
27
|
-
export { mention, toJSON as mentionToJSON } from './mention';
|
|
28
|
-
export type { MentionAttributes, UserType as MentionUserType, MentionDefinition } from './mention';
|
|
29
|
-
export { listItem, listItemWithLocalId } from './list-item';
|
|
30
|
-
export type { ListItemArray, ListItemDefinition } from './types/list';
|
|
31
|
-
export { extendedPanel, extendedPanelWithLocalId, extendedPanelC1, extendedPanelC1WithLocalId, PanelType, } from './panel';
|
|
32
|
-
export type { PanelAttributes, PanelDefinition } from './panel';
|
|
33
|
-
export { text } from './text';
|
|
34
|
-
export type { TextDefinition } from './text';
|
|
35
|
-
export { default as unknownBlock } from './unknown-block';
|
|
36
|
-
export { caption, captionWithLocalId } from './caption';
|
|
37
|
-
export type { CaptionDefinition } from './caption';
|
|
38
|
-
export { media, copyPrivateAttributes as copyPrivateMediaAttributes, toJSON as mediaToJSON, } from './media';
|
|
39
|
-
export type { MediaType, MediaBaseAttributes, MediaAttributes, ExternalMediaAttributes, DisplayType as MediaDisplayType, MediaDefinition, MediaADFAttrs, } from './media';
|
|
40
|
-
export { mediaGroup } from './media-group';
|
|
41
|
-
export { mediaInline } from './media-inline';
|
|
42
|
-
export type { MediaInlineAttributes, MediaInlineDefinition } from './media-inline';
|
|
43
|
-
export type { MediaGroupDefinition } from './media-group';
|
|
44
|
-
export { mediaSingle, mediaSingleSpec, mediaSingleWithCaption, mediaSingleWithWidthType, mediaSingleFull, mediaSingleFullWithLocalId, toJSON as mediaSingleToJSON, } from './media-single';
|
|
45
|
-
export type { MediaSingleDefinition } from './media-single';
|
|
46
|
-
export { table, tableWithNestedTable, tableRowWithNestedTable, tableCellWithNestedTable, tableHeaderWithNestedTable, tableCellStage0, tableHeaderStage0, tableCellWithNestedTableStage0, tableHeaderWithNestedTableStage0, tableRowWithLocalId, tableCellWithLocalId, tableHeaderWithLocalId, tableRowWithNestedTableWithLocalId, tableCellWithNestedTableWithLocalId, tableHeaderWithNestedTableWithLocalId, tableStage0, tableWithCustomWidth, tableToJSON, tableCell, toJSONTableCell, tableHeader, toJSONTableHeader, tableRow, tableBackgroundColorPalette, tableBackgroundBorderColor, tableBackgroundColorNames, getCellAttrs, getCellDomAttrs, tablePrefixSelector, tableCellSelector, tableHeaderSelector, tableCellContentWrapperSelector, tableCellContentDomSelector, } from './tableNodes';
|
|
47
|
-
export type { DisplayMode as TableDisplayMode, TableAttributes, CellAttributes, Layout as TableLayout, TableDefinition, TableCell as TableCellDefinition, TableHeader as TableHeaderDefinition, TableRow as TableRowDefinition, TableWithNestedTableDefinition, TableRowWithNestedTableDefinition, TableCellWithNestedTableDefinition, TableHeaderWithNestedTableDefinition, CellDomAttrs, } from './tableNodes';
|
|
48
|
-
export { decisionList, decisionListSelector } from './decision-list';
|
|
49
|
-
export type { DecisionListDefinition } from './decision-list';
|
|
50
|
-
export { decisionItem } from './decision-item';
|
|
51
|
-
export type { DecisionItemDefinition } from './decision-item';
|
|
52
|
-
export { taskList, taskListSelector } from './task-list';
|
|
53
|
-
export type { TaskListDefinition, TaskListContent } from './task-list';
|
|
54
|
-
export { taskItem, blockTaskItem } from './task-item';
|
|
55
|
-
export type { TaskItemDefinition, BlockTaskItemDefinition } from './task-item';
|
|
56
|
-
export { date, dateWithLocalId } from './date';
|
|
57
|
-
export type { DateDefinition } from './date';
|
|
58
|
-
export { placeholder, placeholderWithLocalId } from './placeholder';
|
|
59
|
-
export type { PlaceholderDefinition } from './placeholder';
|
|
60
|
-
export { layoutSection, layoutSectionWithLocalId, layoutSectionWithSingleColumn, layoutSectionWithSingleColumnLocalId, } from './layout-section';
|
|
61
|
-
export type { LayoutSectionDefinition, LayoutSectionBaseDefinition, LayoutSectionFullDefinition, LayoutSectionWithSingleColumnDefinition, } from './layout-section';
|
|
62
|
-
export { layoutColumn, layoutColumnStage0, layoutColumnWithLocalId } from './layout-column';
|
|
63
|
-
export type { LayoutColumnDefinition } from './layout-column';
|
|
64
|
-
export { inlineCard, inlineCardWithLocalId } from './inline-card';
|
|
65
|
-
export type { InlineCardDefinition } from './inline-card';
|
|
66
|
-
export { blockCard, blockCardWithLocalId } from './block-card';
|
|
67
|
-
export type { UrlType, DataType, DatasourceAttributes, DatasourceAttributeProperties, CardAttributes, BlockCardDefinition, } from './block-card';
|
|
68
|
-
export { unsupportedBlock } from './unsupported-block';
|
|
69
|
-
export { unsupportedInline } from './unsupported-inline';
|
|
70
|
-
export { status } from './status';
|
|
71
|
-
export type { StatusDefinition } from './status';
|
|
72
|
-
export { nestedExpand, nestedExpandWithLocalId } from './nested-expand';
|
|
73
|
-
export type { NestedExpandDefinition } from './nested-expand';
|
|
74
|
-
export type { NoMark } from './types/mark';
|
|
75
|
-
export type { MarksObject } from './types/mark';
|
|
76
|
-
export type { BlockContent } from './types/block-content';
|
|
77
|
-
export type { NonNestableBlockContent } from './types/non-nestable-block-content';
|
|
78
|
-
export type { InlineCode } from './types/inline-content';
|
|
79
|
-
export type { InlineLinkText } from './types/inline-content';
|
|
80
|
-
export type { InlineFormattedText } from './types/inline-content';
|
|
81
|
-
export type { Inline } from './types/inline-content';
|
|
82
|
-
export type { NestedExpandContent } from './nested-expand';
|
|
83
|
-
export type { Layout as ExtensionLayout } from './types/extensions';
|
|
84
|
-
export { embedCard, embedCardWithLocalId } from './embed-card';
|
|
85
|
-
export type { EmbedCardDefinition, EmbedCardAttributes } from './embed-card';
|
|
86
|
-
export type { RichMediaAttributes, ExtendedMediaAttributes, Layout as RichMediaLayout, } from './types/rich-media-common';
|
|
87
|
-
export { extension } from './extension';
|
|
88
|
-
export type { ExtensionDefinition } from './extension';
|
|
89
|
-
export { inlineExtension } from './inline-extension';
|
|
90
|
-
export type { InlineExtensionDefinition } from './inline-extension';
|
|
91
|
-
export { bodiedExtension } from './bodied-extension';
|
|
92
|
-
export type { BodiedExtensionDefinition } from './bodied-extension';
|
|
93
|
-
export type { ExtensionFrameDefinition, MultiBodiedExtensionDefinition, } from './multi-bodied-extension';
|
|
94
|
-
export { extensionFrame, multiBodiedExtension } from './multi-bodied-extension';
|
|
95
|
-
export { syncBlock } from './sync-block';
|
|
96
|
-
export type { SyncBlockDefinition } from './sync-block';
|
|
97
|
-
export { bodiedSyncBlock } from './bodied-sync-block';
|
|
98
|
-
export type { BodiedSyncBlockDefinition } from './bodied-sync-block';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { CardAttributes } from './block-card';
|
|
2
|
-
import type { AnnotationMarkDefinition } from '../marks/annotation';
|
|
3
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
4
|
-
/**
|
|
5
|
-
* @name inlineCard_node
|
|
6
|
-
*/
|
|
7
|
-
export interface InlineCardDefinition {
|
|
8
|
-
attrs: CardAttributes;
|
|
9
|
-
/**
|
|
10
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
11
|
-
* @stage 0
|
|
12
|
-
*/
|
|
13
|
-
marks?: Array<AnnotationMarkDefinition>;
|
|
14
|
-
type: 'inlineCard';
|
|
15
|
-
}
|
|
16
|
-
export declare const inlineCard: NodeSpec;
|
|
17
|
-
export declare const inlineCardWithLocalId: NodeSpec;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { InlineExtensionAttributes } from './types/extensions';
|
|
2
|
-
import type { MarksObject } from './types/mark';
|
|
3
|
-
import type { DataConsumerDefinition } from '../marks/data-consumer';
|
|
4
|
-
import type { FragmentDefinition } from '../marks/fragment';
|
|
5
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
6
|
-
/**
|
|
7
|
-
* @name inlineExtension_node
|
|
8
|
-
*/
|
|
9
|
-
export interface InlineExtensionBaseDefinition {
|
|
10
|
-
attrs: InlineExtensionAttributes;
|
|
11
|
-
marks?: Array<any>;
|
|
12
|
-
type: 'inlineExtension';
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* @name inlineExtension_with_marks_node
|
|
16
|
-
*/
|
|
17
|
-
export type InlineExtensionDefinition = InlineExtensionBaseDefinition & MarksObject<DataConsumerDefinition | FragmentDefinition>;
|
|
18
|
-
export declare const inlineExtension: NodeSpec;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { BlockContent } from './types/block-content';
|
|
2
|
-
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
|
|
3
|
-
import type { Valign } from './types/valign';
|
|
4
|
-
/**
|
|
5
|
-
* @name layoutColumn_node
|
|
6
|
-
*/
|
|
7
|
-
export interface LayoutColumnDefinition {
|
|
8
|
-
attrs: {
|
|
9
|
-
localId?: string;
|
|
10
|
-
valign?: Valign;
|
|
11
|
-
/**
|
|
12
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
13
|
-
* @minimum 0
|
|
14
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
15
|
-
* @maximum 100
|
|
16
|
-
*/
|
|
17
|
-
width: number;
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
21
|
-
* @minItems 1
|
|
22
|
-
// eslint-disable-next-line eslint-plugin-jsdoc/check-tag-names
|
|
23
|
-
* @allowUnsupportedBlock true
|
|
24
|
-
*/
|
|
25
|
-
content: Array<BlockContent>;
|
|
26
|
-
type: 'layoutColumn';
|
|
27
|
-
}
|
|
28
|
-
export declare const layoutColumn: NodeSpec;
|
|
29
|
-
export declare const layoutColumnWithLocalId: NodeSpec;
|
|
30
|
-
export declare const layoutColumnStage0: NodeSpec;
|