@atlaskit/smart-card 19.1.12 → 19.1.13

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
+ ## 19.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a575379772a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a575379772a) - Hover Preview: Update z-index
8
+
3
9
  ## 19.1.12
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "19.1.12",
3
+ "version": "19.1.13",
4
4
  "sideEffects": false
5
5
  }
@@ -191,7 +191,9 @@ var HoverCardComponent = function HoverCardComponent(_ref) {
191
191
  onMouseEnter: initShowCard,
192
192
  onMouseLeave: initHideCard
193
193
  }), children);
194
- }
194
+ },
195
+ zIndex: 501 // Temporary fix for Confluence inline comment on editor mod has z-index of 500
196
+
195
197
  });
196
198
  };
197
199
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "19.1.12",
3
+ "version": "19.1.13",
4
4
  "sideEffects": false
5
5
  }
@@ -141,7 +141,9 @@ export const HoverCardComponent = ({
141
141
  trigger: triggerProps => jsx("span", _extends({}, triggerProps, {
142
142
  onMouseEnter: initShowCard,
143
143
  onMouseLeave: initHideCard
144
- }), children)
144
+ }), children),
145
+ zIndex: 501 // Temporary fix for Confluence inline comment on editor mod has z-index of 500
146
+
145
147
  });
146
148
  };
147
149
  export const HoverCard = withAnalyticsContext({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "19.1.12",
3
+ "version": "19.1.13",
4
4
  "sideEffects": false
5
5
  }
@@ -158,7 +158,9 @@ export var HoverCardComponent = function HoverCardComponent(_ref) {
158
158
  onMouseEnter: initShowCard,
159
159
  onMouseLeave: initHideCard
160
160
  }), children);
161
- }
161
+ },
162
+ zIndex: 501 // Temporary fix for Confluence inline comment on editor mod has z-index of 500
163
+
162
164
  });
163
165
  };
164
166
  export var HoverCard = withAnalyticsContext({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "19.1.12",
3
+ "version": "19.1.13",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"