@uzum-tech/ui 2.3.6 → 2.3.8

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 (48) hide show
  1. package/dist/index.js +214 -185
  2. package/dist/index.mjs +214 -185
  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/components.mjs +181 -180
  17. package/es/message-bubble/src/MessageBubble.d.ts +12 -0
  18. package/es/message-bubble/src/MessageBubble.mjs +4 -0
  19. package/es/message-bubble/src/interface.d.ts +6 -0
  20. package/es/message-bubble/src/styles/index.cssr.mjs +19 -1
  21. package/es/message-bubble/styles/dark.d.ts +2 -0
  22. package/es/message-bubble/styles/light.d.ts +4 -0
  23. package/es/message-bubble/styles/light.mjs +5 -1
  24. package/es/version.d.ts +1 -1
  25. package/es/version.mjs +1 -1
  26. package/lib/chat/src/Chat.d.ts +124 -0
  27. package/lib/chat/src/ChatListItems.d.ts +48 -0
  28. package/lib/chat/src/ChatMainArea.d.ts +48 -0
  29. package/lib/chat/src/ChatMessages.d.ts +48 -0
  30. package/lib/chat/src/ChatMessages.js +1 -1
  31. package/lib/chat/src/ChatParts/Sidebar.d.ts +8 -0
  32. package/lib/chat/src/interface.d.ts +12 -0
  33. package/lib/chat/styles/dark.d.ts +4 -0
  34. package/lib/chat/styles/light.d.ts +6 -0
  35. package/lib/chat/styles/light.js +4 -2
  36. package/lib/components.d.ts +244 -0
  37. package/lib/components.js +1 -0
  38. package/lib/message-bubble/src/MessageBubble.d.ts +12 -0
  39. package/lib/message-bubble/src/MessageBubble.js +3 -1
  40. package/lib/message-bubble/src/interface.d.ts +6 -0
  41. package/lib/message-bubble/src/styles/index.cssr.js +19 -1
  42. package/lib/message-bubble/styles/dark.d.ts +2 -0
  43. package/lib/message-bubble/styles/light.d.ts +4 -0
  44. package/lib/message-bubble/styles/light.js +4 -2
  45. package/lib/version.d.ts +1 -1
  46. package/lib/version.js +1 -1
  47. package/package.json +1 -1
  48. package/web-types.json +1 -1
@@ -282,6 +282,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
282
282
  markdownQuoteBorderColorOwn: string;
283
283
  markdownQuoteBorderColorOther: string;
284
284
  markdownQuoteTextColor: string;
285
+ markdownQuoteBackgroundColor: string;
286
+ markdownQuoteMarkerColor: string;
285
287
  markdownDividerColorOwn: string;
286
288
  markdownDividerColorOther: string;
287
289
  typingIndicatorColor: string;
@@ -1060,6 +1062,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1060
1062
  markdownQuoteBorderColorOwn: string;
1061
1063
  markdownQuoteBorderColorOther: string;
1062
1064
  markdownQuoteTextColor: string;
1065
+ markdownQuoteBackgroundColor: string;
1066
+ markdownQuoteMarkerColor: string;
1063
1067
  markdownDividerColorOwn: string;
1064
1068
  markdownDividerColorOther: string;
1065
1069
  markdownH1FontSize: string;
@@ -1151,6 +1155,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1151
1155
  markdownQuoteBorderColorOwn: string;
1152
1156
  markdownQuoteBorderColorOther: string;
1153
1157
  markdownQuoteTextColor: string;
1158
+ markdownQuoteBackgroundColor: string;
1159
+ markdownQuoteMarkerColor: string;
1154
1160
  markdownDividerColorOwn: string;
1155
1161
  markdownDividerColorOther: string;
1156
1162
  typingIndicatorColor: string;
@@ -1929,6 +1935,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1929
1935
  markdownQuoteBorderColorOwn: string;
1930
1936
  markdownQuoteBorderColorOther: string;
1931
1937
  markdownQuoteTextColor: string;
1938
+ markdownQuoteBackgroundColor: string;
1939
+ markdownQuoteMarkerColor: string;
1932
1940
  markdownDividerColorOwn: string;
1933
1941
  markdownDividerColorOther: string;
1934
1942
  markdownH1FontSize: string;
@@ -2020,6 +2028,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2020
2028
  markdownQuoteBorderColorOwn: string;
2021
2029
  markdownQuoteBorderColorOther: string;
2022
2030
  markdownQuoteTextColor: string;
2031
+ markdownQuoteBackgroundColor: string;
2032
+ markdownQuoteMarkerColor: string;
2023
2033
  markdownDividerColorOwn: string;
2024
2034
  markdownDividerColorOther: string;
2025
2035
  typingIndicatorColor: string;
@@ -2798,6 +2808,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2798
2808
  markdownQuoteBorderColorOwn: string;
2799
2809
  markdownQuoteBorderColorOther: string;
2800
2810
  markdownQuoteTextColor: string;
2811
+ markdownQuoteBackgroundColor: string;
2812
+ markdownQuoteMarkerColor: string;
2801
2813
  markdownDividerColorOwn: string;
2802
2814
  markdownDividerColorOther: string;
2803
2815
  markdownH1FontSize: string;
@@ -2893,6 +2905,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2893
2905
  markdownQuoteBorderColorOwn: string;
2894
2906
  markdownQuoteBorderColorOther: string;
2895
2907
  markdownQuoteTextColor: string;
2908
+ markdownQuoteBackgroundColor: string;
2909
+ markdownQuoteMarkerColor: string;
2896
2910
  markdownDividerColorOwn: string;
2897
2911
  markdownDividerColorOther: string;
2898
2912
  typingIndicatorColor: string;
@@ -3672,6 +3686,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3672
3686
  markdownQuoteBorderColorOwn: string;
3673
3687
  markdownQuoteBorderColorOther: string;
3674
3688
  markdownQuoteTextColor: string;
3689
+ markdownQuoteBackgroundColor: string;
3690
+ markdownQuoteMarkerColor: string;
3675
3691
  markdownDividerColorOwn: string;
3676
3692
  markdownDividerColorOther: string;
3677
3693
  markdownH1FontSize: string;
@@ -4358,6 +4374,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4358
4374
  markdownQuoteBorderColorOwn: string;
4359
4375
  markdownQuoteBorderColorOther: string;
4360
4376
  markdownQuoteTextColor: string;
4377
+ markdownQuoteBackgroundColor: string;
4378
+ markdownQuoteMarkerColor: string;
4361
4379
  markdownDividerColorOwn: string;
4362
4380
  markdownDividerColorOther: string;
4363
4381
  typingIndicatorColor: string;
@@ -5136,6 +5154,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5136
5154
  markdownQuoteBorderColorOwn: string;
5137
5155
  markdownQuoteBorderColorOther: string;
5138
5156
  markdownQuoteTextColor: string;
5157
+ markdownQuoteBackgroundColor: string;
5158
+ markdownQuoteMarkerColor: string;
5139
5159
  markdownDividerColorOwn: string;
5140
5160
  markdownDividerColorOther: string;
5141
5161
  markdownH1FontSize: string;
@@ -5227,6 +5247,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5227
5247
  markdownQuoteBorderColorOwn: string;
5228
5248
  markdownQuoteBorderColorOther: string;
5229
5249
  markdownQuoteTextColor: string;
5250
+ markdownQuoteBackgroundColor: string;
5251
+ markdownQuoteMarkerColor: string;
5230
5252
  markdownDividerColorOwn: string;
5231
5253
  markdownDividerColorOther: string;
5232
5254
  typingIndicatorColor: string;
@@ -6005,6 +6027,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6005
6027
  markdownQuoteBorderColorOwn: string;
6006
6028
  markdownQuoteBorderColorOther: string;
6007
6029
  markdownQuoteTextColor: string;
6030
+ markdownQuoteBackgroundColor: string;
6031
+ markdownQuoteMarkerColor: string;
6008
6032
  markdownDividerColorOwn: string;
6009
6033
  markdownDividerColorOther: string;
6010
6034
  markdownH1FontSize: string;
@@ -6096,6 +6120,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6096
6120
  markdownQuoteBorderColorOwn: string;
6097
6121
  markdownQuoteBorderColorOther: string;
6098
6122
  markdownQuoteTextColor: string;
6123
+ markdownQuoteBackgroundColor: string;
6124
+ markdownQuoteMarkerColor: string;
6099
6125
  markdownDividerColorOwn: string;
6100
6126
  markdownDividerColorOther: string;
6101
6127
  typingIndicatorColor: string;
@@ -6874,6 +6900,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6874
6900
  markdownQuoteBorderColorOwn: string;
6875
6901
  markdownQuoteBorderColorOther: string;
6876
6902
  markdownQuoteTextColor: string;
6903
+ markdownQuoteBackgroundColor: string;
6904
+ markdownQuoteMarkerColor: string;
6877
6905
  markdownDividerColorOwn: string;
6878
6906
  markdownDividerColorOther: string;
6879
6907
  markdownH1FontSize: string;
@@ -6969,6 +6997,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6969
6997
  markdownQuoteBorderColorOwn: string;
6970
6998
  markdownQuoteBorderColorOther: string;
6971
6999
  markdownQuoteTextColor: string;
7000
+ markdownQuoteBackgroundColor: string;
7001
+ markdownQuoteMarkerColor: string;
6972
7002
  markdownDividerColorOwn: string;
6973
7003
  markdownDividerColorOther: string;
6974
7004
  typingIndicatorColor: string;
@@ -7748,6 +7778,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7748
7778
  markdownQuoteBorderColorOwn: string;
7749
7779
  markdownQuoteBorderColorOther: string;
7750
7780
  markdownQuoteTextColor: string;
7781
+ markdownQuoteBackgroundColor: string;
7782
+ markdownQuoteMarkerColor: string;
7751
7783
  markdownDividerColorOwn: string;
7752
7784
  markdownDividerColorOther: string;
7753
7785
  markdownH1FontSize: string;
@@ -8230,6 +8262,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8230
8262
  markdownQuoteBorderColorOwn: string;
8231
8263
  markdownQuoteBorderColorOther: string;
8232
8264
  markdownQuoteTextColor: string;
8265
+ markdownQuoteBackgroundColor: string;
8266
+ markdownQuoteMarkerColor: string;
8233
8267
  markdownDividerColorOwn: string;
8234
8268
  markdownDividerColorOther: string;
8235
8269
  typingIndicatorColor: string;
@@ -9009,6 +9043,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9009
9043
  markdownQuoteBorderColorOwn: string;
9010
9044
  markdownQuoteBorderColorOther: string;
9011
9045
  markdownQuoteTextColor: string;
9046
+ markdownQuoteBackgroundColor: string;
9047
+ markdownQuoteMarkerColor: string;
9012
9048
  markdownDividerColorOwn: string;
9013
9049
  markdownDividerColorOther: string;
9014
9050
  markdownH1FontSize: string;
@@ -9491,6 +9527,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9491
9527
  markdownQuoteBorderColorOwn: string;
9492
9528
  markdownQuoteBorderColorOther: string;
9493
9529
  markdownQuoteTextColor: string;
9530
+ markdownQuoteBackgroundColor: string;
9531
+ markdownQuoteMarkerColor: string;
9494
9532
  markdownDividerColorOwn: string;
9495
9533
  markdownDividerColorOther: string;
9496
9534
  typingIndicatorColor: string;
@@ -10270,6 +10308,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10270
10308
  markdownQuoteBorderColorOwn: string;
10271
10309
  markdownQuoteBorderColorOther: string;
10272
10310
  markdownQuoteTextColor: string;
10311
+ markdownQuoteBackgroundColor: string;
10312
+ markdownQuoteMarkerColor: string;
10273
10313
  markdownDividerColorOwn: string;
10274
10314
  markdownDividerColorOther: string;
10275
10315
  markdownH1FontSize: string;
@@ -10984,6 +11024,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10984
11024
  markdownQuoteBorderColorOwn: string;
10985
11025
  markdownQuoteBorderColorOther: string;
10986
11026
  markdownQuoteTextColor: string;
11027
+ markdownQuoteBackgroundColor: string;
11028
+ markdownQuoteMarkerColor: string;
10987
11029
  markdownDividerColorOwn: string;
10988
11030
  markdownDividerColorOther: string;
10989
11031
  typingIndicatorColor: string;
@@ -11762,6 +11804,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11762
11804
  markdownQuoteBorderColorOwn: string;
11763
11805
  markdownQuoteBorderColorOther: string;
11764
11806
  markdownQuoteTextColor: string;
11807
+ markdownQuoteBackgroundColor: string;
11808
+ markdownQuoteMarkerColor: string;
11765
11809
  markdownDividerColorOwn: string;
11766
11810
  markdownDividerColorOther: string;
11767
11811
  markdownH1FontSize: string;
@@ -11853,6 +11897,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11853
11897
  markdownQuoteBorderColorOwn: string;
11854
11898
  markdownQuoteBorderColorOther: string;
11855
11899
  markdownQuoteTextColor: string;
11900
+ markdownQuoteBackgroundColor: string;
11901
+ markdownQuoteMarkerColor: string;
11856
11902
  markdownDividerColorOwn: string;
11857
11903
  markdownDividerColorOther: string;
11858
11904
  typingIndicatorColor: string;
@@ -12631,6 +12677,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12631
12677
  markdownQuoteBorderColorOwn: string;
12632
12678
  markdownQuoteBorderColorOther: string;
12633
12679
  markdownQuoteTextColor: string;
12680
+ markdownQuoteBackgroundColor: string;
12681
+ markdownQuoteMarkerColor: string;
12634
12682
  markdownDividerColorOwn: string;
12635
12683
  markdownDividerColorOther: string;
12636
12684
  markdownH1FontSize: string;
@@ -12722,6 +12770,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12722
12770
  markdownQuoteBorderColorOwn: string;
12723
12771
  markdownQuoteBorderColorOther: string;
12724
12772
  markdownQuoteTextColor: string;
12773
+ markdownQuoteBackgroundColor: string;
12774
+ markdownQuoteMarkerColor: string;
12725
12775
  markdownDividerColorOwn: string;
12726
12776
  markdownDividerColorOther: string;
12727
12777
  typingIndicatorColor: string;
@@ -13500,6 +13550,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13500
13550
  markdownQuoteBorderColorOwn: string;
13501
13551
  markdownQuoteBorderColorOther: string;
13502
13552
  markdownQuoteTextColor: string;
13553
+ markdownQuoteBackgroundColor: string;
13554
+ markdownQuoteMarkerColor: string;
13503
13555
  markdownDividerColorOwn: string;
13504
13556
  markdownDividerColorOther: string;
13505
13557
  markdownH1FontSize: string;
@@ -13595,6 +13647,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13595
13647
  markdownQuoteBorderColorOwn: string;
13596
13648
  markdownQuoteBorderColorOther: string;
13597
13649
  markdownQuoteTextColor: string;
13650
+ markdownQuoteBackgroundColor: string;
13651
+ markdownQuoteMarkerColor: string;
13598
13652
  markdownDividerColorOwn: string;
13599
13653
  markdownDividerColorOther: string;
13600
13654
  typingIndicatorColor: string;
@@ -14374,6 +14428,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14374
14428
  markdownQuoteBorderColorOwn: string;
14375
14429
  markdownQuoteBorderColorOther: string;
14376
14430
  markdownQuoteTextColor: string;
14431
+ markdownQuoteBackgroundColor: string;
14432
+ markdownQuoteMarkerColor: string;
14377
14433
  markdownDividerColorOwn: string;
14378
14434
  markdownDividerColorOther: string;
14379
14435
  markdownH1FontSize: string;
@@ -14856,6 +14912,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14856
14912
  markdownQuoteBorderColorOwn: string;
14857
14913
  markdownQuoteBorderColorOther: string;
14858
14914
  markdownQuoteTextColor: string;
14915
+ markdownQuoteBackgroundColor: string;
14916
+ markdownQuoteMarkerColor: string;
14859
14917
  markdownDividerColorOwn: string;
14860
14918
  markdownDividerColorOther: string;
14861
14919
  typingIndicatorColor: string;
@@ -15635,6 +15693,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15635
15693
  markdownQuoteBorderColorOwn: string;
15636
15694
  markdownQuoteBorderColorOther: string;
15637
15695
  markdownQuoteTextColor: string;
15696
+ markdownQuoteBackgroundColor: string;
15697
+ markdownQuoteMarkerColor: string;
15638
15698
  markdownDividerColorOwn: string;
15639
15699
  markdownDividerColorOther: string;
15640
15700
  markdownH1FontSize: string;
@@ -16117,6 +16177,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
16117
16177
  markdownQuoteBorderColorOwn: string;
16118
16178
  markdownQuoteBorderColorOther: string;
16119
16179
  markdownQuoteTextColor: string;
16180
+ markdownQuoteBackgroundColor: string;
16181
+ markdownQuoteMarkerColor: string;
16120
16182
  markdownDividerColorOwn: string;
16121
16183
  markdownDividerColorOther: string;
16122
16184
  typingIndicatorColor: string;
@@ -16896,6 +16958,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
16896
16958
  markdownQuoteBorderColorOwn: string;
16897
16959
  markdownQuoteBorderColorOther: string;
16898
16960
  markdownQuoteTextColor: string;
16961
+ markdownQuoteBackgroundColor: string;
16962
+ markdownQuoteMarkerColor: string;
16899
16963
  markdownDividerColorOwn: string;
16900
16964
  markdownDividerColorOther: string;
16901
16965
  markdownH1FontSize: string;
@@ -17603,6 +17667,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
17603
17667
  markdownQuoteBorderColorOwn: string;
17604
17668
  markdownQuoteBorderColorOther: string;
17605
17669
  markdownQuoteTextColor: string;
17670
+ markdownQuoteBackgroundColor: string;
17671
+ markdownQuoteMarkerColor: string;
17606
17672
  markdownDividerColorOwn: string;
17607
17673
  markdownDividerColorOther: string;
17608
17674
  typingIndicatorColor: string;
@@ -18381,6 +18447,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
18381
18447
  markdownQuoteBorderColorOwn: string;
18382
18448
  markdownQuoteBorderColorOther: string;
18383
18449
  markdownQuoteTextColor: string;
18450
+ markdownQuoteBackgroundColor: string;
18451
+ markdownQuoteMarkerColor: string;
18384
18452
  markdownDividerColorOwn: string;
18385
18453
  markdownDividerColorOther: string;
18386
18454
  markdownH1FontSize: string;
@@ -18472,6 +18540,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
18472
18540
  markdownQuoteBorderColorOwn: string;
18473
18541
  markdownQuoteBorderColorOther: string;
18474
18542
  markdownQuoteTextColor: string;
18543
+ markdownQuoteBackgroundColor: string;
18544
+ markdownQuoteMarkerColor: string;
18475
18545
  markdownDividerColorOwn: string;
18476
18546
  markdownDividerColorOther: string;
18477
18547
  typingIndicatorColor: string;
@@ -19250,6 +19320,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
19250
19320
  markdownQuoteBorderColorOwn: string;
19251
19321
  markdownQuoteBorderColorOther: string;
19252
19322
  markdownQuoteTextColor: string;
19323
+ markdownQuoteBackgroundColor: string;
19324
+ markdownQuoteMarkerColor: string;
19253
19325
  markdownDividerColorOwn: string;
19254
19326
  markdownDividerColorOther: string;
19255
19327
  markdownH1FontSize: string;
@@ -19341,6 +19413,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
19341
19413
  markdownQuoteBorderColorOwn: string;
19342
19414
  markdownQuoteBorderColorOther: string;
19343
19415
  markdownQuoteTextColor: string;
19416
+ markdownQuoteBackgroundColor: string;
19417
+ markdownQuoteMarkerColor: string;
19344
19418
  markdownDividerColorOwn: string;
19345
19419
  markdownDividerColorOther: string;
19346
19420
  typingIndicatorColor: string;
@@ -20119,6 +20193,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20119
20193
  markdownQuoteBorderColorOwn: string;
20120
20194
  markdownQuoteBorderColorOther: string;
20121
20195
  markdownQuoteTextColor: string;
20196
+ markdownQuoteBackgroundColor: string;
20197
+ markdownQuoteMarkerColor: string;
20122
20198
  markdownDividerColorOwn: string;
20123
20199
  markdownDividerColorOther: string;
20124
20200
  markdownH1FontSize: string;
@@ -20214,6 +20290,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20214
20290
  markdownQuoteBorderColorOwn: string;
20215
20291
  markdownQuoteBorderColorOther: string;
20216
20292
  markdownQuoteTextColor: string;
20293
+ markdownQuoteBackgroundColor: string;
20294
+ markdownQuoteMarkerColor: string;
20217
20295
  markdownDividerColorOwn: string;
20218
20296
  markdownDividerColorOther: string;
20219
20297
  typingIndicatorColor: string;
@@ -20993,6 +21071,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20993
21071
  markdownQuoteBorderColorOwn: string;
20994
21072
  markdownQuoteBorderColorOther: string;
20995
21073
  markdownQuoteTextColor: string;
21074
+ markdownQuoteBackgroundColor: string;
21075
+ markdownQuoteMarkerColor: string;
20996
21076
  markdownDividerColorOwn: string;
20997
21077
  markdownDividerColorOther: string;
20998
21078
  markdownH1FontSize: string;
@@ -21475,6 +21555,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21475
21555
  markdownQuoteBorderColorOwn: string;
21476
21556
  markdownQuoteBorderColorOther: string;
21477
21557
  markdownQuoteTextColor: string;
21558
+ markdownQuoteBackgroundColor: string;
21559
+ markdownQuoteMarkerColor: string;
21478
21560
  markdownDividerColorOwn: string;
21479
21561
  markdownDividerColorOther: string;
21480
21562
  typingIndicatorColor: string;
@@ -22254,6 +22336,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22254
22336
  markdownQuoteBorderColorOwn: string;
22255
22337
  markdownQuoteBorderColorOther: string;
22256
22338
  markdownQuoteTextColor: string;
22339
+ markdownQuoteBackgroundColor: string;
22340
+ markdownQuoteMarkerColor: string;
22257
22341
  markdownDividerColorOwn: string;
22258
22342
  markdownDividerColorOther: string;
22259
22343
  markdownH1FontSize: string;
@@ -22736,6 +22820,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22736
22820
  markdownQuoteBorderColorOwn: string;
22737
22821
  markdownQuoteBorderColorOther: string;
22738
22822
  markdownQuoteTextColor: string;
22823
+ markdownQuoteBackgroundColor: string;
22824
+ markdownQuoteMarkerColor: string;
22739
22825
  markdownDividerColorOwn: string;
22740
22826
  markdownDividerColorOther: string;
22741
22827
  typingIndicatorColor: string;
@@ -23515,6 +23601,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
23515
23601
  markdownQuoteBorderColorOwn: string;
23516
23602
  markdownQuoteBorderColorOther: string;
23517
23603
  markdownQuoteTextColor: string;
23604
+ markdownQuoteBackgroundColor: string;
23605
+ markdownQuoteMarkerColor: string;
23518
23606
  markdownDividerColorOwn: string;
23519
23607
  markdownDividerColorOther: string;
23520
23608
  markdownH1FontSize: string;
@@ -24229,6 +24317,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24229
24317
  markdownQuoteBorderColorOwn: string;
24230
24318
  markdownQuoteBorderColorOther: string;
24231
24319
  markdownQuoteTextColor: string;
24320
+ markdownQuoteBackgroundColor: string;
24321
+ markdownQuoteMarkerColor: string;
24232
24322
  markdownDividerColorOwn: string;
24233
24323
  markdownDividerColorOther: string;
24234
24324
  typingIndicatorColor: string;
@@ -25007,6 +25097,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25007
25097
  markdownQuoteBorderColorOwn: string;
25008
25098
  markdownQuoteBorderColorOther: string;
25009
25099
  markdownQuoteTextColor: string;
25100
+ markdownQuoteBackgroundColor: string;
25101
+ markdownQuoteMarkerColor: string;
25010
25102
  markdownDividerColorOwn: string;
25011
25103
  markdownDividerColorOther: string;
25012
25104
  markdownH1FontSize: string;
@@ -25098,6 +25190,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25098
25190
  markdownQuoteBorderColorOwn: string;
25099
25191
  markdownQuoteBorderColorOther: string;
25100
25192
  markdownQuoteTextColor: string;
25193
+ markdownQuoteBackgroundColor: string;
25194
+ markdownQuoteMarkerColor: string;
25101
25195
  markdownDividerColorOwn: string;
25102
25196
  markdownDividerColorOther: string;
25103
25197
  typingIndicatorColor: string;
@@ -25876,6 +25970,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25876
25970
  markdownQuoteBorderColorOwn: string;
25877
25971
  markdownQuoteBorderColorOther: string;
25878
25972
  markdownQuoteTextColor: string;
25973
+ markdownQuoteBackgroundColor: string;
25974
+ markdownQuoteMarkerColor: string;
25879
25975
  markdownDividerColorOwn: string;
25880
25976
  markdownDividerColorOther: string;
25881
25977
  markdownH1FontSize: string;
@@ -25967,6 +26063,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25967
26063
  markdownQuoteBorderColorOwn: string;
25968
26064
  markdownQuoteBorderColorOther: string;
25969
26065
  markdownQuoteTextColor: string;
26066
+ markdownQuoteBackgroundColor: string;
26067
+ markdownQuoteMarkerColor: string;
25970
26068
  markdownDividerColorOwn: string;
25971
26069
  markdownDividerColorOther: string;
25972
26070
  typingIndicatorColor: string;
@@ -26745,6 +26843,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
26745
26843
  markdownQuoteBorderColorOwn: string;
26746
26844
  markdownQuoteBorderColorOther: string;
26747
26845
  markdownQuoteTextColor: string;
26846
+ markdownQuoteBackgroundColor: string;
26847
+ markdownQuoteMarkerColor: string;
26748
26848
  markdownDividerColorOwn: string;
26749
26849
  markdownDividerColorOther: string;
26750
26850
  markdownH1FontSize: string;
@@ -26840,6 +26940,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
26840
26940
  markdownQuoteBorderColorOwn: string;
26841
26941
  markdownQuoteBorderColorOther: string;
26842
26942
  markdownQuoteTextColor: string;
26943
+ markdownQuoteBackgroundColor: string;
26944
+ markdownQuoteMarkerColor: string;
26843
26945
  markdownDividerColorOwn: string;
26844
26946
  markdownDividerColorOther: string;
26845
26947
  typingIndicatorColor: string;
@@ -27619,6 +27721,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27619
27721
  markdownQuoteBorderColorOwn: string;
27620
27722
  markdownQuoteBorderColorOther: string;
27621
27723
  markdownQuoteTextColor: string;
27724
+ markdownQuoteBackgroundColor: string;
27725
+ markdownQuoteMarkerColor: string;
27622
27726
  markdownDividerColorOwn: string;
27623
27727
  markdownDividerColorOther: string;
27624
27728
  markdownH1FontSize: string;
@@ -28101,6 +28205,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
28101
28205
  markdownQuoteBorderColorOwn: string;
28102
28206
  markdownQuoteBorderColorOther: string;
28103
28207
  markdownQuoteTextColor: string;
28208
+ markdownQuoteBackgroundColor: string;
28209
+ markdownQuoteMarkerColor: string;
28104
28210
  markdownDividerColorOwn: string;
28105
28211
  markdownDividerColorOther: string;
28106
28212
  typingIndicatorColor: string;
@@ -28880,6 +28986,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
28880
28986
  markdownQuoteBorderColorOwn: string;
28881
28987
  markdownQuoteBorderColorOther: string;
28882
28988
  markdownQuoteTextColor: string;
28989
+ markdownQuoteBackgroundColor: string;
28990
+ markdownQuoteMarkerColor: string;
28883
28991
  markdownDividerColorOwn: string;
28884
28992
  markdownDividerColorOther: string;
28885
28993
  markdownH1FontSize: string;
@@ -29362,6 +29470,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29362
29470
  markdownQuoteBorderColorOwn: string;
29363
29471
  markdownQuoteBorderColorOther: string;
29364
29472
  markdownQuoteTextColor: string;
29473
+ markdownQuoteBackgroundColor: string;
29474
+ markdownQuoteMarkerColor: string;
29365
29475
  markdownDividerColorOwn: string;
29366
29476
  markdownDividerColorOther: string;
29367
29477
  typingIndicatorColor: string;
@@ -30141,6 +30251,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
30141
30251
  markdownQuoteBorderColorOwn: string;
30142
30252
  markdownQuoteBorderColorOther: string;
30143
30253
  markdownQuoteTextColor: string;
30254
+ markdownQuoteBackgroundColor: string;
30255
+ markdownQuoteMarkerColor: string;
30144
30256
  markdownDividerColorOwn: string;
30145
30257
  markdownDividerColorOther: string;
30146
30258
  markdownH1FontSize: string;
@@ -30933,6 +31045,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
30933
31045
  markdownQuoteBorderColorOwn: string;
30934
31046
  markdownQuoteBorderColorOther: string;
30935
31047
  markdownQuoteTextColor: string;
31048
+ markdownQuoteBackgroundColor: string;
31049
+ markdownQuoteMarkerColor: string;
30936
31050
  markdownDividerColorOwn: string;
30937
31051
  markdownDividerColorOther: string;
30938
31052
  typingIndicatorColor: string;
@@ -31711,6 +31825,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31711
31825
  markdownQuoteBorderColorOwn: string;
31712
31826
  markdownQuoteBorderColorOther: string;
31713
31827
  markdownQuoteTextColor: string;
31828
+ markdownQuoteBackgroundColor: string;
31829
+ markdownQuoteMarkerColor: string;
31714
31830
  markdownDividerColorOwn: string;
31715
31831
  markdownDividerColorOther: string;
31716
31832
  markdownH1FontSize: string;
@@ -31802,6 +31918,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31802
31918
  markdownQuoteBorderColorOwn: string;
31803
31919
  markdownQuoteBorderColorOther: string;
31804
31920
  markdownQuoteTextColor: string;
31921
+ markdownQuoteBackgroundColor: string;
31922
+ markdownQuoteMarkerColor: string;
31805
31923
  markdownDividerColorOwn: string;
31806
31924
  markdownDividerColorOther: string;
31807
31925
  typingIndicatorColor: string;
@@ -32580,6 +32698,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
32580
32698
  markdownQuoteBorderColorOwn: string;
32581
32699
  markdownQuoteBorderColorOther: string;
32582
32700
  markdownQuoteTextColor: string;
32701
+ markdownQuoteBackgroundColor: string;
32702
+ markdownQuoteMarkerColor: string;
32583
32703
  markdownDividerColorOwn: string;
32584
32704
  markdownDividerColorOther: string;
32585
32705
  markdownH1FontSize: string;
@@ -32671,6 +32791,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
32671
32791
  markdownQuoteBorderColorOwn: string;
32672
32792
  markdownQuoteBorderColorOther: string;
32673
32793
  markdownQuoteTextColor: string;
32794
+ markdownQuoteBackgroundColor: string;
32795
+ markdownQuoteMarkerColor: string;
32674
32796
  markdownDividerColorOwn: string;
32675
32797
  markdownDividerColorOther: string;
32676
32798
  typingIndicatorColor: string;
@@ -33449,6 +33571,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
33449
33571
  markdownQuoteBorderColorOwn: string;
33450
33572
  markdownQuoteBorderColorOther: string;
33451
33573
  markdownQuoteTextColor: string;
33574
+ markdownQuoteBackgroundColor: string;
33575
+ markdownQuoteMarkerColor: string;
33452
33576
  markdownDividerColorOwn: string;
33453
33577
  markdownDividerColorOther: string;
33454
33578
  markdownH1FontSize: string;