@atlaskit/smart-card 24.0.1 → 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,17 @@
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
+
9
+ ## 24.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`134bac37edc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/134bac37edc) - [ux] Adds the ChecklistProgress element to Flexible Block View's secondary section
14
+
3
15
  ## 24.0.1
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "24.0.1",
3
+ "version": "24.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -80,6 +80,8 @@ var FlexibleResolvedView = function FlexibleResolvedView(_ref) {
80
80
  name: _constants.ElementName.ViewCount
81
81
  }, {
82
82
  name: _constants.ElementName.VoteCount
83
+ }, {
84
+ name: _constants.ElementName.ChecklistProgress
83
85
  }, {
84
86
  name: _constants.ElementName.DueOn
85
87
  }],
@@ -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.1",
3
+ "version": "24.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -63,6 +63,8 @@ const FlexibleResolvedView = ({
63
63
  name: ElementName.ViewCount
64
64
  }, {
65
65
  name: ElementName.VoteCount
66
+ }, {
67
+ name: ElementName.ChecklistProgress
66
68
  }, {
67
69
  name: ElementName.DueOn
68
70
  }],
@@ -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.1",
3
+ "version": "24.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -71,6 +71,8 @@ var FlexibleResolvedView = function FlexibleResolvedView(_ref) {
71
71
  name: ElementName.ViewCount
72
72
  }, {
73
73
  name: ElementName.VoteCount
74
+ }, {
75
+ name: ElementName.ChecklistProgress
74
76
  }, {
75
77
  name: ElementName.DueOn
76
78
  }],
@@ -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.1",
3
+ "version": "24.0.3",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"