@atlaskit/editor-core 220.4.2 → 220.4.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 (348) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/CollapsedEditor/package.json +1 -8
  3. package/ContextPanel/package.json +1 -8
  4. package/EditorContext/package.json +1 -8
  5. package/ReactEditorView/package.json +1 -8
  6. package/ToolbarHelp/package.json +1 -8
  7. package/ToolbarPortal/package.json +1 -8
  8. package/WithEditorActions/package.json +1 -8
  9. package/WithHelpTrigger/package.json +1 -8
  10. package/actions/package.json +1 -8
  11. package/appearance-editor-chromeless/package.json +1 -8
  12. package/appearance-editor-comment/package.json +1 -8
  13. package/appearance-editor-full-page/package.json +1 -8
  14. package/appearance-editor-full-width/package.json +1 -8
  15. package/command/package.json +1 -8
  16. package/composable-editor/package.json +1 -8
  17. package/create-plugins-list/package.json +1 -8
  18. package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +9 -2
  19. package/dist/cjs/utils/outdatedBrowsers.js +4 -5
  20. package/dist/cjs/version-wrapper.js +1 -1
  21. package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +9 -2
  22. package/dist/es2019/utils/outdatedBrowsers.js +4 -5
  23. package/dist/es2019/version-wrapper.js +1 -1
  24. package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +9 -2
  25. package/dist/esm/utils/outdatedBrowsers.js +4 -5
  26. package/dist/esm/version-wrapper.js +1 -1
  27. package/editor/package.json +1 -8
  28. package/editor-context/package.json +1 -8
  29. package/editor-instance/package.json +1 -8
  30. package/editor-props/package.json +1 -8
  31. package/exclude-from-hydration/package.json +1 -8
  32. package/feature-flags-from-props/package.json +1 -8
  33. package/getNodesCount/package.json +1 -8
  34. package/i18n/package.json +1 -8
  35. package/i18n-languages/package.json +1 -8
  36. package/labs-next/package.json +1 -8
  37. package/measure-enum/package.json +1 -8
  38. package/package.json +6 -3
  39. package/preset-default/package.json +1 -8
  40. package/preset-universal/package.json +1 -8
  41. package/preset-universal/universal/package.json +1 -8
  42. package/preset-universal/useUniversalPreset/package.json +1 -8
  43. package/test-utils/package.json +1 -8
  44. package/use-preset/package.json +1 -8
  45. package/use-preset-context/package.json +1 -8
  46. package/version-wrapper/package.json +1 -8
  47. package/dist/types-ts4.5/CollapsedEditor/index.d.ts +0 -26
  48. package/dist/types-ts4.5/actions/index.d.ts +0 -97
  49. package/dist/types-ts4.5/actions/isEmptyParagraph.d.ts +0 -5
  50. package/dist/types-ts4.5/actions/temp-is-empty-document.d.ts +0 -11
  51. package/dist/types-ts4.5/actions/temp-nodes-by-localids.d.ts +0 -7
  52. package/dist/types-ts4.5/actions/temp-to-json.d.ts +0 -3
  53. package/dist/types-ts4.5/composable-editor/BaseThemeWrapper.d.ts +0 -7
  54. package/dist/types-ts4.5/composable-editor/composable-editor.d.ts +0 -3
  55. package/dist/types-ts4.5/composable-editor/core-editor.d.ts +0 -15
  56. package/dist/types-ts4.5/composable-editor/editor-inp-metrics.d.ts +0 -1
  57. package/dist/types-ts4.5/composable-editor/editor-internal-compiled.d.ts +0 -15
  58. package/dist/types-ts4.5/composable-editor/editor-internal-emotion.d.ts +0 -15
  59. package/dist/types-ts4.5/composable-editor/editor-internal.d.ts +0 -38
  60. package/dist/types-ts4.5/composable-editor/hooks/useEditorMeasuresConstructor.d.ts +0 -10
  61. package/dist/types-ts4.5/composable-editor/hooks/useMeasureEditorMountTime.d.ts +0 -11
  62. package/dist/types-ts4.5/composable-editor/hooks/useMemoEditorProps.d.ts +0 -7
  63. package/dist/types-ts4.5/composable-editor/hooks/useProviderFactory.d.ts +0 -14
  64. package/dist/types-ts4.5/composable-editor/hooks/useProviders.d.ts +0 -40
  65. package/dist/types-ts4.5/composable-editor/utils/getBaseFontSize.d.ts +0 -6
  66. package/dist/types-ts4.5/composable-editor/utils/getProvidersFromEditorProps.d.ts +0 -9
  67. package/dist/types-ts4.5/composable-editor/utils/handleProviders.d.ts +0 -12
  68. package/dist/types-ts4.5/composable-editor/utils/sendDurationAnalytics.d.ts +0 -13
  69. package/dist/types-ts4.5/composable-editor.d.ts +0 -2
  70. package/dist/types-ts4.5/create-editor/ErrorBoundary.d.ts +0 -53
  71. package/dist/types-ts4.5/create-editor/ReactEditorView/focusEditorElement.d.ts +0 -1
  72. package/dist/types-ts4.5/create-editor/ReactEditorView/formatFullWidthAppearance.d.ts +0 -3
  73. package/dist/types-ts4.5/create-editor/ReactEditorView/getUAPrefix.d.ts +0 -1
  74. package/dist/types-ts4.5/create-editor/ReactEditorView/handleEditorFocus.d.ts +0 -2
  75. package/dist/types-ts4.5/create-editor/ReactEditorView/useDispatchTransaction.d.ts +0 -13
  76. package/dist/types-ts4.5/create-editor/ReactEditorView/useFireFullWidthEvent.d.ts +0 -3
  77. package/dist/types-ts4.5/create-editor/ReactEditorView.d.ts +0 -55
  78. package/dist/types-ts4.5/create-editor/WithEditorView.d.ts +0 -6
  79. package/dist/types-ts4.5/create-editor/addMetadataAttributes.d.ts +0 -16
  80. package/dist/types-ts4.5/create-editor/consts.d.ts +0 -3
  81. package/dist/types-ts4.5/create-editor/create-editor.d.ts +0 -3
  82. package/dist/types-ts4.5/create-editor/create-plugins-list.d.ts +0 -13
  83. package/dist/types-ts4.5/create-editor/create-schema.d.ts +0 -36
  84. package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +0 -7
  85. package/dist/types-ts4.5/create-editor/createErrorReporter.d.ts +0 -3
  86. package/dist/types-ts4.5/create-editor/createPMPlugins.d.ts +0 -3
  87. package/dist/types-ts4.5/create-editor/editorNativeAnchorSupportPlugin.d.ts +0 -3
  88. package/dist/types-ts4.5/create-editor/editorStateNotificationPlugin.d.ts +0 -13
  89. package/dist/types-ts4.5/create-editor/filter-plugins-for-reconfigure.d.ts +0 -19
  90. package/dist/types-ts4.5/create-editor/fixExcludes.d.ts +0 -6
  91. package/dist/types-ts4.5/create-editor/get-plugins.d.ts +0 -43
  92. package/dist/types-ts4.5/create-editor/get-ui-component.d.ts +0 -5
  93. package/dist/types-ts4.5/create-editor/getScrollGutterOptions.d.ts +0 -3
  94. package/dist/types-ts4.5/create-editor/messages.d.ts +0 -12
  95. package/dist/types-ts4.5/create-editor/preset-utils.d.ts +0 -2
  96. package/dist/types-ts4.5/create-editor/sortByRank.d.ts +0 -5
  97. package/dist/types-ts4.5/editor-appearances/ChromelessEditor.d.ts +0 -14
  98. package/dist/types-ts4.5/editor-appearances/CommentEditor.d.ts +0 -14
  99. package/dist/types-ts4.5/editor-appearances/FullPageEditor.d.ts +0 -19
  100. package/dist/types-ts4.5/editor-appearances/FullWidthEditor.d.ts +0 -18
  101. package/dist/types-ts4.5/editor-context.d.ts +0 -1
  102. package/dist/types-ts4.5/editor.d.ts +0 -24
  103. package/dist/types-ts4.5/entry-points/CollapsedEditor.d.ts +0 -1
  104. package/dist/types-ts4.5/entry-points/ContextPanel.d.ts +0 -1
  105. package/dist/types-ts4.5/entry-points/EditorContext.d.ts +0 -1
  106. package/dist/types-ts4.5/entry-points/ReactEditorView.d.ts +0 -1
  107. package/dist/types-ts4.5/entry-points/ToolbarHelp.d.ts +0 -1
  108. package/dist/types-ts4.5/entry-points/ToolbarPortal.d.ts +0 -1
  109. package/dist/types-ts4.5/entry-points/WithEditorActions.d.ts +0 -1
  110. package/dist/types-ts4.5/entry-points/WithHelpTrigger.d.ts +0 -1
  111. package/dist/types-ts4.5/entry-points/actions.d.ts +0 -1
  112. package/dist/types-ts4.5/entry-points/appearance-editor-chromeless.d.ts +0 -2
  113. package/dist/types-ts4.5/entry-points/appearance-editor-comment.d.ts +0 -2
  114. package/dist/types-ts4.5/entry-points/appearance-editor-full-page.d.ts +0 -2
  115. package/dist/types-ts4.5/entry-points/appearance-editor-full-width.d.ts +0 -2
  116. package/dist/types-ts4.5/entry-points/command.d.ts +0 -1
  117. package/dist/types-ts4.5/entry-points/create-plugins-list.d.ts +0 -1
  118. package/dist/types-ts4.5/entry-points/editor-instance.d.ts +0 -1
  119. package/dist/types-ts4.5/entry-points/editor-props.d.ts +0 -1
  120. package/dist/types-ts4.5/entry-points/editor.d.ts +0 -11
  121. package/dist/types-ts4.5/entry-points/exclude-from-hydration.d.ts +0 -1
  122. package/dist/types-ts4.5/entry-points/feature-flags-from-props.d.ts +0 -1
  123. package/dist/types-ts4.5/entry-points/getNodesCount.d.ts +0 -1
  124. package/dist/types-ts4.5/entry-points/i18n-languages.d.ts +0 -1
  125. package/dist/types-ts4.5/entry-points/measure-enum.d.ts +0 -1
  126. package/dist/types-ts4.5/entry-points/preset-universal-universal.d.ts +0 -2
  127. package/dist/types-ts4.5/entry-points/preset-universal-useUniversalPreset.d.ts +0 -1
  128. package/dist/types-ts4.5/entry-points/test-utils.d.ts +0 -5
  129. package/dist/types-ts4.5/entry-points/use-preset-context.d.ts +0 -2
  130. package/dist/types-ts4.5/entry-points/version-wrapper.d.ts +0 -1
  131. package/dist/types-ts4.5/i18n/cs.d.ts +0 -12
  132. package/dist/types-ts4.5/i18n/da.d.ts +0 -12
  133. package/dist/types-ts4.5/i18n/de.d.ts +0 -12
  134. package/dist/types-ts4.5/i18n/en.d.ts +0 -12
  135. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -12
  136. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -12
  137. package/dist/types-ts4.5/i18n/es.d.ts +0 -12
  138. package/dist/types-ts4.5/i18n/et.d.ts +0 -168
  139. package/dist/types-ts4.5/i18n/fi.d.ts +0 -12
  140. package/dist/types-ts4.5/i18n/fr.d.ts +0 -12
  141. package/dist/types-ts4.5/i18n/hr.d.ts +0 -12
  142. package/dist/types-ts4.5/i18n/hu.d.ts +0 -12
  143. package/dist/types-ts4.5/i18n/index.d.ts +0 -36
  144. package/dist/types-ts4.5/i18n/is.d.ts +0 -153
  145. package/dist/types-ts4.5/i18n/it.d.ts +0 -12
  146. package/dist/types-ts4.5/i18n/ja.d.ts +0 -12
  147. package/dist/types-ts4.5/i18n/ko.d.ts +0 -12
  148. package/dist/types-ts4.5/i18n/languages.d.ts +0 -39
  149. package/dist/types-ts4.5/i18n/nb.d.ts +0 -12
  150. package/dist/types-ts4.5/i18n/nl.d.ts +0 -12
  151. package/dist/types-ts4.5/i18n/pl.d.ts +0 -12
  152. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -12
  153. package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -180
  154. package/dist/types-ts4.5/i18n/ro.d.ts +0 -153
  155. package/dist/types-ts4.5/i18n/ru.d.ts +0 -12
  156. package/dist/types-ts4.5/i18n/sk.d.ts +0 -12
  157. package/dist/types-ts4.5/i18n/sl.d.ts +0 -12
  158. package/dist/types-ts4.5/i18n/sr.d.ts +0 -12
  159. package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -12
  160. package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -12
  161. package/dist/types-ts4.5/i18n/sv.d.ts +0 -12
  162. package/dist/types-ts4.5/i18n/th.d.ts +0 -12
  163. package/dist/types-ts4.5/i18n/tr.d.ts +0 -12
  164. package/dist/types-ts4.5/i18n/uk.d.ts +0 -12
  165. package/dist/types-ts4.5/i18n/vi.d.ts +0 -12
  166. package/dist/types-ts4.5/i18n/zh.d.ts +0 -12
  167. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -12
  168. package/dist/types-ts4.5/index.d.ts +0 -34
  169. package/dist/types-ts4.5/isElementBySelectorInDocument.d.ts +0 -7
  170. package/dist/types-ts4.5/labs-next.d.ts +0 -1
  171. package/dist/types-ts4.5/nodeviews/types.d.ts +0 -12
  172. package/dist/types-ts4.5/preset-default.d.ts +0 -1
  173. package/dist/types-ts4.5/preset-universal.d.ts +0 -3
  174. package/dist/types-ts4.5/presets/context.d.ts +0 -15
  175. package/dist/types-ts4.5/presets/default-preset-type.d.ts +0 -87
  176. package/dist/types-ts4.5/presets/default.d.ts +0 -66
  177. package/dist/types-ts4.5/presets/universal.d.ts +0 -98
  178. package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +0 -8
  179. package/dist/types-ts4.5/setTextSelection.d.ts +0 -2
  180. package/dist/types-ts4.5/test-utils.d.ts +0 -24
  181. package/dist/types-ts4.5/ts-hack.d.ts +0 -10
  182. package/dist/types-ts4.5/types/command.d.ts +0 -5
  183. package/dist/types-ts4.5/types/dom-at-pos.d.ts +0 -4
  184. package/dist/types-ts4.5/types/editor-appearance-component.d.ts +0 -57
  185. package/dist/types-ts4.5/types/editor-config.d.ts +0 -21
  186. package/dist/types-ts4.5/types/editor-instance.d.ts +0 -19
  187. package/dist/types-ts4.5/types/editor-onchange.d.ts +0 -14
  188. package/dist/types-ts4.5/types/editor-props.d.ts +0 -317
  189. package/dist/types-ts4.5/types/extension-config.d.ts +0 -4
  190. package/dist/types-ts4.5/types/i18n.d.ts +0 -5
  191. package/dist/types-ts4.5/types/markdown-mode.d.ts +0 -11
  192. package/dist/types-ts4.5/types/pm-plugin-list.d.ts +0 -10
  193. package/dist/types-ts4.5/types/with-appearance-component.d.ts +0 -5
  194. package/dist/types-ts4.5/ui/Addon/ClickAreaBlock/clickAreaBlock-compiled.d.ts +0 -10
  195. package/dist/types-ts4.5/ui/Addon/ClickAreaBlock/clickAreaBlock-emotion.d.ts +0 -12
  196. package/dist/types-ts4.5/ui/Addon/ClickAreaBlock/contentComponentWrapper.d.ts +0 -6
  197. package/dist/types-ts4.5/ui/Addon/ClickAreaBlock/index.d.ts +0 -9
  198. package/dist/types-ts4.5/ui/Addon/checkForModal.d.ts +0 -10
  199. package/dist/types-ts4.5/ui/Addon/click-area-helper.d.ts +0 -3
  200. package/dist/types-ts4.5/ui/Addon/outsideProsemirrorEditorClickHandler.d.ts +0 -2
  201. package/dist/types-ts4.5/ui/Addon/types.d.ts +0 -16
  202. package/dist/types-ts4.5/ui/Appearance/Chromeless-compiled.d.ts +0 -18
  203. package/dist/types-ts4.5/ui/Appearance/Chromeless-emotion.d.ts +0 -18
  204. package/dist/types-ts4.5/ui/Appearance/Chromeless.d.ts +0 -22
  205. package/dist/types-ts4.5/ui/Appearance/ChromelessEditorContainer.d.ts +0 -9
  206. package/dist/types-ts4.5/ui/Appearance/Comment/Comment.d.ts +0 -20
  207. package/dist/types-ts4.5/ui/Appearance/Comment/CommentToolbar.d.ts +0 -21
  208. package/dist/types-ts4.5/ui/Appearance/Comment/Toolbar.d.ts +0 -12
  209. package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper-compiled.d.ts +0 -16
  210. package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper-emotion.d.ts +0 -16
  211. package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper.d.ts +0 -6
  212. package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.d.ts +0 -3
  213. package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapper-emotion.d.ts +0 -14
  214. package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapper.d.ts +0 -10
  215. package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapperMigration.d.ts +0 -4
  216. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPage-compiled.d.ts +0 -7
  217. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPage-emotion.d.ts +0 -7
  218. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPage.d.ts +0 -18
  219. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +0 -56
  220. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbar.d.ts +0 -51
  221. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbarNext.d.ts +0 -30
  222. package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbar-compiled.d.ts +0 -21
  223. package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbar-emotion.d.ts +0 -21
  224. package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbar.d.ts +0 -1
  225. package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbarIconBeforeMigration.d.ts +0 -4
  226. package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbarWrapper-compiled.d.ts +0 -19
  227. package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbarWrapper-emotion.d.ts +0 -19
  228. package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbarWrapper.d.ts +0 -3
  229. package/dist/types-ts4.5/ui/Appearance/FullPage/NonCustomToolbarWrapperMigration.d.ts +0 -4
  230. package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +0 -5
  231. package/dist/types-ts4.5/ui/Appearance/FullPage/types.d.ts +0 -5
  232. package/dist/types-ts4.5/ui/ChromeCollapsed/ChromeCollapsed-compiled.d.ts +0 -13
  233. package/dist/types-ts4.5/ui/ChromeCollapsed/ChromeCollapsed-emotion.d.ts +0 -13
  234. package/dist/types-ts4.5/ui/ChromeCollapsed/index.d.ts +0 -11
  235. package/dist/types-ts4.5/ui/ChromeCollapsed/messages.d.ts +0 -7
  236. package/dist/types-ts4.5/ui/ChromeCollapsed/styles.d.ts +0 -2
  237. package/dist/types-ts4.5/ui/CollapsedEditor/index.d.ts +0 -19
  238. package/dist/types-ts4.5/ui/ContextPanel/index-compiled.d.ts +0 -25
  239. package/dist/types-ts4.5/ui/ContextPanel/index-emotion.d.ts +0 -15
  240. package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +0 -24
  241. package/dist/types-ts4.5/ui/EditorContentContainer/EditorContentContainer-compiled.d.ts +0 -29
  242. package/dist/types-ts4.5/ui/EditorContentContainer/EditorContentContainer-emotion.d.ts +0 -32
  243. package/dist/types-ts4.5/ui/EditorContentContainer/EditorContentContainer.d.ts +0 -9
  244. package/dist/types-ts4.5/ui/EditorContentContainer/styles/aiPanel.d.ts +0 -29
  245. package/dist/types-ts4.5/ui/EditorContentContainer/styles/annotationStyles.d.ts +0 -8
  246. package/dist/types-ts4.5/ui/EditorContentContainer/styles/backgroundColorStyles.d.ts +0 -15
  247. package/dist/types-ts4.5/ui/EditorContentContainer/styles/baseStyles.d.ts +0 -43
  248. package/dist/types-ts4.5/ui/EditorContentContainer/styles/blockMarksStyles.d.ts +0 -8
  249. package/dist/types-ts4.5/ui/EditorContentContainer/styles/blockTypeStyles.d.ts +0 -71
  250. package/dist/types-ts4.5/ui/EditorContentContainer/styles/codeBlockStyles.d.ts +0 -46
  251. package/dist/types-ts4.5/ui/EditorContentContainer/styles/codeMarkStyles.d.ts +0 -15
  252. package/dist/types-ts4.5/ui/EditorContentContainer/styles/commentEditorStyles.d.ts +0 -8
  253. package/dist/types-ts4.5/ui/EditorContentContainer/styles/cursorStyles.d.ts +0 -8
  254. package/dist/types-ts4.5/ui/EditorContentContainer/styles/dateStyles.d.ts +0 -32
  255. package/dist/types-ts4.5/ui/EditorContentContainer/styles/editorUGCTokenStyles.d.ts +0 -40
  256. package/dist/types-ts4.5/ui/EditorContentContainer/styles/embedCardStyles.d.ts +0 -8
  257. package/dist/types-ts4.5/ui/EditorContentContainer/styles/emoji.d.ts +0 -42
  258. package/dist/types-ts4.5/ui/EditorContentContainer/styles/expandStyles.d.ts +0 -59
  259. package/dist/types-ts4.5/ui/EditorContentContainer/styles/extensionStyles.d.ts +0 -20
  260. package/dist/types-ts4.5/ui/EditorContentContainer/styles/findReplaceStyles.d.ts +0 -36
  261. package/dist/types-ts4.5/ui/EditorContentContainer/styles/firstBlockNodeStyles.d.ts +0 -8
  262. package/dist/types-ts4.5/ui/EditorContentContainer/styles/floatingToolbarStyles.d.ts +0 -8
  263. package/dist/types-ts4.5/ui/EditorContentContainer/styles/fontSizeStyles.d.ts +0 -8
  264. package/dist/types-ts4.5/ui/EditorContentContainer/styles/fullPageEditorStyles.d.ts +0 -8
  265. package/dist/types-ts4.5/ui/EditorContentContainer/styles/gapCursorStyles.d.ts +0 -22
  266. package/dist/types-ts4.5/ui/EditorContentContainer/styles/gridStyles.d.ts +0 -8
  267. package/dist/types-ts4.5/ui/EditorContentContainer/styles/indentationStyles.d.ts +0 -8
  268. package/dist/types-ts4.5/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.d.ts +0 -8
  269. package/dist/types-ts4.5/ui/EditorContentContainer/styles/layout.d.ts +0 -220
  270. package/dist/types-ts4.5/ui/EditorContentContainer/styles/link.d.ts +0 -22
  271. package/dist/types-ts4.5/ui/EditorContentContainer/styles/list.d.ts +0 -50
  272. package/dist/types-ts4.5/ui/EditorContentContainer/styles/mediaStyles.d.ts +0 -36
  273. package/dist/types-ts4.5/ui/EditorContentContainer/styles/mentions.d.ts +0 -36
  274. package/dist/types-ts4.5/ui/EditorContentContainer/styles/overflowShadowStyles.d.ts +0 -8
  275. package/dist/types-ts4.5/ui/EditorContentContainer/styles/panelStyles.d.ts +0 -43
  276. package/dist/types-ts4.5/ui/EditorContentContainer/styles/paragraphStyles.d.ts +0 -36
  277. package/dist/types-ts4.5/ui/EditorContentContainer/styles/placeholderStyles.d.ts +0 -29
  278. package/dist/types-ts4.5/ui/EditorContentContainer/styles/resizerStyles.d.ts +0 -131
  279. package/dist/types-ts4.5/ui/EditorContentContainer/styles/rule.d.ts +0 -15
  280. package/dist/types-ts4.5/ui/EditorContentContainer/styles/scrollbarStyles.d.ts +0 -8
  281. package/dist/types-ts4.5/ui/EditorContentContainer/styles/selectionStyles.d.ts +0 -74
  282. package/dist/types-ts4.5/ui/EditorContentContainer/styles/selectionToolbarStyles.d.ts +0 -8
  283. package/dist/types-ts4.5/ui/EditorContentContainer/styles/shadowStyles.d.ts +0 -29
  284. package/dist/types-ts4.5/ui/EditorContentContainer/styles/smartCardStyles.d.ts +0 -98
  285. package/dist/types-ts4.5/ui/EditorContentContainer/styles/statusStyles.d.ts +0 -50
  286. package/dist/types-ts4.5/ui/EditorContentContainer/styles/syncBlockStyles.d.ts +0 -36
  287. package/dist/types-ts4.5/ui/EditorContentContainer/styles/tableStyles.d.ts +0 -50
  288. package/dist/types-ts4.5/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.d.ts +0 -77
  289. package/dist/types-ts4.5/ui/EditorContentContainer/styles/telepointerStyles.d.ts +0 -15
  290. package/dist/types-ts4.5/ui/EditorContentContainer/styles/textColorStyles.d.ts +0 -8
  291. package/dist/types-ts4.5/ui/EditorContentContainer/styles/textHighlightStyles.d.ts +0 -8
  292. package/dist/types-ts4.5/ui/EditorContentContainer/styles/unsupportedStyles.d.ts +0 -18
  293. package/dist/types-ts4.5/ui/EditorContentContainer/styles/whitespaceStyles.d.ts +0 -8
  294. package/dist/types-ts4.5/ui/EditorContext/index.d.ts +0 -15
  295. package/dist/types-ts4.5/ui/ErrorBoundary/index.d.ts +0 -26
  296. package/dist/types-ts4.5/ui/ExcludeFromHydration/index.d.ts +0 -13
  297. package/dist/types-ts4.5/ui/IntlProviderIfMissingWrapper/IntlProviderIfMissingWrapper.d.ts +0 -6
  298. package/dist/types-ts4.5/ui/PluginSlot/PluginSlot-compiled.d.ts +0 -12
  299. package/dist/types-ts4.5/ui/PluginSlot/PluginSlot-emotion.d.ts +0 -12
  300. package/dist/types-ts4.5/ui/PluginSlot/index.d.ts +0 -26
  301. package/dist/types-ts4.5/ui/PluginSlot/mount-plugin-hooks.d.ts +0 -10
  302. package/dist/types-ts4.5/ui/Toolbar/Toolbar.d.ts +0 -32
  303. package/dist/types-ts4.5/ui/Toolbar/ToolbarInner.d.ts +0 -11
  304. package/dist/types-ts4.5/ui/Toolbar/ToolbarPortal.d.ts +0 -21
  305. package/dist/types-ts4.5/ui/Toolbar/ToolbarWithSizeDetector.d.ts +0 -3
  306. package/dist/types-ts4.5/ui/Toolbar/getPrimaryToolbarComponents.d.ts +0 -7
  307. package/dist/types-ts4.5/ui/Toolbar/hooks.d.ts +0 -4
  308. package/dist/types-ts4.5/ui/Toolbar/toolbar-size.d.ts +0 -4
  309. package/dist/types-ts4.5/ui/Toolbar/toolbar-types.d.ts +0 -33
  310. package/dist/types-ts4.5/ui/ToolbarHelp/index.d.ts +0 -14
  311. package/dist/types-ts4.5/ui/ToolbarHelp/messages.d.ts +0 -7
  312. package/dist/types-ts4.5/ui/WithEditorActions/index.d.ts +0 -9
  313. package/dist/types-ts4.5/ui/WithFlash/index.d.ts +0 -7
  314. package/dist/types-ts4.5/ui/WithFlash/withFlash-compiled.d.ts +0 -19
  315. package/dist/types-ts4.5/ui/WithFlash/withFlash-emotion.d.ts +0 -19
  316. package/dist/types-ts4.5/ui/WithHelpTrigger/index.d.ts +0 -14
  317. package/dist/types-ts4.5/use-preset.d.ts +0 -43
  318. package/dist/types-ts4.5/utils/action.d.ts +0 -3
  319. package/dist/types-ts4.5/utils/combineQuickInsertProviders.d.ts +0 -2
  320. package/dist/types-ts4.5/utils/deprecation-warnings.d.ts +0 -8
  321. package/dist/types-ts4.5/utils/editorDeprecationWarnings.d.ts +0 -2
  322. package/dist/types-ts4.5/utils/extensions.d.ts +0 -10
  323. package/dist/types-ts4.5/utils/feature-flags-from-props.d.ts +0 -7
  324. package/dist/types-ts4.5/utils/findChangedNodesFromTransaction.d.ts +0 -8
  325. package/dist/types-ts4.5/utils/getNodesCount.d.ts +0 -2
  326. package/dist/types-ts4.5/utils/getNodesCountWithExtensionKeys.d.ts +0 -12
  327. package/dist/types-ts4.5/utils/getNodesVisibleInViewport.d.ts +0 -5
  328. package/dist/types-ts4.5/utils/is-chromeless.d.ts +0 -2
  329. package/dist/types-ts4.5/utils/is-full-page.d.ts +0 -2
  330. package/dist/types-ts4.5/utils/isNodeVisible.d.ts +0 -5
  331. package/dist/types-ts4.5/utils/nodes-by-localIds.d.ts +0 -3
  332. package/dist/types-ts4.5/utils/outdatedBrowsers.d.ts +0 -1
  333. package/dist/types-ts4.5/utils/performance/components/RenderTracking.d.ts +0 -13
  334. package/dist/types-ts4.5/utils/performance/getTimeSince.d.ts +0 -8
  335. package/dist/types-ts4.5/utils/performance/measure-enum.d.ts +0 -7
  336. package/dist/types-ts4.5/utils/performance/outlier.d.ts +0 -1
  337. package/dist/types-ts4.5/utils/performance/percentile.d.ts +0 -1
  338. package/dist/types-ts4.5/utils/performance/plugin-performance-observer.d.ts +0 -23
  339. package/dist/types-ts4.5/utils/performance/plugin-performance-report.d.ts +0 -47
  340. package/dist/types-ts4.5/utils/performance/safer-transactions.d.ts +0 -8
  341. package/dist/types-ts4.5/utils/performance/simple-measure-to-entries.d.ts +0 -28
  342. package/dist/types-ts4.5/utils/performance/track-transactions.d.ts +0 -30
  343. package/dist/types-ts4.5/utils/prepare-extension-provider.d.ts +0 -5
  344. package/dist/types-ts4.5/utils/prepare-quick-insert-provider.d.ts +0 -19
  345. package/dist/types-ts4.5/utils/toolbar.d.ts +0 -2
  346. package/dist/types-ts4.5/utils/validNode.d.ts +0 -2
  347. package/dist/types-ts4.5/utils/validateNodes.d.ts +0 -3
  348. package/dist/types-ts4.5/version-wrapper.d.ts +0 -2
@@ -1,8 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const scrollbarStyles: SerializedStyles;
@@ -1,74 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const hideNativeBrowserTextSelectionStyles: SerializedStyles;
9
- /**
10
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
11
- * If you need to make changes here, also update the corresponding style in
12
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
13
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
14
- */
15
- export declare const borderSelectionStyles: SerializedStyles;
16
- /**
17
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
18
- * If you need to make changes here, also update the corresponding style in
19
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
20
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
21
- */
22
- export declare const boxShadowSelectionStyles: SerializedStyles;
23
- /**
24
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
25
- * If you need to make changes here, also update the corresponding style in
26
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
27
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
28
- */
29
- export declare const backgroundSelectionStyles: SerializedStyles;
30
- /**
31
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
32
- * If you need to make changes here, also update the corresponding style in
33
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
34
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
35
- */
36
- export declare const blanketSelectionStyles: SerializedStyles;
37
- /**
38
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
39
- * If you need to make changes here, also update the corresponding style in
40
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
41
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
42
- */
43
- export declare const hideSelectionStyles: SerializedStyles;
44
- /**
45
- * This prosemirror css style: https://github.com/ProseMirror/prosemirror-view/blob/f37ebb29befdbde3cd194fe13fe17b78e743d2f2/style/prosemirror.css#L24
46
- */
47
- /**
48
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
49
- * If you need to make changes here, also update the corresponding style in
50
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
51
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
52
- */
53
- export declare const hideCursorWhenHideSelectionStyles: SerializedStyles;
54
- /**
55
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
56
- * If you need to make changes here, also update the corresponding style in
57
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
58
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
59
- */
60
- export declare const selectedNodeStyles: SerializedStyles;
61
- /**
62
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
63
- * If you need to make changes here, also update the corresponding style in
64
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
65
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
66
- */
67
- export declare const dangerBorderStyles: SerializedStyles;
68
- /**
69
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
70
- * If you need to make changes here, also update the corresponding style in
71
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
72
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
73
- */
74
- export declare const dangerBackgroundStyles: SerializedStyles;
@@ -1,8 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const selectionToolbarAnimationStyles: SerializedStyles;
@@ -1,29 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const shadowClassNames: {
9
- RIGHT_SHADOW: string;
10
- LEFT_SHADOW: string;
11
- };
12
- /**
13
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
14
- * If you need to make changes here, also update the corresponding style in
15
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
16
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
17
- */
18
- export declare const shadowObserverClassNames: {
19
- SENTINEL_LEFT: string;
20
- SENTINEL_RIGHT: string;
21
- SHADOW_CONTAINER: string;
22
- };
23
- /**
24
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
25
- * If you need to make changes here, also update the corresponding style in
26
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
27
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
28
- */
29
- export declare const shadowStyles: SerializedStyles;
@@ -1,98 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const DATASOURCE_INNER_CONTAINER_CLASSNAME = "datasourceView-content-inner-wrap";
9
- /**
10
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
11
- * If you need to make changes here, also update the corresponding style in
12
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
13
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
14
- */
15
- export declare const FLOATING_TOOLBAR_LINKPICKER_CLASSNAME = "card-floating-toolbar--link-picker";
16
- /**
17
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
18
- * If you need to make changes here, also update the corresponding style in
19
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
20
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
21
- */
22
- export declare const SmartCardSharedCssClassName: {
23
- INLINE_CARD_CONTAINER: string;
24
- BLOCK_CARD_CONTAINER: string;
25
- EMBED_CARD_CONTAINER: string;
26
- DATASOURCE_CONTAINER: string;
27
- LOADER_WRAPPER: string;
28
- };
29
- /**
30
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
31
- * If you need to make changes here, also update the corresponding style in
32
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
33
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
34
- */
35
- export declare const editorControlsSmartCardStyles: SerializedStyles;
36
- /**
37
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
38
- * If you need to make changes here, also update the corresponding style in
39
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
40
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
41
- */
42
- export declare const smartCardDiffStyles: SerializedStyles;
43
- /**
44
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
45
- * If you need to make changes here, also update the corresponding style in
46
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
47
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
48
- */
49
- export declare const showDiffDeletedNodeStyles: SerializedStyles;
50
- /**
51
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
52
- * If you need to make changes here, also update the corresponding style in
53
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
54
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
55
- */
56
- export declare const showDiffDeletedNodeStylesNew: SerializedStyles;
57
- /**
58
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
59
- * If you need to make changes here, also update the corresponding style in
60
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
61
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
62
- */
63
- export declare const smartCardStyles: SerializedStyles;
64
- /**
65
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
66
- * If you need to make changes here, also update the corresponding style in
67
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
68
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
69
- */
70
- export declare const smartCardStylesWithSearchMatch: SerializedStyles;
71
- /**
72
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
73
- * If you need to make changes here, also update the corresponding style in
74
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
75
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
76
- */
77
- export declare const smartCardStylesWithSearchMatchAndBlockMenuDangerStyles: SerializedStyles;
78
- /**
79
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
80
- * If you need to make changes here, also update the corresponding style in
81
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
82
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
83
- */
84
- export declare const smartCardStylesWithSearchMatchAndPreviewPanelResponsiveness: SerializedStyles;
85
- /**
86
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
87
- * If you need to make changes here, also update the corresponding style in
88
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
89
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
90
- */
91
- export declare const smartLinksInLivePagesStyles: SerializedStyles;
92
- /**
93
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
94
- * If you need to make changes here, also update the corresponding style in
95
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
96
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
97
- */
98
- export declare const linkingVisualRefreshV1Styles: SerializedStyles;
@@ -1,50 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const statusStyles: SerializedStyles;
9
- /**
10
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
11
- * If you need to make changes here, also update the corresponding style in
12
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
13
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
14
- */
15
- export declare const statusStylesMixin_fg_platform_component_visual_refresh: SerializedStyles;
16
- /**
17
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
18
- * If you need to make changes here, also update the corresponding style in
19
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
20
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
21
- */
22
- export declare const statusStylesMixin_fg_platform_component_visual_refresh_with_search_match: SerializedStyles;
23
- /**
24
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
25
- * If you need to make changes here, also update the corresponding style in
26
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
27
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
28
- */
29
- export declare const statusDangerStyles: SerializedStyles;
30
- /**
31
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
32
- * If you need to make changes here, also update the corresponding style in
33
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
34
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
35
- */
36
- export declare const statusStylesMixin_without_fg_platform_component_visual_refresh: SerializedStyles;
37
- /**
38
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
39
- * If you need to make changes here, also update the corresponding style in
40
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
41
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
42
- */
43
- export declare const statusStylesMixin_without_fg_platform_component_visual_refresh_with_search_match: SerializedStyles;
44
- /**
45
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
46
- * If you need to make changes here, also update the corresponding style in
47
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
48
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
49
- */
50
- export declare const statusStylesTeam26: SerializedStyles;
@@ -1,36 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const syncBlockStylesBase: SerializedStyles;
9
- /**
10
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
11
- * If you need to make changes here, also update the corresponding style in
12
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
13
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
14
- */
15
- export declare const syncBlockStyles: SerializedStyles;
16
- /**
17
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
18
- * If you need to make changes here, also update the corresponding style in
19
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
20
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
21
- */
22
- export declare const syncBlockOverflowStyles: SerializedStyles;
23
- /**
24
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
25
- * If you need to make changes here, also update the corresponding style in
26
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
27
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
28
- */
29
- export declare const syncBlockTextSelectionStyles: SerializedStyles;
30
- /**
31
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
32
- * If you need to make changes here, also update the corresponding style in
33
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
34
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
35
- */
36
- export declare const syncBlockFirstNodeStyles: SerializedStyles;
@@ -1,50 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const tableLayoutFixes: SerializedStyles;
9
- /**
10
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
11
- * If you need to make changes here, also update the corresponding style in
12
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
13
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
14
- */
15
- export declare const tableLayoutFixesWithFontSize: SerializedStyles;
16
- /**
17
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
18
- * If you need to make changes here, also update the corresponding style in
19
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
20
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
21
- */
22
- export declare const tableCommentEditorMarginOverride: SerializedStyles;
23
- /**
24
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
25
- * If you need to make changes here, also update the corresponding style in
26
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
27
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
28
- */
29
- export declare const tableCommentEditorStyles: SerializedStyles;
30
- /**
31
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
32
- * If you need to make changes here, also update the corresponding style in
33
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
34
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
35
- */
36
- export declare const tableContainerStyles: SerializedStyles;
37
- /**
38
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
39
- * If you need to make changes here, also update the corresponding style in
40
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
41
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
42
- */
43
- export declare const tableEmptyRowStyles: SerializedStyles;
44
- /**
45
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
46
- * If you need to make changes here, also update the corresponding style in
47
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
48
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
49
- */
50
- export declare const tableContentModeStyles: SerializedStyles;
@@ -1,77 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const TaskDecisionSharedCssClassName: {
9
- DECISION_CONTAINER: string;
10
- TASK_CONTAINER: string;
11
- TASK_LIST_CONTAINER: string;
12
- TASK_ITEM: string;
13
- TASK_CHECKBOX_CONTAINER: string;
14
- };
15
- /**
16
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
17
- * If you need to make changes here, also update the corresponding style in
18
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
19
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
20
- */
21
- export declare const tasksAndDecisionsStyles: SerializedStyles;
22
- /**
23
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
24
- * If you need to make changes here, also update the corresponding style in
25
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
26
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
27
- */
28
- export declare const getDenseTasksAndDecisionsStyles: (baseFontSize?: number) => SerializedStyles;
29
- /**
30
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
31
- * If you need to make changes here, also update the corresponding style in
32
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
33
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
34
- */
35
- export declare const decisionStyles: SerializedStyles;
36
- /**
37
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
38
- * If you need to make changes here, also update the corresponding style in
39
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
40
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
41
- */
42
- export declare const decisionDangerStyles: SerializedStyles;
43
- /**
44
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
45
- * If you need to make changes here, also update the corresponding style in
46
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
47
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
48
- */
49
- export declare const decisionIconWithVisualRefresh: SerializedStyles;
50
- /**
51
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
52
- * If you need to make changes here, also update the corresponding style in
53
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
54
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
55
- */
56
- export declare const decisionIconWithoutVisualRefresh: SerializedStyles;
57
- /**
58
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
59
- * If you need to make changes here, also update the corresponding style in
60
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
61
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
62
- */
63
- export declare const taskItemStyles: SerializedStyles;
64
- /**
65
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
66
- * If you need to make changes here, also update the corresponding style in
67
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
68
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
69
- */
70
- export declare const taskItemCheckboxStyles: SerializedStyles;
71
- /**
72
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
73
- * If you need to make changes here, also update the corresponding style in
74
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
75
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
76
- */
77
- export declare const taskItemStylesWithBlockTaskItem: SerializedStyles;
@@ -1,15 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const telepointerColorAndCommonStyle: SerializedStyles;
9
- /**
10
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
11
- * If you need to make changes here, also update the corresponding style in
12
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
13
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
14
- */
15
- export declare const telepointerStyle: SerializedStyles;
@@ -1,8 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const textColorStyles: SerializedStyles;
@@ -1,8 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const textHighlightStyle: SerializedStyles;
@@ -1,18 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const UnsupportedSharedCssClassName: {
9
- BLOCK_CONTAINER: string;
10
- INLINE_CONTAINER: string;
11
- };
12
- /**
13
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
14
- * If you need to make changes here, also update the corresponding style in
15
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
16
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
17
- */
18
- export declare const unsupportedStyles: SerializedStyles;
@@ -1,8 +0,0 @@
1
- import type { SerializedStyles } from '@emotion/react';
2
- /**
3
- * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
4
- * If you need to make changes here, also update the corresponding style in
5
- * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
6
- * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
7
- */
8
- export declare const whitespaceStyles: SerializedStyles;
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import EditorActions from '../../actions';
3
- type EditorContextInternal = {
4
- editorActions?: EditorActions;
5
- };
6
- export type EditorContextProps = React.PropsWithChildren<EditorContextInternal>;
7
- export declare const useEditorContext: () => EditorContextProps;
8
- export declare class LegacyEditorContext extends React.Component<EditorContextProps, Object> {
9
- constructor(props: EditorContextProps);
10
- private editorActions;
11
- private contextValue;
12
- render(): React.JSX.Element;
13
- }
14
- declare const _default: (props: EditorContextProps) => React.JSX.Element;
15
- export default _default;
@@ -1,26 +0,0 @@
1
- import React from 'react';
2
- import type { DispatchAnalyticsEvent, ErrorEventPayload } from '@atlaskit/editor-common/analytics';
3
- import { ACTION } from '@atlaskit/editor-common/analytics';
4
- type ErrorCrashPayload = Extract<ErrorEventPayload, {
5
- action: ACTION.EDITOR_CRASHED;
6
- }>;
7
- interface ErrorBoundaryProps {
8
- children?: React.ReactNode;
9
- component: ErrorCrashPayload['actionSubject'];
10
- componentId?: ErrorCrashPayload['actionSubjectId'];
11
- dispatchAnalyticsEvent?: DispatchAnalyticsEvent;
12
- fallbackComponent?: React.ReactNode;
13
- }
14
- interface ErrorBoundaryState {
15
- errorCaptured: boolean;
16
- }
17
- export declare class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoundaryState> {
18
- state: {
19
- errorCaptured: boolean;
20
- };
21
- hasFallback(): boolean;
22
- shouldRecover(): boolean;
23
- componentDidCatch(error: Error, errorInfo: React.ErrorInfo): void;
24
- render(): React.ReactNode;
25
- }
26
- export {};
@@ -1,13 +0,0 @@
1
- import type React from 'react';
2
- /**
3
- * ExcludeFromHydration component delays rendering of its children until after the initial
4
- * hydration phase. It renders the fallback during SSR/hydration and children after.
5
- * @param children - The content to render after hydration
6
- * @param fallback - Optional fallback content to render during hydration (e.g., a placeholder to prevent layout shift)
7
- * @returns
8
- */
9
- declare function ExcludeFromHydration({ children, fallback, }: {
10
- children: React.ReactNode;
11
- fallback?: React.ReactNode;
12
- }): React.ReactNode;
13
- export default ExcludeFromHydration;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface WrapProps {
3
- children: JSX.Element;
4
- }
5
- export declare function IntlProviderIfMissingWrapper({ children }: WrapProps): React.JSX.Element;
6
- export {};
@@ -1,12 +0,0 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- /**
6
- * Compiled branch of the `platform_editor_core_non_ecc_static_css` experiment.
7
- * Used via `componentWithCondition` in `index.tsx`.
8
- *
9
- * Cleanup: delete this file once the experiment has shipped.
10
- */
11
- import type { HTMLAttributes } from 'react';
12
- export declare const PluginsComponentsWrapperCompiled: ({ children, ...rest }: HTMLAttributes<HTMLDivElement>) => React.JSX.Element;
@@ -1,12 +0,0 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- /**
6
- * Emotion fallback branch of the `platform_editor_core_non_ecc_static_css` experiment.
7
- * Used via `componentWithCondition` in `index.tsx`.
8
- *
9
- * Cleanup: delete this file once the experiment has shipped.
10
- */
11
- import type { HTMLAttributes } from 'react';
12
- export declare const PluginsComponentsWrapperEmotion: ({ children, ...rest }: HTMLAttributes<HTMLDivElement>) => React.JSX.Element;
@@ -1,26 +0,0 @@
1
- import React from 'react';
2
- import type { DispatchAnalyticsEvent } from '@atlaskit/editor-common/analytics';
3
- import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher';
4
- import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
5
- import type { EditorAppearance, ReactHookFactory, UIComponentFactory } from '@atlaskit/editor-common/types';
6
- import type { EditorView } from '@atlaskit/editor-prosemirror/view';
7
- import type EditorActions from '../../actions';
8
- export interface Props {
9
- appearance?: EditorAppearance;
10
- containerElement: HTMLElement | null;
11
- contentArea?: HTMLElement;
12
- disabled: boolean;
13
- dispatchAnalyticsEvent?: DispatchAnalyticsEvent;
14
- editorActions?: EditorActions;
15
- editorView?: EditorView;
16
- eventDispatcher?: EventDispatcher;
17
- items?: UIComponentFactory[];
18
- pluginHooks?: ReactHookFactory[];
19
- popupsBoundariesElement?: HTMLElement;
20
- popupsMountPoint?: HTMLElement;
21
- popupsScrollableElement?: HTMLElement;
22
- providerFactory: ProviderFactory;
23
- wrapperElement: HTMLElement | null;
24
- }
25
- declare const PluginSlotComponent: React.MemoExoticComponent<({ items, editorView, editorActions, eventDispatcher, providerFactory, appearance, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, containerElement, disabled, dispatchAnalyticsEvent, wrapperElement, pluginHooks, }: Props) => JSX.Element | null>;
26
- export default PluginSlotComponent;