@atlaskit/editor-common 76.21.1 → 76.22.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 +18 -0
- package/dist/cjs/i18n/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/cjs/i18n/hu.js +1 -1
- package/dist/cjs/i18n/ko.js +2 -2
- package/dist/cjs/i18n/pl.js +1 -1
- package/dist/cjs/i18n/th.js +8 -2
- package/dist/cjs/i18n/uk.js +6 -0
- package/dist/cjs/i18n/vi.js +7 -1
- package/dist/cjs/i18n/zh_TW.js +1 -1
- package/dist/cjs/keymaps/index.js +7 -3
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-menu/ColorPickerButton/index.js +1 -1
- package/dist/es2019/i18n/en.js +2 -0
- package/dist/es2019/i18n/en_GB.js +2 -0
- package/dist/es2019/i18n/en_ZZ.js +2 -0
- package/dist/es2019/i18n/hu.js +1 -1
- package/dist/es2019/i18n/ko.js +2 -2
- package/dist/es2019/i18n/pl.js +1 -1
- package/dist/es2019/i18n/th.js +8 -2
- package/dist/es2019/i18n/uk.js +6 -0
- package/dist/es2019/i18n/vi.js +7 -1
- package/dist/es2019/i18n/zh_TW.js +1 -1
- package/dist/es2019/keymaps/index.js +4 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-menu/ColorPickerButton/index.js +1 -1
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/esm/i18n/hu.js +1 -1
- package/dist/esm/i18n/ko.js +2 -2
- package/dist/esm/i18n/pl.js +1 -1
- package/dist/esm/i18n/th.js +8 -2
- package/dist/esm/i18n/uk.js +6 -0
- package/dist/esm/i18n/vi.js +7 -1
- package/dist/esm/i18n/zh_TW.js +1 -1
- package/dist/esm/keymaps/index.js +4 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-menu/ColorPickerButton/index.js +1 -1
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/i18n/th.d.ts +6 -0
- package/dist/types/i18n/uk.d.ts +6 -0
- package/dist/types/i18n/vi.d.ts +6 -0
- package/dist/types/keymaps/index.d.ts +4 -0
- package/dist/types/types/feature-flags.d.ts +0 -8
- package/dist/types-ts4.5/i18n/en.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
- package/dist/types-ts4.5/i18n/th.d.ts +6 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +6 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
- package/dist/types-ts4.5/keymaps/index.d.ts +4 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -8
- package/package.json +3 -3
|
@@ -139,6 +139,7 @@ declare const _default: {
|
|
|
139
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
140
140
|
'fabric.editor.layoutFullWidth': string;
|
|
141
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
142
143
|
'fabric.editor.link': string;
|
|
143
144
|
'fabric.editor.link.description': string;
|
|
144
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -171,9 +172,11 @@ declare const _default: {
|
|
|
171
172
|
'fabric.editor.removeColumns': string;
|
|
172
173
|
'fabric.editor.removeEmoji': string;
|
|
173
174
|
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
174
176
|
'fabric.editor.rowControl': string;
|
|
175
177
|
'fabric.editor.saveButton': string;
|
|
176
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
177
180
|
'fabric.editor.sortColumnASC': string;
|
|
178
181
|
'fabric.editor.sortColumnDESC': string;
|
|
179
182
|
'fabric.editor.splitCell': string;
|
|
@@ -199,6 +202,8 @@ declare const _default: {
|
|
|
199
202
|
'fabric.editor.task': string;
|
|
200
203
|
'fabric.editor.text.formatting.off': string;
|
|
201
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
202
207
|
'fabric.editor.time.ago': string;
|
|
203
208
|
'fabric.editor.time.updated': string;
|
|
204
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -209,6 +214,7 @@ declare const _default: {
|
|
|
209
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
210
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
211
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
212
218
|
'fabric.editor.unableToOpenLink': string;
|
|
213
219
|
'fabric.editor.underline': string;
|
|
214
220
|
'fabric.editor.undo': string;
|
|
@@ -69,6 +69,10 @@ export declare const altPaste: Keymap;
|
|
|
69
69
|
export declare const find: Keymap;
|
|
70
70
|
export declare const alignLeft: Keymap;
|
|
71
71
|
export declare const toggleTaskItemCheckbox: Keymap;
|
|
72
|
+
export declare const increaseMediaSize: Keymap;
|
|
73
|
+
export declare const decreaseMediaSize: Keymap;
|
|
74
|
+
export declare const quickIncreaseMediaSize: Keymap;
|
|
75
|
+
export declare const quickDecreaseMediaSize: Keymap;
|
|
72
76
|
export declare function tooltip(keymap?: Keymap, description?: string): string | undefined;
|
|
73
77
|
export declare const ToolTipContent: React.MemoExoticComponent<({ description, shortcutOverride, keymap, }: {
|
|
74
78
|
description?: string | React.ReactNode;
|
|
@@ -193,14 +193,6 @@ export type FeatureFlags = {
|
|
|
193
193
|
* @default undefined
|
|
194
194
|
*/
|
|
195
195
|
chromeCursorHandlerFixedVersion?: number;
|
|
196
|
-
/**
|
|
197
|
-
* @description
|
|
198
|
-
* Enable display of a preview modal on mouse over of inline smart card
|
|
199
|
-
*
|
|
200
|
-
* @see https://product-fabric.atlassian.net/browse/EDM-2860
|
|
201
|
-
* @default false
|
|
202
|
-
*/
|
|
203
|
-
showHoverPreview?: boolean;
|
|
204
196
|
/**
|
|
205
197
|
* @description
|
|
206
198
|
* Generic way of disabling spellcheck per browser by version range
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "76.
|
|
3
|
+
"version": "76.22.1",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@atlaskit/activity-provider": "^2.4.0",
|
|
90
|
-
"@atlaskit/adf-schema": "^
|
|
90
|
+
"@atlaskit/adf-schema": "^33.2.3",
|
|
91
91
|
"@atlaskit/adf-utils": "^19.0.0",
|
|
92
92
|
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
93
93
|
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@atlaskit/button": "^16.16.0",
|
|
97
97
|
"@atlaskit/code": "^14.6.0",
|
|
98
98
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
99
|
-
"@atlaskit/custom-steps": "^0.0.
|
|
99
|
+
"@atlaskit/custom-steps": "^0.0.3",
|
|
100
100
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
101
101
|
"@atlaskit/editor-palette": "1.5.2",
|
|
102
102
|
"@atlaskit/editor-prosemirror": "1.1.0",
|