@cloudscape-design/chat-components 1.0.88 → 1.0.90

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.
@@ -349,12 +349,20 @@ export const colorBackgroundSegmentDefault: string;
349
349
  export const colorBackgroundSegmentDisabled: string;
350
350
  export const colorBackgroundSegmentHover: string;
351
351
  export const colorBackgroundSegmentWrapper: string;
352
+ export const colorBackgroundSliderRangeDefault: string;
353
+ export const colorBackgroundSliderRangeActive: string;
352
354
  export const colorBackgroundSliderHandleDefault: string;
353
355
  export const colorBackgroundSliderHandleActive: string;
354
- export const colorBackgroundSliderTrack: string;
356
+ export const colorBackgroundSliderTrackDefault: string;
355
357
  export const colorBackgroundSliderHandleRing: string;
356
- export const colorBackgroundSliderErrorPressed: string;
357
- export const colorBackgroundSliderWarningPressed: string;
358
+ export const colorBackgroundSliderHandleErrorDefault: string;
359
+ export const colorBackgroundSliderHandleErrorActive: string;
360
+ export const colorBackgroundSliderHandleWarningDefault: string;
361
+ export const colorBackgroundSliderHandleWarningActive: string;
362
+ export const colorBackgroundSliderRangeErrorDefault: string;
363
+ export const colorBackgroundSliderRangeErrorActive: string;
364
+ export const colorBackgroundSliderRangeWarningDefault: string;
365
+ export const colorBackgroundSliderRangeWarningActive: string;
358
366
  export const colorBackgroundStatusError: string;
359
367
  export const colorBackgroundStatusInfo: string;
360
368
  export const colorBackgroundDialog: string;
@@ -349,12 +349,20 @@ export var colorBackgroundSegmentDefault = "var(--color-background-segment-defau
349
349
  export var colorBackgroundSegmentDisabled = "var(--color-background-segment-disabled-m2a5t7, #ffffff)";
350
350
  export var colorBackgroundSegmentHover = "var(--color-background-segment-hover-800sl4, #f0fbff)";
351
351
  export var colorBackgroundSegmentWrapper = "var(--color-background-segment-wrapper-5tudmm, #ffffff)";
352
+ export var colorBackgroundSliderRangeDefault = "var(--color-background-slider-range-default-3ljdu4, #006ce0)";
353
+ export var colorBackgroundSliderRangeActive = "var(--color-background-slider-range-active-vu3lky, #004a9e)";
352
354
  export var colorBackgroundSliderHandleDefault = "var(--color-background-slider-handle-default-lp5ntg, #006ce0)";
353
355
  export var colorBackgroundSliderHandleActive = "var(--color-background-slider-handle-active-50ubqb, #004a9e)";
354
- export var colorBackgroundSliderTrack = "var(--color-background-slider-track-jsr5s6, #8c8c94)";
356
+ export var colorBackgroundSliderTrackDefault = "var(--color-background-slider-track-default-vk2c9o, #8c8c94)";
355
357
  export var colorBackgroundSliderHandleRing = "var(--color-background-slider-handle-ring-9sfenj, #ffffff)";
356
- export var colorBackgroundSliderErrorPressed = "var(--color-background-slider-error-pressed-79f2kg, #700000)";
357
- export var colorBackgroundSliderWarningPressed = "var(--color-background-slider-warning-pressed-j1qp7g, #855900)";
358
+ export var colorBackgroundSliderHandleErrorDefault = "var(--color-background-slider-handle-error-default-411tqq, #db0000)";
359
+ export var colorBackgroundSliderHandleErrorActive = "var(--color-background-slider-handle-error-active-x65pfh, #db0000)";
360
+ export var colorBackgroundSliderHandleWarningDefault = "var(--color-background-slider-handle-warning-default-or76ej, #855900)";
361
+ export var colorBackgroundSliderHandleWarningActive = "var(--color-background-slider-handle-warning-active-7o84zp, #855900)";
362
+ export var colorBackgroundSliderRangeErrorDefault = "var(--color-background-slider-range-error-default-b519qn, #db0000)";
363
+ export var colorBackgroundSliderRangeErrorActive = "var(--color-background-slider-range-error-active-6bo8an, #db0000)";
364
+ export var colorBackgroundSliderRangeWarningDefault = "var(--color-background-slider-range-warning-default-6isqvo, #855900)";
365
+ export var colorBackgroundSliderRangeWarningActive = "var(--color-background-slider-range-warning-active-dm2pha, #855900)";
358
366
  export var colorBackgroundStatusError = "var(--color-background-status-error-mu3lcw, #fff5f5)";
359
367
  export var colorBackgroundStatusInfo = "var(--color-background-status-info-sfobba, #f0fbff)";
360
368
  export var colorBackgroundDialog = "var(--color-background-dialog-2fj3uu, #f0fbff)";
@@ -1443,6 +1443,14 @@ module.exports.preset = {
1443
1443
  "light": "{colorBackgroundContainerContent}",
1444
1444
  "dark": "{colorBackgroundContainerContent}"
1445
1445
  },
1446
+ "colorBackgroundSliderRangeDefault": {
1447
+ "light": "{colorBackgroundSliderHandleDefault}",
1448
+ "dark": "{colorBackgroundSliderHandleDefault}"
1449
+ },
1450
+ "colorBackgroundSliderRangeActive": {
1451
+ "light": "{colorBackgroundSliderHandleActive}",
1452
+ "dark": "{colorBackgroundSliderHandleActive}"
1453
+ },
1446
1454
  "colorBackgroundSliderHandleDefault": {
1447
1455
  "light": "{colorPrimary600}",
1448
1456
  "dark": "{colorPrimary400}"
@@ -1451,7 +1459,7 @@ module.exports.preset = {
1451
1459
  "light": "{colorPrimary700}",
1452
1460
  "dark": "{colorPrimary300}"
1453
1461
  },
1454
- "colorBackgroundSliderTrack": {
1462
+ "colorBackgroundSliderTrackDefault": {
1455
1463
  "light": "{colorNeutral500}",
1456
1464
  "dark": "{colorNeutral600}"
1457
1465
  },
@@ -1459,13 +1467,37 @@ module.exports.preset = {
1459
1467
  "light": "{colorWhite}",
1460
1468
  "dark": "{colorNeutral850}"
1461
1469
  },
1462
- "colorBackgroundSliderErrorPressed": {
1463
- "light": "{colorError900}",
1464
- "dark": "{colorError400}"
1470
+ "colorBackgroundSliderHandleErrorDefault": {
1471
+ "light": "{colorTextStatusError}",
1472
+ "dark": "{colorTextStatusError}"
1465
1473
  },
1466
- "colorBackgroundSliderWarningPressed": {
1467
- "light": "{colorWarning900}",
1468
- "dark": "{colorWarning500}"
1474
+ "colorBackgroundSliderHandleErrorActive": {
1475
+ "light": "{colorTextStatusError}",
1476
+ "dark": "{colorTextStatusError}"
1477
+ },
1478
+ "colorBackgroundSliderHandleWarningDefault": {
1479
+ "light": "{colorTextStatusWarning}",
1480
+ "dark": "{colorTextStatusWarning}"
1481
+ },
1482
+ "colorBackgroundSliderHandleWarningActive": {
1483
+ "light": "{colorTextStatusWarning}",
1484
+ "dark": "{colorTextStatusWarning}"
1485
+ },
1486
+ "colorBackgroundSliderRangeErrorDefault": {
1487
+ "light": "{colorTextStatusError}",
1488
+ "dark": "{colorTextStatusError}"
1489
+ },
1490
+ "colorBackgroundSliderRangeErrorActive": {
1491
+ "light": "{colorTextStatusError}",
1492
+ "dark": "{colorTextStatusError}"
1493
+ },
1494
+ "colorBackgroundSliderRangeWarningDefault": {
1495
+ "light": "{colorTextStatusWarning}",
1496
+ "dark": "{colorTextStatusWarning}"
1497
+ },
1498
+ "colorBackgroundSliderRangeWarningActive": {
1499
+ "light": "{colorTextStatusWarning}",
1500
+ "dark": "{colorTextStatusWarning}"
1469
1501
  },
1470
1502
  "colorBackgroundStatusError": {
1471
1503
  "light": "{colorError50}",
@@ -3728,6 +3760,14 @@ module.exports.preset = {
3728
3760
  "light": "{colorBackgroundContainerContent}",
3729
3761
  "dark": "{colorBackgroundContainerContent}"
3730
3762
  },
3763
+ "colorBackgroundSliderRangeDefault": {
3764
+ "light": "{colorBackgroundSliderHandleDefault}",
3765
+ "dark": "{colorBackgroundSliderHandleDefault}"
3766
+ },
3767
+ "colorBackgroundSliderRangeActive": {
3768
+ "light": "{colorBackgroundSliderHandleActive}",
3769
+ "dark": "{colorBackgroundSliderHandleActive}"
3770
+ },
3731
3771
  "colorBackgroundSliderHandleDefault": {
3732
3772
  "light": "{colorPrimary400}",
3733
3773
  "dark": "{colorPrimary400}"
@@ -3736,7 +3776,7 @@ module.exports.preset = {
3736
3776
  "light": "{colorPrimary300}",
3737
3777
  "dark": "{colorPrimary300}"
3738
3778
  },
3739
- "colorBackgroundSliderTrack": {
3779
+ "colorBackgroundSliderTrackDefault": {
3740
3780
  "light": "{colorNeutral600}",
3741
3781
  "dark": "{colorNeutral600}"
3742
3782
  },
@@ -3744,13 +3784,37 @@ module.exports.preset = {
3744
3784
  "light": "{colorNeutral850}",
3745
3785
  "dark": "{colorNeutral850}"
3746
3786
  },
3747
- "colorBackgroundSliderErrorPressed": {
3748
- "light": "{colorError400}",
3749
- "dark": "{colorError400}"
3787
+ "colorBackgroundSliderHandleErrorDefault": {
3788
+ "light": "{colorTextStatusError}",
3789
+ "dark": "{colorTextStatusError}"
3750
3790
  },
3751
- "colorBackgroundSliderWarningPressed": {
3752
- "light": "{colorWarning500}",
3753
- "dark": "{colorWarning500}"
3791
+ "colorBackgroundSliderHandleErrorActive": {
3792
+ "light": "{colorTextStatusError}",
3793
+ "dark": "{colorTextStatusError}"
3794
+ },
3795
+ "colorBackgroundSliderHandleWarningDefault": {
3796
+ "light": "{colorTextStatusWarning}",
3797
+ "dark": "{colorTextStatusWarning}"
3798
+ },
3799
+ "colorBackgroundSliderHandleWarningActive": {
3800
+ "light": "{colorTextStatusWarning}",
3801
+ "dark": "{colorTextStatusWarning}"
3802
+ },
3803
+ "colorBackgroundSliderRangeErrorDefault": {
3804
+ "light": "{colorTextStatusError}",
3805
+ "dark": "{colorTextStatusError}"
3806
+ },
3807
+ "colorBackgroundSliderRangeErrorActive": {
3808
+ "light": "{colorTextStatusError}",
3809
+ "dark": "{colorTextStatusError}"
3810
+ },
3811
+ "colorBackgroundSliderRangeWarningDefault": {
3812
+ "light": "{colorTextStatusWarning}",
3813
+ "dark": "{colorTextStatusWarning}"
3814
+ },
3815
+ "colorBackgroundSliderRangeWarningActive": {
3816
+ "light": "{colorTextStatusWarning}",
3817
+ "dark": "{colorTextStatusWarning}"
3754
3818
  },
3755
3819
  "colorBackgroundStatusError": {
3756
3820
  "light": "{colorError1000}",
@@ -5021,6 +5085,14 @@ module.exports.preset = {
5021
5085
  "light": "{colorNeutral950}",
5022
5086
  "dark": "{colorNeutral950}"
5023
5087
  },
5088
+ "colorBackgroundSliderRangeDefault": {
5089
+ "light": "{colorBackgroundSliderHandleDefault}",
5090
+ "dark": "{colorBackgroundSliderHandleDefault}"
5091
+ },
5092
+ "colorBackgroundSliderRangeActive": {
5093
+ "light": "{colorBackgroundSliderHandleActive}",
5094
+ "dark": "{colorBackgroundSliderHandleActive}"
5095
+ },
5024
5096
  "colorBackgroundSliderHandleDefault": {
5025
5097
  "light": "{colorPrimary400}",
5026
5098
  "dark": "{colorPrimary400}"
@@ -5029,7 +5101,7 @@ module.exports.preset = {
5029
5101
  "light": "{colorPrimary300}",
5030
5102
  "dark": "{colorPrimary300}"
5031
5103
  },
5032
- "colorBackgroundSliderTrack": {
5104
+ "colorBackgroundSliderTrackDefault": {
5033
5105
  "light": "{colorNeutral600}",
5034
5106
  "dark": "{colorNeutral600}"
5035
5107
  },
@@ -5037,13 +5109,37 @@ module.exports.preset = {
5037
5109
  "light": "{colorNeutral850}",
5038
5110
  "dark": "{colorNeutral850}"
5039
5111
  },
5040
- "colorBackgroundSliderErrorPressed": {
5041
- "light": "{colorError400}",
5042
- "dark": "{colorError400}"
5112
+ "colorBackgroundSliderHandleErrorDefault": {
5113
+ "light": "{colorTextStatusError}",
5114
+ "dark": "{colorTextStatusError}"
5043
5115
  },
5044
- "colorBackgroundSliderWarningPressed": {
5045
- "light": "{colorWarning500}",
5046
- "dark": "{colorWarning500}"
5116
+ "colorBackgroundSliderHandleErrorActive": {
5117
+ "light": "{colorTextStatusError}",
5118
+ "dark": "{colorTextStatusError}"
5119
+ },
5120
+ "colorBackgroundSliderHandleWarningDefault": {
5121
+ "light": "{colorTextStatusWarning}",
5122
+ "dark": "{colorTextStatusWarning}"
5123
+ },
5124
+ "colorBackgroundSliderHandleWarningActive": {
5125
+ "light": "{colorTextStatusWarning}",
5126
+ "dark": "{colorTextStatusWarning}"
5127
+ },
5128
+ "colorBackgroundSliderRangeErrorDefault": {
5129
+ "light": "{colorTextStatusError}",
5130
+ "dark": "{colorTextStatusError}"
5131
+ },
5132
+ "colorBackgroundSliderRangeErrorActive": {
5133
+ "light": "{colorTextStatusError}",
5134
+ "dark": "{colorTextStatusError}"
5135
+ },
5136
+ "colorBackgroundSliderRangeWarningDefault": {
5137
+ "light": "{colorTextStatusWarning}",
5138
+ "dark": "{colorTextStatusWarning}"
5139
+ },
5140
+ "colorBackgroundSliderRangeWarningActive": {
5141
+ "light": "{colorTextStatusWarning}",
5142
+ "dark": "{colorTextStatusWarning}"
5047
5143
  },
5048
5144
  "colorBackgroundStatusError": {
5049
5145
  "light": "{colorError1000}",
@@ -6250,6 +6346,14 @@ module.exports.preset = {
6250
6346
  "light": "{colorBackgroundContainerContent}",
6251
6347
  "dark": "{colorBackgroundContainerContent}"
6252
6348
  },
6349
+ "colorBackgroundSliderRangeDefault": {
6350
+ "light": "{colorBackgroundSliderHandleDefault}",
6351
+ "dark": "{colorBackgroundSliderHandleDefault}"
6352
+ },
6353
+ "colorBackgroundSliderRangeActive": {
6354
+ "light": "{colorBackgroundSliderHandleActive}",
6355
+ "dark": "{colorBackgroundSliderHandleActive}"
6356
+ },
6253
6357
  "colorBackgroundSliderHandleDefault": {
6254
6358
  "light": "{colorPrimary600}",
6255
6359
  "dark": "{colorPrimary400}"
@@ -6258,7 +6362,7 @@ module.exports.preset = {
6258
6362
  "light": "{colorPrimary700}",
6259
6363
  "dark": "{colorPrimary300}"
6260
6364
  },
6261
- "colorBackgroundSliderTrack": {
6365
+ "colorBackgroundSliderTrackDefault": {
6262
6366
  "light": "{colorNeutral500}",
6263
6367
  "dark": "{colorNeutral600}"
6264
6368
  },
@@ -6266,13 +6370,37 @@ module.exports.preset = {
6266
6370
  "light": "{colorWhite}",
6267
6371
  "dark": "{colorNeutral850}"
6268
6372
  },
6269
- "colorBackgroundSliderErrorPressed": {
6270
- "light": "{colorError900}",
6271
- "dark": "{colorError400}"
6373
+ "colorBackgroundSliderHandleErrorDefault": {
6374
+ "light": "{colorTextStatusError}",
6375
+ "dark": "{colorTextStatusError}"
6272
6376
  },
6273
- "colorBackgroundSliderWarningPressed": {
6274
- "light": "{colorWarning900}",
6275
- "dark": "{colorWarning500}"
6377
+ "colorBackgroundSliderHandleErrorActive": {
6378
+ "light": "{colorTextStatusError}",
6379
+ "dark": "{colorTextStatusError}"
6380
+ },
6381
+ "colorBackgroundSliderHandleWarningDefault": {
6382
+ "light": "{colorTextStatusWarning}",
6383
+ "dark": "{colorTextStatusWarning}"
6384
+ },
6385
+ "colorBackgroundSliderHandleWarningActive": {
6386
+ "light": "{colorTextStatusWarning}",
6387
+ "dark": "{colorTextStatusWarning}"
6388
+ },
6389
+ "colorBackgroundSliderRangeErrorDefault": {
6390
+ "light": "{colorTextStatusError}",
6391
+ "dark": "{colorTextStatusError}"
6392
+ },
6393
+ "colorBackgroundSliderRangeErrorActive": {
6394
+ "light": "{colorTextStatusError}",
6395
+ "dark": "{colorTextStatusError}"
6396
+ },
6397
+ "colorBackgroundSliderRangeWarningDefault": {
6398
+ "light": "{colorTextStatusWarning}",
6399
+ "dark": "{colorTextStatusWarning}"
6400
+ },
6401
+ "colorBackgroundSliderRangeWarningActive": {
6402
+ "light": "{colorTextStatusWarning}",
6403
+ "dark": "{colorTextStatusWarning}"
6276
6404
  },
6277
6405
  "colorBackgroundStatusError": {
6278
6406
  "light": "{colorError50}",
@@ -7364,6 +7492,14 @@ module.exports.preset = {
7364
7492
  "light": "{colorBackgroundContainerContent}",
7365
7493
  "dark": "{colorBackgroundContainerContent}"
7366
7494
  },
7495
+ "colorBackgroundSliderRangeDefault": {
7496
+ "light": "{colorBackgroundSliderHandleDefault}",
7497
+ "dark": "{colorBackgroundSliderHandleDefault}"
7498
+ },
7499
+ "colorBackgroundSliderRangeActive": {
7500
+ "light": "{colorBackgroundSliderHandleActive}",
7501
+ "dark": "{colorBackgroundSliderHandleActive}"
7502
+ },
7367
7503
  "colorBackgroundSliderHandleDefault": {
7368
7504
  "light": "{colorPrimary600}",
7369
7505
  "dark": "{colorPrimary400}"
@@ -7372,7 +7508,7 @@ module.exports.preset = {
7372
7508
  "light": "{colorPrimary700}",
7373
7509
  "dark": "{colorPrimary300}"
7374
7510
  },
7375
- "colorBackgroundSliderTrack": {
7511
+ "colorBackgroundSliderTrackDefault": {
7376
7512
  "light": "{colorNeutral500}",
7377
7513
  "dark": "{colorNeutral600}"
7378
7514
  },
@@ -7380,13 +7516,37 @@ module.exports.preset = {
7380
7516
  "light": "{colorWhite}",
7381
7517
  "dark": "{colorNeutral850}"
7382
7518
  },
7383
- "colorBackgroundSliderErrorPressed": {
7384
- "light": "{colorError900}",
7385
- "dark": "{colorError400}"
7519
+ "colorBackgroundSliderHandleErrorDefault": {
7520
+ "light": "{colorTextStatusError}",
7521
+ "dark": "{colorTextStatusError}"
7386
7522
  },
7387
- "colorBackgroundSliderWarningPressed": {
7388
- "light": "{colorWarning900}",
7389
- "dark": "{colorWarning500}"
7523
+ "colorBackgroundSliderHandleErrorActive": {
7524
+ "light": "{colorTextStatusError}",
7525
+ "dark": "{colorTextStatusError}"
7526
+ },
7527
+ "colorBackgroundSliderHandleWarningDefault": {
7528
+ "light": "{colorTextStatusWarning}",
7529
+ "dark": "{colorTextStatusWarning}"
7530
+ },
7531
+ "colorBackgroundSliderHandleWarningActive": {
7532
+ "light": "{colorTextStatusWarning}",
7533
+ "dark": "{colorTextStatusWarning}"
7534
+ },
7535
+ "colorBackgroundSliderRangeErrorDefault": {
7536
+ "light": "{colorTextStatusError}",
7537
+ "dark": "{colorTextStatusError}"
7538
+ },
7539
+ "colorBackgroundSliderRangeErrorActive": {
7540
+ "light": "{colorTextStatusError}",
7541
+ "dark": "{colorTextStatusError}"
7542
+ },
7543
+ "colorBackgroundSliderRangeWarningDefault": {
7544
+ "light": "{colorTextStatusWarning}",
7545
+ "dark": "{colorTextStatusWarning}"
7546
+ },
7547
+ "colorBackgroundSliderRangeWarningActive": {
7548
+ "light": "{colorTextStatusWarning}",
7549
+ "dark": "{colorTextStatusWarning}"
7390
7550
  },
7391
7551
  "colorBackgroundStatusError": {
7392
7552
  "light": "{colorError50}",
@@ -8478,6 +8638,14 @@ module.exports.preset = {
8478
8638
  "light": "{colorBackgroundContainerContent}",
8479
8639
  "dark": "{colorBackgroundContainerContent}"
8480
8640
  },
8641
+ "colorBackgroundSliderRangeDefault": {
8642
+ "light": "{colorBackgroundSliderHandleDefault}",
8643
+ "dark": "{colorBackgroundSliderHandleDefault}"
8644
+ },
8645
+ "colorBackgroundSliderRangeActive": {
8646
+ "light": "{colorBackgroundSliderHandleActive}",
8647
+ "dark": "{colorBackgroundSliderHandleActive}"
8648
+ },
8481
8649
  "colorBackgroundSliderHandleDefault": {
8482
8650
  "light": "{colorPrimary600}",
8483
8651
  "dark": "{colorPrimary400}"
@@ -8486,7 +8654,7 @@ module.exports.preset = {
8486
8654
  "light": "{colorPrimary700}",
8487
8655
  "dark": "{colorPrimary300}"
8488
8656
  },
8489
- "colorBackgroundSliderTrack": {
8657
+ "colorBackgroundSliderTrackDefault": {
8490
8658
  "light": "{colorNeutral500}",
8491
8659
  "dark": "{colorNeutral600}"
8492
8660
  },
@@ -8494,13 +8662,37 @@ module.exports.preset = {
8494
8662
  "light": "{colorWhite}",
8495
8663
  "dark": "{colorNeutral850}"
8496
8664
  },
8497
- "colorBackgroundSliderErrorPressed": {
8498
- "light": "{colorError900}",
8499
- "dark": "{colorError400}"
8665
+ "colorBackgroundSliderHandleErrorDefault": {
8666
+ "light": "{colorTextStatusError}",
8667
+ "dark": "{colorTextStatusError}"
8500
8668
  },
8501
- "colorBackgroundSliderWarningPressed": {
8502
- "light": "{colorWarning900}",
8503
- "dark": "{colorWarning500}"
8669
+ "colorBackgroundSliderHandleErrorActive": {
8670
+ "light": "{colorTextStatusError}",
8671
+ "dark": "{colorTextStatusError}"
8672
+ },
8673
+ "colorBackgroundSliderHandleWarningDefault": {
8674
+ "light": "{colorTextStatusWarning}",
8675
+ "dark": "{colorTextStatusWarning}"
8676
+ },
8677
+ "colorBackgroundSliderHandleWarningActive": {
8678
+ "light": "{colorTextStatusWarning}",
8679
+ "dark": "{colorTextStatusWarning}"
8680
+ },
8681
+ "colorBackgroundSliderRangeErrorDefault": {
8682
+ "light": "{colorTextStatusError}",
8683
+ "dark": "{colorTextStatusError}"
8684
+ },
8685
+ "colorBackgroundSliderRangeErrorActive": {
8686
+ "light": "{colorTextStatusError}",
8687
+ "dark": "{colorTextStatusError}"
8688
+ },
8689
+ "colorBackgroundSliderRangeWarningDefault": {
8690
+ "light": "{colorTextStatusWarning}",
8691
+ "dark": "{colorTextStatusWarning}"
8692
+ },
8693
+ "colorBackgroundSliderRangeWarningActive": {
8694
+ "light": "{colorTextStatusWarning}",
8695
+ "dark": "{colorTextStatusWarning}"
8504
8696
  },
8505
8697
  "colorBackgroundStatusError": {
8506
8698
  "light": "{colorError50}",
@@ -9594,6 +9786,14 @@ module.exports.preset = {
9594
9786
  "light": "{colorBackgroundContainerContent}",
9595
9787
  "dark": "{colorBackgroundContainerContent}"
9596
9788
  },
9789
+ "colorBackgroundSliderRangeDefault": {
9790
+ "light": "{colorBackgroundSliderHandleDefault}",
9791
+ "dark": "{colorBackgroundSliderHandleDefault}"
9792
+ },
9793
+ "colorBackgroundSliderRangeActive": {
9794
+ "light": "{colorBackgroundSliderHandleActive}",
9795
+ "dark": "{colorBackgroundSliderHandleActive}"
9796
+ },
9597
9797
  "colorBackgroundSliderHandleDefault": {
9598
9798
  "light": "{colorPrimary400}",
9599
9799
  "dark": "{colorPrimary400}"
@@ -9602,7 +9802,7 @@ module.exports.preset = {
9602
9802
  "light": "{colorPrimary300}",
9603
9803
  "dark": "{colorPrimary300}"
9604
9804
  },
9605
- "colorBackgroundSliderTrack": {
9805
+ "colorBackgroundSliderTrackDefault": {
9606
9806
  "light": "{colorNeutral600}",
9607
9807
  "dark": "{colorNeutral600}"
9608
9808
  },
@@ -9610,13 +9810,37 @@ module.exports.preset = {
9610
9810
  "light": "{colorNeutral850}",
9611
9811
  "dark": "{colorNeutral850}"
9612
9812
  },
9613
- "colorBackgroundSliderErrorPressed": {
9614
- "light": "{colorError400}",
9615
- "dark": "{colorError400}"
9813
+ "colorBackgroundSliderHandleErrorDefault": {
9814
+ "light": "{colorTextStatusError}",
9815
+ "dark": "{colorTextStatusError}"
9616
9816
  },
9617
- "colorBackgroundSliderWarningPressed": {
9618
- "light": "{colorWarning500}",
9619
- "dark": "{colorWarning500}"
9817
+ "colorBackgroundSliderHandleErrorActive": {
9818
+ "light": "{colorTextStatusError}",
9819
+ "dark": "{colorTextStatusError}"
9820
+ },
9821
+ "colorBackgroundSliderHandleWarningDefault": {
9822
+ "light": "{colorTextStatusWarning}",
9823
+ "dark": "{colorTextStatusWarning}"
9824
+ },
9825
+ "colorBackgroundSliderHandleWarningActive": {
9826
+ "light": "{colorTextStatusWarning}",
9827
+ "dark": "{colorTextStatusWarning}"
9828
+ },
9829
+ "colorBackgroundSliderRangeErrorDefault": {
9830
+ "light": "{colorTextStatusError}",
9831
+ "dark": "{colorTextStatusError}"
9832
+ },
9833
+ "colorBackgroundSliderRangeErrorActive": {
9834
+ "light": "{colorTextStatusError}",
9835
+ "dark": "{colorTextStatusError}"
9836
+ },
9837
+ "colorBackgroundSliderRangeWarningDefault": {
9838
+ "light": "{colorTextStatusWarning}",
9839
+ "dark": "{colorTextStatusWarning}"
9840
+ },
9841
+ "colorBackgroundSliderRangeWarningActive": {
9842
+ "light": "{colorTextStatusWarning}",
9843
+ "dark": "{colorTextStatusWarning}"
9620
9844
  },
9621
9845
  "colorBackgroundStatusError": {
9622
9846
  "light": "{colorError1000}",
@@ -10747,12 +10971,20 @@ module.exports.preset = {
10747
10971
  "colorBackgroundSegmentDisabled": "color",
10748
10972
  "colorBackgroundSegmentHover": "color",
10749
10973
  "colorBackgroundSegmentWrapper": "color",
10974
+ "colorBackgroundSliderRangeDefault": "color",
10975
+ "colorBackgroundSliderRangeActive": "color",
10750
10976
  "colorBackgroundSliderHandleDefault": "color",
10751
10977
  "colorBackgroundSliderHandleActive": "color",
10752
- "colorBackgroundSliderTrack": "color",
10978
+ "colorBackgroundSliderTrackDefault": "color",
10753
10979
  "colorBackgroundSliderHandleRing": "color",
10754
- "colorBackgroundSliderErrorPressed": "color",
10755
- "colorBackgroundSliderWarningPressed": "color",
10980
+ "colorBackgroundSliderHandleErrorDefault": "color",
10981
+ "colorBackgroundSliderHandleErrorActive": "color",
10982
+ "colorBackgroundSliderHandleWarningDefault": "color",
10983
+ "colorBackgroundSliderHandleWarningActive": "color",
10984
+ "colorBackgroundSliderRangeErrorDefault": "color",
10985
+ "colorBackgroundSliderRangeErrorActive": "color",
10986
+ "colorBackgroundSliderRangeWarningDefault": "color",
10987
+ "colorBackgroundSliderRangeWarningActive": "color",
10756
10988
  "colorBackgroundStatusError": "color",
10757
10989
  "colorBackgroundStatusInfo": "color",
10758
10990
  "colorBackgroundDialog": "color",
@@ -11444,6 +11676,11 @@ module.exports.preset = {
11444
11676
  "colorBackgroundSegmentDisabled",
11445
11677
  "colorBackgroundSegmentHover",
11446
11678
  "colorBackgroundSegmentWrapper",
11679
+ "colorBackgroundSliderRangeDefault",
11680
+ "colorBackgroundSliderRangeActive",
11681
+ "colorBackgroundSliderHandleDefault",
11682
+ "colorBackgroundSliderHandleActive",
11683
+ "colorBackgroundSliderTrackDefault",
11447
11684
  "colorBackgroundStatusError",
11448
11685
  "colorBackgroundStatusInfo",
11449
11686
  "colorBackgroundDialog",
@@ -11809,6 +12046,11 @@ module.exports.preset = {
11809
12046
  "colorBackgroundSegmentDefault",
11810
12047
  "colorBackgroundSegmentDisabled",
11811
12048
  "colorBackgroundSegmentHover",
12049
+ "colorBackgroundSliderRangeDefault",
12050
+ "colorBackgroundSliderRangeActive",
12051
+ "colorBackgroundSliderHandleDefault",
12052
+ "colorBackgroundSliderHandleActive",
12053
+ "colorBackgroundSliderTrackDefault",
11812
12054
  "colorBackgroundStatusError",
11813
12055
  "colorBackgroundStatusInfo",
11814
12056
  "colorBackgroundDialog",
@@ -12361,12 +12603,20 @@ module.exports.preset = {
12361
12603
  "colorBackgroundSegmentDisabled": "color-background-segment-disabled",
12362
12604
  "colorBackgroundSegmentHover": "color-background-segment-hover",
12363
12605
  "colorBackgroundSegmentWrapper": "color-background-segment-wrapper",
12606
+ "colorBackgroundSliderRangeDefault": "color-background-slider-range-default",
12607
+ "colorBackgroundSliderRangeActive": "color-background-slider-range-active",
12364
12608
  "colorBackgroundSliderHandleDefault": "color-background-slider-handle-default",
12365
12609
  "colorBackgroundSliderHandleActive": "color-background-slider-handle-active",
12366
- "colorBackgroundSliderTrack": "color-background-slider-track",
12610
+ "colorBackgroundSliderTrackDefault": "color-background-slider-track-default",
12367
12611
  "colorBackgroundSliderHandleRing": "color-background-slider-handle-ring",
12368
- "colorBackgroundSliderErrorPressed": "color-background-slider-error-pressed",
12369
- "colorBackgroundSliderWarningPressed": "color-background-slider-warning-pressed",
12612
+ "colorBackgroundSliderHandleErrorDefault": "color-background-slider-handle-error-default",
12613
+ "colorBackgroundSliderHandleErrorActive": "color-background-slider-handle-error-active",
12614
+ "colorBackgroundSliderHandleWarningDefault": "color-background-slider-handle-warning-default",
12615
+ "colorBackgroundSliderHandleWarningActive": "color-background-slider-handle-warning-active",
12616
+ "colorBackgroundSliderRangeErrorDefault": "color-background-slider-range-error-default",
12617
+ "colorBackgroundSliderRangeErrorActive": "color-background-slider-range-error-active",
12618
+ "colorBackgroundSliderRangeWarningDefault": "color-background-slider-range-warning-default",
12619
+ "colorBackgroundSliderRangeWarningActive": "color-background-slider-range-warning-active",
12370
12620
  "colorBackgroundStatusError": "color-background-status-error",
12371
12621
  "colorBackgroundStatusInfo": "color-background-status-info",
12372
12622
  "colorBackgroundDialog": "color-background-dialog",
@@ -13174,12 +13424,20 @@ module.exports.preset = {
13174
13424
  "colorBackgroundSegmentDisabled": "--color-background-segment-disabled-m2a5t7",
13175
13425
  "colorBackgroundSegmentHover": "--color-background-segment-hover-800sl4",
13176
13426
  "colorBackgroundSegmentWrapper": "--color-background-segment-wrapper-5tudmm",
13427
+ "colorBackgroundSliderRangeDefault": "--color-background-slider-range-default-3ljdu4",
13428
+ "colorBackgroundSliderRangeActive": "--color-background-slider-range-active-vu3lky",
13177
13429
  "colorBackgroundSliderHandleDefault": "--color-background-slider-handle-default-lp5ntg",
13178
13430
  "colorBackgroundSliderHandleActive": "--color-background-slider-handle-active-50ubqb",
13179
- "colorBackgroundSliderTrack": "--color-background-slider-track-jsr5s6",
13431
+ "colorBackgroundSliderTrackDefault": "--color-background-slider-track-default-vk2c9o",
13180
13432
  "colorBackgroundSliderHandleRing": "--color-background-slider-handle-ring-9sfenj",
13181
- "colorBackgroundSliderErrorPressed": "--color-background-slider-error-pressed-79f2kg",
13182
- "colorBackgroundSliderWarningPressed": "--color-background-slider-warning-pressed-j1qp7g",
13433
+ "colorBackgroundSliderHandleErrorDefault": "--color-background-slider-handle-error-default-411tqq",
13434
+ "colorBackgroundSliderHandleErrorActive": "--color-background-slider-handle-error-active-x65pfh",
13435
+ "colorBackgroundSliderHandleWarningDefault": "--color-background-slider-handle-warning-default-or76ej",
13436
+ "colorBackgroundSliderHandleWarningActive": "--color-background-slider-handle-warning-active-7o84zp",
13437
+ "colorBackgroundSliderRangeErrorDefault": "--color-background-slider-range-error-default-b519qn",
13438
+ "colorBackgroundSliderRangeErrorActive": "--color-background-slider-range-error-active-6bo8an",
13439
+ "colorBackgroundSliderRangeWarningDefault": "--color-background-slider-range-warning-default-6isqvo",
13440
+ "colorBackgroundSliderRangeWarningActive": "--color-background-slider-range-warning-active-dm2pha",
13183
13441
  "colorBackgroundStatusError": "--color-background-status-error-mu3lcw",
13184
13442
  "colorBackgroundStatusInfo": "--color-background-status-info-sfobba",
13185
13443
  "colorBackgroundDialog": "--color-background-dialog-2fj3uu",