@douyinfe/semi-ui 2.6.0-beta.0 → 2.6.0

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.
package/button/index.tsx CHANGED
@@ -12,7 +12,7 @@ export { ButtonGroupProps } from './buttonGroup';
12
12
  export { SplitButtonGroupProps } from './splitButtonGroup';
13
13
 
14
14
  // eslint-disable-next-line
15
- export interface ButtonProps extends IconButtonProps, BaseButtonProps {} // TODO check
15
+ export interface ButtonProps extends IconButtonProps {} // TODO check
16
16
  class Button extends React.PureComponent<ButtonProps> {
17
17
  static propTypes = {
18
18
  ...BaseButton.propTypes,
package/dist/css/semi.css CHANGED
@@ -17055,6 +17055,7 @@ body[theme-mode=dark], body .semi-always-dark {
17055
17055
  user-select: none;
17056
17056
  overflow: hidden;
17057
17057
  white-space: nowrap;
17058
+ vertical-align: bottom;
17058
17059
  }
17059
17060
  .semi-tag-default, .semi-tag-small {
17060
17061
  font-size: 12px;