@atlaskit/editor-common 114.51.0 → 114.52.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 +18 -0
- package/dist/cjs/ai-messages/ai.js +20 -0
- package/dist/cjs/messages/syncBlock.js +6 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/toolbar/EditorToolbarUIProvider.js +2 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/processRawValue.js +1 -0
- package/dist/es2019/ai-messages/ai.js +20 -0
- package/dist/es2019/messages/syncBlock.js +6 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/toolbar/EditorToolbarUIProvider.js +2 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/processRawValue.js +1 -0
- package/dist/esm/ai-messages/ai.js +20 -0
- package/dist/esm/messages/syncBlock.js +6 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/toolbar/EditorToolbarUIProvider.js +2 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/processRawValue.js +1 -0
- package/dist/types/ai-messages/ai.d.ts +20 -0
- package/dist/types/messages/syncBlock.d.ts +10 -5
- package/dist/types/toolbar/EditorToolbarUIProvider.d.ts +2 -1
- package/dist/types-ts4.5/ai-messages/ai.d.ts +20 -0
- package/dist/types-ts4.5/messages/syncBlock.d.ts +10 -5
- package/dist/types-ts4.5/toolbar/EditorToolbarUIProvider.d.ts +2 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 114.52.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e72b71ab5144f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e72b71ab5144f) -
|
|
8
|
+
Add target-specific Ask Rovo floating toolbar labels
|
|
9
|
+
|
|
10
|
+
## 114.51.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`c4ae9a3284485`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4ae9a3284485) -
|
|
15
|
+
Add extra space after 'Last edited:' and bold 'Synced from' heading in synced block tooltip
|
|
16
|
+
- [`4f322a101cf47`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4f322a101cf47) -
|
|
17
|
+
Adds a disabledWithoutInteractionLogic prop to the toolbar to selectively enable some buttons
|
|
18
|
+
before editor interaction
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 114.51.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -43,6 +43,16 @@ var aiMessages = exports.aiMessages = (0, _reactIntl.defineMessages)({
|
|
|
43
43
|
defaultMessage: 'Ask Rovo',
|
|
44
44
|
description: 'Title for an option to use Atlassian Intellgience'
|
|
45
45
|
},
|
|
46
|
+
askRovoToolbarRemixAppTitle: {
|
|
47
|
+
id: 'fabric.editor.ai.toolbar.askRovo.remixApp.title',
|
|
48
|
+
defaultMessage: 'Edit',
|
|
49
|
+
description: 'Title for an option to edit a MAUI app embed with Rovo'
|
|
50
|
+
},
|
|
51
|
+
askRovoToolbarImageTitle: {
|
|
52
|
+
id: 'fabric.editor.ai.toolbar.askRovo.image.title',
|
|
53
|
+
defaultMessage: 'Edit image',
|
|
54
|
+
description: 'Title for an option to edit an image with Rovo'
|
|
55
|
+
},
|
|
46
56
|
moreRovoOptionsMenuLabel: {
|
|
47
57
|
id: 'fabric.editor.ai.toolbar.moreRovoOptions.label',
|
|
48
58
|
defaultMessage: 'More Rovo options',
|
|
@@ -68,6 +78,16 @@ var aiMessages = exports.aiMessages = (0, _reactIntl.defineMessages)({
|
|
|
68
78
|
defaultMessage: "Ask Rovo {key}+'",
|
|
69
79
|
description: 'Tooltip text for an option to use Rovo AI with quick command'
|
|
70
80
|
},
|
|
81
|
+
askRovoToolbarRemixAppTooltipQuickCommand: {
|
|
82
|
+
id: 'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand',
|
|
83
|
+
defaultMessage: "Edit {key}+'",
|
|
84
|
+
description: 'Tooltip text for an option to edit a MAUI app embed with Rovo using quick command'
|
|
85
|
+
},
|
|
86
|
+
askRovoToolbarImageTooltipQuickCommand: {
|
|
87
|
+
id: 'fabric.editor.ai.toolbar.askRovo.image.tooltip.quickCommand',
|
|
88
|
+
defaultMessage: "Edit image {key}+'",
|
|
89
|
+
description: 'Tooltip text for an option to edit an image with Rovo using quick command'
|
|
90
|
+
},
|
|
71
91
|
tryAIToolbarIconTitle: {
|
|
72
92
|
id: 'fabric.editor.ai.toolbar.tryAI.title',
|
|
73
93
|
defaultMessage: 'Try AI',
|
|
@@ -93,9 +93,14 @@ var syncBlockMessages = exports.syncBlockMessages = (0, _reactIntl.defineMessage
|
|
|
93
93
|
},
|
|
94
94
|
referenceSyncBlockLastEdited: {
|
|
95
95
|
id: 'fabric.editor.referenceSyncBlockLastEdited',
|
|
96
|
-
defaultMessage: 'Last edited:
|
|
96
|
+
defaultMessage: 'Last edited:',
|
|
97
97
|
description: 'Tooltip that shows the last edited time of the synced block'
|
|
98
98
|
},
|
|
99
|
+
referenceSyncBlockSyncedFrom: {
|
|
100
|
+
id: 'fabric.editor.referenceSyncBlockSyncedFrom',
|
|
101
|
+
defaultMessage: 'Synced from:',
|
|
102
|
+
description: 'Bold heading label in the tooltip showing the source page of the synced block'
|
|
103
|
+
},
|
|
99
104
|
taskInDestinationSyncedBlockTooltip: {
|
|
100
105
|
id: 'fabric.editor.taskInDestinationSyncedBlockTooltip',
|
|
101
106
|
defaultMessage: 'This content is synced. Edit it at the source.',
|
|
@@ -19,7 +19,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
19
19
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t2 in e) "default" !== _t2 && {}.hasOwnProperty.call(e, _t2) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t2)) && (i.get || i.set) ? o(f, _t2, i) : f[_t2] = e[_t2]); return f; })(e, t); }
|
|
20
20
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
21
21
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
22
|
-
var packageVersion = "114.
|
|
22
|
+
var packageVersion = "114.51.1";
|
|
23
23
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
24
24
|
// Remove URL as it has UGC
|
|
25
25
|
// Ignored via go/ees007
|
|
@@ -12,6 +12,7 @@ var EditorToolbarUIProvider = exports.EditorToolbarUIProvider = function EditorT
|
|
|
12
12
|
var children = _ref.children,
|
|
13
13
|
api = _ref.api,
|
|
14
14
|
isDisabled = _ref.isDisabled,
|
|
15
|
+
disabledWithoutInteractionLogic = _ref.disabledWithoutInteractionLogic,
|
|
15
16
|
popupsMountPoint = _ref.popupsMountPoint,
|
|
16
17
|
popupsBoundariesElement = _ref.popupsBoundariesElement,
|
|
17
18
|
popupsScrollableElement = _ref.popupsScrollableElement,
|
|
@@ -42,6 +43,7 @@ var EditorToolbarUIProvider = exports.EditorToolbarUIProvider = function EditorT
|
|
|
42
43
|
onDropdownOpenChanged: onDropdownOpenChanged,
|
|
43
44
|
preventDefaultOnMouseDown: true,
|
|
44
45
|
isDisabled: isDisabled,
|
|
46
|
+
disabledWithoutInteractionLogic: disabledWithoutInteractionLogic,
|
|
45
47
|
popupsMountPoint: popupsMountPoint,
|
|
46
48
|
popupsBoundariesElement: popupsBoundariesElement,
|
|
47
49
|
popupsScrollableElement: popupsScrollableElement,
|
|
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
24
24
|
* @jsx jsx
|
|
25
25
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "114.
|
|
27
|
+
var packageVersion = "114.51.1";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var fadeIn = (0, _react2.keyframes)({
|
|
@@ -257,6 +257,7 @@ function processRawValue(schema, value, providerFactory, sanitizePrivateContent,
|
|
|
257
257
|
transformedAdf = _transformContainerNo.transformedAdf;
|
|
258
258
|
isTransformed = _transformContainerNo.isTransformed;
|
|
259
259
|
if (isTransformed) {
|
|
260
|
+
// TODO: EDITOR-7175 - Add analytics
|
|
260
261
|
entity = transformedAdf;
|
|
261
262
|
}
|
|
262
263
|
}
|
|
@@ -37,6 +37,16 @@ export const aiMessages = defineMessages({
|
|
|
37
37
|
defaultMessage: 'Ask Rovo',
|
|
38
38
|
description: 'Title for an option to use Atlassian Intellgience'
|
|
39
39
|
},
|
|
40
|
+
askRovoToolbarRemixAppTitle: {
|
|
41
|
+
id: 'fabric.editor.ai.toolbar.askRovo.remixApp.title',
|
|
42
|
+
defaultMessage: 'Edit',
|
|
43
|
+
description: 'Title for an option to edit a MAUI app embed with Rovo'
|
|
44
|
+
},
|
|
45
|
+
askRovoToolbarImageTitle: {
|
|
46
|
+
id: 'fabric.editor.ai.toolbar.askRovo.image.title',
|
|
47
|
+
defaultMessage: 'Edit image',
|
|
48
|
+
description: 'Title for an option to edit an image with Rovo'
|
|
49
|
+
},
|
|
40
50
|
moreRovoOptionsMenuLabel: {
|
|
41
51
|
id: 'fabric.editor.ai.toolbar.moreRovoOptions.label',
|
|
42
52
|
defaultMessage: 'More Rovo options',
|
|
@@ -62,6 +72,16 @@ export const aiMessages = defineMessages({
|
|
|
62
72
|
defaultMessage: "Ask Rovo {key}+'",
|
|
63
73
|
description: 'Tooltip text for an option to use Rovo AI with quick command'
|
|
64
74
|
},
|
|
75
|
+
askRovoToolbarRemixAppTooltipQuickCommand: {
|
|
76
|
+
id: 'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand',
|
|
77
|
+
defaultMessage: "Edit {key}+'",
|
|
78
|
+
description: 'Tooltip text for an option to edit a MAUI app embed with Rovo using quick command'
|
|
79
|
+
},
|
|
80
|
+
askRovoToolbarImageTooltipQuickCommand: {
|
|
81
|
+
id: 'fabric.editor.ai.toolbar.askRovo.image.tooltip.quickCommand',
|
|
82
|
+
defaultMessage: "Edit image {key}+'",
|
|
83
|
+
description: 'Tooltip text for an option to edit an image with Rovo using quick command'
|
|
84
|
+
},
|
|
65
85
|
tryAIToolbarIconTitle: {
|
|
66
86
|
id: 'fabric.editor.ai.toolbar.tryAI.title',
|
|
67
87
|
defaultMessage: 'Try AI',
|
|
@@ -87,9 +87,14 @@ export const syncBlockMessages = defineMessages({
|
|
|
87
87
|
},
|
|
88
88
|
referenceSyncBlockLastEdited: {
|
|
89
89
|
id: 'fabric.editor.referenceSyncBlockLastEdited',
|
|
90
|
-
defaultMessage: 'Last edited:
|
|
90
|
+
defaultMessage: 'Last edited:',
|
|
91
91
|
description: 'Tooltip that shows the last edited time of the synced block'
|
|
92
92
|
},
|
|
93
|
+
referenceSyncBlockSyncedFrom: {
|
|
94
|
+
id: 'fabric.editor.referenceSyncBlockSyncedFrom',
|
|
95
|
+
defaultMessage: 'Synced from:',
|
|
96
|
+
description: 'Bold heading label in the tooltip showing the source page of the synced block'
|
|
97
|
+
},
|
|
93
98
|
taskInDestinationSyncedBlockTooltip: {
|
|
94
99
|
id: 'fabric.editor.taskInDestinationSyncedBlockTooltip',
|
|
95
100
|
defaultMessage: 'This content is synced. Edit it at the source.',
|
|
@@ -4,7 +4,7 @@ import { isFedRamp } from './environment';
|
|
|
4
4
|
import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
|
|
5
5
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
6
6
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
7
|
-
const packageVersion = "114.
|
|
7
|
+
const packageVersion = "114.51.1";
|
|
8
8
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
9
9
|
// Remove URL as it has UGC
|
|
10
10
|
// Ignored via go/ees007
|
|
@@ -4,6 +4,7 @@ export const EditorToolbarUIProvider = ({
|
|
|
4
4
|
children,
|
|
5
5
|
api,
|
|
6
6
|
isDisabled,
|
|
7
|
+
disabledWithoutInteractionLogic,
|
|
7
8
|
popupsMountPoint,
|
|
8
9
|
popupsBoundariesElement,
|
|
9
10
|
popupsScrollableElement,
|
|
@@ -34,6 +35,7 @@ export const EditorToolbarUIProvider = ({
|
|
|
34
35
|
onDropdownOpenChanged: onDropdownOpenChanged,
|
|
35
36
|
preventDefaultOnMouseDown: true,
|
|
36
37
|
isDisabled: isDisabled,
|
|
38
|
+
disabledWithoutInteractionLogic: disabledWithoutInteractionLogic,
|
|
37
39
|
popupsMountPoint: popupsMountPoint,
|
|
38
40
|
popupsBoundariesElement: popupsBoundariesElement,
|
|
39
41
|
popupsScrollableElement: popupsScrollableElement,
|
|
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
14
14
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
15
15
|
import Layer from '../Layer';
|
|
16
16
|
const packageName = "@atlaskit/editor-common";
|
|
17
|
-
const packageVersion = "114.
|
|
17
|
+
const packageVersion = "114.51.1";
|
|
18
18
|
const halfFocusRing = 1;
|
|
19
19
|
const dropOffset = '0, 8';
|
|
20
20
|
const fadeIn = keyframes({
|
|
@@ -258,6 +258,7 @@ export function processRawValue(schema, value, providerFactory, sanitizePrivateC
|
|
|
258
258
|
isTransformed
|
|
259
259
|
} = transformContainerNodes(entity, schema));
|
|
260
260
|
if (isTransformed) {
|
|
261
|
+
// TODO: EDITOR-7175 - Add analytics
|
|
261
262
|
entity = transformedAdf;
|
|
262
263
|
}
|
|
263
264
|
}
|
|
@@ -37,6 +37,16 @@ export var aiMessages = defineMessages({
|
|
|
37
37
|
defaultMessage: 'Ask Rovo',
|
|
38
38
|
description: 'Title for an option to use Atlassian Intellgience'
|
|
39
39
|
},
|
|
40
|
+
askRovoToolbarRemixAppTitle: {
|
|
41
|
+
id: 'fabric.editor.ai.toolbar.askRovo.remixApp.title',
|
|
42
|
+
defaultMessage: 'Edit',
|
|
43
|
+
description: 'Title for an option to edit a MAUI app embed with Rovo'
|
|
44
|
+
},
|
|
45
|
+
askRovoToolbarImageTitle: {
|
|
46
|
+
id: 'fabric.editor.ai.toolbar.askRovo.image.title',
|
|
47
|
+
defaultMessage: 'Edit image',
|
|
48
|
+
description: 'Title for an option to edit an image with Rovo'
|
|
49
|
+
},
|
|
40
50
|
moreRovoOptionsMenuLabel: {
|
|
41
51
|
id: 'fabric.editor.ai.toolbar.moreRovoOptions.label',
|
|
42
52
|
defaultMessage: 'More Rovo options',
|
|
@@ -62,6 +72,16 @@ export var aiMessages = defineMessages({
|
|
|
62
72
|
defaultMessage: "Ask Rovo {key}+'",
|
|
63
73
|
description: 'Tooltip text for an option to use Rovo AI with quick command'
|
|
64
74
|
},
|
|
75
|
+
askRovoToolbarRemixAppTooltipQuickCommand: {
|
|
76
|
+
id: 'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand',
|
|
77
|
+
defaultMessage: "Edit {key}+'",
|
|
78
|
+
description: 'Tooltip text for an option to edit a MAUI app embed with Rovo using quick command'
|
|
79
|
+
},
|
|
80
|
+
askRovoToolbarImageTooltipQuickCommand: {
|
|
81
|
+
id: 'fabric.editor.ai.toolbar.askRovo.image.tooltip.quickCommand',
|
|
82
|
+
defaultMessage: "Edit image {key}+'",
|
|
83
|
+
description: 'Tooltip text for an option to edit an image with Rovo using quick command'
|
|
84
|
+
},
|
|
65
85
|
tryAIToolbarIconTitle: {
|
|
66
86
|
id: 'fabric.editor.ai.toolbar.tryAI.title',
|
|
67
87
|
defaultMessage: 'Try AI',
|
|
@@ -87,9 +87,14 @@ export var syncBlockMessages = defineMessages({
|
|
|
87
87
|
},
|
|
88
88
|
referenceSyncBlockLastEdited: {
|
|
89
89
|
id: 'fabric.editor.referenceSyncBlockLastEdited',
|
|
90
|
-
defaultMessage: 'Last edited:
|
|
90
|
+
defaultMessage: 'Last edited:',
|
|
91
91
|
description: 'Tooltip that shows the last edited time of the synced block'
|
|
92
92
|
},
|
|
93
|
+
referenceSyncBlockSyncedFrom: {
|
|
94
|
+
id: 'fabric.editor.referenceSyncBlockSyncedFrom',
|
|
95
|
+
defaultMessage: 'Synced from:',
|
|
96
|
+
description: 'Bold heading label in the tooltip showing the source page of the synced block'
|
|
97
|
+
},
|
|
93
98
|
taskInDestinationSyncedBlockTooltip: {
|
|
94
99
|
id: 'fabric.editor.taskInDestinationSyncedBlockTooltip',
|
|
95
100
|
defaultMessage: 'This content is synced. Edit it at the source.',
|
|
@@ -10,7 +10,7 @@ import { isFedRamp } from './environment';
|
|
|
10
10
|
import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
|
|
11
11
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
12
12
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
13
|
-
var packageVersion = "114.
|
|
13
|
+
var packageVersion = "114.51.1";
|
|
14
14
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
15
15
|
// Remove URL as it has UGC
|
|
16
16
|
// Ignored via go/ees007
|
|
@@ -4,6 +4,7 @@ export var EditorToolbarUIProvider = function EditorToolbarUIProvider(_ref) {
|
|
|
4
4
|
var children = _ref.children,
|
|
5
5
|
api = _ref.api,
|
|
6
6
|
isDisabled = _ref.isDisabled,
|
|
7
|
+
disabledWithoutInteractionLogic = _ref.disabledWithoutInteractionLogic,
|
|
7
8
|
popupsMountPoint = _ref.popupsMountPoint,
|
|
8
9
|
popupsBoundariesElement = _ref.popupsBoundariesElement,
|
|
9
10
|
popupsScrollableElement = _ref.popupsScrollableElement,
|
|
@@ -34,6 +35,7 @@ export var EditorToolbarUIProvider = function EditorToolbarUIProvider(_ref) {
|
|
|
34
35
|
onDropdownOpenChanged: onDropdownOpenChanged,
|
|
35
36
|
preventDefaultOnMouseDown: true,
|
|
36
37
|
isDisabled: isDisabled,
|
|
38
|
+
disabledWithoutInteractionLogic: disabledWithoutInteractionLogic,
|
|
37
39
|
popupsMountPoint: popupsMountPoint,
|
|
38
40
|
popupsBoundariesElement: popupsBoundariesElement,
|
|
39
41
|
popupsScrollableElement: popupsScrollableElement,
|
|
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
21
21
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
22
22
|
import Layer from '../Layer';
|
|
23
23
|
var packageName = "@atlaskit/editor-common";
|
|
24
|
-
var packageVersion = "114.
|
|
24
|
+
var packageVersion = "114.51.1";
|
|
25
25
|
var halfFocusRing = 1;
|
|
26
26
|
var dropOffset = '0, 8';
|
|
27
27
|
var fadeIn = keyframes({
|
|
@@ -249,6 +249,7 @@ export function processRawValue(schema, value, providerFactory, sanitizePrivateC
|
|
|
249
249
|
transformedAdf = _transformContainerNo.transformedAdf;
|
|
250
250
|
isTransformed = _transformContainerNo.isTransformed;
|
|
251
251
|
if (isTransformed) {
|
|
252
|
+
// TODO: EDITOR-7175 - Add analytics
|
|
252
253
|
entity = transformedAdf;
|
|
253
254
|
}
|
|
254
255
|
}
|
|
@@ -69,6 +69,26 @@ export declare const aiMessages: {
|
|
|
69
69
|
description: string;
|
|
70
70
|
id: string;
|
|
71
71
|
};
|
|
72
|
+
askRovoToolbarImageTitle: {
|
|
73
|
+
defaultMessage: string;
|
|
74
|
+
description: string;
|
|
75
|
+
id: string;
|
|
76
|
+
};
|
|
77
|
+
askRovoToolbarImageTooltipQuickCommand: {
|
|
78
|
+
defaultMessage: string;
|
|
79
|
+
description: string;
|
|
80
|
+
id: string;
|
|
81
|
+
};
|
|
82
|
+
askRovoToolbarRemixAppTitle: {
|
|
83
|
+
defaultMessage: string;
|
|
84
|
+
description: string;
|
|
85
|
+
id: string;
|
|
86
|
+
};
|
|
87
|
+
askRovoToolbarRemixAppTooltipQuickCommand: {
|
|
88
|
+
defaultMessage: string;
|
|
89
|
+
description: string;
|
|
90
|
+
id: string;
|
|
91
|
+
};
|
|
72
92
|
atlasGenerateContentConfigItemDescription: {
|
|
73
93
|
defaultMessage: string;
|
|
74
94
|
description: string;
|
|
@@ -59,11 +59,6 @@ export declare const syncBlockMessages: {
|
|
|
59
59
|
description: string;
|
|
60
60
|
id: string;
|
|
61
61
|
};
|
|
62
|
-
syncBlockLabel: {
|
|
63
|
-
defaultMessage: string;
|
|
64
|
-
description: string;
|
|
65
|
-
id: string;
|
|
66
|
-
};
|
|
67
62
|
defaultSyncBlockTooltip: {
|
|
68
63
|
defaultMessage: string;
|
|
69
64
|
description: string;
|
|
@@ -249,6 +244,11 @@ export declare const syncBlockMessages: {
|
|
|
249
244
|
description: string;
|
|
250
245
|
id: string;
|
|
251
246
|
};
|
|
247
|
+
referenceSyncBlockSyncedFrom: {
|
|
248
|
+
defaultMessage: string;
|
|
249
|
+
description: string;
|
|
250
|
+
id: string;
|
|
251
|
+
};
|
|
252
252
|
referenceSyncBlockTooltip: {
|
|
253
253
|
defaultMessage: string;
|
|
254
254
|
description: string;
|
|
@@ -304,6 +304,11 @@ export declare const syncBlockMessages: {
|
|
|
304
304
|
description: string;
|
|
305
305
|
id: string;
|
|
306
306
|
};
|
|
307
|
+
syncBlockLabel: {
|
|
308
|
+
defaultMessage: string;
|
|
309
|
+
description: string;
|
|
310
|
+
id: string;
|
|
311
|
+
};
|
|
307
312
|
syncedBlockLabel: {
|
|
308
313
|
defaultMessage: string;
|
|
309
314
|
description: string;
|
|
@@ -4,7 +4,8 @@ import type { ExtractInjectionAPI, NextEditorPlugin } from '../types';
|
|
|
4
4
|
type Props = Pick<ToolbarUIContextType, 'popupsMountPoint' | 'popupsBoundariesElement' | 'popupsScrollableElement' | 'fireAnalyticsEvent' | 'keyboardNavigation'> & {
|
|
5
5
|
api: ExtractInjectionAPI<NextEditorPlugin<any, any>> | undefined;
|
|
6
6
|
children: React.ReactNode;
|
|
7
|
+
disabledWithoutInteractionLogic?: boolean;
|
|
7
8
|
isDisabled?: boolean;
|
|
8
9
|
};
|
|
9
|
-
export declare const EditorToolbarUIProvider: ({ children, api, isDisabled, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, fireAnalyticsEvent, keyboardNavigation, }: Props) => React.JSX.Element;
|
|
10
|
+
export declare const EditorToolbarUIProvider: ({ children, api, isDisabled, disabledWithoutInteractionLogic, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, fireAnalyticsEvent, keyboardNavigation, }: Props) => React.JSX.Element;
|
|
10
11
|
export {};
|
|
@@ -69,6 +69,26 @@ export declare const aiMessages: {
|
|
|
69
69
|
description: string;
|
|
70
70
|
id: string;
|
|
71
71
|
};
|
|
72
|
+
askRovoToolbarImageTitle: {
|
|
73
|
+
defaultMessage: string;
|
|
74
|
+
description: string;
|
|
75
|
+
id: string;
|
|
76
|
+
};
|
|
77
|
+
askRovoToolbarImageTooltipQuickCommand: {
|
|
78
|
+
defaultMessage: string;
|
|
79
|
+
description: string;
|
|
80
|
+
id: string;
|
|
81
|
+
};
|
|
82
|
+
askRovoToolbarRemixAppTitle: {
|
|
83
|
+
defaultMessage: string;
|
|
84
|
+
description: string;
|
|
85
|
+
id: string;
|
|
86
|
+
};
|
|
87
|
+
askRovoToolbarRemixAppTooltipQuickCommand: {
|
|
88
|
+
defaultMessage: string;
|
|
89
|
+
description: string;
|
|
90
|
+
id: string;
|
|
91
|
+
};
|
|
72
92
|
atlasGenerateContentConfigItemDescription: {
|
|
73
93
|
defaultMessage: string;
|
|
74
94
|
description: string;
|
|
@@ -59,11 +59,6 @@ export declare const syncBlockMessages: {
|
|
|
59
59
|
description: string;
|
|
60
60
|
id: string;
|
|
61
61
|
};
|
|
62
|
-
syncBlockLabel: {
|
|
63
|
-
defaultMessage: string;
|
|
64
|
-
description: string;
|
|
65
|
-
id: string;
|
|
66
|
-
};
|
|
67
62
|
defaultSyncBlockTooltip: {
|
|
68
63
|
defaultMessage: string;
|
|
69
64
|
description: string;
|
|
@@ -249,6 +244,11 @@ export declare const syncBlockMessages: {
|
|
|
249
244
|
description: string;
|
|
250
245
|
id: string;
|
|
251
246
|
};
|
|
247
|
+
referenceSyncBlockSyncedFrom: {
|
|
248
|
+
defaultMessage: string;
|
|
249
|
+
description: string;
|
|
250
|
+
id: string;
|
|
251
|
+
};
|
|
252
252
|
referenceSyncBlockTooltip: {
|
|
253
253
|
defaultMessage: string;
|
|
254
254
|
description: string;
|
|
@@ -304,6 +304,11 @@ export declare const syncBlockMessages: {
|
|
|
304
304
|
description: string;
|
|
305
305
|
id: string;
|
|
306
306
|
};
|
|
307
|
+
syncBlockLabel: {
|
|
308
|
+
defaultMessage: string;
|
|
309
|
+
description: string;
|
|
310
|
+
id: string;
|
|
311
|
+
};
|
|
307
312
|
syncedBlockLabel: {
|
|
308
313
|
defaultMessage: string;
|
|
309
314
|
description: string;
|
|
@@ -4,7 +4,8 @@ import type { ExtractInjectionAPI, NextEditorPlugin } from '../types';
|
|
|
4
4
|
type Props = Pick<ToolbarUIContextType, 'popupsMountPoint' | 'popupsBoundariesElement' | 'popupsScrollableElement' | 'fireAnalyticsEvent' | 'keyboardNavigation'> & {
|
|
5
5
|
api: ExtractInjectionAPI<NextEditorPlugin<any, any>> | undefined;
|
|
6
6
|
children: React.ReactNode;
|
|
7
|
+
disabledWithoutInteractionLogic?: boolean;
|
|
7
8
|
isDisabled?: boolean;
|
|
8
9
|
};
|
|
9
|
-
export declare const EditorToolbarUIProvider: ({ children, api, isDisabled, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, fireAnalyticsEvent, keyboardNavigation, }: Props) => React.JSX.Element;
|
|
10
|
+
export declare const EditorToolbarUIProvider: ({ children, api, isDisabled, disabledWithoutInteractionLogic, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, fireAnalyticsEvent, keyboardNavigation, }: Props) => React.JSX.Element;
|
|
10
11
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "114.
|
|
3
|
+
"version": "114.52.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/"
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"@atlaskit/codemod-utils": "^4.3.0",
|
|
50
50
|
"@atlaskit/css": "^0.19.0",
|
|
51
51
|
"@atlaskit/custom-steps": "^0.17.0",
|
|
52
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
52
|
+
"@atlaskit/dropdown-menu": "^16.10.0",
|
|
53
53
|
"@atlaskit/editor-json-transformer": "^8.33.0",
|
|
54
54
|
"@atlaskit/editor-palette": "^2.2.0",
|
|
55
55
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
56
56
|
"@atlaskit/editor-shared-styles": "^3.11.0",
|
|
57
57
|
"@atlaskit/editor-tables": "^2.10.0",
|
|
58
|
-
"@atlaskit/editor-toolbar": "^1.
|
|
58
|
+
"@atlaskit/editor-toolbar": "^1.9.0",
|
|
59
59
|
"@atlaskit/editor-toolbar-model": "^0.5.0",
|
|
60
|
-
"@atlaskit/emoji": "^70.
|
|
60
|
+
"@atlaskit/emoji": "^70.14.0",
|
|
61
61
|
"@atlaskit/icon": "^35.3.0",
|
|
62
62
|
"@atlaskit/link": "^3.4.0",
|
|
63
63
|
"@atlaskit/link-datasource": "^5.5.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
82
82
|
"@atlaskit/react-ufo": "^6.4.0",
|
|
83
83
|
"@atlaskit/section-message": "^8.13.0",
|
|
84
|
-
"@atlaskit/smart-card": "^44.
|
|
84
|
+
"@atlaskit/smart-card": "^44.18.0",
|
|
85
85
|
"@atlaskit/smart-user-picker": "^10.2.0",
|
|
86
86
|
"@atlaskit/spinner": "^19.1.0",
|
|
87
87
|
"@atlaskit/task-decision": "^20.1.0",
|