rsuite 5.27.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/dist/rsuite.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;
@@ -10889,6 +10892,9 @@ textarea.rs-picker-search-input {
10889
10892
  -webkit-box-align: center;
10890
10893
  -ms-flex-align: center;
10891
10894
  align-items: center;
10895
+ -webkit-box-pack: center;
10896
+ -ms-flex-pack: center;
10897
+ justify-content: center;
10892
10898
  margin-bottom: 0;
10893
10899
  font-weight: normal;
10894
10900
  text-align: center;
@@ -12820,6 +12826,9 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
12820
12826
  -webkit-box-align: center;
12821
12827
  -ms-flex-align: center;
12822
12828
  align-items: center;
12829
+ -webkit-box-pack: center;
12830
+ -ms-flex-pack: center;
12831
+ justify-content: center;
12823
12832
  margin-bottom: 0;
12824
12833
  font-weight: normal;
12825
12834
  text-align: center;
@@ -16013,6 +16022,9 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
16013
16022
  -webkit-box-align: center;
16014
16023
  -ms-flex-align: center;
16015
16024
  align-items: center;
16025
+ -webkit-box-pack: center;
16026
+ -ms-flex-pack: center;
16027
+ justify-content: center;
16016
16028
  margin-bottom: 0;
16017
16029
  font-weight: normal;
16018
16030
  text-align: center;