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