@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
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -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,10 @@ 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.resizeExpand': string;
|
|
258
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
252
259
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
253
260
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
254
261
|
'fabric.editor.bug': string;
|
|
@@ -335,6 +342,7 @@ declare const _default: {
|
|
|
335
342
|
'fabric.editor.decision': string;
|
|
336
343
|
'fabric.editor.decision.description': string;
|
|
337
344
|
'fabric.editor.decisionPlaceholder': string;
|
|
345
|
+
'fabric.editor.decreaseElementSize': string;
|
|
338
346
|
'fabric.editor.decreaseSize': string;
|
|
339
347
|
'fabric.editor.defaultAltText': string;
|
|
340
348
|
'fabric.editor.delete': string;
|
|
@@ -482,6 +490,7 @@ declare const _default: {
|
|
|
482
490
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
483
491
|
'fabric.editor.imageBorderSubtle': string;
|
|
484
492
|
'fabric.editor.improvement': string;
|
|
493
|
+
'fabric.editor.increaseElementSize': string;
|
|
485
494
|
'fabric.editor.increaseSize': string;
|
|
486
495
|
'fabric.editor.indent': string;
|
|
487
496
|
'fabric.editor.info': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -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,10 @@ 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.resizeExpand': string;
|
|
258
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
252
259
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
253
260
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
254
261
|
'fabric.editor.bug': string;
|
|
@@ -335,6 +342,7 @@ declare const _default: {
|
|
|
335
342
|
'fabric.editor.decision': string;
|
|
336
343
|
'fabric.editor.decision.description': string;
|
|
337
344
|
'fabric.editor.decisionPlaceholder': string;
|
|
345
|
+
'fabric.editor.decreaseElementSize': string;
|
|
338
346
|
'fabric.editor.decreaseSize': string;
|
|
339
347
|
'fabric.editor.defaultAltText': string;
|
|
340
348
|
'fabric.editor.delete': string;
|
|
@@ -482,6 +490,7 @@ declare const _default: {
|
|
|
482
490
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
483
491
|
'fabric.editor.imageBorderSubtle': string;
|
|
484
492
|
'fabric.editor.improvement': string;
|
|
493
|
+
'fabric.editor.increaseElementSize': string;
|
|
485
494
|
'fabric.editor.increaseSize': string;
|
|
486
495
|
'fabric.editor.indent': string;
|
|
487
496
|
'fabric.editor.info': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -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;
|
|
@@ -217,6 +219,7 @@ declare const _default: {
|
|
|
217
219
|
'fabric.editor.ai.toolbar.titleText': string;
|
|
218
220
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
219
221
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
222
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
220
223
|
'fabric.editor.alignCenter': string;
|
|
221
224
|
'fabric.editor.alignImageCenter': string;
|
|
222
225
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -248,6 +251,9 @@ declare const _default: {
|
|
|
248
251
|
'fabric.editor.blockquote.description': string;
|
|
249
252
|
'fabric.editor.blockquote2': string;
|
|
250
253
|
'fabric.editor.bold': string;
|
|
254
|
+
'fabric.editor.breakout.resizeCodeBlock': string;
|
|
255
|
+
'fabric.editor.breakout.resizeElement': string;
|
|
256
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
251
257
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
252
258
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
253
259
|
'fabric.editor.bug': string;
|
|
@@ -334,6 +340,7 @@ declare const _default: {
|
|
|
334
340
|
'fabric.editor.decision': string;
|
|
335
341
|
'fabric.editor.decision.description': string;
|
|
336
342
|
'fabric.editor.decisionPlaceholder': string;
|
|
343
|
+
'fabric.editor.decreaseElementSize': string;
|
|
337
344
|
'fabric.editor.decreaseSize': string;
|
|
338
345
|
'fabric.editor.defaultAltText': string;
|
|
339
346
|
'fabric.editor.delete': string;
|
|
@@ -481,6 +488,7 @@ declare const _default: {
|
|
|
481
488
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
482
489
|
'fabric.editor.imageBorderSubtle': string;
|
|
483
490
|
'fabric.editor.improvement': string;
|
|
491
|
+
'fabric.editor.increaseElementSize': string;
|
|
484
492
|
'fabric.editor.increaseSize': string;
|
|
485
493
|
'fabric.editor.indent': string;
|
|
486
494
|
'fabric.editor.info': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -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;
|
|
@@ -34,9 +34,11 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
35
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
36
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
37
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': string;
|
|
37
38
|
'fabric.editor.ai.config.item.action.replace': string;
|
|
38
39
|
'fabric.editor.ai.config.item.action.replaceTitle': string;
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
41
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
40
42
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
41
43
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
42
44
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
@@ -320,6 +322,10 @@ declare const _default: {
|
|
|
320
322
|
'fabric.editor.blockquote.description': string;
|
|
321
323
|
'fabric.editor.blockquote2': string;
|
|
322
324
|
'fabric.editor.bold': string;
|
|
325
|
+
'fabric.editor.breakout.resizeCodeBlock': string;
|
|
326
|
+
'fabric.editor.breakout.resizeElement': string;
|
|
327
|
+
'fabric.editor.breakout.resizeExpand': string;
|
|
328
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
323
329
|
'fabric.editor.bug': string;
|
|
324
330
|
'fabric.editor.canNotSortTable': string;
|
|
325
331
|
'fabric.editor.cancelButton': string;
|
|
@@ -402,6 +408,7 @@ declare const _default: {
|
|
|
402
408
|
'fabric.editor.decision': string;
|
|
403
409
|
'fabric.editor.decision.description': string;
|
|
404
410
|
'fabric.editor.decisionPlaceholder': string;
|
|
411
|
+
'fabric.editor.decreaseElementSize': string;
|
|
405
412
|
'fabric.editor.decreaseSize': string;
|
|
406
413
|
'fabric.editor.defaultAltText': string;
|
|
407
414
|
'fabric.editor.delete': string;
|
|
@@ -547,6 +554,7 @@ declare const _default: {
|
|
|
547
554
|
'fabric.editor.imageBorderSize': string;
|
|
548
555
|
'fabric.editor.imageBorderSubtle': string;
|
|
549
556
|
'fabric.editor.improvement': string;
|
|
557
|
+
'fabric.editor.increaseElementSize': string;
|
|
550
558
|
'fabric.editor.increaseSize': string;
|
|
551
559
|
'fabric.editor.indent': string;
|
|
552
560
|
'fabric.editor.info': string;
|