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
  }
@@ -454,7 +454,7 @@
454
454
  clear: both;
455
455
  font-weight: normal;
456
456
  line-height: 1.42857143;
457
- color: #575757;
457
+ color: #343434;
458
458
  color: var(--rs-text-primary);
459
459
  cursor: pointer;
460
460
  text-decoration: none;
@@ -498,7 +498,7 @@
498
498
  }
499
499
  .rs-cascade-search-view-row:disabled,
500
500
  .rs-cascade-search-view-row.rs-cascade-search-view-row-disabled {
501
- color: #c5c6c7;
501
+ color: #b6b7b8;
502
502
  color: var(--rs-listbox-option-disabled-text);
503
503
  background: none;
504
504
  cursor: not-allowed;
@@ -552,7 +552,7 @@
552
552
  clear: both;
553
553
  font-weight: normal;
554
554
  line-height: 1.42857143;
555
- color: #575757;
555
+ color: #343434;
556
556
  color: var(--rs-text-primary);
557
557
  cursor: pointer;
558
558
  text-decoration: none;
@@ -599,12 +599,12 @@
599
599
  text-decoration: underline;
600
600
  }
601
601
  .rs-cascade-tree-item.rs-cascade-tree-item-active .rs-cascade-tree-caret {
602
- color: #575757;
602
+ color: #343434;
603
603
  color: var(--rs-text-primary);
604
604
  }
605
605
  .rs-cascade-tree-item:disabled,
606
606
  .rs-cascade-tree-item.rs-cascade-tree-item-disabled {
607
- color: #c5c6c7;
607
+ color: #b6b7b8;
608
608
  color: var(--rs-listbox-option-disabled-text);
609
609
  background: none;
610
610
  cursor: not-allowed;
@@ -645,7 +645,7 @@
645
645
  cursor: not-allowed;
646
646
  }
647
647
  .rs-checkbox-disabled > .rs-checkbox-checker > label {
648
- color: #8e8e93;
648
+ color: #717273;
649
649
  color: var(--rs-text-disabled);
650
650
  }
651
651
  .rs-checkbox-inline {
@@ -954,7 +954,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
954
954
  -ms-user-select: none;
955
955
  user-select: none;
956
956
  text-decoration: none;
957
- color: #575757;
957
+ color: #343434;
958
958
  color: var(--rs-btn-default-text);
959
959
  background-color: #f7f7fa;
960
960
  background-color: var(--rs-btn-default-bg);
@@ -1019,7 +1019,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1019
1019
  }
1020
1020
  .rs-btn:active,
1021
1021
  .rs-btn.rs-btn-active {
1022
- color: #272c36;
1022
+ color: #121212;
1023
1023
  color: var(--rs-btn-default-active-text);
1024
1024
  background-color: #d9d9d9;
1025
1025
  background-color: var(--rs-btn-default-active-bg);
@@ -1027,7 +1027,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1027
1027
  .rs-btn:disabled,
1028
1028
  .rs-btn.rs-btn-disabled {
1029
1029
  cursor: not-allowed;
1030
- color: #8e8e93;
1030
+ color: #717273;
1031
1031
  color: var(--rs-btn-default-disabled-text);
1032
1032
  background-color: #f7f7fa;
1033
1033
  background-color: var(--rs-btn-default-disabled-bg);
@@ -1085,28 +1085,28 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1085
1085
  border-color: var(--rs-btn-default-disabled-boreder-color);
1086
1086
  }
1087
1087
  .rs-btn-subtle {
1088
- color: #575757;
1088
+ color: #343434;
1089
1089
  color: var(--rs-btn-subtle-text);
1090
1090
  background-color: transparent;
1091
1091
  border: none;
1092
1092
  }
1093
1093
  .rs-btn-subtle:hover,
1094
1094
  .rs-btn-subtle:focus {
1095
- color: #575757;
1095
+ color: #343434;
1096
1096
  color: var(--rs-btn-subtle-hover-text);
1097
1097
  background-color: #e5e5ea;
1098
1098
  background-color: var(--rs-btn-subtle-hover-bg);
1099
1099
  }
1100
1100
  .rs-btn-subtle:active,
1101
1101
  .rs-btn-subtle.rs-btn-active {
1102
- color: #272c36;
1102
+ color: #121212;
1103
1103
  color: var(--rs-btn-subtle-active-text);
1104
1104
  background-color: #e5e5ea;
1105
1105
  background-color: var(--rs-btn-subtle-active-bg);
1106
1106
  }
1107
1107
  .rs-btn-subtle:disabled,
1108
1108
  .rs-btn-subtle.rs-btn-disabled {
1109
- color: #c5c6c7;
1109
+ color: #b6b7b8;
1110
1110
  color: var(--rs-btn-subtle-disabled-text);
1111
1111
  background: none;
1112
1112
  }
@@ -1194,7 +1194,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1194
1194
  --rs-btn-subtle-hover-bg: var(--rs-red-500);
1195
1195
  --rs-btn-subtle-hover-text: #e5e5ea;
1196
1196
  --rs-btn-subtle-active-bg: var(--rs-red-600);
1197
- --rs-btn-subtle-active-text: #575757;
1197
+ --rs-btn-subtle-active-text: #343434;
1198
1198
  --rs-btn-ghost-border: var(--rs-red-700);
1199
1199
  --rs-btn-ghost-text: var(--rs-red-700);
1200
1200
  --rs-btn-ghost-hover-border: var(--rs-red-900);
@@ -1248,7 +1248,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1248
1248
  --rs-btn-subtle-hover-bg: var(--rs-orange-500);
1249
1249
  --rs-btn-subtle-hover-text: #e5e5ea;
1250
1250
  --rs-btn-subtle-active-bg: var(--rs-orange-600);
1251
- --rs-btn-subtle-active-text: #575757;
1251
+ --rs-btn-subtle-active-text: #343434;
1252
1252
  --rs-btn-ghost-border: var(--rs-orange-700);
1253
1253
  --rs-btn-ghost-text: var(--rs-orange-700);
1254
1254
  --rs-btn-ghost-hover-border: var(--rs-orange-900);
@@ -1302,7 +1302,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1302
1302
  --rs-btn-subtle-hover-bg: var(--rs-yellow-500);
1303
1303
  --rs-btn-subtle-hover-text: #e5e5ea;
1304
1304
  --rs-btn-subtle-active-bg: var(--rs-yellow-600);
1305
- --rs-btn-subtle-active-text: #575757;
1305
+ --rs-btn-subtle-active-text: #343434;
1306
1306
  --rs-btn-ghost-border: var(--rs-yellow-700);
1307
1307
  --rs-btn-ghost-text: var(--rs-yellow-700);
1308
1308
  --rs-btn-ghost-hover-border: var(--rs-yellow-900);
@@ -1356,7 +1356,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1356
1356
  --rs-btn-subtle-hover-bg: var(--rs-green-500);
1357
1357
  --rs-btn-subtle-hover-text: #e5e5ea;
1358
1358
  --rs-btn-subtle-active-bg: var(--rs-green-600);
1359
- --rs-btn-subtle-active-text: #575757;
1359
+ --rs-btn-subtle-active-text: #343434;
1360
1360
  --rs-btn-ghost-border: var(--rs-green-700);
1361
1361
  --rs-btn-ghost-text: var(--rs-green-700);
1362
1362
  --rs-btn-ghost-hover-border: var(--rs-green-900);
@@ -1410,7 +1410,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1410
1410
  --rs-btn-subtle-hover-bg: var(--rs-cyan-500);
1411
1411
  --rs-btn-subtle-hover-text: #e5e5ea;
1412
1412
  --rs-btn-subtle-active-bg: var(--rs-cyan-600);
1413
- --rs-btn-subtle-active-text: #575757;
1413
+ --rs-btn-subtle-active-text: #343434;
1414
1414
  --rs-btn-ghost-border: var(--rs-cyan-700);
1415
1415
  --rs-btn-ghost-text: var(--rs-cyan-700);
1416
1416
  --rs-btn-ghost-hover-border: var(--rs-cyan-900);
@@ -1464,7 +1464,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1464
1464
  --rs-btn-subtle-hover-bg: var(--rs-blue-500);
1465
1465
  --rs-btn-subtle-hover-text: #e5e5ea;
1466
1466
  --rs-btn-subtle-active-bg: var(--rs-blue-600);
1467
- --rs-btn-subtle-active-text: #575757;
1467
+ --rs-btn-subtle-active-text: #343434;
1468
1468
  --rs-btn-ghost-border: var(--rs-blue-700);
1469
1469
  --rs-btn-ghost-text: var(--rs-blue-700);
1470
1470
  --rs-btn-ghost-hover-border: var(--rs-blue-900);
@@ -1518,7 +1518,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1518
1518
  --rs-btn-subtle-hover-bg: var(--rs-violet-500);
1519
1519
  --rs-btn-subtle-hover-text: #e5e5ea;
1520
1520
  --rs-btn-subtle-active-bg: var(--rs-violet-600);
1521
- --rs-btn-subtle-active-text: #575757;
1521
+ --rs-btn-subtle-active-text: #343434;
1522
1522
  --rs-btn-ghost-border: var(--rs-violet-700);
1523
1523
  --rs-btn-ghost-text: var(--rs-violet-700);
1524
1524
  --rs-btn-ghost-hover-border: var(--rs-violet-900);
@@ -1766,7 +1766,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1766
1766
  }
1767
1767
  .rs-btn-loading > .rs-btn-spin::after {
1768
1768
  border-width: 3px;
1769
- border-color: #a6a6a6 transparent transparent;
1769
+ border-color: #939393 transparent transparent;
1770
1770
  border-color: var(--rs-loader-rotor) transparent transparent;
1771
1771
  border-style: solid;
1772
1772
  -webkit-animation: buttonSpin 0.6s infinite linear;
@@ -1876,7 +1876,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1876
1876
  .rs-loader-spin::after {
1877
1877
  border-width: 3px;
1878
1878
  border-style: solid;
1879
- border-color: #a6a6a6 transparent transparent;
1879
+ border-color: #939393 transparent transparent;
1880
1880
  border-color: var(--rs-loader-rotor) transparent transparent;
1881
1881
  -webkit-animation: loaderSpin 0.6s infinite linear;
1882
1882
  animation: loaderSpin 0.6s infinite linear;
@@ -1931,7 +1931,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1931
1931
  color: var(--rs-text-inverse);
1932
1932
  }
1933
1933
  .rs-loader-inverse .rs-loader-backdrop {
1934
- background: rgb(from #272c36 r g b / 83%);
1934
+ background: rgb(from #121212 r g b / 83%);
1935
1935
  background: var(--rs-loader-backdrop-inverse);
1936
1936
  }
1937
1937
  .rs-loader-inverse .rs-loader-spin::before {
@@ -1954,6 +1954,10 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
1954
1954
  -webkit-animation-duration: 0.8s;
1955
1955
  animation-duration: 0.8s;
1956
1956
  }
1957
+ .rs-loader-speed-paused .rs-loader-spin::after {
1958
+ -webkit-animation-play-state: paused;
1959
+ animation-play-state: paused;
1960
+ }
1957
1961
  .rs-loader-center,
1958
1962
  .rs-loader-backdrop-wrapper {
1959
1963
  position: absolute;
@@ -2107,7 +2111,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
2107
2111
  .rs-input {
2108
2112
  display: block;
2109
2113
  width: 100%;
2110
- color: #575757;
2114
+ color: #343434;
2111
2115
  color: var(--rs-text-primary);
2112
2116
  background-color: #fff;
2113
2117
  background-color: var(--rs-input-bg);
@@ -2136,19 +2140,19 @@ textarea.rs-input {
2136
2140
  transition: none;
2137
2141
  }
2138
2142
  .rs-input::-webkit-input-placeholder {
2139
- color: #8e8e93;
2143
+ color: #717273;
2140
2144
  color: var(--rs-text-secondary);
2141
2145
  }
2142
2146
  .rs-input::-moz-placeholder {
2143
- color: #8e8e93;
2147
+ color: #717273;
2144
2148
  color: var(--rs-text-secondary);
2145
2149
  }
2146
2150
  .rs-input::-ms-input-placeholder {
2147
- color: #8e8e93;
2151
+ color: #717273;
2148
2152
  color: var(--rs-text-secondary);
2149
2153
  }
2150
2154
  .rs-input::placeholder {
2151
- color: #8e8e93;
2155
+ color: #717273;
2152
2156
  color: var(--rs-text-secondary);
2153
2157
  }
2154
2158
  .rs-input:focus,
@@ -2166,7 +2170,7 @@ textarea.rs-input {
2166
2170
  .rs-input:disabled {
2167
2171
  background-color: #f7f7fa;
2168
2172
  background-color: var(--rs-input-disabled-bg);
2169
- color: #8e8e93;
2173
+ color: #717273;
2170
2174
  color: var(--rs-text-disabled);
2171
2175
  }
2172
2176
  textarea.rs-input {
@@ -2228,7 +2232,7 @@ textarea.rs-input-sm {
2228
2232
  transition: border-color ease-in-out 0.15s;
2229
2233
  width: 100%;
2230
2234
  cursor: text;
2231
- color: #575757;
2235
+ color: #343434;
2232
2236
  color: var(--rs-text-primary);
2233
2237
  border: 1px solid #e5e5ea;
2234
2238
  border: 1px solid var(--rs-border-primary);
@@ -2336,7 +2340,7 @@ textarea.rs-input-sm {
2336
2340
  width: auto;
2337
2341
  }
2338
2342
  .rs-input-group.rs-input-group-inside .rs-input-group-btn {
2339
- color: #575757;
2343
+ color: #343434;
2340
2344
  color: var(--rs-btn-subtle-text);
2341
2345
  background-color: transparent;
2342
2346
  border: none;
@@ -2347,21 +2351,21 @@ textarea.rs-input-sm {
2347
2351
  }
2348
2352
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:hover,
2349
2353
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:focus {
2350
- color: #575757;
2354
+ color: #343434;
2351
2355
  color: var(--rs-btn-subtle-hover-text);
2352
2356
  background-color: #e5e5ea;
2353
2357
  background-color: var(--rs-btn-subtle-hover-bg);
2354
2358
  }
2355
2359
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:active,
2356
2360
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active {
2357
- color: #272c36;
2361
+ color: #121212;
2358
2362
  color: var(--rs-btn-subtle-active-text);
2359
2363
  background-color: #e5e5ea;
2360
2364
  background-color: var(--rs-btn-subtle-active-bg);
2361
2365
  }
2362
2366
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:disabled,
2363
2367
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled {
2364
- color: #c5c6c7;
2368
+ color: #b6b7b8;
2365
2369
  color: var(--rs-btn-subtle-disabled-text);
2366
2370
  background: none;
2367
2371
  }
@@ -2417,7 +2421,7 @@ textarea.rs-input-sm {
2417
2421
  .rs-input-group.rs-input-group-disabled {
2418
2422
  background-color: #f7f7fa;
2419
2423
  background-color: var(--rs-input-disabled-bg);
2420
- color: #8e8e93;
2424
+ color: #717273;
2421
2425
  color: var(--rs-text-disabled);
2422
2426
  cursor: not-allowed;
2423
2427
  }
@@ -2722,7 +2726,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2722
2726
  align-items: center;
2723
2727
  white-space: nowrap;
2724
2728
  vertical-align: middle;
2725
- color: #575757;
2729
+ color: #343434;
2726
2730
  color: var(--rs-text-primary);
2727
2731
  padding: 8px 12px;
2728
2732
  font-size: 14px;
@@ -2818,14 +2822,14 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2818
2822
  .rs-picker-disabled .rs-picker-toggle-value,
2819
2823
  .rs-picker-disabled .rs-picker-toggle-indicator,
2820
2824
  .rs-picker-disabled .rs-picker-tag-list .rs-tag {
2821
- color: #8e8e93 !important;
2825
+ color: #717273 !important;
2822
2826
  color: var(--rs-text-disabled) !important;
2823
2827
  }
2824
2828
  .rs-picker-disabled .rs-picker-value-count {
2825
2829
  opacity: 0.5;
2826
2830
  }
2827
2831
  .rs-picker-toggle .rs-picker-toggle-placeholder {
2828
- color: #8e8e93;
2832
+ color: #717273;
2829
2833
  color: var(--rs-text-secondary);
2830
2834
  }
2831
2835
  .rs-picker-has-value .rs-btn .rs-picker-toggle-value,
@@ -2835,7 +2839,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2835
2839
  }
2836
2840
  .rs-picker-none {
2837
2841
  padding: 6px 12px 12px;
2838
- color: #8e8e93;
2842
+ color: #717273;
2839
2843
  color: var(--rs-text-secondary);
2840
2844
  cursor: default;
2841
2845
  }
@@ -2883,7 +2887,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2883
2887
  box-shadow: var(--rs-state-focus-shadow);
2884
2888
  }
2885
2889
  .rs-picker-label.rs-input-group-addon {
2886
- color: #575757;
2890
+ color: #343434;
2887
2891
  color: var(--rs-text-primary);
2888
2892
  padding-right: 4px !important;
2889
2893
  }
@@ -2936,7 +2940,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2936
2940
  -ms-user-select: none;
2937
2941
  user-select: none;
2938
2942
  text-decoration: none;
2939
- color: #575757;
2943
+ color: #343434;
2940
2944
  color: var(--rs-btn-default-text);
2941
2945
  background-color: #f7f7fa;
2942
2946
  background-color: var(--rs-btn-default-bg);
@@ -3001,7 +3005,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3001
3005
  }
3002
3006
  .rs-picker-toggle:active,
3003
3007
  .rs-picker-toggle.rs-btn-active {
3004
- color: #272c36;
3008
+ color: #121212;
3005
3009
  color: var(--rs-btn-default-active-text);
3006
3010
  background-color: #d9d9d9;
3007
3011
  background-color: var(--rs-btn-default-active-bg);
@@ -3009,7 +3013,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3009
3013
  .rs-picker-toggle:disabled,
3010
3014
  .rs-picker-toggle.rs-btn-disabled {
3011
3015
  cursor: not-allowed;
3012
- color: #8e8e93;
3016
+ color: #717273;
3013
3017
  color: var(--rs-btn-default-disabled-text);
3014
3018
  background-color: #f7f7fa;
3015
3019
  background-color: var(--rs-btn-default-disabled-bg);
@@ -3037,7 +3041,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3037
3041
  border: 1px solid #0000;
3038
3042
  padding-left: 10px;
3039
3043
  padding-right: 32px;
3040
- color: #575757;
3044
+ color: #343434;
3041
3045
  color: var(--rs-text-primary);
3042
3046
  background-color: #fff;
3043
3047
  background-color: var(--rs-input-bg);
@@ -3070,7 +3074,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3070
3074
  border-color: var(--rs-input-focus-border);
3071
3075
  }
3072
3076
  .rs-picker-subtle .rs-picker-toggle {
3073
- color: #575757;
3077
+ color: #343434;
3074
3078
  color: var(--rs-btn-subtle-text);
3075
3079
  background-color: transparent;
3076
3080
  border: none;
@@ -3079,21 +3083,21 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3079
3083
  }
3080
3084
  .rs-picker-subtle .rs-picker-toggle:hover,
3081
3085
  .rs-picker-subtle .rs-picker-toggle:focus {
3082
- color: #575757;
3086
+ color: #343434;
3083
3087
  color: var(--rs-btn-subtle-hover-text);
3084
3088
  background-color: #e5e5ea;
3085
3089
  background-color: var(--rs-btn-subtle-hover-bg);
3086
3090
  }
3087
3091
  .rs-picker-subtle .rs-picker-toggle:active,
3088
3092
  .rs-picker-subtle .rs-picker-toggle.rs-btn-active {
3089
- color: #272c36;
3093
+ color: #121212;
3090
3094
  color: var(--rs-btn-subtle-active-text);
3091
3095
  background-color: #e5e5ea;
3092
3096
  background-color: var(--rs-btn-subtle-active-bg);
3093
3097
  }
3094
3098
  .rs-picker-subtle .rs-picker-toggle:disabled,
3095
3099
  .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled {
3096
- color: #c5c6c7;
3100
+ color: #b6b7b8;
3097
3101
  color: var(--rs-btn-subtle-disabled-text);
3098
3102
  background: none;
3099
3103
  }
@@ -3104,7 +3108,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3104
3108
  .rs-picker-subtle .rs-picker-toggle-active {
3105
3109
  background-color: #e5e5ea;
3106
3110
  background-color: var(--rs-btn-subtle-hover-bg);
3107
- color: #575757;
3111
+ color: #343434;
3108
3112
  color: var(--rs-btn-subtle-hover-text);
3109
3113
  }
3110
3114
  /* stylelint-disable-next-line */
@@ -3432,7 +3436,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3432
3436
  z-index: 5;
3433
3437
  padding-right: 32px;
3434
3438
  display: inline-block;
3435
- color: #575757;
3439
+ color: #343434;
3436
3440
  color: var(--rs-text-primary);
3437
3441
  border: 1px solid #e5e5ea;
3438
3442
  border: 1px solid var(--rs-border-primary);
@@ -3469,7 +3473,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3469
3473
  text-align: left;
3470
3474
  }
3471
3475
  .rs-picker-toggle-label {
3472
- color: #575757;
3476
+ color: #343434;
3473
3477
  color: var(--rs-text-primary);
3474
3478
  }
3475
3479
  .rs-picker-toggle-label::after {
@@ -3500,7 +3504,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3500
3504
  height: 20px;
3501
3505
  font-size: 12px;
3502
3506
  background: inherit;
3503
- color: #8e8e93;
3507
+ color: #717273;
3504
3508
  color: var(--rs-text-secondary);
3505
3509
  -webkit-transition: 0.2s color linear;
3506
3510
  transition: 0.2s color linear;
@@ -3526,7 +3530,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3526
3530
  right: 12px;
3527
3531
  height: 20px;
3528
3532
  font-size: 12px;
3529
- color: #8e8e93;
3533
+ color: #717273;
3530
3534
  color: var(--rs-text-secondary);
3531
3535
  }
3532
3536
  .rs-picker-toggle-indicator .rs-picker-loader {
@@ -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;
@@ -424,7 +424,7 @@
424
424
  -ms-user-select: none;
425
425
  user-select: none;
426
426
  text-decoration: none;
427
- color: #575757;
427
+ color: #343434;
428
428
  color: var(--rs-btn-default-text);
429
429
  background-color: #f7f7fa;
430
430
  background-color: var(--rs-btn-default-bg);
@@ -489,7 +489,7 @@
489
489
  }
490
490
  .rs-btn:active,
491
491
  .rs-btn.rs-btn-active {
492
- color: #272c36;
492
+ color: #121212;
493
493
  color: var(--rs-btn-default-active-text);
494
494
  background-color: #d9d9d9;
495
495
  background-color: var(--rs-btn-default-active-bg);
@@ -497,7 +497,7 @@
497
497
  .rs-btn:disabled,
498
498
  .rs-btn.rs-btn-disabled {
499
499
  cursor: not-allowed;
500
- color: #8e8e93;
500
+ color: #717273;
501
501
  color: var(--rs-btn-default-disabled-text);
502
502
  background-color: #f7f7fa;
503
503
  background-color: var(--rs-btn-default-disabled-bg);
@@ -555,28 +555,28 @@
555
555
  border-color: var(--rs-btn-default-disabled-boreder-color);
556
556
  }
557
557
  .rs-btn-subtle {
558
- color: #575757;
558
+ color: #343434;
559
559
  color: var(--rs-btn-subtle-text);
560
560
  background-color: transparent;
561
561
  border: none;
562
562
  }
563
563
  .rs-btn-subtle:hover,
564
564
  .rs-btn-subtle:focus {
565
- color: #575757;
565
+ color: #343434;
566
566
  color: var(--rs-btn-subtle-hover-text);
567
567
  background-color: #e5e5ea;
568
568
  background-color: var(--rs-btn-subtle-hover-bg);
569
569
  }
570
570
  .rs-btn-subtle:active,
571
571
  .rs-btn-subtle.rs-btn-active {
572
- color: #272c36;
572
+ color: #121212;
573
573
  color: var(--rs-btn-subtle-active-text);
574
574
  background-color: #e5e5ea;
575
575
  background-color: var(--rs-btn-subtle-active-bg);
576
576
  }
577
577
  .rs-btn-subtle:disabled,
578
578
  .rs-btn-subtle.rs-btn-disabled {
579
- color: #c5c6c7;
579
+ color: #b6b7b8;
580
580
  color: var(--rs-btn-subtle-disabled-text);
581
581
  background: none;
582
582
  }
@@ -664,7 +664,7 @@
664
664
  --rs-btn-subtle-hover-bg: var(--rs-red-500);
665
665
  --rs-btn-subtle-hover-text: #e5e5ea;
666
666
  --rs-btn-subtle-active-bg: var(--rs-red-600);
667
- --rs-btn-subtle-active-text: #575757;
667
+ --rs-btn-subtle-active-text: #343434;
668
668
  --rs-btn-ghost-border: var(--rs-red-700);
669
669
  --rs-btn-ghost-text: var(--rs-red-700);
670
670
  --rs-btn-ghost-hover-border: var(--rs-red-900);
@@ -718,7 +718,7 @@
718
718
  --rs-btn-subtle-hover-bg: var(--rs-orange-500);
719
719
  --rs-btn-subtle-hover-text: #e5e5ea;
720
720
  --rs-btn-subtle-active-bg: var(--rs-orange-600);
721
- --rs-btn-subtle-active-text: #575757;
721
+ --rs-btn-subtle-active-text: #343434;
722
722
  --rs-btn-ghost-border: var(--rs-orange-700);
723
723
  --rs-btn-ghost-text: var(--rs-orange-700);
724
724
  --rs-btn-ghost-hover-border: var(--rs-orange-900);
@@ -772,7 +772,7 @@
772
772
  --rs-btn-subtle-hover-bg: var(--rs-yellow-500);
773
773
  --rs-btn-subtle-hover-text: #e5e5ea;
774
774
  --rs-btn-subtle-active-bg: var(--rs-yellow-600);
775
- --rs-btn-subtle-active-text: #575757;
775
+ --rs-btn-subtle-active-text: #343434;
776
776
  --rs-btn-ghost-border: var(--rs-yellow-700);
777
777
  --rs-btn-ghost-text: var(--rs-yellow-700);
778
778
  --rs-btn-ghost-hover-border: var(--rs-yellow-900);
@@ -826,7 +826,7 @@
826
826
  --rs-btn-subtle-hover-bg: var(--rs-green-500);
827
827
  --rs-btn-subtle-hover-text: #e5e5ea;
828
828
  --rs-btn-subtle-active-bg: var(--rs-green-600);
829
- --rs-btn-subtle-active-text: #575757;
829
+ --rs-btn-subtle-active-text: #343434;
830
830
  --rs-btn-ghost-border: var(--rs-green-700);
831
831
  --rs-btn-ghost-text: var(--rs-green-700);
832
832
  --rs-btn-ghost-hover-border: var(--rs-green-900);
@@ -880,7 +880,7 @@
880
880
  --rs-btn-subtle-hover-bg: var(--rs-cyan-500);
881
881
  --rs-btn-subtle-hover-text: #e5e5ea;
882
882
  --rs-btn-subtle-active-bg: var(--rs-cyan-600);
883
- --rs-btn-subtle-active-text: #575757;
883
+ --rs-btn-subtle-active-text: #343434;
884
884
  --rs-btn-ghost-border: var(--rs-cyan-700);
885
885
  --rs-btn-ghost-text: var(--rs-cyan-700);
886
886
  --rs-btn-ghost-hover-border: var(--rs-cyan-900);
@@ -934,7 +934,7 @@
934
934
  --rs-btn-subtle-hover-bg: var(--rs-blue-500);
935
935
  --rs-btn-subtle-hover-text: #e5e5ea;
936
936
  --rs-btn-subtle-active-bg: var(--rs-blue-600);
937
- --rs-btn-subtle-active-text: #575757;
937
+ --rs-btn-subtle-active-text: #343434;
938
938
  --rs-btn-ghost-border: var(--rs-blue-700);
939
939
  --rs-btn-ghost-text: var(--rs-blue-700);
940
940
  --rs-btn-ghost-hover-border: var(--rs-blue-900);
@@ -988,7 +988,7 @@
988
988
  --rs-btn-subtle-hover-bg: var(--rs-violet-500);
989
989
  --rs-btn-subtle-hover-text: #e5e5ea;
990
990
  --rs-btn-subtle-active-bg: var(--rs-violet-600);
991
- --rs-btn-subtle-active-text: #575757;
991
+ --rs-btn-subtle-active-text: #343434;
992
992
  --rs-btn-ghost-border: var(--rs-violet-700);
993
993
  --rs-btn-ghost-text: var(--rs-violet-700);
994
994
  --rs-btn-ghost-hover-border: var(--rs-violet-900);
@@ -1236,7 +1236,7 @@
1236
1236
  }
1237
1237
  .rs-btn-loading > .rs-btn-spin::after {
1238
1238
  border-width: 3px;
1239
- border-color: #a6a6a6 transparent transparent;
1239
+ border-color: #939393 transparent transparent;
1240
1240
  border-color: var(--rs-loader-rotor) transparent transparent;
1241
1241
  border-style: solid;
1242
1242
  -webkit-animation: buttonSpin 0.6s infinite linear;
@@ -1296,7 +1296,7 @@
1296
1296
  .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-subtle,
1297
1297
  .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-subtle:focus,
1298
1298
  .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-subtle:active {
1299
- color: #c5c6c7;
1299
+ color: #b6b7b8;
1300
1300
  color: var(--rs-btn-subtle-disabled-text);
1301
1301
  background: none;
1302
1302
  }
@@ -1410,7 +1410,7 @@
1410
1410
  clear: both;
1411
1411
  font-weight: normal;
1412
1412
  line-height: 1.42857143;
1413
- color: #575757;
1413
+ color: #343434;
1414
1414
  color: var(--rs-text-primary);
1415
1415
  white-space: nowrap;
1416
1416
  cursor: pointer;
@@ -1470,13 +1470,13 @@
1470
1470
  outline: 0;
1471
1471
  }
1472
1472
  .rs-dropdown-item-disabled {
1473
- color: #8e8e93;
1473
+ color: #717273;
1474
1474
  color: var(--rs-text-disabled);
1475
1475
  cursor: not-allowed;
1476
1476
  pointer-events: none;
1477
1477
  }
1478
1478
  .rs-dropdown-item-disabled .rs-text {
1479
- color: #8e8e93;
1479
+ color: #717273;
1480
1480
  color: var(--rs-text-disabled);
1481
1481
  }
1482
1482
  .rs-dropdown-item-disabled:hover,
@@ -1603,7 +1603,7 @@
1603
1603
  display: block;
1604
1604
  padding: 8px 12px;
1605
1605
  line-height: 1.42857143;
1606
- color: #a6a6a6;
1606
+ color: #939393;
1607
1607
  color: var(--rs-dropdown-header-text);
1608
1608
  border-bottom: 1px solid #e5e5ea;
1609
1609
  border-bottom: 1px solid var(--rs-border-primary);
@@ -1663,7 +1663,7 @@
1663
1663
  .rs-nav-item {
1664
1664
  padding: 8px 12px;
1665
1665
  cursor: pointer;
1666
- color: #575757;
1666
+ color: #343434;
1667
1667
  color: var(--rs-navs-text);
1668
1668
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
1669
1669
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
@@ -1692,7 +1692,7 @@
1692
1692
  .rs-nav-item:hover,
1693
1693
  .rs-nav-item:focus,
1694
1694
  .rs-nav-item.rs-nav-item-focus {
1695
- color: #575757;
1695
+ color: #343434;
1696
1696
  color: var(--rs-navs-text-hover);
1697
1697
  }
1698
1698
  .rs-theme-high-contrast .rs-nav-item:hover,
@@ -1711,7 +1711,7 @@
1711
1711
  outline-offset: 2px;
1712
1712
  }
1713
1713
  .rs-nav-item:active {
1714
- color: #272c36;
1714
+ color: #121212;
1715
1715
  color: var(--rs-navs-text-active);
1716
1716
  }
1717
1717
  .rs-theme-high-contrast .rs-nav-item:active {
@@ -1720,7 +1720,7 @@
1720
1720
  .rs-nav-item.rs-nav-item-disabled {
1721
1721
  cursor: not-allowed;
1722
1722
  pointer-events: none;
1723
- color: #8e8e93;
1723
+ color: #717273;
1724
1724
  color: var(--rs-text-disabled);
1725
1725
  }
1726
1726
  .rs-nav-item.rs-nav-item-active {