rsuite 5.34.0 → 5.34.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.
- package/CHANGELOG.md +7 -0
- package/Checkbox/styles/mixin.less +1 -1
- package/CheckboxGroup/styles/index.less +4 -1
- package/RadioGroup/styles/index.less +4 -1
- package/cjs/InputPicker/InputPicker.js +1 -1
- package/dist/rsuite-no-reset-rtl.css +8 -4
- 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 +8 -4
- package/dist/rsuite-no-reset.min.css +1 -1
- package/dist/rsuite-no-reset.min.css.map +1 -1
- package/dist/rsuite-rtl.css +8 -4
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +8 -4
- package/dist/rsuite.js +1 -1
- package/dist/rsuite.min.css +1 -1
- package/dist/rsuite.min.css.map +1 -1
- package/dist/rsuite.min.js +1 -1
- package/dist/rsuite.min.js.map +1 -1
- package/esm/InputPicker/InputPicker.js +1 -1
- package/package.json +1 -1
package/dist/rsuite-rtl.css
CHANGED
|
@@ -4022,7 +4022,7 @@ tbody.rs-anim-collapse.rs-anim-in {
|
|
|
4022
4022
|
vertical-align: middle;
|
|
4023
4023
|
font-weight: normal;
|
|
4024
4024
|
margin-top: 0;
|
|
4025
|
-
margin-
|
|
4025
|
+
margin-left: 10px;
|
|
4026
4026
|
}
|
|
4027
4027
|
.rs-plaintext .rs-checkbox-inline:first-child {
|
|
4028
4028
|
margin-right: 0;
|
|
@@ -4185,12 +4185,14 @@ label:hover .rs-checkbox-wrapper .rs-checkbox-inner::before {
|
|
|
4185
4185
|
-ms-flex-direction: column;
|
|
4186
4186
|
flex-direction: column;
|
|
4187
4187
|
}
|
|
4188
|
+
.rs-checkbox-group > .rs-checkbox {
|
|
4189
|
+
margin-right: -10px;
|
|
4190
|
+
}
|
|
4188
4191
|
.rs-checkbox-group-inline {
|
|
4189
4192
|
-webkit-box-orient: horizontal;
|
|
4190
4193
|
-webkit-box-direction: normal;
|
|
4191
4194
|
-ms-flex-direction: row;
|
|
4192
4195
|
flex-direction: row;
|
|
4193
|
-
margin-right: -10px;
|
|
4194
4196
|
}
|
|
4195
4197
|
.rs-picker-check-menu-items {
|
|
4196
4198
|
margin-bottom: 6px;
|
|
@@ -12624,7 +12626,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
12624
12626
|
vertical-align: middle;
|
|
12625
12627
|
font-weight: normal;
|
|
12626
12628
|
margin-top: 0;
|
|
12627
|
-
margin-
|
|
12629
|
+
margin-left: 10px;
|
|
12628
12630
|
}
|
|
12629
12631
|
.rs-plaintext .rs-radio-inline:first-child {
|
|
12630
12632
|
margin-right: 0;
|
|
@@ -12774,12 +12776,14 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
12774
12776
|
-ms-flex-direction: column;
|
|
12775
12777
|
flex-direction: column;
|
|
12776
12778
|
}
|
|
12779
|
+
.rs-radio-group > .rs-radio {
|
|
12780
|
+
margin-right: -10px;
|
|
12781
|
+
}
|
|
12777
12782
|
.rs-radio-group-inline {
|
|
12778
12783
|
-webkit-box-orient: horizontal;
|
|
12779
12784
|
-webkit-box-direction: normal;
|
|
12780
12785
|
-ms-flex-direction: row;
|
|
12781
12786
|
flex-direction: row;
|
|
12782
|
-
margin-right: -10px;
|
|
12783
12787
|
}
|
|
12784
12788
|
.rs-radio-group-picker {
|
|
12785
12789
|
display: -webkit-inline-box;
|