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.
@@ -217,13 +217,13 @@
217
217
  // Tooltip light theme styles
218
218
  .ant-tooltip {
219
219
  .ant-tooltip-inner {
220
- background-color: #ffffff !important;
221
- color: rgba(0, 0, 0, 0.85) !important;
222
- border: 1px solid rgba(0, 0, 0, 0.1) !important;
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) !important;
225
- padding: 4px !important;
226
- min-width: 120px !important;
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 !important;
264
- border: 1px solid rgba(0, 0, 0, 0.1) !important;
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(false),
138048
+ var _useState11 = React.useState(true),
138049
138049
  _useState12 = _slicedToArray(_useState11, 2),
138050
138050
  isFree = _useState12[0],
138051
138051
  setIsFree = _useState12[1];
@@ -217,13 +217,13 @@
217
217
  // Tooltip light theme styles
218
218
  .ant-tooltip {
219
219
  .ant-tooltip-inner {
220
- background-color: #ffffff !important;
221
- color: rgba(0, 0, 0, 0.85) !important;
222
- border: 1px solid rgba(0, 0, 0, 0.1) !important;
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) !important;
225
- padding: 4px !important;
226
- min-width: 120px !important;
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 !important;
264
- border: 1px solid rgba(0, 0, 0, 0.1) !important;
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(false),
138027
+ var _useState11 = useState(true),
138028
138028
  _useState12 = _slicedToArray(_useState11, 2),
138029
138029
  isFree = _useState12[0],
138030
138030
  setIsFree = _useState12[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whyuzeim",
3
- "version": "1.1.147",
3
+ "version": "1.1.149",
4
4
  "description": "im componenets",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",