@atlaskit/editor-common 107.1.0 → 107.2.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 +21 -0
- package/dist/cjs/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/cjs/i18n/cs.js +9 -0
- package/dist/cjs/i18n/da.js +9 -0
- package/dist/cjs/i18n/de.js +8 -0
- package/dist/cjs/i18n/en.js +1 -1
- package/dist/cjs/i18n/en_GB.js +1 -1
- package/dist/cjs/i18n/en_ZZ.js +1 -1
- package/dist/cjs/i18n/es.js +9 -1
- package/dist/cjs/i18n/fi.js +8 -0
- package/dist/cjs/i18n/fr.js +9 -2
- package/dist/cjs/i18n/hr.js +10 -1
- package/dist/cjs/i18n/hu.js +9 -0
- package/dist/cjs/i18n/it.js +8 -0
- package/dist/cjs/i18n/ja.js +8 -0
- package/dist/cjs/i18n/ko.js +9 -0
- package/dist/cjs/i18n/nb.js +10 -1
- package/dist/cjs/i18n/nl.js +9 -0
- package/dist/cjs/i18n/pl.js +7 -0
- package/dist/cjs/i18n/pt_BR.js +8 -0
- package/dist/cjs/i18n/ru.js +8 -0
- package/dist/cjs/i18n/sr_RS.js +9 -1
- package/dist/cjs/i18n/sr_YR.js +902 -0
- package/dist/cjs/i18n/sv.js +8 -0
- package/dist/cjs/i18n/th.js +9 -0
- package/dist/cjs/i18n/tr.js +7 -0
- package/dist/cjs/i18n/uk.js +10 -1
- package/dist/cjs/i18n/vi.js +9 -0
- package/dist/cjs/i18n/zh.js +8 -0
- package/dist/cjs/i18n/zh_TW.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/resizer.js +129 -4
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/breakout.js +46 -38
- package/dist/cjs/utils/hyperlink.js +1 -2
- package/dist/es2019/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/es2019/i18n/cs.js +9 -0
- package/dist/es2019/i18n/da.js +9 -0
- package/dist/es2019/i18n/de.js +8 -0
- package/dist/es2019/i18n/en.js +1 -1
- package/dist/es2019/i18n/en_GB.js +1 -1
- package/dist/es2019/i18n/en_ZZ.js +1 -1
- package/dist/es2019/i18n/es.js +9 -1
- package/dist/es2019/i18n/fi.js +8 -0
- package/dist/es2019/i18n/fr.js +9 -2
- package/dist/es2019/i18n/hr.js +10 -1
- package/dist/es2019/i18n/hu.js +9 -0
- package/dist/es2019/i18n/it.js +8 -0
- package/dist/es2019/i18n/ja.js +8 -0
- package/dist/es2019/i18n/ko.js +9 -0
- package/dist/es2019/i18n/nb.js +10 -1
- package/dist/es2019/i18n/nl.js +9 -0
- package/dist/es2019/i18n/pl.js +7 -0
- package/dist/es2019/i18n/pt_BR.js +8 -0
- package/dist/es2019/i18n/ru.js +8 -0
- package/dist/es2019/i18n/sr_RS.js +9 -1
- package/dist/es2019/i18n/sr_YR.js +896 -0
- package/dist/es2019/i18n/sv.js +8 -0
- package/dist/es2019/i18n/th.js +9 -0
- package/dist/es2019/i18n/tr.js +7 -0
- package/dist/es2019/i18n/uk.js +10 -1
- package/dist/es2019/i18n/vi.js +9 -0
- package/dist/es2019/i18n/zh.js +8 -0
- package/dist/es2019/i18n/zh_TW.js +7 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/resizer.js +128 -11
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/breakout.js +10 -10
- package/dist/es2019/utils/hyperlink.js +1 -2
- package/dist/esm/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/esm/i18n/cs.js +9 -0
- package/dist/esm/i18n/da.js +9 -0
- package/dist/esm/i18n/de.js +8 -0
- package/dist/esm/i18n/en.js +1 -1
- package/dist/esm/i18n/en_GB.js +1 -1
- package/dist/esm/i18n/en_ZZ.js +1 -1
- package/dist/esm/i18n/es.js +9 -1
- package/dist/esm/i18n/fi.js +8 -0
- package/dist/esm/i18n/fr.js +9 -2
- package/dist/esm/i18n/hr.js +10 -1
- package/dist/esm/i18n/hu.js +9 -0
- package/dist/esm/i18n/it.js +8 -0
- package/dist/esm/i18n/ja.js +8 -0
- package/dist/esm/i18n/ko.js +9 -0
- package/dist/esm/i18n/nb.js +10 -1
- package/dist/esm/i18n/nl.js +9 -0
- package/dist/esm/i18n/pl.js +7 -0
- package/dist/esm/i18n/pt_BR.js +8 -0
- package/dist/esm/i18n/ru.js +8 -0
- package/dist/esm/i18n/sr_RS.js +9 -1
- package/dist/esm/i18n/sr_YR.js +896 -0
- package/dist/esm/i18n/sv.js +8 -0
- package/dist/esm/i18n/th.js +9 -0
- package/dist/esm/i18n/tr.js +7 -0
- package/dist/esm/i18n/uk.js +10 -1
- package/dist/esm/i18n/vi.js +9 -0
- package/dist/esm/i18n/zh.js +8 -0
- package/dist/esm/i18n/zh_TW.js +7 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/resizer.js +129 -4
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/breakout.js +46 -38
- package/dist/esm/utils/hyperlink.js +1 -2
- package/dist/types/i18n/cs.d.ts +9 -0
- package/dist/types/i18n/da.d.ts +9 -0
- package/dist/types/i18n/de.d.ts +8 -0
- package/dist/types/i18n/es.d.ts +8 -0
- package/dist/types/i18n/fi.d.ts +8 -0
- package/dist/types/i18n/fr.d.ts +7 -0
- package/dist/types/i18n/hr.d.ts +9 -0
- package/dist/types/i18n/hu.d.ts +9 -0
- package/dist/types/i18n/it.d.ts +8 -0
- package/dist/types/i18n/ja.d.ts +8 -0
- package/dist/types/i18n/ko.d.ts +9 -0
- package/dist/types/i18n/nb.d.ts +9 -0
- package/dist/types/i18n/nl.d.ts +9 -0
- package/dist/types/i18n/pl.d.ts +7 -0
- package/dist/types/i18n/pt_BR.d.ts +8 -0
- package/dist/types/i18n/ru.d.ts +8 -0
- package/dist/types/i18n/sr_RS.d.ts +8 -0
- package/dist/types/i18n/sr_YR.d.ts +895 -0
- package/dist/types/i18n/sv.d.ts +8 -0
- package/dist/types/i18n/th.d.ts +9 -0
- package/dist/types/i18n/tr.d.ts +7 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +9 -0
- package/dist/types/i18n/zh.d.ts +8 -0
- package/dist/types/i18n/zh_TW.d.ts +7 -0
- package/dist/types/utils/breakout.d.ts +3 -3
- package/dist/types-ts4.5/i18n/cs.d.ts +9 -0
- package/dist/types-ts4.5/i18n/da.d.ts +9 -0
- package/dist/types-ts4.5/i18n/de.d.ts +8 -0
- package/dist/types-ts4.5/i18n/es.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +9 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -0
- package/dist/types-ts4.5/i18n/it.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +9 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +9 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +9 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +8 -0
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +8 -0
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +895 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +8 -0
- package/dist/types-ts4.5/i18n/th.d.ts +9 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +8 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +7 -0
- package/dist/types-ts4.5/utils/breakout.d.ts +3 -3
- package/package.json +2 -8
|
@@ -35,9 +35,11 @@ declare const _default: {
|
|
|
35
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
36
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
38
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': string;
|
|
38
39
|
'fabric.editor.ai.config.item.action.replace': string;
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': string;
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
42
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
41
43
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
42
44
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
43
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
@@ -218,6 +220,7 @@ declare const _default: {
|
|
|
218
220
|
'fabric.editor.ai.toolbar.titleText': string;
|
|
219
221
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
220
222
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
223
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
221
224
|
'fabric.editor.alignCenter': string;
|
|
222
225
|
'fabric.editor.alignImageCenter': string;
|
|
223
226
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -249,6 +252,9 @@ declare const _default: {
|
|
|
249
252
|
'fabric.editor.blockquote.description': string;
|
|
250
253
|
'fabric.editor.blockquote2': string;
|
|
251
254
|
'fabric.editor.bold': string;
|
|
255
|
+
'fabric.editor.breakout.resizeCodeBlock': string;
|
|
256
|
+
'fabric.editor.breakout.resizeElement': string;
|
|
257
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
252
258
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
253
259
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
254
260
|
'fabric.editor.bug': string;
|
|
@@ -335,6 +341,7 @@ declare const _default: {
|
|
|
335
341
|
'fabric.editor.decision': string;
|
|
336
342
|
'fabric.editor.decision.description': string;
|
|
337
343
|
'fabric.editor.decisionPlaceholder': string;
|
|
344
|
+
'fabric.editor.decreaseElementSize': string;
|
|
338
345
|
'fabric.editor.decreaseSize': string;
|
|
339
346
|
'fabric.editor.defaultAltText': string;
|
|
340
347
|
'fabric.editor.delete': string;
|
|
@@ -482,6 +489,7 @@ declare const _default: {
|
|
|
482
489
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
483
490
|
'fabric.editor.imageBorderSubtle': string;
|
|
484
491
|
'fabric.editor.improvement': string;
|
|
492
|
+
'fabric.editor.increaseElementSize': string;
|
|
485
493
|
'fabric.editor.increaseSize': string;
|
|
486
494
|
'fabric.editor.indent': string;
|
|
487
495
|
'fabric.editor.info': string;
|
|
@@ -35,9 +35,11 @@ declare const _default: {
|
|
|
35
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
36
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
38
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': string;
|
|
38
39
|
'fabric.editor.ai.config.item.action.replace': string;
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': string;
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
42
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
41
43
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
42
44
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
43
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
@@ -204,6 +206,7 @@ declare const _default: {
|
|
|
204
206
|
'fabric.editor.ai.toolbar.titleText': string;
|
|
205
207
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
206
208
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
209
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
207
210
|
'fabric.editor.alignCenter': string;
|
|
208
211
|
'fabric.editor.alignImageCenter': string;
|
|
209
212
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -235,6 +238,10 @@ declare const _default: {
|
|
|
235
238
|
'fabric.editor.blockquote.description': string;
|
|
236
239
|
'fabric.editor.blockquote2': string;
|
|
237
240
|
'fabric.editor.bold': string;
|
|
241
|
+
'fabric.editor.breakout.resizeCodeBlock': string;
|
|
242
|
+
'fabric.editor.breakout.resizeElement': string;
|
|
243
|
+
'fabric.editor.breakout.resizeExpand': string;
|
|
244
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
238
245
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
239
246
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
240
247
|
'fabric.editor.bug': string;
|
|
@@ -321,6 +328,7 @@ declare const _default: {
|
|
|
321
328
|
'fabric.editor.decision': string;
|
|
322
329
|
'fabric.editor.decision.description': string;
|
|
323
330
|
'fabric.editor.decisionPlaceholder': string;
|
|
331
|
+
'fabric.editor.decreaseElementSize': string;
|
|
324
332
|
'fabric.editor.decreaseSize': string;
|
|
325
333
|
'fabric.editor.defaultAltText': string;
|
|
326
334
|
'fabric.editor.delete': string;
|
|
@@ -468,6 +476,7 @@ declare const _default: {
|
|
|
468
476
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
469
477
|
'fabric.editor.imageBorderSubtle': string;
|
|
470
478
|
'fabric.editor.improvement': string;
|
|
479
|
+
'fabric.editor.increaseElementSize': string;
|
|
471
480
|
'fabric.editor.increaseSize': string;
|
|
472
481
|
'fabric.editor.indent': string;
|
|
473
482
|
'fabric.editor.info': string;
|
|
@@ -35,9 +35,11 @@ declare const _default: {
|
|
|
35
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
36
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
38
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': string;
|
|
38
39
|
'fabric.editor.ai.config.item.action.replace': string;
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': string;
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
42
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
41
43
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
42
44
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
43
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
@@ -250,6 +252,9 @@ declare const _default: {
|
|
|
250
252
|
'fabric.editor.blockquote.description': string;
|
|
251
253
|
'fabric.editor.blockquote2': string;
|
|
252
254
|
'fabric.editor.bold': string;
|
|
255
|
+
'fabric.editor.breakout.resizeCodeBlock': string;
|
|
256
|
+
'fabric.editor.breakout.resizeElement': string;
|
|
257
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
253
258
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
254
259
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
255
260
|
'fabric.editor.bug': string;
|
|
@@ -336,6 +341,7 @@ declare const _default: {
|
|
|
336
341
|
'fabric.editor.decision': string;
|
|
337
342
|
'fabric.editor.decision.description': string;
|
|
338
343
|
'fabric.editor.decisionPlaceholder': string;
|
|
344
|
+
'fabric.editor.decreaseElementSize': string;
|
|
339
345
|
'fabric.editor.decreaseSize': string;
|
|
340
346
|
'fabric.editor.defaultAltText': string;
|
|
341
347
|
'fabric.editor.delete': string;
|
|
@@ -483,6 +489,7 @@ declare const _default: {
|
|
|
483
489
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
484
490
|
'fabric.editor.imageBorderSubtle': string;
|
|
485
491
|
'fabric.editor.improvement': string;
|
|
492
|
+
'fabric.editor.increaseElementSize': string;
|
|
486
493
|
'fabric.editor.increaseSize': string;
|
|
487
494
|
'fabric.editor.indent': string;
|
|
488
495
|
'fabric.editor.info': string;
|
|
@@ -35,9 +35,11 @@ declare const _default: {
|
|
|
35
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
36
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
38
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': string;
|
|
38
39
|
'fabric.editor.ai.config.item.action.replace': string;
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': string;
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
42
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
41
43
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
42
44
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
43
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
@@ -204,6 +206,7 @@ declare const _default: {
|
|
|
204
206
|
'fabric.editor.ai.toolbar.titleText': string;
|
|
205
207
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
206
208
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
209
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
207
210
|
'fabric.editor.alignCenter': string;
|
|
208
211
|
'fabric.editor.alignImageCenter': string;
|
|
209
212
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -235,6 +238,10 @@ declare const _default: {
|
|
|
235
238
|
'fabric.editor.blockquote.description': string;
|
|
236
239
|
'fabric.editor.blockquote2': string;
|
|
237
240
|
'fabric.editor.bold': string;
|
|
241
|
+
'fabric.editor.breakout.resizeCodeBlock': string;
|
|
242
|
+
'fabric.editor.breakout.resizeElement': string;
|
|
243
|
+
'fabric.editor.breakout.resizeExpand': string;
|
|
244
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
238
245
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
239
246
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
240
247
|
'fabric.editor.bug': string;
|
|
@@ -321,6 +328,7 @@ declare const _default: {
|
|
|
321
328
|
'fabric.editor.decision': string;
|
|
322
329
|
'fabric.editor.decision.description': string;
|
|
323
330
|
'fabric.editor.decisionPlaceholder': string;
|
|
331
|
+
'fabric.editor.decreaseElementSize': string;
|
|
324
332
|
'fabric.editor.decreaseSize': string;
|
|
325
333
|
'fabric.editor.defaultAltText': string;
|
|
326
334
|
'fabric.editor.delete': string;
|
|
@@ -468,6 +476,7 @@ declare const _default: {
|
|
|
468
476
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
469
477
|
'fabric.editor.imageBorderSubtle': string;
|
|
470
478
|
'fabric.editor.improvement': string;
|
|
479
|
+
'fabric.editor.increaseElementSize': string;
|
|
471
480
|
'fabric.editor.increaseSize': string;
|
|
472
481
|
'fabric.editor.indent': string;
|
|
473
482
|
'fabric.editor.info': string;
|
|
@@ -35,9 +35,11 @@ declare const _default: {
|
|
|
35
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
36
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
38
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': string;
|
|
38
39
|
'fabric.editor.ai.config.item.action.replace': string;
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': string;
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
42
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
41
43
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
42
44
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
43
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
@@ -204,6 +206,7 @@ declare const _default: {
|
|
|
204
206
|
'fabric.editor.ai.toolbar.titleText': string;
|
|
205
207
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
206
208
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
209
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
207
210
|
'fabric.editor.alignCenter': string;
|
|
208
211
|
'fabric.editor.alignImageCenter': string;
|
|
209
212
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -235,6 +238,10 @@ declare const _default: {
|
|
|
235
238
|
'fabric.editor.blockquote.description': string;
|
|
236
239
|
'fabric.editor.blockquote2': string;
|
|
237
240
|
'fabric.editor.bold': string;
|
|
241
|
+
'fabric.editor.breakout.resizeCodeBlock': string;
|
|
242
|
+
'fabric.editor.breakout.resizeElement': string;
|
|
243
|
+
'fabric.editor.breakout.resizeExpand': string;
|
|
244
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
238
245
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
239
246
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
240
247
|
'fabric.editor.bug': string;
|
|
@@ -321,6 +328,7 @@ declare const _default: {
|
|
|
321
328
|
'fabric.editor.decision': string;
|
|
322
329
|
'fabric.editor.decision.description': string;
|
|
323
330
|
'fabric.editor.decisionPlaceholder': string;
|
|
331
|
+
'fabric.editor.decreaseElementSize': string;
|
|
324
332
|
'fabric.editor.decreaseSize': string;
|
|
325
333
|
'fabric.editor.defaultAltText': string;
|
|
326
334
|
'fabric.editor.delete': string;
|
|
@@ -468,6 +476,7 @@ declare const _default: {
|
|
|
468
476
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
469
477
|
'fabric.editor.imageBorderSubtle': string;
|
|
470
478
|
'fabric.editor.improvement': string;
|
|
479
|
+
'fabric.editor.increaseElementSize': string;
|
|
471
480
|
'fabric.editor.increaseSize': string;
|
|
472
481
|
'fabric.editor.indent': string;
|
|
473
482
|
'fabric.editor.info': string;
|
|
@@ -35,9 +35,11 @@ declare const _default: {
|
|
|
35
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
36
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
38
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': string;
|
|
38
39
|
'fabric.editor.ai.config.item.action.replace': string;
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': string;
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
42
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
41
43
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
42
44
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
43
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
@@ -219,6 +221,7 @@ declare const _default: {
|
|
|
219
221
|
'fabric.editor.ai.toolbar.titleText': string;
|
|
220
222
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
221
223
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
224
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
222
225
|
'fabric.editor.alignCenter': string;
|
|
223
226
|
'fabric.editor.alignImageCenter': string;
|
|
224
227
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -250,6 +253,9 @@ declare const _default: {
|
|
|
250
253
|
'fabric.editor.blockquote.description': string;
|
|
251
254
|
'fabric.editor.blockquote2': string;
|
|
252
255
|
'fabric.editor.bold': string;
|
|
256
|
+
'fabric.editor.breakout.resizeCodeBlock': string;
|
|
257
|
+
'fabric.editor.breakout.resizeElement': string;
|
|
258
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
253
259
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
254
260
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
255
261
|
'fabric.editor.bug': string;
|
|
@@ -336,6 +342,7 @@ declare const _default: {
|
|
|
336
342
|
'fabric.editor.decision': string;
|
|
337
343
|
'fabric.editor.decision.description': string;
|
|
338
344
|
'fabric.editor.decisionPlaceholder': string;
|
|
345
|
+
'fabric.editor.decreaseElementSize': string;
|
|
339
346
|
'fabric.editor.decreaseSize': string;
|
|
340
347
|
'fabric.editor.defaultAltText': string;
|
|
341
348
|
'fabric.editor.delete': string;
|
|
@@ -483,6 +490,7 @@ declare const _default: {
|
|
|
483
490
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
484
491
|
'fabric.editor.imageBorderSubtle': string;
|
|
485
492
|
'fabric.editor.improvement': string;
|
|
493
|
+
'fabric.editor.increaseElementSize': string;
|
|
486
494
|
'fabric.editor.increaseSize': string;
|
|
487
495
|
'fabric.editor.indent': string;
|
|
488
496
|
'fabric.editor.info': string;
|
|
@@ -35,9 +35,11 @@ declare const _default: {
|
|
|
35
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
36
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
38
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': string;
|
|
38
39
|
'fabric.editor.ai.config.item.action.replace': string;
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': string;
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
42
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
41
43
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
42
44
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
43
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
@@ -250,6 +252,9 @@ declare const _default: {
|
|
|
250
252
|
'fabric.editor.blockquote.description': string;
|
|
251
253
|
'fabric.editor.blockquote2': string;
|
|
252
254
|
'fabric.editor.bold': string;
|
|
255
|
+
'fabric.editor.breakout.resizeCodeBlock': string;
|
|
256
|
+
'fabric.editor.breakout.resizeElement': string;
|
|
257
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
253
258
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
254
259
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
255
260
|
'fabric.editor.bug': string;
|
|
@@ -336,6 +341,7 @@ declare const _default: {
|
|
|
336
341
|
'fabric.editor.decision': string;
|
|
337
342
|
'fabric.editor.decision.description': string;
|
|
338
343
|
'fabric.editor.decisionPlaceholder': string;
|
|
344
|
+
'fabric.editor.decreaseElementSize': string;
|
|
339
345
|
'fabric.editor.decreaseSize': string;
|
|
340
346
|
'fabric.editor.defaultAltText': string;
|
|
341
347
|
'fabric.editor.delete': string;
|
|
@@ -483,6 +489,7 @@ declare const _default: {
|
|
|
483
489
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
484
490
|
'fabric.editor.imageBorderSubtle': string;
|
|
485
491
|
'fabric.editor.improvement': string;
|
|
492
|
+
'fabric.editor.increaseElementSize': string;
|
|
486
493
|
'fabric.editor.increaseSize': string;
|
|
487
494
|
'fabric.editor.indent': string;
|
|
488
495
|
'fabric.editor.info': string;
|
|
@@ -17,9 +17,9 @@ export type BreakoutConstsType = {
|
|
|
17
17
|
mapBreakpointToLayoutMaxWidth: typeof mapBreakpointToLayoutMaxWidth;
|
|
18
18
|
getBreakpoint: typeof getBreakpoint;
|
|
19
19
|
calcBreakoutWidth: any;
|
|
20
|
-
calcBreakoutWithCustomWidth: (mode: 'full-width' | 'wide', width: number | null, editorContainerWidth: number) => string;
|
|
21
|
-
calcLineLength: () => number;
|
|
22
|
-
calcWideWidth: (containerWidth?: number, maxWidth?: number, fallback?: string, padding?: number) => string;
|
|
20
|
+
calcBreakoutWithCustomWidth: (breakoutConsts: BreakoutConstsType) => (mode: 'full-width' | 'wide', width: number | null, editorContainerWidth: number) => string;
|
|
21
|
+
calcLineLength: (breakoutConsts: BreakoutConstsType) => () => number;
|
|
22
|
+
calcWideWidth: (breakoutConsts: BreakoutConstsType) => (containerWidth?: number, maxWidth?: number, fallback?: string, padding?: number) => string;
|
|
23
23
|
};
|
|
24
24
|
declare const breakoutConsts: BreakoutConstsType;
|
|
25
25
|
export declare const absoluteBreakoutWidth: (layout: 'full-width' | 'wide' | string, containerWidth: number) => number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "107.
|
|
3
|
+
"version": "107.2.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/"
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
142
142
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
143
143
|
"@atlaskit/emoji": "^69.3.0",
|
|
144
|
-
"@atlaskit/icon": "^27.
|
|
144
|
+
"@atlaskit/icon": "^27.1.0",
|
|
145
145
|
"@atlaskit/icon-object": "^7.1.0",
|
|
146
146
|
"@atlaskit/link": "^3.2.0",
|
|
147
147
|
"@atlaskit/link-datasource": "^4.11.0",
|
|
@@ -353,12 +353,6 @@
|
|
|
353
353
|
"platform_editor_r18_fix_selection_resync": {
|
|
354
354
|
"type": "boolean"
|
|
355
355
|
},
|
|
356
|
-
"platform_editor_controls_patch_9": {
|
|
357
|
-
"type": "boolean"
|
|
358
|
-
},
|
|
359
|
-
"platform_editor_controls_patch_11": {
|
|
360
|
-
"type": "boolean"
|
|
361
|
-
},
|
|
362
356
|
"dst-a11y__replace-anchor-with-link__editor": {
|
|
363
357
|
"type": "boolean"
|
|
364
358
|
},
|