@atlaskit/smart-card 21.0.0 → 21.0.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,11 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 21.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`919a3124eb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/919a3124eb8) - turn off autofocus for hover card
8
+
3
9
  ## 21.0.0
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "21.0.0",
3
+ "version": "21.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -135,6 +135,7 @@ var HoverCardComponent = function HoverCardComponent(_ref) {
135
135
  onClose: hideCard,
136
136
  placement: "bottom-start",
137
137
  offset: popupOffset.current,
138
+ autoFocus: false,
138
139
  content: function content(_ref2) {
139
140
  var update = _ref2.update;
140
141
  return (0, _core.jsx)("div", {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "21.0.0",
3
+ "version": "21.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -99,6 +99,7 @@ export const HoverCardComponent = ({
99
99
  onClose: hideCard,
100
100
  placement: "bottom-start",
101
101
  offset: popupOffset.current,
102
+ autoFocus: false,
102
103
  content: ({
103
104
  update
104
105
  }) => jsx("div", {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "21.0.0",
3
+ "version": "21.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -108,6 +108,7 @@ export var HoverCardComponent = function HoverCardComponent(_ref) {
108
108
  onClose: hideCard,
109
109
  placement: "bottom-start",
110
110
  offset: popupOffset.current,
111
+ autoFocus: false,
111
112
  content: function content(_ref2) {
112
113
  var update = _ref2.update;
113
114
  return jsx("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "21.0.0",
3
+ "version": "21.0.1",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"