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

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.
@@ -9,7 +9,7 @@
9
9
  color: var(--bs-icon-color);
10
10
  }
11
11
 
12
- .seatable-select-option .select-option-name .seatable-tip-default {
12
+ .seatable-option .select-option-name .seatable-tip-default {
13
13
  font-size: 12px;
14
14
  margin-top: 4px
15
15
  }
@@ -9,6 +9,7 @@ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/h
9
9
  var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectSpread2"));
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
  var _reactSelect = require("react-select");
12
+ require("./dtable-select-label.css");
12
13
  var _jsxRuntime = require("react/jsx-runtime");
13
14
  const _excluded = ["innerProps"]; // DtableSelect is based on seatable-ui.css, so use the following content to override the default react-select style
14
15
  const DEFAULT_CONTROL_STYLE = {
@@ -209,8 +210,8 @@ const Option = props => {
209
210
  width: '100%',
210
211
  whiteSpace: 'pre-line'
211
212
  },
212
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
213
- className: "seatable-select-option",
213
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
214
+ className: "seatable-option",
214
215
  children: label
215
216
  }), isSelected && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
216
217
  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.16",
3
+ "version": "7.0.0ahn.17",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",