@atlaskit/renderer 101.0.3 → 101.1.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 (232) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/actions/package.json +8 -1
  3. package/consts/package.json +8 -1
  4. package/dist/cjs/analytics/unsupported-content.js +1 -1
  5. package/dist/cjs/messages.js +4 -17
  6. package/dist/cjs/react/nodes/codeBlockCopyButton.js +1 -1
  7. package/dist/cjs/react/nodes/table/colgroup.js +5 -34
  8. package/dist/cjs/react/nodes/table.js +3 -3
  9. package/dist/cjs/render-document.js +1 -1
  10. package/dist/cjs/ui/Renderer/index.js +66 -5
  11. package/dist/cjs/version.json +1 -1
  12. package/dist/es2019/analytics/unsupported-content.js +1 -1
  13. package/dist/es2019/messages.js +2 -14
  14. package/dist/es2019/react/nodes/codeBlockCopyButton.js +1 -1
  15. package/dist/es2019/react/nodes/table/colgroup.js +5 -30
  16. package/dist/es2019/react/nodes/table.js +2 -2
  17. package/dist/es2019/render-document.js +1 -1
  18. package/dist/es2019/ui/Renderer/index.js +70 -6
  19. package/dist/es2019/version.json +1 -1
  20. package/dist/esm/analytics/unsupported-content.js +1 -1
  21. package/dist/esm/messages.js +2 -14
  22. package/dist/esm/react/nodes/codeBlockCopyButton.js +1 -1
  23. package/dist/esm/react/nodes/table/colgroup.js +5 -29
  24. package/dist/esm/react/nodes/table.js +2 -2
  25. package/dist/esm/render-document.js +1 -1
  26. package/dist/esm/ui/Renderer/index.js +68 -6
  27. package/dist/esm/version.json +1 -1
  28. package/dist/types/messages.d.ts +0 -12
  29. package/dist/types/react/nodes/table/colgroup.d.ts +0 -6
  30. package/dist/types/ui/Renderer/index.d.ts +1 -0
  31. package/dist/types-ts4.0/actions/index.d.ts +61 -0
  32. package/dist/types-ts4.0/actions/matches-utils.d.ts +7 -0
  33. package/dist/types-ts4.0/actions.d.ts +3 -0
  34. package/dist/types-ts4.0/analytics/analyticsContext.d.ts +6 -0
  35. package/dist/types-ts4.0/analytics/enums.d.ts +56 -0
  36. package/dist/types-ts4.0/analytics/events.d.ts +110 -0
  37. package/dist/types-ts4.0/analytics/unsupported-content.d.ts +10 -0
  38. package/dist/types-ts4.0/consts.d.ts +12 -0
  39. package/dist/types-ts4.0/i18n/cs.d.ts +20 -0
  40. package/dist/types-ts4.0/i18n/da.d.ts +20 -0
  41. package/dist/types-ts4.0/i18n/de.d.ts +20 -0
  42. package/dist/types-ts4.0/i18n/en.d.ts +20 -0
  43. package/dist/types-ts4.0/i18n/en_GB.d.ts +20 -0
  44. package/dist/types-ts4.0/i18n/en_ZZ.d.ts +20 -0
  45. package/dist/types-ts4.0/i18n/es.d.ts +20 -0
  46. package/dist/types-ts4.0/i18n/et.d.ts +8 -0
  47. package/dist/types-ts4.0/i18n/fi.d.ts +20 -0
  48. package/dist/types-ts4.0/i18n/fr.d.ts +20 -0
  49. package/dist/types-ts4.0/i18n/hu.d.ts +20 -0
  50. package/dist/types-ts4.0/i18n/index.d.ts +31 -0
  51. package/dist/types-ts4.0/i18n/it.d.ts +20 -0
  52. package/dist/types-ts4.0/i18n/ja.d.ts +20 -0
  53. package/dist/types-ts4.0/i18n/ko.d.ts +20 -0
  54. package/dist/types-ts4.0/i18n/nb.d.ts +20 -0
  55. package/dist/types-ts4.0/i18n/nl.d.ts +20 -0
  56. package/dist/types-ts4.0/i18n/pl.d.ts +20 -0
  57. package/dist/types-ts4.0/i18n/pt_BR.d.ts +20 -0
  58. package/dist/types-ts4.0/i18n/pt_PT.d.ts +8 -0
  59. package/dist/types-ts4.0/i18n/ru.d.ts +20 -0
  60. package/dist/types-ts4.0/i18n/sk.d.ts +8 -0
  61. package/dist/types-ts4.0/i18n/sv.d.ts +20 -0
  62. package/dist/types-ts4.0/i18n/th.d.ts +20 -0
  63. package/dist/types-ts4.0/i18n/tr.d.ts +20 -0
  64. package/dist/types-ts4.0/i18n/uk.d.ts +20 -0
  65. package/dist/types-ts4.0/i18n/vi.d.ts +20 -0
  66. package/dist/types-ts4.0/i18n/zh.d.ts +20 -0
  67. package/dist/types-ts4.0/i18n/zh_TW.d.ts +20 -0
  68. package/dist/types-ts4.0/index.d.ts +11 -0
  69. package/dist/types-ts4.0/messages.d.ts +61 -0
  70. package/dist/types-ts4.0/react/hooks/use-bidi-warnings.d.ts +10 -0
  71. package/dist/types-ts4.0/react/hooks/use-in-viewport.d.ts +5 -0
  72. package/dist/types-ts4.0/react/hooks/use-observed-width.d.ts +3 -0
  73. package/dist/types-ts4.0/react/index.d.ts +118 -0
  74. package/dist/types-ts4.0/react/marks/alignment.d.ts +4 -0
  75. package/dist/types-ts4.0/react/marks/annotation.d.ts +6 -0
  76. package/dist/types-ts4.0/react/marks/breakout.d.ts +6 -0
  77. package/dist/types-ts4.0/react/marks/code.d.ts +16 -0
  78. package/dist/types-ts4.0/react/marks/confluence-inline-comment.d.ts +8 -0
  79. package/dist/types-ts4.0/react/marks/data-consumer.d.ts +4 -0
  80. package/dist/types-ts4.0/react/marks/em.d.ts +3 -0
  81. package/dist/types-ts4.0/react/marks/fragment.d.ts +4 -0
  82. package/dist/types-ts4.0/react/marks/indentation.d.ts +4 -0
  83. package/dist/types-ts4.0/react/marks/index.d.ts +21 -0
  84. package/dist/types-ts4.0/react/marks/link.d.ts +9 -0
  85. package/dist/types-ts4.0/react/marks/strike.d.ts +3 -0
  86. package/dist/types-ts4.0/react/marks/strong.d.ts +3 -0
  87. package/dist/types-ts4.0/react/marks/subsup.d.ts +4 -0
  88. package/dist/types-ts4.0/react/marks/textColor.d.ts +4 -0
  89. package/dist/types-ts4.0/react/marks/underline.d.ts +3 -0
  90. package/dist/types-ts4.0/react/marks/unsupportedMark.d.ts +3 -0
  91. package/dist/types-ts4.0/react/marks/unsupportedNodeAttribute.d.ts +3 -0
  92. package/dist/types-ts4.0/react/nodes/blockCard.d.ts +10 -0
  93. package/dist/types-ts4.0/react/nodes/blockquote.d.ts +2 -0
  94. package/dist/types-ts4.0/react/nodes/bodiedExtension.d.ts +23 -0
  95. package/dist/types-ts4.0/react/nodes/bulletList.d.ts +5 -0
  96. package/dist/types-ts4.0/react/nodes/caption.d.ts +4 -0
  97. package/dist/types-ts4.0/react/nodes/codeBlock/codeBlock.d.ts +14 -0
  98. package/dist/types-ts4.0/react/nodes/codeBlock/components/codeBlockContainer.d.ts +12 -0
  99. package/dist/types-ts4.0/react/nodes/codeBlock/components/lightWeightCodeBlock.d.ts +9 -0
  100. package/dist/types-ts4.0/react/nodes/codeBlock/windowedCodeBlock.d.ts +4 -0
  101. package/dist/types-ts4.0/react/nodes/codeBlockCopyButton.d.ts +9 -0
  102. package/dist/types-ts4.0/react/nodes/date.d.ts +11 -0
  103. package/dist/types-ts4.0/react/nodes/decisionItem.d.ts +3 -0
  104. package/dist/types-ts4.0/react/nodes/decisionList.d.ts +7 -0
  105. package/dist/types-ts4.0/react/nodes/doc.d.ts +3 -0
  106. package/dist/types-ts4.0/react/nodes/embedCard.d.ts +17 -0
  107. package/dist/types-ts4.0/react/nodes/emoji.d.ts +10 -0
  108. package/dist/types-ts4.0/react/nodes/extension.d.ts +112 -0
  109. package/dist/types-ts4.0/react/nodes/fallback.d.ts +16 -0
  110. package/dist/types-ts4.0/react/nodes/hardBreak.d.ts +6 -0
  111. package/dist/types-ts4.0/react/nodes/heading-anchor.d.ts +14 -0
  112. package/dist/types-ts4.0/react/nodes/heading.d.ts +14 -0
  113. package/dist/types-ts4.0/react/nodes/index.d.ts +94 -0
  114. package/dist/types-ts4.0/react/nodes/inline.d.ts +1 -0
  115. package/dist/types-ts4.0/react/nodes/inlineCard.d.ts +65 -0
  116. package/dist/types-ts4.0/react/nodes/inlineExtension.d.ts +16 -0
  117. package/dist/types-ts4.0/react/nodes/layoutColumn.d.ts +6 -0
  118. package/dist/types-ts4.0/react/nodes/layoutSection.d.ts +2 -0
  119. package/dist/types-ts4.0/react/nodes/listItem.d.ts +2 -0
  120. package/dist/types-ts4.0/react/nodes/media.d.ts +27 -0
  121. package/dist/types-ts4.0/react/nodes/mediaGroup.d.ts +29 -0
  122. package/dist/types-ts4.0/react/nodes/mediaInline.d.ts +20 -0
  123. package/dist/types-ts4.0/react/nodes/mediaSingle/index.d.ts +23 -0
  124. package/dist/types-ts4.0/react/nodes/mediaSingle/styles.d.ts +2 -0
  125. package/dist/types-ts4.0/react/nodes/mention.d.ts +13 -0
  126. package/dist/types-ts4.0/react/nodes/orderedList.d.ts +6 -0
  127. package/dist/types-ts4.0/react/nodes/panel.d.ts +17 -0
  128. package/dist/types-ts4.0/react/nodes/paragraph.d.ts +3 -0
  129. package/dist/types-ts4.0/react/nodes/placeholder.d.ts +6 -0
  130. package/dist/types-ts4.0/react/nodes/rule.d.ts +2 -0
  131. package/dist/types-ts4.0/react/nodes/status.d.ts +10 -0
  132. package/dist/types-ts4.0/react/nodes/table/colgroup.d.ts +3 -0
  133. package/dist/types-ts4.0/react/nodes/table/sticky.d.ts +38 -0
  134. package/dist/types-ts4.0/react/nodes/table/table.d.ts +7 -0
  135. package/dist/types-ts4.0/react/nodes/table/types.d.ts +7 -0
  136. package/dist/types-ts4.0/react/nodes/table.d.ts +269 -0
  137. package/dist/types-ts4.0/react/nodes/tableCell.d.ts +81 -0
  138. package/dist/types-ts4.0/react/nodes/tableRow.d.ts +24 -0
  139. package/dist/types-ts4.0/react/nodes/task-item-with-providers.d.ts +29 -0
  140. package/dist/types-ts4.0/react/nodes/taskItem.d.ts +19 -0
  141. package/dist/types-ts4.0/react/nodes/taskList.d.ts +8 -0
  142. package/dist/types-ts4.0/react/nodes/text-wrapper.d.ts +8 -0
  143. package/dist/types-ts4.0/react/nodes/unknownBlock.d.ts +2 -0
  144. package/dist/types-ts4.0/react/renderer-node.d.ts +4 -0
  145. package/dist/types-ts4.0/react/types.d.ts +57 -0
  146. package/dist/types-ts4.0/react/utils/clipboard.d.ts +1 -0
  147. package/dist/types-ts4.0/react/utils/element-selection.d.ts +9 -0
  148. package/dist/types-ts4.0/react/utils/getCardClickHandler.d.ts +2 -0
  149. package/dist/types-ts4.0/react/utils/inject-props.d.ts +6 -0
  150. package/dist/types-ts4.0/react/utils/links.d.ts +3 -0
  151. package/dist/types-ts4.0/react/utils/lists.d.ts +2 -0
  152. package/dist/types-ts4.0/react/utils/performance/RenderTracking.d.ts +15 -0
  153. package/dist/types-ts4.0/react/utils/use-select-all-trap.d.ts +2 -0
  154. package/dist/types-ts4.0/render-document.d.ts +23 -0
  155. package/dist/types-ts4.0/renderer-context.d.ts +9 -0
  156. package/dist/types-ts4.0/serializer.d.ts +4 -0
  157. package/dist/types-ts4.0/steps/index.d.ts +14 -0
  158. package/dist/types-ts4.0/text/index.d.ts +8 -0
  159. package/dist/types-ts4.0/text/nodes/blockquote.d.ts +3 -0
  160. package/dist/types-ts4.0/text/nodes/bulletList.d.ts +3 -0
  161. package/dist/types-ts4.0/text/nodes/date.d.ts +3 -0
  162. package/dist/types-ts4.0/text/nodes/decisionItem.d.ts +3 -0
  163. package/dist/types-ts4.0/text/nodes/hardBreak.d.ts +3 -0
  164. package/dist/types-ts4.0/text/nodes/heading.d.ts +3 -0
  165. package/dist/types-ts4.0/text/nodes/index.d.ts +6 -0
  166. package/dist/types-ts4.0/text/nodes/inlineCard.d.ts +3 -0
  167. package/dist/types-ts4.0/text/nodes/listItem.d.ts +3 -0
  168. package/dist/types-ts4.0/text/nodes/mediaGroup.d.ts +3 -0
  169. package/dist/types-ts4.0/text/nodes/mention.d.ts +3 -0
  170. package/dist/types-ts4.0/text/nodes/orderedList.d.ts +3 -0
  171. package/dist/types-ts4.0/text/nodes/panel.d.ts +3 -0
  172. package/dist/types-ts4.0/text/nodes/paragraph.d.ts +3 -0
  173. package/dist/types-ts4.0/text/nodes/rule.d.ts +3 -0
  174. package/dist/types-ts4.0/text/nodes/status.d.ts +3 -0
  175. package/dist/types-ts4.0/text/nodes/table.d.ts +3 -0
  176. package/dist/types-ts4.0/text/nodes/taskItem.d.ts +3 -0
  177. package/dist/types-ts4.0/text/nodes/unknown.d.ts +3 -0
  178. package/dist/types-ts4.0/text-serializer.d.ts +1 -0
  179. package/dist/types-ts4.0/types/i18n.d.ts +5 -0
  180. package/dist/types-ts4.0/types/mediaOptions.d.ts +12 -0
  181. package/dist/types-ts4.0/types/smartLinksOptions.d.ts +3 -0
  182. package/dist/types-ts4.0/ui/Expand.d.ts +21 -0
  183. package/dist/types-ts4.0/ui/ExtensionRenderer.d.ts +40 -0
  184. package/dist/types-ts4.0/ui/MediaCard.d.ts +77 -0
  185. package/dist/types-ts4.0/ui/Renderer/ErrorBoundary.d.ts +24 -0
  186. package/dist/types-ts4.0/ui/Renderer/breakout-ssr.d.ts +11 -0
  187. package/dist/types-ts4.0/ui/Renderer/click-to-edit.d.ts +6 -0
  188. package/dist/types-ts4.0/ui/Renderer/index.d.ts +33 -0
  189. package/dist/types-ts4.0/ui/Renderer/style.d.ts +14 -0
  190. package/dist/types-ts4.0/ui/Renderer/truncated-wrapper.d.ts +12 -0
  191. package/dist/types-ts4.0/ui/Renderer/types.d.ts +16 -0
  192. package/dist/types-ts4.0/ui/RendererActionsContext/WithRendererActions.d.ts +6 -0
  193. package/dist/types-ts4.0/ui/RendererActionsContext/index.d.ts +9 -0
  194. package/dist/types-ts4.0/ui/SmartCardStorage.d.ts +60 -0
  195. package/dist/types-ts4.0/ui/SortingIcon.d.ts +20 -0
  196. package/dist/types-ts4.0/ui/TaskItemsFormatContext/TaskItemsFormatContext.d.ts +15 -0
  197. package/dist/types-ts4.0/ui/TaskItemsFormatContext/index.d.ts +2 -0
  198. package/dist/types-ts4.0/ui/active-header-id-provider.d.ts +18 -0
  199. package/dist/types-ts4.0/ui/annotations/context.d.ts +27 -0
  200. package/dist/types-ts4.0/ui/annotations/draft/component.d.ts +20 -0
  201. package/dist/types-ts4.0/ui/annotations/draft/dom.d.ts +7 -0
  202. package/dist/types-ts4.0/ui/annotations/draft/index.d.ts +2 -0
  203. package/dist/types-ts4.0/ui/annotations/draft/position.d.ts +2 -0
  204. package/dist/types-ts4.0/ui/annotations/draft/text.d.ts +11 -0
  205. package/dist/types-ts4.0/ui/annotations/element/index.d.ts +10 -0
  206. package/dist/types-ts4.0/ui/annotations/element/mark.d.ts +14 -0
  207. package/dist/types-ts4.0/ui/annotations/hooks/index.d.ts +3 -0
  208. package/dist/types-ts4.0/ui/annotations/hooks/use-events.d.ts +18 -0
  209. package/dist/types-ts4.0/ui/annotations/hooks/use-inline-comment-subscriber.d.ts +1 -0
  210. package/dist/types-ts4.0/ui/annotations/hooks/use-inline-comments-filter.d.ts +9 -0
  211. package/dist/types-ts4.0/ui/annotations/hooks/use-load-annotations.d.ts +6 -0
  212. package/dist/types-ts4.0/ui/annotations/hooks/user-selection.d.ts +9 -0
  213. package/dist/types-ts4.0/ui/annotations/hooks/utils.d.ts +2 -0
  214. package/dist/types-ts4.0/ui/annotations/index.d.ts +5 -0
  215. package/dist/types-ts4.0/ui/annotations/selection/index.d.ts +1 -0
  216. package/dist/types-ts4.0/ui/annotations/selection/mounter.d.ts +20 -0
  217. package/dist/types-ts4.0/ui/annotations/selection/range-validator.d.ts +13 -0
  218. package/dist/types-ts4.0/ui/annotations/selection/wrapper.d.ts +8 -0
  219. package/dist/types-ts4.0/ui/annotations/types.d.ts +22 -0
  220. package/dist/types-ts4.0/ui/annotations/view/index.d.ts +7 -0
  221. package/dist/types-ts4.0/ui/index.d.ts +1 -0
  222. package/dist/types-ts4.0/ui/renderer-props.d.ts +100 -0
  223. package/dist/types-ts4.0/use-feature-flags.d.ts +2 -0
  224. package/dist/types-ts4.0/utils.d.ts +24 -0
  225. package/messages/package.json +8 -1
  226. package/package.json +25 -18
  227. package/render-document/package.json +8 -1
  228. package/renderer-context/package.json +8 -1
  229. package/serializer/package.json +8 -1
  230. package/text-serializer/package.json +8 -1
  231. package/use-feature-flags/package.json +8 -1
  232. package/utils/package.json +8 -1
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: {};
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by i18n-tools.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ export { default as zh } from './zh';
8
+ export { default as zh_TW } from './zh_TW';
9
+ export { default as cs } from './cs';
10
+ export { default as da } from './da';
11
+ export { default as nl } from './nl';
12
+ export { default as et } from './et';
13
+ export { default as fi } from './fi';
14
+ export { default as fr } from './fr';
15
+ export { default as de } from './de';
16
+ export { default as hu } from './hu';
17
+ export { default as it } from './it';
18
+ export { default as ja } from './ja';
19
+ export { default as ko } from './ko';
20
+ export { default as nb } from './nb';
21
+ export { default as pl } from './pl';
22
+ export { default as pt_BR } from './pt_BR';
23
+ export { default as pt_PT } from './pt_PT';
24
+ export { default as ru } from './ru';
25
+ export { default as sk } from './sk';
26
+ export { default as es } from './es';
27
+ export { default as sv } from './sv';
28
+ export { default as th } from './th';
29
+ export { default as tr } from './tr';
30
+ export { default as uk } from './uk';
31
+ export { default as vi } from './vi';
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: {};
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by i18n-tools.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: {};
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by i18n-tools.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
3
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
4
+ 'fabric.editor.headingLink.ascOrderLabel': string;
5
+ 'fabric.editor.headingLink.ascSortingLabel': string;
6
+ 'fabric.editor.headingLink.copied': string;
7
+ 'fabric.editor.headingLink.copyAnchorLink': string;
8
+ 'fabric.editor.headingLink.copyAriaLabel': string;
9
+ 'fabric.editor.headingLink.descOrderLabel': string;
10
+ 'fabric.editor.headingLink.failedToCopy': string;
11
+ 'fabric.editor.headingLink.noOrderLabel': string;
12
+ 'fabric.editor.headingLink.noneSortingLabel': string;
13
+ };
14
+ /**
15
+ * NOTE:
16
+ *
17
+ * This file is automatically generated by Traduki 2.0.
18
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
19
+ */
20
+ export default _default;
@@ -0,0 +1,11 @@
1
+ export type { Serializer } from './serializer';
2
+ export { default as ReactSerializer } from './react';
3
+ export { default as TextSerializer } from './text';
4
+ export { default as ReactRenderer } from './ui/Renderer';
5
+ export type { HeadingAnchorLinksProps, RendererAppearance, } from './ui/Renderer/types';
6
+ export type { RendererProps } from './ui/renderer-props';
7
+ export type { RendererContext } from './react/types';
8
+ export { ADFEncoder } from './utils';
9
+ export { renderDocument } from './render-document';
10
+ export type { RenderOutputStat } from './render-document';
11
+ export type { MediaSSR } from './types/mediaOptions';
@@ -0,0 +1,61 @@
1
+ export declare const headingAnchorLinkMessages: {
2
+ copyHeadingLinkToClipboard: {
3
+ id: string;
4
+ defaultMessage: string;
5
+ description: string;
6
+ };
7
+ copiedHeadingLinkToClipboard: {
8
+ id: string;
9
+ defaultMessage: string;
10
+ description: string;
11
+ };
12
+ failedToCopyHeadingLink: {
13
+ id: string;
14
+ defaultMessage: string;
15
+ description: string;
16
+ };
17
+ copyAriaLabel: {
18
+ id: string;
19
+ defaultMessage: string;
20
+ description: string;
21
+ };
22
+ };
23
+ export declare const tableCellMessages: {
24
+ noneSortingLabel: {
25
+ id: string;
26
+ defaultMessage: string;
27
+ description: string;
28
+ };
29
+ ascSortingLabel: {
30
+ id: string;
31
+ defaultMessage: string;
32
+ description: string;
33
+ };
34
+ descSortingLabel: {
35
+ id: string;
36
+ defaultMessage: string;
37
+ description: string;
38
+ };
39
+ };
40
+ export declare const sortingIconMessages: {
41
+ noOrderLabel: {
42
+ id: string;
43
+ defaultMessage: string;
44
+ description: string;
45
+ };
46
+ ascOrderLabel: {
47
+ id: string;
48
+ defaultMessage: string;
49
+ description: string;
50
+ };
51
+ descOrderLabel: {
52
+ id: string;
53
+ defaultMessage: string;
54
+ description: string;
55
+ };
56
+ invalidLabel: {
57
+ id: string;
58
+ defaultMessage: string;
59
+ description: string;
60
+ };
61
+ };
@@ -0,0 +1,10 @@
1
+ import { ReactNode } from 'react';
2
+ interface Config {
3
+ enableWarningTooltip: boolean;
4
+ }
5
+ interface Result {
6
+ renderBidiWarnings: (text: string) => ReactNode;
7
+ warningLabel: string;
8
+ }
9
+ export declare const useBidiWarnings: ({ enableWarningTooltip, }: Config) => Result;
10
+ export {};
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare const useInViewport: <RefType extends Element>() => {
3
+ isInViewport: boolean;
4
+ trackingRef: import("react").MutableRefObject<RefType | null>;
5
+ };
@@ -0,0 +1,3 @@
1
+ declare type Rectangle = Omit<DOMRectReadOnly, 'toJSON'>;
2
+ export declare const useObservedWidth: (node?: Element | null | undefined, useObservedWidthFlag?: boolean | undefined) => Rectangle;
3
+ export {};