dtable-ui-component 7.0.0-ahn.14 → 7.0.0-ahn.16

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.
@@ -8,3 +8,8 @@
8
8
  font-size: 14px;
9
9
  color: var(--bs-icon-color);
10
10
  }
11
+
12
+ .seatable-select-option .select-option-name .seatable-tip-default {
13
+ font-size: 12px;
14
+ margin-top: 4px
15
+ }
@@ -96,7 +96,7 @@ const MenuSelectStyle = exports.MenuSelectStyle = {
96
96
  whiteSpace: 'nowrap',
97
97
  textOverflow: 'ellipsis',
98
98
  ':hover': {
99
- backgroundColor: 'rgba(0, 0, 0, 0.04)'
99
+ backgroundColor: 'var(--bs-btn-background-hover)'
100
100
  },
101
101
  '.header-icon': HEADER_ICON_STYLE
102
102
  });
@@ -210,6 +210,7 @@ const Option = props => {
210
210
  whiteSpace: 'pre-line'
211
211
  },
212
212
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
213
+ className: "seatable-select-option",
213
214
  children: label
214
215
  }), isSelected && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
215
216
  className: "dtable-font dtable-icon-check",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "7.0.0ahn.14",
3
+ "version": "7.0.0ahn.16",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",