Skip to content

Commit e6f2f5a

Browse files
authored
fix(card): update Einstein header annotation, again (#4970)
1 parent 090f45d commit e6f2f5a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

RELEASENOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
- Added `slds` as the default namespace with `sds` fallbacks for Styling Hooks.
4444
- Added reassignment of Styling Hooks for component states.
4545
- Added clarification about card header icon assistive text.
46+
#### Changed
47+
- Fixed annotation for Einstein themed cards (`.slds-einstein-header__figure`)
4648

4749
### [Checkbox](https://www.lightningdesignsystem.com/components/checkbox)
4850
#### Added

ui/components/cards/RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
- Added reassignment of Styling Hooks for component states.
1313
- Added clarification about card header icon assistive text.
1414

15+
### Changed
16+
17+
- Fixed annotation for Einstein themed cards (`.slds-einstein-header__figure`)
18+
1519
## 2.15.1
1620

1721
### Added

ui/components/einstein-header/base/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* @summary Einstein themed card header figure
2424
* @selector .slds-einstein-header__figure
25-
* @restrict div, header
25+
* @restrict .slds-einstein-header, div, header
2626
*/
2727
.slds-einstein-header__figure,
2828
.slds-einstein-header__figure:last-child {

0 commit comments

Comments
 (0)