Skip to content

Commit c0780b6

Browse files
chore(primitive tokens): update tokens package (#5015)
* chore(primitive tokens): update tokens package * chore(primitive tokens): update release notes version * reset package-lock.json Co-authored-by: Doug Molidor <[email protected]>
1 parent 36714bb commit c0780b6

File tree

5 files changed

+116
-110
lines changed

5 files changed

+116
-110
lines changed

RELEASENOTES.general.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

4-
## 2.17.4 - February 4, 2022
4+
## 2.17.5 - February 7, 2022
5+
6+
- Updated design token `COLOR_BACKGROUND_DESTRUCTIVE_HOVER` so that it is a different color from `COLOR_BACKGROUND_DESTRUCTIVE`
57

68
## 2.17.3 - January 27, 2022
79

RELEASENOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
33

4-
## Release 2.17.4 - February 4, 2022
4+
## Release 2.17.5 - February 7, 2022
5+
6+
- Updated design token `COLOR_BACKGROUND_DESTRUCTIVE_HOVER` so that it is a different color from `COLOR_BACKGROUND_DESTRUCTIVE`
7+
8+
## Release 2.17.4 - February 7, 2022
59

610
## Components
711
### [Checkbox](https://www.lightningdesignsystem.com/components/checkbox)

design-tokens/primitive/background-color.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ props:
109109
value: '{!PALETTE_RED_40}'
110110
comment: Color for UI elements related to destructive actions.
111111
COLOR_BACKGROUND_DESTRUCTIVE_HOVER:
112-
value: '{!PALETTE_RED_40}'
112+
value: '{!PALETTE_RED_30}'
113113
comment: Hover color for UI elements related to destructive actions.
114114
COLOR_BACKGROUND_DESTRUCTIVE_ACTIVE:
115115
value: '{!PALETTE_RED_30}'

0 commit comments

Comments
 (0)