@atlaskit/editor-plugin-card 7.0.7 → 7.0.9

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,20 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 7.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#185723](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185723)
8
+ [`751aeb4580469`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/751aeb4580469) -
9
+ ED-28315 clean up fg platform_editor_controls_patch_13
10
+ - Updated dependencies
11
+
12
+ ## 7.0.8
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 7.0.7
4
19
 
5
20
  ### Patch Changes
@@ -15,7 +15,6 @@ var _uiMenu = require("@atlaskit/editor-common/ui-menu");
15
15
  var _edit = _interopRequireDefault(require("@atlaskit/icon/core/edit"));
16
16
  var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-down"));
17
17
  var _menu = require("@atlaskit/menu");
18
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
19
18
  var _compiled = require("@atlaskit/primitives/compiled");
20
19
  var _expValEqualsNoExposure = require("@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure");
21
20
  var _utils = require("../../pm-plugins/utils");
@@ -68,7 +67,7 @@ var EditToolbarButtonPresentation = function EditToolbarButtonPresentation(_ref)
68
67
  var icon = isControlsOn ? (0, _react2.jsx)(_edit.default, {
69
68
  label: ""
70
69
  }) : undefined;
71
- var tooltipContent = isControlsOn && (0, _platformFeatureFlags.fg)('platform_editor_controls_patch_13') ? intl.formatMessage(_messages.linkToolbarMessages.editLink) : undefined;
70
+ var tooltipContent = isControlsOn ? intl.formatMessage(_messages.linkToolbarMessages.editLink) : undefined;
72
71
  switch (editVariant) {
73
72
  case 'edit-link':
74
73
  {
@@ -13,7 +13,6 @@ import { ArrowKeyNavigationType, DropdownContainer as UiDropdown } from '@atlask
13
13
  import EditIcon from '@atlaskit/icon/core/edit';
14
14
  import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
15
15
  import { ButtonItem } from '@atlaskit/menu';
16
- import { fg } from '@atlaskit/platform-feature-flags';
17
16
  import { Flex } from '@atlaskit/primitives/compiled';
18
17
  import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
19
18
  import { focusEditorView } from '../../pm-plugins/utils';
@@ -51,7 +50,7 @@ const EditToolbarButtonPresentation = ({
51
50
  const icon = isControlsOn ? jsx(EditIcon, {
52
51
  label: ""
53
52
  }) : undefined;
54
- const tooltipContent = isControlsOn && fg('platform_editor_controls_patch_13') ? intl.formatMessage(linkToolbarMessages.editLink) : undefined;
53
+ const tooltipContent = isControlsOn ? intl.formatMessage(linkToolbarMessages.editLink) : undefined;
55
54
  switch (editVariant) {
56
55
  case 'edit-link':
57
56
  {
@@ -14,7 +14,6 @@ import { ArrowKeyNavigationType, DropdownContainer as UiDropdown } from '@atlask
14
14
  import EditIcon from '@atlaskit/icon/core/edit';
15
15
  import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
16
16
  import { ButtonItem } from '@atlaskit/menu';
17
- import { fg } from '@atlaskit/platform-feature-flags';
18
17
  import { Flex } from '@atlaskit/primitives/compiled';
19
18
  import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
20
19
  import { focusEditorView } from '../../pm-plugins/utils';
@@ -60,7 +59,7 @@ var EditToolbarButtonPresentation = function EditToolbarButtonPresentation(_ref)
60
59
  var icon = isControlsOn ? jsx(EditIcon, {
61
60
  label: ""
62
61
  }) : undefined;
63
- var tooltipContent = isControlsOn && fg('platform_editor_controls_patch_13') ? intl.formatMessage(linkToolbarMessages.editLink) : undefined;
62
+ var tooltipContent = isControlsOn ? intl.formatMessage(linkToolbarMessages.editLink) : undefined;
64
63
  switch (editVariant) {
65
64
  case 'edit-link':
66
65
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "7.0.7",
3
+ "version": "7.0.9",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -55,11 +55,11 @@
55
55
  "@atlaskit/link-client-extension": "^5.0.0",
56
56
  "@atlaskit/link-datasource": "^4.13.0",
57
57
  "@atlaskit/linking-common": "^9.1.0",
58
- "@atlaskit/linking-types": "^13.0.0",
58
+ "@atlaskit/linking-types": "^14.0.0",
59
59
  "@atlaskit/menu": "^8.0.0",
60
60
  "@atlaskit/platform-feature-flags": "^1.1.0",
61
61
  "@atlaskit/primitives": "^14.10.0",
62
- "@atlaskit/smart-card": "^40.2.0",
62
+ "@atlaskit/smart-card": "^40.3.0",
63
63
  "@atlaskit/theme": "^19.0.0",
64
64
  "@atlaskit/tmp-editor-statsig": "^9.8.0",
65
65
  "@atlaskit/tokens": "^5.5.0",
@@ -137,9 +137,6 @@
137
137
  "platform_editor_preview_panel_linking": {
138
138
  "type": "boolean"
139
139
  },
140
- "platform_editor_controls_patch_13": {
141
- "type": "boolean"
142
- },
143
140
  "platform_editor_controls_patch_15": {
144
141
  "type": "boolean"
145
142
  }