@atlaskit/editor-common 86.6.0 → 86.7.1
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 +32 -0
- package/afm-post-office/tsconfig.json +153 -0
- package/dist/cjs/analytics/types/link-events.js +5 -0
- package/dist/cjs/icons/shared/table.js +2 -1
- package/dist/cjs/link/LinkPicker/EditorLinkPicker/index.js +2 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/quick-insert/assets/action.js +2 -1
- package/dist/cjs/quick-insert/assets/code.js +2 -1
- package/dist/cjs/quick-insert/assets/date.js +2 -1
- package/dist/cjs/quick-insert/assets/decision.js +2 -1
- package/dist/cjs/quick-insert/assets/divider.js +2 -1
- package/dist/cjs/quick-insert/assets/emoji.js +2 -1
- package/dist/cjs/quick-insert/assets/expand.js +2 -1
- package/dist/cjs/quick-insert/assets/fallback.js +2 -1
- package/dist/cjs/quick-insert/assets/feedback.js +2 -1
- package/dist/cjs/quick-insert/assets/heading1.js +2 -1
- package/dist/cjs/quick-insert/assets/heading2.js +2 -1
- package/dist/cjs/quick-insert/assets/heading3.js +2 -1
- package/dist/cjs/quick-insert/assets/heading4.js +2 -1
- package/dist/cjs/quick-insert/assets/heading5.js +2 -1
- package/dist/cjs/quick-insert/assets/heading6.js +2 -1
- package/dist/cjs/quick-insert/assets/images.js +2 -1
- package/dist/cjs/quick-insert/assets/layout.js +2 -1
- package/dist/cjs/quick-insert/assets/link.js +2 -1
- package/dist/cjs/quick-insert/assets/list-number.js +2 -1
- package/dist/cjs/quick-insert/assets/list.js +2 -1
- package/dist/cjs/quick-insert/assets/mention.js +2 -1
- package/dist/cjs/quick-insert/assets/panel-error.js +2 -1
- package/dist/cjs/quick-insert/assets/panel-note.js +2 -1
- package/dist/cjs/quick-insert/assets/panel-success.js +2 -1
- package/dist/cjs/quick-insert/assets/panel-warning.js +2 -1
- package/dist/cjs/quick-insert/assets/panel.js +2 -1
- package/dist/cjs/quick-insert/assets/quote.js +2 -1
- package/dist/cjs/quick-insert/assets/status.js +2 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/analytics/types/link-events.js +1 -0
- package/dist/es2019/icons/shared/table.js +2 -1
- package/dist/es2019/link/LinkPicker/EditorLinkPicker/index.js +2 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/quick-insert/assets/action.js +2 -1
- package/dist/es2019/quick-insert/assets/code.js +2 -1
- package/dist/es2019/quick-insert/assets/date.js +2 -1
- package/dist/es2019/quick-insert/assets/decision.js +2 -1
- package/dist/es2019/quick-insert/assets/divider.js +2 -1
- package/dist/es2019/quick-insert/assets/emoji.js +2 -1
- package/dist/es2019/quick-insert/assets/expand.js +2 -1
- package/dist/es2019/quick-insert/assets/fallback.js +2 -1
- package/dist/es2019/quick-insert/assets/feedback.js +2 -1
- package/dist/es2019/quick-insert/assets/heading1.js +2 -1
- package/dist/es2019/quick-insert/assets/heading2.js +2 -1
- package/dist/es2019/quick-insert/assets/heading3.js +2 -1
- package/dist/es2019/quick-insert/assets/heading4.js +2 -1
- package/dist/es2019/quick-insert/assets/heading5.js +2 -1
- package/dist/es2019/quick-insert/assets/heading6.js +2 -1
- package/dist/es2019/quick-insert/assets/images.js +2 -1
- package/dist/es2019/quick-insert/assets/layout.js +2 -1
- package/dist/es2019/quick-insert/assets/link.js +2 -1
- package/dist/es2019/quick-insert/assets/list-number.js +2 -1
- package/dist/es2019/quick-insert/assets/list.js +2 -1
- package/dist/es2019/quick-insert/assets/mention.js +2 -1
- package/dist/es2019/quick-insert/assets/panel-error.js +2 -1
- package/dist/es2019/quick-insert/assets/panel-note.js +2 -1
- package/dist/es2019/quick-insert/assets/panel-success.js +2 -1
- package/dist/es2019/quick-insert/assets/panel-warning.js +2 -1
- package/dist/es2019/quick-insert/assets/panel.js +2 -1
- package/dist/es2019/quick-insert/assets/quote.js +2 -1
- package/dist/es2019/quick-insert/assets/status.js +2 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/analytics/types/link-events.js +1 -0
- package/dist/esm/icons/shared/table.js +2 -1
- package/dist/esm/link/LinkPicker/EditorLinkPicker/index.js +2 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/quick-insert/assets/action.js +2 -1
- package/dist/esm/quick-insert/assets/code.js +2 -1
- package/dist/esm/quick-insert/assets/date.js +2 -1
- package/dist/esm/quick-insert/assets/decision.js +2 -1
- package/dist/esm/quick-insert/assets/divider.js +2 -1
- package/dist/esm/quick-insert/assets/emoji.js +2 -1
- package/dist/esm/quick-insert/assets/expand.js +2 -1
- package/dist/esm/quick-insert/assets/fallback.js +2 -1
- package/dist/esm/quick-insert/assets/feedback.js +2 -1
- package/dist/esm/quick-insert/assets/heading1.js +2 -1
- package/dist/esm/quick-insert/assets/heading2.js +2 -1
- package/dist/esm/quick-insert/assets/heading3.js +2 -1
- package/dist/esm/quick-insert/assets/heading4.js +2 -1
- package/dist/esm/quick-insert/assets/heading5.js +2 -1
- package/dist/esm/quick-insert/assets/heading6.js +2 -1
- package/dist/esm/quick-insert/assets/images.js +2 -1
- package/dist/esm/quick-insert/assets/layout.js +2 -1
- package/dist/esm/quick-insert/assets/link.js +2 -1
- package/dist/esm/quick-insert/assets/list-number.js +2 -1
- package/dist/esm/quick-insert/assets/list.js +2 -1
- package/dist/esm/quick-insert/assets/mention.js +2 -1
- package/dist/esm/quick-insert/assets/panel-error.js +2 -1
- package/dist/esm/quick-insert/assets/panel-note.js +2 -1
- package/dist/esm/quick-insert/assets/panel-success.js +2 -1
- package/dist/esm/quick-insert/assets/panel-warning.js +2 -1
- package/dist/esm/quick-insert/assets/panel.js +2 -1
- package/dist/esm/quick-insert/assets/quote.js +2 -1
- package/dist/esm/quick-insert/assets/status.js +2 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/events.d.ts +2 -1
- package/dist/types/analytics/types/link-events.d.ts +7 -0
- package/dist/types/link/LinkPicker/EditorLinkPicker/index.d.ts +3 -3
- package/dist/types/types/feature-flags.d.ts +9 -0
- package/dist/types/types/hyperlink.d.ts +7 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/link-events.d.ts +7 -0
- package/dist/types-ts4.5/link/LinkPicker/EditorLinkPicker/index.d.ts +3 -3
- package/dist/types-ts4.5/types/feature-flags.d.ts +9 -0
- package/dist/types-ts4.5/types/hyperlink.d.ts +7 -0
- package/package.json +10 -10
|
@@ -20,7 +20,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
20
20
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "86.
|
|
23
|
+
var packageVersion = "86.7.1";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -20,6 +20,7 @@ import type { GeneralEventPayload } from './general-events';
|
|
|
20
20
|
import type { HighlightActionsEventPayload } from './highlight-actions-menu-events';
|
|
21
21
|
import type { HighlightEventPayload } from './highlight-events';
|
|
22
22
|
import type { InsertEventPayload } from './insert-events';
|
|
23
|
+
import type { VisitedLinkAEP } from './link-events';
|
|
23
24
|
import type { CreateLinkInlineDialogEventPayload, EditLinkToolbarAEP, OpenSettingsToolbarAEP, UnlinkToolbarAEP } from './link-tool-bar-events';
|
|
24
25
|
import type { ListEventPayload } from './list-events';
|
|
25
26
|
import type { LoomEventPayload } from './loom-events';
|
|
@@ -42,7 +43,7 @@ export type SimplifiedNode = {
|
|
|
42
43
|
marks?: string[];
|
|
43
44
|
content?: SimplifiedNode[];
|
|
44
45
|
};
|
|
45
|
-
export type AnalyticsEventPayload<T = void> = AvatarEventPayload | GeneralEventPayload<T> | FormatEventPayload | SubstituteEventPayload | InsertEventPayload | NodeEventPayload | MoveContentEventPayload | MediaEventPayload | TableEventPayload | PasteEventPayload | CutCopyEventPayload | ErrorEventPayload | ExperimentalEventPayload | FindReplaceEventPayload | DateEventPayload | SelectionEventPayload | ListEventPayload | ConfigPanelEventPayload | ElementBrowserEventPayload | CreateLinkInlineDialogEventPayload | HighlightActionsEventPayload | UnsupportedContentPayload | ExtensionEventPayload | TransactionEventPayload | TypeAheadPayload | UnlinkToolbarAEP | EditLinkToolbarAEP | OpenSettingsToolbarAEP | CustomPanelEventPayload | FeatureExposureAEP | NewCollabSyncUpErrorAEP | UnsupportedContentTooltipPayload | ReferentialityEventPayload | LoomEventPayload | MBEEventPayload | HighlightEventPayload | DatasourceClickedPayload | ElementEventPayload | ContextMenuEventPayload | ViewEventPayload;
|
|
46
|
+
export type AnalyticsEventPayload<T = void> = AvatarEventPayload | GeneralEventPayload<T> | FormatEventPayload | SubstituteEventPayload | InsertEventPayload | NodeEventPayload | MoveContentEventPayload | MediaEventPayload | TableEventPayload | PasteEventPayload | CutCopyEventPayload | ErrorEventPayload | ExperimentalEventPayload | FindReplaceEventPayload | DateEventPayload | SelectionEventPayload | ListEventPayload | ConfigPanelEventPayload | ElementBrowserEventPayload | CreateLinkInlineDialogEventPayload | HighlightActionsEventPayload | UnsupportedContentPayload | ExtensionEventPayload | TransactionEventPayload | TypeAheadPayload | UnlinkToolbarAEP | EditLinkToolbarAEP | OpenSettingsToolbarAEP | CustomPanelEventPayload | FeatureExposureAEP | NewCollabSyncUpErrorAEP | UnsupportedContentTooltipPayload | ReferentialityEventPayload | LoomEventPayload | MBEEventPayload | HighlightEventPayload | DatasourceClickedPayload | ElementEventPayload | ContextMenuEventPayload | VisitedLinkAEP | ViewEventPayload;
|
|
46
47
|
type CustomPanelEventPayload = TrackAEP<ACTION.CHANGED_BACKGROUND_COLOR | ACTION.CHANGED_ICON | ACTION.REMOVE_ICON, ACTION_SUBJECT.PANEL, ACTION_SUBJECT_ID.PANEL, {
|
|
47
48
|
previousColor: string;
|
|
48
49
|
newColor: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ACTION, ACTION_SUBJECT } from './enums';
|
|
2
|
+
import { type MODE, type PLATFORMS } from './general-events';
|
|
3
|
+
import { type TrackAEP } from './utils';
|
|
4
|
+
export type VisitedLinkAEP = TrackAEP<ACTION.VISITED, ACTION_SUBJECT.LINK, undefined, {
|
|
5
|
+
platform: PLATFORMS;
|
|
6
|
+
mode: MODE;
|
|
7
|
+
}, undefined>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
3
|
-
import {
|
|
3
|
+
import { LazyLinkPicker } from '@atlaskit/link-picker/lazy';
|
|
4
4
|
import type { Command, EditorAppearance } from '../../../types';
|
|
5
5
|
/**
|
|
6
6
|
* Returns a type that matches T but where keys (K) are now optional
|
|
7
7
|
*/
|
|
8
8
|
type OptionalKeys<T extends {}, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
|
|
9
|
-
export interface EditorLinkPickerProps extends OptionalKeys<
|
|
9
|
+
export interface EditorLinkPickerProps extends OptionalKeys<React.ComponentProps<typeof LazyLinkPicker>, 'onCancel'> {
|
|
10
10
|
view: EditorView;
|
|
11
11
|
/**
|
|
12
12
|
* Used for analytics purposes to describe how the link picker was invoked
|
|
@@ -318,6 +318,15 @@ export type FeatureFlags = {
|
|
|
318
318
|
|
|
319
319
|
*/
|
|
320
320
|
commentsOnMediaAutoscrollInEditor?: boolean;
|
|
321
|
+
/**
|
|
322
|
+
* @description
|
|
323
|
+
* Enables more elements in view in quick insert typeahead
|
|
324
|
+
*
|
|
325
|
+
* @see https://product-fabric.atlassian.net/browse/ED-24231
|
|
326
|
+
* @default false
|
|
327
|
+
|
|
328
|
+
*/
|
|
329
|
+
moreElementsInQuickInsertView?: boolean;
|
|
321
330
|
};
|
|
322
331
|
export type FeatureFlagKey = keyof FeatureFlags;
|
|
323
332
|
export type GetEditorFeatureFlags = () => FeatureFlags;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { LinkPickerProps } from '@atlaskit/link-picker';
|
|
2
3
|
import type { INPUT_METHOD } from '../analytics';
|
|
3
4
|
import type { CardOptions } from '../card';
|
|
@@ -24,6 +25,10 @@ export interface LinkingOptions {
|
|
|
24
25
|
*/
|
|
25
26
|
smartLinks?: CardOptions;
|
|
26
27
|
}
|
|
28
|
+
type OnClickCallback = ({ event, url, }: {
|
|
29
|
+
event: React.MouseEvent<HTMLAnchorElement>;
|
|
30
|
+
url?: string;
|
|
31
|
+
}) => void;
|
|
27
32
|
/**
|
|
28
33
|
* Configuration for the Hyperlink plugin
|
|
29
34
|
*/
|
|
@@ -33,4 +38,6 @@ export interface HyperlinkPluginOptions {
|
|
|
33
38
|
editorAppearance?: EditorAppearance;
|
|
34
39
|
lpLinkPicker?: boolean;
|
|
35
40
|
disableFloatingToolbar?: boolean;
|
|
41
|
+
onClickCallback?: OnClickCallback;
|
|
36
42
|
}
|
|
43
|
+
export {};
|
|
@@ -20,6 +20,7 @@ import type { GeneralEventPayload } from './general-events';
|
|
|
20
20
|
import type { HighlightActionsEventPayload } from './highlight-actions-menu-events';
|
|
21
21
|
import type { HighlightEventPayload } from './highlight-events';
|
|
22
22
|
import type { InsertEventPayload } from './insert-events';
|
|
23
|
+
import type { VisitedLinkAEP } from './link-events';
|
|
23
24
|
import type { CreateLinkInlineDialogEventPayload, EditLinkToolbarAEP, OpenSettingsToolbarAEP, UnlinkToolbarAEP } from './link-tool-bar-events';
|
|
24
25
|
import type { ListEventPayload } from './list-events';
|
|
25
26
|
import type { LoomEventPayload } from './loom-events';
|
|
@@ -42,7 +43,7 @@ export type SimplifiedNode = {
|
|
|
42
43
|
marks?: string[];
|
|
43
44
|
content?: SimplifiedNode[];
|
|
44
45
|
};
|
|
45
|
-
export type AnalyticsEventPayload<T = void> = AvatarEventPayload | GeneralEventPayload<T> | FormatEventPayload | SubstituteEventPayload | InsertEventPayload | NodeEventPayload | MoveContentEventPayload | MediaEventPayload | TableEventPayload | PasteEventPayload | CutCopyEventPayload | ErrorEventPayload | ExperimentalEventPayload | FindReplaceEventPayload | DateEventPayload | SelectionEventPayload | ListEventPayload | ConfigPanelEventPayload | ElementBrowserEventPayload | CreateLinkInlineDialogEventPayload | HighlightActionsEventPayload | UnsupportedContentPayload | ExtensionEventPayload | TransactionEventPayload | TypeAheadPayload | UnlinkToolbarAEP | EditLinkToolbarAEP | OpenSettingsToolbarAEP | CustomPanelEventPayload | FeatureExposureAEP | NewCollabSyncUpErrorAEP | UnsupportedContentTooltipPayload | ReferentialityEventPayload | LoomEventPayload | MBEEventPayload | HighlightEventPayload | DatasourceClickedPayload | ElementEventPayload | ContextMenuEventPayload | ViewEventPayload;
|
|
46
|
+
export type AnalyticsEventPayload<T = void> = AvatarEventPayload | GeneralEventPayload<T> | FormatEventPayload | SubstituteEventPayload | InsertEventPayload | NodeEventPayload | MoveContentEventPayload | MediaEventPayload | TableEventPayload | PasteEventPayload | CutCopyEventPayload | ErrorEventPayload | ExperimentalEventPayload | FindReplaceEventPayload | DateEventPayload | SelectionEventPayload | ListEventPayload | ConfigPanelEventPayload | ElementBrowserEventPayload | CreateLinkInlineDialogEventPayload | HighlightActionsEventPayload | UnsupportedContentPayload | ExtensionEventPayload | TransactionEventPayload | TypeAheadPayload | UnlinkToolbarAEP | EditLinkToolbarAEP | OpenSettingsToolbarAEP | CustomPanelEventPayload | FeatureExposureAEP | NewCollabSyncUpErrorAEP | UnsupportedContentTooltipPayload | ReferentialityEventPayload | LoomEventPayload | MBEEventPayload | HighlightEventPayload | DatasourceClickedPayload | ElementEventPayload | ContextMenuEventPayload | VisitedLinkAEP | ViewEventPayload;
|
|
46
47
|
type CustomPanelEventPayload = TrackAEP<ACTION.CHANGED_BACKGROUND_COLOR | ACTION.CHANGED_ICON | ACTION.REMOVE_ICON, ACTION_SUBJECT.PANEL, ACTION_SUBJECT_ID.PANEL, {
|
|
47
48
|
previousColor: string;
|
|
48
49
|
newColor: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ACTION, ACTION_SUBJECT } from './enums';
|
|
2
|
+
import { type MODE, type PLATFORMS } from './general-events';
|
|
3
|
+
import { type TrackAEP } from './utils';
|
|
4
|
+
export type VisitedLinkAEP = TrackAEP<ACTION.VISITED, ACTION_SUBJECT.LINK, undefined, {
|
|
5
|
+
platform: PLATFORMS;
|
|
6
|
+
mode: MODE;
|
|
7
|
+
}, undefined>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
3
|
-
import {
|
|
3
|
+
import { LazyLinkPicker } from '@atlaskit/link-picker/lazy';
|
|
4
4
|
import type { Command, EditorAppearance } from '../../../types';
|
|
5
5
|
/**
|
|
6
6
|
* Returns a type that matches T but where keys (K) are now optional
|
|
7
7
|
*/
|
|
8
8
|
type OptionalKeys<T extends {}, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
|
|
9
|
-
export interface EditorLinkPickerProps extends OptionalKeys<
|
|
9
|
+
export interface EditorLinkPickerProps extends OptionalKeys<React.ComponentProps<typeof LazyLinkPicker>, 'onCancel'> {
|
|
10
10
|
view: EditorView;
|
|
11
11
|
/**
|
|
12
12
|
* Used for analytics purposes to describe how the link picker was invoked
|
|
@@ -318,6 +318,15 @@ export type FeatureFlags = {
|
|
|
318
318
|
|
|
319
319
|
*/
|
|
320
320
|
commentsOnMediaAutoscrollInEditor?: boolean;
|
|
321
|
+
/**
|
|
322
|
+
* @description
|
|
323
|
+
* Enables more elements in view in quick insert typeahead
|
|
324
|
+
*
|
|
325
|
+
* @see https://product-fabric.atlassian.net/browse/ED-24231
|
|
326
|
+
* @default false
|
|
327
|
+
|
|
328
|
+
*/
|
|
329
|
+
moreElementsInQuickInsertView?: boolean;
|
|
321
330
|
};
|
|
322
331
|
export type FeatureFlagKey = keyof FeatureFlags;
|
|
323
332
|
export type GetEditorFeatureFlags = () => FeatureFlags;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { LinkPickerProps } from '@atlaskit/link-picker';
|
|
2
3
|
import type { INPUT_METHOD } from '../analytics';
|
|
3
4
|
import type { CardOptions } from '../card';
|
|
@@ -24,6 +25,10 @@ export interface LinkingOptions {
|
|
|
24
25
|
*/
|
|
25
26
|
smartLinks?: CardOptions;
|
|
26
27
|
}
|
|
28
|
+
type OnClickCallback = ({ event, url, }: {
|
|
29
|
+
event: React.MouseEvent<HTMLAnchorElement>;
|
|
30
|
+
url?: string;
|
|
31
|
+
}) => void;
|
|
27
32
|
/**
|
|
28
33
|
* Configuration for the Hyperlink plugin
|
|
29
34
|
*/
|
|
@@ -33,4 +38,6 @@ export interface HyperlinkPluginOptions {
|
|
|
33
38
|
editorAppearance?: EditorAppearance;
|
|
34
39
|
lpLinkPicker?: boolean;
|
|
35
40
|
disableFloatingToolbar?: boolean;
|
|
41
|
+
onClickCallback?: OnClickCallback;
|
|
36
42
|
}
|
|
43
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "86.
|
|
3
|
+
"version": "86.7.1",
|
|
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/"
|
|
@@ -98,18 +98,18 @@
|
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"@atlaskit/activity-provider": "^2.4.0",
|
|
101
|
-
"@atlaskit/adf-schema": "^
|
|
102
|
-
"@atlaskit/adf-utils": "^19.
|
|
101
|
+
"@atlaskit/adf-schema": "^40.3.0",
|
|
102
|
+
"@atlaskit/adf-utils": "^19.5.0",
|
|
103
103
|
"@atlaskit/analytics-listeners": "^8.10.0",
|
|
104
104
|
"@atlaskit/analytics-namespaced-context": "^6.10.0",
|
|
105
105
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
106
106
|
"@atlaskit/atlassian-context": "^0.0.0",
|
|
107
|
-
"@atlaskit/button": "^19.
|
|
107
|
+
"@atlaskit/button": "^19.1.0",
|
|
108
108
|
"@atlaskit/code": "^15.4.0",
|
|
109
109
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
110
|
-
"@atlaskit/custom-steps": "^0.
|
|
110
|
+
"@atlaskit/custom-steps": "^0.5.0",
|
|
111
111
|
"@atlaskit/dropdown-menu": "^12.13.0",
|
|
112
|
-
"@atlaskit/editor-json-transformer": "^8.
|
|
112
|
+
"@atlaskit/editor-json-transformer": "^8.16.0",
|
|
113
113
|
"@atlaskit/editor-palette": "1.6.0",
|
|
114
114
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
115
115
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"@atlaskit/emoji": "^67.6.0",
|
|
118
118
|
"@atlaskit/icon": "^22.7.0",
|
|
119
119
|
"@atlaskit/icon-object": "^6.4.0",
|
|
120
|
-
"@atlaskit/link-datasource": "^2.
|
|
121
|
-
"@atlaskit/link-picker": "^1.
|
|
120
|
+
"@atlaskit/link-datasource": "^2.7.0",
|
|
121
|
+
"@atlaskit/link-picker": "^1.41.0",
|
|
122
122
|
"@atlaskit/media-card": "^78.0.0",
|
|
123
123
|
"@atlaskit/media-client": "^27.3.0",
|
|
124
124
|
"@atlaskit/media-client-react": "^2.0.0",
|
|
@@ -130,10 +130,10 @@
|
|
|
130
130
|
"@atlaskit/mention": "^23.2.0",
|
|
131
131
|
"@atlaskit/menu": "^2.8.0",
|
|
132
132
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
133
|
-
"@atlaskit/primitives": "^11.
|
|
133
|
+
"@atlaskit/primitives": "^11.1.0",
|
|
134
134
|
"@atlaskit/profilecard": "^19.16.0",
|
|
135
135
|
"@atlaskit/section-message": "^6.5.0",
|
|
136
|
-
"@atlaskit/smart-card": "^27.
|
|
136
|
+
"@atlaskit/smart-card": "^27.11.0",
|
|
137
137
|
"@atlaskit/smart-user-picker": "^6.10.0",
|
|
138
138
|
"@atlaskit/spinner": "^16.2.0",
|
|
139
139
|
"@atlaskit/task-decision": "^17.10.0",
|