@atlaskit/afm-i18n-platform-editor-editor-core 2.19.0 → 2.21.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/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/hr.js +1 -0
- package/dist/esm/i18n/en.d.ts +1 -0
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.d.ts +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.d.ts +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/hr.d.ts +1 -0
- package/dist/esm/i18n/hr.js +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/hr.d.ts +1 -0
- package/i18n/en.ts +1 -0
- package/i18n/en_GB.ts +1 -0
- package/i18n/en_ZZ.ts +2 -0
- package/i18n/hr.ts +2 -0
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -11,5 +11,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
11
11
|
exports.default = {
|
|
12
12
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
13
13
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
14
|
+
'fabric.editor.fullPageEditorAssistiveLabel': 'Page editing area, start typing to enter text.',
|
|
14
15
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
15
16
|
};
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -11,5 +11,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
11
11
|
exports.default = {
|
|
12
12
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
13
13
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
14
|
+
'fabric.editor.fullPageEditorAssistiveLabel': 'Page editing area, start typing to enter text.',
|
|
14
15
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
15
16
|
};
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -11,5 +11,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
11
11
|
exports.default = {
|
|
12
12
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
13
13
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
14
|
+
'fabric.editor.fullPageEditorAssistiveLabel': 'Page editing area, start typing to enter text.',
|
|
14
15
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
15
16
|
};
|
package/dist/cjs/i18n/hr.js
CHANGED
|
@@ -11,5 +11,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
11
11
|
exports.default = {
|
|
12
12
|
'fabric.editor.chromeCollapsedPlaceholder': 'Upiši nešto...',
|
|
13
13
|
'fabric.editor.editorAssistiveLabel': 'Glavno područje sadržaja, počni tipkati za unos teksta.',
|
|
14
|
+
'fabric.editor.fullPageEditorAssistiveLabel': 'Područje za uređivanje stranice, počnite tipkati da biste unijeli tekst.',
|
|
14
15
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otvori dijaloški okvir pomoći',
|
|
15
16
|
};
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
+
'fabric.editor.fullPageEditorAssistiveLabel': string;
|
|
10
11
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
12
|
};
|
|
12
13
|
export default _default;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -9,5 +9,6 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
12
|
+
'fabric.editor.fullPageEditorAssistiveLabel': 'Page editing area, start typing to enter text.',
|
|
12
13
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
13
14
|
};
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
+
'fabric.editor.fullPageEditorAssistiveLabel': string;
|
|
10
11
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
12
|
};
|
|
12
13
|
export default _default;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -9,5 +9,6 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
12
|
+
'fabric.editor.fullPageEditorAssistiveLabel': 'Page editing area, start typing to enter text.',
|
|
12
13
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
13
14
|
};
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
+
'fabric.editor.fullPageEditorAssistiveLabel': string;
|
|
10
11
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
12
|
};
|
|
12
13
|
export default _default;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -9,5 +9,6 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
12
|
+
'fabric.editor.fullPageEditorAssistiveLabel': 'Page editing area, start typing to enter text.',
|
|
12
13
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
13
14
|
};
|
package/dist/esm/i18n/hr.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
+
'fabric.editor.fullPageEditorAssistiveLabel': string;
|
|
10
11
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
12
|
};
|
|
12
13
|
export default _default;
|
package/dist/esm/i18n/hr.js
CHANGED
|
@@ -9,5 +9,6 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Upiši nešto...',
|
|
11
11
|
'fabric.editor.editorAssistiveLabel': 'Glavno područje sadržaja, počni tipkati za unos teksta.',
|
|
12
|
+
'fabric.editor.fullPageEditorAssistiveLabel': 'Područje za uređivanje stranice, počnite tipkati da biste unijeli tekst.',
|
|
12
13
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otvori dijaloški okvir pomoći',
|
|
13
14
|
};
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
+
'fabric.editor.fullPageEditorAssistiveLabel': string;
|
|
10
11
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
12
|
};
|
|
12
13
|
export default _default;
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
+
'fabric.editor.fullPageEditorAssistiveLabel': string;
|
|
10
11
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
12
|
};
|
|
12
13
|
export default _default;
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
+
'fabric.editor.fullPageEditorAssistiveLabel': string;
|
|
10
11
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
12
|
};
|
|
12
13
|
export default _default;
|
package/dist/types/i18n/hr.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
+
'fabric.editor.fullPageEditorAssistiveLabel': string;
|
|
10
11
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
12
|
};
|
|
12
13
|
export default _default;
|
package/i18n/en.ts
CHANGED
|
@@ -9,5 +9,6 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
12
|
+
'fabric.editor.fullPageEditorAssistiveLabel': 'Page editing area, start typing to enter text.',
|
|
12
13
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
13
14
|
};
|
package/i18n/en_GB.ts
CHANGED
|
@@ -9,5 +9,6 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
12
|
+
'fabric.editor.fullPageEditorAssistiveLabel': 'Page editing area, start typing to enter text.',
|
|
12
13
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
13
14
|
};
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -9,5 +9,7 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
12
|
+
'fabric.editor.fullPageEditorAssistiveLabel':
|
|
13
|
+
'Page editing area, start typing to enter text.',
|
|
12
14
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
13
15
|
};
|
package/i18n/hr.ts
CHANGED
|
@@ -9,5 +9,7 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Upiši nešto...',
|
|
11
11
|
'fabric.editor.editorAssistiveLabel': 'Glavno područje sadržaja, počni tipkati za unos teksta.',
|
|
12
|
+
'fabric.editor.fullPageEditorAssistiveLabel':
|
|
13
|
+
'Područje za uređivanje stranice, počnite tipkati da biste unijeli tekst.',
|
|
12
14
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otvori dijaloški okvir pomoći',
|
|
13
15
|
};
|
package/package.json
CHANGED