From 6cb25d29f13bdd95a71cb7f3919f3b4fd582644b Mon Sep 17 00:00:00 2001 From: Sumuga Padman Date: Fri, 3 Nov 2023 20:13:50 -0400 Subject: [PATCH 1/5] chore: fix the spacing for scs parser issue (#5271) --- ui/components/setup-assistant/base/_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/setup-assistant/base/_index.scss b/ui/components/setup-assistant/base/_index.scss index 4ea48cf33a..4f52a4bff1 100644 --- a/ui/components/setup-assistant/base/_index.scss +++ b/ui/components/setup-assistant/base/_index.scss @@ -64,7 +64,7 @@ .slds-setup-assistant__step-summary-content { margin-right: $spacing-xx-large; @include rtl() { - margin-right:$spacing-none; + margin-right: $spacing-none; } } From b94dc44e03cb2c8d165d6126fe1d658a976b7134 Mon Sep 17 00:00:00 2001 From: Amarnath Chandana Date: Fri, 10 Nov 2023 02:29:20 +0530 Subject: [PATCH 2/5] fix(setup-assistant): Fix unscoped .slds-media__figure (#5277) --- ui/components/setup-assistant/base/_index.scss | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/ui/components/setup-assistant/base/_index.scss b/ui/components/setup-assistant/base/_index.scss index 4f52a4bff1..151f4753b0 100644 --- a/ui/components/setup-assistant/base/_index.scss +++ b/ui/components/setup-assistant/base/_index.scss @@ -52,6 +52,12 @@ .slds-progress-ring_large { top: 1px; } + + .slds-media__figure { + @include rtl() { + margin-left: $spacing-small; + } + } } @@ -91,12 +97,16 @@ padding-right: $spacing-large; padding-left: $spacing-medium; } + .slds-media_center{ @include rtl() { margin-right: $spacing-medium; } } -} -.slds-media__figure{ - margin-left: $spacing-small; + + .slds-media__figure { + @include rtl() { + margin-left: $spacing-small; + } + } } From 0a6acba09e71af381a25bac9eadbe316367f622a Mon Sep 17 00:00:00 2001 From: dugg molidor Date: Thu, 9 Nov 2023 13:17:05 -0800 Subject: [PATCH 3/5] add and datestamp release notes --- RELEASENOTES.general.md | 6 +++- RELEASENOTES.md | 35 ++++++++++++++++++- ui/components/setup-assistant/RELEASENOTES.md | 6 ++++ 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.general.md b/RELEASENOTES.general.md index 15c1dc5159..74c392923f 100644 --- a/RELEASENOTES.general.md +++ b/RELEASENOTES.general.md @@ -1,7 +1,11 @@ -## 2.22.1 - August 16, 2023 +## 2.22.2 - November 9, 2023 + +## 2.22.1 - November 2, 2023 + +## 2.22.0 - August 16, 2023 - Fixed the app launcher button is invisible When windows high contrast is enabled. - Fixed the checkbox to high contrast when the focus is placed on it. - Updated icons to `v10.7.0` diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5d0e08df45..4b5905b1ac 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,8 +1,18 @@ -## Release 2.22.0 - August 16, 2023 +## Release 2.22.2 - November 9, 2023 +## Components +### [Setup Assistant](https://www.lightningdesignsystem.com/components/setup-assistant) +#### Changed +- Moved unscoped .slds-media__figure to setup-assistant rtl styles + +## Release 2.22.1 - November 2, 2023 + +## 2.22.0 - August 16, 2023 +- Fixed the app launcher button is invisible When windows high contrast is enabled. +- Fixed the checkbox to high contrast when the focus is placed on it. - Updated icons to `v10.7.0` - Standard Set: - Added `attribute_based_pricing` @@ -63,6 +73,29 @@ - Updated `delegated_account` - Updated `entitlement_policy` +## Components +### [Checkbox](https://www.lightningdesignsystem.com/components/checkbox) +#### Fixed +- Fixed the checkbox to high contrast when the focus is placed on it. + +### [Dynamic Icons](https://www.lightningdesignsystem.com/components/dynamic-icons) +#### Fixed +- Fixed the app launcher button is invisible When windows high contrast is enabled. + +### [Progress Indicator](https://www.lightningdesignsystem.com/components/progress-indicator) +#### Fixed +- Matching styles for [dir=rtl] added. + +### [Setup Assistant](https://www.lightningdesignsystem.com/components/setup-assistant) +#### Added +- Matching styles for [dir=rtl] added. + +### [Summary Detail](https://www.lightningdesignsystem.com/components/summary-detail) +#### Fixed +- Matching styles for [dir=rtl] added. + +## Release 2.22.0 - November 9, 2023 + ## Components ### [Activity Timeline](https://www.lightningdesignsystem.com/components/activity-timeline) #### Changed diff --git a/ui/components/setup-assistant/RELEASENOTES.md b/ui/components/setup-assistant/RELEASENOTES.md index adf5826cd8..378126a285 100644 --- a/ui/components/setup-assistant/RELEASENOTES.md +++ b/ui/components/setup-assistant/RELEASENOTES.md @@ -3,6 +3,12 @@ # Setup Assistant Release Notes +## 2.22.2 + +### Changed + +- Moved unscoped .slds-media__figure to setup-assistant rtl styles + ## 2.22.1 ### Added From bcc844aa9102d4c89fb29764251263c50af25ecc Mon Sep 17 00:00:00 2001 From: dugg molidor Date: Thu, 9 Nov 2023 13:17:34 -0800 Subject: [PATCH 4/5] update config --- ui/_config.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/_config.scss b/ui/_config.scss index 32e60faca4..2a1ea5d72b 100644 --- a/ui/_config.scss +++ b/ui/_config.scss @@ -9,7 +9,7 @@ /// /// @type String /// @access private -$app-version: "2.22.1"; +$app-version: "2.22.2"; /// Debug mode (uncomment to activate) /// Turn on to output deprecation warnings during development From b7514041ad9878da50287e6f38e3b9adcd654655 Mon Sep 17 00:00:00 2001 From: dugg molidor Date: Thu, 9 Nov 2023 13:17:43 -0800 Subject: [PATCH 5/5] 2.22.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22a6f71f9a..cff7626a72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "design-system", - "version": "2.22.1", + "version": "2.22.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "design-system", - "version": "2.22.1", + "version": "2.22.2", "license": "BSD-3-Clause", "dependencies": { "@snyk/protect": "^1.657.0" diff --git a/package.json b/package.json index 0fe4f4a23d..a2ae437739 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "CSS" ], "homepage": "https://lightningdesignsystem.com", - "version": "2.22.1", + "version": "2.22.2", "author": "Salesforce", "bugs": { "url": "https://github.com/salesforce-ux/design-system/issues"