Skip to content

Commit da5b6d9

Browse files
committed
Merge tag 'v2.21.2' of github.com:salesforce-ux/design-system-internal into opensource-summer-23
2 parents c7e0e1d + 1461a77 commit da5b6d9

File tree

15 files changed

+35
-23
lines changed

15 files changed

+35
-23
lines changed

RELEASENOTES.general.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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.21.2 - June 15, 2023
5+
6+
## Fixed
7+
- Fixed text-selection color issues which was introduced by WCAG 2.1 updates.
8+
- Fixed border colors for components.
9+
410
## 2.21.1 - May 18, 2023
511

612
## Fixed

RELEASENOTES.md

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

4+
## Release 2.21.2 - June 15, 2023
5+
6+
## Fixed
7+
- Fixed text-selection color issues which was introduced by WCAG 2.1 updates.
8+
- Fixed border colors for components.
9+
410
## Release 2.21.1 - May 18, 2023
511

612
## Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"CSS"
99
],
1010
"homepage": "https://lightningdesignsystem.com",
11-
"version": "2.21.1",
11+
"version": "2.21.2",
1212
"author": "Salesforce",
1313
"bugs": {
1414
"url": "https://github.com/salesforce-ux/design-system/issues"

ui/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
///
1010
/// @type String
1111
/// @access private
12-
$app-version: "2.21.1";
12+
$app-version: "2.21.2";
1313

1414
/// Debug mode (uncomment to activate)
1515
/// Turn on to output deprecation warnings during development

ui/components/combobox/base/_index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ input[readonly][role="combobox"] {
496496
display: flex;
497497
position: relative;
498498
background: var(--slds-g-color-neutral-base-100, #{$color-background-alt});
499-
border: 1px solid var(--slds-g-color-border-base-1, #{$color-border});
499+
border: 1px solid var(--slds-g-color-border-base-4, #{$color-border});
500500
border-top: 0;
501501
border-bottom-left-radius: $border-radius-medium;
502502
border-bottom-right-radius: $border-radius-medium;
@@ -589,7 +589,7 @@ input[readonly][role="combobox"] {
589589
.slds-has-object-switcher {
590590
flex-direction: row;
591591
background: var(--slds-g-color-neutral-base-100, #{$color-background-input});
592-
border: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
592+
border: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
593593
border-radius: $border-radius-medium;
594594

595595
.slds-combobox {

ui/components/expression/base/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
*/
7979
.slds-expression__group {
8080
background: var(--slds-g-color-neutral-base-95, #{$color-background});
81-
border: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
81+
border: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
8282
border-radius: $border-radius-medium;
8383
padding: $spacing-small;
8484
margin-top: $spacing-small;

ui/components/expression/filters/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
*/
102102
.slds-filters__group {
103103
background: var(--slds-g-color-neutral-base-95, #{$color-background});
104-
border: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
104+
border: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
105105
border-radius: $border-radius-medium;
106106
padding: $spacing-small;
107107
}

ui/components/feeds/comment/_deprecate.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
&:before {
2525
content: '';
26-
background: var(--slds-g-color-border-base-1, #{$color-border});
26+
background: var(--slds-g-color-border-base-4, #{$color-border});
2727
height: 100%;
2828
width: $border-width-thin;
2929
position: absolute;

ui/components/feeds/post/_index.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111
.slds-feed__item-comments {
1212
background: var(--slds-g-color-neutral-base-95, #{$color-background-post});
13-
border-top: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
14-
border-bottom: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
13+
border-top: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
14+
border-bottom: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
1515

1616
.slds-comment {
1717
padding: $var-spacing-vertical-x-small $spacing-medium;
@@ -30,7 +30,7 @@
3030
padding: $spacing-small $spacing-medium;
3131

3232
@include mq-medium-max {
33-
border-top: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
33+
border-top: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
3434
}
3535

3636
@include mq-large-min {
@@ -90,7 +90,7 @@
9090
order: 1;
9191

9292
@include mq-small-max {
93-
border-top: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
93+
border-top: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
9494
margin: 0 ($spacing-small * -1) ($spacing-small * -1);
9595
padding: 0 $spacing-medium;
9696
}
@@ -197,7 +197,7 @@
197197
// class .slds-region--narrow
198198
.slds-post__footer-actions-list {
199199
order: 1;
200-
border-top: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
200+
border-top: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
201201
margin: 0 ($spacing-small * -1) ($spacing-small * -1);
202202
padding: 0 $spacing-medium;
203203
}

0 commit comments

Comments
 (0)