dtable-ui-component 6.0.110-ast.13 → 6.0.110-ast.14

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.
@@ -152,7 +152,6 @@ class DTableSelect extends _react.default.Component {
152
152
  className: className,
153
153
  classNamePrefix: classNamePrefix,
154
154
  styles: _selectStyle.MenuSelectStyle,
155
- menuIsOpen: true,
156
155
  components: {
157
156
  Option,
158
157
  DropdownIndicator,
@@ -189,7 +188,7 @@ class DTableSelect extends _react.default.Component {
189
188
  style: {
190
189
  width: '14px',
191
190
  height: '14px',
192
- color: 'var(--bs-icon-secondary-color)'
191
+ color: 'var(--bs-icon-color)'
193
192
  }
194
193
  })]
195
194
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110ast.13",
3
+ "version": "6.0.110ast.14",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",