@atlaskit/adf-schema 54.0.3 → 55.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (573) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/alignment/package.json +1 -8
  3. package/annotation/package.json +1 -8
  4. package/background-color/package.json +1 -8
  5. package/block-card/package.json +1 -8
  6. package/block-content/package.json +1 -8
  7. package/blockquote/package.json +1 -8
  8. package/bodied-extension/package.json +1 -8
  9. package/bodied-sync-block/package.json +1 -8
  10. package/border/package.json +1 -8
  11. package/breakout/package.json +1 -8
  12. package/bullet-list/package.json +1 -8
  13. package/caption/package.json +1 -8
  14. package/code/package.json +1 -8
  15. package/code-block/package.json +1 -8
  16. package/colors/package.json +1 -8
  17. package/confluence/emoji/package.json +1 -8
  18. package/confluence-inline-comment/package.json +1 -8
  19. package/confluence-jira-issue/package.json +1 -8
  20. package/confluence-unsupported-block/package.json +1 -8
  21. package/confluence-unsupported-inline/package.json +1 -8
  22. package/create-schema/package.json +1 -8
  23. package/createPMSpecFactory/package.json +1 -8
  24. package/data-consumer/package.json +1 -8
  25. package/date/package.json +1 -8
  26. package/decision-item/package.json +1 -8
  27. package/decision-list/package.json +1 -8
  28. package/dist/cjs/schema/marks/background-color.js +4 -2
  29. package/dist/cjs/schema/marks/strong.js +4 -3
  30. package/dist/cjs/schema/marks/text-color.js +4 -2
  31. package/dist/cjs/schema/nodes/code-block.js +7 -5
  32. package/dist/cjs/schema/nodes/media.js +3 -2
  33. package/dist/cjs/schema/nodes/status.js +4 -2
  34. package/dist/cjs/schema/nodes/tableNodes.js +4 -3
  35. package/dist/cjs/schema/sanitizeNodes.js +5 -3
  36. package/dist/cjs/utils/colors.js +7 -4
  37. package/dist/cjs/utils/lch-color-inversion.js +8 -8
  38. package/dist/es2019/schema/marks/background-color.js +4 -2
  39. package/dist/es2019/schema/marks/strong.js +4 -3
  40. package/dist/es2019/schema/marks/text-color.js +4 -2
  41. package/dist/es2019/schema/nodes/code-block.js +7 -5
  42. package/dist/es2019/schema/nodes/media.js +3 -2
  43. package/dist/es2019/schema/nodes/status.js +3 -2
  44. package/dist/es2019/schema/nodes/tableNodes.js +4 -3
  45. package/dist/es2019/schema/sanitizeNodes.js +5 -3
  46. package/dist/es2019/utils/colors.js +7 -4
  47. package/dist/es2019/utils/lch-color-inversion.js +6 -5
  48. package/dist/esm/schema/marks/background-color.js +4 -2
  49. package/dist/esm/schema/marks/strong.js +4 -3
  50. package/dist/esm/schema/marks/text-color.js +4 -2
  51. package/dist/esm/schema/nodes/code-block.js +7 -5
  52. package/dist/esm/schema/nodes/media.js +3 -2
  53. package/dist/esm/schema/nodes/status.js +3 -2
  54. package/dist/esm/schema/nodes/tableNodes.js +4 -3
  55. package/dist/esm/schema/sanitizeNodes.js +5 -3
  56. package/dist/esm/utils/colors.js +7 -4
  57. package/dist/esm/utils/lch-color-inversion.js +8 -8
  58. package/dist/json-schema/package.json +1 -8
  59. package/doc/package.json +1 -8
  60. package/em/package.json +1 -8
  61. package/embed-card/package.json +1 -8
  62. package/emoji/package.json +1 -8
  63. package/expand/package.json +1 -8
  64. package/extension/package.json +1 -8
  65. package/extensions/package.json +1 -8
  66. package/font-size/package.json +1 -8
  67. package/fragment/package.json +1 -8
  68. package/hard-break/package.json +1 -8
  69. package/heading/package.json +1 -8
  70. package/image/package.json +1 -8
  71. package/indentation/package.json +1 -8
  72. package/inline-card/package.json +1 -8
  73. package/inline-content/package.json +1 -8
  74. package/inline-extension/package.json +1 -8
  75. package/inline-nodes/package.json +1 -8
  76. package/json-schema/package.json +1 -8
  77. package/layout-column/package.json +1 -8
  78. package/layout-section/package.json +1 -8
  79. package/lch-color-inversion/package.json +1 -8
  80. package/link/package.json +1 -8
  81. package/list/package.json +1 -8
  82. package/list-item/package.json +1 -8
  83. package/mark/package.json +1 -8
  84. package/media/package.json +1 -8
  85. package/media-group/package.json +1 -8
  86. package/media-inline/package.json +1 -8
  87. package/media-single/package.json +1 -8
  88. package/mention/package.json +1 -8
  89. package/multi-bodied-extension/package.json +1 -8
  90. package/nested-expand/package.json +1 -8
  91. package/non-nestable-block-content/package.json +1 -8
  92. package/ordered-list/package.json +1 -8
  93. package/package.json +5 -5
  94. package/panel/package.json +1 -8
  95. package/paragraph/package.json +1 -8
  96. package/placeholder/package.json +1 -8
  97. package/rich-media-common/package.json +1 -8
  98. package/rule/package.json +1 -8
  99. package/sanitizeNodes/package.json +1 -8
  100. package/schema/alignment/package.json +1 -8
  101. package/schema/annotation/package.json +1 -8
  102. package/schema/background-color/package.json +1 -8
  103. package/schema/block-card/package.json +1 -8
  104. package/schema/block-content/package.json +1 -8
  105. package/schema/blockquote/package.json +1 -8
  106. package/schema/bodied-extension/package.json +1 -8
  107. package/schema/bodied-sync-block/package.json +1 -8
  108. package/schema/border/package.json +1 -8
  109. package/schema/breakout/package.json +1 -8
  110. package/schema/bullet-list/package.json +1 -8
  111. package/schema/caption/package.json +1 -8
  112. package/schema/code/package.json +1 -8
  113. package/schema/code-block/package.json +1 -8
  114. package/schema/confluence-inline-comment/package.json +1 -8
  115. package/schema/confluence-jira-issue/package.json +1 -8
  116. package/schema/confluence-unsupported-block/package.json +1 -8
  117. package/schema/confluence-unsupported-inline/package.json +1 -8
  118. package/schema/create-schema/package.json +1 -8
  119. package/schema/createPMSpecFactory/package.json +1 -8
  120. package/schema/data-consumer/package.json +1 -8
  121. package/schema/date/package.json +1 -8
  122. package/schema/decision-item/package.json +1 -8
  123. package/schema/decision-list/package.json +1 -8
  124. package/schema/doc/package.json +1 -8
  125. package/schema/em/package.json +1 -8
  126. package/schema/embed-card/package.json +1 -8
  127. package/schema/emoji/package.json +1 -8
  128. package/schema/expand/package.json +1 -8
  129. package/schema/extension/package.json +1 -8
  130. package/schema/extensions/package.json +1 -8
  131. package/schema/font-size/package.json +1 -8
  132. package/schema/fragment/package.json +1 -8
  133. package/schema/hard-break/package.json +1 -8
  134. package/schema/heading/package.json +1 -8
  135. package/schema/image/package.json +1 -8
  136. package/schema/indentation/package.json +1 -8
  137. package/schema/inline-card/package.json +1 -8
  138. package/schema/inline-content/package.json +1 -8
  139. package/schema/inline-extension/package.json +1 -8
  140. package/schema/inline-nodes/package.json +1 -8
  141. package/schema/layout-section/package.json +1 -8
  142. package/schema/link/package.json +1 -8
  143. package/schema/list/package.json +1 -8
  144. package/schema/list-item/package.json +1 -8
  145. package/schema/mark/package.json +1 -8
  146. package/schema/media/package.json +1 -8
  147. package/schema/media-group/package.json +1 -8
  148. package/schema/media-inline/package.json +1 -8
  149. package/schema/media-single/package.json +1 -8
  150. package/schema/mention/package.json +1 -8
  151. package/schema/multi-bodied-extension/package.json +1 -8
  152. package/schema/nested-expand/package.json +1 -8
  153. package/schema/non-nestable-block-content/package.json +1 -8
  154. package/schema/ordered-list/package.json +1 -8
  155. package/schema/package.json +1 -8
  156. package/schema/panel/package.json +1 -8
  157. package/schema/paragraph/package.json +1 -8
  158. package/schema/placeholder/package.json +1 -8
  159. package/schema/rich-media-common/package.json +1 -8
  160. package/schema/rule/package.json +1 -8
  161. package/schema/sanitizeNodes/package.json +1 -8
  162. package/schema/status/package.json +1 -8
  163. package/schema/strike/package.json +1 -8
  164. package/schema/strong/package.json +1 -8
  165. package/schema/subsup/package.json +1 -8
  166. package/schema/sync-block/package.json +1 -8
  167. package/schema/tableNodes/package.json +1 -8
  168. package/schema/task-item/package.json +1 -8
  169. package/schema/task-list/package.json +1 -8
  170. package/schema/text/package.json +1 -8
  171. package/schema/text-color/package.json +1 -8
  172. package/schema/type-ahead-query/package.json +1 -8
  173. package/schema/underline/package.json +1 -8
  174. package/schema/unknown-block/package.json +1 -8
  175. package/schema/unsupported/package.json +1 -8
  176. package/schema/unsupported-block/package.json +1 -8
  177. package/schema/unsupported-inline/package.json +1 -8
  178. package/schema/unsupported-mark/package.json +1 -8
  179. package/schema/unsupported-node-attributes/package.json +1 -8
  180. package/schema-bitbucket/package.json +1 -8
  181. package/schema-confluence/package.json +1 -8
  182. package/schema-default/package.json +1 -8
  183. package/schema-jira/package.json +1 -8
  184. package/schema-next/markTypes/package.json +1 -8
  185. package/schema-next/nodeGroupTypes/package.json +1 -8
  186. package/schema-next/nodeTypes/package.json +1 -8
  187. package/schema-next/package.json +1 -8
  188. package/schema-validator/package.json +1 -8
  189. package/status/package.json +1 -8
  190. package/steps/analytics/package.json +1 -8
  191. package/steps/batch-attrs-step/package.json +1 -8
  192. package/steps/link-meta-step/package.json +1 -8
  193. package/steps/override-document-step/package.json +1 -8
  194. package/steps/package.json +1 -8
  195. package/steps/set-attrs/package.json +1 -8
  196. package/steps/type-ahead/package.json +1 -8
  197. package/strike/package.json +1 -8
  198. package/strong/package.json +1 -8
  199. package/subsup/package.json +1 -8
  200. package/sync-block/package.json +1 -8
  201. package/tableNodes/package.json +1 -8
  202. package/task-item/package.json +1 -8
  203. package/task-list/package.json +1 -8
  204. package/text/package.json +1 -8
  205. package/text-color/package.json +1 -8
  206. package/type-ahead-query/package.json +1 -8
  207. package/underline/package.json +1 -8
  208. package/unknown-block/package.json +1 -8
  209. package/unsupported/package.json +1 -8
  210. package/unsupported-block/package.json +1 -8
  211. package/unsupported-inline/package.json +1 -8
  212. package/unsupported-mark/package.json +1 -8
  213. package/unsupported-node-attributes/package.json +1 -8
  214. package/url/package.json +1 -8
  215. package/uuid/package.json +1 -8
  216. package/dist/types-ts4.5/entry-points/alignment.d.ts +0 -2
  217. package/dist/types-ts4.5/entry-points/annotation.d.ts +0 -2
  218. package/dist/types-ts4.5/entry-points/background-color.d.ts +0 -2
  219. package/dist/types-ts4.5/entry-points/block-card.d.ts +0 -2
  220. package/dist/types-ts4.5/entry-points/block-content.d.ts +0 -1
  221. package/dist/types-ts4.5/entry-points/blockquote.d.ts +0 -2
  222. package/dist/types-ts4.5/entry-points/bodied-extension.d.ts +0 -2
  223. package/dist/types-ts4.5/entry-points/bodied-sync-block.d.ts +0 -2
  224. package/dist/types-ts4.5/entry-points/border.d.ts +0 -2
  225. package/dist/types-ts4.5/entry-points/breakout.d.ts +0 -2
  226. package/dist/types-ts4.5/entry-points/bullet-list.d.ts +0 -1
  227. package/dist/types-ts4.5/entry-points/caption.d.ts +0 -2
  228. package/dist/types-ts4.5/entry-points/code-block.d.ts +0 -2
  229. package/dist/types-ts4.5/entry-points/code.d.ts +0 -2
  230. package/dist/types-ts4.5/entry-points/colors.d.ts +0 -1
  231. package/dist/types-ts4.5/entry-points/confluence-emoji.d.ts +0 -2
  232. package/dist/types-ts4.5/entry-points/confluence-inline-comment.d.ts +0 -1
  233. package/dist/types-ts4.5/entry-points/confluence-jira-issue.d.ts +0 -1
  234. package/dist/types-ts4.5/entry-points/confluence-unsupported-block.d.ts +0 -1
  235. package/dist/types-ts4.5/entry-points/confluence-unsupported-inline.d.ts +0 -1
  236. package/dist/types-ts4.5/entry-points/create-schema.d.ts +0 -1
  237. package/dist/types-ts4.5/entry-points/createPMSpecFactory.d.ts +0 -2
  238. package/dist/types-ts4.5/entry-points/data-consumer.d.ts +0 -2
  239. package/dist/types-ts4.5/entry-points/date.d.ts +0 -2
  240. package/dist/types-ts4.5/entry-points/decision-item.d.ts +0 -2
  241. package/dist/types-ts4.5/entry-points/decision-list.d.ts +0 -2
  242. package/dist/types-ts4.5/entry-points/doc.d.ts +0 -2
  243. package/dist/types-ts4.5/entry-points/em.d.ts +0 -2
  244. package/dist/types-ts4.5/entry-points/embed-card.d.ts +0 -2
  245. package/dist/types-ts4.5/entry-points/emoji.d.ts +0 -2
  246. package/dist/types-ts4.5/entry-points/expand.d.ts +0 -2
  247. package/dist/types-ts4.5/entry-points/extension.d.ts +0 -2
  248. package/dist/types-ts4.5/entry-points/extensions.d.ts +0 -1
  249. package/dist/types-ts4.5/entry-points/font-size.d.ts +0 -2
  250. package/dist/types-ts4.5/entry-points/fragment.d.ts +0 -2
  251. package/dist/types-ts4.5/entry-points/hard-break.d.ts +0 -2
  252. package/dist/types-ts4.5/entry-points/heading.d.ts +0 -2
  253. package/dist/types-ts4.5/entry-points/image.d.ts +0 -1
  254. package/dist/types-ts4.5/entry-points/indentation.d.ts +0 -2
  255. package/dist/types-ts4.5/entry-points/inline-card.d.ts +0 -2
  256. package/dist/types-ts4.5/entry-points/inline-content.d.ts +0 -1
  257. package/dist/types-ts4.5/entry-points/inline-extension.d.ts +0 -2
  258. package/dist/types-ts4.5/entry-points/inline-nodes.d.ts +0 -1
  259. package/dist/types-ts4.5/entry-points/layout-column.d.ts +0 -3
  260. package/dist/types-ts4.5/entry-points/layout-section.d.ts +0 -2
  261. package/dist/types-ts4.5/entry-points/lch-color-inversion.d.ts +0 -1
  262. package/dist/types-ts4.5/entry-points/link.d.ts +0 -2
  263. package/dist/types-ts4.5/entry-points/list-item.d.ts +0 -1
  264. package/dist/types-ts4.5/entry-points/list.d.ts +0 -1
  265. package/dist/types-ts4.5/entry-points/mark.d.ts +0 -1
  266. package/dist/types-ts4.5/entry-points/media-group.d.ts +0 -2
  267. package/dist/types-ts4.5/entry-points/media-inline.d.ts +0 -2
  268. package/dist/types-ts4.5/entry-points/media-single.d.ts +0 -2
  269. package/dist/types-ts4.5/entry-points/media.d.ts +0 -2
  270. package/dist/types-ts4.5/entry-points/mention.d.ts +0 -2
  271. package/dist/types-ts4.5/entry-points/multi-bodied-extension.d.ts +0 -2
  272. package/dist/types-ts4.5/entry-points/nested-expand.d.ts +0 -2
  273. package/dist/types-ts4.5/entry-points/non-nestable-block-content.d.ts +0 -1
  274. package/dist/types-ts4.5/entry-points/ordered-list.d.ts +0 -1
  275. package/dist/types-ts4.5/entry-points/panel.d.ts +0 -2
  276. package/dist/types-ts4.5/entry-points/paragraph.d.ts +0 -2
  277. package/dist/types-ts4.5/entry-points/placeholder.d.ts +0 -2
  278. package/dist/types-ts4.5/entry-points/rich-media-common.d.ts +0 -1
  279. package/dist/types-ts4.5/entry-points/rule.d.ts +0 -2
  280. package/dist/types-ts4.5/entry-points/sanitizeNodes.d.ts +0 -1
  281. package/dist/types-ts4.5/entry-points/schema-alignment.d.ts +0 -2
  282. package/dist/types-ts4.5/entry-points/schema-annotation.d.ts +0 -2
  283. package/dist/types-ts4.5/entry-points/schema-background-color.d.ts +0 -2
  284. package/dist/types-ts4.5/entry-points/schema-block-card.d.ts +0 -2
  285. package/dist/types-ts4.5/entry-points/schema-block-content.d.ts +0 -1
  286. package/dist/types-ts4.5/entry-points/schema-blockquote.d.ts +0 -2
  287. package/dist/types-ts4.5/entry-points/schema-bodied-extension.d.ts +0 -2
  288. package/dist/types-ts4.5/entry-points/schema-bodied-sync-block.d.ts +0 -2
  289. package/dist/types-ts4.5/entry-points/schema-border.d.ts +0 -2
  290. package/dist/types-ts4.5/entry-points/schema-breakout.d.ts +0 -2
  291. package/dist/types-ts4.5/entry-points/schema-bullet-list.d.ts +0 -1
  292. package/dist/types-ts4.5/entry-points/schema-caption.d.ts +0 -2
  293. package/dist/types-ts4.5/entry-points/schema-code-block.d.ts +0 -2
  294. package/dist/types-ts4.5/entry-points/schema-code.d.ts +0 -2
  295. package/dist/types-ts4.5/entry-points/schema-confluence-inline-comment.d.ts +0 -1
  296. package/dist/types-ts4.5/entry-points/schema-confluence-jira-issue.d.ts +0 -1
  297. package/dist/types-ts4.5/entry-points/schema-confluence-unsupported-block.d.ts +0 -1
  298. package/dist/types-ts4.5/entry-points/schema-confluence-unsupported-inline.d.ts +0 -1
  299. package/dist/types-ts4.5/entry-points/schema-create-schema.d.ts +0 -1
  300. package/dist/types-ts4.5/entry-points/schema-createPMSpecFactory.d.ts +0 -2
  301. package/dist/types-ts4.5/entry-points/schema-data-consumer.d.ts +0 -2
  302. package/dist/types-ts4.5/entry-points/schema-date.d.ts +0 -2
  303. package/dist/types-ts4.5/entry-points/schema-decision-item.d.ts +0 -2
  304. package/dist/types-ts4.5/entry-points/schema-decision-list.d.ts +0 -2
  305. package/dist/types-ts4.5/entry-points/schema-doc.d.ts +0 -2
  306. package/dist/types-ts4.5/entry-points/schema-em.d.ts +0 -2
  307. package/dist/types-ts4.5/entry-points/schema-embed-card.d.ts +0 -2
  308. package/dist/types-ts4.5/entry-points/schema-emoji.d.ts +0 -2
  309. package/dist/types-ts4.5/entry-points/schema-expand.d.ts +0 -2
  310. package/dist/types-ts4.5/entry-points/schema-extension.d.ts +0 -2
  311. package/dist/types-ts4.5/entry-points/schema-extensions.d.ts +0 -1
  312. package/dist/types-ts4.5/entry-points/schema-font-size.d.ts +0 -2
  313. package/dist/types-ts4.5/entry-points/schema-fragment.d.ts +0 -2
  314. package/dist/types-ts4.5/entry-points/schema-hard-break.d.ts +0 -2
  315. package/dist/types-ts4.5/entry-points/schema-heading.d.ts +0 -2
  316. package/dist/types-ts4.5/entry-points/schema-image.d.ts +0 -1
  317. package/dist/types-ts4.5/entry-points/schema-indentation.d.ts +0 -2
  318. package/dist/types-ts4.5/entry-points/schema-inline-card.d.ts +0 -2
  319. package/dist/types-ts4.5/entry-points/schema-inline-content.d.ts +0 -1
  320. package/dist/types-ts4.5/entry-points/schema-inline-extension.d.ts +0 -2
  321. package/dist/types-ts4.5/entry-points/schema-inline-nodes.d.ts +0 -1
  322. package/dist/types-ts4.5/entry-points/schema-layout-section.d.ts +0 -2
  323. package/dist/types-ts4.5/entry-points/schema-link.d.ts +0 -2
  324. package/dist/types-ts4.5/entry-points/schema-list-item.d.ts +0 -1
  325. package/dist/types-ts4.5/entry-points/schema-list.d.ts +0 -1
  326. package/dist/types-ts4.5/entry-points/schema-mark.d.ts +0 -1
  327. package/dist/types-ts4.5/entry-points/schema-media-group.d.ts +0 -2
  328. package/dist/types-ts4.5/entry-points/schema-media-inline.d.ts +0 -2
  329. package/dist/types-ts4.5/entry-points/schema-media-single.d.ts +0 -2
  330. package/dist/types-ts4.5/entry-points/schema-media.d.ts +0 -2
  331. package/dist/types-ts4.5/entry-points/schema-mention.d.ts +0 -2
  332. package/dist/types-ts4.5/entry-points/schema-multi-bodied-extension.d.ts +0 -2
  333. package/dist/types-ts4.5/entry-points/schema-nested-expand.d.ts +0 -2
  334. package/dist/types-ts4.5/entry-points/schema-next-markTypes.d.ts +0 -2
  335. package/dist/types-ts4.5/entry-points/schema-next-nodeGroupTypes.d.ts +0 -1
  336. package/dist/types-ts4.5/entry-points/schema-next-nodeTypes.d.ts +0 -2
  337. package/dist/types-ts4.5/entry-points/schema-non-nestable-block-content.d.ts +0 -1
  338. package/dist/types-ts4.5/entry-points/schema-ordered-list.d.ts +0 -1
  339. package/dist/types-ts4.5/entry-points/schema-panel.d.ts +0 -2
  340. package/dist/types-ts4.5/entry-points/schema-paragraph.d.ts +0 -2
  341. package/dist/types-ts4.5/entry-points/schema-placeholder.d.ts +0 -2
  342. package/dist/types-ts4.5/entry-points/schema-rich-media-common.d.ts +0 -1
  343. package/dist/types-ts4.5/entry-points/schema-rule.d.ts +0 -2
  344. package/dist/types-ts4.5/entry-points/schema-sanitizeNodes.d.ts +0 -1
  345. package/dist/types-ts4.5/entry-points/schema-status.d.ts +0 -2
  346. package/dist/types-ts4.5/entry-points/schema-strike.d.ts +0 -2
  347. package/dist/types-ts4.5/entry-points/schema-strong.d.ts +0 -2
  348. package/dist/types-ts4.5/entry-points/schema-subsup.d.ts +0 -2
  349. package/dist/types-ts4.5/entry-points/schema-sync-block.d.ts +0 -2
  350. package/dist/types-ts4.5/entry-points/schema-tableNodes.d.ts +0 -2
  351. package/dist/types-ts4.5/entry-points/schema-task-item.d.ts +0 -2
  352. package/dist/types-ts4.5/entry-points/schema-task-list.d.ts +0 -2
  353. package/dist/types-ts4.5/entry-points/schema-text-color.d.ts +0 -2
  354. package/dist/types-ts4.5/entry-points/schema-text.d.ts +0 -2
  355. package/dist/types-ts4.5/entry-points/schema-type-ahead-query.d.ts +0 -1
  356. package/dist/types-ts4.5/entry-points/schema-underline.d.ts +0 -2
  357. package/dist/types-ts4.5/entry-points/schema-unknown-block.d.ts +0 -1
  358. package/dist/types-ts4.5/entry-points/schema-unsupported-block.d.ts +0 -1
  359. package/dist/types-ts4.5/entry-points/schema-unsupported-inline.d.ts +0 -1
  360. package/dist/types-ts4.5/entry-points/schema-unsupported-mark.d.ts +0 -1
  361. package/dist/types-ts4.5/entry-points/schema-unsupported-node-attributes.d.ts +0 -1
  362. package/dist/types-ts4.5/entry-points/schema-unsupported.d.ts +0 -1
  363. package/dist/types-ts4.5/entry-points/status.d.ts +0 -2
  364. package/dist/types-ts4.5/entry-points/steps-analytics.d.ts +0 -2
  365. package/dist/types-ts4.5/entry-points/steps-batch-attrs-step.d.ts +0 -2
  366. package/dist/types-ts4.5/entry-points/steps-link-meta-step.d.ts +0 -2
  367. package/dist/types-ts4.5/entry-points/steps-override-document-step.d.ts +0 -2
  368. package/dist/types-ts4.5/entry-points/steps-set-attrs.d.ts +0 -1
  369. package/dist/types-ts4.5/entry-points/steps-type-ahead.d.ts +0 -1
  370. package/dist/types-ts4.5/entry-points/strike.d.ts +0 -2
  371. package/dist/types-ts4.5/entry-points/strong.d.ts +0 -2
  372. package/dist/types-ts4.5/entry-points/subsup.d.ts +0 -2
  373. package/dist/types-ts4.5/entry-points/sync-block.d.ts +0 -2
  374. package/dist/types-ts4.5/entry-points/tableNodes.d.ts +0 -2
  375. package/dist/types-ts4.5/entry-points/task-item.d.ts +0 -2
  376. package/dist/types-ts4.5/entry-points/task-list.d.ts +0 -2
  377. package/dist/types-ts4.5/entry-points/text-color.d.ts +0 -2
  378. package/dist/types-ts4.5/entry-points/text.d.ts +0 -2
  379. package/dist/types-ts4.5/entry-points/type-ahead-query.d.ts +0 -1
  380. package/dist/types-ts4.5/entry-points/underline.d.ts +0 -2
  381. package/dist/types-ts4.5/entry-points/unknown-block.d.ts +0 -1
  382. package/dist/types-ts4.5/entry-points/unsupported-block.d.ts +0 -1
  383. package/dist/types-ts4.5/entry-points/unsupported-inline.d.ts +0 -1
  384. package/dist/types-ts4.5/entry-points/unsupported-mark.d.ts +0 -1
  385. package/dist/types-ts4.5/entry-points/unsupported-node-attributes.d.ts +0 -1
  386. package/dist/types-ts4.5/entry-points/unsupported.d.ts +0 -1
  387. package/dist/types-ts4.5/entry-points/uuid.d.ts +0 -1
  388. package/dist/types-ts4.5/index.d.ts +0 -8
  389. package/dist/types-ts4.5/next-schema/full-schema.adf.d.ts +0 -5
  390. package/dist/types-ts4.5/next-schema/generated/markTypes.d.ts +0 -218
  391. package/dist/types-ts4.5/next-schema/generated/nodeGroupTypes.d.ts +0 -10
  392. package/dist/types-ts4.5/next-schema/generated/nodeTypes.d.ts +0 -1056
  393. package/dist/types-ts4.5/next-schema/groups/blockContentGroup.d.ts +0 -14
  394. package/dist/types-ts4.5/next-schema/groups/blockGroup.d.ts +0 -2
  395. package/dist/types-ts4.5/next-schema/groups/blockRootOnlyGroup.d.ts +0 -2
  396. package/dist/types-ts4.5/next-schema/groups/fontStyleGroup.d.ts +0 -2
  397. package/dist/types-ts4.5/next-schema/groups/inlineContentGroup.d.ts +0 -12
  398. package/dist/types-ts4.5/next-schema/groups/inlineGroup.d.ts +0 -2
  399. package/dist/types-ts4.5/next-schema/groups/linkMarkGroup.d.ts +0 -2
  400. package/dist/types-ts4.5/next-schema/groups/nonNestableBlockContentGroup.d.ts +0 -9
  401. package/dist/types-ts4.5/next-schema/groups/searchQueryMarkGroup.d.ts +0 -2
  402. package/dist/types-ts4.5/next-schema/groups/tableCellContentPseudoGroup.d.ts +0 -4
  403. package/dist/types-ts4.5/next-schema/index.d.ts +0 -3
  404. package/dist/types-ts4.5/next-schema/marks/alignmentAndIndentation.d.ts +0 -3
  405. package/dist/types-ts4.5/next-schema/marks/annotation.d.ts +0 -3
  406. package/dist/types-ts4.5/next-schema/marks/border.d.ts +0 -2
  407. package/dist/types-ts4.5/next-schema/marks/breakout.d.ts +0 -2
  408. package/dist/types-ts4.5/next-schema/marks/code.d.ts +0 -2
  409. package/dist/types-ts4.5/next-schema/marks/color.d.ts +0 -4
  410. package/dist/types-ts4.5/next-schema/marks/confluenceInlineComment.d.ts +0 -2
  411. package/dist/types-ts4.5/next-schema/marks/dataConsumer.d.ts +0 -2
  412. package/dist/types-ts4.5/next-schema/marks/em.d.ts +0 -2
  413. package/dist/types-ts4.5/next-schema/marks/fontSize.d.ts +0 -17
  414. package/dist/types-ts4.5/next-schema/marks/fragment.d.ts +0 -2
  415. package/dist/types-ts4.5/next-schema/marks/link.d.ts +0 -2
  416. package/dist/types-ts4.5/next-schema/marks/strike.d.ts +0 -2
  417. package/dist/types-ts4.5/next-schema/marks/strong.d.ts +0 -2
  418. package/dist/types-ts4.5/next-schema/marks/subsup.d.ts +0 -2
  419. package/dist/types-ts4.5/next-schema/marks/typeAheadQuery.d.ts +0 -2
  420. package/dist/types-ts4.5/next-schema/marks/underline.d.ts +0 -2
  421. package/dist/types-ts4.5/next-schema/marks/unsupportedMark.d.ts +0 -2
  422. package/dist/types-ts4.5/next-schema/marks/unsupportedNodeAttribute.d.ts +0 -2
  423. package/dist/types-ts4.5/next-schema/nodes/blockCard.d.ts +0 -4
  424. package/dist/types-ts4.5/next-schema/nodes/blockquote.d.ts +0 -15
  425. package/dist/types-ts4.5/next-schema/nodes/bodiedExtension.d.ts +0 -9
  426. package/dist/types-ts4.5/next-schema/nodes/bodiedSyncBlock.d.ts +0 -4
  427. package/dist/types-ts4.5/next-schema/nodes/caption.d.ts +0 -4
  428. package/dist/types-ts4.5/next-schema/nodes/codeBlock.d.ts +0 -9
  429. package/dist/types-ts4.5/next-schema/nodes/confluenceJiraIssue.d.ts +0 -4
  430. package/dist/types-ts4.5/next-schema/nodes/confluenceUnsupportedBlock.d.ts +0 -4
  431. package/dist/types-ts4.5/next-schema/nodes/confluenceUnsupportedInline.d.ts +0 -4
  432. package/dist/types-ts4.5/next-schema/nodes/date.d.ts +0 -4
  433. package/dist/types-ts4.5/next-schema/nodes/decisionItem.d.ts +0 -4
  434. package/dist/types-ts4.5/next-schema/nodes/decisionList.d.ts +0 -4
  435. package/dist/types-ts4.5/next-schema/nodes/embedCard.d.ts +0 -4
  436. package/dist/types-ts4.5/next-schema/nodes/emoji.d.ts +0 -4
  437. package/dist/types-ts4.5/next-schema/nodes/expand.d.ts +0 -9
  438. package/dist/types-ts4.5/next-schema/nodes/extension.d.ts +0 -8
  439. package/dist/types-ts4.5/next-schema/nodes/extensionFrame.d.ts +0 -4
  440. package/dist/types-ts4.5/next-schema/nodes/hardBreak.d.ts +0 -4
  441. package/dist/types-ts4.5/next-schema/nodes/heading.d.ts +0 -39
  442. package/dist/types-ts4.5/next-schema/nodes/image.d.ts +0 -4
  443. package/dist/types-ts4.5/next-schema/nodes/inlineCard.d.ts +0 -7
  444. package/dist/types-ts4.5/next-schema/nodes/inlineExtension.d.ts +0 -7
  445. package/dist/types-ts4.5/next-schema/nodes/layoutColumn.d.ts +0 -4
  446. package/dist/types-ts4.5/next-schema/nodes/layoutSection.d.ts +0 -26
  447. package/dist/types-ts4.5/next-schema/nodes/list.d.ts +0 -7
  448. package/dist/types-ts4.5/next-schema/nodes/media.d.ts +0 -4
  449. package/dist/types-ts4.5/next-schema/nodes/mediaGroup.d.ts +0 -4
  450. package/dist/types-ts4.5/next-schema/nodes/mediaInline.d.ts +0 -4
  451. package/dist/types-ts4.5/next-schema/nodes/mediaSingle.d.ts +0 -7
  452. package/dist/types-ts4.5/next-schema/nodes/mention.d.ts +0 -4
  453. package/dist/types-ts4.5/next-schema/nodes/multiBodiedExtension.d.ts +0 -4
  454. package/dist/types-ts4.5/next-schema/nodes/nestedExpand.d.ts +0 -12
  455. package/dist/types-ts4.5/next-schema/nodes/panel.d.ts +0 -5
  456. package/dist/types-ts4.5/next-schema/nodes/paragraph.d.ts +0 -30
  457. package/dist/types-ts4.5/next-schema/nodes/placeholder.d.ts +0 -4
  458. package/dist/types-ts4.5/next-schema/nodes/rule.d.ts +0 -4
  459. package/dist/types-ts4.5/next-schema/nodes/status.d.ts +0 -4
  460. package/dist/types-ts4.5/next-schema/nodes/syncBlock.d.ts +0 -4
  461. package/dist/types-ts4.5/next-schema/nodes/tableCellContent.d.ts +0 -4
  462. package/dist/types-ts4.5/next-schema/nodes/tableNodes.d.ts +0 -5
  463. package/dist/types-ts4.5/next-schema/nodes/task.d.ts +0 -10
  464. package/dist/types-ts4.5/next-schema/nodes/text.d.ts +0 -26
  465. package/dist/types-ts4.5/next-schema/nodes/unsupportedBlock.d.ts +0 -4
  466. package/dist/types-ts4.5/next-schema/nodes/unsupportedInline.d.ts +0 -4
  467. package/dist/types-ts4.5/schema/bitbucket-schema.d.ts +0 -5
  468. package/dist/types-ts4.5/schema/confluence-schema.d.ts +0 -9
  469. package/dist/types-ts4.5/schema/create-schema.d.ts +0 -27
  470. package/dist/types-ts4.5/schema/createPMSpecFactory.d.ts +0 -37
  471. package/dist/types-ts4.5/schema/default-schema.d.ts +0 -9
  472. package/dist/types-ts4.5/schema/groups.d.ts +0 -6
  473. package/dist/types-ts4.5/schema/index.d.ts +0 -12
  474. package/dist/types-ts4.5/schema/inline-nodes.d.ts +0 -1
  475. package/dist/types-ts4.5/schema/jira-schema.d.ts +0 -65
  476. package/dist/types-ts4.5/schema/marks/alignment.d.ts +0 -16
  477. package/dist/types-ts4.5/schema/marks/annotation.d.ts +0 -32
  478. package/dist/types-ts4.5/schema/marks/background-color.d.ts +0 -15
  479. package/dist/types-ts4.5/schema/marks/border.d.ts +0 -26
  480. package/dist/types-ts4.5/schema/marks/breakout.d.ts +0 -12
  481. package/dist/types-ts4.5/schema/marks/code.d.ts +0 -8
  482. package/dist/types-ts4.5/schema/marks/confluence-inline-comment.d.ts +0 -12
  483. package/dist/types-ts4.5/schema/marks/data-consumer.d.ts +0 -48
  484. package/dist/types-ts4.5/schema/marks/em.d.ts +0 -8
  485. package/dist/types-ts4.5/schema/marks/font-size.d.ts +0 -12
  486. package/dist/types-ts4.5/schema/marks/fragment.d.ts +0 -30
  487. package/dist/types-ts4.5/schema/marks/indentation.d.ts +0 -16
  488. package/dist/types-ts4.5/schema/marks/index.d.ts +0 -38
  489. package/dist/types-ts4.5/schema/marks/link.d.ts +0 -40
  490. package/dist/types-ts4.5/schema/marks/strike.d.ts +0 -8
  491. package/dist/types-ts4.5/schema/marks/strong.d.ts +0 -8
  492. package/dist/types-ts4.5/schema/marks/subsup.d.ts +0 -15
  493. package/dist/types-ts4.5/schema/marks/text-color.d.ts +0 -27
  494. package/dist/types-ts4.5/schema/marks/type-ahead-query.d.ts +0 -2
  495. package/dist/types-ts4.5/schema/marks/underline.d.ts +0 -8
  496. package/dist/types-ts4.5/schema/marks/unsupported-mark.d.ts +0 -2
  497. package/dist/types-ts4.5/schema/marks/unsupported-node-attributes.d.ts +0 -2
  498. package/dist/types-ts4.5/schema/nodes/block-card.d.ts +0 -49
  499. package/dist/types-ts4.5/schema/nodes/blockquote.d.ts +0 -30
  500. package/dist/types-ts4.5/schema/nodes/bodied-extension.d.ts +0 -26
  501. package/dist/types-ts4.5/schema/nodes/bodied-sync-block.d.ts +0 -46
  502. package/dist/types-ts4.5/schema/nodes/bullet-list.d.ts +0 -4
  503. package/dist/types-ts4.5/schema/nodes/caption.d.ts +0 -27
  504. package/dist/types-ts4.5/schema/nodes/code-block.d.ts +0 -34
  505. package/dist/types-ts4.5/schema/nodes/confluence-jira-issue.d.ts +0 -2
  506. package/dist/types-ts4.5/schema/nodes/confluence-unsupported-block.d.ts +0 -2
  507. package/dist/types-ts4.5/schema/nodes/confluence-unsupported-inline.d.ts +0 -2
  508. package/dist/types-ts4.5/schema/nodes/date.d.ts +0 -23
  509. package/dist/types-ts4.5/schema/nodes/decision-item.d.ts +0 -18
  510. package/dist/types-ts4.5/schema/nodes/decision-list.d.ts +0 -20
  511. package/dist/types-ts4.5/schema/nodes/doc.d.ts +0 -22
  512. package/dist/types-ts4.5/schema/nodes/embed-card.d.ts +0 -17
  513. package/dist/types-ts4.5/schema/nodes/emoji.d.ts +0 -22
  514. package/dist/types-ts4.5/schema/nodes/expand.d.ts +0 -36
  515. package/dist/types-ts4.5/schema/nodes/extension.d.ts +0 -18
  516. package/dist/types-ts4.5/schema/nodes/hard-break.d.ts +0 -11
  517. package/dist/types-ts4.5/schema/nodes/heading.d.ts +0 -43
  518. package/dist/types-ts4.5/schema/nodes/image.d.ts +0 -2
  519. package/dist/types-ts4.5/schema/nodes/index.d.ts +0 -98
  520. package/dist/types-ts4.5/schema/nodes/inline-card.d.ts +0 -17
  521. package/dist/types-ts4.5/schema/nodes/inline-extension.d.ts +0 -18
  522. package/dist/types-ts4.5/schema/nodes/layout-column.d.ts +0 -30
  523. package/dist/types-ts4.5/schema/nodes/layout-section.d.ts +0 -57
  524. package/dist/types-ts4.5/schema/nodes/list-item.d.ts +0 -9
  525. package/dist/types-ts4.5/schema/nodes/media-group.d.ts +0 -16
  526. package/dist/types-ts4.5/schema/nodes/media-inline.d.ts +0 -20
  527. package/dist/types-ts4.5/schema/nodes/media-single.d.ts +0 -78
  528. package/dist/types-ts4.5/schema/nodes/media.d.ts +0 -71
  529. package/dist/types-ts4.5/schema/nodes/mention.d.ts +0 -31
  530. package/dist/types-ts4.5/schema/nodes/multi-bodied-extension.d.ts +0 -55
  531. package/dist/types-ts4.5/schema/nodes/nested-expand.d.ts +0 -43
  532. package/dist/types-ts4.5/schema/nodes/ordered-list.d.ts +0 -6
  533. package/dist/types-ts4.5/schema/nodes/panel.d.ts +0 -64
  534. package/dist/types-ts4.5/schema/nodes/paragraph.d.ts +0 -45
  535. package/dist/types-ts4.5/schema/nodes/placeholder.d.ts +0 -13
  536. package/dist/types-ts4.5/schema/nodes/rule.d.ts +0 -12
  537. package/dist/types-ts4.5/schema/nodes/status.d.ts +0 -27
  538. package/dist/types-ts4.5/schema/nodes/sync-block.d.ts +0 -23
  539. package/dist/types-ts4.5/schema/nodes/tableNodes.d.ts +0 -174
  540. package/dist/types-ts4.5/schema/nodes/task-item.d.ts +0 -36
  541. package/dist/types-ts4.5/schema/nodes/task-list.d.ts +0 -26
  542. package/dist/types-ts4.5/schema/nodes/text.d.ts +0 -14
  543. package/dist/types-ts4.5/schema/nodes/types/block-content.d.ts +0 -21
  544. package/dist/types-ts4.5/schema/nodes/types/extensions.d.ts +0 -34
  545. package/dist/types-ts4.5/schema/nodes/types/inline-content.d.ts +0 -28
  546. package/dist/types-ts4.5/schema/nodes/types/list.d.ts +0 -51
  547. package/dist/types-ts4.5/schema/nodes/types/mark.d.ts +0 -15
  548. package/dist/types-ts4.5/schema/nodes/types/non-nestable-block-content.d.ts +0 -19
  549. package/dist/types-ts4.5/schema/nodes/types/rich-media-common.d.ts +0 -37
  550. package/dist/types-ts4.5/schema/nodes/types/valign.d.ts +0 -6
  551. package/dist/types-ts4.5/schema/nodes/unknown-block.d.ts +0 -3
  552. package/dist/types-ts4.5/schema/nodes/unsupported-block.d.ts +0 -2
  553. package/dist/types-ts4.5/schema/nodes/unsupported-inline.d.ts +0 -2
  554. package/dist/types-ts4.5/schema/sanitizeNodes.d.ts +0 -8
  555. package/dist/types-ts4.5/schema/unsupported.d.ts +0 -1
  556. package/dist/types-ts4.5/steps/analytics.d.ts +0 -60
  557. package/dist/types-ts4.5/steps/batch-attrs-step.d.ts +0 -74
  558. package/dist/types-ts4.5/steps/link-meta-step.d.ts +0 -52
  559. package/dist/types-ts4.5/steps/override-document-step.d.ts +0 -26
  560. package/dist/types-ts4.5/steps/set-attrs.d.ts +0 -24
  561. package/dist/types-ts4.5/steps/type-ahead.d.ts +0 -35
  562. package/dist/types-ts4.5/steps/types.d.ts +0 -96
  563. package/dist/types-ts4.5/steps.d.ts +0 -10
  564. package/dist/types-ts4.5/utils/colors.d.ts +0 -81
  565. package/dist/types-ts4.5/utils/confluence/emoji.d.ts +0 -50
  566. package/dist/types-ts4.5/utils/editor-palette.d.ts +0 -257
  567. package/dist/types-ts4.5/utils/extensions.d.ts +0 -3
  568. package/dist/types-ts4.5/utils/index.d.ts +0 -7
  569. package/dist/types-ts4.5/utils/lch-color-inversion.d.ts +0 -2
  570. package/dist/types-ts4.5/utils/parseDOM.d.ts +0 -1
  571. package/dist/types-ts4.5/utils/url.d.ts +0 -40
  572. package/dist/types-ts4.5/utils/uuid.d.ts +0 -5
  573. package/dist/types-ts4.5/validator-schema/generated/validatorSpec.d.ts +0 -2016
@@ -1 +0,0 @@
1
- export type { RichMediaAttributes, ExtendedMediaAttributes, Layout as RichMediaLayout, } from '../schema/nodes/types/rich-media-common';
@@ -1,2 +0,0 @@
1
- export { rule, ruleWithLocalId } from '../schema/nodes/rule';
2
- export type { RuleDefinition } from '../schema/nodes/rule';
@@ -1 +0,0 @@
1
- export { sanitizeNodes } from '../schema/sanitizeNodes';
@@ -1,2 +0,0 @@
1
- export { alignment, alignmentPositionMap } from '../schema/marks/alignment';
2
- export type { AlignmentAttributes, AlignmentMarkDefinition } from '../schema/marks/alignment';
@@ -1,2 +0,0 @@
1
- export { AnnotationTypes, annotation, buildDataAttributes as buildAnnotationMarkDataAttributes, AnnotationMarkStates, } from '../schema/marks/annotation';
2
- export type { AnnotationMarkAttributes, AnnotationMarkDefinition, AnnotationId, AnnotationDataAttributes, } from '../schema/marks/annotation';
@@ -1,2 +0,0 @@
1
- export { backgroundColor, backgroundColorPalette } from '../schema/marks/background-color';
2
- export type { BackgroundColorDefinition } from '../schema/marks/background-color';
@@ -1,2 +0,0 @@
1
- export { blockCard, blockCardWithLocalId } from '../schema/nodes/block-card';
2
- export type { BlockCardDefinition, CardAttributes, DatasourceAttributes, DatasourceAttributeProperties, DataType, UrlType, } from '../schema/nodes/block-card';
@@ -1 +0,0 @@
1
- export type { BlockContent } from '../schema/nodes/types/block-content';
@@ -1,2 +0,0 @@
1
- export { blockquote, extendedBlockquote, extendedBlockquoteWithLocalId, } from '../schema/nodes/blockquote';
2
- export type { BlockQuoteDefinition } from '../schema/nodes/blockquote';
@@ -1,2 +0,0 @@
1
- export { bodiedExtension } from '../schema/nodes/bodied-extension';
2
- export type { BodiedExtensionDefinition } from '../schema/nodes/bodied-extension';
@@ -1,2 +0,0 @@
1
- export { bodiedSyncBlock } from '../schema/nodes/bodied-sync-block';
2
- export type { BodiedSyncBlockDefinition } from '../schema/nodes/bodied-sync-block';
@@ -1,2 +0,0 @@
1
- export { border, borderColorPalette } from '../schema/marks/border';
2
- export type { BorderMarkAttributes, BorderMarkDefinition } from '../schema/marks/border';
@@ -1,2 +0,0 @@
1
- export { breakout } from '../schema/marks/breakout';
2
- export type { BreakoutMarkAttrs, BreakoutMarkDefinition } from '../schema/marks/breakout';
@@ -1 +0,0 @@
1
- export { bulletList, bulletListSelector, bulletListWithLocalId } from '../schema/nodes/bullet-list';
@@ -1,2 +0,0 @@
1
- export { caption, captionWithLocalId } from '../schema/nodes/caption';
2
- export type { CaptionDefinition } from '../schema/nodes/caption';
@@ -1,2 +0,0 @@
1
- export { codeBlock, codeBlockWithLocalId, toJSON as codeBlockToJSON, } from '../schema/nodes/code-block';
2
- export type { CodeBlockAttrs, CodeBlockBaseDefinition, CodeBlockDefinition, CodeBlockWithMarksDefinition, } from '../schema/nodes/code-block';
@@ -1,2 +0,0 @@
1
- export { code } from '../schema/marks/code';
2
- export type { CodeDefinition } from '../schema/marks/code';
@@ -1 +0,0 @@
1
- export { confluenceInlineComment } from '../schema/marks/confluence-inline-comment';
@@ -1 +0,0 @@
1
- export { confluenceJiraIssue } from '../schema/nodes/confluence-jira-issue';
@@ -1 +0,0 @@
1
- export { confluenceUnsupportedBlock } from '../schema/nodes/confluence-unsupported-block';
@@ -1 +0,0 @@
1
- export { confluenceUnsupportedInline } from '../schema/nodes/confluence-unsupported-inline';
@@ -1 +0,0 @@
1
- export { createSchema } from '../schema/create-schema';
@@ -1,2 +0,0 @@
1
- export { createPMNodeSpecFactory, createPMMarkSpecFactory } from '../schema/createPMSpecFactory';
2
- export type { NodeSpecOptions, MarkSpecOptions } from '../schema/createPMSpecFactory';
@@ -1,2 +0,0 @@
1
- export { dataConsumer, toJSON as dataConsumerToJSON } from '../schema/marks/data-consumer';
2
- export type { DataConsumerAttributes, DataConsumerDefinition } from '../schema/marks/data-consumer';
@@ -1,2 +0,0 @@
1
- export { date, dateWithLocalId } from '../schema/nodes/date';
2
- export type { DateDefinition } from '../schema/nodes/date';
@@ -1,2 +0,0 @@
1
- export { decisionItem } from '../schema/nodes/decision-item';
2
- export type { DecisionItemDefinition } from '../schema/nodes/decision-item';
@@ -1,2 +0,0 @@
1
- export { decisionList, decisionListSelector } from '../schema/nodes/decision-list';
2
- export type { DecisionListDefinition } from '../schema/nodes/decision-list';
@@ -1,2 +0,0 @@
1
- export { doc } from '../schema/nodes/doc';
2
- export type { DocNode } from '../schema/nodes/doc';
@@ -1,2 +0,0 @@
1
- export { em } from '../schema/marks/em';
2
- export type { EmDefinition } from '../schema/marks/em';
@@ -1,2 +0,0 @@
1
- export { embedCard, embedCardWithLocalId } from '../schema/nodes/embed-card';
2
- export type { EmbedCardDefinition, EmbedCardAttributes } from '../schema/nodes/embed-card';
@@ -1,2 +0,0 @@
1
- export { emoji, emojiWithLocalId } from '../schema/nodes/emoji';
2
- export type { EmojiAttributes, EmojiDefinition } from '../schema/nodes/emoji';
@@ -1,2 +0,0 @@
1
- export { expandWithNestedExpand, expandWithNestedExpandLocalId, toJSON as expandToJSON, } from '../schema/nodes/expand';
2
- export type { ExpandDefinition } from '../schema/nodes/expand';
@@ -1,2 +0,0 @@
1
- export { extension } from '../schema/nodes/extension';
2
- export type { ExtensionDefinition } from '../schema/nodes/extension';
@@ -1 +0,0 @@
1
- export type { Layout as ExtensionLayout } from '../schema/nodes/types/extensions';
@@ -1,2 +0,0 @@
1
- export { fontSize } from '../schema/marks/font-size';
2
- export type { FontSizeMarkAttrs, FontSizeMarkDefinition } from '../schema/marks/font-size';
@@ -1,2 +0,0 @@
1
- export { fragment, toJSON as fragmentToJSON } from '../schema/marks/fragment';
2
- export type { FragmentAttributes, FragmentDefinition } from '../schema/marks/fragment';
@@ -1,2 +0,0 @@
1
- export { hardBreak } from '../schema/nodes/hard-break';
2
- export type { HardBreakDefinition } from '../schema/nodes/hard-break';
@@ -1,2 +0,0 @@
1
- export { heading } from '../schema/nodes/heading';
2
- export type { HeadingBaseDefinition, HeadingDefinition, HeadingWithAlignmentDefinition, HeadingWithIndentationDefinition, HeadingWithMarksDefinition, } from '../schema/nodes/heading';
@@ -1 +0,0 @@
1
- export { image } from '../schema/nodes/image';
@@ -1,2 +0,0 @@
1
- export { indentation } from '../schema/marks/indentation';
2
- export type { IndentationMarkAttributes, IndentationMarkDefinition, } from '../schema/marks/indentation';
@@ -1,2 +0,0 @@
1
- export { inlineCard, inlineCardWithLocalId } from '../schema/nodes/inline-card';
2
- export type { InlineCardDefinition } from '../schema/nodes/inline-card';
@@ -1 +0,0 @@
1
- export type { Inline, InlineCode, InlineFormattedText, InlineLinkText, } from '../schema/nodes/types/inline-content';
@@ -1,2 +0,0 @@
1
- export { inlineExtension } from '../schema/nodes/inline-extension';
2
- export type { InlineExtensionDefinition } from '../schema/nodes/inline-extension';
@@ -1 +0,0 @@
1
- export { inlineNodes } from '../schema/inline-nodes';
@@ -1,2 +0,0 @@
1
- export { layoutSection, layoutSectionWithLocalId, layoutSectionWithSingleColumn, layoutSectionWithSingleColumnLocalId, } from '../schema/nodes/layout-section';
2
- export type { LayoutSectionDefinition, LayoutSectionBaseDefinition, LayoutSectionFullDefinition, LayoutSectionWithSingleColumnDefinition, } from '../schema/nodes/layout-section';
@@ -1,2 +0,0 @@
1
- export { link, toJSON as linkToJSON } from '../schema/marks/link';
2
- export type { LinkAttributes, LinkDefinition } from '../schema/marks/link';
@@ -1 +0,0 @@
1
- export { listItem, listItemWithLocalId } from '../schema/nodes/list-item';
@@ -1 +0,0 @@
1
- export type { BulletListDefinition, ListItemArray, ListItemDefinition, OrderedListDefinition, } from '../schema/nodes/types/list';
@@ -1 +0,0 @@
1
- export type { MarksObject, NoMark } from '../schema/nodes/types/mark';
@@ -1,2 +0,0 @@
1
- export { mediaGroup } from '../schema/nodes/media-group';
2
- export type { MediaGroupDefinition } from '../schema/nodes/media-group';
@@ -1,2 +0,0 @@
1
- export { mediaInline } from '../schema/nodes/media-inline';
2
- export type { MediaInlineAttributes, MediaInlineDefinition } from '../schema/nodes/media-inline';
@@ -1,2 +0,0 @@
1
- export { mediaSingle, mediaSingleSpec, mediaSingleWithCaption, mediaSingleWithWidthType, mediaSingleFull, mediaSingleFullWithLocalId, toJSON as mediaSingleToJSON, } from '../schema/nodes/media-single';
2
- export type { MediaSingleDefinition } from '../schema/nodes/media-single';
@@ -1,2 +0,0 @@
1
- export { copyPrivateAttributes as copyPrivateMediaAttributes, media, toJSON as mediaToJSON, } from '../schema/nodes/media';
2
- export type { ExternalMediaAttributes, MediaADFAttrs, MediaAttributes, MediaBaseAttributes, MediaDefinition, DisplayType as MediaDisplayType, MediaType, } from '../schema/nodes/media';
@@ -1,2 +0,0 @@
1
- export { mention, toJSON as mentionToJSON } from '../schema/nodes/mention';
2
- export type { MentionAttributes, MentionDefinition, UserType as MentionUserType, } from '../schema/nodes/mention';
@@ -1,2 +0,0 @@
1
- export { extensionFrame, multiBodiedExtension } from '../schema/nodes/multi-bodied-extension';
2
- export type { ExtensionFrameDefinition, MultiBodiedExtensionDefinition, } from '../schema/nodes/multi-bodied-extension';
@@ -1,2 +0,0 @@
1
- export { nestedExpand, nestedExpandWithLocalId } from '../schema/nodes/nested-expand';
2
- export type { NestedExpandContent, NestedExpandDefinition } from '../schema/nodes/nested-expand';
@@ -1,2 +0,0 @@
1
- export { alignment, annotation, backgroundColor, border, breakout, code, confluenceInlineComment, dataConsumer, em, fontSize, fragment, indentation, link, strike, strong, subsup, textColor, typeAheadQuery, underline, unsupportedMark, unsupportedNodeAttribute, } from '../next-schema/generated/markTypes';
2
- export type { AlignmentMarkAttributes, AlignmentDefinition, AlignmentMark, AnnotationMarkAttributes, AnnotationDefinition, AnnotationMark, BackgroundColorMarkAttributes, BackgroundColorDefinition, BackgroundColorMark, BorderMarkAttributes, BorderDefinition, BorderMark, BreakoutMarkAttributes, BreakoutDefinition, BreakoutMark, CodeDefinition, CodeMark, ConfluenceInlineCommentMarkAttributes, ConfluenceInlineCommentDefinition, ConfluenceInlineCommentMark, DataConsumerMarkAttributes, DataConsumerDefinition, DataConsumerMark, EmDefinition, EmMark, FontSizeMarkAttributes, FontSizeDefinition, FontSizeMark, FragmentMarkAttributes, FragmentDefinition, FragmentMark, IndentationMarkAttributes, IndentationDefinition, IndentationMark, LinkMarkAttributes, LinkDefinition, LinkMark, StrikeDefinition, StrikeMark, StrongDefinition, StrongMark, SubsupMarkAttributes, SubsupDefinition, SubsupMark, TextColorMarkAttributes, TextColorDefinition, TextColorMark, TypeAheadQueryMarkAttributes, TypeAheadQueryDefinition, TypeAheadQueryMark, UnderlineDefinition, UnderlineMark, UnsupportedMarkMarkAttributes, UnsupportedMarkDefinition, UnsupportedMarkMark, UnsupportedNodeAttributeMarkAttributes, UnsupportedNodeAttributeDefinition, UnsupportedNodeAttributeMark, } from '../next-schema/generated/markTypes';
@@ -1 +0,0 @@
1
- export type { BlockDefinition, BlockRootOnlyDefinition, InlineDefinition, NonNestableBlockContentDefinition, } from '../next-schema/generated/nodeGroupTypes';
@@ -1,2 +0,0 @@
1
- export { blockCard, blockquote, blockquoteLegacy, blockTaskItem, bodiedExtension, bodiedExtensionWithMarks, bodiedSyncBlock, bulletList, caption, codeBlock, codeBlockRootOnly, confluenceJiraIssue, confluenceUnsupportedBlock, confluenceUnsupportedInline, date, dateStage0, decisionItem, decisionList, doc, embedCard, emoji, emojiStage0, expand, expandRootOnly, extension, extensionWithMarks, extensionFrameStage0, hardBreak, heading, headingWithAlignment, headingWithIndentation, headingWithNoMarks, image, inlineCard, inlineCardStage0, inlineExtension, inlineExtensionWithMarks, layoutColumn, layoutColumn as layoutColumnStage0, layoutSection, layoutSectionFull, layoutSectionWithSingleColumnStage0, listItem, media, mediaGroup, mediaInline, mediaSingle, mediaSingleCaption, mediaSingleFull, mediaSingleWidthType, mention, mentionStage0, multiBodiedExtensionStage0, nestedExpand, nestedExpandWithNoMarks, orderedList, panel, paragraph, paragraphWithAlignment, paragraphWithFontSize, paragraphWithIndentation, paragraphWithNoMarks, placeholder, rule, status, statusStage0, syncBlock, table, tableWithNestedTable, tableCell, tableCellStage0, tableCellWithNestedTable, tableCellWithNestedTableStage0, tableHeader, tableHeaderStage0, tableHeaderWithNestedTable, tableHeaderWithNestedTableStage0, tableRow, tableRowWithNestedTable, taskItem, taskList, text, textCodeInline, textFormatted, textWithNoMarks, unsupportedBlock, unsupportedInline, } from '../next-schema/generated/nodeTypes';
2
- export type { BlockCardNodeAttributes0, BlockCardNodeAttributes1, BlockCardNodeAttributes2, BlockCardDefinition, BlockCardNode, BlockquoteDefinition, BlockquoteNode, BlockquoteLegacyDefinition, BlockquoteLegacyNode, BlockTaskItemDefinition, BlockTaskItemNode, BodiedExtensionDefinition, BodiedExtensionNode, BodiedExtensionWithMarksDefinition, BodiedExtensionWithMarksNode, BodiedSyncBlockDefinition, BodiedSyncBlockNode, BulletListDefinition, BulletListNode, CaptionDefinition, CaptionNode, CodeBlockDefinition, CodeBlockNode, CodeBlockRootOnlyDefinition, CodeBlockRootOnlyNode, ConfluenceJiraIssueDefinition, ConfluenceJiraIssueNode, ConfluenceUnsupportedBlockDefinition, ConfluenceUnsupportedBlockNode, ConfluenceUnsupportedInlineDefinition, ConfluenceUnsupportedInlineNode, DateDefinition, DateNode, DateStage0Definition, DateStage0Node, DecisionItemDefinition, DecisionItemNode, DecisionListDefinition, DecisionListNode, DocDefinition, DocNode, EmbedCardDefinition, EmbedCardNode, EmojiDefinition, EmojiNode, EmojiStage0Definition, EmojiStage0Node, ExpandDefinition, ExpandNode, ExpandRootOnlyDefinition, ExpandRootOnlyNode, ExtensionDefinition, ExtensionNode, ExtensionWithMarksDefinition, ExtensionWithMarksNode, ExtensionFrameStage0Definition, ExtensionFrameStage0Node, HardBreakDefinition, HardBreakNode, HeadingDefinition, HeadingNode, HeadingWithAlignmentDefinition, HeadingWithAlignmentNode, HeadingWithIndentationDefinition, HeadingWithIndentationNode, HeadingWithNoMarksDefinition, HeadingWithNoMarksNode, ImageDefinition, ImageNode, InlineCardNodeAttributes0, InlineCardNodeAttributes1, InlineCardDefinition, InlineCardNode, InlineCardStage0NodeAttributes0, InlineCardStage0NodeAttributes1, InlineCardStage0Definition, InlineCardStage0Node, InlineExtensionDefinition, InlineExtensionNode, InlineExtensionWithMarksDefinition, InlineExtensionWithMarksNode, LayoutColumnDefinition, LayoutColumnDefinition as LayoutColumnStage0Definition, LayoutColumnNode, LayoutColumnNode as LayoutColumnStage0Node, LayoutSectionDefinition, LayoutSectionNode, LayoutSectionFullDefinition, LayoutSectionFullNode, LayoutSectionWithSingleColumnStage0Definition, LayoutSectionWithSingleColumnStage0Node, ListItemDefinition, ListItemNode, MediaNodeAttributes0, MediaNodeAttributes1, MediaDefinition, MediaNode, MediaGroupDefinition, MediaGroupNode, MediaInlineDefinition, MediaInlineNode, MediaSingleNodeAttributes0, MediaSingleNodeAttributes1, MediaSingleDefinition, MediaSingleNode, MediaSingleCaptionNodeAttributes0, MediaSingleCaptionNodeAttributes1, MediaSingleCaptionDefinition, MediaSingleCaptionNode, MediaSingleFullNodeAttributes0, MediaSingleFullNodeAttributes1, MediaSingleFullDefinition, MediaSingleFullNode, MediaSingleWidthTypeNodeAttributes0, MediaSingleWidthTypeNodeAttributes1, MediaSingleWidthTypeDefinition, MediaSingleWidthTypeNode, MentionDefinition, MentionNode, MentionStage0Definition, MentionStage0Node, MultiBodiedExtensionStage0Definition, MultiBodiedExtensionStage0Node, NestedExpandDefinition, NestedExpandNode, NestedExpandWithNoMarksDefinition, NestedExpandWithNoMarksNode, OrderedListDefinition, OrderedListNode, PanelDefinition, PanelNode, ParagraphDefinition, ParagraphNode, ParagraphWithAlignmentDefinition, ParagraphWithAlignmentNode, ParagraphWithFontSizeDefinition, ParagraphWithFontSizeNode, ParagraphWithIndentationDefinition, ParagraphWithIndentationNode, ParagraphWithNoMarksDefinition, ParagraphWithNoMarksNode, PlaceholderDefinition, PlaceholderNode, RuleDefinition, RuleNode, StatusDefinition, StatusNode, StatusStage0Definition, StatusStage0Node, SyncBlockDefinition, SyncBlockNode, TableDefinition, TableNode, TableWithNestedTableDefinition, TableWithNestedTableNode, TableCellDefinition, TableCellNode, TableCellStage0Definition, TableCellStage0Node, TableCellWithNestedTableDefinition, TableCellWithNestedTableNode, TableCellWithNestedTableStage0Definition, TableCellWithNestedTableStage0Node, TableHeaderDefinition, TableHeaderNode, TableHeaderStage0Definition, TableHeaderStage0Node, TableHeaderWithNestedTableDefinition, TableHeaderWithNestedTableNode, TableHeaderWithNestedTableStage0Definition, TableHeaderWithNestedTableStage0Node, TableRowDefinition, TableRowNode, TableRowWithNestedTableDefinition, TableRowWithNestedTableNode, TaskItemDefinition, TaskItemNode, TaskListDefinition, TaskListNode, TextDefinition, TextNode, TextCodeInlineDefinition, TextCodeInlineNode, TextFormattedDefinition, TextFormattedNode, TextWithNoMarksDefinition, TextWithNoMarksNode, UnsupportedBlockDefinition, UnsupportedBlockNode, UnsupportedInlineDefinition, UnsupportedInlineNode, } from '../next-schema/generated/nodeTypes';
@@ -1 +0,0 @@
1
- export type { NonNestableBlockContent } from '../schema/nodes/types/non-nestable-block-content';
@@ -1 +0,0 @@
1
- export { orderedList, orderedListSelector, orderedListWithLocalId, orderedListWithOrder, orderedListWithOrderAndLocalId, } from '../schema/nodes/ordered-list';
@@ -1,2 +0,0 @@
1
- export { PanelType, extendedPanel, extendedPanelWithLocalId } from '../schema/nodes/panel';
2
- export type { PanelAttributes, PanelDefinition } from '../schema/nodes/panel';
@@ -1,2 +0,0 @@
1
- export { paragraph } from '../schema/nodes/paragraph';
2
- export type { ParagraphBaseDefinition, ParagraphDefinition, ParagraphWithAlignmentDefinition, ParagraphWithIndentationDefinition, ParagraphWithMarksDefinition, } from '../schema/nodes/paragraph';
@@ -1,2 +0,0 @@
1
- export { placeholder, placeholderWithLocalId } from '../schema/nodes/placeholder';
2
- export type { PlaceholderDefinition } from '../schema/nodes/placeholder';
@@ -1 +0,0 @@
1
- export type { RichMediaAttributes, ExtendedMediaAttributes, Layout as RichMediaLayout, } from '../schema/nodes/types/rich-media-common';
@@ -1,2 +0,0 @@
1
- export { rule, ruleWithLocalId } from '../schema/nodes/rule';
2
- export type { RuleDefinition } from '../schema/nodes/rule';
@@ -1 +0,0 @@
1
- export { sanitizeNodes } from '../schema/sanitizeNodes';
@@ -1,2 +0,0 @@
1
- export { status } from '../schema/nodes/status';
2
- export type { StatusDefinition } from '../schema/nodes/status';
@@ -1,2 +0,0 @@
1
- export { strike } from '../schema/marks/strike';
2
- export type { StrikeDefinition } from '../schema/marks/strike';
@@ -1,2 +0,0 @@
1
- export { strong } from '../schema/marks/strong';
2
- export type { StrongDefinition } from '../schema/marks/strong';
@@ -1,2 +0,0 @@
1
- export { subsup } from '../schema/marks/subsup';
2
- export type { SubSupAttributes, SubSupDefinition } from '../schema/marks/subsup';
@@ -1,2 +0,0 @@
1
- export { syncBlock } from '../schema/nodes/sync-block';
2
- export type { SyncBlockDefinition } from '../schema/nodes/sync-block';
@@ -1,2 +0,0 @@
1
- export { getCellAttrs, getCellDomAttrs, table, tableStage0, tableWithCustomWidth, tableBackgroundBorderColor, tableBackgroundColorNames, tableBackgroundColorPalette, tableCell, tableCellContentDomSelector, tableCellContentWrapperSelector, tableCellSelector, tableHeader, tableHeaderSelector, tablePrefixSelector, tableRow, tableToJSON, toJSONTableCell, toJSONTableHeader, tableWithNestedTable, tableRowWithNestedTable, tableCellWithNestedTable, tableHeaderWithNestedTable, tableCellStage0, tableHeaderStage0, tableCellWithNestedTableStage0, tableHeaderWithNestedTableStage0, tableRowWithLocalId, tableCellWithLocalId, tableHeaderWithLocalId, tableRowWithNestedTableWithLocalId, tableCellWithNestedTableWithLocalId, tableHeaderWithNestedTableWithLocalId, } from '../schema/nodes/tableNodes';
2
- export type { CellAttributes, TableAttributes, TableCell as TableCellDefinition, TableDefinition, TableWithNestedTableDefinition, TableRowWithNestedTableDefinition, TableCellWithNestedTableDefinition, TableHeaderWithNestedTableDefinition, DisplayMode as TableDisplayMode, TableHeader as TableHeaderDefinition, Layout as TableLayout, TableRow as TableRowDefinition, CellDomAttrs, } from '../schema/nodes/tableNodes';
@@ -1,2 +0,0 @@
1
- export { taskItem, blockTaskItem } from '../schema/nodes/task-item';
2
- export type { TaskItemDefinition, BlockTaskItemDefinition } from '../schema/nodes/task-item';
@@ -1,2 +0,0 @@
1
- export { taskList, taskListSelector } from '../schema/nodes/task-list';
2
- export type { TaskListContent, TaskListDefinition } from '../schema/nodes/task-list';
@@ -1,2 +0,0 @@
1
- export { colorPalette, colorPaletteExtended, textColor } from '../schema/marks/text-color';
2
- export type { TextColorAttributes, TextColorDefinition } from '../schema/marks/text-color';
@@ -1,2 +0,0 @@
1
- export { text } from '../schema/nodes/text';
2
- export type { TextDefinition } from '../schema/nodes/text';
@@ -1 +0,0 @@
1
- export { typeAheadQuery } from '../schema/marks/type-ahead-query';
@@ -1,2 +0,0 @@
1
- export { underline } from '../schema/marks/underline';
2
- export type { UnderlineDefinition } from '../schema/marks/underline';
@@ -1 +0,0 @@
1
- export { default as unknownBlock } from '../schema/nodes/unknown-block';
@@ -1 +0,0 @@
1
- export { unsupportedBlock } from '../schema/nodes/unsupported-block';
@@ -1 +0,0 @@
1
- export { unsupportedInline } from '../schema/nodes/unsupported-inline';
@@ -1 +0,0 @@
1
- export { unsupportedMark } from '../schema/marks/unsupported-mark';
@@ -1 +0,0 @@
1
- export { unsupportedNodeAttribute } from '../schema/marks/unsupported-node-attributes';
@@ -1 +0,0 @@
1
- export { unsupportedNodeTypesForMediaCards } from '../schema/unsupported';
@@ -1,2 +0,0 @@
1
- export { status } from '../schema/nodes/status';
2
- export type { StatusDefinition } from '../schema/nodes/status';
@@ -1,2 +0,0 @@
1
- export { AnalyticsStep } from '../steps/analytics';
2
- export type { AnalyticsInvertStep, AnalyticsWithChannel, AnalyticsPayload, } from '../steps/analytics';
@@ -1,2 +0,0 @@
1
- export { BatchAttrsStep } from '../steps/batch-attrs-step';
2
- export type { BatchAttrsStepData } from '../steps/batch-attrs-step';
@@ -1,2 +0,0 @@
1
- export { LinkMetaStep } from '../steps/link-meta-step';
2
- export type { LinkStepMetadata } from '../steps/link-meta-step';
@@ -1,2 +0,0 @@
1
- export { OverrideDocumentStep } from '../steps/override-document-step';
2
- export type { OverrideDocumentStepJSON } from '../steps/override-document-step';
@@ -1 +0,0 @@
1
- export { SetAttrsStep } from '../steps/set-attrs';
@@ -1 +0,0 @@
1
- export { InsertTypeAheadStages, InsertTypeAheadStep } from '../steps/type-ahead';
@@ -1,2 +0,0 @@
1
- export { strike } from '../schema/marks/strike';
2
- export type { StrikeDefinition } from '../schema/marks/strike';
@@ -1,2 +0,0 @@
1
- export { strong } from '../schema/marks/strong';
2
- export type { StrongDefinition } from '../schema/marks/strong';
@@ -1,2 +0,0 @@
1
- export { subsup } from '../schema/marks/subsup';
2
- export type { SubSupAttributes, SubSupDefinition } from '../schema/marks/subsup';
@@ -1,2 +0,0 @@
1
- export { syncBlock } from '../schema/nodes/sync-block';
2
- export type { SyncBlockDefinition } from '../schema/nodes/sync-block';
@@ -1,2 +0,0 @@
1
- export { getCellAttrs, getCellDomAttrs, table, tableStage0, tableWithCustomWidth, tableBackgroundBorderColor, tableBackgroundColorNames, tableBackgroundColorPalette, tableCell, tableCellContentDomSelector, tableCellContentWrapperSelector, tableCellSelector, tableHeader, tableHeaderSelector, tablePrefixSelector, tableRow, tableToJSON, toJSONTableCell, toJSONTableHeader, tableWithNestedTable, tableRowWithNestedTable, tableCellWithNestedTable, tableHeaderWithNestedTable, tableCellStage0, tableHeaderStage0, tableCellWithNestedTableStage0, tableHeaderWithNestedTableStage0, tableRowWithLocalId, tableCellWithLocalId, tableHeaderWithLocalId, tableRowWithNestedTableWithLocalId, tableCellWithNestedTableWithLocalId, tableHeaderWithNestedTableWithLocalId, } from '../schema/nodes/tableNodes';
2
- export type { CellAttributes, TableAttributes, TableCell as TableCellDefinition, TableDefinition, DisplayMode as TableDisplayMode, TableHeader as TableHeaderDefinition, Layout as TableLayout, TableRow as TableRowDefinition, CellDomAttrs, } from '../schema/nodes/tableNodes';
@@ -1,2 +0,0 @@
1
- export { taskItem, blockTaskItem } from '../schema/nodes/task-item';
2
- export type { TaskItemDefinition, BlockTaskItemDefinition } from '../schema/nodes/task-item';
@@ -1,2 +0,0 @@
1
- export { taskList, taskListSelector } from '../schema/nodes/task-list';
2
- export type { TaskListContent, TaskListDefinition } from '../schema/nodes/task-list';
@@ -1,2 +0,0 @@
1
- export { colorPalette, colorPaletteExtended, textColor } from '../schema/marks/text-color';
2
- export type { TextColorAttributes, TextColorDefinition } from '../schema/marks/text-color';
@@ -1,2 +0,0 @@
1
- export { text } from '../schema/nodes/text';
2
- export type { TextDefinition } from '../schema/nodes/text';
@@ -1 +0,0 @@
1
- export { typeAheadQuery } from '../schema/marks/type-ahead-query';
@@ -1,2 +0,0 @@
1
- export { underline } from '../schema/marks/underline';
2
- export type { UnderlineDefinition } from '../schema/marks/underline';
@@ -1 +0,0 @@
1
- export { default as unknownBlock } from '../schema/nodes/unknown-block';
@@ -1 +0,0 @@
1
- export { unsupportedBlock } from '../schema/nodes/unsupported-block';
@@ -1 +0,0 @@
1
- export { unsupportedInline } from '../schema/nodes/unsupported-inline';
@@ -1 +0,0 @@
1
- export { unsupportedMark } from '../schema/marks/unsupported-mark';
@@ -1 +0,0 @@
1
- export { unsupportedNodeAttribute } from '../schema/marks/unsupported-node-attributes';
@@ -1 +0,0 @@
1
- export { unsupportedNodeTypesForMediaCards } from '../schema/unsupported';
@@ -1 +0,0 @@
1
- export { generateUuid, uuid } from '../utils/uuid';
@@ -1,8 +0,0 @@
1
- export { PanelType, AnnotationTypes, alignment, alignmentPositionMap, annotation, blockCard, blockCardWithLocalId, blockquote, extendedBlockquote, extendedBlockquoteWithLocalId, bodiedExtension, fontSize, breakout, bulletList, bulletListSelector, bulletListWithLocalId, caption, captionWithLocalId, code, codeBlock, codeBlockWithLocalId, codeBlockToJSON, colorPalette,
2
- /** @deprecated [ED-15849] The extended palette is now rolled into the main one. Use `colorPalette` instead. */
3
- colorPaletteExtended, confluenceInlineComment, confluenceJiraIssue, confluenceUnsupportedBlock, confluenceUnsupportedInline, copyPrivateMediaAttributes, createSchema, dataConsumer, dataConsumerToJSON, date, dateWithLocalId, decisionItem, decisionList, decisionListSelector, doc, em, embedCard, embedCardWithLocalId, emoji, emojiWithLocalId, expandWithNestedExpand, expandWithNestedExpandLocalId, expandToJSON, extension, fragment, fragmentToJSON, hardBreak, heading, image, indentation, inlineCard, inlineCardWithLocalId, inlineExtension, inlineNodes, layoutColumn, layoutColumnStage0, layoutColumnWithLocalId, layoutSection, layoutSectionWithLocalId, layoutSectionWithSingleColumn, layoutSectionWithSingleColumnLocalId, link, linkToJSON, listItem, listItemWithLocalId, media, mediaGroup, mediaSingle, mediaSingleWithCaption, mediaSingleWithWidthType, mediaSingleFull, mediaSingleFullWithLocalId, mediaSingleSpec, mediaInline, mediaSingleToJSON, mediaToJSON, mention, mentionToJSON, nestedExpand, nestedExpandWithLocalId, orderedList, orderedListSelector, orderedListWithLocalId, orderedListWithOrder, orderedListWithOrderAndLocalId, extendedPanel, extendedPanelC1, extendedPanelC1WithLocalId, extendedPanelWithLocalId, paragraph, placeholder, placeholderWithLocalId, rule, ruleWithLocalId, sanitizeNodes, getCellAttrs, getCellDomAttrs, status, strike, strong, subsup, table, tableStage0, tableWithCustomWidth, tableBackgroundBorderColor, tableBackgroundColorNames, tableBackgroundColorPalette, tableCell, tableCellContentDomSelector, tableCellContentWrapperSelector, tableCellSelector, tableHeader, tableHeaderSelector, tablePrefixSelector, tableRow, tableToJSON, taskItem, blockTaskItem, taskList, taskListSelector, text, textColor, toJSONTableCell, toJSONTableHeader, typeAheadQuery, underline, unknownBlock, unsupportedBlock, unsupportedInline, unsupportedNodeTypesForMediaCards, buildAnnotationMarkDataAttributes, AnnotationMarkStates, unsupportedMark, unsupportedNodeAttribute, border, borderColorPalette, extensionFrame, multiBodiedExtension, backgroundColor, backgroundColorPalette, syncBlock, bodiedSyncBlock, tableWithNestedTable, tableRowWithNestedTable, tableCellWithNestedTable, tableHeaderWithNestedTable, tableCellStage0, tableHeaderStage0, tableCellWithNestedTableStage0, tableHeaderWithNestedTableStage0, tableRowWithLocalId, tableCellWithLocalId, tableHeaderWithLocalId, tableRowWithNestedTableWithLocalId, tableCellWithNestedTableWithLocalId, tableHeaderWithNestedTableWithLocalId, } from './schema';
4
- export type { AlignmentAttributes, AlignmentMarkDefinition, AnnotationMarkAttributes, AnnotationMarkDefinition, BlockCardDefinition, BlockContent, BlockQuoteDefinition, BodiedExtensionDefinition, BreakoutMarkAttrs, BreakoutMarkDefinition, BulletListDefinition, CaptionDefinition, CardAttributes, CellAttributes, CodeBlockAttrs, CodeBlockBaseDefinition, CodeBlockDefinition, CodeBlockWithMarksDefinition, CodeDefinition, DatasourceAttributes, DatasourceAttributeProperties, DataConsumerAttributes, DataConsumerDefinition, DataType, DateDefinition, DecisionItemDefinition, DecisionListDefinition, DocNode, EmbedCardDefinition, EmbedCardAttributes, EmDefinition, EmojiAttributes, EmojiDefinition, ExpandDefinition, ExtensionDefinition, ExtensionLayout, ExternalMediaAttributes, FontSizeMarkAttrs, FontSizeMarkDefinition, FragmentAttributes, FragmentDefinition, HardBreakDefinition, HeadingBaseDefinition, HeadingDefinition, HeadingWithAlignmentDefinition, HeadingWithIndentationDefinition, HeadingWithMarksDefinition, IndentationMarkAttributes, IndentationMarkDefinition, Inline, InlineCardDefinition, InlineCode, InlineExtensionDefinition, InlineFormattedText, InlineLinkText, LayoutColumnDefinition, LayoutSectionDefinition, LayoutSectionFullDefinition, LayoutSectionWithSingleColumnDefinition, LinkAttributes, LinkDefinition, ListItemArray, ListItemDefinition, MarksObject, MediaADFAttrs, MediaAttributes, MediaInlineAttributes, MediaInlineDefinition, MediaBaseAttributes, MediaDefinition, MediaDisplayType, MediaGroupDefinition, MediaSingleDefinition, MediaType, MentionAttributes, MentionDefinition, MentionUserType, NestedExpandContent, NestedExpandDefinition, NoMark, NonNestableBlockContent, OrderedListDefinition, PanelAttributes, PanelDefinition, ParagraphBaseDefinition, ParagraphDefinition, ParagraphWithAlignmentDefinition, ParagraphWithIndentationDefinition, ParagraphWithMarksDefinition, PlaceholderDefinition, RuleDefinition, StatusDefinition, StrikeDefinition, StrongDefinition, SyncBlockDefinition, BodiedSyncBlockDefinition, SubSupAttributes, SubSupDefinition, TableAttributes, TableCellDefinition, TableDefinition, TableDisplayMode, TableHeaderDefinition, TableLayout, TableRowDefinition, TaskItemDefinition, BlockTaskItemDefinition, TaskListContent, TaskListDefinition, TextColorAttributes, TextColorDefinition, TextDefinition, UnderlineDefinition, UrlType, AnnotationId, RichMediaAttributes, ExtendedMediaAttributes, RichMediaLayout, AnnotationDataAttributes, CellDomAttrs, BorderMarkAttributes, BorderMarkDefinition, MultiBodiedExtensionDefinition, ExtensionFrameDefinition, BackgroundColorDefinition, } from './schema';
5
- export { B100, B400, B50, B500, B75, G200, G300, G400, G50, G500, G75, N0, N20, N200, N30, N300, N40, N50, N500, N60, N80, N800, N90, P100, P300, P400, P50, P500, P75, R100, R300, R400, R50, R500, R75, T100, T300, T50, T500, T75, Y200, Y400, Y50, Y500, Y75, acNameToEmoji, acShortcutToEmoji, emojiIdToAcName, generateUuid, getEmojiAcName, getLinkMatch, hexToRgb, hexToRgba, isHex, isRgb, isSafeUrl, linkify, linkifyMatch, normalizeHexColor, normalizeUrl, rgbToHex, uuid, getDarkModeLCHColor, } from './utils';
6
- export type { Match, NameToEmoji } from './utils';
7
- export type { NodeSpecOptions, MarkSpecOptions } from './schema';
8
- export { createPMNodeSpecFactory, createPMMarkSpecFactory } from './schema';
@@ -1,5 +0,0 @@
1
- import type { ADFNode, ADFCommonNodeSpec } from '@atlaskit/adf-schema-generator';
2
- declare const doc: ADFNode<[
3
- string
4
- ], ADFCommonNodeSpec>;
5
- export default doc;