@atlaskit/editor-plugin-card 5.4.6 → 5.4.7

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,14 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 5.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#132269](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132269)
8
+ [`f6984f0b31c02`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f6984f0b31c02) -
9
+ [ux] Fixed alignment of the icon in OpenButtonOverlay on header link.
10
+ - Updated dependencies
11
+
3
12
  ## 5.4.6
4
13
 
5
14
  ### Patch Changes
@@ -99,7 +99,8 @@ var OpenButtonOverlay = function OpenButtonOverlay(_ref) {
99
99
  href: url,
100
100
  target: "_blank"
101
101
  }, (0, _react2.jsx)(_primitives.Box, {
102
- xcss: iconWrapperStyles
102
+ xcss: iconWrapperStyles,
103
+ "data-inlinecard-button-overlay": "icon-wrapper-line-height"
103
104
  }, (0, _react2.jsx)(_linkExternal.default, {
104
105
  label: ""
105
106
  })), showLabel && (0, _react2.jsx)(_primitives.Text, {
@@ -83,7 +83,8 @@ const OpenButtonOverlay = ({
83
83
  href: url,
84
84
  target: "_blank"
85
85
  }, jsx(Box, {
86
- xcss: iconWrapperStyles
86
+ xcss: iconWrapperStyles,
87
+ "data-inlinecard-button-overlay": "icon-wrapper-line-height"
87
88
  }, jsx(LinkExternalIcon, {
88
89
  label: ""
89
90
  })), showLabel && jsx(Text, {
@@ -89,7 +89,8 @@ var OpenButtonOverlay = function OpenButtonOverlay(_ref) {
89
89
  href: url,
90
90
  target: "_blank"
91
91
  }, jsx(Box, {
92
- xcss: iconWrapperStyles
92
+ xcss: iconWrapperStyles,
93
+ "data-inlinecard-button-overlay": "icon-wrapper-line-height"
93
94
  }, jsx(LinkExternalIcon, {
94
95
  label: ""
95
96
  })), showLabel && jsx(Text, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "5.4.6",
3
+ "version": "5.4.7",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/analytics-next": "^11.0.0",
38
38
  "@atlaskit/button": "^22.0.0",
39
39
  "@atlaskit/custom-steps": "^0.11.0",
40
- "@atlaskit/editor-common": "^102.13.0",
40
+ "@atlaskit/editor-common": "^102.14.0",
41
41
  "@atlaskit/editor-plugin-analytics": "^2.2.0",
42
42
  "@atlaskit/editor-plugin-base": "^2.3.0",
43
43
  "@atlaskit/editor-plugin-connectivity": "^2.0.0",
@@ -57,7 +57,7 @@
57
57
  "@atlaskit/link-datasource": "^4.1.0",
58
58
  "@atlaskit/linking-common": "^8.0.0",
59
59
  "@atlaskit/linking-types": "^9.6.0",
60
- "@atlaskit/menu": "^3.1.0",
60
+ "@atlaskit/menu": "^3.2.0",
61
61
  "@atlaskit/platform-feature-flags": "^1.1.0",
62
62
  "@atlaskit/primitives": "^14.2.0",
63
63
  "@atlaskit/smart-card": "^36.2.0",