File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
2
2
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
3
3
4
- ## Release 2.15.1 - April 7 , 2021
4
+ ## Release 2.15.1 - April 12 , 2021
5
5
6
6
## Components
7
+ ### [ Cards] ( https://www.lightningdesignsystem.com/components/cards )
8
+ #### Added
9
+ - Added annotations for Einstein themed cards
10
+
7
11
### [ Menus] ( https://www.lightningdesignsystem.com/components/menus )
8
12
#### Added
9
13
- Added ` aria-expanded ` attribute to menu triggers with value dependent on menu's open state
Original file line number Diff line number Diff line change 3
3
# Cards Release Notes
4
4
5
5
<!-- ## [Unreleased] -->
6
+
7
+ ## 2.15.1
8
+
9
+ ### Added
10
+
11
+ - Added annotations for Einstein themed cards
6
12
## 2.14.0
7
13
8
14
### Added
Original file line number Diff line number Diff line change 1
1
// Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
2
2
// Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license
3
3
4
+ // Annotation in cards/einstein/index.scss
4
5
.slds-einstein-header {
5
6
position : relative ;
6
7
background-color : $einstein-header-background-color ;
18
19
color : currentColor ;
19
20
}
20
21
21
- & __figure ,
22
- & __figure :last-child {
22
+ /* *
23
+ * @summary Einstein themed card header figure
24
+ * @selector .slds-einstein-header__figure
25
+ * @restrict .slds-einstein-header
26
+ */
27
+ .slds-einstein-header__figure ,
28
+ .slds-einstein-header__figure :last-child {
23
29
margin-bottom : calc ((#{$spacing-small } + 5px ) * -1 );
24
30
height : rem (76px );
25
31
background-image : url ($einstein-header-figure );
26
32
background-position : right bottom ;
27
33
background-repeat : no-repeat ;
28
34
}
29
35
30
- & __actions {
36
+ /* *
37
+ * @summary Einstein themed card header actions
38
+ * @selector .slds-einstein-header__actions
39
+ * @restrict .slds-einstein-header
40
+ */
41
+ .slds-einstein-header__actions {
31
42
padding-left : $spacing-medium ;
32
43
display : flex ;
33
44
align-items : center ;
40
51
}
41
52
}
42
53
54
+ // Annotation in popovers/einstein/index.scss
43
55
.slds-popover_einstein {
44
56
45
57
& .slds-nubbin_top ,
Original file line number Diff line number Diff line change 12
12
* @support dev-ready
13
13
* @variant
14
14
*/
15
+
16
+ // CSS found in 'einstein-header/base/index'
You can’t perform that action at this time.
0 commit comments