@carbon/themes 10.37.0 → 10.39.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.
@@ -6,222 +6,303 @@
6
6
  // LICENSE file in the root directory of this source tree.
7
7
  //
8
8
 
9
- $interactive-01: var(--cds-interactive-01);
10
- $interactive-02: var(--cds-interactive-02);
11
- $interactive-03: var(--cds-interactive-03);
12
- $interactive-04: var(--cds-interactive-04);
13
- $ui-background: var(--cds-ui-background);
14
- $ui-01: var(--cds-ui-01);
15
- $ui-02: var(--cds-ui-02);
16
- $ui-03: var(--cds-ui-03);
17
- $ui-04: var(--cds-ui-04);
18
- $ui-05: var(--cds-ui-05);
19
- $text-01: var(--cds-text-01);
20
- $text-02: var(--cds-text-02);
21
- $text-03: var(--cds-text-03);
22
- $text-04: var(--cds-text-04);
23
- $text-05: var(--cds-text-05);
24
- $text-error: var(--cds-text-error);
25
- $icon-01: var(--cds-icon-01);
26
- $icon-02: var(--cds-icon-02);
27
- $icon-03: var(--cds-icon-03);
28
- $link-01: var(--cds-link-01);
29
- $link-02: var(--cds-link-02);
30
- $inverse-link: var(--cds-inverse-link);
31
- $field-01: var(--cds-field-01);
32
- $field-02: var(--cds-field-02);
33
- $inverse-01: var(--cds-inverse-01);
34
- $inverse-02: var(--cds-inverse-02);
35
- $support-01: var(--cds-support-01);
36
- $support-02: var(--cds-support-02);
37
- $support-03: var(--cds-support-03);
38
- $support-04: var(--cds-support-04);
39
- $inverse-support-01: var(--cds-inverse-support-01);
40
- $inverse-support-02: var(--cds-inverse-support-02);
41
- $inverse-support-03: var(--cds-inverse-support-03);
42
- $inverse-support-04: var(--cds-inverse-support-04);
43
- $overlay-01: var(--cds-overlay-01);
44
- $danger-01: var(--cds-danger-01);
45
- $danger-02: var(--cds-danger-02);
46
- $focus: var(--cds-focus);
47
- $inverse-focus-ui: var(--cds-inverse-focus-ui);
48
- $hover-primary: var(--cds-hover-primary);
49
- $active-primary: var(--cds-active-primary);
50
- $hover-primary-text: var(--cds-hover-primary-text);
51
- $hover-secondary: var(--cds-hover-secondary);
52
- $active-secondary: var(--cds-active-secondary);
53
- $hover-tertiary: var(--cds-hover-tertiary);
54
- $active-tertiary: var(--cds-active-tertiary);
55
- $hover-ui: var(--cds-hover-ui);
56
- $hover-light-ui: var(--cds-hover-light-ui);
57
- $hover-selected-ui: var(--cds-hover-selected-ui);
58
- $active-ui: var(--cds-active-ui);
59
- $active-light-ui: var(--cds-active-light-ui);
60
- $selected-ui: var(--cds-selected-ui);
61
- $selected-light-ui: var(--cds-selected-light-ui);
62
- $inverse-hover-ui: var(--cds-inverse-hover-ui);
63
- $hover-danger: var(--cds-hover-danger);
64
- $active-danger: var(--cds-active-danger);
65
- $hover-row: var(--cds-hover-row);
66
- $visited-link: var(--cds-visited-link);
67
- $disabled-01: var(--cds-disabled-01);
68
- $disabled-02: var(--cds-disabled-02);
69
- $disabled-03: var(--cds-disabled-03);
70
- $highlight: var(--cds-highlight);
71
- $decorative-01: var(--cds-decorative-01);
72
- $button-separator: var(--cds-button-separator);
73
- $skeleton-01: var(--cds-skeleton-01);
74
- $skeleton-02: var(--cds-skeleton-02);
75
- $background: var(--cds-background);
76
- $layer: var(--cds-layer);
77
- $layer-accent: var(--cds-layer-accent);
78
- $layer-accent-hover: var(--cds-layer-accent-hover);
79
- $layer-accent-active: var(--cds-layer-accent-active);
80
- $field: var(--cds-field);
81
- $background-inverse: var(--cds-background-inverse);
82
- $background-brand: var(--cds-background-brand);
83
- $interactive: var(--cds-interactive);
84
- $border-subtle: var(--cds-border-subtle);
85
- $border-strong: var(--cds-border-strong);
86
- $border-inverse: var(--cds-border-inverse);
87
- $border-interactive: var(--cds-border-interactive);
88
- $text-primary: var(--cds-text-primary);
89
- $text-secondary: var(--cds-text-secondary);
90
- $text-placeholder: var(--cds-text-placeholder);
91
- $text-helper: var(--cds-text-helper);
92
- $text-on-color: var(--cds-text-on-color);
93
- $text-inverse: var(--cds-text-inverse);
94
- $link-primary: var(--cds-link-primary);
95
- $link-secondary: var(--cds-link-secondary);
96
- $link-visited: var(--cds-link-visited);
97
- $link-inverse: var(--cds-link-inverse);
98
- $icon-primary: var(--cds-icon-primary);
99
- $icon-secondary: var(--cds-icon-secondary);
100
- $icon-on-color: var(--cds-icon-on-color);
101
- $icon-inverse: var(--cds-icon-inverse);
102
- $support-error: var(--cds-support-error);
103
- $support-success: var(--cds-support-success);
104
- $support-warning: var(--cds-support-warning);
105
- $support-info: var(--cds-support-info);
106
- $support-error-inverse: var(--cds-support-error-inverse);
107
- $support-success-inverse: var(--cds-support-success-inverse);
108
- $support-warning-inverse: var(--cds-support-warning-inverse);
109
- $support-info-inverse: var(--cds-support-info-inverse);
110
- $overlay: var(--cds-overlay);
111
- $toggle-off: var(--cds-toggle-off);
112
- $button-primary: var(--cds-button-primary);
113
- $button-secondary: var(--cds-button-secondary);
114
- $button-tertiary: var(--cds-button-tertiary);
115
- $button-danger-primary: var(--cds-button-danger-primary);
116
- $button-danger-secondary: var(--cds-button-danger-secondary);
117
- $background-active: var(--cds-background-active);
118
- $layer-active: var(--cds-layer-active);
119
- $button-danger-active: var(--cds-button-danger-active);
120
- $button-primary-active: var(--cds-button-primary-active);
121
- $button-secondary-active: var(--cds-button-secondary-active);
122
- $button-tertiary-active: var(--cds-button-tertiary-active);
123
- $focus-inset: var(--cds-focus-inset);
124
- $focus-inverse: var(--cds-focus-inverse);
125
- $background-hover: var(--cds-background-hover);
126
- $layer-hover: var(--cds-layer-hover);
127
- $field-hover: var(--cds-field-hover);
128
- $background-inverse-hover: var(--cds-background-inverse-hover);
129
- $link-primary-hover: var(--cds-link-primary-hover);
130
- $button-danger-hover: var(--cds-button-danger-hover);
131
- $button-primary-hover: var(--cds-button-primary-hover);
132
- $button-secondary-hover: var(--cds-button-secondary-hover);
133
- $button-tertiary-hover: var(--cds-button-tertiary-hover);
134
- $background-selected: var(--cds-background-selected);
135
- $background-selected-hover: var(--cds-background-selected-hover);
136
- $layer-selected: var(--cds-layer-selected);
137
- $layer-selected-hover: var(--cds-layer-selected-hover);
138
- $layer-selected-inverse: var(--cds-layer-selected-inverse);
139
- $border-subtle-selected: var(--cds-border-subtle-selected);
140
- $layer-disabled: var(--cds-layer-disabled);
141
- $field-disabled: var(--cds-field-disabled);
142
- $border-disabled: var(--cds-border-disabled);
143
- $text-disabled: var(--cds-text-disabled);
144
- $button-disabled: var(--cds-button-disabled);
145
- $icon-disabled: var(--cds-icon-disabled);
146
- $text-on-color-disabled: var(--cds-text-on-color-disabled);
147
- $icon-on-color-disabled: var(--cds-icon-on-color-disabled);
148
- $layer-selected-disabled: var(--cds-layer-selected-disabled);
149
- $skeleton-background: var(--cds-skeleton-background);
150
- $skeleton-element: var(--cds-skeleton-element);
151
- $brand-01: var(--cds-brand-01);
152
- $brand-02: var(--cds-brand-02);
153
- $brand-03: var(--cds-brand-03);
154
- $active-01: var(--cds-active-01);
155
- $hover-field: var(--cds-hover-field);
156
- $danger: var(--cds-danger);
157
- $caption-01: var(--cds-caption-01);
158
- $caption-02: var(--cds-caption-02);
159
- $label-01: var(--cds-label-01);
160
- $label-02: var(--cds-label-02);
161
- $helper-text-01: var(--cds-helper-text-01);
162
- $helper-text-02: var(--cds-helper-text-02);
163
- $body-short-01: var(--cds-body-short-01);
164
- $body-long-01: var(--cds-body-long-01);
165
- $body-short-02: var(--cds-body-short-02);
166
- $body-long-02: var(--cds-body-long-02);
167
- $code-01: var(--cds-code-01);
168
- $code-02: var(--cds-code-02);
169
- $heading-01: var(--cds-heading-01);
170
- $productive-heading-01: var(--cds-productive-heading-01);
171
- $heading-02: var(--cds-heading-02);
172
- $productive-heading-02: var(--cds-productive-heading-02);
173
- $productive-heading-03: var(--cds-productive-heading-03);
174
- $productive-heading-04: var(--cds-productive-heading-04);
175
- $productive-heading-05: var(--cds-productive-heading-05);
176
- $productive-heading-06: var(--cds-productive-heading-06);
177
- $productive-heading-07: var(--cds-productive-heading-07);
178
- $expressive-heading-01: var(--cds-expressive-heading-01);
179
- $expressive-heading-02: var(--cds-expressive-heading-02);
180
- $expressive-heading-03: var(--cds-expressive-heading-03);
181
- $expressive-heading-04: var(--cds-expressive-heading-04);
182
- $expressive-heading-05: var(--cds-expressive-heading-05);
183
- $expressive-heading-06: var(--cds-expressive-heading-06);
184
- $expressive-paragraph-01: var(--cds-expressive-paragraph-01);
185
- $quotation-01: var(--cds-quotation-01);
186
- $quotation-02: var(--cds-quotation-02);
187
- $display-01: var(--cds-display-01);
188
- $display-02: var(--cds-display-02);
189
- $display-03: var(--cds-display-03);
190
- $display-04: var(--cds-display-04);
191
- $spacing-01: var(--cds-spacing-01);
192
- $spacing-02: var(--cds-spacing-02);
193
- $spacing-03: var(--cds-spacing-03);
194
- $spacing-04: var(--cds-spacing-04);
195
- $spacing-05: var(--cds-spacing-05);
196
- $spacing-06: var(--cds-spacing-06);
197
- $spacing-07: var(--cds-spacing-07);
198
- $spacing-08: var(--cds-spacing-08);
199
- $spacing-09: var(--cds-spacing-09);
200
- $spacing-10: var(--cds-spacing-10);
201
- $spacing-11: var(--cds-spacing-11);
202
- $spacing-12: var(--cds-spacing-12);
203
- $spacing-13: var(--cds-spacing-13);
204
- $fluid-spacing-01: var(--cds-fluid-spacing-01);
205
- $fluid-spacing-02: var(--cds-fluid-spacing-02);
206
- $fluid-spacing-03: var(--cds-fluid-spacing-03);
207
- $fluid-spacing-04: var(--cds-fluid-spacing-04);
208
- $layout-01: var(--cds-layout-01);
209
- $layout-02: var(--cds-layout-02);
210
- $layout-03: var(--cds-layout-03);
211
- $layout-04: var(--cds-layout-04);
212
- $layout-05: var(--cds-layout-05);
213
- $layout-06: var(--cds-layout-06);
214
- $layout-07: var(--cds-layout-07);
215
- $container-01: var(--cds-container-01);
216
- $container-02: var(--cds-container-02);
217
- $container-03: var(--cds-container-03);
218
- $container-04: var(--cds-container-04);
219
- $container-05: var(--cds-container-05);
220
- $size-xsmall: var(--cds-size-xsmall);
221
- $size-small: var(--cds-size-small);
222
- $size-medium: var(--cds-size-medium);
223
- $size-large: var(--cds-size-large);
224
- $size-xlarge: var(--cds-size-xlarge);
225
- $size-2XLarge: var(--cds-size-2XLarge);
226
- $icon-size-01: var(--cds-icon-size-01);
227
- $icon-size-02: var(--cds-icon-size-02);
9
+ @use 'sass:map';
10
+ @use '../config';
11
+ @use '../theme';
12
+
13
+ /// Specify if a fallback value should be provided for the CSS Custom Property
14
+ $use-fallback-value: false !default;
15
+
16
+ /// Internal helper for generating CSS Custom Properties
17
+ @function _get($token) {
18
+ @if $use-fallback-value == false {
19
+ @return var(--#{config.$prefix}-#{$token});
20
+ } @else {
21
+ @return var(--#{config.$prefix}-#{$token}, #{theme.get($token)});
22
+ }
23
+ }
24
+
25
+ /// The CSS Custom Property for the `background` token
26
+ $background: _get('background') !default;
27
+
28
+ /// The CSS Custom Property for the `background-active` token
29
+ $background-active: _get('background-active') !default;
30
+
31
+ /// The CSS Custom Property for the `background-selected` token
32
+ $background-selected: _get('background-selected') !default;
33
+
34
+ /// The CSS Custom Property for the `background-selected-hover` token
35
+ $background-selected-hover: _get('background-selected-hover') !default;
36
+
37
+ /// The CSS Custom Property for the `background-hover` token
38
+ $background-hover: _get('background-hover') !default;
39
+
40
+ /// The CSS Custom Property for the `background-brand` token
41
+ $background-brand: _get('background-brand') !default;
42
+
43
+ /// The CSS Custom Property for the `background-inverse` token
44
+ $background-inverse: _get('background-inverse') !default;
45
+
46
+ /// The CSS Custom Property for the `background-inverse-hover` token
47
+ $background-inverse-hover: _get('background-inverse-hover') !default;
48
+
49
+ /// The CSS Custom Property for the `layer-01` token
50
+ $layer-01: _get('layer-01') !default;
51
+
52
+ /// The CSS Custom Property for the `layer-active-01` token
53
+ $layer-active-01: _get('layer-active-01') !default;
54
+
55
+ /// The CSS Custom Property for the `layer-hover-01` token
56
+ $layer-hover-01: _get('layer-hover-01') !default;
57
+
58
+ /// The CSS Custom Property for the `layer-selected-01` token
59
+ $layer-selected-01: _get('layer-selected-01') !default;
60
+
61
+ /// The CSS Custom Property for the `layer-selected-hover-01` token
62
+ $layer-selected-hover-01: _get('layer-selected-hover-01') !default;
63
+
64
+ /// The CSS Custom Property for the `layer-02` token
65
+ $layer-02: _get('layer-02') !default;
66
+
67
+ /// The CSS Custom Property for the `layer-active-02` token
68
+ $layer-active-02: _get('layer-active-02') !default;
69
+
70
+ /// The CSS Custom Property for the `layer-hover-02` token
71
+ $layer-hover-02: _get('layer-hover-02') !default;
72
+
73
+ /// The CSS Custom Property for the `layer-selected-02` token
74
+ $layer-selected-02: _get('layer-selected-02') !default;
75
+
76
+ /// The CSS Custom Property for the `layer-selected-hover-02` token
77
+ $layer-selected-hover-02: _get('layer-selected-hover-02') !default;
78
+
79
+ /// The CSS Custom Property for the `layer-03` token
80
+ $layer-03: _get('layer-03') !default;
81
+
82
+ /// The CSS Custom Property for the `layer-active-03` token
83
+ $layer-active-03: _get('layer-active-03') !default;
84
+
85
+ /// The CSS Custom Property for the `layer-hover-03` token
86
+ $layer-hover-03: _get('layer-hover-03') !default;
87
+
88
+ /// The CSS Custom Property for the `layer-selected-03` token
89
+ $layer-selected-03: _get('layer-selected-03') !default;
90
+
91
+ /// The CSS Custom Property for the `layer-selected-hover-03` token
92
+ $layer-selected-hover-03: _get('layer-selected-hover-03') !default;
93
+
94
+ /// The CSS Custom Property for the `layer-disabled` token
95
+ $layer-disabled: _get('layer-disabled') !default;
96
+
97
+ /// The CSS Custom Property for the `layer-selected-inverse` token
98
+ $layer-selected-inverse: _get('layer-selected-inverse') !default;
99
+
100
+ /// The CSS Custom Property for the `layer-selected-disabled` token
101
+ $layer-selected-disabled: _get('layer-selected-disabled') !default;
102
+
103
+ /// The CSS Custom Property for the `layer-accent-01` token
104
+ $layer-accent-01: _get('layer-accent-01') !default;
105
+
106
+ /// The CSS Custom Property for the `layer-accent-active-01` token
107
+ $layer-accent-active-01: _get('layer-accent-active-01') !default;
108
+
109
+ /// The CSS Custom Property for the `layer-accent-hover-01` token
110
+ $layer-accent-hover-01: _get('layer-accent-hover-01') !default;
111
+
112
+ /// The CSS Custom Property for the `layer-accent-02` token
113
+ $layer-accent-02: _get('layer-accent-02') !default;
114
+
115
+ /// The CSS Custom Property for the `layer-accent-active-02` token
116
+ $layer-accent-active-02: _get('layer-accent-active-02') !default;
117
+
118
+ /// The CSS Custom Property for the `layer-accent-hover-02` token
119
+ $layer-accent-hover-02: _get('layer-accent-hover-02') !default;
120
+
121
+ /// The CSS Custom Property for the `layer-accent-03` token
122
+ $layer-accent-03: _get('layer-accent-03') !default;
123
+
124
+ /// The CSS Custom Property for the `layer-accent-active-03` token
125
+ $layer-accent-active-03: _get('layer-accent-active-03') !default;
126
+
127
+ /// The CSS Custom Property for the `layer-accent-hover-03` token
128
+ $layer-accent-hover-03: _get('layer-accent-hover-03') !default;
129
+
130
+ /// The CSS Custom Property for the `field-01` token
131
+ $field-01: _get('field-01') !default;
132
+
133
+ /// The CSS Custom Property for the `field-hover-01` token
134
+ $field-hover-01: _get('field-hover-01') !default;
135
+
136
+ /// The CSS Custom Property for the `field-02` token
137
+ $field-02: _get('field-02') !default;
138
+
139
+ /// The CSS Custom Property for the `field-hover-02` token
140
+ $field-hover-02: _get('field-hover-02') !default;
141
+
142
+ /// The CSS Custom Property for the `field-03` token
143
+ $field-03: _get('field-03') !default;
144
+
145
+ /// The CSS Custom Property for the `field-hover-03` token
146
+ $field-hover-03: _get('field-hover-03') !default;
147
+
148
+ /// The CSS Custom Property for the `field-disabled` token
149
+ $field-disabled: _get('field-disabled') !default;
150
+
151
+ /// The CSS Custom Property for the `interactive` token
152
+ $interactive: _get('interactive') !default;
153
+
154
+ /// The CSS Custom Property for the `border-subtle-00` token
155
+ $border-subtle-00: _get('border-subtle-00') !default;
156
+
157
+ /// The CSS Custom Property for the `border-subtle-01` token
158
+ $border-subtle-01: _get('border-subtle-01') !default;
159
+
160
+ /// The CSS Custom Property for the `border-subtle-selected-01` token
161
+ $border-subtle-selected-01: _get('border-subtle-selected-01') !default;
162
+
163
+ /// The CSS Custom Property for the `border-subtle-02` token
164
+ $border-subtle-02: _get('border-subtle-02') !default;
165
+
166
+ /// The CSS Custom Property for the `border-subtle-selected-02` token
167
+ $border-subtle-selected-02: _get('border-subtle-selected-02') !default;
168
+
169
+ /// The CSS Custom Property for the `border-subtle-03` token
170
+ $border-subtle-03: _get('border-subtle-03') !default;
171
+
172
+ /// The CSS Custom Property for the `border-subtle-selected-03` token
173
+ $border-subtle-selected-03: _get('border-subtle-selected-03') !default;
174
+
175
+ /// The CSS Custom Property for the `border-strong-01` token
176
+ $border-strong-01: _get('border-strong-01') !default;
177
+
178
+ /// The CSS Custom Property for the `border-strong-02` token
179
+ $border-strong-02: _get('border-strong-02') !default;
180
+
181
+ /// The CSS Custom Property for the `border-strong-03` token
182
+ $border-strong-03: _get('border-strong-03') !default;
183
+
184
+ /// The CSS Custom Property for the `border-inverse` token
185
+ $border-inverse: _get('border-inverse') !default;
186
+
187
+ /// The CSS Custom Property for the `border-interactive` token
188
+ $border-interactive: _get('border-interactive') !default;
189
+
190
+ /// The CSS Custom Property for the `border-disabled` token
191
+ $border-disabled: _get('border-disabled') !default;
192
+
193
+ /// The CSS Custom Property for the `text-primary` token
194
+ $text-primary: _get('text-primary') !default;
195
+
196
+ /// The CSS Custom Property for the `text-secondary` token
197
+ $text-secondary: _get('text-secondary') !default;
198
+
199
+ /// The CSS Custom Property for the `text-placeholder` token
200
+ $text-placeholder: _get('text-placeholder') !default;
201
+
202
+ /// The CSS Custom Property for the `text-helper` token
203
+ $text-helper: _get('text-helper') !default;
204
+
205
+ /// The CSS Custom Property for the `text-error` token
206
+ $text-error: _get('text-error') !default;
207
+
208
+ /// The CSS Custom Property for the `text-inverse` token
209
+ $text-inverse: _get('text-inverse') !default;
210
+
211
+ /// The CSS Custom Property for the `text-on-color` token
212
+ $text-on-color: _get('text-on-color') !default;
213
+
214
+ /// The CSS Custom Property for the `text-on-color-disabled` token
215
+ $text-on-color-disabled: _get('text-on-color-disabled') !default;
216
+
217
+ /// The CSS Custom Property for the `text-disabled` token
218
+ $text-disabled: _get('text-disabled') !default;
219
+
220
+ /// The CSS Custom Property for the `link-primary` token
221
+ $link-primary: _get('link-primary') !default;
222
+
223
+ /// The CSS Custom Property for the `link-primary-hover` token
224
+ $link-primary-hover: _get('link-primary-hover') !default;
225
+
226
+ /// The CSS Custom Property for the `link-secondary` token
227
+ $link-secondary: _get('link-secondary') !default;
228
+
229
+ /// The CSS Custom Property for the `link-inverse` token
230
+ $link-inverse: _get('link-inverse') !default;
231
+
232
+ /// The CSS Custom Property for the `link-visited` token
233
+ $link-visited: _get('link-visited') !default;
234
+
235
+ /// The CSS Custom Property for the `icon-primary` token
236
+ $icon-primary: _get('icon-primary') !default;
237
+
238
+ /// The CSS Custom Property for the `icon-secondary` token
239
+ $icon-secondary: _get('icon-secondary') !default;
240
+
241
+ /// The CSS Custom Property for the `icon-inverse` token
242
+ $icon-inverse: _get('icon-inverse') !default;
243
+
244
+ /// The CSS Custom Property for the `icon-on-color` token
245
+ $icon-on-color: _get('icon-on-color') !default;
246
+
247
+ /// The CSS Custom Property for the `icon-on-color-disabled` token
248
+ $icon-on-color-disabled: _get('icon-on-color-disabled') !default;
249
+
250
+ /// The CSS Custom Property for the `icon-disabled` token
251
+ $icon-disabled: _get('icon-disabled') !default;
252
+
253
+ /// The CSS Custom Property for the `support-error` token
254
+ $support-error: _get('support-error') !default;
255
+
256
+ /// The CSS Custom Property for the `support-success` token
257
+ $support-success: _get('support-success') !default;
258
+
259
+ /// The CSS Custom Property for the `support-warning` token
260
+ $support-warning: _get('support-warning') !default;
261
+
262
+ /// The CSS Custom Property for the `support-info` token
263
+ $support-info: _get('support-info') !default;
264
+
265
+ /// The CSS Custom Property for the `support-error-inverse` token
266
+ $support-error-inverse: _get('support-error-inverse') !default;
267
+
268
+ /// The CSS Custom Property for the `support-success-inverse` token
269
+ $support-success-inverse: _get('support-success-inverse') !default;
270
+
271
+ /// The CSS Custom Property for the `support-warning-inverse` token
272
+ $support-warning-inverse: _get('support-warning-inverse') !default;
273
+
274
+ /// The CSS Custom Property for the `support-info-inverse` token
275
+ $support-info-inverse: _get('support-info-inverse') !default;
276
+
277
+ /// The CSS Custom Property for the `support-caution-major` token
278
+ $support-caution-major: _get('support-caution-major') !default;
279
+
280
+ /// The CSS Custom Property for the `support-caution-minor` token
281
+ $support-caution-minor: _get('support-caution-minor') !default;
282
+
283
+ /// The CSS Custom Property for the `support-caution-undefined` token
284
+ $support-caution-undefined: _get('support-caution-undefined') !default;
285
+
286
+ /// The CSS Custom Property for the `highlight` token
287
+ $highlight: _get('highlight') !default;
288
+
289
+ /// The CSS Custom Property for the `overlay` token
290
+ $overlay: _get('overlay') !default;
291
+
292
+ /// The CSS Custom Property for the `toggle-off` token
293
+ $toggle-off: _get('toggle-off') !default;
294
+
295
+ /// The CSS Custom Property for the `focus` token
296
+ $focus: _get('focus') !default;
297
+
298
+ /// The CSS Custom Property for the `focus-inset` token
299
+ $focus-inset: _get('focus-inset') !default;
300
+
301
+ /// The CSS Custom Property for the `focus-inverse` token
302
+ $focus-inverse: _get('focus-inverse') !default;
303
+
304
+ /// The CSS Custom Property for the `skeleton-background` token
305
+ $skeleton-background: _get('skeleton-background') !default;
306
+
307
+ /// The CSS Custom Property for the `skeleton-element` token
308
+ $skeleton-element: _get('skeleton-element') !default;