@titaui/pc 1.7.84 → 1.7.85

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.
@@ -223,6 +223,11 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
223
223
  'depart': true,
224
224
  'group': false
225
225
  },
226
+ searchedPanes: {
227
+ user: true,
228
+ depart: false,
229
+ group: false
230
+ },
226
231
  onPopupVisibleChange: onPopupVisibleChangeHandler
227
232
  }, /*#__PURE__*/_react["default"].createElement(_userInput["default"], {
228
233
  users: selectNodes.users,
@@ -44,14 +44,14 @@
44
44
  height: 8px;
45
45
  min-height: 8px;
46
46
  border-radius: 50%;
47
- background-color: #2879ff;
47
+ background-color: #2879ff !important;
48
48
  transform: scale(0);
49
49
  opacity: 0;
50
50
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
51
51
  }
52
52
 
53
53
  .tita-radio .tita-radio-input:checked + .tita-radio-inner {
54
- border-color: #2879ff;
54
+ border-color: #2879ff !important;
55
55
  }
56
56
 
57
57
  .tita-radio .tita-radio-input:checked + .tita-radio-inner:after {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.7.84",
3
+ "version": "1.7.85",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",