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-rtl.css
CHANGED
|
@@ -14795,7 +14795,7 @@ kbd.rs-text {
|
|
|
14795
14795
|
}
|
|
14796
14796
|
.rs-picker-label.rs-input-group-addon {
|
|
14797
14797
|
color: var(--rs-text-primary);
|
|
14798
|
-
padding-inline
|
|
14798
|
+
padding-inline: calc(var(--rs-input-group-inside-btn-padding) * 2 - var(--rs-picker-toggle-border-width));
|
|
14799
14799
|
}
|
|
14800
14800
|
.rs-picker-loader {
|
|
14801
14801
|
width: var(--rs-picker-loader-size);
|