@atlaskit/editor-common 107.20.1 → 107.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (343) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/afm-cc/tsconfig.json +8 -5
  3. package/afm-dev-agents/tsconfig.json +3 -0
  4. package/afm-jira/tsconfig.json +3 -0
  5. package/afm-passionfruit/tsconfig.json +186 -0
  6. package/afm-post-office/tsconfig.json +3 -0
  7. package/afm-rovo-extension/tsconfig.json +3 -0
  8. package/afm-townsquare/tsconfig.json +3 -0
  9. package/dist/cjs/commands/index.js +100 -3
  10. package/dist/cjs/element-browser/components/ElementList/ElementList.js +2 -1
  11. package/dist/cjs/expand/index.js +1 -0
  12. package/dist/cjs/i18n/cs.js +14 -0
  13. package/dist/cjs/i18n/da.js +14 -0
  14. package/dist/cjs/i18n/de.js +14 -0
  15. package/dist/cjs/i18n/en.js +8 -0
  16. package/dist/cjs/i18n/en_GB.js +8 -0
  17. package/dist/cjs/i18n/en_ZZ.js +21 -0
  18. package/dist/cjs/i18n/es.js +14 -0
  19. package/dist/cjs/i18n/fi.js +14 -0
  20. package/dist/cjs/i18n/fr.js +15 -0
  21. package/dist/cjs/i18n/hr.js +14 -0
  22. package/dist/cjs/i18n/hu.js +14 -0
  23. package/dist/cjs/i18n/it.js +14 -0
  24. package/dist/cjs/i18n/ja.js +14 -0
  25. package/dist/cjs/i18n/ko.js +14 -0
  26. package/dist/cjs/i18n/nb.js +15 -0
  27. package/dist/cjs/i18n/nl.js +14 -0
  28. package/dist/cjs/i18n/pl.js +14 -0
  29. package/dist/cjs/i18n/pt_BR.js +14 -0
  30. package/dist/cjs/i18n/ru.js +14 -0
  31. package/dist/cjs/i18n/sl.js +14 -0
  32. package/dist/cjs/i18n/sr_RS.js +16 -0
  33. package/dist/cjs/i18n/sr_YR.js +16 -0
  34. package/dist/cjs/i18n/sv.js +14 -0
  35. package/dist/cjs/i18n/th.js +14 -0
  36. package/dist/cjs/i18n/tr.js +14 -0
  37. package/dist/cjs/i18n/uk.js +14 -0
  38. package/dist/cjs/i18n/vi.js +14 -0
  39. package/dist/cjs/i18n/zh.js +14 -0
  40. package/dist/cjs/i18n/zh_TW.js +14 -0
  41. package/dist/cjs/media-single/CommentBadge.js +2 -1
  42. package/dist/cjs/monitoring/error.js +4 -2
  43. package/dist/cjs/portal/PortalBucket.js +1 -0
  44. package/dist/cjs/portal/PortalManager.js +12 -0
  45. package/dist/cjs/preset/builder.js +1 -0
  46. package/dist/cjs/toolbar/EditorToolbarUIProvider.js +28 -0
  47. package/dist/cjs/toolbar/index.js +69 -1
  48. package/dist/cjs/toolbar/keys.js +32 -2
  49. package/dist/cjs/toolbar/rank.js +9 -2
  50. package/dist/cjs/toolbar/utils.js +12 -0
  51. package/dist/cjs/ui/DropList/index.js +1 -1
  52. package/dist/cjs/ui/TableSelector/table-selector.js +2 -1
  53. package/dist/cjs/ui-react/with-react-editor-view-outer-listeners.js +6 -2
  54. package/dist/cjs/utils/compareNodes.js +6 -2
  55. package/dist/es2019/commands/index.js +93 -0
  56. package/dist/es2019/element-browser/components/ElementList/ElementList.js +2 -1
  57. package/dist/es2019/expand/index.js +1 -0
  58. package/dist/es2019/i18n/cs.js +14 -0
  59. package/dist/es2019/i18n/da.js +14 -0
  60. package/dist/es2019/i18n/de.js +14 -0
  61. package/dist/es2019/i18n/en.js +8 -0
  62. package/dist/es2019/i18n/en_GB.js +8 -0
  63. package/dist/es2019/i18n/en_ZZ.js +21 -0
  64. package/dist/es2019/i18n/es.js +14 -0
  65. package/dist/es2019/i18n/fi.js +14 -0
  66. package/dist/es2019/i18n/fr.js +15 -0
  67. package/dist/es2019/i18n/hr.js +14 -0
  68. package/dist/es2019/i18n/hu.js +14 -0
  69. package/dist/es2019/i18n/it.js +14 -0
  70. package/dist/es2019/i18n/ja.js +14 -0
  71. package/dist/es2019/i18n/ko.js +14 -0
  72. package/dist/es2019/i18n/nb.js +15 -0
  73. package/dist/es2019/i18n/nl.js +14 -0
  74. package/dist/es2019/i18n/pl.js +14 -0
  75. package/dist/es2019/i18n/pt_BR.js +14 -0
  76. package/dist/es2019/i18n/ru.js +14 -0
  77. package/dist/es2019/i18n/sl.js +14 -0
  78. package/dist/es2019/i18n/sr_RS.js +16 -0
  79. package/dist/es2019/i18n/sr_YR.js +16 -0
  80. package/dist/es2019/i18n/sv.js +14 -0
  81. package/dist/es2019/i18n/th.js +14 -0
  82. package/dist/es2019/i18n/tr.js +14 -0
  83. package/dist/es2019/i18n/uk.js +14 -0
  84. package/dist/es2019/i18n/vi.js +14 -0
  85. package/dist/es2019/i18n/zh.js +14 -0
  86. package/dist/es2019/i18n/zh_TW.js +14 -0
  87. package/dist/es2019/media-single/CommentBadge.js +2 -1
  88. package/dist/es2019/monitoring/error.js +4 -1
  89. package/dist/es2019/portal/PortalBucket.js +1 -0
  90. package/dist/es2019/portal/PortalManager.js +12 -0
  91. package/dist/es2019/preset/builder.js +1 -0
  92. package/dist/es2019/toolbar/EditorToolbarUIProvider.js +22 -0
  93. package/dist/es2019/toolbar/index.js +5 -3
  94. package/dist/es2019/toolbar/keys.js +31 -1
  95. package/dist/es2019/toolbar/rank.js +17 -1
  96. package/dist/es2019/toolbar/utils.js +6 -0
  97. package/dist/es2019/ui/DropList/index.js +1 -1
  98. package/dist/es2019/ui/TableSelector/table-selector.js +2 -1
  99. package/dist/es2019/ui-react/with-react-editor-view-outer-listeners.js +6 -2
  100. package/dist/es2019/utils/compareNodes.js +6 -2
  101. package/dist/esm/commands/index.js +97 -0
  102. package/dist/esm/element-browser/components/ElementList/ElementList.js +2 -1
  103. package/dist/esm/expand/index.js +1 -0
  104. package/dist/esm/i18n/cs.js +14 -0
  105. package/dist/esm/i18n/da.js +14 -0
  106. package/dist/esm/i18n/de.js +14 -0
  107. package/dist/esm/i18n/en.js +8 -0
  108. package/dist/esm/i18n/en_GB.js +8 -0
  109. package/dist/esm/i18n/en_ZZ.js +21 -0
  110. package/dist/esm/i18n/es.js +14 -0
  111. package/dist/esm/i18n/fi.js +14 -0
  112. package/dist/esm/i18n/fr.js +15 -0
  113. package/dist/esm/i18n/hr.js +14 -0
  114. package/dist/esm/i18n/hu.js +14 -0
  115. package/dist/esm/i18n/it.js +14 -0
  116. package/dist/esm/i18n/ja.js +14 -0
  117. package/dist/esm/i18n/ko.js +14 -0
  118. package/dist/esm/i18n/nb.js +15 -0
  119. package/dist/esm/i18n/nl.js +14 -0
  120. package/dist/esm/i18n/pl.js +14 -0
  121. package/dist/esm/i18n/pt_BR.js +14 -0
  122. package/dist/esm/i18n/ru.js +14 -0
  123. package/dist/esm/i18n/sl.js +14 -0
  124. package/dist/esm/i18n/sr_RS.js +16 -0
  125. package/dist/esm/i18n/sr_YR.js +16 -0
  126. package/dist/esm/i18n/sv.js +14 -0
  127. package/dist/esm/i18n/th.js +14 -0
  128. package/dist/esm/i18n/tr.js +14 -0
  129. package/dist/esm/i18n/uk.js +14 -0
  130. package/dist/esm/i18n/vi.js +14 -0
  131. package/dist/esm/i18n/zh.js +14 -0
  132. package/dist/esm/i18n/zh_TW.js +14 -0
  133. package/dist/esm/media-single/CommentBadge.js +2 -1
  134. package/dist/esm/monitoring/error.js +4 -2
  135. package/dist/esm/portal/PortalBucket.js +1 -0
  136. package/dist/esm/portal/PortalManager.js +12 -0
  137. package/dist/esm/preset/builder.js +1 -0
  138. package/dist/esm/toolbar/EditorToolbarUIProvider.js +20 -0
  139. package/dist/esm/toolbar/index.js +5 -3
  140. package/dist/esm/toolbar/keys.js +31 -1
  141. package/dist/esm/toolbar/rank.js +9 -2
  142. package/dist/esm/toolbar/utils.js +6 -0
  143. package/dist/esm/ui/DropList/index.js +1 -1
  144. package/dist/esm/ui/TableSelector/table-selector.js +2 -1
  145. package/dist/esm/ui-react/with-react-editor-view-outer-listeners.js +6 -2
  146. package/dist/esm/utils/compareNodes.js +6 -2
  147. package/dist/types/analytics/types/events.d.ts +0 -1
  148. package/dist/types/annotation/index.d.ts +0 -3
  149. package/dist/types/card/LinkToolbarButtonGroup.d.ts +0 -1
  150. package/dist/types/card/link-toolbar-button-group-options.d.ts +0 -1
  151. package/dist/types/commands/index.d.ts +18 -2
  152. package/dist/types/commands/insert-block.d.ts +1 -1
  153. package/dist/types/element-browser/components/ElementList/EmptyState.d.ts +0 -1
  154. package/dist/types/element-browser/components/ElementList/NotFoundIllustration.d.ts +0 -1
  155. package/dist/types/element-browser/components/ElementSearch.d.ts +1 -1
  156. package/dist/types/element-browser/components/StatelessElementBrowser.d.ts +8 -8
  157. package/dist/types/element-browser/components/ViewMore.d.ts +0 -1
  158. package/dist/types/element-browser/hooks/use-focus.d.ts +0 -1
  159. package/dist/types/extensibility/Extension/Extension/index.d.ts +10 -10
  160. package/dist/types/extensions/extension-handlers.d.ts +2 -2
  161. package/dist/types/extensions/types/extension-handler.d.ts +0 -1
  162. package/dist/types/extensions/types/extension-manifest-toolbar-item.d.ts +0 -1
  163. package/dist/types/extensions/types/field-definitions.d.ts +0 -1
  164. package/dist/types/floating-toolbar/DropdownMenuItem.d.ts +0 -1
  165. package/dist/types/floating-toolbar/index.d.ts +1 -1
  166. package/dist/types/guideline/updateGuideline.d.ts +2 -2
  167. package/dist/types/i18n/cs.d.ts +14 -0
  168. package/dist/types/i18n/da.d.ts +14 -0
  169. package/dist/types/i18n/de.d.ts +14 -0
  170. package/dist/types/i18n/en.d.ts +8 -0
  171. package/dist/types/i18n/en_GB.d.ts +8 -0
  172. package/dist/types/i18n/en_ZZ.d.ts +21 -0
  173. package/dist/types/i18n/es.d.ts +14 -0
  174. package/dist/types/i18n/fi.d.ts +14 -0
  175. package/dist/types/i18n/fr.d.ts +15 -0
  176. package/dist/types/i18n/hr.d.ts +14 -0
  177. package/dist/types/i18n/hu.d.ts +14 -0
  178. package/dist/types/i18n/it.d.ts +14 -0
  179. package/dist/types/i18n/ja.d.ts +14 -0
  180. package/dist/types/i18n/ko.d.ts +14 -0
  181. package/dist/types/i18n/nb.d.ts +15 -0
  182. package/dist/types/i18n/nl.d.ts +14 -0
  183. package/dist/types/i18n/pl.d.ts +14 -0
  184. package/dist/types/i18n/pt_BR.d.ts +14 -0
  185. package/dist/types/i18n/ru.d.ts +14 -0
  186. package/dist/types/i18n/sl.d.ts +14 -0
  187. package/dist/types/i18n/sr_RS.d.ts +16 -0
  188. package/dist/types/i18n/sr_YR.d.ts +16 -0
  189. package/dist/types/i18n/sv.d.ts +14 -0
  190. package/dist/types/i18n/th.d.ts +14 -0
  191. package/dist/types/i18n/tr.d.ts +14 -0
  192. package/dist/types/i18n/uk.d.ts +14 -0
  193. package/dist/types/i18n/vi.d.ts +14 -0
  194. package/dist/types/i18n/zh.d.ts +14 -0
  195. package/dist/types/i18n/zh_TW.d.ts +14 -0
  196. package/dist/types/icons/shared/DynamicStrokeIconDecoration.d.ts +0 -1
  197. package/dist/types/icons/shared/SteppedRainbowIconDecoration.d.ts +0 -1
  198. package/dist/types/keymaps/index.d.ts +2 -2
  199. package/dist/types/lazy-node-view/css-helper.d.ts +0 -1
  200. package/dist/types/link/ConfigureLinkOverlay/StyledButton.d.ts +1 -2
  201. package/dist/types/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +1 -1
  202. package/dist/types/link/LinkPicker/EditorLinkPicker/useEscapeClickaway.d.ts +5 -2
  203. package/dist/types/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +1 -1
  204. package/dist/types/mark/commands.d.ts +1 -1
  205. package/dist/types/media-inline/inline-image-card.d.ts +6 -7
  206. package/dist/types/media-inline/media-inline-image-card.d.ts +0 -1
  207. package/dist/types/media-inline/views/error-view.d.ts +0 -1
  208. package/dist/types/media-inline/views/frame.d.ts +0 -1
  209. package/dist/types/media-inline/views/icon-wrapper.d.ts +0 -1
  210. package/dist/types/media-single/CommentBadge.d.ts +0 -1
  211. package/dist/types/monitoring/error.d.ts +1 -1
  212. package/dist/types/portal/PortalManager.d.ts +0 -1
  213. package/dist/types/provider-factory/context.d.ts +2 -2
  214. package/dist/types/provider-helpers/combine-providers.d.ts +1 -1
  215. package/dist/types/resizer/BreakoutResizer.d.ts +1 -1
  216. package/dist/types/resizer/Resizer.d.ts +1 -1
  217. package/dist/types/resizer/types.d.ts +0 -1
  218. package/dist/types/styles/shared/headings.d.ts +1 -1
  219. package/dist/types/styles/shared/paragraph.d.ts +1 -1
  220. package/dist/types/styles/shared/table.d.ts +1 -1
  221. package/dist/types/table/SortingIcon.d.ts +0 -1
  222. package/dist/types/toolbar/EditorToolbarUIProvider.d.ts +6 -0
  223. package/dist/types/toolbar/index.d.ts +4 -2
  224. package/dist/types/toolbar/keys.d.ts +25 -0
  225. package/dist/types/toolbar/rank.d.ts +15 -0
  226. package/dist/types/toolbar/utils.d.ts +3 -0
  227. package/dist/types/types/annotation/index.d.ts +0 -1
  228. package/dist/types/types/empty-state-handler.d.ts +0 -1
  229. package/dist/types/types/hyperlink.d.ts +0 -1
  230. package/dist/types/ui/HoverLinkOverlay/types.d.ts +0 -1
  231. package/dist/types/ui/IntlProviderIfMissingWrapper/index.d.ts +0 -1
  232. package/dist/types/ui/MediaSingle/grid.d.ts +6 -6
  233. package/dist/types/ui/OverflowShadow/index.d.ts +10 -10
  234. package/dist/types/ui/Toolbar/ExpandIcon.d.ts +0 -1
  235. package/dist/types/ui/Toolbar/Separator.d.ts +0 -1
  236. package/dist/types/ui-menu/ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider/index.d.ts +1 -1
  237. package/dist/types/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.d.ts +1 -1
  238. package/dist/types/ui-menu/ArrowKeyNavigationProvider/types.d.ts +0 -1
  239. package/dist/types/ui-menu/ColorPickerButton/index.d.ts +14 -14
  240. package/dist/types/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +6 -6
  241. package/dist/types/ui-menu/ToolbarButton/index.d.ts +23 -23
  242. package/dist/types/utils/breakout.d.ts +2 -2
  243. package/dist/types/utils/track-unsupported-content.d.ts +1 -1
  244. package/dist/types/utils/unsupportedContent/get-unsupported-content-level-data.d.ts +1 -1
  245. package/dist/types-ts4.5/analytics/types/events.d.ts +0 -1
  246. package/dist/types-ts4.5/annotation/index.d.ts +0 -3
  247. package/dist/types-ts4.5/card/LinkToolbarButtonGroup.d.ts +0 -1
  248. package/dist/types-ts4.5/card/link-toolbar-button-group-options.d.ts +0 -1
  249. package/dist/types-ts4.5/commands/index.d.ts +18 -2
  250. package/dist/types-ts4.5/commands/insert-block.d.ts +1 -1
  251. package/dist/types-ts4.5/element-browser/components/ElementList/EmptyState.d.ts +0 -1
  252. package/dist/types-ts4.5/element-browser/components/ElementList/NotFoundIllustration.d.ts +0 -1
  253. package/dist/types-ts4.5/element-browser/components/ElementSearch.d.ts +1 -1
  254. package/dist/types-ts4.5/element-browser/components/StatelessElementBrowser.d.ts +8 -8
  255. package/dist/types-ts4.5/element-browser/components/ViewMore.d.ts +0 -1
  256. package/dist/types-ts4.5/element-browser/hooks/use-focus.d.ts +0 -1
  257. package/dist/types-ts4.5/extensibility/Extension/Extension/index.d.ts +10 -10
  258. package/dist/types-ts4.5/extensions/extension-handlers.d.ts +2 -2
  259. package/dist/types-ts4.5/extensions/types/extension-handler.d.ts +0 -1
  260. package/dist/types-ts4.5/extensions/types/extension-manifest-toolbar-item.d.ts +0 -1
  261. package/dist/types-ts4.5/extensions/types/field-definitions.d.ts +0 -1
  262. package/dist/types-ts4.5/floating-toolbar/DropdownMenuItem.d.ts +0 -1
  263. package/dist/types-ts4.5/floating-toolbar/index.d.ts +1 -1
  264. package/dist/types-ts4.5/guideline/updateGuideline.d.ts +2 -2
  265. package/dist/types-ts4.5/i18n/cs.d.ts +14 -0
  266. package/dist/types-ts4.5/i18n/da.d.ts +14 -0
  267. package/dist/types-ts4.5/i18n/de.d.ts +14 -0
  268. package/dist/types-ts4.5/i18n/en.d.ts +8 -0
  269. package/dist/types-ts4.5/i18n/en_GB.d.ts +8 -0
  270. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +21 -0
  271. package/dist/types-ts4.5/i18n/es.d.ts +14 -0
  272. package/dist/types-ts4.5/i18n/fi.d.ts +14 -0
  273. package/dist/types-ts4.5/i18n/fr.d.ts +15 -0
  274. package/dist/types-ts4.5/i18n/hr.d.ts +14 -0
  275. package/dist/types-ts4.5/i18n/hu.d.ts +14 -0
  276. package/dist/types-ts4.5/i18n/it.d.ts +14 -0
  277. package/dist/types-ts4.5/i18n/ja.d.ts +14 -0
  278. package/dist/types-ts4.5/i18n/ko.d.ts +14 -0
  279. package/dist/types-ts4.5/i18n/nb.d.ts +15 -0
  280. package/dist/types-ts4.5/i18n/nl.d.ts +14 -0
  281. package/dist/types-ts4.5/i18n/pl.d.ts +14 -0
  282. package/dist/types-ts4.5/i18n/pt_BR.d.ts +14 -0
  283. package/dist/types-ts4.5/i18n/ru.d.ts +14 -0
  284. package/dist/types-ts4.5/i18n/sl.d.ts +14 -0
  285. package/dist/types-ts4.5/i18n/sr_RS.d.ts +16 -0
  286. package/dist/types-ts4.5/i18n/sr_YR.d.ts +16 -0
  287. package/dist/types-ts4.5/i18n/sv.d.ts +14 -0
  288. package/dist/types-ts4.5/i18n/th.d.ts +14 -0
  289. package/dist/types-ts4.5/i18n/tr.d.ts +14 -0
  290. package/dist/types-ts4.5/i18n/uk.d.ts +14 -0
  291. package/dist/types-ts4.5/i18n/vi.d.ts +14 -0
  292. package/dist/types-ts4.5/i18n/zh.d.ts +14 -0
  293. package/dist/types-ts4.5/i18n/zh_TW.d.ts +14 -0
  294. package/dist/types-ts4.5/icons/shared/DynamicStrokeIconDecoration.d.ts +0 -1
  295. package/dist/types-ts4.5/icons/shared/SteppedRainbowIconDecoration.d.ts +0 -1
  296. package/dist/types-ts4.5/keymaps/index.d.ts +2 -2
  297. package/dist/types-ts4.5/lazy-node-view/css-helper.d.ts +0 -1
  298. package/dist/types-ts4.5/link/ConfigureLinkOverlay/StyledButton.d.ts +1 -2
  299. package/dist/types-ts4.5/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +1 -1
  300. package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/useEscapeClickaway.d.ts +5 -2
  301. package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +1 -1
  302. package/dist/types-ts4.5/mark/commands.d.ts +1 -1
  303. package/dist/types-ts4.5/media-inline/inline-image-card.d.ts +6 -7
  304. package/dist/types-ts4.5/media-inline/media-inline-image-card.d.ts +0 -1
  305. package/dist/types-ts4.5/media-inline/views/error-view.d.ts +0 -1
  306. package/dist/types-ts4.5/media-inline/views/frame.d.ts +0 -1
  307. package/dist/types-ts4.5/media-inline/views/icon-wrapper.d.ts +0 -1
  308. package/dist/types-ts4.5/media-single/CommentBadge.d.ts +0 -1
  309. package/dist/types-ts4.5/monitoring/error.d.ts +1 -1
  310. package/dist/types-ts4.5/portal/PortalManager.d.ts +0 -1
  311. package/dist/types-ts4.5/provider-factory/context.d.ts +2 -2
  312. package/dist/types-ts4.5/provider-helpers/combine-providers.d.ts +1 -1
  313. package/dist/types-ts4.5/resizer/BreakoutResizer.d.ts +1 -1
  314. package/dist/types-ts4.5/resizer/Resizer.d.ts +1 -1
  315. package/dist/types-ts4.5/resizer/types.d.ts +0 -1
  316. package/dist/types-ts4.5/styles/shared/headings.d.ts +1 -1
  317. package/dist/types-ts4.5/styles/shared/paragraph.d.ts +1 -1
  318. package/dist/types-ts4.5/styles/shared/table.d.ts +1 -1
  319. package/dist/types-ts4.5/table/SortingIcon.d.ts +0 -1
  320. package/dist/types-ts4.5/toolbar/EditorToolbarUIProvider.d.ts +6 -0
  321. package/dist/types-ts4.5/toolbar/index.d.ts +4 -2
  322. package/dist/types-ts4.5/toolbar/keys.d.ts +25 -0
  323. package/dist/types-ts4.5/toolbar/rank.d.ts +15 -0
  324. package/dist/types-ts4.5/toolbar/utils.d.ts +3 -0
  325. package/dist/types-ts4.5/types/annotation/index.d.ts +0 -1
  326. package/dist/types-ts4.5/types/empty-state-handler.d.ts +0 -1
  327. package/dist/types-ts4.5/types/hyperlink.d.ts +0 -1
  328. package/dist/types-ts4.5/ui/HoverLinkOverlay/types.d.ts +0 -1
  329. package/dist/types-ts4.5/ui/IntlProviderIfMissingWrapper/index.d.ts +0 -1
  330. package/dist/types-ts4.5/ui/MediaSingle/grid.d.ts +6 -6
  331. package/dist/types-ts4.5/ui/OverflowShadow/index.d.ts +10 -10
  332. package/dist/types-ts4.5/ui/Toolbar/ExpandIcon.d.ts +0 -1
  333. package/dist/types-ts4.5/ui/Toolbar/Separator.d.ts +0 -1
  334. package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider/index.d.ts +1 -1
  335. package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.d.ts +1 -1
  336. package/dist/types-ts4.5/ui-menu/ArrowKeyNavigationProvider/types.d.ts +0 -1
  337. package/dist/types-ts4.5/ui-menu/ColorPickerButton/index.d.ts +14 -14
  338. package/dist/types-ts4.5/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +6 -6
  339. package/dist/types-ts4.5/ui-menu/ToolbarButton/index.d.ts +23 -23
  340. package/dist/types-ts4.5/utils/breakout.d.ts +2 -2
  341. package/dist/types-ts4.5/utils/track-unsupported-content.d.ts +1 -1
  342. package/dist/types-ts4.5/utils/unsupportedContent/get-unsupported-content-level-data.d.ts +1 -1
  343. package/package.json +6 -4
@@ -19,6 +19,7 @@ var _default = exports.default = {
19
19
  'editor.extension.legacyContentHeader': 'Starejša vsebina',
20
20
  'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Ta vsebina ima omejeno funkcionalnost,',
21
21
  'editor.extension.legacyContentHeader.learnMore': 'Izvedite več',
22
+ 'editor.trackChanges.toolbarIconLabel': 'Sledenje spremembam',
22
23
  'fablric.editor.viewAllInserts': 'Ogled vseh vstavkov',
23
24
  'fabric.editor.action': 'Element dejanja',
24
25
  'fabric.editor.action.description': 'Ustvarjanje in dodelitev elementov dejanj',
@@ -297,11 +298,24 @@ var _default = exports.default = {
297
298
  'fabric.editor.ai.selectionToolbar.define.title': 'Določitev',
298
299
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
299
300
  'fabric.editor.ai.toolbar.askAI.title': 'Vprašaj AI',
301
+ 'fabric.editor.ai.toolbar.askRovo.title': 'Vprašajte agenta Rovo',
300
302
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Vprašajte Rovo UI',
303
+ 'fabric.editor.ai.toolbar.changeTone.title': 'Sprememba tona',
304
+ 'fabric.editor.ai.toolbar.changeToneOptions.title': 'Spremeni možnosti tona',
301
305
  'fabric.editor.ai.toolbar.improveWriting.title': 'Izboljšanje zapisa',
302
306
  'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Naročite orodju Atlassian Intelligence, naj izboljša zapis vašega izbora',
307
+ 'fabric.editor.ai.toolbar.makeLonger.title': 'Naredi daljše',
308
+ 'fabric.editor.ai.toolbar.makeShorter.title': 'Skrajšaj',
309
+ 'fabric.editor.ai.toolbar.moreCasualTone.title': 'Bolj sproščen',
310
+ 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Bolj empatičen',
311
+ 'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Bolj profesionalen',
312
+ 'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Več možnosti Rovo',
303
313
  'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
314
+ 'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Popravi črkovanje in slovnico',
315
+ 'fabric.editor.ai.toolbar.summarize.title': 'Povzemi',
304
316
  'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
317
+ 'fabric.editor.ai.toolbar.translate.title': 'Prevedi',
318
+ 'fabric.editor.ai.toolbar.translateOptions.label': 'Možnosti prevoda',
305
319
  'fabric.editor.ai.toolbar.tryAI.title': 'Preizkusite AI',
306
320
  'fabric.editor.ai.toolbar.tryAI.tooltip': 'Odpre Atlassian Intelligence',
307
321
  'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Vprašaj AI {key}+'",
@@ -19,6 +19,7 @@ var _default = exports.default = {
19
19
  'editor.extension.legacyContentHeader': 'Zastareli sadržaj',
20
20
  'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Ovaj sadržaj ima ograničenu funkcionalnost,',
21
21
  'editor.extension.legacyContentHeader.learnMore': 'Saznajte više',
22
+ 'editor.trackChanges.toolbarIconLabel': 'Praćenje promena',
22
23
  'fablric.editor.viewAllInserts': 'Prikaži sva umetanja',
23
24
  'fabric.editor.action': 'Stavka zadatka',
24
25
  'fabric.editor.action.description': 'Napravite i dodelite stavke zadataka',
@@ -299,10 +300,24 @@ var _default = exports.default = {
299
300
  'fabric.editor.ai.selectionToolbar.define.title': 'Definiši',
300
301
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
301
302
  'fabric.editor.ai.toolbar.askAI.title': 'Pitajte AI',
303
+ 'fabric.editor.ai.toolbar.askRovo.title': 'Pitaj Rovo',
304
+ 'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Pitajte Rovo AI',
305
+ 'fabric.editor.ai.toolbar.changeTone.title': 'Promenite ton',
306
+ 'fabric.editor.ai.toolbar.changeToneOptions.title': 'Promenite opcije tona',
302
307
  'fabric.editor.ai.toolbar.improveWriting.title': 'Poboljšajte pisanje',
303
308
  'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Recite Atlassian Intelligence da poboljša stil izabranog teksta',
309
+ 'fabric.editor.ai.toolbar.makeLonger.title': 'Produži sadržaj',
310
+ 'fabric.editor.ai.toolbar.makeShorter.title': 'Skrati sadržaj',
311
+ 'fabric.editor.ai.toolbar.moreCasualTone.title': 'Neformalnije',
312
+ 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Empatičnije',
313
+ 'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Profesionalnije',
314
+ 'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Više Rovo opcija',
304
315
  'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
316
+ 'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Ispravi pravopis i gramatiku',
317
+ 'fabric.editor.ai.toolbar.summarize.title': 'Rezime',
305
318
  'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
319
+ 'fabric.editor.ai.toolbar.translate.title': 'Prevod',
320
+ 'fabric.editor.ai.toolbar.translateOptions.label': 'Opcije za prevod',
306
321
  'fabric.editor.ai.toolbar.tryAI.title': 'Isprobajte AI',
307
322
  'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otvorite Atlassian Intelligence',
308
323
  'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pitajte AI {key}+'",
@@ -692,6 +707,7 @@ var _default = exports.default = {
692
707
  'fabric.editor.panel.custom': 'Prilagođeno',
693
708
  'fabric.editor.panel.emoji': 'Dodaj emotikone',
694
709
  'fabric.editor.panel.panelsGroup': 'Tipovi panela',
710
+ 'fabric.editor.panelButtonTitle': 'Panel',
695
711
  'fabric.editor.pasteOptions': 'Opcije lepljenja',
696
712
  'fabric.editor.pastePlainText': 'Nalepi čist tekst',
697
713
  'fabric.editor.placeholderAltText': 'Opišite sliku alternativnim tekstom',
@@ -19,6 +19,7 @@ var _default = exports.default = {
19
19
  'editor.extension.legacyContentHeader': 'Застарели садржај',
20
20
  'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Овај садржај има ограничену функционалност,',
21
21
  'editor.extension.legacyContentHeader.learnMore': 'Сазнајте више',
22
+ 'editor.trackChanges.toolbarIconLabel': 'Праћење промена',
22
23
  'fablric.editor.viewAllInserts': 'Прикажи сва уметања',
23
24
  'fabric.editor.action': 'Ставка задатка',
24
25
  'fabric.editor.action.description': 'Направите и доделите ставке задатака',
@@ -299,10 +300,24 @@ var _default = exports.default = {
299
300
  'fabric.editor.ai.selectionToolbar.define.title': 'Дефиниши',
300
301
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
301
302
  'fabric.editor.ai.toolbar.askAI.title': 'Питајте AI',
303
+ 'fabric.editor.ai.toolbar.askRovo.title': 'Питај Rovo',
304
+ 'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Питајте Rovo AI',
305
+ 'fabric.editor.ai.toolbar.changeTone.title': 'Промените тон',
306
+ 'fabric.editor.ai.toolbar.changeToneOptions.title': 'Промените опције тона',
302
307
  'fabric.editor.ai.toolbar.improveWriting.title': 'Побољшајте писање',
303
308
  'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Реците Atlassian Intelligence да побољша стил изабраног текста',
309
+ 'fabric.editor.ai.toolbar.makeLonger.title': 'Продужи садржај',
310
+ 'fabric.editor.ai.toolbar.makeShorter.title': 'Скрати садржај',
311
+ 'fabric.editor.ai.toolbar.moreCasualTone.title': 'Неформалније',
312
+ 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Емпатичније',
313
+ 'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Професионалније',
314
+ 'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Више Rovo опција',
304
315
  'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
316
+ 'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Исправи правопис и граматику',
317
+ 'fabric.editor.ai.toolbar.summarize.title': 'Резиме',
305
318
  'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
319
+ 'fabric.editor.ai.toolbar.translate.title': 'Превод',
320
+ 'fabric.editor.ai.toolbar.translateOptions.label': 'Опције за превод',
306
321
  'fabric.editor.ai.toolbar.tryAI.title': 'Испробајте AI',
307
322
  'fabric.editor.ai.toolbar.tryAI.tooltip': 'Отворите Atlassian Intelligence',
308
323
  'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Питајте AI {key}+'",
@@ -692,6 +707,7 @@ var _default = exports.default = {
692
707
  'fabric.editor.panel.custom': 'Прилагођено',
693
708
  'fabric.editor.panel.emoji': 'Додај емотикон',
694
709
  'fabric.editor.panel.panelsGroup': 'Типови панела',
710
+ 'fabric.editor.panelButtonTitle': 'Панел',
695
711
  'fabric.editor.pasteOptions': 'Опције лепљења',
696
712
  'fabric.editor.pastePlainText': 'Налепи чист текст',
697
713
  'fabric.editor.placeholderAltText': 'Опишите слику алтернативним текстом',
@@ -19,6 +19,7 @@ var _default = exports.default = {
19
19
  'editor.extension.legacyContentHeader': 'Äldre innehåll',
20
20
  'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Innehållet har begränsad funktionalitet,',
21
21
  'editor.extension.legacyContentHeader.learnMore': 'Läs mer',
22
+ 'editor.trackChanges.toolbarIconLabel': 'Spåra ändringar',
22
23
  'fablric.editor.viewAllInserts': 'Visa alla infogningar',
23
24
  'fabric.editor.action': 'Uppgift',
24
25
  'fabric.editor.action.description': 'Skapa och tilldela åtgärdsuppgifter',
@@ -228,11 +229,24 @@ var _default = exports.default = {
228
229
  'fabric.editor.ai.selectionToolbar.define.title': 'Definiera',
229
230
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
230
231
  'fabric.editor.ai.toolbar.askAI.title': 'Fråga Atlassian Intelligence',
232
+ 'fabric.editor.ai.toolbar.askRovo.title': 'Fråga Rovo',
231
233
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Fråga Rovo AI',
234
+ 'fabric.editor.ai.toolbar.changeTone.title': 'Ändra ton',
235
+ 'fabric.editor.ai.toolbar.changeToneOptions.title': 'Ändra tonalternativ',
232
236
  'fabric.editor.ai.toolbar.improveWriting.title': 'Förbättra skrivande',
233
237
  'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Säg åt Atlassian Intelligence att förbättra en vald text',
238
+ 'fabric.editor.ai.toolbar.makeLonger.title': 'Gör längre',
239
+ 'fabric.editor.ai.toolbar.makeShorter.title': 'Gör kortare',
240
+ 'fabric.editor.ai.toolbar.moreCasualTone.title': 'Mer avslappnad',
241
+ 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Mer empatisk',
242
+ 'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Mer professionell',
243
+ 'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Fler Rovo-alternativ',
234
244
  'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
245
+ 'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Rätta stavning och grammatik',
246
+ 'fabric.editor.ai.toolbar.summarize.title': 'Sammanfatta',
235
247
  'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
248
+ 'fabric.editor.ai.toolbar.translate.title': 'Översätt',
249
+ 'fabric.editor.ai.toolbar.translateOptions.label': 'Översättningsalternativ',
236
250
  'fabric.editor.ai.toolbar.tryAI.title': 'Prova AI',
237
251
  'fabric.editor.ai.toolbar.tryAI.tooltip': 'Öppna Atlassian Intelligence',
238
252
  'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Fråga AI {key}+'",
@@ -19,6 +19,7 @@ var _default = exports.default = {
19
19
  'editor.extension.legacyContentHeader': 'เนื้อหาเดิม',
20
20
  'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'เนื้อหานี้มีฟังก์ชันการทำงานที่จำกัด',
21
21
  'editor.extension.legacyContentHeader.learnMore': 'เรียนรู้เพิ่มเติม',
22
+ 'editor.trackChanges.toolbarIconLabel': 'ติดตามการเปลี่ยนแปลง',
22
23
  'fablric.editor.viewAllInserts': 'ดูรายการที่แทรกทั้งหมด',
23
24
  'fabric.editor.action': 'รายการการดำเนินการ',
24
25
  'fabric.editor.action.description': 'สร้างและมอบหมายรายการการดำเนินการ',
@@ -214,11 +215,24 @@ var _default = exports.default = {
214
215
  'fabric.editor.ai.selectionToolbar.define.title': 'กำหนด',
215
216
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
216
217
  'fabric.editor.ai.toolbar.askAI.title': 'ถาม Atlassian Intelligence',
218
+ 'fabric.editor.ai.toolbar.askRovo.title': 'ถาม Rovo',
217
219
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'ถาม Rovo AI',
220
+ 'fabric.editor.ai.toolbar.changeTone.title': 'เปลี่ยนโทน',
221
+ 'fabric.editor.ai.toolbar.changeToneOptions.title': 'เปลี่ยนตัวเลือกโทน',
218
222
  'fabric.editor.ai.toolbar.improveWriting.title': 'ปรับปรุงการเขียน',
219
223
  'fabric.editor.ai.toolbar.improveWriting.tooltip': 'บอก Atlassian Intelligence ให้ปรับปรุงการเขียนตัวเลือกของคุณ',
224
+ 'fabric.editor.ai.toolbar.makeLonger.title': 'ทำให้ยาวขึ้น',
225
+ 'fabric.editor.ai.toolbar.makeShorter.title': 'ทำให้สั้นลง',
226
+ 'fabric.editor.ai.toolbar.moreCasualTone.title': 'สบาย ๆ มากขึ้น',
227
+ 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'เห็นอกเห็นใจมากขึ้น',
228
+ 'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'เป็นมืออาชีพมากขึ้น',
229
+ 'fabric.editor.ai.toolbar.moreRovoOptions.label': 'ตัวเลือก Rovo เพิ่มเติม',
220
230
  'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
231
+ 'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'แก้ไขการสะกดคำและไวยากรณ์',
232
+ 'fabric.editor.ai.toolbar.summarize.title': 'สรุป',
221
233
  'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
234
+ 'fabric.editor.ai.toolbar.translate.title': 'แปล',
235
+ 'fabric.editor.ai.toolbar.translateOptions.label': 'ตัวเลือกการแปล',
222
236
  'fabric.editor.ai.toolbar.tryAI.title': 'ลองใช้ AI',
223
237
  'fabric.editor.ai.toolbar.tryAI.tooltip': 'เปิด Atlassian Intelligence',
224
238
  'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "ถาม AI ด้วย {key}+'",
@@ -19,6 +19,7 @@ var _default = exports.default = {
19
19
  'editor.extension.legacyContentHeader': 'Eski İçerik',
20
20
  'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Bu içerikte işlevsellik kısıtlı,',
21
21
  'editor.extension.legacyContentHeader.learnMore': 'Daha fazla bilgi edinin',
22
+ 'editor.trackChanges.toolbarIconLabel': 'Değişiklikleri Takip Et',
22
23
  'fablric.editor.viewAllInserts': 'Tüm ekleri görüntüle',
23
24
  'fabric.editor.action': 'Yapılacaklar listesi',
24
25
  'fabric.editor.action.description': 'Yapılacaklar listesi oluşturun ve atayın',
@@ -229,11 +230,24 @@ var _default = exports.default = {
229
230
  'fabric.editor.ai.selectionToolbar.define.title': 'Tanımla',
230
231
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
231
232
  'fabric.editor.ai.toolbar.askAI.title': "AI'ye sor",
233
+ 'fabric.editor.ai.toolbar.askRovo.title': "Rovo'ya sorun",
232
234
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': "Rovo Yapay Zeka'ya sorun",
235
+ 'fabric.editor.ai.toolbar.changeTone.title': 'Üslubu değiştir',
236
+ 'fabric.editor.ai.toolbar.changeToneOptions.title': 'Üslubu değiştirme seçenekleri',
233
237
  'fabric.editor.ai.toolbar.improveWriting.title': 'Yazmayı iyileştirin',
234
238
  'fabric.editor.ai.toolbar.improveWriting.tooltip': "Atlassian Intelligence'tan seçtiğiniz yazıları iyileştirmesini isteyin",
239
+ 'fabric.editor.ai.toolbar.makeLonger.title': 'Uzat',
240
+ 'fabric.editor.ai.toolbar.makeShorter.title': 'Kısalt',
241
+ 'fabric.editor.ai.toolbar.moreCasualTone.title': 'Daha günlük',
242
+ 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Daha empati kuran',
243
+ 'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Daha profesyonel',
244
+ 'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Daha fazla Rovo seçeneği',
235
245
  'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
246
+ 'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Yazım ve dil bilgisini düzeltin',
247
+ 'fabric.editor.ai.toolbar.summarize.title': 'Özetle',
236
248
  'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
249
+ 'fabric.editor.ai.toolbar.translate.title': 'Çevir',
250
+ 'fabric.editor.ai.toolbar.translateOptions.label': 'Çeviri seçenekleri',
237
251
  'fabric.editor.ai.toolbar.tryAI.title': "AI'yi deneyin",
238
252
  'fabric.editor.ai.toolbar.tryAI.tooltip': "Atlassian Intelligence'ı açın",
239
253
  'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Atlassian Intelligence'a sor {key}+'",
@@ -19,6 +19,7 @@ var _default = exports.default = {
19
19
  'editor.extension.legacyContentHeader': 'Застарілий вміст',
20
20
  'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Можливості цього вмісту обмежено,',
21
21
  'editor.extension.legacyContentHeader.learnMore': 'Докладніше',
22
+ 'editor.trackChanges.toolbarIconLabel': 'Відстеження змін',
22
23
  'fablric.editor.viewAllInserts': 'Переглянути всі вставки',
23
24
  'fabric.editor.action': 'Задача',
24
25
  'fabric.editor.action.description': 'Створити та призначити задачу',
@@ -214,11 +215,24 @@ var _default = exports.default = {
214
215
  'fabric.editor.ai.selectionToolbar.define.title': 'Визначити',
215
216
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
216
217
  'fabric.editor.ai.toolbar.askAI.title': 'Запитати Atlassian Intelligence',
218
+ 'fabric.editor.ai.toolbar.askRovo.title': 'Запитайте Rovo',
217
219
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Запитати ШІ Rovo',
220
+ 'fabric.editor.ai.toolbar.changeTone.title': 'Змінити стиль',
221
+ 'fabric.editor.ai.toolbar.changeToneOptions.title': 'Варіанти зміни стилю',
218
222
  'fabric.editor.ai.toolbar.improveWriting.title': 'Покращення якості тексту',
219
223
  'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Введіть запит для Atlassian Intelligence на вдосконалення вибраного вами тексту',
224
+ 'fabric.editor.ai.toolbar.makeLonger.title': 'Розширити',
225
+ 'fabric.editor.ai.toolbar.makeShorter.title': 'Скоротити',
226
+ 'fabric.editor.ai.toolbar.moreCasualTone.title': 'Зробити більш розмовним',
227
+ 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Зробити емпатичнішим',
228
+ 'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Зробити професійнішим',
229
+ 'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Інші параметри Rovo',
220
230
  'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
231
+ 'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Виправити орфографічні й граматичні помилки',
232
+ 'fabric.editor.ai.toolbar.summarize.title': 'Створити підсумок',
221
233
  'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
234
+ 'fabric.editor.ai.toolbar.translate.title': 'Перекласти',
235
+ 'fabric.editor.ai.toolbar.translateOptions.label': 'Параметри перекладу',
222
236
  'fabric.editor.ai.toolbar.tryAI.title': 'Спробувати AI',
223
237
  'fabric.editor.ai.toolbar.tryAI.tooltip': 'Відкрити Atlassian Intelligence',
224
238
  'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Запитати Atlassian Intelligence {key}+'",
@@ -19,6 +19,7 @@ var _default = exports.default = {
19
19
  'editor.extension.legacyContentHeader': 'Nội dung kế thừa',
20
20
  'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Nội dung này có chức năng hạn chế,',
21
21
  'editor.extension.legacyContentHeader.learnMore': 'Tìm hiểu thêm',
22
+ 'editor.trackChanges.toolbarIconLabel': 'Theo dõi các thay đổi',
22
23
  'fablric.editor.viewAllInserts': 'Xem tất cả nội dung chèn',
23
24
  'fabric.editor.action': 'Mục thao tác',
24
25
  'fabric.editor.action.description': 'Tạo và chỉ định các mục thao tác',
@@ -214,11 +215,24 @@ var _default = exports.default = {
214
215
  'fabric.editor.ai.selectionToolbar.define.title': 'Xác định',
215
216
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
216
217
  'fabric.editor.ai.toolbar.askAI.title': 'Hỏi AI',
218
+ 'fabric.editor.ai.toolbar.askRovo.title': 'Hỏi Rovo',
217
219
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Hỏi AI Rovo',
220
+ 'fabric.editor.ai.toolbar.changeTone.title': 'Thay đổi giọng điệu',
221
+ 'fabric.editor.ai.toolbar.changeToneOptions.title': 'Các tùy chọn thay đổi giọng điệu',
218
222
  'fabric.editor.ai.toolbar.improveWriting.title': 'Cải thiện bài viết',
219
223
  'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Yêu cầu Atlassian Intelligence cải thiện bài viết bạn lựa chọn',
224
+ 'fabric.editor.ai.toolbar.makeLonger.title': 'Viết dài hơn',
225
+ 'fabric.editor.ai.toolbar.makeShorter.title': 'Rút ngắn',
226
+ 'fabric.editor.ai.toolbar.moreCasualTone.title': 'Thân thiện hơn',
227
+ 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Đồng cảm hơn',
228
+ 'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Chuyên nghiệp hơn',
229
+ 'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Các tùy chọn Rovo khác',
220
230
  'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
231
+ 'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Sửa lỗi chính tả và ngữ pháp',
232
+ 'fabric.editor.ai.toolbar.summarize.title': 'Tóm tắt',
221
233
  'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
234
+ 'fabric.editor.ai.toolbar.translate.title': 'Dịch',
235
+ 'fabric.editor.ai.toolbar.translateOptions.label': 'Các tùy chọn dịch',
222
236
  'fabric.editor.ai.toolbar.tryAI.title': 'Dùng thử AI',
223
237
  'fabric.editor.ai.toolbar.tryAI.tooltip': 'Mở Atlassian Intelligence',
224
238
  'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Hỏi AI {key}+'",
@@ -19,6 +19,7 @@ var _default = exports.default = {
19
19
  'editor.extension.legacyContentHeader': '旧版内容',
20
20
  'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': '此内容的功能有限,',
21
21
  'editor.extension.legacyContentHeader.learnMore': '了解更多',
22
+ 'editor.trackChanges.toolbarIconLabel': '跟踪变更',
22
23
  'fablric.editor.viewAllInserts': '查看所有插入内容',
23
24
  'fabric.editor.action': '操作项',
24
25
  'fabric.editor.action.description': '创建和指派操作项目',
@@ -229,11 +230,24 @@ var _default = exports.default = {
229
230
  'fabric.editor.ai.selectionToolbar.define.title': '定义',
230
231
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
231
232
  'fabric.editor.ai.toolbar.askAI.title': '询问 Atlassian Intellgience',
233
+ 'fabric.editor.ai.toolbar.askRovo.title': '询问 Rovo',
232
234
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': '询问 Rovo 人工智能',
235
+ 'fabric.editor.ai.toolbar.changeTone.title': '更改语气',
236
+ 'fabric.editor.ai.toolbar.changeToneOptions.title': '更改语气选项',
233
237
  'fabric.editor.ai.toolbar.improveWriting.title': '改进写作水平',
234
238
  'fabric.editor.ai.toolbar.improveWriting.tooltip': '让 Atlassian Intelligence 改进您所选内容的写作质量',
239
+ 'fabric.editor.ai.toolbar.makeLonger.title': '延长内容篇幅',
240
+ 'fabric.editor.ai.toolbar.makeShorter.title': '缩短内容篇幅',
241
+ 'fabric.editor.ai.toolbar.moreCasualTone.title': '更随意',
242
+ 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': '更善解人意',
243
+ 'fabric.editor.ai.toolbar.moreProfessionalTone.title': '更专业',
244
+ 'fabric.editor.ai.toolbar.moreRovoOptions.label': '更多 Rovo 选项',
235
245
  'fabric.editor.ai.toolbar.simplifiedAI.title': 'Atlassian Intelligence',
246
+ 'fabric.editor.ai.toolbar.spellingAndGrammar.title': '修复拼写和语法问题',
247
+ 'fabric.editor.ai.toolbar.summarize.title': '总结',
236
248
  'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
249
+ 'fabric.editor.ai.toolbar.translate.title': '翻译',
250
+ 'fabric.editor.ai.toolbar.translateOptions.label': '翻译选项',
237
251
  'fabric.editor.ai.toolbar.tryAI.title': '试用 Atlassian Intellgience',
238
252
  'fabric.editor.ai.toolbar.tryAI.tooltip': '打开 Atlassian Intelligence',
239
253
  'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "询问 Atlassian Intellgience ({key}+')",
@@ -19,6 +19,7 @@ var _default = exports.default = {
19
19
  'editor.extension.legacyContentHeader': '舊版內容',
20
20
  'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': '此內容的功能有限,',
21
21
  'editor.extension.legacyContentHeader.learnMore': '深入了解',
22
+ 'editor.trackChanges.toolbarIconLabel': '追蹤變更',
22
23
  'fablric.editor.viewAllInserts': '檢視所有插入內容',
23
24
  'fabric.editor.action': '動作項目',
24
25
  'fabric.editor.action.description': '建立並指派動作項目',
@@ -229,11 +230,24 @@ var _default = exports.default = {
229
230
  'fabric.editor.ai.selectionToolbar.define.title': '定義',
230
231
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
231
232
  'fabric.editor.ai.toolbar.askAI.title': '詢問 Atlassian Intelligence',
233
+ 'fabric.editor.ai.toolbar.askRovo.title': '詢問 Rovo',
232
234
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': '詢問 Rovo AI',
235
+ 'fabric.editor.ai.toolbar.changeTone.title': '改變語調',
236
+ 'fabric.editor.ai.toolbar.changeToneOptions.title': '變更音調選項',
233
237
  'fabric.editor.ai.toolbar.improveWriting.title': '改善寫作',
234
238
  'fabric.editor.ai.toolbar.improveWriting.tooltip': '告訴 Atlassian Intelligence 如何改善您選取的寫作範圍',
239
+ 'fabric.editor.ai.toolbar.makeLonger.title': '增加長度',
240
+ 'fabric.editor.ai.toolbar.makeShorter.title': '縮短',
241
+ 'fabric.editor.ai.toolbar.moreCasualTone.title': '更休閒',
242
+ 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': '更富有同理心',
243
+ 'fabric.editor.ai.toolbar.moreProfessionalTone.title': '更專業',
244
+ 'fabric.editor.ai.toolbar.moreRovoOptions.label': '更多 Rovo 選項',
235
245
  'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
246
+ 'fabric.editor.ai.toolbar.spellingAndGrammar.title': '修正拼字與文法',
247
+ 'fabric.editor.ai.toolbar.summarize.title': '摘要',
236
248
  'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
249
+ 'fabric.editor.ai.toolbar.translate.title': '翻譯',
250
+ 'fabric.editor.ai.toolbar.translateOptions.label': '翻譯選項',
237
251
  'fabric.editor.ai.toolbar.tryAI.title': '試用 AI',
238
252
  'fabric.editor.ai.toolbar.tryAI.tooltip': '開啟 Atlassian Intelligence',
239
253
  'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "詢問 Atlassian Intellgience {key}+'",
@@ -27,7 +27,8 @@ var commentBadgeWrapper = (0, _react2.css)({
27
27
  // closest parent element with position relative is .resizer-hover-zone, which includes 10px padding
28
28
  right: '2px',
29
29
  top: '2px',
30
- borderRadius: '3px',
30
+ // eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
31
+ borderRadius: "var(--ds-border-radius-100, 3px)",
31
32
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
32
33
  zIndex: _editorSharedStyles.akEditorUnitZIndex * 10
33
34
  });
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
16
16
  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); }
17
17
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
18
18
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
19
- var packageVersion = "107.20.0";
19
+ var packageVersion = "107.20.2";
20
20
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
21
21
  // Remove URL as it has UGC
22
22
  // Ignored via go/ees007
@@ -86,7 +86,7 @@ var logException = exports.logException = /*#__PURE__*/function () {
86
86
  beforeSend: sanitiseSentryEvents
87
87
  }; // Use a client to avoid picking up the errors from parent applications
88
88
  client = new BrowserClient(sentryOptions);
89
- hub = getCurrentHub();
89
+ hub = getCurrentHub(); // @ts-ignore - TypeScript 5.9.2 upgrade
90
90
  hub.bindClient(client);
91
91
  hub.withScope(function (scope) {
92
92
  var _buildInfo;
@@ -110,6 +110,8 @@ var logException = exports.logException = /*#__PURE__*/function () {
110
110
  scope.clearBreadcrumbs();
111
111
  hub.captureException(error);
112
112
  });
113
+
114
+ // @ts-ignore - TypeScript 5.9.2 upgrade
113
115
  return _context.abrupt("return", client.close());
114
116
  case 21:
115
117
  _context.prev = 21;
@@ -39,5 +39,6 @@ function PortalBucket(_ref) {
39
39
  return Object.values(portals);
40
40
  }, [portals]);
41
41
  // Render the current portal elements
42
+ // @ts-ignore - TS2322 TypeScript 5.9.2 upgrade
42
43
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, portalElements);
43
44
  }
@@ -88,10 +88,12 @@ var PortalManager = exports.PortalManager = /*#__PURE__*/function () {
88
88
  var currentBucket = this.getCurrentBucket();
89
89
 
90
90
  //If the current bucket has capacity, skip this logic
91
+ // @ts-ignore - TS2538 TypeScript 5.9.2 upgrade
91
92
  if (this.buckets[currentBucket].capacity > 0) {
92
93
  return;
93
94
  } else {
94
95
  // The current bucket is full, delete the bucket from the list of available buckets
96
+ // @ts-ignore - TS2345 TypeScript 5.9.2 upgrade
95
97
  this.availableBuckets.delete(currentBucket);
96
98
  }
97
99
 
@@ -148,22 +150,32 @@ var PortalManager = exports.PortalManager = /*#__PURE__*/function () {
148
150
  var _this$portalToBucketM,
149
151
  _this3 = this;
150
152
  this.createBucket();
153
+ // @ts-ignore - TS2538 TypeScript 5.9.2 upgrade
151
154
  this.buckets[this.getCurrentBucket()].capacity -= 1;
152
155
  var id = (_this$portalToBucketM = this.portalToBucketMap.get(key)) !== null && _this$portalToBucketM !== void 0 ? _this$portalToBucketM : this.getCurrentBucket();
156
+ // @ts-ignore - TS2345 TypeScript 5.9.2 upgrade
153
157
  this.portalToBucketMap.set(key, id);
158
+ // @ts-ignore - TS2538 TypeScript 5.9.2 upgrade
154
159
  if (this.buckets[id].portals[key] !== portal) {
160
+ // @ts-ignore - TS2538 TypeScript 5.9.2 upgrade
155
161
  this.buckets[id].portals[key] = portal;
162
+ // @ts-ignore - TS2345 TypeScript 5.9.2 upgrade
156
163
  this.updateBuckets(id);
157
164
  }
158
165
 
159
166
  //returns a function to unregister the portal
160
167
  return function () {
168
+ // @ts-ignore - TS2538 TypeScript 5.9.2 upgrade
161
169
  delete _this3.buckets[id].portals[key];
162
170
  _this3.portalToBucketMap.delete(key);
171
+ // @ts-ignore - TS2538 TypeScript 5.9.2 upgrade
163
172
  _this3.buckets[id].capacity += 1;
173
+ // @ts-ignore - TS2538 TypeScript 5.9.2 upgrade
164
174
  if (_this3.buckets[id].capacity > _this3.scaleCapacityThreshold) {
175
+ // @ts-ignore - TS2345 TypeScript 5.9.2 upgrade
165
176
  _this3.availableBuckets.add(id);
166
177
  }
178
+ // @ts-ignore - TS2345 TypeScript 5.9.2 upgrade
167
179
  _this3.updateBuckets(id);
168
180
  };
169
181
  }
@@ -527,6 +527,7 @@ var EditorPresetBuilder = exports.EditorPresetBuilder = /*#__PURE__*/function ()
527
527
  for (var _len = arguments.length, more = new Array(_len), _key = 0; _key < _len; _key++) {
528
528
  more[_key] = arguments[_key];
529
529
  }
530
+ // @ts-ignore - TS2872 TypeScript 5.9.2 upgrade
530
531
  this.data = [].concat(more) || [];
531
532
  this.apiPromise = new Promise(function (r) {
532
533
  return _this.resolver = r;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.EditorToolbarUIProvider = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _editorToolbar = require("@atlaskit/editor-toolbar");
10
+ 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); }
11
+ var EditorToolbarUIProvider = exports.EditorToolbarUIProvider = function EditorToolbarUIProvider(_ref) {
12
+ var children = _ref.children,
13
+ api = _ref.api;
14
+ var onDropdownOpenChanged = (0, _react.useCallback)(function (_ref2) {
15
+ var isOpen = _ref2.isOpen;
16
+ if (!isOpen) {
17
+ // On Dropdown closed, focus is returned to trigger button by default in requestAnimationFrame
18
+ // Hence, `.focus()` should also be called in requestAnimationFrame
19
+ requestAnimationFrame(function () {
20
+ api === null || api === void 0 || api.core.actions.focus();
21
+ });
22
+ }
23
+ }, [api]);
24
+ return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarUIProvider, {
25
+ onDropdownOpenChanged: onDropdownOpenChanged,
26
+ preventDefaultOnMouseDown: true
27
+ }, children);
28
+ };
@@ -15,6 +15,60 @@ Object.defineProperty(exports, "AI_SECTION_RANK", {
15
15
  return _rank.AI_SECTION_RANK;
16
16
  }
17
17
  });
18
+ Object.defineProperty(exports, "ALIGNMENT_GROUP", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _keys.ALIGNMENT_GROUP;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "ALIGNMENT_GROUP_RANK", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _rank.ALIGNMENT_GROUP_RANK;
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "ALIGNMENT_MENU", {
31
+ enumerable: true,
32
+ get: function get() {
33
+ return _keys.ALIGNMENT_MENU;
34
+ }
35
+ });
36
+ Object.defineProperty(exports, "ALIGNMENT_MENU_RANK", {
37
+ enumerable: true,
38
+ get: function get() {
39
+ return _rank.ALIGNMENT_MENU_RANK;
40
+ }
41
+ });
42
+ Object.defineProperty(exports, "ALIGNMENT_MENU_SECTION", {
43
+ enumerable: true,
44
+ get: function get() {
45
+ return _keys.ALIGNMENT_MENU_SECTION;
46
+ }
47
+ });
48
+ Object.defineProperty(exports, "ALIGNMENT_MENU_SECTION_RANK", {
49
+ enumerable: true,
50
+ get: function get() {
51
+ return _rank.ALIGNMENT_MENU_SECTION_RANK;
52
+ }
53
+ });
54
+ Object.defineProperty(exports, "ALIGN_CENTER_MENU_ITEM", {
55
+ enumerable: true,
56
+ get: function get() {
57
+ return _keys.ALIGN_CENTER_MENU_ITEM;
58
+ }
59
+ });
60
+ Object.defineProperty(exports, "ALIGN_LEFT_MENU_ITEM", {
61
+ enumerable: true,
62
+ get: function get() {
63
+ return _keys.ALIGN_LEFT_MENU_ITEM;
64
+ }
65
+ });
66
+ Object.defineProperty(exports, "ALIGN_RIGHT_MENU_ITEM", {
67
+ enumerable: true,
68
+ get: function get() {
69
+ return _keys.ALIGN_RIGHT_MENU_ITEM;
70
+ }
71
+ });
18
72
  Object.defineProperty(exports, "APPS_SECTION", {
19
73
  enumerable: true,
20
74
  get: function get() {
@@ -117,6 +171,12 @@ Object.defineProperty(exports, "EditorToolbarProvider", {
117
171
  return _context.EditorToolbarProvider;
118
172
  }
119
173
  });
174
+ Object.defineProperty(exports, "EditorToolbarUIProvider", {
175
+ enumerable: true,
176
+ get: function get() {
177
+ return _EditorToolbarUIProvider.EditorToolbarUIProvider;
178
+ }
179
+ });
120
180
  Object.defineProperty(exports, "HEADING_1_MENU_ITEM", {
121
181
  enumerable: true,
122
182
  get: function get() {
@@ -543,6 +603,12 @@ Object.defineProperty(exports, "UNDERLINE_MENU_ITEM", {
543
603
  return _keys.UNDERLINE_MENU_ITEM;
544
604
  }
545
605
  });
606
+ Object.defineProperty(exports, "getInputMethodFromParentKeys", {
607
+ enumerable: true,
608
+ get: function get() {
609
+ return _utils.getInputMethodFromParentKeys;
610
+ }
611
+ });
546
612
  Object.defineProperty(exports, "useEditorToolbar", {
547
613
  enumerable: true,
548
614
  get: function get() {
@@ -551,4 +617,6 @@ Object.defineProperty(exports, "useEditorToolbar", {
551
617
  });
552
618
  var _rank = require("./rank");
553
619
  var _keys = require("./keys");
554
- var _context = require("./context");
620
+ var _context = require("./context");
621
+ var _EditorToolbarUIProvider = require("./EditorToolbarUIProvider");
622
+ var _utils = require("./utils");