whyuzeim 1.1.148 → 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
  }
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whyuzeim",
3
- "version": "1.1.148",
3
+ "version": "1.1.149",
4
4
  "description": "im componenets",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",