@hashicorp/design-system-tokens 0.0.15 → 0.0.16

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.
@@ -2359,6 +2359,27 @@
2359
2359
  "strong"
2360
2360
  ]
2361
2361
  },
2362
+ {
2363
+ "value": "#000000",
2364
+ "type": "color",
2365
+ "group": "branding",
2366
+ "original": {
2367
+ "value": "{color.palette.hashicorp-brand.value}",
2368
+ "type": "color",
2369
+ "group": "branding"
2370
+ },
2371
+ "name": "token-color-hashicorp-brand",
2372
+ "attributes": {
2373
+ "category": "color",
2374
+ "type": "hashicorp",
2375
+ "item": "brand"
2376
+ },
2377
+ "path": [
2378
+ "color",
2379
+ "hashicorp",
2380
+ "brand"
2381
+ ]
2382
+ },
2362
2383
  {
2363
2384
  "value": "#f24c53",
2364
2385
  "type": "color",
@@ -2731,6 +2752,27 @@
2731
2752
  "stop"
2732
2753
  ]
2733
2754
  },
2755
+ {
2756
+ "value": "#000000",
2757
+ "type": "color",
2758
+ "group": "branding",
2759
+ "original": {
2760
+ "value": "{color.palette.hcp-brand.value}",
2761
+ "type": "color",
2762
+ "group": "branding"
2763
+ },
2764
+ "name": "token-color-hcp-brand",
2765
+ "attributes": {
2766
+ "category": "color",
2767
+ "type": "hcp",
2768
+ "item": "brand"
2769
+ },
2770
+ "path": [
2771
+ "color",
2772
+ "hcp",
2773
+ "brand"
2774
+ ]
2775
+ },
2734
2776
  {
2735
2777
  "value": "#06d092",
2736
2778
  "type": "color",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-tokens",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
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 Mon, 06 Dec 2021 11:21:55 GMT
3
+ * Generated on Wed, 08 Dec 2021 16:55:35 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -110,6 +110,7 @@
110
110
  --token-color-neutral-border-primary: #656a7633;
111
111
  --token-color-neutral-border-subtle: #656a761a;
112
112
  --token-color-neutral-border-strong: #3b3d4566;
113
+ --token-color-hashicorp-brand: #000000;
113
114
  --token-color-boundary-brand: #f24c53;
114
115
  --token-color-boundary-foreground: #cf2d32;
115
116
  --token-color-boundary-background: #ffecec;
@@ -126,6 +127,7 @@
126
127
  --token-color-consul-gradient-primary-stop: #da306e;
127
128
  --token-color-consul-gradient-faint-start: #fff9fb; /* this is the 'consul-50' value at 25% opacity on white */
128
129
  --token-color-consul-gradient-faint-stop: #ffe9f1;
130
+ --token-color-hcp-brand: #000000;
129
131
  --token-color-nomad-brand: #06d092;
130
132
  --token-color-nomad-foreground: #008661;
131
133
  --token-color-nomad-background: #d3fdeb;