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;
@@ -138,7 +138,7 @@
138
138
  --rs-loader-ring: rgba(247, 247, 250, 0.8);
139
139
  --rs-loader-backdrop: rgba(255, 255, 255, 0.9);
140
140
  --rs-loader-ring-inverse: rgba(247, 247, 250, 0.3);
141
- --rs-loader-backdrop-inverse: rgba(39, 44, 54, 0.83);
141
+ --rs-loader-backdrop-inverse: rgba(18, 18, 18, 0.83);
142
142
  --rs-listbox-option-hover-bg: rgba(204, 233, 255, 0.5);
143
143
  }
144
144
  }
@@ -449,7 +449,7 @@
449
449
  clear: both;
450
450
  font-weight: normal;
451
451
  line-height: 1.42857143;
452
- color: #575757;
452
+ color: #343434;
453
453
  color: var(--rs-text-primary);
454
454
  cursor: pointer;
455
455
  text-decoration: none;
@@ -493,7 +493,7 @@
493
493
  }
494
494
  .rs-cascade-search-view-row:disabled,
495
495
  .rs-cascade-search-view-row.rs-cascade-search-view-row-disabled {
496
- color: #c5c6c7;
496
+ color: #b6b7b8;
497
497
  color: var(--rs-listbox-option-disabled-text);
498
498
  background: none;
499
499
  cursor: not-allowed;
@@ -547,7 +547,7 @@
547
547
  clear: both;
548
548
  font-weight: normal;
549
549
  line-height: 1.42857143;
550
- color: #575757;
550
+ color: #343434;
551
551
  color: var(--rs-text-primary);
552
552
  cursor: pointer;
553
553
  text-decoration: none;
@@ -594,12 +594,12 @@
594
594
  text-decoration: underline;
595
595
  }
596
596
  .rs-cascade-tree-item.rs-cascade-tree-item-active .rs-cascade-tree-caret {
597
- color: #575757;
597
+ color: #343434;
598
598
  color: var(--rs-text-primary);
599
599
  }
600
600
  .rs-cascade-tree-item:disabled,
601
601
  .rs-cascade-tree-item.rs-cascade-tree-item-disabled {
602
- color: #c5c6c7;
602
+ color: #b6b7b8;
603
603
  color: var(--rs-listbox-option-disabled-text);
604
604
  background: none;
605
605
  cursor: not-allowed;
@@ -643,7 +643,7 @@
643
643
  -ms-user-select: none;
644
644
  user-select: none;
645
645
  text-decoration: none;
646
- color: #575757;
646
+ color: #343434;
647
647
  color: var(--rs-btn-default-text);
648
648
  background-color: #f7f7fa;
649
649
  background-color: var(--rs-btn-default-bg);
@@ -708,7 +708,7 @@
708
708
  }
709
709
  .rs-btn:active,
710
710
  .rs-btn.rs-btn-active {
711
- color: #272c36;
711
+ color: #121212;
712
712
  color: var(--rs-btn-default-active-text);
713
713
  background-color: #d9d9d9;
714
714
  background-color: var(--rs-btn-default-active-bg);
@@ -716,7 +716,7 @@
716
716
  .rs-btn:disabled,
717
717
  .rs-btn.rs-btn-disabled {
718
718
  cursor: not-allowed;
719
- color: #8e8e93;
719
+ color: #717273;
720
720
  color: var(--rs-btn-default-disabled-text);
721
721
  background-color: #f7f7fa;
722
722
  background-color: var(--rs-btn-default-disabled-bg);
@@ -774,28 +774,28 @@
774
774
  border-color: var(--rs-btn-default-disabled-boreder-color);
775
775
  }
776
776
  .rs-btn-subtle {
777
- color: #575757;
777
+ color: #343434;
778
778
  color: var(--rs-btn-subtle-text);
779
779
  background-color: transparent;
780
780
  border: none;
781
781
  }
782
782
  .rs-btn-subtle:hover,
783
783
  .rs-btn-subtle:focus {
784
- color: #575757;
784
+ color: #343434;
785
785
  color: var(--rs-btn-subtle-hover-text);
786
786
  background-color: #e5e5ea;
787
787
  background-color: var(--rs-btn-subtle-hover-bg);
788
788
  }
789
789
  .rs-btn-subtle:active,
790
790
  .rs-btn-subtle.rs-btn-active {
791
- color: #272c36;
791
+ color: #121212;
792
792
  color: var(--rs-btn-subtle-active-text);
793
793
  background-color: #e5e5ea;
794
794
  background-color: var(--rs-btn-subtle-active-bg);
795
795
  }
796
796
  .rs-btn-subtle:disabled,
797
797
  .rs-btn-subtle.rs-btn-disabled {
798
- color: #c5c6c7;
798
+ color: #b6b7b8;
799
799
  color: var(--rs-btn-subtle-disabled-text);
800
800
  background: none;
801
801
  }
@@ -883,7 +883,7 @@
883
883
  --rs-btn-subtle-hover-bg: var(--rs-red-500);
884
884
  --rs-btn-subtle-hover-text: #e5e5ea;
885
885
  --rs-btn-subtle-active-bg: var(--rs-red-600);
886
- --rs-btn-subtle-active-text: #575757;
886
+ --rs-btn-subtle-active-text: #343434;
887
887
  --rs-btn-ghost-border: var(--rs-red-700);
888
888
  --rs-btn-ghost-text: var(--rs-red-700);
889
889
  --rs-btn-ghost-hover-border: var(--rs-red-900);
@@ -937,7 +937,7 @@
937
937
  --rs-btn-subtle-hover-bg: var(--rs-orange-500);
938
938
  --rs-btn-subtle-hover-text: #e5e5ea;
939
939
  --rs-btn-subtle-active-bg: var(--rs-orange-600);
940
- --rs-btn-subtle-active-text: #575757;
940
+ --rs-btn-subtle-active-text: #343434;
941
941
  --rs-btn-ghost-border: var(--rs-orange-700);
942
942
  --rs-btn-ghost-text: var(--rs-orange-700);
943
943
  --rs-btn-ghost-hover-border: var(--rs-orange-900);
@@ -991,7 +991,7 @@
991
991
  --rs-btn-subtle-hover-bg: var(--rs-yellow-500);
992
992
  --rs-btn-subtle-hover-text: #e5e5ea;
993
993
  --rs-btn-subtle-active-bg: var(--rs-yellow-600);
994
- --rs-btn-subtle-active-text: #575757;
994
+ --rs-btn-subtle-active-text: #343434;
995
995
  --rs-btn-ghost-border: var(--rs-yellow-700);
996
996
  --rs-btn-ghost-text: var(--rs-yellow-700);
997
997
  --rs-btn-ghost-hover-border: var(--rs-yellow-900);
@@ -1045,7 +1045,7 @@
1045
1045
  --rs-btn-subtle-hover-bg: var(--rs-green-500);
1046
1046
  --rs-btn-subtle-hover-text: #e5e5ea;
1047
1047
  --rs-btn-subtle-active-bg: var(--rs-green-600);
1048
- --rs-btn-subtle-active-text: #575757;
1048
+ --rs-btn-subtle-active-text: #343434;
1049
1049
  --rs-btn-ghost-border: var(--rs-green-700);
1050
1050
  --rs-btn-ghost-text: var(--rs-green-700);
1051
1051
  --rs-btn-ghost-hover-border: var(--rs-green-900);
@@ -1099,7 +1099,7 @@
1099
1099
  --rs-btn-subtle-hover-bg: var(--rs-cyan-500);
1100
1100
  --rs-btn-subtle-hover-text: #e5e5ea;
1101
1101
  --rs-btn-subtle-active-bg: var(--rs-cyan-600);
1102
- --rs-btn-subtle-active-text: #575757;
1102
+ --rs-btn-subtle-active-text: #343434;
1103
1103
  --rs-btn-ghost-border: var(--rs-cyan-700);
1104
1104
  --rs-btn-ghost-text: var(--rs-cyan-700);
1105
1105
  --rs-btn-ghost-hover-border: var(--rs-cyan-900);
@@ -1153,7 +1153,7 @@
1153
1153
  --rs-btn-subtle-hover-bg: var(--rs-blue-500);
1154
1154
  --rs-btn-subtle-hover-text: #e5e5ea;
1155
1155
  --rs-btn-subtle-active-bg: var(--rs-blue-600);
1156
- --rs-btn-subtle-active-text: #575757;
1156
+ --rs-btn-subtle-active-text: #343434;
1157
1157
  --rs-btn-ghost-border: var(--rs-blue-700);
1158
1158
  --rs-btn-ghost-text: var(--rs-blue-700);
1159
1159
  --rs-btn-ghost-hover-border: var(--rs-blue-900);
@@ -1207,7 +1207,7 @@
1207
1207
  --rs-btn-subtle-hover-bg: var(--rs-violet-500);
1208
1208
  --rs-btn-subtle-hover-text: #e5e5ea;
1209
1209
  --rs-btn-subtle-active-bg: var(--rs-violet-600);
1210
- --rs-btn-subtle-active-text: #575757;
1210
+ --rs-btn-subtle-active-text: #343434;
1211
1211
  --rs-btn-ghost-border: var(--rs-violet-700);
1212
1212
  --rs-btn-ghost-text: var(--rs-violet-700);
1213
1213
  --rs-btn-ghost-hover-border: var(--rs-violet-900);
@@ -1455,7 +1455,7 @@
1455
1455
  }
1456
1456
  .rs-btn-loading > .rs-btn-spin::after {
1457
1457
  border-width: 3px;
1458
- border-color: #a6a6a6 transparent transparent;
1458
+ border-color: #939393 transparent transparent;
1459
1459
  border-color: var(--rs-loader-rotor) transparent transparent;
1460
1460
  border-style: solid;
1461
1461
  -webkit-animation: buttonSpin 0.6s infinite linear;
@@ -1565,7 +1565,7 @@
1565
1565
  .rs-loader-spin::after {
1566
1566
  border-width: 3px;
1567
1567
  border-style: solid;
1568
- border-color: #a6a6a6 transparent transparent;
1568
+ border-color: #939393 transparent transparent;
1569
1569
  border-color: var(--rs-loader-rotor) transparent transparent;
1570
1570
  -webkit-animation: loaderSpin 0.6s infinite linear;
1571
1571
  animation: loaderSpin 0.6s infinite linear;
@@ -1620,7 +1620,7 @@
1620
1620
  color: var(--rs-text-inverse);
1621
1621
  }
1622
1622
  .rs-loader-inverse .rs-loader-backdrop {
1623
- background: rgb(from #272c36 r g b / 83%);
1623
+ background: rgb(from #121212 r g b / 83%);
1624
1624
  background: var(--rs-loader-backdrop-inverse);
1625
1625
  }
1626
1626
  .rs-loader-inverse .rs-loader-spin::before {
@@ -1643,6 +1643,10 @@
1643
1643
  -webkit-animation-duration: 0.8s;
1644
1644
  animation-duration: 0.8s;
1645
1645
  }
1646
+ .rs-loader-speed-paused .rs-loader-spin::after {
1647
+ -webkit-animation-play-state: paused;
1648
+ animation-play-state: paused;
1649
+ }
1646
1650
  .rs-loader-center,
1647
1651
  .rs-loader-backdrop-wrapper {
1648
1652
  position: absolute;
@@ -1796,7 +1800,7 @@
1796
1800
  .rs-input {
1797
1801
  display: block;
1798
1802
  width: 100%;
1799
- color: #575757;
1803
+ color: #343434;
1800
1804
  color: var(--rs-text-primary);
1801
1805
  background-color: #fff;
1802
1806
  background-color: var(--rs-input-bg);
@@ -1825,19 +1829,19 @@ textarea.rs-input {
1825
1829
  transition: none;
1826
1830
  }
1827
1831
  .rs-input::-webkit-input-placeholder {
1828
- color: #8e8e93;
1832
+ color: #717273;
1829
1833
  color: var(--rs-text-secondary);
1830
1834
  }
1831
1835
  .rs-input::-moz-placeholder {
1832
- color: #8e8e93;
1836
+ color: #717273;
1833
1837
  color: var(--rs-text-secondary);
1834
1838
  }
1835
1839
  .rs-input::-ms-input-placeholder {
1836
- color: #8e8e93;
1840
+ color: #717273;
1837
1841
  color: var(--rs-text-secondary);
1838
1842
  }
1839
1843
  .rs-input::placeholder {
1840
- color: #8e8e93;
1844
+ color: #717273;
1841
1845
  color: var(--rs-text-secondary);
1842
1846
  }
1843
1847
  .rs-input:focus,
@@ -1855,7 +1859,7 @@ textarea.rs-input {
1855
1859
  .rs-input:disabled {
1856
1860
  background-color: #f7f7fa;
1857
1861
  background-color: var(--rs-input-disabled-bg);
1858
- color: #8e8e93;
1862
+ color: #717273;
1859
1863
  color: var(--rs-text-disabled);
1860
1864
  }
1861
1865
  textarea.rs-input {
@@ -1917,7 +1921,7 @@ textarea.rs-input-sm {
1917
1921
  transition: border-color ease-in-out 0.15s;
1918
1922
  width: 100%;
1919
1923
  cursor: text;
1920
- color: #575757;
1924
+ color: #343434;
1921
1925
  color: var(--rs-text-primary);
1922
1926
  border: 1px solid #e5e5ea;
1923
1927
  border: 1px solid var(--rs-border-primary);
@@ -2025,7 +2029,7 @@ textarea.rs-input-sm {
2025
2029
  width: auto;
2026
2030
  }
2027
2031
  .rs-input-group.rs-input-group-inside .rs-input-group-btn {
2028
- color: #575757;
2032
+ color: #343434;
2029
2033
  color: var(--rs-btn-subtle-text);
2030
2034
  background-color: transparent;
2031
2035
  border: none;
@@ -2036,21 +2040,21 @@ textarea.rs-input-sm {
2036
2040
  }
2037
2041
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:hover,
2038
2042
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:focus {
2039
- color: #575757;
2043
+ color: #343434;
2040
2044
  color: var(--rs-btn-subtle-hover-text);
2041
2045
  background-color: #e5e5ea;
2042
2046
  background-color: var(--rs-btn-subtle-hover-bg);
2043
2047
  }
2044
2048
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:active,
2045
2049
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active {
2046
- color: #272c36;
2050
+ color: #121212;
2047
2051
  color: var(--rs-btn-subtle-active-text);
2048
2052
  background-color: #e5e5ea;
2049
2053
  background-color: var(--rs-btn-subtle-active-bg);
2050
2054
  }
2051
2055
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:disabled,
2052
2056
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled {
2053
- color: #c5c6c7;
2057
+ color: #b6b7b8;
2054
2058
  color: var(--rs-btn-subtle-disabled-text);
2055
2059
  background: none;
2056
2060
  }
@@ -2106,7 +2110,7 @@ textarea.rs-input-sm {
2106
2110
  .rs-input-group.rs-input-group-disabled {
2107
2111
  background-color: #f7f7fa;
2108
2112
  background-color: var(--rs-input-disabled-bg);
2109
- color: #8e8e93;
2113
+ color: #717273;
2110
2114
  color: var(--rs-text-disabled);
2111
2115
  cursor: not-allowed;
2112
2116
  }
@@ -2411,7 +2415,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2411
2415
  align-items: center;
2412
2416
  white-space: nowrap;
2413
2417
  vertical-align: middle;
2414
- color: #575757;
2418
+ color: #343434;
2415
2419
  color: var(--rs-text-primary);
2416
2420
  padding: 8px 12px;
2417
2421
  font-size: 14px;
@@ -2500,14 +2504,14 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2500
2504
  .rs-picker-disabled .rs-picker-toggle-value,
2501
2505
  .rs-picker-disabled .rs-picker-toggle-indicator,
2502
2506
  .rs-picker-disabled .rs-picker-tag-list .rs-tag {
2503
- color: #8e8e93 !important;
2507
+ color: #717273 !important;
2504
2508
  color: var(--rs-text-disabled) !important;
2505
2509
  }
2506
2510
  .rs-picker-disabled .rs-picker-value-count {
2507
2511
  opacity: 0.5;
2508
2512
  }
2509
2513
  .rs-picker-toggle .rs-picker-toggle-placeholder {
2510
- color: #8e8e93;
2514
+ color: #717273;
2511
2515
  color: var(--rs-text-secondary);
2512
2516
  }
2513
2517
  .rs-picker-has-value .rs-btn .rs-picker-toggle-value,
@@ -2517,7 +2521,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2517
2521
  }
2518
2522
  .rs-picker-none {
2519
2523
  padding: 6px 12px 12px;
2520
- color: #8e8e93;
2524
+ color: #717273;
2521
2525
  color: var(--rs-text-secondary);
2522
2526
  cursor: default;
2523
2527
  }
@@ -2565,7 +2569,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2565
2569
  box-shadow: var(--rs-state-focus-shadow);
2566
2570
  }
2567
2571
  .rs-picker-label.rs-input-group-addon {
2568
- color: #575757;
2572
+ color: #343434;
2569
2573
  color: var(--rs-text-primary);
2570
2574
  padding-right: 4px !important;
2571
2575
  }
@@ -2618,7 +2622,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2618
2622
  -ms-user-select: none;
2619
2623
  user-select: none;
2620
2624
  text-decoration: none;
2621
- color: #575757;
2625
+ color: #343434;
2622
2626
  color: var(--rs-btn-default-text);
2623
2627
  background-color: #f7f7fa;
2624
2628
  background-color: var(--rs-btn-default-bg);
@@ -2683,7 +2687,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2683
2687
  }
2684
2688
  .rs-picker-toggle:active,
2685
2689
  .rs-picker-toggle.rs-btn-active {
2686
- color: #272c36;
2690
+ color: #121212;
2687
2691
  color: var(--rs-btn-default-active-text);
2688
2692
  background-color: #d9d9d9;
2689
2693
  background-color: var(--rs-btn-default-active-bg);
@@ -2691,7 +2695,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2691
2695
  .rs-picker-toggle:disabled,
2692
2696
  .rs-picker-toggle.rs-btn-disabled {
2693
2697
  cursor: not-allowed;
2694
- color: #8e8e93;
2698
+ color: #717273;
2695
2699
  color: var(--rs-btn-default-disabled-text);
2696
2700
  background-color: #f7f7fa;
2697
2701
  background-color: var(--rs-btn-default-disabled-bg);
@@ -2719,7 +2723,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2719
2723
  border: 1px solid #0000;
2720
2724
  padding-left: 10px;
2721
2725
  padding-right: 32px;
2722
- color: #575757;
2726
+ color: #343434;
2723
2727
  color: var(--rs-text-primary);
2724
2728
  background-color: #fff;
2725
2729
  background-color: var(--rs-input-bg);
@@ -2752,7 +2756,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2752
2756
  border-color: var(--rs-input-focus-border);
2753
2757
  }
2754
2758
  .rs-picker-subtle .rs-picker-toggle {
2755
- color: #575757;
2759
+ color: #343434;
2756
2760
  color: var(--rs-btn-subtle-text);
2757
2761
  background-color: transparent;
2758
2762
  border: none;
@@ -2761,21 +2765,21 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2761
2765
  }
2762
2766
  .rs-picker-subtle .rs-picker-toggle:hover,
2763
2767
  .rs-picker-subtle .rs-picker-toggle:focus {
2764
- color: #575757;
2768
+ color: #343434;
2765
2769
  color: var(--rs-btn-subtle-hover-text);
2766
2770
  background-color: #e5e5ea;
2767
2771
  background-color: var(--rs-btn-subtle-hover-bg);
2768
2772
  }
2769
2773
  .rs-picker-subtle .rs-picker-toggle:active,
2770
2774
  .rs-picker-subtle .rs-picker-toggle.rs-btn-active {
2771
- color: #272c36;
2775
+ color: #121212;
2772
2776
  color: var(--rs-btn-subtle-active-text);
2773
2777
  background-color: #e5e5ea;
2774
2778
  background-color: var(--rs-btn-subtle-active-bg);
2775
2779
  }
2776
2780
  .rs-picker-subtle .rs-picker-toggle:disabled,
2777
2781
  .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled {
2778
- color: #c5c6c7;
2782
+ color: #b6b7b8;
2779
2783
  color: var(--rs-btn-subtle-disabled-text);
2780
2784
  background: none;
2781
2785
  }
@@ -2786,7 +2790,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2786
2790
  .rs-picker-subtle .rs-picker-toggle-active {
2787
2791
  background-color: #e5e5ea;
2788
2792
  background-color: var(--rs-btn-subtle-hover-bg);
2789
- color: #575757;
2793
+ color: #343434;
2790
2794
  color: var(--rs-btn-subtle-hover-text);
2791
2795
  }
2792
2796
  /* stylelint-disable-next-line */
@@ -3114,7 +3118,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3114
3118
  z-index: 5;
3115
3119
  padding-right: 32px;
3116
3120
  display: inline-block;
3117
- color: #575757;
3121
+ color: #343434;
3118
3122
  color: var(--rs-text-primary);
3119
3123
  border: 1px solid #e5e5ea;
3120
3124
  border: 1px solid var(--rs-border-primary);
@@ -3151,7 +3155,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3151
3155
  text-align: left;
3152
3156
  }
3153
3157
  .rs-picker-toggle-label {
3154
- color: #575757;
3158
+ color: #343434;
3155
3159
  color: var(--rs-text-primary);
3156
3160
  }
3157
3161
  .rs-picker-toggle-label::after {
@@ -3182,7 +3186,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3182
3186
  height: 20px;
3183
3187
  font-size: 12px;
3184
3188
  background: inherit;
3185
- color: #8e8e93;
3189
+ color: #717273;
3186
3190
  color: var(--rs-text-secondary);
3187
3191
  -webkit-transition: 0.2s color linear;
3188
3192
  transition: 0.2s color linear;
@@ -3208,7 +3212,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3208
3212
  right: 12px;
3209
3213
  height: 20px;
3210
3214
  font-size: 12px;
3211
- color: #8e8e93;
3215
+ color: #717273;
3212
3216
  color: var(--rs-text-secondary);
3213
3217
  }
3214
3218
  .rs-picker-toggle-indicator .rs-picker-loader {