@synergy-design-system/tokens 2.21.0 → 2.23.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.
@@ -1,1299 +1,1294 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.20.1
2
+ * @synergy-design-system/tokens version 2.22.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
6
6
  /**
7
- * Maps to the css variable `--syn-font-size-x-small`
8
- */
9
- export const SynFontSizeXSmall: string;
10
-
11
- /**
12
- * Maps to the css variable `--syn-font-size-small`
7
+ * Maps to the css variable `--syn-border-radius-circle`
13
8
  */
14
- export const SynFontSizeSmall: string;
9
+ export const SynBorderRadiusCircle: string;
15
10
 
16
11
  /**
17
- * Maps to the css variable `--syn-font-size-medium`
12
+ * Maps to the css variable `--syn-border-radius-large`
18
13
  */
19
- export const SynFontSizeMedium: string;
14
+ export const SynBorderRadiusLarge: string;
20
15
 
21
16
  /**
22
- * Maps to the css variable `--syn-font-size-large`
17
+ * Maps to the css variable `--syn-border-radius-medium`
23
18
  */
24
- export const SynFontSizeLarge: string;
19
+ export const SynBorderRadiusMedium: string;
25
20
 
26
21
  /**
27
- * Maps to the css variable `--syn-font-size-x-large`
22
+ * Maps to the css variable `--syn-border-radius-none`
28
23
  */
29
- export const SynFontSizeXLarge: string;
24
+ export const SynBorderRadiusNone: string;
30
25
 
31
26
  /**
32
- * Maps to the css variable `--syn-font-size-2x-large`
27
+ * Maps to the css variable `--syn-border-radius-pill`
33
28
  */
34
- export const SynFontSize2xLarge: string;
29
+ export const SynBorderRadiusPill: string;
35
30
 
36
31
  /**
37
- * Maps to the css variable `--syn-font-size-3x-large`
32
+ * Maps to the css variable `--syn-border-radius-small`
38
33
  */
39
- export const SynFontSize3xLarge: string;
34
+ export const SynBorderRadiusSmall: string;
40
35
 
41
36
  /**
42
- * Maps to the css variable `--syn-duration-extra-fast`
37
+ * Maps to the css variable `--syn-border-radius-x-large`
43
38
  */
44
- export const SynDurationExtraFast: string;
39
+ export const SynBorderRadiusXLarge: string;
45
40
 
46
41
  /**
47
- * Maps to the css variable `--syn-duration-fast`
42
+ * Maps to the css variable `--syn-border-width-large`
48
43
  */
49
- export const SynDurationFast: string;
44
+ export const SynBorderWidthLarge: string;
50
45
 
51
46
  /**
52
- * Maps to the css variable `--syn-duration-normal`
47
+ * Maps to the css variable `--syn-border-width-medium`
53
48
  */
54
- export const SynDurationNormal: string;
49
+ export const SynBorderWidthMedium: string;
55
50
 
56
51
  /**
57
- * Maps to the css variable `--syn-duration-slow`
52
+ * Maps to the css variable `--syn-border-width-none`
58
53
  */
59
- export const SynDurationSlow: string;
54
+ export const SynBorderWidthNone: string;
60
55
 
61
56
  /**
62
- * Maps to the css variable `--syn-duration-extra-slow`
57
+ * Maps to the css variable `--syn-border-width-small`
63
58
  */
64
- export const SynDurationExtraSlow: string;
59
+ export const SynBorderWidthSmall: string;
65
60
 
66
61
  /**
67
- * Maps to the css variable `--syn-line-height-denser`
62
+ * Maps to the css variable `--syn-border-width-x-large`
68
63
  */
69
- export const SynLineHeightDenser: string;
64
+ export const SynBorderWidthXLarge: string;
70
65
 
71
66
  /**
72
- * Maps to the css variable `--syn-line-height-dense`
67
+ * Maps to the css variable `--syn-button-font-size-large`
73
68
  */
74
- export const SynLineHeightDense: string;
69
+ export const SynButtonFontSizeLarge: string;
75
70
 
76
71
  /**
77
- * Maps to the css variable `--syn-line-height-normal`
72
+ * Maps to the css variable `--syn-button-font-size-medium`
78
73
  */
79
- export const SynLineHeightNormal: string;
74
+ export const SynButtonFontSizeMedium: string;
80
75
 
81
76
  /**
82
- * Maps to the css variable `--syn-line-height-loose`
77
+ * Maps to the css variable `--syn-button-font-size-small`
83
78
  */
84
- export const SynLineHeightLoose: string;
79
+ export const SynButtonFontSizeSmall: string;
85
80
 
86
81
  /**
87
- * Maps to the css variable `--syn-line-height-looser`
82
+ * Maps to the css variable `--syn-color-accent-50`
88
83
  */
89
- export const SynLineHeightLooser: string;
84
+ export const SynColorAccent50: string;
90
85
 
91
86
  /**
92
- * Maps to the css variable `--syn-font-weight-normal`
87
+ * Maps to the css variable `--syn-color-accent-100`
93
88
  */
94
- export const SynFontWeightNormal: string;
89
+ export const SynColorAccent100: string;
95
90
 
96
91
  /**
97
- * Maps to the css variable `--syn-font-weight-semibold`
92
+ * Maps to the css variable `--syn-color-accent-200`
98
93
  */
99
- export const SynFontWeightSemibold: string;
94
+ export const SynColorAccent200: string;
100
95
 
101
96
  /**
102
- * Maps to the css variable `--syn-font-weight-bold`
97
+ * Maps to the css variable `--syn-color-accent-300`
103
98
  */
104
- export const SynFontWeightBold: string;
99
+ export const SynColorAccent300: string;
105
100
 
106
101
  /**
107
- * Maps to the css variable `--syn-shadow-medium`
102
+ * Maps to the css variable `--syn-color-accent-400`
108
103
  */
109
- export const SynShadowMedium: string;
104
+ export const SynColorAccent400: string;
110
105
 
111
106
  /**
112
- * Maps to the css variable `--syn-shadow-large`
107
+ * Maps to the css variable `--syn-color-accent-500`
113
108
  */
114
- export const SynShadowLarge: string;
109
+ export const SynColorAccent500: string;
115
110
 
116
111
  /**
117
- * Maps to the css variable `--syn-shadow-x-large`
112
+ * Maps to the css variable `--syn-color-accent-600`
118
113
  */
119
- export const SynShadowXLarge: string;
114
+ export const SynColorAccent600: string;
120
115
 
121
116
  /**
122
- * Maps to the css variable `--syn-shadow-overflow-down`
117
+ * Maps to the css variable `--syn-color-accent-700`
123
118
  */
124
- export const SynShadowOverflowDown: string;
119
+ export const SynColorAccent700: string;
125
120
 
126
121
  /**
127
- * Maps to the css variable `--syn-shadow-overflow-up`
122
+ * Maps to the css variable `--syn-color-accent-800`
128
123
  */
129
- export const SynShadowOverflowUp: string;
124
+ export const SynColorAccent800: string;
130
125
 
131
126
  /**
132
- * Maps to the css variable `--syn-shadow-overflow-left`
127
+ * Maps to the css variable `--syn-color-accent-900`
133
128
  */
134
- export const SynShadowOverflowLeft: string;
129
+ export const SynColorAccent900: string;
135
130
 
136
131
  /**
137
- * Maps to the css variable `--syn-shadow-overflow-right`
132
+ * Maps to the css variable `--syn-color-accent-950`
138
133
  */
139
- export const SynShadowOverflowRight: string;
134
+ export const SynColorAccent950: string;
140
135
 
141
136
  /**
142
- * Maps to the css variable `--syn-font-sans`
137
+ * Maps to the css variable `--syn-color-error-50`
143
138
  */
144
- export const SynFontSans: string;
139
+ export const SynColorError50: string;
145
140
 
146
141
  /**
147
- * Maps to the css variable `--syn-font-mono`
142
+ * Maps to the css variable `--syn-color-error-100`
148
143
  */
149
- export const SynFontMono: string;
144
+ export const SynColorError100: string;
150
145
 
151
146
  /**
152
- * Maps to the css variable `--syn-spacing-4x-small`
147
+ * Maps to the css variable `--syn-color-error-200`
153
148
  */
154
- export const SynSpacing4xSmall: string;
149
+ export const SynColorError200: string;
155
150
 
156
151
  /**
157
- * Maps to the css variable `--syn-spacing-3x-small`
152
+ * Maps to the css variable `--syn-color-error-300`
158
153
  */
159
- export const SynSpacing3xSmall: string;
154
+ export const SynColorError300: string;
160
155
 
161
156
  /**
162
- * Maps to the css variable `--syn-spacing-2x-small`
157
+ * Maps to the css variable `--syn-color-error-400`
163
158
  */
164
- export const SynSpacing2xSmall: string;
159
+ export const SynColorError400: string;
165
160
 
166
161
  /**
167
- * Maps to the css variable `--syn-spacing-x-small`
162
+ * Maps to the css variable `--syn-color-error-500`
168
163
  */
169
- export const SynSpacingXSmall: string;
164
+ export const SynColorError500: string;
170
165
 
171
166
  /**
172
- * Maps to the css variable `--syn-spacing-small`
167
+ * Maps to the css variable `--syn-color-error-600`
173
168
  */
174
- export const SynSpacingSmall: string;
169
+ export const SynColorError600: string;
175
170
 
176
171
  /**
177
- * Maps to the css variable `--syn-spacing-medium`
172
+ * Maps to the css variable `--syn-color-error-700`
178
173
  */
179
- export const SynSpacingMedium: string;
174
+ export const SynColorError700: string;
180
175
 
181
176
  /**
182
- * Maps to the css variable `--syn-spacing-medium-large`
177
+ * Maps to the css variable `--syn-color-error-800`
183
178
  */
184
- export const SynSpacingMediumLarge: string;
179
+ export const SynColorError800: string;
185
180
 
186
181
  /**
187
- * Maps to the css variable `--syn-spacing-large`
182
+ * Maps to the css variable `--syn-color-error-900`
188
183
  */
189
- export const SynSpacingLarge: string;
184
+ export const SynColorError900: string;
190
185
 
191
186
  /**
192
- * Maps to the css variable `--syn-spacing-x-large`
187
+ * Maps to the css variable `--syn-color-error-950`
193
188
  */
194
- export const SynSpacingXLarge: string;
189
+ export const SynColorError950: string;
195
190
 
196
191
  /**
197
- * Maps to the css variable `--syn-spacing-2x-large`
192
+ * Maps to the css variable `--syn-color-neutral-0`
198
193
  */
199
- export const SynSpacing2xLarge: string;
194
+ export const SynColorNeutral0: string;
200
195
 
201
196
  /**
202
- * Maps to the css variable `--syn-spacing-3x-large`
197
+ * Maps to the css variable `--syn-color-neutral-50`
203
198
  */
204
- export const SynSpacing3xLarge: string;
199
+ export const SynColorNeutral50: string;
205
200
 
206
201
  /**
207
- * Maps to the css variable `--syn-spacing-4x-large`
202
+ * Maps to the css variable `--syn-color-neutral-100`
208
203
  */
209
- export const SynSpacing4xLarge: string;
204
+ export const SynColorNeutral100: string;
210
205
 
211
206
  /**
212
- * Maps to the css variable `--syn-spacing-5x-large`
207
+ * Maps to the css variable `--syn-color-neutral-200`
213
208
  */
214
- export const SynSpacing5xLarge: string;
209
+ export const SynColorNeutral200: string;
215
210
 
216
211
  /**
217
- * Maps to the css variable `--syn-border-radius-none`
212
+ * Maps to the css variable `--syn-color-neutral-300`
218
213
  */
219
- export const SynBorderRadiusNone: string;
214
+ export const SynColorNeutral300: string;
220
215
 
221
216
  /**
222
- * Maps to the css variable `--syn-border-radius-pill`
217
+ * Maps to the css variable `--syn-color-neutral-400`
223
218
  */
224
- export const SynBorderRadiusPill: string;
219
+ export const SynColorNeutral400: string;
225
220
 
226
221
  /**
227
- * Maps to the css variable `--syn-border-radius-circle`
222
+ * Maps to the css variable `--syn-color-neutral-500`
228
223
  */
229
- export const SynBorderRadiusCircle: string;
224
+ export const SynColorNeutral500: string;
230
225
 
231
226
  /**
232
- * Maps to the css variable `--syn-border-radius-small`
227
+ * Maps to the css variable `--syn-color-neutral-600`
233
228
  */
234
- export const SynBorderRadiusSmall: string;
229
+ export const SynColorNeutral600: string;
235
230
 
236
231
  /**
237
- * Maps to the css variable `--syn-border-radius-medium`
232
+ * Maps to the css variable `--syn-color-neutral-700`
238
233
  */
239
- export const SynBorderRadiusMedium: string;
234
+ export const SynColorNeutral700: string;
240
235
 
241
236
  /**
242
- * Maps to the css variable `--syn-dimension-base`
237
+ * Maps to the css variable `--syn-color-neutral-800`
243
238
  */
244
- export const SynDimensionBase: string;
239
+ export const SynColorNeutral800: string;
245
240
 
246
241
  /**
247
- * Maps to the css variable `--syn-border-width-none`
242
+ * Maps to the css variable `--syn-color-neutral-900`
248
243
  */
249
- export const SynBorderWidthNone: string;
244
+ export const SynColorNeutral900: string;
250
245
 
251
246
  /**
252
- * Maps to the css variable `--syn-border-width-small`
247
+ * Maps to the css variable `--syn-color-neutral-950`
253
248
  */
254
- export const SynBorderWidthSmall: string;
249
+ export const SynColorNeutral950: string;
255
250
 
256
251
  /**
257
- * Maps to the css variable `--syn-border-width-medium`
252
+ * Maps to the css variable `--syn-color-neutral-1000`
258
253
  */
259
- export const SynBorderWidthMedium: string;
254
+ export const SynColorNeutral1000: string;
260
255
 
261
256
  /**
262
- * Maps to the css variable `--syn-border-width-large`
257
+ * Maps to the css variable `--syn-color-primary-50`
263
258
  */
264
- export const SynBorderWidthLarge: string;
259
+ export const SynColorPrimary50: string;
265
260
 
266
261
  /**
267
- * Maps to the css variable `--syn-border-width-x-large`
262
+ * Maps to the css variable `--syn-color-primary-100`
268
263
  */
269
- export const SynBorderWidthXLarge: string;
264
+ export const SynColorPrimary100: string;
270
265
 
271
266
  /**
272
- * Maps to the css variable `--syn-font-sans-fallback`
267
+ * Maps to the css variable `--syn-color-primary-200`
273
268
  */
274
- export const SynFontSansFallback: string;
269
+ export const SynColorPrimary200: string;
275
270
 
276
271
  /**
277
- * Maps to the css variable `--syn-opacity-50`
272
+ * Maps to the css variable `--syn-color-primary-300`
278
273
  */
279
- export const SynOpacity50: string;
274
+ export const SynColorPrimary300: string;
280
275
 
281
276
  /**
282
- * Maps to the css variable `--syn-text-decoration-default`
277
+ * Maps to the css variable `--syn-color-primary-400`
283
278
  */
284
- export const SynTextDecorationDefault: string;
279
+ export const SynColorPrimary400: string;
285
280
 
286
281
  /**
287
- * Maps to the css variable `--syn-text-decoration-underline`
282
+ * Maps to the css variable `--syn-color-primary-500`
288
283
  */
289
- export const SynTextDecorationUnderline: string;
284
+ export const SynColorPrimary500: string;
290
285
 
291
286
  /**
292
- * Maps to the css variable `--syn-button-font-size-small`
287
+ * Maps to the css variable `--syn-color-primary-600`
293
288
  */
294
- export const SynButtonFontSizeSmall: string;
289
+ export const SynColorPrimary600: string;
295
290
 
296
291
  /**
297
- * Maps to the css variable `--syn-button-font-size-medium`
292
+ * Maps to the css variable `--syn-color-primary-700`
298
293
  */
299
- export const SynButtonFontSizeMedium: string;
294
+ export const SynColorPrimary700: string;
300
295
 
301
296
  /**
302
- * Maps to the css variable `--syn-button-font-size-large`
297
+ * Maps to the css variable `--syn-color-primary-800`
303
298
  */
304
- export const SynButtonFontSizeLarge: string;
299
+ export const SynColorPrimary800: string;
305
300
 
306
301
  /**
307
- * Maps to the css variable `--syn-focus-ring-color`
302
+ * Maps to the css variable `--syn-color-primary-900`
308
303
  */
309
- export const SynFocusRingColor: string;
304
+ export const SynColorPrimary900: string;
310
305
 
311
306
  /**
312
- * Maps to the css variable `--syn-focus-ring-width`
307
+ * Maps to the css variable `--syn-color-primary-950`
313
308
  */
314
- export const SynFocusRingWidth: string;
309
+ export const SynColorPrimary950: string;
315
310
 
316
311
  /**
317
- * Maps to the css variable `--syn-focus-ring-offset`
312
+ * Maps to the css variable `--syn-color-success-50`
318
313
  */
319
- export const SynFocusRingOffset: string;
314
+ export const SynColorSuccess50: string;
320
315
 
321
316
  /**
322
- * Maps to the css variable `--syn-input-color`
317
+ * Maps to the css variable `--syn-color-success-100`
323
318
  */
324
- export const SynInputColor: string;
319
+ export const SynColorSuccess100: string;
325
320
 
326
321
  /**
327
- * Maps to the css variable `--syn-input-color-hover`
322
+ * Maps to the css variable `--syn-color-success-200`
328
323
  */
329
- export const SynInputColorHover: string;
324
+ export const SynColorSuccess200: string;
330
325
 
331
326
  /**
332
- * Maps to the css variable `--syn-input-color-focus`
327
+ * Maps to the css variable `--syn-color-success-300`
333
328
  */
334
- export const SynInputColorFocus: string;
329
+ export const SynColorSuccess300: string;
335
330
 
336
331
  /**
337
- * Maps to the css variable `--syn-input-color-disabled`
332
+ * Maps to the css variable `--syn-color-success-400`
338
333
  */
339
- export const SynInputColorDisabled: string;
334
+ export const SynColorSuccess400: string;
340
335
 
341
336
  /**
342
- * Maps to the css variable `--syn-input-background-color`
337
+ * Maps to the css variable `--syn-color-success-500`
343
338
  */
344
- export const SynInputBackgroundColor: string;
339
+ export const SynColorSuccess500: string;
345
340
 
346
341
  /**
347
- * Maps to the css variable `--syn-input-background-color-hover`
342
+ * Maps to the css variable `--syn-color-success-600`
348
343
  */
349
- export const SynInputBackgroundColorHover: string;
344
+ export const SynColorSuccess600: string;
350
345
 
351
346
  /**
352
- * Maps to the css variable `--syn-input-background-color-focus`
347
+ * Maps to the css variable `--syn-color-success-700`
353
348
  */
354
- export const SynInputBackgroundColorFocus: string;
349
+ export const SynColorSuccess700: string;
355
350
 
356
351
  /**
357
- * Maps to the css variable `--syn-input-background-color-disabled`
352
+ * Maps to the css variable `--syn-color-success-800`
358
353
  */
359
- export const SynInputBackgroundColorDisabled: string;
354
+ export const SynColorSuccess800: string;
360
355
 
361
356
  /**
362
- * Maps to the css variable `--syn-input-border-color`
357
+ * Maps to the css variable `--syn-color-success-900`
363
358
  */
364
- export const SynInputBorderColor: string;
359
+ export const SynColorSuccess900: string;
365
360
 
366
361
  /**
367
- * Maps to the css variable `--syn-input-border-color-hover`
362
+ * Maps to the css variable `--syn-color-success-950`
368
363
  */
369
- export const SynInputBorderColorHover: string;
364
+ export const SynColorSuccess950: string;
370
365
 
371
366
  /**
372
- * Maps to the css variable `--syn-input-border-color-focus`
367
+ * Maps to the css variable `--syn-color-warning-50`
373
368
  */
374
- export const SynInputBorderColorFocus: string;
369
+ export const SynColorWarning50: string;
375
370
 
376
371
  /**
377
- * Maps to the css variable `--syn-input-border-color-disables`
372
+ * Maps to the css variable `--syn-color-warning-100`
378
373
  */
379
- export const SynInputBorderColorDisables: string;
374
+ export const SynColorWarning100: string;
380
375
 
381
376
  /**
382
- * Maps to the css variable `--syn-input-border-radius-small`
377
+ * Maps to the css variable `--syn-color-warning-200`
383
378
  */
384
- export const SynInputBorderRadiusSmall: string;
379
+ export const SynColorWarning200: string;
385
380
 
386
381
  /**
387
- * Maps to the css variable `--syn-input-border-radius-medium`
382
+ * Maps to the css variable `--syn-color-warning-300`
388
383
  */
389
- export const SynInputBorderRadiusMedium: string;
384
+ export const SynColorWarning300: string;
390
385
 
391
386
  /**
392
- * Maps to the css variable `--syn-input-border-radius-large`
387
+ * Maps to the css variable `--syn-color-warning-400`
393
388
  */
394
- export const SynInputBorderRadiusLarge: string;
389
+ export const SynColorWarning400: string;
395
390
 
396
391
  /**
397
- * Maps to the css variable `--syn-input-border-color-focus-error`
392
+ * Maps to the css variable `--syn-color-warning-500`
398
393
  */
399
- export const SynInputBorderColorFocusError: string;
394
+ export const SynColorWarning500: string;
400
395
 
401
396
  /**
402
- * Maps to the css variable `--syn-input-width`
397
+ * Maps to the css variable `--syn-color-warning-600`
403
398
  */
404
- export const SynInputWidth: string;
399
+ export const SynColorWarning600: string;
405
400
 
406
401
  /**
407
- * Maps to the css variable `--syn-input-icon-color`
402
+ * Maps to the css variable `--syn-color-warning-700`
408
403
  */
409
- export const SynInputIconColor: string;
404
+ export const SynColorWarning700: string;
410
405
 
411
406
  /**
412
- * Maps to the css variable `--syn-input-icon-color-hover`
407
+ * Maps to the css variable `--syn-color-warning-800`
413
408
  */
414
- export const SynInputIconColorHover: string;
409
+ export const SynColorWarning800: string;
415
410
 
416
411
  /**
417
- * Maps to the css variable `--syn-input-icon-color-focus`
412
+ * Maps to the css variable `--syn-color-warning-900`
418
413
  */
419
- export const SynInputIconColorFocus: string;
414
+ export const SynColorWarning900: string;
420
415
 
421
416
  /**
422
- * Maps to the css variable `--syn-input-icon-icon-clearable-color`
417
+ * Maps to the css variable `--syn-color-warning-950`
423
418
  */
424
- export const SynInputIconIconClearableColor: string;
419
+ export const SynColorWarning950: string;
425
420
 
426
421
  /**
427
- * Maps to the css variable `--syn-input-icon-icon-clearable-color-hover`
422
+ * Maps to the css variable `--syn-dimension-base`
428
423
  */
429
- export const SynInputIconIconClearableColorHover: string;
424
+ export const SynDimensionBase: string;
430
425
 
431
426
  /**
432
- * Maps to the css variable `--syn-input-icon-icon-clearable-color-focus`
427
+ * Maps to the css variable `--syn-duration-extra-fast`
433
428
  */
434
- export const SynInputIconIconClearableColorFocus: string;
429
+ export const SynDurationExtraFast: string;
435
430
 
436
431
  /**
437
- * Maps to the css variable `--syn-input-placeholder-color`
432
+ * Maps to the css variable `--syn-duration-extra-slow`
438
433
  */
439
- export const SynInputPlaceholderColor: string;
434
+ export const SynDurationExtraSlow: string;
440
435
 
441
436
  /**
442
- * Maps to the css variable `--syn-input-placeholder-color-disabled`
437
+ * Maps to the css variable `--syn-duration-fast`
443
438
  */
444
- export const SynInputPlaceholderColorDisabled: string;
439
+ export const SynDurationFast: string;
445
440
 
446
441
  /**
447
- * Maps to the css variable `--syn-input-required-content`
442
+ * Maps to the css variable `--syn-duration-normal`
448
443
  */
449
- export const SynInputRequiredContent: string;
444
+ export const SynDurationNormal: string;
450
445
 
451
446
  /**
452
- * Maps to the css variable `--syn-input-required-content-color`
447
+ * Maps to the css variable `--syn-duration-slow`
453
448
  */
454
- export const SynInputRequiredContentColor: string;
449
+ export const SynDurationSlow: string;
455
450
 
456
451
  /**
457
- * Maps to the css variable `--syn-input-required-content-offset`
452
+ * Maps to the css variable `--syn-focus-ring-color`
458
453
  */
459
- export const SynInputRequiredContentOffset: string;
454
+ export const SynFocusRingColor: string;
460
455
 
461
456
  /**
462
- * Maps to the css variable `--syn-input-label-color`
457
+ * Maps to the css variable `--syn-focus-ring-offset`
463
458
  */
464
- export const SynInputLabelColor: string;
459
+ export const SynFocusRingOffset: string;
465
460
 
466
461
  /**
467
- * Maps to the css variable `--syn-input-label-font-size-small`
462
+ * Maps to the css variable `--syn-focus-ring-style`
468
463
  */
469
- export const SynInputLabelFontSizeSmall: string;
464
+ export const SynFocusRingStyle: string;
470
465
 
471
466
  /**
472
- * Maps to the css variable `--syn-input-label-font-size-medium`
467
+ * Maps to the css variable `--syn-focus-ring-width`
473
468
  */
474
- export const SynInputLabelFontSizeMedium: string;
469
+ export const SynFocusRingWidth: string;
475
470
 
476
471
  /**
477
- * Maps to the css variable `--syn-input-label-font-size-large`
472
+ * Maps to the css variable `--syn-font-mono`
478
473
  */
479
- export const SynInputLabelFontSizeLarge: string;
474
+ export const SynFontMono: string;
480
475
 
481
476
  /**
482
- * Maps to the css variable `--syn-input-spacing-small`
477
+ * Maps to the css variable `--syn-font-sans`
483
478
  */
484
- export const SynInputSpacingSmall: string;
479
+ export const SynFontSans: string;
485
480
 
486
481
  /**
487
- * Maps to the css variable `--syn-input-spacing-medium`
482
+ * Maps to the css variable `--syn-font-sans-fallback`
488
483
  */
489
- export const SynInputSpacingMedium: string;
484
+ export const SynFontSansFallback: string;
490
485
 
491
486
  /**
492
- * Maps to the css variable `--syn-input-spacing-large`
487
+ * Maps to the css variable `--syn-font-serif`
493
488
  */
494
- export const SynInputSpacingLarge: string;
489
+ export const SynFontSerif: string;
495
490
 
496
491
  /**
497
- * Maps to the css variable `--syn-input-focus-ring-color`
492
+ * Maps to the css variable `--syn-font-size-2x-large`
498
493
  */
499
- export const SynInputFocusRingColor: string;
494
+ export const SynFontSize2xLarge: string;
500
495
 
501
496
  /**
502
- * Maps to the css variable `--syn-input-focus-ring-offset`
497
+ * Maps to the css variable `--syn-font-size-2x-small`
503
498
  */
504
- export const SynInputFocusRingOffset: string;
499
+ export const SynFontSize2xSmall: string;
505
500
 
506
501
  /**
507
- * Maps to the css variable `--syn-input-focus-ring-error`
502
+ * Maps to the css variable `--syn-font-size-3x-large`
508
503
  */
509
- export const SynInputFocusRingError: string;
504
+ export const SynFontSize3xLarge: string;
510
505
 
511
506
  /**
512
- * Maps to the css variable `--syn-input-disabled-opacity`
507
+ * Maps to the css variable `--syn-font-size-4x-large`
513
508
  */
514
- export const SynInputDisabledOpacity: string;
509
+ export const SynFontSize4xLarge: string;
515
510
 
516
511
  /**
517
- * Maps to the css variable `--syn-input-readonly-background-color`
512
+ * Maps to the css variable `--syn-font-size-large`
518
513
  */
519
- export const SynInputReadonlyBackgroundColor: string;
514
+ export const SynFontSizeLarge: string;
520
515
 
521
516
  /**
522
- * Maps to the css variable `--syn-input-readonly-background-color-hover`
517
+ * Maps to the css variable `--syn-font-size-medium`
523
518
  */
524
- export const SynInputReadonlyBackgroundColorHover: string;
519
+ export const SynFontSizeMedium: string;
525
520
 
526
521
  /**
527
- * Maps to the css variable `--syn-input-readonly-background-color-focus`
522
+ * Maps to the css variable `--syn-font-size-small`
528
523
  */
529
- export const SynInputReadonlyBackgroundColorFocus: string;
524
+ export const SynFontSizeSmall: string;
530
525
 
531
526
  /**
532
- * Maps to the css variable `--syn-input-readonly-background-color-disabled`
527
+ * Maps to the css variable `--syn-font-size-x-large`
533
528
  */
534
- export const SynInputReadonlyBackgroundColorDisabled: string;
529
+ export const SynFontSizeXLarge: string;
535
530
 
536
531
  /**
537
- * Maps to the css variable `--syn-input-help-text-color`
532
+ * Maps to the css variable `--syn-font-size-x-small`
538
533
  */
539
- export const SynInputHelpTextColor: string;
534
+ export const SynFontSizeXSmall: string;
540
535
 
541
536
  /**
542
- * Maps to the css variable `--syn-input-help-text-color-error`
537
+ * Maps to the css variable `--syn-font-weight-bold`
543
538
  */
544
- export const SynInputHelpTextColorError: string;
539
+ export const SynFontWeightBold: string;
545
540
 
546
541
  /**
547
- * Maps to the css variable `--syn-input-help-text-font-size-small`
542
+ * Maps to the css variable `--syn-font-weight-light`
548
543
  */
549
- export const SynInputHelpTextFontSizeSmall: string;
544
+ export const SynFontWeightLight: string;
550
545
 
551
546
  /**
552
- * Maps to the css variable `--syn-input-help-text-font-size-medium`
547
+ * Maps to the css variable `--syn-font-weight-normal`
553
548
  */
554
- export const SynInputHelpTextFontSizeMedium: string;
549
+ export const SynFontWeightNormal: string;
555
550
 
556
551
  /**
557
- * Maps to the css variable `--syn-input-help-text-font-size-large`
552
+ * Maps to the css variable `--syn-font-weight-semibold`
558
553
  */
559
- export const SynInputHelpTextFontSizeLarge: string;
554
+ export const SynFontWeightSemibold: string;
560
555
 
561
556
  /**
562
- * Maps to the css variable `--syn-input-height-small`
557
+ * Maps to the css variable `--syn-input-background-color`
563
558
  */
564
- export const SynInputHeightSmall: string;
559
+ export const SynInputBackgroundColor: string;
565
560
 
566
561
  /**
567
- * Maps to the css variable `--syn-input-height-medium`
562
+ * Maps to the css variable `--syn-input-background-color-disabled`
568
563
  */
569
- export const SynInputHeightMedium: string;
564
+ export const SynInputBackgroundColorDisabled: string;
570
565
 
571
566
  /**
572
- * Maps to the css variable `--syn-input-height-large`
567
+ * Maps to the css variable `--syn-input-background-color-focus`
573
568
  */
574
- export const SynInputHeightLarge: string;
569
+ export const SynInputBackgroundColorFocus: string;
575
570
 
576
571
  /**
577
- * Maps to the css variable `--syn-input-readonly-color`
572
+ * Maps to the css variable `--syn-input-background-color-hover`
578
573
  */
579
- export const SynInputReadonlyColor: string;
574
+ export const SynInputBackgroundColorHover: string;
580
575
 
581
576
  /**
582
- * Maps to the css variable `--syn-input-readonly-color-disabled`
577
+ * Maps to the css variable `--syn-input-border-color`
583
578
  */
584
- export const SynInputReadonlyColorDisabled: string;
579
+ export const SynInputBorderColor: string;
585
580
 
586
581
  /**
587
- * Maps to the css variable `--syn-input-readonly-color-hover`
582
+ * Maps to the css variable `--syn-input-border-color-disabled`
588
583
  */
589
- export const SynInputReadonlyColorHover: string;
584
+ export const SynInputBorderColorDisabled: string;
590
585
 
591
586
  /**
592
- * Maps to the css variable `--syn-input-readonly-color-focus`
587
+ * Maps to the css variable `--syn-input-border-color-focus`
593
588
  */
594
- export const SynInputReadonlyColorFocus: string;
589
+ export const SynInputBorderColorFocus: string;
595
590
 
596
591
  /**
597
- * Maps to the css variable `--syn-input-font-size-small`
592
+ * Maps to the css variable `--syn-input-border-color-focus-error`
598
593
  */
599
- export const SynInputFontSizeSmall: string;
594
+ export const SynInputBorderColorFocusError: string;
600
595
 
601
596
  /**
602
- * Maps to the css variable `--syn-input-font-size-medium`
597
+ * Maps to the css variable `--syn-input-border-color-hover`
603
598
  */
604
- export const SynInputFontSizeMedium: string;
599
+ export const SynInputBorderColorHover: string;
605
600
 
606
601
  /**
607
- * Maps to the css variable `--syn-input-font-size-large`
602
+ * Maps to the css variable `--syn-input-border-radius-large`
608
603
  */
609
- export const SynInputFontSizeLarge: string;
604
+ export const SynInputBorderRadiusLarge: string;
610
605
 
611
606
  /**
612
- * Maps to the css variable `--syn-link-color`
607
+ * Maps to the css variable `--syn-input-border-radius-medium`
613
608
  */
614
- export const SynLinkColor: string;
609
+ export const SynInputBorderRadiusMedium: string;
615
610
 
616
611
  /**
617
- * Maps to the css variable `--syn-link-color-hover`
612
+ * Maps to the css variable `--syn-input-border-radius-small`
618
613
  */
619
- export const SynLinkColorHover: string;
614
+ export const SynInputBorderRadiusSmall: string;
620
615
 
621
616
  /**
622
- * Maps to the css variable `--syn-link-color-active`
617
+ * Maps to the css variable `--syn-input-border-width`
623
618
  */
624
- export const SynLinkColorActive: string;
619
+ export const SynInputBorderWidth: string;
625
620
 
626
621
  /**
627
- * Maps to the css variable `--syn-link-quiet-color`
622
+ * Maps to the css variable `--syn-input-color`
628
623
  */
629
- export const SynLinkQuietColor: string;
624
+ export const SynInputColor: string;
630
625
 
631
626
  /**
632
- * Maps to the css variable `--syn-link-quiet-color-hover`
627
+ * Maps to the css variable `--syn-input-color-disabled`
633
628
  */
634
- export const SynLinkQuietColorHover: string;
629
+ export const SynInputColorDisabled: string;
635
630
 
636
631
  /**
637
- * Maps to the css variable `--syn-link-quiet-color-active`
632
+ * Maps to the css variable `--syn-input-color-focus`
638
633
  */
639
- export const SynLinkQuietColorActive: string;
634
+ export const SynInputColorFocus: string;
640
635
 
641
636
  /**
642
- * Maps to the css variable `--syn-overlay-background-color`
637
+ * Maps to the css variable `--syn-input-color-hover`
643
638
  */
644
- export const SynOverlayBackgroundColor: string;
639
+ export const SynInputColorHover: string;
645
640
 
646
641
  /**
647
- * Maps to the css variable `--syn-panel-background-color`
642
+ * Maps to the css variable `--syn-input-disabled-opacity`
648
643
  */
649
- export const SynPanelBackgroundColor: string;
644
+ export const SynInputDisabledOpacity: string;
650
645
 
651
646
  /**
652
- * Maps to the css variable `--syn-panel-border-color`
647
+ * Maps to the css variable `--syn-input-focus-ring-color`
653
648
  */
654
- export const SynPanelBorderColor: string;
649
+ export const SynInputFocusRingColor: string;
655
650
 
656
651
  /**
657
- * Maps to the css variable `--syn-panel-border-width`
652
+ * Maps to the css variable `--syn-input-focus-ring-error`
658
653
  */
659
- export const SynPanelBorderWidth: string;
654
+ export const SynInputFocusRingError: string;
660
655
 
661
656
  /**
662
- * Maps to the css variable `--syn-toggle-size-small`
657
+ * Maps to the css variable `--syn-input-focus-ring-offset`
663
658
  */
664
- export const SynToggleSizeSmall: string;
659
+ export const SynInputFocusRingOffset: string;
665
660
 
666
661
  /**
667
- * Maps to the css variable `--syn-toggle-size-medium`
662
+ * Maps to the css variable `--syn-input-font-family`
668
663
  */
669
- export const SynToggleSizeMedium: string;
664
+ export const SynInputFontFamily: string;
670
665
 
671
666
  /**
672
- * Maps to the css variable `--syn-toggle-size-large`
667
+ * Maps to the css variable `--syn-input-font-size-large`
673
668
  */
674
- export const SynToggleSizeLarge: string;
669
+ export const SynInputFontSizeLarge: string;
675
670
 
676
671
  /**
677
- * Maps to the css variable `--syn-tooltip-border-radius`
672
+ * Maps to the css variable `--syn-input-font-size-medium`
678
673
  */
679
- export const SynTooltipBorderRadius: string;
674
+ export const SynInputFontSizeMedium: string;
680
675
 
681
676
  /**
682
- * Maps to the css variable `--syn-tooltip-background-color`
677
+ * Maps to the css variable `--syn-input-font-size-small`
683
678
  */
684
- export const SynTooltipBackgroundColor: string;
679
+ export const SynInputFontSizeSmall: string;
685
680
 
686
681
  /**
687
- * Maps to the css variable `--syn-tooltip-color`
682
+ * Maps to the css variable `--syn-input-font-weight`
688
683
  */
689
- export const SynTooltipColor: string;
684
+ export const SynInputFontWeight: string;
690
685
 
691
686
  /**
692
- * Maps to the css variable `--syn-tooltip-font-family`
687
+ * Maps to the css variable `--syn-input-height-large`
693
688
  */
694
- export const SynTooltipFontFamily: string;
689
+ export const SynInputHeightLarge: string;
695
690
 
696
691
  /**
697
- * Maps to the css variable `--syn-tooltip-font-weight`
692
+ * Maps to the css variable `--syn-input-height-medium`
698
693
  */
699
- export const SynTooltipFontWeight: string;
694
+ export const SynInputHeightMedium: string;
700
695
 
701
696
  /**
702
- * Maps to the css variable `--syn-tooltip-font-size`
697
+ * Maps to the css variable `--syn-input-height-small`
703
698
  */
704
- export const SynTooltipFontSize: string;
699
+ export const SynInputHeightSmall: string;
705
700
 
706
701
  /**
707
- * Maps to the css variable `--syn-tooltip-line-height`
702
+ * Maps to the css variable `--syn-input-help-text-color`
708
703
  */
709
- export const SynTooltipLineHeight: string;
704
+ export const SynInputHelpTextColor: string;
710
705
 
711
706
  /**
712
- * Maps to the css variable `--syn-tooltip-padding`
707
+ * Maps to the css variable `--syn-input-help-text-color-error`
713
708
  */
714
- export const SynTooltipPadding: string;
709
+ export const SynInputHelpTextColorError: string;
715
710
 
716
711
  /**
717
- * Maps to the css variable `--syn-tooltip-arrow-size`
712
+ * Maps to the css variable `--syn-input-help-text-font-size-large`
718
713
  */
719
- export const SynTooltipArrowSize: string;
714
+ export const SynInputHelpTextFontSizeLarge: string;
720
715
 
721
716
  /**
722
- * Maps to the css variable `--syn-body-x-small-regular`
717
+ * Maps to the css variable `--syn-input-help-text-font-size-medium`
723
718
  */
724
- export const SynBodyXSmallRegular: string;
719
+ export const SynInputHelpTextFontSizeMedium: string;
725
720
 
726
721
  /**
727
- * Maps to the css variable `--syn-body-x-small-semibold`
722
+ * Maps to the css variable `--syn-input-help-text-font-size-small`
728
723
  */
729
- export const SynBodyXSmallSemibold: string;
724
+ export const SynInputHelpTextFontSizeSmall: string;
730
725
 
731
726
  /**
732
- * Maps to the css variable `--syn-body-x-small-bold`
727
+ * Maps to the css variable `--syn-input-icon-color`
733
728
  */
734
- export const SynBodyXSmallBold: string;
729
+ export const SynInputIconColor: string;
735
730
 
736
731
  /**
737
- * Maps to the css variable `--syn-body-small-regular`
732
+ * Maps to the css variable `--syn-input-icon-color-focus`
738
733
  */
739
- export const SynBodySmallRegular: string;
734
+ export const SynInputIconColorFocus: string;
740
735
 
741
736
  /**
742
- * Maps to the css variable `--syn-body-small-semibold`
737
+ * Maps to the css variable `--syn-input-icon-color-hover`
743
738
  */
744
- export const SynBodySmallSemibold: string;
739
+ export const SynInputIconColorHover: string;
745
740
 
746
741
  /**
747
- * Maps to the css variable `--syn-body-small-bold`
742
+ * Maps to the css variable `--syn-input-icon-icon-clearable-color`
748
743
  */
749
- export const SynBodySmallBold: string;
744
+ export const SynInputIconIconClearableColor: string;
750
745
 
751
746
  /**
752
- * Maps to the css variable `--syn-body-medium-regular`
747
+ * Maps to the css variable `--syn-input-icon-icon-clearable-color-focus`
753
748
  */
754
- export const SynBodyMediumRegular: string;
749
+ export const SynInputIconIconClearableColorFocus: string;
755
750
 
756
751
  /**
757
- * Maps to the css variable `--syn-body-medium-semibold`
752
+ * Maps to the css variable `--syn-input-icon-icon-clearable-color-hover`
758
753
  */
759
- export const SynBodyMediumSemibold: string;
754
+ export const SynInputIconIconClearableColorHover: string;
760
755
 
761
756
  /**
762
- * Maps to the css variable `--syn-body-medium-bold`
757
+ * Maps to the css variable `--syn-input-label-color`
763
758
  */
764
- export const SynBodyMediumBold: string;
759
+ export const SynInputLabelColor: string;
765
760
 
766
761
  /**
767
- * Maps to the css variable `--syn-body-large-regular`
762
+ * Maps to the css variable `--syn-input-label-font-size-large`
768
763
  */
769
- export const SynBodyLargeRegular: string;
764
+ export const SynInputLabelFontSizeLarge: string;
770
765
 
771
766
  /**
772
- * Maps to the css variable `--syn-body-large-semibold`
767
+ * Maps to the css variable `--syn-input-label-font-size-medium`
773
768
  */
774
- export const SynBodyLargeSemibold: string;
769
+ export const SynInputLabelFontSizeMedium: string;
775
770
 
776
771
  /**
777
- * Maps to the css variable `--syn-body-large-bold`
772
+ * Maps to the css variable `--syn-input-label-font-size-small`
778
773
  */
779
- export const SynBodyLargeBold: string;
774
+ export const SynInputLabelFontSizeSmall: string;
780
775
 
781
776
  /**
782
- * Maps to the css variable `--syn-heading-large`
777
+ * Maps to the css variable `--syn-input-letter-spacing`
783
778
  */
784
- export const SynHeadingLarge: string;
779
+ export const SynInputLetterSpacing: string;
785
780
 
786
781
  /**
787
- * Maps to the css variable `--syn-heading-x-large`
782
+ * Maps to the css variable `--syn-input-placeholder-color`
788
783
  */
789
- export const SynHeadingXLarge: string;
784
+ export const SynInputPlaceholderColor: string;
790
785
 
791
786
  /**
792
- * Maps to the css variable `--syn-heading-2x-large`
787
+ * Maps to the css variable `--syn-input-placeholder-color-disabled`
793
788
  */
794
- export const SynHeading2xLarge: string;
789
+ export const SynInputPlaceholderColorDisabled: string;
795
790
 
796
791
  /**
797
- * Maps to the css variable `--syn-heading-3x-large`
792
+ * Maps to the css variable `--syn-input-readonly-color`
798
793
  */
799
- export const SynHeading3xLarge: string;
794
+ export const SynInputReadonlyColor: string;
800
795
 
801
796
  /**
802
- * Maps to the css variable `--syn-typography-color-text`
797
+ * Maps to the css variable `--syn-input-readonly-color-disabled`
803
798
  */
804
- export const SynTypographyColorText: string;
799
+ export const SynInputReadonlyColorDisabled: string;
805
800
 
806
801
  /**
807
- * Maps to the css variable `--syn-typography-color-text-inverted`
802
+ * Maps to the css variable `--syn-input-readonly-color-focus`
808
803
  */
809
- export const SynTypographyColorTextInverted: string;
804
+ export const SynInputReadonlyColorFocus: string;
810
805
 
811
806
  /**
812
- * Maps to the css variable `--syn-color-primary-50`
807
+ * Maps to the css variable `--syn-input-readonly-color-hover`
813
808
  */
814
- export const SynColorPrimary50: string;
809
+ export const SynInputReadonlyColorHover: string;
815
810
 
816
811
  /**
817
- * Maps to the css variable `--syn-color-primary-100`
812
+ * Maps to the css variable `--syn-input-readonly-background-color`
818
813
  */
819
- export const SynColorPrimary100: string;
814
+ export const SynInputReadonlyBackgroundColor: string;
820
815
 
821
816
  /**
822
- * Maps to the css variable `--syn-color-primary-200`
817
+ * Maps to the css variable `--syn-input-readonly-background-color-disabled`
823
818
  */
824
- export const SynColorPrimary200: string;
819
+ export const SynInputReadonlyBackgroundColorDisabled: string;
825
820
 
826
821
  /**
827
- * Maps to the css variable `--syn-color-primary-300`
822
+ * Maps to the css variable `--syn-input-readonly-background-color-focus`
828
823
  */
829
- export const SynColorPrimary300: string;
824
+ export const SynInputReadonlyBackgroundColorFocus: string;
830
825
 
831
826
  /**
832
- * Maps to the css variable `--syn-color-primary-400`
827
+ * Maps to the css variable `--syn-input-readonly-background-color-hover`
833
828
  */
834
- export const SynColorPrimary400: string;
829
+ export const SynInputReadonlyBackgroundColorHover: string;
835
830
 
836
831
  /**
837
- * Maps to the css variable `--syn-color-primary-500`
832
+ * Maps to the css variable `--syn-input-required-content`
838
833
  */
839
- export const SynColorPrimary500: string;
834
+ export const SynInputRequiredContent: string;
840
835
 
841
836
  /**
842
- * Maps to the css variable `--syn-color-primary-600`
837
+ * Maps to the css variable `--syn-input-required-content-color`
843
838
  */
844
- export const SynColorPrimary600: string;
839
+ export const SynInputRequiredContentColor: string;
845
840
 
846
841
  /**
847
- * Maps to the css variable `--syn-color-primary-700`
842
+ * Maps to the css variable `--syn-input-required-content-offset`
848
843
  */
849
- export const SynColorPrimary700: string;
844
+ export const SynInputRequiredContentOffset: string;
850
845
 
851
846
  /**
852
- * Maps to the css variable `--syn-color-primary-800`
847
+ * Maps to the css variable `--syn-input-spacing-large`
853
848
  */
854
- export const SynColorPrimary800: string;
849
+ export const SynInputSpacingLarge: string;
855
850
 
856
851
  /**
857
- * Maps to the css variable `--syn-color-primary-900`
852
+ * Maps to the css variable `--syn-input-spacing-medium`
858
853
  */
859
- export const SynColorPrimary900: string;
854
+ export const SynInputSpacingMedium: string;
860
855
 
861
856
  /**
862
- * Maps to the css variable `--syn-color-primary-950`
857
+ * Maps to the css variable `--syn-input-spacing-small`
863
858
  */
864
- export const SynColorPrimary950: string;
859
+ export const SynInputSpacingSmall: string;
865
860
 
866
861
  /**
867
- * Maps to the css variable `--syn-color-success-50`
862
+ * Maps to the css variable `--syn-input-width`
868
863
  */
869
- export const SynColorSuccess50: string;
864
+ export const SynInputWidth: string;
870
865
 
871
866
  /**
872
- * Maps to the css variable `--syn-color-success-100`
867
+ * Maps to the css variable `--syn-letter-spacing-dense`
873
868
  */
874
- export const SynColorSuccess100: string;
869
+ export const SynLetterSpacingDense: string;
875
870
 
876
871
  /**
877
- * Maps to the css variable `--syn-color-success-200`
872
+ * Maps to the css variable `--syn-letter-spacing-denser`
878
873
  */
879
- export const SynColorSuccess200: string;
874
+ export const SynLetterSpacingDenser: string;
880
875
 
881
876
  /**
882
- * Maps to the css variable `--syn-color-success-300`
877
+ * Maps to the css variable `--syn-letter-spacing-loose`
883
878
  */
884
- export const SynColorSuccess300: string;
879
+ export const SynLetterSpacingLoose: string;
885
880
 
886
881
  /**
887
- * Maps to the css variable `--syn-color-success-400`
882
+ * Maps to the css variable `--syn-letter-spacing-looser`
888
883
  */
889
- export const SynColorSuccess400: string;
884
+ export const SynLetterSpacingLooser: string;
890
885
 
891
886
  /**
892
- * Maps to the css variable `--syn-color-success-500`
887
+ * Maps to the css variable `--syn-letter-spacing-normal`
893
888
  */
894
- export const SynColorSuccess500: string;
889
+ export const SynLetterSpacingNormal: string;
895
890
 
896
891
  /**
897
- * Maps to the css variable `--syn-color-success-600`
892
+ * Maps to the css variable `--syn-line-height-dense`
898
893
  */
899
- export const SynColorSuccess600: string;
894
+ export const SynLineHeightDense: string;
900
895
 
901
896
  /**
902
- * Maps to the css variable `--syn-color-success-700`
897
+ * Maps to the css variable `--syn-line-height-denser`
903
898
  */
904
- export const SynColorSuccess700: string;
899
+ export const SynLineHeightDenser: string;
905
900
 
906
901
  /**
907
- * Maps to the css variable `--syn-color-success-800`
902
+ * Maps to the css variable `--syn-line-height-loose`
908
903
  */
909
- export const SynColorSuccess800: string;
904
+ export const SynLineHeightLoose: string;
910
905
 
911
906
  /**
912
- * Maps to the css variable `--syn-color-success-900`
907
+ * Maps to the css variable `--syn-line-height-looser`
913
908
  */
914
- export const SynColorSuccess900: string;
909
+ export const SynLineHeightLooser: string;
915
910
 
916
911
  /**
917
- * Maps to the css variable `--syn-color-success-950`
912
+ * Maps to the css variable `--syn-line-height-normal`
918
913
  */
919
- export const SynColorSuccess950: string;
914
+ export const SynLineHeightNormal: string;
920
915
 
921
916
  /**
922
- * Maps to the css variable `--syn-color-warning-50`
917
+ * Maps to the css variable `--syn-link-color`
923
918
  */
924
- export const SynColorWarning50: string;
919
+ export const SynLinkColor: string;
925
920
 
926
921
  /**
927
- * Maps to the css variable `--syn-color-warning-100`
922
+ * Maps to the css variable `--syn-link-color-active`
928
923
  */
929
- export const SynColorWarning100: string;
924
+ export const SynLinkColorActive: string;
930
925
 
931
926
  /**
932
- * Maps to the css variable `--syn-color-warning-200`
927
+ * Maps to the css variable `--syn-link-color-hover`
933
928
  */
934
- export const SynColorWarning200: string;
929
+ export const SynLinkColorHover: string;
935
930
 
936
931
  /**
937
- * Maps to the css variable `--syn-color-warning-300`
932
+ * Maps to the css variable `--syn-link-quiet-color`
938
933
  */
939
- export const SynColorWarning300: string;
934
+ export const SynLinkQuietColor: string;
940
935
 
941
936
  /**
942
- * Maps to the css variable `--syn-color-warning-400`
937
+ * Maps to the css variable `--syn-link-quiet-color-active`
943
938
  */
944
- export const SynColorWarning400: string;
939
+ export const SynLinkQuietColorActive: string;
945
940
 
946
941
  /**
947
- * Maps to the css variable `--syn-color-warning-500`
942
+ * Maps to the css variable `--syn-link-quiet-color-hover`
948
943
  */
949
- export const SynColorWarning500: string;
944
+ export const SynLinkQuietColorHover: string;
950
945
 
951
946
  /**
952
- * Maps to the css variable `--syn-color-warning-600`
947
+ * Maps to the css variable `--syn-opacity-50`
953
948
  */
954
- export const SynColorWarning600: string;
949
+ export const SynOpacity50: string;
955
950
 
956
951
  /**
957
- * Maps to the css variable `--syn-color-warning-700`
952
+ * Maps to the css variable `--syn-overlay-background-color`
958
953
  */
959
- export const SynColorWarning700: string;
954
+ export const SynOverlayBackgroundColor: string;
960
955
 
961
956
  /**
962
- * Maps to the css variable `--syn-color-warning-800`
957
+ * Maps to the css variable `--syn-panel-background-color`
963
958
  */
964
- export const SynColorWarning800: string;
959
+ export const SynPanelBackgroundColor: string;
965
960
 
966
961
  /**
967
- * Maps to the css variable `--syn-color-warning-900`
962
+ * Maps to the css variable `--syn-panel-border-color`
968
963
  */
969
- export const SynColorWarning900: string;
964
+ export const SynPanelBorderColor: string;
970
965
 
971
966
  /**
972
- * Maps to the css variable `--syn-color-warning-950`
967
+ * Maps to the css variable `--syn-panel-border-width`
973
968
  */
974
- export const SynColorWarning950: string;
969
+ export const SynPanelBorderWidth: string;
975
970
 
976
971
  /**
977
- * Maps to the css variable `--syn-color-error-50`
972
+ * Maps to the css variable `--syn-spacing-2x-large`
978
973
  */
979
- export const SynColorError50: string;
974
+ export const SynSpacing2xLarge: string;
980
975
 
981
976
  /**
982
- * Maps to the css variable `--syn-color-error-100`
977
+ * Maps to the css variable `--syn-spacing-2x-small`
983
978
  */
984
- export const SynColorError100: string;
979
+ export const SynSpacing2xSmall: string;
985
980
 
986
981
  /**
987
- * Maps to the css variable `--syn-color-error-200`
982
+ * Maps to the css variable `--syn-spacing-3x-large`
988
983
  */
989
- export const SynColorError200: string;
984
+ export const SynSpacing3xLarge: string;
990
985
 
991
986
  /**
992
- * Maps to the css variable `--syn-color-error-300`
987
+ * Maps to the css variable `--syn-spacing-3x-small`
993
988
  */
994
- export const SynColorError300: string;
989
+ export const SynSpacing3xSmall: string;
995
990
 
996
991
  /**
997
- * Maps to the css variable `--syn-color-error-400`
992
+ * Maps to the css variable `--syn-spacing-4x-large`
998
993
  */
999
- export const SynColorError400: string;
994
+ export const SynSpacing4xLarge: string;
1000
995
 
1001
996
  /**
1002
- * Maps to the css variable `--syn-color-error-500`
997
+ * Maps to the css variable `--syn-spacing-4x-small`
1003
998
  */
1004
- export const SynColorError500: string;
999
+ export const SynSpacing4xSmall: string;
1005
1000
 
1006
1001
  /**
1007
- * Maps to the css variable `--syn-color-error-600`
1002
+ * Maps to the css variable `--syn-spacing-5x-large`
1008
1003
  */
1009
- export const SynColorError600: string;
1004
+ export const SynSpacing5xLarge: string;
1010
1005
 
1011
1006
  /**
1012
- * Maps to the css variable `--syn-color-error-700`
1007
+ * Maps to the css variable `--syn-spacing-large`
1013
1008
  */
1014
- export const SynColorError700: string;
1009
+ export const SynSpacingLarge: string;
1015
1010
 
1016
1011
  /**
1017
- * Maps to the css variable `--syn-color-error-800`
1012
+ * Maps to the css variable `--syn-spacing-medium`
1018
1013
  */
1019
- export const SynColorError800: string;
1014
+ export const SynSpacingMedium: string;
1020
1015
 
1021
1016
  /**
1022
- * Maps to the css variable `--syn-color-error-900`
1017
+ * Maps to the css variable `--syn-spacing-medium-large`
1023
1018
  */
1024
- export const SynColorError900: string;
1019
+ export const SynSpacingMediumLarge: string;
1025
1020
 
1026
1021
  /**
1027
- * Maps to the css variable `--syn-color-error-950`
1022
+ * Maps to the css variable `--syn-spacing-small`
1028
1023
  */
1029
- export const SynColorError950: string;
1024
+ export const SynSpacingSmall: string;
1030
1025
 
1031
1026
  /**
1032
- * Maps to the css variable `--syn-color-accent-50`
1027
+ * Maps to the css variable `--syn-spacing-x-large`
1033
1028
  */
1034
- export const SynColorAccent50: string;
1029
+ export const SynSpacingXLarge: string;
1035
1030
 
1036
1031
  /**
1037
- * Maps to the css variable `--syn-color-accent-100`
1032
+ * Maps to the css variable `--syn-spacing-x-small`
1038
1033
  */
1039
- export const SynColorAccent100: string;
1034
+ export const SynSpacingXSmall: string;
1040
1035
 
1041
1036
  /**
1042
- * Maps to the css variable `--syn-color-accent-200`
1037
+ * Maps to the css variable `--syn-text-decoration-default`
1043
1038
  */
1044
- export const SynColorAccent200: string;
1039
+ export const SynTextDecorationDefault: string;
1045
1040
 
1046
1041
  /**
1047
- * Maps to the css variable `--syn-color-accent-300`
1042
+ * Maps to the css variable `--syn-text-decoration-underline`
1048
1043
  */
1049
- export const SynColorAccent300: string;
1044
+ export const SynTextDecorationUnderline: string;
1050
1045
 
1051
1046
  /**
1052
- * Maps to the css variable `--syn-color-accent-400`
1047
+ * Maps to the css variable `--syn-toggle-size-large`
1053
1048
  */
1054
- export const SynColorAccent400: string;
1049
+ export const SynToggleSizeLarge: string;
1055
1050
 
1056
1051
  /**
1057
- * Maps to the css variable `--syn-color-accent-500`
1052
+ * Maps to the css variable `--syn-toggle-size-medium`
1058
1053
  */
1059
- export const SynColorAccent500: string;
1054
+ export const SynToggleSizeMedium: string;
1060
1055
 
1061
1056
  /**
1062
- * Maps to the css variable `--syn-color-accent-600`
1057
+ * Maps to the css variable `--syn-toggle-size-small`
1063
1058
  */
1064
- export const SynColorAccent600: string;
1059
+ export const SynToggleSizeSmall: string;
1065
1060
 
1066
1061
  /**
1067
- * Maps to the css variable `--syn-color-accent-700`
1062
+ * Maps to the css variable `--syn-tooltip-arrow-size`
1068
1063
  */
1069
- export const SynColorAccent700: string;
1064
+ export const SynTooltipArrowSize: string;
1070
1065
 
1071
1066
  /**
1072
- * Maps to the css variable `--syn-color-accent-800`
1067
+ * Maps to the css variable `--syn-tooltip-background-color`
1073
1068
  */
1074
- export const SynColorAccent800: string;
1069
+ export const SynTooltipBackgroundColor: string;
1075
1070
 
1076
1071
  /**
1077
- * Maps to the css variable `--syn-color-accent-900`
1072
+ * Maps to the css variable `--syn-tooltip-border-radius`
1078
1073
  */
1079
- export const SynColorAccent900: string;
1074
+ export const SynTooltipBorderRadius: string;
1080
1075
 
1081
1076
  /**
1082
- * Maps to the css variable `--syn-color-accent-950`
1077
+ * Maps to the css variable `--syn-tooltip-color`
1083
1078
  */
1084
- export const SynColorAccent950: string;
1079
+ export const SynTooltipColor: string;
1085
1080
 
1086
1081
  /**
1087
- * Maps to the css variable `--syn-color-neutral-0`
1082
+ * Maps to the css variable `--syn-tooltip-font-family`
1088
1083
  */
1089
- export const SynColorNeutral0: string;
1084
+ export const SynTooltipFontFamily: string;
1090
1085
 
1091
1086
  /**
1092
- * Maps to the css variable `--syn-color-neutral-50`
1087
+ * Maps to the css variable `--syn-tooltip-font-size`
1093
1088
  */
1094
- export const SynColorNeutral50: string;
1089
+ export const SynTooltipFontSize: string;
1095
1090
 
1096
1091
  /**
1097
- * Maps to the css variable `--syn-color-neutral-100`
1092
+ * Maps to the css variable `--syn-tooltip-font-weight`
1098
1093
  */
1099
- export const SynColorNeutral100: string;
1094
+ export const SynTooltipFontWeight: string;
1100
1095
 
1101
1096
  /**
1102
- * Maps to the css variable `--syn-color-neutral-200`
1097
+ * Maps to the css variable `--syn-tooltip-line-height`
1103
1098
  */
1104
- export const SynColorNeutral200: string;
1099
+ export const SynTooltipLineHeight: string;
1105
1100
 
1106
1101
  /**
1107
- * Maps to the css variable `--syn-color-neutral-300`
1102
+ * Maps to the css variable `--syn-tooltip-padding`
1108
1103
  */
1109
- export const SynColorNeutral300: string;
1104
+ export const SynTooltipPadding: string;
1110
1105
 
1111
1106
  /**
1112
- * Maps to the css variable `--syn-color-neutral-400`
1107
+ * Maps to the css variable `--syn-transition-fast`
1113
1108
  */
1114
- export const SynColorNeutral400: string;
1109
+ export const SynTransitionFast: string;
1115
1110
 
1116
1111
  /**
1117
- * Maps to the css variable `--syn-color-neutral-500`
1112
+ * Maps to the css variable `--syn-transition-medium`
1118
1113
  */
1119
- export const SynColorNeutral500: string;
1114
+ export const SynTransitionMedium: string;
1120
1115
 
1121
1116
  /**
1122
- * Maps to the css variable `--syn-color-neutral-600`
1117
+ * Maps to the css variable `--syn-transition-slow`
1123
1118
  */
1124
- export const SynColorNeutral600: string;
1119
+ export const SynTransitionSlow: string;
1125
1120
 
1126
1121
  /**
1127
- * Maps to the css variable `--syn-color-neutral-700`
1122
+ * Maps to the css variable `--syn-transition-x-fast`
1128
1123
  */
1129
- export const SynColorNeutral700: string;
1124
+ export const SynTransitionXFast: string;
1130
1125
 
1131
1126
  /**
1132
- * Maps to the css variable `--syn-color-neutral-800`
1127
+ * Maps to the css variable `--syn-transition-x-slow`
1133
1128
  */
1134
- export const SynColorNeutral800: string;
1129
+ export const SynTransitionXSlow: string;
1135
1130
 
1136
1131
  /**
1137
- * Maps to the css variable `--syn-color-neutral-900`
1132
+ * Maps to the css variable `--syn-typography-color-text`
1138
1133
  */
1139
- export const SynColorNeutral900: string;
1134
+ export const SynTypographyColorText: string;
1140
1135
 
1141
1136
  /**
1142
- * Maps to the css variable `--syn-color-neutral-950`
1137
+ * Maps to the css variable `--syn-typography-color-text-inverted`
1143
1138
  */
1144
- export const SynColorNeutral950: string;
1139
+ export const SynTypographyColorTextInverted: string;
1145
1140
 
1146
1141
  /**
1147
- * Maps to the css variable `--syn-color-neutral-1000`
1142
+ * Maps to the css variable `--syn-z-index-dialog`
1148
1143
  */
1149
- export const SynColorNeutral1000: string;
1144
+ export const SynZIndexDialog: string;
1150
1145
 
1151
1146
  /**
1152
- * Maps to the css variable `--syn-border-radius-large`
1147
+ * Maps to the css variable `--syn-z-index-drawer`
1153
1148
  */
1154
- export const SynBorderRadiusLarge: string;
1149
+ export const SynZIndexDrawer: string;
1155
1150
 
1156
1151
  /**
1157
- * Maps to the css variable `--syn-border-radius-x-large`
1152
+ * Maps to the css variable `--syn-z-index-dropdown`
1158
1153
  */
1159
- export const SynBorderRadiusXLarge: string;
1154
+ export const SynZIndexDropdown: string;
1160
1155
 
1161
1156
  /**
1162
- * Maps to the css variable `--syn-shadow-x-small`
1157
+ * Maps to the css variable `--syn-z-index-toast`
1163
1158
  */
1164
- export const SynShadowXSmall: string;
1159
+ export const SynZIndexToast: string;
1165
1160
 
1166
1161
  /**
1167
- * Maps to the css variable `--syn-shadow-small`
1162
+ * Maps to the css variable `--syn-z-index-tooltip`
1168
1163
  */
1169
- export const SynShadowSmall: string;
1164
+ export const SynZIndexTooltip: string;
1170
1165
 
1171
1166
  /**
1172
- * Maps to the css variable `--syn-transition-x-slow`
1167
+ * Maps to the css variable `--syn-shadow-medium`
1173
1168
  */
1174
- export const SynTransitionXSlow: string;
1169
+ export const SynShadowMedium: string;
1175
1170
 
1176
1171
  /**
1177
- * Maps to the css variable `--syn-transition-slow`
1172
+ * Maps to the css variable `--syn-shadow-large`
1178
1173
  */
1179
- export const SynTransitionSlow: string;
1174
+ export const SynShadowLarge: string;
1180
1175
 
1181
1176
  /**
1182
- * Maps to the css variable `--syn-transition-medium`
1177
+ * Maps to the css variable `--syn-shadow-x-large`
1183
1178
  */
1184
- export const SynTransitionMedium: string;
1179
+ export const SynShadowXLarge: string;
1185
1180
 
1186
1181
  /**
1187
- * Maps to the css variable `--syn-transition-fast`
1182
+ * Maps to the css variable `--syn-shadow-overflow-down`
1188
1183
  */
1189
- export const SynTransitionFast: string;
1184
+ export const SynShadowOverflowDown: string;
1190
1185
 
1191
1186
  /**
1192
- * Maps to the css variable `--syn-transition-x-fast`
1187
+ * Maps to the css variable `--syn-shadow-overflow-up`
1193
1188
  */
1194
- export const SynTransitionXFast: string;
1189
+ export const SynShadowOverflowUp: string;
1195
1190
 
1196
1191
  /**
1197
- * Maps to the css variable `--syn-font-serif`
1192
+ * Maps to the css variable `--syn-shadow-overflow-left`
1198
1193
  */
1199
- export const SynFontSerif: string;
1194
+ export const SynShadowOverflowLeft: string;
1200
1195
 
1201
1196
  /**
1202
- * Maps to the css variable `--syn-font-size-2x-small`
1197
+ * Maps to the css variable `--syn-shadow-overflow-right`
1203
1198
  */
1204
- export const SynFontSize2xSmall: string;
1199
+ export const SynShadowOverflowRight: string;
1205
1200
 
1206
1201
  /**
1207
- * Maps to the css variable `--syn-font-size-4x-large`
1202
+ * Maps to the css variable `--syn-shadow-x-small`
1208
1203
  */
1209
- export const SynFontSize4xLarge: string;
1204
+ export const SynShadowXSmall: string;
1210
1205
 
1211
1206
  /**
1212
- * Maps to the css variable `--syn-font-weight-light`
1207
+ * Maps to the css variable `--syn-shadow-small`
1213
1208
  */
1214
- export const SynFontWeightLight: string;
1209
+ export const SynShadowSmall: string;
1215
1210
 
1216
1211
  /**
1217
- * Maps to the css variable `--syn-letter-spacing-denser`
1212
+ * Maps to the css variable `--syn-body-x-small-regular`
1218
1213
  */
1219
- export const SynLetterSpacingDenser: string;
1214
+ export const SynBodyXSmallRegular: string;
1220
1215
 
1221
1216
  /**
1222
- * Maps to the css variable `--syn-letter-spacing-dense`
1217
+ * Maps to the css variable `--syn-body-x-small-semibold`
1223
1218
  */
1224
- export const SynLetterSpacingDense: string;
1219
+ export const SynBodyXSmallSemibold: string;
1225
1220
 
1226
1221
  /**
1227
- * Maps to the css variable `--syn-letter-spacing-normal`
1222
+ * Maps to the css variable `--syn-body-x-small-bold`
1228
1223
  */
1229
- export const SynLetterSpacingNormal: string;
1224
+ export const SynBodyXSmallBold: string;
1230
1225
 
1231
1226
  /**
1232
- * Maps to the css variable `--syn-letter-spacing-loose`
1227
+ * Maps to the css variable `--syn-body-small-regular`
1233
1228
  */
1234
- export const SynLetterSpacingLoose: string;
1229
+ export const SynBodySmallRegular: string;
1235
1230
 
1236
1231
  /**
1237
- * Maps to the css variable `--syn-letter-spacing-looser`
1232
+ * Maps to the css variable `--syn-body-small-semibold`
1238
1233
  */
1239
- export const SynLetterSpacingLooser: string;
1234
+ export const SynBodySmallSemibold: string;
1240
1235
 
1241
1236
  /**
1242
- * Maps to the css variable `--syn-focus-ring-style`
1237
+ * Maps to the css variable `--syn-body-small-bold`
1243
1238
  */
1244
- export const SynFocusRingStyle: string;
1239
+ export const SynBodySmallBold: string;
1245
1240
 
1246
1241
  /**
1247
- * Maps to the css variable `--syn-focus-ring`
1242
+ * Maps to the css variable `--syn-body-medium-regular`
1248
1243
  */
1249
- export const SynFocusRing: string;
1244
+ export const SynBodyMediumRegular: string;
1250
1245
 
1251
1246
  /**
1252
- * Maps to the css variable `--syn-input-border-color-disabled`
1247
+ * Maps to the css variable `--syn-body-medium-semibold`
1253
1248
  */
1254
- export const SynInputBorderColorDisabled: string;
1249
+ export const SynBodyMediumSemibold: string;
1255
1250
 
1256
1251
  /**
1257
- * Maps to the css variable `--syn-input-border-width`
1252
+ * Maps to the css variable `--syn-body-medium-bold`
1258
1253
  */
1259
- export const SynInputBorderWidth: string;
1254
+ export const SynBodyMediumBold: string;
1260
1255
 
1261
1256
  /**
1262
- * Maps to the css variable `--syn-input-font-family`
1257
+ * Maps to the css variable `--syn-body-large-regular`
1263
1258
  */
1264
- export const SynInputFontFamily: string;
1259
+ export const SynBodyLargeRegular: string;
1265
1260
 
1266
1261
  /**
1267
- * Maps to the css variable `--syn-input-font-weight`
1262
+ * Maps to the css variable `--syn-body-large-semibold`
1268
1263
  */
1269
- export const SynInputFontWeight: string;
1264
+ export const SynBodyLargeSemibold: string;
1270
1265
 
1271
1266
  /**
1272
- * Maps to the css variable `--syn-input-letter-spacing`
1267
+ * Maps to the css variable `--syn-body-large-bold`
1273
1268
  */
1274
- export const SynInputLetterSpacing: string;
1269
+ export const SynBodyLargeBold: string;
1275
1270
 
1276
1271
  /**
1277
- * Maps to the css variable `--syn-z-index-drawer`
1272
+ * Maps to the css variable `--syn-heading-large`
1278
1273
  */
1279
- export const SynZIndexDrawer: string;
1274
+ export const SynHeadingLarge: string;
1280
1275
 
1281
1276
  /**
1282
- * Maps to the css variable `--syn-z-index-dialog`
1277
+ * Maps to the css variable `--syn-heading-x-large`
1283
1278
  */
1284
- export const SynZIndexDialog: string;
1279
+ export const SynHeadingXLarge: string;
1285
1280
 
1286
1281
  /**
1287
- * Maps to the css variable `--syn-z-index-dropdown`
1282
+ * Maps to the css variable `--syn-heading-2x-large`
1288
1283
  */
1289
- export const SynZIndexDropdown: string;
1284
+ export const SynHeading2xLarge: string;
1290
1285
 
1291
1286
  /**
1292
- * Maps to the css variable `--syn-z-index-toast`
1287
+ * Maps to the css variable `--syn-heading-3x-large`
1293
1288
  */
1294
- export const SynZIndexToast: string;
1289
+ export const SynHeading3xLarge: string;
1295
1290
 
1296
1291
  /**
1297
- * Maps to the css variable `--syn-z-index-tooltip`
1292
+ * Maps to the css variable `--syn-focus-ring`
1298
1293
  */
1299
- export const SynZIndexTooltip: string;
1294
+ export const SynFocusRing: string;