Skip to content

Commit 58ec56b

Browse files
authored
feat(icons): update icons to v10.3.0 (#5031)
1 parent 4b65c42 commit 58ec56b

File tree

5 files changed

+39
-8
lines changed

5 files changed

+39
-8
lines changed

RELEASENOTES.general.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
## 2.18.0 - Upcoming
55

66
- Removed `&_` shorthand from numerous selectors in SCSS files
7+
- Updated icons to v10.3.0
8+
- Standard Set:
9+
- Added `slack`
10+
- Added `tableau`
11+
- Added `dashboard_component`
12+
13+
- Utility Set:
14+
- Updated `serialized_product_transaction`
15+
- Updated `serialized_product`
16+
- Added `data_model`
17+
- Added `slack`
18+
- Added `tableau`
19+
- Added `video_off`
720

821
## 2.17.5 - February 10, 2022
922

RELEASENOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
## Release 2.18.0 - Upcoming
55

66
- Removed `&_` shorthand from numerous selectors in SCSS files
7+
- Updated icons to v10.3.0
8+
- Standard Set:
9+
- Added `slack`
10+
- Added `tableau`
11+
- Added `dashboard_component`
12+
- Utility Set:
13+
- Updated `serialized_product_transaction`
14+
- Updated `serialized_product`
15+
- Added `data_model`
16+
- Added `slack`
17+
- Added `tableau`
18+
- Added `video_off`
719

820
## Components
921
### [Button Icons](https://www.lightningdesignsystem.com/components/button-icons)

design-tokens/bg-standard.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,3 +921,9 @@ props:
921921
value: '#7E8BE4'
922922
WORKFORCE_ENGAGEMENT:
923923
value: '#9D3856'
924+
SLACK:
925+
value: '#4A154B'
926+
TABLEAU:
927+
value: '#0F1E3C'
928+
DASHBOARD_COMPONENT:
929+
value: '#7E8BE4'

package-lock.json

Lines changed: 7 additions & 7 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
@@ -49,7 +49,7 @@
4949
"@salesforce-ux/design-system-markup": "^2.0.4",
5050
"@salesforce-ux/design-system-parser": "^1.1.1",
5151
"@salesforce-ux/design-system-primitive-tokens": "0.3.5",
52-
"@salesforce-ux/icons": "10.2.2",
52+
"@salesforce-ux/icons": "10.3.0",
5353
"@salesforce-ux/instant-vrt": "2.0.0",
5454
"@salesforce-ux/postcss-annotations-parser": "0.1.1",
5555
"@salesforce-ux/postcss-css-variable-value": "0.2.0",

0 commit comments

Comments
 (0)