@atlaskit/renderer 114.13.1 → 115.0.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 (152) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/cjs/i18n/cs.js +1 -2
  3. package/dist/cjs/i18n/da.js +1 -2
  4. package/dist/cjs/i18n/de.js +1 -2
  5. package/dist/cjs/i18n/en.js +1 -2
  6. package/dist/cjs/i18n/en_GB.js +1 -2
  7. package/dist/cjs/i18n/en_ZZ.js +1 -2
  8. package/dist/cjs/i18n/es.js +1 -2
  9. package/dist/cjs/i18n/fi.js +1 -2
  10. package/dist/cjs/i18n/fr.js +1 -2
  11. package/dist/cjs/i18n/hr.js +25 -0
  12. package/dist/cjs/i18n/hu.js +1 -2
  13. package/dist/cjs/i18n/it.js +1 -2
  14. package/dist/cjs/i18n/ja.js +1 -2
  15. package/dist/cjs/i18n/ko.js +1 -2
  16. package/dist/cjs/i18n/nb.js +1 -2
  17. package/dist/cjs/i18n/nl.js +1 -2
  18. package/dist/cjs/i18n/pl.js +1 -2
  19. package/dist/cjs/i18n/pt_BR.js +1 -2
  20. package/dist/cjs/i18n/ru.js +1 -2
  21. package/dist/cjs/i18n/sk.js +12 -3
  22. package/dist/cjs/i18n/sv.js +1 -2
  23. package/dist/cjs/i18n/th.js +1 -2
  24. package/dist/cjs/i18n/tr.js +1 -2
  25. package/dist/cjs/i18n/uk.js +1 -2
  26. package/dist/cjs/i18n/vi.js +1 -2
  27. package/dist/cjs/i18n/zh.js +1 -2
  28. package/dist/cjs/i18n/zh_TW.js +1 -2
  29. package/dist/cjs/react/nodes/panel.js +7 -1
  30. package/dist/cjs/react/nodes/table.js +17 -1
  31. package/dist/cjs/react/nodes/tableNew.js +24 -4
  32. package/dist/cjs/ui/Renderer/RendererStyleContainer.js +13 -1
  33. package/dist/cjs/ui/Renderer/index.js +1 -1
  34. package/dist/es2019/i18n/cs.js +1 -2
  35. package/dist/es2019/i18n/da.js +1 -2
  36. package/dist/es2019/i18n/de.js +1 -2
  37. package/dist/es2019/i18n/en.js +1 -2
  38. package/dist/es2019/i18n/en_GB.js +1 -2
  39. package/dist/es2019/i18n/en_ZZ.js +1 -2
  40. package/dist/es2019/i18n/es.js +1 -2
  41. package/dist/es2019/i18n/fi.js +1 -2
  42. package/dist/es2019/i18n/fr.js +1 -2
  43. package/dist/es2019/i18n/hr.js +19 -0
  44. package/dist/es2019/i18n/hu.js +1 -2
  45. package/dist/es2019/i18n/it.js +1 -2
  46. package/dist/es2019/i18n/ja.js +1 -2
  47. package/dist/es2019/i18n/ko.js +1 -2
  48. package/dist/es2019/i18n/nb.js +1 -2
  49. package/dist/es2019/i18n/nl.js +1 -2
  50. package/dist/es2019/i18n/pl.js +1 -2
  51. package/dist/es2019/i18n/pt_BR.js +1 -2
  52. package/dist/es2019/i18n/ru.js +1 -2
  53. package/dist/es2019/i18n/sk.js +12 -3
  54. package/dist/es2019/i18n/sv.js +1 -2
  55. package/dist/es2019/i18n/th.js +1 -2
  56. package/dist/es2019/i18n/tr.js +1 -2
  57. package/dist/es2019/i18n/uk.js +1 -2
  58. package/dist/es2019/i18n/vi.js +1 -2
  59. package/dist/es2019/i18n/zh.js +1 -2
  60. package/dist/es2019/i18n/zh_TW.js +1 -2
  61. package/dist/es2019/react/nodes/panel.js +7 -1
  62. package/dist/es2019/react/nodes/table.js +17 -1
  63. package/dist/es2019/react/nodes/tableNew.js +24 -4
  64. package/dist/es2019/ui/Renderer/RendererStyleContainer.js +21 -1
  65. package/dist/es2019/ui/Renderer/index.js +1 -1
  66. package/dist/esm/i18n/cs.js +1 -2
  67. package/dist/esm/i18n/da.js +1 -2
  68. package/dist/esm/i18n/de.js +1 -2
  69. package/dist/esm/i18n/en.js +1 -2
  70. package/dist/esm/i18n/en_GB.js +1 -2
  71. package/dist/esm/i18n/en_ZZ.js +1 -2
  72. package/dist/esm/i18n/es.js +1 -2
  73. package/dist/esm/i18n/fi.js +1 -2
  74. package/dist/esm/i18n/fr.js +1 -2
  75. package/dist/esm/i18n/hr.js +19 -0
  76. package/dist/esm/i18n/hu.js +1 -2
  77. package/dist/esm/i18n/it.js +1 -2
  78. package/dist/esm/i18n/ja.js +1 -2
  79. package/dist/esm/i18n/ko.js +1 -2
  80. package/dist/esm/i18n/nb.js +1 -2
  81. package/dist/esm/i18n/nl.js +1 -2
  82. package/dist/esm/i18n/pl.js +1 -2
  83. package/dist/esm/i18n/pt_BR.js +1 -2
  84. package/dist/esm/i18n/ru.js +1 -2
  85. package/dist/esm/i18n/sk.js +12 -3
  86. package/dist/esm/i18n/sv.js +1 -2
  87. package/dist/esm/i18n/th.js +1 -2
  88. package/dist/esm/i18n/tr.js +1 -2
  89. package/dist/esm/i18n/uk.js +1 -2
  90. package/dist/esm/i18n/vi.js +1 -2
  91. package/dist/esm/i18n/zh.js +1 -2
  92. package/dist/esm/i18n/zh_TW.js +1 -2
  93. package/dist/esm/react/nodes/panel.js +7 -1
  94. package/dist/esm/react/nodes/table.js +17 -1
  95. package/dist/esm/react/nodes/tableNew.js +24 -4
  96. package/dist/esm/ui/Renderer/RendererStyleContainer.js +13 -1
  97. package/dist/esm/ui/Renderer/index.js +1 -1
  98. package/dist/types/i18n/cs.d.ts +0 -1
  99. package/dist/types/i18n/da.d.ts +0 -1
  100. package/dist/types/i18n/de.d.ts +0 -1
  101. package/dist/types/i18n/en.d.ts +0 -1
  102. package/dist/types/i18n/en_GB.d.ts +0 -1
  103. package/dist/types/i18n/en_ZZ.d.ts +0 -1
  104. package/dist/types/i18n/es.d.ts +0 -1
  105. package/dist/types/i18n/fi.d.ts +0 -1
  106. package/dist/types/i18n/fr.d.ts +0 -1
  107. package/dist/types/i18n/hr.d.ts +18 -0
  108. package/dist/types/i18n/hu.d.ts +0 -1
  109. package/dist/types/i18n/it.d.ts +0 -1
  110. package/dist/types/i18n/ja.d.ts +0 -1
  111. package/dist/types/i18n/ko.d.ts +0 -1
  112. package/dist/types/i18n/nb.d.ts +0 -1
  113. package/dist/types/i18n/nl.d.ts +0 -1
  114. package/dist/types/i18n/pl.d.ts +0 -1
  115. package/dist/types/i18n/pt_BR.d.ts +0 -1
  116. package/dist/types/i18n/ru.d.ts +0 -1
  117. package/dist/types/i18n/sk.d.ts +10 -2
  118. package/dist/types/i18n/sv.d.ts +0 -1
  119. package/dist/types/i18n/th.d.ts +0 -1
  120. package/dist/types/i18n/tr.d.ts +0 -1
  121. package/dist/types/i18n/uk.d.ts +0 -1
  122. package/dist/types/i18n/vi.d.ts +0 -1
  123. package/dist/types/i18n/zh.d.ts +0 -1
  124. package/dist/types/i18n/zh_TW.d.ts +0 -1
  125. package/dist/types-ts4.5/i18n/cs.d.ts +0 -1
  126. package/dist/types-ts4.5/i18n/da.d.ts +0 -1
  127. package/dist/types-ts4.5/i18n/de.d.ts +0 -1
  128. package/dist/types-ts4.5/i18n/en.d.ts +0 -1
  129. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -1
  130. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -1
  131. package/dist/types-ts4.5/i18n/es.d.ts +0 -1
  132. package/dist/types-ts4.5/i18n/fi.d.ts +0 -1
  133. package/dist/types-ts4.5/i18n/fr.d.ts +0 -1
  134. package/dist/types-ts4.5/i18n/hr.d.ts +18 -0
  135. package/dist/types-ts4.5/i18n/hu.d.ts +0 -1
  136. package/dist/types-ts4.5/i18n/it.d.ts +0 -1
  137. package/dist/types-ts4.5/i18n/ja.d.ts +0 -1
  138. package/dist/types-ts4.5/i18n/ko.d.ts +0 -1
  139. package/dist/types-ts4.5/i18n/nb.d.ts +0 -1
  140. package/dist/types-ts4.5/i18n/nl.d.ts +0 -1
  141. package/dist/types-ts4.5/i18n/pl.d.ts +0 -1
  142. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -1
  143. package/dist/types-ts4.5/i18n/ru.d.ts +0 -1
  144. package/dist/types-ts4.5/i18n/sk.d.ts +10 -2
  145. package/dist/types-ts4.5/i18n/sv.d.ts +0 -1
  146. package/dist/types-ts4.5/i18n/th.d.ts +0 -1
  147. package/dist/types-ts4.5/i18n/tr.d.ts +0 -1
  148. package/dist/types-ts4.5/i18n/uk.d.ts +0 -1
  149. package/dist/types-ts4.5/i18n/vi.d.ts +0 -1
  150. package/dist/types-ts4.5/i18n/zh.d.ts +0 -1
  151. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -1
  152. package/package.json +17 -11
@@ -610,9 +610,25 @@ var TableWithShadows = overflowShadow(TableProcessor, {
610
610
  overflowSelector: ":scope > .".concat(TableSharedCssClassName.TABLE_NODE_WRAPPER),
611
611
  useShadowObserver: true
612
612
  });
613
+
614
+ // Legacy tables have only one of the three layouts and do not have a width attribute
615
+ var isLegacyTable = function isLegacyTable(layout) {
616
+ return Boolean(['default', 'wide', 'full-width'].includes(layout));
617
+ };
618
+ var shouldRenderTableWithCSSWidth = function shouldRenderTableWithCSSWidth(layout, width) {
619
+ // The CSS width optimization is currently only in place when the table node
620
+ // has a defined width and is not a legacy table
621
+
622
+ // the optimization is also skipped for Safari due to browser limitations with container styles
623
+ if (browser.safari || !width || isLegacyTable(layout)) {
624
+ return false;
625
+ }
626
+ return true;
627
+ };
613
628
  var TableWithWidth = function TableWithWidth(props) {
629
+ var _props$tableNode$attr, _props$tableNode, _props$tableNode2;
614
630
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
615
- if (!browser.safari && fg('platform-ssr-table-resize')) {
631
+ if (shouldRenderTableWithCSSWidth((_props$tableNode$attr = (_props$tableNode = props.tableNode) === null || _props$tableNode === void 0 || (_props$tableNode = _props$tableNode.attrs) === null || _props$tableNode === void 0 ? void 0 : _props$tableNode.layout) !== null && _props$tableNode$attr !== void 0 ? _props$tableNode$attr : '', (_props$tableNode2 = props.tableNode) === null || _props$tableNode2 === void 0 || (_props$tableNode2 = _props$tableNode2.attrs) === null || _props$tableNode2 === void 0 ? void 0 : _props$tableNode2.width) && fg('platform-ssr-table-resize')) {
616
632
  var _props$columnWidths;
617
633
  var colWidthsSum = ((_props$columnWidths = props.columnWidths) === null || _props$columnWidths === void 0 ? void 0 : _props$columnWidths.reduce(function (total, val) {
618
634
  return total + val;
@@ -34,6 +34,7 @@ var getColgroupChildrenLength = function getColgroupChildrenLength(table) {
34
34
  return map.width;
35
35
  };
36
36
  var gutterPadding = akEditorGutterPaddingDynamic() * 2;
37
+ var TABLE_MAX_WIDTH = 1800;
37
38
  var COLUMN_MIN_WIDTH = 48;
38
39
  export var isTableResizingEnabled = function isTableResizingEnabled(appearance) {
39
40
  return isFullWidthOrFullPageAppearance(appearance) || isCommentAppearance(appearance) && editorExperiment('support_table_in_comment', true, {
@@ -347,7 +348,20 @@ export var TableContainer = /*#__PURE__*/function (_React$Component) {
347
348
  allowTableResizing = _this$props.allowTableResizing,
348
349
  isPresentational = _this$props.isPresentational;
349
350
  var stickyMode = this.state.stickyMode;
350
- var tableWidthAttribute = tableNode !== null && tableNode !== void 0 && tableNode.attrs.width ? "".concat(tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.width, "px") : "100%";
351
+ var getTableWidthAttribute = function getTableWidthAttribute() {
352
+ // this scenario occurs when there is a full width table within the full width renderer,
353
+ // in which case the parent container is already the correct size
354
+ if (rendererAppearance === 'full-width' && (tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.width) === TABLE_MAX_WIDTH) {
355
+ return "100%";
356
+ }
357
+ // this scenario occurs when there is a full width table nested within a component (expand, column layout). In these cases
358
+ // the table should inherit the width of its parent component
359
+ if (rendererAppearance === 'full-page' && (tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.width) === TABLE_MAX_WIDTH && layout === 'align-start') {
360
+ return "100%";
361
+ }
362
+ return "".concat(tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.width, "px");
363
+ };
364
+ var tableWidthAttribute = getTableWidthAttribute();
351
365
  var children = React.Children.toArray(this.props.children);
352
366
  var tableMinWidth;
353
367
  if (tableNode) {
@@ -356,7 +370,7 @@ export var TableContainer = /*#__PURE__*/function (_React$Component) {
356
370
 
357
371
  // Historically, tables in the full-width renderer had their layout set to 'default' which is deceiving.
358
372
  // This check caters for those tables and helps with SSR logic
359
- var isFullWidth = !(tableNode !== null && tableNode !== void 0 && tableNode.attrs.width) && rendererAppearance === 'full-width' && layout !== 'full-width';
373
+ var isFullWidth = rendererAppearance === 'full-width' && layout !== 'full-width';
360
374
  if (isFullWidth) {
361
375
  this.updatedLayout = 'full-width';
362
376
  // if table has width explicity set, ensure SSR is handled
@@ -365,6 +379,12 @@ export var TableContainer = /*#__PURE__*/function (_React$Component) {
365
379
  } else {
366
380
  this.updatedLayout = layout;
367
381
  }
382
+
383
+ // full width tables can have either left-aligned or centered layout despite looking centered in the renderer.
384
+ // in these cases, keep the alignment unset
385
+ var getTableAlignment = function getTableAlignment() {
386
+ return isFullWidth && (tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.width) === TABLE_MAX_WIDTH ? '' : tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.layout;
387
+ };
368
388
  return /*#__PURE__*/React.createElement("div", {
369
389
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
370
390
  className: "table-alignment-container"
@@ -372,7 +392,7 @@ export var TableContainer = /*#__PURE__*/function (_React$Component) {
372
392
  ,
373
393
  style: {
374
394
  display: 'flex',
375
- justifyContent: "".concat(tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.layout)
395
+ justifyContent: getTableAlignment()
376
396
  }
377
397
  }, /*#__PURE__*/React.createElement("div", {
378
398
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
@@ -390,7 +410,7 @@ export var TableContainer = /*#__PURE__*/function (_React$Component) {
390
410
  position: 'relative',
391
411
  userSelect: 'auto',
392
412
  boxSizing: 'border-box'
393
- }, '--ak-editor-table-gutter-padding', "".concat(gutterPadding, "px")), '--ak-editor-table-max-width', "1800px"), '--ak-editor-table-min-width', "".concat(tableMinWidth, "px")), "minWidth", 'var(--ak-editor-table-min-width)'), "maxWidth", "min(calc(100cqw - var(--ak-editor-table-gutter-padding)), var(--ak-editor-table-max-width))"), "width", "min(calc(100cqw - var(--ak-editor-table-gutter-padding)), ".concat(tableWidthAttribute, ")"))
413
+ }, '--ak-editor-table-gutter-padding', "".concat(gutterPadding, "px")), '--ak-editor-table-max-width', "".concat(TABLE_MAX_WIDTH, "px")), '--ak-editor-table-min-width', "".concat(tableMinWidth, "px")), "minWidth", 'var(--ak-editor-table-min-width)'), "maxWidth", "min(calc(100cqw - var(--ak-editor-table-gutter-padding)), var(--ak-editor-table-max-width))"), "width", "min(calc(100cqw - var(--ak-editor-table-gutter-padding)), ".concat(tableWidthAttribute, ")"))
394
414
  }, /*#__PURE__*/React.createElement("span", {
395
415
  className: "resizer-hover-zone"
396
416
  }, /*#__PURE__*/React.createElement("div", {
@@ -132,6 +132,18 @@ var baseStyles = css((_css = {
132
132
  }), _defineProperty(_css, '& span[data-placeholder]', {
133
133
  color: "var(--ds-text-subtlest, ".concat(N200, ")")
134
134
  })));
135
+ var hideHeadingCopyLinkWrapperStyles = css({
136
+ '& h1, & h2, & h3, & h4, & h5, & h6': _defineProperty(_defineProperty({}, ".".concat(HeadingAnchorWrapperClassName), {
137
+ '&:focus-within': {
138
+ opacity: 1
139
+ }
140
+ }), "@media (hover: hover) and (pointer: fine)", _defineProperty(_defineProperty({}, ".".concat(HeadingAnchorWrapperClassName), {
141
+ opacity: 0,
142
+ transition: "opacity 0.2s ease 0s"
143
+ }), '&:hover', _defineProperty({}, ".".concat(HeadingAnchorWrapperClassName), {
144
+ opacity: 1
145
+ })))
146
+ });
135
147
  var rendererFullPageStyles = css({
136
148
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values
137
149
  maxWidth: "".concat(akEditorDefaultLayoutWidth, "px"),
@@ -1370,7 +1382,7 @@ export var RendererStyleContainer = function RendererStyleContainer(props) {
1370
1382
  '--ak-renderer-editor-font-heading-h6': "".concat(editorUGCToken('editor.font.heading.h6')),
1371
1383
  '--ak-renderer-editor-font-normal-text': "".concat(editorUGCToken('editor.font.body'))
1372
1384
  },
1373
- css: [baseStyles, appearance === 'full-page' && rendererFullPageStyles, appearance === 'full-width' && rendererFullWidthStyles, appearance === 'full-width' && !isTableResizingEnabled(appearance) && rendererFullWidthStylesForTableResizing, telepointerStyles, whitespaceSharedStyles, blockquoteSharedStyles, fg('platform_editor_typography_ugc') ? headingsSharedStylesWithEditorUGC : headingsSharedStyles, headingWithAlignmentStyles, ruleSharedStyles, fg('platform_editor_typography_ugc') ? paragraphSharedStylesWithEditorUGC : paragraphSharedStyles, listsSharedStyles, browser.gecko && listsSharedStylesForGekko, indentationSharedStyles, blockMarksSharedStyles, codeMarkSharedStyles, shadowSharedStyle, dateSharedStyle, textColorStyles, backgroundColorStyles, tasksAndDecisionsStyles, smartCardStyles, fg('platform-linking-visual-refresh-v1') && smartCardStylesAvatarFix,
1385
+ css: [baseStyles, fg('platform_hide_heading_anchor_wrapper_before_hover') && hideHeadingCopyLinkWrapperStyles, appearance === 'full-page' && rendererFullPageStyles, appearance === 'full-width' && rendererFullWidthStyles, appearance === 'full-width' && !isTableResizingEnabled(appearance) && rendererFullWidthStylesForTableResizing, telepointerStyles, whitespaceSharedStyles, blockquoteSharedStyles, fg('platform_editor_typography_ugc') ? headingsSharedStylesWithEditorUGC : headingsSharedStyles, headingWithAlignmentStyles, ruleSharedStyles, fg('platform_editor_typography_ugc') ? paragraphSharedStylesWithEditorUGC : paragraphSharedStyles, listsSharedStyles, browser.gecko && listsSharedStylesForGekko, indentationSharedStyles, blockMarksSharedStyles, codeMarkSharedStyles, shadowSharedStyle, dateSharedStyle, textColorStyles, backgroundColorStyles, tasksAndDecisionsStyles, smartCardStyles, fg('platform-linking-visual-refresh-v1') && smartCardStylesAvatarFix,
1374
1386
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
1375
1387
  fg('editor_inline_comments_on_inline_nodes') && rendererAnnotationStyles,
1376
1388
  // eslint-disable-next-line @atlaskit/platform/no-preconditioning, @atlaskit/platform/ensure-feature-flag-prefix
@@ -50,7 +50,7 @@ import { useMemoFromPropsDerivative } from './useMemoFromPropsDerivative';
50
50
  export var NORMAL_SEVERITY_THRESHOLD = 2000;
51
51
  export var DEGRADED_SEVERITY_THRESHOLD = 3000;
52
52
  var packageName = "@atlaskit/renderer";
53
- var packageVersion = "114.13.1";
53
+ var packageVersion = "115.0.1";
54
54
  var setAsQueryContainerStyles = css({
55
55
  containerName: 'ak-renderer-wrapper',
56
56
  containerType: 'inline-size',
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
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;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -1,8 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
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: {};
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.failedToCopy': string;
13
+ 'fabric.editor.inlineComment.marker.end': string;
14
+ 'fabric.editor.inlineComment.marker.start': string;
15
+ };
8
16
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
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;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -1,8 +1,16 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
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: {};
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.failedToCopy': string;
13
+ 'fabric.editor.inlineComment.marker.end': string;
14
+ 'fabric.editor.inlineComment.marker.start': string;
15
+ };
8
16
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;
@@ -14,6 +14,5 @@ declare const _default: {
14
14
  'fabric.editor.headingLink.noneSortingLabel': string;
15
15
  'fabric.editor.inlineComment.marker.end': string;
16
16
  'fabric.editor.inlineComment.marker.start': string;
17
- 'fabric.editor.status.accessibilityLabel': string;
18
17
  };
19
18
  export default _default;