Skip to content

Commit 55dc06f

Browse files
authored
Merge pull request #2366 from hashicorp/jt-update-vagrant-gradient
Update Vagrant primary gradient tokens
2 parents 1b09bd8 + 348c10b commit 55dc06f

24 files changed

+43
-38
lines changed

Diff for: .changeset/many-lies-leave.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hashicorp/design-system-tokens': patch
3+
---
4+
5+
Updated design tokens for Vagrant primary gradient to match Figma.

Diff for: packages/tokens/dist/cloud-email/helpers/color.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-border-primary { border: 1px solid #656a7633; }

Diff for: packages/tokens/dist/cloud-email/helpers/elevation.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-elevation-high { box-shadow: 0px 2px 3px 0px #656a7626, 0px 16px 16px -10px #656a7633); }

Diff for: packages/tokens/dist/cloud-email/helpers/focus-ring.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-focus-ring-action-box-shadow { box-shadow: inset 0 0 0 1px #0c56e9, 0 0 0 3px #5990ff; }

Diff for: packages/tokens/dist/cloud-email/helpers/typography.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/tokens/dist/cloud-email/tokens.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// Do not edit directly
3-
// Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
// Generated on Tue, 27 Aug 2024 16:41:13 GMT
44

55
$token-color-palette-blue-500: #1c345f;
66
$token-color-palette-blue-400: #0046d1;
@@ -137,8 +137,8 @@ $token-color-vagrant-brand: #1868f2;
137137
$token-color-vagrant-foreground: #1c61d8;
138138
$token-color-vagrant-surface: #d6ebff;
139139
$token-color-vagrant-border: #c7dbfc;
140-
$token-color-vagrant-gradient-primary-start: #c7dbfc;
141-
$token-color-vagrant-gradient-primary-stop: #7dadff;
140+
$token-color-vagrant-gradient-primary-start: #639cff;
141+
$token-color-vagrant-gradient-primary-stop: #2e71e5;
142142
$token-color-vagrant-gradient-faint-start: #f4faff; // this is the 'vagrant-50' value at 25% opacity on white
143143
$token-color-vagrant-gradient-faint-stop: #d6ebff;
144144
$token-color-vault-radar-brand: #ffcf25;

Diff for: packages/tokens/dist/devdot/css/helpers/color.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-border-primary { border: 1px solid var(--token-color-border-primary); }

Diff for: packages/tokens/dist/devdot/css/helpers/elevation.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-elevation-high { box-shadow: var(--token-elevation-high-box-shadow); }

Diff for: packages/tokens/dist/devdot/css/helpers/focus-ring.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-focus-ring-action-box-shadow { box-shadow: var(--token-focus-ring-action-box-shadow); }

Diff for: packages/tokens/dist/devdot/css/helpers/typography.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/tokens/dist/devdot/css/tokens.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
:root {
@@ -141,8 +141,8 @@
141141
--token-color-vagrant-foreground: #1c61d8;
142142
--token-color-vagrant-surface: #d6ebff;
143143
--token-color-vagrant-border: #c7dbfc;
144-
--token-color-vagrant-gradient-primary-start: #c7dbfc;
145-
--token-color-vagrant-gradient-primary-stop: #7dadff;
144+
--token-color-vagrant-gradient-primary-start: #639cff;
145+
--token-color-vagrant-gradient-primary-stop: #2e71e5;
146146
--token-color-vagrant-gradient-faint-start: #f4faff; /* this is the 'vagrant-50' value at 25% opacity on white */
147147
--token-color-vagrant-gradient-faint-stop: #d6ebff;
148148
--token-color-vault-radar-brand: #ffcf25;

Diff for: packages/tokens/dist/docs/products/tokens.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2945,11 +2945,11 @@
29452945
]
29462946
},
29472947
{
2948-
"value": "#c7dbfc",
2948+
"value": "#639cff",
29492949
"type": "color",
29502950
"group": "branding",
29512951
"original": {
2952-
"value": "{color.palette.vagrant-100.value}",
2952+
"value": "{color.palette.vagrant-300.value}",
29532953
"type": "color",
29542954
"group": "branding"
29552955
},
@@ -2970,11 +2970,11 @@
29702970
]
29712971
},
29722972
{
2973-
"value": "#7dadff",
2973+
"value": "#2e71e5",
29742974
"type": "color",
29752975
"group": "branding",
29762976
"original": {
2977-
"value": "{color.palette.vagrant-200.value}",
2977+
"value": "{color.palette.vagrant-400.value}",
29782978
"type": "color",
29792979
"group": "branding"
29802980
},

Diff for: packages/tokens/dist/marketing/css/helpers/color.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-border-primary { border: 1px solid var(--token-color-border-primary); }

Diff for: packages/tokens/dist/marketing/css/helpers/elevation.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-elevation-high { box-shadow: var(--token-elevation-high-box-shadow); }

Diff for: packages/tokens/dist/marketing/css/helpers/focus-ring.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-focus-ring-action-box-shadow { box-shadow: var(--token-focus-ring-action-box-shadow); }

Diff for: packages/tokens/dist/marketing/css/helpers/typography.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/tokens/dist/marketing/css/tokens.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
:root {
@@ -139,8 +139,8 @@
139139
--token-color-vagrant-foreground: #1c61d8;
140140
--token-color-vagrant-surface: #d6ebff;
141141
--token-color-vagrant-border: #c7dbfc;
142-
--token-color-vagrant-gradient-primary-start: #c7dbfc;
143-
--token-color-vagrant-gradient-primary-stop: #7dadff;
142+
--token-color-vagrant-gradient-primary-start: #639cff;
143+
--token-color-vagrant-gradient-primary-stop: #2e71e5;
144144
--token-color-vagrant-gradient-faint-start: #f4faff; /* this is the 'vagrant-50' value at 25% opacity on white */
145145
--token-color-vagrant-gradient-faint-stop: #d6ebff;
146146
--token-color-vault-radar-brand: #ffcf25;

Diff for: packages/tokens/dist/marketing/tokens.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3279,13 +3279,13 @@
32793279
"gradient": {
32803280
"primary": {
32813281
"start": {
3282-
"value": "#c7dbfc",
3282+
"value": "#639cff",
32833283
"type": "color",
32843284
"group": "branding",
32853285
"filePath": "src/products/shared/color/semantic-product-vagrant.json",
32863286
"isSource": true,
32873287
"original": {
3288-
"value": "{color.palette.vagrant-100.value}",
3288+
"value": "{color.palette.vagrant-300.value}",
32893289
"type": "color",
32903290
"group": "branding"
32913291
},
@@ -3306,13 +3306,13 @@
33063306
]
33073307
},
33083308
"stop": {
3309-
"value": "#7dadff",
3309+
"value": "#2e71e5",
33103310
"type": "color",
33113311
"group": "branding",
33123312
"filePath": "src/products/shared/color/semantic-product-vagrant.json",
33133313
"isSource": true,
33143314
"original": {
3315-
"value": "{color.palette.vagrant-200.value}",
3315+
"value": "{color.palette.vagrant-400.value}",
33163316
"type": "color",
33173317
"group": "branding"
33183318
},

Diff for: packages/tokens/dist/products/css/helpers/color.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-border-primary { border: 1px solid var(--token-color-border-primary); }

Diff for: packages/tokens/dist/products/css/helpers/elevation.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-elevation-high { box-shadow: var(--token-elevation-high-box-shadow); }

Diff for: packages/tokens/dist/products/css/helpers/focus-ring.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
.hds-focus-ring-action-box-shadow { box-shadow: var(--token-focus-ring-action-box-shadow); }

Diff for: packages/tokens/dist/products/css/helpers/typography.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/tokens/dist/products/css/tokens.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 24 Jul 2024 00:26:23 GMT
3+
* Generated on Tue, 27 Aug 2024 16:41:13 GMT
44
*/
55

66
:root {
@@ -139,8 +139,8 @@
139139
--token-color-vagrant-foreground: #1c61d8;
140140
--token-color-vagrant-surface: #d6ebff;
141141
--token-color-vagrant-border: #c7dbfc;
142-
--token-color-vagrant-gradient-primary-start: #c7dbfc;
143-
--token-color-vagrant-gradient-primary-stop: #7dadff;
142+
--token-color-vagrant-gradient-primary-start: #639cff;
143+
--token-color-vagrant-gradient-primary-stop: #2e71e5;
144144
--token-color-vagrant-gradient-faint-start: #f4faff; /* this is the 'vagrant-50' value at 25% opacity on white */
145145
--token-color-vagrant-gradient-faint-stop: #d6ebff;
146146
--token-color-vault-radar-brand: #ffcf25;

Diff for: packages/tokens/src/products/shared/color/semantic-product-vagrant.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"gradient": {
2525
"primary": {
2626
"start": {
27-
"value": "{color.palette.vagrant-100.value}",
27+
"value": "{color.palette.vagrant-300.value}",
2828
"type": "color",
2929
"group": "branding"
3030
},
3131
"stop": {
32-
"value": "{color.palette.vagrant-200.value}",
32+
"value": "{color.palette.vagrant-400.value}",
3333
"type": "color",
3434
"group": "branding"
3535
}

0 commit comments

Comments
 (0)