rsuite 5.28.0 → 5.28.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/Button/styles/index.less +1 -0
- package/CHANGELOG.md +6 -0
- package/dist/rsuite-rtl.css +12 -0
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +12 -0
- package/dist/rsuite.js +18 -18
- 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/package.json +2 -2
package/Button/styles/index.less
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [5.28.1](https://github.com/rsuite/rsuite/compare/v5.28.0...v5.28.1) (2023-03-03)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **Button:** fix Button content not center-aligned ([#3087](https://github.com/rsuite/rsuite/issues/3087)) ([28ff13b](https://github.com/rsuite/rsuite/commit/28ff13b2c2ab8f08ccaa854caffa0a5674d1aabc))
|
|
6
|
+
|
|
1
7
|
# [5.28.0](https://github.com/rsuite/rsuite/compare/v5.27.0...v5.28.0) (2023-02-24)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/dist/rsuite-rtl.css
CHANGED
|
@@ -1855,6 +1855,9 @@ tbody.rs-anim-collapse.rs-anim-in {
|
|
|
1855
1855
|
-webkit-box-align: center;
|
|
1856
1856
|
-ms-flex-align: center;
|
|
1857
1857
|
align-items: center;
|
|
1858
|
+
-webkit-box-pack: center;
|
|
1859
|
+
-ms-flex-pack: center;
|
|
1860
|
+
justify-content: center;
|
|
1858
1861
|
margin-bottom: 0;
|
|
1859
1862
|
font-weight: normal;
|
|
1860
1863
|
text-align: center;
|
|
@@ -10877,6 +10880,9 @@ textarea.rs-picker-search-input {
|
|
|
10877
10880
|
-webkit-box-align: center;
|
|
10878
10881
|
-ms-flex-align: center;
|
|
10879
10882
|
align-items: center;
|
|
10883
|
+
-webkit-box-pack: center;
|
|
10884
|
+
-ms-flex-pack: center;
|
|
10885
|
+
justify-content: center;
|
|
10880
10886
|
margin-bottom: 0;
|
|
10881
10887
|
font-weight: normal;
|
|
10882
10888
|
text-align: center;
|
|
@@ -12804,6 +12810,9 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
12804
12810
|
-webkit-box-align: center;
|
|
12805
12811
|
-ms-flex-align: center;
|
|
12806
12812
|
align-items: center;
|
|
12813
|
+
-webkit-box-pack: center;
|
|
12814
|
+
-ms-flex-pack: center;
|
|
12815
|
+
justify-content: center;
|
|
12807
12816
|
margin-bottom: 0;
|
|
12808
12817
|
font-weight: normal;
|
|
12809
12818
|
text-align: center;
|
|
@@ -15991,6 +16000,9 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
15991
16000
|
-webkit-box-align: center;
|
|
15992
16001
|
-ms-flex-align: center;
|
|
15993
16002
|
align-items: center;
|
|
16003
|
+
-webkit-box-pack: center;
|
|
16004
|
+
-ms-flex-pack: center;
|
|
16005
|
+
justify-content: center;
|
|
15994
16006
|
margin-bottom: 0;
|
|
15995
16007
|
font-weight: normal;
|
|
15996
16008
|
text-align: center;
|