@cloudscape-design/chat-components 1.0.147 → 1.0.148

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.
@@ -1395,6 +1395,10 @@ export var preset = {
1395
1395
  "light": "transparent",
1396
1396
  "dark": "transparent"
1397
1397
  },
1398
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
1399
+ "light": "{colorBackgroundControlChecked}",
1400
+ "dark": "{colorBackgroundControlChecked}"
1401
+ },
1398
1402
  "colorBackgroundLayoutMain": {
1399
1403
  "light": "{colorWhite}",
1400
1404
  "dark": "{colorNeutral850}"
@@ -1479,6 +1483,22 @@ export var preset = {
1479
1483
  "light": "{colorWarning400}",
1480
1484
  "dark": "{colorWarning400}"
1481
1485
  },
1486
+ "colorBackgroundFlashbarSuccess": {
1487
+ "light": "{colorBackgroundNotificationGreen}",
1488
+ "dark": "{colorBackgroundNotificationGreen}"
1489
+ },
1490
+ "colorBackgroundFlashbarError": {
1491
+ "light": "{colorBackgroundNotificationRed}",
1492
+ "dark": "{colorBackgroundNotificationRed}"
1493
+ },
1494
+ "colorBackgroundFlashbarInfo": {
1495
+ "light": "{colorBackgroundNotificationBlue}",
1496
+ "dark": "{colorBackgroundNotificationBlue}"
1497
+ },
1498
+ "colorBackgroundFlashbarWarning": {
1499
+ "light": "{colorBackgroundNotificationYellow}",
1500
+ "dark": "{colorBackgroundNotificationYellow}"
1501
+ },
1482
1502
  "colorBackgroundNotificationStackBar": {
1483
1503
  "light": "{colorNeutral750}",
1484
1504
  "dark": "{colorNeutral750}"
@@ -1735,6 +1755,14 @@ export var preset = {
1735
1755
  "light": "{colorTextAccent}",
1736
1756
  "dark": "{colorTextAccent}"
1737
1757
  },
1758
+ "colorTextSideNavigationItemActiveCollapsed": {
1759
+ "light": "{colorTextInverted}",
1760
+ "dark": "{colorTextInverted}"
1761
+ },
1762
+ "colorTextSideNavigationItemDefault": {
1763
+ "light": "{colorTextBodySecondary}",
1764
+ "dark": "{colorTextBodySecondary}"
1765
+ },
1738
1766
  "colorBorderCalendarGrid": {
1739
1767
  "light": "transparent",
1740
1768
  "dark": "transparent"
@@ -2679,6 +2707,8 @@ export var preset = {
2679
2707
  "borderRadiusFlashbar": "12px",
2680
2708
  "borderRadiusInput": "8px",
2681
2709
  "borderRadiusItem": "8px",
2710
+ "borderRadiusSideNavigationItem": "{borderRadiusItem}",
2711
+ "borderRadiusSideNavigationItemCollapsed": "50%",
2682
2712
  "borderRadiusItemCardDefault": "{borderRadiusCardDefault}",
2683
2713
  "borderRadiusItemCardEmbedded": "{borderRadiusCardEmbedded}",
2684
2714
  "borderRadiusPopover": "{borderRadiusInput}",
@@ -2699,6 +2729,7 @@ export var preset = {
2699
2729
  "borderWidthAlertBlockStart": "{borderWidthAlert}",
2700
2730
  "borderWidthAlertInlineEnd": "{borderWidthAlert}",
2701
2731
  "borderWidthAlertInlineStart": "{borderWidthAlert}",
2732
+ "borderWidthFlashbarInlineStart": "0px",
2702
2733
  "borderWidthButton": "2px",
2703
2734
  "borderWidthCard": "{borderDividerSectionWidth}",
2704
2735
  "borderWidthCardSelected": "{borderItemWidth}",
@@ -4208,6 +4239,10 @@ export var preset = {
4208
4239
  "light": "transparent",
4209
4240
  "dark": "transparent"
4210
4241
  },
4242
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
4243
+ "light": "{colorBackgroundControlChecked}",
4244
+ "dark": "{colorBackgroundControlChecked}"
4245
+ },
4211
4246
  "colorBackgroundLayoutMain": {
4212
4247
  "light": "{colorNeutral850}",
4213
4248
  "dark": "{colorNeutral850}"
@@ -4292,6 +4327,22 @@ export var preset = {
4292
4327
  "light": "{colorWarning400}",
4293
4328
  "dark": "{colorWarning400}"
4294
4329
  },
4330
+ "colorBackgroundFlashbarSuccess": {
4331
+ "light": "{colorBackgroundNotificationGreen}",
4332
+ "dark": "{colorBackgroundNotificationGreen}"
4333
+ },
4334
+ "colorBackgroundFlashbarError": {
4335
+ "light": "{colorBackgroundNotificationRed}",
4336
+ "dark": "{colorBackgroundNotificationRed}"
4337
+ },
4338
+ "colorBackgroundFlashbarInfo": {
4339
+ "light": "{colorBackgroundNotificationBlue}",
4340
+ "dark": "{colorBackgroundNotificationBlue}"
4341
+ },
4342
+ "colorBackgroundFlashbarWarning": {
4343
+ "light": "{colorBackgroundNotificationYellow}",
4344
+ "dark": "{colorBackgroundNotificationYellow}"
4345
+ },
4295
4346
  "colorBackgroundNotificationStackBar": {
4296
4347
  "light": "{colorNeutral750}",
4297
4348
  "dark": "{colorNeutral750}"
@@ -4548,6 +4599,14 @@ export var preset = {
4548
4599
  "light": "{colorTextAccent}",
4549
4600
  "dark": "{colorTextAccent}"
4550
4601
  },
4602
+ "colorTextSideNavigationItemActiveCollapsed": {
4603
+ "light": "{colorTextInverted}",
4604
+ "dark": "{colorTextInverted}"
4605
+ },
4606
+ "colorTextSideNavigationItemDefault": {
4607
+ "light": "{colorTextBodySecondary}",
4608
+ "dark": "{colorTextBodySecondary}"
4609
+ },
4551
4610
  "colorBorderCalendarGrid": {
4552
4611
  "light": "transparent",
4553
4612
  "dark": "transparent"
@@ -5829,6 +5888,10 @@ export var preset = {
5829
5888
  "light": "transparent",
5830
5889
  "dark": "transparent"
5831
5890
  },
5891
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
5892
+ "light": "{colorBackgroundControlChecked}",
5893
+ "dark": "{colorBackgroundControlChecked}"
5894
+ },
5832
5895
  "colorBackgroundLayoutMain": {
5833
5896
  "light": "{colorNeutral950}",
5834
5897
  "dark": "{colorNeutral950}"
@@ -5913,6 +5976,22 @@ export var preset = {
5913
5976
  "light": "{colorWarning400}",
5914
5977
  "dark": "{colorWarning400}"
5915
5978
  },
5979
+ "colorBackgroundFlashbarSuccess": {
5980
+ "light": "{colorBackgroundNotificationGreen}",
5981
+ "dark": "{colorBackgroundNotificationGreen}"
5982
+ },
5983
+ "colorBackgroundFlashbarError": {
5984
+ "light": "{colorBackgroundNotificationRed}",
5985
+ "dark": "{colorBackgroundNotificationRed}"
5986
+ },
5987
+ "colorBackgroundFlashbarInfo": {
5988
+ "light": "{colorBackgroundNotificationBlue}",
5989
+ "dark": "{colorBackgroundNotificationBlue}"
5990
+ },
5991
+ "colorBackgroundFlashbarWarning": {
5992
+ "light": "{colorBackgroundNotificationYellow}",
5993
+ "dark": "{colorBackgroundNotificationYellow}"
5994
+ },
5916
5995
  "colorBackgroundNotificationStackBar": {
5917
5996
  "light": "{colorNeutral750}",
5918
5997
  "dark": "{colorNeutral750}"
@@ -6169,6 +6248,14 @@ export var preset = {
6169
6248
  "light": "{colorTextAccent}",
6170
6249
  "dark": "{colorTextAccent}"
6171
6250
  },
6251
+ "colorTextSideNavigationItemActiveCollapsed": {
6252
+ "light": "{colorTextInverted}",
6253
+ "dark": "{colorTextInverted}"
6254
+ },
6255
+ "colorTextSideNavigationItemDefault": {
6256
+ "light": "{colorTextBodySecondary}",
6257
+ "dark": "{colorTextBodySecondary}"
6258
+ },
6172
6259
  "colorBorderCalendarGrid": {
6173
6260
  "light": "transparent",
6174
6261
  "dark": "transparent"
@@ -7378,6 +7465,10 @@ export var preset = {
7378
7465
  "light": "transparent",
7379
7466
  "dark": "transparent"
7380
7467
  },
7468
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
7469
+ "light": "{colorBackgroundControlChecked}",
7470
+ "dark": "{colorBackgroundControlChecked}"
7471
+ },
7381
7472
  "colorBackgroundLayoutMain": {
7382
7473
  "light": "{colorWhite}",
7383
7474
  "dark": "{colorNeutral850}"
@@ -7462,6 +7553,22 @@ export var preset = {
7462
7553
  "light": "{colorWarning400}",
7463
7554
  "dark": "{colorWarning400}"
7464
7555
  },
7556
+ "colorBackgroundFlashbarSuccess": {
7557
+ "light": "{colorBackgroundNotificationGreen}",
7558
+ "dark": "{colorBackgroundNotificationGreen}"
7559
+ },
7560
+ "colorBackgroundFlashbarError": {
7561
+ "light": "{colorBackgroundNotificationRed}",
7562
+ "dark": "{colorBackgroundNotificationRed}"
7563
+ },
7564
+ "colorBackgroundFlashbarInfo": {
7565
+ "light": "{colorBackgroundNotificationBlue}",
7566
+ "dark": "{colorBackgroundNotificationBlue}"
7567
+ },
7568
+ "colorBackgroundFlashbarWarning": {
7569
+ "light": "{colorBackgroundNotificationYellow}",
7570
+ "dark": "{colorBackgroundNotificationYellow}"
7571
+ },
7465
7572
  "colorBackgroundNotificationStackBar": {
7466
7573
  "light": "{colorNeutral750}",
7467
7574
  "dark": "{colorNeutral750}"
@@ -7718,6 +7825,14 @@ export var preset = {
7718
7825
  "light": "{colorTextAccent}",
7719
7826
  "dark": "{colorTextAccent}"
7720
7827
  },
7828
+ "colorTextSideNavigationItemActiveCollapsed": {
7829
+ "light": "{colorTextInverted}",
7830
+ "dark": "{colorTextInverted}"
7831
+ },
7832
+ "colorTextSideNavigationItemDefault": {
7833
+ "light": "{colorTextBodySecondary}",
7834
+ "dark": "{colorTextBodySecondary}"
7835
+ },
7721
7836
  "colorBorderCalendarGrid": {
7722
7837
  "light": "transparent",
7723
7838
  "dark": "transparent"
@@ -8375,20 +8490,20 @@ export var preset = {
8375
8490
  "dark": "{colorNeutral450}"
8376
8491
  },
8377
8492
  "colorTextStatusError": {
8378
- "light": "{colorError600}",
8379
- "dark": "{colorError400}"
8493
+ "light": "{colorTextNotificationDefault}",
8494
+ "dark": "{colorTextNotificationDefault}"
8380
8495
  },
8381
8496
  "colorTextStatusInactive": {
8382
8497
  "light": "{colorNeutral600}",
8383
8498
  "dark": "{colorNeutral450}"
8384
8499
  },
8385
8500
  "colorTextStatusInfo": {
8386
- "light": "{colorInfo600}",
8387
- "dark": "{colorInfo400}"
8501
+ "light": "{colorTextNotificationDefault}",
8502
+ "dark": "{colorTextNotificationDefault}"
8388
8503
  },
8389
8504
  "colorTextStatusSuccess": {
8390
- "light": "{colorSuccess600}",
8391
- "dark": "{colorSuccess500}"
8505
+ "light": "{colorTextNotificationDefault}",
8506
+ "dark": "{colorTextNotificationDefault}"
8392
8507
  },
8393
8508
  "colorTextStatusWarning": {
8394
8509
  "light": "{colorWarning900}",
@@ -8792,6 +8907,10 @@ export var preset = {
8792
8907
  "light": "transparent",
8793
8908
  "dark": "transparent"
8794
8909
  },
8910
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
8911
+ "light": "{colorBackgroundControlChecked}",
8912
+ "dark": "{colorBackgroundControlChecked}"
8913
+ },
8795
8914
  "colorBackgroundLayoutMain": {
8796
8915
  "light": "{colorWhite}",
8797
8916
  "dark": "{colorNeutral850}"
@@ -8876,6 +8995,22 @@ export var preset = {
8876
8995
  "light": "{colorWarning400}",
8877
8996
  "dark": "{colorWarning400}"
8878
8997
  },
8998
+ "colorBackgroundFlashbarSuccess": {
8999
+ "light": "{colorBackgroundNotificationGreen}",
9000
+ "dark": "{colorBackgroundNotificationGreen}"
9001
+ },
9002
+ "colorBackgroundFlashbarError": {
9003
+ "light": "{colorBackgroundNotificationRed}",
9004
+ "dark": "{colorBackgroundNotificationRed}"
9005
+ },
9006
+ "colorBackgroundFlashbarInfo": {
9007
+ "light": "{colorBackgroundNotificationBlue}",
9008
+ "dark": "{colorBackgroundNotificationBlue}"
9009
+ },
9010
+ "colorBackgroundFlashbarWarning": {
9011
+ "light": "{colorBackgroundNotificationYellow}",
9012
+ "dark": "{colorBackgroundNotificationYellow}"
9013
+ },
8879
9014
  "colorBackgroundNotificationStackBar": {
8880
9015
  "light": "{colorNeutral750}",
8881
9016
  "dark": "{colorNeutral750}"
@@ -9132,6 +9267,14 @@ export var preset = {
9132
9267
  "light": "{colorTextAccent}",
9133
9268
  "dark": "{colorTextAccent}"
9134
9269
  },
9270
+ "colorTextSideNavigationItemActiveCollapsed": {
9271
+ "light": "{colorTextInverted}",
9272
+ "dark": "{colorTextInverted}"
9273
+ },
9274
+ "colorTextSideNavigationItemDefault": {
9275
+ "light": "{colorTextBodySecondary}",
9276
+ "dark": "{colorTextBodySecondary}"
9277
+ },
9135
9278
  "colorBorderCalendarGrid": {
9136
9279
  "light": "transparent",
9137
9280
  "dark": "transparent"
@@ -9805,8 +9948,8 @@ export var preset = {
9805
9948
  "dark": "{colorSuccess500}"
9806
9949
  },
9807
9950
  "colorTextStatusWarning": {
9808
- "light": "{colorWarning900}",
9809
- "dark": "{colorWarning500}"
9951
+ "light": "{colorTextNotificationYellow}",
9952
+ "dark": "{colorTextNotificationYellow}"
9810
9953
  },
9811
9954
  "colorTextTopNavigationTitle": {
9812
9955
  "light": "{colorNeutral950}",
@@ -10206,6 +10349,10 @@ export var preset = {
10206
10349
  "light": "transparent",
10207
10350
  "dark": "transparent"
10208
10351
  },
10352
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
10353
+ "light": "{colorBackgroundControlChecked}",
10354
+ "dark": "{colorBackgroundControlChecked}"
10355
+ },
10209
10356
  "colorBackgroundLayoutMain": {
10210
10357
  "light": "{colorWhite}",
10211
10358
  "dark": "{colorNeutral850}"
@@ -10290,6 +10437,22 @@ export var preset = {
10290
10437
  "light": "{colorWarning400}",
10291
10438
  "dark": "{colorWarning400}"
10292
10439
  },
10440
+ "colorBackgroundFlashbarSuccess": {
10441
+ "light": "{colorBackgroundNotificationGreen}",
10442
+ "dark": "{colorBackgroundNotificationGreen}"
10443
+ },
10444
+ "colorBackgroundFlashbarError": {
10445
+ "light": "{colorBackgroundNotificationRed}",
10446
+ "dark": "{colorBackgroundNotificationRed}"
10447
+ },
10448
+ "colorBackgroundFlashbarInfo": {
10449
+ "light": "{colorBackgroundNotificationBlue}",
10450
+ "dark": "{colorBackgroundNotificationBlue}"
10451
+ },
10452
+ "colorBackgroundFlashbarWarning": {
10453
+ "light": "{colorBackgroundNotificationYellow}",
10454
+ "dark": "{colorBackgroundNotificationYellow}"
10455
+ },
10293
10456
  "colorBackgroundNotificationStackBar": {
10294
10457
  "light": "{colorNeutral750}",
10295
10458
  "dark": "{colorNeutral750}"
@@ -10546,6 +10709,14 @@ export var preset = {
10546
10709
  "light": "{colorTextAccent}",
10547
10710
  "dark": "{colorTextAccent}"
10548
10711
  },
10712
+ "colorTextSideNavigationItemActiveCollapsed": {
10713
+ "light": "{colorTextInverted}",
10714
+ "dark": "{colorTextInverted}"
10715
+ },
10716
+ "colorTextSideNavigationItemDefault": {
10717
+ "light": "{colorTextBodySecondary}",
10718
+ "dark": "{colorTextBodySecondary}"
10719
+ },
10549
10720
  "colorBorderCalendarGrid": {
10550
10721
  "light": "transparent",
10551
10722
  "dark": "transparent"
@@ -11622,6 +11793,10 @@ export var preset = {
11622
11793
  "light": "transparent",
11623
11794
  "dark": "transparent"
11624
11795
  },
11796
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
11797
+ "light": "{colorBackgroundControlChecked}",
11798
+ "dark": "{colorBackgroundControlChecked}"
11799
+ },
11625
11800
  "colorBackgroundLayoutMain": {
11626
11801
  "light": "{colorNeutral850}",
11627
11802
  "dark": "{colorNeutral850}"
@@ -11706,6 +11881,22 @@ export var preset = {
11706
11881
  "light": "{colorWarning400}",
11707
11882
  "dark": "{colorWarning400}"
11708
11883
  },
11884
+ "colorBackgroundFlashbarSuccess": {
11885
+ "light": "{colorBackgroundNotificationGreen}",
11886
+ "dark": "{colorBackgroundNotificationGreen}"
11887
+ },
11888
+ "colorBackgroundFlashbarError": {
11889
+ "light": "{colorBackgroundNotificationRed}",
11890
+ "dark": "{colorBackgroundNotificationRed}"
11891
+ },
11892
+ "colorBackgroundFlashbarInfo": {
11893
+ "light": "{colorBackgroundNotificationBlue}",
11894
+ "dark": "{colorBackgroundNotificationBlue}"
11895
+ },
11896
+ "colorBackgroundFlashbarWarning": {
11897
+ "light": "{colorBackgroundNotificationYellow}",
11898
+ "dark": "{colorBackgroundNotificationYellow}"
11899
+ },
11709
11900
  "colorBackgroundNotificationStackBar": {
11710
11901
  "light": "{colorNeutral750}",
11711
11902
  "dark": "{colorNeutral750}"
@@ -11962,6 +12153,14 @@ export var preset = {
11962
12153
  "light": "{colorTextAccent}",
11963
12154
  "dark": "{colorTextAccent}"
11964
12155
  },
12156
+ "colorTextSideNavigationItemActiveCollapsed": {
12157
+ "light": "{colorTextInverted}",
12158
+ "dark": "{colorTextInverted}"
12159
+ },
12160
+ "colorTextSideNavigationItemDefault": {
12161
+ "light": "{colorTextBodySecondary}",
12162
+ "dark": "{colorTextBodySecondary}"
12163
+ },
11965
12164
  "colorBorderCalendarGrid": {
11966
12165
  "light": "transparent",
11967
12166
  "dark": "transparent"
@@ -13151,6 +13350,7 @@ export var preset = {
13151
13350
  "colorBackgroundInputDisabled": "color",
13152
13351
  "colorBackgroundItemSelected": "color",
13153
13352
  "colorBackgroundSideNavigationItemActive": "color",
13353
+ "colorBackgroundSideNavigationItemActiveCollapsed": "color",
13154
13354
  "colorBackgroundLayoutMain": "color",
13155
13355
  "colorBackgroundDrawer": "color",
13156
13356
  "colorBackgroundBackdrop": "color",
@@ -13172,6 +13372,10 @@ export var preset = {
13172
13372
  "colorBackgroundNotificationGrey": "color",
13173
13373
  "colorBackgroundNotificationRed": "color",
13174
13374
  "colorBackgroundNotificationYellow": "color",
13375
+ "colorBackgroundFlashbarSuccess": "color",
13376
+ "colorBackgroundFlashbarError": "color",
13377
+ "colorBackgroundFlashbarInfo": "color",
13378
+ "colorBackgroundFlashbarWarning": "color",
13175
13379
  "colorBackgroundNotificationStackBar": "color",
13176
13380
  "colorBackgroundNotificationStackBarActive": "color",
13177
13381
  "colorBackgroundNotificationStackBarHover": "color",
@@ -13236,6 +13440,8 @@ export var preset = {
13236
13440
  "colorTextButtonPrimaryDisabled": "color",
13237
13441
  "colorItemSelected": "color",
13238
13442
  "colorTextSideNavigationItemActive": "color",
13443
+ "colorTextSideNavigationItemActiveCollapsed": "color",
13444
+ "colorTextSideNavigationItemDefault": "color",
13239
13445
  "colorBorderCalendarGrid": "color",
13240
13446
  "colorBorderCalendarGridSelectedFocusRing": "color",
13241
13447
  "colorBorderCellShaded": "color",
@@ -13969,6 +14175,7 @@ export var preset = {
13969
14175
  "colorBackgroundInputDisabled",
13970
14176
  "colorBackgroundItemSelected",
13971
14177
  "colorBackgroundSideNavigationItemActive",
14178
+ "colorBackgroundSideNavigationItemActiveCollapsed",
13972
14179
  "colorBackgroundLayoutMain",
13973
14180
  "colorBackgroundBackdrop",
13974
14181
  "colorBackgroundLayoutPanel",
@@ -13984,6 +14191,10 @@ export var preset = {
13984
14191
  "colorBackgroundNotificationGrey",
13985
14192
  "colorBackgroundNotificationRed",
13986
14193
  "colorBackgroundNotificationYellow",
14194
+ "colorBackgroundFlashbarSuccess",
14195
+ "colorBackgroundFlashbarError",
14196
+ "colorBackgroundFlashbarInfo",
14197
+ "colorBackgroundFlashbarWarning",
13987
14198
  "colorBackgroundPopover",
13988
14199
  "colorBackgroundProgressBarValueDefault",
13989
14200
  "colorBackgroundProgressBarDefault",
@@ -14031,6 +14242,8 @@ export var preset = {
14031
14242
  "colorTextButtonPrimaryDisabled",
14032
14243
  "colorItemSelected",
14033
14244
  "colorTextSideNavigationItemActive",
14245
+ "colorTextSideNavigationItemActiveCollapsed",
14246
+ "colorTextSideNavigationItemDefault",
14034
14247
  "colorBorderCard",
14035
14248
  "colorBorderContainerTop",
14036
14249
  "colorBorderControlDefault",
@@ -14235,6 +14448,8 @@ export var preset = {
14235
14448
  "borderRadiusFlashbar",
14236
14449
  "borderRadiusInput",
14237
14450
  "borderRadiusItem",
14451
+ "borderRadiusSideNavigationItem",
14452
+ "borderRadiusSideNavigationItemCollapsed",
14238
14453
  "borderRadiusPopover",
14239
14454
  "borderRadiusStatusIndicator",
14240
14455
  "borderRadiusTabsFocusRing",
@@ -14251,6 +14466,7 @@ export var preset = {
14251
14466
  "borderWidthAlertBlockStart",
14252
14467
  "borderWidthAlertInlineEnd",
14253
14468
  "borderWidthAlertInlineStart",
14469
+ "borderWidthFlashbarInlineStart",
14254
14470
  "borderWidthButton",
14255
14471
  "borderWidthCard",
14256
14472
  "borderWidthCardSelected",
@@ -14509,6 +14725,10 @@ export var preset = {
14509
14725
  "colorBackgroundNotificationGrey",
14510
14726
  "colorBackgroundNotificationRed",
14511
14727
  "colorBackgroundNotificationYellow",
14728
+ "colorBackgroundFlashbarSuccess",
14729
+ "colorBackgroundFlashbarError",
14730
+ "colorBackgroundFlashbarInfo",
14731
+ "colorBackgroundFlashbarWarning",
14512
14732
  "colorBackgroundPopover",
14513
14733
  "colorBackgroundProgressBarValueDefault",
14514
14734
  "colorBackgroundProgressBarDefault",
@@ -14760,6 +14980,7 @@ export var preset = {
14760
14980
  "borderWidthAlertBlockStart",
14761
14981
  "borderWidthAlertInlineEnd",
14762
14982
  "borderWidthAlertInlineStart",
14983
+ "borderWidthFlashbarInlineStart",
14763
14984
  "borderWidthButton",
14764
14985
  "borderWidthCard",
14765
14986
  "borderWidthCardSelected",
@@ -15171,6 +15392,7 @@ export var preset = {
15171
15392
  "colorBackgroundInputDisabled": "color-background-input-disabled",
15172
15393
  "colorBackgroundItemSelected": "color-background-item-selected",
15173
15394
  "colorBackgroundSideNavigationItemActive": "color-background-side-navigation-item-active",
15395
+ "colorBackgroundSideNavigationItemActiveCollapsed": "color-background-side-navigation-item-active-collapsed",
15174
15396
  "colorBackgroundLayoutMain": "color-background-layout-main",
15175
15397
  "colorBackgroundDrawer": "color-background-drawer",
15176
15398
  "colorBackgroundBackdrop": "color-background-backdrop",
@@ -15192,6 +15414,10 @@ export var preset = {
15192
15414
  "colorBackgroundNotificationGrey": "color-background-notification-grey",
15193
15415
  "colorBackgroundNotificationRed": "color-background-notification-red",
15194
15416
  "colorBackgroundNotificationYellow": "color-background-notification-yellow",
15417
+ "colorBackgroundFlashbarSuccess": "color-background-flashbar-success",
15418
+ "colorBackgroundFlashbarError": "color-background-flashbar-error",
15419
+ "colorBackgroundFlashbarInfo": "color-background-flashbar-info",
15420
+ "colorBackgroundFlashbarWarning": "color-background-flashbar-warning",
15195
15421
  "colorBackgroundNotificationStackBar": "color-background-notification-stack-bar",
15196
15422
  "colorBackgroundNotificationStackBarActive": "color-background-notification-stack-bar-active",
15197
15423
  "colorBackgroundNotificationStackBarHover": "color-background-notification-stack-bar-hover",
@@ -15256,6 +15482,8 @@ export var preset = {
15256
15482
  "colorTextButtonPrimaryDisabled": "color-text-button-primary-disabled",
15257
15483
  "colorItemSelected": "color-item-selected",
15258
15484
  "colorTextSideNavigationItemActive": "color-text-side-navigation-item-active",
15485
+ "colorTextSideNavigationItemActiveCollapsed": "color-text-side-navigation-item-active-collapsed",
15486
+ "colorTextSideNavigationItemDefault": "color-text-side-navigation-item-default",
15259
15487
  "colorBorderCalendarGrid": "color-border-calendar-grid",
15260
15488
  "colorBorderCalendarGridSelectedFocusRing": "color-border-calendar-grid-selected-focus-ring",
15261
15489
  "colorBorderCellShaded": "color-border-cell-shaded",
@@ -15573,6 +15801,8 @@ export var preset = {
15573
15801
  "borderRadiusFlashbar": "border-radius-flashbar",
15574
15802
  "borderRadiusInput": "border-radius-input",
15575
15803
  "borderRadiusItem": "border-radius-item",
15804
+ "borderRadiusSideNavigationItem": "border-radius-side-navigation-item",
15805
+ "borderRadiusSideNavigationItemCollapsed": "border-radius-side-navigation-item-collapsed",
15576
15806
  "borderRadiusItemCardDefault": "border-radius-item-card-default",
15577
15807
  "borderRadiusItemCardEmbedded": "border-radius-item-card-embedded",
15578
15808
  "borderRadiusPopover": "border-radius-popover",
@@ -15593,6 +15823,7 @@ export var preset = {
15593
15823
  "borderWidthAlertBlockStart": "border-width-alert-block-start",
15594
15824
  "borderWidthAlertInlineEnd": "border-width-alert-inline-end",
15595
15825
  "borderWidthAlertInlineStart": "border-width-alert-inline-start",
15826
+ "borderWidthFlashbarInlineStart": "border-width-flashbar-inline-start",
15596
15827
  "borderWidthButton": "border-width-button",
15597
15828
  "borderWidthCard": "border-width-card",
15598
15829
  "borderWidthCardSelected": "border-width-card-selected",
@@ -16118,7 +16349,7 @@ export var preset = {
16118
16349
  "colorBackgroundCalendarCurrentDate": "--color-background-calendar-current-date-sk0f6i",
16119
16350
  "colorBackgroundCellShaded": "--color-background-cell-shaded-v7o6so",
16120
16351
  "colorBackgroundCodeEditorGutterActiveLineDefault": "--color-background-code-editor-gutter-active-line-default-51v1pv",
16121
- "colorBackgroundCodeEditorGutterActiveLineError": "--color-background-code-editor-gutter-active-line-error-ro2qo1",
16352
+ "colorBackgroundCodeEditorGutterActiveLineError": "--color-background-code-editor-gutter-active-line-error-4tea3r",
16122
16353
  "colorBackgroundCodeEditorGutterDefault": "--color-background-code-editor-gutter-default-15qdwh",
16123
16354
  "colorBackgroundCodeEditorLoading": "--color-background-code-editor-loading-6nwpin",
16124
16355
  "colorBackgroundCodeEditorPaneItemHover": "--color-background-code-editor-pane-item-hover-z6k9mr",
@@ -16141,6 +16372,7 @@ export var preset = {
16141
16372
  "colorBackgroundInputDisabled": "--color-background-input-disabled-dihaja",
16142
16373
  "colorBackgroundItemSelected": "--color-background-item-selected-9gppru",
16143
16374
  "colorBackgroundSideNavigationItemActive": "--color-background-side-navigation-item-active-adfprg",
16375
+ "colorBackgroundSideNavigationItemActiveCollapsed": "--color-background-side-navigation-item-active-collapsed-ceubmy",
16144
16376
  "colorBackgroundLayoutMain": "--color-background-layout-main-5ilwcb",
16145
16377
  "colorBackgroundDrawer": "--color-background-drawer-5hs0eh",
16146
16378
  "colorBackgroundBackdrop": "--color-background-backdrop-33f45f",
@@ -16162,6 +16394,10 @@ export var preset = {
16162
16394
  "colorBackgroundNotificationGrey": "--color-background-notification-grey-x3vul6",
16163
16395
  "colorBackgroundNotificationRed": "--color-background-notification-red-0487ea",
16164
16396
  "colorBackgroundNotificationYellow": "--color-background-notification-yellow-y6us5r",
16397
+ "colorBackgroundFlashbarSuccess": "--color-background-flashbar-success-vw7ng1",
16398
+ "colorBackgroundFlashbarError": "--color-background-flashbar-error-q2h7ak",
16399
+ "colorBackgroundFlashbarInfo": "--color-background-flashbar-info-2pbjjg",
16400
+ "colorBackgroundFlashbarWarning": "--color-background-flashbar-warning-n9x5as",
16165
16401
  "colorBackgroundNotificationStackBar": "--color-background-notification-stack-bar-qe5n4w",
16166
16402
  "colorBackgroundNotificationStackBarActive": "--color-background-notification-stack-bar-active-a4h9r8",
16167
16403
  "colorBackgroundNotificationStackBarHover": "--color-background-notification-stack-bar-hover-jh82oo",
@@ -16179,14 +16415,14 @@ export var preset = {
16179
16415
  "colorBackgroundSliderHandleActive": "--color-background-slider-handle-active-50ubqb",
16180
16416
  "colorBackgroundSliderTrackDefault": "--color-background-slider-track-default-vk2c9o",
16181
16417
  "colorBackgroundSliderHandleRing": "--color-background-slider-handle-ring-9sfenj",
16182
- "colorBackgroundSliderHandleErrorDefault": "--color-background-slider-handle-error-default-411tqq",
16183
- "colorBackgroundSliderHandleErrorActive": "--color-background-slider-handle-error-active-x65pfh",
16184
- "colorBackgroundSliderHandleWarningDefault": "--color-background-slider-handle-warning-default-or76ej",
16185
- "colorBackgroundSliderHandleWarningActive": "--color-background-slider-handle-warning-active-7o84zp",
16186
- "colorBackgroundSliderRangeErrorDefault": "--color-background-slider-range-error-default-b519qn",
16187
- "colorBackgroundSliderRangeErrorActive": "--color-background-slider-range-error-active-6bo8an",
16188
- "colorBackgroundSliderRangeWarningDefault": "--color-background-slider-range-warning-default-6isqvo",
16189
- "colorBackgroundSliderRangeWarningActive": "--color-background-slider-range-warning-active-dm2pha",
16418
+ "colorBackgroundSliderHandleErrorDefault": "--color-background-slider-handle-error-default-lkvr7g",
16419
+ "colorBackgroundSliderHandleErrorActive": "--color-background-slider-handle-error-active-juz76l",
16420
+ "colorBackgroundSliderHandleWarningDefault": "--color-background-slider-handle-warning-default-bxdwem",
16421
+ "colorBackgroundSliderHandleWarningActive": "--color-background-slider-handle-warning-active-g2mc01",
16422
+ "colorBackgroundSliderRangeErrorDefault": "--color-background-slider-range-error-default-3mwwq7",
16423
+ "colorBackgroundSliderRangeErrorActive": "--color-background-slider-range-error-active-jkg6yr",
16424
+ "colorBackgroundSliderRangeWarningDefault": "--color-background-slider-range-warning-default-enwb8c",
16425
+ "colorBackgroundSliderRangeWarningActive": "--color-background-slider-range-warning-active-7pdaif",
16190
16426
  "colorBackgroundStatusError": "--color-background-status-error-mu3lcw",
16191
16427
  "colorBackgroundStatusInfo": "--color-background-status-info-sfobba",
16192
16428
  "colorBackgroundDialog": "--color-background-dialog-2fj3uu",
@@ -16226,6 +16462,8 @@ export var preset = {
16226
16462
  "colorTextButtonPrimaryDisabled": "--color-text-button-primary-disabled-q79gms",
16227
16463
  "colorItemSelected": "--color-item-selected-72rnwy",
16228
16464
  "colorTextSideNavigationItemActive": "--color-text-side-navigation-item-active-w3c4dj",
16465
+ "colorTextSideNavigationItemActiveCollapsed": "--color-text-side-navigation-item-active-collapsed-kwpe9n",
16466
+ "colorTextSideNavigationItemDefault": "--color-text-side-navigation-item-default-1vcdej",
16229
16467
  "colorBorderCalendarGrid": "--color-border-calendar-grid-67r4w4",
16230
16468
  "colorBorderCalendarGridSelectedFocusRing": "--color-border-calendar-grid-selected-focus-ring-jk1fb0",
16231
16469
  "colorBorderCellShaded": "--color-border-cell-shaded-0ipazf",
@@ -16390,11 +16628,11 @@ export var preset = {
16390
16628
  "colorTextSegmentDefault": "--color-text-segment-default-vi2vn9",
16391
16629
  "colorTextSegmentHover": "--color-text-segment-hover-65a2x8",
16392
16630
  "colorTextSmall": "--color-text-small-m1tr70",
16393
- "colorTextStatusError": "--color-text-status-error-ksqavh",
16631
+ "colorTextStatusError": "--color-text-status-error-bwp1cm",
16394
16632
  "colorTextStatusInactive": "--color-text-status-inactive-gy7337",
16395
- "colorTextStatusInfo": "--color-text-status-info-ue8bd2",
16396
- "colorTextStatusSuccess": "--color-text-status-success-ybmii8",
16397
- "colorTextStatusWarning": "--color-text-status-warning-6meo06",
16633
+ "colorTextStatusInfo": "--color-text-status-info-2ftgrk",
16634
+ "colorTextStatusSuccess": "--color-text-status-success-r9s7ha",
16635
+ "colorTextStatusWarning": "--color-text-status-warning-ylxn5k",
16398
16636
  "colorTextTopNavigationTitle": "--color-text-top-navigation-title-en0v40",
16399
16637
  "colorTextTutorialHotspotDefault": "--color-text-tutorial-hotspot-default-xfv3ow",
16400
16638
  "colorTextTutorialHotspotHover": "--color-text-tutorial-hotspot-hover-92pxog",
@@ -16543,6 +16781,8 @@ export var preset = {
16543
16781
  "borderRadiusFlashbar": "--border-radius-flashbar-pp1ptu",
16544
16782
  "borderRadiusInput": "--border-radius-input-7q0str",
16545
16783
  "borderRadiusItem": "--border-radius-item-iwaia5",
16784
+ "borderRadiusSideNavigationItem": "--border-radius-side-navigation-item-okro0s",
16785
+ "borderRadiusSideNavigationItemCollapsed": "--border-radius-side-navigation-item-collapsed-e8960w",
16546
16786
  "borderRadiusItemCardDefault": "--border-radius-item-card-default-pi9u8q",
16547
16787
  "borderRadiusItemCardEmbedded": "--border-radius-item-card-embedded-l0g6e3",
16548
16788
  "borderRadiusPopover": "--border-radius-popover-6fqb5w",
@@ -16563,6 +16803,7 @@ export var preset = {
16563
16803
  "borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
16564
16804
  "borderWidthAlertInlineEnd": "--border-width-alert-inline-end-9s426v",
16565
16805
  "borderWidthAlertInlineStart": "--border-width-alert-inline-start-gjm6m1",
16806
+ "borderWidthFlashbarInlineStart": "--border-width-flashbar-inline-start-exuaev",
16566
16807
  "borderWidthButton": "--border-width-button-jm0qg7",
16567
16808
  "borderWidthCard": "--border-width-card-x24gzt",
16568
16809
  "borderWidthCardSelected": "--border-width-card-selected-01i6br",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/chat-components",
3
- "version": "1.0.147",
3
+ "version": "1.0.148",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cloudscape-design/chat-components.git"