@synergy-design-system/tokens 2.46.0 → 2.48.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,28 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.48.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1138](https://github.com/synergy-design-system/synergy-design-system/pull/1138) [`dc56e6f`](https://github.com/synergy-design-system/synergy-design-system/commit/dc56e6f0ebc08e44b23bdbdaa6fffa03abc26e9e) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-18
8
+
9
+ feat: ✨ form element active states (#433)
10
+
11
+ This release adds adjustments for `:active` states for various form elements.
12
+ - `<syn-checkbox>` now has new active states, dependent on if it is checked and unchecked.
13
+ - `<syn-nav-item>` now has a new active state
14
+ - `<syn-radio>` will show its active indicator when pressing the associated label, too.
15
+ - `<syn-switch>` now has new active states, dependent on if it is checked and unchecked.
16
+
17
+ ## 2.47.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [#1109](https://github.com/synergy-design-system/synergy-design-system/pull/1109) [`6b4b7e2`](https://github.com/synergy-design-system/synergy-design-system/commit/6b4b7e2940b5c87e44d5da6030354ec0e21f2f38) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-16
22
+
23
+ feat: ✨ Brand updates for `<syn-button>` (#871)
24
+ feat: ✨ Brand updates for `<syn-dropdown>` (#949)
25
+
3
26
  ## 2.46.0
4
27
 
5
28
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.45.0
2
+ * @synergy-design-system/tokens version 2.47.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -218,6 +218,51 @@ export const SynBorderWidthXLarge: string;
218
218
  */
219
219
  export const SynBreadcrumbColor: string;
220
220
 
221
+ /**
222
+ * Maps to the css variable `--syn-button-border-radius-large`
223
+ */
224
+ export const SynButtonBorderRadiusLarge: string;
225
+
226
+ /**
227
+ * Maps to the css variable `--syn-button-border-radius-medium`
228
+ */
229
+ export const SynButtonBorderRadiusMedium: string;
230
+
231
+ /**
232
+ * Maps to the css variable `--syn-button-border-radius-small`
233
+ */
234
+ export const SynButtonBorderRadiusSmall: string;
235
+
236
+ /**
237
+ * Maps to the css variable `--syn-button-color`
238
+ */
239
+ export const SynButtonColor: string;
240
+
241
+ /**
242
+ * Maps to the css variable `--syn-button-color-active`
243
+ */
244
+ export const SynButtonColorActive: string;
245
+
246
+ /**
247
+ * Maps to the css variable `--syn-button-color-hover`
248
+ */
249
+ export const SynButtonColorHover: string;
250
+
251
+ /**
252
+ * Maps to the css variable `--syn-button-filled-color-text`
253
+ */
254
+ export const SynButtonFilledColorText: string;
255
+
256
+ /**
257
+ * Maps to the css variable `--syn-button-filled-color-text-active`
258
+ */
259
+ export const SynButtonFilledColorTextActive: string;
260
+
261
+ /**
262
+ * Maps to the css variable `--syn-button-filled-color-text-hover`
263
+ */
264
+ export const SynButtonFilledColorTextHover: string;
265
+
221
266
  /**
222
267
  * Maps to the css variable `--syn-button-font-size-large`
223
268
  */
@@ -233,6 +278,46 @@ export const SynButtonFontSizeMedium: string;
233
278
  */
234
279
  export const SynButtonFontSizeSmall: string;
235
280
 
281
+ /**
282
+ * Maps to the css variable `--syn-button-outline-color-active`
283
+ */
284
+ export const SynButtonOutlineColorActive: string;
285
+
286
+ /**
287
+ * Maps to the css variable `--syn-button-outline-color-hover`
288
+ */
289
+ export const SynButtonOutlineColorHover: string;
290
+
291
+ /**
292
+ * Maps to the css variable `--syn-button-outline-color-text`
293
+ */
294
+ export const SynButtonOutlineColorText: string;
295
+
296
+ /**
297
+ * Maps to the css variable `--syn-button-outline-color-text-active`
298
+ */
299
+ export const SynButtonOutlineColorTextActive: string;
300
+
301
+ /**
302
+ * Maps to the css variable `--syn-button-outline-color-text-hover`
303
+ */
304
+ export const SynButtonOutlineColorTextHover: string;
305
+
306
+ /**
307
+ * Maps to the css variable `--syn-button-text-color-text`
308
+ */
309
+ export const SynButtonTextColorText: string;
310
+
311
+ /**
312
+ * Maps to the css variable `--syn-button-text-color-text-active`
313
+ */
314
+ export const SynButtonTextColorTextActive: string;
315
+
316
+ /**
317
+ * Maps to the css variable `--syn-button-text-color-text-hover`
318
+ */
319
+ export const SynButtonTextColorTextHover: string;
320
+
236
321
  /**
237
322
  * Maps to the css variable `--syn-checkbox-border-radius`
238
323
  */
@@ -293,6 +378,61 @@ export const SynColorAccent900: string;
293
378
  */
294
379
  export const SynColorAccent950: string;
295
380
 
381
+ /**
382
+ * Maps to the css variable `--syn-color-critical-50`
383
+ */
384
+ export const SynColorCritical50: string;
385
+
386
+ /**
387
+ * Maps to the css variable `--syn-color-critical-100`
388
+ */
389
+ export const SynColorCritical100: string;
390
+
391
+ /**
392
+ * Maps to the css variable `--syn-color-critical-200`
393
+ */
394
+ export const SynColorCritical200: string;
395
+
396
+ /**
397
+ * Maps to the css variable `--syn-color-critical-300`
398
+ */
399
+ export const SynColorCritical300: string;
400
+
401
+ /**
402
+ * Maps to the css variable `--syn-color-critical-400`
403
+ */
404
+ export const SynColorCritical400: string;
405
+
406
+ /**
407
+ * Maps to the css variable `--syn-color-critical-500`
408
+ */
409
+ export const SynColorCritical500: string;
410
+
411
+ /**
412
+ * Maps to the css variable `--syn-color-critical-600`
413
+ */
414
+ export const SynColorCritical600: string;
415
+
416
+ /**
417
+ * Maps to the css variable `--syn-color-critical-700`
418
+ */
419
+ export const SynColorCritical700: string;
420
+
421
+ /**
422
+ * Maps to the css variable `--syn-color-critical-800`
423
+ */
424
+ export const SynColorCritical800: string;
425
+
426
+ /**
427
+ * Maps to the css variable `--syn-color-critical-900`
428
+ */
429
+ export const SynColorCritical900: string;
430
+
431
+ /**
432
+ * Maps to the css variable `--syn-color-critical-950`
433
+ */
434
+ export const SynColorCritical950: string;
435
+
296
436
  /**
297
437
  * Maps to the css variable `--syn-color-error-50`
298
438
  */
@@ -818,6 +958,11 @@ export const SynInputBackgroundColorHover: string;
818
958
  */
819
959
  export const SynInputBorderColor: string;
820
960
 
961
+ /**
962
+ * Maps to the css variable `--syn-input-border-color-active`
963
+ */
964
+ export const SynInputBorderColorActive: string;
965
+
821
966
  /**
822
967
  * Maps to the css variable `--syn-input-border-color-disabled`
823
968
  */
@@ -983,6 +1128,11 @@ export const SynInputIconColorHover: string;
983
1128
  */
984
1129
  export const SynInputIconIconClearableColor: string;
985
1130
 
1131
+ /**
1132
+ * Maps to the css variable `--syn-input-icon-icon-clearable-color-active`
1133
+ */
1134
+ export const SynInputIconIconClearableColorActive: string;
1135
+
986
1136
  /**
987
1137
  * Maps to the css variable `--syn-input-icon-icon-clearable-color-hover`
988
1138
  */
@@ -1083,6 +1233,11 @@ export const SynInputSpacingSmall: string;
1083
1233
  */
1084
1234
  export const SynInputWidth: string;
1085
1235
 
1236
+ /**
1237
+ * Maps to the css variable `--syn-interactive-background-color-active`
1238
+ */
1239
+ export const SynInteractiveBackgroundColorActive: string;
1240
+
1086
1241
  /**
1087
1242
  * Maps to the css variable `--syn-interactive-background-color-hover`
1088
1243
  */
@@ -1208,6 +1363,76 @@ export const SynLinkUnderlineOutline: string;
1208
1363
  */
1209
1364
  export const SynLogoColor: string;
1210
1365
 
1366
+ /**
1367
+ * Maps to the css variable `--syn-namur-color-border`
1368
+ */
1369
+ export const SynNamurColorBorder: string;
1370
+
1371
+ /**
1372
+ * Maps to the css variable `--syn-namur-critical-color`
1373
+ */
1374
+ export const SynNamurCriticalColor: string;
1375
+
1376
+ /**
1377
+ * Maps to the css variable `--syn-namur-critical-color-background`
1378
+ */
1379
+ export const SynNamurCriticalColorBackground: string;
1380
+
1381
+ /**
1382
+ * Maps to the css variable `--syn-namur-error-color`
1383
+ */
1384
+ export const SynNamurErrorColor: string;
1385
+
1386
+ /**
1387
+ * Maps to the css variable `--syn-namur-error-color-background`
1388
+ */
1389
+ export const SynNamurErrorColorBackground: string;
1390
+
1391
+ /**
1392
+ * Maps to the css variable `--syn-namur-icon-color`
1393
+ */
1394
+ export const SynNamurIconColor: string;
1395
+
1396
+ /**
1397
+ * Maps to the css variable `--syn-namur-info-color`
1398
+ */
1399
+ export const SynNamurInfoColor: string;
1400
+
1401
+ /**
1402
+ * Maps to the css variable `--syn-namur-info-color-background`
1403
+ */
1404
+ export const SynNamurInfoColorBackground: string;
1405
+
1406
+ /**
1407
+ * Maps to the css variable `--syn-namur-neutral-color`
1408
+ */
1409
+ export const SynNamurNeutralColor: string;
1410
+
1411
+ /**
1412
+ * Maps to the css variable `--syn-namur-neutral-color-background`
1413
+ */
1414
+ export const SynNamurNeutralColorBackground: string;
1415
+
1416
+ /**
1417
+ * Maps to the css variable `--syn-namur-success-color`
1418
+ */
1419
+ export const SynNamurSuccessColor: string;
1420
+
1421
+ /**
1422
+ * Maps to the css variable `--syn-namur-success-color-background`
1423
+ */
1424
+ export const SynNamurSuccessColorBackground: string;
1425
+
1426
+ /**
1427
+ * Maps to the css variable `--syn-namur-warning-color`
1428
+ */
1429
+ export const SynNamurWarningColor: string;
1430
+
1431
+ /**
1432
+ * Maps to the css variable `--syn-namur-warning-color-background`
1433
+ */
1434
+ export const SynNamurWarningColorBackground: string;
1435
+
1211
1436
  /**
1212
1437
  * Maps to the css variable `--syn-opacity-50`
1213
1438
  */
package/dist/js/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.45.0
2
+ * @synergy-design-system/tokens version 2.47.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -218,6 +218,51 @@ export const SynBorderWidthXLarge = 'var(--syn-border-width-x-large)';
218
218
  */
219
219
  export const SynBreadcrumbColor = 'var(--syn-breadcrumb-color)';
220
220
 
221
+ /**
222
+ * @type {string}
223
+ */
224
+ export const SynButtonBorderRadiusLarge = 'var(--syn-button-border-radius-large)';
225
+
226
+ /**
227
+ * @type {string}
228
+ */
229
+ export const SynButtonBorderRadiusMedium = 'var(--syn-button-border-radius-medium)';
230
+
231
+ /**
232
+ * @type {string}
233
+ */
234
+ export const SynButtonBorderRadiusSmall = 'var(--syn-button-border-radius-small)';
235
+
236
+ /**
237
+ * @type {string}
238
+ */
239
+ export const SynButtonColor = 'var(--syn-button-color)';
240
+
241
+ /**
242
+ * @type {string}
243
+ */
244
+ export const SynButtonColorActive = 'var(--syn-button-color-active)';
245
+
246
+ /**
247
+ * @type {string}
248
+ */
249
+ export const SynButtonColorHover = 'var(--syn-button-color-hover)';
250
+
251
+ /**
252
+ * @type {string}
253
+ */
254
+ export const SynButtonFilledColorText = 'var(--syn-button-filled-color-text)';
255
+
256
+ /**
257
+ * @type {string}
258
+ */
259
+ export const SynButtonFilledColorTextActive = 'var(--syn-button-filled-color-text-active)';
260
+
261
+ /**
262
+ * @type {string}
263
+ */
264
+ export const SynButtonFilledColorTextHover = 'var(--syn-button-filled-color-text-hover)';
265
+
221
266
  /**
222
267
  * @type {string}
223
268
  */
@@ -233,6 +278,46 @@ export const SynButtonFontSizeMedium = 'var(--syn-button-font-size-medium)';
233
278
  */
234
279
  export const SynButtonFontSizeSmall = 'var(--syn-button-font-size-small)';
235
280
 
281
+ /**
282
+ * @type {string}
283
+ */
284
+ export const SynButtonOutlineColorActive = 'var(--syn-button-outline-color-active)';
285
+
286
+ /**
287
+ * @type {string}
288
+ */
289
+ export const SynButtonOutlineColorHover = 'var(--syn-button-outline-color-hover)';
290
+
291
+ /**
292
+ * @type {string}
293
+ */
294
+ export const SynButtonOutlineColorText = 'var(--syn-button-outline-color-text)';
295
+
296
+ /**
297
+ * @type {string}
298
+ */
299
+ export const SynButtonOutlineColorTextActive = 'var(--syn-button-outline-color-text-active)';
300
+
301
+ /**
302
+ * @type {string}
303
+ */
304
+ export const SynButtonOutlineColorTextHover = 'var(--syn-button-outline-color-text-hover)';
305
+
306
+ /**
307
+ * @type {string}
308
+ */
309
+ export const SynButtonTextColorText = 'var(--syn-button-text-color-text)';
310
+
311
+ /**
312
+ * @type {string}
313
+ */
314
+ export const SynButtonTextColorTextActive = 'var(--syn-button-text-color-text-active)';
315
+
316
+ /**
317
+ * @type {string}
318
+ */
319
+ export const SynButtonTextColorTextHover = 'var(--syn-button-text-color-text-hover)';
320
+
236
321
  /**
237
322
  * @type {string}
238
323
  */
@@ -293,6 +378,61 @@ export const SynColorAccent900 = 'var(--syn-color-accent-900)';
293
378
  */
294
379
  export const SynColorAccent950 = 'var(--syn-color-accent-950)';
295
380
 
381
+ /**
382
+ * @type {string}
383
+ */
384
+ export const SynColorCritical50 = 'var(--syn-color-critical-50)';
385
+
386
+ /**
387
+ * @type {string}
388
+ */
389
+ export const SynColorCritical100 = 'var(--syn-color-critical-100)';
390
+
391
+ /**
392
+ * @type {string}
393
+ */
394
+ export const SynColorCritical200 = 'var(--syn-color-critical-200)';
395
+
396
+ /**
397
+ * @type {string}
398
+ */
399
+ export const SynColorCritical300 = 'var(--syn-color-critical-300)';
400
+
401
+ /**
402
+ * @type {string}
403
+ */
404
+ export const SynColorCritical400 = 'var(--syn-color-critical-400)';
405
+
406
+ /**
407
+ * @type {string}
408
+ */
409
+ export const SynColorCritical500 = 'var(--syn-color-critical-500)';
410
+
411
+ /**
412
+ * @type {string}
413
+ */
414
+ export const SynColorCritical600 = 'var(--syn-color-critical-600)';
415
+
416
+ /**
417
+ * @type {string}
418
+ */
419
+ export const SynColorCritical700 = 'var(--syn-color-critical-700)';
420
+
421
+ /**
422
+ * @type {string}
423
+ */
424
+ export const SynColorCritical800 = 'var(--syn-color-critical-800)';
425
+
426
+ /**
427
+ * @type {string}
428
+ */
429
+ export const SynColorCritical900 = 'var(--syn-color-critical-900)';
430
+
431
+ /**
432
+ * @type {string}
433
+ */
434
+ export const SynColorCritical950 = 'var(--syn-color-critical-950)';
435
+
296
436
  /**
297
437
  * @type {string}
298
438
  */
@@ -818,6 +958,11 @@ export const SynInputBackgroundColorHover = 'var(--syn-input-background-color-ho
818
958
  */
819
959
  export const SynInputBorderColor = 'var(--syn-input-border-color)';
820
960
 
961
+ /**
962
+ * @type {string}
963
+ */
964
+ export const SynInputBorderColorActive = 'var(--syn-input-border-color-active)';
965
+
821
966
  /**
822
967
  * @type {string}
823
968
  */
@@ -983,6 +1128,11 @@ export const SynInputIconColorHover = 'var(--syn-input-icon-color-hover)';
983
1128
  */
984
1129
  export const SynInputIconIconClearableColor = 'var(--syn-input-icon-icon-clearable-color)';
985
1130
 
1131
+ /**
1132
+ * @type {string}
1133
+ */
1134
+ export const SynInputIconIconClearableColorActive = 'var(--syn-input-icon-icon-clearable-color-active)';
1135
+
986
1136
  /**
987
1137
  * @type {string}
988
1138
  */
@@ -1083,6 +1233,11 @@ export const SynInputSpacingSmall = 'var(--syn-input-spacing-small)';
1083
1233
  */
1084
1234
  export const SynInputWidth = 'var(--syn-input-width)';
1085
1235
 
1236
+ /**
1237
+ * @type {string}
1238
+ */
1239
+ export const SynInteractiveBackgroundColorActive = 'var(--syn-interactive-background-color-active)';
1240
+
1086
1241
  /**
1087
1242
  * @type {string}
1088
1243
  */
@@ -1208,6 +1363,76 @@ export const SynLinkUnderlineOutline = 'var(--syn-link-underline-outline)';
1208
1363
  */
1209
1364
  export const SynLogoColor = 'var(--syn-logo-color)';
1210
1365
 
1366
+ /**
1367
+ * @type {string}
1368
+ */
1369
+ export const SynNamurColorBorder = 'var(--syn-namur-color-border)';
1370
+
1371
+ /**
1372
+ * @type {string}
1373
+ */
1374
+ export const SynNamurCriticalColor = 'var(--syn-namur-critical-color)';
1375
+
1376
+ /**
1377
+ * @type {string}
1378
+ */
1379
+ export const SynNamurCriticalColorBackground = 'var(--syn-namur-critical-color-background)';
1380
+
1381
+ /**
1382
+ * @type {string}
1383
+ */
1384
+ export const SynNamurErrorColor = 'var(--syn-namur-error-color)';
1385
+
1386
+ /**
1387
+ * @type {string}
1388
+ */
1389
+ export const SynNamurErrorColorBackground = 'var(--syn-namur-error-color-background)';
1390
+
1391
+ /**
1392
+ * @type {string}
1393
+ */
1394
+ export const SynNamurIconColor = 'var(--syn-namur-icon-color)';
1395
+
1396
+ /**
1397
+ * @type {string}
1398
+ */
1399
+ export const SynNamurInfoColor = 'var(--syn-namur-info-color)';
1400
+
1401
+ /**
1402
+ * @type {string}
1403
+ */
1404
+ export const SynNamurInfoColorBackground = 'var(--syn-namur-info-color-background)';
1405
+
1406
+ /**
1407
+ * @type {string}
1408
+ */
1409
+ export const SynNamurNeutralColor = 'var(--syn-namur-neutral-color)';
1410
+
1411
+ /**
1412
+ * @type {string}
1413
+ */
1414
+ export const SynNamurNeutralColorBackground = 'var(--syn-namur-neutral-color-background)';
1415
+
1416
+ /**
1417
+ * @type {string}
1418
+ */
1419
+ export const SynNamurSuccessColor = 'var(--syn-namur-success-color)';
1420
+
1421
+ /**
1422
+ * @type {string}
1423
+ */
1424
+ export const SynNamurSuccessColorBackground = 'var(--syn-namur-success-color-background)';
1425
+
1426
+ /**
1427
+ * @type {string}
1428
+ */
1429
+ export const SynNamurWarningColor = 'var(--syn-namur-warning-color)';
1430
+
1431
+ /**
1432
+ * @type {string}
1433
+ */
1434
+ export const SynNamurWarningColorBackground = 'var(--syn-namur-warning-color-background)';
1435
+
1211
1436
  /**
1212
1437
  * @type {string}
1213
1438
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.45.0
2
+ * @synergy-design-system/tokens version 2.47.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynAlertErrorColorBackground: var(--syn-alert-error-color-background) !default;
@@ -45,9 +45,26 @@ $SynBorderWidthNone: var(--syn-border-width-none) !default;
45
45
  $SynBorderWidthSmall: var(--syn-border-width-small) !default;
46
46
  $SynBorderWidthXLarge: var(--syn-border-width-x-large) !default;
47
47
  $SynBreadcrumbColor: var(--syn-breadcrumb-color) !default;
48
+ $SynButtonBorderRadiusLarge: var(--syn-button-border-radius-large) !default;
49
+ $SynButtonBorderRadiusMedium: var(--syn-button-border-radius-medium) !default;
50
+ $SynButtonBorderRadiusSmall: var(--syn-button-border-radius-small) !default;
51
+ $SynButtonColor: var(--syn-button-color) !default;
52
+ $SynButtonColorActive: var(--syn-button-color-active) !default;
53
+ $SynButtonColorHover: var(--syn-button-color-hover) !default;
54
+ $SynButtonFilledColorText: var(--syn-button-filled-color-text) !default;
55
+ $SynButtonFilledColorTextActive: var(--syn-button-filled-color-text-active) !default;
56
+ $SynButtonFilledColorTextHover: var(--syn-button-filled-color-text-hover) !default;
48
57
  $SynButtonFontSizeLarge: var(--syn-button-font-size-large) !default;
49
58
  $SynButtonFontSizeMedium: var(--syn-button-font-size-medium) !default;
50
59
  $SynButtonFontSizeSmall: var(--syn-button-font-size-small) !default;
60
+ $SynButtonOutlineColorActive: var(--syn-button-outline-color-active) !default;
61
+ $SynButtonOutlineColorHover: var(--syn-button-outline-color-hover) !default;
62
+ $SynButtonOutlineColorText: var(--syn-button-outline-color-text) !default;
63
+ $SynButtonOutlineColorTextActive: var(--syn-button-outline-color-text-active) !default;
64
+ $SynButtonOutlineColorTextHover: var(--syn-button-outline-color-text-hover) !default;
65
+ $SynButtonTextColorText: var(--syn-button-text-color-text) !default;
66
+ $SynButtonTextColorTextActive: var(--syn-button-text-color-text-active) !default;
67
+ $SynButtonTextColorTextHover: var(--syn-button-text-color-text-hover) !default;
51
68
  $SynCheckboxBorderRadius: var(--syn-checkbox-border-radius) !default;
52
69
  $SynColorAccent50: var(--syn-color-accent-50) !default;
53
70
  $SynColorAccent100: var(--syn-color-accent-100) !default;
@@ -60,6 +77,17 @@ $SynColorAccent700: var(--syn-color-accent-700) !default;
60
77
  $SynColorAccent800: var(--syn-color-accent-800) !default;
61
78
  $SynColorAccent900: var(--syn-color-accent-900) !default;
62
79
  $SynColorAccent950: var(--syn-color-accent-950) !default;
80
+ $SynColorCritical50: var(--syn-color-critical-50) !default;
81
+ $SynColorCritical100: var(--syn-color-critical-100) !default;
82
+ $SynColorCritical200: var(--syn-color-critical-200) !default;
83
+ $SynColorCritical300: var(--syn-color-critical-300) !default;
84
+ $SynColorCritical400: var(--syn-color-critical-400) !default;
85
+ $SynColorCritical500: var(--syn-color-critical-500) !default;
86
+ $SynColorCritical600: var(--syn-color-critical-600) !default;
87
+ $SynColorCritical700: var(--syn-color-critical-700) !default;
88
+ $SynColorCritical800: var(--syn-color-critical-800) !default;
89
+ $SynColorCritical900: var(--syn-color-critical-900) !default;
90
+ $SynColorCritical950: var(--syn-color-critical-950) !default;
63
91
  $SynColorError50: var(--syn-color-error-50) !default;
64
92
  $SynColorError100: var(--syn-color-error-100) !default;
65
93
  $SynColorError200: var(--syn-color-error-200) !default;
@@ -165,6 +193,7 @@ $SynInputBackgroundColorDisabled: var(--syn-input-background-color-disabled) !de
165
193
  $SynInputBackgroundColorFocus: var(--syn-input-background-color-focus) !default;
166
194
  $SynInputBackgroundColorHover: var(--syn-input-background-color-hover) !default;
167
195
  $SynInputBorderColor: var(--syn-input-border-color) !default;
196
+ $SynInputBorderColorActive: var(--syn-input-border-color-active) !default;
168
197
  $SynInputBorderColorDisabled: var(--syn-input-border-color-disabled) !default;
169
198
  $SynInputBorderColorFocus: var(--syn-input-border-color-focus) !default;
170
199
  $SynInputBorderColorFocusError: var(--syn-input-border-color-focus-error) !default;
@@ -198,6 +227,7 @@ $SynInputHelpTextFontSizeSmall: var(--syn-input-help-text-font-size-small) !defa
198
227
  $SynInputIconColor: var(--syn-input-icon-color) !default;
199
228
  $SynInputIconColorHover: var(--syn-input-icon-color-hover) !default;
200
229
  $SynInputIconIconClearableColor: var(--syn-input-icon-icon-clearable-color) !default;
230
+ $SynInputIconIconClearableColorActive: var(--syn-input-icon-icon-clearable-color-active) !default;
201
231
  $SynInputIconIconClearableColorHover: var(--syn-input-icon-icon-clearable-color-hover) !default;
202
232
  $SynInputLabelColor: var(--syn-input-label-color) !default;
203
233
  $SynInputLabelFontSizeLarge: var(--syn-input-label-font-size-large) !default;
@@ -218,6 +248,7 @@ $SynInputSpacingLarge: var(--syn-input-spacing-large) !default;
218
248
  $SynInputSpacingMedium: var(--syn-input-spacing-medium) !default;
219
249
  $SynInputSpacingSmall: var(--syn-input-spacing-small) !default;
220
250
  $SynInputWidth: var(--syn-input-width) !default;
251
+ $SynInteractiveBackgroundColorActive: var(--syn-interactive-background-color-active) !default;
221
252
  $SynInteractiveBackgroundColorHover: var(--syn-interactive-background-color-hover) !default;
222
253
  $SynInteractiveEmphasisColor: var(--syn-interactive-emphasis-color) !default;
223
254
  $SynInteractiveEmphasisColorActive: var(--syn-interactive-emphasis-color-active) !default;
@@ -243,6 +274,20 @@ $SynLinkQuietColorActive: var(--syn-link-quiet-color-active) !default;
243
274
  $SynLinkQuietColorHover: var(--syn-link-quiet-color-hover) !default;
244
275
  $SynLinkUnderlineOutline: var(--syn-link-underline-outline) !default;
245
276
  $SynLogoColor: var(--syn-logo-color) !default;
277
+ $SynNamurColorBorder: var(--syn-namur-color-border) !default;
278
+ $SynNamurCriticalColor: var(--syn-namur-critical-color) !default;
279
+ $SynNamurCriticalColorBackground: var(--syn-namur-critical-color-background) !default;
280
+ $SynNamurErrorColor: var(--syn-namur-error-color) !default;
281
+ $SynNamurErrorColorBackground: var(--syn-namur-error-color-background) !default;
282
+ $SynNamurIconColor: var(--syn-namur-icon-color) !default;
283
+ $SynNamurInfoColor: var(--syn-namur-info-color) !default;
284
+ $SynNamurInfoColorBackground: var(--syn-namur-info-color-background) !default;
285
+ $SynNamurNeutralColor: var(--syn-namur-neutral-color) !default;
286
+ $SynNamurNeutralColorBackground: var(--syn-namur-neutral-color-background) !default;
287
+ $SynNamurSuccessColor: var(--syn-namur-success-color) !default;
288
+ $SynNamurSuccessColorBackground: var(--syn-namur-success-color-background) !default;
289
+ $SynNamurWarningColor: var(--syn-namur-warning-color) !default;
290
+ $SynNamurWarningColorBackground: var(--syn-namur-warning-color-background) !default;
246
291
  $SynOpacity50: var(--syn-opacity-50) !default;
247
292
  $SynOptionBackgroundColorActive: var(--syn-option-background-color-active) !default;
248
293
  $SynOptionBackgroundColorHover: var(--syn-option-background-color-hover) !default;