Skip to content

Commit d20eadb

Browse files
authored
chore(merge): 2.19.0 Winter 23 ➡️ Spring 23 (#5080)
2 parents bcaf5b2 + 546faaf commit d20eadb

File tree

28 files changed

+106
-62
lines changed

28 files changed

+106
-62
lines changed

.circleci/config.yml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ orbs:
1919
node: circleci/[email protected]
2020
heroku: circleci/[email protected]
2121
browser-tools: circleci/[email protected]
22+
gh: circleci/[email protected]
2223

2324
executors:
2425
slds-executor:
@@ -194,17 +195,6 @@ commands:
194195
fi
195196
fi
196197
197-
install-gh-cli:
198-
description: 'Install Github CLI'
199-
steps:
200-
- run:
201-
name: Install Github CLI
202-
command: |
203-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
204-
sudo apt-add-repository https://cli.github.com/packages
205-
sudo apt update
206-
sudo apt install gh
207-
208198
launch-static-storybook:
209199
description: 'Launch local static Storybook server'
210200
steps:
@@ -231,7 +221,7 @@ jobs:
231221
steps:
232222
- checkout
233223
- run: mkdir -p workspace
234-
- install-gh-cli
224+
- gh/install
235225
- get-pr-number
236226

237227
- run:
@@ -350,7 +340,7 @@ jobs:
350340
- attach_workspace:
351341
at: workspace
352342

353-
- install-gh-cli
343+
- gh/install
354344

355345
- run:
356346
name: 'Github: attach artifact to release'
@@ -452,7 +442,7 @@ jobs:
452442
heroku buildpacks -a ${PUBLISH_STORYBOOK_TO} | grep "https://github.com/salesforce-ux/heroku-buildpack-nginx.git#dse" || heroku buildpacks:set https://github.com/salesforce-ux/heroku-buildpack-nginx.git#dse -a ${PUBLISH_STORYBOOK_TO}
453443
heroku builds:create --source-tar workspace/storybook.tar.gz -a ${PUBLISH_STORYBOOK_TO}
454444
455-
- install-gh-cli
445+
- gh/install
456446
- run:
457447
name: Set Github deployments to "success"
458448
command: |
@@ -520,7 +510,7 @@ jobs:
520510
heroku buildpacks -a ${HEROKU_APP_NAME} | grep "https://github.com/salesforce-ux/heroku-buildpack-nginx.git#dse" || heroku buildpacks:set https://github.com/salesforce-ux/heroku-buildpack-nginx.git#dse -a ${HEROKU_APP_NAME}
521511
heroku builds:create --source-tar site-next.tar.gz -a ${HEROKU_APP_NAME}
522512
523-
- install-gh-cli
513+
- gh/install
524514
- run:
525515
name: Set Github deployments to "success"
526516
command: |
@@ -537,7 +527,7 @@ jobs:
537527
steps:
538528
- checkout
539529
- run: mkdir -p workspace
540-
- install-gh-cli
530+
- gh/install
541531
- get-pr-number
542532

543533
- persist_to_workspace:

RELEASENOTES.general.md

Lines changed: 4 additions & 2 deletions
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.19.0 - Upcoming
4+
## 2.20.0 - Upcoming
5+
6+
## 2.19.0 - August 11, 2022
57

68
- Updated icons to `v10.4.0`
79
- Standard Set:
@@ -55,7 +57,7 @@
5557
- Added `transport_walking`
5658
- Added `utility`
5759
- Added `water`
58-
60+
5961
- BRAND updates to below colors of the palette
6062
- `PALETTE_GREEN_20`: `#1C3326`
6163
- `PALETTE_GREEN_40`: `#396547`

RELEASENOTES.md

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

4-
## Release 2.19.0 - Upcoming
4+
## Release 2.20.0 - Upcoming
5+
6+
## Release 2.19.0 - August 11, 2022
57

68
- Updated icons to `v10.4.0`
79
- Standard Set:
@@ -55,15 +57,14 @@
5557
- Added `transport_walking`
5658
- Added `utility`
5759
- Added `water`
58-
5960
- BRAND updates to below colors of the palette
6061
- `PALETTE_GREEN_20`: `#1C3326`
6162
- `PALETTE_GREEN_40`: `#396547`
6263
- `PALETTE_HOT_ORANGE_20`: `#4A2413`
6364
- `PALETTE_INDIGO_20`: `#321D71`
6465
- `PALETTE_PURPLE_80`: `#D7BFF2`
6566
- `PALETTE_VIOLET_20`: `#481A54`
66-
67+
6768
## Components
6869
### [Dynamic Icons](https://www.lightningdesignsystem.com/components/dynamic-icons)
6970
#### Changed
@@ -77,6 +78,10 @@
7778
#### Changed
7879
- Added tabindex to Footless example for programmatic focus use case.
7980

81+
### [Progress Bar](https://www.lightningdesignsystem.com/components/progress-bar)
82+
#### Added
83+
- Added example for Success under States
84+
8085
### [Tabs](https://www.lightningdesignsystem.com/components/tabs)
8186
#### Added
8287
- Added `role="img"` to unread indicator dot to comply with accessibility usage rules for `aria-label`

design-tokens/extensions/ui-force/image-paths.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ props:
1010
BANNER_GROUP_DEFAULT_IMAGE:
1111
value: ''
1212
USER_DEFAULT_AVATAR:
13-
value: '/assets/images/profile_avatar_200.png'
13+
value: '/profile_avatar_200.png'
1414
USER_DEFAULT_AVATAR_MEDIUM:
15-
value: '/assets/images/profile_avatar_160.png'
15+
value: '/profile_avatar_160.png'
1616
USER_DEFAULT_AVATAR_SMALL:
17-
value: '/assets/images/profile_avatar_96.png'
17+
value: '/profile_avatar_96.png'
1818
GROUP_DEFAULT_AVATAR:
19-
value: '/assets/images/group_avatar_200.png'
19+
value: '/group_avatar_200.png'
2020
GROUP_DEFAULT_AVATAR_MEDIUM:
21-
value: '/assets/images/group_avatar_160.png'
21+
value: '/group_avatar_160.png'
2222
GROUP_DEFAULT_AVATAR_SMALL:
23-
value: '/assets/images/group_avatar_96.png'
23+
value: '/group_avatar_96.png'

design-tokens/themes/oneSalesforce/ui-force/background-color.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ props:
2626
POPOVER_WALKTHROUGH_COLOR_BACKGROUND_ALT:
2727
value: '{!PALETTE_BLUE_50}'
2828
POPOVER_WALKTHROUGH_HEADER_IMAGE:
29-
value: '/assets/images/popovers/popover-header.png'
29+
value: '/popovers/popover-header.png'
3030
type: string
3131
POPOVER_WALKTHROUGH_ALT_IMAGE:
32-
value: '/assets/images/popovers/popover-action.png'
32+
value: '/popovers/popover-action.png'
3333
type: string
3434
POPOVER_WALKTHROUGH_ALT_NUBBIN_COLOR_BACKGROUND:
3535
value: '{!PALETTE_BLUE_50}'

design-tokens/themes/oneSalesforce/ui-force/image-paths.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ global:
77
props:
88
## BANNERS
99
BRAND_BAND_DEFAULT_IMAGE:
10-
value: '/assets/images/themes/oneSalesforce/banner-brand-default.png'
10+
value: '/themes/oneSalesforce/banner-brand-default.png'
1111
BANNER_USER_DEFAULT_IMAGE:
12-
value: '/assets/images/themes/oneSalesforce/banner-user-default.png'
12+
value: '/themes/oneSalesforce/banner-user-default.png'
1313
BANNER_GROUP_DEFAULT_IMAGE:
14-
value: '/assets/images/themes/oneSalesforce/banner-group-public-default.png'
14+
value: '/themes/oneSalesforce/banner-group-public-default.png'

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.19.0-beta.1",
11+
"version": "2.20.0-dev",
1212
"author": "Salesforce",
1313
"bugs": {
1414
"url": "https://github.com/salesforce-ux/design-system/issues"

scripts/gulp/plugins/data-uri.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require('fs');
22
const mime = require('mime');
33
const path = require('path');
44

5-
const root = path.resolve(__dirname, '../../../');
5+
const root = path.resolve(__dirname, '../../../assets/images');
66

77
module.exports = (opts = {}) => {
88
return {

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.18.1";
12+
$app-version: "2.19.0";
1313

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

0 commit comments

Comments
 (0)