@atlaskit/editor-common 107.9.1 → 107.10.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/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 +1 -1
- package/dist/cjs/i18n/fi.js +1 -1
- package/dist/cjs/i18n/fr.js +1 -0
- package/dist/cjs/i18n/hr.js +3 -0
- package/dist/cjs/i18n/it.js +1 -1
- package/dist/cjs/i18n/ko.js +2 -2
- package/dist/cjs/i18n/pl.js +2 -1
- package/dist/cjs/i18n/pt_BR.js +1 -1
- package/dist/cjs/i18n/sr_RS.js +3 -0
- package/dist/cjs/i18n/sr_YR.js +3 -0
- package/dist/cjs/i18n/sv.js +1 -1
- package/dist/cjs/i18n/th.js +1 -1
- package/dist/cjs/i18n/tr.js +6 -0
- package/dist/cjs/messages/table.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/link.js +14 -22
- package/dist/cjs/ui/DropList/index.js +1 -1
- 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 +1 -1
- package/dist/es2019/i18n/fi.js +1 -1
- package/dist/es2019/i18n/fr.js +1 -0
- package/dist/es2019/i18n/hr.js +3 -0
- package/dist/es2019/i18n/it.js +1 -1
- package/dist/es2019/i18n/ko.js +2 -2
- package/dist/es2019/i18n/pl.js +2 -1
- package/dist/es2019/i18n/pt_BR.js +1 -1
- package/dist/es2019/i18n/sr_RS.js +3 -0
- package/dist/es2019/i18n/sr_YR.js +3 -0
- package/dist/es2019/i18n/sv.js +1 -1
- package/dist/es2019/i18n/th.js +1 -1
- package/dist/es2019/i18n/tr.js +6 -0
- package/dist/es2019/messages/table.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/link.js +14 -22
- package/dist/es2019/ui/DropList/index.js +1 -1
- 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 +1 -1
- package/dist/esm/i18n/fi.js +1 -1
- package/dist/esm/i18n/fr.js +1 -0
- package/dist/esm/i18n/hr.js +3 -0
- package/dist/esm/i18n/it.js +1 -1
- package/dist/esm/i18n/ko.js +2 -2
- package/dist/esm/i18n/pl.js +2 -1
- package/dist/esm/i18n/pt_BR.js +1 -1
- package/dist/esm/i18n/sr_RS.js +3 -0
- package/dist/esm/i18n/sr_YR.js +3 -0
- package/dist/esm/i18n/sv.js +1 -1
- package/dist/esm/i18n/th.js +1 -1
- package/dist/esm/i18n/tr.js +6 -0
- package/dist/esm/messages/table.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/link.js +14 -22
- package/dist/esm/ui/DropList/index.js +1 -1
- 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/fr.d.ts +1 -0
- package/dist/types/i18n/hr.d.ts +3 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/sr_RS.d.ts +3 -0
- package/dist/types/i18n/sr_YR.d.ts +3 -0
- package/dist/types/i18n/tr.d.ts +6 -0
- package/dist/types/messages/table.d.ts +5 -0
- package/dist/types/styles/shared/link.d.ts +1 -1
- 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/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +3 -0
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +3 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +6 -0
- package/dist/types-ts4.5/messages/table.d.ts +5 -0
- package/dist/types-ts4.5/styles/shared/link.d.ts +1 -1
- package/package.json +6 -9
|
@@ -8,6 +8,9 @@ declare const _default: {
|
|
|
8
8
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
10
10
|
'editor-common-extensibility.macro.button.configure': string;
|
|
11
|
+
'editor.extension.legacyContentHeader': string;
|
|
12
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': string;
|
|
13
|
+
'editor.extension.legacyContentHeader.learnMore': string;
|
|
11
14
|
'fablric.editor.viewAllInserts': string;
|
|
12
15
|
'fabric.editor.action': string;
|
|
13
16
|
'fabric.editor.action.description': string;
|
|
@@ -215,6 +218,7 @@ declare const _default: {
|
|
|
215
218
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
216
219
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
217
220
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
221
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': string;
|
|
218
222
|
'fabric.editor.ai.toolbar.improveWriting.title': string;
|
|
219
223
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': string;
|
|
220
224
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
@@ -744,6 +748,8 @@ declare const _default: {
|
|
|
744
748
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
745
749
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': string;
|
|
746
750
|
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
751
|
+
'fabric.editor.typeAheadErrorFallbackDescription': string;
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackHeading': string;
|
|
747
753
|
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
748
754
|
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
749
755
|
'fabric.editor.typeahead.emojiPopupLabel': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const linkSharedStyle:
|
|
1
|
+
export declare const linkSharedStyle: import("@emotion/react").SerializedStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "107.
|
|
3
|
+
"version": "107.10.0",
|
|
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/"
|
|
@@ -134,14 +134,14 @@
|
|
|
134
134
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
135
135
|
"@atlaskit/css": "^0.12.0",
|
|
136
136
|
"@atlaskit/custom-steps": "^0.11.0",
|
|
137
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
137
|
+
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
138
138
|
"@atlaskit/editor-json-transformer": "^8.24.0",
|
|
139
139
|
"@atlaskit/editor-palette": "^2.1.0",
|
|
140
140
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
141
141
|
"@atlaskit/editor-shared-styles": "^3.5.0",
|
|
142
142
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
143
143
|
"@atlaskit/emoji": "^69.3.0",
|
|
144
|
-
"@atlaskit/icon": "^27.
|
|
144
|
+
"@atlaskit/icon": "^27.6.0",
|
|
145
145
|
"@atlaskit/icon-object": "^7.1.0",
|
|
146
146
|
"@atlaskit/link": "^3.2.0",
|
|
147
147
|
"@atlaskit/link-datasource": "^4.14.0",
|
|
@@ -163,15 +163,15 @@
|
|
|
163
163
|
"@atlaskit/primitives": "^14.10.0",
|
|
164
164
|
"@atlaskit/profilecard": "^23.21.0",
|
|
165
165
|
"@atlaskit/react-ufo": "^4.1.0",
|
|
166
|
-
"@atlaskit/section-message": "^8.
|
|
167
|
-
"@atlaskit/smart-card": "^40.
|
|
166
|
+
"@atlaskit/section-message": "^8.3.0",
|
|
167
|
+
"@atlaskit/smart-card": "^40.5.0",
|
|
168
168
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
169
169
|
"@atlaskit/spinner": "^18.0.0",
|
|
170
170
|
"@atlaskit/status": "^3.0.0",
|
|
171
171
|
"@atlaskit/task-decision": "^19.2.0",
|
|
172
172
|
"@atlaskit/textfield": "^8.0.0",
|
|
173
173
|
"@atlaskit/theme": "^19.0.0",
|
|
174
|
-
"@atlaskit/tmp-editor-statsig": "^9.
|
|
174
|
+
"@atlaskit/tmp-editor-statsig": "^9.10.0",
|
|
175
175
|
"@atlaskit/tokens": "^5.6.0",
|
|
176
176
|
"@atlaskit/tooltip": "^20.3.0",
|
|
177
177
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -315,9 +315,6 @@
|
|
|
315
315
|
"platform_editor_replace_document_shortcircuit": {
|
|
316
316
|
"type": "boolean"
|
|
317
317
|
},
|
|
318
|
-
"platform_editor_hyperlink_underline": {
|
|
319
|
-
"type": "boolean"
|
|
320
|
-
},
|
|
321
318
|
"platform_editor_refactor_view_more": {
|
|
322
319
|
"type": "boolean"
|
|
323
320
|
},
|