@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 +12 -0
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/BlockCard/views/flexible/FlexibleResolvedView.js +2 -0
- package/dist/cjs/view/HoverCard/styled.js +1 -0
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/BlockCard/views/flexible/FlexibleResolvedView.js +2 -0
- package/dist/es2019/view/HoverCard/styled.js +1 -0
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/BlockCard/views/flexible/FlexibleResolvedView.js +2 -0
- package/dist/esm/view/HoverCard/styled.js +1 -0
- package/package.json +1 -1
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
|
package/dist/cjs/version.json
CHANGED
|
@@ -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
|
package/dist/es2019/version.json
CHANGED
|
@@ -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
|
package/dist/esm/version.json
CHANGED
|
@@ -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
|