whyuzeim 1.1.57 → 1.1.59

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.
@@ -46,7 +46,7 @@ var QustionButtonMsg = function QustionButtonMsg(props) {
46
46
  }, _mapInstanceProperty(_context = msg.customExts.guidance_list).call(_context, function (text) {
47
47
  return /*#__PURE__*/React.createElement(antd.Button, {
48
48
  key: text,
49
- className: "max-w-full w-[400px] !h-[45px] !bg-[#2c7cf5]",
49
+ className: "max-w-full w-[400px] !h-[40px] !bg-[#2c7cf5]",
50
50
  onClick: function onClick() {
51
51
  onSelectAnswer && onSelectAnswer({
52
52
  text: text,
@@ -32,8 +32,8 @@
32
32
  --im-member-remark-owner-backgroundColor: rgba(0, 0, 0, 0.9);
33
33
  --im-member-remark-admin-backgroundColor: rgba(0, 0, 0, 0.6);
34
34
 
35
- --im-highlight-blue-color: rgba(89, 191, 249, 0.2);
36
- --im-conversation-active: rgba(89, 191, 249, 0.2);
35
+ --im-highlight-blue-color: #FFFFFF;
36
+ --im-conversation-active: #FFFFFF;
37
37
 
38
38
  --im-conversationlist-back-color:#F6F6F6;
39
39
 
@@ -174,7 +174,7 @@ var CustomConversationItem = function CustomConversationItem(props) {
174
174
  };
175
175
  }();
176
176
  return canShow ? /*#__PURE__*/React.createElement(agoraChatUikit.ConversationItem, {
177
- className: "yuze-conversationItem cursor-pointer ".concat(cvs.conversationId === agoraChatUikit.rootStore.conversationStore.currentCvs.conversationId ? 'bg-[var(--im-highlight-blue-color)]' : ''),
177
+ className: "yuze-conversationItem cursor-pointer ".concat(cvs.conversationId === agoraChatUikit.rootStore.conversationStore.currentCvs.conversationId ? 'bg-white' : ''),
178
178
  badgeColor: 'red',
179
179
  avatar: /*#__PURE__*/React.createElement("div", {
180
180
  className: "yuze-conversationItem-avatar relative"
@@ -302,7 +302,7 @@ var Sidebar = function Sidebar(props) {
302
302
  !mobile && canSidebarExpand && setSidebarExpand && userInfo.uid && setSidebarExpand(true);
303
303
  }
304
304
  }, /*#__PURE__*/React.createElement("div", {
305
- className: classNames("yuze-conversationList-header hidden flex-row items-center justify-between pr-6 pl-3 sm:flex")
305
+ className: classNames("yuze-conversationList-header hidden flex-row items-center justify-between pl-3 sm:flex")
306
306
  }, /*#__PURE__*/React.createElement("div", {
307
307
  className: classNames("yuze-conversationList-header-left flex flex-row gap-5 items-center")
308
308
  }, canSidebarExpand && /*#__PURE__*/React.createElement("div", {
@@ -44,6 +44,7 @@
44
44
  background-color: var(--im-conversationlist-back-color);
45
45
  .cui-conversationItem {
46
46
  padding: 8px;
47
+ margin: 4px 0;
47
48
  border-radius: 8px;
48
49
  .cui-avatar {
49
50
  border-radius: 8px;
@@ -44,7 +44,7 @@ var QustionButtonMsg = function QustionButtonMsg(props) {
44
44
  }, _mapInstanceProperty(_context = msg.customExts.guidance_list).call(_context, function (text) {
45
45
  return /*#__PURE__*/React.createElement(Button, {
46
46
  key: text,
47
- className: "max-w-full w-[400px] !h-[45px] !bg-[#2c7cf5]",
47
+ className: "max-w-full w-[400px] !h-[40px] !bg-[#2c7cf5]",
48
48
  onClick: function onClick() {
49
49
  onSelectAnswer && onSelectAnswer({
50
50
  text: text,
@@ -32,8 +32,8 @@
32
32
  --im-member-remark-owner-backgroundColor: rgba(0, 0, 0, 0.9);
33
33
  --im-member-remark-admin-backgroundColor: rgba(0, 0, 0, 0.6);
34
34
 
35
- --im-highlight-blue-color: rgba(89, 191, 249, 0.2);
36
- --im-conversation-active: rgba(89, 191, 249, 0.2);
35
+ --im-highlight-blue-color: #FFFFFF;
36
+ --im-conversation-active: #FFFFFF;
37
37
 
38
38
  --im-conversationlist-back-color:#F6F6F6;
39
39
 
@@ -172,7 +172,7 @@ var CustomConversationItem = function CustomConversationItem(props) {
172
172
  };
173
173
  }();
174
174
  return canShow ? /*#__PURE__*/React.createElement(ConversationItem, {
175
- className: "yuze-conversationItem cursor-pointer ".concat(cvs.conversationId === rootStore.conversationStore.currentCvs.conversationId ? 'bg-[var(--im-highlight-blue-color)]' : ''),
175
+ className: "yuze-conversationItem cursor-pointer ".concat(cvs.conversationId === rootStore.conversationStore.currentCvs.conversationId ? 'bg-white' : ''),
176
176
  badgeColor: 'red',
177
177
  avatar: /*#__PURE__*/React.createElement("div", {
178
178
  className: "yuze-conversationItem-avatar relative"
@@ -300,7 +300,7 @@ var Sidebar = function Sidebar(props) {
300
300
  !mobile && canSidebarExpand && setSidebarExpand && userInfo.uid && setSidebarExpand(true);
301
301
  }
302
302
  }, /*#__PURE__*/React.createElement("div", {
303
- className: classNames("yuze-conversationList-header hidden flex-row items-center justify-between pr-6 pl-3 sm:flex")
303
+ className: classNames("yuze-conversationList-header hidden flex-row items-center justify-between pl-3 sm:flex")
304
304
  }, /*#__PURE__*/React.createElement("div", {
305
305
  className: classNames("yuze-conversationList-header-left flex flex-row gap-5 items-center")
306
306
  }, canSidebarExpand && /*#__PURE__*/React.createElement("div", {
@@ -44,6 +44,7 @@
44
44
  background-color: var(--im-conversationlist-back-color);
45
45
  .cui-conversationItem {
46
46
  padding: 8px;
47
+ margin: 4px 0;
47
48
  border-radius: 8px;
48
49
  .cui-avatar {
49
50
  border-radius: 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whyuzeim",
3
- "version": "1.1.57",
3
+ "version": "1.1.59",
4
4
  "description": "im componenets",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",