dtable-ui-component 6.0.110-aik.3 → 6.0.110-aik.5

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.
@@ -19,7 +19,7 @@
19
19
  .group-selector .option .dtable-icon-check-mark {
20
20
  font-size: 12px;
21
21
  color: #798d99;
22
- height: 12px;
22
+ height: 12px !important;
23
23
  display: flex;
24
24
  align-items: center;
25
25
  justify-content: center;
@@ -31,6 +31,10 @@
31
31
  cursor: pointer;
32
32
  }
33
33
 
34
+ .group-selector .option.option-active .dtable-icon-check-mark {
35
+ color: #798d99 !important;
36
+ }
37
+
34
38
  .group-selector .option .select-option-name .single-select-option {
35
39
  margin: 0 0 0 12px;
36
40
  }
@@ -189,8 +189,7 @@ class SelectOptionGroup extends _react.Component {
189
189
  minWidth,
190
190
  isInModal,
191
191
  position,
192
- className,
193
- components
192
+ className
194
193
  } = this.props;
195
194
  let {
196
195
  searchVal
@@ -27,7 +27,6 @@
27
27
  .option-group .none-search-result {
28
28
  height: 100px;
29
29
  width: 100%;
30
- padding: 10px;
31
30
  color: #666666;
32
31
  }
33
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110-aik.3",
3
+ "version": "6.0.110-aik.5",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",