@atlaskit/editor-common 81.1.5 → 81.2.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 (299) hide show
  1. package/CHANGELOG.md +21 -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/mark/commands.js +64 -15
  34. package/dist/cjs/mark/index.js +6 -0
  35. package/dist/cjs/media-inline/styles.js +2 -2
  36. package/dist/cjs/messages/card.js +20 -0
  37. package/dist/cjs/monitoring/error.js +1 -1
  38. package/dist/cjs/selection/gap-cursor/styles.js +1 -1
  39. package/dist/cjs/styles/shared/annotation.js +1 -1
  40. package/dist/cjs/styles/shared/block-marks.js +1 -1
  41. package/dist/cjs/styles/shared/code-block.js +2 -2
  42. package/dist/cjs/styles/shared/lists.js +1 -1
  43. package/dist/cjs/styles/shared/panel.js +1 -1
  44. package/dist/cjs/styles/shared/resizer.js +1 -1
  45. package/dist/cjs/styles/shared/smartCard.js +1 -1
  46. package/dist/cjs/styles/shared/table.js +1 -1
  47. package/dist/cjs/styles/shared/task-decision.js +1 -1
  48. package/dist/cjs/styles/shared/unsupported-content.js +1 -1
  49. package/dist/cjs/table/SortingIcon.js +2 -2
  50. package/dist/cjs/ui/DropList/index.js +1 -1
  51. package/dist/cjs/ui/Expand/index.js +1 -1
  52. package/dist/cjs/ui/FloatingToolbar/styles.js +4 -4
  53. package/dist/cjs/ui/MediaSingle/styled.js +5 -5
  54. package/dist/cjs/ui/ResizerLegacy/styled.js +1 -1
  55. package/dist/cjs/ui-menu/DropdownMenu/index.js +2 -2
  56. package/dist/cjs/utils/calculate-toolbar-position.js +8 -8
  57. package/dist/cjs/utils/compareNodes.js +7 -7
  58. package/dist/cjs/utils/dedupe.js +10 -10
  59. package/dist/es2019/clipboard/index.js +4 -4
  60. package/dist/es2019/collab/index.js +29 -29
  61. package/dist/es2019/doc-utils/editor-use-only.js +2 -2
  62. package/dist/es2019/i18n/cs.js +1 -0
  63. package/dist/es2019/i18n/da.js +3 -2
  64. package/dist/es2019/i18n/de.js +3 -2
  65. package/dist/es2019/i18n/en.js +1 -0
  66. package/dist/es2019/i18n/en_GB.js +1 -0
  67. package/dist/es2019/i18n/en_ZZ.js +1 -0
  68. package/dist/es2019/i18n/es.js +2 -1
  69. package/dist/es2019/i18n/fi.js +2 -1
  70. package/dist/es2019/i18n/fr.js +1 -0
  71. package/dist/es2019/i18n/hu.js +1 -0
  72. package/dist/es2019/i18n/it.js +1 -0
  73. package/dist/es2019/i18n/ja.js +2 -1
  74. package/dist/es2019/i18n/ko.js +2 -1
  75. package/dist/es2019/i18n/nb.js +1 -0
  76. package/dist/es2019/i18n/nl.js +1 -0
  77. package/dist/es2019/i18n/pl.js +1 -0
  78. package/dist/es2019/i18n/pt_BR.js +1 -0
  79. package/dist/es2019/i18n/ru.js +1 -0
  80. package/dist/es2019/i18n/sv.js +1 -0
  81. package/dist/es2019/i18n/th.js +1 -0
  82. package/dist/es2019/i18n/tr.js +1 -0
  83. package/dist/es2019/i18n/uk.js +7 -6
  84. package/dist/es2019/i18n/vi.js +1 -0
  85. package/dist/es2019/i18n/zh.js +3 -2
  86. package/dist/es2019/i18n/zh_TW.js +1 -0
  87. package/dist/es2019/lists/node.js +8 -8
  88. package/dist/es2019/lists/replace-content.js +8 -8
  89. package/dist/es2019/mark/commands.js +54 -1
  90. package/dist/es2019/mark/index.js +1 -1
  91. package/dist/es2019/media-inline/styles.js +28 -28
  92. package/dist/es2019/messages/card.js +20 -0
  93. package/dist/es2019/monitoring/error.js +1 -1
  94. package/dist/es2019/selection/gap-cursor/styles.js +80 -80
  95. package/dist/es2019/styles/shared/annotation.js +12 -12
  96. package/dist/es2019/styles/shared/block-marks.js +16 -16
  97. package/dist/es2019/styles/shared/code-block.js +101 -89
  98. package/dist/es2019/styles/shared/lists.js +83 -86
  99. package/dist/es2019/styles/shared/panel.js +78 -78
  100. package/dist/es2019/styles/shared/resizer.js +180 -178
  101. package/dist/es2019/styles/shared/smartCard.js +92 -102
  102. package/dist/es2019/styles/shared/table.js +125 -127
  103. package/dist/es2019/styles/shared/task-decision.js +46 -46
  104. package/dist/es2019/styles/shared/unsupported-content.js +15 -15
  105. package/dist/es2019/table/SortingIcon.js +34 -34
  106. package/dist/es2019/ui/DropList/index.js +1 -1
  107. package/dist/es2019/ui/Expand/index.js +14 -14
  108. package/dist/es2019/ui/FloatingToolbar/styles.js +4 -4
  109. package/dist/es2019/ui/MediaSingle/styled.js +55 -55
  110. package/dist/es2019/ui/ResizerLegacy/styled.js +10 -10
  111. package/dist/es2019/ui-menu/DropdownMenu/index.js +30 -30
  112. package/dist/es2019/utils/calculate-toolbar-position.js +8 -8
  113. package/dist/es2019/utils/compareNodes.js +7 -7
  114. package/dist/es2019/utils/dedupe.js +10 -10
  115. package/dist/esm/clipboard/index.js +4 -4
  116. package/dist/esm/collab/index.js +1 -1
  117. package/dist/esm/doc-utils/editor-use-only.js +2 -2
  118. package/dist/esm/i18n/cs.js +1 -0
  119. package/dist/esm/i18n/da.js +3 -2
  120. package/dist/esm/i18n/de.js +3 -2
  121. package/dist/esm/i18n/en.js +1 -0
  122. package/dist/esm/i18n/en_GB.js +1 -0
  123. package/dist/esm/i18n/en_ZZ.js +1 -0
  124. package/dist/esm/i18n/es.js +2 -1
  125. package/dist/esm/i18n/fi.js +2 -1
  126. package/dist/esm/i18n/fr.js +1 -0
  127. package/dist/esm/i18n/hu.js +1 -0
  128. package/dist/esm/i18n/it.js +1 -0
  129. package/dist/esm/i18n/ja.js +2 -1
  130. package/dist/esm/i18n/ko.js +2 -1
  131. package/dist/esm/i18n/nb.js +1 -0
  132. package/dist/esm/i18n/nl.js +1 -0
  133. package/dist/esm/i18n/pl.js +1 -0
  134. package/dist/esm/i18n/pt_BR.js +1 -0
  135. package/dist/esm/i18n/ru.js +1 -0
  136. package/dist/esm/i18n/sv.js +1 -0
  137. package/dist/esm/i18n/th.js +1 -0
  138. package/dist/esm/i18n/tr.js +1 -0
  139. package/dist/esm/i18n/uk.js +7 -6
  140. package/dist/esm/i18n/vi.js +1 -0
  141. package/dist/esm/i18n/zh.js +3 -2
  142. package/dist/esm/i18n/zh_TW.js +1 -0
  143. package/dist/esm/lists/node.js +8 -8
  144. package/dist/esm/lists/replace-content.js +8 -8
  145. package/dist/esm/mark/commands.js +61 -14
  146. package/dist/esm/mark/index.js +1 -1
  147. package/dist/esm/media-inline/styles.js +2 -2
  148. package/dist/esm/messages/card.js +20 -0
  149. package/dist/esm/monitoring/error.js +1 -1
  150. package/dist/esm/selection/gap-cursor/styles.js +1 -1
  151. package/dist/esm/styles/shared/annotation.js +1 -1
  152. package/dist/esm/styles/shared/block-marks.js +1 -1
  153. package/dist/esm/styles/shared/code-block.js +2 -2
  154. package/dist/esm/styles/shared/lists.js +1 -1
  155. package/dist/esm/styles/shared/panel.js +1 -1
  156. package/dist/esm/styles/shared/resizer.js +1 -1
  157. package/dist/esm/styles/shared/smartCard.js +1 -1
  158. package/dist/esm/styles/shared/table.js +1 -1
  159. package/dist/esm/styles/shared/task-decision.js +1 -1
  160. package/dist/esm/styles/shared/unsupported-content.js +1 -1
  161. package/dist/esm/table/SortingIcon.js +2 -2
  162. package/dist/esm/ui/DropList/index.js +1 -1
  163. package/dist/esm/ui/Expand/index.js +1 -1
  164. package/dist/esm/ui/FloatingToolbar/styles.js +4 -4
  165. package/dist/esm/ui/MediaSingle/styled.js +5 -5
  166. package/dist/esm/ui/ResizerLegacy/styled.js +1 -1
  167. package/dist/esm/ui-menu/DropdownMenu/index.js +2 -2
  168. package/dist/esm/utils/calculate-toolbar-position.js +8 -8
  169. package/dist/esm/utils/compareNodes.js +7 -7
  170. package/dist/esm/utils/dedupe.js +10 -10
  171. package/dist/types/analytics/index.d.ts +1 -1
  172. package/dist/types/analytics/types/index.d.ts +3 -3
  173. package/dist/types/card/LinkToolbarButtonGroup.d.ts +1 -1
  174. package/dist/types/card/index.d.ts +1 -1
  175. package/dist/types/element-browser/ViewMore.d.ts +1 -1
  176. package/dist/types/element-browser/components/ElementList/EmptyState.d.ts +1 -1
  177. package/dist/types/extensibility/index.d.ts +1 -1
  178. package/dist/types/extensions/index.d.ts +1 -1
  179. package/dist/types/extensions/types/index.d.ts +2 -2
  180. package/dist/types/guideline/index.d.ts +3 -3
  181. package/dist/types/i18n/cs.d.ts +1 -0
  182. package/dist/types/i18n/da.d.ts +1 -0
  183. package/dist/types/i18n/de.d.ts +1 -0
  184. package/dist/types/i18n/en.d.ts +1 -0
  185. package/dist/types/i18n/en_GB.d.ts +1 -0
  186. package/dist/types/i18n/en_ZZ.d.ts +1 -0
  187. package/dist/types/i18n/es.d.ts +1 -0
  188. package/dist/types/i18n/fi.d.ts +1 -0
  189. package/dist/types/i18n/fr.d.ts +1 -0
  190. package/dist/types/i18n/hu.d.ts +1 -0
  191. package/dist/types/i18n/it.d.ts +1 -0
  192. package/dist/types/i18n/ja.d.ts +1 -0
  193. package/dist/types/i18n/ko.d.ts +1 -0
  194. package/dist/types/i18n/nb.d.ts +1 -0
  195. package/dist/types/i18n/nl.d.ts +1 -0
  196. package/dist/types/i18n/pl.d.ts +1 -0
  197. package/dist/types/i18n/pt_BR.d.ts +1 -0
  198. package/dist/types/i18n/ru.d.ts +1 -0
  199. package/dist/types/i18n/sv.d.ts +1 -0
  200. package/dist/types/i18n/th.d.ts +1 -0
  201. package/dist/types/i18n/tr.d.ts +1 -0
  202. package/dist/types/i18n/uk.d.ts +1 -0
  203. package/dist/types/i18n/vi.d.ts +1 -0
  204. package/dist/types/i18n/zh.d.ts +1 -0
  205. package/dist/types/i18n/zh_TW.d.ts +1 -0
  206. package/dist/types/link/index.d.ts +3 -3
  207. package/dist/types/lists/index.d.ts +3 -3
  208. package/dist/types/lists/replace-content.d.ts +1 -1
  209. package/dist/types/mark/commands.d.ts +5 -0
  210. package/dist/types/mark/index.d.ts +2 -2
  211. package/dist/types/media-inline/index.d.ts +1 -1
  212. package/dist/types/media-inline/views/frame.d.ts +1 -1
  213. package/dist/types/messages/card.d.ts +20 -0
  214. package/dist/types/portal/index.d.ts +1 -1
  215. package/dist/types/preset/index.d.ts +1 -1
  216. package/dist/types/preset/plugin-injection-api.d.ts +1 -1
  217. package/dist/types/provider-factory/quick-insert-provider.d.ts +1 -1
  218. package/dist/types/provider-factory.d.ts +2 -2
  219. package/dist/types/react-node-view/index.d.ts +1 -1
  220. package/dist/types/selection/index.d.ts +2 -2
  221. package/dist/types/styles/index.d.ts +4 -4
  222. package/dist/types/types/feature-flags.d.ts +6 -6
  223. package/dist/types/types/index.d.ts +12 -12
  224. package/dist/types/types/next-editor-plugin.d.ts +2 -8
  225. package/dist/types/types/performance-tracking.d.ts +4 -4
  226. package/dist/types/ufo/index.d.ts +1 -1
  227. package/dist/types/ui/BaseTheme/index.d.ts +1 -1
  228. package/dist/types/ui/FloatingToolbar/styles.d.ts +4 -4
  229. package/dist/types/ui/MediaSingle/styled.d.ts +1 -1
  230. package/dist/types/ui/index.d.ts +4 -4
  231. package/dist/types/ui-color/index.d.ts +1 -1
  232. package/dist/types/utils/get-performance-options.d.ts +1 -1
  233. package/dist/types/utils/index.d.ts +6 -6
  234. package/dist/types/validator.d.ts +1 -1
  235. package/dist/types-ts4.5/analytics/index.d.ts +1 -1
  236. package/dist/types-ts4.5/analytics/types/index.d.ts +3 -3
  237. package/dist/types-ts4.5/card/LinkToolbarButtonGroup.d.ts +1 -1
  238. package/dist/types-ts4.5/card/index.d.ts +1 -1
  239. package/dist/types-ts4.5/element-browser/ViewMore.d.ts +1 -1
  240. package/dist/types-ts4.5/element-browser/components/ElementList/EmptyState.d.ts +1 -1
  241. package/dist/types-ts4.5/extensibility/index.d.ts +1 -1
  242. package/dist/types-ts4.5/extensions/index.d.ts +1 -1
  243. package/dist/types-ts4.5/extensions/types/index.d.ts +2 -2
  244. package/dist/types-ts4.5/guideline/index.d.ts +3 -3
  245. package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
  246. package/dist/types-ts4.5/i18n/da.d.ts +1 -0
  247. package/dist/types-ts4.5/i18n/de.d.ts +1 -0
  248. package/dist/types-ts4.5/i18n/en.d.ts +1 -0
  249. package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
  250. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
  251. package/dist/types-ts4.5/i18n/es.d.ts +1 -0
  252. package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
  253. package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
  254. package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
  255. package/dist/types-ts4.5/i18n/it.d.ts +1 -0
  256. package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
  257. package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
  258. package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
  259. package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
  260. package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
  261. package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
  262. package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
  263. package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
  264. package/dist/types-ts4.5/i18n/th.d.ts +1 -0
  265. package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
  266. package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
  267. package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
  268. package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
  269. package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
  270. package/dist/types-ts4.5/link/index.d.ts +3 -3
  271. package/dist/types-ts4.5/lists/index.d.ts +3 -3
  272. package/dist/types-ts4.5/lists/replace-content.d.ts +1 -1
  273. package/dist/types-ts4.5/mark/commands.d.ts +5 -0
  274. package/dist/types-ts4.5/mark/index.d.ts +2 -2
  275. package/dist/types-ts4.5/media-inline/index.d.ts +1 -1
  276. package/dist/types-ts4.5/media-inline/views/frame.d.ts +1 -1
  277. package/dist/types-ts4.5/messages/card.d.ts +20 -0
  278. package/dist/types-ts4.5/portal/index.d.ts +1 -1
  279. package/dist/types-ts4.5/preset/index.d.ts +1 -1
  280. package/dist/types-ts4.5/preset/plugin-injection-api.d.ts +1 -1
  281. package/dist/types-ts4.5/provider-factory/quick-insert-provider.d.ts +1 -1
  282. package/dist/types-ts4.5/provider-factory.d.ts +2 -2
  283. package/dist/types-ts4.5/react-node-view/index.d.ts +1 -1
  284. package/dist/types-ts4.5/selection/index.d.ts +2 -2
  285. package/dist/types-ts4.5/styles/index.d.ts +4 -4
  286. package/dist/types-ts4.5/types/feature-flags.d.ts +6 -6
  287. package/dist/types-ts4.5/types/index.d.ts +12 -12
  288. package/dist/types-ts4.5/types/performance-tracking.d.ts +4 -4
  289. package/dist/types-ts4.5/ufo/index.d.ts +1 -1
  290. package/dist/types-ts4.5/ui/BaseTheme/index.d.ts +1 -1
  291. package/dist/types-ts4.5/ui/FloatingToolbar/styles.d.ts +4 -4
  292. package/dist/types-ts4.5/ui/MediaSingle/styled.d.ts +1 -1
  293. package/dist/types-ts4.5/ui/index.d.ts +4 -4
  294. package/dist/types-ts4.5/ui-color/index.d.ts +1 -1
  295. package/dist/types-ts4.5/utils/get-performance-options.d.ts +1 -1
  296. package/dist/types-ts4.5/utils/index.d.ts +6 -6
  297. package/dist/types-ts4.5/validator.d.ts +1 -1
  298. package/package.json +7 -6
  299. package/report.api.md +6 -5
@@ -138,26 +138,26 @@ export const MediaSingleDimensionHelper = ({
138
138
  }) =>
139
139
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
140
140
  css`
141
- /* For nested rich media items, set max-width to 100% */
142
- tr &,
143
- [data-layout-column] &,
144
- [data-node-type='expand'] &,
145
- [data-panel-type] &,
146
- li & {
147
- max-width: 100%;
148
- }
141
+ /* For nested rich media items, set max-width to 100% */
142
+ tr &,
143
+ [data-layout-column] &,
144
+ [data-node-type='expand'] &,
145
+ [data-panel-type] &,
146
+ li & {
147
+ max-width: 100%;
148
+ }
149
149
 
150
- width: ${isExtendedResizeExperienceOn ? `${mediaSingleWidth || width}px` : mediaSingleWidth ? calcResizedWidth(layout, width || 0, containerWidth) : calcLegacyWidth(layout, width || 0, containerWidth, fullWidthMode, isResized, isInsideOfInlineExtension)};
151
- ${layout === 'full-width' &&
150
+ width: ${isExtendedResizeExperienceOn ? `${mediaSingleWidth || width}px` : mediaSingleWidth ? calcResizedWidth(layout, width || 0, containerWidth) : calcLegacyWidth(layout, width || 0, containerWidth, fullWidthMode, isResized, isInsideOfInlineExtension)};
151
+ ${layout === 'full-width' &&
152
152
  /* This causes issues for new experience where we don't strip layout attributes
153
- when copying top-level node and pasting into a table/layout,
154
- because full-width layout will remain, causing node to be edge-to-edge */
153
+ when copying top-level node and pasting into a table/layout,
154
+ because full-width layout will remain, causing node to be edge-to-edge */
155
155
  !isExtendedResizeExperienceOn && css({
156
156
  minWidth: '100%'
157
157
  })}
158
- max-width: ${isExtendedResizeExperienceOn ? `${containerWidth}px` : calcMaxWidth(layout, containerWidth)};
158
+ max-width: ${isExtendedResizeExperienceOn ? `${containerWidth}px` : calcMaxWidth(layout, containerWidth)};
159
159
 
160
- ${isExtendedResizeExperienceOn && `&[class*='is-resizing'] {
160
+ ${isExtendedResizeExperienceOn && `&[class*='is-resizing'] {
161
161
  .new-file-experience-wrapper {
162
162
  box-shadow: none !important;
163
163
  }
@@ -166,21 +166,21 @@ because full-width layout will remain, causing node to be edge-to-edge */
166
166
  transform: translateX(-50%);`}
167
167
  }`}
168
168
 
169
- &:not(.is-resizing) {
170
- transition: width 100ms ease-in;
171
- }
169
+ &:not(.is-resizing) {
170
+ transition: width 100ms ease-in;
171
+ }
172
172
 
173
- float: ${float(layout)};
174
- margin: ${calcMargin(layout)};
173
+ float: ${float(layout)};
174
+ margin: ${calcMargin(layout)};
175
175
 
176
- &[class*='not-resizing'] {
177
- ${isNestedNode ? /* Make nested node appear responsive when resizing table cell */
176
+ &[class*='not-resizing'] {
177
+ ${isNestedNode ? /* Make nested node appear responsive when resizing table cell */
178
178
  `max-width: 100%;` : nonWrappedLayouts.includes(layout) && `margin-left: 50%;
179
179
  transform: translateX(-50%);`}
180
- }
180
+ }
181
181
 
182
- ${isImageAligned(layout)};
183
- `;
182
+ ${isImageAligned(layout)};
183
+ `;
184
184
  const RenderFallbackContainer = ({
185
185
  hasFallbackContainer,
186
186
  paddingBottom,
@@ -188,7 +188,7 @@ const RenderFallbackContainer = ({
188
188
  }) =>
189
189
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
190
190
  css`
191
- ${hasFallbackContainer ? `
191
+ ${hasFallbackContainer ? `
192
192
  &::after {
193
193
  content: '';
194
194
  display: block;
@@ -199,47 +199,47 @@ css`
199
199
  line-height: 0;
200
200
  }
201
201
  ` : ''}
202
- `;
202
+ `;
203
203
 
204
204
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
205
205
  export const mediaWrapperStyle = props => css`
206
- position: relative;
206
+ position: relative;
207
207
 
208
- ${RenderFallbackContainer(props)}
208
+ ${RenderFallbackContainer(props)}
209
209
 
210
- /* Editor */
210
+ /* Editor */
211
211
  & > figure {
212
- position: ${props.hasFallbackContainer ? 'absolute' : 'relative'};
213
- height: 100%;
214
- width: 100%;
215
- }
212
+ position: ${props.hasFallbackContainer ? 'absolute' : 'relative'};
213
+ height: 100%;
214
+ width: 100%;
215
+ }
216
216
 
217
- // Comments on media project adds comment badge as child of the media wrapper,
218
- // thus we need to exclude it so that style is applied to intended div
219
- & > div:not([data-comment-badge='true']) {
220
- position: ${props.hasFallbackContainer ? 'absolute' : 'relative'};
221
- height: 100%;
222
- width: 100%;
223
- }
217
+ // Comments on media project adds comment badge as child of the media wrapper,
218
+ // thus we need to exclude it so that style is applied to intended div
219
+ & > div:not([data-comment-badge='true']) {
220
+ position: ${props.hasFallbackContainer ? 'absolute' : 'relative'};
221
+ height: 100%;
222
+ width: 100%;
223
+ }
224
224
 
225
- & * [data-mark-annotation-type='inlineComment'] {
226
- width: 100%;
227
- height: 100%;
228
- }
225
+ & * [data-mark-annotation-type='inlineComment'] {
226
+ width: 100%;
227
+ height: 100%;
228
+ }
229
229
 
230
- &[data-node-type='embedCard'] > div {
231
- width: 100%;
232
- }
230
+ &[data-node-type='embedCard'] > div {
231
+ width: 100%;
232
+ }
233
233
 
234
- /* Renderer */
235
- [data-node-type='media'] {
236
- position: static !important;
234
+ /* Renderer */
235
+ [data-node-type='media'] {
236
+ position: static !important;
237
237
 
238
- > div {
239
- position: absolute;
240
- height: 100%;
241
- }
242
- }
238
+ > div {
239
+ position: absolute;
240
+ height: 100%;
241
+ }
242
+ }
243
243
  `;
244
244
  export const MediaWrapper = ({
245
245
  children,
@@ -3,15 +3,15 @@ import { MediaSingleDimensionHelper } from '../MediaSingle/styled';
3
3
 
4
4
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
5
5
  export const wrapperStyle = props => css`
6
- & > div {
7
- ${MediaSingleDimensionHelper(props)};
8
- position: relative;
9
- clear: both;
6
+ & > div {
7
+ ${MediaSingleDimensionHelper(props)};
8
+ position: relative;
9
+ clear: both;
10
10
 
11
- > div {
12
- position: absolute;
13
- height: 100%;
14
- width: 100%;
15
- }
16
- }
11
+ > div {
12
+ position: absolute;
13
+ height: 100%;
14
+ width: 100%;
15
+ }
16
+ }
17
17
  `;
@@ -33,42 +33,42 @@ const buttonStyles = (isActive, submenuActive) => {
33
33
  */
34
34
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
35
35
  return css`
36
- > span,
37
- > span:hover,
38
- > span:active {
39
- background: ${"var(--ds-background-selected, #6c798f)"};
40
- color: ${"var(--ds-text, #fff)"};
41
- }
42
- :focus > span[aria-disabled='false'] {
43
- ${focusedMenuItemStyle};
44
- }
45
- :focus-visible,
46
- :focus-visible > span[aria-disabled='false'] {
47
- outline: none;
48
- }
49
- `;
36
+ > span,
37
+ > span:hover,
38
+ > span:active {
39
+ background: ${"var(--ds-background-selected, #6c798f)"};
40
+ color: ${"var(--ds-text, #fff)"};
41
+ }
42
+ :focus > span[aria-disabled='false'] {
43
+ ${focusedMenuItemStyle};
44
+ }
45
+ :focus-visible,
46
+ :focus-visible > span[aria-disabled='false'] {
47
+ outline: none;
48
+ }
49
+ `;
50
50
  } else {
51
51
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
52
52
  return css`
53
- > span:hover[aria-disabled='false'] {
54
- color: ${`var(--ds-text, ${N900})`};
55
- background-color: ${"var(--ds-background-neutral-subtle-hovered, rgb(244, 245, 247))"};
56
- }
57
- ${!submenuActive && `
53
+ > span:hover[aria-disabled='false'] {
54
+ color: ${`var(--ds-text, ${N900})`};
55
+ background-color: ${"var(--ds-background-neutral-subtle-hovered, rgb(244, 245, 247))"};
56
+ }
57
+ ${!submenuActive && `
58
58
  > span:active[aria-disabled='false'] {
59
59
  background-color: ${"var(--ds-background-neutral-subtle-pressed, rgb(179, 212, 255))"};
60
60
  }`}
61
- > span[aria-disabled='true'] {
62
- color: ${`var(--ds-text-disabled, ${N70})`};
63
- }
64
- :focus > span[aria-disabled='false'] {
65
- ${focusedMenuItemStyle};
66
- }
67
- :focus-visible,
68
- :focus-visible > span[aria-disabled='false'] {
69
- outline: none;
70
- }
71
- `; // The default focus-visible style is removed to ensure consistency across browsers
61
+ > span[aria-disabled='true'] {
62
+ color: ${`var(--ds-text-disabled, ${N70})`};
63
+ }
64
+ :focus > span[aria-disabled='false'] {
65
+ ${focusedMenuItemStyle};
66
+ }
67
+ :focus-visible,
68
+ :focus-visible > span[aria-disabled='false'] {
69
+ outline: none;
70
+ }
71
+ `; // The default focus-visible style is removed to ensure consistency across browsers
72
72
  }
73
73
  };
74
74
  const DropListWithOutsideListeners = withReactEditorViewOuterListeners(DropList);
@@ -42,14 +42,14 @@ export const calculateToolbarPositionAboveSelection = toolbarTitle => (editorVie
42
42
  left = Math.min(topCoords.left, bottomCoords.left);
43
43
  }
44
44
  /*
45
- short selection above a long paragraph
46
- eg. short {<}heading
47
- The purpose of this text is to show the selection range{>}.
48
- The horizontal positioning should center around "heading",
49
- not where it ends at "range".
50
- Note: if it was "head<b>ing</b>" then it would only center
51
- around "head". Undesireable but matches the current renderer.
52
- */
45
+ short selection above a long paragraph
46
+ eg. short {<}heading
47
+ The purpose of this text is to show the selection range{>}.
48
+ The horizontal positioning should center around "heading",
49
+ not where it ends at "range".
50
+ Note: if it was "head<b>ing</b>" then it would only center
51
+ around "head". Undesireable but matches the current renderer.
52
+ */
53
53
  const cliffPosition = range.getClientRects()[0];
54
54
  if (cliffPosition.right < left) {
55
55
  left = cliffPosition.left + cliffPosition.width / 2;
@@ -98,10 +98,10 @@ function getMetaFromNode(node, options, normalizeTextParser) {
98
98
  switch (firstChild.type.name) {
99
99
  // Text case
100
100
  /*
101
- Get Meta value from the first child if the cell is of type
102
- * Heading (Any cell where the text is set to a heading type)
103
- * Paragraph (Normal text)
104
- */
101
+ Get Meta value from the first child if the cell is of type
102
+ * Heading (Any cell where the text is set to a heading type)
103
+ * Paragraph (Normal text)
104
+ */
105
105
  case 'heading':
106
106
  case 'paragraph':
107
107
  {
@@ -199,9 +199,9 @@ export const createCompareNodes = (options, order = SortOrder.ASC) => {
199
199
  const metaNodeA = getMetaFromNode(nodeA, options, normalizeTextParser);
200
200
  const metaNodeB = getMetaFromNode(nodeB, options, normalizeTextParser);
201
201
  /*
202
- Donot switch the order (Asec or Desc) if either node is null.
203
- This will ensure that empty cells are always at the bottom during sorting.
204
- */
202
+ Donot switch the order (Asec or Desc) if either node is null.
203
+ This will ensure that empty cells are always at the bottom during sorting.
204
+ */
205
205
  if (metaNodeA === null || metaNodeB === null) {
206
206
  return compareMetaFromNode(metaNodeA, metaNodeB);
207
207
  }
@@ -1,15 +1,15 @@
1
1
  export function dedupe(list = [], iteratee = p => p) {
2
2
  /**
3
- .,
4
- . _,'f----.._
5
- |\ ,-'"/ | ,'
6
- |,_ ,--. /
7
- /,-. ,'`. (_
8
- f o| o|__ "`-.
9
- ,-._.,--'_ `. _.,-`
10
- `"' ___.,'` j,-'
11
- `-.__.,--'
12
- Gotta go fast!
3
+ .,
4
+ . _,'f----.._
5
+ |\ ,-'"/ | ,'
6
+ |,_ ,--. /
7
+ /,-. ,'`. (_
8
+ f o| o|__ "`-.
9
+ ,-._.,--'_ `. _.,-`
10
+ `"' ___.,'` j,-'
11
+ `-.__.,--'
12
+ Gotta go fast!
13
13
  */
14
14
 
15
15
  const seen = new Set();
@@ -127,11 +127,11 @@ export var copyHTMLToClipboardPolyfill = /*#__PURE__*/function () {
127
127
  while (1) switch (_context3.prev = _context3.next) {
128
128
  case 0:
129
129
  dt = new clipboard.ClipboardItem({
130
- "text/html": new Blob([elementToCopy.innerHTML], {
131
- type: "text/html"
130
+ 'text/html': new Blob([elementToCopy.innerHTML], {
131
+ type: 'text/html'
132
132
  }),
133
- "text/plain": new Blob([plainTextToCopy || elementToCopy.innerText], {
134
- type: "text/plain"
133
+ 'text/plain': new Blob([plainTextToCopy || elementToCopy.innerText], {
134
+ type: 'text/plain'
135
135
  })
136
136
  });
137
137
  _context3.next = 3;
@@ -138,7 +138,7 @@ export var TELEPOINTER_DIM_CLASS = 'telepointer-dim';
138
138
  // ED-22557: Safely convert to object styling
139
139
  // Disable top: -14px since it is necessary to align to cursor
140
140
  // 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
141
- export var telepointerStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\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"])), relativeFontSizeToBase16(9), "var(--ds-space-025, 2px)", "var(--ds-text-inverse, #FFFFFF)", TELEPOINTER_DIM_CLASS, avatarColors.map(function (color, index) {
141
+ export var telepointerStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\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"])), relativeFontSizeToBase16(9), "var(--ds-space-025, 2px)", "var(--ds-text-inverse, #FFFFFF)", TELEPOINTER_DIM_CLASS, avatarColors.map(function (color, index) {
142
142
  return telepointerColorStyle(color, index);
143
143
  }));
144
144
  var tintKey = 'collab:isDirtyTransaction';
@@ -6,9 +6,9 @@ function AlternativePackagesMessage(_ref) {
6
6
  return null;
7
7
  }
8
8
  if (alternatePackages.length === 1) {
9
- return /*#__PURE__*/React.createElement("p", null, "Consider using", ' ', /*#__PURE__*/React.createElement("a", {
9
+ return /*#__PURE__*/React.createElement("p", null, "Consider using ", /*#__PURE__*/React.createElement("a", {
10
10
  href: alternatePackages[0].link
11
- }, alternatePackages[0].name), ' ', "instead.");
11
+ }, alternatePackages[0].name), " instead.");
12
12
  }
13
13
  return /*#__PURE__*/React.createElement("p", null, "Consider using one of these packages instead:", /*#__PURE__*/React.createElement("ul", null, alternatePackages.map(function (p) {
14
14
  return /*#__PURE__*/React.createElement("li", null, /*#__PURE__*/React.createElement("a", {
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Akce stránky',
322
322
  'fabric.editor.panel.backgroundColor': 'Barva pozadí',
323
323
  'fabric.editor.panel.emoji': 'Přidat emoji',
324
+ 'fabric.editor.panel.panelsGroup': 'Typy panelů',
324
325
  'fabric.editor.pasteOptions': 'Možnosti vložení',
325
326
  'fabric.editor.pastePlainText': 'Vložit prostý text',
326
327
  'fabric.editor.placeholderAltText': 'Popište tento obrázek alternativním textem',
@@ -215,7 +215,7 @@ export default {
215
215
  'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
216
216
  'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
217
217
  'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
218
- 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
218
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
219
219
  'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
220
220
  'fabric.editor.headingLink.invalidLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
221
221
  'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Sidehandlinger',
322
322
  'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
323
323
  'fabric.editor.panel.emoji': 'Tilføj emoji',
324
+ 'fabric.editor.panel.panelsGroup': 'Paneltyper',
324
325
  'fabric.editor.pasteOptions': 'Indstillinger for indsæt',
325
326
  'fabric.editor.pastePlainText': 'Indsæt almindelig tekst',
326
327
  'fabric.editor.placeholderAltText': 'Beskriv billedet med alternativ tekst',
@@ -365,7 +366,7 @@ export default {
365
366
  'fabric.editor.status': 'Status',
366
367
  'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
367
368
  'fabric.editor.statusPlaceholder': 'Angiv en status',
368
- 'fabric.editor.story': 'Historie',
369
+ 'fabric.editor.story': 'Story',
369
370
  'fabric.editor.strike': 'Gennemstreget',
370
371
  'fabric.editor.subTask': 'Underopgave',
371
372
  'fabric.editor.subscript': 'Sænket skrift',
@@ -112,7 +112,7 @@ export default {
112
112
  'fabric.editor.decision': 'Entscheidung',
113
113
  'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
114
114
  'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
115
- 'fabric.editor.decreaseColumnSize': 'Spaltengröße erhöhen',
115
+ 'fabric.editor.decreaseColumnSize': 'Spalte verkleinern',
116
116
  'fabric.editor.decreaseSize': 'Verkleinern',
117
117
  'fabric.editor.defaultAltText': 'Dokument',
118
118
  'fabric.editor.description': 'Beschreibung',
@@ -239,7 +239,7 @@ export default {
239
239
  'fabric.editor.imageBorderSize': 'Größe',
240
240
  'fabric.editor.imageBorderSubtle': 'Schmal',
241
241
  'fabric.editor.improvement': 'Verbesserung',
242
- 'fabric.editor.increaseColumnSize': 'Spaltengröße verringern',
242
+ 'fabric.editor.increaseColumnSize': 'Spalte vergrößern',
243
243
  'fabric.editor.increaseSize': 'Vergrößern',
244
244
  'fabric.editor.indent': 'Einzug vergrößern',
245
245
  'fabric.editor.info': 'Info',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Seitenaktionen',
322
322
  'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
323
323
  'fabric.editor.panel.emoji': 'Emoji hinzufügen',
324
+ 'fabric.editor.panel.panelsGroup': 'Panel-Typen',
324
325
  'fabric.editor.pasteOptions': 'Optionen zum Einfügen',
325
326
  'fabric.editor.pastePlainText': 'Einfachen Text einfügen',
326
327
  'fabric.editor.placeholderAltText': 'Dieses Bild mit Alternativtext beschreiben',
@@ -245,6 +245,7 @@ export default {
245
245
  'fabric.editor.info': 'Info',
246
246
  'fabric.editor.infoPanel': 'Info panel',
247
247
  'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
248
+ 'fabric.editor.inlineConfigureLink': 'Configure link',
248
249
  'fabric.editor.inlineDescription': 'Display link as inline text',
249
250
  'fabric.editor.inlineOverlay': 'Configure',
250
251
  'fabric.editor.inlineTitle': 'Inline',
@@ -245,6 +245,7 @@ export default {
245
245
  'fabric.editor.info': 'Info',
246
246
  'fabric.editor.infoPanel': 'Info panel',
247
247
  'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
248
+ 'fabric.editor.inlineConfigureLink': 'Configure link',
248
249
  'fabric.editor.inlineDescription': 'Display link as inline text',
249
250
  'fabric.editor.inlineOverlay': 'Configure',
250
251
  'fabric.editor.inlineTitle': 'Inline',
@@ -245,6 +245,7 @@ export default {
245
245
  'fabric.editor.info': '⁣⁢Info‌⁠⁡⁡‌⁡‍⁠⁡‍‌⁣⁤',
246
246
  'fabric.editor.infoPanel': '⁣⁢Info panel⁡؜‍⁠‍⁡‌‍؜‍⁠؜⁣⁤',
247
247
  'fabric.editor.infoPanel.description': '⁣⁢Highlight information in a colored panel⁡⁠⁡؜‍⁣⁤',
248
+ 'fabric.editor.inlineConfigureLink': '⁣⁢Configure link؜‌؜؜⁡‌‌⁣⁤',
248
249
  'fabric.editor.inlineDescription': '⁣⁢Display link as inline text‍⁠⁡‌‍⁡؜‌⁣⁤',
249
250
  'fabric.editor.inlineOverlay': '⁣⁢Configure‌‍‍؜⁡‍⁡‌؜‍‍‍؜‌⁣⁤',
250
251
  'fabric.editor.inlineTitle': '⁣⁢Inline؜؜‌‌⁠‌‌⁡‌‌⁡⁡⁠⁣⁤',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Acciones de la página',
322
322
  'fabric.editor.panel.backgroundColor': 'Color de fondo',
323
323
  'fabric.editor.panel.emoji': 'Añadir emoji',
324
+ 'fabric.editor.panel.panelsGroup': 'Tipos de paneles',
324
325
  'fabric.editor.pasteOptions': 'Opciones de pegado',
325
326
  'fabric.editor.pastePlainText': 'Pegar texto sin formato',
326
327
  'fabric.editor.placeholderAltText': 'Describir esta imagen con texto alternativo',
@@ -394,7 +395,7 @@ export default {
394
395
  'fabric.editor.tableSizeSelectorPopup': 'Selector de tamaño de tabla',
395
396
  'fabric.editor.tables.adjustColumn': 'Ajustar columna',
396
397
  'fabric.editor.tables.columnResizeLast': 'Solo puedes cambiar el tamaño de la columna hacia la izquierda.',
397
- 'fabric.editor.tables.columnResizeOverflow': 'Solo puedes cambiar el tamaño de la columna mientras la tabla tiene una barra desplazamiento.',
398
+ 'fabric.editor.tables.columnResizeOverflow': 'Solo puedes cambiar el tamaño de la columna mientras la tabla tiene una barra de desplazamiento.',
398
399
  'fabric.editor.tables.columnWidth': '{width, plural, one {Ancho de columna cambiado a {width} píxel} other {Ancho de columna cambiado a {width} píxeles}}',
399
400
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
400
401
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
322
322
  'fabric.editor.panel.backgroundColor': 'Taustaväri',
323
323
  'fabric.editor.panel.emoji': 'Lisää emoji',
324
+ 'fabric.editor.panel.panelsGroup': 'Paneelityypit',
324
325
  'fabric.editor.pasteOptions': 'Liittämisasetukset',
325
326
  'fabric.editor.pastePlainText': 'Liimaa tavallinen teksti',
326
327
  'fabric.editor.placeholderAltText': 'Kuvaile tätä kuvaa vaihtoehtoisella tekstillä',
@@ -393,7 +394,7 @@ export default {
393
394
  'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
394
395
  'fabric.editor.tableSizeSelectorPopup': 'Taulukon koon valitsin',
395
396
  'fabric.editor.tables.adjustColumn': 'Säädä saraketta',
396
- 'fabric.editor.tables.columnResizeLast': 'Voit muuttaa tämän sarakkeen kokoa vain vasemmalla.',
397
+ 'fabric.editor.tables.columnResizeLast': 'Voit muuttaa tämän sarakkeen kokoa vain vasemmalta puolelta.',
397
398
  'fabric.editor.tables.columnResizeOverflow': 'Voit muuttaa tämän sarakkeen kokoa vain, kun taulukossa on vierityspalkki.',
398
399
  'fabric.editor.tables.columnWidth': '{width, plural, one {Sarakeleveydeksi muutettiin {width} pikseli} other {Sarakeleveydeksi muutettiin {width} pikseliä}}',
399
400
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Actions de page',
322
322
  'fabric.editor.panel.backgroundColor': "Couleur d'arrière-plan",
323
323
  'fabric.editor.panel.emoji': 'Ajouter une émoticône',
324
+ 'fabric.editor.panel.panelsGroup': 'Types de panneaux',
324
325
  'fabric.editor.pasteOptions': 'Options de collage',
325
326
  'fabric.editor.pastePlainText': 'Coller le texte brut',
326
327
  'fabric.editor.placeholderAltText': 'Décrire cette image avec un texte alternatif',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Oldalműveletek',
322
322
  'fabric.editor.panel.backgroundColor': 'Háttérszín',
323
323
  'fabric.editor.panel.emoji': 'Emoji hozzáadása',
324
+ 'fabric.editor.panel.panelsGroup': 'Paneltípusok',
324
325
  'fabric.editor.pasteOptions': 'Beillesztési lehetőségek',
325
326
  'fabric.editor.pastePlainText': 'Egyszerű szöveg beillesztése',
326
327
  'fabric.editor.placeholderAltText': 'Kép leírása alternatív szöveggel',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Azioni sulla pagina',
322
322
  'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
323
323
  'fabric.editor.panel.emoji': 'Aggiungi emoji',
324
+ 'fabric.editor.panel.panelsGroup': 'Tipi di riquadri',
324
325
  'fabric.editor.pasteOptions': 'Opzioni Incolla',
325
326
  'fabric.editor.pastePlainText': 'Incolla testo non formattato',
326
327
  'fabric.editor.placeholderAltText': 'Descrivi questa immagine con testo alternativo',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'ページ操作',
322
322
  'fabric.editor.panel.backgroundColor': '背景色',
323
323
  'fabric.editor.panel.emoji': '絵文字を追加',
324
+ 'fabric.editor.panel.panelsGroup': 'パネル タイプ',
324
325
  'fabric.editor.pasteOptions': '貼り付けオプション',
325
326
  'fabric.editor.pastePlainText': 'プレーン テキストを貼り付け',
326
327
  'fabric.editor.placeholderAltText': '代替テキストでこの画像を説明',
@@ -398,7 +399,7 @@ export default {
398
399
  'fabric.editor.tables.columnWidth': '{width, plural, other {列の幅が {width} ピクセルに変更されました}}',
399
400
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
400
401
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除',
401
- 'fabric.editor.tables.resizeStop': 'リサイズを中止しました',
402
+ 'fabric.editor.tables.resizeStop': 'サイズ変更を中止しました',
402
403
  'fabric.editor.tables.resizeTable': 'テーブルのサイズを変更する',
403
404
  'fabric.editor.tables.startedColumnResize': '列のサイズ変更を開始しました',
404
405
  'fabric.editor.task': 'タスク',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': '페이지 작업',
322
322
  'fabric.editor.panel.backgroundColor': '배경색',
323
323
  'fabric.editor.panel.emoji': '이모지 추가',
324
+ 'fabric.editor.panel.panelsGroup': '패널 유형',
324
325
  'fabric.editor.pasteOptions': '붙여넣기 옵션',
325
326
  'fabric.editor.pastePlainText': '일반 텍스트 붙여넣기',
326
327
  'fabric.editor.placeholderAltText': '대체 텍스트로 이미지 설명하기',
@@ -448,7 +449,7 @@ export default {
448
449
  'fabric.editor.urlDescription': '링크를 URL로 표시',
449
450
  'fabric.editor.urlTitle': 'URL',
450
451
  'fabric.editor.useMarkdown': 'Markdown 사용',
451
- 'fabric.editor.viewAndAddCommentsOnMedia': '보고 댓글 추가',
452
+ 'fabric.editor.viewAndAddCommentsOnMedia': '댓글 확인 및 추가',
452
453
  'fabric.editor.viewCommentOnMedia': '댓글 보기',
453
454
  'fabric.editor.viewMore': '더 보기',
454
455
  'fabric.editor.visit': '새 창에서 링크 열기',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Sidehandlinger',
322
322
  'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
323
323
  'fabric.editor.panel.emoji': 'Legg til emoji',
324
+ 'fabric.editor.panel.panelsGroup': 'Paneltyper',
324
325
  'fabric.editor.pasteOptions': 'Alternativer for innliming',
325
326
  'fabric.editor.pastePlainText': 'Lim inn ren tekst',
326
327
  'fabric.editor.placeholderAltText': 'Beskriv dette bildet med alternativ tekst',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Pagina-acties',
322
322
  'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
323
323
  'fabric.editor.panel.emoji': 'Emoticon toevoegen',
324
+ 'fabric.editor.panel.panelsGroup': 'Typen panelen',
324
325
  'fabric.editor.pasteOptions': 'Opties voor plakken',
325
326
  'fabric.editor.pastePlainText': 'Plak als platte tekst',
326
327
  'fabric.editor.placeholderAltText': 'Beschrijf deze afbeelding met alt-tekst',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Czynności na stronie',
322
322
  'fabric.editor.panel.backgroundColor': 'Kolor tła',
323
323
  'fabric.editor.panel.emoji': 'Dodaj emoji',
324
+ 'fabric.editor.panel.panelsGroup': 'Rodzaje paneli',
324
325
  'fabric.editor.pasteOptions': 'Opcje wklejania',
325
326
  'fabric.editor.pastePlainText': 'Wklej zwykły tekst',
326
327
  'fabric.editor.placeholderAltText': 'Opisz ten obraz przy użyciu tekstu alternatywnego',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Ações de página',
322
322
  'fabric.editor.panel.backgroundColor': 'Cor de fundo',
323
323
  'fabric.editor.panel.emoji': 'Adicionar emoji',
324
+ 'fabric.editor.panel.panelsGroup': 'Tipos de painel',
324
325
  'fabric.editor.pasteOptions': 'Colar opções',
325
326
  'fabric.editor.pastePlainText': 'Colar texto sem formatação',
326
327
  'fabric.editor.placeholderAltText': 'Descrever esta imagem com texto alt',
@@ -321,6 +321,7 @@ export default {
321
321
  'fabric.editor.pageActionsLabel': 'Действия со страницей',
322
322
  'fabric.editor.panel.backgroundColor': 'Цвет фона',
323
323
  'fabric.editor.panel.emoji': 'Добавить эмодзи',
324
+ 'fabric.editor.panel.panelsGroup': 'Типы панелей',
324
325
  'fabric.editor.pasteOptions': 'Параметры вставки',
325
326
  'fabric.editor.pastePlainText': 'Вставить обычный текст',
326
327
  'fabric.editor.placeholderAltText': 'Альтернативный текст для описания изображения',