@atlaskit/editor-common 81.1.5 → 81.2.0

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 (291) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/codemods/migrates/entry-points.ts +14 -30
  3. package/dist/cjs/clipboard/index.js +4 -4
  4. package/dist/cjs/collab/index.js +1 -1
  5. package/dist/cjs/doc-utils/editor-use-only.js +2 -2
  6. package/dist/cjs/i18n/cs.js +1 -0
  7. package/dist/cjs/i18n/da.js +3 -2
  8. package/dist/cjs/i18n/de.js +3 -2
  9. package/dist/cjs/i18n/en.js +1 -0
  10. package/dist/cjs/i18n/en_GB.js +1 -0
  11. package/dist/cjs/i18n/en_ZZ.js +1 -0
  12. package/dist/cjs/i18n/es.js +2 -1
  13. package/dist/cjs/i18n/fi.js +2 -1
  14. package/dist/cjs/i18n/fr.js +1 -0
  15. package/dist/cjs/i18n/hu.js +1 -0
  16. package/dist/cjs/i18n/it.js +1 -0
  17. package/dist/cjs/i18n/ja.js +2 -1
  18. package/dist/cjs/i18n/ko.js +2 -1
  19. package/dist/cjs/i18n/nb.js +1 -0
  20. package/dist/cjs/i18n/nl.js +1 -0
  21. package/dist/cjs/i18n/pl.js +1 -0
  22. package/dist/cjs/i18n/pt_BR.js +1 -0
  23. package/dist/cjs/i18n/ru.js +1 -0
  24. package/dist/cjs/i18n/sv.js +1 -0
  25. package/dist/cjs/i18n/th.js +1 -0
  26. package/dist/cjs/i18n/tr.js +1 -0
  27. package/dist/cjs/i18n/uk.js +7 -6
  28. package/dist/cjs/i18n/vi.js +1 -0
  29. package/dist/cjs/i18n/zh.js +3 -2
  30. package/dist/cjs/i18n/zh_TW.js +1 -0
  31. package/dist/cjs/lists/node.js +8 -8
  32. package/dist/cjs/lists/replace-content.js +8 -8
  33. package/dist/cjs/media-inline/styles.js +2 -2
  34. package/dist/cjs/messages/card.js +20 -0
  35. package/dist/cjs/monitoring/error.js +1 -1
  36. package/dist/cjs/selection/gap-cursor/styles.js +1 -1
  37. package/dist/cjs/styles/shared/annotation.js +1 -1
  38. package/dist/cjs/styles/shared/block-marks.js +1 -1
  39. package/dist/cjs/styles/shared/code-block.js +2 -2
  40. package/dist/cjs/styles/shared/lists.js +1 -1
  41. package/dist/cjs/styles/shared/panel.js +1 -1
  42. package/dist/cjs/styles/shared/resizer.js +1 -1
  43. package/dist/cjs/styles/shared/smartCard.js +1 -1
  44. package/dist/cjs/styles/shared/table.js +1 -1
  45. package/dist/cjs/styles/shared/task-decision.js +1 -1
  46. package/dist/cjs/styles/shared/unsupported-content.js +1 -1
  47. package/dist/cjs/table/SortingIcon.js +2 -2
  48. package/dist/cjs/ui/DropList/index.js +1 -1
  49. package/dist/cjs/ui/Expand/index.js +1 -1
  50. package/dist/cjs/ui/FloatingToolbar/styles.js +4 -4
  51. package/dist/cjs/ui/MediaSingle/styled.js +5 -5
  52. package/dist/cjs/ui/ResizerLegacy/styled.js +1 -1
  53. package/dist/cjs/ui-menu/DropdownMenu/index.js +2 -2
  54. package/dist/cjs/utils/calculate-toolbar-position.js +8 -8
  55. package/dist/cjs/utils/compareNodes.js +7 -7
  56. package/dist/cjs/utils/dedupe.js +10 -10
  57. package/dist/es2019/clipboard/index.js +4 -4
  58. package/dist/es2019/collab/index.js +29 -29
  59. package/dist/es2019/doc-utils/editor-use-only.js +2 -2
  60. package/dist/es2019/i18n/cs.js +1 -0
  61. package/dist/es2019/i18n/da.js +3 -2
  62. package/dist/es2019/i18n/de.js +3 -2
  63. package/dist/es2019/i18n/en.js +1 -0
  64. package/dist/es2019/i18n/en_GB.js +1 -0
  65. package/dist/es2019/i18n/en_ZZ.js +1 -0
  66. package/dist/es2019/i18n/es.js +2 -1
  67. package/dist/es2019/i18n/fi.js +2 -1
  68. package/dist/es2019/i18n/fr.js +1 -0
  69. package/dist/es2019/i18n/hu.js +1 -0
  70. package/dist/es2019/i18n/it.js +1 -0
  71. package/dist/es2019/i18n/ja.js +2 -1
  72. package/dist/es2019/i18n/ko.js +2 -1
  73. package/dist/es2019/i18n/nb.js +1 -0
  74. package/dist/es2019/i18n/nl.js +1 -0
  75. package/dist/es2019/i18n/pl.js +1 -0
  76. package/dist/es2019/i18n/pt_BR.js +1 -0
  77. package/dist/es2019/i18n/ru.js +1 -0
  78. package/dist/es2019/i18n/sv.js +1 -0
  79. package/dist/es2019/i18n/th.js +1 -0
  80. package/dist/es2019/i18n/tr.js +1 -0
  81. package/dist/es2019/i18n/uk.js +7 -6
  82. package/dist/es2019/i18n/vi.js +1 -0
  83. package/dist/es2019/i18n/zh.js +3 -2
  84. package/dist/es2019/i18n/zh_TW.js +1 -0
  85. package/dist/es2019/lists/node.js +8 -8
  86. package/dist/es2019/lists/replace-content.js +8 -8
  87. package/dist/es2019/media-inline/styles.js +28 -28
  88. package/dist/es2019/messages/card.js +20 -0
  89. package/dist/es2019/monitoring/error.js +1 -1
  90. package/dist/es2019/selection/gap-cursor/styles.js +80 -80
  91. package/dist/es2019/styles/shared/annotation.js +12 -12
  92. package/dist/es2019/styles/shared/block-marks.js +16 -16
  93. package/dist/es2019/styles/shared/code-block.js +101 -89
  94. package/dist/es2019/styles/shared/lists.js +83 -86
  95. package/dist/es2019/styles/shared/panel.js +78 -78
  96. package/dist/es2019/styles/shared/resizer.js +180 -178
  97. package/dist/es2019/styles/shared/smartCard.js +92 -102
  98. package/dist/es2019/styles/shared/table.js +125 -127
  99. package/dist/es2019/styles/shared/task-decision.js +46 -46
  100. package/dist/es2019/styles/shared/unsupported-content.js +15 -15
  101. package/dist/es2019/table/SortingIcon.js +34 -34
  102. package/dist/es2019/ui/DropList/index.js +1 -1
  103. package/dist/es2019/ui/Expand/index.js +14 -14
  104. package/dist/es2019/ui/FloatingToolbar/styles.js +4 -4
  105. package/dist/es2019/ui/MediaSingle/styled.js +55 -55
  106. package/dist/es2019/ui/ResizerLegacy/styled.js +10 -10
  107. package/dist/es2019/ui-menu/DropdownMenu/index.js +30 -30
  108. package/dist/es2019/utils/calculate-toolbar-position.js +8 -8
  109. package/dist/es2019/utils/compareNodes.js +7 -7
  110. package/dist/es2019/utils/dedupe.js +10 -10
  111. package/dist/esm/clipboard/index.js +4 -4
  112. package/dist/esm/collab/index.js +1 -1
  113. package/dist/esm/doc-utils/editor-use-only.js +2 -2
  114. package/dist/esm/i18n/cs.js +1 -0
  115. package/dist/esm/i18n/da.js +3 -2
  116. package/dist/esm/i18n/de.js +3 -2
  117. package/dist/esm/i18n/en.js +1 -0
  118. package/dist/esm/i18n/en_GB.js +1 -0
  119. package/dist/esm/i18n/en_ZZ.js +1 -0
  120. package/dist/esm/i18n/es.js +2 -1
  121. package/dist/esm/i18n/fi.js +2 -1
  122. package/dist/esm/i18n/fr.js +1 -0
  123. package/dist/esm/i18n/hu.js +1 -0
  124. package/dist/esm/i18n/it.js +1 -0
  125. package/dist/esm/i18n/ja.js +2 -1
  126. package/dist/esm/i18n/ko.js +2 -1
  127. package/dist/esm/i18n/nb.js +1 -0
  128. package/dist/esm/i18n/nl.js +1 -0
  129. package/dist/esm/i18n/pl.js +1 -0
  130. package/dist/esm/i18n/pt_BR.js +1 -0
  131. package/dist/esm/i18n/ru.js +1 -0
  132. package/dist/esm/i18n/sv.js +1 -0
  133. package/dist/esm/i18n/th.js +1 -0
  134. package/dist/esm/i18n/tr.js +1 -0
  135. package/dist/esm/i18n/uk.js +7 -6
  136. package/dist/esm/i18n/vi.js +1 -0
  137. package/dist/esm/i18n/zh.js +3 -2
  138. package/dist/esm/i18n/zh_TW.js +1 -0
  139. package/dist/esm/lists/node.js +8 -8
  140. package/dist/esm/lists/replace-content.js +8 -8
  141. package/dist/esm/media-inline/styles.js +2 -2
  142. package/dist/esm/messages/card.js +20 -0
  143. package/dist/esm/monitoring/error.js +1 -1
  144. package/dist/esm/selection/gap-cursor/styles.js +1 -1
  145. package/dist/esm/styles/shared/annotation.js +1 -1
  146. package/dist/esm/styles/shared/block-marks.js +1 -1
  147. package/dist/esm/styles/shared/code-block.js +2 -2
  148. package/dist/esm/styles/shared/lists.js +1 -1
  149. package/dist/esm/styles/shared/panel.js +1 -1
  150. package/dist/esm/styles/shared/resizer.js +1 -1
  151. package/dist/esm/styles/shared/smartCard.js +1 -1
  152. package/dist/esm/styles/shared/table.js +1 -1
  153. package/dist/esm/styles/shared/task-decision.js +1 -1
  154. package/dist/esm/styles/shared/unsupported-content.js +1 -1
  155. package/dist/esm/table/SortingIcon.js +2 -2
  156. package/dist/esm/ui/DropList/index.js +1 -1
  157. package/dist/esm/ui/Expand/index.js +1 -1
  158. package/dist/esm/ui/FloatingToolbar/styles.js +4 -4
  159. package/dist/esm/ui/MediaSingle/styled.js +5 -5
  160. package/dist/esm/ui/ResizerLegacy/styled.js +1 -1
  161. package/dist/esm/ui-menu/DropdownMenu/index.js +2 -2
  162. package/dist/esm/utils/calculate-toolbar-position.js +8 -8
  163. package/dist/esm/utils/compareNodes.js +7 -7
  164. package/dist/esm/utils/dedupe.js +10 -10
  165. package/dist/types/analytics/index.d.ts +1 -1
  166. package/dist/types/analytics/types/index.d.ts +3 -3
  167. package/dist/types/card/LinkToolbarButtonGroup.d.ts +1 -1
  168. package/dist/types/card/index.d.ts +1 -1
  169. package/dist/types/element-browser/ViewMore.d.ts +1 -1
  170. package/dist/types/element-browser/components/ElementList/EmptyState.d.ts +1 -1
  171. package/dist/types/extensibility/index.d.ts +1 -1
  172. package/dist/types/extensions/index.d.ts +1 -1
  173. package/dist/types/extensions/types/index.d.ts +2 -2
  174. package/dist/types/guideline/index.d.ts +3 -3
  175. package/dist/types/i18n/cs.d.ts +1 -0
  176. package/dist/types/i18n/da.d.ts +1 -0
  177. package/dist/types/i18n/de.d.ts +1 -0
  178. package/dist/types/i18n/en.d.ts +1 -0
  179. package/dist/types/i18n/en_GB.d.ts +1 -0
  180. package/dist/types/i18n/en_ZZ.d.ts +1 -0
  181. package/dist/types/i18n/es.d.ts +1 -0
  182. package/dist/types/i18n/fi.d.ts +1 -0
  183. package/dist/types/i18n/fr.d.ts +1 -0
  184. package/dist/types/i18n/hu.d.ts +1 -0
  185. package/dist/types/i18n/it.d.ts +1 -0
  186. package/dist/types/i18n/ja.d.ts +1 -0
  187. package/dist/types/i18n/ko.d.ts +1 -0
  188. package/dist/types/i18n/nb.d.ts +1 -0
  189. package/dist/types/i18n/nl.d.ts +1 -0
  190. package/dist/types/i18n/pl.d.ts +1 -0
  191. package/dist/types/i18n/pt_BR.d.ts +1 -0
  192. package/dist/types/i18n/ru.d.ts +1 -0
  193. package/dist/types/i18n/sv.d.ts +1 -0
  194. package/dist/types/i18n/th.d.ts +1 -0
  195. package/dist/types/i18n/tr.d.ts +1 -0
  196. package/dist/types/i18n/uk.d.ts +1 -0
  197. package/dist/types/i18n/vi.d.ts +1 -0
  198. package/dist/types/i18n/zh.d.ts +1 -0
  199. package/dist/types/i18n/zh_TW.d.ts +1 -0
  200. package/dist/types/link/index.d.ts +3 -3
  201. package/dist/types/lists/index.d.ts +3 -3
  202. package/dist/types/lists/replace-content.d.ts +1 -1
  203. package/dist/types/mark/index.d.ts +1 -1
  204. package/dist/types/media-inline/index.d.ts +1 -1
  205. package/dist/types/media-inline/views/frame.d.ts +1 -1
  206. package/dist/types/messages/card.d.ts +20 -0
  207. package/dist/types/portal/index.d.ts +1 -1
  208. package/dist/types/preset/index.d.ts +1 -1
  209. package/dist/types/preset/plugin-injection-api.d.ts +1 -1
  210. package/dist/types/provider-factory/quick-insert-provider.d.ts +1 -1
  211. package/dist/types/provider-factory.d.ts +2 -2
  212. package/dist/types/react-node-view/index.d.ts +1 -1
  213. package/dist/types/selection/index.d.ts +2 -2
  214. package/dist/types/styles/index.d.ts +4 -4
  215. package/dist/types/types/feature-flags.d.ts +6 -6
  216. package/dist/types/types/index.d.ts +12 -12
  217. package/dist/types/types/next-editor-plugin.d.ts +2 -8
  218. package/dist/types/types/performance-tracking.d.ts +4 -4
  219. package/dist/types/ufo/index.d.ts +1 -1
  220. package/dist/types/ui/BaseTheme/index.d.ts +1 -1
  221. package/dist/types/ui/FloatingToolbar/styles.d.ts +4 -4
  222. package/dist/types/ui/MediaSingle/styled.d.ts +1 -1
  223. package/dist/types/ui/index.d.ts +4 -4
  224. package/dist/types/ui-color/index.d.ts +1 -1
  225. package/dist/types/utils/get-performance-options.d.ts +1 -1
  226. package/dist/types/utils/index.d.ts +6 -6
  227. package/dist/types/validator.d.ts +1 -1
  228. package/dist/types-ts4.5/analytics/index.d.ts +1 -1
  229. package/dist/types-ts4.5/analytics/types/index.d.ts +3 -3
  230. package/dist/types-ts4.5/card/LinkToolbarButtonGroup.d.ts +1 -1
  231. package/dist/types-ts4.5/card/index.d.ts +1 -1
  232. package/dist/types-ts4.5/element-browser/ViewMore.d.ts +1 -1
  233. package/dist/types-ts4.5/element-browser/components/ElementList/EmptyState.d.ts +1 -1
  234. package/dist/types-ts4.5/extensibility/index.d.ts +1 -1
  235. package/dist/types-ts4.5/extensions/index.d.ts +1 -1
  236. package/dist/types-ts4.5/extensions/types/index.d.ts +2 -2
  237. package/dist/types-ts4.5/guideline/index.d.ts +3 -3
  238. package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
  239. package/dist/types-ts4.5/i18n/da.d.ts +1 -0
  240. package/dist/types-ts4.5/i18n/de.d.ts +1 -0
  241. package/dist/types-ts4.5/i18n/en.d.ts +1 -0
  242. package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
  243. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
  244. package/dist/types-ts4.5/i18n/es.d.ts +1 -0
  245. package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
  246. package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
  247. package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
  248. package/dist/types-ts4.5/i18n/it.d.ts +1 -0
  249. package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
  250. package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
  251. package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
  252. package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
  253. package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
  254. package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
  255. package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
  256. package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
  257. package/dist/types-ts4.5/i18n/th.d.ts +1 -0
  258. package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
  259. package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
  260. package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
  261. package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
  262. package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
  263. package/dist/types-ts4.5/link/index.d.ts +3 -3
  264. package/dist/types-ts4.5/lists/index.d.ts +3 -3
  265. package/dist/types-ts4.5/lists/replace-content.d.ts +1 -1
  266. package/dist/types-ts4.5/mark/index.d.ts +1 -1
  267. package/dist/types-ts4.5/media-inline/index.d.ts +1 -1
  268. package/dist/types-ts4.5/media-inline/views/frame.d.ts +1 -1
  269. package/dist/types-ts4.5/messages/card.d.ts +20 -0
  270. package/dist/types-ts4.5/portal/index.d.ts +1 -1
  271. package/dist/types-ts4.5/preset/index.d.ts +1 -1
  272. package/dist/types-ts4.5/preset/plugin-injection-api.d.ts +1 -1
  273. package/dist/types-ts4.5/provider-factory/quick-insert-provider.d.ts +1 -1
  274. package/dist/types-ts4.5/provider-factory.d.ts +2 -2
  275. package/dist/types-ts4.5/react-node-view/index.d.ts +1 -1
  276. package/dist/types-ts4.5/selection/index.d.ts +2 -2
  277. package/dist/types-ts4.5/styles/index.d.ts +4 -4
  278. package/dist/types-ts4.5/types/feature-flags.d.ts +6 -6
  279. package/dist/types-ts4.5/types/index.d.ts +12 -12
  280. package/dist/types-ts4.5/types/performance-tracking.d.ts +4 -4
  281. package/dist/types-ts4.5/ufo/index.d.ts +1 -1
  282. package/dist/types-ts4.5/ui/BaseTheme/index.d.ts +1 -1
  283. package/dist/types-ts4.5/ui/FloatingToolbar/styles.d.ts +4 -4
  284. package/dist/types-ts4.5/ui/MediaSingle/styled.d.ts +1 -1
  285. package/dist/types-ts4.5/ui/index.d.ts +4 -4
  286. package/dist/types-ts4.5/ui-color/index.d.ts +1 -1
  287. package/dist/types-ts4.5/utils/get-performance-options.d.ts +1 -1
  288. package/dist/types-ts4.5/utils/index.d.ts +6 -6
  289. package/dist/types-ts4.5/validator.d.ts +1 -1
  290. package/package.json +4 -6
  291. package/report.api.md +6 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 81.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#106501](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/106501)
8
+ [`e6be41c844bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e6be41c844bf) -
9
+ Added i18n messages for the edit dropdown.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 81.1.5
4
16
 
5
17
  ### Patch Changes
@@ -3,35 +3,19 @@ import { changeImportEntryPoint } from '@atlaskit/codemod-utils';
3
3
  const PACKAGE_NAME = '@atlaskit/editor-common';
4
4
 
5
5
  export const validatorExports = [
6
- 'getMarksByOrder',
7
- 'getValidContent',
8
- 'getValidDocument',
9
- 'getValidMark',
10
- 'getValidNode',
11
- 'getValidUnknownNode',
12
- 'isSameMark',
13
- 'isSubSupType',
14
- 'markOrder',
15
- 'ADFStages',
16
- ].map((name) =>
17
- changeImportEntryPoint(
18
- `${PACKAGE_NAME}/utils`,
19
- name,
20
- `${PACKAGE_NAME}/validator`,
21
- ),
22
- );
6
+ 'getMarksByOrder',
7
+ 'getValidContent',
8
+ 'getValidDocument',
9
+ 'getValidMark',
10
+ 'getValidNode',
11
+ 'getValidUnknownNode',
12
+ 'isSameMark',
13
+ 'isSubSupType',
14
+ 'markOrder',
15
+ 'ADFStages',
16
+ ].map((name) => changeImportEntryPoint(`${PACKAGE_NAME}/utils`, name, `${PACKAGE_NAME}/validator`));
23
17
 
24
- export const validatorTypes = [
25
- 'ADDoc',
26
- 'ADFStage',
27
- 'ADMark',
28
- 'ADMarkSimple',
29
- 'ADNode',
30
- ].map((name) =>
31
- changeImportEntryPoint(
32
- `${PACKAGE_NAME}/utils`,
33
- name,
34
- `${PACKAGE_NAME}/validator`,
35
- true,
36
- ),
18
+ export const validatorTypes = ['ADDoc', 'ADFStage', 'ADMark', 'ADMarkSimple', 'ADNode'].map(
19
+ (name) =>
20
+ changeImportEntryPoint(`${PACKAGE_NAME}/utils`, name, `${PACKAGE_NAME}/validator`, true),
37
21
  );
@@ -137,11 +137,11 @@ var copyHTMLToClipboardPolyfill = exports.copyHTMLToClipboardPolyfill = /*#__PUR
137
137
  while (1) switch (_context3.prev = _context3.next) {
138
138
  case 0:
139
139
  dt = new clipboard.ClipboardItem({
140
- "text/html": new Blob([elementToCopy.innerHTML], {
141
- type: "text/html"
140
+ 'text/html': new Blob([elementToCopy.innerHTML], {
141
+ type: 'text/html'
142
142
  }),
143
- "text/plain": new Blob([plainTextToCopy || elementToCopy.innerText], {
144
- type: "text/plain"
143
+ 'text/plain': new Blob([plainTextToCopy || elementToCopy.innerText], {
144
+ type: 'text/plain'
145
145
  })
146
146
  });
147
147
  _context3.next = 3;
@@ -129,7 +129,7 @@ var TELEPOINTER_DIM_CLASS = exports.TELEPOINTER_DIM_CLASS = 'telepointer-dim';
129
129
  // ED-22557: Safely convert to object styling
130
130
  // Disable top: -14px since it is necessary to align to cursor
131
131
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/design-system/no-exported-css
132
- var telepointerStyle = exports.telepointerStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n .ProseMirror .telepointer {\n position: relative;\n transition: opacity 200ms;\n\n &.telepointer-selection {\n line-height: 1.2;\n pointer-events: none;\n user-select: none;\n }\n\n &.telepointer-selection-badge::after {\n content: attr(data-initial);\n position: absolute;\n display: block;\n top: -14px;\n font-size: ", ";\n padding: ", ";\n color: ", ";\n left: 0px;\n border-radius: 2px 2px 2px 0;\n line-height: initial;\n }\n\n &.", " {\n opacity: 0.2;\n }\n\n ", ";\n }\n"])), (0, _editorSharedStyles.relativeFontSizeToBase16)(9), "var(--ds-space-025, 2px)", "var(--ds-text-inverse, #FFFFFF)", TELEPOINTER_DIM_CLASS, _editorSharedStyles.avatarColors.map(function (color, index) {
132
+ var telepointerStyle = exports.telepointerStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t.ProseMirror .telepointer {\n\t\tposition: relative;\n\t\ttransition: opacity 200ms;\n\n\t\t&.telepointer-selection {\n\t\t\tline-height: 1.2;\n\t\t\tpointer-events: none;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t&.telepointer-selection-badge::after {\n\t\t\tcontent: attr(data-initial);\n\t\t\tposition: absolute;\n\t\t\tdisplay: block;\n\t\t\ttop: -14px;\n\t\t\tfont-size: ", ";\n\t\t\tpadding: ", ";\n\t\t\tcolor: ", ";\n\t\t\tleft: 0px;\n\t\t\tborder-radius: 2px 2px 2px 0;\n\t\t\tline-height: initial;\n\t\t}\n\n\t\t&.", " {\n\t\t\topacity: 0.2;\n\t\t}\n\n\t\t", ";\n\t}\n"])), (0, _editorSharedStyles.relativeFontSizeToBase16)(9), "var(--ds-space-025, 2px)", "var(--ds-text-inverse, #FFFFFF)", TELEPOINTER_DIM_CLASS, _editorSharedStyles.avatarColors.map(function (color, index) {
133
133
  return telepointerColorStyle(color, index);
134
134
  }));
135
135
  var tintKey = 'collab:isDirtyTransaction';
@@ -13,9 +13,9 @@ function AlternativePackagesMessage(_ref) {
13
13
  return null;
14
14
  }
15
15
  if (alternatePackages.length === 1) {
16
- return /*#__PURE__*/_react.default.createElement("p", null, "Consider using", ' ', /*#__PURE__*/_react.default.createElement("a", {
16
+ return /*#__PURE__*/_react.default.createElement("p", null, "Consider using ", /*#__PURE__*/_react.default.createElement("a", {
17
17
  href: alternatePackages[0].link
18
- }, alternatePackages[0].name), ' ', "instead.");
18
+ }, alternatePackages[0].name), " instead.");
19
19
  }
20
20
  return /*#__PURE__*/_react.default.createElement("p", null, "Consider using one of these packages instead:", /*#__PURE__*/_react.default.createElement("ul", null, alternatePackages.map(function (p) {
21
21
  return /*#__PURE__*/_react.default.createElement("li", null, /*#__PURE__*/_react.default.createElement("a", {
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Akce stránky',
328
328
  'fabric.editor.panel.backgroundColor': 'Barva pozadí',
329
329
  'fabric.editor.panel.emoji': 'Přidat emoji',
330
+ 'fabric.editor.panel.panelsGroup': 'Typy panelů',
330
331
  'fabric.editor.pasteOptions': 'Možnosti vložení',
331
332
  'fabric.editor.pastePlainText': 'Vložit prostý text',
332
333
  'fabric.editor.placeholderAltText': 'Popište tento obrázek alternativním textem',
@@ -221,7 +221,7 @@ var _default = exports.default = {
221
221
  'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
222
222
  'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
223
223
  'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
224
- 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
224
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
225
225
  'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
226
226
  'fabric.editor.headingLink.invalidLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
227
227
  'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Sidehandlinger',
328
328
  'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
329
329
  'fabric.editor.panel.emoji': 'Tilføj emoji',
330
+ 'fabric.editor.panel.panelsGroup': 'Paneltyper',
330
331
  'fabric.editor.pasteOptions': 'Indstillinger for indsæt',
331
332
  'fabric.editor.pastePlainText': 'Indsæt almindelig tekst',
332
333
  'fabric.editor.placeholderAltText': 'Beskriv billedet med alternativ tekst',
@@ -371,7 +372,7 @@ var _default = exports.default = {
371
372
  'fabric.editor.status': 'Status',
372
373
  'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
373
374
  'fabric.editor.statusPlaceholder': 'Angiv en status',
374
- 'fabric.editor.story': 'Historie',
375
+ 'fabric.editor.story': 'Story',
375
376
  'fabric.editor.strike': 'Gennemstreget',
376
377
  'fabric.editor.subTask': 'Underopgave',
377
378
  'fabric.editor.subscript': 'Sænket skrift',
@@ -118,7 +118,7 @@ var _default = exports.default = {
118
118
  'fabric.editor.decision': 'Entscheidung',
119
119
  'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
120
120
  'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
121
- 'fabric.editor.decreaseColumnSize': 'Spaltengröße erhöhen',
121
+ 'fabric.editor.decreaseColumnSize': 'Spalte verkleinern',
122
122
  'fabric.editor.decreaseSize': 'Verkleinern',
123
123
  'fabric.editor.defaultAltText': 'Dokument',
124
124
  'fabric.editor.description': 'Beschreibung',
@@ -245,7 +245,7 @@ var _default = exports.default = {
245
245
  'fabric.editor.imageBorderSize': 'Größe',
246
246
  'fabric.editor.imageBorderSubtle': 'Schmal',
247
247
  'fabric.editor.improvement': 'Verbesserung',
248
- 'fabric.editor.increaseColumnSize': 'Spaltengröße verringern',
248
+ 'fabric.editor.increaseColumnSize': 'Spalte vergrößern',
249
249
  'fabric.editor.increaseSize': 'Vergrößern',
250
250
  'fabric.editor.indent': 'Einzug vergrößern',
251
251
  'fabric.editor.info': 'Info',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Seitenaktionen',
328
328
  'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
329
329
  'fabric.editor.panel.emoji': 'Emoji hinzufügen',
330
+ 'fabric.editor.panel.panelsGroup': 'Panel-Typen',
330
331
  'fabric.editor.pasteOptions': 'Optionen zum Einfügen',
331
332
  'fabric.editor.pastePlainText': 'Einfachen Text einfügen',
332
333
  'fabric.editor.placeholderAltText': 'Dieses Bild mit Alternativtext beschreiben',
@@ -251,6 +251,7 @@ var _default = exports.default = {
251
251
  'fabric.editor.info': 'Info',
252
252
  'fabric.editor.infoPanel': 'Info panel',
253
253
  'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
254
+ 'fabric.editor.inlineConfigureLink': 'Configure link',
254
255
  'fabric.editor.inlineDescription': 'Display link as inline text',
255
256
  'fabric.editor.inlineOverlay': 'Configure',
256
257
  'fabric.editor.inlineTitle': 'Inline',
@@ -251,6 +251,7 @@ var _default = exports.default = {
251
251
  'fabric.editor.info': 'Info',
252
252
  'fabric.editor.infoPanel': 'Info panel',
253
253
  'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
254
+ 'fabric.editor.inlineConfigureLink': 'Configure link',
254
255
  'fabric.editor.inlineDescription': 'Display link as inline text',
255
256
  'fabric.editor.inlineOverlay': 'Configure',
256
257
  'fabric.editor.inlineTitle': 'Inline',
@@ -251,6 +251,7 @@ var _default = exports.default = {
251
251
  'fabric.editor.info': '⁣⁢Info‌⁠⁡⁡‌⁡‍⁠⁡‍‌⁣⁤',
252
252
  'fabric.editor.infoPanel': '⁣⁢Info panel⁡؜‍⁠‍⁡‌‍؜‍⁠؜⁣⁤',
253
253
  'fabric.editor.infoPanel.description': '⁣⁢Highlight information in a colored panel⁡⁠⁡؜‍⁣⁤',
254
+ 'fabric.editor.inlineConfigureLink': '⁣⁢Configure link؜‌؜؜⁡‌‌⁣⁤',
254
255
  'fabric.editor.inlineDescription': '⁣⁢Display link as inline text‍⁠⁡‌‍⁡؜‌⁣⁤',
255
256
  'fabric.editor.inlineOverlay': '⁣⁢Configure‌‍‍؜⁡‍⁡‌؜‍‍‍؜‌⁣⁤',
256
257
  'fabric.editor.inlineTitle': '⁣⁢Inline؜؜‌‌⁠‌‌⁡‌‌⁡⁡⁠⁣⁤',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Acciones de la página',
328
328
  'fabric.editor.panel.backgroundColor': 'Color de fondo',
329
329
  'fabric.editor.panel.emoji': 'Añadir emoji',
330
+ 'fabric.editor.panel.panelsGroup': 'Tipos de paneles',
330
331
  'fabric.editor.pasteOptions': 'Opciones de pegado',
331
332
  'fabric.editor.pastePlainText': 'Pegar texto sin formato',
332
333
  'fabric.editor.placeholderAltText': 'Describir esta imagen con texto alternativo',
@@ -400,7 +401,7 @@ var _default = exports.default = {
400
401
  'fabric.editor.tableSizeSelectorPopup': 'Selector de tamaño de tabla',
401
402
  'fabric.editor.tables.adjustColumn': 'Ajustar columna',
402
403
  'fabric.editor.tables.columnResizeLast': 'Solo puedes cambiar el tamaño de la columna hacia la izquierda.',
403
- 'fabric.editor.tables.columnResizeOverflow': 'Solo puedes cambiar el tamaño de la columna mientras la tabla tiene una barra desplazamiento.',
404
+ 'fabric.editor.tables.columnResizeOverflow': 'Solo puedes cambiar el tamaño de la columna mientras la tabla tiene una barra de desplazamiento.',
404
405
  'fabric.editor.tables.columnWidth': '{width, plural, one {Ancho de columna cambiado a {width} píxel} other {Ancho de columna cambiado a {width} píxeles}}',
405
406
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
406
407
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
328
328
  'fabric.editor.panel.backgroundColor': 'Taustaväri',
329
329
  'fabric.editor.panel.emoji': 'Lisää emoji',
330
+ 'fabric.editor.panel.panelsGroup': 'Paneelityypit',
330
331
  'fabric.editor.pasteOptions': 'Liittämisasetukset',
331
332
  'fabric.editor.pastePlainText': 'Liimaa tavallinen teksti',
332
333
  'fabric.editor.placeholderAltText': 'Kuvaile tätä kuvaa vaihtoehtoisella tekstillä',
@@ -399,7 +400,7 @@ var _default = exports.default = {
399
400
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
400
401
  'fabric.editor.tableSizeSelectorPopup': 'Taulukon koon valitsin',
401
402
  'fabric.editor.tables.adjustColumn': 'Säädä saraketta',
402
- 'fabric.editor.tables.columnResizeLast': 'Voit muuttaa tämän sarakkeen kokoa vain vasemmalla.',
403
+ 'fabric.editor.tables.columnResizeLast': 'Voit muuttaa tämän sarakkeen kokoa vain vasemmalta puolelta.',
403
404
  'fabric.editor.tables.columnResizeOverflow': 'Voit muuttaa tämän sarakkeen kokoa vain, kun taulukossa on vierityspalkki.',
404
405
  'fabric.editor.tables.columnWidth': '{width, plural, one {Sarakeleveydeksi muutettiin {width} pikseli} other {Sarakeleveydeksi muutettiin {width} pikseliä}}',
405
406
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Actions de page',
328
328
  'fabric.editor.panel.backgroundColor': "Couleur d'arrière-plan",
329
329
  'fabric.editor.panel.emoji': 'Ajouter une émoticône',
330
+ 'fabric.editor.panel.panelsGroup': 'Types de panneaux',
330
331
  'fabric.editor.pasteOptions': 'Options de collage',
331
332
  'fabric.editor.pastePlainText': 'Coller le texte brut',
332
333
  'fabric.editor.placeholderAltText': 'Décrire cette image avec un texte alternatif',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Oldalműveletek',
328
328
  'fabric.editor.panel.backgroundColor': 'Háttérszín',
329
329
  'fabric.editor.panel.emoji': 'Emoji hozzáadása',
330
+ 'fabric.editor.panel.panelsGroup': 'Paneltípusok',
330
331
  'fabric.editor.pasteOptions': 'Beillesztési lehetőségek',
331
332
  'fabric.editor.pastePlainText': 'Egyszerű szöveg beillesztése',
332
333
  'fabric.editor.placeholderAltText': 'Kép leírása alternatív szöveggel',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Azioni sulla pagina',
328
328
  'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
329
329
  'fabric.editor.panel.emoji': 'Aggiungi emoji',
330
+ 'fabric.editor.panel.panelsGroup': 'Tipi di riquadri',
330
331
  'fabric.editor.pasteOptions': 'Opzioni Incolla',
331
332
  'fabric.editor.pastePlainText': 'Incolla testo non formattato',
332
333
  'fabric.editor.placeholderAltText': 'Descrivi questa immagine con testo alternativo',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'ページ操作',
328
328
  'fabric.editor.panel.backgroundColor': '背景色',
329
329
  'fabric.editor.panel.emoji': '絵文字を追加',
330
+ 'fabric.editor.panel.panelsGroup': 'パネル タイプ',
330
331
  'fabric.editor.pasteOptions': '貼り付けオプション',
331
332
  'fabric.editor.pastePlainText': 'プレーン テキストを貼り付け',
332
333
  'fabric.editor.placeholderAltText': '代替テキストでこの画像を説明',
@@ -404,7 +405,7 @@ var _default = exports.default = {
404
405
  'fabric.editor.tables.columnWidth': '{width, plural, other {列の幅が {width} ピクセルに変更されました}}',
405
406
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
406
407
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除',
407
- 'fabric.editor.tables.resizeStop': 'リサイズを中止しました',
408
+ 'fabric.editor.tables.resizeStop': 'サイズ変更を中止しました',
408
409
  'fabric.editor.tables.resizeTable': 'テーブルのサイズを変更する',
409
410
  'fabric.editor.tables.startedColumnResize': '列のサイズ変更を開始しました',
410
411
  'fabric.editor.task': 'タスク',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': '페이지 작업',
328
328
  'fabric.editor.panel.backgroundColor': '배경색',
329
329
  'fabric.editor.panel.emoji': '이모지 추가',
330
+ 'fabric.editor.panel.panelsGroup': '패널 유형',
330
331
  'fabric.editor.pasteOptions': '붙여넣기 옵션',
331
332
  'fabric.editor.pastePlainText': '일반 텍스트 붙여넣기',
332
333
  'fabric.editor.placeholderAltText': '대체 텍스트로 이미지 설명하기',
@@ -454,7 +455,7 @@ var _default = exports.default = {
454
455
  'fabric.editor.urlDescription': '링크를 URL로 표시',
455
456
  'fabric.editor.urlTitle': 'URL',
456
457
  'fabric.editor.useMarkdown': 'Markdown 사용',
457
- 'fabric.editor.viewAndAddCommentsOnMedia': '보고 댓글 추가',
458
+ 'fabric.editor.viewAndAddCommentsOnMedia': '댓글 확인 및 추가',
458
459
  'fabric.editor.viewCommentOnMedia': '댓글 보기',
459
460
  'fabric.editor.viewMore': '더 보기',
460
461
  'fabric.editor.visit': '새 창에서 링크 열기',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Sidehandlinger',
328
328
  'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
329
329
  'fabric.editor.panel.emoji': 'Legg til emoji',
330
+ 'fabric.editor.panel.panelsGroup': 'Paneltyper',
330
331
  'fabric.editor.pasteOptions': 'Alternativer for innliming',
331
332
  'fabric.editor.pastePlainText': 'Lim inn ren tekst',
332
333
  'fabric.editor.placeholderAltText': 'Beskriv dette bildet med alternativ tekst',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Pagina-acties',
328
328
  'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
329
329
  'fabric.editor.panel.emoji': 'Emoticon toevoegen',
330
+ 'fabric.editor.panel.panelsGroup': 'Typen panelen',
330
331
  'fabric.editor.pasteOptions': 'Opties voor plakken',
331
332
  'fabric.editor.pastePlainText': 'Plak als platte tekst',
332
333
  'fabric.editor.placeholderAltText': 'Beschrijf deze afbeelding met alt-tekst',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Czynności na stronie',
328
328
  'fabric.editor.panel.backgroundColor': 'Kolor tła',
329
329
  'fabric.editor.panel.emoji': 'Dodaj emoji',
330
+ 'fabric.editor.panel.panelsGroup': 'Rodzaje paneli',
330
331
  'fabric.editor.pasteOptions': 'Opcje wklejania',
331
332
  'fabric.editor.pastePlainText': 'Wklej zwykły tekst',
332
333
  'fabric.editor.placeholderAltText': 'Opisz ten obraz przy użyciu tekstu alternatywnego',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Ações de página',
328
328
  'fabric.editor.panel.backgroundColor': 'Cor de fundo',
329
329
  'fabric.editor.panel.emoji': 'Adicionar emoji',
330
+ 'fabric.editor.panel.panelsGroup': 'Tipos de painel',
330
331
  'fabric.editor.pasteOptions': 'Colar opções',
331
332
  'fabric.editor.pastePlainText': 'Colar texto sem formatação',
332
333
  'fabric.editor.placeholderAltText': 'Descrever esta imagem com texto alt',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Действия со страницей',
328
328
  'fabric.editor.panel.backgroundColor': 'Цвет фона',
329
329
  'fabric.editor.panel.emoji': 'Добавить эмодзи',
330
+ 'fabric.editor.panel.panelsGroup': 'Типы панелей',
330
331
  'fabric.editor.pasteOptions': 'Параметры вставки',
331
332
  'fabric.editor.pastePlainText': 'Вставить обычный текст',
332
333
  'fabric.editor.placeholderAltText': 'Альтернативный текст для описания изображения',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Sidåtgärder',
328
328
  'fabric.editor.panel.backgroundColor': 'Bakgrundsfärg',
329
329
  'fabric.editor.panel.emoji': 'Lägg till emoji',
330
+ 'fabric.editor.panel.panelsGroup': 'Paneltyper',
330
331
  'fabric.editor.pasteOptions': 'Inklistringsalternativ',
331
332
  'fabric.editor.pastePlainText': 'Klistra in oformaterad text',
332
333
  'fabric.editor.placeholderAltText': 'Beskriv den här bilden med alternativ text',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'การดำเนินการของหน้าข้อมูล',
328
328
  'fabric.editor.panel.backgroundColor': 'สีพื้นหลัง',
329
329
  'fabric.editor.panel.emoji': 'เพิ่มเอโมจิ',
330
+ 'fabric.editor.panel.panelsGroup': 'ประเภทแผง',
330
331
  'fabric.editor.pasteOptions': 'ตัวเลือกการวาง',
331
332
  'fabric.editor.pastePlainText': 'วางข้อความธรรมดา',
332
333
  'fabric.editor.placeholderAltText': 'อธิบายรูปภาพนี้ด้วยข้อความอธิบายรูปภาพ',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Sayfa işlemleri',
328
328
  'fabric.editor.panel.backgroundColor': 'Arkaplan rengi',
329
329
  'fabric.editor.panel.emoji': 'Emoji ekle',
330
+ 'fabric.editor.panel.panelsGroup': 'Panel Türleri',
330
331
  'fabric.editor.pasteOptions': 'Yapıştırma seçenekleri',
331
332
  'fabric.editor.pastePlainText': 'Düz metin olarak yapıştır',
332
333
  'fabric.editor.placeholderAltText': 'Bu görseli bir alternatif metinle açıklayın',
@@ -118,7 +118,7 @@ var _default = exports.default = {
118
118
  'fabric.editor.decision': 'Рішення',
119
119
  'fabric.editor.decision.description': 'Зафіксувати рішення, щоб його було легко знайти',
120
120
  'fabric.editor.decisionPlaceholder': 'Додати рішення...',
121
- 'fabric.editor.decreaseColumnSize': 'Зменшити розмір стовпця',
121
+ 'fabric.editor.decreaseColumnSize': 'Звузити стовпець',
122
122
  'fabric.editor.decreaseSize': 'Зменшити розмір',
123
123
  'fabric.editor.defaultAltText': 'Документ',
124
124
  'fabric.editor.description': 'Опис',
@@ -245,7 +245,7 @@ var _default = exports.default = {
245
245
  'fabric.editor.imageBorderSize': 'Розмір',
246
246
  'fabric.editor.imageBorderSubtle': 'Тонка',
247
247
  'fabric.editor.improvement': 'Покращення',
248
- 'fabric.editor.increaseColumnSize': 'Збільшити розмір стовпця',
248
+ 'fabric.editor.increaseColumnSize': 'Розширити стовпець',
249
249
  'fabric.editor.increaseSize': 'Збільшити розмір',
250
250
  'fabric.editor.indent': 'Збільшити відступ',
251
251
  'fabric.editor.info': 'Інформація',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Дії на сторінці',
328
328
  'fabric.editor.panel.backgroundColor': 'Колір фону',
329
329
  'fabric.editor.panel.emoji': 'Додати емодзі',
330
+ 'fabric.editor.panel.panelsGroup': 'Типи панелей',
330
331
  'fabric.editor.pasteOptions': 'Параметри вставки',
331
332
  'fabric.editor.pastePlainText': 'Вставити текст без форматування',
332
333
  'fabric.editor.placeholderAltText': 'Опишіть це зображення за допомогою тексту заміщення',
@@ -399,12 +400,12 @@ var _default = exports.default = {
399
400
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} × {numberOfRows}',
400
401
  'fabric.editor.tableSizeSelectorPopup': 'Засіб вибору розміру таблиці',
401
402
  'fabric.editor.tables.adjustColumn': 'Налаштувати стовпець',
402
- 'fabric.editor.tables.columnResizeLast': 'Ви можете змінити розмір тільки цього стовпця зліва.',
403
- 'fabric.editor.tables.columnResizeOverflow': 'Ви можете змінити розмір тільки цього стовпця, оскільки таблиця має панель прокрутки.',
404
- 'fabric.editor.tables.columnWidth': '{width, plural, one {Ширину стовпця змінено на {width} пікселя} few {Ширину стовпця змінено на {width} пікселі} many {Ширину стовпця змінено на {width} пікселів} other {Ширину стовпця змінено на {width} пікселів}}',
403
+ 'fabric.editor.tables.columnResizeLast': 'Розмір цього стовпця можна змінити тільки зліва.',
404
+ 'fabric.editor.tables.columnResizeOverflow': 'Розмір цього стовпця можна міняти лише за наявності в таблиці панелі прокрутки.',
405
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {Ширину стовпця змінено на {width} піксель} few {Ширину стовпця змінено на {width} пікселі} many {Ширину стовпця змінено на {width} пікселів} other {Ширину стовпця змінено на {width} пікселя}}',
405
406
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Видалення розширення {nodeName} порушить роботу всього, що з ним пов’язано.',
406
407
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Видалити',
407
- 'fabric.editor.tables.resizeStop': 'Змінення розміру зупинено',
408
+ 'fabric.editor.tables.resizeStop': 'Змінення розміру припинено',
408
409
  'fabric.editor.tables.resizeTable': 'Змінити розмір таблиці',
409
410
  'fabric.editor.tables.startedColumnResize': 'Змінення розміру стовпця розпочато',
410
411
  'fabric.editor.task': 'Завдання',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': 'Thao tác trang',
328
328
  'fabric.editor.panel.backgroundColor': 'Màu nền',
329
329
  'fabric.editor.panel.emoji': 'Thêm biểu tượng cảm xúc',
330
+ 'fabric.editor.panel.panelsGroup': 'Các loại bảng điều khiển',
330
331
  'fabric.editor.pasteOptions': 'Tùy chọn dán',
331
332
  'fabric.editor.pastePlainText': 'Dán văn bản thuần túy',
332
333
  'fabric.editor.placeholderAltText': 'Mô tả hình ảnh này bằng văn bản thay thế',
@@ -108,7 +108,7 @@ var _default = exports.default = {
108
108
  'fabric.editor.datasource.assetsObjects.description': '通过搜索和筛选插入来自 Jira Service Management 中的资产的对象',
109
109
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': '资产',
110
110
  'fabric.editor.datasource.confluenceSearch': '插入 Confluence 列表',
111
- 'fabric.editor.datasource.confluenceSearch.description': '通过增强的搜索、筛选和配置插入来自 Confluence 的搜索结果列表。',
111
+ 'fabric.editor.datasource.confluenceSearch.description': '通过增强的搜索、筛选和配置来插入来自 Confluence 的搜索结果列表。',
112
112
  'fabric.editor.datasource.jiraIssue': 'Jira 事务',
113
113
  'fabric.editor.datasource.jiraIssue.description': '通过增强的搜索、筛选和配置插入来自 Jira Cloud 的 Jira 事务。',
114
114
  'fabric.editor.datasourceAppearanceTitle': '列表',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': '页面操作',
328
328
  'fabric.editor.panel.backgroundColor': '背景颜色',
329
329
  'fabric.editor.panel.emoji': '添加表情',
330
+ 'fabric.editor.panel.panelsGroup': '面板类型',
330
331
  'fabric.editor.pasteOptions': '粘贴选项',
331
332
  'fabric.editor.pastePlainText': '粘贴纯文本',
332
333
  'fabric.editor.placeholderAltText': '用替代文本描述此图片',
@@ -454,7 +455,7 @@ var _default = exports.default = {
454
455
  'fabric.editor.urlDescription': '以 URL 显示链接',
455
456
  'fabric.editor.urlTitle': 'URL',
456
457
  'fabric.editor.useMarkdown': '使用 Markdown',
457
- 'fabric.editor.viewAndAddCommentsOnMedia': '查看并添加评论',
458
+ 'fabric.editor.viewAndAddCommentsOnMedia': '查看和添加评论',
458
459
  'fabric.editor.viewCommentOnMedia': '查看评论',
459
460
  'fabric.editor.viewMore': '查看更多',
460
461
  'fabric.editor.visit': '在新窗口中打开链接',
@@ -327,6 +327,7 @@ var _default = exports.default = {
327
327
  'fabric.editor.pageActionsLabel': '頁面動作',
328
328
  'fabric.editor.panel.backgroundColor': '背景顏色',
329
329
  'fabric.editor.panel.emoji': '新增表情符號',
330
+ 'fabric.editor.panel.panelsGroup': '面板類型',
330
331
  'fabric.editor.pasteOptions': '貼上選項',
331
332
  'fabric.editor.pastePlainText': '貼上純文字',
332
333
  'fabric.editor.placeholderAltText': '使用替代文字描述這張圖片',
@@ -137,10 +137,10 @@ var findGrandParentResolvedPos = function findGrandParentResolvedPos(tr, $from)
137
137
  };
138
138
  var findNestedTaskListsIndexAtSameLevel = function findNestedTaskListsIndexAtSameLevel(tr, $from) {
139
139
  /*
140
- Currently our cursor would be inside a pargraph of a list of type numbered/bullet list,
141
- we need to find the grandparent of the cursor which is the list at same level of taskList.
142
- We can get the root list item(inside which various lists are being resolved before outdenting) by going one depth above that list.
143
- */
140
+ Currently our cursor would be inside a pargraph of a list of type numbered/bullet list,
141
+ we need to find the grandparent of the cursor which is the list at same level of taskList.
142
+ We can get the root list item(inside which various lists are being resolved before outdenting) by going one depth above that list.
143
+ */
144
144
  var nestedListResolvedPos = findGrandParentResolvedPos(tr, $from);
145
145
  var rootListItem = nestedListResolvedPos === null || nestedListResolvedPos === void 0 ? void 0 : nestedListResolvedPos.node(nestedListResolvedPos.depth - 1);
146
146
  var nestedTaskListsIndexes = [];
@@ -168,10 +168,10 @@ var processNestedTaskListsInSameLevel = exports.processNestedTaskListsInSameLeve
168
168
  });
169
169
 
170
170
  /*
171
- Wraps the taskLists present at each index mentioned in the nestedTaskListIndexesToWrap to the list above it.
172
- After each wrap the indexes changes since two lists are being merged into one,
173
- so we keep track of it and use it to access actual calculated taskList indexes.
174
- */
171
+ Wraps the taskLists present at each index mentioned in the nestedTaskListIndexesToWrap to the list above it.
172
+ After each wrap the indexes changes since two lists are being merged into one,
173
+ so we keep track of it and use it to access actual calculated taskList indexes.
174
+ */
175
175
  if (rootListItemStart) {
176
176
  var taskListsFixedNested = 0;
177
177
  nestedTaskListIndexesToWrap.forEach(function (index) {
@@ -34,14 +34,14 @@ var wrapTaskListIntoListAbove = exports.wrapTaskListIntoListAbove = function wra
34
34
  var frag = _model.Fragment.from(taskList.content);
35
35
 
36
36
  /*
37
- Delete the existing taskList at the same level and insert inside above list provided
38
- 1. To delete the tasklist, we need wrapping positions before and after it to completely delete it.
39
- $taskListStart.after() would give us closing position enclosed by node itself using it would remove only the contents of taskList
40
- so we add 1 to it to get the position after the taskList node and completly remove it.
41
- 2. Inserting the taskList at the end() position safe inserts the taskList to next available position which would lead to deleting and inserting taskList at same place.
42
- Reason: $previousListStart.end() gives us end position of listItem but we can add content only inside listItem not at same level
43
- so we subtract 1 to get the position inside the list item and insert the TaskList same level as paragraph/content inside listItem.
44
- */
37
+ Delete the existing taskList at the same level and insert inside above list provided
38
+ 1. To delete the tasklist, we need wrapping positions before and after it to completely delete it.
39
+ $taskListStart.after() would give us closing position enclosed by node itself using it would remove only the contents of taskList
40
+ so we add 1 to it to get the position after the taskList node and completly remove it.
41
+ 2. Inserting the taskList at the end() position safe inserts the taskList to next available position which would lead to deleting and inserting taskList at same place.
42
+ Reason: $previousListStart.end() gives us end position of listItem but we can add content only inside listItem not at same level
43
+ so we subtract 1 to get the position inside the list item and insert the TaskList same level as paragraph/content inside listItem.
44
+ */
45
45
  tr.delete($taskListStart.before(), $taskListStart.after() + 1);
46
46
  tr.insert($previousListStart.end() - 1, frag);
47
47
  };
@@ -19,7 +19,7 @@ var INLINE_IMAGE_BORDER_COLOR_CSS_VAR_KEY = exports.INLINE_IMAGE_BORDER_COLOR_CS
19
19
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Nested and dynamic css calls are violations, needs manual remediation
20
20
  var inlineImageHeight = function inlineImageHeight(height) {
21
21
  var margin = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
22
- return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n /* Editor style */\n > .mediaInlineView-content-wrap > .", ",\n > :is(a, span[data-mark-type='border']) .mediaInlineView-content-wrap > .", ",\n /* Renderer style */\n > .", ",\n > :is(a, span[data-mark-type='border']) .", " {\n height: ", "px;\n transform: translateY(", "px);\n }\n"])), INLINE_IMAGE_WRAPPER_CLASS_NAME, INLINE_IMAGE_WRAPPER_CLASS_NAME, INLINE_IMAGE_WRAPPER_CLASS_NAME, INLINE_IMAGE_WRAPPER_CLASS_NAME, height, margin);
22
+ return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t/* Editor style */\n\t> .mediaInlineView-content-wrap > .", ",\n > :is(a, span[data-mark-type='border']) .mediaInlineView-content-wrap > .", ",\n /* Renderer style */\n > .", ",\n > :is(a, span[data-mark-type='border']) .", " {\n\t\theight: ", "px;\n\t\ttransform: translateY(", "px);\n\t}\n"])), INLINE_IMAGE_WRAPPER_CLASS_NAME, INLINE_IMAGE_WRAPPER_CLASS_NAME, INLINE_IMAGE_WRAPPER_CLASS_NAME, INLINE_IMAGE_WRAPPER_CLASS_NAME, height, margin);
23
23
  };
24
24
 
25
25
  /**
@@ -29,7 +29,7 @@ var inlineImageHeight = function inlineImageHeight(height) {
29
29
  * mapping
30
30
  */
31
31
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Nested and dynamic css calls are violations, needs manual remediation
32
- var mediaInlineImageStyles = exports.mediaInlineImageStyles = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n // p, h3, and action items\n .", " {\n height: ", "px;\n transform: translateY(-2px);\n }\n\n h1 {\n ", "\n }\n\n h2 {\n ", "\n }\n\n h3 {\n ", "\n }\n\n h4 {\n ", "\n }\n\n h5 {\n ", "\n }\n\n h6 {\n ", "\n }\n"])), INLINE_IMAGE_WRAPPER_CLASS_NAME, _constants.referenceHeights['p'], inlineImageHeight(_constants.referenceHeights['h1'], -3), inlineImageHeight(_constants.referenceHeights['h2'], -3), inlineImageHeight(_constants.referenceHeights['h3'], -2), inlineImageHeight(_constants.referenceHeights['h4'], -2), inlineImageHeight(_constants.referenceHeights['h5'], -2), inlineImageHeight(_constants.referenceHeights['h6'], -2));
32
+ var mediaInlineImageStyles = exports.mediaInlineImageStyles = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n\t// p, h3, and action items\n\t.", " {\n\t\theight: ", "px;\n\t\ttransform: translateY(-2px);\n\t}\n\n\th1 {\n\t\t", "\n\t}\n\n\th2 {\n\t\t", "\n\t}\n\n\th3 {\n\t\t", "\n\t}\n\n\th4 {\n\t\t", "\n\t}\n\n\th5 {\n\t\t", "\n\t}\n\n\th6 {\n\t\t", "\n\t}\n"])), INLINE_IMAGE_WRAPPER_CLASS_NAME, _constants.referenceHeights['p'], inlineImageHeight(_constants.referenceHeights['h1'], -3), inlineImageHeight(_constants.referenceHeights['h2'], -3), inlineImageHeight(_constants.referenceHeights['h3'], -2), inlineImageHeight(_constants.referenceHeights['h4'], -2), inlineImageHeight(_constants.referenceHeights['h5'], -2), inlineImageHeight(_constants.referenceHeights['h6'], -2));
33
33
  var wrapperStyle = exports.wrapperStyle = (0, _react.css)({
34
34
  display: 'inline-flex',
35
35
  justifyContent: 'center',
@@ -86,6 +86,26 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
86
86
  defaultMessage: 'Display an interactive preview of a link',
87
87
  description: 'Description for option to display link as an embedded object.'
88
88
  },
89
+ editDropdownExpandIconLabel: {
90
+ id: 'fabric.editor.editDropdownExpandIconLabel',
91
+ defaultMessage: 'Expand dropdown menu',
92
+ description: 'Text of an icon to expand the dropdown'
93
+ },
94
+ editDropdownTriggerTitle: {
95
+ id: 'fabric.editor.editDropdownTriggerTitle',
96
+ defaultMessage: 'Edit',
97
+ description: 'Text of a button to trigger opening an edit dropdown'
98
+ },
99
+ editDropdownEditLinkTitle: {
100
+ id: 'fabric.editor.editDropdownEditLinkTitle',
101
+ defaultMessage: 'Edit link',
102
+ description: 'Edit dropdown edit link button text'
103
+ },
104
+ editDropdownEditDatasourceTitle: {
105
+ id: 'fabric.editor.editDropdownEditDatasourceTitle',
106
+ defaultMessage: 'Edit search query',
107
+ description: 'Edit dropdown edit datasource button text'
108
+ },
89
109
  datasourceTitle: {
90
110
  id: 'fabric.editor.datasourceTitle',
91
111
  defaultMessage: 'Edit search query',
@@ -16,7 +16,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
16
16
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
17
17
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
18
18
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
19
- var packageVersion = "81.1.5";
19
+ var packageVersion = "81.2.0";
20
20
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
21
21
  // Remove URL as it has UGC
22
22
  // TODO: Sanitise the URL instead of just removing it