@cloudscape-design/chat-components 1.0.141 → 1.0.142

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.
@@ -627,6 +627,7 @@ export const colorTextBadgeGrey: string;
627
627
  export const colorTextBadgeGreen: string;
628
628
  export const colorTextBadgeBlue: string;
629
629
  export const colorTextBadgeRed: string;
630
+ export const colorBackgroundCodeView: string;
630
631
  export const fontBoxValueLargeWeight: string;
631
632
  export const fontButtonLetterSpacing: string;
632
633
  export const fontChartDetailSize: string;
@@ -627,6 +627,7 @@ export var colorTextBadgeGrey = "var(--color-text-badge-grey-5u533n, #f9f9fa)";
627
627
  export var colorTextBadgeGreen = "var(--color-text-badge-green-xkzw5d, #f9f9fa)";
628
628
  export var colorTextBadgeBlue = "var(--color-text-badge-blue-cq2uzn, #f9f9fa)";
629
629
  export var colorTextBadgeRed = "var(--color-text-badge-red-60jprp, #f9f9fa)";
630
+ export var colorBackgroundCodeView = "var(--color-background-code-view-6vvqfk, #f8f8f8)";
630
631
  export var fontBoxValueLargeWeight = "var(--font-box-value-large-weight-wr00sw, 700)";
631
632
  export var fontButtonLetterSpacing = "var(--font-button-letter-spacing-ufowe3, 0.005em)";
632
633
  export var fontChartDetailSize = "var(--font-chart-detail-size-9qr25q, 12px)";
@@ -2555,6 +2555,10 @@ module.exports.preset = {
2555
2555
  "light": "{colorTextNotificationDefault}",
2556
2556
  "dark": "{colorTextNotificationDefault}"
2557
2557
  },
2558
+ "colorBackgroundCodeView": {
2559
+ "light": "#f8f8f8",
2560
+ "dark": "#282c34"
2561
+ },
2558
2562
  "fontBoxValueLargeWeight": "700",
2559
2563
  "fontButtonLetterSpacing": "0.005em",
2560
2564
  "fontChartDetailSize": "{fontSizeBodyS}",
@@ -5328,6 +5332,10 @@ module.exports.preset = {
5328
5332
  "light": "{colorTextNotificationDefault}",
5329
5333
  "dark": "{colorTextNotificationDefault}"
5330
5334
  },
5335
+ "colorBackgroundCodeView": {
5336
+ "light": "#282c34",
5337
+ "dark": "#282c34"
5338
+ },
5331
5339
  "colorPrimary50": "#f0fbff",
5332
5340
  "colorPrimary100": "#d1f1ff",
5333
5341
  "colorPrimary200": "#b8e7ff",
@@ -6933,6 +6941,10 @@ module.exports.preset = {
6933
6941
  "light": "{colorTextNotificationDefault}",
6934
6942
  "dark": "{colorTextNotificationDefault}"
6935
6943
  },
6944
+ "colorBackgroundCodeView": {
6945
+ "light": "#282c34",
6946
+ "dark": "#282c34"
6947
+ },
6936
6948
  "colorPrimary50": "#f0fbff",
6937
6949
  "colorPrimary100": "#d1f1ff",
6938
6950
  "colorPrimary200": "#b8e7ff",
@@ -8465,6 +8477,10 @@ module.exports.preset = {
8465
8477
  "colorTextBadgeRed": {
8466
8478
  "light": "{colorTextNotificationDefault}",
8467
8479
  "dark": "{colorTextNotificationDefault}"
8480
+ },
8481
+ "colorBackgroundCodeView": {
8482
+ "light": "#f8f8f8",
8483
+ "dark": "#282c34"
8468
8484
  }
8469
8485
  }
8470
8486
  },
@@ -9863,6 +9879,10 @@ module.exports.preset = {
9863
9879
  "colorTextBadgeRed": {
9864
9880
  "light": "{colorTextNotificationDefault}",
9865
9881
  "dark": "{colorTextNotificationDefault}"
9882
+ },
9883
+ "colorBackgroundCodeView": {
9884
+ "light": "#f8f8f8",
9885
+ "dark": "#282c34"
9866
9886
  }
9867
9887
  }
9868
9888
  },
@@ -11262,6 +11282,10 @@ module.exports.preset = {
11262
11282
  "light": "{colorTextNotificationDefault}",
11263
11283
  "dark": "{colorTextNotificationDefault}"
11264
11284
  },
11285
+ "colorBackgroundCodeView": {
11286
+ "light": "#f8f8f8",
11287
+ "dark": "#282c34"
11288
+ },
11265
11289
  "fontSizeExpandableHeading": "14px",
11266
11290
  "borderDividerSectionWidth": "1px"
11267
11291
  }
@@ -12661,6 +12685,10 @@ module.exports.preset = {
12661
12685
  "colorTextBadgeRed": {
12662
12686
  "light": "{colorTextNotificationDefault}",
12663
12687
  "dark": "{colorTextNotificationDefault}"
12688
+ },
12689
+ "colorBackgroundCodeView": {
12690
+ "light": "#282c34",
12691
+ "dark": "#282c34"
12664
12692
  }
12665
12693
  }
12666
12694
  },
@@ -13305,6 +13333,7 @@ module.exports.preset = {
13305
13333
  "colorTextBadgeGreen": "color",
13306
13334
  "colorTextBadgeBlue": "color",
13307
13335
  "colorTextBadgeRed": "color",
13336
+ "colorBackgroundCodeView": "color",
13308
13337
  "motionDurationExtraFast": "motion",
13309
13338
  "motionDurationExtraSlow": "motion",
13310
13339
  "motionDurationFast": "motion",
@@ -14011,6 +14040,7 @@ module.exports.preset = {
14011
14040
  "colorTextBadgeGreen",
14012
14041
  "colorTextBadgeBlue",
14013
14042
  "colorTextBadgeRed",
14043
+ "colorBackgroundCodeView",
14014
14044
  "fontDecorationStyleLink",
14015
14045
  "fontDecorationThicknessLink",
14016
14046
  "fontDecorationThicknessLinkDisplayL",
@@ -14518,6 +14548,7 @@ module.exports.preset = {
14518
14548
  "colorTextBadgeGreen",
14519
14549
  "colorTextBadgeBlue",
14520
14550
  "colorTextBadgeRed",
14551
+ "colorBackgroundCodeView",
14521
14552
  "fontFamilyBase",
14522
14553
  "fontFamilyDisplay",
14523
14554
  "fontFamilyHeading",
@@ -15292,6 +15323,7 @@ module.exports.preset = {
15292
15323
  "colorTextBadgeGreen": "color-text-badge-green",
15293
15324
  "colorTextBadgeBlue": "color-text-badge-blue",
15294
15325
  "colorTextBadgeRed": "color-text-badge-red",
15326
+ "colorBackgroundCodeView": "color-background-code-view",
15295
15327
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
15296
15328
  "fontButtonLetterSpacing": "font-button-letter-spacing",
15297
15329
  "fontChartDetailSize": "font-chart-detail-size",
@@ -16251,6 +16283,7 @@ module.exports.preset = {
16251
16283
  "colorTextBadgeGreen": "--color-text-badge-green-xkzw5d",
16252
16284
  "colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
16253
16285
  "colorTextBadgeRed": "--color-text-badge-red-60jprp",
16286
+ "colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
16254
16287
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
16255
16288
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
16256
16289
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",
@@ -302,6 +302,7 @@ export declare interface TypedOverride {
302
302
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
303
303
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
304
304
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
305
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
305
306
  fontDecorationStyleLink?: GlobalValue;
306
307
  fontDecorationThicknessLink?: GlobalValue;
307
308
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -723,6 +724,7 @@ export declare interface TypedOverride {
723
724
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
724
725
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
725
726
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
727
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
726
728
  fontDecorationStyleLink?: GlobalValue;
727
729
  fontDecorationThicknessLink?: GlobalValue;
728
730
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1144,6 +1146,7 @@ export declare interface TypedOverride {
1144
1146
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1145
1147
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1146
1148
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1149
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1147
1150
  fontDecorationStyleLink?: GlobalValue;
1148
1151
  fontDecorationThicknessLink?: GlobalValue;
1149
1152
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1565,6 +1568,7 @@ export declare interface TypedOverride {
1565
1568
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1566
1569
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1567
1570
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1571
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1568
1572
  fontDecorationStyleLink?: GlobalValue;
1569
1573
  fontDecorationThicknessLink?: GlobalValue;
1570
1574
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1986,6 +1990,7 @@ export declare interface TypedOverride {
1986
1990
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1987
1991
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1988
1992
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1993
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1989
1994
  fontDecorationStyleLink?: GlobalValue;
1990
1995
  fontDecorationThicknessLink?: GlobalValue;
1991
1996
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -2407,6 +2412,7 @@ export declare interface TypedOverride {
2407
2412
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2408
2413
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2409
2414
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2415
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2410
2416
  fontDecorationStyleLink?: GlobalValue;
2411
2417
  fontDecorationThicknessLink?: GlobalValue;
2412
2418
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -2828,6 +2834,7 @@ export declare interface TypedOverride {
2828
2834
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2829
2835
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2830
2836
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2837
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2831
2838
  fontDecorationStyleLink?: GlobalValue;
2832
2839
  fontDecorationThicknessLink?: GlobalValue;
2833
2840
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -3249,6 +3256,7 @@ export declare interface TypedOverride {
3249
3256
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3250
3257
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3251
3258
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3259
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3252
3260
  fontDecorationStyleLink?: GlobalValue;
3253
3261
  fontDecorationThicknessLink?: GlobalValue;
3254
3262
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -3670,6 +3678,7 @@ export declare interface TypedOverride {
3670
3678
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3671
3679
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3672
3680
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3681
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3673
3682
  fontDecorationStyleLink?: GlobalValue;
3674
3683
  fontDecorationThicknessLink?: GlobalValue;
3675
3684
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -302,6 +302,7 @@ export declare interface TypedOverride {
302
302
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
303
303
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
304
304
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
305
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
305
306
  fontDecorationStyleLink?: GlobalValue;
306
307
  fontDecorationThicknessLink?: GlobalValue;
307
308
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -723,6 +724,7 @@ export declare interface TypedOverride {
723
724
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
724
725
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
725
726
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
727
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
726
728
  fontDecorationStyleLink?: GlobalValue;
727
729
  fontDecorationThicknessLink?: GlobalValue;
728
730
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1144,6 +1146,7 @@ export declare interface TypedOverride {
1144
1146
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1145
1147
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1146
1148
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1149
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1147
1150
  fontDecorationStyleLink?: GlobalValue;
1148
1151
  fontDecorationThicknessLink?: GlobalValue;
1149
1152
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1565,6 +1568,7 @@ export declare interface TypedOverride {
1565
1568
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1566
1569
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1567
1570
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1571
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1568
1572
  fontDecorationStyleLink?: GlobalValue;
1569
1573
  fontDecorationThicknessLink?: GlobalValue;
1570
1574
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1986,6 +1990,7 @@ export declare interface TypedOverride {
1986
1990
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1987
1991
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1988
1992
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1993
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1989
1994
  fontDecorationStyleLink?: GlobalValue;
1990
1995
  fontDecorationThicknessLink?: GlobalValue;
1991
1996
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -2407,6 +2412,7 @@ export declare interface TypedOverride {
2407
2412
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2408
2413
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2409
2414
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2415
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2410
2416
  fontDecorationStyleLink?: GlobalValue;
2411
2417
  fontDecorationThicknessLink?: GlobalValue;
2412
2418
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -2828,6 +2834,7 @@ export declare interface TypedOverride {
2828
2834
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2829
2835
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2830
2836
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2837
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2831
2838
  fontDecorationStyleLink?: GlobalValue;
2832
2839
  fontDecorationThicknessLink?: GlobalValue;
2833
2840
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -3249,6 +3256,7 @@ export declare interface TypedOverride {
3249
3256
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3250
3257
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3251
3258
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3259
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3252
3260
  fontDecorationStyleLink?: GlobalValue;
3253
3261
  fontDecorationThicknessLink?: GlobalValue;
3254
3262
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -3670,6 +3678,7 @@ export declare interface TypedOverride {
3670
3678
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3671
3679
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3672
3680
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3681
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3673
3682
  fontDecorationStyleLink?: GlobalValue;
3674
3683
  fontDecorationThicknessLink?: GlobalValue;
3675
3684
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -2555,6 +2555,10 @@ export var preset = {
2555
2555
  "light": "{colorTextNotificationDefault}",
2556
2556
  "dark": "{colorTextNotificationDefault}"
2557
2557
  },
2558
+ "colorBackgroundCodeView": {
2559
+ "light": "#f8f8f8",
2560
+ "dark": "#282c34"
2561
+ },
2558
2562
  "fontBoxValueLargeWeight": "700",
2559
2563
  "fontButtonLetterSpacing": "0.005em",
2560
2564
  "fontChartDetailSize": "{fontSizeBodyS}",
@@ -5328,6 +5332,10 @@ export var preset = {
5328
5332
  "light": "{colorTextNotificationDefault}",
5329
5333
  "dark": "{colorTextNotificationDefault}"
5330
5334
  },
5335
+ "colorBackgroundCodeView": {
5336
+ "light": "#282c34",
5337
+ "dark": "#282c34"
5338
+ },
5331
5339
  "colorPrimary50": "#f0fbff",
5332
5340
  "colorPrimary100": "#d1f1ff",
5333
5341
  "colorPrimary200": "#b8e7ff",
@@ -6933,6 +6941,10 @@ export var preset = {
6933
6941
  "light": "{colorTextNotificationDefault}",
6934
6942
  "dark": "{colorTextNotificationDefault}"
6935
6943
  },
6944
+ "colorBackgroundCodeView": {
6945
+ "light": "#282c34",
6946
+ "dark": "#282c34"
6947
+ },
6936
6948
  "colorPrimary50": "#f0fbff",
6937
6949
  "colorPrimary100": "#d1f1ff",
6938
6950
  "colorPrimary200": "#b8e7ff",
@@ -8465,6 +8477,10 @@ export var preset = {
8465
8477
  "colorTextBadgeRed": {
8466
8478
  "light": "{colorTextNotificationDefault}",
8467
8479
  "dark": "{colorTextNotificationDefault}"
8480
+ },
8481
+ "colorBackgroundCodeView": {
8482
+ "light": "#f8f8f8",
8483
+ "dark": "#282c34"
8468
8484
  }
8469
8485
  }
8470
8486
  },
@@ -9863,6 +9879,10 @@ export var preset = {
9863
9879
  "colorTextBadgeRed": {
9864
9880
  "light": "{colorTextNotificationDefault}",
9865
9881
  "dark": "{colorTextNotificationDefault}"
9882
+ },
9883
+ "colorBackgroundCodeView": {
9884
+ "light": "#f8f8f8",
9885
+ "dark": "#282c34"
9866
9886
  }
9867
9887
  }
9868
9888
  },
@@ -11262,6 +11282,10 @@ export var preset = {
11262
11282
  "light": "{colorTextNotificationDefault}",
11263
11283
  "dark": "{colorTextNotificationDefault}"
11264
11284
  },
11285
+ "colorBackgroundCodeView": {
11286
+ "light": "#f8f8f8",
11287
+ "dark": "#282c34"
11288
+ },
11265
11289
  "fontSizeExpandableHeading": "14px",
11266
11290
  "borderDividerSectionWidth": "1px"
11267
11291
  }
@@ -12661,6 +12685,10 @@ export var preset = {
12661
12685
  "colorTextBadgeRed": {
12662
12686
  "light": "{colorTextNotificationDefault}",
12663
12687
  "dark": "{colorTextNotificationDefault}"
12688
+ },
12689
+ "colorBackgroundCodeView": {
12690
+ "light": "#282c34",
12691
+ "dark": "#282c34"
12664
12692
  }
12665
12693
  }
12666
12694
  },
@@ -13305,6 +13333,7 @@ export var preset = {
13305
13333
  "colorTextBadgeGreen": "color",
13306
13334
  "colorTextBadgeBlue": "color",
13307
13335
  "colorTextBadgeRed": "color",
13336
+ "colorBackgroundCodeView": "color",
13308
13337
  "motionDurationExtraFast": "motion",
13309
13338
  "motionDurationExtraSlow": "motion",
13310
13339
  "motionDurationFast": "motion",
@@ -14011,6 +14040,7 @@ export var preset = {
14011
14040
  "colorTextBadgeGreen",
14012
14041
  "colorTextBadgeBlue",
14013
14042
  "colorTextBadgeRed",
14043
+ "colorBackgroundCodeView",
14014
14044
  "fontDecorationStyleLink",
14015
14045
  "fontDecorationThicknessLink",
14016
14046
  "fontDecorationThicknessLinkDisplayL",
@@ -14518,6 +14548,7 @@ export var preset = {
14518
14548
  "colorTextBadgeGreen",
14519
14549
  "colorTextBadgeBlue",
14520
14550
  "colorTextBadgeRed",
14551
+ "colorBackgroundCodeView",
14521
14552
  "fontFamilyBase",
14522
14553
  "fontFamilyDisplay",
14523
14554
  "fontFamilyHeading",
@@ -15292,6 +15323,7 @@ export var preset = {
15292
15323
  "colorTextBadgeGreen": "color-text-badge-green",
15293
15324
  "colorTextBadgeBlue": "color-text-badge-blue",
15294
15325
  "colorTextBadgeRed": "color-text-badge-red",
15326
+ "colorBackgroundCodeView": "color-background-code-view",
15295
15327
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
15296
15328
  "fontButtonLetterSpacing": "font-button-letter-spacing",
15297
15329
  "fontChartDetailSize": "font-chart-detail-size",
@@ -16251,6 +16283,7 @@ export var preset = {
16251
16283
  "colorTextBadgeGreen": "--color-text-badge-green-xkzw5d",
16252
16284
  "colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
16253
16285
  "colorTextBadgeRed": "--color-text-badge-red-60jprp",
16286
+ "colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
16254
16287
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
16255
16288
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
16256
16289
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/chat-components",
3
- "version": "1.0.141",
3
+ "version": "1.0.142",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cloudscape-design/chat-components.git"