Skip to content

Commit bcaf5b2

Browse files
authored
chore(primitive tokens): update tokens package to v0.3.6 (#5073)
* chore(primitive tokens): update tokens package * chore(primitive tokens): latest tokens pkg updates
1 parent 0282ce9 commit bcaf5b2

File tree

5 files changed

+85
-19
lines changed

5 files changed

+85
-19
lines changed

RELEASENOTES.general.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@
5555
- Added `transport_walking`
5656
- Added `utility`
5757
- Added `water`
58+
59+
- BRAND updates to below colors of the palette
60+
- `PALETTE_GREEN_20`: `#1C3326`
61+
- `PALETTE_GREEN_40`: `#396547`
62+
- `PALETTE_HOT_ORANGE_20`: `#4A2413`
63+
- `PALETTE_INDIGO_20`: `#321D71`
64+
- `PALETTE_PURPLE_80`: `#D7BFF2`
65+
- `PALETTE_VIOLET_20`: `#481A54`
5866

5967
## 2.18.1 - June 22, 2022
6068

RELEASENOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@
5656
- Added `utility`
5757
- Added `water`
5858

59+
- BRAND updates to below colors of the palette
60+
- `PALETTE_GREEN_20`: `#1C3326`
61+
- `PALETTE_GREEN_40`: `#396547`
62+
- `PALETTE_HOT_ORANGE_20`: `#4A2413`
63+
- `PALETTE_INDIGO_20`: `#321D71`
64+
- `PALETTE_PURPLE_80`: `#D7BFF2`
65+
- `PALETTE_VIOLET_20`: `#481A54`
66+
5967
## Components
6068
### [Dynamic Icons](https://www.lightningdesignsystem.com/components/dynamic-icons)
6169
#### Changed

design-tokens/aliases/color-palettes.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ aliases:
147147
## Green
148148
PALETTE_GREEN_10: "#071b12"
149149
PALETTE_GREEN_15: "#0c2912"
150-
PALETTE_GREEN_20: "#0e3522"
150+
PALETTE_GREEN_20: "#1c3326"
151151
PALETTE_GREEN_30: "#194e31"
152-
PALETTE_GREEN_40: "#22683e"
152+
PALETTE_GREEN_40: "#396547"
153153
PALETTE_GREEN_50: "#2e844a"
154154
PALETTE_GREEN_60: "#3ba755"
155155
PALETTE_GREEN_65: "#41b658"
@@ -161,7 +161,7 @@ aliases:
161161
## Hot Orange
162162
PALETTE_HOT_ORANGE_10: "#281202"
163163
PALETTE_HOT_ORANGE_15: "#421604"
164-
PALETTE_HOT_ORANGE_20: "#541d01"
164+
PALETTE_HOT_ORANGE_20: "#4a2413"
165165
PALETTE_HOT_ORANGE_30: "#7e2600"
166166
PALETTE_HOT_ORANGE_40: "#aa3001"
167167
PALETTE_HOT_ORANGE_50: "#d83a00"
@@ -175,7 +175,7 @@ aliases:
175175
## Indigo
176176
PALETTE_INDIGO_10: "#200647"
177177
PALETTE_INDIGO_15: "#1f0974"
178-
PALETTE_INDIGO_20: "#260f8f"
178+
PALETTE_INDIGO_20: "#321d71"
179179
PALETTE_INDIGO_30: "#2f2cb7"
180180
PALETTE_INDIGO_40: "#3a49da"
181181
PALETTE_INDIGO_50: "#5867e8"
@@ -224,7 +224,7 @@ aliases:
224224
PALETTE_PURPLE_60: "#ad7bee"
225225
PALETTE_PURPLE_65: "#b78def"
226226
PALETTE_PURPLE_70: "#c29ef1"
227-
PALETTE_PURPLE_80: "#d78ff5"
227+
PALETTE_PURPLE_80: "#d7bff2"
228228
PALETTE_PURPLE_90: "#ece1f9"
229229
PALETTE_PURPLE_95: "#f6f2fb"
230230

@@ -259,7 +259,7 @@ aliases:
259259
## Violet
260260
PALETTE_VIOLET_10: "#2e0039"
261261
PALETTE_VIOLET_15: "#3d0157"
262-
PALETTE_VIOLET_20: "#520066"
262+
PALETTE_VIOLET_20: "#481a54"
263263
PALETTE_VIOLET_30: "#730394"
264264
PALETTE_VIOLET_40: "#9602c7"
265265
PALETTE_VIOLET_50: "#ba01ff"

0 commit comments

Comments
 (0)