@uzum-tech/ui 2.3.6 → 2.3.7

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/dist/index.js +34 -5
  2. package/dist/index.mjs +34 -5
  3. package/dist/index.prod.js +3 -3
  4. package/dist/index.prod.mjs +3 -3
  5. package/es/chat/src/Chat.d.ts +124 -0
  6. package/es/chat/src/ChatListItems.d.ts +48 -0
  7. package/es/chat/src/ChatMainArea.d.ts +48 -0
  8. package/es/chat/src/ChatMessages.d.ts +48 -0
  9. package/es/chat/src/ChatMessages.mjs +2 -0
  10. package/es/chat/src/ChatParts/Sidebar.d.ts +8 -0
  11. package/es/chat/src/interface.d.ts +12 -0
  12. package/es/chat/styles/dark.d.ts +4 -0
  13. package/es/chat/styles/light.d.ts +6 -0
  14. package/es/chat/styles/light.mjs +5 -2
  15. package/es/components.d.ts +244 -0
  16. package/es/message-bubble/src/MessageBubble.d.ts +12 -0
  17. package/es/message-bubble/src/MessageBubble.mjs +4 -0
  18. package/es/message-bubble/src/interface.d.ts +6 -0
  19. package/es/message-bubble/src/styles/index.cssr.mjs +19 -1
  20. package/es/message-bubble/styles/dark.d.ts +2 -0
  21. package/es/message-bubble/styles/light.d.ts +4 -0
  22. package/es/message-bubble/styles/light.mjs +5 -1
  23. package/es/version.d.ts +1 -1
  24. package/es/version.mjs +1 -1
  25. package/lib/chat/src/Chat.d.ts +124 -0
  26. package/lib/chat/src/ChatListItems.d.ts +48 -0
  27. package/lib/chat/src/ChatMainArea.d.ts +48 -0
  28. package/lib/chat/src/ChatMessages.d.ts +48 -0
  29. package/lib/chat/src/ChatMessages.js +1 -1
  30. package/lib/chat/src/ChatParts/Sidebar.d.ts +8 -0
  31. package/lib/chat/src/interface.d.ts +12 -0
  32. package/lib/chat/styles/dark.d.ts +4 -0
  33. package/lib/chat/styles/light.d.ts +6 -0
  34. package/lib/chat/styles/light.js +4 -2
  35. package/lib/components.d.ts +244 -0
  36. package/lib/message-bubble/src/MessageBubble.d.ts +12 -0
  37. package/lib/message-bubble/src/MessageBubble.js +3 -1
  38. package/lib/message-bubble/src/interface.d.ts +6 -0
  39. package/lib/message-bubble/src/styles/index.cssr.js +19 -1
  40. package/lib/message-bubble/styles/dark.d.ts +2 -0
  41. package/lib/message-bubble/styles/light.d.ts +4 -0
  42. package/lib/message-bubble/styles/light.js +4 -2
  43. package/lib/version.d.ts +1 -1
  44. package/lib/version.js +1 -1
  45. package/package.json +1 -1
  46. package/web-types.json +1 -1
@@ -83,6 +83,8 @@ export declare const chatListItemsProps: {
83
83
  markdownQuoteBorderColorOwn: string;
84
84
  markdownQuoteBorderColorOther: string;
85
85
  markdownQuoteTextColor: string;
86
+ markdownQuoteBackgroundColor: string;
87
+ markdownQuoteMarkerColor: string;
86
88
  markdownDividerColorOwn: string;
87
89
  markdownDividerColorOther: string;
88
90
  typingIndicatorColor: string;
@@ -861,6 +863,8 @@ export declare const chatListItemsProps: {
861
863
  markdownQuoteBorderColorOwn: string;
862
864
  markdownQuoteBorderColorOther: string;
863
865
  markdownQuoteTextColor: string;
866
+ markdownQuoteBackgroundColor: string;
867
+ markdownQuoteMarkerColor: string;
864
868
  markdownDividerColorOwn: string;
865
869
  markdownDividerColorOther: string;
866
870
  markdownH1FontSize: string;
@@ -952,6 +956,8 @@ export declare const chatListItemsProps: {
952
956
  markdownQuoteBorderColorOwn: string;
953
957
  markdownQuoteBorderColorOther: string;
954
958
  markdownQuoteTextColor: string;
959
+ markdownQuoteBackgroundColor: string;
960
+ markdownQuoteMarkerColor: string;
955
961
  markdownDividerColorOwn: string;
956
962
  markdownDividerColorOther: string;
957
963
  typingIndicatorColor: string;
@@ -1730,6 +1736,8 @@ export declare const chatListItemsProps: {
1730
1736
  markdownQuoteBorderColorOwn: string;
1731
1737
  markdownQuoteBorderColorOther: string;
1732
1738
  markdownQuoteTextColor: string;
1739
+ markdownQuoteBackgroundColor: string;
1740
+ markdownQuoteMarkerColor: string;
1733
1741
  markdownDividerColorOwn: string;
1734
1742
  markdownDividerColorOther: string;
1735
1743
  markdownH1FontSize: string;
@@ -1821,6 +1829,8 @@ export declare const chatListItemsProps: {
1821
1829
  markdownQuoteBorderColorOwn: string;
1822
1830
  markdownQuoteBorderColorOther: string;
1823
1831
  markdownQuoteTextColor: string;
1832
+ markdownQuoteBackgroundColor: string;
1833
+ markdownQuoteMarkerColor: string;
1824
1834
  markdownDividerColorOwn: string;
1825
1835
  markdownDividerColorOther: string;
1826
1836
  typingIndicatorColor: string;
@@ -2599,6 +2609,8 @@ export declare const chatListItemsProps: {
2599
2609
  markdownQuoteBorderColorOwn: string;
2600
2610
  markdownQuoteBorderColorOther: string;
2601
2611
  markdownQuoteTextColor: string;
2612
+ markdownQuoteBackgroundColor: string;
2613
+ markdownQuoteMarkerColor: string;
2602
2614
  markdownDividerColorOwn: string;
2603
2615
  markdownDividerColorOther: string;
2604
2616
  markdownH1FontSize: string;
@@ -2737,6 +2749,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2737
2749
  markdownQuoteBorderColorOwn: string;
2738
2750
  markdownQuoteBorderColorOther: string;
2739
2751
  markdownQuoteTextColor: string;
2752
+ markdownQuoteBackgroundColor: string;
2753
+ markdownQuoteMarkerColor: string;
2740
2754
  markdownDividerColorOwn: string;
2741
2755
  markdownDividerColorOther: string;
2742
2756
  typingIndicatorColor: string;
@@ -3515,6 +3529,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3515
3529
  markdownQuoteBorderColorOwn: string;
3516
3530
  markdownQuoteBorderColorOther: string;
3517
3531
  markdownQuoteTextColor: string;
3532
+ markdownQuoteBackgroundColor: string;
3533
+ markdownQuoteMarkerColor: string;
3518
3534
  markdownDividerColorOwn: string;
3519
3535
  markdownDividerColorOther: string;
3520
3536
  markdownH1FontSize: string;
@@ -3606,6 +3622,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3606
3622
  markdownQuoteBorderColorOwn: string;
3607
3623
  markdownQuoteBorderColorOther: string;
3608
3624
  markdownQuoteTextColor: string;
3625
+ markdownQuoteBackgroundColor: string;
3626
+ markdownQuoteMarkerColor: string;
3609
3627
  markdownDividerColorOwn: string;
3610
3628
  markdownDividerColorOther: string;
3611
3629
  typingIndicatorColor: string;
@@ -4384,6 +4402,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4384
4402
  markdownQuoteBorderColorOwn: string;
4385
4403
  markdownQuoteBorderColorOther: string;
4386
4404
  markdownQuoteTextColor: string;
4405
+ markdownQuoteBackgroundColor: string;
4406
+ markdownQuoteMarkerColor: string;
4387
4407
  markdownDividerColorOwn: string;
4388
4408
  markdownDividerColorOther: string;
4389
4409
  markdownH1FontSize: string;
@@ -4475,6 +4495,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4475
4495
  markdownQuoteBorderColorOwn: string;
4476
4496
  markdownQuoteBorderColorOther: string;
4477
4497
  markdownQuoteTextColor: string;
4498
+ markdownQuoteBackgroundColor: string;
4499
+ markdownQuoteMarkerColor: string;
4478
4500
  markdownDividerColorOwn: string;
4479
4501
  markdownDividerColorOther: string;
4480
4502
  typingIndicatorColor: string;
@@ -5253,6 +5275,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5253
5275
  markdownQuoteBorderColorOwn: string;
5254
5276
  markdownQuoteBorderColorOther: string;
5255
5277
  markdownQuoteTextColor: string;
5278
+ markdownQuoteBackgroundColor: string;
5279
+ markdownQuoteMarkerColor: string;
5256
5280
  markdownDividerColorOwn: string;
5257
5281
  markdownDividerColorOther: string;
5258
5282
  markdownH1FontSize: string;
@@ -5348,6 +5372,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5348
5372
  markdownQuoteBorderColorOwn: string;
5349
5373
  markdownQuoteBorderColorOther: string;
5350
5374
  markdownQuoteTextColor: string;
5375
+ markdownQuoteBackgroundColor: string;
5376
+ markdownQuoteMarkerColor: string;
5351
5377
  markdownDividerColorOwn: string;
5352
5378
  markdownDividerColorOther: string;
5353
5379
  typingIndicatorColor: string;
@@ -6127,6 +6153,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6127
6153
  markdownQuoteBorderColorOwn: string;
6128
6154
  markdownQuoteBorderColorOther: string;
6129
6155
  markdownQuoteTextColor: string;
6156
+ markdownQuoteBackgroundColor: string;
6157
+ markdownQuoteMarkerColor: string;
6130
6158
  markdownDividerColorOwn: string;
6131
6159
  markdownDividerColorOther: string;
6132
6160
  markdownH1FontSize: string;
@@ -6609,6 +6637,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6609
6637
  markdownQuoteBorderColorOwn: string;
6610
6638
  markdownQuoteBorderColorOther: string;
6611
6639
  markdownQuoteTextColor: string;
6640
+ markdownQuoteBackgroundColor: string;
6641
+ markdownQuoteMarkerColor: string;
6612
6642
  markdownDividerColorOwn: string;
6613
6643
  markdownDividerColorOther: string;
6614
6644
  typingIndicatorColor: string;
@@ -7388,6 +7418,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7388
7418
  markdownQuoteBorderColorOwn: string;
7389
7419
  markdownQuoteBorderColorOther: string;
7390
7420
  markdownQuoteTextColor: string;
7421
+ markdownQuoteBackgroundColor: string;
7422
+ markdownQuoteMarkerColor: string;
7391
7423
  markdownDividerColorOwn: string;
7392
7424
  markdownDividerColorOther: string;
7393
7425
  markdownH1FontSize: string;
@@ -7870,6 +7902,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7870
7902
  markdownQuoteBorderColorOwn: string;
7871
7903
  markdownQuoteBorderColorOther: string;
7872
7904
  markdownQuoteTextColor: string;
7905
+ markdownQuoteBackgroundColor: string;
7906
+ markdownQuoteMarkerColor: string;
7873
7907
  markdownDividerColorOwn: string;
7874
7908
  markdownDividerColorOther: string;
7875
7909
  typingIndicatorColor: string;
@@ -8649,6 +8683,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8649
8683
  markdownQuoteBorderColorOwn: string;
8650
8684
  markdownQuoteBorderColorOther: string;
8651
8685
  markdownQuoteTextColor: string;
8686
+ markdownQuoteBackgroundColor: string;
8687
+ markdownQuoteMarkerColor: string;
8652
8688
  markdownDividerColorOwn: string;
8653
8689
  markdownDividerColorOther: string;
8654
8690
  markdownH1FontSize: string;
@@ -9200,6 +9236,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9200
9236
  markdownQuoteBorderColorOwn: string;
9201
9237
  markdownQuoteBorderColorOther: string;
9202
9238
  markdownQuoteTextColor: string;
9239
+ markdownQuoteBackgroundColor: string;
9240
+ markdownQuoteMarkerColor: string;
9203
9241
  markdownDividerColorOwn: string;
9204
9242
  markdownDividerColorOther: string;
9205
9243
  typingIndicatorColor: string;
@@ -9978,6 +10016,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9978
10016
  markdownQuoteBorderColorOwn: string;
9979
10017
  markdownQuoteBorderColorOther: string;
9980
10018
  markdownQuoteTextColor: string;
10019
+ markdownQuoteBackgroundColor: string;
10020
+ markdownQuoteMarkerColor: string;
9981
10021
  markdownDividerColorOwn: string;
9982
10022
  markdownDividerColorOther: string;
9983
10023
  markdownH1FontSize: string;
@@ -10069,6 +10109,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10069
10109
  markdownQuoteBorderColorOwn: string;
10070
10110
  markdownQuoteBorderColorOther: string;
10071
10111
  markdownQuoteTextColor: string;
10112
+ markdownQuoteBackgroundColor: string;
10113
+ markdownQuoteMarkerColor: string;
10072
10114
  markdownDividerColorOwn: string;
10073
10115
  markdownDividerColorOther: string;
10074
10116
  typingIndicatorColor: string;
@@ -10847,6 +10889,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10847
10889
  markdownQuoteBorderColorOwn: string;
10848
10890
  markdownQuoteBorderColorOther: string;
10849
10891
  markdownQuoteTextColor: string;
10892
+ markdownQuoteBackgroundColor: string;
10893
+ markdownQuoteMarkerColor: string;
10850
10894
  markdownDividerColorOwn: string;
10851
10895
  markdownDividerColorOther: string;
10852
10896
  markdownH1FontSize: string;
@@ -10938,6 +10982,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10938
10982
  markdownQuoteBorderColorOwn: string;
10939
10983
  markdownQuoteBorderColorOther: string;
10940
10984
  markdownQuoteTextColor: string;
10985
+ markdownQuoteBackgroundColor: string;
10986
+ markdownQuoteMarkerColor: string;
10941
10987
  markdownDividerColorOwn: string;
10942
10988
  markdownDividerColorOther: string;
10943
10989
  typingIndicatorColor: string;
@@ -11716,6 +11762,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11716
11762
  markdownQuoteBorderColorOwn: string;
11717
11763
  markdownQuoteBorderColorOther: string;
11718
11764
  markdownQuoteTextColor: string;
11765
+ markdownQuoteBackgroundColor: string;
11766
+ markdownQuoteMarkerColor: string;
11719
11767
  markdownDividerColorOwn: string;
11720
11768
  markdownDividerColorOther: string;
11721
11769
  markdownH1FontSize: string;
@@ -205,6 +205,8 @@ export declare const chatMainAreaProps: {
205
205
  markdownQuoteBorderColorOwn: string;
206
206
  markdownQuoteBorderColorOther: string;
207
207
  markdownQuoteTextColor: string;
208
+ markdownQuoteBackgroundColor: string;
209
+ markdownQuoteMarkerColor: string;
208
210
  markdownDividerColorOwn: string;
209
211
  markdownDividerColorOther: string;
210
212
  typingIndicatorColor: string;
@@ -983,6 +985,8 @@ export declare const chatMainAreaProps: {
983
985
  markdownQuoteBorderColorOwn: string;
984
986
  markdownQuoteBorderColorOther: string;
985
987
  markdownQuoteTextColor: string;
988
+ markdownQuoteBackgroundColor: string;
989
+ markdownQuoteMarkerColor: string;
986
990
  markdownDividerColorOwn: string;
987
991
  markdownDividerColorOther: string;
988
992
  markdownH1FontSize: string;
@@ -1074,6 +1078,8 @@ export declare const chatMainAreaProps: {
1074
1078
  markdownQuoteBorderColorOwn: string;
1075
1079
  markdownQuoteBorderColorOther: string;
1076
1080
  markdownQuoteTextColor: string;
1081
+ markdownQuoteBackgroundColor: string;
1082
+ markdownQuoteMarkerColor: string;
1077
1083
  markdownDividerColorOwn: string;
1078
1084
  markdownDividerColorOther: string;
1079
1085
  typingIndicatorColor: string;
@@ -1852,6 +1858,8 @@ export declare const chatMainAreaProps: {
1852
1858
  markdownQuoteBorderColorOwn: string;
1853
1859
  markdownQuoteBorderColorOther: string;
1854
1860
  markdownQuoteTextColor: string;
1861
+ markdownQuoteBackgroundColor: string;
1862
+ markdownQuoteMarkerColor: string;
1855
1863
  markdownDividerColorOwn: string;
1856
1864
  markdownDividerColorOther: string;
1857
1865
  markdownH1FontSize: string;
@@ -1943,6 +1951,8 @@ export declare const chatMainAreaProps: {
1943
1951
  markdownQuoteBorderColorOwn: string;
1944
1952
  markdownQuoteBorderColorOther: string;
1945
1953
  markdownQuoteTextColor: string;
1954
+ markdownQuoteBackgroundColor: string;
1955
+ markdownQuoteMarkerColor: string;
1946
1956
  markdownDividerColorOwn: string;
1947
1957
  markdownDividerColorOther: string;
1948
1958
  typingIndicatorColor: string;
@@ -2721,6 +2731,8 @@ export declare const chatMainAreaProps: {
2721
2731
  markdownQuoteBorderColorOwn: string;
2722
2732
  markdownQuoteBorderColorOther: string;
2723
2733
  markdownQuoteTextColor: string;
2734
+ markdownQuoteBackgroundColor: string;
2735
+ markdownQuoteMarkerColor: string;
2724
2736
  markdownDividerColorOwn: string;
2725
2737
  markdownDividerColorOther: string;
2726
2738
  markdownH1FontSize: string;
@@ -2979,6 +2991,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2979
2991
  markdownQuoteBorderColorOwn: string;
2980
2992
  markdownQuoteBorderColorOther: string;
2981
2993
  markdownQuoteTextColor: string;
2994
+ markdownQuoteBackgroundColor: string;
2995
+ markdownQuoteMarkerColor: string;
2982
2996
  markdownDividerColorOwn: string;
2983
2997
  markdownDividerColorOther: string;
2984
2998
  typingIndicatorColor: string;
@@ -3757,6 +3771,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3757
3771
  markdownQuoteBorderColorOwn: string;
3758
3772
  markdownQuoteBorderColorOther: string;
3759
3773
  markdownQuoteTextColor: string;
3774
+ markdownQuoteBackgroundColor: string;
3775
+ markdownQuoteMarkerColor: string;
3760
3776
  markdownDividerColorOwn: string;
3761
3777
  markdownDividerColorOther: string;
3762
3778
  markdownH1FontSize: string;
@@ -3848,6 +3864,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3848
3864
  markdownQuoteBorderColorOwn: string;
3849
3865
  markdownQuoteBorderColorOther: string;
3850
3866
  markdownQuoteTextColor: string;
3867
+ markdownQuoteBackgroundColor: string;
3868
+ markdownQuoteMarkerColor: string;
3851
3869
  markdownDividerColorOwn: string;
3852
3870
  markdownDividerColorOther: string;
3853
3871
  typingIndicatorColor: string;
@@ -4626,6 +4644,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4626
4644
  markdownQuoteBorderColorOwn: string;
4627
4645
  markdownQuoteBorderColorOther: string;
4628
4646
  markdownQuoteTextColor: string;
4647
+ markdownQuoteBackgroundColor: string;
4648
+ markdownQuoteMarkerColor: string;
4629
4649
  markdownDividerColorOwn: string;
4630
4650
  markdownDividerColorOther: string;
4631
4651
  markdownH1FontSize: string;
@@ -4717,6 +4737,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4717
4737
  markdownQuoteBorderColorOwn: string;
4718
4738
  markdownQuoteBorderColorOther: string;
4719
4739
  markdownQuoteTextColor: string;
4740
+ markdownQuoteBackgroundColor: string;
4741
+ markdownQuoteMarkerColor: string;
4720
4742
  markdownDividerColorOwn: string;
4721
4743
  markdownDividerColorOther: string;
4722
4744
  typingIndicatorColor: string;
@@ -5495,6 +5517,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5495
5517
  markdownQuoteBorderColorOwn: string;
5496
5518
  markdownQuoteBorderColorOther: string;
5497
5519
  markdownQuoteTextColor: string;
5520
+ markdownQuoteBackgroundColor: string;
5521
+ markdownQuoteMarkerColor: string;
5498
5522
  markdownDividerColorOwn: string;
5499
5523
  markdownDividerColorOther: string;
5500
5524
  markdownH1FontSize: string;
@@ -5590,6 +5614,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5590
5614
  markdownQuoteBorderColorOwn: string;
5591
5615
  markdownQuoteBorderColorOther: string;
5592
5616
  markdownQuoteTextColor: string;
5617
+ markdownQuoteBackgroundColor: string;
5618
+ markdownQuoteMarkerColor: string;
5593
5619
  markdownDividerColorOwn: string;
5594
5620
  markdownDividerColorOther: string;
5595
5621
  typingIndicatorColor: string;
@@ -6369,6 +6395,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6369
6395
  markdownQuoteBorderColorOwn: string;
6370
6396
  markdownQuoteBorderColorOther: string;
6371
6397
  markdownQuoteTextColor: string;
6398
+ markdownQuoteBackgroundColor: string;
6399
+ markdownQuoteMarkerColor: string;
6372
6400
  markdownDividerColorOwn: string;
6373
6401
  markdownDividerColorOther: string;
6374
6402
  markdownH1FontSize: string;
@@ -6851,6 +6879,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6851
6879
  markdownQuoteBorderColorOwn: string;
6852
6880
  markdownQuoteBorderColorOther: string;
6853
6881
  markdownQuoteTextColor: string;
6882
+ markdownQuoteBackgroundColor: string;
6883
+ markdownQuoteMarkerColor: string;
6854
6884
  markdownDividerColorOwn: string;
6855
6885
  markdownDividerColorOther: string;
6856
6886
  typingIndicatorColor: string;
@@ -7630,6 +7660,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7630
7660
  markdownQuoteBorderColorOwn: string;
7631
7661
  markdownQuoteBorderColorOther: string;
7632
7662
  markdownQuoteTextColor: string;
7663
+ markdownQuoteBackgroundColor: string;
7664
+ markdownQuoteMarkerColor: string;
7633
7665
  markdownDividerColorOwn: string;
7634
7666
  markdownDividerColorOther: string;
7635
7667
  markdownH1FontSize: string;
@@ -8112,6 +8144,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8112
8144
  markdownQuoteBorderColorOwn: string;
8113
8145
  markdownQuoteBorderColorOther: string;
8114
8146
  markdownQuoteTextColor: string;
8147
+ markdownQuoteBackgroundColor: string;
8148
+ markdownQuoteMarkerColor: string;
8115
8149
  markdownDividerColorOwn: string;
8116
8150
  markdownDividerColorOther: string;
8117
8151
  typingIndicatorColor: string;
@@ -8891,6 +8925,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8891
8925
  markdownQuoteBorderColorOwn: string;
8892
8926
  markdownQuoteBorderColorOther: string;
8893
8927
  markdownQuoteTextColor: string;
8928
+ markdownQuoteBackgroundColor: string;
8929
+ markdownQuoteMarkerColor: string;
8894
8930
  markdownDividerColorOwn: string;
8895
8931
  markdownDividerColorOther: string;
8896
8932
  markdownH1FontSize: string;
@@ -9556,6 +9592,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9556
9592
  markdownQuoteBorderColorOwn: string;
9557
9593
  markdownQuoteBorderColorOther: string;
9558
9594
  markdownQuoteTextColor: string;
9595
+ markdownQuoteBackgroundColor: string;
9596
+ markdownQuoteMarkerColor: string;
9559
9597
  markdownDividerColorOwn: string;
9560
9598
  markdownDividerColorOther: string;
9561
9599
  typingIndicatorColor: string;
@@ -10334,6 +10372,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10334
10372
  markdownQuoteBorderColorOwn: string;
10335
10373
  markdownQuoteBorderColorOther: string;
10336
10374
  markdownQuoteTextColor: string;
10375
+ markdownQuoteBackgroundColor: string;
10376
+ markdownQuoteMarkerColor: string;
10337
10377
  markdownDividerColorOwn: string;
10338
10378
  markdownDividerColorOther: string;
10339
10379
  markdownH1FontSize: string;
@@ -10425,6 +10465,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10425
10465
  markdownQuoteBorderColorOwn: string;
10426
10466
  markdownQuoteBorderColorOther: string;
10427
10467
  markdownQuoteTextColor: string;
10468
+ markdownQuoteBackgroundColor: string;
10469
+ markdownQuoteMarkerColor: string;
10428
10470
  markdownDividerColorOwn: string;
10429
10471
  markdownDividerColorOther: string;
10430
10472
  typingIndicatorColor: string;
@@ -11203,6 +11245,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11203
11245
  markdownQuoteBorderColorOwn: string;
11204
11246
  markdownQuoteBorderColorOther: string;
11205
11247
  markdownQuoteTextColor: string;
11248
+ markdownQuoteBackgroundColor: string;
11249
+ markdownQuoteMarkerColor: string;
11206
11250
  markdownDividerColorOwn: string;
11207
11251
  markdownDividerColorOther: string;
11208
11252
  markdownH1FontSize: string;
@@ -11294,6 +11338,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11294
11338
  markdownQuoteBorderColorOwn: string;
11295
11339
  markdownQuoteBorderColorOther: string;
11296
11340
  markdownQuoteTextColor: string;
11341
+ markdownQuoteBackgroundColor: string;
11342
+ markdownQuoteMarkerColor: string;
11297
11343
  markdownDividerColorOwn: string;
11298
11344
  markdownDividerColorOther: string;
11299
11345
  typingIndicatorColor: string;
@@ -12072,6 +12118,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12072
12118
  markdownQuoteBorderColorOwn: string;
12073
12119
  markdownQuoteBorderColorOther: string;
12074
12120
  markdownQuoteTextColor: string;
12121
+ markdownQuoteBackgroundColor: string;
12122
+ markdownQuoteMarkerColor: string;
12075
12123
  markdownDividerColorOwn: string;
12076
12124
  markdownDividerColorOther: string;
12077
12125
  markdownH1FontSize: string;
@@ -94,6 +94,8 @@ export declare const chatMessagesProps: {
94
94
  markdownQuoteBorderColorOwn: string;
95
95
  markdownQuoteBorderColorOther: string;
96
96
  markdownQuoteTextColor: string;
97
+ markdownQuoteBackgroundColor: string;
98
+ markdownQuoteMarkerColor: string;
97
99
  markdownDividerColorOwn: string;
98
100
  markdownDividerColorOther: string;
99
101
  typingIndicatorColor: string;
@@ -872,6 +874,8 @@ export declare const chatMessagesProps: {
872
874
  markdownQuoteBorderColorOwn: string;
873
875
  markdownQuoteBorderColorOther: string;
874
876
  markdownQuoteTextColor: string;
877
+ markdownQuoteBackgroundColor: string;
878
+ markdownQuoteMarkerColor: string;
875
879
  markdownDividerColorOwn: string;
876
880
  markdownDividerColorOther: string;
877
881
  markdownH1FontSize: string;
@@ -963,6 +967,8 @@ export declare const chatMessagesProps: {
963
967
  markdownQuoteBorderColorOwn: string;
964
968
  markdownQuoteBorderColorOther: string;
965
969
  markdownQuoteTextColor: string;
970
+ markdownQuoteBackgroundColor: string;
971
+ markdownQuoteMarkerColor: string;
966
972
  markdownDividerColorOwn: string;
967
973
  markdownDividerColorOther: string;
968
974
  typingIndicatorColor: string;
@@ -1741,6 +1747,8 @@ export declare const chatMessagesProps: {
1741
1747
  markdownQuoteBorderColorOwn: string;
1742
1748
  markdownQuoteBorderColorOther: string;
1743
1749
  markdownQuoteTextColor: string;
1750
+ markdownQuoteBackgroundColor: string;
1751
+ markdownQuoteMarkerColor: string;
1744
1752
  markdownDividerColorOwn: string;
1745
1753
  markdownDividerColorOther: string;
1746
1754
  markdownH1FontSize: string;
@@ -1832,6 +1840,8 @@ export declare const chatMessagesProps: {
1832
1840
  markdownQuoteBorderColorOwn: string;
1833
1841
  markdownQuoteBorderColorOther: string;
1834
1842
  markdownQuoteTextColor: string;
1843
+ markdownQuoteBackgroundColor: string;
1844
+ markdownQuoteMarkerColor: string;
1835
1845
  markdownDividerColorOwn: string;
1836
1846
  markdownDividerColorOther: string;
1837
1847
  typingIndicatorColor: string;
@@ -2610,6 +2620,8 @@ export declare const chatMessagesProps: {
2610
2620
  markdownQuoteBorderColorOwn: string;
2611
2621
  markdownQuoteBorderColorOther: string;
2612
2622
  markdownQuoteTextColor: string;
2623
+ markdownQuoteBackgroundColor: string;
2624
+ markdownQuoteMarkerColor: string;
2613
2625
  markdownDividerColorOwn: string;
2614
2626
  markdownDividerColorOther: string;
2615
2627
  markdownH1FontSize: string;
@@ -2760,6 +2772,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2760
2772
  markdownQuoteBorderColorOwn: string;
2761
2773
  markdownQuoteBorderColorOther: string;
2762
2774
  markdownQuoteTextColor: string;
2775
+ markdownQuoteBackgroundColor: string;
2776
+ markdownQuoteMarkerColor: string;
2763
2777
  markdownDividerColorOwn: string;
2764
2778
  markdownDividerColorOther: string;
2765
2779
  typingIndicatorColor: string;
@@ -3538,6 +3552,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3538
3552
  markdownQuoteBorderColorOwn: string;
3539
3553
  markdownQuoteBorderColorOther: string;
3540
3554
  markdownQuoteTextColor: string;
3555
+ markdownQuoteBackgroundColor: string;
3556
+ markdownQuoteMarkerColor: string;
3541
3557
  markdownDividerColorOwn: string;
3542
3558
  markdownDividerColorOther: string;
3543
3559
  markdownH1FontSize: string;
@@ -3629,6 +3645,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3629
3645
  markdownQuoteBorderColorOwn: string;
3630
3646
  markdownQuoteBorderColorOther: string;
3631
3647
  markdownQuoteTextColor: string;
3648
+ markdownQuoteBackgroundColor: string;
3649
+ markdownQuoteMarkerColor: string;
3632
3650
  markdownDividerColorOwn: string;
3633
3651
  markdownDividerColorOther: string;
3634
3652
  typingIndicatorColor: string;
@@ -4407,6 +4425,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4407
4425
  markdownQuoteBorderColorOwn: string;
4408
4426
  markdownQuoteBorderColorOther: string;
4409
4427
  markdownQuoteTextColor: string;
4428
+ markdownQuoteBackgroundColor: string;
4429
+ markdownQuoteMarkerColor: string;
4410
4430
  markdownDividerColorOwn: string;
4411
4431
  markdownDividerColorOther: string;
4412
4432
  markdownH1FontSize: string;
@@ -4498,6 +4518,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4498
4518
  markdownQuoteBorderColorOwn: string;
4499
4519
  markdownQuoteBorderColorOther: string;
4500
4520
  markdownQuoteTextColor: string;
4521
+ markdownQuoteBackgroundColor: string;
4522
+ markdownQuoteMarkerColor: string;
4501
4523
  markdownDividerColorOwn: string;
4502
4524
  markdownDividerColorOther: string;
4503
4525
  typingIndicatorColor: string;
@@ -5276,6 +5298,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5276
5298
  markdownQuoteBorderColorOwn: string;
5277
5299
  markdownQuoteBorderColorOther: string;
5278
5300
  markdownQuoteTextColor: string;
5301
+ markdownQuoteBackgroundColor: string;
5302
+ markdownQuoteMarkerColor: string;
5279
5303
  markdownDividerColorOwn: string;
5280
5304
  markdownDividerColorOther: string;
5281
5305
  markdownH1FontSize: string;
@@ -5371,6 +5395,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5371
5395
  markdownQuoteBorderColorOwn: string;
5372
5396
  markdownQuoteBorderColorOther: string;
5373
5397
  markdownQuoteTextColor: string;
5398
+ markdownQuoteBackgroundColor: string;
5399
+ markdownQuoteMarkerColor: string;
5374
5400
  markdownDividerColorOwn: string;
5375
5401
  markdownDividerColorOther: string;
5376
5402
  typingIndicatorColor: string;
@@ -6150,6 +6176,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6150
6176
  markdownQuoteBorderColorOwn: string;
6151
6177
  markdownQuoteBorderColorOther: string;
6152
6178
  markdownQuoteTextColor: string;
6179
+ markdownQuoteBackgroundColor: string;
6180
+ markdownQuoteMarkerColor: string;
6153
6181
  markdownDividerColorOwn: string;
6154
6182
  markdownDividerColorOther: string;
6155
6183
  markdownH1FontSize: string;
@@ -6632,6 +6660,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6632
6660
  markdownQuoteBorderColorOwn: string;
6633
6661
  markdownQuoteBorderColorOther: string;
6634
6662
  markdownQuoteTextColor: string;
6663
+ markdownQuoteBackgroundColor: string;
6664
+ markdownQuoteMarkerColor: string;
6635
6665
  markdownDividerColorOwn: string;
6636
6666
  markdownDividerColorOther: string;
6637
6667
  typingIndicatorColor: string;
@@ -7411,6 +7441,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7411
7441
  markdownQuoteBorderColorOwn: string;
7412
7442
  markdownQuoteBorderColorOther: string;
7413
7443
  markdownQuoteTextColor: string;
7444
+ markdownQuoteBackgroundColor: string;
7445
+ markdownQuoteMarkerColor: string;
7414
7446
  markdownDividerColorOwn: string;
7415
7447
  markdownDividerColorOther: string;
7416
7448
  markdownH1FontSize: string;
@@ -7893,6 +7925,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7893
7925
  markdownQuoteBorderColorOwn: string;
7894
7926
  markdownQuoteBorderColorOther: string;
7895
7927
  markdownQuoteTextColor: string;
7928
+ markdownQuoteBackgroundColor: string;
7929
+ markdownQuoteMarkerColor: string;
7896
7930
  markdownDividerColorOwn: string;
7897
7931
  markdownDividerColorOther: string;
7898
7932
  typingIndicatorColor: string;
@@ -8672,6 +8706,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8672
8706
  markdownQuoteBorderColorOwn: string;
8673
8707
  markdownQuoteBorderColorOther: string;
8674
8708
  markdownQuoteTextColor: string;
8709
+ markdownQuoteBackgroundColor: string;
8710
+ markdownQuoteMarkerColor: string;
8675
8711
  markdownDividerColorOwn: string;
8676
8712
  markdownDividerColorOther: string;
8677
8713
  markdownH1FontSize: string;
@@ -9218,6 +9254,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9218
9254
  markdownQuoteBorderColorOwn: string;
9219
9255
  markdownQuoteBorderColorOther: string;
9220
9256
  markdownQuoteTextColor: string;
9257
+ markdownQuoteBackgroundColor: string;
9258
+ markdownQuoteMarkerColor: string;
9221
9259
  markdownDividerColorOwn: string;
9222
9260
  markdownDividerColorOther: string;
9223
9261
  typingIndicatorColor: string;
@@ -9996,6 +10034,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9996
10034
  markdownQuoteBorderColorOwn: string;
9997
10035
  markdownQuoteBorderColorOther: string;
9998
10036
  markdownQuoteTextColor: string;
10037
+ markdownQuoteBackgroundColor: string;
10038
+ markdownQuoteMarkerColor: string;
9999
10039
  markdownDividerColorOwn: string;
10000
10040
  markdownDividerColorOther: string;
10001
10041
  markdownH1FontSize: string;
@@ -10087,6 +10127,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10087
10127
  markdownQuoteBorderColorOwn: string;
10088
10128
  markdownQuoteBorderColorOther: string;
10089
10129
  markdownQuoteTextColor: string;
10130
+ markdownQuoteBackgroundColor: string;
10131
+ markdownQuoteMarkerColor: string;
10090
10132
  markdownDividerColorOwn: string;
10091
10133
  markdownDividerColorOther: string;
10092
10134
  typingIndicatorColor: string;
@@ -10865,6 +10907,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10865
10907
  markdownQuoteBorderColorOwn: string;
10866
10908
  markdownQuoteBorderColorOther: string;
10867
10909
  markdownQuoteTextColor: string;
10910
+ markdownQuoteBackgroundColor: string;
10911
+ markdownQuoteMarkerColor: string;
10868
10912
  markdownDividerColorOwn: string;
10869
10913
  markdownDividerColorOther: string;
10870
10914
  markdownH1FontSize: string;
@@ -10956,6 +11000,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10956
11000
  markdownQuoteBorderColorOwn: string;
10957
11001
  markdownQuoteBorderColorOther: string;
10958
11002
  markdownQuoteTextColor: string;
11003
+ markdownQuoteBackgroundColor: string;
11004
+ markdownQuoteMarkerColor: string;
10959
11005
  markdownDividerColorOwn: string;
10960
11006
  markdownDividerColorOther: string;
10961
11007
  typingIndicatorColor: string;
@@ -11734,6 +11780,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11734
11780
  markdownQuoteBorderColorOwn: string;
11735
11781
  markdownQuoteBorderColorOther: string;
11736
11782
  markdownQuoteTextColor: string;
11783
+ markdownQuoteBackgroundColor: string;
11784
+ markdownQuoteMarkerColor: string;
11737
11785
  markdownDividerColorOwn: string;
11738
11786
  markdownDividerColorOther: string;
11739
11787
  markdownH1FontSize: string;
@@ -96,6 +96,8 @@ export default defineComponent({
96
96
  markdownQuoteBorderColorOwn: self.markdownQuoteBorderColorOwn,
97
97
  markdownQuoteBorderColorOther: self.markdownQuoteBorderColorOther,
98
98
  markdownQuoteTextColor: self.markdownQuoteTextColor,
99
+ markdownQuoteBackgroundColor: self.markdownQuoteBackgroundColor,
100
+ markdownQuoteMarkerColor: self.markdownQuoteMarkerColor,
99
101
  markdownDividerColorOwn: self.markdownDividerColorOwn,
100
102
  markdownDividerColorOther: self.markdownDividerColorOther
101
103
  }, peerOverrides.MessageBubble);
@@ -46,6 +46,8 @@ declare const _default: import("vue").DefineComponent<{}, {
46
46
  markdownQuoteBorderColorOwn: string;
47
47
  markdownQuoteBorderColorOther: string;
48
48
  markdownQuoteTextColor: string;
49
+ markdownQuoteBackgroundColor: string;
50
+ markdownQuoteMarkerColor: string;
49
51
  markdownDividerColorOwn: string;
50
52
  markdownDividerColorOther: string;
51
53
  typingIndicatorColor: string;
@@ -825,6 +827,8 @@ declare const _default: import("vue").DefineComponent<{}, {
825
827
  markdownQuoteBorderColorOwn: string;
826
828
  markdownQuoteBorderColorOther: string;
827
829
  markdownQuoteTextColor: string;
830
+ markdownQuoteBackgroundColor: string;
831
+ markdownQuoteMarkerColor: string;
828
832
  markdownDividerColorOwn: string;
829
833
  markdownDividerColorOther: string;
830
834
  markdownH1FontSize: string;
@@ -1307,6 +1311,8 @@ declare const _default: import("vue").DefineComponent<{}, {
1307
1311
  markdownQuoteBorderColorOwn: string;
1308
1312
  markdownQuoteBorderColorOther: string;
1309
1313
  markdownQuoteTextColor: string;
1314
+ markdownQuoteBackgroundColor: string;
1315
+ markdownQuoteMarkerColor: string;
1310
1316
  markdownDividerColorOwn: string;
1311
1317
  markdownDividerColorOther: string;
1312
1318
  typingIndicatorColor: string;
@@ -2086,6 +2092,8 @@ declare const _default: import("vue").DefineComponent<{}, {
2086
2092
  markdownQuoteBorderColorOwn: string;
2087
2093
  markdownQuoteBorderColorOther: string;
2088
2094
  markdownQuoteTextColor: string;
2095
+ markdownQuoteBackgroundColor: string;
2096
+ markdownQuoteMarkerColor: string;
2089
2097
  markdownDividerColorOwn: string;
2090
2098
  markdownDividerColorOther: string;
2091
2099
  markdownH1FontSize: string;