whyuzeim 1.1.147 → 1.1.149
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/IM/style/index.scss +8 -8
- package/cjs/index.js +1 -1
- package/es/IM/style/index.scss +8 -8
- package/es/index.js +1 -1
- package/package.json +1 -1
package/cjs/IM/style/index.scss
CHANGED
|
@@ -217,13 +217,13 @@
|
|
|
217
217
|
// Tooltip light theme styles
|
|
218
218
|
.ant-tooltip {
|
|
219
219
|
.ant-tooltip-inner {
|
|
220
|
-
background-color: #ffffff
|
|
221
|
-
color: rgba(0, 0, 0, 0.85)
|
|
222
|
-
border: 1px solid rgba(0, 0, 0, 0.1)
|
|
220
|
+
background-color: #ffffff ;
|
|
221
|
+
color: rgba(0, 0, 0, 0.85) ;
|
|
222
|
+
border: 1px solid rgba(0, 0, 0, 0.1) ;
|
|
223
223
|
border-radius: 8px !important;
|
|
224
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
|
|
225
|
-
padding: 4px
|
|
226
|
-
min-width: 120px
|
|
224
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) ;
|
|
225
|
+
padding: 4px ;
|
|
226
|
+
min-width: 120px ;
|
|
227
227
|
|
|
228
228
|
.yuze-conversationList-header-right-tooltip-item {
|
|
229
229
|
color: rgba(0, 0, 0, 0.85) !important;
|
|
@@ -260,8 +260,8 @@
|
|
|
260
260
|
|
|
261
261
|
.ant-tooltip-arrow {
|
|
262
262
|
&::before {
|
|
263
|
-
background-color: #ffffff
|
|
264
|
-
border: 1px solid rgba(0, 0, 0, 0.1)
|
|
263
|
+
background-color: #ffffff ;
|
|
264
|
+
border: 1px solid rgba(0, 0, 0, 0.1) ;
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
267
|
}
|
package/cjs/index.js
CHANGED
|
@@ -138045,7 +138045,7 @@ var Chatbox = function Chatbox(props) {
|
|
|
138045
138045
|
setRightComponent && setRightComponent(undefined);
|
|
138046
138046
|
}
|
|
138047
138047
|
}, [currentConversation]);
|
|
138048
|
-
var _useState11 = React.useState(
|
|
138048
|
+
var _useState11 = React.useState(true),
|
|
138049
138049
|
_useState12 = _slicedToArray(_useState11, 2),
|
|
138050
138050
|
isFree = _useState12[0],
|
|
138051
138051
|
setIsFree = _useState12[1];
|
package/es/IM/style/index.scss
CHANGED
|
@@ -217,13 +217,13 @@
|
|
|
217
217
|
// Tooltip light theme styles
|
|
218
218
|
.ant-tooltip {
|
|
219
219
|
.ant-tooltip-inner {
|
|
220
|
-
background-color: #ffffff
|
|
221
|
-
color: rgba(0, 0, 0, 0.85)
|
|
222
|
-
border: 1px solid rgba(0, 0, 0, 0.1)
|
|
220
|
+
background-color: #ffffff ;
|
|
221
|
+
color: rgba(0, 0, 0, 0.85) ;
|
|
222
|
+
border: 1px solid rgba(0, 0, 0, 0.1) ;
|
|
223
223
|
border-radius: 8px !important;
|
|
224
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
|
|
225
|
-
padding: 4px
|
|
226
|
-
min-width: 120px
|
|
224
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) ;
|
|
225
|
+
padding: 4px ;
|
|
226
|
+
min-width: 120px ;
|
|
227
227
|
|
|
228
228
|
.yuze-conversationList-header-right-tooltip-item {
|
|
229
229
|
color: rgba(0, 0, 0, 0.85) !important;
|
|
@@ -260,8 +260,8 @@
|
|
|
260
260
|
|
|
261
261
|
.ant-tooltip-arrow {
|
|
262
262
|
&::before {
|
|
263
|
-
background-color: #ffffff
|
|
264
|
-
border: 1px solid rgba(0, 0, 0, 0.1)
|
|
263
|
+
background-color: #ffffff ;
|
|
264
|
+
border: 1px solid rgba(0, 0, 0, 0.1) ;
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
267
|
}
|
package/es/index.js
CHANGED
|
@@ -138024,7 +138024,7 @@ var Chatbox = function Chatbox(props) {
|
|
|
138024
138024
|
setRightComponent && setRightComponent(undefined);
|
|
138025
138025
|
}
|
|
138026
138026
|
}, [currentConversation]);
|
|
138027
|
-
var _useState11 = useState(
|
|
138027
|
+
var _useState11 = useState(true),
|
|
138028
138028
|
_useState12 = _slicedToArray(_useState11, 2),
|
|
138029
138029
|
isFree = _useState12[0],
|
|
138030
138030
|
setIsFree = _useState12[1];
|