@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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/chat-uikit-react",
3
- "version": "6.3.5",
3
+ "version": "6.3.6",
4
4
  "description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
5
5
  "author": "CometChat",
6
6
  "exports": {