@atlaskit/renderer 102.0.0 → 103.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 (162) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cjs/consts.js +2 -2
  3. package/dist/cjs/i18n/cs.js +4 -4
  4. package/dist/cjs/i18n/da.js +4 -4
  5. package/dist/cjs/i18n/de.js +4 -4
  6. package/dist/cjs/i18n/en.js +4 -4
  7. package/dist/cjs/i18n/en_GB.js +4 -4
  8. package/dist/cjs/i18n/es.js +4 -4
  9. package/dist/cjs/i18n/fi.js +4 -4
  10. package/dist/cjs/i18n/fr.js +4 -4
  11. package/dist/cjs/i18n/hu.js +4 -4
  12. package/dist/cjs/i18n/it.js +4 -4
  13. package/dist/cjs/i18n/ja.js +4 -4
  14. package/dist/cjs/i18n/ko.js +4 -4
  15. package/dist/cjs/i18n/nb.js +4 -4
  16. package/dist/cjs/i18n/nl.js +4 -4
  17. package/dist/cjs/i18n/pl.js +4 -4
  18. package/dist/cjs/i18n/pt_BR.js +4 -4
  19. package/dist/cjs/i18n/ru.js +4 -4
  20. package/dist/cjs/i18n/sv.js +4 -4
  21. package/dist/cjs/i18n/th.js +4 -4
  22. package/dist/cjs/i18n/tr.js +4 -4
  23. package/dist/cjs/i18n/uk.js +4 -4
  24. package/dist/cjs/i18n/vi.js +4 -4
  25. package/dist/cjs/i18n/zh.js +4 -4
  26. package/dist/cjs/i18n/zh_TW.js +4 -4
  27. package/dist/cjs/messages.js +1 -1
  28. package/dist/cjs/react/nodes/panel.js +19 -10
  29. package/dist/cjs/react/nodes/tableCell.js +8 -26
  30. package/dist/cjs/ui/ExtensionRenderer.js +9 -2
  31. package/dist/cjs/ui/Renderer/index.js +1 -1
  32. package/dist/cjs/ui/Renderer/style.js +5 -3
  33. package/dist/cjs/ui/SortingIcon.js +55 -28
  34. package/dist/cjs/version.json +1 -1
  35. package/dist/es2019/consts.js +2 -2
  36. package/dist/es2019/i18n/cs.js +4 -4
  37. package/dist/es2019/i18n/da.js +4 -4
  38. package/dist/es2019/i18n/de.js +4 -4
  39. package/dist/es2019/i18n/en.js +4 -4
  40. package/dist/es2019/i18n/en_GB.js +4 -4
  41. package/dist/es2019/i18n/es.js +4 -4
  42. package/dist/es2019/i18n/fi.js +4 -4
  43. package/dist/es2019/i18n/fr.js +4 -4
  44. package/dist/es2019/i18n/hu.js +4 -4
  45. package/dist/es2019/i18n/it.js +4 -4
  46. package/dist/es2019/i18n/ja.js +4 -4
  47. package/dist/es2019/i18n/ko.js +4 -4
  48. package/dist/es2019/i18n/nb.js +4 -4
  49. package/dist/es2019/i18n/nl.js +4 -4
  50. package/dist/es2019/i18n/pl.js +4 -4
  51. package/dist/es2019/i18n/pt_BR.js +4 -4
  52. package/dist/es2019/i18n/ru.js +4 -4
  53. package/dist/es2019/i18n/sv.js +4 -4
  54. package/dist/es2019/i18n/th.js +4 -4
  55. package/dist/es2019/i18n/tr.js +4 -4
  56. package/dist/es2019/i18n/uk.js +4 -4
  57. package/dist/es2019/i18n/vi.js +4 -4
  58. package/dist/es2019/i18n/zh.js +4 -4
  59. package/dist/es2019/i18n/zh_TW.js +4 -4
  60. package/dist/es2019/messages.js +1 -1
  61. package/dist/es2019/react/nodes/panel.js +16 -6
  62. package/dist/es2019/react/nodes/tableCell.js +8 -27
  63. package/dist/es2019/ui/ExtensionRenderer.js +7 -2
  64. package/dist/es2019/ui/Renderer/index.js +1 -1
  65. package/dist/es2019/ui/Renderer/style.js +37 -16
  66. package/dist/es2019/ui/SortingIcon.js +89 -32
  67. package/dist/es2019/version.json +1 -1
  68. package/dist/esm/consts.js +2 -2
  69. package/dist/esm/i18n/cs.js +4 -4
  70. package/dist/esm/i18n/da.js +4 -4
  71. package/dist/esm/i18n/de.js +4 -4
  72. package/dist/esm/i18n/en.js +4 -4
  73. package/dist/esm/i18n/en_GB.js +4 -4
  74. package/dist/esm/i18n/es.js +4 -4
  75. package/dist/esm/i18n/fi.js +4 -4
  76. package/dist/esm/i18n/fr.js +4 -4
  77. package/dist/esm/i18n/hu.js +4 -4
  78. package/dist/esm/i18n/it.js +4 -4
  79. package/dist/esm/i18n/ja.js +4 -4
  80. package/dist/esm/i18n/ko.js +4 -4
  81. package/dist/esm/i18n/nb.js +4 -4
  82. package/dist/esm/i18n/nl.js +4 -4
  83. package/dist/esm/i18n/pl.js +4 -4
  84. package/dist/esm/i18n/pt_BR.js +4 -4
  85. package/dist/esm/i18n/ru.js +4 -4
  86. package/dist/esm/i18n/sv.js +4 -4
  87. package/dist/esm/i18n/th.js +4 -4
  88. package/dist/esm/i18n/tr.js +4 -4
  89. package/dist/esm/i18n/uk.js +4 -4
  90. package/dist/esm/i18n/vi.js +4 -4
  91. package/dist/esm/i18n/zh.js +4 -4
  92. package/dist/esm/i18n/zh_TW.js +4 -4
  93. package/dist/esm/messages.js +1 -1
  94. package/dist/esm/react/nodes/panel.js +18 -10
  95. package/dist/esm/react/nodes/tableCell.js +8 -26
  96. package/dist/esm/ui/ExtensionRenderer.js +9 -2
  97. package/dist/esm/ui/Renderer/index.js +1 -1
  98. package/dist/esm/ui/Renderer/style.js +5 -4
  99. package/dist/esm/ui/SortingIcon.js +55 -27
  100. package/dist/esm/version.json +1 -1
  101. package/dist/types/consts.d.ts +2 -2
  102. package/dist/types/i18n/cs.d.ts +2 -2
  103. package/dist/types/i18n/da.d.ts +2 -2
  104. package/dist/types/i18n/de.d.ts +2 -2
  105. package/dist/types/i18n/en.d.ts +2 -2
  106. package/dist/types/i18n/en_GB.d.ts +2 -2
  107. package/dist/types/i18n/es.d.ts +2 -2
  108. package/dist/types/i18n/fi.d.ts +2 -2
  109. package/dist/types/i18n/fr.d.ts +2 -2
  110. package/dist/types/i18n/hu.d.ts +2 -2
  111. package/dist/types/i18n/it.d.ts +2 -2
  112. package/dist/types/i18n/ja.d.ts +2 -2
  113. package/dist/types/i18n/ko.d.ts +2 -2
  114. package/dist/types/i18n/nb.d.ts +2 -2
  115. package/dist/types/i18n/nl.d.ts +2 -2
  116. package/dist/types/i18n/pl.d.ts +2 -2
  117. package/dist/types/i18n/pt_BR.d.ts +2 -2
  118. package/dist/types/i18n/ru.d.ts +2 -2
  119. package/dist/types/i18n/sv.d.ts +2 -2
  120. package/dist/types/i18n/th.d.ts +2 -2
  121. package/dist/types/i18n/tr.d.ts +2 -2
  122. package/dist/types/i18n/uk.d.ts +2 -2
  123. package/dist/types/i18n/vi.d.ts +2 -2
  124. package/dist/types/i18n/zh.d.ts +2 -2
  125. package/dist/types/i18n/zh_TW.d.ts +2 -2
  126. package/dist/types/react/nodes/bodiedExtension.d.ts +2 -1
  127. package/dist/types/react/nodes/extension.d.ts +2 -1
  128. package/dist/types/react/nodes/inlineExtension.d.ts +2 -0
  129. package/dist/types/ui/ExtensionRenderer.d.ts +2 -0
  130. package/dist/types/ui/SortingIcon.d.ts +4 -1
  131. package/dist/types-ts4.0/consts.d.ts +2 -2
  132. package/dist/types-ts4.0/i18n/cs.d.ts +2 -2
  133. package/dist/types-ts4.0/i18n/da.d.ts +2 -2
  134. package/dist/types-ts4.0/i18n/de.d.ts +2 -2
  135. package/dist/types-ts4.0/i18n/en.d.ts +2 -2
  136. package/dist/types-ts4.0/i18n/en_GB.d.ts +2 -2
  137. package/dist/types-ts4.0/i18n/es.d.ts +2 -2
  138. package/dist/types-ts4.0/i18n/fi.d.ts +2 -2
  139. package/dist/types-ts4.0/i18n/fr.d.ts +2 -2
  140. package/dist/types-ts4.0/i18n/hu.d.ts +2 -2
  141. package/dist/types-ts4.0/i18n/it.d.ts +2 -2
  142. package/dist/types-ts4.0/i18n/ja.d.ts +2 -2
  143. package/dist/types-ts4.0/i18n/ko.d.ts +2 -2
  144. package/dist/types-ts4.0/i18n/nb.d.ts +2 -2
  145. package/dist/types-ts4.0/i18n/nl.d.ts +2 -2
  146. package/dist/types-ts4.0/i18n/pl.d.ts +2 -2
  147. package/dist/types-ts4.0/i18n/pt_BR.d.ts +2 -2
  148. package/dist/types-ts4.0/i18n/ru.d.ts +2 -2
  149. package/dist/types-ts4.0/i18n/sv.d.ts +2 -2
  150. package/dist/types-ts4.0/i18n/th.d.ts +2 -2
  151. package/dist/types-ts4.0/i18n/tr.d.ts +2 -2
  152. package/dist/types-ts4.0/i18n/uk.d.ts +2 -2
  153. package/dist/types-ts4.0/i18n/vi.d.ts +2 -2
  154. package/dist/types-ts4.0/i18n/zh.d.ts +2 -2
  155. package/dist/types-ts4.0/i18n/zh_TW.d.ts +2 -2
  156. package/dist/types-ts4.0/react/nodes/bodiedExtension.d.ts +2 -1
  157. package/dist/types-ts4.0/react/nodes/extension.d.ts +2 -1
  158. package/dist/types-ts4.0/react/nodes/inlineExtension.d.ts +2 -0
  159. package/dist/types-ts4.0/ui/ExtensionRenderer.d.ts +2 -0
  160. package/dist/types-ts4.0/ui/SortingIcon.d.ts +4 -1
  161. package/package.json +20 -16
  162. package/report.api.md +359 -255
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Node as PMNode } from 'prosemirror-model';
2
+ import { Mark as PMMark, Node as PMNode } from 'prosemirror-model';
3
3
  import { RendererContext } from '../types';
4
4
  import { Serializer } from '../..';
5
5
  import { ExtensionLayout } from '@atlaskit/adf-schema';
@@ -18,6 +18,7 @@ export interface Props {
18
18
  content?: any;
19
19
  layout?: ExtensionLayout;
20
20
  localId?: string;
21
+ marks?: PMMark[];
21
22
  }
22
23
  declare const BodiedExtension: React.FunctionComponent<Props>;
23
24
  export default BodiedExtension;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Node as PMNode } from 'prosemirror-model';
2
+ import { Mark as PMMark, Node as PMNode } from 'prosemirror-model';
3
3
  import { RendererContext } from '../types';
4
4
  import { ExtensionLayout } from '@atlaskit/adf-schema';
5
5
  import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
@@ -16,6 +16,7 @@ export interface Props {
16
16
  parameters?: any;
17
17
  layout?: ExtensionLayout;
18
18
  localId?: string;
19
+ marks?: PMMark[];
19
20
  }
20
21
  declare type AllOrNone<T> = T | {
21
22
  [K in keyof T]?: never;
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { RendererContext } from '../types';
3
+ import { Mark as PMMark } from 'prosemirror-model';
3
4
  import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
4
5
  import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
5
6
  export interface Props {
@@ -11,6 +12,7 @@ export interface Props {
11
12
  text?: string;
12
13
  parameters?: any;
13
14
  localId?: string;
15
+ marks?: PMMark[];
14
16
  }
15
17
  declare const InlineExtension: React.StatelessComponent<Props>;
16
18
  export default InlineExtension;
@@ -4,6 +4,7 @@ import { ExtensionLayout } from '@atlaskit/adf-schema';
4
4
  import { getNodeRenderer } from '@atlaskit/editor-common/extensions';
5
5
  import type { ExtensionHandlers, ExtensionProvider } from '@atlaskit/editor-common/extensions';
6
6
  import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
7
+ import { Mark as PMMark } from 'prosemirror-model';
7
8
  export interface Props {
8
9
  type: 'extension' | 'inlineExtension' | 'bodiedExtension';
9
10
  extensionHandlers?: ExtensionHandlers;
@@ -16,6 +17,7 @@ export interface Props {
16
17
  content?: any;
17
18
  layout?: ExtensionLayout;
18
19
  localId?: string;
20
+ marks?: PMMark[];
19
21
  children: ({ result }: {
20
22
  result?: JSX.Element | null;
21
23
  }) => JSX.Element;
@@ -1,7 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { SortOrder } from '@atlaskit/editor-common/types';
3
3
  import { WrappedComponentProps } from 'react-intl-next';
4
- export declare const TableSortIconDataUrl: string;
5
4
  export declare enum StatusClassNames {
6
5
  ASC = "sorting-icon-svg__asc",
7
6
  DESC = "sorting-icon-svg__desc",
@@ -11,10 +10,14 @@ export declare enum StatusClassNames {
11
10
  declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<{
12
11
  isSortingAllowed: boolean;
13
12
  sortOrdered?: SortOrder | undefined;
13
+ onClick: () => void;
14
+ onKeyDown: (event: import("react").KeyboardEvent<HTMLElement>) => void;
14
15
  } & WrappedComponentProps<"intl">>> & {
15
16
  WrappedComponent: import("react").ComponentType<{
16
17
  isSortingAllowed: boolean;
17
18
  sortOrdered?: SortOrder | undefined;
19
+ onClick: () => void;
20
+ onKeyDown: (event: import("react").KeyboardEvent<HTMLElement>) => void;
18
21
  } & WrappedComponentProps<"intl">>;
19
22
  };
20
23
  export default _default;
@@ -4,9 +4,9 @@ export declare const RendererCssClassName: {
4
4
  EXTENSION_CENTER_ALIGN: string;
5
5
  EXTENSION_OVERFLOW_CONTAINER: string;
6
6
  NUMBER_COLUMN: string;
7
+ SORTABLE_COLUMN_WRAPPER: string;
7
8
  SORTABLE_COLUMN: string;
8
- SORTABLE_COLUMN_BUTTON: string;
9
- SORTABLE_COLUMN_NOT_ALLOWED: string;
9
+ SORTABLE_COLUMN_ICON_WRAPPER: string;
10
10
  SORTABLE_COLUMN_ICON: string;
11
11
  SORTABLE_COLUMN_NO_ORDER: string;
12
12
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
2
  'fabric.editor.headingLink.ascOrderLabel': string;
5
3
  'fabric.editor.headingLink.ascSortingLabel': string;
6
4
  'fabric.editor.headingLink.copied': string;
7
5
  'fabric.editor.headingLink.copyAnchorLink': string;
8
6
  'fabric.editor.headingLink.copyAriaLabel': string;
9
7
  'fabric.editor.headingLink.descOrderLabel': string;
8
+ 'fabric.editor.headingLink.descSortingLabel': string;
10
9
  'fabric.editor.headingLink.failedToCopy': string;
10
+ 'fabric.editor.headingLink.invalidLabel': string;
11
11
  'fabric.editor.headingLink.noOrderLabel': string;
12
12
  'fabric.editor.headingLink.noneSortingLabel': string;
13
13
  };