@atlaskit/adf-schema 54.0.3 → 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.
Files changed (573) hide show
  1. package/CHANGELOG.md +8 -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 +2 -2
  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,2016 +0,0 @@
1
- export declare const alignment: {
2
- props: {
3
- attrs: {
4
- props: {
5
- align: {
6
- type: string;
7
- values: string[];
8
- };
9
- };
10
- };
11
- type: {
12
- type: string;
13
- values: string[];
14
- };
15
- };
16
- };
17
- export declare const annotation: {
18
- props: {
19
- attrs: {
20
- props: {
21
- annotationType: {
22
- type: string;
23
- values: string[];
24
- };
25
- id: {
26
- type: string;
27
- };
28
- };
29
- };
30
- type: {
31
- type: string;
32
- values: string[];
33
- };
34
- };
35
- };
36
- export declare const backgroundColor: {
37
- props: {
38
- attrs: {
39
- props: {
40
- color: {
41
- pattern: string;
42
- type: string;
43
- };
44
- };
45
- };
46
- type: {
47
- type: string;
48
- values: string[];
49
- };
50
- };
51
- };
52
- export declare const block_content: string[];
53
- export declare const blockCard: {
54
- props: {
55
- attrs: ({
56
- props: {
57
- data?: undefined;
58
- datasource: {
59
- props: {
60
- id: {
61
- type: string;
62
- };
63
- parameters: {
64
- type: string;
65
- };
66
- views: {
67
- items: {
68
- props: {
69
- properties: {
70
- optional: boolean;
71
- type: string;
72
- };
73
- type: {
74
- type: string;
75
- };
76
- };
77
- }[];
78
- minItems: number;
79
- type: string;
80
- };
81
- };
82
- };
83
- layout: {
84
- optional: boolean;
85
- type: string;
86
- values: string[];
87
- };
88
- localId: {
89
- optional: boolean;
90
- type: string;
91
- };
92
- url: {
93
- optional: boolean;
94
- type: string;
95
- validatorFn: string;
96
- };
97
- width: {
98
- optional: boolean;
99
- type: string;
100
- };
101
- };
102
- } | {
103
- props: {
104
- data?: undefined;
105
- datasource?: undefined;
106
- layout?: undefined;
107
- localId: {
108
- optional: boolean;
109
- type: string;
110
- };
111
- url: {
112
- optional?: undefined;
113
- type: string;
114
- validatorFn: string;
115
- };
116
- width?: undefined;
117
- };
118
- } | {
119
- props: {
120
- data: {
121
- type: string;
122
- };
123
- datasource?: undefined;
124
- layout?: undefined;
125
- localId: {
126
- optional: boolean;
127
- type: string;
128
- };
129
- url?: undefined;
130
- width?: undefined;
131
- };
132
- })[];
133
- type: {
134
- type: string;
135
- values: string[];
136
- };
137
- };
138
- required: string[];
139
- };
140
- export declare const blockquote: {
141
- props: {
142
- attrs: {
143
- optional: boolean;
144
- props: {
145
- localId: {
146
- optional: boolean;
147
- type: string;
148
- };
149
- };
150
- };
151
- content: {
152
- allowUnsupportedBlock: boolean;
153
- items: string[][];
154
- minItems: number;
155
- type: string;
156
- };
157
- type: {
158
- type: string;
159
- values: string[];
160
- };
161
- };
162
- };
163
- export declare const blockRootOnly: string[];
164
- export declare const blockTaskItem: {
165
- props: {
166
- attrs: {
167
- props: {
168
- localId: {
169
- type: string;
170
- };
171
- state: {
172
- type: string;
173
- values: string[];
174
- };
175
- };
176
- };
177
- content: {
178
- isTupleLike: boolean;
179
- items: string[][];
180
- minItems: number;
181
- type: string;
182
- };
183
- type: {
184
- type: string;
185
- values: string[];
186
- };
187
- };
188
- };
189
- export declare const bodiedExtension: {
190
- props: {
191
- attrs: {
192
- props: {
193
- extensionKey: {
194
- minLength: number;
195
- type: string;
196
- };
197
- extensionType: {
198
- minLength: number;
199
- type: string;
200
- };
201
- layout: {
202
- optional: boolean;
203
- type: string;
204
- values: string[];
205
- };
206
- localId: {
207
- minLength: number;
208
- optional: boolean;
209
- type: string;
210
- };
211
- parameters: {
212
- optional: boolean;
213
- type: string;
214
- };
215
- text: {
216
- optional: boolean;
217
- type: string;
218
- };
219
- };
220
- };
221
- content: {
222
- allowUnsupportedBlock: boolean;
223
- items: string[];
224
- minItems: number;
225
- type: string;
226
- };
227
- marks: {
228
- items: unknown[];
229
- optional: boolean;
230
- type: string;
231
- };
232
- type: {
233
- type: string;
234
- values: string[];
235
- };
236
- };
237
- };
238
- export declare const bodiedExtension_with_marks: (string | {
239
- props: {
240
- marks: {
241
- items: string[][];
242
- optional: boolean;
243
- type: string;
244
- };
245
- };
246
- })[];
247
- export declare const bodiedSyncBlock: {
248
- props: {
249
- attrs: {
250
- props: {
251
- localId: {
252
- type: string;
253
- };
254
- resourceId: {
255
- type: string;
256
- };
257
- };
258
- };
259
- content: {
260
- allowUnsupportedBlock: boolean;
261
- items: string[][];
262
- minItems: number;
263
- type: string;
264
- };
265
- marks: {
266
- items: string[];
267
- optional: boolean;
268
- type: string;
269
- };
270
- type: {
271
- type: string;
272
- values: string[];
273
- };
274
- };
275
- };
276
- export declare const border: {
277
- props: {
278
- attrs: {
279
- props: {
280
- color: {
281
- pattern: string;
282
- type: string;
283
- };
284
- size: {
285
- maximum: number;
286
- minimum: number;
287
- type: string;
288
- };
289
- };
290
- };
291
- type: {
292
- type: string;
293
- values: string[];
294
- };
295
- };
296
- };
297
- export declare const breakout: {
298
- props: {
299
- attrs: {
300
- props: {
301
- mode: {
302
- type: string;
303
- values: string[];
304
- };
305
- width: {
306
- optional: boolean;
307
- type: string;
308
- };
309
- };
310
- };
311
- type: {
312
- type: string;
313
- values: string[];
314
- };
315
- };
316
- };
317
- export declare const bulletList: {
318
- props: {
319
- attrs: {
320
- optional: boolean;
321
- props: {
322
- localId: {
323
- optional: boolean;
324
- type: string;
325
- };
326
- };
327
- };
328
- content: {
329
- items: string[];
330
- minItems: number;
331
- type: string;
332
- };
333
- type: {
334
- type: string;
335
- values: string[];
336
- };
337
- };
338
- };
339
- export declare const caption: {
340
- props: {
341
- attrs: {
342
- optional: boolean;
343
- props: {
344
- localId: {
345
- optional: boolean;
346
- type: string;
347
- };
348
- };
349
- };
350
- content: {
351
- allowUnsupportedInline: boolean;
352
- items: string[][];
353
- optional: boolean;
354
- type: string;
355
- };
356
- type: {
357
- type: string;
358
- values: string[];
359
- };
360
- };
361
- };
362
- export declare const code: {
363
- props: {
364
- type: {
365
- type: string;
366
- values: string[];
367
- };
368
- };
369
- };
370
- export declare const codeBlock: {
371
- props: {
372
- attrs: {
373
- optional: boolean;
374
- props: {
375
- hideLineNumbers: {
376
- optional: boolean;
377
- type: string;
378
- };
379
- language: {
380
- optional: boolean;
381
- type: string;
382
- };
383
- localId: {
384
- optional: boolean;
385
- type: string;
386
- };
387
- uniqueId: {
388
- optional: boolean;
389
- type: string;
390
- };
391
- wrap: {
392
- optional: boolean;
393
- type: string;
394
- };
395
- };
396
- };
397
- content: {
398
- allowUnsupportedInline: boolean;
399
- items: string[];
400
- optional: boolean;
401
- type: string;
402
- };
403
- type: {
404
- type: string;
405
- values: string[];
406
- };
407
- };
408
- };
409
- export declare const codeBlock_root_only: (string | {
410
- props: {
411
- marks: {
412
- items: string[];
413
- optional: boolean;
414
- type: string;
415
- };
416
- };
417
- })[];
418
- export declare const confluenceInlineComment: {
419
- props: {
420
- attrs: {
421
- props: {
422
- reference: {
423
- type: string;
424
- };
425
- };
426
- };
427
- type: {
428
- type: string;
429
- values: string[];
430
- };
431
- };
432
- };
433
- export declare const dataConsumer: {
434
- props: {
435
- attrs: {
436
- props: {
437
- sources: {
438
- items: {
439
- type: string;
440
- }[];
441
- minItems: number;
442
- type: string;
443
- };
444
- };
445
- };
446
- type: {
447
- type: string;
448
- values: string[];
449
- };
450
- };
451
- };
452
- export declare const date: {
453
- props: {
454
- attrs: {
455
- props: {
456
- localId: {
457
- optional: boolean;
458
- type: string;
459
- };
460
- timestamp: {
461
- minLength: number;
462
- type: string;
463
- };
464
- };
465
- };
466
- marks: {
467
- items: string[];
468
- optional: boolean;
469
- type: string;
470
- };
471
- type: {
472
- type: string;
473
- values: string[];
474
- };
475
- };
476
- };
477
- export declare const decisionItem: {
478
- props: {
479
- attrs: {
480
- props: {
481
- localId: {
482
- type: string;
483
- };
484
- state: {
485
- type: string;
486
- };
487
- };
488
- };
489
- content: {
490
- allowUnsupportedInline: boolean;
491
- items: string[];
492
- optional: boolean;
493
- type: string;
494
- };
495
- type: {
496
- type: string;
497
- values: string[];
498
- };
499
- };
500
- };
501
- export declare const decisionList: {
502
- props: {
503
- attrs: {
504
- props: {
505
- localId: {
506
- type: string;
507
- };
508
- };
509
- };
510
- content: {
511
- allowUnsupportedBlock: boolean;
512
- items: string[];
513
- minItems: number;
514
- type: string;
515
- };
516
- type: {
517
- type: string;
518
- values: string[];
519
- };
520
- };
521
- };
522
- export declare const doc: {
523
- props: {
524
- content: {
525
- allowUnsupportedBlock: boolean;
526
- items: string[][];
527
- type: string;
528
- };
529
- type: {
530
- type: string;
531
- values: string[];
532
- };
533
- version: {
534
- type: string;
535
- values: number[];
536
- };
537
- };
538
- };
539
- export declare const em: {
540
- props: {
541
- type: {
542
- type: string;
543
- values: string[];
544
- };
545
- };
546
- };
547
- export declare const embedCard: {
548
- props: {
549
- attrs: {
550
- props: {
551
- layout: {
552
- type: string;
553
- values: string[];
554
- };
555
- localId: {
556
- optional: boolean;
557
- type: string;
558
- };
559
- originalHeight: {
560
- optional: boolean;
561
- type: string;
562
- };
563
- originalWidth: {
564
- optional: boolean;
565
- type: string;
566
- };
567
- url: {
568
- type: string;
569
- validatorFn: string;
570
- };
571
- width: {
572
- maximum: number;
573
- minimum: number;
574
- optional: boolean;
575
- type: string;
576
- };
577
- };
578
- };
579
- type: {
580
- type: string;
581
- values: string[];
582
- };
583
- };
584
- };
585
- export declare const emoji: {
586
- props: {
587
- attrs: {
588
- props: {
589
- id: {
590
- optional: boolean;
591
- type: string;
592
- };
593
- localId: {
594
- optional: boolean;
595
- type: string;
596
- };
597
- shortName: {
598
- type: string;
599
- };
600
- text: {
601
- optional: boolean;
602
- type: string;
603
- };
604
- };
605
- };
606
- marks: {
607
- items: string[];
608
- optional: boolean;
609
- type: string;
610
- };
611
- type: {
612
- type: string;
613
- values: string[];
614
- };
615
- };
616
- };
617
- export declare const expand: {
618
- props: {
619
- attrs: {
620
- optional: boolean;
621
- props: {
622
- localId: {
623
- optional: boolean;
624
- type: string;
625
- };
626
- title: {
627
- optional: boolean;
628
- type: string;
629
- };
630
- };
631
- };
632
- content: {
633
- allowUnsupportedBlock: boolean;
634
- items: string[][];
635
- minItems: number;
636
- type: string;
637
- };
638
- type: {
639
- type: string;
640
- values: string[];
641
- };
642
- };
643
- };
644
- export declare const expand_root_only: (string | {
645
- props: {
646
- marks: {
647
- items: string[];
648
- optional: boolean;
649
- type: string;
650
- };
651
- };
652
- })[];
653
- export declare const extension: {
654
- props: {
655
- attrs: {
656
- props: {
657
- extensionKey: {
658
- minLength: number;
659
- type: string;
660
- };
661
- extensionType: {
662
- minLength: number;
663
- type: string;
664
- };
665
- layout: {
666
- optional: boolean;
667
- type: string;
668
- values: string[];
669
- };
670
- localId: {
671
- minLength: number;
672
- optional: boolean;
673
- type: string;
674
- };
675
- parameters: {
676
- optional: boolean;
677
- type: string;
678
- };
679
- text: {
680
- optional: boolean;
681
- type: string;
682
- };
683
- };
684
- };
685
- marks: {
686
- items: unknown[];
687
- optional: boolean;
688
- type: string;
689
- };
690
- type: {
691
- type: string;
692
- values: string[];
693
- };
694
- };
695
- };
696
- export declare const extension_with_marks: (string | {
697
- props: {
698
- marks: {
699
- items: string[][];
700
- optional: boolean;
701
- type: string;
702
- };
703
- };
704
- })[];
705
- export declare const extensionFrame: {
706
- props: {
707
- content: {
708
- items: string[][];
709
- minItems: number;
710
- type: string;
711
- };
712
- marks: {
713
- items: string[][];
714
- optional: boolean;
715
- type: string;
716
- };
717
- type: {
718
- type: string;
719
- values: string[];
720
- };
721
- };
722
- };
723
- export declare const fontSize: {
724
- props: {
725
- attrs: {
726
- props: {
727
- fontSize: {
728
- type: string;
729
- values: string[];
730
- };
731
- };
732
- };
733
- type: {
734
- type: string;
735
- values: string[];
736
- };
737
- };
738
- };
739
- export declare const fragment: {
740
- props: {
741
- attrs: {
742
- props: {
743
- localId: {
744
- minLength: number;
745
- type: string;
746
- };
747
- name: {
748
- optional: boolean;
749
- type: string;
750
- };
751
- };
752
- };
753
- type: {
754
- type: string;
755
- values: string[];
756
- };
757
- };
758
- };
759
- export declare const hardBreak: {
760
- props: {
761
- attrs: {
762
- optional: boolean;
763
- props: {
764
- localId: {
765
- optional: boolean;
766
- type: string;
767
- };
768
- text: {
769
- optional: boolean;
770
- type: string;
771
- values: string[];
772
- };
773
- };
774
- };
775
- type: {
776
- type: string;
777
- values: string[];
778
- };
779
- };
780
- };
781
- export declare const heading: {
782
- props: {
783
- attrs: {
784
- props: {
785
- level: {
786
- maximum: number;
787
- minimum: number;
788
- type: string;
789
- };
790
- localId: {
791
- optional: boolean;
792
- type: string;
793
- };
794
- };
795
- };
796
- content: {
797
- allowUnsupportedInline: boolean;
798
- items: string[];
799
- optional: boolean;
800
- type: string;
801
- };
802
- marks: {
803
- items: unknown[];
804
- optional: boolean;
805
- type: string;
806
- };
807
- type: {
808
- type: string;
809
- values: string[];
810
- };
811
- };
812
- };
813
- export declare const heading_with_alignment: (string | {
814
- props: {
815
- marks: {
816
- items: string[];
817
- optional: boolean;
818
- type: string;
819
- };
820
- };
821
- })[];
822
- export declare const heading_with_indentation: (string | {
823
- props: {
824
- marks: {
825
- items: string[];
826
- optional: boolean;
827
- type: string;
828
- };
829
- };
830
- })[];
831
- export declare const heading_with_no_marks: (string | {
832
- props: {
833
- marks: {
834
- items: unknown[];
835
- maxItems: number;
836
- optional: boolean;
837
- type: string;
838
- };
839
- };
840
- })[];
841
- export declare const indentation: {
842
- props: {
843
- attrs: {
844
- props: {
845
- level: {
846
- maximum: number;
847
- minimum: number;
848
- type: string;
849
- };
850
- };
851
- };
852
- type: {
853
- type: string;
854
- values: string[];
855
- };
856
- };
857
- };
858
- export declare const inline_content: string[];
859
- export declare const inlineCard: {
860
- props: {
861
- attrs: ({
862
- props: {
863
- data?: undefined;
864
- localId: {
865
- optional: boolean;
866
- type: string;
867
- };
868
- url: {
869
- type: string;
870
- validatorFn: string;
871
- };
872
- };
873
- } | {
874
- props: {
875
- data: {
876
- type: string;
877
- };
878
- localId: {
879
- optional: boolean;
880
- type: string;
881
- };
882
- url?: undefined;
883
- };
884
- })[];
885
- marks: {
886
- items: string[];
887
- optional: boolean;
888
- type: string;
889
- };
890
- type: {
891
- type: string;
892
- values: string[];
893
- };
894
- };
895
- required: string[];
896
- };
897
- export declare const inlineExtension: {
898
- props: {
899
- attrs: {
900
- props: {
901
- extensionKey: {
902
- minLength: number;
903
- type: string;
904
- };
905
- extensionType: {
906
- minLength: number;
907
- type: string;
908
- };
909
- localId: {
910
- minLength: number;
911
- optional: boolean;
912
- type: string;
913
- };
914
- parameters: {
915
- optional: boolean;
916
- type: string;
917
- };
918
- text: {
919
- optional: boolean;
920
- type: string;
921
- };
922
- };
923
- };
924
- marks: {
925
- items: unknown[];
926
- optional: boolean;
927
- type: string;
928
- };
929
- type: {
930
- type: string;
931
- values: string[];
932
- };
933
- };
934
- };
935
- export declare const inlineExtension_with_marks: (string | {
936
- props: {
937
- marks: {
938
- items: string[][];
939
- optional: boolean;
940
- type: string;
941
- };
942
- };
943
- })[];
944
- export declare const layoutColumn: {
945
- props: {
946
- attrs: {
947
- props: {
948
- localId: {
949
- optional: boolean;
950
- type: string;
951
- };
952
- valign: {
953
- optional: boolean;
954
- type: string;
955
- values: string[];
956
- };
957
- width: {
958
- maximum: number;
959
- minimum: number;
960
- type: string;
961
- };
962
- };
963
- };
964
- content: {
965
- allowUnsupportedBlock: boolean;
966
- items: string[];
967
- minItems: number;
968
- type: string;
969
- };
970
- type: {
971
- type: string;
972
- values: string[];
973
- };
974
- };
975
- };
976
- export declare const layoutSection: {
977
- props: {
978
- attrs: {
979
- optional: boolean;
980
- props: {
981
- localId: {
982
- optional: boolean;
983
- type: string;
984
- };
985
- };
986
- };
987
- content: {
988
- allowUnsupportedBlock: boolean;
989
- items: string[];
990
- maxItems: number;
991
- minItems: number;
992
- type: string;
993
- };
994
- marks: {
995
- items: string[];
996
- optional: boolean;
997
- type: string;
998
- };
999
- type: {
1000
- type: string;
1001
- values: string[];
1002
- };
1003
- };
1004
- };
1005
- export declare const layoutSection_full: (string | {
1006
- props: {
1007
- content: {
1008
- allowUnsupportedBlock: boolean;
1009
- items: string[];
1010
- maxItems: number;
1011
- minItems: number;
1012
- type: string;
1013
- };
1014
- marks: {
1015
- items: string[];
1016
- optional: boolean;
1017
- type: string;
1018
- };
1019
- };
1020
- })[];
1021
- export declare const layoutSection_with_single_column: (string | {
1022
- props: {
1023
- attrs: {
1024
- optional: boolean;
1025
- props: {
1026
- columnRuleStyle: {
1027
- optional: boolean;
1028
- type: string;
1029
- values: string[];
1030
- };
1031
- localId: {
1032
- optional: boolean;
1033
- type: string;
1034
- };
1035
- };
1036
- };
1037
- content: {
1038
- allowUnsupportedBlock: boolean;
1039
- items: string[];
1040
- maxItems: number;
1041
- minItems: number;
1042
- type: string;
1043
- };
1044
- marks: {
1045
- items: string[];
1046
- optional: boolean;
1047
- type: string;
1048
- };
1049
- };
1050
- })[];
1051
- export declare const link: {
1052
- props: {
1053
- attrs: {
1054
- props: {
1055
- collection: {
1056
- optional: boolean;
1057
- type: string;
1058
- };
1059
- href: {
1060
- type: string;
1061
- validatorFn: string;
1062
- };
1063
- id: {
1064
- optional: boolean;
1065
- type: string;
1066
- };
1067
- occurrenceKey: {
1068
- optional: boolean;
1069
- type: string;
1070
- };
1071
- title: {
1072
- optional: boolean;
1073
- type: string;
1074
- };
1075
- };
1076
- };
1077
- type: {
1078
- type: string;
1079
- values: string[];
1080
- };
1081
- };
1082
- };
1083
- export declare const listItem: {
1084
- props: {
1085
- attrs: {
1086
- optional: boolean;
1087
- props: {
1088
- localId: {
1089
- optional: boolean;
1090
- type: string;
1091
- };
1092
- };
1093
- };
1094
- content: {
1095
- allowUnsupportedBlock: boolean;
1096
- items: string[][];
1097
- minItems: number;
1098
- type: string;
1099
- };
1100
- type: {
1101
- type: string;
1102
- values: string[];
1103
- };
1104
- };
1105
- };
1106
- export declare const media: {
1107
- props: {
1108
- attrs: ({
1109
- props: {
1110
- alt: {
1111
- optional: boolean;
1112
- type: string;
1113
- };
1114
- collection: {
1115
- type: string;
1116
- };
1117
- height: {
1118
- optional: boolean;
1119
- type: string;
1120
- };
1121
- id: {
1122
- minLength: number;
1123
- type: string;
1124
- };
1125
- localId: {
1126
- optional: boolean;
1127
- type: string;
1128
- };
1129
- occurrenceKey: {
1130
- minLength: number;
1131
- optional: boolean;
1132
- type: string;
1133
- };
1134
- type: {
1135
- type: string;
1136
- values: string[];
1137
- };
1138
- url?: undefined;
1139
- width: {
1140
- optional: boolean;
1141
- type: string;
1142
- };
1143
- };
1144
- } | {
1145
- props: {
1146
- alt: {
1147
- optional: boolean;
1148
- type: string;
1149
- };
1150
- collection?: undefined;
1151
- height: {
1152
- optional: boolean;
1153
- type: string;
1154
- };
1155
- id?: undefined;
1156
- localId: {
1157
- optional: boolean;
1158
- type: string;
1159
- };
1160
- occurrenceKey?: undefined;
1161
- type: {
1162
- type: string;
1163
- values: string[];
1164
- };
1165
- url: {
1166
- type: string;
1167
- };
1168
- width: {
1169
- optional: boolean;
1170
- type: string;
1171
- };
1172
- };
1173
- })[];
1174
- marks: {
1175
- items: string[][];
1176
- optional: boolean;
1177
- type: string;
1178
- };
1179
- type: {
1180
- type: string;
1181
- values: string[];
1182
- };
1183
- };
1184
- required: string[];
1185
- };
1186
- export declare const mediaGroup: {
1187
- props: {
1188
- content: {
1189
- allowUnsupportedBlock: boolean;
1190
- items: string[];
1191
- minItems: number;
1192
- type: string;
1193
- };
1194
- type: {
1195
- type: string;
1196
- values: string[];
1197
- };
1198
- };
1199
- };
1200
- export declare const mediaInline: {
1201
- props: {
1202
- attrs: {
1203
- props: {
1204
- alt: {
1205
- optional: boolean;
1206
- type: string;
1207
- };
1208
- collection: {
1209
- type: string;
1210
- };
1211
- data: {
1212
- optional: boolean;
1213
- type: string;
1214
- };
1215
- height: {
1216
- optional: boolean;
1217
- type: string;
1218
- };
1219
- id: {
1220
- minLength: number;
1221
- type: string;
1222
- };
1223
- localId: {
1224
- optional: boolean;
1225
- type: string;
1226
- };
1227
- occurrenceKey: {
1228
- minLength: number;
1229
- optional: boolean;
1230
- type: string;
1231
- };
1232
- type: {
1233
- optional: boolean;
1234
- type: string;
1235
- values: string[];
1236
- };
1237
- url: {
1238
- optional: boolean;
1239
- type: string;
1240
- };
1241
- width: {
1242
- optional: boolean;
1243
- type: string;
1244
- };
1245
- };
1246
- };
1247
- marks: {
1248
- items: string[][];
1249
- optional: boolean;
1250
- type: string;
1251
- };
1252
- type: {
1253
- type: string;
1254
- values: string[];
1255
- };
1256
- };
1257
- };
1258
- export declare const mediaSingle: {
1259
- props: {
1260
- attrs: ({
1261
- props: {
1262
- layout: {
1263
- type: string;
1264
- values: string[];
1265
- };
1266
- localId: {
1267
- optional: boolean;
1268
- type: string;
1269
- };
1270
- width: {
1271
- maximum: number;
1272
- minimum: number;
1273
- optional: boolean;
1274
- type: string;
1275
- };
1276
- widthType: {
1277
- optional: boolean;
1278
- type: string;
1279
- values: string[];
1280
- };
1281
- };
1282
- } | {
1283
- props: {
1284
- layout: {
1285
- type: string;
1286
- values: string[];
1287
- };
1288
- localId: {
1289
- optional: boolean;
1290
- type: string;
1291
- };
1292
- width: {
1293
- maximum?: undefined;
1294
- minimum: number;
1295
- optional?: undefined;
1296
- type: string;
1297
- };
1298
- widthType: {
1299
- optional?: undefined;
1300
- type: string;
1301
- values: string[];
1302
- };
1303
- };
1304
- })[];
1305
- marks: {
1306
- items: string[];
1307
- optional: boolean;
1308
- type: string;
1309
- };
1310
- type: {
1311
- type: string;
1312
- values: string[];
1313
- };
1314
- };
1315
- };
1316
- export declare const mediaSingle_caption: (string | {
1317
- props: {
1318
- content: {
1319
- allowUnsupportedBlock: boolean;
1320
- isTupleLike: boolean;
1321
- items: string[];
1322
- maxItems: number;
1323
- minItems: number;
1324
- type: string;
1325
- };
1326
- };
1327
- })[];
1328
- export declare const mediaSingle_full: (string | {
1329
- props: {
1330
- content: {
1331
- allowUnsupportedBlock: boolean;
1332
- items: string[];
1333
- maxItems: number;
1334
- minItems: number;
1335
- type: string;
1336
- };
1337
- };
1338
- })[];
1339
- export declare const mediaSingle_width_type: (string | {
1340
- props: {
1341
- content: {
1342
- allowUnsupportedBlock: boolean;
1343
- items: string[];
1344
- maxItems: number;
1345
- minItems: number;
1346
- type: string;
1347
- };
1348
- };
1349
- })[];
1350
- export declare const mention: {
1351
- props: {
1352
- attrs: {
1353
- props: {
1354
- accessLevel: {
1355
- optional: boolean;
1356
- type: string;
1357
- };
1358
- id: {
1359
- type: string;
1360
- };
1361
- localId: {
1362
- optional: boolean;
1363
- type: string;
1364
- };
1365
- text: {
1366
- optional: boolean;
1367
- type: string;
1368
- };
1369
- userType: {
1370
- optional: boolean;
1371
- type: string;
1372
- values: string[];
1373
- };
1374
- };
1375
- };
1376
- marks: {
1377
- items: string[];
1378
- optional: boolean;
1379
- type: string;
1380
- };
1381
- type: {
1382
- type: string;
1383
- values: string[];
1384
- };
1385
- };
1386
- };
1387
- export declare const multiBodiedExtension: {
1388
- props: {
1389
- attrs: {
1390
- props: {
1391
- extensionKey: {
1392
- minLength: number;
1393
- type: string;
1394
- };
1395
- extensionType: {
1396
- minLength: number;
1397
- type: string;
1398
- };
1399
- layout: {
1400
- optional: boolean;
1401
- type: string;
1402
- values: string[];
1403
- };
1404
- localId: {
1405
- minLength: number;
1406
- optional: boolean;
1407
- type: string;
1408
- };
1409
- parameters: {
1410
- optional: boolean;
1411
- type: string;
1412
- };
1413
- text: {
1414
- optional: boolean;
1415
- type: string;
1416
- };
1417
- };
1418
- };
1419
- content: {
1420
- items: string[];
1421
- type: string;
1422
- };
1423
- marks: {
1424
- items: unknown[];
1425
- optional: boolean;
1426
- type: string;
1427
- };
1428
- type: {
1429
- type: string;
1430
- values: string[];
1431
- };
1432
- };
1433
- };
1434
- export declare const nestedExpand: {
1435
- props: {
1436
- attrs: {
1437
- props: {
1438
- localId: {
1439
- optional: boolean;
1440
- type: string;
1441
- };
1442
- title: {
1443
- optional: boolean;
1444
- type: string;
1445
- };
1446
- };
1447
- };
1448
- content: string;
1449
- type: {
1450
- type: string;
1451
- values: string[];
1452
- };
1453
- };
1454
- required: string[];
1455
- };
1456
- export declare const nestedExpand_content: {
1457
- allowUnsupportedBlock: boolean;
1458
- items: string[][];
1459
- minItems: number;
1460
- type: string;
1461
- };
1462
- export declare const nestedExpand_with_no_marks: (string | {
1463
- props: {
1464
- marks: {
1465
- items: unknown[];
1466
- maxItems: number;
1467
- optional: boolean;
1468
- type: string;
1469
- };
1470
- };
1471
- })[];
1472
- export declare const non_nestable_block_content: string[];
1473
- export declare const orderedList: {
1474
- props: {
1475
- attrs: {
1476
- optional: boolean;
1477
- props: {
1478
- localId: {
1479
- optional: boolean;
1480
- type: string;
1481
- };
1482
- order: {
1483
- minimum: number;
1484
- optional: boolean;
1485
- type: string;
1486
- };
1487
- };
1488
- };
1489
- content: {
1490
- items: string[];
1491
- minItems: number;
1492
- type: string;
1493
- };
1494
- type: {
1495
- type: string;
1496
- values: string[];
1497
- };
1498
- };
1499
- };
1500
- export declare const panel: {
1501
- props: {
1502
- attrs: {
1503
- props: {
1504
- localId: {
1505
- optional: boolean;
1506
- type: string;
1507
- };
1508
- panelColor: {
1509
- optional: boolean;
1510
- type: string;
1511
- };
1512
- panelIcon: {
1513
- optional: boolean;
1514
- type: string;
1515
- };
1516
- panelIconId: {
1517
- optional: boolean;
1518
- type: string;
1519
- };
1520
- panelIconText: {
1521
- optional: boolean;
1522
- type: string;
1523
- };
1524
- panelType: {
1525
- type: string;
1526
- values: string[];
1527
- };
1528
- };
1529
- };
1530
- content: {
1531
- allowUnsupportedBlock: boolean;
1532
- items: string[][];
1533
- minItems: number;
1534
- type: string;
1535
- };
1536
- type: {
1537
- type: string;
1538
- values: string[];
1539
- };
1540
- };
1541
- };
1542
- export declare const paragraph: {
1543
- props: {
1544
- attrs: {
1545
- optional: boolean;
1546
- props: {
1547
- localId: {
1548
- optional: boolean;
1549
- type: string;
1550
- };
1551
- };
1552
- };
1553
- content: {
1554
- allowUnsupportedInline: boolean;
1555
- items: string[];
1556
- optional: boolean;
1557
- type: string;
1558
- };
1559
- marks: {
1560
- items: unknown[];
1561
- optional: boolean;
1562
- type: string;
1563
- };
1564
- type: {
1565
- type: string;
1566
- values: string[];
1567
- };
1568
- };
1569
- };
1570
- export declare const paragraph_with_alignment: (string | {
1571
- props: {
1572
- marks: {
1573
- items: string[][];
1574
- optional: boolean;
1575
- type: string;
1576
- };
1577
- };
1578
- })[];
1579
- export declare const paragraph_with_font_size: (string | {
1580
- props: {
1581
- marks: {
1582
- items: string[];
1583
- optional: boolean;
1584
- type: string;
1585
- };
1586
- };
1587
- })[];
1588
- export declare const paragraph_with_indentation: (string | {
1589
- props: {
1590
- marks: {
1591
- items: string[][];
1592
- optional: boolean;
1593
- type: string;
1594
- };
1595
- };
1596
- })[];
1597
- export declare const paragraph_with_no_marks: (string | {
1598
- props: {
1599
- marks: {
1600
- items: unknown[];
1601
- maxItems: number;
1602
- optional: boolean;
1603
- type: string;
1604
- };
1605
- };
1606
- })[];
1607
- export declare const placeholder: {
1608
- props: {
1609
- attrs: {
1610
- props: {
1611
- localId: {
1612
- optional: boolean;
1613
- type: string;
1614
- };
1615
- text: {
1616
- type: string;
1617
- };
1618
- };
1619
- };
1620
- type: {
1621
- type: string;
1622
- values: string[];
1623
- };
1624
- };
1625
- };
1626
- export declare const rule: {
1627
- props: {
1628
- attrs: {
1629
- optional: boolean;
1630
- props: {
1631
- localId: {
1632
- optional: boolean;
1633
- type: string;
1634
- };
1635
- };
1636
- };
1637
- type: {
1638
- type: string;
1639
- values: string[];
1640
- };
1641
- };
1642
- };
1643
- export declare const status: {
1644
- props: {
1645
- attrs: {
1646
- props: {
1647
- color: {
1648
- type: string;
1649
- values: string[];
1650
- };
1651
- localId: {
1652
- optional: boolean;
1653
- type: string;
1654
- };
1655
- style: {
1656
- optional: boolean;
1657
- type: string;
1658
- };
1659
- text: {
1660
- minLength: number;
1661
- type: string;
1662
- };
1663
- };
1664
- };
1665
- marks: {
1666
- items: string[];
1667
- optional: boolean;
1668
- type: string;
1669
- };
1670
- type: {
1671
- type: string;
1672
- values: string[];
1673
- };
1674
- };
1675
- };
1676
- export declare const strike: {
1677
- props: {
1678
- type: {
1679
- type: string;
1680
- values: string[];
1681
- };
1682
- };
1683
- };
1684
- export declare const strong: {
1685
- props: {
1686
- type: {
1687
- type: string;
1688
- values: string[];
1689
- };
1690
- };
1691
- };
1692
- export declare const subsup: {
1693
- props: {
1694
- attrs: {
1695
- props: {
1696
- type: {
1697
- type: string;
1698
- values: string[];
1699
- };
1700
- };
1701
- };
1702
- type: {
1703
- type: string;
1704
- values: string[];
1705
- };
1706
- };
1707
- };
1708
- export declare const syncBlock: {
1709
- props: {
1710
- attrs: {
1711
- props: {
1712
- localId: {
1713
- type: string;
1714
- };
1715
- resourceId: {
1716
- type: string;
1717
- };
1718
- };
1719
- };
1720
- marks: {
1721
- items: string[];
1722
- optional: boolean;
1723
- type: string;
1724
- };
1725
- type: {
1726
- type: string;
1727
- values: string[];
1728
- };
1729
- };
1730
- };
1731
- export declare const table: {
1732
- props: {
1733
- attrs: {
1734
- optional: boolean;
1735
- props: {
1736
- displayMode: {
1737
- optional: boolean;
1738
- type: string;
1739
- values: string[];
1740
- };
1741
- isNumberColumnEnabled: {
1742
- optional: boolean;
1743
- type: string;
1744
- };
1745
- layout: {
1746
- optional: boolean;
1747
- type: string;
1748
- values: string[];
1749
- };
1750
- localId: {
1751
- minLength: number;
1752
- optional: boolean;
1753
- type: string;
1754
- };
1755
- width: {
1756
- optional: boolean;
1757
- type: string;
1758
- };
1759
- };
1760
- };
1761
- content: {
1762
- items: string[];
1763
- minItems: number;
1764
- type: string;
1765
- };
1766
- marks: {
1767
- items: string[];
1768
- optional: boolean;
1769
- type: string;
1770
- };
1771
- type: {
1772
- type: string;
1773
- values: string[];
1774
- };
1775
- };
1776
- };
1777
- export declare const tableCell: {
1778
- props: {
1779
- attrs: {
1780
- optional: boolean;
1781
- props: {
1782
- background: {
1783
- optional: boolean;
1784
- type: string;
1785
- };
1786
- colspan: {
1787
- optional: boolean;
1788
- type: string;
1789
- };
1790
- colwidth: {
1791
- items: {
1792
- type: string;
1793
- }[];
1794
- optional: boolean;
1795
- type: string;
1796
- };
1797
- localId: {
1798
- optional: boolean;
1799
- type: string;
1800
- };
1801
- rowspan: {
1802
- optional: boolean;
1803
- type: string;
1804
- };
1805
- valign: {
1806
- optional: boolean;
1807
- type: string;
1808
- values: string[];
1809
- };
1810
- };
1811
- };
1812
- content: {
1813
- allowUnsupportedBlock: boolean;
1814
- items: string[][];
1815
- minItems: number;
1816
- type: string;
1817
- };
1818
- type: {
1819
- type: string;
1820
- values: string[];
1821
- };
1822
- };
1823
- required: string[];
1824
- };
1825
- export declare const tableHeader: {
1826
- props: {
1827
- attrs: {
1828
- optional: boolean;
1829
- props: {
1830
- background: {
1831
- optional: boolean;
1832
- type: string;
1833
- };
1834
- colspan: {
1835
- optional: boolean;
1836
- type: string;
1837
- };
1838
- colwidth: {
1839
- items: {
1840
- type: string;
1841
- }[];
1842
- optional: boolean;
1843
- type: string;
1844
- };
1845
- localId: {
1846
- optional: boolean;
1847
- type: string;
1848
- };
1849
- rowspan: {
1850
- optional: boolean;
1851
- type: string;
1852
- };
1853
- valign: {
1854
- optional: boolean;
1855
- type: string;
1856
- values: string[];
1857
- };
1858
- };
1859
- };
1860
- content: {
1861
- items: string[][];
1862
- minItems: number;
1863
- type: string;
1864
- };
1865
- type: {
1866
- type: string;
1867
- values: string[];
1868
- };
1869
- };
1870
- required: string[];
1871
- };
1872
- export declare const tableRow: {
1873
- props: {
1874
- attrs: {
1875
- optional: boolean;
1876
- props: {
1877
- localId: {
1878
- optional: boolean;
1879
- type: string;
1880
- };
1881
- };
1882
- };
1883
- content: {
1884
- items: string[][];
1885
- type: string;
1886
- };
1887
- type: {
1888
- type: string;
1889
- values: string[];
1890
- };
1891
- };
1892
- };
1893
- export declare const taskItem: {
1894
- props: {
1895
- attrs: {
1896
- props: {
1897
- localId: {
1898
- type: string;
1899
- };
1900
- state: {
1901
- type: string;
1902
- values: string[];
1903
- };
1904
- };
1905
- };
1906
- content: {
1907
- allowUnsupportedInline: boolean;
1908
- items: string[];
1909
- optional: boolean;
1910
- type: string;
1911
- };
1912
- type: {
1913
- type: string;
1914
- values: string[];
1915
- };
1916
- };
1917
- };
1918
- export declare const taskList: {
1919
- props: {
1920
- attrs: {
1921
- props: {
1922
- localId: {
1923
- type: string;
1924
- };
1925
- };
1926
- };
1927
- content: {
1928
- allowUnsupportedBlock: boolean;
1929
- items: string[][];
1930
- minItems: number;
1931
- type: string;
1932
- };
1933
- type: {
1934
- type: string;
1935
- values: string[];
1936
- };
1937
- };
1938
- };
1939
- export declare const text: {
1940
- props: {
1941
- marks: {
1942
- items: unknown[];
1943
- optional: boolean;
1944
- type: string;
1945
- };
1946
- text: {
1947
- minLength: number;
1948
- type: string;
1949
- };
1950
- type: {
1951
- type: string;
1952
- values: string[];
1953
- };
1954
- };
1955
- };
1956
- export declare const text_code_inline: (string | {
1957
- props: {
1958
- marks: {
1959
- items: string[][];
1960
- optional: boolean;
1961
- type: string;
1962
- };
1963
- };
1964
- })[];
1965
- export declare const text_formatted: (string | {
1966
- props: {
1967
- marks: {
1968
- items: string[][];
1969
- optional: boolean;
1970
- type: string;
1971
- };
1972
- };
1973
- })[];
1974
- export declare const text_link_inline: (string | {
1975
- props: {
1976
- marks: {
1977
- items: string[];
1978
- optional: boolean;
1979
- type: string;
1980
- };
1981
- };
1982
- })[];
1983
- export declare const text_with_no_marks: (string | {
1984
- props: {
1985
- marks: {
1986
- items: unknown[];
1987
- maxItems: number;
1988
- optional: boolean;
1989
- type: string;
1990
- };
1991
- };
1992
- })[];
1993
- export declare const textColor: {
1994
- props: {
1995
- attrs: {
1996
- props: {
1997
- color: {
1998
- pattern: string;
1999
- type: string;
2000
- };
2001
- };
2002
- };
2003
- type: {
2004
- type: string;
2005
- values: string[];
2006
- };
2007
- };
2008
- };
2009
- export declare const underline: {
2010
- props: {
2011
- type: {
2012
- type: string;
2013
- values: string[];
2014
- };
2015
- };
2016
- };