@douyinfe/semi-ui 2.5.0 → 2.5.1

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
@@ -2688,7 +2688,7 @@ body[theme-mode=dark], body .semi-always-dark {
2688
2688
  color: var(--semi-color-text-2);
2689
2689
  }
2690
2690
  .semi-cascader-selection-tag {
2691
- margin: 1px 2px;
2691
+ margin: 1px 2px 1px 0;
2692
2692
  }
2693
2693
  .semi-cascader-selection-tag:first-child {
2694
2694
  margin-left: 0;
@@ -4740,6 +4740,10 @@ body[theme-mode=dark], body .semi-always-dark {
4740
4740
  padding-top: 6px;
4741
4741
  padding-bottom: 6px;
4742
4742
  }
4743
+ .semi-form-field[x-label-pos=left] .semi-radioGroup-buttonRadio {
4744
+ padding-top: 0;
4745
+ padding-bottom: 0;
4746
+ }
4743
4747
  .semi-form-field[x-label-pos=left] .semi-switch,
4744
4748
  .semi-form-field[x-label-pos=left] .semi-rating {
4745
4749
  vertical-align: middle;
@@ -11448,6 +11452,7 @@ body[theme-mode=dark], body .semi-always-dark {
11448
11452
  cursor: not-allowed;
11449
11453
  color: var(--semi-color-disabled-text);
11450
11454
  background-color: var(--semi-color-disabled-fill);
11455
+ -webkit-text-fill-color: var(--semi-color-disabled-text);
11451
11456
  }
11452
11457
  .semi-input-wrapper-disabled:hover {
11453
11458
  background-color: var(--semi-color-disabled-fill);
@@ -16207,7 +16212,6 @@ body[theme-mode=dark], body .semi-always-dark {
16207
16212
  word-break: break-all;
16208
16213
  word-wrap: break-word;
16209
16214
  position: relative;
16210
- user-select: none;
16211
16215
  }
16212
16216
  .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-left, .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-right {
16213
16217
  z-index: 101;