@douyinfe/semi-ui 2.20.7 → 2.20.8

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.
@@ -71696,7 +71696,7 @@ const select_constants_strings = {
71696
71696
  STATUS: VALIDATE_STATUS
71697
71697
  };
71698
71698
  const select_constants_numbers = {
71699
- LIST_HEIGHT: 300
71699
+ LIST_HEIGHT: 270
71700
71700
  };
71701
71701
 
71702
71702
  // CONCATENATED MODULE: ./tag/group.tsx
@@ -72825,7 +72825,7 @@ class select_Select extends baseComponent_BaseComponent {
72825
72825
  // eslint-disable-next-line jsx-a11y/no-static-element-interactions
72826
72826
  external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", {
72827
72827
  id: "".concat(select_prefixcls, "-").concat(this.selectOptionListID),
72828
- className: dropdownClassName,
72828
+ className: classnames_default()("".concat(select_prefixcls, "-option-list-wrapper"), dropdownClassName),
72829
72829
  style: style,
72830
72830
  ref: this.setOptionContainerEl,
72831
72831
  onKeyDown: e => this.foundation.handleContainerKeyDown(e)
@@ -73337,7 +73337,7 @@ select_Select.defaultProps = {
73337
73337
  onBlur: noop_default.a,
73338
73338
  onClear: noop_default.a,
73339
73339
  onListScroll: noop_default.a,
73340
- maxHeight: 300,
73340
+ maxHeight: select_constants_numbers.LIST_HEIGHT,
73341
73341
  dropdownMatchSelectWidth: true,
73342
73342
  defaultActiveFirstOption: true,
73343
73343
  showArrow: true,