@atlaskit/editor-common 78.23.0 → 78.23.2
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 +12 -0
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/cjs/i18n/cs.js +2 -1
- package/dist/cjs/i18n/da.js +3 -2
- package/dist/cjs/i18n/de.js +2 -1
- package/dist/cjs/i18n/en.js +11 -3
- package/dist/cjs/i18n/en_GB.js +11 -3
- package/dist/cjs/i18n/es.js +3 -2
- package/dist/cjs/i18n/fi.js +3 -2
- package/dist/cjs/i18n/fr.js +2 -1
- package/dist/cjs/i18n/hu.js +2 -1
- package/dist/cjs/i18n/it.js +2 -1
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +6 -5
- package/dist/cjs/i18n/nb.js +2 -1
- package/dist/cjs/i18n/nl.js +2 -1
- package/dist/cjs/i18n/pl.js +3 -2
- package/dist/cjs/i18n/pt_BR.js +2 -1
- package/dist/cjs/i18n/ru.js +2 -1
- package/dist/cjs/i18n/sv.js +2 -1
- package/dist/cjs/i18n/th.js +2 -1
- package/dist/cjs/i18n/tr.js +2 -1
- package/dist/cjs/i18n/uk.js +4 -3
- package/dist/cjs/i18n/vi.js +2 -1
- package/dist/cjs/i18n/zh.js +2 -1
- package/dist/cjs/i18n/zh_TW.js +2 -1
- package/dist/cjs/messages/table.js +2 -12
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/es2019/i18n/cs.js +2 -1
- package/dist/es2019/i18n/da.js +3 -2
- package/dist/es2019/i18n/de.js +2 -1
- package/dist/es2019/i18n/en.js +11 -3
- package/dist/es2019/i18n/en_GB.js +11 -3
- package/dist/es2019/i18n/es.js +3 -2
- package/dist/es2019/i18n/fi.js +3 -2
- package/dist/es2019/i18n/fr.js +2 -1
- package/dist/es2019/i18n/hu.js +2 -1
- package/dist/es2019/i18n/it.js +2 -1
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +6 -5
- package/dist/es2019/i18n/nb.js +2 -1
- package/dist/es2019/i18n/nl.js +2 -1
- package/dist/es2019/i18n/pl.js +3 -2
- package/dist/es2019/i18n/pt_BR.js +2 -1
- package/dist/es2019/i18n/ru.js +2 -1
- package/dist/es2019/i18n/sv.js +2 -1
- package/dist/es2019/i18n/th.js +2 -1
- package/dist/es2019/i18n/tr.js +2 -1
- package/dist/es2019/i18n/uk.js +4 -3
- package/dist/es2019/i18n/vi.js +2 -1
- package/dist/es2019/i18n/zh.js +2 -1
- package/dist/es2019/i18n/zh_TW.js +2 -1
- package/dist/es2019/messages/table.js +2 -12
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/esm/i18n/cs.js +2 -1
- package/dist/esm/i18n/da.js +3 -2
- package/dist/esm/i18n/de.js +2 -1
- package/dist/esm/i18n/en.js +11 -3
- package/dist/esm/i18n/en_GB.js +11 -3
- package/dist/esm/i18n/es.js +3 -2
- package/dist/esm/i18n/fi.js +3 -2
- package/dist/esm/i18n/fr.js +2 -1
- package/dist/esm/i18n/hu.js +2 -1
- package/dist/esm/i18n/it.js +2 -1
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +6 -5
- package/dist/esm/i18n/nb.js +2 -1
- package/dist/esm/i18n/nl.js +2 -1
- package/dist/esm/i18n/pl.js +3 -2
- package/dist/esm/i18n/pt_BR.js +2 -1
- package/dist/esm/i18n/ru.js +2 -1
- package/dist/esm/i18n/sv.js +2 -1
- package/dist/esm/i18n/th.js +2 -1
- package/dist/esm/i18n/tr.js +2 -1
- package/dist/esm/i18n/uk.js +4 -3
- package/dist/esm/i18n/vi.js +2 -1
- package/dist/esm/i18n/zh.js +2 -1
- package/dist/esm/i18n/zh_TW.js +2 -1
- package/dist/esm/messages/table.js +2 -12
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- 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 +9 -1
- package/dist/types/i18n/en_GB.d.ts +9 -1
- 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/messages/table.d.ts +0 -10
- 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 +9 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
- 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/messages/table.d.ts +0 -10
- package/package.json +4 -4
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -249,16 +249,6 @@ export declare const messages: {
|
|
|
249
249
|
defaultMessage: string;
|
|
250
250
|
description: string;
|
|
251
251
|
};
|
|
252
|
-
columnLeftResize: {
|
|
253
|
-
id: string;
|
|
254
|
-
defaultMessage: string;
|
|
255
|
-
description: string;
|
|
256
|
-
};
|
|
257
|
-
columnRightResize: {
|
|
258
|
-
id: string;
|
|
259
|
-
defaultMessage: string;
|
|
260
|
-
description: string;
|
|
261
|
-
};
|
|
262
252
|
columnResizeStop: {
|
|
263
253
|
id: string;
|
|
264
254
|
defaultMessage: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "78.23.
|
|
3
|
+
"version": "78.23.2",
|
|
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/"
|
|
@@ -122,11 +122,11 @@
|
|
|
122
122
|
"@atlaskit/media-file-preview": "^0.5.0",
|
|
123
123
|
"@atlaskit/media-picker": "^66.4.0",
|
|
124
124
|
"@atlaskit/media-ui": "^25.4.0",
|
|
125
|
-
"@atlaskit/media-viewer": "48.4.
|
|
125
|
+
"@atlaskit/media-viewer": "48.4.3",
|
|
126
126
|
"@atlaskit/mention": "^23.0.0",
|
|
127
127
|
"@atlaskit/menu": "^2.1.0",
|
|
128
128
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
129
|
-
"@atlaskit/primitives": "^5.
|
|
129
|
+
"@atlaskit/primitives": "^5.5.0",
|
|
130
130
|
"@atlaskit/profilecard": "^19.11.0",
|
|
131
131
|
"@atlaskit/section-message": "^6.4.0",
|
|
132
132
|
"@atlaskit/smart-card": "^26.51.0",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"@atlaskit/task-decision": "^17.9.0",
|
|
136
136
|
"@atlaskit/textfield": "^6.1.0",
|
|
137
137
|
"@atlaskit/theme": "^12.7.0",
|
|
138
|
-
"@atlaskit/tokens": "^1.
|
|
138
|
+
"@atlaskit/tokens": "^1.43.0",
|
|
139
139
|
"@atlaskit/tooltip": "^18.1.0",
|
|
140
140
|
"@atlaskit/ufo": "^0.2.0",
|
|
141
141
|
"@atlaskit/width-detector": "^4.1.0",
|