Skip to content

Commit 31a48c0

Browse files
authored
Merge pull request #5207 from salesforce-ux/merge-summer-23-winter-24
2 parents 2874618 + 56d3ba4 commit 31a48c0

File tree

13 files changed

+34
-20
lines changed

13 files changed

+34
-20
lines changed

RELEASENOTES.general.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
- Added `visibility_rule_assigned`
4848
- Added `walkthroughs`
4949

50+
## 2.21.2 - June 15, 2023
51+
52+
## Fixed
53+
- Fixed text-selection color issues which was introduced by WCAG 2.1 updates.
54+
- Fixed border colors for components.
55+
5056
## 2.21.1 - May 18, 2023
5157

5258
## Fixed

RELEASENOTES.md

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

4+
<<<<<<< HEAD
45
## Release 2.22.0 - Upcoming
56

67
## Components
@@ -63,6 +64,13 @@
6364
#### Changed
6465
- Replaced aria-hidden with hidden attribute for components that show/hide content
6566
<!-- ## [VERSION] -->
67+
=======
68+
## Release 2.21.2 - June 15, 2023
69+
70+
## Fixed
71+
- Fixed text-selection color issues which was introduced by WCAG 2.1 updates.
72+
- Fixed border colors for components.
73+
>>>>>>> 244-summer-23
6674
6775
## Release 2.21.1 - May 18, 2023
6876

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
}

ui/components/menus/dropdown/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
max-width: $size-medium;
112112
margin-top: $spacing-xxx-small;
113113
margin-bottom: $spacing-xxx-small;
114-
border: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
114+
border: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
115115
border-radius: $border-radius-medium;
116116
padding: $spacing-xx-small 0;
117117
font-size: $font-size-2;

ui/components/pills/base/_deprecate.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
display: flex;
1616
min-height: calc(#{$height-input} + 2px);
1717
padding: $spacing-xxx-small;
18-
border: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
18+
border: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
1919
border-radius: $border-radius-medium;
2020
background-color: var(--slds-g-color-neutral-base-100, #{$color-background-input});
2121

0 commit comments

Comments
 (0)