@atlaskit/renderer 123.2.0 → 123.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/afm-dev-agents/tsconfig.json +3 -0
  4. package/afm-jira/tsconfig.json +3 -0
  5. package/afm-passionfruit/tsconfig.json +3 -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/i18n/cs.js +4 -12
  10. package/dist/cjs/i18n/da.js +4 -12
  11. package/dist/cjs/i18n/de.js +4 -12
  12. package/dist/cjs/i18n/en.js +4 -12
  13. package/dist/cjs/i18n/en_GB.js +4 -12
  14. package/dist/cjs/i18n/en_ZZ.js +4 -12
  15. package/dist/cjs/i18n/es.js +4 -12
  16. package/dist/cjs/i18n/fi.js +4 -12
  17. package/dist/cjs/i18n/fr.js +4 -12
  18. package/dist/cjs/i18n/hr.js +4 -12
  19. package/dist/cjs/i18n/hu.js +4 -12
  20. package/dist/cjs/i18n/it.js +4 -12
  21. package/dist/cjs/i18n/ja.js +4 -12
  22. package/dist/cjs/i18n/ko.js +4 -12
  23. package/dist/cjs/i18n/nb.js +4 -12
  24. package/dist/cjs/i18n/nl.js +4 -12
  25. package/dist/cjs/i18n/pl.js +4 -12
  26. package/dist/cjs/i18n/pt_BR.js +4 -12
  27. package/dist/cjs/i18n/ru.js +4 -12
  28. package/dist/cjs/i18n/sl.js +4 -12
  29. package/dist/cjs/i18n/sr_RS.js +4 -12
  30. package/dist/cjs/i18n/sr_YR.js +4 -12
  31. package/dist/cjs/i18n/sv.js +4 -12
  32. package/dist/cjs/i18n/th.js +4 -12
  33. package/dist/cjs/i18n/tr.js +4 -12
  34. package/dist/cjs/i18n/uk.js +4 -12
  35. package/dist/cjs/i18n/vi.js +4 -12
  36. package/dist/cjs/i18n/zh.js +4 -12
  37. package/dist/cjs/i18n/zh_TW.js +4 -12
  38. package/dist/cjs/react/nodes/blockCard.js +6 -3
  39. package/dist/cjs/react/nodes/bodiedExtension.js +4 -3
  40. package/dist/cjs/react/nodes/codeBlock/components/codeBlockButtonContainer.js +1 -1
  41. package/dist/cjs/react/nodes/multiBodiedExtension.js +2 -1
  42. package/dist/cjs/react/nodes/panel.js +1 -1
  43. package/dist/cjs/ui/Renderer/RendererStyleContainer.js +10 -10
  44. package/dist/cjs/ui/Renderer/index.js +1 -1
  45. package/dist/cjs/ui/annotations/draft/component.js +1 -1
  46. package/dist/cjs/ui/annotations/element/mark.js +4 -4
  47. package/dist/cjs/ui/hooks/useScrollToLocalId.js +78 -7
  48. package/dist/es2019/i18n/cs.js +4 -12
  49. package/dist/es2019/i18n/da.js +4 -12
  50. package/dist/es2019/i18n/de.js +4 -12
  51. package/dist/es2019/i18n/en.js +4 -12
  52. package/dist/es2019/i18n/en_GB.js +4 -12
  53. package/dist/es2019/i18n/en_ZZ.js +4 -12
  54. package/dist/es2019/i18n/es.js +4 -12
  55. package/dist/es2019/i18n/fi.js +4 -12
  56. package/dist/es2019/i18n/fr.js +4 -12
  57. package/dist/es2019/i18n/hr.js +4 -12
  58. package/dist/es2019/i18n/hu.js +4 -12
  59. package/dist/es2019/i18n/it.js +4 -12
  60. package/dist/es2019/i18n/ja.js +4 -12
  61. package/dist/es2019/i18n/ko.js +4 -12
  62. package/dist/es2019/i18n/nb.js +4 -12
  63. package/dist/es2019/i18n/nl.js +4 -12
  64. package/dist/es2019/i18n/pl.js +4 -12
  65. package/dist/es2019/i18n/pt_BR.js +4 -12
  66. package/dist/es2019/i18n/ru.js +4 -12
  67. package/dist/es2019/i18n/sl.js +4 -12
  68. package/dist/es2019/i18n/sr_RS.js +4 -12
  69. package/dist/es2019/i18n/sr_YR.js +4 -12
  70. package/dist/es2019/i18n/sv.js +4 -12
  71. package/dist/es2019/i18n/th.js +4 -12
  72. package/dist/es2019/i18n/tr.js +4 -12
  73. package/dist/es2019/i18n/uk.js +4 -12
  74. package/dist/es2019/i18n/vi.js +4 -12
  75. package/dist/es2019/i18n/zh.js +4 -12
  76. package/dist/es2019/i18n/zh_TW.js +4 -12
  77. package/dist/es2019/react/nodes/blockCard.js +6 -3
  78. package/dist/es2019/react/nodes/bodiedExtension.js +4 -3
  79. package/dist/es2019/react/nodes/codeBlock/components/codeBlockButtonContainer.js +1 -1
  80. package/dist/es2019/react/nodes/multiBodiedExtension.js +2 -1
  81. package/dist/es2019/react/nodes/panel.js +1 -1
  82. package/dist/es2019/ui/Renderer/RendererStyleContainer.js +10 -10
  83. package/dist/es2019/ui/Renderer/index.js +1 -1
  84. package/dist/es2019/ui/annotations/draft/component.js +1 -1
  85. package/dist/es2019/ui/annotations/element/mark.js +4 -4
  86. package/dist/es2019/ui/hooks/useScrollToLocalId.js +78 -7
  87. package/dist/esm/i18n/cs.js +4 -12
  88. package/dist/esm/i18n/da.js +4 -12
  89. package/dist/esm/i18n/de.js +4 -12
  90. package/dist/esm/i18n/en.js +4 -12
  91. package/dist/esm/i18n/en_GB.js +4 -12
  92. package/dist/esm/i18n/en_ZZ.js +4 -12
  93. package/dist/esm/i18n/es.js +4 -12
  94. package/dist/esm/i18n/fi.js +4 -12
  95. package/dist/esm/i18n/fr.js +4 -12
  96. package/dist/esm/i18n/hr.js +4 -12
  97. package/dist/esm/i18n/hu.js +4 -12
  98. package/dist/esm/i18n/it.js +4 -12
  99. package/dist/esm/i18n/ja.js +4 -12
  100. package/dist/esm/i18n/ko.js +4 -12
  101. package/dist/esm/i18n/nb.js +4 -12
  102. package/dist/esm/i18n/nl.js +4 -12
  103. package/dist/esm/i18n/pl.js +4 -12
  104. package/dist/esm/i18n/pt_BR.js +4 -12
  105. package/dist/esm/i18n/ru.js +4 -12
  106. package/dist/esm/i18n/sl.js +4 -12
  107. package/dist/esm/i18n/sr_RS.js +4 -12
  108. package/dist/esm/i18n/sr_YR.js +4 -12
  109. package/dist/esm/i18n/sv.js +4 -12
  110. package/dist/esm/i18n/th.js +4 -12
  111. package/dist/esm/i18n/tr.js +4 -12
  112. package/dist/esm/i18n/uk.js +4 -12
  113. package/dist/esm/i18n/vi.js +4 -12
  114. package/dist/esm/i18n/zh.js +4 -12
  115. package/dist/esm/i18n/zh_TW.js +4 -12
  116. package/dist/esm/react/nodes/blockCard.js +6 -3
  117. package/dist/esm/react/nodes/bodiedExtension.js +4 -3
  118. package/dist/esm/react/nodes/codeBlock/components/codeBlockButtonContainer.js +1 -1
  119. package/dist/esm/react/nodes/multiBodiedExtension.js +2 -1
  120. package/dist/esm/react/nodes/panel.js +1 -1
  121. package/dist/esm/ui/Renderer/RendererStyleContainer.js +10 -10
  122. package/dist/esm/ui/Renderer/index.js +1 -1
  123. package/dist/esm/ui/annotations/draft/component.js +1 -1
  124. package/dist/esm/ui/annotations/element/mark.js +4 -4
  125. package/dist/esm/ui/hooks/useScrollToLocalId.js +78 -7
  126. package/dist/types/i18n/cs.d.ts +2 -12
  127. package/dist/types/i18n/da.d.ts +2 -12
  128. package/dist/types/i18n/de.d.ts +2 -12
  129. package/dist/types/i18n/en.d.ts +2 -12
  130. package/dist/types/i18n/en_GB.d.ts +2 -12
  131. package/dist/types/i18n/en_ZZ.d.ts +2 -12
  132. package/dist/types/i18n/es.d.ts +2 -12
  133. package/dist/types/i18n/fi.d.ts +2 -12
  134. package/dist/types/i18n/fr.d.ts +2 -12
  135. package/dist/types/i18n/hr.d.ts +2 -12
  136. package/dist/types/i18n/hu.d.ts +2 -12
  137. package/dist/types/i18n/it.d.ts +2 -12
  138. package/dist/types/i18n/ja.d.ts +2 -12
  139. package/dist/types/i18n/ko.d.ts +2 -12
  140. package/dist/types/i18n/nb.d.ts +2 -12
  141. package/dist/types/i18n/nl.d.ts +2 -12
  142. package/dist/types/i18n/pl.d.ts +2 -12
  143. package/dist/types/i18n/pt_BR.d.ts +2 -12
  144. package/dist/types/i18n/ru.d.ts +2 -12
  145. package/dist/types/i18n/sl.d.ts +2 -12
  146. package/dist/types/i18n/sr_RS.d.ts +2 -12
  147. package/dist/types/i18n/sr_YR.d.ts +2 -12
  148. package/dist/types/i18n/sv.d.ts +2 -12
  149. package/dist/types/i18n/th.d.ts +2 -12
  150. package/dist/types/i18n/tr.d.ts +2 -12
  151. package/dist/types/i18n/uk.d.ts +2 -12
  152. package/dist/types/i18n/vi.d.ts +2 -12
  153. package/dist/types/i18n/zh.d.ts +2 -12
  154. package/dist/types/i18n/zh_TW.d.ts +2 -12
  155. package/dist/types/react/nodes/blockCard.d.ts +1 -0
  156. package/dist/types/react/nodes/index.d.ts +1 -0
  157. package/dist/types-ts4.5/i18n/cs.d.ts +2 -12
  158. package/dist/types-ts4.5/i18n/da.d.ts +2 -12
  159. package/dist/types-ts4.5/i18n/de.d.ts +2 -12
  160. package/dist/types-ts4.5/i18n/en.d.ts +2 -12
  161. package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -12
  162. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -12
  163. package/dist/types-ts4.5/i18n/es.d.ts +2 -12
  164. package/dist/types-ts4.5/i18n/fi.d.ts +2 -12
  165. package/dist/types-ts4.5/i18n/fr.d.ts +2 -12
  166. package/dist/types-ts4.5/i18n/hr.d.ts +2 -12
  167. package/dist/types-ts4.5/i18n/hu.d.ts +2 -12
  168. package/dist/types-ts4.5/i18n/it.d.ts +2 -12
  169. package/dist/types-ts4.5/i18n/ja.d.ts +2 -12
  170. package/dist/types-ts4.5/i18n/ko.d.ts +2 -12
  171. package/dist/types-ts4.5/i18n/nb.d.ts +2 -12
  172. package/dist/types-ts4.5/i18n/nl.d.ts +2 -12
  173. package/dist/types-ts4.5/i18n/pl.d.ts +2 -12
  174. package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -12
  175. package/dist/types-ts4.5/i18n/ru.d.ts +2 -12
  176. package/dist/types-ts4.5/i18n/sl.d.ts +2 -12
  177. package/dist/types-ts4.5/i18n/sr_RS.d.ts +2 -12
  178. package/dist/types-ts4.5/i18n/sr_YR.d.ts +2 -12
  179. package/dist/types-ts4.5/i18n/sv.d.ts +2 -12
  180. package/dist/types-ts4.5/i18n/th.d.ts +2 -12
  181. package/dist/types-ts4.5/i18n/tr.d.ts +2 -12
  182. package/dist/types-ts4.5/i18n/uk.d.ts +2 -12
  183. package/dist/types-ts4.5/i18n/vi.d.ts +2 -12
  184. package/dist/types-ts4.5/i18n/zh.d.ts +2 -12
  185. package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -12
  186. package/dist/types-ts4.5/react/nodes/blockCard.d.ts +1 -0
  187. package/dist/types-ts4.5/react/nodes/index.d.ts +1 -0
  188. package/package.json +5 -3
@@ -19,7 +19,7 @@ import { calcBreakoutWidth, canRenderDatasource } from '@atlaskit/editor-common/
19
19
  import { usePortal } from '../../ui/Renderer/PortalContext';
20
20
  var datasourceContainerStyle = css({
21
21
  borderRadius: "var(--ds-radius-large, 8px)",
22
- border: "1px solid ".concat("var(--ds-border, ".concat(N40, ")")),
22
+ border: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, ".concat(N40, ")")),
23
23
  overflow: 'hidden',
24
24
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
25
25
  marginLeft: '50%',
@@ -31,7 +31,8 @@ export default function BlockCard(props) {
31
31
  data = props.data,
32
32
  eventHandlers = props.eventHandlers,
33
33
  smartLinks = props.smartLinks,
34
- isNodeNested = props.isNodeNested;
34
+ isNodeNested = props.isNodeNested,
35
+ localId = props.localId;
35
36
  var portal = usePortal(props);
36
37
  var _ref = smartLinks || {},
37
38
  actionOptions = _ref.actionOptions;
@@ -99,6 +100,7 @@ export default function BlockCard(props) {
99
100
  return jsx("div", {
100
101
  css: datasourceContainerStyle,
101
102
  "data-testid": "renderer-datasource-table",
103
+ "data-local-id": localId,
102
104
  style: {
103
105
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
104
106
  width: isNodeNested ? '100%' : calcBreakoutWidth(layout, width)
@@ -147,7 +149,8 @@ export default function BlockCard(props) {
147
149
  className: "blockCardView-content-wrap",
148
150
  "data-block-card": true,
149
151
  "data-card-data": data ? JSON.stringify(data) : undefined,
150
- "data-card-url": url
152
+ "data-card-url": url,
153
+ "data-local-id": localId
151
154
  }, jsx(CardErrorBoundary, _extends({
152
155
  unsupportedComponent: UnsupportedBlock
153
156
  // Ignored via go/ees005
@@ -36,7 +36,8 @@ var BodiedExtension = function BodiedExtension(props) {
36
36
  extensionKey = props.extensionKey,
37
37
  extensionType = props.extensionType,
38
38
  parameters = props.parameters,
39
- extensionViewportSizes = props.extensionViewportSizes;
39
+ extensionViewportSizes = props.extensionViewportSizes,
40
+ localId = props.localId;
40
41
  var _useAnalyticsEvents = useAnalyticsEvents(),
41
42
  createAnalyticsEvent = _useAnalyticsEvents.createAnalyticsEvent;
42
43
  var removeOverflow = React.Children.toArray(children)
@@ -66,7 +67,7 @@ var BodiedExtension = function BodiedExtension(props) {
66
67
  // Return the content directly if it's a valid JSX.Element
67
68
  return renderExtension(result, layout, {
68
69
  isTopLevel: path.length < 1
69
- }, removeOverflow, parameters === null || parameters === void 0 ? void 0 : parameters.extensionId, extensionViewportSizes);
70
+ }, removeOverflow, parameters === null || parameters === void 0 ? void 0 : parameters.extensionId, extensionViewportSizes, undefined, localId);
70
71
  }
71
72
  } catch (e) {
72
73
  /** We don't want this error to block renderer */
@@ -76,7 +77,7 @@ var BodiedExtension = function BodiedExtension(props) {
76
77
  // Always return default content if anything goes wrong
77
78
  return renderExtension(children, layout, {
78
79
  isTopLevel: path.length < 1
79
- }, removeOverflow, parameters === null || parameters === void 0 ? void 0 : parameters.extensionId, extensionViewportSizes);
80
+ }, removeOverflow, parameters === null || parameters === void 0 ? void 0 : parameters.extensionId, extensionViewportSizes, undefined, localId);
80
81
  }))));
81
82
  };
82
83
  export default BodiedExtension;
@@ -25,7 +25,7 @@ var codeBlockButtonsStyle = css({
25
25
  button: {
26
26
  height: '32px',
27
27
  width: '32px',
28
- border: "2px solid ".concat("var(--ds-border, ".concat(N0, ")")),
28
+ border: "var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border, ".concat(N0, ")")),
29
29
  borderRadius: "var(--ds-radius-small, 4px)",
30
30
  marginLeft: "var(--ds-space-050, 4px)",
31
31
  padding: "var(--ds-space-025, 2px)",
@@ -127,7 +127,8 @@ var MultiBodiedExtension = function MultiBodiedExtension(props) {
127
127
  "data-testid": "multiBodiedExtension--container",
128
128
  "data-multiBodiedExtension-container": true,
129
129
  "data-active-child-index": activeChildIndex,
130
- "data-layout": layout
130
+ "data-layout": layout,
131
+ "data-local-id": localId
131
132
  }, jsx(WidthConsumer, null, function (_ref4) {
132
133
  var width = _ref4.width;
133
134
  return jsx(MultiBodiedExtensionWrapper, {
@@ -150,7 +150,7 @@ var panelNestedIconStyles = css({
150
150
  var nestedPanelStyles = css({
151
151
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
152
152
  '.ak-editor-panel__content .ak-editor-panel': {
153
- border: "1px solid ".concat("var(--ds-border, #091E42)")
153
+ border: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #091E42)")
154
154
  }
155
155
  });
156
156
  var panelCustomBackground = css({
@@ -227,7 +227,7 @@ var telepointerStyles = css(_defineProperty({}, "#".concat(TELEPOINTER_ID), {
227
227
  paddingLeft: '1.5px',
228
228
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
229
229
  lineHeight: 'initial',
230
- borderRadius: '0px 2px 2px 0px',
230
+ borderRadius: "0px ".concat("var(--ds-radius-xsmall, 2px)", " ", "var(--ds-radius-xsmall, 2px)", " 0px"),
231
231
  color: "var(--ds-text-inverse, white)",
232
232
  backgroundColor: "var(--ds-background-brand-bold, #0C66E4)"
233
233
  }
@@ -284,7 +284,7 @@ var blockquoteSharedStyles = css({
284
284
  display: 'inline-block',
285
285
  paddingLeft: "var(--ds-space-200, 16px)",
286
286
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
287
- borderLeft: "2px solid ".concat("var(--ds-border, ".concat(akEditorBlockquoteBorderColor, ")")),
287
+ borderLeft: "var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border, ".concat(akEditorBlockquoteBorderColor, ")")),
288
288
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
289
289
  margin: "".concat(blockNodesVerticalMargin, " 0 0 0"),
290
290
  marginRight: 0,
@@ -1099,7 +1099,7 @@ var tableRendererHeaderStylesForTableCellOnly = css(_defineProperty({}, ".".conc
1099
1099
  minWidth: "".concat(tableCellMinWidth, "px"),
1100
1100
  fontWeight: "var(--ds-font-weight-regular, 400)",
1101
1101
  verticalAlign: 'top',
1102
- border: "1px solid ".concat("var(--ds-background-accent-gray-subtler, ".concat(akEditorTableBorder, ")")),
1102
+ border: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-background-accent-gray-subtler, ".concat(akEditorTableBorder, ")")),
1103
1103
  borderRightWidth: 0,
1104
1104
  borderBottomWidth: 0,
1105
1105
  padding: "var(--ds-space-100, 8px)",
@@ -1240,7 +1240,7 @@ var rendererTableSortableColumnStyles = css(_defineProperty({}, ".".concat(Rende
1240
1240
  var rendererTableColumnStylesOld = css(_defineProperty({}, ".".concat(RendererCssClassName.DOCUMENT, " .").concat(TableSharedCssClassName.TABLE_CONTAINER), {
1241
1241
  'table[data-number-column="true"]': _defineProperty(_defineProperty({}, ".".concat(RendererCssClassName.NUMBER_COLUMN), {
1242
1242
  backgroundColor: "".concat("var(--ds-background-neutral, ".concat(akEditorTableToolbar, ")")),
1243
- borderRight: "1px solid\n\t\t\t\t\t\t\t\t".concat("var(--ds-background-accent-gray-subtler, ".concat(akEditorTableBorder, ")")),
1243
+ borderRight: "var(--ds-border-width, 1px)".concat(" solid\n\t\t\t\t\t\t\t\t", "var(--ds-background-accent-gray-subtler, ".concat(akEditorTableBorder, ")")),
1244
1244
  width: "".concat(akEditorTableNumberColumnWidth, "px"),
1245
1245
  textAlign: 'center',
1246
1246
  color: "".concat("var(--ds-text-subtlest, ".concat(N200, ")")),
@@ -1253,7 +1253,7 @@ var rendererTableColumnStylesOld = css(_defineProperty({}, ".".concat(RendererCs
1253
1253
  var rendererTableColumnStyles = css(_defineProperty({}, ".".concat(RendererCssClassName.DOCUMENT, " .").concat(TableSharedCssClassName.TABLE_CONTAINER), {
1254
1254
  'table[data-number-column="true"]': _defineProperty(_defineProperty({}, ".".concat(RendererCssClassName.NUMBER_COLUMN), {
1255
1255
  backgroundColor: "var(--ds-background-accent-gray-subtlest, #F1F2F4)",
1256
- borderRight: "1px solid\n\t\t\t\t\t\t\t\t".concat("var(--ds-background-accent-gray-subtler, ".concat(akEditorTableBorder, ")")),
1256
+ borderRight: "var(--ds-border-width, 1px)".concat(" solid\n\t\t\t\t\t\t\t\t", "var(--ds-background-accent-gray-subtler, ".concat(akEditorTableBorder, ")")),
1257
1257
  width: "".concat(akEditorTableNumberColumnWidth, "px"),
1258
1258
  textAlign: 'center',
1259
1259
  color: "".concat("var(--ds-text-subtlest, ".concat(N200, ")")),
@@ -1279,8 +1279,8 @@ var stickyHeaderStyles = css({
1279
1279
  display: 'flex',
1280
1280
  overflow: 'hidden',
1281
1281
  zIndex: "".concat(akEditorStickyHeaderZIndex),
1282
- borderRight: "1px solid ".concat("var(--ds-background-accent-gray-subtler, ".concat(akEditorTableBorder, ")")),
1283
- borderBottom: "1px solid ".concat("var(--ds-background-accent-gray-subtler, ".concat(akEditorTableBorder, ")")),
1282
+ borderRight: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-background-accent-gray-subtler, ".concat(akEditorTableBorder, ")")),
1283
+ borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-background-accent-gray-subtler, ".concat(akEditorTableBorder, ")")),
1284
1284
  /* this is to compensate for the table border */
1285
1285
  transform: 'translateX(-1px)'
1286
1286
  },
@@ -1439,7 +1439,7 @@ var columnLayoutResponsiveRendererStyles = css({
1439
1439
  var rendererAnnotationStyles = css({
1440
1440
  "& [data-mark-type='annotation'][data-mark-annotation-state='active'] [data-annotation-mark], & [data-annotation-draft-mark][data-annotation-inline-node]": {
1441
1441
  background: "var(--ds-background-accent-yellow-subtler, ".concat(Y75, ")"),
1442
- borderBottom: "2px solid ".concat("var(--ds-border-accent-yellow, ".concat(Y300, ")")),
1442
+ borderBottom: "var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border-accent-yellow, ".concat(Y300, ")")),
1443
1443
  boxShadow: "var(--ds-shadow-overlay, ".concat("1px 2px 3px ".concat(N60A, ", -1px 2px 3px ").concat(N60A), ")"),
1444
1444
  cursor: 'pointer',
1445
1445
  padding: "var(--ds-space-050, 4px)".concat(" ", "var(--ds-space-025, 2px)")
@@ -1448,9 +1448,9 @@ var rendererAnnotationStyles = css({
1448
1448
  var rendererAnnotationStylesCommentHeightFix = css({
1449
1449
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
1450
1450
  '& [data-annotation-draft-mark][data-annotation-inline-node]': {
1451
- borderBottom: '2px solid transparent',
1451
+ borderBottom: "var(--ds-border-width-selected, 2px)".concat(" solid transparent"),
1452
1452
  cursor: 'pointer',
1453
- padding: '1px 0 2px',
1453
+ padding: "1px 0 ".concat("var(--ds-space-025, 2px)"),
1454
1454
  background: "var(--ds-background-accent-yellow-subtler, ".concat(Y75, ")"),
1455
1455
  borderBottomColor: "var(--ds-border-accent-yellow, ".concat(Y300, ")"),
1456
1456
  boxShadow: "var(--ds-shadow-overlay, ".concat("1px 2px 3px ".concat(N60A, ", -1px 2px 3px ").concat(N60A), ")")
@@ -54,7 +54,7 @@ import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equ
54
54
  export var NORMAL_SEVERITY_THRESHOLD = 2000;
55
55
  export var DEGRADED_SEVERITY_THRESHOLD = 3000;
56
56
  var packageName = "@atlaskit/renderer";
57
- var packageVersion = "123.1.1";
57
+ var packageVersion = "123.2.1";
58
58
  var setAsQueryContainerStyles = css({
59
59
  containerName: 'ak-renderer-wrapper',
60
60
  containerType: 'inline-size'
@@ -20,7 +20,7 @@ var markStyles = css({
20
20
  color: 'inherit',
21
21
  backgroundColor: 'unset',
22
22
  WebkitTapHighlightColor: 'transparent',
23
- borderBottom: '2px solid transparent',
23
+ borderBottom: "var(--ds-border-width-selected, 2px)".concat(" solid transparent"),
24
24
  cursor: 'pointer',
25
25
  padding: '1px 0 2px',
26
26
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
@@ -22,11 +22,11 @@ var markStyles = css(_defineProperty({
22
22
  }, "&[data-mark-annotation-state='".concat(AnnotationMarkStates.ACTIVE, "']"), {
23
23
  // was from blur in AnnotationSharedCSSByState().blur
24
24
  background: "var(--ds-background-accent-yellow-subtlest, #FFF7D6)",
25
- borderBottom: "2px solid ".concat("var(--ds-border-accent-yellow, #B38600)"),
25
+ borderBottom: "var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border-accent-yellow, #B38600)"),
26
26
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
27
27
  '&[data-has-focus="true"]': {
28
28
  background: "var(--ds-background-accent-yellow-subtler, #F8E6A0)",
29
- borderBottom: "2px solid ".concat("var(--ds-border-accent-yellow, #B38600)"),
29
+ borderBottom: "var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border-accent-yellow, #B38600)"),
30
30
  // TODO: DSP-4147 - Annotation shadow
31
31
  boxShadow: "var(--ds-shadow-overlay, 0px 8px 12px #091E4226, 0px 0px 1px #091E424f)",
32
32
  cursor: 'pointer'
@@ -55,9 +55,9 @@ var markStylesWithUpdatedShadow = css(_defineProperty({}, "&[data-mark-annotatio
55
55
  }));
56
56
  var markStylesWithInlineComments = css(_defineProperty({}, "&[data-mark-annotation-state='".concat(AnnotationMarkStates.ACTIVE, "']"), {
57
57
  // was from common in AnnotationSharedCSSByState().common
58
- borderBottom: '2px solid transparent',
58
+ borderBottom: "var(--ds-border-width-selected, 2px)".concat(" solid transparent"),
59
59
  cursor: 'pointer',
60
- padding: '1px 0 2px',
60
+ padding: "1px 0 ".concat("var(--ds-space-025, 2px)"),
61
61
  // it was under fg(annotations_align_editor_and_renderer_styles) from AnnotationSharedCSSByState().common, assume it's on as already rolled out
62
62
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
63
63
  '&:has(.card), &:has([data-inline-card])': {
@@ -1,4 +1,5 @@
1
1
  import { useEffect } from 'react';
2
+ import { getDocument } from '@atlaskit/browser-apis';
2
3
 
3
4
  // Find editor node dom with localId - similar to confluence useScrollOnUrlChange.ts
4
5
  var getLocalIdSelector = function getLocalIdSelector(localId, container) {
@@ -33,6 +34,7 @@ var getLocalIdSelector = function getLocalIdSelector(localId, container) {
33
34
  };
34
35
  export var useScrollToLocalId = function useScrollToLocalId(containerRef, shouldScrollToLocalId) {
35
36
  useEffect(function () {
37
+ var _getDocument;
36
38
  // Only run in browser environment
37
39
  if (typeof window === 'undefined' || !(containerRef !== null && containerRef !== void 0 && containerRef.current) || !shouldScrollToLocalId) {
38
40
  return;
@@ -41,14 +43,83 @@ export var useScrollToLocalId = function useScrollToLocalId(containerRef, should
41
43
  // Parse URL parameters for block ID
42
44
  var urlParams = new URLSearchParams(window.location.search);
43
45
  var blockId = urlParams.get('block');
44
- if (blockId) {
45
- // Search within the renderer container using the selector function
46
- var element = getLocalIdSelector(blockId, containerRef.current);
47
- if (element) {
48
- element.scrollIntoView({
49
- behavior: 'smooth'
50
- });
46
+ if (!blockId) {
47
+ return;
48
+ }
49
+ var retryCount = 0;
50
+ // 5 second timeout based on dashboard showing ~4.96s TTI load time
51
+ var maxRetries = 20; // Maximum 20 retries (5 seconds at 250ms intervals)
52
+ var retryInterval = 250; // Check every 250ms
53
+ var intervalId = null;
54
+ var scrollToElement = function scrollToElement() {
55
+ if (containerRef !== null && containerRef !== void 0 && containerRef.current) {
56
+ var element = getLocalIdSelector(blockId, containerRef.current);
57
+ if (element) {
58
+ element.scrollIntoView({
59
+ behavior: 'smooth'
60
+ });
61
+ return true;
62
+ }
63
+ }
64
+ return false;
65
+ };
66
+ var attemptScroll = function attemptScroll() {
67
+ retryCount++;
68
+
69
+ // Try to scroll to element
70
+ if (scrollToElement()) {
71
+ if (intervalId) {
72
+ clearInterval(intervalId);
73
+ intervalId = null;
74
+ }
75
+ return true;
76
+ }
77
+
78
+ // Stop retrying if we've exceeded max retries
79
+ if (retryCount >= maxRetries) {
80
+ if (intervalId) {
81
+ clearInterval(intervalId);
82
+ intervalId = null;
83
+ }
84
+ return false;
51
85
  }
86
+ return false;
87
+ };
88
+
89
+ // Try to scroll immediately
90
+ if (attemptScroll()) {
91
+ return;
92
+ }
93
+ if (((_getDocument = getDocument()) === null || _getDocument === void 0 ? void 0 : _getDocument.readyState) === 'complete') {
94
+ // Document is already ready, try a few more times with delays
95
+ // This handles cases where elements are added after document ready
96
+ intervalId = setInterval(function () {
97
+ attemptScroll();
98
+ }, retryInterval);
99
+ } else {
100
+ // Document not ready yet, wait for it and then retry
101
+ intervalId = setInterval(function () {
102
+ var _getDocument2;
103
+ if (((_getDocument2 = getDocument()) === null || _getDocument2 === void 0 ? void 0 : _getDocument2.readyState) === 'complete') {
104
+ attemptScroll();
105
+ } else if (retryCount >= maxRetries) {
106
+ // Stop retrying even if document isn't ready
107
+ if (intervalId) {
108
+ clearInterval(intervalId);
109
+ intervalId = null;
110
+ }
111
+ } else {
112
+ retryCount++;
113
+ }
114
+ }, retryInterval);
52
115
  }
116
+
117
+ // Cleanup function
118
+ return function () {
119
+ if (intervalId) {
120
+ clearInterval(intervalId);
121
+ intervalId = null;
122
+ }
123
+ };
53
124
  }, [containerRef, shouldScrollToLocalId]);
54
125
  };
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/cs';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/da';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/de';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/en';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/en_GB';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/en_ZZ';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/es';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/fi';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/fr';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/hr';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/hu';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/it';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/ja';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/ko';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/nb';
8
+ export default translations;
@@ -4,15 +4,5 @@
4
4
  * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- declare const _default: {
8
- 'fabric.editor.headingLink.ascSortingLabel': string;
9
- 'fabric.editor.headingLink.copied': string;
10
- 'fabric.editor.headingLink.copyAnchorLink': string;
11
- 'fabric.editor.headingLink.copyAriaLabel': string;
12
- 'fabric.editor.headingLink.descSortingLabel': string;
13
- 'fabric.editor.headingLink.failedToCopy': string;
14
- 'fabric.editor.headingLink.noneSortingLabel': string;
15
- 'fabric.editor.inlineComment.marker.end': string;
16
- 'fabric.editor.inlineComment.marker.start': string;
17
- };
18
- export default _default;
7
+ import translations from '@atlaskit/afm-i18n-platform-editor-renderer/i18n/nl';
8
+ export default translations;