@hashicorp/design-system-tokens 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3496,6 +3496,29 @@
3496
3496
  "brand"
3497
3497
  ]
3498
3498
  },
3499
+ {
3500
+ "value": "#000000",
3501
+ "type": "color",
3502
+ "group": "branding",
3503
+ "comment": "this is a special “alternative” color, used as an exception in some contexts where the normal “brand” color for Vault would not work",
3504
+ "original": {
3505
+ "value": "#000",
3506
+ "type": "color",
3507
+ "group": "branding",
3508
+ "comment": "this is a special “alternative” color, used as an exception in some contexts where the normal “brand” color for Vault would not work"
3509
+ },
3510
+ "name": "token-color-vault-brand-alt",
3511
+ "attributes": {
3512
+ "category": "color",
3513
+ "type": "vault",
3514
+ "item": "brand-alt"
3515
+ },
3516
+ "path": [
3517
+ "color",
3518
+ "vault",
3519
+ "brand-alt"
3520
+ ]
3521
+ },
3499
3522
  {
3500
3523
  "value": "#f5d712",
3501
3524
  "type": "color",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-tokens",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "HashiCorp Design Tokens",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 26 Nov 2021 16:10:32 GMT
3
+ * Generated on Tue, 30 Nov 2021 21:47:27 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -159,6 +159,7 @@
159
159
  --token-color-vagrant-gradient-faint-start: #f4faff; /* this is the 'vagrant-50' value at 25% opacity on white */
160
160
  --token-color-vagrant-gradient-faint-stop: #d6ebff;
161
161
  --token-color-vault-brand: #ffdd04;
162
+ --token-color-vault-brand-alt: #000000; /* this is a special “alternative” color, used as an exception in some contexts where the normal “brand” color for Vault would not work */
162
163
  --token-color-vault-foreground: #f5d712;
163
164
  --token-color-vault-background: #fff9cf;
164
165
  --token-color-vault-border: #feec7b;