@douyinfe/semi-ui 2.4.0 → 2.4.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.
@@ -525,6 +525,7 @@ export default class DatePicker extends BaseComponent<DatePickerProps, DatePicke
525
525
  };
526
526
 
527
527
  return (
528
+ // eslint-disable-next-line jsx-a11y/no-static-element-interactions, jsx-a11y/click-events-have-key-events
528
529
  <div
529
530
  onClick={this.handleTriggerWrapperClick}
530
531
  className={inputCls}>
package/dist/css/semi.css CHANGED
@@ -17485,6 +17485,7 @@ body[theme-mode=dark], body .semi-always-dark {
17485
17485
  }
17486
17486
  .semi-tagInput-hover {
17487
17487
  background-color: var(--semi-color-fill-1);
17488
+ border: 1px transparent solid;
17488
17489
  }
17489
17490
  .semi-tagInput-focus {
17490
17491
  background-color: var(--semi-color-fill-0);