yx-web-sdk 0.0.4

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 (100) hide show
  1. package/README.md +424 -0
  2. package/dist/AntdIcon-B0sjNvGu.mjs +307 -0
  3. package/dist/CloseOutlined-DDb89ei3.mjs +37 -0
  4. package/dist/_plugin-vue_export-helper-1tPrXgE0.mjs +10 -0
  5. package/dist/ait-person-popover/index.d.ts +3 -0
  6. package/dist/ait-person-popover/index.js +5 -0
  7. package/dist/ait-person-popover/index.vue.d.ts +39 -0
  8. package/dist/chat-card/index.d.ts +3 -0
  9. package/dist/chat-card/index.js +5 -0
  10. package/dist/chat-card/index.vue.d.ts +25 -0
  11. package/dist/chat-content/index.d.ts +3 -0
  12. package/dist/chat-content/index.js +5 -0
  13. package/dist/chat-content/index.vue.d.ts +51 -0
  14. package/dist/chat-page/index.d.ts +3 -0
  15. package/dist/chat-page/index.js +5 -0
  16. package/dist/chat-page/index.vue.d.ts +6 -0
  17. package/dist/chat-room/index.d.ts +3 -0
  18. package/dist/chat-room/index.js +5 -0
  19. package/dist/chat-room/index.vue.d.ts +9 -0
  20. package/dist/common-avatar/index.d.ts +3 -0
  21. package/dist/common-avatar/index.js +5 -0
  22. package/dist/common-avatar/index.vue.d.ts +17 -0
  23. package/dist/components/ait-person-popover/index.d.ts +3 -0
  24. package/dist/components/ait-person-popover/index.vue.d.ts +39 -0
  25. package/dist/components/chat-card/index.d.ts +3 -0
  26. package/dist/components/chat-card/index.vue.d.ts +25 -0
  27. package/dist/components/chat-content/composables/ait-person.d.ts +86 -0
  28. package/dist/components/chat-content/index.d.ts +3 -0
  29. package/dist/components/chat-content/index.vue.d.ts +51 -0
  30. package/dist/components/chat-page/index.d.ts +3 -0
  31. package/dist/components/chat-page/index.vue.d.ts +6 -0
  32. package/dist/components/chat-room/index.d.ts +3 -0
  33. package/dist/components/chat-room/index.vue.d.ts +9 -0
  34. package/dist/components/common-avatar/index.d.ts +3 -0
  35. package/dist/components/common-avatar/index.vue.d.ts +17 -0
  36. package/dist/components/icon-font/index.d.ts +47 -0
  37. package/dist/components/index-entry/index.d.ts +2 -0
  38. package/dist/components/index-entry/index.vue.d.ts +25 -0
  39. package/dist/components/index.d.ts +12 -0
  40. package/dist/components/list.d.ts +2 -0
  41. package/dist/components/members-sidebar/index.d.ts +3 -0
  42. package/dist/components/members-sidebar/index.vue.d.ts +4 -0
  43. package/dist/components/notice-box/index.d.ts +3 -0
  44. package/dist/components/notice-box/index.vue.d.ts +13 -0
  45. package/dist/components/server-channel-sidebar/index.d.ts +3 -0
  46. package/dist/components/server-channel-sidebar/index.vue.d.ts +18 -0
  47. package/dist/global.css +39 -0
  48. package/dist/icon-font/index.d.ts +47 -0
  49. package/dist/icon-font/index.js +7 -0
  50. package/dist/index/style.css +199 -0
  51. package/dist/index/style2.css +175 -0
  52. package/dist/index/style3.css +36 -0
  53. package/dist/index/style4.css +168 -0
  54. package/dist/index/style5.css +147 -0
  55. package/dist/index/style6.css +43 -0
  56. package/dist/index/style7.css +491 -0
  57. package/dist/index/style8.css +19 -0
  58. package/dist/index-3sSWCzxu.mjs +225 -0
  59. package/dist/index-4m4OVlx8.mjs +611 -0
  60. package/dist/index-CFI0URc5.mjs +135 -0
  61. package/dist/index-Dg8Q3cli.mjs +1092 -0
  62. package/dist/index-entry/index.d.ts +2 -0
  63. package/dist/index-entry/index.js +271 -0
  64. package/dist/index-entry/index.vue.d.ts +25 -0
  65. package/dist/index-entry/style.css +51 -0
  66. package/dist/index.d.ts +8 -0
  67. package/dist/index.vue_vue_type_script_setup_true_lang-DkMXpHkt.mjs +158 -0
  68. package/dist/index.vue_vue_type_style_index_0_lang-CfLKcYM9.mjs +102 -0
  69. package/dist/index.vue_vue_type_style_index_0_lang-CibeOmhP.mjs +407 -0
  70. package/dist/index.vue_vue_type_style_index_0_lang-CmfE8EVU.mjs +288 -0
  71. package/dist/index.vue_vue_type_style_index_0_lang-XiDTgYoZ.mjs +1012 -0
  72. package/dist/index.vue_vue_type_style_index_0_lang-Y-vyKHWz.mjs +36985 -0
  73. package/dist/members-sidebar/index.d.ts +3 -0
  74. package/dist/members-sidebar/index.js +5 -0
  75. package/dist/members-sidebar/index.vue.d.ts +4 -0
  76. package/dist/notice-box/index.d.ts +3 -0
  77. package/dist/notice-box/index.js +5 -0
  78. package/dist/notice-box/index.vue.d.ts +13 -0
  79. package/dist/plugin/index.d.ts +22 -0
  80. package/dist/resolver/index.d.ts +22 -0
  81. package/dist/resolver/index.es.js +36 -0
  82. package/dist/resolver/index.umd.js +40 -0
  83. package/dist/server-channel-sidebar/index.d.ts +3 -0
  84. package/dist/server-channel-sidebar/index.js +5 -0
  85. package/dist/server-channel-sidebar/index.vue.d.ts +18 -0
  86. package/dist/stores/channel.d.ts +114 -0
  87. package/dist/stores/global.d.ts +15 -0
  88. package/dist/stores/index.d.ts +7 -0
  89. package/dist/stores/qchat.d.ts +397 -0
  90. package/dist/stores/sdk.d.ts +48 -0
  91. package/dist/stores/server.d.ts +58 -0
  92. package/dist/stores/user.d.ts +9 -0
  93. package/dist/style.css +1359 -0
  94. package/dist/types/missing.d.ts +14 -0
  95. package/dist/utils/events.d.ts +7 -0
  96. package/dist/utils/index.d.ts +26 -0
  97. package/dist/utils/storage.d.ts +15 -0
  98. package/dist/yx-web-sdk.es.js +41593 -0
  99. package/dist/yx-web-sdk.umd.js +41590 -0
  100. package/package.json +191 -0
@@ -0,0 +1,491 @@
1
+ .sidebar-container[data-v-2cae689d] {
2
+ display: flex;
3
+ height: 100%;
4
+ position: relative;
5
+ }
6
+ .user-panel-float[data-v-2cae689d] {
7
+ position: absolute;
8
+ bottom: 12px;
9
+ left: 12px;
10
+ width: 342px;
11
+ display: flex;
12
+ align-items: center;
13
+ padding: 10px 12px;
14
+ background-color: var(--theme-global-bg);
15
+ border: 1px solid var(--theme-line-border);
16
+ z-index: 10;
17
+ gap: 10px;
18
+ border-radius: 8px;
19
+ box-shadow: 0px 1px 3px 0px rgba(29, 31, 58, 0.0196078431);
20
+ }
21
+ .user-panel-float .user-avatar[data-v-2cae689d] {
22
+ position: relative;
23
+ flex-shrink: 0;
24
+ }
25
+ .user-panel-float .user-avatar .online-indicator[data-v-2cae689d] {
26
+ position: absolute;
27
+ bottom: 0;
28
+ right: 0;
29
+ width: 12px;
30
+ height: 12px;
31
+ background-color: var(--theme-success-text);
32
+ border: 3px solid #1a1b1e;
33
+ border-radius: 50%;
34
+ }
35
+ .user-panel-float .user-info[data-v-2cae689d] {
36
+ flex: 1;
37
+ overflow: hidden;
38
+ min-width: 0;
39
+ }
40
+ .user-panel-float .user-info .user-name[data-v-2cae689d] {
41
+ font-size: 14px;
42
+ font-weight: 600;
43
+ color: var(--theme-text);
44
+ overflow: hidden;
45
+ text-overflow: ellipsis;
46
+ white-space: nowrap;
47
+ }
48
+ .user-panel-float .user-info .user-status[data-v-2cae689d] {
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 4px;
52
+ font-size: 12px;
53
+ color: var(--theme-success-text);
54
+ }
55
+ .user-panel-float .user-info .user-status .status-dot[data-v-2cae689d] {
56
+ width: 8px;
57
+ height: 8px;
58
+ background-color: var(--theme-success-text);
59
+ border-radius: 50%;
60
+ }
61
+ .user-panel-float .user-actions[data-v-2cae689d] {
62
+ display: flex;
63
+ align-items: center;
64
+ gap: 8px;
65
+ }
66
+ .user-panel-float .user-actions .action-btn[data-v-2cae689d] {
67
+ width: 20px;
68
+ height: 20px;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ border-radius: 4px;
73
+ color: #b9bbbe;
74
+ cursor: pointer;
75
+ transition: all 0.15s ease;
76
+ font-size: 16px;
77
+ outline: none;
78
+ }
79
+ .user-panel-float .user-actions .action-btn[data-v-2cae689d]:hover {
80
+ background-color: var(--theme-icon-hover);
81
+ color: var(--theme-text);
82
+ }
83
+ .user-panel-float .user-actions .action-btn[data-v-2cae689d]:focus {
84
+ outline: none;
85
+ }
86
+ .server-sidebar[data-v-2cae689d] {
87
+ display: flex;
88
+ flex-direction: column;
89
+ width: 72px;
90
+ background-color: var(--theme-table-header-bg);
91
+ padding: 16px 0;
92
+ padding-bottom: 60px;
93
+ }
94
+ .server-sidebar .server-list[data-v-2cae689d] {
95
+ flex: 1;
96
+ overflow-y: auto;
97
+ overflow-x: hidden;
98
+ border-right: 1px solid var(--theme-line);
99
+ }
100
+ .server-sidebar .server-list[data-v-2cae689d]::-webkit-scrollbar {
101
+ width: 0;
102
+ }
103
+ .server-sidebar .logo-wrap[data-v-2cae689d] {
104
+ margin: 0 16px;
105
+ border-bottom: 1px solid var(--theme-line-split);
106
+ padding-bottom: 12px;
107
+ margin-bottom: 12px;
108
+ }
109
+ .server-sidebar .logo-wrap .logo[data-v-2cae689d] {
110
+ width: 40px;
111
+ height: 40px;
112
+ border-radius: 8px;
113
+ background-color: rgba(218, 32, 62, 0.1);
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ overflow: hidden;
118
+ transition: border-radius 0.15s ease-out, background-color 0.15s ease-out;
119
+ }
120
+ .server-sidebar .server-item[data-v-2cae689d] {
121
+ position: relative;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ margin: 0 16px 16px;
126
+ cursor: pointer;
127
+ }
128
+ .server-sidebar .server-item .server-icon[data-v-2cae689d] {
129
+ width: 40px;
130
+ height: 40px;
131
+ border-radius: 8px;
132
+ border: 1px solid var(--theme-line-border);
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: center;
136
+ overflow: hidden;
137
+ transition: border-radius 0.15s ease-out, background-color 0.15s ease-out;
138
+ }
139
+ .server-sidebar .server-item .server-icon img[data-v-2cae689d] {
140
+ width: 100%;
141
+ height: 100%;
142
+ -o-object-fit: cover;
143
+ object-fit: cover;
144
+ }
145
+ .server-sidebar .server-item .server-icon .server-initial[data-v-2cae689d] {
146
+ font-size: 18px;
147
+ font-weight: 500;
148
+ color: var(--theme-text);
149
+ }
150
+ .server-sidebar .server-item:hover .server-icon[data-v-2cae689d], .server-sidebar .server-item.active .server-icon[data-v-2cae689d] {
151
+ border-radius: 16px;
152
+ background-color: var(--theme-form-control-line-active);
153
+ }
154
+ .server-sidebar .server-item:hover .server-icon .server-initial[data-v-2cae689d], .server-sidebar .server-item.active .server-icon .server-initial[data-v-2cae689d] {
155
+ color: var(--theme-light-text);
156
+ }
157
+ .server-sidebar .server-item .unread-badge[data-v-2cae689d] {
158
+ position: absolute;
159
+ bottom: -4px;
160
+ right: 4px;
161
+ }
162
+ .server-sidebar .server-item.add-server[data-v-2cae689d] {
163
+ margin-top: 8px;
164
+ padding-top: 8px;
165
+ border-top: 2px solid var(--theme-global-bg);
166
+ }
167
+ .server-sidebar .server-item.add-server .add-server-btn[data-v-2cae689d] {
168
+ width: 48px;
169
+ height: 48px;
170
+ border-radius: 50%;
171
+ background-color: var(--theme-global-bg);
172
+ display: flex;
173
+ align-items: center;
174
+ justify-content: center;
175
+ cursor: pointer;
176
+ transition: border-radius 0.15s ease-out, background-color 0.15s ease-out, color 0.15s ease-out;
177
+ color: var(--theme-success-text);
178
+ font-size: 20px;
179
+ }
180
+ .server-sidebar .server-item.add-server .add-server-btn[data-v-2cae689d]:hover {
181
+ border-radius: 16px;
182
+ background-color: var(--theme-success-text);
183
+ color: var(--theme-text);
184
+ }
185
+ .channel-sidebar[data-v-2cae689d] {
186
+ display: flex;
187
+ flex-direction: column;
188
+ width: 294px;
189
+ box-sizing: border-box;
190
+ background-color: var(--theme-table-header-bg);
191
+ border-right: 1px solid var(--theme-line);
192
+ padding-bottom: 60px;
193
+ }
194
+ .channel-sidebar .server-header[data-v-2cae689d] {
195
+ display: flex;
196
+ align-items: center;
197
+ justify-content: space-between;
198
+ padding: 22px 20px;
199
+ border-bottom: 1px solid var(--theme-line);
200
+ }
201
+ .channel-sidebar .server-header .server-name[data-v-2cae689d] {
202
+ font-size: 15px;
203
+ font-weight: 600;
204
+ color: var(--theme-stress-text);
205
+ overflow: hidden;
206
+ text-overflow: ellipsis;
207
+ white-space: nowrap;
208
+ }
209
+ .channel-sidebar .server-header .server-setting[data-v-2cae689d] {
210
+ color: #b9bbbe;
211
+ cursor: pointer;
212
+ font-size: 16px;
213
+ }
214
+ .channel-sidebar .server-header .server-setting[data-v-2cae689d]:hover {
215
+ color: #dcddde;
216
+ }
217
+ .channel-sidebar .channel-list[data-v-2cae689d] {
218
+ flex: 1;
219
+ overflow-y: auto;
220
+ }
221
+ .channel-sidebar .channel-list[data-v-2cae689d]::-webkit-scrollbar {
222
+ width: 4px;
223
+ }
224
+ .channel-sidebar .channel-list[data-v-2cae689d]::-webkit-scrollbar-thumb {
225
+ background-color: var(--theme-line);
226
+ border-radius: 2px;
227
+ }
228
+ .channel-sidebar .channel-item[data-v-2cae689d] {
229
+ display: flex;
230
+ align-items: center;
231
+ padding: 16px 22px;
232
+ border-radius: 4px;
233
+ cursor: pointer;
234
+ margin-bottom: 2px;
235
+ color: var(--theme-icon-fill-weak);
236
+ }
237
+ .channel-sidebar .channel-item[data-v-2cae689d]:hover {
238
+ background-color: var(--theme-icon-hover);
239
+ color: var(--theme-text);
240
+ }
241
+ .channel-sidebar .channel-item:hover .channel-setting[data-v-2cae689d] {
242
+ opacity: 1;
243
+ }
244
+ .channel-sidebar .channel-item.active[data-v-2cae689d] {
245
+ background-color: var(--theme-icon-hover);
246
+ color: var(--theme-text);
247
+ font-weight: 500;
248
+ font-size: 16px;
249
+ }
250
+ .channel-sidebar .channel-item .channel-icon[data-v-2cae689d] {
251
+ margin-right: 6px;
252
+ font-size: 20px;
253
+ font-weight: 400;
254
+ color: #8e9297;
255
+ }
256
+ .channel-sidebar .channel-item .channel-name[data-v-2cae689d] {
257
+ flex: 1;
258
+ overflow: hidden;
259
+ text-overflow: ellipsis;
260
+ white-space: nowrap;
261
+ font-size: 14px;
262
+ }
263
+ .channel-sidebar .channel-item .channel-unread[data-v-2cae689d] {
264
+ margin-left: 4px;
265
+ }
266
+ .channel-sidebar .channel-item .channel-setting[data-v-2cae689d] {
267
+ opacity: 0;
268
+ margin-left: 8px;
269
+ font-size: 14px;
270
+ color: #8e9297;
271
+ cursor: pointer;
272
+ transition: opacity 0.15s ease, color 0.15s ease;
273
+ flex-shrink: 0;
274
+ }
275
+ .channel-sidebar .channel-item .channel-setting[data-v-2cae689d]:hover {
276
+ color: var(--theme-text);
277
+ }
278
+ .channel-sidebar .add-channel-item[data-v-2cae689d] {
279
+ display: flex;
280
+ align-items: center;
281
+ padding: 12px 22px;
282
+ border-radius: 4px;
283
+ cursor: pointer;
284
+ margin-top: 4px;
285
+ color: var(--theme-link);
286
+ }
287
+ .channel-sidebar .add-channel-item .channel-icon[data-v-2cae689d] {
288
+ margin-right: 6px;
289
+ font-size: 16px;
290
+ color: var(--theme-link);
291
+ transition: color 0.15s ease;
292
+ display: flex;
293
+ align-items: center;
294
+ justify-content: center;
295
+ }
296
+ .channel-sidebar .add-channel-item .channel-name[data-v-2cae689d] {
297
+ font-size: 14px;
298
+ }
299
+ [data-v-2cae689d] .ant-modal .ant-modal-content {
300
+ background-color: var(--theme-global-bg);
301
+ border-radius: 8px;
302
+ }
303
+ [data-v-2cae689d] .ant-modal .ant-modal-header {
304
+ background-color: var(--theme-global-bg);
305
+ border-bottom: none;
306
+ }
307
+ [data-v-2cae689d] .ant-modal .ant-modal-title {
308
+ color: var(--theme-text);
309
+ }
310
+ [data-v-2cae689d] .ant-modal .ant-modal-close-x {
311
+ color: #b9bbbe;
312
+ }
313
+ [data-v-2cae689d] .ant-modal .ant-form-item-label > label {
314
+ color: #b9bbbe;
315
+ }
316
+ [data-v-2cae689d] .ant-modal .ant-input {
317
+ background-color: var(--theme-line);
318
+ border-color: #040405;
319
+ color: #dcddde;
320
+ }
321
+ [data-v-2cae689d] .ant-modal .ant-input::-moz-placeholder {
322
+ color: #72767d;
323
+ }
324
+ [data-v-2cae689d] .ant-modal .ant-input:-ms-input-placeholder {
325
+ color: #72767d;
326
+ }
327
+ [data-v-2cae689d] .ant-modal .ant-input::placeholder {
328
+ color: #72767d;
329
+ }
330
+ [data-v-2cae689d] .ant-modal .ant-input:hover,[data-v-2cae689d] .ant-modal .ant-input:focus {
331
+ border-color: #5865f2;
332
+ }
333
+ [data-v-2cae689d] .ant-modal .ant-tabs-tab {
334
+ color: #b9bbbe;
335
+ }
336
+ [data-v-2cae689d] .ant-modal .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
337
+ color: var(--theme-text);
338
+ }
339
+ [data-v-2cae689d] .ant-modal .ant-tabs-ink-bar {
340
+ background-color: #5865f2;
341
+ }
342
+ .footer-container[data-v-2cae689d] {
343
+ display: flex;
344
+ align-items: center;
345
+ justify-content: space-between;
346
+ gap: 10px;
347
+ }
348
+ .invite-btn[data-v-2cae689d] {
349
+ cursor: pointer;
350
+ color: var(--theme-icon-fill-weak);
351
+ transition: color 0.15s ease;
352
+ }
353
+ .invite-btn[data-v-2cae689d]:hover {
354
+ color: var(--theme-text);
355
+ }.channel-modal .ant-modal-header {
356
+ background-color: var(--theme-table-header-bg);
357
+ padding: 16px;
358
+ margin-bottom: 0;
359
+ }
360
+ .channel-modal .ant-modal-close {
361
+ display: none;
362
+ }
363
+ .channel-modal .header-container {
364
+ display: flex;
365
+ align-items: center;
366
+ justify-content: space-between;
367
+ }
368
+ .channel-modal .header-container .header-title {
369
+ font-size: 16px;
370
+ font-weight: 600;
371
+ color: var(--theme-text);
372
+ }
373
+ .channel-modal .header-container .header-close {
374
+ cursor: pointer;
375
+ color: #b9bbbe;
376
+ font-size: 14px;
377
+ padding: 4px;
378
+ }
379
+ .channel-modal .header-container .header-close:hover {
380
+ color: var(--theme-text);
381
+ }
382
+ .invite-modal .ant-modal-content {
383
+ border-radius: 8px;
384
+ padding: 0;
385
+ }
386
+ .invite-modal .ant-modal-header {
387
+ background-color: var(--theme-table-header-bg);
388
+ padding: 20px 24px 16px;
389
+ margin-bottom: 0;
390
+ border-bottom: none;
391
+ }
392
+ .invite-modal .ant-modal-body {
393
+ padding: 24px;
394
+ }
395
+ .invite-modal .ant-modal-close {
396
+ display: none;
397
+ }
398
+ .invite-modal .header-container {
399
+ display: flex;
400
+ align-items: center;
401
+ justify-content: space-between;
402
+ }
403
+ .invite-modal .header-container .header-title {
404
+ font-size: 16px;
405
+ font-weight: 600;
406
+ color: var(--theme-text);
407
+ }
408
+ .invite-modal .invite-header {
409
+ display: flex;
410
+ align-items: flex-start;
411
+ justify-content: space-between;
412
+ }
413
+ .invite-modal .invite-header .invite-title-row {
414
+ display: flex;
415
+ align-items: center;
416
+ gap: 8px;
417
+ }
418
+ .invite-modal .invite-header .invite-title-row .invite-icon {
419
+ font-size: 18px;
420
+ color: var(--theme-text);
421
+ }
422
+ .invite-modal .invite-header .invite-title-row .invite-title {
423
+ font-size: 18px;
424
+ font-weight: 600;
425
+ color: var(--theme-text);
426
+ }
427
+ .invite-modal .invite-header .invite-close {
428
+ cursor: pointer;
429
+ color: var(--theme-icon-fill-weak);
430
+ font-size: 16px;
431
+ padding: 4px;
432
+ transition: color 0.15s ease;
433
+ }
434
+ .invite-modal .invite-header .invite-close:hover {
435
+ color: var(--theme-text);
436
+ }
437
+ .invite-modal .invite-content .invite-subtitle {
438
+ font-size: 15px;
439
+ font-weight: 600;
440
+ color: var(--theme-text);
441
+ margin-bottom: 12px;
442
+ }
443
+ .invite-modal .invite-content .invite-subtitle .channel-tag {
444
+ color: var(--theme-text);
445
+ }
446
+ .invite-modal .invite-content .invite-desc {
447
+ font-size: 14px;
448
+ color: var(--theme-icon-fill-weak);
449
+ margin-bottom: 16px;
450
+ }
451
+ .invite-modal .invite-content .invite-link-wrap {
452
+ display: flex;
453
+ align-items: center;
454
+ gap: 12px;
455
+ border: 1px solid var(--theme-line-border);
456
+ border-radius: 6px;
457
+ padding: 8px 8px 8px 16px;
458
+ }
459
+ .invite-modal .invite-content .invite-link-wrap .invite-link-input {
460
+ flex: 1;
461
+ border: none;
462
+ background: transparent;
463
+ color: var(--theme-text);
464
+ font-size: 14px;
465
+ padding: 0;
466
+ box-shadow: none;
467
+ }
468
+ .invite-modal .invite-content .invite-link-wrap .invite-link-input:focus, .invite-modal .invite-content .invite-link-wrap .invite-link-input:hover {
469
+ border: none;
470
+ box-shadow: none;
471
+ }
472
+ .invite-modal .invite-content .invite-link-wrap .invite-link-input.ant-input {
473
+ background: transparent;
474
+ }
475
+ .invite-modal .invite-content .invite-link-wrap .copy-btn {
476
+ flex-shrink: 0;
477
+ background-color: var(--theme-stress-text);
478
+ border: none;
479
+ color: var(--theme-light-text);
480
+ font-weight: 500;
481
+ padding: 6px 20px;
482
+ height: auto;
483
+ border-radius: 4px;
484
+ }
485
+ .invite-modal .invite-content .invite-link-wrap .copy-btn:hover {
486
+ background-color: var(--theme-text);
487
+ opacity: 0.9;
488
+ }
489
+ .delete-channel-modal .ant-modal-body {
490
+ padding-bottom: 16px;
491
+ }
@@ -0,0 +1,19 @@
1
+ .yx-common-avatar-container {
2
+ display: inline-block;
3
+ border-radius: 50%;
4
+ }
5
+ .yx-common-avatar-container .image {
6
+ display: inline-block;
7
+ -o-object-fit: cover;
8
+ object-fit: cover;
9
+ border-radius: 50%;
10
+ }
11
+ .yx-common-avatar-container .text {
12
+ display: inline-block;
13
+ border-radius: 50%;
14
+ font-weight: 400;
15
+ font-size: 12px;
16
+ color: var(--theme-light-text);
17
+ text-align: center;
18
+ line-height: 70px;
19
+ }