@hashicorp/design-system-tokens 0.4.5 → 0.4.6

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Feb 2022 12:17:42 GMT
3
+ * Generated on Thu, 03 Feb 2022 13:58:55 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -246,7 +246,7 @@
246
246
  --token-elevation-overlay-shadow-02-color: #3b3d4599;
247
247
  --token-elevation-overlay-border-width: 1px;
248
248
  --token-elevation-overlay-border-color: #3b3d4566;
249
- --token-focus-ring-box-shadow: inset 0 0 0 1px #0c56e9, 0 0 0 1px #5990ff;
249
+ --token-focus-ring-box-shadow: inset 0 0 0 1px #0c56e9, 0 0 0 3px #5990ff;
250
250
  --token-typography-font-stack-display: -apple-system, BlinkMacSystemFont, SF Pro Display, Segoe UI Display, Ubuntu, sans-serif;
251
251
  --token-typography-font-stack-text: -apple-system, BlinkMacSystemFont, SF Pro Text, Segoe UI Text, Ubuntu, sans-serif;
252
252
  --token-typography-font-stack-code: SF Mono, Consolas, Ubuntu Mono, monospace;
@@ -5398,7 +5398,7 @@
5398
5398
  ]
5399
5399
  },
5400
5400
  {
5401
- "value": "inset 0 0 0 1px #0c56e9, 0 0 0 1px #5990ff",
5401
+ "value": "inset 0 0 0 1px #0c56e9, 0 0 0 3px #5990ff",
5402
5402
  "original": {
5403
5403
  "value": "{focus-ring.internal.box-shadow.value}, {focus-ring.external.box-shadow.value}"
5404
5404
  },
@@ -5398,7 +5398,7 @@
5398
5398
  ]
5399
5399
  },
5400
5400
  {
5401
- "value": "inset 0 0 0 1px #0c56e9, 0 0 0 1px #5990ff",
5401
+ "value": "inset 0 0 0 1px #0c56e9, 0 0 0 3px #5990ff",
5402
5402
  "original": {
5403
5403
  "value": "{focus-ring.internal.box-shadow.value}, {focus-ring.external.box-shadow.value}"
5404
5404
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-tokens",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
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 Thu, 03 Feb 2022 12:17:42 GMT
3
+ * Generated on Thu, 03 Feb 2022 13:58:55 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -246,7 +246,7 @@
246
246
  --token-elevation-overlay-shadow-02-color: #3b3d4599;
247
247
  --token-elevation-overlay-border-width: 1px;
248
248
  --token-elevation-overlay-border-color: #3b3d4566;
249
- --token-focus-ring-box-shadow: inset 0 0 0 1px #0c56e9, 0 0 0 1px #5990ff;
249
+ --token-focus-ring-box-shadow: inset 0 0 0 1px #0c56e9, 0 0 0 3px #5990ff;
250
250
  --token-typography-font-stack-display: -apple-system, BlinkMacSystemFont, SF Pro Display, Segoe UI Display, Ubuntu, sans-serif;
251
251
  --token-typography-font-stack-text: -apple-system, BlinkMacSystemFont, SF Pro Text, Segoe UI Text, Ubuntu, sans-serif;
252
252
  --token-typography-font-stack-code: SF Mono, Consolas, Ubuntu Mono, monospace;