@cometchat/chat-uikit-react 6.3.5 → 6.3.6
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.
- package/dist/assets/file_unsupported.svg +3 -0
- package/dist/index.d.ts +31 -31
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles/CometChatConversations.css +7 -0
- package/dist/styles/CometChatMessagePreview.css +7 -0
- package/dist/styles/components/CometChatConversations.css +7 -0
- package/dist/styles/components/CometChatMessagePreview.css +7 -0
- package/package.json +1 -1
|
@@ -238,6 +238,13 @@ box-sizing: border-box;
|
|
|
238
238
|
mask-size: contain;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
+
.cometchat-conversations__subtitle-icon-unsupported {
|
|
242
|
+
-webkit-mask: url("../../assets/file_unsupported.svg") center center no-repeat;
|
|
243
|
+
mask: url("../../assets/file_unsupported.svg") center center no-repeat;
|
|
244
|
+
-webkit-mask-size: contain;
|
|
245
|
+
mask-size: contain;
|
|
246
|
+
}
|
|
247
|
+
|
|
241
248
|
.cometchat-conversations__subtitle-icon-thread {
|
|
242
249
|
-webkit-mask: url("../../assets/conversations_thread.svg") center center no-repeat;
|
|
243
250
|
mask: url("../../assets/conversations_thread.svg") center center no-repeat;
|
|
@@ -270,6 +270,13 @@
|
|
|
270
270
|
mask-size: contain;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
+
.cometchat-message-preview__subtitle-icon-unsupported {
|
|
274
|
+
-webkit-mask: url("../../assets/file_unsupported.svg") center center no-repeat;
|
|
275
|
+
mask: url("../../assets/file_unsupported.svg") center center no-repeat;
|
|
276
|
+
-webkit-mask-size: contain;
|
|
277
|
+
mask-size: contain;
|
|
278
|
+
}
|
|
279
|
+
|
|
273
280
|
.cometchat-message-preview__subtitle-icon-none {
|
|
274
281
|
display: none;
|
|
275
282
|
}
|
|
@@ -238,6 +238,13 @@ box-sizing: border-box;
|
|
|
238
238
|
mask-size: contain;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
+
.cometchat-conversations__subtitle-icon-unsupported {
|
|
242
|
+
-webkit-mask: url("../../assets/file_unsupported.svg") center center no-repeat;
|
|
243
|
+
mask: url("../../assets/file_unsupported.svg") center center no-repeat;
|
|
244
|
+
-webkit-mask-size: contain;
|
|
245
|
+
mask-size: contain;
|
|
246
|
+
}
|
|
247
|
+
|
|
241
248
|
.cometchat-conversations__subtitle-icon-thread {
|
|
242
249
|
-webkit-mask: url("../../assets/conversations_thread.svg") center center no-repeat;
|
|
243
250
|
mask: url("../../assets/conversations_thread.svg") center center no-repeat;
|
|
@@ -270,6 +270,13 @@
|
|
|
270
270
|
mask-size: contain;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
+
.cometchat-message-preview__subtitle-icon-unsupported {
|
|
274
|
+
-webkit-mask: url("../../assets/file_unsupported.svg") center center no-repeat;
|
|
275
|
+
mask: url("../../assets/file_unsupported.svg") center center no-repeat;
|
|
276
|
+
-webkit-mask-size: contain;
|
|
277
|
+
mask-size: contain;
|
|
278
|
+
}
|
|
279
|
+
|
|
273
280
|
.cometchat-message-preview__subtitle-icon-none {
|
|
274
281
|
display: none;
|
|
275
282
|
}
|