@cloudscape-design/chat-components 1.0.118 → 1.0.119

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.
@@ -325,6 +325,7 @@ export const colorBackgroundInputDefault: string;
325
325
  export const colorBackgroundInputDisabled: string;
326
326
  export const colorBackgroundItemSelected: string;
327
327
  export const colorBackgroundLayoutMain: string;
328
+ export const colorBackgroundDrawer: string;
328
329
  export const colorBackgroundLayoutMobilePanel: string;
329
330
  export const colorBackgroundLayoutPanelContent: string;
330
331
  export const colorBackgroundLayoutPanelHover: string;
@@ -325,6 +325,7 @@ export var colorBackgroundInputDefault = "var(--color-background-input-default-i
325
325
  export var colorBackgroundInputDisabled = "var(--color-background-input-disabled-dihaja, #ebebf0)";
326
326
  export var colorBackgroundItemSelected = "var(--color-background-item-selected-9gppru, #f0fbff)";
327
327
  export var colorBackgroundLayoutMain = "var(--color-background-layout-main-5ilwcb, #ffffff)";
328
+ export var colorBackgroundDrawer = "var(--color-background-drawer-5hs0eh, #ffffff)";
328
329
  export var colorBackgroundLayoutMobilePanel = "var(--color-background-layout-mobile-panel-ed0ava, #0f141a)";
329
330
  export var colorBackgroundLayoutPanelContent = "var(--color-background-layout-panel-content-xto15e, #ffffff)";
330
331
  export var colorBackgroundLayoutPanelHover = "var(--color-background-layout-panel-hover-tguulw, #ebebf0)";
@@ -1347,6 +1347,10 @@ module.exports.preset = {
1347
1347
  "light": "{colorWhite}",
1348
1348
  "dark": "{colorNeutral850}"
1349
1349
  },
1350
+ "colorBackgroundDrawer": {
1351
+ "light": "{colorBackgroundLayoutPanelContent}",
1352
+ "dark": "{colorBackgroundLayoutPanelContent}"
1353
+ },
1350
1354
  "colorBackgroundLayoutMobilePanel": {
1351
1355
  "light": "{colorNeutral950}",
1352
1356
  "dark": "{colorNeutral950}"
@@ -3921,6 +3925,10 @@ module.exports.preset = {
3921
3925
  "light": "{colorNeutral850}",
3922
3926
  "dark": "{colorNeutral850}"
3923
3927
  },
3928
+ "colorBackgroundDrawer": {
3929
+ "light": "{colorBackgroundLayoutPanelContent}",
3930
+ "dark": "{colorBackgroundLayoutPanelContent}"
3931
+ },
3924
3932
  "colorBackgroundLayoutMobilePanel": {
3925
3933
  "light": "{colorNeutral950}",
3926
3934
  "dark": "{colorNeutral950}"
@@ -5366,6 +5374,10 @@ module.exports.preset = {
5366
5374
  "light": "{colorNeutral950}",
5367
5375
  "dark": "{colorNeutral950}"
5368
5376
  },
5377
+ "colorBackgroundDrawer": {
5378
+ "light": "{colorBackgroundLayoutPanelContent}",
5379
+ "dark": "{colorBackgroundLayoutPanelContent}"
5380
+ },
5369
5381
  "colorBackgroundLayoutMobilePanel": {
5370
5382
  "light": "{colorNeutral950}",
5371
5383
  "dark": "{colorNeutral950}"
@@ -6739,6 +6751,10 @@ module.exports.preset = {
6739
6751
  "light": "{colorWhite}",
6740
6752
  "dark": "{colorNeutral850}"
6741
6753
  },
6754
+ "colorBackgroundDrawer": {
6755
+ "light": "{colorBackgroundLayoutPanelContent}",
6756
+ "dark": "{colorBackgroundLayoutPanelContent}"
6757
+ },
6742
6758
  "colorBackgroundLayoutMobilePanel": {
6743
6759
  "light": "{colorNeutral950}",
6744
6760
  "dark": "{colorNeutral950}"
@@ -7997,6 +8013,10 @@ module.exports.preset = {
7997
8013
  "light": "{colorWhite}",
7998
8014
  "dark": "{colorNeutral850}"
7999
8015
  },
8016
+ "colorBackgroundDrawer": {
8017
+ "light": "{colorBackgroundLayoutPanelContent}",
8018
+ "dark": "{colorBackgroundLayoutPanelContent}"
8019
+ },
8000
8020
  "colorBackgroundLayoutMobilePanel": {
8001
8021
  "light": "{colorNeutral950}",
8002
8022
  "dark": "{colorNeutral950}"
@@ -9255,6 +9275,10 @@ module.exports.preset = {
9255
9275
  "light": "{colorWhite}",
9256
9276
  "dark": "{colorNeutral850}"
9257
9277
  },
9278
+ "colorBackgroundDrawer": {
9279
+ "light": "{colorBackgroundLayoutPanelContent}",
9280
+ "dark": "{colorBackgroundLayoutPanelContent}"
9281
+ },
9258
9282
  "colorBackgroundLayoutMobilePanel": {
9259
9283
  "light": "{colorNeutral950}",
9260
9284
  "dark": "{colorNeutral950}"
@@ -10515,6 +10539,10 @@ module.exports.preset = {
10515
10539
  "light": "{colorNeutral850}",
10516
10540
  "dark": "{colorNeutral850}"
10517
10541
  },
10542
+ "colorBackgroundDrawer": {
10543
+ "light": "{colorBackgroundLayoutPanelContent}",
10544
+ "dark": "{colorBackgroundLayoutPanelContent}"
10545
+ },
10518
10546
  "colorBackgroundLayoutMobilePanel": {
10519
10547
  "light": "{colorNeutral950}",
10520
10548
  "dark": "{colorNeutral950}"
@@ -11884,6 +11912,7 @@ module.exports.preset = {
11884
11912
  "colorBackgroundInputDisabled": "color",
11885
11913
  "colorBackgroundItemSelected": "color",
11886
11914
  "colorBackgroundLayoutMain": "color",
11915
+ "colorBackgroundDrawer": "color",
11887
11916
  "colorBackgroundLayoutMobilePanel": "color",
11888
11917
  "colorBackgroundLayoutPanelContent": "color",
11889
11918
  "colorBackgroundLayoutPanelHover": "color",
@@ -13664,6 +13693,7 @@ module.exports.preset = {
13664
13693
  "colorBackgroundInputDisabled": "color-background-input-disabled",
13665
13694
  "colorBackgroundItemSelected": "color-background-item-selected",
13666
13695
  "colorBackgroundLayoutMain": "color-background-layout-main",
13696
+ "colorBackgroundDrawer": "color-background-drawer",
13667
13697
  "colorBackgroundLayoutMobilePanel": "color-background-layout-mobile-panel",
13668
13698
  "colorBackgroundLayoutPanelContent": "color-background-layout-panel-content",
13669
13699
  "colorBackgroundLayoutPanelHover": "color-background-layout-panel-hover",
@@ -14554,6 +14584,7 @@ module.exports.preset = {
14554
14584
  "colorBackgroundInputDisabled": "--color-background-input-disabled-dihaja",
14555
14585
  "colorBackgroundItemSelected": "--color-background-item-selected-9gppru",
14556
14586
  "colorBackgroundLayoutMain": "--color-background-layout-main-5ilwcb",
14587
+ "colorBackgroundDrawer": "--color-background-drawer-5hs0eh",
14557
14588
  "colorBackgroundLayoutMobilePanel": "--color-background-layout-mobile-panel-ed0ava",
14558
14589
  "colorBackgroundLayoutPanelContent": "--color-background-layout-panel-content-xto15e",
14559
14590
  "colorBackgroundLayoutPanelHover": "--color-background-layout-panel-hover-tguulw",
@@ -1347,6 +1347,10 @@ export var preset = {
1347
1347
  "light": "{colorWhite}",
1348
1348
  "dark": "{colorNeutral850}"
1349
1349
  },
1350
+ "colorBackgroundDrawer": {
1351
+ "light": "{colorBackgroundLayoutPanelContent}",
1352
+ "dark": "{colorBackgroundLayoutPanelContent}"
1353
+ },
1350
1354
  "colorBackgroundLayoutMobilePanel": {
1351
1355
  "light": "{colorNeutral950}",
1352
1356
  "dark": "{colorNeutral950}"
@@ -3921,6 +3925,10 @@ export var preset = {
3921
3925
  "light": "{colorNeutral850}",
3922
3926
  "dark": "{colorNeutral850}"
3923
3927
  },
3928
+ "colorBackgroundDrawer": {
3929
+ "light": "{colorBackgroundLayoutPanelContent}",
3930
+ "dark": "{colorBackgroundLayoutPanelContent}"
3931
+ },
3924
3932
  "colorBackgroundLayoutMobilePanel": {
3925
3933
  "light": "{colorNeutral950}",
3926
3934
  "dark": "{colorNeutral950}"
@@ -5366,6 +5374,10 @@ export var preset = {
5366
5374
  "light": "{colorNeutral950}",
5367
5375
  "dark": "{colorNeutral950}"
5368
5376
  },
5377
+ "colorBackgroundDrawer": {
5378
+ "light": "{colorBackgroundLayoutPanelContent}",
5379
+ "dark": "{colorBackgroundLayoutPanelContent}"
5380
+ },
5369
5381
  "colorBackgroundLayoutMobilePanel": {
5370
5382
  "light": "{colorNeutral950}",
5371
5383
  "dark": "{colorNeutral950}"
@@ -6739,6 +6751,10 @@ export var preset = {
6739
6751
  "light": "{colorWhite}",
6740
6752
  "dark": "{colorNeutral850}"
6741
6753
  },
6754
+ "colorBackgroundDrawer": {
6755
+ "light": "{colorBackgroundLayoutPanelContent}",
6756
+ "dark": "{colorBackgroundLayoutPanelContent}"
6757
+ },
6742
6758
  "colorBackgroundLayoutMobilePanel": {
6743
6759
  "light": "{colorNeutral950}",
6744
6760
  "dark": "{colorNeutral950}"
@@ -7997,6 +8013,10 @@ export var preset = {
7997
8013
  "light": "{colorWhite}",
7998
8014
  "dark": "{colorNeutral850}"
7999
8015
  },
8016
+ "colorBackgroundDrawer": {
8017
+ "light": "{colorBackgroundLayoutPanelContent}",
8018
+ "dark": "{colorBackgroundLayoutPanelContent}"
8019
+ },
8000
8020
  "colorBackgroundLayoutMobilePanel": {
8001
8021
  "light": "{colorNeutral950}",
8002
8022
  "dark": "{colorNeutral950}"
@@ -9255,6 +9275,10 @@ export var preset = {
9255
9275
  "light": "{colorWhite}",
9256
9276
  "dark": "{colorNeutral850}"
9257
9277
  },
9278
+ "colorBackgroundDrawer": {
9279
+ "light": "{colorBackgroundLayoutPanelContent}",
9280
+ "dark": "{colorBackgroundLayoutPanelContent}"
9281
+ },
9258
9282
  "colorBackgroundLayoutMobilePanel": {
9259
9283
  "light": "{colorNeutral950}",
9260
9284
  "dark": "{colorNeutral950}"
@@ -10515,6 +10539,10 @@ export var preset = {
10515
10539
  "light": "{colorNeutral850}",
10516
10540
  "dark": "{colorNeutral850}"
10517
10541
  },
10542
+ "colorBackgroundDrawer": {
10543
+ "light": "{colorBackgroundLayoutPanelContent}",
10544
+ "dark": "{colorBackgroundLayoutPanelContent}"
10545
+ },
10518
10546
  "colorBackgroundLayoutMobilePanel": {
10519
10547
  "light": "{colorNeutral950}",
10520
10548
  "dark": "{colorNeutral950}"
@@ -11884,6 +11912,7 @@ export var preset = {
11884
11912
  "colorBackgroundInputDisabled": "color",
11885
11913
  "colorBackgroundItemSelected": "color",
11886
11914
  "colorBackgroundLayoutMain": "color",
11915
+ "colorBackgroundDrawer": "color",
11887
11916
  "colorBackgroundLayoutMobilePanel": "color",
11888
11917
  "colorBackgroundLayoutPanelContent": "color",
11889
11918
  "colorBackgroundLayoutPanelHover": "color",
@@ -13664,6 +13693,7 @@ export var preset = {
13664
13693
  "colorBackgroundInputDisabled": "color-background-input-disabled",
13665
13694
  "colorBackgroundItemSelected": "color-background-item-selected",
13666
13695
  "colorBackgroundLayoutMain": "color-background-layout-main",
13696
+ "colorBackgroundDrawer": "color-background-drawer",
13667
13697
  "colorBackgroundLayoutMobilePanel": "color-background-layout-mobile-panel",
13668
13698
  "colorBackgroundLayoutPanelContent": "color-background-layout-panel-content",
13669
13699
  "colorBackgroundLayoutPanelHover": "color-background-layout-panel-hover",
@@ -14554,6 +14584,7 @@ export var preset = {
14554
14584
  "colorBackgroundInputDisabled": "--color-background-input-disabled-dihaja",
14555
14585
  "colorBackgroundItemSelected": "--color-background-item-selected-9gppru",
14556
14586
  "colorBackgroundLayoutMain": "--color-background-layout-main-5ilwcb",
14587
+ "colorBackgroundDrawer": "--color-background-drawer-5hs0eh",
14557
14588
  "colorBackgroundLayoutMobilePanel": "--color-background-layout-mobile-panel-ed0ava",
14558
14589
  "colorBackgroundLayoutPanelContent": "--color-background-layout-panel-content-xto15e",
14559
14590
  "colorBackgroundLayoutPanelHover": "--color-background-layout-panel-hover-tguulw",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/chat-components",
3
- "version": "1.0.118",
3
+ "version": "1.0.119",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cloudscape-design/chat-components.git"