@atlaskit/smart-card 24.0.2 → 24.0.3

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
+ ## 24.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9e7d94da3cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e7d94da3cd) - [ux] Fix hover preview background colour in dark mode
8
+
3
9
  ## 24.0.2
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "24.0.2",
3
+ "version": "24.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -11,6 +11,7 @@ var _index = require("../../index");
11
11
  var _constants = require("../../constants");
12
12
  var _templateObject, _templateObject2, _templateObject3, _templateObject4;
13
13
  var flexibleUiOptions = {
14
+ hideBackground: true,
14
15
  hideElevation: true,
15
16
  size: _constants.SmartLinkSize.Medium,
16
17
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "24.0.2",
3
+ "version": "24.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -2,6 +2,7 @@ import { css } from '@emotion/react';
2
2
  import { loadingPlaceholderClassName } from '../../index';
3
3
  import { SmartLinkSize, SmartLinkTheme } from '../../constants';
4
4
  export const flexibleUiOptions = {
5
+ hideBackground: true,
5
6
  hideElevation: true,
6
7
  size: SmartLinkSize.Medium,
7
8
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "24.0.2",
3
+ "version": "24.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -4,6 +4,7 @@ import { css } from '@emotion/react';
4
4
  import { loadingPlaceholderClassName } from '../../index';
5
5
  import { SmartLinkSize, SmartLinkTheme } from '../../constants';
6
6
  export var flexibleUiOptions = {
7
+ hideBackground: true,
7
8
  hideElevation: true,
8
9
  size: SmartLinkSize.Medium,
9
10
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "24.0.2",
3
+ "version": "24.0.3",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"