easemob-chat-uikit 1.1.0-beta → 1.1.0

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/components.scss CHANGED
@@ -30,9 +30,3 @@
30
30
  @import './style/userProfile/style/style.scss';
31
31
  @import './style/combinedMessage/style/style.scss';
32
32
  @import './style/reaction/style/style.scss';
33
- @import './style/userSelect/style/style.scss';
34
- @import './style/groupDetail/style/style.scss';
35
- @import './style/groupMember/style/style.scss';
36
- @import './style/chatroom/style/style.scss';
37
- @import './style/chatroomMember/style/style.scss';
38
- @import './style/chatroomMessage/style/style.scss';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easemob-chat-uikit",
3
- "version": "1.1.0-beta",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "main": "ChatUI.umd.js",
6
6
  "type": "module",
@@ -14,7 +14,7 @@ $img-msg-prefix-cls: #{$cui-prefix}-message-img;
14
14
  max-height: 300px;
15
15
  object-fit: contain;
16
16
  border-radius: 16px;
17
- width: -webkit-fill-available;
17
+ // width: -webkit-fill-available;
18
18
  }
19
19
 
20
20
  &-square{
package/style.css CHANGED
@@ -10411,7 +10411,6 @@
10411
10411
  max-height: 300px;
10412
10412
  object-fit: contain;
10413
10413
  border-radius: 16px;
10414
- width: -webkit-fill-available;
10415
10414
  }
10416
10415
 
10417
10416
  .cui-message-img-square img {