@atlaskit/editor-plugin-card 4.5.2 → 4.5.4
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/ui/toolbar.js +14 -2
- package/dist/es2019/ui/toolbar.js +15 -3
- package/dist/esm/ui/toolbar.js +15 -3
- package/dist/types/pm-plugins/doc.d.ts +1 -1
- package/dist/types/pm-plugins/util/resolve.d.ts +2 -2
- package/dist/types/ui/DatasourceModal/index.d.ts +1 -1
- package/dist/types-ts4.5/pm-plugins/doc.d.ts +1 -1
- package/dist/types-ts4.5/pm-plugins/util/resolve.d.ts +2 -2
- package/dist/types-ts4.5/ui/DatasourceModal/index.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 4.5.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#176427](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176427)
|
|
8
|
+
[`9c2bd03adeebd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9c2bd03adeebd) -
|
|
9
|
+
[ED-25999] adding analytic events for inline node of emoji,status and inlineCard
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 4.5.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#176983](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176983)
|
|
17
|
+
[`b62801c154a5b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b62801c154a5b) -
|
|
18
|
+
Migrated smart-card proxied exports (linking-common, link-provider, json-ld-types) to import from
|
|
19
|
+
modules directly
|
|
20
|
+
|
|
3
21
|
## 4.5.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/cjs/ui/toolbar.js
CHANGED
|
@@ -218,9 +218,21 @@ var generateToolbarItems = function generateToolbarItems(state, intl, providerFa
|
|
|
218
218
|
});
|
|
219
219
|
var isCommentEnabled = annotationApiState && annotationApiState.isVisible && !annotationApiState.bookmark && !annotationApiState.mouseData.isSelecting && !activeCommentMark && node.type === state.schema.nodes.inlineCard && (0, _platformFeatureFlags.fg)('platform_inline_node_as_valid_annotation_selection');
|
|
220
220
|
var onCommentButtonClick = function onCommentButtonClick(state, dispatch) {
|
|
221
|
+
var _pluginInjectionApi$a3;
|
|
221
222
|
if (!(pluginInjectionApi !== null && pluginInjectionApi !== void 0 && pluginInjectionApi.annotation) || !isCommentEnabled) {
|
|
222
223
|
return false;
|
|
223
224
|
}
|
|
225
|
+
pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$a3 = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a3 === void 0 || (_pluginInjectionApi$a3 = _pluginInjectionApi$a3.actions) === null || _pluginInjectionApi$a3 === void 0 || _pluginInjectionApi$a3.fireAnalyticsEvent({
|
|
226
|
+
action: _analytics.ACTION.CLICKED,
|
|
227
|
+
actionSubject: _analytics.ACTION_SUBJECT.BUTTON,
|
|
228
|
+
actionSubjectId: _analytics.ACTION_SUBJECT_ID.CREATE_INLINE_COMMENT_FROM_HIGHLIGHT_ACTIONS_MENU,
|
|
229
|
+
eventType: _analytics.EVENT_TYPE.UI,
|
|
230
|
+
attributes: {
|
|
231
|
+
source: 'highlightActionsMenu',
|
|
232
|
+
pageMode: 'edit',
|
|
233
|
+
sourceNode: 'inlineCard'
|
|
234
|
+
}
|
|
235
|
+
});
|
|
224
236
|
var setInlineCommentDraftState = pluginInjectionApi.annotation.actions.setInlineCommentDraftState;
|
|
225
237
|
var command = setInlineCommentDraftState(true, _analytics.INPUT_METHOD.FLOATING_TB);
|
|
226
238
|
return command(state, dispatch);
|
|
@@ -313,8 +325,8 @@ var generateToolbarItems = function generateToolbarItems(state, intl, providerFa
|
|
|
313
325
|
onClick: withToolbarMetadata(removeCard(editorAnalyticsApi))
|
|
314
326
|
}]);
|
|
315
327
|
if (currentAppearance === 'embed') {
|
|
316
|
-
var _pluginInjectionApi$
|
|
317
|
-
var alignmentOptions = buildAlignmentOptions(state, intl, pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : pluginInjectionApi.width, pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$
|
|
328
|
+
var _pluginInjectionApi$a4;
|
|
329
|
+
var alignmentOptions = buildAlignmentOptions(state, intl, pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : pluginInjectionApi.width, pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$a4 = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a4 === void 0 ? void 0 : _pluginInjectionApi$a4.actions, cardOptions);
|
|
318
330
|
if (alignmentOptions.length) {
|
|
319
331
|
alignmentOptions.push({
|
|
320
332
|
type: 'separator'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { isSafeUrl } from '@atlaskit/adf-schema';
|
|
3
|
-
import { ACTION, ACTION_SUBJECT, buildOpenedSettingsPayload, buildVisitedLinkPayload, EVENT_TYPE, INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
3
|
+
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID as ACTION_SUBJECTID, buildOpenedSettingsPayload, buildVisitedLinkPayload, EVENT_TYPE, INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
4
4
|
import { buildLayoutButtons, commandWithMetadata } from '@atlaskit/editor-common/card';
|
|
5
5
|
import { getLinkPreferencesURLFromENV } from '@atlaskit/editor-common/link';
|
|
6
6
|
import commonMessages, { annotationMessages, linkMessages, linkToolbarMessages, cardMessages as messages } from '@atlaskit/editor-common/messages';
|
|
@@ -208,9 +208,21 @@ const generateToolbarItems = (state, intl, providerFactory, cardOptions, lpLinkP
|
|
|
208
208
|
const activeCommentMark = node.marks.find(mark => mark.type.name === 'annotation' && (annotationApiState === null || annotationApiState === void 0 ? void 0 : annotationApiState.annotations[mark.attrs.id]) === false);
|
|
209
209
|
const isCommentEnabled = annotationApiState && annotationApiState.isVisible && !annotationApiState.bookmark && !annotationApiState.mouseData.isSelecting && !activeCommentMark && node.type === state.schema.nodes.inlineCard && fg('platform_inline_node_as_valid_annotation_selection');
|
|
210
210
|
const onCommentButtonClick = (state, dispatch) => {
|
|
211
|
+
var _pluginInjectionApi$a3, _pluginInjectionApi$a4;
|
|
211
212
|
if (!(pluginInjectionApi !== null && pluginInjectionApi !== void 0 && pluginInjectionApi.annotation) || !isCommentEnabled) {
|
|
212
213
|
return false;
|
|
213
214
|
}
|
|
215
|
+
pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : (_pluginInjectionApi$a3 = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a3 === void 0 ? void 0 : (_pluginInjectionApi$a4 = _pluginInjectionApi$a3.actions) === null || _pluginInjectionApi$a4 === void 0 ? void 0 : _pluginInjectionApi$a4.fireAnalyticsEvent({
|
|
216
|
+
action: ACTION.CLICKED,
|
|
217
|
+
actionSubject: ACTION_SUBJECT.BUTTON,
|
|
218
|
+
actionSubjectId: ACTION_SUBJECTID.CREATE_INLINE_COMMENT_FROM_HIGHLIGHT_ACTIONS_MENU,
|
|
219
|
+
eventType: EVENT_TYPE.UI,
|
|
220
|
+
attributes: {
|
|
221
|
+
source: 'highlightActionsMenu',
|
|
222
|
+
pageMode: 'edit',
|
|
223
|
+
sourceNode: 'inlineCard'
|
|
224
|
+
}
|
|
225
|
+
});
|
|
214
226
|
const {
|
|
215
227
|
setInlineCommentDraftState
|
|
216
228
|
} = pluginInjectionApi.annotation.actions;
|
|
@@ -305,8 +317,8 @@ const generateToolbarItems = (state, intl, providerFactory, cardOptions, lpLinkP
|
|
|
305
317
|
onClick: withToolbarMetadata(removeCard(editorAnalyticsApi))
|
|
306
318
|
}];
|
|
307
319
|
if (currentAppearance === 'embed') {
|
|
308
|
-
var _pluginInjectionApi$
|
|
309
|
-
const alignmentOptions = buildAlignmentOptions(state, intl, pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : pluginInjectionApi.width, pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : (_pluginInjectionApi$
|
|
320
|
+
var _pluginInjectionApi$a5;
|
|
321
|
+
const alignmentOptions = buildAlignmentOptions(state, intl, pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : pluginInjectionApi.width, pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : (_pluginInjectionApi$a5 = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a5 === void 0 ? void 0 : _pluginInjectionApi$a5.actions, cardOptions);
|
|
310
322
|
if (alignmentOptions.length) {
|
|
311
323
|
alignmentOptions.push({
|
|
312
324
|
type: 'separator'
|
package/dist/esm/ui/toolbar.js
CHANGED
|
@@ -4,7 +4,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
4
4
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import { isSafeUrl } from '@atlaskit/adf-schema';
|
|
7
|
-
import { ACTION, ACTION_SUBJECT, buildOpenedSettingsPayload, buildVisitedLinkPayload, EVENT_TYPE, INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
7
|
+
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID as ACTION_SUBJECTID, buildOpenedSettingsPayload, buildVisitedLinkPayload, EVENT_TYPE, INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
8
8
|
import { buildLayoutButtons, commandWithMetadata } from '@atlaskit/editor-common/card';
|
|
9
9
|
import { getLinkPreferencesURLFromENV } from '@atlaskit/editor-common/link';
|
|
10
10
|
import commonMessages, { annotationMessages, linkMessages, linkToolbarMessages, cardMessages as messages } from '@atlaskit/editor-common/messages';
|
|
@@ -208,9 +208,21 @@ var generateToolbarItems = function generateToolbarItems(state, intl, providerFa
|
|
|
208
208
|
});
|
|
209
209
|
var isCommentEnabled = annotationApiState && annotationApiState.isVisible && !annotationApiState.bookmark && !annotationApiState.mouseData.isSelecting && !activeCommentMark && node.type === state.schema.nodes.inlineCard && fg('platform_inline_node_as_valid_annotation_selection');
|
|
210
210
|
var onCommentButtonClick = function onCommentButtonClick(state, dispatch) {
|
|
211
|
+
var _pluginInjectionApi$a3;
|
|
211
212
|
if (!(pluginInjectionApi !== null && pluginInjectionApi !== void 0 && pluginInjectionApi.annotation) || !isCommentEnabled) {
|
|
212
213
|
return false;
|
|
213
214
|
}
|
|
215
|
+
pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$a3 = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a3 === void 0 || (_pluginInjectionApi$a3 = _pluginInjectionApi$a3.actions) === null || _pluginInjectionApi$a3 === void 0 || _pluginInjectionApi$a3.fireAnalyticsEvent({
|
|
216
|
+
action: ACTION.CLICKED,
|
|
217
|
+
actionSubject: ACTION_SUBJECT.BUTTON,
|
|
218
|
+
actionSubjectId: ACTION_SUBJECTID.CREATE_INLINE_COMMENT_FROM_HIGHLIGHT_ACTIONS_MENU,
|
|
219
|
+
eventType: EVENT_TYPE.UI,
|
|
220
|
+
attributes: {
|
|
221
|
+
source: 'highlightActionsMenu',
|
|
222
|
+
pageMode: 'edit',
|
|
223
|
+
sourceNode: 'inlineCard'
|
|
224
|
+
}
|
|
225
|
+
});
|
|
214
226
|
var setInlineCommentDraftState = pluginInjectionApi.annotation.actions.setInlineCommentDraftState;
|
|
215
227
|
var command = setInlineCommentDraftState(true, INPUT_METHOD.FLOATING_TB);
|
|
216
228
|
return command(state, dispatch);
|
|
@@ -303,8 +315,8 @@ var generateToolbarItems = function generateToolbarItems(state, intl, providerFa
|
|
|
303
315
|
onClick: withToolbarMetadata(removeCard(editorAnalyticsApi))
|
|
304
316
|
}]);
|
|
305
317
|
if (currentAppearance === 'embed') {
|
|
306
|
-
var _pluginInjectionApi$
|
|
307
|
-
var alignmentOptions = buildAlignmentOptions(state, intl, pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : pluginInjectionApi.width, pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$
|
|
318
|
+
var _pluginInjectionApi$a4;
|
|
319
|
+
var alignmentOptions = buildAlignmentOptions(state, intl, pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : pluginInjectionApi.width, pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$a4 = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a4 === void 0 ? void 0 : _pluginInjectionApi$a4.actions, cardOptions);
|
|
308
320
|
if (alignmentOptions.length) {
|
|
309
321
|
alignmentOptions.push({
|
|
310
322
|
type: 'separator'
|
|
@@ -7,7 +7,7 @@ import type { Command } from '@atlaskit/editor-common/types';
|
|
|
7
7
|
import type { Node, NodeType } from '@atlaskit/editor-prosemirror/model';
|
|
8
8
|
import type { EditorState, Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
9
9
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
10
|
-
import type { CardAdf, DatasourceAdf, InlineCardAdf } from '@atlaskit/
|
|
10
|
+
import type { CardAdf, DatasourceAdf, InlineCardAdf } from '@atlaskit/linking-common';
|
|
11
11
|
import type { Request } from '../types';
|
|
12
12
|
export declare const replaceQueuedUrlWithCard: (url: string, cardData: CardAdf | DatasourceAdf, analyticsAction?: ACTION, editorAnalyticsApi?: EditorAnalyticsAPI, createAnalyticsEvent?: CreateUIAnalyticsEvent) => Command;
|
|
13
13
|
export declare const handleFallbackWithAnalytics: (request: Request, editorAnalyticsApi: EditorAnalyticsAPI | undefined) => Command;
|
|
@@ -3,7 +3,7 @@ import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
|
3
3
|
import type { CardOptions } from '@atlaskit/editor-common/card';
|
|
4
4
|
import type { CardProvider } from '@atlaskit/editor-common/provider-factory';
|
|
5
5
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
6
|
-
import type { DatasourceAdf } from '@atlaskit/
|
|
6
|
+
import type { DatasourceAdf } from '@atlaskit/linking-common';
|
|
7
7
|
import type { Request } from '../../types';
|
|
8
|
-
export declare const resolveWithProvider: (view: EditorView, provider: CardProvider, request: Request, options: CardOptions, editorAnalyticsApi: EditorAnalyticsAPI | undefined, createAnalyticsEvent: CreateUIAnalyticsEvent | undefined) => Promise<void | DatasourceAdf<Record<string, unknown>> | import("@atlaskit/
|
|
8
|
+
export declare const resolveWithProvider: (view: EditorView, provider: CardProvider, request: Request, options: CardOptions, editorAnalyticsApi: EditorAnalyticsAPI | undefined, createAnalyticsEvent: CreateUIAnalyticsEvent | undefined) => Promise<void | DatasourceAdf<Record<string, unknown>> | import("@atlaskit/linking-common").InlineCardAdf | import("@atlaskit/linking-common").BlockCardAdf | import("@atlaskit/linking-common").EmbedCardAdf>;
|
|
9
9
|
export declare const handleProvider: (_: 'cardProvider', provider: Promise<CardProvider> | undefined, view: EditorView) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
3
3
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
4
|
-
import type { CardContext } from '@atlaskit/
|
|
4
|
+
import type { CardContext } from '@atlaskit/link-provider';
|
|
5
5
|
import type { ModalTypeToComponentMap } from './ModalWithState';
|
|
6
6
|
type DatasourceModalProps = {
|
|
7
7
|
view: EditorView;
|
|
@@ -7,7 +7,7 @@ import type { Command } from '@atlaskit/editor-common/types';
|
|
|
7
7
|
import type { Node, NodeType } from '@atlaskit/editor-prosemirror/model';
|
|
8
8
|
import type { EditorState, Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
9
9
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
10
|
-
import type { CardAdf, DatasourceAdf, InlineCardAdf } from '@atlaskit/
|
|
10
|
+
import type { CardAdf, DatasourceAdf, InlineCardAdf } from '@atlaskit/linking-common';
|
|
11
11
|
import type { Request } from '../types';
|
|
12
12
|
export declare const replaceQueuedUrlWithCard: (url: string, cardData: CardAdf | DatasourceAdf, analyticsAction?: ACTION, editorAnalyticsApi?: EditorAnalyticsAPI, createAnalyticsEvent?: CreateUIAnalyticsEvent) => Command;
|
|
13
13
|
export declare const handleFallbackWithAnalytics: (request: Request, editorAnalyticsApi: EditorAnalyticsAPI | undefined) => Command;
|
|
@@ -3,7 +3,7 @@ import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
|
3
3
|
import type { CardOptions } from '@atlaskit/editor-common/card';
|
|
4
4
|
import type { CardProvider } from '@atlaskit/editor-common/provider-factory';
|
|
5
5
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
6
|
-
import type { DatasourceAdf } from '@atlaskit/
|
|
6
|
+
import type { DatasourceAdf } from '@atlaskit/linking-common';
|
|
7
7
|
import type { Request } from '../../types';
|
|
8
|
-
export declare const resolveWithProvider: (view: EditorView, provider: CardProvider, request: Request, options: CardOptions, editorAnalyticsApi: EditorAnalyticsAPI | undefined, createAnalyticsEvent: CreateUIAnalyticsEvent | undefined) => Promise<void | DatasourceAdf<Record<string, unknown>> | import("@atlaskit/
|
|
8
|
+
export declare const resolveWithProvider: (view: EditorView, provider: CardProvider, request: Request, options: CardOptions, editorAnalyticsApi: EditorAnalyticsAPI | undefined, createAnalyticsEvent: CreateUIAnalyticsEvent | undefined) => Promise<void | DatasourceAdf<Record<string, unknown>> | import("@atlaskit/linking-common").InlineCardAdf | import("@atlaskit/linking-common").BlockCardAdf | import("@atlaskit/linking-common").EmbedCardAdf>;
|
|
9
9
|
export declare const handleProvider: (_: 'cardProvider', provider: Promise<CardProvider> | undefined, view: EditorView) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
3
3
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
4
|
-
import type { CardContext } from '@atlaskit/
|
|
4
|
+
import type { CardContext } from '@atlaskit/link-provider';
|
|
5
5
|
import type { ModalTypeToComponentMap } from './ModalWithState';
|
|
6
6
|
type DatasourceModalProps = {
|
|
7
7
|
view: EditorView;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.4",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/icon": "^23.1.0",
|
|
50
50
|
"@atlaskit/link-analytics": "^8.6.0",
|
|
51
51
|
"@atlaskit/link-client-extension": "^3.0.0",
|
|
52
|
-
"@atlaskit/link-datasource": "^3.
|
|
52
|
+
"@atlaskit/link-datasource": "^3.15.0",
|
|
53
53
|
"@atlaskit/linking-common": "^6.0.0",
|
|
54
54
|
"@atlaskit/linking-types": "^9.5.0",
|
|
55
55
|
"@atlaskit/menu": "2.13.6",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@atlaskit/primitives": "^13.3.0",
|
|
58
58
|
"@atlaskit/smart-card": "^32.7.0",
|
|
59
59
|
"@atlaskit/theme": "^14.0.0",
|
|
60
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
|
60
|
+
"@atlaskit/tmp-editor-statsig": "^2.25.0",
|
|
61
61
|
"@atlaskit/tokens": "^2.4.0",
|
|
62
62
|
"@babel/runtime": "^7.0.0",
|
|
63
63
|
"@emotion/react": "^11.7.1",
|