@atlaskit/editor-core 221.0.1 → 221.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/cjs/i18n/cs.js +4 -6
- package/dist/cjs/i18n/da.js +4 -6
- package/dist/cjs/i18n/de.js +4 -6
- package/dist/cjs/i18n/en.js +4 -6
- package/dist/cjs/i18n/en_GB.js +4 -6
- package/dist/cjs/i18n/en_ZZ.js +4 -6
- package/dist/cjs/i18n/es.js +4 -6
- package/dist/cjs/i18n/fi.js +4 -6
- package/dist/cjs/i18n/fr.js +4 -6
- package/dist/cjs/i18n/hr.js +4 -6
- package/dist/cjs/i18n/hu.js +4 -6
- package/dist/cjs/i18n/it.js +4 -6
- package/dist/cjs/i18n/ja.js +4 -6
- package/dist/cjs/i18n/ko.js +4 -6
- package/dist/cjs/i18n/nb.js +4 -6
- package/dist/cjs/i18n/nl.js +4 -6
- package/dist/cjs/i18n/pl.js +4 -6
- package/dist/cjs/i18n/pt_BR.js +4 -6
- package/dist/cjs/i18n/ru.js +4 -6
- package/dist/cjs/i18n/sl.js +4 -6
- package/dist/cjs/i18n/sr_RS.js +4 -6
- package/dist/cjs/i18n/sr_YR.js +4 -6
- package/dist/cjs/i18n/sv.js +4 -6
- package/dist/cjs/i18n/th.js +4 -6
- package/dist/cjs/i18n/tr.js +4 -6
- package/dist/cjs/i18n/uk.js +4 -6
- package/dist/cjs/i18n/vi.js +4 -6
- package/dist/cjs/i18n/zh.js +4 -6
- package/dist/cjs/i18n/zh_TW.js +4 -6
- package/dist/cjs/presets/universal.js +2 -1
- package/dist/cjs/utils/outdatedBrowsers.js +14 -7
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/cs.js +4 -6
- package/dist/es2019/i18n/da.js +4 -6
- package/dist/es2019/i18n/de.js +4 -6
- package/dist/es2019/i18n/en.js +4 -6
- package/dist/es2019/i18n/en_GB.js +4 -6
- package/dist/es2019/i18n/en_ZZ.js +4 -6
- package/dist/es2019/i18n/es.js +4 -6
- package/dist/es2019/i18n/fi.js +4 -6
- package/dist/es2019/i18n/fr.js +4 -6
- package/dist/es2019/i18n/hr.js +4 -6
- package/dist/es2019/i18n/hu.js +4 -6
- package/dist/es2019/i18n/it.js +4 -6
- package/dist/es2019/i18n/ja.js +4 -6
- package/dist/es2019/i18n/ko.js +4 -6
- package/dist/es2019/i18n/nb.js +4 -6
- package/dist/es2019/i18n/nl.js +4 -6
- package/dist/es2019/i18n/pl.js +4 -6
- package/dist/es2019/i18n/pt_BR.js +4 -6
- package/dist/es2019/i18n/ru.js +4 -6
- package/dist/es2019/i18n/sl.js +4 -6
- package/dist/es2019/i18n/sr_RS.js +4 -6
- package/dist/es2019/i18n/sr_YR.js +4 -6
- package/dist/es2019/i18n/sv.js +4 -6
- package/dist/es2019/i18n/th.js +4 -6
- package/dist/es2019/i18n/tr.js +4 -6
- package/dist/es2019/i18n/uk.js +4 -6
- package/dist/es2019/i18n/vi.js +4 -6
- package/dist/es2019/i18n/zh.js +4 -6
- package/dist/es2019/i18n/zh_TW.js +4 -6
- package/dist/es2019/presets/universal.js +2 -1
- package/dist/es2019/utils/outdatedBrowsers.js +14 -7
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/cs.js +4 -6
- package/dist/esm/i18n/da.js +4 -6
- package/dist/esm/i18n/de.js +4 -6
- package/dist/esm/i18n/en.js +4 -6
- package/dist/esm/i18n/en_GB.js +4 -6
- package/dist/esm/i18n/en_ZZ.js +4 -6
- package/dist/esm/i18n/es.js +4 -6
- package/dist/esm/i18n/fi.js +4 -6
- package/dist/esm/i18n/fr.js +4 -6
- package/dist/esm/i18n/hr.js +4 -6
- package/dist/esm/i18n/hu.js +4 -6
- package/dist/esm/i18n/it.js +4 -6
- package/dist/esm/i18n/ja.js +4 -6
- package/dist/esm/i18n/ko.js +4 -6
- package/dist/esm/i18n/nb.js +4 -6
- package/dist/esm/i18n/nl.js +4 -6
- package/dist/esm/i18n/pl.js +4 -6
- package/dist/esm/i18n/pt_BR.js +4 -6
- package/dist/esm/i18n/ru.js +4 -6
- package/dist/esm/i18n/sl.js +4 -6
- package/dist/esm/i18n/sr_RS.js +4 -6
- package/dist/esm/i18n/sr_YR.js +4 -6
- package/dist/esm/i18n/sv.js +4 -6
- package/dist/esm/i18n/th.js +4 -6
- package/dist/esm/i18n/tr.js +4 -6
- package/dist/esm/i18n/uk.js +4 -6
- package/dist/esm/i18n/vi.js +4 -6
- package/dist/esm/i18n/zh.js +4 -6
- package/dist/esm/i18n/zh_TW.js +4 -6
- package/dist/esm/presets/universal.js +2 -1
- package/dist/esm/utils/outdatedBrowsers.js +14 -7
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +2 -6
- package/dist/types/i18n/da.d.ts +2 -6
- package/dist/types/i18n/de.d.ts +2 -6
- package/dist/types/i18n/en.d.ts +2 -6
- package/dist/types/i18n/en_GB.d.ts +2 -6
- package/dist/types/i18n/en_ZZ.d.ts +2 -6
- package/dist/types/i18n/es.d.ts +2 -6
- package/dist/types/i18n/fi.d.ts +2 -6
- package/dist/types/i18n/fr.d.ts +2 -6
- package/dist/types/i18n/hr.d.ts +2 -6
- package/dist/types/i18n/hu.d.ts +2 -6
- package/dist/types/i18n/it.d.ts +2 -6
- package/dist/types/i18n/ja.d.ts +2 -6
- package/dist/types/i18n/ko.d.ts +2 -6
- package/dist/types/i18n/nb.d.ts +2 -6
- package/dist/types/i18n/nl.d.ts +2 -6
- package/dist/types/i18n/pl.d.ts +2 -6
- package/dist/types/i18n/pt_BR.d.ts +2 -6
- package/dist/types/i18n/ru.d.ts +2 -6
- package/dist/types/i18n/sl.d.ts +2 -6
- package/dist/types/i18n/sr_RS.d.ts +2 -6
- package/dist/types/i18n/sr_YR.d.ts +2 -6
- package/dist/types/i18n/sv.d.ts +2 -6
- package/dist/types/i18n/th.d.ts +2 -6
- package/dist/types/i18n/tr.d.ts +2 -6
- package/dist/types/i18n/uk.d.ts +2 -6
- package/dist/types/i18n/vi.d.ts +2 -6
- package/dist/types/i18n/zh.d.ts +2 -6
- package/dist/types/i18n/zh_TW.d.ts +2 -6
- package/package.json +13 -10
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Vùng nội dung chính, bắt đầu gõ để nhập văn bản.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Mở hộp thoại trợ giúp'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/vi';
|
|
11
|
+
export default translations;
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': '主内容区域,开始键入以输入文本。',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': '打开帮助对话框'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/zh';
|
|
11
|
+
export default translations;
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': '主要內容區域,打字即可輸入文字。',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/zh_TW';
|
|
11
|
+
export default translations;
|
|
@@ -166,7 +166,8 @@ export default function createUniversalPresetInternal(_ref) {
|
|
|
166
166
|
getEditorFeatureFlags: getEditorFeatureFlags,
|
|
167
167
|
isCommentEditor: isComment,
|
|
168
168
|
isChromelessEditor: isChromeless,
|
|
169
|
-
allowFixedColumnWidthOption: fg('platform_editor_table_fixed_column_width_prop') ? props.allowTables && typeof props.allowTables !== 'boolean' && props.allowTables.allowFixedColumnWidthOption : false
|
|
169
|
+
allowFixedColumnWidthOption: fg('platform_editor_table_fixed_column_width_prop') ? props.allowTables && typeof props.allowTables !== 'boolean' && props.allowTables.allowFixedColumnWidthOption : false,
|
|
170
|
+
__livePage: fg('platform_editor_table_auto_convert_fix') ? props.__livePage : undefined
|
|
170
171
|
}], Boolean(props.allowTables)).maybeAdd([tasksAndDecisionsPlugin, _objectSpread({
|
|
171
172
|
allowNestedTasks: props.allowNestedTasks,
|
|
172
173
|
consumeTabs: isFullPage,
|
|
@@ -1,24 +1,31 @@
|
|
|
1
1
|
/* eslint-disable require-unicode-regexp */
|
|
2
2
|
|
|
3
|
+
var CHROME_REGEX = /Chrome\//;
|
|
4
|
+
var OPR_REGEX = /OPR\//;
|
|
5
|
+
var CHROME_VERSION_REGEX = /Chrome\/(\d+)/;
|
|
6
|
+
var GECKO_REGEX = /gecko\/\d/i;
|
|
7
|
+
var FIREFOX_VERSION_REGEX = /Firefox\/(\d+)/;
|
|
8
|
+
var EDGE_REGEX = /Edge\/(\d+)/;
|
|
9
|
+
var SAFARI_REGEX = /Version\/([0-9._]+).*Safari/;
|
|
3
10
|
export var isOutdatedBrowser = function isOutdatedBrowser(userAgent) {
|
|
4
11
|
// Take browsers in both Desktop and Mobile (includes Chrome, Firefox, Edge and Safari) within last 2 years
|
|
5
|
-
var chrome =
|
|
6
|
-
var chromeVersion = chrome ? parseInt((userAgent.match(
|
|
12
|
+
var chrome = CHROME_REGEX.test(userAgent) && !OPR_REGEX.test(userAgent);
|
|
13
|
+
var chromeVersion = chrome ? parseInt((userAgent.match(CHROME_VERSION_REGEX) || [])[1], 10) : 0;
|
|
7
14
|
if (chromeVersion >= 123) {
|
|
8
15
|
return false;
|
|
9
16
|
}
|
|
10
|
-
var gecko =
|
|
11
|
-
var geckoVersion = gecko ? parseInt((userAgent.match(
|
|
17
|
+
var gecko = GECKO_REGEX.test(userAgent);
|
|
18
|
+
var geckoVersion = gecko ? parseInt((userAgent.match(FIREFOX_VERSION_REGEX) || [])[1], 10) : 0;
|
|
12
19
|
if (geckoVersion >= 124) {
|
|
13
20
|
return false;
|
|
14
21
|
}
|
|
15
|
-
var edge =
|
|
22
|
+
var edge = EDGE_REGEX.exec(userAgent);
|
|
16
23
|
var edgeVersion = edge ? +edge[1] : 0;
|
|
17
24
|
if (edgeVersion >= 123) {
|
|
18
25
|
return false;
|
|
19
26
|
}
|
|
20
|
-
var safari = !chrome && !gecko &&
|
|
21
|
-
var safariVersion = safari ? parseInt((userAgent.match(
|
|
27
|
+
var safari = !chrome && !gecko && SAFARI_REGEX.test(userAgent);
|
|
28
|
+
var safariVersion = safari ? parseInt((userAgent.match(SAFARI_REGEX) || [])[1], 10) : 0;
|
|
22
29
|
if (safariVersion >= 17) {
|
|
23
30
|
return false;
|
|
24
31
|
}
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/cs';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/da';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/de';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/en';
|
|
8
|
+
export default translations;
|
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/en_GB';
|
|
8
|
+
export default translations;
|
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/en_ZZ';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/es';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/fi';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/fr';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/hr.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/hr';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/hu';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/it';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/ja';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/ko';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/nb';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/nl';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/pl';
|
|
8
|
+
export default translations;
|
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/pt_BR';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/ru';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/sl';
|
|
8
|
+
export default translations;
|
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/sr_RS';
|
|
8
|
+
export default translations;
|
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/sr_YR';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/sv';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/th';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/tr';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/uk';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/vi';
|
|
8
|
+
export default translations;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/zh';
|
|
8
|
+
export default translations;
|
|
@@ -4,9 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/zh_TW';
|
|
8
|
+
export default translations;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "221.0
|
|
3
|
+
"version": "221.1.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@atlaskit/activity-provider": "^3.0.0",
|
|
41
|
-
"@atlaskit/adf-schema": "^55.
|
|
42
|
-
"@atlaskit/afm-i18n-platform-editor-editor-core": "2.
|
|
41
|
+
"@atlaskit/adf-schema": "^55.2.0",
|
|
42
|
+
"@atlaskit/afm-i18n-platform-editor-editor-core": "2.158.0",
|
|
43
43
|
"@atlaskit/analytics-namespaced-context": "^8.0.0",
|
|
44
44
|
"@atlaskit/analytics-next": "^12.0.0",
|
|
45
45
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
@@ -56,17 +56,17 @@
|
|
|
56
56
|
"@atlaskit/editor-ssr-renderer": "^7.0.0",
|
|
57
57
|
"@atlaskit/editor-toolbar": "^2.0.0",
|
|
58
58
|
"@atlaskit/editor-toolbar-model": "^1.0.0",
|
|
59
|
-
"@atlaskit/emoji": "^71.
|
|
59
|
+
"@atlaskit/emoji": "^71.2.0",
|
|
60
60
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
61
61
|
"@atlaskit/icon": "^36.0.0",
|
|
62
62
|
"@atlaskit/link": "^4.0.0",
|
|
63
63
|
"@atlaskit/media-card": "^81.0.0",
|
|
64
|
-
"@atlaskit/mention": "^27.
|
|
64
|
+
"@atlaskit/mention": "^27.1.0",
|
|
65
65
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
66
66
|
"@atlaskit/platform-feature-flags-react": "^1.0.0",
|
|
67
|
-
"@atlaskit/react-ufo": "^7.
|
|
68
|
-
"@atlaskit/task-decision": "^21.
|
|
69
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
67
|
+
"@atlaskit/react-ufo": "^7.1.0",
|
|
68
|
+
"@atlaskit/task-decision": "^21.1.0",
|
|
69
|
+
"@atlaskit/tmp-editor-statsig": "^107.1.0",
|
|
70
70
|
"@atlaskit/tokens": "^14.0.0",
|
|
71
71
|
"@atlaskit/tooltip": "^23.0.0",
|
|
72
72
|
"@atlaskit/width-detector": "^6.0.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"uuid": "^3.1.0"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@atlaskit/editor-common": "^116.
|
|
87
|
+
"@atlaskit/editor-common": "^116.3.0",
|
|
88
88
|
"@atlaskit/link-provider": "^5.0.0",
|
|
89
89
|
"@atlaskit/media-core": "^38.0.0",
|
|
90
90
|
"react": "^18.2.0",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@atlaskit/modal-dialog": "^16.0.0",
|
|
114
114
|
"@atlaskit/popper": "^8.0.0",
|
|
115
115
|
"@atlaskit/portal": "^6.0.0",
|
|
116
|
-
"@atlaskit/renderer": "^133.
|
|
116
|
+
"@atlaskit/renderer": "^133.3.0",
|
|
117
117
|
"@atlaskit/section-message": "^9.0.0",
|
|
118
118
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
119
119
|
"@atlaskit/toggle": "^17.0.0",
|
|
@@ -189,6 +189,9 @@
|
|
|
189
189
|
"type": "boolean",
|
|
190
190
|
"referenceOnly": true
|
|
191
191
|
},
|
|
192
|
+
"platform_editor_table_auto_convert_fix": {
|
|
193
|
+
"type": "boolean"
|
|
194
|
+
},
|
|
192
195
|
"platform_editor_toolbar_mode_override": {
|
|
193
196
|
"type": "boolean"
|
|
194
197
|
},
|