@atlaskit/editor-plugin-card 4.3.10 → 4.4.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 CHANGED
@@ -1,5 +1,35 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 4.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#161054](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/161054)
8
+ [`20f069140338e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/20f069140338e) -
9
+ Remove enable_datasource_nourl_edit_dropdown_datafetch FF
10
+
11
+ ## 4.4.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#159018](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159018)
16
+ [`14d5e189df870`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/14d5e189df870) -
17
+ [ux] ED-25367-remove-copy-button-from-view-mode-when-its-the-only-item
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
23
+ ## 4.3.11
24
+
25
+ ### Patch Changes
26
+
27
+ - [#159791](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159791)
28
+ [`ce28bda7a3e2a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ce28bda7a3e2a) -
29
+ Removing usages of `linking-platform-migrate-deprecated-data-prop` FF so we can remove deprecated
30
+ props from `@atlaskit/smart-card`
31
+ - Updated dependencies
32
+
3
33
  ## 4.3.10
4
34
 
5
35
  ### Patch Changes
@@ -92,7 +92,7 @@ var BlockCardComponent = exports.BlockCardComponent = /*#__PURE__*/function (_Re
92
92
  var _node$attrs = node.attrs,
93
93
  url = _node$attrs.url,
94
94
  data = _node$attrs.data;
95
- var cardInner = /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (0, _platformFeatureFlags.fg)('linking-platform-migrate-deprecated-data-prop') ? /*#__PURE__*/_react.default.createElement(_smartCard.Card, {
95
+ var cardInner = /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_smartCard.Card, {
96
96
  key: url,
97
97
  url: url !== null && url !== void 0 ? url : data.url,
98
98
  container: this.scrollContainer,
@@ -102,17 +102,6 @@ var BlockCardComponent = exports.BlockCardComponent = /*#__PURE__*/function (_Re
102
102
  onError: this.onError,
103
103
  platform: 'web',
104
104
  actionOptions: actionOptions
105
- }) : /*#__PURE__*/_react.default.createElement(_smartCard.Card, {
106
- key: url,
107
- url: url,
108
- data: data,
109
- container: this.scrollContainer,
110
- appearance: "block",
111
- onClick: onClick,
112
- onResolve: this.onResolve,
113
- onError: this.onError,
114
- platform: 'web',
115
- actionOptions: actionOptions
116
105
  }), this.gapCursorSpan());
117
106
  // [WS-2307]: we only render card wrapped into a Provider when the value is ready,
118
107
  // otherwise if we got data, we can render the card directly since it doesn't need the Provider
@@ -78,7 +78,7 @@ var InlineCard = exports.InlineCard = /*#__PURE__*/(0, _react.memo)(function (_r
78
78
  });
79
79
  }, [onResolve]);
80
80
  var card = (0, _react.useMemo)(function () {
81
- return (0, _platformFeatureFlags.fg)('linking-platform-migrate-deprecated-data-prop') ? /*#__PURE__*/_react.default.createElement(_smartCard.Card, {
81
+ return /*#__PURE__*/_react.default.createElement(_smartCard.Card, {
82
82
  key: url,
83
83
  url: url !== null && url !== void 0 ? url : data.url,
84
84
  appearance: "inline",
@@ -91,20 +91,6 @@ var InlineCard = exports.InlineCard = /*#__PURE__*/(0, _react.memo)(function (_r
91
91
  isHovered: isHovered,
92
92
  showHoverPreview: showHoverPreview,
93
93
  hoverPreviewOptions: hoverPreviewOptions
94
- }) : /*#__PURE__*/_react.default.createElement(_smartCard.Card, {
95
- key: url,
96
- url: url,
97
- data: data,
98
- appearance: "inline",
99
- onClick: onClick,
100
- container: scrollContainer,
101
- onResolve: onResolve,
102
- onError: onError,
103
- inlinePreloaderStyle: useAlternativePreloader ? 'on-right-without-skeleton' : undefined,
104
- actionOptions: actionOptions,
105
- isHovered: isHovered,
106
- showHoverPreview: showHoverPreview,
107
- hoverPreviewOptions: hoverPreviewOptions
108
94
  });
109
95
  }, [url, data, onClick, scrollContainer, onResolve, onError, useAlternativePreloader, actionOptions, isHovered, showHoverPreview, hoverPreviewOptions]);
110
96
 
@@ -26,6 +26,7 @@ var _remove = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/remove
26
26
  var _settings2 = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/settings"));
27
27
  var _unlink = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/unlink"));
28
28
  var _shortcut = _interopRequireDefault(require("@atlaskit/icon/glyph/shortcut"));
29
+ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
29
30
  var _doc = require("./pm-plugins/doc");
30
31
  var _main = require("./pm-plugins/main");
31
32
  var _DatasourceAppearanceButton = require("./ui/DatasourceAppearanceButton");
@@ -262,7 +263,7 @@ var generateToolbarItems = function generateToolbarItems(state, intl, providerFa
262
263
  type: 'separator'
263
264
  }], (0, _toConsumableArray2.default)(getUnlinkButtonGroup(state, intl, node, inlineCard, editorAnalyticsApi)), [{
264
265
  type: 'copy-button',
265
- supportsViewMode: true,
266
+ supportsViewMode: !(0, _platformFeatureFlags.fg)('platform_editor_remove_copy_button_from_view_mode'),
266
267
  items: [{
267
268
  state: state,
268
269
  formatMessage: intl.formatMessage,
@@ -15,7 +15,6 @@ var _ui = require("@atlaskit/editor-common/ui");
15
15
  var _uiMenu = require("@atlaskit/editor-common/ui-menu");
16
16
  var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-down"));
17
17
  var _menu = require("@atlaskit/menu");
18
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
19
18
  var _primitives = require("@atlaskit/primitives");
20
19
  var _utils = require("../../utils");
21
20
  var _CardContextProvider = require("../CardContextProvider");
@@ -253,30 +252,28 @@ var EditToolbarButton = exports.EditToolbarButton = function EditToolbarButton(p
253
252
  url = props.url;
254
253
  return (0, _react2.jsx)(_CardContextProvider.CardContextProvider, null, function (_ref) {
255
254
  var cardContext = _ref.cardContext;
256
- if ((0, _platformFeatureFlags.fg)('enable_datasource_nourl_edit_dropdown_datafetch')) {
257
- if (props.url) {
258
- return (0, _react2.jsx)(EditToolbarButtonWithUrl, {
259
- datasourceId: datasourceId,
260
- url: props.url,
261
- intl: intl,
262
- editorAnalyticsApi: editorAnalyticsApi,
263
- editorView: editorView,
264
- cardContext: cardContext,
265
- onLinkEditClick: onLinkEditClick,
266
- currentAppearance: currentAppearance
267
- });
268
- }
269
- if (props.datasourceId && props.node) {
270
- return (0, _react2.jsx)(EditToolbarButtonWithDatasourceId, {
271
- datasourceId: props.datasourceId,
272
- node: props.node,
273
- intl: intl,
274
- editorAnalyticsApi: editorAnalyticsApi,
275
- editorView: editorView,
276
- onLinkEditClick: onLinkEditClick,
277
- currentAppearance: currentAppearance
278
- });
279
- }
255
+ if (props.url) {
256
+ return (0, _react2.jsx)(EditToolbarButtonWithUrl, {
257
+ datasourceId: datasourceId,
258
+ url: props.url,
259
+ intl: intl,
260
+ editorAnalyticsApi: editorAnalyticsApi,
261
+ editorView: editorView,
262
+ cardContext: cardContext,
263
+ onLinkEditClick: onLinkEditClick,
264
+ currentAppearance: currentAppearance
265
+ });
266
+ }
267
+ if (props.datasourceId && props.node) {
268
+ return (0, _react2.jsx)(EditToolbarButtonWithDatasourceId, {
269
+ datasourceId: props.datasourceId,
270
+ node: props.node,
271
+ intl: intl,
272
+ editorAnalyticsApi: editorAnalyticsApi,
273
+ editorView: editorView,
274
+ onLinkEditClick: onLinkEditClick,
275
+ currentAppearance: currentAppearance
276
+ });
280
277
  }
281
278
  return (0, _react2.jsx)(EditToolbarButtonWithCardContext, {
282
279
  datasourceId: datasourceId,
@@ -76,7 +76,7 @@ export class BlockCardComponent extends React.PureComponent {
76
76
  url,
77
77
  data
78
78
  } = node.attrs;
79
- const cardInner = /*#__PURE__*/React.createElement(React.Fragment, null, fg('linking-platform-migrate-deprecated-data-prop') ? /*#__PURE__*/React.createElement(SmartCard, {
79
+ const cardInner = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SmartCard, {
80
80
  key: url,
81
81
  url: url !== null && url !== void 0 ? url : data.url,
82
82
  container: this.scrollContainer,
@@ -86,17 +86,6 @@ export class BlockCardComponent extends React.PureComponent {
86
86
  onError: this.onError,
87
87
  platform: 'web',
88
88
  actionOptions: actionOptions
89
- }) : /*#__PURE__*/React.createElement(SmartCard, {
90
- key: url,
91
- url: url,
92
- data: data,
93
- container: this.scrollContainer,
94
- appearance: "block",
95
- onClick: onClick,
96
- onResolve: this.onResolve,
97
- onError: this.onError,
98
- platform: 'web',
99
- actionOptions: actionOptions
100
89
  }), this.gapCursorSpan());
101
90
  // [WS-2307]: we only render card wrapped into a Provider when the value is ready,
102
91
  // otherwise if we got data, we can render the card directly since it doesn't need the Provider
@@ -68,7 +68,7 @@ export const InlineCard = /*#__PURE__*/memo(({
68
68
  url
69
69
  });
70
70
  }, [onResolve]);
71
- const card = useMemo(() => fg('linking-platform-migrate-deprecated-data-prop') ? /*#__PURE__*/React.createElement(SmartCard, {
71
+ const card = useMemo(() => /*#__PURE__*/React.createElement(SmartCard, {
72
72
  key: url,
73
73
  url: url !== null && url !== void 0 ? url : data.url,
74
74
  appearance: "inline",
@@ -81,20 +81,6 @@ export const InlineCard = /*#__PURE__*/memo(({
81
81
  isHovered: isHovered,
82
82
  showHoverPreview: showHoverPreview,
83
83
  hoverPreviewOptions: hoverPreviewOptions
84
- }) : /*#__PURE__*/React.createElement(SmartCard, {
85
- key: url,
86
- url: url,
87
- data: data,
88
- appearance: "inline",
89
- onClick: onClick,
90
- container: scrollContainer,
91
- onResolve: onResolve,
92
- onError: onError,
93
- inlinePreloaderStyle: useAlternativePreloader ? 'on-right-without-skeleton' : undefined,
94
- actionOptions: actionOptions,
95
- isHovered: isHovered,
96
- showHoverPreview: showHoverPreview,
97
- hoverPreviewOptions: hoverPreviewOptions
98
84
  }), [url, data, onClick, scrollContainer, onResolve, onError, useAlternativePreloader, actionOptions, isHovered, showHoverPreview, hoverPreviewOptions]);
99
85
 
100
86
  // [WS-2307]: we only render card wrapped into a Provider when the value is ready,
@@ -16,6 +16,7 @@ import RemoveIcon from '@atlaskit/icon/glyph/editor/remove';
16
16
  import CogIcon from '@atlaskit/icon/glyph/editor/settings';
17
17
  import UnlinkIcon from '@atlaskit/icon/glyph/editor/unlink';
18
18
  import OpenIcon from '@atlaskit/icon/glyph/shortcut';
19
+ import { fg } from '@atlaskit/platform-feature-flags';
19
20
  import { changeSelectedCardToText } from './pm-plugins/doc';
20
21
  import { pluginKey } from './pm-plugins/main';
21
22
  import { DatasourceAppearanceButton } from './ui/DatasourceAppearanceButton';
@@ -254,7 +255,7 @@ const generateToolbarItems = (state, intl, providerFactory, cardOptions, lpLinkP
254
255
  type: 'separator'
255
256
  }, ...getUnlinkButtonGroup(state, intl, node, inlineCard, editorAnalyticsApi), {
256
257
  type: 'copy-button',
257
- supportsViewMode: true,
258
+ supportsViewMode: !fg('platform_editor_remove_copy_button_from_view_mode'),
258
259
  items: [{
259
260
  state,
260
261
  formatMessage: intl.formatMessage,
@@ -12,7 +12,6 @@ import { FloatingToolbarButton as Button, FloatingToolbarSeparator as Separator
12
12
  import { ArrowKeyNavigationType, DropdownContainer as UiDropdown } from '@atlaskit/editor-common/ui-menu';
13
13
  import ExpandIcon from '@atlaskit/icon/glyph/chevron-down';
14
14
  import { ButtonItem } from '@atlaskit/menu';
15
- import { fg } from '@atlaskit/platform-feature-flags';
16
15
  import { Flex } from '@atlaskit/primitives';
17
16
  import { focusEditorView, isDatasourceConfigEditable } from '../../utils';
18
17
  import { CardContextProvider } from '../CardContextProvider';
@@ -245,30 +244,28 @@ export const EditToolbarButton = props => {
245
244
  return jsx(CardContextProvider, null, ({
246
245
  cardContext
247
246
  }) => {
248
- if (fg('enable_datasource_nourl_edit_dropdown_datafetch')) {
249
- if (props.url) {
250
- return jsx(EditToolbarButtonWithUrl, {
251
- datasourceId: datasourceId,
252
- url: props.url,
253
- intl: intl,
254
- editorAnalyticsApi: editorAnalyticsApi,
255
- editorView: editorView,
256
- cardContext: cardContext,
257
- onLinkEditClick: onLinkEditClick,
258
- currentAppearance: currentAppearance
259
- });
260
- }
261
- if (props.datasourceId && props.node) {
262
- return jsx(EditToolbarButtonWithDatasourceId, {
263
- datasourceId: props.datasourceId,
264
- node: props.node,
265
- intl: intl,
266
- editorAnalyticsApi: editorAnalyticsApi,
267
- editorView: editorView,
268
- onLinkEditClick: onLinkEditClick,
269
- currentAppearance: currentAppearance
270
- });
271
- }
247
+ if (props.url) {
248
+ return jsx(EditToolbarButtonWithUrl, {
249
+ datasourceId: datasourceId,
250
+ url: props.url,
251
+ intl: intl,
252
+ editorAnalyticsApi: editorAnalyticsApi,
253
+ editorView: editorView,
254
+ cardContext: cardContext,
255
+ onLinkEditClick: onLinkEditClick,
256
+ currentAppearance: currentAppearance
257
+ });
258
+ }
259
+ if (props.datasourceId && props.node) {
260
+ return jsx(EditToolbarButtonWithDatasourceId, {
261
+ datasourceId: props.datasourceId,
262
+ node: props.node,
263
+ intl: intl,
264
+ editorAnalyticsApi: editorAnalyticsApi,
265
+ editorView: editorView,
266
+ onLinkEditClick: onLinkEditClick,
267
+ currentAppearance: currentAppearance
268
+ });
272
269
  }
273
270
  return jsx(EditToolbarButtonWithCardContext, {
274
271
  datasourceId: datasourceId,
@@ -86,7 +86,7 @@ export var BlockCardComponent = /*#__PURE__*/function (_React$PureComponent) {
86
86
  var _node$attrs = node.attrs,
87
87
  url = _node$attrs.url,
88
88
  data = _node$attrs.data;
89
- var cardInner = /*#__PURE__*/React.createElement(React.Fragment, null, fg('linking-platform-migrate-deprecated-data-prop') ? /*#__PURE__*/React.createElement(SmartCard, {
89
+ var cardInner = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SmartCard, {
90
90
  key: url,
91
91
  url: url !== null && url !== void 0 ? url : data.url,
92
92
  container: this.scrollContainer,
@@ -96,17 +96,6 @@ export var BlockCardComponent = /*#__PURE__*/function (_React$PureComponent) {
96
96
  onError: this.onError,
97
97
  platform: 'web',
98
98
  actionOptions: actionOptions
99
- }) : /*#__PURE__*/React.createElement(SmartCard, {
100
- key: url,
101
- url: url,
102
- data: data,
103
- container: this.scrollContainer,
104
- appearance: "block",
105
- onClick: onClick,
106
- onResolve: this.onResolve,
107
- onError: this.onError,
108
- platform: 'web',
109
- actionOptions: actionOptions
110
99
  }), this.gapCursorSpan());
111
100
  // [WS-2307]: we only render card wrapped into a Provider when the value is ready,
112
101
  // otherwise if we got data, we can render the card directly since it doesn't need the Provider
@@ -66,7 +66,7 @@ export var InlineCard = /*#__PURE__*/memo(function (_ref) {
66
66
  });
67
67
  }, [onResolve]);
68
68
  var card = useMemo(function () {
69
- return fg('linking-platform-migrate-deprecated-data-prop') ? /*#__PURE__*/React.createElement(SmartCard, {
69
+ return /*#__PURE__*/React.createElement(SmartCard, {
70
70
  key: url,
71
71
  url: url !== null && url !== void 0 ? url : data.url,
72
72
  appearance: "inline",
@@ -79,20 +79,6 @@ export var InlineCard = /*#__PURE__*/memo(function (_ref) {
79
79
  isHovered: isHovered,
80
80
  showHoverPreview: showHoverPreview,
81
81
  hoverPreviewOptions: hoverPreviewOptions
82
- }) : /*#__PURE__*/React.createElement(SmartCard, {
83
- key: url,
84
- url: url,
85
- data: data,
86
- appearance: "inline",
87
- onClick: onClick,
88
- container: scrollContainer,
89
- onResolve: onResolve,
90
- onError: onError,
91
- inlinePreloaderStyle: useAlternativePreloader ? 'on-right-without-skeleton' : undefined,
92
- actionOptions: actionOptions,
93
- isHovered: isHovered,
94
- showHoverPreview: showHoverPreview,
95
- hoverPreviewOptions: hoverPreviewOptions
96
82
  });
97
83
  }, [url, data, onClick, scrollContainer, onResolve, onError, useAlternativePreloader, actionOptions, isHovered, showHoverPreview, hoverPreviewOptions]);
98
84
 
@@ -20,6 +20,7 @@ import RemoveIcon from '@atlaskit/icon/glyph/editor/remove';
20
20
  import CogIcon from '@atlaskit/icon/glyph/editor/settings';
21
21
  import UnlinkIcon from '@atlaskit/icon/glyph/editor/unlink';
22
22
  import OpenIcon from '@atlaskit/icon/glyph/shortcut';
23
+ import { fg } from '@atlaskit/platform-feature-flags';
23
24
  import { changeSelectedCardToText } from './pm-plugins/doc';
24
25
  import { pluginKey } from './pm-plugins/main';
25
26
  import { DatasourceAppearanceButton } from './ui/DatasourceAppearanceButton';
@@ -252,7 +253,7 @@ var generateToolbarItems = function generateToolbarItems(state, intl, providerFa
252
253
  type: 'separator'
253
254
  }], _toConsumableArray(getUnlinkButtonGroup(state, intl, node, inlineCard, editorAnalyticsApi)), [{
254
255
  type: 'copy-button',
255
- supportsViewMode: true,
256
+ supportsViewMode: !fg('platform_editor_remove_copy_button_from_view_mode'),
256
257
  items: [{
257
258
  state: state,
258
259
  formatMessage: intl.formatMessage,
@@ -15,7 +15,6 @@ import { FloatingToolbarButton as Button, FloatingToolbarSeparator as Separator
15
15
  import { ArrowKeyNavigationType, DropdownContainer as UiDropdown } from '@atlaskit/editor-common/ui-menu';
16
16
  import ExpandIcon from '@atlaskit/icon/glyph/chevron-down';
17
17
  import { ButtonItem } from '@atlaskit/menu';
18
- import { fg } from '@atlaskit/platform-feature-flags';
19
18
  import { Flex } from '@atlaskit/primitives';
20
19
  import { focusEditorView, isDatasourceConfigEditable } from '../../utils';
21
20
  import { CardContextProvider } from '../CardContextProvider';
@@ -247,30 +246,28 @@ export var EditToolbarButton = function EditToolbarButton(props) {
247
246
  url = props.url;
248
247
  return jsx(CardContextProvider, null, function (_ref) {
249
248
  var cardContext = _ref.cardContext;
250
- if (fg('enable_datasource_nourl_edit_dropdown_datafetch')) {
251
- if (props.url) {
252
- return jsx(EditToolbarButtonWithUrl, {
253
- datasourceId: datasourceId,
254
- url: props.url,
255
- intl: intl,
256
- editorAnalyticsApi: editorAnalyticsApi,
257
- editorView: editorView,
258
- cardContext: cardContext,
259
- onLinkEditClick: onLinkEditClick,
260
- currentAppearance: currentAppearance
261
- });
262
- }
263
- if (props.datasourceId && props.node) {
264
- return jsx(EditToolbarButtonWithDatasourceId, {
265
- datasourceId: props.datasourceId,
266
- node: props.node,
267
- intl: intl,
268
- editorAnalyticsApi: editorAnalyticsApi,
269
- editorView: editorView,
270
- onLinkEditClick: onLinkEditClick,
271
- currentAppearance: currentAppearance
272
- });
273
- }
249
+ if (props.url) {
250
+ return jsx(EditToolbarButtonWithUrl, {
251
+ datasourceId: datasourceId,
252
+ url: props.url,
253
+ intl: intl,
254
+ editorAnalyticsApi: editorAnalyticsApi,
255
+ editorView: editorView,
256
+ cardContext: cardContext,
257
+ onLinkEditClick: onLinkEditClick,
258
+ currentAppearance: currentAppearance
259
+ });
260
+ }
261
+ if (props.datasourceId && props.node) {
262
+ return jsx(EditToolbarButtonWithDatasourceId, {
263
+ datasourceId: props.datasourceId,
264
+ node: props.node,
265
+ intl: intl,
266
+ editorAnalyticsApi: editorAnalyticsApi,
267
+ editorView: editorView,
268
+ onLinkEditClick: onLinkEditClick,
269
+ currentAppearance: currentAppearance
270
+ });
274
271
  }
275
272
  return jsx(EditToolbarButtonWithCardContext, {
276
273
  datasourceId: datasourceId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "4.3.10",
3
+ "version": "4.4.1",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,7 +34,7 @@
34
34
  "@atlaskit/adf-schema": "^44.2.0",
35
35
  "@atlaskit/analytics-next": "^10.1.0",
36
36
  "@atlaskit/custom-steps": "^0.8.0",
37
- "@atlaskit/editor-common": "^94.9.0",
37
+ "@atlaskit/editor-common": "^94.13.0",
38
38
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
39
39
  "@atlaskit/editor-plugin-decorations": "^1.3.0",
40
40
  "@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
@@ -44,21 +44,21 @@
44
44
  "@atlaskit/editor-plugin-grid": "^1.2.0",
45
45
  "@atlaskit/editor-plugin-width": "^1.3.0",
46
46
  "@atlaskit/editor-prosemirror": "6.0.0",
47
- "@atlaskit/editor-shared-styles": "^3.1.0",
47
+ "@atlaskit/editor-shared-styles": "^3.2.0",
48
48
  "@atlaskit/frontend-utilities": "^2.7.0",
49
49
  "@atlaskit/icon": "^22.24.0",
50
50
  "@atlaskit/link-analytics": "^8.5.0",
51
51
  "@atlaskit/link-client-extension": "^2.4.0",
52
- "@atlaskit/link-datasource": "^3.6.0",
52
+ "@atlaskit/link-datasource": "^3.8.0",
53
53
  "@atlaskit/linking-common": "^6.0.0",
54
- "@atlaskit/linking-types": "^9.3.0",
54
+ "@atlaskit/linking-types": "^9.4.0",
55
55
  "@atlaskit/menu": "2.13.2",
56
56
  "@atlaskit/platform-feature-flags": "^0.3.0",
57
57
  "@atlaskit/primitives": "^13.0.0",
58
- "@atlaskit/smart-card": "^30.1.0",
58
+ "@atlaskit/smart-card": "^30.2.0",
59
59
  "@atlaskit/theme": "^14.0.0",
60
- "@atlaskit/tmp-editor-statsig": "^2.10.0",
61
- "@atlaskit/tokens": "^2.0.0",
60
+ "@atlaskit/tmp-editor-statsig": "^2.12.0",
61
+ "@atlaskit/tokens": "^2.2.0",
62
62
  "@babel/runtime": "^7.0.0",
63
63
  "@emotion/react": "^11.7.1",
64
64
  "lodash": "^4.17.21",
@@ -108,9 +108,6 @@
108
108
  "type": "boolean",
109
109
  "referenceOnly": true
110
110
  },
111
- "enable_datasource_nourl_edit_dropdown_datafetch": {
112
- "type": "boolean"
113
- },
114
111
  "platform-datasources-enable-two-way-sync": {
115
112
  "type": "boolean"
116
113
  },
@@ -132,7 +129,7 @@
132
129
  "platform_editor_ssr_fix_smartlinks": {
133
130
  "type": "boolean"
134
131
  },
135
- "linking-platform-migrate-deprecated-data-prop": {
132
+ "platform_editor_remove_copy_button_from_view_mode": {
136
133
  "type": "boolean"
137
134
  }
138
135
  },