rsuite 6.0.0-canary-20250320 → 6.0.0-canary-2025032014
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/AutoComplete/styles/index.css +1 -1
- package/Cascader/styles/index.css +1 -1
- package/CheckPicker/styles/index.css +1 -1
- package/CheckTree/styles/index.css +1 -1
- package/CheckTreePicker/styles/index.css +1 -1
- package/DatePicker/styles/index.css +1 -1
- package/DateRangePicker/styles/index.css +1 -1
- package/InputPicker/styles/index.css +1 -1
- package/MultiCascadeTree/styles/index.css +1 -1
- package/MultiCascader/styles/index.css +1 -1
- package/Pagination/styles/index.css +1 -1
- package/SelectPicker/styles/index.css +1 -1
- package/TagInput/styles/index.css +1 -1
- package/TagPicker/styles/index.css +1 -1
- package/TimePicker/styles/index.css +1 -1
- package/TimeRangePicker/styles/index.css +1 -1
- package/Tree/styles/index.css +1 -1
- package/TreePicker/styles/index.css +1 -1
- package/dist/rsuite-no-reset-rtl.css +1 -1
- package/dist/rsuite-no-reset-rtl.min.css +1 -1
- package/dist/rsuite-no-reset-rtl.min.css.map +1 -1
- package/dist/rsuite-no-reset.css +1 -1
- package/dist/rsuite-no-reset.min.css +1 -1
- package/dist/rsuite-no-reset.min.css.map +1 -1
- package/dist/rsuite-rtl.css +1 -1
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +1 -1
- package/dist/rsuite.min.css +1 -1
- package/dist/rsuite.min.css.map +1 -1
- package/internals/Picker/styles/index.less +3 -1
- package/package.json +1 -1
package/dist/rsuite-no-reset.css
CHANGED
|
@@ -14558,7 +14558,7 @@ kbd.rs-text {
|
|
|
14558
14558
|
}
|
|
14559
14559
|
.rs-picker-label.rs-input-group-addon {
|
|
14560
14560
|
color: var(--rs-text-primary);
|
|
14561
|
-
padding-inline
|
|
14561
|
+
padding-inline: calc(var(--rs-input-group-inside-btn-padding) * 2 - var(--rs-picker-toggle-border-width));
|
|
14562
14562
|
}
|
|
14563
14563
|
.rs-picker-loader {
|
|
14564
14564
|
width: var(--rs-picker-loader-size);
|