@cloudscape-design/components-themeable 3.0.803 → 3.0.805

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.
Files changed (46) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +1 -1
  3. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +19 -19
  4. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +40 -40
  5. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +19 -19
  6. package/lib/internal/template/collection-preferences/content-display/index.d.ts.map +1 -1
  7. package/lib/internal/template/collection-preferences/content-display/index.js +15 -8
  8. package/lib/internal/template/collection-preferences/content-display/index.js.map +1 -1
  9. package/lib/internal/template/collection-preferences/content-display/utils.d.ts +2 -2
  10. package/lib/internal/template/collection-preferences/content-display/utils.d.ts.map +1 -1
  11. package/lib/internal/template/collection-preferences/content-display/utils.js +13 -4
  12. package/lib/internal/template/collection-preferences/content-display/utils.js.map +1 -1
  13. package/lib/internal/template/form/index.d.ts.map +1 -1
  14. package/lib/internal/template/form/index.js +3 -3
  15. package/lib/internal/template/form/index.js.map +1 -1
  16. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts +2 -0
  17. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  18. package/lib/internal/template/internal/analytics/components/analytics-funnel.js +48 -5
  19. package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
  20. package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts +6 -21
  21. package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  22. package/lib/internal/template/internal/analytics/hooks/use-funnel.js +0 -7
  23. package/lib/internal/template/internal/analytics/hooks/use-funnel.js.map +1 -1
  24. package/lib/internal/template/internal/analytics/interfaces.d.ts +3 -2
  25. package/lib/internal/template/internal/analytics/interfaces.d.ts.map +1 -1
  26. package/lib/internal/template/internal/analytics/interfaces.js.map +1 -1
  27. package/lib/internal/template/internal/base-component/styles.scoped.css +48 -0
  28. package/lib/internal/template/internal/environment.js +1 -1
  29. package/lib/internal/template/internal/environment.json +1 -1
  30. package/lib/internal/template/internal/generated/styles/tokens.d.ts +5 -0
  31. package/lib/internal/template/internal/generated/styles/tokens.js +5 -0
  32. package/lib/internal/template/internal/generated/theming/index.cjs +134 -0
  33. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +16 -0
  34. package/lib/internal/template/internal/generated/theming/index.d.ts +16 -0
  35. package/lib/internal/template/internal/generated/theming/index.js +134 -0
  36. package/lib/internal/template/modal/index.d.ts.map +1 -1
  37. package/lib/internal/template/modal/index.js +22 -2
  38. package/lib/internal/template/modal/index.js.map +1 -1
  39. package/lib/internal/template/modal/interfaces.d.ts +14 -0
  40. package/lib/internal/template/modal/interfaces.d.ts.map +1 -1
  41. package/lib/internal/template/modal/interfaces.js.map +1 -1
  42. package/lib/internal/template/modal/internal.d.ts +9 -0
  43. package/lib/internal/template/modal/internal.d.ts.map +1 -1
  44. package/lib/internal/template/modal/internal.js +20 -6
  45. package/lib/internal/template/modal/internal.js.map +1 -1
  46. package/package.json +1 -1
@@ -242,6 +242,10 @@
242
242
  --color-background-avatar-default-mwwgjf:#545b64;
243
243
  --color-text-avatar-7icw2p:#ffffff;
244
244
  --color-background-loading-bar-gen-ai-p03hst:linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%);
245
+ --color-background-chat-bubble-outgoing-7ajv6t:transparent;
246
+ --color-background-chat-bubble-incoming-b6y6od:#f2f3f3;
247
+ --color-text-chat-bubble-outgoing-a4whbc:#16191f;
248
+ --color-text-chat-bubble-incoming-wpxwg5:#16191f;
245
249
  --color-border-button-normal-active-vm8kc9:#545b64;
246
250
  --color-border-button-normal-default-g4ujwl:#545b64;
247
251
  --color-border-toggle-button-normal-pressed-dxcaaj:#545b64;
@@ -493,6 +497,7 @@
493
497
  --border-radius-tabs-focus-ring-pvbkjv:0px;
494
498
  --border-radius-tiles-pw9atv:2px;
495
499
  --border-radius-token-m43vgu:2px;
500
+ --border-radius-chat-bubble-um911e:2px;
496
501
  --border-radius-tutorial-panel-item-6pw8mp:2px;
497
502
  --border-table-sticky-width-fjjpkw:0px;
498
503
  --border-link-focus-ring-outline-bptw2p:5px auto Highlight;
@@ -871,6 +876,9 @@
871
876
  --color-background-tiles-disabled-c21opp:#2a2e33;
872
877
  --color-background-toggle-checked-disabled-m1mknq:#0a4a74;
873
878
  --color-background-toggle-default-yhlddz:#879596;
879
+ --color-background-chat-bubble-incoming-b6y6od:#131920;
880
+ --color-text-chat-bubble-outgoing-a4whbc:#d5dbdb;
881
+ --color-text-chat-bubble-incoming-wpxwg5:#d5dbdb;
874
882
  --color-border-button-normal-active-vm8kc9:#879596;
875
883
  --color-border-button-normal-default-g4ujwl:#879596;
876
884
  --color-border-toggle-button-normal-pressed-dxcaaj:#879596;
@@ -1183,6 +1191,9 @@
1183
1191
  --color-background-tiles-disabled-c21opp:#2a2e33;
1184
1192
  --color-background-toggle-checked-disabled-m1mknq:#0a4a74;
1185
1193
  --color-background-toggle-default-yhlddz:#879596;
1194
+ --color-background-chat-bubble-incoming-b6y6od:#131920;
1195
+ --color-text-chat-bubble-outgoing-a4whbc:#d5dbdb;
1196
+ --color-text-chat-bubble-incoming-wpxwg5:#d5dbdb;
1186
1197
  --color-border-button-normal-active-vm8kc9:#879596;
1187
1198
  --color-border-button-normal-default-g4ujwl:#879596;
1188
1199
  --color-border-toggle-button-normal-pressed-dxcaaj:#879596;
@@ -1322,6 +1333,8 @@
1322
1333
  }
1323
1334
 
1324
1335
  .awsui-context-flashbar:not(#\9) {
1336
+ --color-text-chat-bubble-outgoing-a4whbc:#fafafa;
1337
+ --color-text-chat-bubble-incoming-wpxwg5:#fafafa;
1325
1338
  --color-border-calendar-grid-3f7bvh:#fafafa;
1326
1339
  --color-border-calendar-grid-selected-focus-ring-faye0i:#fafafa;
1327
1340
  --color-border-container-divider-xr1vlc:#fafafa;
@@ -1393,6 +1406,8 @@
1393
1406
  }
1394
1407
  @media not print {
1395
1408
  .awsui-dark-mode .awsui-context-flashbar-warning:not(#\9) {
1409
+ --color-text-chat-bubble-outgoing-a4whbc:#16191f;
1410
+ --color-text-chat-bubble-incoming-wpxwg5:#16191f;
1396
1411
  --color-border-tabs-shadow-eb3y7s:rgba(0, 0, 0, 0.3);
1397
1412
  --color-text-body-default-agk00h:#16191f;
1398
1413
  --color-text-expandable-section-hover-4hvgvf:#16191f;
@@ -1400,6 +1415,8 @@
1400
1415
  }
1401
1416
  @media not print {
1402
1417
  .awsui-context-flashbar-warning.awsui-dark-mode:not(#\9) {
1418
+ --color-text-chat-bubble-outgoing-a4whbc:#16191f;
1419
+ --color-text-chat-bubble-incoming-wpxwg5:#16191f;
1403
1420
  --color-border-tabs-shadow-eb3y7s:rgba(0, 0, 0, 0.3);
1404
1421
  --color-text-body-default-agk00h:#16191f;
1405
1422
  --color-text-expandable-section-hover-4hvgvf:#16191f;
@@ -1514,6 +1531,9 @@
1514
1531
  --color-background-toggle-checked-disabled-m1mknq:#b8e7ff;
1515
1532
  --color-background-toggle-default-yhlddz:#424650;
1516
1533
  --color-background-avatar-default-mwwgjf:#424650;
1534
+ --color-background-chat-bubble-incoming-b6y6od:#f3f3f7;
1535
+ --color-text-chat-bubble-outgoing-a4whbc:#0f141a;
1536
+ --color-text-chat-bubble-incoming-wpxwg5:#0f141a;
1517
1537
  --color-border-button-normal-active-vm8kc9:#002b66;
1518
1538
  --color-border-button-normal-default-g4ujwl:#006ce0;
1519
1539
  --color-border-toggle-button-normal-pressed-dxcaaj:#006ce0;
@@ -1879,6 +1899,9 @@
1879
1899
  --color-background-tiles-disabled-c21opp:#1b232d;
1880
1900
  --color-background-toggle-checked-disabled-m1mknq:#002b66;
1881
1901
  --color-background-toggle-default-yhlddz:#8c8c94;
1902
+ --color-background-chat-bubble-incoming-b6y6od:#131920;
1903
+ --color-text-chat-bubble-outgoing-a4whbc:#c6c6cd;
1904
+ --color-text-chat-bubble-incoming-wpxwg5:#c6c6cd;
1882
1905
  --color-border-button-normal-active-vm8kc9:#75cfff;
1883
1906
  --color-border-button-normal-default-g4ujwl:#42b4ff;
1884
1907
  --color-border-toggle-button-normal-pressed-dxcaaj:#42b4ff;
@@ -2153,6 +2176,8 @@
2153
2176
  --color-background-tiles-disabled-c21opp:#1b232d;
2154
2177
  --color-background-toggle-checked-disabled-m1mknq:#002b66;
2155
2178
  --color-background-toggle-default-yhlddz:#8c8c94;
2179
+ --color-text-chat-bubble-outgoing-a4whbc:#c6c6cd;
2180
+ --color-text-chat-bubble-incoming-wpxwg5:#c6c6cd;
2156
2181
  --color-border-button-normal-active-vm8kc9:#75cfff;
2157
2182
  --color-border-button-normal-default-g4ujwl:#42b4ff;
2158
2183
  --color-border-toggle-button-normal-pressed-dxcaaj:#42b4ff;
@@ -2358,6 +2383,9 @@
2358
2383
  --color-background-tiles-disabled-c21opp:#1b232d;
2359
2384
  --color-background-toggle-checked-disabled-m1mknq:#002b66;
2360
2385
  --color-background-toggle-default-yhlddz:#8c8c94;
2386
+ --color-background-chat-bubble-incoming-b6y6od:#131920;
2387
+ --color-text-chat-bubble-outgoing-a4whbc:#c6c6cd;
2388
+ --color-text-chat-bubble-incoming-wpxwg5:#c6c6cd;
2361
2389
  --color-border-button-normal-active-vm8kc9:#75cfff;
2362
2390
  --color-border-button-normal-default-g4ujwl:#42b4ff;
2363
2391
  --color-border-toggle-button-normal-pressed-dxcaaj:#42b4ff;
@@ -2560,6 +2588,9 @@
2560
2588
  --color-background-tiles-disabled-c21opp:#1b232d;
2561
2589
  --color-background-toggle-checked-disabled-m1mknq:#002b66;
2562
2590
  --color-background-toggle-default-yhlddz:#8c8c94;
2591
+ --color-background-chat-bubble-incoming-b6y6od:#131920;
2592
+ --color-text-chat-bubble-outgoing-a4whbc:#c6c6cd;
2593
+ --color-text-chat-bubble-incoming-wpxwg5:#c6c6cd;
2563
2594
  --color-border-button-normal-active-vm8kc9:#75cfff;
2564
2595
  --color-border-button-normal-default-g4ujwl:#42b4ff;
2565
2596
  --color-border-toggle-button-normal-pressed-dxcaaj:#42b4ff;
@@ -2775,6 +2806,9 @@
2775
2806
  --color-background-tiles-disabled-c21opp:#1b232d;
2776
2807
  --color-background-toggle-checked-disabled-m1mknq:#002b66;
2777
2808
  --color-background-toggle-default-yhlddz:#8c8c94;
2809
+ --color-background-chat-bubble-incoming-b6y6od:#131920;
2810
+ --color-text-chat-bubble-outgoing-a4whbc:#c6c6cd;
2811
+ --color-text-chat-bubble-incoming-wpxwg5:#c6c6cd;
2778
2812
  --color-border-button-normal-active-vm8kc9:#75cfff;
2779
2813
  --color-border-button-normal-default-g4ujwl:#42b4ff;
2780
2814
  --color-border-toggle-button-normal-pressed-dxcaaj:#42b4ff;
@@ -2936,6 +2970,8 @@
2936
2970
  --color-background-button-primary-hover-288r60:#ffffff;
2937
2971
  --color-background-segment-default-i67ckm:transparent;
2938
2972
  --color-background-segment-hover-rizmh0:transparent;
2973
+ --color-text-chat-bubble-outgoing-a4whbc:#f9f9fa;
2974
+ --color-text-chat-bubble-incoming-wpxwg5:#f9f9fa;
2939
2975
  --color-border-button-normal-active-vm8kc9:#ffffff;
2940
2976
  --color-border-button-normal-default-g4ujwl:#f9f9fa;
2941
2977
  --color-border-button-normal-hover-eyyshk:#ffffff;
@@ -2973,6 +3009,8 @@
2973
3009
  --color-background-button-primary-hover-288r60:#ffffff;
2974
3010
  --color-background-segment-default-i67ckm:transparent;
2975
3011
  --color-background-segment-hover-rizmh0:transparent;
3012
+ --color-text-chat-bubble-outgoing-a4whbc:#f9f9fa;
3013
+ --color-text-chat-bubble-incoming-wpxwg5:#f9f9fa;
2976
3014
  --color-border-button-normal-active-vm8kc9:#ffffff;
2977
3015
  --color-border-button-normal-default-g4ujwl:#f9f9fa;
2978
3016
  --color-border-button-normal-hover-eyyshk:#ffffff;
@@ -3184,6 +3222,9 @@
3184
3222
  --color-background-tiles-disabled-c21opp:#1b232d;
3185
3223
  --color-background-toggle-checked-disabled-m1mknq:#002b66;
3186
3224
  --color-background-toggle-default-yhlddz:#8c8c94;
3225
+ --color-background-chat-bubble-incoming-b6y6od:#131920;
3226
+ --color-text-chat-bubble-outgoing-a4whbc:#c6c6cd;
3227
+ --color-text-chat-bubble-incoming-wpxwg5:#c6c6cd;
3187
3228
  --color-border-button-normal-active-vm8kc9:#ffffff;
3188
3229
  --color-border-button-normal-default-g4ujwl:#dedee3;
3189
3230
  --color-border-toggle-button-normal-pressed-dxcaaj:#42b4ff;
@@ -3387,6 +3428,9 @@
3387
3428
  --color-background-tiles-disabled-c21opp:#1b232d;
3388
3429
  --color-background-toggle-checked-disabled-m1mknq:#002b66;
3389
3430
  --color-background-toggle-default-yhlddz:#8c8c94;
3431
+ --color-background-chat-bubble-incoming-b6y6od:#131920;
3432
+ --color-text-chat-bubble-outgoing-a4whbc:#c6c6cd;
3433
+ --color-text-chat-bubble-incoming-wpxwg5:#c6c6cd;
3390
3434
  --color-border-button-normal-active-vm8kc9:#ffffff;
3391
3435
  --color-border-button-normal-default-g4ujwl:#dedee3;
3392
3436
  --color-border-toggle-button-normal-pressed-dxcaaj:#42b4ff;
@@ -3546,6 +3590,8 @@
3546
3590
  }
3547
3591
  @media not print {
3548
3592
  .awsui-dark-mode.awsui-visual-refresh .awsui-context-flashbar-warning:not(#\9) {
3593
+ --color-text-chat-bubble-outgoing-a4whbc:#0f141a;
3594
+ --color-text-chat-bubble-incoming-wpxwg5:#0f141a;
3549
3595
  --color-border-calendar-grid-selected-focus-ring-faye0i:#161d26;
3550
3596
  --color-border-dropdown-item-selected-3l3bsn:#42b4ff;
3551
3597
  --color-border-input-focused-rg4ms2:#b8e7ff;
@@ -3555,6 +3601,8 @@
3555
3601
  }
3556
3602
  @media not print {
3557
3603
  .awsui-context-flashbar-warning.awsui-dark-mode.awsui-visual-refresh:not(#\9) {
3604
+ --color-text-chat-bubble-outgoing-a4whbc:#0f141a;
3605
+ --color-text-chat-bubble-incoming-wpxwg5:#0f141a;
3558
3606
  --color-border-calendar-grid-selected-focus-ring-faye0i:#161d26;
3559
3607
  --color-border-dropdown-item-selected-3l3bsn:#42b4ff;
3560
3608
  --color-border-input-focused-rg4ms2:#b8e7ff;
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (a783fec3)";
2
+ export var PACKAGE_VERSION = "3.0.0 (b69c9b27)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (a783fec3)",
3
+ "PACKAGE_VERSION": "3.0.0 (b69c9b27)",
4
4
  "THEME": "default",
5
5
  "ALWAYS_VISUAL_REFRESH": false
6
6
  }
@@ -296,6 +296,10 @@ export const colorBackgroundAvatarGenAi: string;
296
296
  export const colorBackgroundAvatarDefault: string;
297
297
  export const colorTextAvatar: string;
298
298
  export const colorBackgroundLoadingBarGenAi: string;
299
+ export const colorBackgroundChatBubbleOutgoing: string;
300
+ export const colorBackgroundChatBubbleIncoming: string;
301
+ export const colorTextChatBubbleOutgoing: string;
302
+ export const colorTextChatBubbleIncoming: string;
299
303
  export const colorBorderButtonNormalActive: string;
300
304
  export const colorBorderButtonNormalDefault: string;
301
305
  export const colorBorderToggleButtonNormalPressed: string;
@@ -554,6 +558,7 @@ export const borderRadiusPopover: string;
554
558
  export const borderRadiusTabsFocusRing: string;
555
559
  export const borderRadiusTiles: string;
556
560
  export const borderRadiusToken: string;
561
+ export const borderRadiusChatBubble: string;
557
562
  export const borderRadiusTutorialPanelItem: string;
558
563
  export const borderTableStickyWidth: string;
559
564
  export const borderLinkFocusRingOutline: string;
@@ -296,6 +296,10 @@ export var colorBackgroundAvatarGenAi = "var(--color-background-avatar-gen-ai-i9
296
296
  export var colorBackgroundAvatarDefault = "var(--color-background-avatar-default-rci9zy, #424650)";
297
297
  export var colorTextAvatar = "var(--color-text-avatar-jddpvm, #ffffff)";
298
298
  export var colorBackgroundLoadingBarGenAi = "var(--color-background-loading-bar-gen-ai-7qfi9s, linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%))";
299
+ export var colorBackgroundChatBubbleOutgoing = "var(--color-background-chat-bubble-outgoing-pfqan2, transparent)";
300
+ export var colorBackgroundChatBubbleIncoming = "var(--color-background-chat-bubble-incoming-brq006, #f3f3f7)";
301
+ export var colorTextChatBubbleOutgoing = "var(--color-text-chat-bubble-outgoing-bvbr0v, #0f141a)";
302
+ export var colorTextChatBubbleIncoming = "var(--color-text-chat-bubble-incoming-x2kig8, #0f141a)";
299
303
  export var colorBorderButtonNormalActive = "var(--color-border-button-normal-active-mn0ayd, #002b66)";
300
304
  export var colorBorderButtonNormalDefault = "var(--color-border-button-normal-default-uzqi0v, #006ce0)";
301
305
  export var colorBorderToggleButtonNormalPressed = "var(--color-border-toggle-button-normal-pressed-lylxt2, #006ce0)";
@@ -554,6 +558,7 @@ export var borderRadiusPopover = "var(--border-radius-popover-clv1ya, 8px)";
554
558
  export var borderRadiusTabsFocusRing = "var(--border-radius-tabs-focus-ring-1q0rjo, 20px)";
555
559
  export var borderRadiusTiles = "var(--border-radius-tiles-60y8e6, 8px)";
556
560
  export var borderRadiusToken = "var(--border-radius-token-923jqq, 8px)";
561
+ export var borderRadiusChatBubble = "var(--border-radius-chat-bubble-ur269r, 2px)";
557
562
  export var borderRadiusTutorialPanelItem = "var(--border-radius-tutorial-panel-item-b44p0a, 8px)";
558
563
  export var borderTableStickyWidth = "var(--border-table-sticky-width-87kf12, 1px)";
559
564
  export var borderLinkFocusRingOutline = "var(--border-link-focus-ring-outline-kkfop6, 0)";
@@ -1069,6 +1069,22 @@ module.exports.preset = {
1069
1069
  "light": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)",
1070
1070
  "dark": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)"
1071
1071
  },
1072
+ "colorBackgroundChatBubbleOutgoing": {
1073
+ "light": "transparent",
1074
+ "dark": "transparent"
1075
+ },
1076
+ "colorBackgroundChatBubbleIncoming": {
1077
+ "light": "{colorGrey150}",
1078
+ "dark": "{colorGrey850}"
1079
+ },
1080
+ "colorTextChatBubbleOutgoing": {
1081
+ "light": "{colorTextBodyDefault}",
1082
+ "dark": "{colorTextBodyDefault}"
1083
+ },
1084
+ "colorTextChatBubbleIncoming": {
1085
+ "light": "{colorTextBodyDefault}",
1086
+ "dark": "{colorTextBodyDefault}"
1087
+ },
1072
1088
  "colorBorderButtonNormalActive": {
1073
1089
  "light": "{colorBlue800}",
1074
1090
  "dark": "{colorBlue400}"
@@ -1855,6 +1871,7 @@ module.exports.preset = {
1855
1871
  "borderRadiusTabsFocusRing": "20px",
1856
1872
  "borderRadiusTiles": "{borderRadiusInput}",
1857
1873
  "borderRadiusToken": "{borderRadiusInput}",
1874
+ "borderRadiusChatBubble": "2px",
1858
1875
  "borderRadiusTutorialPanelItem": "{borderRadiusInput}",
1859
1876
  "borderTableStickyWidth": "1px",
1860
1877
  "borderLinkFocusRingOutline": "0",
@@ -3287,6 +3304,22 @@ module.exports.preset = {
3287
3304
  "light": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)",
3288
3305
  "dark": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)"
3289
3306
  },
3307
+ "colorBackgroundChatBubbleOutgoing": {
3308
+ "light": "transparent",
3309
+ "dark": "transparent"
3310
+ },
3311
+ "colorBackgroundChatBubbleIncoming": {
3312
+ "light": "{colorGrey850}",
3313
+ "dark": "{colorGrey850}"
3314
+ },
3315
+ "colorTextChatBubbleOutgoing": {
3316
+ "light": "{colorTextBodyDefault}",
3317
+ "dark": "{colorTextBodyDefault}"
3318
+ },
3319
+ "colorTextChatBubbleIncoming": {
3320
+ "light": "{colorTextBodyDefault}",
3321
+ "dark": "{colorTextBodyDefault}"
3322
+ },
3290
3323
  "colorBorderButtonNormalActive": {
3291
3324
  "light": "{colorBlue400}",
3292
3325
  "dark": "{colorBlue400}"
@@ -4425,6 +4458,22 @@ module.exports.preset = {
4425
4458
  "light": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)",
4426
4459
  "dark": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)"
4427
4460
  },
4461
+ "colorBackgroundChatBubbleOutgoing": {
4462
+ "light": "transparent",
4463
+ "dark": "transparent"
4464
+ },
4465
+ "colorBackgroundChatBubbleIncoming": {
4466
+ "light": "{colorGrey850}",
4467
+ "dark": "{colorGrey850}"
4468
+ },
4469
+ "colorTextChatBubbleOutgoing": {
4470
+ "light": "{colorTextBodyDefault}",
4471
+ "dark": "{colorTextBodyDefault}"
4472
+ },
4473
+ "colorTextChatBubbleIncoming": {
4474
+ "light": "{colorTextBodyDefault}",
4475
+ "dark": "{colorTextBodyDefault}"
4476
+ },
4428
4477
  "colorBorderButtonNormalActive": {
4429
4478
  "light": "{colorBlue400}",
4430
4479
  "dark": "{colorBlue400}"
@@ -5495,6 +5544,22 @@ module.exports.preset = {
5495
5544
  "light": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)",
5496
5545
  "dark": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)"
5497
5546
  },
5547
+ "colorBackgroundChatBubbleOutgoing": {
5548
+ "light": "transparent",
5549
+ "dark": "transparent"
5550
+ },
5551
+ "colorBackgroundChatBubbleIncoming": {
5552
+ "light": "{colorGrey150}",
5553
+ "dark": "{colorGrey850}"
5554
+ },
5555
+ "colorTextChatBubbleOutgoing": {
5556
+ "light": "{colorTextBodyDefault}",
5557
+ "dark": "{colorTextBodyDefault}"
5558
+ },
5559
+ "colorTextChatBubbleIncoming": {
5560
+ "light": "{colorTextBodyDefault}",
5561
+ "dark": "{colorTextBodyDefault}"
5562
+ },
5498
5563
  "colorBorderButtonNormalActive": {
5499
5564
  "light": "{colorWhite}",
5500
5565
  "dark": "{colorWhite}"
@@ -6565,6 +6630,22 @@ module.exports.preset = {
6565
6630
  "light": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)",
6566
6631
  "dark": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)"
6567
6632
  },
6633
+ "colorBackgroundChatBubbleOutgoing": {
6634
+ "light": "transparent",
6635
+ "dark": "transparent"
6636
+ },
6637
+ "colorBackgroundChatBubbleIncoming": {
6638
+ "light": "{colorGrey150}",
6639
+ "dark": "{colorGrey850}"
6640
+ },
6641
+ "colorTextChatBubbleOutgoing": {
6642
+ "light": "{colorTextBodyDefault}",
6643
+ "dark": "{colorTextBodyDefault}"
6644
+ },
6645
+ "colorTextChatBubbleIncoming": {
6646
+ "light": "{colorTextBodyDefault}",
6647
+ "dark": "{colorTextBodyDefault}"
6648
+ },
6568
6649
  "colorBorderButtonNormalActive": {
6569
6650
  "light": "{colorTextButtonNormalHover}",
6570
6651
  "dark": "{colorTextButtonNormalHover}"
@@ -7635,6 +7716,22 @@ module.exports.preset = {
7635
7716
  "light": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)",
7636
7717
  "dark": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)"
7637
7718
  },
7719
+ "colorBackgroundChatBubbleOutgoing": {
7720
+ "light": "transparent",
7721
+ "dark": "transparent"
7722
+ },
7723
+ "colorBackgroundChatBubbleIncoming": {
7724
+ "light": "{colorGrey150}",
7725
+ "dark": "{colorGrey850}"
7726
+ },
7727
+ "colorTextChatBubbleOutgoing": {
7728
+ "light": "{colorTextBodyDefault}",
7729
+ "dark": "{colorTextBodyDefault}"
7730
+ },
7731
+ "colorTextChatBubbleIncoming": {
7732
+ "light": "{colorTextBodyDefault}",
7733
+ "dark": "{colorTextBodyDefault}"
7734
+ },
7638
7735
  "colorBorderButtonNormalActive": {
7639
7736
  "light": "{colorTextButtonNormalHover}",
7640
7737
  "dark": "{colorTextButtonNormalHover}"
@@ -8707,6 +8804,22 @@ module.exports.preset = {
8707
8804
  "light": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)",
8708
8805
  "dark": "linear-gradient(90deg, #99f7ff 0%, #0096fa 10%, #bf80ff 24%, #7300e5 50%, #bf80ff 76%, #0096fa 90%, #99f7ff 100%)"
8709
8806
  },
8807
+ "colorBackgroundChatBubbleOutgoing": {
8808
+ "light": "transparent",
8809
+ "dark": "transparent"
8810
+ },
8811
+ "colorBackgroundChatBubbleIncoming": {
8812
+ "light": "{colorGrey850}",
8813
+ "dark": "{colorGrey850}"
8814
+ },
8815
+ "colorTextChatBubbleOutgoing": {
8816
+ "light": "{colorTextBodyDefault}",
8817
+ "dark": "{colorTextBodyDefault}"
8818
+ },
8819
+ "colorTextChatBubbleIncoming": {
8820
+ "light": "{colorTextBodyDefault}",
8821
+ "dark": "{colorTextBodyDefault}"
8822
+ },
8710
8823
  "colorBorderButtonNormalActive": {
8711
8824
  "light": "{colorTextButtonNormalHover}",
8712
8825
  "dark": "{colorTextButtonNormalHover}"
@@ -9659,6 +9772,10 @@ module.exports.preset = {
9659
9772
  "colorBackgroundAvatarDefault": "color",
9660
9773
  "colorTextAvatar": "color",
9661
9774
  "colorBackgroundLoadingBarGenAi": "color",
9775
+ "colorBackgroundChatBubbleOutgoing": "color",
9776
+ "colorBackgroundChatBubbleIncoming": "color",
9777
+ "colorTextChatBubbleOutgoing": "color",
9778
+ "colorTextChatBubbleIncoming": "color",
9662
9779
  "colorBorderButtonNormalActive": "color",
9663
9780
  "colorBorderButtonNormalDefault": "color",
9664
9781
  "colorBorderToggleButtonNormalPressed": "color",
@@ -10109,6 +10226,8 @@ module.exports.preset = {
10109
10226
  "colorBackgroundStatusSuccess",
10110
10227
  "colorBackgroundStatusWarning",
10111
10228
  "colorBackgroundToggleCheckedDisabled",
10229
+ "colorTextChatBubbleOutgoing",
10230
+ "colorTextChatBubbleIncoming",
10112
10231
  "colorBorderButtonNormalActive",
10113
10232
  "colorBorderButtonNormalDefault",
10114
10233
  "colorBorderToggleButtonNormalPressed",
@@ -10435,6 +10554,10 @@ module.exports.preset = {
10435
10554
  "colorBackgroundAvatarDefault",
10436
10555
  "colorTextAvatar",
10437
10556
  "colorBackgroundLoadingBarGenAi",
10557
+ "colorBackgroundChatBubbleOutgoing",
10558
+ "colorBackgroundChatBubbleIncoming",
10559
+ "colorTextChatBubbleOutgoing",
10560
+ "colorTextChatBubbleIncoming",
10438
10561
  "colorBorderButtonNormalActive",
10439
10562
  "colorBorderButtonNormalDefault",
10440
10563
  "colorBorderToggleButtonNormalPressed",
@@ -10558,6 +10681,7 @@ module.exports.preset = {
10558
10681
  "borderRadiusTabsFocusRing",
10559
10682
  "borderRadiusTiles",
10560
10683
  "borderRadiusToken",
10684
+ "borderRadiusChatBubble",
10561
10685
  "borderRadiusTutorialPanelItem",
10562
10686
  "motionDurationAvatarGenAiGradient",
10563
10687
  "motionDurationAvatarLoadingDots",
@@ -10893,6 +11017,10 @@ module.exports.preset = {
10893
11017
  "colorBackgroundAvatarDefault": "color-background-avatar-default",
10894
11018
  "colorTextAvatar": "color-text-avatar",
10895
11019
  "colorBackgroundLoadingBarGenAi": "color-background-loading-bar-gen-ai",
11020
+ "colorBackgroundChatBubbleOutgoing": "color-background-chat-bubble-outgoing",
11021
+ "colorBackgroundChatBubbleIncoming": "color-background-chat-bubble-incoming",
11022
+ "colorTextChatBubbleOutgoing": "color-text-chat-bubble-outgoing",
11023
+ "colorTextChatBubbleIncoming": "color-text-chat-bubble-incoming",
10896
11024
  "colorBorderButtonNormalActive": "color-border-button-normal-active",
10897
11025
  "colorBorderButtonNormalDefault": "color-border-button-normal-default",
10898
11026
  "colorBorderToggleButtonNormalPressed": "color-border-toggle-button-normal-pressed",
@@ -11151,6 +11279,7 @@ module.exports.preset = {
11151
11279
  "borderRadiusTabsFocusRing": "border-radius-tabs-focus-ring",
11152
11280
  "borderRadiusTiles": "border-radius-tiles",
11153
11281
  "borderRadiusToken": "border-radius-token",
11282
+ "borderRadiusChatBubble": "border-radius-chat-bubble",
11154
11283
  "borderRadiusTutorialPanelItem": "border-radius-tutorial-panel-item",
11155
11284
  "borderTableStickyWidth": "border-table-sticky-width",
11156
11285
  "borderLinkFocusRingOutline": "border-link-focus-ring-outline",
@@ -11620,6 +11749,10 @@ module.exports.preset = {
11620
11749
  "colorBackgroundAvatarDefault": "--color-background-avatar-default-rci9zy",
11621
11750
  "colorTextAvatar": "--color-text-avatar-jddpvm",
11622
11751
  "colorBackgroundLoadingBarGenAi": "--color-background-loading-bar-gen-ai-7qfi9s",
11752
+ "colorBackgroundChatBubbleOutgoing": "--color-background-chat-bubble-outgoing-pfqan2",
11753
+ "colorBackgroundChatBubbleIncoming": "--color-background-chat-bubble-incoming-brq006",
11754
+ "colorTextChatBubbleOutgoing": "--color-text-chat-bubble-outgoing-bvbr0v",
11755
+ "colorTextChatBubbleIncoming": "--color-text-chat-bubble-incoming-x2kig8",
11623
11756
  "colorBorderButtonNormalActive": "--color-border-button-normal-active-mn0ayd",
11624
11757
  "colorBorderButtonNormalDefault": "--color-border-button-normal-default-uzqi0v",
11625
11758
  "colorBorderToggleButtonNormalPressed": "--color-border-toggle-button-normal-pressed-lylxt2",
@@ -11878,6 +12011,7 @@ module.exports.preset = {
11878
12011
  "borderRadiusTabsFocusRing": "--border-radius-tabs-focus-ring-1q0rjo",
11879
12012
  "borderRadiusTiles": "--border-radius-tiles-60y8e6",
11880
12013
  "borderRadiusToken": "--border-radius-token-923jqq",
12014
+ "borderRadiusChatBubble": "--border-radius-chat-bubble-ur269r",
11881
12015
  "borderRadiusTutorialPanelItem": "--border-radius-tutorial-panel-item-b44p0a",
11882
12016
  "borderTableStickyWidth": "--border-table-sticky-width-87kf12",
11883
12017
  "borderLinkFocusRingOutline": "--border-link-focus-ring-outline-kkfop6",
@@ -107,6 +107,8 @@ export declare interface TypedOverride {
107
107
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
108
108
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
109
109
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
110
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
111
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
110
112
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
111
113
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
112
114
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -338,6 +340,8 @@ export declare interface TypedOverride {
338
340
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
339
341
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
340
342
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
343
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
344
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
341
345
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
342
346
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
343
347
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -569,6 +573,8 @@ export declare interface TypedOverride {
569
573
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
570
574
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
571
575
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
576
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
577
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
572
578
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
573
579
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
574
580
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -800,6 +806,8 @@ export declare interface TypedOverride {
800
806
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
801
807
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
802
808
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
809
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
810
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
803
811
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
804
812
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
805
813
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1031,6 +1039,8 @@ export declare interface TypedOverride {
1031
1039
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1032
1040
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1033
1041
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1042
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1043
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1034
1044
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1035
1045
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1036
1046
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1262,6 +1272,8 @@ export declare interface TypedOverride {
1262
1272
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1263
1273
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1264
1274
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1275
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1276
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1265
1277
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1266
1278
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1267
1279
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1493,6 +1505,8 @@ export declare interface TypedOverride {
1493
1505
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1494
1506
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1495
1507
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1508
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1509
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1496
1510
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1497
1511
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1498
1512
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1724,6 +1738,8 @@ export declare interface TypedOverride {
1724
1738
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1725
1739
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1726
1740
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1741
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1742
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1727
1743
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1728
1744
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1729
1745
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -107,6 +107,8 @@ export declare interface TypedOverride {
107
107
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
108
108
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
109
109
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
110
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
111
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
110
112
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
111
113
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
112
114
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -338,6 +340,8 @@ export declare interface TypedOverride {
338
340
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
339
341
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
340
342
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
343
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
344
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
341
345
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
342
346
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
343
347
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -569,6 +573,8 @@ export declare interface TypedOverride {
569
573
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
570
574
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
571
575
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
576
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
577
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
572
578
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
573
579
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
574
580
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -800,6 +806,8 @@ export declare interface TypedOverride {
800
806
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
801
807
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
802
808
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
809
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
810
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
803
811
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
804
812
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
805
813
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1031,6 +1039,8 @@ export declare interface TypedOverride {
1031
1039
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1032
1040
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1033
1041
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1042
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1043
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1034
1044
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1035
1045
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1036
1046
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1262,6 +1272,8 @@ export declare interface TypedOverride {
1262
1272
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1263
1273
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1264
1274
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1275
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1276
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1265
1277
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1266
1278
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1267
1279
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1493,6 +1505,8 @@ export declare interface TypedOverride {
1493
1505
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1494
1506
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1495
1507
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1508
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1509
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1496
1510
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1497
1511
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1498
1512
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1724,6 +1738,8 @@ export declare interface TypedOverride {
1724
1738
  colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1725
1739
  colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1726
1740
  colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1741
+ colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1742
+ colorTextChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1727
1743
  colorBorderButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1728
1744
  colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1729
1745
  colorBorderToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;