@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.
- package/internal/generated/styles/tokens.d.ts +11 -3
- package/internal/generated/styles/tokens.js +11 -3
- package/internal/generated/theming/index.cjs +316 -58
- package/internal/generated/theming/index.cjs.d.ts +45 -0
- package/internal/generated/theming/index.d.ts +45 -0
- package/internal/generated/theming/index.js +316 -58
- package/package.json +1 -1
|
@@ -1443,6 +1443,14 @@ export var 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 @@ export var preset = {
|
|
|
1451
1459
|
"light": "{colorPrimary700}",
|
|
1452
1460
|
"dark": "{colorPrimary300}"
|
|
1453
1461
|
},
|
|
1454
|
-
"
|
|
1462
|
+
"colorBackgroundSliderTrackDefault": {
|
|
1455
1463
|
"light": "{colorNeutral500}",
|
|
1456
1464
|
"dark": "{colorNeutral600}"
|
|
1457
1465
|
},
|
|
@@ -1459,13 +1467,37 @@ export var preset = {
|
|
|
1459
1467
|
"light": "{colorWhite}",
|
|
1460
1468
|
"dark": "{colorNeutral850}"
|
|
1461
1469
|
},
|
|
1462
|
-
"
|
|
1463
|
-
"light": "{
|
|
1464
|
-
"dark": "{
|
|
1470
|
+
"colorBackgroundSliderHandleErrorDefault": {
|
|
1471
|
+
"light": "{colorTextStatusError}",
|
|
1472
|
+
"dark": "{colorTextStatusError}"
|
|
1465
1473
|
},
|
|
1466
|
-
"
|
|
1467
|
-
"light": "{
|
|
1468
|
-
"dark": "{
|
|
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 @@ export var 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 @@ export var preset = {
|
|
|
3736
3776
|
"light": "{colorPrimary300}",
|
|
3737
3777
|
"dark": "{colorPrimary300}"
|
|
3738
3778
|
},
|
|
3739
|
-
"
|
|
3779
|
+
"colorBackgroundSliderTrackDefault": {
|
|
3740
3780
|
"light": "{colorNeutral600}",
|
|
3741
3781
|
"dark": "{colorNeutral600}"
|
|
3742
3782
|
},
|
|
@@ -3744,13 +3784,37 @@ export var preset = {
|
|
|
3744
3784
|
"light": "{colorNeutral850}",
|
|
3745
3785
|
"dark": "{colorNeutral850}"
|
|
3746
3786
|
},
|
|
3747
|
-
"
|
|
3748
|
-
"light": "{
|
|
3749
|
-
"dark": "{
|
|
3787
|
+
"colorBackgroundSliderHandleErrorDefault": {
|
|
3788
|
+
"light": "{colorTextStatusError}",
|
|
3789
|
+
"dark": "{colorTextStatusError}"
|
|
3750
3790
|
},
|
|
3751
|
-
"
|
|
3752
|
-
"light": "{
|
|
3753
|
-
"dark": "{
|
|
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 @@ export var 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 @@ export var preset = {
|
|
|
5029
5101
|
"light": "{colorPrimary300}",
|
|
5030
5102
|
"dark": "{colorPrimary300}"
|
|
5031
5103
|
},
|
|
5032
|
-
"
|
|
5104
|
+
"colorBackgroundSliderTrackDefault": {
|
|
5033
5105
|
"light": "{colorNeutral600}",
|
|
5034
5106
|
"dark": "{colorNeutral600}"
|
|
5035
5107
|
},
|
|
@@ -5037,13 +5109,37 @@ export var preset = {
|
|
|
5037
5109
|
"light": "{colorNeutral850}",
|
|
5038
5110
|
"dark": "{colorNeutral850}"
|
|
5039
5111
|
},
|
|
5040
|
-
"
|
|
5041
|
-
"light": "{
|
|
5042
|
-
"dark": "{
|
|
5112
|
+
"colorBackgroundSliderHandleErrorDefault": {
|
|
5113
|
+
"light": "{colorTextStatusError}",
|
|
5114
|
+
"dark": "{colorTextStatusError}"
|
|
5043
5115
|
},
|
|
5044
|
-
"
|
|
5045
|
-
"light": "{
|
|
5046
|
-
"dark": "{
|
|
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 @@ export var 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 @@ export var preset = {
|
|
|
6258
6362
|
"light": "{colorPrimary700}",
|
|
6259
6363
|
"dark": "{colorPrimary300}"
|
|
6260
6364
|
},
|
|
6261
|
-
"
|
|
6365
|
+
"colorBackgroundSliderTrackDefault": {
|
|
6262
6366
|
"light": "{colorNeutral500}",
|
|
6263
6367
|
"dark": "{colorNeutral600}"
|
|
6264
6368
|
},
|
|
@@ -6266,13 +6370,37 @@ export var preset = {
|
|
|
6266
6370
|
"light": "{colorWhite}",
|
|
6267
6371
|
"dark": "{colorNeutral850}"
|
|
6268
6372
|
},
|
|
6269
|
-
"
|
|
6270
|
-
"light": "{
|
|
6271
|
-
"dark": "{
|
|
6373
|
+
"colorBackgroundSliderHandleErrorDefault": {
|
|
6374
|
+
"light": "{colorTextStatusError}",
|
|
6375
|
+
"dark": "{colorTextStatusError}"
|
|
6272
6376
|
},
|
|
6273
|
-
"
|
|
6274
|
-
"light": "{
|
|
6275
|
-
"dark": "{
|
|
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 @@ export var 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 @@ export var preset = {
|
|
|
7372
7508
|
"light": "{colorPrimary700}",
|
|
7373
7509
|
"dark": "{colorPrimary300}"
|
|
7374
7510
|
},
|
|
7375
|
-
"
|
|
7511
|
+
"colorBackgroundSliderTrackDefault": {
|
|
7376
7512
|
"light": "{colorNeutral500}",
|
|
7377
7513
|
"dark": "{colorNeutral600}"
|
|
7378
7514
|
},
|
|
@@ -7380,13 +7516,37 @@ export var preset = {
|
|
|
7380
7516
|
"light": "{colorWhite}",
|
|
7381
7517
|
"dark": "{colorNeutral850}"
|
|
7382
7518
|
},
|
|
7383
|
-
"
|
|
7384
|
-
"light": "{
|
|
7385
|
-
"dark": "{
|
|
7519
|
+
"colorBackgroundSliderHandleErrorDefault": {
|
|
7520
|
+
"light": "{colorTextStatusError}",
|
|
7521
|
+
"dark": "{colorTextStatusError}"
|
|
7386
7522
|
},
|
|
7387
|
-
"
|
|
7388
|
-
"light": "{
|
|
7389
|
-
"dark": "{
|
|
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 @@ export var 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 @@ export var preset = {
|
|
|
8486
8654
|
"light": "{colorPrimary700}",
|
|
8487
8655
|
"dark": "{colorPrimary300}"
|
|
8488
8656
|
},
|
|
8489
|
-
"
|
|
8657
|
+
"colorBackgroundSliderTrackDefault": {
|
|
8490
8658
|
"light": "{colorNeutral500}",
|
|
8491
8659
|
"dark": "{colorNeutral600}"
|
|
8492
8660
|
},
|
|
@@ -8494,13 +8662,37 @@ export var preset = {
|
|
|
8494
8662
|
"light": "{colorWhite}",
|
|
8495
8663
|
"dark": "{colorNeutral850}"
|
|
8496
8664
|
},
|
|
8497
|
-
"
|
|
8498
|
-
"light": "{
|
|
8499
|
-
"dark": "{
|
|
8665
|
+
"colorBackgroundSliderHandleErrorDefault": {
|
|
8666
|
+
"light": "{colorTextStatusError}",
|
|
8667
|
+
"dark": "{colorTextStatusError}"
|
|
8500
8668
|
},
|
|
8501
|
-
"
|
|
8502
|
-
"light": "{
|
|
8503
|
-
"dark": "{
|
|
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 @@ export var 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 @@ export var preset = {
|
|
|
9602
9802
|
"light": "{colorPrimary300}",
|
|
9603
9803
|
"dark": "{colorPrimary300}"
|
|
9604
9804
|
},
|
|
9605
|
-
"
|
|
9805
|
+
"colorBackgroundSliderTrackDefault": {
|
|
9606
9806
|
"light": "{colorNeutral600}",
|
|
9607
9807
|
"dark": "{colorNeutral600}"
|
|
9608
9808
|
},
|
|
@@ -9610,13 +9810,37 @@ export var preset = {
|
|
|
9610
9810
|
"light": "{colorNeutral850}",
|
|
9611
9811
|
"dark": "{colorNeutral850}"
|
|
9612
9812
|
},
|
|
9613
|
-
"
|
|
9614
|
-
"light": "{
|
|
9615
|
-
"dark": "{
|
|
9813
|
+
"colorBackgroundSliderHandleErrorDefault": {
|
|
9814
|
+
"light": "{colorTextStatusError}",
|
|
9815
|
+
"dark": "{colorTextStatusError}"
|
|
9616
9816
|
},
|
|
9617
|
-
"
|
|
9618
|
-
"light": "{
|
|
9619
|
-
"dark": "{
|
|
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 @@ export var 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
|
-
"
|
|
10978
|
+
"colorBackgroundSliderTrackDefault": "color",
|
|
10753
10979
|
"colorBackgroundSliderHandleRing": "color",
|
|
10754
|
-
"
|
|
10755
|
-
"
|
|
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 @@ export var 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 @@ export var 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 @@ export var 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
|
-
"
|
|
12610
|
+
"colorBackgroundSliderTrackDefault": "color-background-slider-track-default",
|
|
12367
12611
|
"colorBackgroundSliderHandleRing": "color-background-slider-handle-ring",
|
|
12368
|
-
"
|
|
12369
|
-
"
|
|
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 @@ export var 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
|
-
"
|
|
13431
|
+
"colorBackgroundSliderTrackDefault": "--color-background-slider-track-default-vk2c9o",
|
|
13180
13432
|
"colorBackgroundSliderHandleRing": "--color-background-slider-handle-ring-9sfenj",
|
|
13181
|
-
"
|
|
13182
|
-
"
|
|
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",
|