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.css
CHANGED
|
@@ -14809,7 +14809,7 @@ kbd.rs-text {
|
|
|
14809
14809
|
}
|
|
14810
14810
|
.rs-picker-label.rs-input-group-addon {
|
|
14811
14811
|
color: var(--rs-text-primary);
|
|
14812
|
-
padding-inline
|
|
14812
|
+
padding-inline: calc(var(--rs-input-group-inside-btn-padding) * 2 - var(--rs-picker-toggle-border-width));
|
|
14813
14813
|
}
|
|
14814
14814
|
.rs-picker-loader {
|
|
14815
14815
|
width: var(--rs-picker-loader-size);
|