@atlaskit/editor-common 100.5.0 → 101.0.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 +19 -0
- package/ai-messages/package.json +17 -0
- package/dist/cjs/ai-messages/ai-config-items.js +489 -0
- package/dist/cjs/ai-messages/ai-experience-application.js +131 -0
- package/dist/cjs/ai-messages/ai-failed-state.js +56 -0
- package/dist/cjs/ai-messages/ai-languages.js +368 -0
- package/dist/cjs/ai-messages/ai.js +122 -0
- package/dist/cjs/ai-messages/index.js +68 -0
- package/dist/cjs/element-browser/components/ElementList/EmptyState.js +1 -1
- package/dist/cjs/extensibility/Extension/Lozenge/EditToggle.js +1 -1
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/cjs/messages/index.js +0 -28
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +3 -3
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/Button.js +5 -2
- package/dist/cjs/ui/FloatingToolbar/Separator.js +12 -6
- package/dist/cjs/ui-menu/ColorPickerButton/index.js +2 -1
- package/dist/es2019/ai-messages/ai-config-items.js +483 -0
- package/dist/es2019/ai-messages/ai-experience-application.js +124 -0
- package/dist/es2019/ai-messages/ai-failed-state.js +49 -0
- package/dist/es2019/ai-messages/ai-languages.js +361 -0
- package/dist/es2019/ai-messages/ai.js +116 -0
- package/dist/es2019/ai-messages/index.js +12 -0
- package/dist/es2019/element-browser/components/ElementList/EmptyState.js +1 -1
- package/dist/es2019/extensibility/Extension/Lozenge/EditToggle.js +1 -1
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/es2019/messages/index.js +0 -4
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +3 -3
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/FloatingToolbar/Button.js +5 -1
- package/dist/es2019/ui/FloatingToolbar/Separator.js +11 -4
- package/dist/es2019/ui-menu/ColorPickerButton/index.js +2 -1
- package/dist/esm/ai-messages/ai-config-items.js +483 -0
- package/dist/esm/ai-messages/ai-experience-application.js +124 -0
- package/dist/esm/ai-messages/ai-failed-state.js +49 -0
- package/dist/esm/ai-messages/ai-languages.js +361 -0
- package/dist/esm/ai-messages/ai.js +116 -0
- package/dist/esm/ai-messages/index.js +12 -0
- package/dist/esm/element-browser/components/ElementList/EmptyState.js +1 -1
- package/dist/esm/extensibility/Extension/Lozenge/EditToggle.js +1 -1
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/esm/messages/index.js +0 -4
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +3 -3
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/Button.js +5 -2
- package/dist/esm/ui/FloatingToolbar/Separator.js +12 -6
- package/dist/esm/ui-menu/ColorPickerButton/index.js +2 -1
- package/dist/types/ai-messages/ai-config-items.d.ts +462 -0
- package/dist/types/ai-messages/ai-experience-application.d.ts +122 -0
- package/dist/types/ai-messages/ai-failed-state.d.ts +47 -0
- package/dist/types/ai-messages/ai-languages.d.ts +357 -0
- package/dist/types/ai-messages/ai.d.ts +107 -0
- package/dist/types/ai-messages/index.d.ts +9 -0
- package/dist/types/messages/index.d.ts +0 -4
- package/dist/types-ts4.5/ai-messages/ai-config-items.d.ts +462 -0
- package/dist/types-ts4.5/ai-messages/ai-experience-application.d.ts +122 -0
- package/dist/types-ts4.5/ai-messages/ai-failed-state.d.ts +47 -0
- package/dist/types-ts4.5/ai-messages/ai-languages.d.ts +357 -0
- package/dist/types-ts4.5/ai-messages/ai.d.ts +107 -0
- package/dist/types-ts4.5/ai-messages/index.d.ts +9 -0
- package/dist/types-ts4.5/messages/index.d.ts +0 -4
- package/package.json +2 -1
- /package/dist/cjs/{messages → ai-messages}/ai-definitions.js +0 -0
- /package/dist/cjs/{messages → ai-messages}/ai-proactive-setting.js +0 -0
- /package/dist/cjs/{messages → ai-messages}/ai-proactive-transform.js +0 -0
- /package/dist/cjs/{messages → ai-messages}/ai-proactive.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-definitions.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-proactive-setting.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-proactive-transform.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-proactive.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-definitions.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-proactive-setting.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-proactive-transform.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-proactive.js +0 -0
- /package/dist/types/{messages → ai-messages}/ai-definitions.d.ts +0 -0
- /package/dist/types/{messages → ai-messages}/ai-proactive-setting.d.ts +0 -0
- /package/dist/types/{messages → ai-messages}/ai-proactive-transform.d.ts +0 -0
- /package/dist/types/{messages → ai-messages}/ai-proactive.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-definitions.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-proactive-setting.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-proactive-transform.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-proactive.d.ts +0 -0
|
@@ -39,7 +39,7 @@ export default function EmptyState(_ref) {
|
|
|
39
39
|
})))));
|
|
40
40
|
}
|
|
41
41
|
var emptyStateHeading = css({
|
|
42
|
-
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
42
|
+
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
43
43
|
color: "var(--ds-text, rgb(23, 43, 77))",
|
|
44
44
|
marginTop: "var(--ds-space-300, 24px)"
|
|
45
45
|
});
|
|
@@ -32,7 +32,7 @@ var buttonStyles = css({
|
|
|
32
32
|
borderRadius: "var(--ds-border-radius, 4px)",
|
|
33
33
|
paddingLeft: "var(--ds-space-150, 12px)",
|
|
34
34
|
paddingRight: "var(--ds-space-150, 12px)",
|
|
35
|
-
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
35
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
36
36
|
'&:hover': {
|
|
37
37
|
backgroundColor: "var(--ds-background-input-hovered, #F7F8F9)"
|
|
38
38
|
},
|
|
@@ -72,7 +72,7 @@ var labelStyles = css({
|
|
|
72
72
|
'&.remove-nested-left-margin': {
|
|
73
73
|
marginLeft: 0
|
|
74
74
|
},
|
|
75
|
-
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
75
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
76
76
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
77
77
|
'&.with-bodied-macro-live-page-styles': {
|
|
78
78
|
backgroundColor: "var(--ds-background-input, #FFFFFF)",
|
|
@@ -71,7 +71,7 @@ var textLabelMargin = css({
|
|
|
71
71
|
var inputLabel = css({
|
|
72
72
|
color: "var(--ds-text-subtlest, #626F86)",
|
|
73
73
|
paddingBottom: "var(--ds-space-050, 4px)",
|
|
74
|
-
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
74
|
+
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
75
75
|
fontWeight: "var(--ds-font-weight-medium, 500)"
|
|
76
76
|
});
|
|
77
77
|
var inputWrapperPosition = css({
|
|
@@ -2,10 +2,6 @@
|
|
|
2
2
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
3
3
|
|
|
4
4
|
import { defineMessages } from 'react-intl-next';
|
|
5
|
-
export { aiDefinitionsMessages } from './ai-definitions';
|
|
6
|
-
export { aiProactiveMessages } from './ai-proactive';
|
|
7
|
-
export { aiProactiveSettingMessages } from './ai-proactive-setting';
|
|
8
|
-
export { aiProactiveTransformMessages } from './ai-proactive-transform';
|
|
9
5
|
export { alignmentMessages } from './alignment';
|
|
10
6
|
export { annotationMessages } from './annotation';
|
|
11
7
|
export { messages as blockTypeMessages } from './block-type';
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "
|
|
10
|
+
var packageVersion = "101.0.0";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -28,12 +28,12 @@ var canRenderFallback = function canRenderFallback(node) {
|
|
|
28
28
|
var virtualisationConfiguration = function virtualisationConfiguration() {
|
|
29
29
|
var enableVirtualization = false;
|
|
30
30
|
var reactRenderedDocumentPositionThreshold = 0;
|
|
31
|
-
if (editorExperiment(
|
|
31
|
+
if (editorExperiment('platform_editor_inline_node_virtualization', 'off')) {
|
|
32
32
|
enableVirtualization = false;
|
|
33
|
-
} else if (editorExperiment(
|
|
33
|
+
} else if (editorExperiment('platform_editor_inline_node_virtualization', 'fallbackall')) {
|
|
34
34
|
enableVirtualization = true;
|
|
35
35
|
reactRenderedDocumentPositionThreshold = 0;
|
|
36
|
-
} else if (editorExperiment(
|
|
36
|
+
} else if (editorExperiment('platform_editor_inline_node_virtualization', 'fallbackoffscreen')) {
|
|
37
37
|
enableVirtualization = true;
|
|
38
38
|
reactRenderedDocumentPositionThreshold = 100;
|
|
39
39
|
}
|
|
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
20
20
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "
|
|
23
|
+
var packageVersion = "101.0.0";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
|
@@ -12,6 +12,9 @@ import Tooltip from '@atlaskit/tooltip';
|
|
|
12
12
|
import { Pulse } from '../Pulse/Pulse';
|
|
13
13
|
import { ButtonSpotlightCard } from './ButtonSpotlightCard';
|
|
14
14
|
import { getButtonStyles, iconOnlySpacing } from './styles';
|
|
15
|
+
var minWidthStyle = {
|
|
16
|
+
minWidth: "var(--ds-space-400, 32px)"
|
|
17
|
+
};
|
|
15
18
|
export default (function (_ref) {
|
|
16
19
|
var title = _ref.title,
|
|
17
20
|
icon = _ref.icon,
|
|
@@ -93,11 +96,11 @@ export default (function (_ref) {
|
|
|
93
96
|
buttonStyles = _adgTheme.buttonStyles,
|
|
94
97
|
rest = _objectWithoutProperties(_adgTheme, _excluded);
|
|
95
98
|
return _objectSpread({
|
|
96
|
-
buttonStyles: _objectSpread(_objectSpread(_objectSpread({}, buttonStyles), customSpacing), appearance === 'danger' && getButtonStyles({
|
|
99
|
+
buttonStyles: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, buttonStyles), customSpacing), appearance === 'danger' && getButtonStyles({
|
|
97
100
|
appearance: appearance,
|
|
98
101
|
state: themeProps.state,
|
|
99
102
|
mode: themeProps.mode
|
|
100
|
-
}))
|
|
103
|
+
})), editorExperiment('platform_editor_controls', 'variant1') ? minWidthStyle : {})
|
|
101
104
|
}, rest);
|
|
102
105
|
},
|
|
103
106
|
"aria-label": ariaLabel || title,
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
6
|
import { css, jsx } from '@emotion/react';
|
|
7
|
+
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
7
8
|
var separator = css({
|
|
8
9
|
background: "var(--ds-border, #091E4224)",
|
|
9
10
|
width: '1px',
|
|
@@ -11,16 +12,21 @@ var separator = css({
|
|
|
11
12
|
margin: "0 ".concat("var(--ds-space-050, 4px)"),
|
|
12
13
|
alignSelf: 'center'
|
|
13
14
|
});
|
|
15
|
+
var separatorNew = css({
|
|
16
|
+
background: "var(--ds-border, #091E4224)",
|
|
17
|
+
width: '1px',
|
|
18
|
+
height: '20px',
|
|
19
|
+
alignSelf: 'center'
|
|
20
|
+
});
|
|
14
21
|
var separatorFullHeight = css({
|
|
15
22
|
height: '40px'
|
|
16
23
|
});
|
|
17
24
|
export default (function (_ref) {
|
|
18
25
|
var fullHeight = _ref.fullHeight;
|
|
19
|
-
return (
|
|
26
|
+
return jsx("div", {
|
|
27
|
+
css: [editorExperiment('platform_editor_controls', 'variant1') ? separatorNew : separator, fullHeight && separatorFullHeight]
|
|
20
28
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
})
|
|
25
|
-
);
|
|
29
|
+
,
|
|
30
|
+
className: "separator"
|
|
31
|
+
});
|
|
26
32
|
});
|
|
@@ -15,6 +15,7 @@ import LegacyExpandIcon from '@atlaskit/icon/glyph/chevron-down';
|
|
|
15
15
|
import ChevronDownIcon from '@atlaskit/icon/utility/chevron-down';
|
|
16
16
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
17
17
|
import { Box, xcss, Inline } from '@atlaskit/primitives';
|
|
18
|
+
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
18
19
|
import Tooltip from '@atlaskit/tooltip';
|
|
19
20
|
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, editorAnalyticsChannel, EVENT_TYPE } from '../../analytics';
|
|
20
21
|
import { ColorPalette, DEFAULT_BORDER_COLOR, getSelectedRowAndColumnFromPalette } from '../../ui-color';
|
|
@@ -261,7 +262,7 @@ var ColorPickerButton = function ColorPickerButton(props) {
|
|
|
261
262
|
ref: buttonRef,
|
|
262
263
|
"aria-label": title,
|
|
263
264
|
"aria-expanded": props.isAriaExpanded ? isPopupOpen : undefined,
|
|
264
|
-
spacing:
|
|
265
|
+
spacing: editorExperiment('platform_editor_controls', 'variant1') ? 'default' : 'compact',
|
|
265
266
|
onClick: togglePopup,
|
|
266
267
|
onKeyDown: function onKeyDown(event) {
|
|
267
268
|
if (event.key === 'Enter' || event.key === ' ') {
|
|
@@ -0,0 +1,462 @@
|
|
|
1
|
+
export declare const aiConfigItemMessages: {
|
|
2
|
+
agentConfigTitle: {
|
|
3
|
+
id: string;
|
|
4
|
+
defaultMessage: string;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
agentConfigDescription: {
|
|
8
|
+
id: string;
|
|
9
|
+
defaultMessage: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
agentConfigPromptHint: {
|
|
13
|
+
id: string;
|
|
14
|
+
defaultMessage: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
configActionInsert: {
|
|
18
|
+
id: string;
|
|
19
|
+
defaultMessage: string;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
configActionInsertAtTop: {
|
|
23
|
+
id: string;
|
|
24
|
+
defaultMessage: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
configActionInsertBelow: {
|
|
28
|
+
id: string;
|
|
29
|
+
defaultMessage: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
configActionReplace: {
|
|
33
|
+
id: string;
|
|
34
|
+
defaultMessage: string;
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
configActionReplaceTitle: {
|
|
38
|
+
id: string;
|
|
39
|
+
defaultMessage: string;
|
|
40
|
+
description: string;
|
|
41
|
+
};
|
|
42
|
+
configActionReplaceTitleTooLongDisabledTooltip: {
|
|
43
|
+
id: string;
|
|
44
|
+
defaultMessage: string;
|
|
45
|
+
description: string;
|
|
46
|
+
};
|
|
47
|
+
configActionContinueInChatLabel: {
|
|
48
|
+
id: string;
|
|
49
|
+
defaultMessage: string;
|
|
50
|
+
description: string;
|
|
51
|
+
};
|
|
52
|
+
advancedPromptTitle: {
|
|
53
|
+
id: string;
|
|
54
|
+
defaultMessage: string;
|
|
55
|
+
description: string;
|
|
56
|
+
};
|
|
57
|
+
advancedPromptDescription: {
|
|
58
|
+
id: string;
|
|
59
|
+
defaultMessage: string;
|
|
60
|
+
description: string;
|
|
61
|
+
};
|
|
62
|
+
advancedPromptLabel: {
|
|
63
|
+
id: string;
|
|
64
|
+
defaultMessage: string;
|
|
65
|
+
description: string;
|
|
66
|
+
};
|
|
67
|
+
advancedPromptTaskLabel: {
|
|
68
|
+
id: string;
|
|
69
|
+
defaultMessage: string;
|
|
70
|
+
description: string;
|
|
71
|
+
};
|
|
72
|
+
advancedPromptTaskPlaceholder: {
|
|
73
|
+
id: string;
|
|
74
|
+
defaultMessage: string;
|
|
75
|
+
description: string;
|
|
76
|
+
};
|
|
77
|
+
advancedPromptTaskHelperMessage: {
|
|
78
|
+
id: string;
|
|
79
|
+
defaultMessage: string;
|
|
80
|
+
description: string;
|
|
81
|
+
};
|
|
82
|
+
advancedPromptTaskRequired: {
|
|
83
|
+
id: string;
|
|
84
|
+
defaultMessage: string;
|
|
85
|
+
description: string;
|
|
86
|
+
};
|
|
87
|
+
advancedPromptInstructionsLabel: {
|
|
88
|
+
id: string;
|
|
89
|
+
defaultMessage: string;
|
|
90
|
+
description: string;
|
|
91
|
+
};
|
|
92
|
+
advancedPromptInstructionsPlaceholder: {
|
|
93
|
+
id: string;
|
|
94
|
+
defaultMessage: string;
|
|
95
|
+
description: string;
|
|
96
|
+
};
|
|
97
|
+
advancedPromptInstructionsHelperMessage: {
|
|
98
|
+
id: string;
|
|
99
|
+
defaultMessage: string;
|
|
100
|
+
description: string;
|
|
101
|
+
};
|
|
102
|
+
advancedPromptRulesLabel: {
|
|
103
|
+
id: string;
|
|
104
|
+
defaultMessage: string;
|
|
105
|
+
description: string;
|
|
106
|
+
};
|
|
107
|
+
advancedPromptRulesPlaceholder: {
|
|
108
|
+
id: string;
|
|
109
|
+
defaultMessage: string;
|
|
110
|
+
description: string;
|
|
111
|
+
};
|
|
112
|
+
advancedPromptRulesHelperMessage: {
|
|
113
|
+
id: string;
|
|
114
|
+
defaultMessage: string;
|
|
115
|
+
description: string;
|
|
116
|
+
};
|
|
117
|
+
advancedPromptToneLabel: {
|
|
118
|
+
id: string;
|
|
119
|
+
defaultMessage: string;
|
|
120
|
+
description: string;
|
|
121
|
+
};
|
|
122
|
+
advancedPromptToneProfessional: {
|
|
123
|
+
id: string;
|
|
124
|
+
defaultMessage: string;
|
|
125
|
+
description: string;
|
|
126
|
+
};
|
|
127
|
+
advancedPromptToneEmpathetic: {
|
|
128
|
+
id: string;
|
|
129
|
+
defaultMessage: string;
|
|
130
|
+
description: string;
|
|
131
|
+
};
|
|
132
|
+
advancedPromptToneCasual: {
|
|
133
|
+
id: string;
|
|
134
|
+
defaultMessage: string;
|
|
135
|
+
description: string;
|
|
136
|
+
};
|
|
137
|
+
advancedPromptToneNeutral: {
|
|
138
|
+
id: string;
|
|
139
|
+
defaultMessage: string;
|
|
140
|
+
description: string;
|
|
141
|
+
};
|
|
142
|
+
advancedPromptToneEducational: {
|
|
143
|
+
id: string;
|
|
144
|
+
defaultMessage: string;
|
|
145
|
+
description: string;
|
|
146
|
+
};
|
|
147
|
+
advancedPromptCreativityLabel: {
|
|
148
|
+
id: string;
|
|
149
|
+
defaultMessage: string;
|
|
150
|
+
description: string;
|
|
151
|
+
};
|
|
152
|
+
advancedPromptCreativityLow: {
|
|
153
|
+
id: string;
|
|
154
|
+
defaultMessage: string;
|
|
155
|
+
description: string;
|
|
156
|
+
};
|
|
157
|
+
advancedPromptCreativityMedium: {
|
|
158
|
+
id: string;
|
|
159
|
+
defaultMessage: string;
|
|
160
|
+
description: string;
|
|
161
|
+
};
|
|
162
|
+
advancedPromptCreativityHigh: {
|
|
163
|
+
id: string;
|
|
164
|
+
defaultMessage: string;
|
|
165
|
+
description: string;
|
|
166
|
+
};
|
|
167
|
+
atlasShortenUpdatetitle: {
|
|
168
|
+
id: string;
|
|
169
|
+
defaultMessage: string;
|
|
170
|
+
description: string;
|
|
171
|
+
};
|
|
172
|
+
atlasShortenUpdateDescription: {
|
|
173
|
+
id: string;
|
|
174
|
+
defaultMessage: string;
|
|
175
|
+
description: string;
|
|
176
|
+
};
|
|
177
|
+
brainstormTitle: {
|
|
178
|
+
id: string;
|
|
179
|
+
defaultMessage: string;
|
|
180
|
+
description: string;
|
|
181
|
+
};
|
|
182
|
+
brainstormDescription: {
|
|
183
|
+
id: string;
|
|
184
|
+
defaultMessage: string;
|
|
185
|
+
description: string;
|
|
186
|
+
};
|
|
187
|
+
brainstormPromptLabel: {
|
|
188
|
+
id: string;
|
|
189
|
+
defaultMessage: string;
|
|
190
|
+
description: string;
|
|
191
|
+
};
|
|
192
|
+
brainstormPromptHint: {
|
|
193
|
+
id: string;
|
|
194
|
+
defaultMessage: string;
|
|
195
|
+
description: string;
|
|
196
|
+
};
|
|
197
|
+
changeToneNestingParentTitlePostGA: {
|
|
198
|
+
id: string;
|
|
199
|
+
defaultMessage: string;
|
|
200
|
+
description: string;
|
|
201
|
+
};
|
|
202
|
+
changeToneNeutralToneTitle: {
|
|
203
|
+
id: string;
|
|
204
|
+
defaultMessage: string;
|
|
205
|
+
description: string;
|
|
206
|
+
};
|
|
207
|
+
changeToneNeutralToneShortTitle: {
|
|
208
|
+
id: string;
|
|
209
|
+
defaultMessage: string;
|
|
210
|
+
description: string;
|
|
211
|
+
};
|
|
212
|
+
changeToneNeutralToneDescription: {
|
|
213
|
+
id: string;
|
|
214
|
+
defaultMessage: string;
|
|
215
|
+
description: string;
|
|
216
|
+
};
|
|
217
|
+
changeToneNeutralToneSelectionToolbarDropdownItemTitle: {
|
|
218
|
+
id: string;
|
|
219
|
+
defaultMessage: string;
|
|
220
|
+
description: string;
|
|
221
|
+
};
|
|
222
|
+
changeToneProfessionalToneTitle: {
|
|
223
|
+
id: string;
|
|
224
|
+
defaultMessage: string;
|
|
225
|
+
description: string;
|
|
226
|
+
};
|
|
227
|
+
changeToneProfessionalToneShortTitle: {
|
|
228
|
+
id: string;
|
|
229
|
+
defaultMessage: string;
|
|
230
|
+
description: string;
|
|
231
|
+
};
|
|
232
|
+
changeToneProfessionalToneDescription: {
|
|
233
|
+
id: string;
|
|
234
|
+
defaultMessage: string;
|
|
235
|
+
description: string;
|
|
236
|
+
};
|
|
237
|
+
changeToneProfessionalToneSelectionToolbarDropdownItemTitle: {
|
|
238
|
+
id: string;
|
|
239
|
+
defaultMessage: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
242
|
+
changeToneCasualToneTitle: {
|
|
243
|
+
id: string;
|
|
244
|
+
defaultMessage: string;
|
|
245
|
+
description: string;
|
|
246
|
+
};
|
|
247
|
+
changeToneCasualToneShortTitle: {
|
|
248
|
+
id: string;
|
|
249
|
+
defaultMessage: string;
|
|
250
|
+
description: string;
|
|
251
|
+
};
|
|
252
|
+
changeToneCasualToneDescription: {
|
|
253
|
+
id: string;
|
|
254
|
+
defaultMessage: string;
|
|
255
|
+
description: string;
|
|
256
|
+
};
|
|
257
|
+
changeToneCasualToneSelectionToolbarDropdownItemTitle: {
|
|
258
|
+
id: string;
|
|
259
|
+
defaultMessage: string;
|
|
260
|
+
description: string;
|
|
261
|
+
};
|
|
262
|
+
changeToneEducationalToneTitle: {
|
|
263
|
+
id: string;
|
|
264
|
+
defaultMessage: string;
|
|
265
|
+
description: string;
|
|
266
|
+
};
|
|
267
|
+
changeToneEducationalToneShortTitle: {
|
|
268
|
+
id: string;
|
|
269
|
+
defaultMessage: string;
|
|
270
|
+
description: string;
|
|
271
|
+
};
|
|
272
|
+
changeToneEducationalToneDescription: {
|
|
273
|
+
id: string;
|
|
274
|
+
defaultMessage: string;
|
|
275
|
+
description: string;
|
|
276
|
+
};
|
|
277
|
+
changeToneEducationalToneSelectionToolbarDropdownItemTitle: {
|
|
278
|
+
id: string;
|
|
279
|
+
defaultMessage: string;
|
|
280
|
+
description: string;
|
|
281
|
+
};
|
|
282
|
+
changeToneEmpatheticToneTitle: {
|
|
283
|
+
id: string;
|
|
284
|
+
defaultMessage: string;
|
|
285
|
+
description: string;
|
|
286
|
+
};
|
|
287
|
+
changeToneEmpatheticToneShortTitle: {
|
|
288
|
+
id: string;
|
|
289
|
+
defaultMessage: string;
|
|
290
|
+
description: string;
|
|
291
|
+
};
|
|
292
|
+
changeToneEmpatheticToneDescription: {
|
|
293
|
+
id: string;
|
|
294
|
+
defaultMessage: string;
|
|
295
|
+
description: string;
|
|
296
|
+
};
|
|
297
|
+
changeToneEmpatheticToneSelectionToolbarDropdownItemTitle: {
|
|
298
|
+
id: string;
|
|
299
|
+
defaultMessage: string;
|
|
300
|
+
description: string;
|
|
301
|
+
};
|
|
302
|
+
convertToBulletListTitle: {
|
|
303
|
+
id: string;
|
|
304
|
+
defaultMessage: string;
|
|
305
|
+
description: string;
|
|
306
|
+
};
|
|
307
|
+
convertToBulletListDescription: {
|
|
308
|
+
id: string;
|
|
309
|
+
defaultMessage: string;
|
|
310
|
+
description: string;
|
|
311
|
+
};
|
|
312
|
+
convertToTableTitle: {
|
|
313
|
+
id: string;
|
|
314
|
+
defaultMessage: string;
|
|
315
|
+
description: string;
|
|
316
|
+
};
|
|
317
|
+
convertToTableDescription: {
|
|
318
|
+
id: string;
|
|
319
|
+
defaultMessage: string;
|
|
320
|
+
description: string;
|
|
321
|
+
};
|
|
322
|
+
draftReplyTitle: {
|
|
323
|
+
id: string;
|
|
324
|
+
defaultMessage: string;
|
|
325
|
+
description: string;
|
|
326
|
+
};
|
|
327
|
+
draftReplyDescription: {
|
|
328
|
+
id: string;
|
|
329
|
+
defaultMessage: string;
|
|
330
|
+
description: string;
|
|
331
|
+
};
|
|
332
|
+
improveWritingTitle: {
|
|
333
|
+
id: string;
|
|
334
|
+
defaultMessage: string;
|
|
335
|
+
description: string;
|
|
336
|
+
};
|
|
337
|
+
improveWritingSelectionToolbarDropdownItemTitle: {
|
|
338
|
+
id: string;
|
|
339
|
+
defaultMessage: string;
|
|
340
|
+
description: string;
|
|
341
|
+
};
|
|
342
|
+
fixSpellingGrammarTitle: {
|
|
343
|
+
id: string;
|
|
344
|
+
defaultMessage: string;
|
|
345
|
+
description: string;
|
|
346
|
+
};
|
|
347
|
+
improveWritingDescription: {
|
|
348
|
+
id: string;
|
|
349
|
+
defaultMessage: string;
|
|
350
|
+
description: string;
|
|
351
|
+
};
|
|
352
|
+
fixSpellingGrammarDescription: {
|
|
353
|
+
id: string;
|
|
354
|
+
defaultMessage: string;
|
|
355
|
+
description: string;
|
|
356
|
+
};
|
|
357
|
+
fixSpellingGrammarSelectionToolbarDropdownItemTitle: {
|
|
358
|
+
id: string;
|
|
359
|
+
defaultMessage: string;
|
|
360
|
+
description: string;
|
|
361
|
+
};
|
|
362
|
+
findActionItemsTitle: {
|
|
363
|
+
id: string;
|
|
364
|
+
defaultMessage: string;
|
|
365
|
+
description: string;
|
|
366
|
+
};
|
|
367
|
+
findActionItemsDescription: {
|
|
368
|
+
id: string;
|
|
369
|
+
defaultMessage: string;
|
|
370
|
+
description: string;
|
|
371
|
+
};
|
|
372
|
+
freeGeneratePromptHint: {
|
|
373
|
+
id: string;
|
|
374
|
+
defaultMessage: string;
|
|
375
|
+
description: string;
|
|
376
|
+
};
|
|
377
|
+
freeGenerateDisabledPromptHint: {
|
|
378
|
+
id: string;
|
|
379
|
+
defaultMessage: string;
|
|
380
|
+
description: string;
|
|
381
|
+
};
|
|
382
|
+
reformatWithTemplateDescription: {
|
|
383
|
+
id: string;
|
|
384
|
+
defaultMessage: string;
|
|
385
|
+
description: string;
|
|
386
|
+
};
|
|
387
|
+
improveDescription: {
|
|
388
|
+
id: string;
|
|
389
|
+
defaultMessage: string;
|
|
390
|
+
description: string;
|
|
391
|
+
};
|
|
392
|
+
makeLongerTitle: {
|
|
393
|
+
id: string;
|
|
394
|
+
defaultMessage: string;
|
|
395
|
+
description: string;
|
|
396
|
+
};
|
|
397
|
+
makeLongerDescription: {
|
|
398
|
+
id: string;
|
|
399
|
+
defaultMessage: string;
|
|
400
|
+
description: string;
|
|
401
|
+
};
|
|
402
|
+
makeShorterTitle: {
|
|
403
|
+
id: string;
|
|
404
|
+
defaultMessage: string;
|
|
405
|
+
description: string;
|
|
406
|
+
};
|
|
407
|
+
makeShorterDescription: {
|
|
408
|
+
id: string;
|
|
409
|
+
defaultMessage: string;
|
|
410
|
+
description: string;
|
|
411
|
+
};
|
|
412
|
+
makeShorterSelectionToolbarDropdownItemTitle: {
|
|
413
|
+
id: string;
|
|
414
|
+
defaultMessage: string;
|
|
415
|
+
description: string;
|
|
416
|
+
};
|
|
417
|
+
prDescriptionTitle: {
|
|
418
|
+
id: string;
|
|
419
|
+
defaultMessage: string;
|
|
420
|
+
description: string;
|
|
421
|
+
};
|
|
422
|
+
prDescriptionDescription: {
|
|
423
|
+
id: string;
|
|
424
|
+
defaultMessage: string;
|
|
425
|
+
description: string;
|
|
426
|
+
};
|
|
427
|
+
rephraseTitle: {
|
|
428
|
+
id: string;
|
|
429
|
+
defaultMessage: string;
|
|
430
|
+
description: string;
|
|
431
|
+
};
|
|
432
|
+
rephraseDescription: {
|
|
433
|
+
id: string;
|
|
434
|
+
defaultMessage: string;
|
|
435
|
+
description: string;
|
|
436
|
+
};
|
|
437
|
+
suggestTitleTitle: {
|
|
438
|
+
id: string;
|
|
439
|
+
defaultMessage: string;
|
|
440
|
+
description: string;
|
|
441
|
+
};
|
|
442
|
+
suggestTitleDescription: {
|
|
443
|
+
id: string;
|
|
444
|
+
defaultMessage: string;
|
|
445
|
+
description: string;
|
|
446
|
+
};
|
|
447
|
+
summarizeWritingtitle: {
|
|
448
|
+
id: string;
|
|
449
|
+
defaultMessage: string;
|
|
450
|
+
description: string;
|
|
451
|
+
};
|
|
452
|
+
summarizeWritingDescription: {
|
|
453
|
+
id: string;
|
|
454
|
+
defaultMessage: string;
|
|
455
|
+
description: string;
|
|
456
|
+
};
|
|
457
|
+
summarizeWritingSelectionToolbarDropdownItemTitle: {
|
|
458
|
+
id: string;
|
|
459
|
+
defaultMessage: string;
|
|
460
|
+
description: string;
|
|
461
|
+
};
|
|
462
|
+
};
|