dtable-ui-component 6.0.110-oot.16 → 6.0.110-oot.18

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.
@@ -71,7 +71,8 @@ class DTableCustomizeSearchInput extends _react.Component {
71
71
  },
72
72
  onClick: this.clearSearch,
73
73
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
74
- symbol: "close"
74
+ symbol: "close",
75
+ color: "var(--bs-icon-secondary-color)"
75
76
  })
76
77
  });
77
78
  };
@@ -50,7 +50,7 @@
50
50
  }
51
51
 
52
52
  .seatable-check-color {
53
- color: var(--bs-icon-secondary-color);
53
+ color: var(--bs-icon-color);
54
54
  }
55
55
 
56
56
  .seatable-customize-select.dtable-ui-collaborator-selector .seatable-option-group .seatable-option-group-content,
@@ -119,7 +119,8 @@ class DTableCustomizeSelect extends _react.Component {
119
119
  }), !isLocked && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
120
120
  className: "d-inline-flex align-items-center",
121
121
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
122
- symbol: "down"
122
+ symbol: "down",
123
+ color: "var(--bs-icon-color)"
123
124
  })
124
125
  })]
125
126
  }), this.state.isShowSelectOptions && !isInModal && /*#__PURE__*/(0, _jsxRuntime.jsx)(_selectOptionGroup.default, {
@@ -160,7 +160,6 @@ class DTableSelect extends _react.default.Component {
160
160
  filterOption: customFilterOption,
161
161
  autoFocus: autoFocus,
162
162
  form: form,
163
- menuIsOpen: true,
164
163
  formatOptionLabel: (option, _ref3) => {
165
164
  let {
166
165
  context
@@ -14,7 +14,8 @@ const SelectDropdownIndicator = () => {
14
14
  className: "select-dropdown-indicator d-flex align-items-center",
15
15
  "aria-hidden": "true",
16
16
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
17
- symbol: "down"
17
+ symbol: "down",
18
+ color: "var(--bs-icon-color)"
18
19
  })
19
20
  });
20
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110oot.16",
3
+ "version": "6.0.110oot.18",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",