@hashicorp/design-system-tokens 1.5.0 → 1.7.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @hashicorp/design-system-tokens
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1513](https://github.com/hashicorp/design-system/pull/1513) [`fd5953633`](https://github.com/hashicorp/design-system/commit/fd595363396c2e6672025ab8f9c3df7d2a3fce53) Thanks [@dstaley](https://github.com/dstaley)! - Add JSON output format for `marketing` target (and in the process refactored internal logic for tokens generation)
8
+
9
+ ## 1.6.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#1452](https://github.com/hashicorp/design-system/pull/1452) [`b2ec25b39`](https://github.com/hashicorp/design-system/commit/b2ec25b399ba9aad5f8ae0b1f18a1bef9a6543e0) Thanks [@alex-ju](https://github.com/alex-ju)! - Add design token for loading state icon on search input
14
+
3
15
  ## 1.5.0
4
16
 
5
17
  ### Minor Changes
package/README.md CHANGED
@@ -32,7 +32,7 @@ Then import one of those files in your app's style file (`app.scss` or similar):
32
32
 
33
33
  ## Usage
34
34
 
35
- See the dedicated page on the components website: https://design-system-components-hashicorp.vercel.app/foundations/tokens
35
+ See the dedicated page on the components website: https://helios.hashicorp.design/foundations/tokens
36
36
 
37
37
  ## Contributing
38
38
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 26 Apr 2023 20:11:40 GMT
3
+ * Generated on Wed, 28 Jun 2023 07:32:09 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -234,6 +234,7 @@
234
234
  --token-form-text-input-background-image-data-url-time: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%233B3D45'%3e%3cpath d='M8.5 3.75a.75.75 0 00-1.5 0V8c0 .284.16.544.415.67l2.5 1.25a.75.75 0 10.67-1.34L8.5 7.535V3.75z'/%3e%3cpath d='M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e"); /* notice: the icon color is hardcoded here! */
235
235
  --token-form-text-input-background-image-data-url-search: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23656A76'%3e%3cpath d='M7.25 2a5.25 5.25 0 103.144 9.455l2.326 2.325a.75.75 0 101.06-1.06l-2.325-2.326A5.25 5.25 0 007.25 2zM3.5 7.25a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e"); /* notice: the icon color is hardcoded here! */
236
236
  --token-form-text-input-background-image-data-url-search-cancel: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.78 4.28a.75.75 0 00-1.06-1.06L8 6.94 4.28 3.22a.75.75 0 00-1.06 1.06L6.94 8l-3.72 3.72a.75.75 0 101.06 1.06L8 9.06l3.72 3.72a.75.75 0 101.06-1.06L9.06 8l3.72-3.72z'/%3e%3c/svg%3e"); /* notice: the icon color is hardcoded here! */
237
+ --token-form-text-input-background-image-data-url-search-loading: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' %3e%3cg fill='%23656A76' fill-rule='evenodd' clip-rule='evenodd'%3e%3canimateTransform attributeName='transform' type='rotate' dur='0.9s' from='0 8 8' to='360 8 8' repeatCount='indefinite'/%3e%3cpath d='M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z' opacity='.2'/%3e%3cpath d='M7.25.75A.75.75 0 018 0a8 8 0 018 8 .75.75 0 01-1.5 0A6.5 6.5 0 008 1.5a.75.75 0 01-.75-.75z'/%3e%3c/g%3e%3c/svg%3e"); /* notice: the icon color and animation are hardcoded here! */
237
238
  --token-form-toggle-width: 32px;
238
239
  --token-form-toggle-height: 16px;
239
240
  --token-form-toggle-base-surface-color-default: #f1f2f3; /* the toggle has a different base surface color, compared to the other controls */
@@ -4945,6 +4945,27 @@
4945
4945
  "data-url-search-cancel"
4946
4946
  ]
4947
4947
  },
4948
+ {
4949
+ "value": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' %3e%3cg fill='%23656A76' fill-rule='evenodd' clip-rule='evenodd'%3e%3canimateTransform attributeName='transform' type='rotate' dur='0.9s' from='0 8 8' to='360 8 8' repeatCount='indefinite'/%3e%3cpath d='M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z' opacity='.2'/%3e%3cpath d='M7.25.75A.75.75 0 018 0a8 8 0 018 8 .75.75 0 01-1.5 0A6.5 6.5 0 008 1.5a.75.75 0 01-.75-.75z'/%3e%3c/g%3e%3c/svg%3e\")",
4950
+ "comment": "notice: the icon color and animation are hardcoded here!",
4951
+ "original": {
4952
+ "value": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' %3e%3cg fill='%23656A76' fill-rule='evenodd' clip-rule='evenodd'%3e%3canimateTransform attributeName='transform' type='rotate' dur='0.9s' from='0 8 8' to='360 8 8' repeatCount='indefinite'/%3e%3cpath d='M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z' opacity='.2'/%3e%3cpath d='M7.25.75A.75.75 0 018 0a8 8 0 018 8 .75.75 0 01-1.5 0A6.5 6.5 0 008 1.5a.75.75 0 01-.75-.75z'/%3e%3c/g%3e%3c/svg%3e\")",
4953
+ "comment": "notice: the icon color and animation are hardcoded here!"
4954
+ },
4955
+ "name": "token-form-text-input-background-image-data-url-search-loading",
4956
+ "attributes": {
4957
+ "category": "form",
4958
+ "type": "text-input",
4959
+ "item": "background-image",
4960
+ "subitem": "data-url-search-loading"
4961
+ },
4962
+ "path": [
4963
+ "form",
4964
+ "text-input",
4965
+ "background-image",
4966
+ "data-url-search-loading"
4967
+ ]
4968
+ },
4948
4969
  {
4949
4970
  "value": "32px",
4950
4971
  "type": "size",
@@ -0,0 +1,47 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Fri, 21 Jul 2023 16:17:00 GMT
4
+ */
5
+
6
+ .hds-border-primary { border: 1px solid var(--token-color-border-primary); }
7
+ .hds-border-faint { border: 1px solid var(--token-color-border-faint); }
8
+ .hds-border-strong { border: 1px solid var(--token-color-border-strong); }
9
+ .hds-border-action { border: 1px solid var(--token-color-border-action); }
10
+ .hds-border-highlight { border: 1px solid var(--token-color-border-highlight); }
11
+ .hds-border-success { border: 1px solid var(--token-color-border-success); }
12
+ .hds-border-warning { border: 1px solid var(--token-color-border-warning); }
13
+ .hds-border-critical { border: 1px solid var(--token-color-border-critical); }
14
+ .hds-foreground-strong { color: var(--token-color-foreground-strong); }
15
+ .hds-foreground-primary { color: var(--token-color-foreground-primary); }
16
+ .hds-foreground-faint { color: var(--token-color-foreground-faint); }
17
+ .hds-foreground-high-contrast { color: var(--token-color-foreground-high-contrast); }
18
+ .hds-foreground-disabled { color: var(--token-color-foreground-disabled); }
19
+ .hds-foreground-action { color: var(--token-color-foreground-action); }
20
+ .hds-foreground-action-hover { color: var(--token-color-foreground-action-hover); }
21
+ .hds-foreground-action-active { color: var(--token-color-foreground-action-active); }
22
+ .hds-foreground-highlight { color: var(--token-color-foreground-highlight); }
23
+ .hds-foreground-highlight-on-surface { color: var(--token-color-foreground-highlight-on-surface); }
24
+ .hds-foreground-highlight-high-contrast { color: var(--token-color-foreground-highlight-high-contrast); }
25
+ .hds-foreground-success { color: var(--token-color-foreground-success); }
26
+ .hds-foreground-success-on-surface { color: var(--token-color-foreground-success-on-surface); }
27
+ .hds-foreground-success-high-contrast { color: var(--token-color-foreground-success-high-contrast); }
28
+ .hds-foreground-warning { color: var(--token-color-foreground-warning); }
29
+ .hds-foreground-warning-on-surface { color: var(--token-color-foreground-warning-on-surface); }
30
+ .hds-foreground-warning-high-contrast { color: var(--token-color-foreground-warning-high-contrast); }
31
+ .hds-foreground-critical { color: var(--token-color-foreground-critical); }
32
+ .hds-foreground-critical-on-surface { color: var(--token-color-foreground-critical-on-surface); }
33
+ .hds-foreground-critical-high-contrast { color: var(--token-color-foreground-critical-high-contrast); }
34
+ .hds-page-primary { background-color: var(--token-color-page-primary); }
35
+ .hds-page-faint { background-color: var(--token-color-page-faint); }
36
+ .hds-surface-primary { background-color: var(--token-color-surface-primary); }
37
+ .hds-surface-faint { background-color: var(--token-color-surface-faint); }
38
+ .hds-surface-strong { background-color: var(--token-color-surface-strong); }
39
+ .hds-surface-interactive { background-color: var(--token-color-surface-interactive); }
40
+ .hds-surface-interactive-hover { background-color: var(--token-color-surface-interactive-hover); }
41
+ .hds-surface-interactive-active { background-color: var(--token-color-surface-interactive-active); }
42
+ .hds-surface-interactive-disabled { background-color: var(--token-color-surface-interactive-disabled); }
43
+ .hds-surface-action { background-color: var(--token-color-surface-action); }
44
+ .hds-surface-highlight { background-color: var(--token-color-surface-highlight); }
45
+ .hds-surface-success { background-color: var(--token-color-surface-success); }
46
+ .hds-surface-warning { background-color: var(--token-color-surface-warning); }
47
+ .hds-surface-critical { background-color: var(--token-color-surface-critical); }
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Fri, 21 Jul 2023 16:17:00 GMT
4
+ */
5
+
6
+ .hds-elevation-inset { box-shadow: var(--token-elevation-inset-box-shadow); }
7
+ .hds-elevation-low { box-shadow: var(--token-elevation-low-box-shadow); }
8
+ .hds-elevation-mid { box-shadow: var(--token-elevation-mid-box-shadow); }
9
+ .hds-elevation-high { box-shadow: var(--token-elevation-high-box-shadow); }
10
+ .hds-elevation-higher { box-shadow: var(--token-elevation-higher-box-shadow); }
11
+ .hds-elevation-overlay { box-shadow: var(--token-elevation-overlay-box-shadow); }
12
+ .hds-surface-inset { box-shadow: var(--token-surface-inset-box-shadow); }
13
+ .hds-surface-base { box-shadow: var(--token-surface-base-box-shadow); }
14
+ .hds-surface-low { box-shadow: var(--token-surface-low-box-shadow); }
15
+ .hds-surface-mid { box-shadow: var(--token-surface-mid-box-shadow); }
16
+ .hds-surface-high { box-shadow: var(--token-surface-high-box-shadow); }
17
+ .hds-surface-higher { box-shadow: var(--token-surface-higher-box-shadow); }
18
+ .hds-surface-overlay { box-shadow: var(--token-surface-overlay-box-shadow); }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Fri, 21 Jul 2023 16:17:00 GMT
4
+ */
5
+
6
+ .hds-focus-ring-action-box-shadow { box-shadow: var(--token-focus-ring-action-box-shadow); }
7
+ .hds-focus-ring-critical-box-shadow { box-shadow: var(--token-focus-ring-critical-box-shadow); }
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Fri, 21 Jul 2023 16:17:00 GMT
4
+ */
5
+
6
+ .hds-font-family-sans-display { font-family: var(--token-typography-font-stack-display); }
7
+ .hds-font-family-sans-text { font-family: var(--token-typography-font-stack-text); }
8
+ .hds-font-family-mono-code { font-family: var(--token-typography-font-stack-code); }
9
+ .hds-font-weight-regular { font-weight: 400; }
10
+ .hds-font-weight-medium { font-weight: 500; }
11
+ .hds-font-weight-semibold { font-weight: 600; }
12
+ .hds-font-weight-bold { font-weight: 700; }
13
+ .hds-typography-display-500 { font-family: var(--token-typography-display-500-font-family); font-size: var(--token-typography-display-500-font-size); line-height: var(--token-typography-display-500-line-height); margin: 0; padding: 0; }
14
+ .hds-typography-display-400 { font-family: var(--token-typography-display-400-font-family); font-size: var(--token-typography-display-400-font-size); line-height: var(--token-typography-display-400-line-height); margin: 0; padding: 0; }
15
+ .hds-typography-display-300 { font-family: var(--token-typography-display-300-font-family); font-size: var(--token-typography-display-300-font-size); line-height: var(--token-typography-display-300-line-height); margin: 0; padding: 0; }
16
+ .hds-typography-display-200 { font-family: var(--token-typography-display-200-font-family); font-size: var(--token-typography-display-200-font-size); line-height: var(--token-typography-display-200-line-height); margin: 0; padding: 0; }
17
+ .hds-typography-display-100 { font-family: var(--token-typography-display-100-font-family); font-size: var(--token-typography-display-100-font-size); line-height: var(--token-typography-display-100-line-height); margin: 0; padding: 0; }
18
+ .hds-typography-body-300 { font-family: var(--token-typography-body-300-font-family); font-size: var(--token-typography-body-300-font-size); line-height: var(--token-typography-body-300-line-height); margin: 0; padding: 0; }
19
+ .hds-typography-body-200 { font-family: var(--token-typography-body-200-font-family); font-size: var(--token-typography-body-200-font-size); line-height: var(--token-typography-body-200-line-height); margin: 0; padding: 0; }
20
+ .hds-typography-body-100 { font-family: var(--token-typography-body-100-font-family); font-size: var(--token-typography-body-100-font-size); line-height: var(--token-typography-body-100-line-height); margin: 0; padding: 0; }
21
+ .hds-typography-code-100 { font-family: var(--token-typography-code-100-font-family); font-size: var(--token-typography-code-100-font-size); line-height: var(--token-typography-code-100-line-height); margin: 0; padding: 0; }
22
+ .hds-typography-code-200 { font-family: var(--token-typography-code-200-font-family); font-size: var(--token-typography-code-200-font-size); line-height: var(--token-typography-code-200-line-height); margin: 0; padding: 0; }
23
+ .hds-typography-code-300 { font-family: var(--token-typography-code-300-font-family); font-size: var(--token-typography-code-300-font-size); line-height: var(--token-typography-code-300-line-height); margin: 0; padding: 0; }
@@ -0,0 +1,334 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Fri, 21 Jul 2023 16:17:00 GMT
4
+ */
5
+
6
+ :root {
7
+ --token-color-palette-blue-500: #1c345f;
8
+ --token-color-palette-blue-400: #0046d1;
9
+ --token-color-palette-blue-300: #0c56e9;
10
+ --token-color-palette-blue-200: #1060ff;
11
+ --token-color-palette-blue-100: #cce3fe;
12
+ --token-color-palette-blue-50: #f2f8ff;
13
+ --token-color-palette-purple-500: #42215b;
14
+ --token-color-palette-purple-400: #7b00db;
15
+ --token-color-palette-purple-300: #911ced;
16
+ --token-color-palette-purple-200: #a737ff;
17
+ --token-color-palette-purple-100: #ead2fe;
18
+ --token-color-palette-purple-50: #f9f2ff;
19
+ --token-color-palette-green-500: #054220;
20
+ --token-color-palette-green-400: #006619;
21
+ --token-color-palette-green-300: #00781e;
22
+ --token-color-palette-green-200: #008a22;
23
+ --token-color-palette-green-100: #cceeda;
24
+ --token-color-palette-green-50: #f2fbf6;
25
+ --token-color-palette-amber-500: #542800;
26
+ --token-color-palette-amber-400: #803d00;
27
+ --token-color-palette-amber-300: #9e4b00;
28
+ --token-color-palette-amber-200: #bb5a00;
29
+ --token-color-palette-amber-100: #fbeabf;
30
+ --token-color-palette-amber-50: #fff9e8;
31
+ --token-color-palette-red-500: #51130a;
32
+ --token-color-palette-red-400: #940004;
33
+ --token-color-palette-red-300: #c00005;
34
+ --token-color-palette-red-200: #e52228;
35
+ --token-color-palette-red-100: #fbd4d4;
36
+ --token-color-palette-red-50: #fff5f5;
37
+ --token-color-palette-neutral-700: #0c0c0e;
38
+ --token-color-palette-neutral-600: #3b3d45;
39
+ --token-color-palette-neutral-500: #656a76;
40
+ --token-color-palette-neutral-400: #8c909c;
41
+ --token-color-palette-neutral-300: #c2c5cb;
42
+ --token-color-palette-neutral-200: #dedfe3;
43
+ --token-color-palette-neutral-100: #f1f2f3;
44
+ --token-color-palette-neutral-50: #fafafa;
45
+ --token-color-palette-neutral-0: #ffffff;
46
+ --token-color-palette-alpha-300: #3b3d4566;
47
+ --token-color-palette-alpha-200: #656a7633;
48
+ --token-color-palette-alpha-100: #656a761a;
49
+ --token-color-border-primary: #656a7633;
50
+ --token-color-border-faint: #656a761a;
51
+ --token-color-border-strong: #3b3d4566;
52
+ --token-color-border-action: #cce3fe;
53
+ --token-color-border-highlight: #ead2fe;
54
+ --token-color-border-success: #cceeda;
55
+ --token-color-border-warning: #fbeabf;
56
+ --token-color-border-critical: #fbd4d4;
57
+ --token-color-focus-action-internal: #0c56e9;
58
+ --token-color-focus-action-external: #5990ff; /* this is a special color used only for the focus style, to pass color contrast for a11y purpose */
59
+ --token-color-focus-critical-internal: #c00005;
60
+ --token-color-focus-critical-external: #dd7578; /* this is a special color used only for the focus style, to pass color contrast for a11y purpose */
61
+ --token-color-foreground-strong: #0c0c0e;
62
+ --token-color-foreground-primary: #3b3d45;
63
+ --token-color-foreground-faint: #656a76;
64
+ --token-color-foreground-high-contrast: #ffffff;
65
+ --token-color-foreground-disabled: #8c909c;
66
+ --token-color-foreground-action: #1060ff;
67
+ --token-color-foreground-action-hover: #0c56e9;
68
+ --token-color-foreground-action-active: #0046d1;
69
+ --token-color-foreground-highlight: #a737ff;
70
+ --token-color-foreground-highlight-on-surface: #911ced;
71
+ --token-color-foreground-highlight-high-contrast: #42215b;
72
+ --token-color-foreground-success: #008a22;
73
+ --token-color-foreground-success-on-surface: #00781e;
74
+ --token-color-foreground-success-high-contrast: #054220;
75
+ --token-color-foreground-warning: #bb5a00;
76
+ --token-color-foreground-warning-on-surface: #9e4b00;
77
+ --token-color-foreground-warning-high-contrast: #542800;
78
+ --token-color-foreground-critical: #e52228;
79
+ --token-color-foreground-critical-on-surface: #c00005;
80
+ --token-color-foreground-critical-high-contrast: #51130a;
81
+ --token-color-page-primary: #ffffff;
82
+ --token-color-page-faint: #fafafa;
83
+ --token-color-surface-primary: #ffffff;
84
+ --token-color-surface-faint: #fafafa;
85
+ --token-color-surface-strong: #f1f2f3;
86
+ --token-color-surface-interactive: #ffffff;
87
+ --token-color-surface-interactive-hover: #f1f2f3;
88
+ --token-color-surface-interactive-active: #dedfe3;
89
+ --token-color-surface-interactive-disabled: #fafafa;
90
+ --token-color-surface-action: #f2f8ff;
91
+ --token-color-surface-highlight: #f9f2ff;
92
+ --token-color-surface-success: #f2fbf6;
93
+ --token-color-surface-warning: #fff9e8;
94
+ --token-color-surface-critical: #fff5f5;
95
+ --token-color-hashicorp-brand: #000000;
96
+ --token-color-boundary-brand: #f24c53;
97
+ --token-color-boundary-foreground: #cf2d32;
98
+ --token-color-boundary-surface: #ffecec;
99
+ --token-color-boundary-border: #fbd7d8;
100
+ --token-color-boundary-gradient-primary-start: #f97076;
101
+ --token-color-boundary-gradient-primary-stop: #db363b;
102
+ --token-color-boundary-gradient-faint-start: #fffafa; /* this is the 'boundary-50' value at 25% opacity on white */
103
+ --token-color-boundary-gradient-faint-stop: #ffecec;
104
+ --token-color-consul-brand: #e03875;
105
+ --token-color-consul-foreground: #d01c5b;
106
+ --token-color-consul-surface: #ffe9f1;
107
+ --token-color-consul-border: #ffcede;
108
+ --token-color-consul-gradient-primary-start: #ff99be;
109
+ --token-color-consul-gradient-primary-stop: #da306e;
110
+ --token-color-consul-gradient-faint-start: #fff9fb; /* this is the 'consul-50' value at 25% opacity on white */
111
+ --token-color-consul-gradient-faint-stop: #ffe9f1;
112
+ --token-color-hcp-brand: #000000;
113
+ --token-color-nomad-brand: #06d092;
114
+ --token-color-nomad-foreground: #008661;
115
+ --token-color-nomad-surface: #d3fdeb;
116
+ --token-color-nomad-border: #bff3dd;
117
+ --token-color-nomad-gradient-primary-start: #bff3dd;
118
+ --token-color-nomad-gradient-primary-stop: #60dea9;
119
+ --token-color-nomad-gradient-faint-start: #f3fff9; /* this is the 'nomad-50' value at 25% opacity on white */
120
+ --token-color-nomad-gradient-faint-stop: #d3fdeb;
121
+ --token-color-packer-brand: #02a8ef;
122
+ --token-color-packer-foreground: #007eb4;
123
+ --token-color-packer-surface: #d4f2ff;
124
+ --token-color-packer-border: #b4e4ff;
125
+ --token-color-packer-gradient-primary-start: #b4e4ff;
126
+ --token-color-packer-gradient-primary-stop: #63d0ff;
127
+ --token-color-packer-gradient-faint-start: #f3fcff; /* this is the 'packer-50' value at 25% opacity on white */
128
+ --token-color-packer-gradient-faint-stop: #d4f2ff;
129
+ --token-color-terraform-brand: #7b42bc;
130
+ --token-color-terraform-foreground: #773cb4;
131
+ --token-color-terraform-surface: #f4ecff;
132
+ --token-color-terraform-border: #ebdbfc;
133
+ --token-color-terraform-gradient-primary-start: #bb8deb;
134
+ --token-color-terraform-gradient-primary-stop: #844fba;
135
+ --token-color-terraform-gradient-faint-start: #fcfaff; /* this is the 'terraform-50' value at 25% opacity on white */
136
+ --token-color-terraform-gradient-faint-stop: #f4ecff;
137
+ --token-color-vagrant-brand: #1868f2;
138
+ --token-color-vagrant-foreground: #1c61d8;
139
+ --token-color-vagrant-surface: #d6ebff;
140
+ --token-color-vagrant-border: #c7dbfc;
141
+ --token-color-vagrant-gradient-primary-start: #c7dbfc;
142
+ --token-color-vagrant-gradient-primary-stop: #7dadff;
143
+ --token-color-vagrant-gradient-faint-start: #f4faff; /* this is the 'vagrant-50' value at 25% opacity on white */
144
+ --token-color-vagrant-gradient-faint-stop: #d6ebff;
145
+ --token-color-vault-brand: #ffd814;
146
+ --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 */
147
+ --token-color-vault-foreground: #9a6f00;
148
+ --token-color-vault-surface: #fff9cf;
149
+ --token-color-vault-border: #feec7b;
150
+ --token-color-vault-gradient-primary-start: #feec7b;
151
+ --token-color-vault-gradient-primary-stop: #ffe543;
152
+ --token-color-vault-gradient-faint-start: #fffdf2; /* this is the 'vault-50' value at 25% opacity on white */
153
+ --token-color-vault-gradient-faint-stop: #fff9cf;
154
+ --token-color-waypoint-brand: #14c6cb;
155
+ --token-color-waypoint-foreground: #008196;
156
+ --token-color-waypoint-surface: #e0fcff;
157
+ --token-color-waypoint-border: #cbf1f3;
158
+ --token-color-waypoint-gradient-primary-start: #cbf1f3;
159
+ --token-color-waypoint-gradient-primary-stop: #62d4dc;
160
+ --token-color-waypoint-gradient-faint-start: #f6feff; /* this is the 'waypoint-50' value at 25% opacity on white */
161
+ --token-color-waypoint-gradient-faint-stop: #e0fcff;
162
+ --token-elevation-inset-box-shadow: inset 0px 1px 2px 1px #656a761a;
163
+ --token-elevation-low-box-shadow: 0px 1px 1px 0px #656a760d, 0px 2px 2px 0px #656a760d;
164
+ --token-elevation-mid-box-shadow: 0px 2px 3px 0px #656a761a, 0px 8px 16px -10px #656a7633;
165
+ --token-elevation-high-box-shadow: 0px 2px 3px 0px #656a7626, 0px 16px 16px -10px #656a7633;
166
+ --token-elevation-higher-box-shadow: 0px 2px 3px 0px #656a761a, 0px 12px 28px 0px #656a7640;
167
+ --token-elevation-overlay-box-shadow: 0px 2px 3px 0px #3b3d4540, 0px 12px 24px 0px #3b3d4559;
168
+ --token-surface-inset-box-shadow: inset 0 0 0 1px #656a764d, inset 0px 1px 2px 1px #656a761a;
169
+ --token-surface-base-box-shadow: 0 0 0 1px #656a7633;
170
+ --token-surface-low-box-shadow: 0 0 0 1px #656a7626, 0px 1px 1px 0px #656a760d, 0px 2px 2px 0px #656a760d;
171
+ --token-surface-mid-box-shadow: 0 0 0 1px #656a7626, 0px 2px 3px 0px #656a761a, 0px 8px 16px -10px #656a7633;
172
+ --token-surface-high-box-shadow: 0 0 0 1px #656a7640, 0px 2px 3px 0px #656a7626, 0px 16px 16px -10px #656a7633;
173
+ --token-surface-higher-box-shadow: 0 0 0 1px #656a7633, 0px 2px 3px 0px #656a761a, 0px 12px 28px 0px #656a7640;
174
+ --token-surface-overlay-box-shadow: 0 0 0 1px #3b3d4540, 0px 2px 3px 0px #3b3d4540, 0px 12px 24px 0px #3b3d4559;
175
+ --token-focus-ring-action-box-shadow: inset 0 0 0 1px #0c56e9, 0 0 0 3px #5990ff;
176
+ --token-focus-ring-critical-box-shadow: inset 0 0 0 1px #c00005, 0 0 0 3px #dd7578;
177
+ --token-form-label-color: #0c0c0e;
178
+ --token-form-legend-color: #0c0c0e;
179
+ --token-form-helper-text-color: #656a76;
180
+ --token-form-indicator-optional-color: #656a76;
181
+ --token-form-error-color: #c00005;
182
+ --token-form-error-icon-size: 14px;
183
+ --token-form-checkbox-size: 16px;
184
+ --token-form-checkbox-border-radius: 3px;
185
+ --token-form-checkbox-border-width: 1px;
186
+ --token-form-checkbox-background-image-size: 12px;
187
+ --token-form-checkbox-background-image-data-url: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%23FFF'/%3e%3c/svg%3e"); /* notice: the 'tick' color is hardcoded here! */
188
+ --token-form-checkbox-background-image-data-url-indeterminate: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%23FFF'/%3e%3c/svg%3e"); /* notice: the 'dash' color is hardcoded here! */
189
+ --token-form-checkbox-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%238C909C'/%3e%3c/svg%3e"); /* notice: the 'tick' color is hardcoded here! */
190
+ --token-form-checkbox-background-image-data-url-indeterminate-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%238C909C'/%3e%3c/svg%3e"); /* notice: the 'dash' color is hardcoded here! */
191
+ --token-form-control-base-foreground-value-color: #0c0c0e;
192
+ --token-form-control-base-foreground-placeholder-color: #656a76;
193
+ --token-form-control-base-surface-color-default: #ffffff;
194
+ --token-form-control-base-surface-color-hover: #f1f2f3;
195
+ --token-form-control-base-border-color-default: #8c909c;
196
+ --token-form-control-base-border-color-hover: #656a76;
197
+ --token-form-control-checked-foreground-color: #ffffff;
198
+ --token-form-control-checked-surface-color-default: #1060ff;
199
+ --token-form-control-checked-surface-color-hover: #0c56e9;
200
+ --token-form-control-checked-border-color-default: #0c56e9;
201
+ --token-form-control-checked-border-color-hover: #0046d1;
202
+ --token-form-control-invalid-border-color-default: #c00005;
203
+ --token-form-control-invalid-border-color-hover: #940004;
204
+ --token-form-control-readonly-foreground-color: #3b3d45;
205
+ --token-form-control-readonly-surface-color: #f1f2f3;
206
+ --token-form-control-readonly-border-color: #656a761a;
207
+ --token-form-control-disabled-foreground-color: #8c909c;
208
+ --token-form-control-disabled-surface-color: #fafafa;
209
+ --token-form-control-disabled-border-color: #656a7633;
210
+ --token-form-control-padding: 7px; /* Notice: we have to take in account the border, so it's 1px less than in Figma. */
211
+ --token-form-control-border-radius: 5px;
212
+ --token-form-control-border-width: 1px;
213
+ --token-form-radio-size: 16px;
214
+ --token-form-radio-border-width: 1px;
215
+ --token-form-radio-background-image-size: 12px;
216
+ --token-form-radio-background-image-data-url: url("data:image/svg+xml,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6' cy='6' r='2.5' fill='%23ffffff'/%3e%3c/svg%3e"); /* notice: the 'dot' color is hardcoded here! */
217
+ --token-form-radio-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6' cy='6' r='2.5' fill='%238C909C'/%3e%3c/svg%3e"); /* notice: the 'dot' color is hardcoded here! */
218
+ --token-form-radiocard-group-gap: 16px;
219
+ --token-form-radiocard-border-width: 1px;
220
+ --token-form-radiocard-border-radius: 6px;
221
+ --token-form-radiocard-content-padding: 24px;
222
+ --token-form-radiocard-control-padding: 8px;
223
+ --token-form-radiocard-transition-duration: 0.2s;
224
+ --token-form-select-background-image-size: 16px;
225
+ --token-form-select-background-image-position-right-x: 7px;
226
+ --token-form-select-background-image-position-top-y: 9px;
227
+ --token-form-select-background-image-data-url: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55 2.24a.75.75 0 0 0-1.1 0L4.2 5.74a.75.75 0 1 0 1.1 1.02L8 3.852l2.7 2.908a.75.75 0 1 0 1.1-1.02l-3.25-3.5Zm-1.1 11.52a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02L8 12.148 5.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5Z' fill='%23656A76'/%3E%3C/svg%3E"); /* notice: the 'caret' color is hardcoded here! */
228
+ --token-form-select-background-image-data-url-disabled: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55 2.24a.75.75 0 0 0-1.1 0L4.2 5.74a.75.75 0 1 0 1.1 1.02L8 3.852l2.7 2.908a.75.75 0 1 0 1.1-1.02l-3.25-3.5Zm-1.1 11.52a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02L8 12.148 5.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5Z' fill='%238C909C'/%3E%3C/svg%3E"); /* notice: the 'caret' color is hardcoded here! */
229
+ --token-form-text-input-background-image-size: 16px;
230
+ --token-form-text-input-background-image-position-x: 7px;
231
+ --token-form-text-input-background-image-data-url-date: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.5.75a.75.75 0 00-1.5 0V1H6V.75a.75.75 0 00-1.5 0V1H3.25A2.25 2.25 0 001 3.25v9.5A2.25 2.25 0 003.25 15h9.5A2.25 2.25 0 0015 12.75v-9.5A2.25 2.25 0 0012.75 1H11.5V.75zm-7 2.5V2.5H3.25a.75.75 0 00-.75.75V5h11V3.25a.75.75 0 00-.75-.75H11.5v.75a.75.75 0 01-1.5 0V2.5H6v.75a.75.75 0 01-1.5 0zm9 3.25h-11v6.25c0 .414.336.75.75.75h9.5a.75.75 0 00.75-.75V6.5z' fill-rule='evenodd' clip-rule='evenodd' fill='%233B3D45'/%3e%3c/svg%3e"); /* notice: the icon color is hardcoded here! */
232
+ --token-form-text-input-background-image-data-url-time: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%233B3D45'%3e%3cpath d='M8.5 3.75a.75.75 0 00-1.5 0V8c0 .284.16.544.415.67l2.5 1.25a.75.75 0 10.67-1.34L8.5 7.535V3.75z'/%3e%3cpath d='M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e"); /* notice: the icon color is hardcoded here! */
233
+ --token-form-text-input-background-image-data-url-search: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23656A76'%3e%3cpath d='M7.25 2a5.25 5.25 0 103.144 9.455l2.326 2.325a.75.75 0 101.06-1.06l-2.325-2.326A5.25 5.25 0 007.25 2zM3.5 7.25a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e"); /* notice: the icon color is hardcoded here! */
234
+ --token-form-text-input-background-image-data-url-search-cancel: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.78 4.28a.75.75 0 00-1.06-1.06L8 6.94 4.28 3.22a.75.75 0 00-1.06 1.06L6.94 8l-3.72 3.72a.75.75 0 101.06 1.06L8 9.06l3.72 3.72a.75.75 0 101.06-1.06L9.06 8l3.72-3.72z'/%3e%3c/svg%3e"); /* notice: the icon color is hardcoded here! */
235
+ --token-form-text-input-background-image-data-url-search-loading: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' %3e%3cg fill='%23656A76' fill-rule='evenodd' clip-rule='evenodd'%3e%3canimateTransform attributeName='transform' type='rotate' dur='0.9s' from='0 8 8' to='360 8 8' repeatCount='indefinite'/%3e%3cpath d='M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z' opacity='.2'/%3e%3cpath d='M7.25.75A.75.75 0 018 0a8 8 0 018 8 .75.75 0 01-1.5 0A6.5 6.5 0 008 1.5a.75.75 0 01-.75-.75z'/%3e%3c/g%3e%3c/svg%3e"); /* notice: the icon color and animation are hardcoded here! */
236
+ --token-form-toggle-width: 32px;
237
+ --token-form-toggle-height: 16px;
238
+ --token-form-toggle-base-surface-color-default: #f1f2f3; /* the toggle has a different base surface color, compared to the other controls */
239
+ --token-form-toggle-border-radius: 3px;
240
+ --token-form-toggle-border-width: 1px;
241
+ --token-form-toggle-background-image-size: 12px;
242
+ --token-form-toggle-background-image-position-x: 2px;
243
+ --token-form-toggle-background-image-data-url: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%23FFF'/%3e%3c/svg%3e"); /* notice: the 'tick' color is hardcoded here! */
244
+ --token-form-toggle-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%238C909C'/%3e%3c/svg%3e"); /* notice: the 'tick' color is hardcoded here! */
245
+ --token-form-toggle-transition-duration: 0.2s;
246
+ --token-form-toggle-transition-timing-function: cubic-bezier(0.68, -0.2, 0.265, 1.15);
247
+ --token-form-toggle-thumb-size: 16px;
248
+ --token-pagination-nav-control-height: 36px;
249
+ --token-pagination-nav-control-padding-horizontal: 12px;
250
+ --token-pagination-nav-control-focus-inset: 4px;
251
+ --token-pagination-nav-control-icon-spacing: 6px;
252
+ --token-pagination-nav-indicator-height: 2px;
253
+ --token-pagination-nav-indicator-spacing: 6px;
254
+ --token-pagination-child-spacing-vertical: 8px;
255
+ --token-pagination-child-spacing-horizontal: 20px;
256
+ --token-side-nav-wrapper-padding-horizontal: 16px;
257
+ --token-side-nav-wrapper-padding-vertical: 16px;
258
+ --token-side-nav-header-home-link-padding: 4px;
259
+ --token-side-nav-header-home-link-logo-size: 48px;
260
+ --token-side-nav-header-actions-spacing: 8px;
261
+ --token-side-nav-body-list-margin-vertical: 24px;
262
+ --token-side-nav-body-list-item-height: 36px;
263
+ --token-side-nav-body-list-item-padding-horizontal: 8px;
264
+ --token-side-nav-body-list-item-padding-vertical: 4px;
265
+ --token-side-nav-body-list-item-spacing-vertical: 2px;
266
+ --token-side-nav-body-list-item-content-spacing-horizontal: 8px;
267
+ --token-side-nav-body-list-item-border-radius: 5px;
268
+ --token-side-nav-color-foreground-primary: #dedfe3;
269
+ --token-side-nav-color-foreground-strong: #fff;
270
+ --token-side-nav-color-foreground-faint: #8c909c;
271
+ --token-side-nav-color-surface-primary: #0c0c0e;
272
+ --token-side-nav-color-surface-interactive-hover: #3b3d45;
273
+ --token-side-nav-color-surface-interactive-active: #656a76;
274
+ --token-tabs-tab-height: 36px;
275
+ --token-tabs-tab-padding-horizontal: 12px;
276
+ --token-tabs-tab-padding-vertical: 0px;
277
+ --token-tabs-tab-border-radius: 5px;
278
+ --token-tabs-tab-focus-inset: 6px;
279
+ --token-tabs-tab-gutter: 6px;
280
+ --token-tabs-indicator-height: 3px;
281
+ --token-tabs-indicator-transition-function: cubic-bezier(0.5, 1, 0.89, 1);
282
+ --token-tabs-indicator-transition-duration: 0.6s;
283
+ --token-tabs-divider-height: 1px;
284
+ --token-tooltip-border-radius: 5px;
285
+ --token-tooltip-color-foreground-primary: var(--token-color-foreground-high-contrast);
286
+ --token-tooltip-color-surface-primary: var(--token-color-palette-neutral-700);
287
+ --token-tooltip-focus-offset: -2px;
288
+ --token-tooltip-max-width: 280px;
289
+ --token-tooltip-padding-horizontal: 12px;
290
+ --token-tooltip-padding-vertical: 8px;
291
+ --token-tooltip-transition-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
292
+ --token-typography-font-stack-display: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
293
+ --token-typography-font-stack-text: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
294
+ --token-typography-font-stack-code: ui-monospace, Menlo, Consolas, monospace;
295
+ --token-typography-font-weight-regular: 400;
296
+ --token-typography-font-weight-medium: 500;
297
+ --token-typography-font-weight-semibold: 600;
298
+ --token-typography-font-weight-bold: 700;
299
+ --token-typography-display-500-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
300
+ --token-typography-display-500-font-size: 1.875rem; /* 30px/1.875rem */
301
+ --token-typography-display-500-line-height: 1.2666; /* 38px */
302
+ --token-typography-display-400-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
303
+ --token-typography-display-400-font-size: 1.5rem; /* 24px/1.5rem */
304
+ --token-typography-display-400-line-height: 1.3333; /* 32px */
305
+ --token-typography-display-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
306
+ --token-typography-display-300-font-size: 1.125rem; /* 18px/1.125rem */
307
+ --token-typography-display-300-line-height: 1.3333; /* 24px */
308
+ --token-typography-display-300-letter-spacing: -0.5px; /* this is `tracking` */
309
+ --token-typography-display-200-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
310
+ --token-typography-display-200-font-size: 1rem; /* 16px/1rem */
311
+ --token-typography-display-200-line-height: 1.5; /* 24px */
312
+ --token-typography-display-200-letter-spacing: -0.5px; /* this is `tracking` */
313
+ --token-typography-display-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
314
+ --token-typography-display-100-font-size: 0.8125rem; /* 13px/0.8125rem */
315
+ --token-typography-display-100-line-height: 1.3846; /* 18px */
316
+ --token-typography-body-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
317
+ --token-typography-body-300-font-size: 1rem; /* 16px/1rem */
318
+ --token-typography-body-300-line-height: 1.5; /* 24px */
319
+ --token-typography-body-200-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
320
+ --token-typography-body-200-font-size: 0.875rem; /* 14px/0.875rem */
321
+ --token-typography-body-200-line-height: 1.4286; /* 20px */
322
+ --token-typography-body-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
323
+ --token-typography-body-100-font-size: 0.8125rem; /* 13px/0.8125rem */
324
+ --token-typography-body-100-line-height: 1.3846; /* 18px */
325
+ --token-typography-code-100-font-family: ui-monospace, Menlo, Consolas, monospace;
326
+ --token-typography-code-100-font-size: 0.8125rem; /* 13px/0.8125rem */
327
+ --token-typography-code-100-line-height: 1.23; /* 16px */
328
+ --token-typography-code-200-font-family: ui-monospace, Menlo, Consolas, monospace;
329
+ --token-typography-code-200-font-size: 0.875rem; /* 14px/0.875rem */
330
+ --token-typography-code-200-line-height: 1.125; /* 18px */
331
+ --token-typography-code-300-font-family: ui-monospace, Menlo, Consolas, monospace;
332
+ --token-typography-code-300-font-size: 1rem; /* 16px/1rem */
333
+ --token-typography-code-300-line-height: 1.25; /* 20px */
334
+ }