@atlaskit/adf-schema 25.6.1 → 25.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/version.json +1 -1
  3. package/dist/es2019/version.json +1 -1
  4. package/dist/esm/version.json +1 -1
  5. package/dist/json-schema/package.json +2 -2
  6. package/dist/types/schema/default-schema.d.ts +2 -2
  7. package/dist/types/schema/marks/annotation.d.ts +3 -3
  8. package/dist/types/schema/marks/border.d.ts +2 -2
  9. package/dist/types/schema/marks/breakout.d.ts +1 -1
  10. package/dist/types/schema/marks/data-consumer.d.ts +1 -1
  11. package/dist/types/schema/marks/fragment.d.ts +1 -1
  12. package/dist/types/schema/marks/text-color.d.ts +1 -1
  13. package/dist/types/schema/nodes/block-card.d.ts +1 -1
  14. package/dist/types/schema/nodes/bodied-extension.d.ts +1 -1
  15. package/dist/types/schema/nodes/code-block.d.ts +4 -4
  16. package/dist/types/schema/nodes/expand.d.ts +2 -2
  17. package/dist/types/schema/nodes/extension.d.ts +1 -1
  18. package/dist/types/schema/nodes/heading.d.ts +4 -4
  19. package/dist/types/schema/nodes/inline-extension.d.ts +1 -1
  20. package/dist/types/schema/nodes/layout-section.d.ts +4 -4
  21. package/dist/types/schema/nodes/media-single.d.ts +3 -3
  22. package/dist/types/schema/nodes/media.d.ts +4 -4
  23. package/dist/types/schema/nodes/mention.d.ts +1 -1
  24. package/dist/types/schema/nodes/nested-expand.d.ts +2 -2
  25. package/dist/types/schema/nodes/paragraph.d.ts +4 -4
  26. package/dist/types/schema/nodes/tableNodes.d.ts +3 -3
  27. package/dist/types/schema/nodes/types/block-content.d.ts +1 -1
  28. package/dist/types/schema/nodes/types/extensions.d.ts +1 -1
  29. package/dist/types/schema/nodes/types/inline-content.d.ts +5 -5
  30. package/dist/types/schema/nodes/types/non-nestable-block-content.d.ts +1 -1
  31. package/dist/types/schema/nodes/types/rich-media-common.d.ts +1 -1
  32. package/dist/types/steps/analytics.d.ts +2 -2
  33. package/dist/types/steps/link-meta-step.d.ts +1 -1
  34. package/dist/types/steps/table/types.d.ts +1 -1
  35. package/dist/types/steps/table/utils/side-effects/types.d.ts +2 -2
  36. package/dist/types/steps/type-ahead.d.ts +1 -1
  37. package/dist/types/utils/confluence/emoji.d.ts +1 -1
  38. package/dist/types-ts4.5/schema/default-schema.d.ts +7 -0
  39. package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/annotation.d.ts +3 -3
  40. package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/border.d.ts +2 -2
  41. package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/breakout.d.ts +1 -1
  42. package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/data-consumer.d.ts +1 -1
  43. package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/fragment.d.ts +1 -1
  44. package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/text-color.d.ts +1 -1
  45. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/block-card.d.ts +1 -1
  46. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/bodied-extension.d.ts +1 -1
  47. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/code-block.d.ts +4 -4
  48. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/expand.d.ts +2 -2
  49. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/extension.d.ts +1 -1
  50. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/heading.d.ts +4 -4
  51. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/inline-extension.d.ts +1 -1
  52. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/layout-section.d.ts +4 -4
  53. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/media-single.d.ts +3 -3
  54. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/media.d.ts +4 -4
  55. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/mention.d.ts +1 -1
  56. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/nested-expand.d.ts +2 -2
  57. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/paragraph.d.ts +4 -4
  58. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/tableNodes.d.ts +3 -3
  59. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/types/block-content.d.ts +1 -1
  60. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/types/extensions.d.ts +1 -1
  61. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/types/inline-content.d.ts +5 -5
  62. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/types/non-nestable-block-content.d.ts +1 -1
  63. package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/types/rich-media-common.d.ts +1 -1
  64. package/dist/{types-ts4.0 → types-ts4.5}/steps/analytics.d.ts +2 -2
  65. package/dist/{types-ts4.0 → types-ts4.5}/steps/link-meta-step.d.ts +1 -1
  66. package/dist/{types-ts4.0 → types-ts4.5}/steps/table/types.d.ts +1 -1
  67. package/dist/{types-ts4.0 → types-ts4.5}/steps/table/utils/side-effects/types.d.ts +2 -2
  68. package/dist/{types-ts4.0 → types-ts4.5}/steps/type-ahead.d.ts +1 -1
  69. package/dist/{types-ts4.0 → types-ts4.5}/utils/confluence/emoji.d.ts +1 -1
  70. package/json-schema/package.json +2 -2
  71. package/package.json +13 -5
  72. package/schema/package.json +2 -2
  73. package/schema-bitbucket/package.json +2 -2
  74. package/schema-confluence/package.json +2 -2
  75. package/schema-default/package.json +2 -2
  76. package/schema-jira/package.json +2 -2
  77. package/steps/package.json +2 -2
  78. package/url/package.json +2 -2
  79. package/dist/types-ts4.0/schema/default-schema.d.ts +0 -7
  80. /package/dist/{types-ts4.0 → types-ts4.5}/index.d.ts +0 -0
  81. /package/dist/{types-ts4.0 → types-ts4.5}/json-schema/index.d.ts +0 -0
  82. /package/dist/{types-ts4.0 → types-ts4.5}/schema/bitbucket-schema.d.ts +0 -0
  83. /package/dist/{types-ts4.0 → types-ts4.5}/schema/confluence-schema.d.ts +0 -0
  84. /package/dist/{types-ts4.0 → types-ts4.5}/schema/create-schema.d.ts +0 -0
  85. /package/dist/{types-ts4.0 → types-ts4.5}/schema/groups.d.ts +0 -0
  86. /package/dist/{types-ts4.0 → types-ts4.5}/schema/index.d.ts +0 -0
  87. /package/dist/{types-ts4.0 → types-ts4.5}/schema/inline-nodes.d.ts +0 -0
  88. /package/dist/{types-ts4.0 → types-ts4.5}/schema/jira-schema.d.ts +0 -0
  89. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/alignment.d.ts +0 -0
  90. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/code.d.ts +0 -0
  91. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/confluence-inline-comment.d.ts +0 -0
  92. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/em.d.ts +0 -0
  93. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/indentation.d.ts +0 -0
  94. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/index.d.ts +0 -0
  95. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/link.d.ts +0 -0
  96. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/strike.d.ts +0 -0
  97. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/strong.d.ts +0 -0
  98. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/subsup.d.ts +0 -0
  99. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/type-ahead-query.d.ts +0 -0
  100. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/underline.d.ts +0 -0
  101. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/unsupported-mark.d.ts +0 -0
  102. /package/dist/{types-ts4.0 → types-ts4.5}/schema/marks/unsupported-node-attributes.d.ts +0 -0
  103. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/blockquote.d.ts +0 -0
  104. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/bullet-list.d.ts +0 -0
  105. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/caption.d.ts +0 -0
  106. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/confluence-jira-issue.d.ts +0 -0
  107. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/confluence-unsupported-block.d.ts +0 -0
  108. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/confluence-unsupported-inline.d.ts +0 -0
  109. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/date.d.ts +0 -0
  110. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/decision-item.d.ts +0 -0
  111. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/decision-list.d.ts +0 -0
  112. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/doc.d.ts +0 -0
  113. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/embed-card.d.ts +0 -0
  114. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/emoji.d.ts +0 -0
  115. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/hard-break.d.ts +0 -0
  116. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/image.d.ts +0 -0
  117. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/index.d.ts +0 -0
  118. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/inline-card.d.ts +0 -0
  119. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/layout-column.d.ts +0 -0
  120. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/list-item.d.ts +0 -0
  121. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/media-group.d.ts +0 -0
  122. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/media-inline.d.ts +0 -0
  123. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/ordered-list.d.ts +0 -0
  124. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/panel.d.ts +0 -0
  125. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/placeholder.d.ts +0 -0
  126. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/rule.d.ts +0 -0
  127. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/status.d.ts +0 -0
  128. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/task-item.d.ts +0 -0
  129. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/task-list.d.ts +0 -0
  130. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/text.d.ts +0 -0
  131. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/types/list.d.ts +0 -0
  132. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/types/mark.d.ts +0 -0
  133. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/unknown-block.d.ts +0 -0
  134. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/unsupported-block.d.ts +0 -0
  135. /package/dist/{types-ts4.0 → types-ts4.5}/schema/nodes/unsupported-inline.d.ts +0 -0
  136. /package/dist/{types-ts4.0 → types-ts4.5}/schema/unsupported.d.ts +0 -0
  137. /package/dist/{types-ts4.0 → types-ts4.5}/steps/set-attrs.d.ts +0 -0
  138. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/add-column.d.ts +0 -0
  139. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/constants.d.ts +0 -0
  140. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/sort-column.d.ts +0 -0
  141. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/utils/cell-step.d.ts +0 -0
  142. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/utils/cells-at-column.d.ts +0 -0
  143. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/utils/find-column.d.ts +0 -0
  144. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/utils/get-table-rect-from-doc.d.ts +0 -0
  145. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/utils/side-effects/rows.d.ts +0 -0
  146. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/utils/side-effects/side-effects.d.ts +0 -0
  147. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/utils/side-effects/table.d.ts +0 -0
  148. /package/dist/{types-ts4.0 → types-ts4.5}/steps/table/utils/table-map.d.ts +0 -0
  149. /package/dist/{types-ts4.0 → types-ts4.5}/steps.d.ts +0 -0
  150. /package/dist/{types-ts4.0 → types-ts4.5}/utils/colors.d.ts +0 -0
  151. /package/dist/{types-ts4.0 → types-ts4.5}/utils/extensions.d.ts +0 -0
  152. /package/dist/{types-ts4.0 → types-ts4.5}/utils/index.d.ts +0 -0
  153. /package/dist/{types-ts4.0 → types-ts4.5}/utils/parseDOM.d.ts +0 -0
  154. /package/dist/{types-ts4.0 → types-ts4.5}/utils/url.d.ts +0 -0
  155. /package/dist/{types-ts4.0 → types-ts4.5}/utils/uuid.d.ts +0 -0
File without changes