@douyinfe/semi-ui 2.20.6 → 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,
@@ -103186,6 +103186,9 @@ class imageFoundation_ImageFoundation extends foundation {
103186
103186
  }
103187
103187
 
103188
103188
  }
103189
+ // EXTERNAL MODULE: ../semi-foundation/image/image.scss
103190
+ var image_image = __webpack_require__("txvO");
103191
+
103189
103192
  // CONCATENATED MODULE: ./image/image.tsx
103190
103193
 
103191
103194
 
@@ -103203,6 +103206,7 @@ class imageFoundation_ImageFoundation extends foundation {
103203
103206
 
103204
103207
 
103205
103208
 
103209
+
103206
103210
  const image_prefixCls = image_constants_cssClasses.PREFIX;
103207
103211
  class image_Image extends baseComponent_BaseComponent {
103208
103212
  constructor(props) {
@@ -103410,9 +103414,6 @@ image_Image.propTypes = {
103410
103414
  image_Image.defaultProps = {
103411
103415
  preview: true
103412
103416
  };
103413
- // EXTERNAL MODULE: ../semi-foundation/image/image.scss
103414
- var image_image = __webpack_require__("txvO");
103415
-
103416
103417
  // CONCATENATED MODULE: ./image/index.tsx
103417
103418
 
103418
103419
 
@@ -103481,6 +103482,7 @@ var preview_rest = undefined && undefined.__rest || function (s, e) {
103481
103482
 
103482
103483
 
103483
103484
 
103485
+
103484
103486
  const preview_prefixCls = image_constants_cssClasses.PREFIX;
103485
103487
  class preview_Preview extends baseComponent_BaseComponent {
103486
103488
  constructor(props) {