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.
- package/cjs/HighlyCustomChat/QuestionButton/index.js +1 -1
- package/cjs/IM/style/index.scss +2 -2
- package/cjs/Sidebar/CustomConversationItem/index.js +1 -1
- package/cjs/Sidebar/index.js +1 -1
- package/cjs/Sidebar/style/index.scss +1 -0
- package/es/HighlyCustomChat/QuestionButton/index.js +1 -1
- package/es/IM/style/index.scss +2 -2
- package/es/Sidebar/CustomConversationItem/index.js +1 -1
- package/es/Sidebar/index.js +1 -1
- package/es/Sidebar/style/index.scss +1 -0
- package/package.json +1 -1
|
@@ -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-[
|
|
49
|
+
className: "max-w-full w-[400px] !h-[40px] !bg-[#2c7cf5]",
|
|
50
50
|
onClick: function onClick() {
|
|
51
51
|
onSelectAnswer && onSelectAnswer({
|
|
52
52
|
text: text,
|
package/cjs/IM/style/index.scss
CHANGED
|
@@ -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:
|
|
36
|
-
--im-conversation-active:
|
|
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-
|
|
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"
|
package/cjs/Sidebar/index.js
CHANGED
|
@@ -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
|
|
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,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-[
|
|
47
|
+
className: "max-w-full w-[400px] !h-[40px] !bg-[#2c7cf5]",
|
|
48
48
|
onClick: function onClick() {
|
|
49
49
|
onSelectAnswer && onSelectAnswer({
|
|
50
50
|
text: text,
|
package/es/IM/style/index.scss
CHANGED
|
@@ -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:
|
|
36
|
-
--im-conversation-active:
|
|
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-
|
|
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"
|
package/es/Sidebar/index.js
CHANGED
|
@@ -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
|
|
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", {
|