@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.
- package/CHANGELOG.md +21 -0
- package/codemods/migrates/entry-points.ts +14 -30
- package/dist/cjs/clipboard/index.js +4 -4
- package/dist/cjs/collab/index.js +1 -1
- package/dist/cjs/doc-utils/editor-use-only.js +2 -2
- package/dist/cjs/i18n/cs.js +1 -0
- package/dist/cjs/i18n/da.js +3 -2
- package/dist/cjs/i18n/de.js +3 -2
- package/dist/cjs/i18n/en.js +1 -0
- package/dist/cjs/i18n/en_GB.js +1 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/es.js +2 -1
- package/dist/cjs/i18n/fi.js +2 -1
- package/dist/cjs/i18n/fr.js +1 -0
- package/dist/cjs/i18n/hu.js +1 -0
- package/dist/cjs/i18n/it.js +1 -0
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +2 -1
- package/dist/cjs/i18n/nb.js +1 -0
- package/dist/cjs/i18n/nl.js +1 -0
- package/dist/cjs/i18n/pl.js +1 -0
- package/dist/cjs/i18n/pt_BR.js +1 -0
- package/dist/cjs/i18n/ru.js +1 -0
- package/dist/cjs/i18n/sv.js +1 -0
- package/dist/cjs/i18n/th.js +1 -0
- package/dist/cjs/i18n/tr.js +1 -0
- package/dist/cjs/i18n/uk.js +7 -6
- package/dist/cjs/i18n/vi.js +1 -0
- package/dist/cjs/i18n/zh.js +3 -2
- package/dist/cjs/i18n/zh_TW.js +1 -0
- package/dist/cjs/lists/node.js +8 -8
- package/dist/cjs/lists/replace-content.js +8 -8
- package/dist/cjs/mark/commands.js +64 -15
- package/dist/cjs/mark/index.js +6 -0
- package/dist/cjs/media-inline/styles.js +2 -2
- package/dist/cjs/messages/card.js +20 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/selection/gap-cursor/styles.js +1 -1
- package/dist/cjs/styles/shared/annotation.js +1 -1
- package/dist/cjs/styles/shared/block-marks.js +1 -1
- package/dist/cjs/styles/shared/code-block.js +2 -2
- package/dist/cjs/styles/shared/lists.js +1 -1
- package/dist/cjs/styles/shared/panel.js +1 -1
- package/dist/cjs/styles/shared/resizer.js +1 -1
- package/dist/cjs/styles/shared/smartCard.js +1 -1
- package/dist/cjs/styles/shared/table.js +1 -1
- package/dist/cjs/styles/shared/task-decision.js +1 -1
- package/dist/cjs/styles/shared/unsupported-content.js +1 -1
- package/dist/cjs/table/SortingIcon.js +2 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Expand/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/styles.js +4 -4
- package/dist/cjs/ui/MediaSingle/styled.js +5 -5
- package/dist/cjs/ui/ResizerLegacy/styled.js +1 -1
- package/dist/cjs/ui-menu/DropdownMenu/index.js +2 -2
- package/dist/cjs/utils/calculate-toolbar-position.js +8 -8
- package/dist/cjs/utils/compareNodes.js +7 -7
- package/dist/cjs/utils/dedupe.js +10 -10
- package/dist/es2019/clipboard/index.js +4 -4
- package/dist/es2019/collab/index.js +29 -29
- package/dist/es2019/doc-utils/editor-use-only.js +2 -2
- package/dist/es2019/i18n/cs.js +1 -0
- package/dist/es2019/i18n/da.js +3 -2
- package/dist/es2019/i18n/de.js +3 -2
- package/dist/es2019/i18n/en.js +1 -0
- package/dist/es2019/i18n/en_GB.js +1 -0
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/es.js +2 -1
- package/dist/es2019/i18n/fi.js +2 -1
- package/dist/es2019/i18n/fr.js +1 -0
- package/dist/es2019/i18n/hu.js +1 -0
- package/dist/es2019/i18n/it.js +1 -0
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +2 -1
- package/dist/es2019/i18n/nb.js +1 -0
- package/dist/es2019/i18n/nl.js +1 -0
- package/dist/es2019/i18n/pl.js +1 -0
- package/dist/es2019/i18n/pt_BR.js +1 -0
- package/dist/es2019/i18n/ru.js +1 -0
- package/dist/es2019/i18n/sv.js +1 -0
- package/dist/es2019/i18n/th.js +1 -0
- package/dist/es2019/i18n/tr.js +1 -0
- package/dist/es2019/i18n/uk.js +7 -6
- package/dist/es2019/i18n/vi.js +1 -0
- package/dist/es2019/i18n/zh.js +3 -2
- package/dist/es2019/i18n/zh_TW.js +1 -0
- package/dist/es2019/lists/node.js +8 -8
- package/dist/es2019/lists/replace-content.js +8 -8
- package/dist/es2019/mark/commands.js +54 -1
- package/dist/es2019/mark/index.js +1 -1
- package/dist/es2019/media-inline/styles.js +28 -28
- package/dist/es2019/messages/card.js +20 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/selection/gap-cursor/styles.js +80 -80
- package/dist/es2019/styles/shared/annotation.js +12 -12
- package/dist/es2019/styles/shared/block-marks.js +16 -16
- package/dist/es2019/styles/shared/code-block.js +101 -89
- package/dist/es2019/styles/shared/lists.js +83 -86
- package/dist/es2019/styles/shared/panel.js +78 -78
- package/dist/es2019/styles/shared/resizer.js +180 -178
- package/dist/es2019/styles/shared/smartCard.js +92 -102
- package/dist/es2019/styles/shared/table.js +125 -127
- package/dist/es2019/styles/shared/task-decision.js +46 -46
- package/dist/es2019/styles/shared/unsupported-content.js +15 -15
- package/dist/es2019/table/SortingIcon.js +34 -34
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Expand/index.js +14 -14
- package/dist/es2019/ui/FloatingToolbar/styles.js +4 -4
- package/dist/es2019/ui/MediaSingle/styled.js +55 -55
- package/dist/es2019/ui/ResizerLegacy/styled.js +10 -10
- package/dist/es2019/ui-menu/DropdownMenu/index.js +30 -30
- package/dist/es2019/utils/calculate-toolbar-position.js +8 -8
- package/dist/es2019/utils/compareNodes.js +7 -7
- package/dist/es2019/utils/dedupe.js +10 -10
- package/dist/esm/clipboard/index.js +4 -4
- package/dist/esm/collab/index.js +1 -1
- package/dist/esm/doc-utils/editor-use-only.js +2 -2
- package/dist/esm/i18n/cs.js +1 -0
- package/dist/esm/i18n/da.js +3 -2
- package/dist/esm/i18n/de.js +3 -2
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/es.js +2 -1
- package/dist/esm/i18n/fi.js +2 -1
- package/dist/esm/i18n/fr.js +1 -0
- package/dist/esm/i18n/hu.js +1 -0
- package/dist/esm/i18n/it.js +1 -0
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +2 -1
- package/dist/esm/i18n/nb.js +1 -0
- package/dist/esm/i18n/nl.js +1 -0
- package/dist/esm/i18n/pl.js +1 -0
- package/dist/esm/i18n/pt_BR.js +1 -0
- package/dist/esm/i18n/ru.js +1 -0
- package/dist/esm/i18n/sv.js +1 -0
- package/dist/esm/i18n/th.js +1 -0
- package/dist/esm/i18n/tr.js +1 -0
- package/dist/esm/i18n/uk.js +7 -6
- package/dist/esm/i18n/vi.js +1 -0
- package/dist/esm/i18n/zh.js +3 -2
- package/dist/esm/i18n/zh_TW.js +1 -0
- package/dist/esm/lists/node.js +8 -8
- package/dist/esm/lists/replace-content.js +8 -8
- package/dist/esm/mark/commands.js +61 -14
- package/dist/esm/mark/index.js +1 -1
- package/dist/esm/media-inline/styles.js +2 -2
- package/dist/esm/messages/card.js +20 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/selection/gap-cursor/styles.js +1 -1
- package/dist/esm/styles/shared/annotation.js +1 -1
- package/dist/esm/styles/shared/block-marks.js +1 -1
- package/dist/esm/styles/shared/code-block.js +2 -2
- package/dist/esm/styles/shared/lists.js +1 -1
- package/dist/esm/styles/shared/panel.js +1 -1
- package/dist/esm/styles/shared/resizer.js +1 -1
- package/dist/esm/styles/shared/smartCard.js +1 -1
- package/dist/esm/styles/shared/table.js +1 -1
- package/dist/esm/styles/shared/task-decision.js +1 -1
- package/dist/esm/styles/shared/unsupported-content.js +1 -1
- package/dist/esm/table/SortingIcon.js +2 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Expand/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/styles.js +4 -4
- package/dist/esm/ui/MediaSingle/styled.js +5 -5
- package/dist/esm/ui/ResizerLegacy/styled.js +1 -1
- package/dist/esm/ui-menu/DropdownMenu/index.js +2 -2
- package/dist/esm/utils/calculate-toolbar-position.js +8 -8
- package/dist/esm/utils/compareNodes.js +7 -7
- package/dist/esm/utils/dedupe.js +10 -10
- package/dist/types/analytics/index.d.ts +1 -1
- package/dist/types/analytics/types/index.d.ts +3 -3
- package/dist/types/card/LinkToolbarButtonGroup.d.ts +1 -1
- package/dist/types/card/index.d.ts +1 -1
- package/dist/types/element-browser/ViewMore.d.ts +1 -1
- package/dist/types/element-browser/components/ElementList/EmptyState.d.ts +1 -1
- package/dist/types/extensibility/index.d.ts +1 -1
- package/dist/types/extensions/index.d.ts +1 -1
- package/dist/types/extensions/types/index.d.ts +2 -2
- package/dist/types/guideline/index.d.ts +3 -3
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/link/index.d.ts +3 -3
- package/dist/types/lists/index.d.ts +3 -3
- package/dist/types/lists/replace-content.d.ts +1 -1
- package/dist/types/mark/commands.d.ts +5 -0
- package/dist/types/mark/index.d.ts +2 -2
- package/dist/types/media-inline/index.d.ts +1 -1
- package/dist/types/media-inline/views/frame.d.ts +1 -1
- package/dist/types/messages/card.d.ts +20 -0
- package/dist/types/portal/index.d.ts +1 -1
- package/dist/types/preset/index.d.ts +1 -1
- package/dist/types/preset/plugin-injection-api.d.ts +1 -1
- package/dist/types/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types/provider-factory.d.ts +2 -2
- package/dist/types/react-node-view/index.d.ts +1 -1
- package/dist/types/selection/index.d.ts +2 -2
- package/dist/types/styles/index.d.ts +4 -4
- package/dist/types/types/feature-flags.d.ts +6 -6
- package/dist/types/types/index.d.ts +12 -12
- package/dist/types/types/next-editor-plugin.d.ts +2 -8
- package/dist/types/types/performance-tracking.d.ts +4 -4
- package/dist/types/ufo/index.d.ts +1 -1
- package/dist/types/ui/BaseTheme/index.d.ts +1 -1
- package/dist/types/ui/FloatingToolbar/styles.d.ts +4 -4
- package/dist/types/ui/MediaSingle/styled.d.ts +1 -1
- package/dist/types/ui/index.d.ts +4 -4
- package/dist/types/ui-color/index.d.ts +1 -1
- package/dist/types/utils/get-performance-options.d.ts +1 -1
- package/dist/types/utils/index.d.ts +6 -6
- package/dist/types/validator.d.ts +1 -1
- package/dist/types-ts4.5/analytics/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/index.d.ts +3 -3
- package/dist/types-ts4.5/card/LinkToolbarButtonGroup.d.ts +1 -1
- package/dist/types-ts4.5/card/index.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/ViewMore.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/components/ElementList/EmptyState.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/index.d.ts +1 -1
- package/dist/types-ts4.5/extensions/index.d.ts +1 -1
- package/dist/types-ts4.5/extensions/types/index.d.ts +2 -2
- package/dist/types-ts4.5/guideline/index.d.ts +3 -3
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +1 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/link/index.d.ts +3 -3
- package/dist/types-ts4.5/lists/index.d.ts +3 -3
- package/dist/types-ts4.5/lists/replace-content.d.ts +1 -1
- package/dist/types-ts4.5/mark/commands.d.ts +5 -0
- package/dist/types-ts4.5/mark/index.d.ts +2 -2
- package/dist/types-ts4.5/media-inline/index.d.ts +1 -1
- package/dist/types-ts4.5/media-inline/views/frame.d.ts +1 -1
- package/dist/types-ts4.5/messages/card.d.ts +20 -0
- package/dist/types-ts4.5/portal/index.d.ts +1 -1
- package/dist/types-ts4.5/preset/index.d.ts +1 -1
- package/dist/types-ts4.5/preset/plugin-injection-api.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory.d.ts +2 -2
- package/dist/types-ts4.5/react-node-view/index.d.ts +1 -1
- package/dist/types-ts4.5/selection/index.d.ts +2 -2
- package/dist/types-ts4.5/styles/index.d.ts +4 -4
- package/dist/types-ts4.5/types/feature-flags.d.ts +6 -6
- package/dist/types-ts4.5/types/index.d.ts +12 -12
- package/dist/types-ts4.5/types/performance-tracking.d.ts +4 -4
- package/dist/types-ts4.5/ufo/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/BaseTheme/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/FloatingToolbar/styles.d.ts +4 -4
- package/dist/types-ts4.5/ui/MediaSingle/styled.d.ts +1 -1
- package/dist/types-ts4.5/ui/index.d.ts +4 -4
- package/dist/types-ts4.5/ui-color/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/get-performance-options.d.ts +1 -1
- package/dist/types-ts4.5/utils/index.d.ts +6 -6
- package/dist/types-ts4.5/validator.d.ts +1 -1
- package/package.json +7 -6
- 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
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
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
|
-
|
|
151
|
-
|
|
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
|
-
|
|
158
|
+
max-width: ${isExtendedResizeExperienceOn ? `${containerWidth}px` : calcMaxWidth(layout, containerWidth)};
|
|
159
159
|
|
|
160
|
-
|
|
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
|
-
|
|
170
|
-
|
|
171
|
-
|
|
169
|
+
&:not(.is-resizing) {
|
|
170
|
+
transition: width 100ms ease-in;
|
|
171
|
+
}
|
|
172
172
|
|
|
173
|
-
|
|
174
|
-
|
|
173
|
+
float: ${float(layout)};
|
|
174
|
+
margin: ${calcMargin(layout)};
|
|
175
175
|
|
|
176
|
-
|
|
177
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
206
|
+
position: relative;
|
|
207
207
|
|
|
208
|
-
|
|
208
|
+
${RenderFallbackContainer(props)}
|
|
209
209
|
|
|
210
|
-
|
|
210
|
+
/* Editor */
|
|
211
211
|
& > figure {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
212
|
+
position: ${props.hasFallbackContainer ? 'absolute' : 'relative'};
|
|
213
|
+
height: 100%;
|
|
214
|
+
width: 100%;
|
|
215
|
+
}
|
|
216
216
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
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
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
225
|
+
& * [data-mark-annotation-type='inlineComment'] {
|
|
226
|
+
width: 100%;
|
|
227
|
+
height: 100%;
|
|
228
|
+
}
|
|
229
229
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
230
|
+
&[data-node-type='embedCard'] > div {
|
|
231
|
+
width: 100%;
|
|
232
|
+
}
|
|
233
233
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
234
|
+
/* Renderer */
|
|
235
|
+
[data-node-type='media'] {
|
|
236
|
+
position: static !important;
|
|
237
237
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
& > div {
|
|
7
|
+
${MediaSingleDimensionHelper(props)};
|
|
8
|
+
position: relative;
|
|
9
|
+
clear: both;
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
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
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
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
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
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
|
-
|
|
102
|
-
|
|
103
|
-
|
|
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
|
-
|
|
203
|
-
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
131
|
-
type:
|
|
130
|
+
'text/html': new Blob([elementToCopy.innerHTML], {
|
|
131
|
+
type: 'text/html'
|
|
132
132
|
}),
|
|
133
|
-
|
|
134
|
-
type:
|
|
133
|
+
'text/plain': new Blob([plainTextToCopy || elementToCopy.innerText], {
|
|
134
|
+
type: 'text/plain'
|
|
135
135
|
})
|
|
136
136
|
});
|
|
137
137
|
_context3.next = 3;
|
package/dist/esm/collab/index.js
CHANGED
|
@@ -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
|
|
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",
|
|
9
|
+
return /*#__PURE__*/React.createElement("p", null, "Consider using ", /*#__PURE__*/React.createElement("a", {
|
|
10
10
|
href: alternatePackages[0].link
|
|
11
|
-
}, alternatePackages[0].name),
|
|
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", {
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -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': '
|
|
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': '
|
|
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',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -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': '
|
|
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': '
|
|
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',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -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
|
|
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.',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -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': 'タスク',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -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': '새 창에서 링크 열기',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -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',
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -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': 'Альтернативный текст для описания изображения',
|