@seafile/seafile-database 0.0.33 → 0.0.35

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.
@@ -1,4 +1,4 @@
1
- .option-group {
1
+ .sea-metadata-option-group {
2
2
  position: absolute;
3
3
  left: 0;
4
4
  min-height: 60px;
@@ -13,29 +13,29 @@
13
13
  z-index: 10001;
14
14
  }
15
15
 
16
- .option-group .option-group-search {
16
+ .sea-metadata-option-group .sea-metadata-option-group-search {
17
17
  width: 100%;
18
18
  padding: 0 10px 6px 10px;
19
19
  min-width: 170px;
20
20
  }
21
21
 
22
- .option-group-search .form-control {
22
+ .sea-metadata-option-group-search .form-control {
23
23
  height: 31px;
24
24
  }
25
25
 
26
- .option-group .none-search-result {
26
+ .sea-metadata-option-group .none-search-result {
27
27
  height: 100px;
28
28
  width: 100%;
29
29
  padding: 10px;
30
30
  font-size: 14px;
31
31
  }
32
32
 
33
- .option-group .option-group-content {
33
+ .sea-metadata-option-group .option-group-content {
34
34
  max-height: 252px;
35
35
  overflow-y: auto;
36
36
  }
37
37
 
38
- .option-group .option {
38
+ .sea-metadata-option-group .option {
39
39
  display: block;
40
40
  width: 100%;
41
41
  line-height: 24px;
@@ -50,29 +50,29 @@
50
50
  white-space: nowrap;
51
51
  }
52
52
 
53
- .option-group .option.active {
53
+ .sea-metadata-option-group .option.active {
54
54
  background-color: #20a0ff;
55
55
  color: #fff;
56
56
  cursor: pointer;
57
57
  }
58
58
 
59
- .option-group .option:hover .header-icon,
60
- .option-group .option.active .select-option-name {
59
+ .sea-metadata-option-group .option:hover .header-icon,
60
+ .sea-metadata-option-group .option.active .select-option-name {
61
61
  color: #fff;
62
62
  }
63
63
 
64
- .option-group .option.active .header-icon {
64
+ .sea-metadata-option-group .option.active .header-icon {
65
65
  color: #fff;
66
66
  }
67
67
 
68
- .option-group .option:not(.active):hover .header-icon {
68
+ .sea-metadata-option-group .option:not(.active):hover .header-icon {
69
69
  color: #aaa;
70
70
  }
71
71
 
72
- .option-group .option .select-option-name .single-select-option {
72
+ .sea-metadata-option-group .option .select-option-name .single-select-option {
73
73
  margin: 0 0 0 12px;
74
74
  }
75
75
 
76
- .option-group .option .select-option-name .multiple-select-option {
76
+ .sea-metadata-option-group .option .select-option-name .multiple-select-option {
77
77
  margin: 0;
78
78
  }
@@ -214,7 +214,7 @@ class OptionGroup extends _react.Component {
214
214
  return /*#__PURE__*/_react.default.createElement(_clickOutside.default, {
215
215
  onClickOutside: this.props.onClickOutside
216
216
  }, /*#__PURE__*/_react.default.createElement("div", {
217
- className: (0, _classnames.default)('option-group', className ? 'option-group-' + className : '', {
217
+ className: (0, _classnames.default)('sea-metadata-option-group', className ? 'option-group-' + className : '', {
218
218
  'pt-0': isShowSelected,
219
219
  'create-new-option-group': addOptionAble
220
220
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-database",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "private": false,
5
5
  "description": "This is a seafile database components",
6
6
  "main": "dist/index.js",