@atlaskit/editor-common 76.6.0 → 76.8.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 (570) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/monitoring/error.js +1 -1
  3. package/dist/cjs/selection/gap-cursor/actions.js +92 -0
  4. package/dist/cjs/selection/gap-cursor/styles.js +17 -0
  5. package/dist/cjs/selection/index.js +26 -0
  6. package/dist/cjs/types/insert-block.js +5 -0
  7. package/dist/cjs/ui/DropList/index.js +1 -1
  8. package/dist/cjs/utils/editor-core-utils.js +16 -1
  9. package/dist/cjs/utils/index.js +12 -0
  10. package/dist/es2019/monitoring/error.js +1 -1
  11. package/dist/es2019/selection/gap-cursor/actions.js +84 -0
  12. package/dist/es2019/selection/gap-cursor/styles.js +145 -0
  13. package/dist/es2019/selection/index.js +2 -0
  14. package/dist/es2019/types/insert-block.js +1 -0
  15. package/dist/es2019/ui/DropList/index.js +1 -1
  16. package/dist/es2019/utils/editor-core-utils.js +17 -1
  17. package/dist/es2019/utils/index.js +1 -1
  18. package/dist/esm/monitoring/error.js +1 -1
  19. package/dist/esm/selection/gap-cursor/actions.js +87 -0
  20. package/dist/esm/selection/gap-cursor/styles.js +10 -0
  21. package/dist/esm/selection/index.js +2 -0
  22. package/dist/esm/types/insert-block.js +1 -0
  23. package/dist/esm/ui/DropList/index.js +1 -1
  24. package/dist/esm/utils/editor-core-utils.js +13 -1
  25. package/dist/esm/utils/index.js +1 -1
  26. package/dist/types/selection/gap-cursor/actions.d.ts +11 -0
  27. package/dist/types/selection/gap-cursor/styles.d.ts +2 -0
  28. package/dist/types/selection/index.d.ts +3 -1
  29. package/dist/types/selection/types.d.ts +5 -4
  30. package/dist/types/types/index.d.ts +1 -0
  31. package/dist/types/types/insert-block.d.ts +2 -0
  32. package/dist/types/ui/DropList/index.d.ts +1 -1
  33. package/dist/types/utils/editor-core-utils.d.ts +7 -4
  34. package/dist/types/utils/index.d.ts +1 -1
  35. package/package.json +3 -3
  36. package/dist/types-ts4.5/__tests_external__/cases/fundamentals/collection.d.ts +0 -3
  37. package/dist/types-ts4.5/__tests_external__/cases/fundamentals/test-cases/editor-is-present.d.ts +0 -3
  38. package/dist/types-ts4.5/__tests_external__/cases/fundamentals/test-cases/editor-typing.d.ts +0 -3
  39. package/dist/types-ts4.5/__tests_external__/cases/smart-links/index.d.ts +0 -4
  40. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/block/delete.d.ts +0 -3
  41. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/block/edit.d.ts +0 -4
  42. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/block/index.d.ts +0 -3
  43. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/block/insert.d.ts +0 -3
  44. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/embed/delete.d.ts +0 -3
  45. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/embed/edit.d.ts +0 -4
  46. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/embed/index.d.ts +0 -3
  47. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/embed/insert.d.ts +0 -3
  48. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/inline/delete.d.ts +0 -3
  49. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/inline/edit.d.ts +0 -4
  50. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/inline/index.d.ts +0 -3
  51. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/inline/insert.d.ts +0 -3
  52. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/inline/unlink.d.ts +0 -3
  53. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/types.d.ts +0 -4
  54. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/url/index.d.ts +0 -3
  55. package/dist/types-ts4.5/__tests_external__/cases/smart-links/test-cases/url/insert.d.ts +0 -3
  56. package/dist/types-ts4.5/__tests_external__/cases/types.d.ts +0 -7
  57. package/dist/types-ts4.5/__tests_external__/index.d.ts +0 -3
  58. package/dist/types-ts4.5/__tests_external__/page-objects/Editor.d.ts +0 -9
  59. package/dist/types-ts4.5/__tests_external__/page-objects/EditorSmartLink.d.ts +0 -40
  60. package/dist/types-ts4.5/__tests_external__/page-objects/Renderer.d.ts +0 -6
  61. package/dist/types-ts4.5/analytics/analytics-queue.d.ts +0 -10
  62. package/dist/types-ts4.5/analytics/api.d.ts +0 -5
  63. package/dist/types-ts4.5/analytics/fire-analytics-event.d.ts +0 -4
  64. package/dist/types-ts4.5/analytics/index.d.ts +0 -7
  65. package/dist/types-ts4.5/analytics/linking-utils.d.ts +0 -14
  66. package/dist/types-ts4.5/analytics/types/avatar.d.ts +0 -5
  67. package/dist/types-ts4.5/analytics/types/block.d.ts +0 -3
  68. package/dist/types-ts4.5/analytics/types/config-panel-events.d.ts +0 -17
  69. package/dist/types-ts4.5/analytics/types/cut-copy-events.d.ts +0 -12
  70. package/dist/types-ts4.5/analytics/types/date-events.d.ts +0 -17
  71. package/dist/types-ts4.5/analytics/types/dispatch-analytics-event.d.ts +0 -2
  72. package/dist/types-ts4.5/analytics/types/element-browser-events.d.ts +0 -11
  73. package/dist/types-ts4.5/analytics/types/enums.d.ts +0 -357
  74. package/dist/types-ts4.5/analytics/types/events.d.ts +0 -130
  75. package/dist/types-ts4.5/analytics/types/experimental-events.d.ts +0 -16
  76. package/dist/types-ts4.5/analytics/types/extension-events.d.ts +0 -37
  77. package/dist/types-ts4.5/analytics/types/find-replace-events.d.ts +0 -23
  78. package/dist/types-ts4.5/analytics/types/format-events.d.ts +0 -49
  79. package/dist/types-ts4.5/analytics/types/general-events.d.ts +0 -182
  80. package/dist/types-ts4.5/analytics/types/index.d.ts +0 -36
  81. package/dist/types-ts4.5/analytics/types/inline-comment-events.d.ts +0 -17
  82. package/dist/types-ts4.5/analytics/types/insert-events.d.ts +0 -128
  83. package/dist/types-ts4.5/analytics/types/link-tool-bar-events.d.ts +0 -76
  84. package/dist/types-ts4.5/analytics/types/list-events.d.ts +0 -66
  85. package/dist/types-ts4.5/analytics/types/media-events.d.ts +0 -35
  86. package/dist/types-ts4.5/analytics/types/node-events.d.ts +0 -56
  87. package/dist/types-ts4.5/analytics/types/paste-events.d.ts +0 -39
  88. package/dist/types-ts4.5/analytics/types/performance-report.d.ts +0 -24
  89. package/dist/types-ts4.5/analytics/types/referentiality-events.d.ts +0 -52
  90. package/dist/types-ts4.5/analytics/types/selection-events.d.ts +0 -21
  91. package/dist/types-ts4.5/analytics/types/smart-links.d.ts +0 -14
  92. package/dist/types-ts4.5/analytics/types/substitute-events.d.ts +0 -26
  93. package/dist/types-ts4.5/analytics/types/table-events.d.ts +0 -142
  94. package/dist/types-ts4.5/analytics/types/toolbar-button.d.ts +0 -22
  95. package/dist/types-ts4.5/analytics/types/type-ahead.d.ts +0 -27
  96. package/dist/types-ts4.5/analytics/types/utils.d.ts +0 -46
  97. package/dist/types-ts4.5/analytics/utils.d.ts +0 -3
  98. package/dist/types-ts4.5/card/LinkToolbarButtonGroup.d.ts +0 -16
  99. package/dist/types-ts4.5/card/MediaAndEmbedsToolbar/index.d.ts +0 -11
  100. package/dist/types-ts4.5/card/cardOptions.d.ts +0 -13
  101. package/dist/types-ts4.5/card/index.d.ts +0 -7
  102. package/dist/types-ts4.5/card/link-toolbar-button-group-options.d.ts +0 -5
  103. package/dist/types-ts4.5/card/types.d.ts +0 -27
  104. package/dist/types-ts4.5/card/ui/assets/card.d.ts +0 -3
  105. package/dist/types-ts4.5/card/ui/assets/embed.d.ts +0 -3
  106. package/dist/types-ts4.5/card/ui/assets/inline.d.ts +0 -3
  107. package/dist/types-ts4.5/card/ui/assets/url.d.ts +0 -3
  108. package/dist/types-ts4.5/card/utils.d.ts +0 -18
  109. package/dist/types-ts4.5/clipboard/index.d.ts +0 -6
  110. package/dist/types-ts4.5/collab/index.d.ts +0 -379
  111. package/dist/types-ts4.5/commands/index.d.ts +0 -21
  112. package/dist/types-ts4.5/commands/insert-block.d.ts +0 -5
  113. package/dist/types-ts4.5/copy-button/index.d.ts +0 -7
  114. package/dist/types-ts4.5/core-utils/index.d.ts +0 -1
  115. package/dist/types-ts4.5/core-utils/inside.d.ts +0 -2
  116. package/dist/types-ts4.5/editor-analytics/index.d.ts +0 -1
  117. package/dist/types-ts4.5/editor-analytics/withAnalytics.d.ts +0 -34
  118. package/dist/types-ts4.5/element-browser/ElementBrowser.d.ts +0 -37
  119. package/dist/types-ts4.5/element-browser/ViewMore.d.ts +0 -6
  120. package/dist/types-ts4.5/element-browser/components/CategoryList.d.ts +0 -10
  121. package/dist/types-ts4.5/element-browser/components/ElementBrowserLoader.d.ts +0 -6
  122. package/dist/types-ts4.5/element-browser/components/ElementList/ElementList.d.ts +0 -33
  123. package/dist/types-ts4.5/element-browser/components/ElementList/EmptyState.d.ts +0 -6
  124. package/dist/types-ts4.5/element-browser/components/ElementList/NotFoundIllustration.d.ts +0 -2
  125. package/dist/types-ts4.5/element-browser/components/ElementList/cellSizeAndPositionGetter.d.ts +0 -7
  126. package/dist/types-ts4.5/element-browser/components/ElementList/utils.d.ts +0 -12
  127. package/dist/types-ts4.5/element-browser/components/ElementSearch.d.ts +0 -18
  128. package/dist/types-ts4.5/element-browser/components/StatelessElementBrowser.d.ts +0 -23
  129. package/dist/types-ts4.5/element-browser/constants.d.ts +0 -19
  130. package/dist/types-ts4.5/element-browser/hooks/use-container-width.d.ts +0 -33
  131. package/dist/types-ts4.5/element-browser/hooks/use-focus.d.ts +0 -35
  132. package/dist/types-ts4.5/element-browser/hooks/use-select-and-focus-on-arrow-navigation.d.ts +0 -72
  133. package/dist/types-ts4.5/element-browser/index.d.ts +0 -2
  134. package/dist/types-ts4.5/element-browser/types.d.ts +0 -12
  135. package/dist/types-ts4.5/emoji.d.ts +0 -3
  136. package/dist/types-ts4.5/event-dispatcher/index.d.ts +0 -21
  137. package/dist/types-ts4.5/extensions/combine-extension-providers.d.ts +0 -7
  138. package/dist/types-ts4.5/extensions/default-extension-provider.d.ts +0 -17
  139. package/dist/types-ts4.5/extensions/extension-fields-helpers.d.ts +0 -10
  140. package/dist/types-ts4.5/extensions/extension-handlers.d.ts +0 -13
  141. package/dist/types-ts4.5/extensions/index.d.ts +0 -8
  142. package/dist/types-ts4.5/extensions/manifest-helpers.d.ts +0 -9
  143. package/dist/types-ts4.5/extensions/module-helpers.d.ts +0 -11
  144. package/dist/types-ts4.5/extensions/types/extension-handler.d.ts +0 -40
  145. package/dist/types-ts4.5/extensions/types/extension-manifest-common.d.ts +0 -8
  146. package/dist/types-ts4.5/extensions/types/extension-manifest-toolbar-item.d.ts +0 -45
  147. package/dist/types-ts4.5/extensions/types/extension-manifest.d.ts +0 -101
  148. package/dist/types-ts4.5/extensions/types/extension-parameters.d.ts +0 -5
  149. package/dist/types-ts4.5/extensions/types/extension-provider.d.ts +0 -8
  150. package/dist/types-ts4.5/extensions/types/field-definitions.d.ts +0 -171
  151. package/dist/types-ts4.5/extensions/types/index.d.ts +0 -8
  152. package/dist/types-ts4.5/extensions/types/utils.d.ts +0 -18
  153. package/dist/types-ts4.5/extensions.d.ts +0 -2
  154. package/dist/types-ts4.5/floating-toolbar/index.d.ts +0 -6
  155. package/dist/types-ts4.5/guideline/constants.d.ts +0 -2
  156. package/dist/types-ts4.5/guideline/defaultGuideline.d.ts +0 -2
  157. package/dist/types-ts4.5/guideline/dynamicGuideline.d.ts +0 -6
  158. package/dist/types-ts4.5/guideline/fixedGuideline.d.ts +0 -32
  159. package/dist/types-ts4.5/guideline/index.d.ts +0 -9
  160. package/dist/types-ts4.5/guideline/relativeGuideline.d.ts +0 -8
  161. package/dist/types-ts4.5/guideline/snapping.d.ts +0 -19
  162. package/dist/types-ts4.5/guideline/types.d.ts +0 -67
  163. package/dist/types-ts4.5/guideline/updateGuideline.d.ts +0 -5
  164. package/dist/types-ts4.5/guideline/utils.d.ts +0 -27
  165. package/dist/types-ts4.5/hooks/index.d.ts +0 -3
  166. package/dist/types-ts4.5/hooks/useConstructor.d.ts +0 -9
  167. package/dist/types-ts4.5/hooks/usePreviousState.d.ts +0 -11
  168. package/dist/types-ts4.5/hooks/useSharedPluginState.d.ts +0 -68
  169. package/dist/types-ts4.5/i18n/cs.d.ts +0 -211
  170. package/dist/types-ts4.5/i18n/da.d.ts +0 -211
  171. package/dist/types-ts4.5/i18n/de.d.ts +0 -211
  172. package/dist/types-ts4.5/i18n/en.d.ts +0 -211
  173. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -211
  174. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -211
  175. package/dist/types-ts4.5/i18n/es.d.ts +0 -211
  176. package/dist/types-ts4.5/i18n/et.d.ts +0 -8
  177. package/dist/types-ts4.5/i18n/fi.d.ts +0 -211
  178. package/dist/types-ts4.5/i18n/fr.d.ts +0 -211
  179. package/dist/types-ts4.5/i18n/hu.d.ts +0 -211
  180. package/dist/types-ts4.5/i18n/index.d.ts +0 -32
  181. package/dist/types-ts4.5/i18n/it.d.ts +0 -211
  182. package/dist/types-ts4.5/i18n/ja.d.ts +0 -211
  183. package/dist/types-ts4.5/i18n/ko.d.ts +0 -211
  184. package/dist/types-ts4.5/i18n/languages.d.ts +0 -35
  185. package/dist/types-ts4.5/i18n/nb.d.ts +0 -211
  186. package/dist/types-ts4.5/i18n/nl.d.ts +0 -211
  187. package/dist/types-ts4.5/i18n/pl.d.ts +0 -211
  188. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -211
  189. package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -8
  190. package/dist/types-ts4.5/i18n/ru.d.ts +0 -211
  191. package/dist/types-ts4.5/i18n/sk.d.ts +0 -8
  192. package/dist/types-ts4.5/i18n/sv.d.ts +0 -211
  193. package/dist/types-ts4.5/i18n/th.d.ts +0 -211
  194. package/dist/types-ts4.5/i18n/tr.d.ts +0 -211
  195. package/dist/types-ts4.5/i18n/uk.d.ts +0 -211
  196. package/dist/types-ts4.5/i18n/vi.d.ts +0 -211
  197. package/dist/types-ts4.5/i18n/zh.d.ts +0 -211
  198. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -211
  199. package/dist/types-ts4.5/icons/index.d.ts +0 -10
  200. package/dist/types-ts4.5/icons/shared/BorderIcon.d.ts +0 -3
  201. package/dist/types-ts4.5/icons/shared/PanelErrorIcon.d.ts +0 -3
  202. package/dist/types-ts4.5/icons/shared/PanelInfoIcon.d.ts +0 -3
  203. package/dist/types-ts4.5/icons/shared/PanelNoteIcon.d.ts +0 -3
  204. package/dist/types-ts4.5/icons/shared/PanelSuccessIcon.d.ts +0 -3
  205. package/dist/types-ts4.5/icons/shared/PanelWarningIcon.d.ts +0 -3
  206. package/dist/types-ts4.5/icons/shared/table.d.ts +0 -2
  207. package/dist/types-ts4.5/in-product.d.ts +0 -1
  208. package/dist/types-ts4.5/index.d.ts +0 -1
  209. package/dist/types-ts4.5/insert/index.d.ts +0 -26
  210. package/dist/types-ts4.5/keymaps/consts.d.ts +0 -12
  211. package/dist/types-ts4.5/keymaps/index.d.ts +0 -97
  212. package/dist/types-ts4.5/keymaps/keymap.d.ts +0 -11
  213. package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/index.d.ts +0 -23
  214. package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/useEscapeClickaway.d.ts +0 -2
  215. package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +0 -115
  216. package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/index.d.ts +0 -21
  217. package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/messages.d.ts +0 -32
  218. package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/utils.d.ts +0 -8
  219. package/dist/types-ts4.5/link/LinkSearch/LinkSearchList.d.ts +0 -20
  220. package/dist/types-ts4.5/link/LinkSearch/LinkSearchListItem.d.ts +0 -22
  221. package/dist/types-ts4.5/link/LinkSearch/ToolbarComponents.d.ts +0 -3
  222. package/dist/types-ts4.5/link/LinkSearch/index.d.ts +0 -59
  223. package/dist/types-ts4.5/link/LinkSearch/listItemAlts.d.ts +0 -2
  224. package/dist/types-ts4.5/link/LinkSearch/transformTimeStamp.d.ts +0 -10
  225. package/dist/types-ts4.5/link/LinkSearch/types.d.ts +0 -49
  226. package/dist/types-ts4.5/link/LinkSearch/withActivityProvider.d.ts +0 -66
  227. package/dist/types-ts4.5/link/index.d.ts +0 -16
  228. package/dist/types-ts4.5/link/types.d.ts +0 -40
  229. package/dist/types-ts4.5/link/utils.d.ts +0 -3
  230. package/dist/types-ts4.5/lists/analytics.d.ts +0 -4
  231. package/dist/types-ts4.5/lists/indentation.d.ts +0 -5
  232. package/dist/types-ts4.5/lists/index.d.ts +0 -6
  233. package/dist/types-ts4.5/lists/node.d.ts +0 -18
  234. package/dist/types-ts4.5/lists/replace-content.d.ts +0 -8
  235. package/dist/types-ts4.5/lists/selection.d.ts +0 -13
  236. package/dist/types-ts4.5/mark/commands.d.ts +0 -18
  237. package/dist/types-ts4.5/mark/index.d.ts +0 -2
  238. package/dist/types-ts4.5/mark/text-formatting.d.ts +0 -8
  239. package/dist/types-ts4.5/media-single/constants.d.ts +0 -22
  240. package/dist/types-ts4.5/media-single/index.d.ts +0 -2
  241. package/dist/types-ts4.5/media-single/utils.d.ts +0 -92
  242. package/dist/types-ts4.5/mention.d.ts +0 -2
  243. package/dist/types-ts4.5/messages/alignment.d.ts +0 -17
  244. package/dist/types-ts4.5/messages/annotation.d.ts +0 -17
  245. package/dist/types-ts4.5/messages/block-type.d.ts +0 -152
  246. package/dist/types-ts4.5/messages/card.d.ts +0 -87
  247. package/dist/types-ts4.5/messages/codeBidiWarning.d.ts +0 -11
  248. package/dist/types-ts4.5/messages/codeBlockButton.d.ts +0 -22
  249. package/dist/types-ts4.5/messages/full-page.d.ts +0 -17
  250. package/dist/types-ts4.5/messages/index.d.ts +0 -138
  251. package/dist/types-ts4.5/messages/insert-block.d.ts +0 -172
  252. package/dist/types-ts4.5/messages/link-toolbar.d.ts +0 -57
  253. package/dist/types-ts4.5/messages/link.d.ts +0 -7
  254. package/dist/types-ts4.5/messages/list.d.ts +0 -27
  255. package/dist/types-ts4.5/messages/media-and-embed-toolbar.d.ts +0 -12
  256. package/dist/types-ts4.5/messages/toolbar.d.ts +0 -92
  257. package/dist/types-ts4.5/messages/undo-redo.d.ts +0 -12
  258. package/dist/types-ts4.5/messages/unsupportedContent.d.ts +0 -17
  259. package/dist/types-ts4.5/monitoring/error.d.ts +0 -4
  260. package/dist/types-ts4.5/monitoring/index.d.ts +0 -1
  261. package/dist/types-ts4.5/node-width/index.d.ts +0 -15
  262. package/dist/types-ts4.5/normalize-feature-flags.d.ts +0 -27
  263. package/dist/types-ts4.5/panel.d.ts +0 -1
  264. package/dist/types-ts4.5/paste/clipboard.d.ts +0 -2
  265. package/dist/types-ts4.5/paste/index.d.ts +0 -2
  266. package/dist/types-ts4.5/paste/md-plugins/ignore-list-heading-md-plugin.d.ts +0 -2
  267. package/dist/types-ts4.5/paste/md-plugins/linkify-md-plugin.d.ts +0 -2
  268. package/dist/types-ts4.5/paste/md-plugins/newline-md-plugin.d.ts +0 -2
  269. package/dist/types-ts4.5/paste/md-plugins/paragraph-md-plugin.d.ts +0 -2
  270. package/dist/types-ts4.5/paste/md.d.ts +0 -2
  271. package/dist/types-ts4.5/preset/builder.d.ts +0 -36
  272. package/dist/types-ts4.5/preset/core-plugin.d.ts +0 -22
  273. package/dist/types-ts4.5/preset/editor-commands.d.ts +0 -21
  274. package/dist/types-ts4.5/preset/index.d.ts +0 -3
  275. package/dist/types-ts4.5/preset/plugin-injection-api.d.ts +0 -53
  276. package/dist/types-ts4.5/provider-factory/autoformatting-provider.d.ts +0 -9
  277. package/dist/types-ts4.5/provider-factory/card-provider.d.ts +0 -7
  278. package/dist/types-ts4.5/provider-factory/context-identifier-provider.d.ts +0 -6
  279. package/dist/types-ts4.5/provider-factory/context.d.ts +0 -6
  280. package/dist/types-ts4.5/provider-factory/image-upload-provider.d.ts +0 -7
  281. package/dist/types-ts4.5/provider-factory/macro-provider.d.ts +0 -25
  282. package/dist/types-ts4.5/provider-factory/media-provider.d.ts +0 -15
  283. package/dist/types-ts4.5/provider-factory/profile-card-provider.d.ts +0 -6
  284. package/dist/types-ts4.5/provider-factory/provider-factory.d.ts +0 -17
  285. package/dist/types-ts4.5/provider-factory/quick-insert-provider.d.ts +0 -30
  286. package/dist/types-ts4.5/provider-factory/search-provider.d.ts +0 -12
  287. package/dist/types-ts4.5/provider-factory/types.d.ts +0 -37
  288. package/dist/types-ts4.5/provider-factory/with-providers.d.ts +0 -18
  289. package/dist/types-ts4.5/provider-factory.d.ts +0 -13
  290. package/dist/types-ts4.5/provider-helpers/combine-providers.d.ts +0 -9
  291. package/dist/types-ts4.5/provider-helpers/index.d.ts +0 -1
  292. package/dist/types-ts4.5/provider-helpers/promise-helpers.d.ts +0 -32
  293. package/dist/types-ts4.5/quick-insert/assets/action.d.ts +0 -2
  294. package/dist/types-ts4.5/quick-insert/assets/code.d.ts +0 -2
  295. package/dist/types-ts4.5/quick-insert/assets/custom-panel.d.ts +0 -2
  296. package/dist/types-ts4.5/quick-insert/assets/datasource-assets-objects.d.ts +0 -2
  297. package/dist/types-ts4.5/quick-insert/assets/datasource-jira-issue.d.ts +0 -2
  298. package/dist/types-ts4.5/quick-insert/assets/date.d.ts +0 -2
  299. package/dist/types-ts4.5/quick-insert/assets/decision.d.ts +0 -2
  300. package/dist/types-ts4.5/quick-insert/assets/divider.d.ts +0 -2
  301. package/dist/types-ts4.5/quick-insert/assets/emoji.d.ts +0 -2
  302. package/dist/types-ts4.5/quick-insert/assets/expand.d.ts +0 -2
  303. package/dist/types-ts4.5/quick-insert/assets/fallback.d.ts +0 -2
  304. package/dist/types-ts4.5/quick-insert/assets/feedback.d.ts +0 -2
  305. package/dist/types-ts4.5/quick-insert/assets/heading1.d.ts +0 -2
  306. package/dist/types-ts4.5/quick-insert/assets/heading2.d.ts +0 -2
  307. package/dist/types-ts4.5/quick-insert/assets/heading3.d.ts +0 -2
  308. package/dist/types-ts4.5/quick-insert/assets/heading4.d.ts +0 -2
  309. package/dist/types-ts4.5/quick-insert/assets/heading5.d.ts +0 -2
  310. package/dist/types-ts4.5/quick-insert/assets/heading6.d.ts +0 -2
  311. package/dist/types-ts4.5/quick-insert/assets/images.d.ts +0 -2
  312. package/dist/types-ts4.5/quick-insert/assets/index.d.ts +0 -32
  313. package/dist/types-ts4.5/quick-insert/assets/layout.d.ts +0 -2
  314. package/dist/types-ts4.5/quick-insert/assets/link.d.ts +0 -2
  315. package/dist/types-ts4.5/quick-insert/assets/list-number.d.ts +0 -2
  316. package/dist/types-ts4.5/quick-insert/assets/list.d.ts +0 -2
  317. package/dist/types-ts4.5/quick-insert/assets/mention.d.ts +0 -2
  318. package/dist/types-ts4.5/quick-insert/assets/panel-error.d.ts +0 -2
  319. package/dist/types-ts4.5/quick-insert/assets/panel-note.d.ts +0 -2
  320. package/dist/types-ts4.5/quick-insert/assets/panel-success.d.ts +0 -2
  321. package/dist/types-ts4.5/quick-insert/assets/panel-warning.d.ts +0 -2
  322. package/dist/types-ts4.5/quick-insert/assets/panel.d.ts +0 -2
  323. package/dist/types-ts4.5/quick-insert/assets/quote.d.ts +0 -2
  324. package/dist/types-ts4.5/quick-insert/assets/status.d.ts +0 -2
  325. package/dist/types-ts4.5/quick-insert/index.d.ts +0 -2
  326. package/dist/types-ts4.5/quick-insert/use-icon-themed.d.ts +0 -9
  327. package/dist/types-ts4.5/quick-insert/utils.d.ts +0 -7
  328. package/dist/types-ts4.5/react-node-view/getInlineNodeViewProducer.d.ts +0 -20
  329. package/dist/types-ts4.5/react-node-view/index.d.ts +0 -56
  330. package/dist/types-ts4.5/react-node-view/types.d.ts +0 -12
  331. package/dist/types-ts4.5/resizer/Resizer.d.ts +0 -52
  332. package/dist/types-ts4.5/resizer/index.d.ts +0 -2
  333. package/dist/types-ts4.5/resizer/types.d.ts +0 -28
  334. package/dist/types-ts4.5/resizer/utils.d.ts +0 -6
  335. package/dist/types-ts4.5/safe-plugin/index.d.ts +0 -6
  336. package/dist/types-ts4.5/selection/gap-cursor/selection.d.ts +0 -41
  337. package/dist/types-ts4.5/selection/gap-cursor/utils/index.d.ts +0 -2
  338. package/dist/types-ts4.5/selection/gap-cursor/utils/is-ignored.d.ts +0 -2
  339. package/dist/types-ts4.5/selection/gap-cursor/utils/is-valid-target-node.d.ts +0 -2
  340. package/dist/types-ts4.5/selection/gap-cursor/utils/setGapCursorSelection.d.ts +0 -3
  341. package/dist/types-ts4.5/selection/index.d.ts +0 -29
  342. package/dist/types-ts4.5/selection/types.d.ts +0 -32
  343. package/dist/types-ts4.5/selection/utils.d.ts +0 -11
  344. package/dist/types-ts4.5/selection-based-node-view/SelectionBasedNodeView.d.ts +0 -49
  345. package/dist/types-ts4.5/selection-based-node-view/index.d.ts +0 -1
  346. package/dist/types-ts4.5/styles/index.d.ts +0 -32
  347. package/dist/types-ts4.5/styles/shared/annotation.d.ts +0 -12
  348. package/dist/types-ts4.5/styles/shared/block-marks.d.ts +0 -1
  349. package/dist/types-ts4.5/styles/shared/blockquote.d.ts +0 -1
  350. package/dist/types-ts4.5/styles/shared/code-block.d.ts +0 -12
  351. package/dist/types-ts4.5/styles/shared/code-mark.d.ts +0 -2
  352. package/dist/types-ts4.5/styles/shared/column-layout.d.ts +0 -2
  353. package/dist/types-ts4.5/styles/shared/date.d.ts +0 -5
  354. package/dist/types-ts4.5/styles/shared/dropdown-menu.d.ts +0 -4
  355. package/dist/types-ts4.5/styles/shared/embedCard.d.ts +0 -2
  356. package/dist/types-ts4.5/styles/shared/emoji.d.ts +0 -7
  357. package/dist/types-ts4.5/styles/shared/expand.d.ts +0 -1
  358. package/dist/types-ts4.5/styles/shared/extension.d.ts +0 -2
  359. package/dist/types-ts4.5/styles/shared/grid.d.ts +0 -2
  360. package/dist/types-ts4.5/styles/shared/headings.d.ts +0 -2
  361. package/dist/types-ts4.5/styles/shared/indentation.d.ts +0 -1
  362. package/dist/types-ts4.5/styles/shared/layout.d.ts +0 -2
  363. package/dist/types-ts4.5/styles/shared/link.d.ts +0 -2
  364. package/dist/types-ts4.5/styles/shared/lists.d.ts +0 -4
  365. package/dist/types-ts4.5/styles/shared/media-single.d.ts +0 -3
  366. package/dist/types-ts4.5/styles/shared/media.d.ts +0 -3
  367. package/dist/types-ts4.5/styles/shared/mention.d.ts +0 -3
  368. package/dist/types-ts4.5/styles/shared/panel.d.ts +0 -85
  369. package/dist/types-ts4.5/styles/shared/paragraph.d.ts +0 -1
  370. package/dist/types-ts4.5/styles/shared/plugins.d.ts +0 -4
  371. package/dist/types-ts4.5/styles/shared/resizer.d.ts +0 -9
  372. package/dist/types-ts4.5/styles/shared/rule.d.ts +0 -2
  373. package/dist/types-ts4.5/styles/shared/shadow.d.ts +0 -15
  374. package/dist/types-ts4.5/styles/shared/smart-card.d.ts +0 -8
  375. package/dist/types-ts4.5/styles/shared/smartCard.d.ts +0 -3
  376. package/dist/types-ts4.5/styles/shared/status.d.ts +0 -4
  377. package/dist/types-ts4.5/styles/shared/table.d.ts +0 -35
  378. package/dist/types-ts4.5/styles/shared/tableCell.d.ts +0 -1
  379. package/dist/types-ts4.5/styles/shared/task-decision.d.ts +0 -6
  380. package/dist/types-ts4.5/styles/shared/text-color.d.ts +0 -1
  381. package/dist/types-ts4.5/styles/shared/unsupported-content.d.ts +0 -5
  382. package/dist/types-ts4.5/styles/shared/whitespace.d.ts +0 -2
  383. package/dist/types-ts4.5/transforms/expand.d.ts +0 -5
  384. package/dist/types-ts4.5/transforms/extension.d.ts +0 -6
  385. package/dist/types-ts4.5/transforms/index.d.ts +0 -3
  386. package/dist/types-ts4.5/transforms/layout.d.ts +0 -15
  387. package/dist/types-ts4.5/type-ahead/index.d.ts +0 -12
  388. package/dist/types-ts4.5/types/annotation/emitter.d.ts +0 -33
  389. package/dist/types-ts4.5/types/annotation/index.d.ts +0 -85
  390. package/dist/types-ts4.5/types/block-type.d.ts +0 -4
  391. package/dist/types-ts4.5/types/breakout.d.ts +0 -1
  392. package/dist/types-ts4.5/types/command.d.ts +0 -6
  393. package/dist/types-ts4.5/types/context-panel.d.ts +0 -3
  394. package/dist/types-ts4.5/types/copy-button.d.ts +0 -24
  395. package/dist/types-ts4.5/types/datasource.d.ts +0 -1
  396. package/dist/types-ts4.5/types/doc-builder.d.ts +0 -26
  397. package/dist/types-ts4.5/types/editor-actions.d.ts +0 -21
  398. package/dist/types-ts4.5/types/editor-appearance.d.ts +0 -1
  399. package/dist/types-ts4.5/types/editor-command.d.ts +0 -5
  400. package/dist/types-ts4.5/types/editor-container-width.d.ts +0 -19
  401. package/dist/types-ts4.5/types/editor-plugin.d.ts +0 -92
  402. package/dist/types-ts4.5/types/editor-public-api.d.ts +0 -4
  403. package/dist/types-ts4.5/types/editor-react-context.d.ts +0 -6
  404. package/dist/types-ts4.5/types/empty-state-handler.d.ts +0 -7
  405. package/dist/types-ts4.5/types/feature-flags.d.ts +0 -311
  406. package/dist/types-ts4.5/types/floating-toolbar.d.ts +0 -260
  407. package/dist/types-ts4.5/types/grid.d.ts +0 -1
  408. package/dist/types-ts4.5/types/hyperlink.d.ts +0 -35
  409. package/dist/types-ts4.5/types/image-upload-reference-event.d.ts +0 -10
  410. package/dist/types-ts4.5/types/index.d.ts +0 -51
  411. package/dist/types-ts4.5/types/input-rules.d.ts +0 -8
  412. package/dist/types-ts4.5/types/layout.d.ts +0 -6
  413. package/dist/types-ts4.5/types/next-editor-plugin.d.ts +0 -157
  414. package/dist/types-ts4.5/types/performance-tracking.d.ts +0 -343
  415. package/dist/types-ts4.5/types/plugin-factory.d.ts +0 -27
  416. package/dist/types-ts4.5/types/prosemirror-config.d.ts +0 -14
  417. package/dist/types-ts4.5/types/quick-insert.d.ts +0 -38
  418. package/dist/types-ts4.5/types/resizable-media-single.d.ts +0 -15
  419. package/dist/types-ts4.5/types/selection.d.ts +0 -3
  420. package/dist/types-ts4.5/types/supported-browsers.d.ts +0 -15
  421. package/dist/types-ts4.5/types/tables.d.ts +0 -13
  422. package/dist/types-ts4.5/types/text-formatting.d.ts +0 -36
  423. package/dist/types-ts4.5/types/toolbar.d.ts +0 -30
  424. package/dist/types-ts4.5/types/type-ahead.d.ts +0 -72
  425. package/dist/types-ts4.5/types/ui-components.d.ts +0 -23
  426. package/dist/types-ts4.5/ufo/experience-store.d.ts +0 -33
  427. package/dist/types-ts4.5/ufo/index.d.ts +0 -1
  428. package/dist/types-ts4.5/ui/Announcer/announcer.d.ts +0 -23
  429. package/dist/types-ts4.5/ui/BaseTheme/index.d.ts +0 -15
  430. package/dist/types-ts4.5/ui/Caption/index.d.ts +0 -19
  431. package/dist/types-ts4.5/ui/Caption/messages.d.ts +0 -7
  432. package/dist/types-ts4.5/ui/ContextPanel/context.d.ts +0 -24
  433. package/dist/types-ts4.5/ui/DropList/index.d.ts +0 -21
  434. package/dist/types-ts4.5/ui/Emoji/index.d.ts +0 -22
  435. package/dist/types-ts4.5/ui/ErrorBoundary/index.d.ts +0 -25
  436. package/dist/types-ts4.5/ui/EventHandlers/index.d.ts +0 -36
  437. package/dist/types-ts4.5/ui/Expand/index.d.ts +0 -42
  438. package/dist/types-ts4.5/ui/FloatingToolbar/Button.d.ts +0 -30
  439. package/dist/types-ts4.5/ui/FloatingToolbar/Separator.d.ts +0 -4
  440. package/dist/types-ts4.5/ui/FloatingToolbar/SmallerEditIcon.d.ts +0 -3
  441. package/dist/types-ts4.5/ui/FloatingToolbar/styles.d.ts +0 -20
  442. package/dist/types-ts4.5/ui/IntlErrorBoundary/index.d.ts +0 -15
  443. package/dist/types-ts4.5/ui/IntlProviderIfMissingWrapper/index.d.ts +0 -6
  444. package/dist/types-ts4.5/ui/Layer/index.d.ts +0 -47
  445. package/dist/types-ts4.5/ui/Layer/internal/helpers.d.ts +0 -5
  446. package/dist/types-ts4.5/ui/LinkSearch/const.d.ts +0 -4
  447. package/dist/types-ts4.5/ui/MediaSingle/grid.d.ts +0 -25
  448. package/dist/types-ts4.5/ui/MediaSingle/index.d.ts +0 -28
  449. package/dist/types-ts4.5/ui/MediaSingle/link.d.ts +0 -1
  450. package/dist/types-ts4.5/ui/MediaSingle/styled.d.ts +0 -57
  451. package/dist/types-ts4.5/ui/MediaSingle/types.d.ts +0 -12
  452. package/dist/types-ts4.5/ui/Mention/index.d.ts +0 -21
  453. package/dist/types-ts4.5/ui/Mention/mention-with-profilecard.d.ts +0 -15
  454. package/dist/types-ts4.5/ui/Mention/mention-with-providers.d.ts +0 -22
  455. package/dist/types-ts4.5/ui/Mention/types.d.ts +0 -2
  456. package/dist/types-ts4.5/ui/Messages/index.d.ts +0 -11
  457. package/dist/types-ts4.5/ui/OverflowShadow/index.d.ts +0 -103
  458. package/dist/types-ts4.5/ui/OverflowShadow/shadowObserver.d.ts +0 -27
  459. package/dist/types-ts4.5/ui/PanelTextInput/index.d.ts +0 -45
  460. package/dist/types-ts4.5/ui/PanelTextInput/styles.d.ts +0 -2
  461. package/dist/types-ts4.5/ui/Popup/index.d.ts +0 -85
  462. package/dist/types-ts4.5/ui/Popup/utils.d.ts +0 -42
  463. package/dist/types-ts4.5/ui/PortalProvider/PortalProviderThemesProvider.d.ts +0 -6
  464. package/dist/types-ts4.5/ui/PortalProvider/index.d.ts +0 -51
  465. package/dist/types-ts4.5/ui/ResizerLegacy/index.d.ts +0 -43
  466. package/dist/types-ts4.5/ui/ResizerLegacy/styled.d.ts +0 -2
  467. package/dist/types-ts4.5/ui/ResizerLegacy/types.d.ts +0 -26
  468. package/dist/types-ts4.5/ui/ResizerLegacy/utils.d.ts +0 -6
  469. package/dist/types-ts4.5/ui/Toolbar/index.d.ts +0 -5
  470. package/dist/types-ts4.5/ui/UnsupportedBlock/index.d.ts +0 -14
  471. package/dist/types-ts4.5/ui/UnsupportedInline/index.d.ts +0 -14
  472. package/dist/types-ts4.5/ui/WidthProvider/index.d.ts +0 -29
  473. package/dist/types-ts4.5/ui/WithCreateAnalyticsEvent/index.d.ts +0 -6
  474. package/dist/types-ts4.5/ui/clear-next-sibling-margin-top.d.ts +0 -2
  475. package/dist/types-ts4.5/ui/index.d.ts +0 -43
  476. package/dist/types-ts4.5/ui/unsupported-content-helper.d.ts +0 -3
  477. package/dist/types-ts4.5/ui/with-outer-listeners.d.ts +0 -8
  478. package/dist/types-ts4.5/ui-color/ColorPalette/Color/index.d.ts +0 -20
  479. package/dist/types-ts4.5/ui-color/ColorPalette/Color/styles.d.ts +0 -4
  480. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/borderColorPalette.d.ts +0 -3
  481. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/cellBackgroundColorPalette.d.ts +0 -3
  482. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/common.d.ts +0 -2
  483. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/getColorMessage.d.ts +0 -2
  484. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/index.d.ts +0 -3
  485. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/paletteMessages.d.ts +0 -123
  486. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.d.ts +0 -1444
  487. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/panelBackgroundPalette.d.ts +0 -4
  488. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/statusColorPalette.d.ts +0 -4
  489. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/textColorPalette.d.ts +0 -2
  490. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/type.d.ts +0 -12
  491. package/dist/types-ts4.5/ui-color/ColorPalette/index.d.ts +0 -38
  492. package/dist/types-ts4.5/ui-color/ColorPalette/styles.d.ts +0 -1
  493. package/dist/types-ts4.5/ui-color/ColorPalette/utils.d.ts +0 -12
  494. package/dist/types-ts4.5/ui-color/index.d.ts +0 -12
  495. package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider/index.d.ts +0 -7
  496. package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.d.ts +0 -7
  497. package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/index.d.ts +0 -3
  498. package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/types.d.ts +0 -36
  499. package/dist/types-ts4.5/ui-menu/ColorPickerButton/index.d.ts +0 -28
  500. package/dist/types-ts4.5/ui-menu/Dropdown/index.d.ts +0 -44
  501. package/dist/types-ts4.5/ui-menu/DropdownContainer/index.d.ts +0 -3
  502. package/dist/types-ts4.5/ui-menu/DropdownMenu/index.d.ts +0 -22
  503. package/dist/types-ts4.5/ui-menu/DropdownMenu/types.d.ts +0 -52
  504. package/dist/types-ts4.5/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +0 -31
  505. package/dist/types-ts4.5/ui-menu/ToolbarButton/index.d.ts +0 -57
  506. package/dist/types-ts4.5/ui-menu/ToolbarButton/styles.d.ts +0 -4
  507. package/dist/types-ts4.5/ui-menu/index.d.ts +0 -11
  508. package/dist/types-ts4.5/ui-react/ReactEditorViewContext.d.ts +0 -8
  509. package/dist/types-ts4.5/ui-react/index.d.ts +0 -2
  510. package/dist/types-ts4.5/ui-react/with-react-editor-view-outer-listeners.d.ts +0 -12
  511. package/dist/types-ts4.5/utils/analytics.d.ts +0 -29
  512. package/dist/types-ts4.5/utils/annotation/index.d.ts +0 -8
  513. package/dist/types-ts4.5/utils/breakout.d.ts +0 -50
  514. package/dist/types-ts4.5/utils/browser-extensions.d.ts +0 -43
  515. package/dist/types-ts4.5/utils/browser.d.ts +0 -4
  516. package/dist/types-ts4.5/utils/commands.d.ts +0 -48
  517. package/dist/types-ts4.5/utils/compare-props.d.ts +0 -32
  518. package/dist/types-ts4.5/utils/compareNodes.d.ts +0 -49
  519. package/dist/types-ts4.5/utils/compose.d.ts +0 -30
  520. package/dist/types-ts4.5/utils/count-nodes.d.ts +0 -8
  521. package/dist/types-ts4.5/utils/create-wrap-selection-transaction.d.ts +0 -15
  522. package/dist/types-ts4.5/utils/datasource.d.ts +0 -3
  523. package/dist/types-ts4.5/utils/date.d.ts +0 -18
  524. package/dist/types-ts4.5/utils/dedupe.d.ts +0 -1
  525. package/dist/types-ts4.5/utils/document.d.ts +0 -25
  526. package/dist/types-ts4.5/utils/dom.d.ts +0 -40
  527. package/dist/types-ts4.5/utils/editor-core-utils.d.ts +0 -34
  528. package/dist/types-ts4.5/utils/error-reporter.d.ts +0 -13
  529. package/dist/types-ts4.5/utils/extension-handler.d.ts +0 -2
  530. package/dist/types-ts4.5/utils/filter/privacy-filter.d.ts +0 -9
  531. package/dist/types-ts4.5/utils/get-performance-options.d.ts +0 -16
  532. package/dist/types-ts4.5/utils/getModeFromTheme.d.ts +0 -1
  533. package/dist/types-ts4.5/utils/grid.d.ts +0 -3
  534. package/dist/types-ts4.5/utils/hyperlink.d.ts +0 -29
  535. package/dist/types-ts4.5/utils/imageLoader.d.ts +0 -14
  536. package/dist/types-ts4.5/utils/index.d.ts +0 -86
  537. package/dist/types-ts4.5/utils/input-rules.d.ts +0 -16
  538. package/dist/types-ts4.5/utils/is-text-input.d.ts +0 -2
  539. package/dist/types-ts4.5/utils/list.d.ts +0 -14
  540. package/dist/types-ts4.5/utils/macro.d.ts +0 -10
  541. package/dist/types-ts4.5/utils/nodes.d.ts +0 -52
  542. package/dist/types-ts4.5/utils/outdated-browsers.d.ts +0 -1
  543. package/dist/types-ts4.5/utils/performance/get-performance-timing.d.ts +0 -8
  544. package/dist/types-ts4.5/utils/performance/hooks/use-component-render-tracking/index.d.ts +0 -19
  545. package/dist/types-ts4.5/utils/performance/is-performance-api-available.d.ts +0 -3
  546. package/dist/types-ts4.5/utils/performance/measure-render.d.ts +0 -52
  547. package/dist/types-ts4.5/utils/performance/measure-tti.d.ts +0 -14
  548. package/dist/types-ts4.5/utils/performance/measure.d.ts +0 -3
  549. package/dist/types-ts4.5/utils/performance/navigation.d.ts +0 -1
  550. package/dist/types-ts4.5/utils/plugin-state-factory.d.ts +0 -16
  551. package/dist/types-ts4.5/utils/profiler/render-count.d.ts +0 -50
  552. package/dist/types-ts4.5/utils/prosemirror/autojoin.d.ts +0 -13
  553. package/dist/types-ts4.5/utils/referentiality.d.ts +0 -18
  554. package/dist/types-ts4.5/utils/rich-media-utils.d.ts +0 -9
  555. package/dist/types-ts4.5/utils/scroll-gutter.d.ts +0 -3
  556. package/dist/types-ts4.5/utils/should-force-tracking.d.ts +0 -1
  557. package/dist/types-ts4.5/utils/slice.d.ts +0 -11
  558. package/dist/types-ts4.5/utils/table.d.ts +0 -5
  559. package/dist/types-ts4.5/utils/track-unsupported-content.d.ts +0 -20
  560. package/dist/types-ts4.5/utils/traversor.d.ts +0 -9
  561. package/dist/types-ts4.5/utils/types.d.ts +0 -2
  562. package/dist/types-ts4.5/utils/unsupportedContent/get-unsupported-content-level-data.d.ts +0 -57
  563. package/dist/types-ts4.5/utils/validate-using-spec.d.ts +0 -19
  564. package/dist/types-ts4.5/utils/validator.d.ts +0 -42
  565. package/dist/types-ts4.5/utils/whitespace.d.ts +0 -2
  566. package/dist/types-ts4.5/utils/wrap-selection-in.d.ts +0 -9
  567. package/dist/types-ts4.5/validator.d.ts +0 -2
  568. package/dist/types-ts4.5/with-plugin-state/index.d.ts +0 -108
  569. package/dist/types-ts4.5/with-plugin-state/types.d.ts +0 -10
  570. package/tmp/api-report-tmp.d.ts +0 -9
@@ -1,1444 +0,0 @@
1
- export declare const lightTextPaletteTooltipMessages: {
2
- '#FFFFFF': {
3
- id: string;
4
- defaultMessage: string;
5
- description: string;
6
- };
7
- '#B3D4FF': {
8
- id: string;
9
- defaultMessage: string;
10
- description: string;
11
- };
12
- '#B3F5FF': {
13
- id: string;
14
- defaultMessage: string;
15
- description: string;
16
- };
17
- '#ABF5D1': {
18
- id: string;
19
- defaultMessage: string;
20
- description: string;
21
- };
22
- '#FFF0B3': {
23
- id: string;
24
- defaultMessage: string;
25
- description: string;
26
- };
27
- '#FFBDAD': {
28
- id: string;
29
- defaultMessage: string;
30
- description: string;
31
- };
32
- '#EAE6FF': {
33
- id: string;
34
- defaultMessage: string;
35
- description: string;
36
- };
37
- '#97A0AF': {
38
- id: string;
39
- defaultMessage: string;
40
- description: string;
41
- };
42
- '#4C9AFF': {
43
- id: string;
44
- defaultMessage: string;
45
- description: string;
46
- };
47
- '#00B8D9': {
48
- id: string;
49
- defaultMessage: string;
50
- description: string;
51
- };
52
- '#36B37E': {
53
- id: string;
54
- defaultMessage: string;
55
- description: string;
56
- };
57
- '#FFC400': {
58
- id: string;
59
- defaultMessage: string;
60
- description: string;
61
- };
62
- '#FF5630': {
63
- id: string;
64
- defaultMessage: string;
65
- description: string;
66
- };
67
- '#FF991F': {
68
- id: string;
69
- defaultMessage: string;
70
- description: string;
71
- };
72
- '#6554C0': {
73
- id: string;
74
- defaultMessage: string;
75
- description: string;
76
- };
77
- '#0747A6': {
78
- id: string;
79
- defaultMessage: string;
80
- description: string;
81
- };
82
- '#008DA6': {
83
- id: string;
84
- defaultMessage: string;
85
- description: string;
86
- };
87
- '#006644': {
88
- id: string;
89
- defaultMessage: string;
90
- description: string;
91
- };
92
- '#BF2600': {
93
- id: string;
94
- defaultMessage: string;
95
- description: string;
96
- };
97
- '#403294': {
98
- id: string;
99
- defaultMessage: string;
100
- description: string;
101
- };
102
- '#172B4D': {
103
- id: string;
104
- defaultMessage: string;
105
- description: string;
106
- };
107
- };
108
- export declare const darkTextPaletteTooltipMessages: {
109
- '#FFFFFF': {
110
- id: string;
111
- defaultMessage: string;
112
- description: string;
113
- };
114
- '#B3D4FF': {
115
- id: string;
116
- defaultMessage: string;
117
- description: string;
118
- };
119
- '#B3F5FF': {
120
- id: string;
121
- defaultMessage: string;
122
- description: string;
123
- };
124
- '#ABF5D1': {
125
- id: string;
126
- defaultMessage: string;
127
- description: string;
128
- };
129
- '#FFF0B3': {
130
- id: string;
131
- defaultMessage: string;
132
- description: string;
133
- };
134
- '#FFBDAD': {
135
- id: string;
136
- defaultMessage: string;
137
- description: string;
138
- };
139
- '#EAE6FF': {
140
- id: string;
141
- defaultMessage: string;
142
- description: string;
143
- };
144
- '#97A0AF': {
145
- id: string;
146
- defaultMessage: string;
147
- description: string;
148
- };
149
- '#4C9AFF': {
150
- id: string;
151
- defaultMessage: string;
152
- description: string;
153
- };
154
- '#00B8D9': {
155
- id: string;
156
- defaultMessage: string;
157
- description: string;
158
- };
159
- '#36B37E': {
160
- id: string;
161
- defaultMessage: string;
162
- description: string;
163
- };
164
- '#FFC400': {
165
- id: string;
166
- defaultMessage: string;
167
- description: string;
168
- };
169
- '#FF5630': {
170
- id: string;
171
- defaultMessage: string;
172
- description: string;
173
- };
174
- '#FF991F': {
175
- id: string;
176
- defaultMessage: string;
177
- description: string;
178
- };
179
- '#6554C0': {
180
- id: string;
181
- defaultMessage: string;
182
- description: string;
183
- };
184
- '#0747A6': {
185
- id: string;
186
- defaultMessage: string;
187
- description: string;
188
- };
189
- '#008DA6': {
190
- id: string;
191
- defaultMessage: string;
192
- description: string;
193
- };
194
- '#006644': {
195
- id: string;
196
- defaultMessage: string;
197
- description: string;
198
- };
199
- '#BF2600': {
200
- id: string;
201
- defaultMessage: string;
202
- description: string;
203
- };
204
- '#403294': {
205
- id: string;
206
- defaultMessage: string;
207
- description: string;
208
- };
209
- '#172B4D': {
210
- id: string;
211
- defaultMessage: string;
212
- description: string;
213
- };
214
- };
215
- export declare const textPaletteTooltipMessages: {
216
- light: {
217
- '#FFFFFF': {
218
- id: string;
219
- defaultMessage: string;
220
- description: string;
221
- };
222
- '#B3D4FF': {
223
- id: string;
224
- defaultMessage: string;
225
- description: string;
226
- };
227
- '#B3F5FF': {
228
- id: string;
229
- defaultMessage: string;
230
- description: string;
231
- };
232
- '#ABF5D1': {
233
- id: string;
234
- defaultMessage: string;
235
- description: string;
236
- };
237
- '#FFF0B3': {
238
- id: string;
239
- defaultMessage: string;
240
- description: string;
241
- };
242
- '#FFBDAD': {
243
- id: string;
244
- defaultMessage: string;
245
- description: string;
246
- };
247
- '#EAE6FF': {
248
- id: string;
249
- defaultMessage: string;
250
- description: string;
251
- };
252
- '#97A0AF': {
253
- id: string;
254
- defaultMessage: string;
255
- description: string;
256
- };
257
- '#4C9AFF': {
258
- id: string;
259
- defaultMessage: string;
260
- description: string;
261
- };
262
- '#00B8D9': {
263
- id: string;
264
- defaultMessage: string;
265
- description: string;
266
- };
267
- '#36B37E': {
268
- id: string;
269
- defaultMessage: string;
270
- description: string;
271
- };
272
- '#FFC400': {
273
- id: string;
274
- defaultMessage: string;
275
- description: string;
276
- };
277
- '#FF5630': {
278
- id: string;
279
- defaultMessage: string;
280
- description: string;
281
- };
282
- '#FF991F': {
283
- id: string;
284
- defaultMessage: string;
285
- description: string;
286
- };
287
- '#6554C0': {
288
- id: string;
289
- defaultMessage: string;
290
- description: string;
291
- };
292
- '#0747A6': {
293
- id: string;
294
- defaultMessage: string;
295
- description: string;
296
- };
297
- '#008DA6': {
298
- id: string;
299
- defaultMessage: string;
300
- description: string;
301
- };
302
- '#006644': {
303
- id: string;
304
- defaultMessage: string;
305
- description: string;
306
- };
307
- '#BF2600': {
308
- id: string;
309
- defaultMessage: string;
310
- description: string;
311
- };
312
- '#403294': {
313
- id: string;
314
- defaultMessage: string;
315
- description: string;
316
- };
317
- '#172B4D': {
318
- id: string;
319
- defaultMessage: string;
320
- description: string;
321
- };
322
- };
323
- dark: {
324
- '#FFFFFF': {
325
- id: string;
326
- defaultMessage: string;
327
- description: string;
328
- };
329
- '#B3D4FF': {
330
- id: string;
331
- defaultMessage: string;
332
- description: string;
333
- };
334
- '#B3F5FF': {
335
- id: string;
336
- defaultMessage: string;
337
- description: string;
338
- };
339
- '#ABF5D1': {
340
- id: string;
341
- defaultMessage: string;
342
- description: string;
343
- };
344
- '#FFF0B3': {
345
- id: string;
346
- defaultMessage: string;
347
- description: string;
348
- };
349
- '#FFBDAD': {
350
- id: string;
351
- defaultMessage: string;
352
- description: string;
353
- };
354
- '#EAE6FF': {
355
- id: string;
356
- defaultMessage: string;
357
- description: string;
358
- };
359
- '#97A0AF': {
360
- id: string;
361
- defaultMessage: string;
362
- description: string;
363
- };
364
- '#4C9AFF': {
365
- id: string;
366
- defaultMessage: string;
367
- description: string;
368
- };
369
- '#00B8D9': {
370
- id: string;
371
- defaultMessage: string;
372
- description: string;
373
- };
374
- '#36B37E': {
375
- id: string;
376
- defaultMessage: string;
377
- description: string;
378
- };
379
- '#FFC400': {
380
- id: string;
381
- defaultMessage: string;
382
- description: string;
383
- };
384
- '#FF5630': {
385
- id: string;
386
- defaultMessage: string;
387
- description: string;
388
- };
389
- '#FF991F': {
390
- id: string;
391
- defaultMessage: string;
392
- description: string;
393
- };
394
- '#6554C0': {
395
- id: string;
396
- defaultMessage: string;
397
- description: string;
398
- };
399
- '#0747A6': {
400
- id: string;
401
- defaultMessage: string;
402
- description: string;
403
- };
404
- '#008DA6': {
405
- id: string;
406
- defaultMessage: string;
407
- description: string;
408
- };
409
- '#006644': {
410
- id: string;
411
- defaultMessage: string;
412
- description: string;
413
- };
414
- '#BF2600': {
415
- id: string;
416
- defaultMessage: string;
417
- description: string;
418
- };
419
- '#403294': {
420
- id: string;
421
- defaultMessage: string;
422
- description: string;
423
- };
424
- '#172B4D': {
425
- id: string;
426
- defaultMessage: string;
427
- description: string;
428
- };
429
- };
430
- };
431
- export declare const lightBackgroundPaletteTooltipMessages: {
432
- '#DEEBFF': {
433
- id: string;
434
- defaultMessage: string;
435
- description: string;
436
- };
437
- '#B3D4FF': {
438
- id: string;
439
- defaultMessage: string;
440
- description: string;
441
- };
442
- '#4C9AFF': {
443
- id: string;
444
- defaultMessage: string;
445
- description: string;
446
- };
447
- '#E6FCFF': {
448
- id: string;
449
- defaultMessage: string;
450
- description: string;
451
- };
452
- '#B3F5FF': {
453
- id: string;
454
- defaultMessage: string;
455
- description: string;
456
- };
457
- '#79E2F2': {
458
- id: string;
459
- defaultMessage: string;
460
- description: string;
461
- };
462
- '#E3FCEF': {
463
- id: string;
464
- defaultMessage: string;
465
- description: string;
466
- };
467
- '#ABF5D1': {
468
- id: string;
469
- defaultMessage: string;
470
- description: string;
471
- };
472
- '#57D9A3': {
473
- id: string;
474
- defaultMessage: string;
475
- description: string;
476
- };
477
- '#FFFAE6': {
478
- id: string;
479
- defaultMessage: string;
480
- description: string;
481
- };
482
- '#FFF0B3': {
483
- id: string;
484
- defaultMessage: string;
485
- description: string;
486
- };
487
- '#FFC400': {
488
- id: string;
489
- defaultMessage: string;
490
- description: string;
491
- };
492
- '#FFEBE6': {
493
- id: string;
494
- defaultMessage: string;
495
- description: string;
496
- };
497
- '#FFBDAD': {
498
- id: string;
499
- defaultMessage: string;
500
- description: string;
501
- };
502
- '#FF8F73': {
503
- id: string;
504
- defaultMessage: string;
505
- description: string;
506
- };
507
- '#EAE6FF': {
508
- id: string;
509
- defaultMessage: string;
510
- description: string;
511
- };
512
- '#C0B6F2': {
513
- id: string;
514
- defaultMessage: string;
515
- description: string;
516
- };
517
- '#998DD9': {
518
- id: string;
519
- defaultMessage: string;
520
- description: string;
521
- };
522
- '#FFFFFF': {
523
- id: string;
524
- defaultMessage: string;
525
- description: string;
526
- };
527
- '#F4F5F7': {
528
- id: string;
529
- defaultMessage: string;
530
- description: string;
531
- };
532
- '#B3BAC5': {
533
- id: string;
534
- defaultMessage: string;
535
- description: string;
536
- };
537
- };
538
- export declare const darkBackgroundPaletteTooltipMessages: {
539
- '#FFFFFF': {
540
- id: string;
541
- defaultMessage: string;
542
- description: string;
543
- };
544
- '#B3BAC5': {
545
- id: string;
546
- defaultMessage: string;
547
- description: string;
548
- };
549
- '#DEEBFF': {
550
- id: string;
551
- defaultMessage: string;
552
- description: string;
553
- };
554
- '#B3D4FF': {
555
- id: string;
556
- defaultMessage: string;
557
- description: string;
558
- };
559
- '#4C9AFF': {
560
- id: string;
561
- defaultMessage: string;
562
- description: string;
563
- };
564
- '#E6FCFF': {
565
- id: string;
566
- defaultMessage: string;
567
- description: string;
568
- };
569
- '#B3F5FF': {
570
- id: string;
571
- defaultMessage: string;
572
- description: string;
573
- };
574
- '#79E2F2': {
575
- id: string;
576
- defaultMessage: string;
577
- description: string;
578
- };
579
- '#E3FCEF': {
580
- id: string;
581
- defaultMessage: string;
582
- description: string;
583
- };
584
- '#ABF5D1': {
585
- id: string;
586
- defaultMessage: string;
587
- description: string;
588
- };
589
- '#57D9A3': {
590
- id: string;
591
- defaultMessage: string;
592
- description: string;
593
- };
594
- '#FFFAE6': {
595
- id: string;
596
- defaultMessage: string;
597
- description: string;
598
- };
599
- '#FFF0B3': {
600
- id: string;
601
- defaultMessage: string;
602
- description: string;
603
- };
604
- '#FFC400': {
605
- id: string;
606
- defaultMessage: string;
607
- description: string;
608
- };
609
- '#FFEBE6': {
610
- id: string;
611
- defaultMessage: string;
612
- description: string;
613
- };
614
- '#FFBDAD': {
615
- id: string;
616
- defaultMessage: string;
617
- description: string;
618
- };
619
- '#FF8F73': {
620
- id: string;
621
- defaultMessage: string;
622
- description: string;
623
- };
624
- '#EAE6FF': {
625
- id: string;
626
- defaultMessage: string;
627
- description: string;
628
- };
629
- '#C0B6F2': {
630
- id: string;
631
- defaultMessage: string;
632
- description: string;
633
- };
634
- '#998DD9': {
635
- id: string;
636
- defaultMessage: string;
637
- description: string;
638
- };
639
- '#F4F5F7': {
640
- id: string;
641
- defaultMessage: string;
642
- description: string;
643
- };
644
- };
645
- export declare const backgroundPaletteTooltipMessages: {
646
- light: {
647
- '#DEEBFF': {
648
- id: string;
649
- defaultMessage: string;
650
- description: string;
651
- };
652
- '#B3D4FF': {
653
- id: string;
654
- defaultMessage: string;
655
- description: string;
656
- };
657
- '#4C9AFF': {
658
- id: string;
659
- defaultMessage: string;
660
- description: string;
661
- };
662
- '#E6FCFF': {
663
- id: string;
664
- defaultMessage: string;
665
- description: string;
666
- };
667
- '#B3F5FF': {
668
- id: string;
669
- defaultMessage: string;
670
- description: string;
671
- };
672
- '#79E2F2': {
673
- id: string;
674
- defaultMessage: string;
675
- description: string;
676
- };
677
- '#E3FCEF': {
678
- id: string;
679
- defaultMessage: string;
680
- description: string;
681
- };
682
- '#ABF5D1': {
683
- id: string;
684
- defaultMessage: string;
685
- description: string;
686
- };
687
- '#57D9A3': {
688
- id: string;
689
- defaultMessage: string;
690
- description: string;
691
- };
692
- '#FFFAE6': {
693
- id: string;
694
- defaultMessage: string;
695
- description: string;
696
- };
697
- '#FFF0B3': {
698
- id: string;
699
- defaultMessage: string;
700
- description: string;
701
- };
702
- '#FFC400': {
703
- id: string;
704
- defaultMessage: string;
705
- description: string;
706
- };
707
- '#FFEBE6': {
708
- id: string;
709
- defaultMessage: string;
710
- description: string;
711
- };
712
- '#FFBDAD': {
713
- id: string;
714
- defaultMessage: string;
715
- description: string;
716
- };
717
- '#FF8F73': {
718
- id: string;
719
- defaultMessage: string;
720
- description: string;
721
- };
722
- '#EAE6FF': {
723
- id: string;
724
- defaultMessage: string;
725
- description: string;
726
- };
727
- '#C0B6F2': {
728
- id: string;
729
- defaultMessage: string;
730
- description: string;
731
- };
732
- '#998DD9': {
733
- id: string;
734
- defaultMessage: string;
735
- description: string;
736
- };
737
- '#FFFFFF': {
738
- id: string;
739
- defaultMessage: string;
740
- description: string;
741
- };
742
- '#F4F5F7': {
743
- id: string;
744
- defaultMessage: string;
745
- description: string;
746
- };
747
- '#B3BAC5': {
748
- id: string;
749
- defaultMessage: string;
750
- description: string;
751
- };
752
- };
753
- dark: {
754
- '#FFFFFF': {
755
- id: string;
756
- defaultMessage: string;
757
- description: string;
758
- };
759
- '#B3BAC5': {
760
- id: string;
761
- defaultMessage: string;
762
- description: string;
763
- };
764
- '#DEEBFF': {
765
- id: string;
766
- defaultMessage: string;
767
- description: string;
768
- };
769
- '#B3D4FF': {
770
- id: string;
771
- defaultMessage: string;
772
- description: string;
773
- };
774
- '#4C9AFF': {
775
- id: string;
776
- defaultMessage: string;
777
- description: string;
778
- };
779
- '#E6FCFF': {
780
- id: string;
781
- defaultMessage: string;
782
- description: string;
783
- };
784
- '#B3F5FF': {
785
- id: string;
786
- defaultMessage: string;
787
- description: string;
788
- };
789
- '#79E2F2': {
790
- id: string;
791
- defaultMessage: string;
792
- description: string;
793
- };
794
- '#E3FCEF': {
795
- id: string;
796
- defaultMessage: string;
797
- description: string;
798
- };
799
- '#ABF5D1': {
800
- id: string;
801
- defaultMessage: string;
802
- description: string;
803
- };
804
- '#57D9A3': {
805
- id: string;
806
- defaultMessage: string;
807
- description: string;
808
- };
809
- '#FFFAE6': {
810
- id: string;
811
- defaultMessage: string;
812
- description: string;
813
- };
814
- '#FFF0B3': {
815
- id: string;
816
- defaultMessage: string;
817
- description: string;
818
- };
819
- '#FFC400': {
820
- id: string;
821
- defaultMessage: string;
822
- description: string;
823
- };
824
- '#FFEBE6': {
825
- id: string;
826
- defaultMessage: string;
827
- description: string;
828
- };
829
- '#FFBDAD': {
830
- id: string;
831
- defaultMessage: string;
832
- description: string;
833
- };
834
- '#FF8F73': {
835
- id: string;
836
- defaultMessage: string;
837
- description: string;
838
- };
839
- '#EAE6FF': {
840
- id: string;
841
- defaultMessage: string;
842
- description: string;
843
- };
844
- '#C0B6F2': {
845
- id: string;
846
- defaultMessage: string;
847
- description: string;
848
- };
849
- '#998DD9': {
850
- id: string;
851
- defaultMessage: string;
852
- description: string;
853
- };
854
- '#F4F5F7': {
855
- id: string;
856
- defaultMessage: string;
857
- description: string;
858
- };
859
- };
860
- };
861
- export declare const lightChartsColorPaletteTooltipMessages: {
862
- '#7AB2FF': {
863
- id: string;
864
- defaultMessage: string;
865
- description: string;
866
- };
867
- '#247FFF': {
868
- id: string;
869
- defaultMessage: string;
870
- description: string;
871
- };
872
- '#0055CC': {
873
- id: string;
874
- defaultMessage: string;
875
- description: string;
876
- };
877
- '#003884': {
878
- id: string;
879
- defaultMessage: string;
880
- description: string;
881
- };
882
- '#60C6D2': {
883
- id: string;
884
- defaultMessage: string;
885
- description: string;
886
- };
887
- '#1D9AAA': {
888
- id: string;
889
- defaultMessage: string;
890
- description: string;
891
- };
892
- '#1D7F8C': {
893
- id: string;
894
- defaultMessage: string;
895
- description: string;
896
- };
897
- '#206B74': {
898
- id: string;
899
- defaultMessage: string;
900
- description: string;
901
- };
902
- '#6BE1B0': {
903
- id: string;
904
- defaultMessage: string;
905
- description: string;
906
- };
907
- '#23A971': {
908
- id: string;
909
- defaultMessage: string;
910
- description: string;
911
- };
912
- '#177D52': {
913
- id: string;
914
- defaultMessage: string;
915
- description: string;
916
- };
917
- '#055C3F': {
918
- id: string;
919
- defaultMessage: string;
920
- description: string;
921
- };
922
- '#FFDB57': {
923
- id: string;
924
- defaultMessage: string;
925
- description: string;
926
- };
927
- '#FFBE33': {
928
- id: string;
929
- defaultMessage: string;
930
- description: string;
931
- };
932
- '#FF9D00': {
933
- id: string;
934
- defaultMessage: string;
935
- description: string;
936
- };
937
- '#946104': {
938
- id: string;
939
- defaultMessage: string;
940
- description: string;
941
- };
942
- '#FF8F73': {
943
- id: string;
944
- defaultMessage: string;
945
- description: string;
946
- };
947
- '#FC552C': {
948
- id: string;
949
- defaultMessage: string;
950
- description: string;
951
- };
952
- '#D32D03': {
953
- id: string;
954
- defaultMessage: string;
955
- description: string;
956
- };
957
- '#A32000': {
958
- id: string;
959
- defaultMessage: string;
960
- description: string;
961
- };
962
- '#FAA53D': {
963
- id: string;
964
- defaultMessage: string;
965
- description: string;
966
- };
967
- '#D97008': {
968
- id: string;
969
- defaultMessage: string;
970
- description: string;
971
- };
972
- '#B65C02': {
973
- id: string;
974
- defaultMessage: string;
975
- description: string;
976
- };
977
- '#974F0C': {
978
- id: string;
979
- defaultMessage: string;
980
- description: string;
981
- };
982
- '#E774BB': {
983
- id: string;
984
- defaultMessage: string;
985
- description: string;
986
- };
987
- '#DA62AC': {
988
- id: string;
989
- defaultMessage: string;
990
- description: string;
991
- };
992
- '#CD519D': {
993
- id: string;
994
- defaultMessage: string;
995
- description: string;
996
- };
997
- '#943D73': {
998
- id: string;
999
- defaultMessage: string;
1000
- description: string;
1001
- };
1002
- '#B5A7FB': {
1003
- id: string;
1004
- defaultMessage: string;
1005
- description: string;
1006
- };
1007
- '#8B77EE': {
1008
- id: string;
1009
- defaultMessage: string;
1010
- description: string;
1011
- };
1012
- '#5A43D0': {
1013
- id: string;
1014
- defaultMessage: string;
1015
- description: string;
1016
- };
1017
- '#44368B': {
1018
- id: string;
1019
- defaultMessage: string;
1020
- description: string;
1021
- };
1022
- '#8993A5': {
1023
- id: string;
1024
- defaultMessage: string;
1025
- description: string;
1026
- };
1027
- '#8590A2': {
1028
- id: string;
1029
- defaultMessage: string;
1030
- description: string;
1031
- };
1032
- '#758195': {
1033
- id: string;
1034
- defaultMessage: string;
1035
- description: string;
1036
- };
1037
- '#44546F': {
1038
- id: string;
1039
- defaultMessage: string;
1040
- description: string;
1041
- };
1042
- };
1043
- export declare const chartsColorPaletteTooltipMessages: {
1044
- light: {
1045
- '#7AB2FF': {
1046
- id: string;
1047
- defaultMessage: string;
1048
- description: string;
1049
- };
1050
- '#247FFF': {
1051
- id: string;
1052
- defaultMessage: string;
1053
- description: string;
1054
- };
1055
- '#0055CC': {
1056
- id: string;
1057
- defaultMessage: string;
1058
- description: string;
1059
- };
1060
- '#003884': {
1061
- id: string;
1062
- defaultMessage: string;
1063
- description: string;
1064
- };
1065
- '#60C6D2': {
1066
- id: string;
1067
- defaultMessage: string;
1068
- description: string;
1069
- };
1070
- '#1D9AAA': {
1071
- id: string;
1072
- defaultMessage: string;
1073
- description: string;
1074
- };
1075
- '#1D7F8C': {
1076
- id: string;
1077
- defaultMessage: string;
1078
- description: string;
1079
- };
1080
- '#206B74': {
1081
- id: string;
1082
- defaultMessage: string;
1083
- description: string;
1084
- };
1085
- '#6BE1B0': {
1086
- id: string;
1087
- defaultMessage: string;
1088
- description: string;
1089
- };
1090
- '#23A971': {
1091
- id: string;
1092
- defaultMessage: string;
1093
- description: string;
1094
- };
1095
- '#177D52': {
1096
- id: string;
1097
- defaultMessage: string;
1098
- description: string;
1099
- };
1100
- '#055C3F': {
1101
- id: string;
1102
- defaultMessage: string;
1103
- description: string;
1104
- };
1105
- '#FFDB57': {
1106
- id: string;
1107
- defaultMessage: string;
1108
- description: string;
1109
- };
1110
- '#FFBE33': {
1111
- id: string;
1112
- defaultMessage: string;
1113
- description: string;
1114
- };
1115
- '#FF9D00': {
1116
- id: string;
1117
- defaultMessage: string;
1118
- description: string;
1119
- };
1120
- '#946104': {
1121
- id: string;
1122
- defaultMessage: string;
1123
- description: string;
1124
- };
1125
- '#FF8F73': {
1126
- id: string;
1127
- defaultMessage: string;
1128
- description: string;
1129
- };
1130
- '#FC552C': {
1131
- id: string;
1132
- defaultMessage: string;
1133
- description: string;
1134
- };
1135
- '#D32D03': {
1136
- id: string;
1137
- defaultMessage: string;
1138
- description: string;
1139
- };
1140
- '#A32000': {
1141
- id: string;
1142
- defaultMessage: string;
1143
- description: string;
1144
- };
1145
- '#FAA53D': {
1146
- id: string;
1147
- defaultMessage: string;
1148
- description: string;
1149
- };
1150
- '#D97008': {
1151
- id: string;
1152
- defaultMessage: string;
1153
- description: string;
1154
- };
1155
- '#B65C02': {
1156
- id: string;
1157
- defaultMessage: string;
1158
- description: string;
1159
- };
1160
- '#974F0C': {
1161
- id: string;
1162
- defaultMessage: string;
1163
- description: string;
1164
- };
1165
- '#E774BB': {
1166
- id: string;
1167
- defaultMessage: string;
1168
- description: string;
1169
- };
1170
- '#DA62AC': {
1171
- id: string;
1172
- defaultMessage: string;
1173
- description: string;
1174
- };
1175
- '#CD519D': {
1176
- id: string;
1177
- defaultMessage: string;
1178
- description: string;
1179
- };
1180
- '#943D73': {
1181
- id: string;
1182
- defaultMessage: string;
1183
- description: string;
1184
- };
1185
- '#B5A7FB': {
1186
- id: string;
1187
- defaultMessage: string;
1188
- description: string;
1189
- };
1190
- '#8B77EE': {
1191
- id: string;
1192
- defaultMessage: string;
1193
- description: string;
1194
- };
1195
- '#5A43D0': {
1196
- id: string;
1197
- defaultMessage: string;
1198
- description: string;
1199
- };
1200
- '#44368B': {
1201
- id: string;
1202
- defaultMessage: string;
1203
- description: string;
1204
- };
1205
- '#8993A5': {
1206
- id: string;
1207
- defaultMessage: string;
1208
- description: string;
1209
- };
1210
- '#8590A2': {
1211
- id: string;
1212
- defaultMessage: string;
1213
- description: string;
1214
- };
1215
- '#758195': {
1216
- id: string;
1217
- defaultMessage: string;
1218
- description: string;
1219
- };
1220
- '#44546F': {
1221
- id: string;
1222
- defaultMessage: string;
1223
- description: string;
1224
- };
1225
- };
1226
- dark: {
1227
- '#7AB2FF': {
1228
- id: string;
1229
- defaultMessage: string;
1230
- description: string;
1231
- };
1232
- '#247FFF': {
1233
- id: string;
1234
- defaultMessage: string;
1235
- description: string;
1236
- };
1237
- '#0055CC': {
1238
- id: string;
1239
- defaultMessage: string;
1240
- description: string;
1241
- };
1242
- '#003884': {
1243
- id: string;
1244
- defaultMessage: string;
1245
- description: string;
1246
- };
1247
- '#60C6D2': {
1248
- id: string;
1249
- defaultMessage: string;
1250
- description: string;
1251
- };
1252
- '#1D9AAA': {
1253
- id: string;
1254
- defaultMessage: string;
1255
- description: string;
1256
- };
1257
- '#1D7F8C': {
1258
- id: string;
1259
- defaultMessage: string;
1260
- description: string;
1261
- };
1262
- '#206B74': {
1263
- id: string;
1264
- defaultMessage: string;
1265
- description: string;
1266
- };
1267
- '#6BE1B0': {
1268
- id: string;
1269
- defaultMessage: string;
1270
- description: string;
1271
- };
1272
- '#23A971': {
1273
- id: string;
1274
- defaultMessage: string;
1275
- description: string;
1276
- };
1277
- '#177D52': {
1278
- id: string;
1279
- defaultMessage: string;
1280
- description: string;
1281
- };
1282
- '#055C3F': {
1283
- id: string;
1284
- defaultMessage: string;
1285
- description: string;
1286
- };
1287
- '#FFDB57': {
1288
- id: string;
1289
- defaultMessage: string;
1290
- description: string;
1291
- };
1292
- '#FFBE33': {
1293
- id: string;
1294
- defaultMessage: string;
1295
- description: string;
1296
- };
1297
- '#FF9D00': {
1298
- id: string;
1299
- defaultMessage: string;
1300
- description: string;
1301
- };
1302
- '#946104': {
1303
- id: string;
1304
- defaultMessage: string;
1305
- description: string;
1306
- };
1307
- '#FF8F73': {
1308
- id: string;
1309
- defaultMessage: string;
1310
- description: string;
1311
- };
1312
- '#FC552C': {
1313
- id: string;
1314
- defaultMessage: string;
1315
- description: string;
1316
- };
1317
- '#D32D03': {
1318
- id: string;
1319
- defaultMessage: string;
1320
- description: string;
1321
- };
1322
- '#A32000': {
1323
- id: string;
1324
- defaultMessage: string;
1325
- description: string;
1326
- };
1327
- '#FAA53D': {
1328
- id: string;
1329
- defaultMessage: string;
1330
- description: string;
1331
- };
1332
- '#D97008': {
1333
- id: string;
1334
- defaultMessage: string;
1335
- description: string;
1336
- };
1337
- '#B65C02': {
1338
- id: string;
1339
- defaultMessage: string;
1340
- description: string;
1341
- };
1342
- '#974F0C': {
1343
- id: string;
1344
- defaultMessage: string;
1345
- description: string;
1346
- };
1347
- '#E774BB': {
1348
- id: string;
1349
- defaultMessage: string;
1350
- description: string;
1351
- };
1352
- '#DA62AC': {
1353
- id: string;
1354
- defaultMessage: string;
1355
- description: string;
1356
- };
1357
- '#CD519D': {
1358
- id: string;
1359
- defaultMessage: string;
1360
- description: string;
1361
- };
1362
- '#943D73': {
1363
- id: string;
1364
- defaultMessage: string;
1365
- description: string;
1366
- };
1367
- '#B5A7FB': {
1368
- id: string;
1369
- defaultMessage: string;
1370
- description: string;
1371
- };
1372
- '#8B77EE': {
1373
- id: string;
1374
- defaultMessage: string;
1375
- description: string;
1376
- };
1377
- '#5A43D0': {
1378
- id: string;
1379
- defaultMessage: string;
1380
- description: string;
1381
- };
1382
- '#44368B': {
1383
- id: string;
1384
- defaultMessage: string;
1385
- description: string;
1386
- };
1387
- '#8993A5': {
1388
- id: string;
1389
- defaultMessage: string;
1390
- description: string;
1391
- };
1392
- '#8590A2': {
1393
- id: string;
1394
- defaultMessage: string;
1395
- description: string;
1396
- };
1397
- '#758195': {
1398
- id: string;
1399
- defaultMessage: string;
1400
- description: string;
1401
- };
1402
- '#44546F': {
1403
- id: string;
1404
- defaultMessage: string;
1405
- description: string;
1406
- };
1407
- };
1408
- };
1409
- export declare const borderPaletteTooltipMessages: {
1410
- light: {
1411
- '#091E4224': {
1412
- id: string;
1413
- defaultMessage: string;
1414
- description: string;
1415
- };
1416
- '#758195': {
1417
- id: string;
1418
- defaultMessage: string;
1419
- description: string;
1420
- };
1421
- '#172B4D': {
1422
- id: string;
1423
- defaultMessage: string;
1424
- description: string;
1425
- };
1426
- };
1427
- dark: {
1428
- '#091E4224': {
1429
- id: string;
1430
- defaultMessage: string;
1431
- description: string;
1432
- };
1433
- '#758195': {
1434
- id: string;
1435
- defaultMessage: string;
1436
- description: string;
1437
- };
1438
- '#172B4D': {
1439
- id: string;
1440
- defaultMessage: string;
1441
- description: string;
1442
- };
1443
- };
1444
- };