rsuite 5.65.0 → 5.66.0

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.
Files changed (107) hide show
  1. package/Accordion/styles/index.css +9 -9
  2. package/AutoComplete/styles/index.css +59 -55
  3. package/Avatar/styles/index.css +2 -2
  4. package/Breadcrumb/styles/index.css +4 -4
  5. package/Button/styles/index.css +20 -20
  6. package/CHANGELOG.md +27 -0
  7. package/Calendar/styles/index.css +32 -32
  8. package/Carousel/styles/index.css +4 -4
  9. package/CascadeTree/styles/index.css +9 -9
  10. package/Cascader/styles/index.css +63 -59
  11. package/CheckPicker/styles/index.css +61 -57
  12. package/CheckTree/styles/index.css +62 -58
  13. package/CheckTreePicker/styles/index.css +62 -58
  14. package/Checkbox/styles/index.css +6 -6
  15. package/DateInput/styles/index.css +11 -11
  16. package/DatePicker/styles/index.css +70 -66
  17. package/DateRangeInput/styles/index.css +11 -11
  18. package/DateRangePicker/styles/index.css +71 -67
  19. package/Divider/styles/index.css +1 -1
  20. package/Drawer/styles/index.css +7 -7
  21. package/Dropdown/styles/index.css +26 -26
  22. package/FormControlLabel/styles/index.css +2 -2
  23. package/FormHelpText/styles/index.css +2 -2
  24. package/IconButton/styles/index.css +21 -21
  25. package/InlineEdit/styles/index.css +1 -1
  26. package/Input/styles/index.css +11 -11
  27. package/InputGroup/styles/index.css +28 -28
  28. package/InputNumber/styles/index.css +34 -34
  29. package/InputPicker/styles/index.css +62 -58
  30. package/List/styles/index.css +3 -3
  31. package/Loader/styles/index.css +10 -6
  32. package/Loader/styles/index.less +4 -0
  33. package/Message/styles/index.css +12 -12
  34. package/Modal/styles/index.css +9 -9
  35. package/MultiCascadeTree/styles/index.css +64 -60
  36. package/MultiCascader/styles/index.css +64 -60
  37. package/Nav/styles/index.css +30 -30
  38. package/Navbar/styles/index.css +30 -30
  39. package/Notification/styles/index.css +6 -6
  40. package/Pagination/styles/index.css +69 -65
  41. package/Panel/styles/index.css +9 -9
  42. package/PanelGroup/styles/index.css +1 -1
  43. package/Placeholder/styles/index.css +3 -3
  44. package/Popover/styles/index.css +3 -3
  45. package/Progress/styles/index.css +4 -3
  46. package/Progress/styles/index.less +1 -0
  47. package/Radio/styles/index.css +6 -6
  48. package/RadioGroup/styles/index.css +5 -5
  49. package/RangeSlider/styles/index.css +12 -12
  50. package/Rate/styles/index.css +2 -2
  51. package/SelectPicker/styles/index.css +62 -58
  52. package/Sidenav/styles/index.css +12 -12
  53. package/Slider/styles/index.css +12 -12
  54. package/Steps/styles/index.css +8 -8
  55. package/Table/styles/index.css +9 -9
  56. package/Tabs/styles/index.css +30 -30
  57. package/Tag/styles/index.css +3 -3
  58. package/TagInput/styles/index.css +63 -59
  59. package/TagPicker/styles/index.css +63 -59
  60. package/Text/styles/index.css +5 -5
  61. package/Timeline/styles/index.css +1 -1
  62. package/Toggle/styles/index.css +9 -9
  63. package/Tooltip/styles/index.css +9 -9
  64. package/Tree/styles/index.css +9 -9
  65. package/TreePicker/styles/index.css +9 -9
  66. package/Uploader/styles/index.css +40 -40
  67. package/cjs/CheckTree/CheckTreeView.d.ts +4 -0
  68. package/cjs/CheckTreePicker/CheckTreePicker.js +1 -0
  69. package/cjs/Drawer/Drawer.js +1 -0
  70. package/cjs/FormControl/hooks/useField.d.ts +1 -1
  71. package/cjs/FormControl/hooks/useField.js +15 -5
  72. package/cjs/Loader/Loader.d.ts +1 -1
  73. package/cjs/Loader/Loader.js +1 -1
  74. package/cjs/Tree/TreeView.d.ts +4 -0
  75. package/cjs/TreePicker/TreePicker.js +1 -0
  76. package/cjs/internals/hooks/useCustom.js +1 -1
  77. package/cjs/internals/hooks/useIsomorphicLayoutEffect.js +1 -1
  78. package/dist/rsuite-no-reset-rtl.css +203 -198
  79. package/dist/rsuite-no-reset-rtl.min.css +1 -1
  80. package/dist/rsuite-no-reset-rtl.min.css.map +1 -1
  81. package/dist/rsuite-no-reset.css +203 -198
  82. package/dist/rsuite-no-reset.min.css +1 -1
  83. package/dist/rsuite-no-reset.min.css.map +1 -1
  84. package/dist/rsuite-rtl.css +205 -200
  85. package/dist/rsuite-rtl.min.css +1 -1
  86. package/dist/rsuite-rtl.min.css.map +1 -1
  87. package/dist/rsuite.css +205 -200
  88. package/dist/rsuite.js +11 -11
  89. package/dist/rsuite.min.css +1 -1
  90. package/dist/rsuite.min.css.map +1 -1
  91. package/dist/rsuite.min.js +1 -1
  92. package/dist/rsuite.min.js.map +1 -1
  93. package/esm/CheckTree/CheckTreeView.d.ts +4 -0
  94. package/esm/CheckTreePicker/CheckTreePicker.js +1 -0
  95. package/esm/Drawer/Drawer.js +1 -0
  96. package/esm/FormControl/hooks/useField.d.ts +1 -1
  97. package/esm/FormControl/hooks/useField.js +13 -3
  98. package/esm/Loader/Loader.d.ts +1 -1
  99. package/esm/Loader/Loader.js +1 -1
  100. package/esm/Tree/TreeView.d.ts +4 -0
  101. package/esm/TreePicker/TreePicker.js +1 -0
  102. package/esm/internals/hooks/useCustom.js +1 -1
  103. package/esm/internals/hooks/useIsomorphicLayoutEffect.js +1 -1
  104. package/package.json +1 -1
  105. package/styles/color-modes/light.less +2 -2
  106. package/styles/colors/light.less +6 -6
  107. package/styles/variables.less +1 -0
@@ -5,12 +5,12 @@
5
5
  --rs-gray-100: #f2f2f5;
6
6
  --rs-gray-200: #e5e5ea;
7
7
  --rs-gray-300: #d9d9d9;
8
- --rs-gray-400: #c5c6c7;
9
- --rs-gray-500: #a6a6a6;
10
- --rs-gray-600: #8e8e93;
11
- --rs-gray-700: #7a7a7a;
12
- --rs-gray-800: #575757;
13
- --rs-gray-900: #272c36;
8
+ --rs-gray-400: #b6b7b8;
9
+ --rs-gray-500: #939393;
10
+ --rs-gray-600: #717273;
11
+ --rs-gray-700: #575757;
12
+ --rs-gray-800: #343434;
13
+ --rs-gray-900: #121212;
14
14
  --rs-primary-50: #f2faff;
15
15
  --rs-primary-100: #cce9ff;
16
16
  --rs-primary-200: #a6d7ff;
@@ -142,7 +142,7 @@
142
142
  --rs-loader-ring: rgba(247, 247, 250, 0.8);
143
143
  --rs-loader-backdrop: rgba(255, 255, 255, 0.9);
144
144
  --rs-loader-ring-inverse: rgba(247, 247, 250, 0.3);
145
- --rs-loader-backdrop-inverse: rgba(39, 44, 54, 0.83);
145
+ --rs-loader-backdrop-inverse: rgba(18, 18, 18, 0.83);
146
146
  --rs-listbox-option-hover-bg: rgba(204, 233, 255, 0.5);
147
147
  }
148
148
  }
@@ -461,7 +461,7 @@
461
461
  clear: both;
462
462
  font-weight: normal;
463
463
  line-height: 1.42857143;
464
- color: #575757;
464
+ color: #343434;
465
465
  color: var(--rs-text-primary);
466
466
  cursor: pointer;
467
467
  text-decoration: none;
@@ -505,7 +505,7 @@
505
505
  }
506
506
  .rs-cascade-search-view-row:disabled,
507
507
  .rs-cascade-search-view-row.rs-cascade-search-view-row-disabled {
508
- color: #c5c6c7;
508
+ color: #b6b7b8;
509
509
  color: var(--rs-listbox-option-disabled-text);
510
510
  background: none;
511
511
  cursor: not-allowed;
@@ -559,7 +559,7 @@
559
559
  clear: both;
560
560
  font-weight: normal;
561
561
  line-height: 1.42857143;
562
- color: #575757;
562
+ color: #343434;
563
563
  color: var(--rs-text-primary);
564
564
  cursor: pointer;
565
565
  text-decoration: none;
@@ -606,12 +606,12 @@
606
606
  text-decoration: underline;
607
607
  }
608
608
  .rs-cascade-tree-item.rs-cascade-tree-item-active .rs-cascade-tree-caret {
609
- color: #575757;
609
+ color: #343434;
610
610
  color: var(--rs-text-primary);
611
611
  }
612
612
  .rs-cascade-tree-item:disabled,
613
613
  .rs-cascade-tree-item.rs-cascade-tree-item-disabled {
614
- color: #c5c6c7;
614
+ color: #b6b7b8;
615
615
  color: var(--rs-listbox-option-disabled-text);
616
616
  background: none;
617
617
  cursor: not-allowed;
@@ -655,7 +655,7 @@
655
655
  -ms-user-select: none;
656
656
  user-select: none;
657
657
  text-decoration: none;
658
- color: #575757;
658
+ color: #343434;
659
659
  color: var(--rs-btn-default-text);
660
660
  background-color: #f7f7fa;
661
661
  background-color: var(--rs-btn-default-bg);
@@ -720,7 +720,7 @@
720
720
  }
721
721
  .rs-btn:active,
722
722
  .rs-btn.rs-btn-active {
723
- color: #272c36;
723
+ color: #121212;
724
724
  color: var(--rs-btn-default-active-text);
725
725
  background-color: #d9d9d9;
726
726
  background-color: var(--rs-btn-default-active-bg);
@@ -728,7 +728,7 @@
728
728
  .rs-btn:disabled,
729
729
  .rs-btn.rs-btn-disabled {
730
730
  cursor: not-allowed;
731
- color: #8e8e93;
731
+ color: #717273;
732
732
  color: var(--rs-btn-default-disabled-text);
733
733
  background-color: #f7f7fa;
734
734
  background-color: var(--rs-btn-default-disabled-bg);
@@ -786,28 +786,28 @@
786
786
  border-color: var(--rs-btn-default-disabled-boreder-color);
787
787
  }
788
788
  .rs-btn-subtle {
789
- color: #575757;
789
+ color: #343434;
790
790
  color: var(--rs-btn-subtle-text);
791
791
  background-color: transparent;
792
792
  border: none;
793
793
  }
794
794
  .rs-btn-subtle:hover,
795
795
  .rs-btn-subtle:focus {
796
- color: #575757;
796
+ color: #343434;
797
797
  color: var(--rs-btn-subtle-hover-text);
798
798
  background-color: #e5e5ea;
799
799
  background-color: var(--rs-btn-subtle-hover-bg);
800
800
  }
801
801
  .rs-btn-subtle:active,
802
802
  .rs-btn-subtle.rs-btn-active {
803
- color: #272c36;
803
+ color: #121212;
804
804
  color: var(--rs-btn-subtle-active-text);
805
805
  background-color: #e5e5ea;
806
806
  background-color: var(--rs-btn-subtle-active-bg);
807
807
  }
808
808
  .rs-btn-subtle:disabled,
809
809
  .rs-btn-subtle.rs-btn-disabled {
810
- color: #c5c6c7;
810
+ color: #b6b7b8;
811
811
  color: var(--rs-btn-subtle-disabled-text);
812
812
  background: none;
813
813
  }
@@ -895,7 +895,7 @@
895
895
  --rs-btn-subtle-hover-bg: var(--rs-red-500);
896
896
  --rs-btn-subtle-hover-text: #e5e5ea;
897
897
  --rs-btn-subtle-active-bg: var(--rs-red-600);
898
- --rs-btn-subtle-active-text: #575757;
898
+ --rs-btn-subtle-active-text: #343434;
899
899
  --rs-btn-ghost-border: var(--rs-red-700);
900
900
  --rs-btn-ghost-text: var(--rs-red-700);
901
901
  --rs-btn-ghost-hover-border: var(--rs-red-900);
@@ -949,7 +949,7 @@
949
949
  --rs-btn-subtle-hover-bg: var(--rs-orange-500);
950
950
  --rs-btn-subtle-hover-text: #e5e5ea;
951
951
  --rs-btn-subtle-active-bg: var(--rs-orange-600);
952
- --rs-btn-subtle-active-text: #575757;
952
+ --rs-btn-subtle-active-text: #343434;
953
953
  --rs-btn-ghost-border: var(--rs-orange-700);
954
954
  --rs-btn-ghost-text: var(--rs-orange-700);
955
955
  --rs-btn-ghost-hover-border: var(--rs-orange-900);
@@ -1003,7 +1003,7 @@
1003
1003
  --rs-btn-subtle-hover-bg: var(--rs-yellow-500);
1004
1004
  --rs-btn-subtle-hover-text: #e5e5ea;
1005
1005
  --rs-btn-subtle-active-bg: var(--rs-yellow-600);
1006
- --rs-btn-subtle-active-text: #575757;
1006
+ --rs-btn-subtle-active-text: #343434;
1007
1007
  --rs-btn-ghost-border: var(--rs-yellow-700);
1008
1008
  --rs-btn-ghost-text: var(--rs-yellow-700);
1009
1009
  --rs-btn-ghost-hover-border: var(--rs-yellow-900);
@@ -1057,7 +1057,7 @@
1057
1057
  --rs-btn-subtle-hover-bg: var(--rs-green-500);
1058
1058
  --rs-btn-subtle-hover-text: #e5e5ea;
1059
1059
  --rs-btn-subtle-active-bg: var(--rs-green-600);
1060
- --rs-btn-subtle-active-text: #575757;
1060
+ --rs-btn-subtle-active-text: #343434;
1061
1061
  --rs-btn-ghost-border: var(--rs-green-700);
1062
1062
  --rs-btn-ghost-text: var(--rs-green-700);
1063
1063
  --rs-btn-ghost-hover-border: var(--rs-green-900);
@@ -1111,7 +1111,7 @@
1111
1111
  --rs-btn-subtle-hover-bg: var(--rs-cyan-500);
1112
1112
  --rs-btn-subtle-hover-text: #e5e5ea;
1113
1113
  --rs-btn-subtle-active-bg: var(--rs-cyan-600);
1114
- --rs-btn-subtle-active-text: #575757;
1114
+ --rs-btn-subtle-active-text: #343434;
1115
1115
  --rs-btn-ghost-border: var(--rs-cyan-700);
1116
1116
  --rs-btn-ghost-text: var(--rs-cyan-700);
1117
1117
  --rs-btn-ghost-hover-border: var(--rs-cyan-900);
@@ -1165,7 +1165,7 @@
1165
1165
  --rs-btn-subtle-hover-bg: var(--rs-blue-500);
1166
1166
  --rs-btn-subtle-hover-text: #e5e5ea;
1167
1167
  --rs-btn-subtle-active-bg: var(--rs-blue-600);
1168
- --rs-btn-subtle-active-text: #575757;
1168
+ --rs-btn-subtle-active-text: #343434;
1169
1169
  --rs-btn-ghost-border: var(--rs-blue-700);
1170
1170
  --rs-btn-ghost-text: var(--rs-blue-700);
1171
1171
  --rs-btn-ghost-hover-border: var(--rs-blue-900);
@@ -1219,7 +1219,7 @@
1219
1219
  --rs-btn-subtle-hover-bg: var(--rs-violet-500);
1220
1220
  --rs-btn-subtle-hover-text: #e5e5ea;
1221
1221
  --rs-btn-subtle-active-bg: var(--rs-violet-600);
1222
- --rs-btn-subtle-active-text: #575757;
1222
+ --rs-btn-subtle-active-text: #343434;
1223
1223
  --rs-btn-ghost-border: var(--rs-violet-700);
1224
1224
  --rs-btn-ghost-text: var(--rs-violet-700);
1225
1225
  --rs-btn-ghost-hover-border: var(--rs-violet-900);
@@ -1467,7 +1467,7 @@
1467
1467
  }
1468
1468
  .rs-btn-loading > .rs-btn-spin::after {
1469
1469
  border-width: 3px;
1470
- border-color: #a6a6a6 transparent transparent;
1470
+ border-color: #939393 transparent transparent;
1471
1471
  border-color: var(--rs-loader-rotor) transparent transparent;
1472
1472
  border-style: solid;
1473
1473
  -webkit-animation: buttonSpin 0.6s infinite linear;
@@ -1577,7 +1577,7 @@
1577
1577
  .rs-loader-spin::after {
1578
1578
  border-width: 3px;
1579
1579
  border-style: solid;
1580
- border-color: #a6a6a6 transparent transparent;
1580
+ border-color: #939393 transparent transparent;
1581
1581
  border-color: var(--rs-loader-rotor) transparent transparent;
1582
1582
  -webkit-animation: loaderSpin 0.6s infinite linear;
1583
1583
  animation: loaderSpin 0.6s infinite linear;
@@ -1632,7 +1632,7 @@
1632
1632
  color: var(--rs-text-inverse);
1633
1633
  }
1634
1634
  .rs-loader-inverse .rs-loader-backdrop {
1635
- background: rgb(from #272c36 r g b / 83%);
1635
+ background: rgb(from #121212 r g b / 83%);
1636
1636
  background: var(--rs-loader-backdrop-inverse);
1637
1637
  }
1638
1638
  .rs-loader-inverse .rs-loader-spin::before {
@@ -1655,6 +1655,10 @@
1655
1655
  -webkit-animation-duration: 0.8s;
1656
1656
  animation-duration: 0.8s;
1657
1657
  }
1658
+ .rs-loader-speed-paused .rs-loader-spin::after {
1659
+ -webkit-animation-play-state: paused;
1660
+ animation-play-state: paused;
1661
+ }
1658
1662
  .rs-loader-center,
1659
1663
  .rs-loader-backdrop-wrapper {
1660
1664
  position: absolute;
@@ -1808,7 +1812,7 @@
1808
1812
  .rs-input {
1809
1813
  display: block;
1810
1814
  width: 100%;
1811
- color: #575757;
1815
+ color: #343434;
1812
1816
  color: var(--rs-text-primary);
1813
1817
  background-color: #fff;
1814
1818
  background-color: var(--rs-input-bg);
@@ -1837,19 +1841,19 @@ textarea.rs-input {
1837
1841
  transition: none;
1838
1842
  }
1839
1843
  .rs-input::-webkit-input-placeholder {
1840
- color: #8e8e93;
1844
+ color: #717273;
1841
1845
  color: var(--rs-text-secondary);
1842
1846
  }
1843
1847
  .rs-input::-moz-placeholder {
1844
- color: #8e8e93;
1848
+ color: #717273;
1845
1849
  color: var(--rs-text-secondary);
1846
1850
  }
1847
1851
  .rs-input::-ms-input-placeholder {
1848
- color: #8e8e93;
1852
+ color: #717273;
1849
1853
  color: var(--rs-text-secondary);
1850
1854
  }
1851
1855
  .rs-input::placeholder {
1852
- color: #8e8e93;
1856
+ color: #717273;
1853
1857
  color: var(--rs-text-secondary);
1854
1858
  }
1855
1859
  .rs-input:focus,
@@ -1867,7 +1871,7 @@ textarea.rs-input {
1867
1871
  .rs-input:disabled {
1868
1872
  background-color: #f7f7fa;
1869
1873
  background-color: var(--rs-input-disabled-bg);
1870
- color: #8e8e93;
1874
+ color: #717273;
1871
1875
  color: var(--rs-text-disabled);
1872
1876
  }
1873
1877
  textarea.rs-input {
@@ -1929,7 +1933,7 @@ textarea.rs-input-sm {
1929
1933
  transition: border-color ease-in-out 0.15s;
1930
1934
  width: 100%;
1931
1935
  cursor: text;
1932
- color: #575757;
1936
+ color: #343434;
1933
1937
  color: var(--rs-text-primary);
1934
1938
  border: 1px solid #e5e5ea;
1935
1939
  border: 1px solid var(--rs-border-primary);
@@ -2037,7 +2041,7 @@ textarea.rs-input-sm {
2037
2041
  width: auto;
2038
2042
  }
2039
2043
  .rs-input-group.rs-input-group-inside .rs-input-group-btn {
2040
- color: #575757;
2044
+ color: #343434;
2041
2045
  color: var(--rs-btn-subtle-text);
2042
2046
  background-color: transparent;
2043
2047
  border: none;
@@ -2048,21 +2052,21 @@ textarea.rs-input-sm {
2048
2052
  }
2049
2053
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:hover,
2050
2054
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:focus {
2051
- color: #575757;
2055
+ color: #343434;
2052
2056
  color: var(--rs-btn-subtle-hover-text);
2053
2057
  background-color: #e5e5ea;
2054
2058
  background-color: var(--rs-btn-subtle-hover-bg);
2055
2059
  }
2056
2060
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:active,
2057
2061
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active {
2058
- color: #272c36;
2062
+ color: #121212;
2059
2063
  color: var(--rs-btn-subtle-active-text);
2060
2064
  background-color: #e5e5ea;
2061
2065
  background-color: var(--rs-btn-subtle-active-bg);
2062
2066
  }
2063
2067
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:disabled,
2064
2068
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled {
2065
- color: #c5c6c7;
2069
+ color: #b6b7b8;
2066
2070
  color: var(--rs-btn-subtle-disabled-text);
2067
2071
  background: none;
2068
2072
  }
@@ -2118,7 +2122,7 @@ textarea.rs-input-sm {
2118
2122
  .rs-input-group.rs-input-group-disabled {
2119
2123
  background-color: #f7f7fa;
2120
2124
  background-color: var(--rs-input-disabled-bg);
2121
- color: #8e8e93;
2125
+ color: #717273;
2122
2126
  color: var(--rs-text-disabled);
2123
2127
  cursor: not-allowed;
2124
2128
  }
@@ -2423,7 +2427,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2423
2427
  align-items: center;
2424
2428
  white-space: nowrap;
2425
2429
  vertical-align: middle;
2426
- color: #575757;
2430
+ color: #343434;
2427
2431
  color: var(--rs-text-primary);
2428
2432
  padding: 8px 12px;
2429
2433
  font-size: 14px;
@@ -2512,14 +2516,14 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2512
2516
  .rs-picker-disabled .rs-picker-toggle-value,
2513
2517
  .rs-picker-disabled .rs-picker-toggle-indicator,
2514
2518
  .rs-picker-disabled .rs-picker-tag-list .rs-tag {
2515
- color: #8e8e93 !important;
2519
+ color: #717273 !important;
2516
2520
  color: var(--rs-text-disabled) !important;
2517
2521
  }
2518
2522
  .rs-picker-disabled .rs-picker-value-count {
2519
2523
  opacity: 0.5;
2520
2524
  }
2521
2525
  .rs-picker-toggle .rs-picker-toggle-placeholder {
2522
- color: #8e8e93;
2526
+ color: #717273;
2523
2527
  color: var(--rs-text-secondary);
2524
2528
  }
2525
2529
  .rs-picker-has-value .rs-btn .rs-picker-toggle-value,
@@ -2529,7 +2533,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2529
2533
  }
2530
2534
  .rs-picker-none {
2531
2535
  padding: 6px 12px 12px;
2532
- color: #8e8e93;
2536
+ color: #717273;
2533
2537
  color: var(--rs-text-secondary);
2534
2538
  cursor: default;
2535
2539
  }
@@ -2577,7 +2581,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2577
2581
  box-shadow: var(--rs-state-focus-shadow);
2578
2582
  }
2579
2583
  .rs-picker-label.rs-input-group-addon {
2580
- color: #575757;
2584
+ color: #343434;
2581
2585
  color: var(--rs-text-primary);
2582
2586
  padding-right: 4px !important;
2583
2587
  }
@@ -2630,7 +2634,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2630
2634
  -ms-user-select: none;
2631
2635
  user-select: none;
2632
2636
  text-decoration: none;
2633
- color: #575757;
2637
+ color: #343434;
2634
2638
  color: var(--rs-btn-default-text);
2635
2639
  background-color: #f7f7fa;
2636
2640
  background-color: var(--rs-btn-default-bg);
@@ -2695,7 +2699,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2695
2699
  }
2696
2700
  .rs-picker-toggle:active,
2697
2701
  .rs-picker-toggle.rs-btn-active {
2698
- color: #272c36;
2702
+ color: #121212;
2699
2703
  color: var(--rs-btn-default-active-text);
2700
2704
  background-color: #d9d9d9;
2701
2705
  background-color: var(--rs-btn-default-active-bg);
@@ -2703,7 +2707,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2703
2707
  .rs-picker-toggle:disabled,
2704
2708
  .rs-picker-toggle.rs-btn-disabled {
2705
2709
  cursor: not-allowed;
2706
- color: #8e8e93;
2710
+ color: #717273;
2707
2711
  color: var(--rs-btn-default-disabled-text);
2708
2712
  background-color: #f7f7fa;
2709
2713
  background-color: var(--rs-btn-default-disabled-bg);
@@ -2731,7 +2735,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2731
2735
  border: 1px solid #0000;
2732
2736
  padding-left: 10px;
2733
2737
  padding-right: 32px;
2734
- color: #575757;
2738
+ color: #343434;
2735
2739
  color: var(--rs-text-primary);
2736
2740
  background-color: #fff;
2737
2741
  background-color: var(--rs-input-bg);
@@ -2764,7 +2768,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2764
2768
  border-color: var(--rs-input-focus-border);
2765
2769
  }
2766
2770
  .rs-picker-subtle .rs-picker-toggle {
2767
- color: #575757;
2771
+ color: #343434;
2768
2772
  color: var(--rs-btn-subtle-text);
2769
2773
  background-color: transparent;
2770
2774
  border: none;
@@ -2773,21 +2777,21 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2773
2777
  }
2774
2778
  .rs-picker-subtle .rs-picker-toggle:hover,
2775
2779
  .rs-picker-subtle .rs-picker-toggle:focus {
2776
- color: #575757;
2780
+ color: #343434;
2777
2781
  color: var(--rs-btn-subtle-hover-text);
2778
2782
  background-color: #e5e5ea;
2779
2783
  background-color: var(--rs-btn-subtle-hover-bg);
2780
2784
  }
2781
2785
  .rs-picker-subtle .rs-picker-toggle:active,
2782
2786
  .rs-picker-subtle .rs-picker-toggle.rs-btn-active {
2783
- color: #272c36;
2787
+ color: #121212;
2784
2788
  color: var(--rs-btn-subtle-active-text);
2785
2789
  background-color: #e5e5ea;
2786
2790
  background-color: var(--rs-btn-subtle-active-bg);
2787
2791
  }
2788
2792
  .rs-picker-subtle .rs-picker-toggle:disabled,
2789
2793
  .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled {
2790
- color: #c5c6c7;
2794
+ color: #b6b7b8;
2791
2795
  color: var(--rs-btn-subtle-disabled-text);
2792
2796
  background: none;
2793
2797
  }
@@ -2798,7 +2802,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2798
2802
  .rs-picker-subtle .rs-picker-toggle-active {
2799
2803
  background-color: #e5e5ea;
2800
2804
  background-color: var(--rs-btn-subtle-hover-bg);
2801
- color: #575757;
2805
+ color: #343434;
2802
2806
  color: var(--rs-btn-subtle-hover-text);
2803
2807
  }
2804
2808
  /* stylelint-disable-next-line */
@@ -3126,7 +3130,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3126
3130
  z-index: 5;
3127
3131
  padding-right: 32px;
3128
3132
  display: inline-block;
3129
- color: #575757;
3133
+ color: #343434;
3130
3134
  color: var(--rs-text-primary);
3131
3135
  border: 1px solid #e5e5ea;
3132
3136
  border: 1px solid var(--rs-border-primary);
@@ -3163,7 +3167,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3163
3167
  text-align: left;
3164
3168
  }
3165
3169
  .rs-picker-toggle-label {
3166
- color: #575757;
3170
+ color: #343434;
3167
3171
  color: var(--rs-text-primary);
3168
3172
  }
3169
3173
  .rs-picker-toggle-label::after {
@@ -3194,7 +3198,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3194
3198
  height: 20px;
3195
3199
  font-size: 12px;
3196
3200
  background: inherit;
3197
- color: #8e8e93;
3201
+ color: #717273;
3198
3202
  color: var(--rs-text-secondary);
3199
3203
  -webkit-transition: 0.2s color linear;
3200
3204
  transition: 0.2s color linear;
@@ -3220,7 +3224,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3220
3224
  right: 12px;
3221
3225
  height: 20px;
3222
3226
  font-size: 12px;
3223
- color: #8e8e93;
3227
+ color: #717273;
3224
3228
  color: var(--rs-text-secondary);
3225
3229
  }
3226
3230
  .rs-picker-toggle-indicator .rs-picker-loader {
@@ -3395,7 +3399,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3395
3399
  cursor: not-allowed;
3396
3400
  }
3397
3401
  .rs-checkbox-disabled > .rs-checkbox-checker > label {
3398
- color: #8e8e93;
3402
+ color: #717273;
3399
3403
  color: var(--rs-text-disabled);
3400
3404
  }
3401
3405
  .rs-checkbox-inline {