@atlaskit/editor-common 112.11.0 → 112.11.2

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 (420) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/codemods/69.0.0-update-validator-imports.ts +2 -1
  3. package/codemods/migrates/entry-points.ts +2 -1
  4. package/dist/cjs/collab/index.js +3 -1
  5. package/dist/cjs/element-browser/components/ElementList/ElementList.js +1 -0
  6. package/dist/cjs/extensibility/Extension/Extension/styles.js +1 -0
  7. package/dist/cjs/extensibility/Extension/InlineExtension/styles.js +1 -0
  8. package/dist/cjs/extensibility/Extension/styles.js +1 -0
  9. package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +1 -0
  10. package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  11. package/dist/cjs/link/LinkSearch/LinkSearchList.js +1 -0
  12. package/dist/cjs/link/LinkSearch/LinkSearchListItem.js +1 -0
  13. package/dist/cjs/link/LinkSearch/ToolbarComponents.js +1 -0
  14. package/dist/cjs/media-inline/styles.js +3 -1
  15. package/dist/cjs/media-inline/views/wrapper.js +1 -0
  16. package/dist/cjs/monitoring/error.js +1 -1
  17. package/dist/cjs/selection/gap-cursor/styles.js +3 -1
  18. package/dist/cjs/styles/shared/blockquote.js +1 -0
  19. package/dist/cjs/styles/shared/expand.js +1 -0
  20. package/dist/cjs/styles/shared/headings.js +1 -1
  21. package/dist/cjs/styles/shared/media-single.js +1 -0
  22. package/dist/cjs/styles/shared/native-anchor.js +1 -0
  23. package/dist/cjs/styles/shared/plugins.js +1 -0
  24. package/dist/cjs/styles/shared/table.js +3 -1
  25. package/dist/cjs/styles/shared/tableCell.js +1 -0
  26. package/dist/cjs/ui/DropList/index.js +1 -1
  27. package/dist/cjs/ui/Expand/index.js +1 -0
  28. package/dist/cjs/ui/FloatingToolbar/Button.js +5 -2
  29. package/dist/cjs/ui/HoverLinkOverlay/index.js +8 -6
  30. package/dist/cjs/ui/MediaSingle/link.js +1 -0
  31. package/dist/cjs/ui/MediaSingle/styled.js +1 -0
  32. package/dist/cjs/ui/MultiBodiedExtension/index.js +1 -0
  33. package/dist/cjs/ui/PanelTextInput/styles.js +1 -0
  34. package/dist/cjs/ui/ResizerLegacy/styled.js +3 -1
  35. package/dist/cjs/ui/clear-next-sibling-margin-top.js +1 -0
  36. package/dist/cjs/ui-color/ColorPalette/Color/styles.js +1 -0
  37. package/dist/cjs/ui-color/ColorPalette/styles.js +1 -0
  38. package/dist/es2019/card/ui/assets/card.js +0 -1
  39. package/dist/es2019/card/ui/assets/embed.js +0 -1
  40. package/dist/es2019/card/ui/assets/inline.js +0 -1
  41. package/dist/es2019/card/ui/assets/url.js +0 -1
  42. package/dist/es2019/collab/index.js +2 -0
  43. package/dist/es2019/element-browser/components/ElementList/ElementList.js +1 -0
  44. package/dist/es2019/extensibility/Extension/Extension/styles.js +1 -0
  45. package/dist/es2019/extensibility/Extension/InlineExtension/styles.js +1 -0
  46. package/dist/es2019/extensibility/Extension/styles.js +1 -0
  47. package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +1 -0
  48. package/dist/es2019/icons/shared/BorderIcon.js +0 -1
  49. package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +0 -1
  50. package/dist/es2019/link/ConfigureLinkOverlay/index.js +0 -1
  51. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -0
  52. package/dist/es2019/link/LinkSearch/LinkSearchList.js +1 -0
  53. package/dist/es2019/link/LinkSearch/LinkSearchListItem.js +2 -1
  54. package/dist/es2019/link/LinkSearch/ToolbarComponents.js +1 -0
  55. package/dist/es2019/link/LinkSearch/withActivityProvider.js +1 -0
  56. package/dist/es2019/media-inline/styles.js +1 -0
  57. package/dist/es2019/media-inline/views/wrapper.js +1 -0
  58. package/dist/es2019/media-single/CommentBadge.js +0 -1
  59. package/dist/es2019/monitoring/error.js +1 -1
  60. package/dist/es2019/selection/gap-cursor/styles.js +1 -0
  61. package/dist/es2019/selection-based-node-view/SelectionBasedNodeView.js +0 -1
  62. package/dist/es2019/styles/shared/blockquote.js +1 -0
  63. package/dist/es2019/styles/shared/expand.js +1 -0
  64. package/dist/es2019/styles/shared/headings.js +1 -0
  65. package/dist/es2019/styles/shared/media-single.js +1 -0
  66. package/dist/es2019/styles/shared/native-anchor.js +1 -0
  67. package/dist/es2019/styles/shared/plugins.js +1 -0
  68. package/dist/es2019/styles/shared/table.js +1 -0
  69. package/dist/es2019/styles/shared/tableCell.js +1 -0
  70. package/dist/es2019/ui/DropList/index.js +1 -1
  71. package/dist/es2019/ui/Expand/index.js +1 -0
  72. package/dist/es2019/ui/FloatingToolbar/Button.js +5 -2
  73. package/dist/es2019/ui/FloatingToolbar/ButtonSpotlightCard.js +0 -1
  74. package/dist/es2019/ui/HoverLinkOverlay/index.js +8 -6
  75. package/dist/es2019/ui/Layer/index.js +2 -1
  76. package/dist/es2019/ui/MediaSingle/link.js +1 -1
  77. package/dist/es2019/ui/MediaSingle/styled.js +1 -0
  78. package/dist/es2019/ui/MultiBodiedExtension/index.js +1 -0
  79. package/dist/es2019/ui/PanelTextInput/styles.js +1 -0
  80. package/dist/es2019/ui/Pulse/Pulse.js +0 -1
  81. package/dist/es2019/ui/ResizerLegacy/styled.js +1 -1
  82. package/dist/es2019/ui/TableSelector/index.js +0 -1
  83. package/dist/es2019/ui/clear-next-sibling-margin-top.js +1 -1
  84. package/dist/es2019/ui-color/ColorPalette/Color/index.js +0 -1
  85. package/dist/es2019/ui-color/ColorPalette/Color/styles.js +1 -0
  86. package/dist/es2019/ui-color/ColorPalette/styles.js +1 -0
  87. package/dist/es2019/utils/browser.js +0 -1
  88. package/dist/esm/card/ui/assets/card.js +0 -1
  89. package/dist/esm/card/ui/assets/embed.js +0 -1
  90. package/dist/esm/card/ui/assets/inline.js +0 -1
  91. package/dist/esm/card/ui/assets/url.js +0 -1
  92. package/dist/esm/collab/index.js +2 -0
  93. package/dist/esm/element-browser/components/ElementList/ElementList.js +1 -0
  94. package/dist/esm/extensibility/Extension/Extension/styles.js +1 -0
  95. package/dist/esm/extensibility/Extension/InlineExtension/styles.js +1 -0
  96. package/dist/esm/extensibility/Extension/styles.js +1 -0
  97. package/dist/esm/extensibility/MultiBodiedExtension/styles.js +1 -0
  98. package/dist/esm/icons/shared/BorderIcon.js +0 -1
  99. package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +0 -1
  100. package/dist/esm/link/ConfigureLinkOverlay/index.js +0 -1
  101. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -0
  102. package/dist/esm/link/LinkSearch/LinkSearchList.js +1 -0
  103. package/dist/esm/link/LinkSearch/LinkSearchListItem.js +2 -1
  104. package/dist/esm/link/LinkSearch/ToolbarComponents.js +1 -0
  105. package/dist/esm/link/LinkSearch/withActivityProvider.js +1 -0
  106. package/dist/esm/media-inline/styles.js +1 -0
  107. package/dist/esm/media-inline/views/wrapper.js +1 -0
  108. package/dist/esm/media-single/CommentBadge.js +0 -1
  109. package/dist/esm/monitoring/error.js +1 -1
  110. package/dist/esm/selection/gap-cursor/styles.js +1 -0
  111. package/dist/esm/selection-based-node-view/SelectionBasedNodeView.js +0 -1
  112. package/dist/esm/styles/shared/blockquote.js +1 -0
  113. package/dist/esm/styles/shared/expand.js +1 -0
  114. package/dist/esm/styles/shared/headings.js +1 -0
  115. package/dist/esm/styles/shared/media-single.js +1 -0
  116. package/dist/esm/styles/shared/native-anchor.js +1 -0
  117. package/dist/esm/styles/shared/plugins.js +1 -0
  118. package/dist/esm/styles/shared/table.js +1 -0
  119. package/dist/esm/styles/shared/tableCell.js +1 -0
  120. package/dist/esm/ui/DropList/index.js +1 -1
  121. package/dist/esm/ui/Expand/index.js +1 -0
  122. package/dist/esm/ui/FloatingToolbar/Button.js +5 -2
  123. package/dist/esm/ui/FloatingToolbar/ButtonSpotlightCard.js +0 -1
  124. package/dist/esm/ui/HoverLinkOverlay/index.js +8 -6
  125. package/dist/esm/ui/Layer/index.js +2 -1
  126. package/dist/esm/ui/MediaSingle/link.js +1 -1
  127. package/dist/esm/ui/MediaSingle/styled.js +1 -0
  128. package/dist/esm/ui/MultiBodiedExtension/index.js +1 -0
  129. package/dist/esm/ui/PanelTextInput/styles.js +1 -0
  130. package/dist/esm/ui/Pulse/Pulse.js +0 -1
  131. package/dist/esm/ui/ResizerLegacy/styled.js +1 -1
  132. package/dist/esm/ui/TableSelector/index.js +0 -1
  133. package/dist/esm/ui/clear-next-sibling-margin-top.js +1 -1
  134. package/dist/esm/ui-color/ColorPalette/Color/index.js +0 -1
  135. package/dist/esm/ui-color/ColorPalette/Color/styles.js +1 -0
  136. package/dist/esm/ui-color/ColorPalette/styles.js +1 -0
  137. package/dist/esm/utils/browser.js +0 -1
  138. package/dist/types/analytics/analytics-queue.d.ts +1 -1
  139. package/dist/types/analytics/index.d.ts +1 -0
  140. package/dist/types/analytics/types/ai-autocomplete-events.d.ts +4 -1
  141. package/dist/types/analytics/types/ai-command-palette-events.d.ts +2 -2
  142. package/dist/types/analytics/types/ai-definitions-events.d.ts +2 -2
  143. package/dist/types/analytics/types/ai-events.d.ts +1 -1
  144. package/dist/types/analytics/types/ai-inline-suggestion-events.d.ts +3 -3
  145. package/dist/types/analytics/types/ai-streaming.d.ts +1 -1
  146. package/dist/types/analytics/types/alignment-events.d.ts +2 -2
  147. package/dist/types/analytics/types/avatar.d.ts +2 -2
  148. package/dist/types/analytics/types/color-events.d.ts +2 -2
  149. package/dist/types/analytics/types/config-panel-events.d.ts +2 -2
  150. package/dist/types/analytics/types/datasource-clicked-events.d.ts +1 -1
  151. package/dist/types/analytics/types/date-events.d.ts +2 -2
  152. package/dist/types/analytics/types/dispatch-analytics-event.d.ts +1 -1
  153. package/dist/types/analytics/types/link-events.d.ts +2 -2
  154. package/dist/types/analytics/types/mention-events.d.ts +3 -3
  155. package/dist/types/analytics/types/ncs-session-step-events.d.ts +1 -1
  156. package/dist/types/analytics/types/selection-toolbar-events.d.ts +2 -2
  157. package/dist/types/analytics/types/upload-media-events.d.ts +1 -1
  158. package/dist/types/card/MediaAndEmbedsToolbar/index.d.ts +1 -1
  159. package/dist/types/card/link-toolbar-button-group-options.d.ts +1 -1
  160. package/dist/types/card/link-toolbar-dropdown-options.d.ts +1 -1
  161. package/dist/types/card/types.d.ts +2 -2
  162. package/dist/types/code-block/index.d.ts +2 -2
  163. package/dist/types/collab/index.d.ts +2 -2
  164. package/dist/types/copy-button/index.d.ts +1 -1
  165. package/dist/types/element-browser/components/ElementList/ElementList.d.ts +2 -1
  166. package/dist/types/element-browser/components/ElementSearch.d.ts +1 -1
  167. package/dist/types/element-browser/hooks/use-focus.d.ts +1 -1
  168. package/dist/types/extensibility/Extension/Extension/styles.d.ts +1 -1
  169. package/dist/types/extensibility/Extension/InlineExtension/styles.d.ts +1 -1
  170. package/dist/types/extensibility/Extension/Lozenge/ExtensionLabel.d.ts +1 -1
  171. package/dist/types/extensibility/Extension/Lozenge/LozengeComponent.d.ts +1 -1
  172. package/dist/types/extensibility/Extension/Lozenge/index.d.ts +1 -1
  173. package/dist/types/extensibility/Extension/styles.d.ts +1 -1
  174. package/dist/types/extensibility/Extension.d.ts +1 -1
  175. package/dist/types/extensibility/MultiBodiedExtension/styles.d.ts +1 -1
  176. package/dist/types/extensibility/extensionNodeView.d.ts +1 -1
  177. package/dist/types/extensions/extension-fields-helpers.d.ts +2 -2
  178. package/dist/types/extensions/types/extension-manifest-common.d.ts +1 -1
  179. package/dist/types/extensions/types/extension-provider.d.ts +2 -2
  180. package/dist/types/guideline/snapping.d.ts +1 -1
  181. package/dist/types/link/ConfigureLinkOverlay/Dropdown.d.ts +3 -7
  182. package/dist/types/link/ConfigureLinkOverlay/StyledButton.d.ts +1 -1
  183. package/dist/types/link/ConfigureLinkOverlay/handleNavigation.d.ts +3 -3
  184. package/dist/types/link/ConfigureLinkOverlay/index.d.ts +4 -8
  185. package/dist/types/link/LinkPicker/EditorLinkPicker/index.d.ts +1 -1
  186. package/dist/types/link/LinkPicker/EditorLinkPicker/useEscapeClickaway.d.ts +1 -1
  187. package/dist/types/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +2 -1
  188. package/dist/types/link/LinkSearch/LinkSearchList.d.ts +3 -2
  189. package/dist/types/link/LinkSearch/LinkSearchListItem.d.ts +3 -2
  190. package/dist/types/link/LinkSearch/ToolbarComponents.d.ts +1 -1
  191. package/dist/types/link/LinkSearch/index.d.ts +2 -2
  192. package/dist/types/link/LinkSearch/transformTimeStamp.d.ts +1 -1
  193. package/dist/types/link/LinkSearch/types.d.ts +3 -3
  194. package/dist/types/link/LinkSearch/withActivityProvider.d.ts +2 -2
  195. package/dist/types/link/types.d.ts +3 -3
  196. package/dist/types/link/utils.d.ts +1 -1
  197. package/dist/types/mark/text-formatting.d.ts +2 -1
  198. package/dist/types/media-inline/styles.d.ts +1 -1
  199. package/dist/types/media-inline/views/wrapper.d.ts +1 -1
  200. package/dist/types/media-single/CommentBadge.d.ts +1 -5
  201. package/dist/types/media-single/ExternalImageBadge.d.ts +1 -1
  202. package/dist/types/media-single/MediaBadges.d.ts +2 -1
  203. package/dist/types/nesting/utilities.d.ts +1 -1
  204. package/dist/types/performance-ssr-measures/SSRRenderMeasure.d.ts +2 -1
  205. package/dist/types/portal/common.d.ts +1 -1
  206. package/dist/types/portal/usePortalProvider.d.ts +1 -1
  207. package/dist/types/preset/core-plugin/requestDocument.d.ts +1 -1
  208. package/dist/types/preset/plugin-injection-api.d.ts +1 -1
  209. package/dist/types/provider-factory/context.d.ts +1 -1
  210. package/dist/types/provider-factory/profile-card-provider.d.ts +1 -1
  211. package/dist/types/provider-factory/provider-factory.d.ts +1 -1
  212. package/dist/types/resizer/BreakoutResizer.d.ts +3 -3
  213. package/dist/types/resizer/useBreakoutGuidelines.d.ts +1 -1
  214. package/dist/types/safe-plugin/index.d.ts +1 -1
  215. package/dist/types/selection/context-helpers.d.ts +2 -2
  216. package/dist/types/selection/gap-cursor/styles.d.ts +1 -1
  217. package/dist/types/selection-based-node-view/SelectionBasedNodeView.d.ts +6 -5
  218. package/dist/types/styles/shared/blockquote.d.ts +1 -1
  219. package/dist/types/styles/shared/expand.d.ts +1 -1
  220. package/dist/types/styles/shared/headings.d.ts +2 -2
  221. package/dist/types/styles/shared/media-single.d.ts +1 -1
  222. package/dist/types/styles/shared/native-anchor.d.ts +2 -2
  223. package/dist/types/styles/shared/plugins.d.ts +1 -1
  224. package/dist/types/styles/shared/table.d.ts +1 -1
  225. package/dist/types/styles/shared/tableCell.d.ts +1 -1
  226. package/dist/types/sync-block/SyncBlockActionsContext.d.ts +2 -1
  227. package/dist/types/transforms/code-block.d.ts +1 -1
  228. package/dist/types/transforms/expand.d.ts +1 -1
  229. package/dist/types/transforms/layout.d.ts +2 -1
  230. package/dist/types/types/copy-button.d.ts +1 -1
  231. package/dist/types/types/plugin-factory.d.ts +1 -1
  232. package/dist/types/types/resizable-media-single.d.ts +1 -1
  233. package/dist/types/types/type-ahead.d.ts +1 -1
  234. package/dist/types/ugc-tokens/get-editor-ugc-token.d.ts +1 -1
  235. package/dist/types/ui/Emoji/index.d.ts +1 -1
  236. package/dist/types/ui/EventHandlers/index.d.ts +1 -1
  237. package/dist/types/ui/Expand/index.d.ts +2 -1
  238. package/dist/types/ui/FloatingToolbar/Button.d.ts +1 -1
  239. package/dist/types/ui/FloatingToolbar/ButtonSpotlightCard.d.ts +3 -2
  240. package/dist/types/ui/Layer/index.d.ts +3 -2
  241. package/dist/types/ui/MediaSingle/link.d.ts +1 -1
  242. package/dist/types/ui/MediaSingle/styled.d.ts +2 -1
  243. package/dist/types/ui/Mention/index.d.ts +2 -2
  244. package/dist/types/ui/MultiBodiedExtension/index.d.ts +1 -1
  245. package/dist/types/ui/PanelTextInput/styles.d.ts +1 -1
  246. package/dist/types/ui/Pulse/Pulse.d.ts +2 -1
  247. package/dist/types/ui/ResizerLegacy/styled.d.ts +2 -2
  248. package/dist/types/ui/ResizerLegacy/types.d.ts +3 -3
  249. package/dist/types/ui/TableSelector/index.d.ts +1 -1
  250. package/dist/types/ui/WidthProvider/index.d.ts +1 -1
  251. package/dist/types/ui/WithCreateAnalyticsEvent/index.d.ts +1 -1
  252. package/dist/types/ui/clear-next-sibling-margin-top.d.ts +1 -1
  253. package/dist/types/ui/unsupported-content-helper.d.ts +2 -2
  254. package/dist/types/ui-color/ColorPalette/Color/index.d.ts +2 -1
  255. package/dist/types/ui-color/ColorPalette/Color/styles.d.ts +1 -1
  256. package/dist/types/ui-color/ColorPalette/Palettes/borderColorPalette.d.ts +1 -1
  257. package/dist/types/ui-color/ColorPalette/Palettes/cellBackgroundColorPalette.d.ts +1 -1
  258. package/dist/types/ui-color/ColorPalette/Palettes/getColorMessage.d.ts +1 -1
  259. package/dist/types/ui-color/ColorPalette/Palettes/type.d.ts +2 -2
  260. package/dist/types/ui-color/ColorPalette/styles.d.ts +1 -1
  261. package/dist/types/ui-menu/ToolbarButton/index.d.ts +2 -2
  262. package/dist/types/ui-menu/ToolbarButton/styles.d.ts +1 -1
  263. package/dist/types/ui-react/ReactEditorViewContext.d.ts +1 -1
  264. package/dist/types/user-intent/UserIntentPopupWrapper.d.ts +1 -1
  265. package/dist/types/user-preferences/hooks.d.ts +1 -1
  266. package/dist/types/user-preferences/persistence-api.d.ts +1 -1
  267. package/dist/types/user-preferences/user-preferences-provider.d.ts +2 -2
  268. package/dist/types/user-preferences/utils.d.ts +1 -1
  269. package/dist/types/utils/browser.d.ts +1 -1
  270. package/dist/types/utils/commands.d.ts +4 -3
  271. package/dist/types/utils/compareNodes.d.ts +2 -2
  272. package/dist/types/utils/create-wrap-selection-transaction.d.ts +1 -1
  273. package/dist/types/utils/get-performance-options.d.ts +1 -1
  274. package/dist/types/utils/macro.d.ts +1 -1
  275. package/dist/types/utils/performance/hooks/use-component-render-tracking/index.d.ts +1 -1
  276. package/dist/types/utils/plugin-state-factory.d.ts +2 -2
  277. package/dist/types/utils/processRawValue.d.ts +2 -1
  278. package/dist/types/utils/unsupportedContent/types.d.ts +1 -1
  279. package/dist/types-ts4.5/analytics/analytics-queue.d.ts +1 -1
  280. package/dist/types-ts4.5/analytics/index.d.ts +1 -0
  281. package/dist/types-ts4.5/analytics/types/ai-autocomplete-events.d.ts +4 -1
  282. package/dist/types-ts4.5/analytics/types/ai-command-palette-events.d.ts +2 -2
  283. package/dist/types-ts4.5/analytics/types/ai-definitions-events.d.ts +2 -2
  284. package/dist/types-ts4.5/analytics/types/ai-events.d.ts +1 -1
  285. package/dist/types-ts4.5/analytics/types/ai-inline-suggestion-events.d.ts +3 -3
  286. package/dist/types-ts4.5/analytics/types/ai-streaming.d.ts +1 -1
  287. package/dist/types-ts4.5/analytics/types/alignment-events.d.ts +2 -2
  288. package/dist/types-ts4.5/analytics/types/avatar.d.ts +2 -2
  289. package/dist/types-ts4.5/analytics/types/color-events.d.ts +2 -2
  290. package/dist/types-ts4.5/analytics/types/config-panel-events.d.ts +2 -2
  291. package/dist/types-ts4.5/analytics/types/datasource-clicked-events.d.ts +1 -1
  292. package/dist/types-ts4.5/analytics/types/date-events.d.ts +2 -2
  293. package/dist/types-ts4.5/analytics/types/dispatch-analytics-event.d.ts +1 -1
  294. package/dist/types-ts4.5/analytics/types/link-events.d.ts +2 -2
  295. package/dist/types-ts4.5/analytics/types/mention-events.d.ts +3 -3
  296. package/dist/types-ts4.5/analytics/types/ncs-session-step-events.d.ts +1 -1
  297. package/dist/types-ts4.5/analytics/types/selection-toolbar-events.d.ts +2 -2
  298. package/dist/types-ts4.5/analytics/types/upload-media-events.d.ts +1 -1
  299. package/dist/types-ts4.5/card/MediaAndEmbedsToolbar/index.d.ts +1 -1
  300. package/dist/types-ts4.5/card/link-toolbar-button-group-options.d.ts +1 -1
  301. package/dist/types-ts4.5/card/link-toolbar-dropdown-options.d.ts +1 -1
  302. package/dist/types-ts4.5/card/types.d.ts +2 -2
  303. package/dist/types-ts4.5/code-block/index.d.ts +2 -2
  304. package/dist/types-ts4.5/collab/index.d.ts +2 -2
  305. package/dist/types-ts4.5/copy-button/index.d.ts +1 -1
  306. package/dist/types-ts4.5/element-browser/components/ElementList/ElementList.d.ts +2 -1
  307. package/dist/types-ts4.5/element-browser/components/ElementSearch.d.ts +1 -1
  308. package/dist/types-ts4.5/element-browser/hooks/use-focus.d.ts +1 -1
  309. package/dist/types-ts4.5/extensibility/Extension/Extension/styles.d.ts +1 -1
  310. package/dist/types-ts4.5/extensibility/Extension/InlineExtension/styles.d.ts +1 -1
  311. package/dist/types-ts4.5/extensibility/Extension/Lozenge/ExtensionLabel.d.ts +1 -1
  312. package/dist/types-ts4.5/extensibility/Extension/Lozenge/LozengeComponent.d.ts +1 -1
  313. package/dist/types-ts4.5/extensibility/Extension/Lozenge/index.d.ts +1 -1
  314. package/dist/types-ts4.5/extensibility/Extension/styles.d.ts +1 -1
  315. package/dist/types-ts4.5/extensibility/Extension.d.ts +1 -1
  316. package/dist/types-ts4.5/extensibility/MultiBodiedExtension/styles.d.ts +1 -1
  317. package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +1 -1
  318. package/dist/types-ts4.5/extensions/extension-fields-helpers.d.ts +2 -2
  319. package/dist/types-ts4.5/extensions/types/extension-manifest-common.d.ts +1 -1
  320. package/dist/types-ts4.5/extensions/types/extension-provider.d.ts +2 -2
  321. package/dist/types-ts4.5/guideline/snapping.d.ts +1 -1
  322. package/dist/types-ts4.5/link/ConfigureLinkOverlay/Dropdown.d.ts +3 -7
  323. package/dist/types-ts4.5/link/ConfigureLinkOverlay/StyledButton.d.ts +1 -1
  324. package/dist/types-ts4.5/link/ConfigureLinkOverlay/handleNavigation.d.ts +3 -3
  325. package/dist/types-ts4.5/link/ConfigureLinkOverlay/index.d.ts +4 -8
  326. package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/index.d.ts +1 -1
  327. package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/useEscapeClickaway.d.ts +1 -1
  328. package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +2 -1
  329. package/dist/types-ts4.5/link/LinkSearch/LinkSearchList.d.ts +3 -2
  330. package/dist/types-ts4.5/link/LinkSearch/LinkSearchListItem.d.ts +3 -2
  331. package/dist/types-ts4.5/link/LinkSearch/ToolbarComponents.d.ts +1 -1
  332. package/dist/types-ts4.5/link/LinkSearch/index.d.ts +2 -2
  333. package/dist/types-ts4.5/link/LinkSearch/transformTimeStamp.d.ts +1 -1
  334. package/dist/types-ts4.5/link/LinkSearch/types.d.ts +3 -3
  335. package/dist/types-ts4.5/link/LinkSearch/withActivityProvider.d.ts +2 -2
  336. package/dist/types-ts4.5/link/types.d.ts +3 -3
  337. package/dist/types-ts4.5/link/utils.d.ts +1 -1
  338. package/dist/types-ts4.5/mark/text-formatting.d.ts +2 -1
  339. package/dist/types-ts4.5/media-inline/styles.d.ts +1 -1
  340. package/dist/types-ts4.5/media-inline/views/wrapper.d.ts +1 -1
  341. package/dist/types-ts4.5/media-single/CommentBadge.d.ts +1 -5
  342. package/dist/types-ts4.5/media-single/ExternalImageBadge.d.ts +1 -1
  343. package/dist/types-ts4.5/media-single/MediaBadges.d.ts +2 -1
  344. package/dist/types-ts4.5/nesting/utilities.d.ts +1 -1
  345. package/dist/types-ts4.5/performance-ssr-measures/SSRRenderMeasure.d.ts +2 -1
  346. package/dist/types-ts4.5/portal/common.d.ts +1 -1
  347. package/dist/types-ts4.5/portal/usePortalProvider.d.ts +1 -1
  348. package/dist/types-ts4.5/preset/core-plugin/requestDocument.d.ts +1 -1
  349. package/dist/types-ts4.5/preset/plugin-injection-api.d.ts +1 -1
  350. package/dist/types-ts4.5/provider-factory/context.d.ts +1 -1
  351. package/dist/types-ts4.5/provider-factory/profile-card-provider.d.ts +1 -1
  352. package/dist/types-ts4.5/provider-factory/provider-factory.d.ts +1 -1
  353. package/dist/types-ts4.5/resizer/BreakoutResizer.d.ts +3 -3
  354. package/dist/types-ts4.5/resizer/useBreakoutGuidelines.d.ts +1 -1
  355. package/dist/types-ts4.5/safe-plugin/index.d.ts +1 -1
  356. package/dist/types-ts4.5/selection/context-helpers.d.ts +2 -2
  357. package/dist/types-ts4.5/selection/gap-cursor/styles.d.ts +1 -1
  358. package/dist/types-ts4.5/selection-based-node-view/SelectionBasedNodeView.d.ts +6 -5
  359. package/dist/types-ts4.5/styles/shared/blockquote.d.ts +1 -1
  360. package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -1
  361. package/dist/types-ts4.5/styles/shared/headings.d.ts +2 -2
  362. package/dist/types-ts4.5/styles/shared/media-single.d.ts +1 -1
  363. package/dist/types-ts4.5/styles/shared/native-anchor.d.ts +2 -2
  364. package/dist/types-ts4.5/styles/shared/plugins.d.ts +1 -1
  365. package/dist/types-ts4.5/styles/shared/table.d.ts +1 -1
  366. package/dist/types-ts4.5/styles/shared/tableCell.d.ts +1 -1
  367. package/dist/types-ts4.5/sync-block/SyncBlockActionsContext.d.ts +2 -1
  368. package/dist/types-ts4.5/transforms/code-block.d.ts +1 -1
  369. package/dist/types-ts4.5/transforms/expand.d.ts +1 -1
  370. package/dist/types-ts4.5/transforms/layout.d.ts +2 -1
  371. package/dist/types-ts4.5/types/copy-button.d.ts +1 -1
  372. package/dist/types-ts4.5/types/plugin-factory.d.ts +1 -1
  373. package/dist/types-ts4.5/types/resizable-media-single.d.ts +1 -1
  374. package/dist/types-ts4.5/types/type-ahead.d.ts +1 -1
  375. package/dist/types-ts4.5/ugc-tokens/get-editor-ugc-token.d.ts +1 -1
  376. package/dist/types-ts4.5/ui/Emoji/index.d.ts +1 -1
  377. package/dist/types-ts4.5/ui/EventHandlers/index.d.ts +1 -1
  378. package/dist/types-ts4.5/ui/Expand/index.d.ts +2 -1
  379. package/dist/types-ts4.5/ui/FloatingToolbar/Button.d.ts +1 -1
  380. package/dist/types-ts4.5/ui/FloatingToolbar/ButtonSpotlightCard.d.ts +3 -2
  381. package/dist/types-ts4.5/ui/Layer/index.d.ts +3 -2
  382. package/dist/types-ts4.5/ui/MediaSingle/link.d.ts +1 -1
  383. package/dist/types-ts4.5/ui/MediaSingle/styled.d.ts +2 -1
  384. package/dist/types-ts4.5/ui/Mention/index.d.ts +2 -2
  385. package/dist/types-ts4.5/ui/MultiBodiedExtension/index.d.ts +1 -1
  386. package/dist/types-ts4.5/ui/PanelTextInput/styles.d.ts +1 -1
  387. package/dist/types-ts4.5/ui/Pulse/Pulse.d.ts +2 -1
  388. package/dist/types-ts4.5/ui/ResizerLegacy/styled.d.ts +2 -2
  389. package/dist/types-ts4.5/ui/ResizerLegacy/types.d.ts +3 -3
  390. package/dist/types-ts4.5/ui/TableSelector/index.d.ts +1 -1
  391. package/dist/types-ts4.5/ui/WidthProvider/index.d.ts +1 -1
  392. package/dist/types-ts4.5/ui/WithCreateAnalyticsEvent/index.d.ts +1 -1
  393. package/dist/types-ts4.5/ui/clear-next-sibling-margin-top.d.ts +1 -1
  394. package/dist/types-ts4.5/ui/unsupported-content-helper.d.ts +2 -2
  395. package/dist/types-ts4.5/ui-color/ColorPalette/Color/index.d.ts +2 -1
  396. package/dist/types-ts4.5/ui-color/ColorPalette/Color/styles.d.ts +1 -1
  397. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/borderColorPalette.d.ts +1 -1
  398. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/cellBackgroundColorPalette.d.ts +1 -1
  399. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/getColorMessage.d.ts +1 -1
  400. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/type.d.ts +2 -2
  401. package/dist/types-ts4.5/ui-color/ColorPalette/styles.d.ts +1 -1
  402. package/dist/types-ts4.5/ui-menu/ToolbarButton/index.d.ts +2 -2
  403. package/dist/types-ts4.5/ui-menu/ToolbarButton/styles.d.ts +1 -1
  404. package/dist/types-ts4.5/ui-react/ReactEditorViewContext.d.ts +1 -1
  405. package/dist/types-ts4.5/user-intent/UserIntentPopupWrapper.d.ts +1 -1
  406. package/dist/types-ts4.5/user-preferences/hooks.d.ts +1 -1
  407. package/dist/types-ts4.5/user-preferences/persistence-api.d.ts +1 -1
  408. package/dist/types-ts4.5/user-preferences/user-preferences-provider.d.ts +2 -2
  409. package/dist/types-ts4.5/user-preferences/utils.d.ts +1 -1
  410. package/dist/types-ts4.5/utils/browser.d.ts +1 -1
  411. package/dist/types-ts4.5/utils/commands.d.ts +4 -3
  412. package/dist/types-ts4.5/utils/compareNodes.d.ts +2 -2
  413. package/dist/types-ts4.5/utils/create-wrap-selection-transaction.d.ts +1 -1
  414. package/dist/types-ts4.5/utils/get-performance-options.d.ts +1 -1
  415. package/dist/types-ts4.5/utils/macro.d.ts +1 -1
  416. package/dist/types-ts4.5/utils/performance/hooks/use-component-render-tracking/index.d.ts +1 -1
  417. package/dist/types-ts4.5/utils/plugin-state-factory.d.ts +2 -2
  418. package/dist/types-ts4.5/utils/processRawValue.d.ts +2 -1
  419. package/dist/types-ts4.5/utils/unsupportedContent/types.d.ts +1 -1
  420. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 112.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`85bcb73915b7c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85bcb73915b7c) -
8
+ Mechanical type-import autofix for editor-common packages.
9
+ - [`9d96d107b757f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9d96d107b757f) -
10
+ Fix a11y/mouse-events-have-key-events violations in FloatingToolbar Button and HoverLinkOverlay.
11
+ FloatingToolbar Button: move onMouseEnter/onMouseLeave to Button component behind experiment gate.
12
+ HoverLinkOverlay: add no-op onFocus/onBlur handlers as keyboard equivalents.
13
+ - Updated dependencies
14
+
15
+ ## 112.11.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [`0189eb81c663c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0189eb81c663c) -
20
+ Update types to include new autocomplete use workflow
21
+ - Updated dependencies
22
+
3
23
  ## 112.11.0
4
24
 
5
25
  ### Minor Changes
@@ -1,4 +1,5 @@
1
- import { createTransformer, type API, type FileInfo, type Options } from '@atlaskit/codemod-utils';
1
+ import { createTransformer } from '@atlaskit/codemod-utils';
2
+ import type { API, FileInfo, Options } from '@atlaskit/codemod-utils';
2
3
 
3
4
  import { validatorExports, validatorTypes } from './migrates/entry-points';
4
5
 
@@ -1,4 +1,5 @@
1
- import { changeImportEntryPoint, type Collection, type JSCodeshift } from '@atlaskit/codemod-utils';
1
+ import { changeImportEntryPoint } from '@atlaskit/codemod-utils';
2
+ import type { Collection, JSCodeshift } from '@atlaskit/codemod-utils';
2
3
 
3
4
  const PACKAGE_NAME = '@atlaskit/editor-common';
4
5
 
@@ -9,7 +9,9 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
9
9
  var _react = require("@emotion/react");
10
10
  var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
11
11
  var _tokens = require("@atlaskit/tokens");
12
- var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
+ var _templateObject;
13
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
14
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
13
15
  // Format of the payload returned by the callback function passed to the collab provider
14
16
  // that gets called when syncing with the back-end service fails.
15
17
  // Format of the document and its metadata returned from the collab provider
@@ -32,6 +32,7 @@ var _types = require("../../types");
32
32
  var _EmptyState = _interopRequireDefault(require("./EmptyState"));
33
33
  var _utils = require("./utils");
34
34
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
35
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
35
36
  /**
36
37
  * @jsxRuntime classic
37
38
  * @jsx jsx
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.wrapperStyleInheritedCursor = exports.widerLayoutClassName = exports.overflowWrapperStyles = exports.header = exports.extensionContent = exports.contentWrapper = exports.content = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("../styles");
9
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
9
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
11
 
11
12
  var widerLayoutClassName = exports.widerLayoutClassName = 'wider-layout';
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.wrapperStyle = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("../styles");
9
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
9
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
11
 
11
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.wrapperDefault = exports.styledImage = exports.placeholderFallbackParams = exports.placeholderFallback = exports.overlay = void 0;
7
7
  var _react = require("@emotion/react");
8
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
8
9
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
10
 
10
11
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.overlayStyles = exports.mbeExtensionWrapperCSSStyles = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("../Extension/styles");
9
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
9
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
11
 
11
12
  // Wrapper the extension title and extensionContainer
@@ -40,7 +40,7 @@ var _transformTimeStamp = require("../../LinkSearch/transformTimeStamp");
40
40
  var _utils2 = require("./utils");
41
41
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
42
42
  function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
43
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
43
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */ /**
44
44
  * @jsxRuntime classic
45
45
  * @jsx jsx
46
46
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports -- Ignored via go/DSP-18766; jsx required at runtime for @jsxRuntime classic
@@ -8,6 +8,7 @@ exports.linkSearchList = exports.default = void 0;
8
8
  var _react = require("@emotion/react");
9
9
  var _spinner = _interopRequireDefault(require("@atlaskit/spinner"));
10
10
  var _LinkSearchListItem = _interopRequireDefault(require("./LinkSearchListItem"));
11
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
11
12
  /**
12
13
  * @jsxRuntime classic
13
14
  * @jsx jsx
@@ -12,6 +12,7 @@ var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
12
12
  var _listItemAlts = require("./listItemAlts");
13
13
  var _transformTimeStamp = require("./transformTimeStamp");
14
14
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
15
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
15
16
  /**
16
17
  * @jsxRuntime classic
17
18
  * @jsx jsx
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.narrowContainerWidth = exports.inputWrapper = exports.containerWithProvider = exports.container = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _ui = require("../../ui");
9
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
9
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
11
 
11
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -8,7 +8,9 @@ exports.wrapperStyle = exports.selectedStyle = exports.mediaInlineImageStyles =
8
8
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
9
  var _react = require("@emotion/react");
10
10
  var _constants = require("./constants");
11
- var _templateObject, _templateObject2; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
+ var _templateObject, _templateObject2;
12
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
13
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
14
  var INLINE_IMAGE_WRAPPER_CLASS_NAME = exports.INLINE_IMAGE_WRAPPER_CLASS_NAME = 'media-inline-image-wrapper';
13
15
  var INLINE_IMAGE_ASPECT_RATIO_CSS_VAR_KEY = exports.INLINE_IMAGE_ASPECT_RATIO_CSS_VAR_KEY = '--editor-media-inline-image-aspect-ratio';
14
16
  var INLINE_IMAGE_BORDER_SIZE_CSS_VAR_KEY = exports.INLINE_IMAGE_BORDER_SIZE_CSS_VAR_KEY = '--editor-media-inline-image-border-size';
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.wrapperStyle = void 0;
7
7
  var _react = require("@emotion/react");
8
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
8
9
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
10
 
10
11
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -19,7 +19,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
19
19
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
20
20
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
21
21
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
22
- var packageVersion = "112.10.1";
22
+ var packageVersion = "112.11.1";
23
23
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
24
24
  // Remove URL as it has UGC
25
25
  // Ignored via go/ees007
@@ -7,7 +7,9 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.hideCaretModifier = exports.gapCursorStyles = void 0;
8
8
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
9
  var _react = require("@emotion/react");
10
- var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
+ var _templateObject;
11
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
12
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
13
  var gapCursorBlink = (0, _react.keyframes)({
12
14
  'from, to': {
13
15
  opacity: 0
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.blockquoteSharedStyles = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
9
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
9
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
11
 
11
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.expandIconWrapperStyle = exports.expandIconContainerStyle = exports.expandClassNames = void 0;
7
7
  var _react = require("@emotion/react");
8
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
8
9
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
10
 
10
11
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -10,7 +10,7 @@ var _react = require("@emotion/react");
10
10
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
11
11
  var _getEditorUgcToken = _interopRequireDefault(require("../../ugc-tokens/get-editor-ugc-token"));
12
12
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
13
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /* eslint-disable @atlaskit/ui-styling-standard/no-imported-style-values */ /* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-values */ /* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */ /* eslint-disable @atlaskit/design-system/use-tokens-space */ /* eslint-disable @atlaskit/design-system/use-tokens-typography */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
13
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */ /* eslint-disable @atlaskit/ui-styling-standard/no-imported-style-values */ /* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-values */ /* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */ /* eslint-disable @atlaskit/design-system/use-tokens-space */ /* eslint-disable @atlaskit/design-system/use-tokens-typography */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
14
14
  var headingWithAlignmentStyles = function headingWithAlignmentStyles() {
15
15
  return (
16
16
  // Override marginTop: 0 with default margin found in headingsSharedStyles for first heading in alignment block that is not the first child
@@ -8,6 +8,7 @@ exports.richMediaClassName = exports.mediaSingleSharedStyleNew = exports.mediaSi
8
8
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
9
  var _react = require("@emotion/react");
10
10
  var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
11
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
11
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
13
 
13
14
  var richMediaClassName = exports.richMediaClassName = 'rich-media-item';
@@ -7,6 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.nativeAnchorStyles = exports.isCSSAttrAnchorSupported = exports.isCSSAnchorSupported = exports.ANCHOR_VARIABLE_NAME = void 0;
8
8
  var _react = require("@emotion/react");
9
9
  var _memoizeOne = _interopRequireDefault(require("memoize-one"));
10
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
10
11
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
12
 
12
13
  var ANCHOR_VARIABLE_NAME = exports.ANCHOR_VARIABLE_NAME = '--ed-pm-node-anchor';
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.wrapperStyle = exports.triggerWrapperStylesWithPadding = exports.triggerWrapperStyles = exports.separatorStyles = exports.disableBlueBorderStyles = exports.buttonGroupStyleBeforeVisualRefresh = exports.buttonGroupStyle = void 0;
7
7
  var _react = require("@emotion/react");
8
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
8
9
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
10
 
10
11
  /**
@@ -14,7 +14,9 @@ var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
14
14
  var _browser = require("../../utils/browser");
15
15
  var _codeBlock = require("./code-block");
16
16
  var _tableCell = require("./tableCell");
17
- var _templateObject, _templateObject2, _templateObject3; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
17
+ var _templateObject, _templateObject2, _templateObject3;
18
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
19
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
18
20
  var tableMarginTop = exports.tableMarginTop = 24;
19
21
  var tableMarginBottom = exports.tableMarginBottom = 16;
20
22
  var tableMarginTopWithControl = exports.tableMarginTopWithControl = 14;
@@ -7,6 +7,7 @@ exports.tableCellBackgroundStyleOverride = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _adfSchema = require("@atlaskit/adf-schema");
9
9
  var _editorPalette = require("@atlaskit/editor-palette");
10
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
10
11
  /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
11
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
13
 
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
24
24
  * @jsx jsx
25
25
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
26
26
  var packageName = "@atlaskit/editor-common";
27
- var packageVersion = "112.10.1";
27
+ var packageVersion = "112.11.1";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -13,6 +13,7 @@ var _react2 = require("@emotion/react");
13
13
  var _reactIntlNext = require("react-intl-next");
14
14
  var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
15
15
  var _excluded = ["children"];
16
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
16
17
  /**
17
18
  * @jsxRuntime classic
18
19
  * @jsx jsx
@@ -14,6 +14,7 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
14
14
  var _react = _interopRequireWildcard(require("react"));
15
15
  var _customThemeButton = _interopRequireDefault(require("@atlaskit/button/custom-theme-button"));
16
16
  var _platformFeatureFlagsReact = require("@atlaskit/platform-feature-flags-react");
17
+ var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
17
18
  var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
18
19
  var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
19
20
  var _Pulse = require("../Pulse/Pulse");
@@ -96,8 +97,8 @@ var FloatingToolbarButton = function FloatingToolbarButton(_ref, forwardedRef) {
96
97
  hideTooltipOnClick: hideTooltipOnClick,
97
98
  position: "top"
98
99
  }, /*#__PURE__*/_react.default.createElement("div", {
99
- onMouseEnter: onMouseEnter,
100
- onMouseLeave: onMouseLeave
100
+ onMouseEnter: (0, _expValEquals.expValEquals)('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? undefined : onMouseEnter,
101
+ onMouseLeave: (0, _expValEquals.expValEquals)('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? undefined : onMouseLeave
101
102
  }, /*#__PURE__*/_react.default.createElement(_Pulse.Pulse, {
102
103
  pulse: pulse || (spotlightConfig === null || spotlightConfig === void 0 ? void 0 : spotlightConfig.pulse)
103
104
  }, /*#__PURE__*/_react.default.createElement(_customThemeButton.default
@@ -149,6 +150,8 @@ var FloatingToolbarButton = function FloatingToolbarButton(_ref, forwardedRef) {
149
150
  isDisabled: disabled,
150
151
  testId: testId,
151
152
  interactionName: interactionName,
153
+ onMouseEnter: (0, _expValEquals.expValEquals)('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? onMouseEnter : undefined,
154
+ onMouseLeave: (0, _expValEquals.expValEquals)('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? onMouseLeave : undefined,
152
155
  onFocus: onFocus,
153
156
  onBlur: onBlur
154
157
  // @ts-ignore
@@ -221,17 +221,19 @@ var HoverLinkOverlay = function HoverLinkOverlay(_ref) {
221
221
  return (0, _react2.jsx)("span", {
222
222
  ref: containerRef,
223
223
  css: containerStyles,
224
- onDoubleClick: handleDoubleClick
225
- // eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
226
- ,
224
+ onDoubleClick: handleDoubleClick,
227
225
  onMouseEnter: function onMouseEnter() {
228
226
  return handleOverlayChange(true);
229
- }
230
- // eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
231
- ,
227
+ },
232
228
  onMouseLeave: function onMouseLeave() {
233
229
  return handleOverlayChange(false);
234
230
  }
231
+ // No-op focus/blur handlers to satisfy a11y/mouse-events-have-key-events rule.
232
+ // The hover overlay is a mouse convenience — keyboard users can access link actions
233
+ // (open, preview) via the floating toolbar that appears on selection.
234
+ ,
235
+ onFocus: (0, _expValEquals.expValEquals)('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? function () {} : undefined,
236
+ onBlur: (0, _expValEquals.expValEquals)('editor_a11y__enghealth-46814_fy26', 'isEnabled', true) ? function () {} : undefined
235
237
  }, children, (0, _react2.jsx)("span", {
236
238
  css: hiddenTextStyle,
237
239
  "aria-hidden": "true"
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.mediaLinkStyle = void 0;
7
7
  var _react = require("@emotion/react");
8
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
8
9
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
10
 
10
11
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -21,6 +21,7 @@ var _utils = require("../../utils");
21
21
  var _breakout = require("../../utils/breakout");
22
22
  var _excluded = ["children"];
23
23
  var _templateObject, _templateObject2, _templateObject3;
24
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
24
25
  /**
25
26
  * @jsxRuntime classic
26
27
  * @jsx jsx
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.sharedMultiBodiedExtensionStyles = exports.removeMarginsAndBorder = void 0;
7
7
  var _react = require("@emotion/react");
8
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
8
9
  /**
9
10
  * @jsxRuntime classic
10
11
  * @jsx jsx
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.panelTextInputWithCustomWidth = exports.panelTextInput = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
9
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
9
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
11
 
11
12
  // Normal .className gets overridden by input[type=text] hence this hack to produce input.className
@@ -8,7 +8,9 @@ exports.wrapperStyle = void 0;
8
8
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
9
  var _react = require("@emotion/react");
10
10
  var _styled = require("../MediaSingle/styled");
11
- var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
+ var _templateObject;
12
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
13
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
14
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
13
15
  var wrapperStyle = exports.wrapperStyle = function wrapperStyle(props) {
14
16
  return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t& > div {\n\t\t", ";\n\t\tposition: relative;\n\t\tclear: both;\n\n\t\t> div {\n\t\t\tposition: absolute;\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t}\n\t}\n"])), (0, _styled.MediaSingleDimensionHelper)(props));
@@ -7,6 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.clearNextSiblingMarginTopStyle = exports.clearNextSiblingBlockMarkMarginTopStyle = void 0;
8
8
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
9
  var _react = require("@emotion/react");
10
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
10
11
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
12
 
12
13
  // We use !important to ensure next sibling gets the margin reset no matter what
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.buttonWrapperStyle = exports.buttonStyle = void 0;
7
7
  var _react = require("@emotion/react");
8
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
8
9
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
10
 
10
11
  /** this is not new usage - old code extracted from editor-core */
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.colorPaletteWrapper = void 0;
7
7
  var _react = require("@emotion/react");
8
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
8
9
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
10
 
10
11
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
-
3
2
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
4
3
  const IconCardGlyph = ({
5
4
  'aria-label': ariaLabel,
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
-
3
2
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
4
3
  const IconEmbedGlyph = ({
5
4
  'aria-label': ariaLabel,
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
-
3
2
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
4
3
  const IconInlineGlyph = ({
5
4
  'aria-label': ariaLabel,
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
-
3
2
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
4
3
  const IconUrlGlyph = ({
5
4
  'aria-label': ariaLabel,
@@ -1,3 +1,5 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
2
+
1
3
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
4
  import { css } from '@emotion/react';
3
5
  import { participantColors } from '@atlaskit/editor-shared-styles';
@@ -1,4 +1,5 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
2
3
  /**
3
4
  * @jsxRuntime classic
4
5
  * @jsx jsx
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
1
2
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css } from '@emotion/react';
3
4
  import { wrapperDefault } from '../styles';
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
1
2
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css } from '@emotion/react';
3
4
  import { wrapperDefault } from '../styles';
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
1
2
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css } from '@emotion/react';
3
4
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
1
2
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css } from '@emotion/react';
3
4
  import { wrapperDefault } from '../Extension/styles';
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
-
3
2
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
4
3
  const BorderIconGlyph = ({
5
4
  'aria-label': ariaLabel,
@@ -4,7 +4,6 @@ import _extends from "@babel/runtime/helpers/extends";
4
4
  * @jsx jsx
5
5
  */
6
6
  import { useCallback } from 'react';
7
-
8
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
8
  import { jsx } from '@emotion/react';
10
9
  import { useIntl } from 'react-intl-next';
@@ -3,7 +3,6 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import { useCallback, useLayoutEffect, useState } from 'react';
6
-
7
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
7
  import { css, jsx } from '@emotion/react';
9
8
  import { useIntl } from 'react-intl-next';
@@ -1,4 +1,5 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
2
3
  /**
3
4
  * @jsxRuntime classic
4
5
  * @jsx jsx
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
1
2
  /**
2
3
  * @jsxRuntime classic
3
4
  * @jsx jsx
@@ -1,11 +1,12 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
1
2
  /**
2
3
  * @jsxRuntime classic
3
4
  * @jsx jsx
4
5
  */
5
6
  import React, { forwardRef, Fragment, useCallback } from 'react';
6
-
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
8
  import { css, jsx } from '@emotion/react';
9
+
9
10
  // AFP-2532 TODO: Fix automatic suppressions below
10
11
  // eslint-disable-next-line @atlassian/tangerine/import/entry-points
11
12
 
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
1
2
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css } from '@emotion/react';
3
4
  import { RECENT_SEARCH_WIDTH_IN_PX, RECENT_SEARCH_WIDTH_WITHOUT_ITEMS_IN_PX } from '../../ui';
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import React from 'react';
4
4
  import { WithProviders } from '../../provider-factory';
5
+
5
6
  // eslint-disable-next-line no-duplicate-imports
6
7
 
7
8
  export default function withActivityProvider(WrappedComponent) {
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
1
2
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css } from '@emotion/react';
3
4
  import { DEFAULT_INLINE_IMAGE_ASPECT_RATIO, DEFAULT_INLINE_IMAGE_BORDER_SIZE, referenceHeights } from './constants';
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Pre-existing lint debt surfaced by this mechanical type-import-only PR. */
1
2
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css } from '@emotion/react';
3
4
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -3,7 +3,6 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import { forwardRef, useEffect, useMemo, useState } from 'react';
6
-
7
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
7
  import { css, jsx } from '@emotion/react';
9
8
  import debounce from 'lodash/debounce';
@@ -4,7 +4,7 @@ import { isFedRamp } from './environment';
4
4
  import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
5
5
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
6
6
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
7
- const packageVersion = "112.10.1";
7
+ const packageVersion = "112.11.1";
8
8
  const sanitiseSentryEvents = (data, _hint) => {
9
9
  // Remove URL as it has UGC
10
10
  // Ignored via go/ees007