Skip to content

Commit 0804965

Browse files
authored
chore(icons): add budget icon (#4771)
1 parent 3a6ac52 commit 0804965

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

RELEASENOTES.general.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
- Added SLDS scope customizer tool: `npm run slds:customizer`
1919
- Added new standard color palette for neutral colors (black/white/grays)
20+
- Updated @salesforce-ux/icons to 10.1.1
2021

2122
## 2.15.8 - May 27, 2021
2223

design-tokens/bg-standard.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,3 +891,5 @@ props:
891891
value: '#F88962'
892892
PERSON_LANGUAGE:
893893
value: '#0EB58A'
894+
BUDGET:
895+
value: '#107CAD'

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
@@ -52,7 +52,7 @@
5252
"@salesforce-ux/design-system-markup": "2.0.2",
5353
"@salesforce-ux/design-system-parser": "1.1.0",
5454
"@salesforce-ux/design-system-primitive-tokens": "0.3.2",
55-
"@salesforce-ux/icons": "10.1.0",
55+
"@salesforce-ux/icons": "10.1.1",
5656
"@salesforce-ux/instant-vrt": "2.0.0",
5757
"@salesforce-ux/postcss-annotations-parser": "0.1.1",
5858
"@salesforce-ux/postcss-css-variable-value": "0.2.0",

0 commit comments

Comments
 (0)