@atlaskit/renderer 133.2.1 → 133.3.1

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 (137) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cjs/i18n/cs.js +4 -12
  3. package/dist/cjs/i18n/da.js +4 -12
  4. package/dist/cjs/i18n/de.js +4 -12
  5. package/dist/cjs/i18n/en.js +4 -12
  6. package/dist/cjs/i18n/en_GB.js +4 -12
  7. package/dist/cjs/i18n/en_ZZ.js +4 -12
  8. package/dist/cjs/i18n/es.js +4 -12
  9. package/dist/cjs/i18n/fi.js +4 -12
  10. package/dist/cjs/i18n/fr.js +4 -12
  11. package/dist/cjs/i18n/hr.js +4 -12
  12. package/dist/cjs/i18n/hu.js +4 -12
  13. package/dist/cjs/i18n/it.js +4 -12
  14. package/dist/cjs/i18n/ja.js +4 -12
  15. package/dist/cjs/i18n/ko.js +4 -12
  16. package/dist/cjs/i18n/nb.js +4 -12
  17. package/dist/cjs/i18n/nl.js +4 -12
  18. package/dist/cjs/i18n/pl.js +4 -12
  19. package/dist/cjs/i18n/pt_BR.js +4 -12
  20. package/dist/cjs/i18n/ru.js +4 -12
  21. package/dist/cjs/i18n/sl.js +4 -12
  22. package/dist/cjs/i18n/sr_RS.js +4 -12
  23. package/dist/cjs/i18n/sr_YR.js +4 -12
  24. package/dist/cjs/i18n/sv.js +4 -12
  25. package/dist/cjs/i18n/th.js +4 -12
  26. package/dist/cjs/i18n/tr.js +4 -12
  27. package/dist/cjs/i18n/uk.js +4 -12
  28. package/dist/cjs/i18n/vi.js +4 -12
  29. package/dist/cjs/i18n/zh.js +4 -12
  30. package/dist/cjs/i18n/zh_TW.js +4 -12
  31. package/dist/cjs/react/index.js +8 -2
  32. package/dist/cjs/react/nodes/extension.js +1 -1
  33. package/dist/cjs/ui/Expand.js +123 -10
  34. package/dist/cjs/ui/Renderer/ErrorBoundary.js +2 -7
  35. package/dist/cjs/ui/Renderer/RendererStyleContainer.js +3 -63
  36. package/dist/cjs/ui/Renderer/index.js +1 -1
  37. package/dist/es2019/i18n/cs.js +4 -12
  38. package/dist/es2019/i18n/da.js +4 -12
  39. package/dist/es2019/i18n/de.js +4 -12
  40. package/dist/es2019/i18n/en.js +4 -12
  41. package/dist/es2019/i18n/en_GB.js +4 -12
  42. package/dist/es2019/i18n/en_ZZ.js +4 -12
  43. package/dist/es2019/i18n/es.js +4 -12
  44. package/dist/es2019/i18n/fi.js +4 -12
  45. package/dist/es2019/i18n/fr.js +4 -12
  46. package/dist/es2019/i18n/hr.js +4 -12
  47. package/dist/es2019/i18n/hu.js +4 -12
  48. package/dist/es2019/i18n/it.js +4 -12
  49. package/dist/es2019/i18n/ja.js +4 -12
  50. package/dist/es2019/i18n/ko.js +4 -12
  51. package/dist/es2019/i18n/nb.js +4 -12
  52. package/dist/es2019/i18n/nl.js +4 -12
  53. package/dist/es2019/i18n/pl.js +4 -12
  54. package/dist/es2019/i18n/pt_BR.js +4 -12
  55. package/dist/es2019/i18n/ru.js +4 -12
  56. package/dist/es2019/i18n/sl.js +4 -12
  57. package/dist/es2019/i18n/sr_RS.js +4 -12
  58. package/dist/es2019/i18n/sr_YR.js +4 -12
  59. package/dist/es2019/i18n/sv.js +4 -12
  60. package/dist/es2019/i18n/th.js +4 -12
  61. package/dist/es2019/i18n/tr.js +4 -12
  62. package/dist/es2019/i18n/uk.js +4 -12
  63. package/dist/es2019/i18n/vi.js +4 -12
  64. package/dist/es2019/i18n/zh.js +4 -12
  65. package/dist/es2019/i18n/zh_TW.js +4 -12
  66. package/dist/es2019/react/index.js +8 -2
  67. package/dist/es2019/react/nodes/extension.js +1 -1
  68. package/dist/es2019/ui/Expand.js +120 -9
  69. package/dist/es2019/ui/Renderer/ErrorBoundary.js +1 -7
  70. package/dist/es2019/ui/Renderer/RendererStyleContainer.js +1 -75
  71. package/dist/es2019/ui/Renderer/index.js +1 -1
  72. package/dist/esm/i18n/cs.js +4 -12
  73. package/dist/esm/i18n/da.js +4 -12
  74. package/dist/esm/i18n/de.js +4 -12
  75. package/dist/esm/i18n/en.js +4 -12
  76. package/dist/esm/i18n/en_GB.js +4 -12
  77. package/dist/esm/i18n/en_ZZ.js +4 -12
  78. package/dist/esm/i18n/es.js +4 -12
  79. package/dist/esm/i18n/fi.js +4 -12
  80. package/dist/esm/i18n/fr.js +4 -12
  81. package/dist/esm/i18n/hr.js +4 -12
  82. package/dist/esm/i18n/hu.js +4 -12
  83. package/dist/esm/i18n/it.js +4 -12
  84. package/dist/esm/i18n/ja.js +4 -12
  85. package/dist/esm/i18n/ko.js +4 -12
  86. package/dist/esm/i18n/nb.js +4 -12
  87. package/dist/esm/i18n/nl.js +4 -12
  88. package/dist/esm/i18n/pl.js +4 -12
  89. package/dist/esm/i18n/pt_BR.js +4 -12
  90. package/dist/esm/i18n/ru.js +4 -12
  91. package/dist/esm/i18n/sl.js +4 -12
  92. package/dist/esm/i18n/sr_RS.js +4 -12
  93. package/dist/esm/i18n/sr_YR.js +4 -12
  94. package/dist/esm/i18n/sv.js +4 -12
  95. package/dist/esm/i18n/th.js +4 -12
  96. package/dist/esm/i18n/tr.js +4 -12
  97. package/dist/esm/i18n/uk.js +4 -12
  98. package/dist/esm/i18n/vi.js +4 -12
  99. package/dist/esm/i18n/zh.js +4 -12
  100. package/dist/esm/i18n/zh_TW.js +4 -12
  101. package/dist/esm/react/index.js +8 -2
  102. package/dist/esm/react/nodes/extension.js +1 -1
  103. package/dist/esm/ui/Expand.js +123 -9
  104. package/dist/esm/ui/Renderer/ErrorBoundary.js +1 -7
  105. package/dist/esm/ui/Renderer/RendererStyleContainer.js +3 -63
  106. package/dist/esm/ui/Renderer/index.js +1 -1
  107. package/dist/types/i18n/cs.d.ts +2 -12
  108. package/dist/types/i18n/da.d.ts +2 -12
  109. package/dist/types/i18n/de.d.ts +2 -12
  110. package/dist/types/i18n/en.d.ts +2 -12
  111. package/dist/types/i18n/en_GB.d.ts +2 -12
  112. package/dist/types/i18n/en_ZZ.d.ts +2 -12
  113. package/dist/types/i18n/es.d.ts +2 -12
  114. package/dist/types/i18n/fi.d.ts +2 -12
  115. package/dist/types/i18n/fr.d.ts +2 -12
  116. package/dist/types/i18n/hr.d.ts +2 -12
  117. package/dist/types/i18n/hu.d.ts +2 -12
  118. package/dist/types/i18n/it.d.ts +2 -12
  119. package/dist/types/i18n/ja.d.ts +2 -12
  120. package/dist/types/i18n/ko.d.ts +2 -12
  121. package/dist/types/i18n/nb.d.ts +2 -12
  122. package/dist/types/i18n/nl.d.ts +2 -12
  123. package/dist/types/i18n/pl.d.ts +2 -12
  124. package/dist/types/i18n/pt_BR.d.ts +2 -12
  125. package/dist/types/i18n/ru.d.ts +2 -12
  126. package/dist/types/i18n/sl.d.ts +2 -12
  127. package/dist/types/i18n/sr_RS.d.ts +2 -12
  128. package/dist/types/i18n/sr_YR.d.ts +2 -12
  129. package/dist/types/i18n/sv.d.ts +2 -12
  130. package/dist/types/i18n/th.d.ts +2 -12
  131. package/dist/types/i18n/tr.d.ts +2 -12
  132. package/dist/types/i18n/uk.d.ts +2 -12
  133. package/dist/types/i18n/vi.d.ts +2 -12
  134. package/dist/types/i18n/zh.d.ts +2 -12
  135. package/dist/types/i18n/zh_TW.d.ts +2 -12
  136. package/dist/types/ui/Expand.d.ts +1 -0
  137. package/package.json +14 -16
@@ -2005,37 +2005,7 @@ var rendererAnnotationStylesCommentHeightFix = (0, _react.css)({
2005
2005
  });
2006
2006
  var RENDERER_LIST_DENSE_GAP = "max(0px,calc((var(--ak-renderer-base-font-size) - ".concat(_editorSharedStyles.akEditorFullPageDenseFontSize, "px)* (4/3)))");
2007
2007
  var TASKLIST_CONTAINER_DENSE_MARGIN = "max(calc(10px + (var(--ak-renderer-base-font-size) - ".concat(_editorSharedStyles.akEditorFullPageDenseFontSize, "px) *( 2 / 3)))");
2008
- var scaledDenseEmojiStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE), {
2009
- height: "".concat(_emoji.defaultDenseEmojiHeight, "px"),
2010
- minHeight: "".concat(_emoji.defaultDenseEmojiHeight, "px"),
2011
- minWidth: "".concat(_emoji.defaultDenseEmojiHeight, "px"),
2012
- maxHeight: "".concat(_emoji.denseEmojiHeightH1, "px"),
2013
- maxWidth: "".concat(_emoji.denseEmojiHeightH1, "px"),
2014
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
2015
- img: {
2016
- width: '100%',
2017
- height: '100%',
2018
- objectFit: 'contain'
2019
- }
2020
- }), "h1 :is(.".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_SPRITE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_PLACEHOLDER, ")"), {
2021
- height: "".concat(_emoji.denseEmojiHeightH1, "px"),
2022
- width: "".concat(_emoji.denseEmojiHeightH1, "px")
2023
- }), "h2 :is(.".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_SPRITE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_PLACEHOLDER, ")"), {
2024
- height: "".concat(_emoji.denseEmojiHeightH2, "px"),
2025
- width: "".concat(_emoji.denseEmojiHeightH2, "px")
2026
- }), "h3 :is(.".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_SPRITE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_PLACEHOLDER, ")"), {
2027
- height: "".concat(_emoji.denseEmojiHeightH3, "px"),
2028
- width: "".concat(_emoji.denseEmojiHeightH3, "px")
2029
- }), "h4 :is(.".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_SPRITE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_PLACEHOLDER, ")"), {
2030
- height: "".concat(_emoji.denseEmojiHeightH4, "px"),
2031
- width: "".concat(_emoji.denseEmojiHeightH4, "px")
2032
- }), ":is(h5, h6, p) :is(.".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_SPRITE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_PLACEHOLDER, ")"), {
2033
- height: "".concat(_emoji.defaultDenseEmojiHeight, "px"),
2034
- width: "".concat(_emoji.defaultDenseEmojiHeight, "px")
2035
- }));
2036
-
2037
- // this is gated behind `platform_editor_emojis_in_renderer_smart_links`
2038
- var scaledDenseEmojiStylesNew = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE), {
2008
+ var scaledDenseEmojiStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE), {
2039
2009
  height: "".concat(_emoji.defaultDenseEmojiHeight, "px"),
2040
2010
  minHeight: "".concat(_emoji.defaultDenseEmojiHeight, "px"),
2041
2011
  minWidth: "".concat(_emoji.defaultDenseEmojiHeight, "px"),
@@ -2068,37 +2038,7 @@ var scaledDenseEmojiStylesNew = (0, _react.css)((0, _defineProperty2.default)((0
2068
2038
  height: "".concat(_emoji.defaultInlineEmojiHeight, "px"),
2069
2039
  width: "".concat(_emoji.defaultInlineEmojiHeight, "px")
2070
2040
  }));
2071
- var scaledEmojiStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE), {
2072
- height: "".concat(_emoji.defaultEmojiHeight, "px"),
2073
- minHeight: "".concat(_emoji.defaultEmojiHeight, "px"),
2074
- minWidth: "".concat(_emoji.defaultEmojiHeight, "px"),
2075
- maxHeight: "".concat(_emoji.scaledEmojiHeightH1, "px"),
2076
- maxWidth: "".concat(_emoji.scaledEmojiHeightH1, "px"),
2077
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
2078
- img: {
2079
- width: '100%',
2080
- height: '100%',
2081
- objectFit: 'contain'
2082
- }
2083
- }), "h1 :is(.".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_SPRITE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_PLACEHOLDER, ")"), {
2084
- height: "".concat(_emoji.scaledEmojiHeightH1, "px"),
2085
- width: "".concat(_emoji.scaledEmojiHeightH1, "px")
2086
- }), "h2 :is(.".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_SPRITE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_PLACEHOLDER, ")"), {
2087
- height: "".concat(_emoji.scaledEmojiHeightH2, "px"),
2088
- width: "".concat(_emoji.scaledEmojiHeightH2, "px")
2089
- }), "h3 :is(.".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_SPRITE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_PLACEHOLDER, ")"), {
2090
- height: "".concat(_emoji.scaledEmojiHeightH3, "px"),
2091
- width: "".concat(_emoji.scaledEmojiHeightH3, "px")
2092
- }), "h4 :is(.".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_SPRITE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_PLACEHOLDER, ")"), {
2093
- height: "".concat(_emoji.scaledEmojiHeightH4, "px"),
2094
- width: "".concat(_emoji.scaledEmojiHeightH4, "px")
2095
- }), ":is(h5, h6, p) :is(.".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_SPRITE, ", .").concat(_emoji.EmojiSharedCssClassName.EMOJI_PLACEHOLDER, ")"), {
2096
- height: "".concat(_emoji.defaultEmojiHeight, "px"),
2097
- width: "".concat(_emoji.defaultEmojiHeight, "px")
2098
- }));
2099
-
2100
- // this is gated behind `platform_editor_emojis_in_renderer_smart_links`
2101
- var scaledEmojiStylesNew = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE), {
2041
+ var scaledEmojiStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(_emoji.EmojiSharedCssClassName.EMOJI_IMAGE), {
2102
2042
  height: "".concat(_emoji.defaultEmojiHeight, "px"),
2103
2043
  minHeight: "".concat(_emoji.defaultEmojiHeight, "px"),
2104
2044
  minWidth: "".concat(_emoji.defaultEmojiHeight, "px"),
@@ -2280,7 +2220,7 @@ var RendererStyleContainer = exports.RendererStyleContainer = function RendererS
2280
2220
  // this should be placed after baseOtherStyles
2281
2221
  (0, _expValEquals.expValEquals)('platform_editor_render_bodied_extension_as_inline', 'isEnabled', true) && ((0, _expValEquals.expValEquals)('platform_editor_remove_important_in_render_ext', 'isEnabled', true) ? extensionAsInlineStyle : oldExtensionAsInlineStyle), inlineExtensionRendererMarginFix, allowNestedHeaderLinks && ((0, _expValEquals.expValEquals)('platform_editor_copy_link_a11y_inconsistency_fix', 'isEnabled', true) ? alignedHeadingAnchorStyle : alignedHeadingAnchorStyleDuplicateAnchor), mediaSingleSharedStyle,
2282
2222
  // merge firstWrappedMediaStyles with mediaSingleSharedStyle when clean up platform_editor_fix_media_in_renderer
2283
- (0, _platformFeatureFlags.fg)('platform_editor_fix_media_in_renderer') && firstWrappedMediaStyles, tableSharedStyle, (0, _expValEquals.expValEquals)('platform_editor_table_q4_loveability', 'isEnabled', true) && roundedTableOuterBorderOverlayStyles, (0, _expValEquals.expValEquals)('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true) && tableContentModeStyles, tableRendererHeaderStylesForTableCellOnly, (0, _platformFeatureFlags.fg)('platform_editor_bordered_panel_nested_in_table') && tableRendererNestedPanelStyles, isBackgroundClipBrowserFixNeeded() && tableStylesBackGroundClipForGeckoForTableCellOnly, (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') ? firstNodeWithNotMarginTopWithNestedDnD : firstNodeWithNotMarginTop, rendererTableStyles, (0, _table.isStickyScrollbarEnabled)(appearance) && stickyScrollbarStyles, rendererTableHeaderEqualHeightStylesForTableCellOnly, allowColumnSorting && rendererTableSortableColumnStyles, allowColumnSorting && (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_table_menu_updates', 'isEnabled', true) && rendererTableSortableColumnValignStyles, allowColumnSorting && allowNestedHeaderLinks && ((0, _expValEquals.expValEquals)('platform_editor_copy_link_a11y_inconsistency_fix', 'isEnabled', true) ? rendererTableHeaderEqualHeightStylesAllowNestedHeaderLinks : rendererTableHeaderEqualHeightStylesAllowNestedHeaderLinksDuplicateAnchor), rendererTableColumnStyles, stickyHeaderStyles, codeBlockAndLayoutStyles, columnLayoutSharedStyle, isAdvancedLayoutsOn && columnLayoutResponsiveSharedStyle, isAdvancedLayoutsOn && columnLayoutResponsiveRendererStyles, isAdvancedLayoutsOn && layoutSectionForAdvancedLayoutsStyles, !useBlockRenderForCodeBlock && gridRenderForCodeBlockStyles, browser.safari && codeBlockInListSafariFixStyles, appearance === 'full-page' && !isPreviewPanelResponsivenessOn && responsiveBreakoutWidth, appearance === 'full-page' && isPreviewPanelResponsivenessOn && responsiveBreakoutWidthWithReducedPadding, (appearance === 'full-width' || appearance === 'max' && ((0, _expValEquals.expValEquals)('editor_tinymce_full_width_mode', 'isEnabled', true) || (0, _expValEquals.expValEquals)('confluence_max_width_content_appearance', 'isEnabled', true))) && responsiveBreakoutWidthFullWidth, (0, _expValEquals.expValEquals)('platform_editor_lovability_emoji_scaling', 'isEnabled', true) ? (0, _expValEquals.expValEquals)('platform_editor_emojis_in_renderer_smart_links', 'isEnabled', true) ? isCompactModeEnabled ? scaledDenseEmojiStylesNew : scaledEmojiStylesNew : isCompactModeEnabled ? scaledDenseEmojiStyles : scaledEmojiStyles : isCompactModeEnabled ? denseStyles : undefined, (0, _experiments.editorExperiment)('platform_synced_block', true) && syncBlockStyles, centerWrapperStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && isInsideSyncBlock ? syncBlockRendererStyles : null, isInsideSyncBlock && (0, _experiments.editorExperiment)('platform_synced_block', true) && tableFakeBorderStyles, isInsideSyncBlock && (0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _expValEquals.expValEquals)('platform_editor_table_q4_loveability', 'isEnabled', true) ? roundedTableFakeBorderOverlayStyles : null, (0, _expValEquals.expValEquals)('platform_editor_hide_extension_renderer_support', 'isEnabled', true) && hideExtensionStyles],
2223
+ (0, _platformFeatureFlags.fg)('platform_editor_fix_media_in_renderer') && firstWrappedMediaStyles, tableSharedStyle, (0, _expValEquals.expValEquals)('platform_editor_table_q4_loveability', 'isEnabled', true) && roundedTableOuterBorderOverlayStyles, (0, _expValEquals.expValEquals)('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true) && tableContentModeStyles, tableRendererHeaderStylesForTableCellOnly, (0, _platformFeatureFlags.fg)('platform_editor_bordered_panel_nested_in_table') && tableRendererNestedPanelStyles, isBackgroundClipBrowserFixNeeded() && tableStylesBackGroundClipForGeckoForTableCellOnly, (0, _platformFeatureFlags.fg)('platform_editor_nested_dnd_styles_changes') ? firstNodeWithNotMarginTopWithNestedDnD : firstNodeWithNotMarginTop, rendererTableStyles, (0, _table.isStickyScrollbarEnabled)(appearance) && stickyScrollbarStyles, rendererTableHeaderEqualHeightStylesForTableCellOnly, allowColumnSorting && rendererTableSortableColumnStyles, allowColumnSorting && (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_table_menu_updates', 'isEnabled', true) && rendererTableSortableColumnValignStyles, allowColumnSorting && allowNestedHeaderLinks && ((0, _expValEquals.expValEquals)('platform_editor_copy_link_a11y_inconsistency_fix', 'isEnabled', true) ? rendererTableHeaderEqualHeightStylesAllowNestedHeaderLinks : rendererTableHeaderEqualHeightStylesAllowNestedHeaderLinksDuplicateAnchor), rendererTableColumnStyles, stickyHeaderStyles, codeBlockAndLayoutStyles, columnLayoutSharedStyle, isAdvancedLayoutsOn && columnLayoutResponsiveSharedStyle, isAdvancedLayoutsOn && columnLayoutResponsiveRendererStyles, isAdvancedLayoutsOn && layoutSectionForAdvancedLayoutsStyles, !useBlockRenderForCodeBlock && gridRenderForCodeBlockStyles, browser.safari && codeBlockInListSafariFixStyles, appearance === 'full-page' && !isPreviewPanelResponsivenessOn && responsiveBreakoutWidth, appearance === 'full-page' && isPreviewPanelResponsivenessOn && responsiveBreakoutWidthWithReducedPadding, (appearance === 'full-width' || appearance === 'max' && ((0, _expValEquals.expValEquals)('editor_tinymce_full_width_mode', 'isEnabled', true) || (0, _expValEquals.expValEquals)('confluence_max_width_content_appearance', 'isEnabled', true))) && responsiveBreakoutWidthFullWidth, (0, _expValEquals.expValEquals)('platform_editor_lovability_emoji_scaling', 'isEnabled', true) ? isCompactModeEnabled ? scaledDenseEmojiStyles : scaledEmojiStyles : isCompactModeEnabled ? denseStyles : undefined, (0, _experiments.editorExperiment)('platform_synced_block', true) && syncBlockStyles, centerWrapperStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) && isInsideSyncBlock ? syncBlockRendererStyles : null, isInsideSyncBlock && (0, _experiments.editorExperiment)('platform_synced_block', true) && tableFakeBorderStyles, isInsideSyncBlock && (0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _expValEquals.expValEquals)('platform_editor_table_q4_loveability', 'isEnabled', true) ? roundedTableFakeBorderOverlayStyles : null, (0, _expValEquals.expValEquals)('platform_editor_hide_extension_renderer_support', 'isEnabled', true) && hideExtensionStyles],
2284
2224
  "data-testid": testId
2285
2225
  }, children);
2286
2226
  };
@@ -72,7 +72,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
72
72
  var TABLE_INFO_TIMEOUT = 10000;
73
73
  var RENDER_EVENT_SAMPLE_RATE = 0.2;
74
74
  var packageName = "@atlaskit/renderer";
75
- var packageVersion = "133.2.0";
75
+ var packageVersion = "133.3.1";
76
76
  var setAsQueryContainerStyles = (0, _react2.css)({
77
77
  containerName: 'ak-renderer-wrapper',
78
78
  containerType: 'inline-size'
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Czech
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'vzestupně',
11
- 'fabric.editor.headingLink.copied': 'Zkopírováno!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Kopírovat odkaz na nadpis',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Kopírovat',
14
- 'fabric.editor.headingLink.descSortingLabel': 'sestupně',
15
- 'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'Žádné',
17
- 'fabric.editor.inlineComment.marker.end': 'konec vloženého komentáře',
18
- 'fabric.editor.inlineComment.marker.start': 'začátek vloženého komentáře'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/cs';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Danish (Denmark)
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'stigende',
11
- 'fabric.editor.headingLink.copied': 'Kopieret!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Kopiér link til overskrift',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Kopiér',
14
- 'fabric.editor.headingLink.descSortingLabel': 'faldende',
15
- 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'ingen',
17
- 'fabric.editor.inlineComment.marker.end': 'slut på indlejret kommentar',
18
- 'fabric.editor.inlineComment.marker.start': 'start på indlejret kommentar'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/da';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //German (Germany)
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'aufsteigend',
11
- 'fabric.editor.headingLink.copied': 'Kopiert!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Link zur Überschrift kopieren',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Kopieren',
14
- 'fabric.editor.headingLink.descSortingLabel': 'absteigend',
15
- 'fabric.editor.headingLink.failedToCopy': 'Kopieren ist fehlgeschlagen',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'Keine',
17
- 'fabric.editor.inlineComment.marker.end': 'Ende des Inline-Kommentars',
18
- 'fabric.editor.inlineComment.marker.start': 'Beginn des Inline-Kommentars'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/de';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'ascending',
11
- 'fabric.editor.headingLink.copied': 'Copied!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Copy link to heading',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Copy',
14
- 'fabric.editor.headingLink.descSortingLabel': 'descending',
15
- 'fabric.editor.headingLink.failedToCopy': 'Copy failed',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'none',
17
- 'fabric.editor.inlineComment.marker.end': 'inline comment end',
18
- 'fabric.editor.inlineComment.marker.start': 'inline comment start'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/en';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //English (United Kingdom)
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'ascending',
11
- 'fabric.editor.headingLink.copied': 'Copied!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Copy link to heading',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Copy',
14
- 'fabric.editor.headingLink.descSortingLabel': 'descending',
15
- 'fabric.editor.headingLink.failedToCopy': 'Copy failed',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'none',
17
- 'fabric.editor.inlineComment.marker.end': 'inline comment end',
18
- 'fabric.editor.inlineComment.marker.start': 'inline comment start'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/en_GB';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': '⁣⁢ascending⁡؜⁠⁠‍‍⁠‍⁡⁡⁡⁣⁤',
11
- 'fabric.editor.headingLink.copied': '⁣⁢Copied!؜‍؜؜⁠‌؜⁣⁤',
12
- 'fabric.editor.headingLink.copyAnchorLink': '⁣⁢Copy link to heading؜‍⁠؜⁡⁡⁠‍‍⁠‍⁡⁠‌⁡‍‍⁠⁣⁤',
13
- 'fabric.editor.headingLink.copyAriaLabel': '⁣⁢Copy‍‍‍؜‍؜؜⁡‍⁡‍‍‍⁣⁤',
14
- 'fabric.editor.headingLink.descSortingLabel': '⁣⁢descending؜‌⁡‌⁡⁠⁡⁠‍‌⁡⁡⁡؜⁣⁤',
15
- 'fabric.editor.headingLink.failedToCopy': '⁣⁢Copy failed⁠⁠‌⁠‌‍‌⁣⁤',
16
- 'fabric.editor.headingLink.noneSortingLabel': '⁣⁢none⁡؜⁡⁡؜⁠⁠⁣⁤',
17
- 'fabric.editor.inlineComment.marker.end': '⁣⁢inline comment end⁠‍⁡⁡؜⁠‌⁣⁤',
18
- 'fabric.editor.inlineComment.marker.start': '⁣⁢inline comment start؜‌‌‍⁡‍‍؜‌⁣⁤'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/en_ZZ';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Spanish (International)
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
11
- 'fabric.editor.headingLink.copied': '¡Copiado!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Copiar enlace en el título',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
14
- 'fabric.editor.headingLink.descSortingLabel': 'descendente',
15
- 'fabric.editor.headingLink.failedToCopy': 'Copia fallida',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'ninguno',
17
- 'fabric.editor.inlineComment.marker.end': 'final de comentario insertado',
18
- 'fabric.editor.inlineComment.marker.start': 'inicio de comentario insertado'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/es';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Finnish
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'nousevassa järjestyksessä',
11
- 'fabric.editor.headingLink.copied': 'Kopioitu!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Kopioi otsikkolinkki',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Kopioi',
14
- 'fabric.editor.headingLink.descSortingLabel': 'laskevassa järjestyksessä',
15
- 'fabric.editor.headingLink.failedToCopy': 'Kopiointi epäonnistui',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'Ei mitään',
17
- 'fabric.editor.inlineComment.marker.end': 'tekstin sisäisen kommentin loppu',
18
- 'fabric.editor.inlineComment.marker.start': 'tekstin sisäisen kommentin alku'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/fi';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //French (France)
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'ordre croissant',
11
- 'fabric.editor.headingLink.copied': 'Copié !',
12
- 'fabric.editor.headingLink.copyAnchorLink': "Copier le lien vers l'en-tête",
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Copier',
14
- 'fabric.editor.headingLink.descSortingLabel': 'ordre décroissant',
15
- 'fabric.editor.headingLink.failedToCopy': 'Copie impossible',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'Néant',
17
- 'fabric.editor.inlineComment.marker.end': 'fin du commentaire contextuel',
18
- 'fabric.editor.inlineComment.marker.start': 'début du commentaire contextuel'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/fr';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Croatian (Croatia) [hr-HR]
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'uzlazno',
11
- 'fabric.editor.headingLink.copied': 'Kopirano!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Kopiraj poveznicu u zaglavlju',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Kopiraj',
14
- 'fabric.editor.headingLink.descSortingLabel': 'silazno',
15
- 'fabric.editor.headingLink.failedToCopy': 'Neuspjelo kopiranje',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'nema',
17
- 'fabric.editor.inlineComment.marker.end': 'završetak za umetnuti komentar',
18
- 'fabric.editor.inlineComment.marker.start': 'početak za umetnuti komentar'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/hr';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Hungarian
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'növekvő',
11
- 'fabric.editor.headingLink.copied': 'Másolva!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Fejléc linkjének másolása',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Másolás',
14
- 'fabric.editor.headingLink.descSortingLabel': 'csökkenő',
15
- 'fabric.editor.headingLink.failedToCopy': 'A másolás nem sikerült',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'Nincs',
17
- 'fabric.editor.inlineComment.marker.end': 'beágyazott megjegyzés vége',
18
- 'fabric.editor.inlineComment.marker.start': 'beágyazott megjegyzés kezdete'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/hu';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Italian (Italy)
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'crescente',
11
- 'fabric.editor.headingLink.copied': 'Copiato.',
12
- 'fabric.editor.headingLink.copyAnchorLink': "Copia link nell'intestazione",
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Copia',
14
- 'fabric.editor.headingLink.descSortingLabel': 'decrescente',
15
- 'fabric.editor.headingLink.failedToCopy': 'Copia non riuscita',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'nessuno',
17
- 'fabric.editor.inlineComment.marker.end': 'fine del commento in linea',
18
- 'fabric.editor.inlineComment.marker.start': 'inizio del commento in linea'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/it';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Japanese
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': '昇順',
11
- 'fabric.editor.headingLink.copied': 'コピーしました',
12
- 'fabric.editor.headingLink.copyAnchorLink': '見出しへのリンクをコピー',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'コピー',
14
- 'fabric.editor.headingLink.descSortingLabel': '降順',
15
- 'fabric.editor.headingLink.failedToCopy': 'コピーできませんでした。',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'なし',
17
- 'fabric.editor.inlineComment.marker.end': 'インライン コメント終了',
18
- 'fabric.editor.inlineComment.marker.start': 'インライン コメント開始'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/ja';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Korean
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': '오름차순',
11
- 'fabric.editor.headingLink.copied': '복사되었습니다!',
12
- 'fabric.editor.headingLink.copyAnchorLink': '링크를 제목에 복사',
13
- 'fabric.editor.headingLink.copyAriaLabel': '복사',
14
- 'fabric.editor.headingLink.descSortingLabel': '내림차순',
15
- 'fabric.editor.headingLink.failedToCopy': '복사 실패',
16
- 'fabric.editor.headingLink.noneSortingLabel': '없음',
17
- 'fabric.editor.inlineComment.marker.end': '인라인 댓글 끝',
18
- 'fabric.editor.inlineComment.marker.start': '인라인 댓글 시작'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/ko';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Norwegian (Bokmål)
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'stigende',
11
- 'fabric.editor.headingLink.copied': 'Kopiert!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Kopier kobling til overskrift',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Kopier',
14
- 'fabric.editor.headingLink.descSortingLabel': 'synkende',
15
- 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislyktes',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'ingen',
17
- 'fabric.editor.inlineComment.marker.end': 'kommentar i margen slutt',
18
- 'fabric.editor.inlineComment.marker.start': 'kommentar i margen start'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/nb';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Dutch (Netherlands)
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'oplopend',
11
- 'fabric.editor.headingLink.copied': 'Gekopieerd!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Link naar kop kopiëren',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Kopiëren',
14
- 'fabric.editor.headingLink.descSortingLabel': 'aflopend',
15
- 'fabric.editor.headingLink.failedToCopy': 'Kopiëren mislukt',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'Geen',
17
- 'fabric.editor.inlineComment.marker.end': 'einde inline-opmerking',
18
- 'fabric.editor.inlineComment.marker.start': 'begin inline-opmerking'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/nl';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Polish (Poland)
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'rosnąco',
11
- 'fabric.editor.headingLink.copied': 'Skopiowano!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Skopiuj łącze do nagłówka',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Kopiuj',
14
- 'fabric.editor.headingLink.descSortingLabel': 'malejąco',
15
- 'fabric.editor.headingLink.failedToCopy': 'Kopiowanie nie powiodło się',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'Brak',
17
- 'fabric.editor.inlineComment.marker.end': 'koniec komentarza śródwierszowego',
18
- 'fabric.editor.inlineComment.marker.start': 'początek komentarza śródwierszowego'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/pl';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Portuguese (Brazil)
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
11
- 'fabric.editor.headingLink.copied': 'Copiado!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Copiar link para cabeçalho',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
14
- 'fabric.editor.headingLink.descSortingLabel': 'descendente',
15
- 'fabric.editor.headingLink.failedToCopy': 'Falha na cópia',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'nenhum',
17
- 'fabric.editor.inlineComment.marker.end': 'fim de comentário em linha',
18
- 'fabric.editor.inlineComment.marker.start': 'início de comentário em linha'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/pt_BR';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Russian
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'по возрастанию',
11
- 'fabric.editor.headingLink.copied': 'Скопировано!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Копировать ссылку в заголовок',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Скопировать',
14
- 'fabric.editor.headingLink.descSortingLabel': 'по убыванию',
15
- 'fabric.editor.headingLink.failedToCopy': 'Ошибка копирования',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'Нет',
17
- 'fabric.editor.inlineComment.marker.end': 'конец встроенного комментария',
18
- 'fabric.editor.inlineComment.marker.start': 'начало встроенного комментария'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/ru';
11
+ export default translations;
@@ -1,19 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Slovenian (Slovenia) [sl-SI]
9
- export default {
10
- 'fabric.editor.headingLink.ascSortingLabel': 'naraščajoče',
11
- 'fabric.editor.headingLink.copied': 'Kopirano!',
12
- 'fabric.editor.headingLink.copyAnchorLink': 'Kopiraj povezavo do naslova',
13
- 'fabric.editor.headingLink.copyAriaLabel': 'Kopiraj',
14
- 'fabric.editor.headingLink.descSortingLabel': 'padajoče',
15
- 'fabric.editor.headingLink.failedToCopy': 'Kopiranje ni uspelo',
16
- 'fabric.editor.headingLink.noneSortingLabel': 'brez',
17
- 'fabric.editor.inlineComment.marker.end': 'konec komentarja v vrstici',
18
- 'fabric.editor.inlineComment.marker.start': 'začetek komentarja v vrstici'
19
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/sl';
11
+ export default translations;