@douyinfe/semi-ui 2.1.0-next.2 → 2.1.2

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/dist/css/semi.css CHANGED
@@ -713,25 +713,25 @@ body[theme-mode=dark], body .semi-always-dark {
713
713
  margin-bottom: 4px;
714
714
  }
715
715
 
716
- .semi-select {
716
+ .semi-autocomplete {
717
717
  cursor: text;
718
718
  display: inline-flex;
719
719
  vertical-align: middle;
720
720
  box-sizing: border-box;
721
721
  }
722
- .semi-select-option-list {
722
+ .semi-autocomplete-option-list {
723
723
  overflow-x: hidden;
724
724
  overflow-y: auto;
725
725
  }
726
- .semi-select-option-list-chosen .semi-select-option-icon {
726
+ .semi-autocomplete-option-list-chosen .semi-autocomplete-option-icon {
727
727
  display: flex;
728
728
  }
729
- .semi-select-loading-wrapper {
729
+ .semi-autocomplete-loading-wrapper {
730
730
  padding-top: 8px;
731
731
  padding-bottom: 8px;
732
732
  cursor: not-allowed;
733
733
  }
734
- .semi-select-loading-wrapper .semi-spin {
734
+ .semi-autocomplete-loading-wrapper .semi-spin {
735
735
  width: 100%;
736
736
  }
737
737
 
@@ -11171,7 +11171,7 @@ body[theme-mode=dark], body .semi-always-dark {
11171
11171
  }
11172
11172
  .semi-input-wrapper:hover {
11173
11173
  background-color: var(--semi-color-fill-1);
11174
- border-color: transparent·;
11174
+ border-color: transparent;
11175
11175
  }
11176
11176
  .semi-input-wrapper-focus {
11177
11177
  background-color: var(--semi-color-fill-0);
@@ -11179,9 +11179,11 @@ body[theme-mode=dark], body .semi-always-dark {
11179
11179
  }
11180
11180
  .semi-input-wrapper-focus:hover {
11181
11181
  background-color: var(--semi-color-fill-0);
11182
+ border-color: var(--semi-color-focus-border);
11182
11183
  }
11183
11184
  .semi-input-wrapper-focus:active {
11184
11185
  background-color: var(--semi-color-fill-0);
11186
+ border-color: var(--semi-color-focus-border);
11185
11187
  }
11186
11188
  .semi-input-wrapper.semi-input-readonly {
11187
11189
  cursor: default;