rsuite 5.65.1 → 5.67.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 (120) hide show
  1. package/Accordion/styles/index.css +9 -9
  2. package/AutoComplete/styles/index.css +59 -56
  3. package/Avatar/styles/index.css +2 -2
  4. package/Breadcrumb/styles/index.css +4 -4
  5. package/Button/styles/index.css +20 -21
  6. package/Button/styles/index.less +0 -1
  7. package/CHANGELOG.md +32 -0
  8. package/Calendar/styles/index.css +32 -33
  9. package/Carousel/styles/index.css +4 -4
  10. package/CascadeTree/styles/index.css +9 -9
  11. package/Cascader/styles/index.css +63 -60
  12. package/CheckPicker/styles/index.css +61 -58
  13. package/CheckTree/styles/index.css +62 -59
  14. package/CheckTreePicker/styles/index.css +62 -59
  15. package/Checkbox/styles/index.css +6 -6
  16. package/DateInput/styles/index.css +11 -11
  17. package/DatePicker/styles/index.css +70 -67
  18. package/DateRangeInput/styles/index.css +11 -11
  19. package/DateRangePicker/styles/index.css +71 -68
  20. package/Divider/styles/index.css +1 -1
  21. package/Drawer/styles/index.css +7 -7
  22. package/Dropdown/styles/index.css +26 -27
  23. package/FormControlLabel/styles/index.css +2 -2
  24. package/FormHelpText/styles/index.css +2 -2
  25. package/IconButton/styles/index.css +21 -22
  26. package/InlineEdit/styles/index.css +1 -1
  27. package/Input/styles/index.css +11 -11
  28. package/InputGroup/styles/index.css +28 -29
  29. package/InputNumber/styles/index.css +34 -35
  30. package/InputPicker/styles/index.css +62 -59
  31. package/List/styles/index.css +3 -3
  32. package/Loader/styles/index.css +10 -6
  33. package/Loader/styles/index.less +4 -0
  34. package/Message/styles/index.css +12 -12
  35. package/Modal/styles/index.css +9 -9
  36. package/MultiCascadeTree/styles/index.css +64 -61
  37. package/MultiCascader/styles/index.css +64 -61
  38. package/Nav/styles/index.css +30 -31
  39. package/NavItem/package.json +3 -3
  40. package/Navbar/styles/index.css +30 -31
  41. package/Notification/styles/index.css +6 -6
  42. package/Pagination/styles/index.css +69 -66
  43. package/Panel/styles/index.css +9 -9
  44. package/PanelGroup/styles/index.css +1 -1
  45. package/Placeholder/styles/index.css +3 -3
  46. package/Popover/styles/index.css +3 -3
  47. package/Progress/styles/index.css +3 -3
  48. package/Radio/styles/index.css +6 -6
  49. package/RadioGroup/styles/index.css +5 -5
  50. package/RangeSlider/styles/index.css +12 -12
  51. package/Rate/styles/index.css +2 -2
  52. package/SelectPicker/styles/index.css +62 -59
  53. package/Sidenav/styles/index.css +12 -12
  54. package/Slider/styles/index.css +12 -12
  55. package/Steps/styles/index.css +8 -8
  56. package/Table/styles/index.css +9 -9
  57. package/Tabs/styles/index.css +30 -31
  58. package/Tag/styles/index.css +3 -3
  59. package/TagInput/styles/index.css +63 -60
  60. package/TagPicker/styles/index.css +63 -60
  61. package/Text/styles/index.css +5 -5
  62. package/Timeline/styles/index.css +1 -1
  63. package/Toggle/styles/index.css +9 -9
  64. package/Tooltip/styles/index.css +9 -9
  65. package/Tree/styles/index.css +9 -9
  66. package/TreePicker/styles/index.css +9 -9
  67. package/Uploader/styles/index.css +40 -41
  68. package/cjs/CheckTree/CheckTreeView.d.ts +4 -0
  69. package/cjs/CheckTreePicker/CheckTreePicker.js +1 -0
  70. package/cjs/Loader/Loader.d.ts +1 -1
  71. package/cjs/Loader/Loader.js +1 -1
  72. package/cjs/Nav/AdaptiveNavItem.d.ts +9 -0
  73. package/cjs/Nav/AdaptiveNavItem.js +89 -0
  74. package/cjs/Nav/Nav.js +3 -73
  75. package/cjs/Stack/Stack.js +6 -1
  76. package/cjs/Tree/TreeView.d.ts +4 -0
  77. package/cjs/TreePicker/TreePicker.js +1 -0
  78. package/cjs/Uploader/Uploader.d.ts +2 -2
  79. package/cjs/Uploader/Uploader.js +11 -9
  80. package/cjs/locales/ca_ES.d.ts +120 -0
  81. package/cjs/locales/ca_ES.js +87 -0
  82. package/cjs/locales/index.d.ts +1 -0
  83. package/cjs/locales/index.js +3 -1
  84. package/dist/rsuite-no-reset-rtl.css +202 -199
  85. package/dist/rsuite-no-reset-rtl.min.css +1 -1
  86. package/dist/rsuite-no-reset-rtl.min.css.map +1 -1
  87. package/dist/rsuite-no-reset.css +202 -199
  88. package/dist/rsuite-no-reset.min.css +1 -1
  89. package/dist/rsuite-no-reset.min.css.map +1 -1
  90. package/dist/rsuite-rtl.css +204 -201
  91. package/dist/rsuite-rtl.min.css +1 -1
  92. package/dist/rsuite-rtl.min.css.map +1 -1
  93. package/dist/rsuite.css +204 -201
  94. package/dist/rsuite.js +23 -12
  95. package/dist/rsuite.js.map +1 -1
  96. package/dist/rsuite.min.css +1 -1
  97. package/dist/rsuite.min.css.map +1 -1
  98. package/dist/rsuite.min.js +1 -1
  99. package/dist/rsuite.min.js.map +1 -1
  100. package/esm/CheckTree/CheckTreeView.d.ts +4 -0
  101. package/esm/CheckTreePicker/CheckTreePicker.js +1 -0
  102. package/esm/Loader/Loader.d.ts +1 -1
  103. package/esm/Loader/Loader.js +1 -1
  104. package/esm/Nav/AdaptiveNavItem.d.ts +9 -0
  105. package/esm/Nav/AdaptiveNavItem.js +83 -0
  106. package/esm/Nav/Nav.js +5 -75
  107. package/esm/Stack/Stack.js +6 -1
  108. package/esm/Tree/TreeView.d.ts +4 -0
  109. package/esm/TreePicker/TreePicker.js +1 -0
  110. package/esm/Uploader/Uploader.d.ts +2 -2
  111. package/esm/Uploader/Uploader.js +11 -9
  112. package/esm/locales/ca_ES.d.ts +120 -0
  113. package/esm/locales/ca_ES.js +82 -0
  114. package/esm/locales/index.d.ts +1 -0
  115. package/esm/locales/index.js +1 -0
  116. package/locales/ca_ES/package.json +7 -0
  117. package/package.json +1 -1
  118. package/styles/color-modes/light.less +2 -2
  119. package/styles/colors/light.less +6 -6
  120. 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;
@@ -143,7 +143,7 @@
143
143
  --rs-loader-ring: rgba(247, 247, 250, 0.8);
144
144
  --rs-loader-backdrop: rgba(255, 255, 255, 0.9);
145
145
  --rs-loader-ring-inverse: rgba(247, 247, 250, 0.3);
146
- --rs-loader-backdrop-inverse: rgba(39, 44, 54, 0.83);
146
+ --rs-loader-backdrop-inverse: rgba(18, 18, 18, 0.83);
147
147
  --rs-listbox-option-hover-bg: rgba(204, 233, 255, 0.5);
148
148
  }
149
149
  }
@@ -468,7 +468,7 @@
468
468
  cursor: not-allowed;
469
469
  }
470
470
  .rs-checkbox-disabled > .rs-checkbox-checker > label {
471
- color: #8e8e93;
471
+ color: #717273;
472
472
  color: var(--rs-text-disabled);
473
473
  }
474
474
  .rs-checkbox-inline {
@@ -756,7 +756,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
756
756
  .rs-input {
757
757
  display: block;
758
758
  width: 100%;
759
- color: #575757;
759
+ color: #343434;
760
760
  color: var(--rs-text-primary);
761
761
  background-color: #fff;
762
762
  background-color: var(--rs-input-bg);
@@ -785,19 +785,19 @@ textarea.rs-input {
785
785
  transition: none;
786
786
  }
787
787
  .rs-input::-webkit-input-placeholder {
788
- color: #8e8e93;
788
+ color: #717273;
789
789
  color: var(--rs-text-secondary);
790
790
  }
791
791
  .rs-input::-moz-placeholder {
792
- color: #8e8e93;
792
+ color: #717273;
793
793
  color: var(--rs-text-secondary);
794
794
  }
795
795
  .rs-input::-ms-input-placeholder {
796
- color: #8e8e93;
796
+ color: #717273;
797
797
  color: var(--rs-text-secondary);
798
798
  }
799
799
  .rs-input::placeholder {
800
- color: #8e8e93;
800
+ color: #717273;
801
801
  color: var(--rs-text-secondary);
802
802
  }
803
803
  .rs-input:focus,
@@ -815,7 +815,7 @@ textarea.rs-input {
815
815
  .rs-input:disabled {
816
816
  background-color: #f7f7fa;
817
817
  background-color: var(--rs-input-disabled-bg);
818
- color: #8e8e93;
818
+ color: #717273;
819
819
  color: var(--rs-text-disabled);
820
820
  }
821
821
  textarea.rs-input {
@@ -886,7 +886,7 @@ textarea.rs-input-sm {
886
886
  padding-right: 32px;
887
887
  position: relative;
888
888
  cursor: pointer;
889
- color: #272c36;
889
+ color: #121212;
890
890
  color: var(--rs-text-heading);
891
891
  }
892
892
  .rs-picker-select-menu-items .rs-picker-menu-group-title .rs-picker-menu-group-caret {
@@ -896,7 +896,7 @@ textarea.rs-input-sm {
896
896
  top: 8px;
897
897
  right: 12px;
898
898
  padding: 3px;
899
- color: #8e8e93;
899
+ color: #717273;
900
900
  color: var(--rs-text-secondary);
901
901
  }
902
902
  .rs-picker-select-menu-items .rs-picker-menu-group.folded .rs-picker-menu-group-caret {
@@ -912,7 +912,7 @@ textarea.rs-input-sm {
912
912
  clear: both;
913
913
  font-weight: normal;
914
914
  line-height: 1.42857143;
915
- color: #575757;
915
+ color: #343434;
916
916
  color: var(--rs-text-primary);
917
917
  cursor: pointer;
918
918
  text-decoration: none;
@@ -950,7 +950,7 @@ textarea.rs-input-sm {
950
950
  background-color: var(--rs-listbox-option-selected-bg);
951
951
  }
952
952
  .rs-picker-select-menu-item.rs-picker-select-menu-item-disabled {
953
- color: #c5c6c7;
953
+ color: #b6b7b8;
954
954
  color: var(--rs-listbox-option-disabled-text);
955
955
  background: none;
956
956
  cursor: not-allowed;
@@ -984,7 +984,7 @@ textarea.rs-input-sm {
984
984
  -ms-user-select: none;
985
985
  user-select: none;
986
986
  text-decoration: none;
987
- color: #575757;
987
+ color: #343434;
988
988
  color: var(--rs-btn-default-text);
989
989
  background-color: #f7f7fa;
990
990
  background-color: var(--rs-btn-default-bg);
@@ -1049,7 +1049,7 @@ textarea.rs-input-sm {
1049
1049
  }
1050
1050
  .rs-btn:active,
1051
1051
  .rs-btn.rs-btn-active {
1052
- color: #272c36;
1052
+ color: #121212;
1053
1053
  color: var(--rs-btn-default-active-text);
1054
1054
  background-color: #d9d9d9;
1055
1055
  background-color: var(--rs-btn-default-active-bg);
@@ -1057,7 +1057,7 @@ textarea.rs-input-sm {
1057
1057
  .rs-btn:disabled,
1058
1058
  .rs-btn.rs-btn-disabled {
1059
1059
  cursor: not-allowed;
1060
- color: #8e8e93;
1060
+ color: #717273;
1061
1061
  color: var(--rs-btn-default-disabled-text);
1062
1062
  background-color: #f7f7fa;
1063
1063
  background-color: var(--rs-btn-default-disabled-bg);
@@ -1115,28 +1115,28 @@ textarea.rs-input-sm {
1115
1115
  border-color: var(--rs-btn-default-disabled-boreder-color);
1116
1116
  }
1117
1117
  .rs-btn-subtle {
1118
- color: #575757;
1118
+ color: #343434;
1119
1119
  color: var(--rs-btn-subtle-text);
1120
1120
  background-color: transparent;
1121
1121
  border: none;
1122
1122
  }
1123
1123
  .rs-btn-subtle:hover,
1124
1124
  .rs-btn-subtle:focus {
1125
- color: #575757;
1125
+ color: #343434;
1126
1126
  color: var(--rs-btn-subtle-hover-text);
1127
1127
  background-color: #e5e5ea;
1128
1128
  background-color: var(--rs-btn-subtle-hover-bg);
1129
1129
  }
1130
1130
  .rs-btn-subtle:active,
1131
1131
  .rs-btn-subtle.rs-btn-active {
1132
- color: #272c36;
1132
+ color: #121212;
1133
1133
  color: var(--rs-btn-subtle-active-text);
1134
1134
  background-color: #e5e5ea;
1135
1135
  background-color: var(--rs-btn-subtle-active-bg);
1136
1136
  }
1137
1137
  .rs-btn-subtle:disabled,
1138
1138
  .rs-btn-subtle.rs-btn-disabled {
1139
- color: #c5c6c7;
1139
+ color: #b6b7b8;
1140
1140
  color: var(--rs-btn-subtle-disabled-text);
1141
1141
  background: none;
1142
1142
  }
@@ -1224,7 +1224,7 @@ textarea.rs-input-sm {
1224
1224
  --rs-btn-subtle-hover-bg: var(--rs-red-500);
1225
1225
  --rs-btn-subtle-hover-text: #e5e5ea;
1226
1226
  --rs-btn-subtle-active-bg: var(--rs-red-600);
1227
- --rs-btn-subtle-active-text: #575757;
1227
+ --rs-btn-subtle-active-text: #343434;
1228
1228
  --rs-btn-ghost-border: var(--rs-red-700);
1229
1229
  --rs-btn-ghost-text: var(--rs-red-700);
1230
1230
  --rs-btn-ghost-hover-border: var(--rs-red-900);
@@ -1278,7 +1278,7 @@ textarea.rs-input-sm {
1278
1278
  --rs-btn-subtle-hover-bg: var(--rs-orange-500);
1279
1279
  --rs-btn-subtle-hover-text: #e5e5ea;
1280
1280
  --rs-btn-subtle-active-bg: var(--rs-orange-600);
1281
- --rs-btn-subtle-active-text: #575757;
1281
+ --rs-btn-subtle-active-text: #343434;
1282
1282
  --rs-btn-ghost-border: var(--rs-orange-700);
1283
1283
  --rs-btn-ghost-text: var(--rs-orange-700);
1284
1284
  --rs-btn-ghost-hover-border: var(--rs-orange-900);
@@ -1332,7 +1332,7 @@ textarea.rs-input-sm {
1332
1332
  --rs-btn-subtle-hover-bg: var(--rs-yellow-500);
1333
1333
  --rs-btn-subtle-hover-text: #e5e5ea;
1334
1334
  --rs-btn-subtle-active-bg: var(--rs-yellow-600);
1335
- --rs-btn-subtle-active-text: #575757;
1335
+ --rs-btn-subtle-active-text: #343434;
1336
1336
  --rs-btn-ghost-border: var(--rs-yellow-700);
1337
1337
  --rs-btn-ghost-text: var(--rs-yellow-700);
1338
1338
  --rs-btn-ghost-hover-border: var(--rs-yellow-900);
@@ -1386,7 +1386,7 @@ textarea.rs-input-sm {
1386
1386
  --rs-btn-subtle-hover-bg: var(--rs-green-500);
1387
1387
  --rs-btn-subtle-hover-text: #e5e5ea;
1388
1388
  --rs-btn-subtle-active-bg: var(--rs-green-600);
1389
- --rs-btn-subtle-active-text: #575757;
1389
+ --rs-btn-subtle-active-text: #343434;
1390
1390
  --rs-btn-ghost-border: var(--rs-green-700);
1391
1391
  --rs-btn-ghost-text: var(--rs-green-700);
1392
1392
  --rs-btn-ghost-hover-border: var(--rs-green-900);
@@ -1440,7 +1440,7 @@ textarea.rs-input-sm {
1440
1440
  --rs-btn-subtle-hover-bg: var(--rs-cyan-500);
1441
1441
  --rs-btn-subtle-hover-text: #e5e5ea;
1442
1442
  --rs-btn-subtle-active-bg: var(--rs-cyan-600);
1443
- --rs-btn-subtle-active-text: #575757;
1443
+ --rs-btn-subtle-active-text: #343434;
1444
1444
  --rs-btn-ghost-border: var(--rs-cyan-700);
1445
1445
  --rs-btn-ghost-text: var(--rs-cyan-700);
1446
1446
  --rs-btn-ghost-hover-border: var(--rs-cyan-900);
@@ -1494,7 +1494,7 @@ textarea.rs-input-sm {
1494
1494
  --rs-btn-subtle-hover-bg: var(--rs-blue-500);
1495
1495
  --rs-btn-subtle-hover-text: #e5e5ea;
1496
1496
  --rs-btn-subtle-active-bg: var(--rs-blue-600);
1497
- --rs-btn-subtle-active-text: #575757;
1497
+ --rs-btn-subtle-active-text: #343434;
1498
1498
  --rs-btn-ghost-border: var(--rs-blue-700);
1499
1499
  --rs-btn-ghost-text: var(--rs-blue-700);
1500
1500
  --rs-btn-ghost-hover-border: var(--rs-blue-900);
@@ -1548,7 +1548,7 @@ textarea.rs-input-sm {
1548
1548
  --rs-btn-subtle-hover-bg: var(--rs-violet-500);
1549
1549
  --rs-btn-subtle-hover-text: #e5e5ea;
1550
1550
  --rs-btn-subtle-active-bg: var(--rs-violet-600);
1551
- --rs-btn-subtle-active-text: #575757;
1551
+ --rs-btn-subtle-active-text: #343434;
1552
1552
  --rs-btn-ghost-border: var(--rs-violet-700);
1553
1553
  --rs-btn-ghost-text: var(--rs-violet-700);
1554
1554
  --rs-btn-ghost-hover-border: var(--rs-violet-900);
@@ -1752,7 +1752,6 @@ textarea.rs-input-sm {
1752
1752
  border-left: var(--rs-btn-default-border, none);
1753
1753
  }
1754
1754
  .rs-btn-block {
1755
- display: block;
1756
1755
  width: 100%;
1757
1756
  }
1758
1757
  .rs-btn-block + .rs-btn-block {
@@ -1796,7 +1795,7 @@ textarea.rs-input-sm {
1796
1795
  }
1797
1796
  .rs-btn-loading > .rs-btn-spin::after {
1798
1797
  border-width: 3px;
1799
- border-color: #a6a6a6 transparent transparent;
1798
+ border-color: #939393 transparent transparent;
1800
1799
  border-color: var(--rs-loader-rotor) transparent transparent;
1801
1800
  border-style: solid;
1802
1801
  -webkit-animation: buttonSpin 0.6s infinite linear;
@@ -1906,7 +1905,7 @@ textarea.rs-input-sm {
1906
1905
  .rs-loader-spin::after {
1907
1906
  border-width: 3px;
1908
1907
  border-style: solid;
1909
- border-color: #a6a6a6 transparent transparent;
1908
+ border-color: #939393 transparent transparent;
1910
1909
  border-color: var(--rs-loader-rotor) transparent transparent;
1911
1910
  -webkit-animation: loaderSpin 0.6s infinite linear;
1912
1911
  animation: loaderSpin 0.6s infinite linear;
@@ -1961,7 +1960,7 @@ textarea.rs-input-sm {
1961
1960
  color: var(--rs-text-inverse);
1962
1961
  }
1963
1962
  .rs-loader-inverse .rs-loader-backdrop {
1964
- background: rgb(from #272c36 r g b / 83%);
1963
+ background: rgb(from #121212 r g b / 83%);
1965
1964
  background: var(--rs-loader-backdrop-inverse);
1966
1965
  }
1967
1966
  .rs-loader-inverse .rs-loader-spin::before {
@@ -1984,6 +1983,10 @@ textarea.rs-input-sm {
1984
1983
  -webkit-animation-duration: 0.8s;
1985
1984
  animation-duration: 0.8s;
1986
1985
  }
1986
+ .rs-loader-speed-paused .rs-loader-spin::after {
1987
+ -webkit-animation-play-state: paused;
1988
+ animation-play-state: paused;
1989
+ }
1987
1990
  .rs-loader-center,
1988
1991
  .rs-loader-backdrop-wrapper {
1989
1992
  position: absolute;
@@ -2144,7 +2147,7 @@ textarea.rs-input-sm {
2144
2147
  transition: border-color ease-in-out 0.15s;
2145
2148
  width: 100%;
2146
2149
  cursor: text;
2147
- color: #575757;
2150
+ color: #343434;
2148
2151
  color: var(--rs-text-primary);
2149
2152
  border: 1px solid #e5e5ea;
2150
2153
  border: 1px solid var(--rs-border-primary);
@@ -2252,7 +2255,7 @@ textarea.rs-input-sm {
2252
2255
  width: auto;
2253
2256
  }
2254
2257
  .rs-input-group.rs-input-group-inside .rs-input-group-btn {
2255
- color: #575757;
2258
+ color: #343434;
2256
2259
  color: var(--rs-btn-subtle-text);
2257
2260
  background-color: transparent;
2258
2261
  border: none;
@@ -2263,21 +2266,21 @@ textarea.rs-input-sm {
2263
2266
  }
2264
2267
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:hover,
2265
2268
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:focus {
2266
- color: #575757;
2269
+ color: #343434;
2267
2270
  color: var(--rs-btn-subtle-hover-text);
2268
2271
  background-color: #e5e5ea;
2269
2272
  background-color: var(--rs-btn-subtle-hover-bg);
2270
2273
  }
2271
2274
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:active,
2272
2275
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active {
2273
- color: #272c36;
2276
+ color: #121212;
2274
2277
  color: var(--rs-btn-subtle-active-text);
2275
2278
  background-color: #e5e5ea;
2276
2279
  background-color: var(--rs-btn-subtle-active-bg);
2277
2280
  }
2278
2281
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:disabled,
2279
2282
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled {
2280
- color: #c5c6c7;
2283
+ color: #b6b7b8;
2281
2284
  color: var(--rs-btn-subtle-disabled-text);
2282
2285
  background: none;
2283
2286
  }
@@ -2333,7 +2336,7 @@ textarea.rs-input-sm {
2333
2336
  .rs-input-group.rs-input-group-disabled {
2334
2337
  background-color: #f7f7fa;
2335
2338
  background-color: var(--rs-input-disabled-bg);
2336
- color: #8e8e93;
2339
+ color: #717273;
2337
2340
  color: var(--rs-text-disabled);
2338
2341
  cursor: not-allowed;
2339
2342
  }
@@ -2638,7 +2641,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2638
2641
  align-items: center;
2639
2642
  white-space: nowrap;
2640
2643
  vertical-align: middle;
2641
- color: #575757;
2644
+ color: #343434;
2642
2645
  color: var(--rs-text-primary);
2643
2646
  padding: 8px 12px;
2644
2647
  font-size: 14px;
@@ -2715,14 +2718,14 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2715
2718
  .rs-picker-disabled .rs-picker-toggle-value,
2716
2719
  .rs-picker-disabled .rs-picker-toggle-indicator,
2717
2720
  .rs-picker-disabled .rs-picker-tag-list .rs-tag {
2718
- color: #8e8e93 !important;
2721
+ color: #717273 !important;
2719
2722
  color: var(--rs-text-disabled) !important;
2720
2723
  }
2721
2724
  .rs-picker-disabled .rs-picker-value-count {
2722
2725
  opacity: 0.5;
2723
2726
  }
2724
2727
  .rs-picker-toggle .rs-picker-toggle-placeholder {
2725
- color: #8e8e93;
2728
+ color: #717273;
2726
2729
  color: var(--rs-text-secondary);
2727
2730
  }
2728
2731
  .rs-picker-has-value .rs-btn .rs-picker-toggle-value,
@@ -2732,7 +2735,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2732
2735
  }
2733
2736
  .rs-picker-none {
2734
2737
  padding: 6px 12px 12px;
2735
- color: #8e8e93;
2738
+ color: #717273;
2736
2739
  color: var(--rs-text-secondary);
2737
2740
  cursor: default;
2738
2741
  }
@@ -2780,7 +2783,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2780
2783
  box-shadow: var(--rs-state-focus-shadow);
2781
2784
  }
2782
2785
  .rs-picker-label.rs-input-group-addon {
2783
- color: #575757;
2786
+ color: #343434;
2784
2787
  color: var(--rs-text-primary);
2785
2788
  padding-right: 4px !important;
2786
2789
  }
@@ -2833,7 +2836,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2833
2836
  -ms-user-select: none;
2834
2837
  user-select: none;
2835
2838
  text-decoration: none;
2836
- color: #575757;
2839
+ color: #343434;
2837
2840
  color: var(--rs-btn-default-text);
2838
2841
  background-color: #f7f7fa;
2839
2842
  background-color: var(--rs-btn-default-bg);
@@ -2898,7 +2901,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2898
2901
  }
2899
2902
  .rs-picker-toggle:active,
2900
2903
  .rs-picker-toggle.rs-btn-active {
2901
- color: #272c36;
2904
+ color: #121212;
2902
2905
  color: var(--rs-btn-default-active-text);
2903
2906
  background-color: #d9d9d9;
2904
2907
  background-color: var(--rs-btn-default-active-bg);
@@ -2906,7 +2909,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2906
2909
  .rs-picker-toggle:disabled,
2907
2910
  .rs-picker-toggle.rs-btn-disabled {
2908
2911
  cursor: not-allowed;
2909
- color: #8e8e93;
2912
+ color: #717273;
2910
2913
  color: var(--rs-btn-default-disabled-text);
2911
2914
  background-color: #f7f7fa;
2912
2915
  background-color: var(--rs-btn-default-disabled-bg);
@@ -2934,7 +2937,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2934
2937
  border: 1px solid #0000;
2935
2938
  padding-left: 10px;
2936
2939
  padding-right: 32px;
2937
- color: #575757;
2940
+ color: #343434;
2938
2941
  color: var(--rs-text-primary);
2939
2942
  background-color: #fff;
2940
2943
  background-color: var(--rs-input-bg);
@@ -2967,7 +2970,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2967
2970
  border-color: var(--rs-input-focus-border);
2968
2971
  }
2969
2972
  .rs-picker-subtle .rs-picker-toggle {
2970
- color: #575757;
2973
+ color: #343434;
2971
2974
  color: var(--rs-btn-subtle-text);
2972
2975
  background-color: transparent;
2973
2976
  border: none;
@@ -2976,21 +2979,21 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2976
2979
  }
2977
2980
  .rs-picker-subtle .rs-picker-toggle:hover,
2978
2981
  .rs-picker-subtle .rs-picker-toggle:focus {
2979
- color: #575757;
2982
+ color: #343434;
2980
2983
  color: var(--rs-btn-subtle-hover-text);
2981
2984
  background-color: #e5e5ea;
2982
2985
  background-color: var(--rs-btn-subtle-hover-bg);
2983
2986
  }
2984
2987
  .rs-picker-subtle .rs-picker-toggle:active,
2985
2988
  .rs-picker-subtle .rs-picker-toggle.rs-btn-active {
2986
- color: #272c36;
2989
+ color: #121212;
2987
2990
  color: var(--rs-btn-subtle-active-text);
2988
2991
  background-color: #e5e5ea;
2989
2992
  background-color: var(--rs-btn-subtle-active-bg);
2990
2993
  }
2991
2994
  .rs-picker-subtle .rs-picker-toggle:disabled,
2992
2995
  .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled {
2993
- color: #c5c6c7;
2996
+ color: #b6b7b8;
2994
2997
  color: var(--rs-btn-subtle-disabled-text);
2995
2998
  background: none;
2996
2999
  }
@@ -3001,7 +3004,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3001
3004
  .rs-picker-subtle .rs-picker-toggle-active {
3002
3005
  background-color: #e5e5ea;
3003
3006
  background-color: var(--rs-btn-subtle-hover-bg);
3004
- color: #575757;
3007
+ color: #343434;
3005
3008
  color: var(--rs-btn-subtle-hover-text);
3006
3009
  }
3007
3010
  /* stylelint-disable-next-line */
@@ -3329,7 +3332,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3329
3332
  z-index: 5;
3330
3333
  padding-right: 32px;
3331
3334
  display: inline-block;
3332
- color: #575757;
3335
+ color: #343434;
3333
3336
  color: var(--rs-text-primary);
3334
3337
  border: 1px solid #e5e5ea;
3335
3338
  border: 1px solid var(--rs-border-primary);
@@ -3366,7 +3369,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3366
3369
  text-align: left;
3367
3370
  }
3368
3371
  .rs-picker-toggle-label {
3369
- color: #575757;
3372
+ color: #343434;
3370
3373
  color: var(--rs-text-primary);
3371
3374
  }
3372
3375
  .rs-picker-toggle-label::after {
@@ -3397,7 +3400,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3397
3400
  height: 20px;
3398
3401
  font-size: 12px;
3399
3402
  background: inherit;
3400
- color: #8e8e93;
3403
+ color: #717273;
3401
3404
  color: var(--rs-text-secondary);
3402
3405
  -webkit-transition: 0.2s color linear;
3403
3406
  transition: 0.2s color linear;
@@ -3423,7 +3426,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3423
3426
  right: 12px;
3424
3427
  height: 20px;
3425
3428
  font-size: 12px;
3426
- color: #8e8e93;
3429
+ color: #717273;
3427
3430
  color: var(--rs-text-secondary);
3428
3431
  }
3429
3432
  .rs-picker-toggle-indicator .rs-picker-loader {
@@ -2,9 +2,9 @@
2
2
  .rs-theme-light {
3
3
  --rs-gray-50: #f7f7fa;
4
4
  --rs-gray-200: #e5e5ea;
5
- --rs-gray-600: #8e8e93;
6
- --rs-gray-800: #575757;
7
- --rs-gray-900: #272c36;
5
+ --rs-gray-600: #717273;
6
+ --rs-gray-800: #343434;
7
+ --rs-gray-900: #121212;
8
8
  --rs-red-500: #f44336;
9
9
  --rs-orange-500: #fa8900;
10
10
  --rs-yellow-500: #ffb300;
@@ -69,7 +69,7 @@
69
69
  .rs-text {
70
70
  font-family: Apple-System, Arial, Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', STXihei, sans-serif;
71
71
  line-height: 1.42857143;
72
- color: #575757;
72
+ color: #343434;
73
73
  color: var(--rs-text-primary);
74
74
  margin: 0;
75
75
  }
@@ -93,7 +93,7 @@ kbd.rs-text {
93
93
  padding: 0.2em 0.3em;
94
94
  }
95
95
  .rs-text.rs-text-muted {
96
- color: #8e8e93;
96
+ color: #717273;
97
97
  color: var(--rs-text-secondary);
98
98
  }
99
99
  .rs-text-left {
@@ -1,7 +1,7 @@
1
1
  :root,
2
2
  .rs-theme-light {
3
3
  --rs-gray-300: #d9d9d9;
4
- --rs-gray-500: #a6a6a6;
4
+ --rs-gray-500: #939393;
5
5
  --rs-primary-500: #3498ff;
6
6
  --rs-timeline-indicator-bg: var(--rs-gray-300);
7
7
  --rs-timeline-indicator-active-bg: var(--rs-primary-500);
@@ -5,11 +5,11 @@
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-800: #575757;
12
- --rs-gray-900: #272c36;
8
+ --rs-gray-400: #b6b7b8;
9
+ --rs-gray-500: #939393;
10
+ --rs-gray-600: #717273;
11
+ --rs-gray-800: #343434;
12
+ --rs-gray-900: #121212;
13
13
  --rs-primary-200: #a6d7ff;
14
14
  --rs-primary-400: #59afff;
15
15
  --rs-primary-500: #3498ff;
@@ -32,11 +32,11 @@
32
32
  --rs-violet-600: #5f2bb3;
33
33
  --rs-color-focus-ring: rgb(from var(--rs-primary-500) r g b / 25%);
34
34
  --rs-state-focus-shadow: 0 0 0 3px rgb(from var(--rs-primary-500) r g b / 25%);
35
- --rs-toggle-bg: var(--rs-gray-300);
35
+ --rs-toggle-bg: var(--rs-gray-400);
36
36
  --rs-toggle-thumb: #fff;
37
37
  --rs-toggle-loader-ring: rgb(from var(--rs-gray-50) r g b / 30%);
38
38
  --rs-toggle-loader-rotor: var(--rs-gray-0);
39
- --rs-toggle-hover-bg: var(--rs-gray-400);
39
+ --rs-toggle-hover-bg: var(--rs-gray-500);
40
40
  --rs-toggle-disabled-bg: var(--rs-gray-200);
41
41
  --rs-toggle-disabled-thumb: #fff;
42
42
  --rs-toggle-checked-bg: var(--rs-primary-500);
@@ -237,7 +237,7 @@
237
237
  -webkit-box-sizing: border-box;
238
238
  box-sizing: border-box;
239
239
  vertical-align: middle;
240
- background-color: #d9d9d9;
240
+ background-color: #b6b7b8;
241
241
  background-color: var(--rs-toggle-bg);
242
242
  color: #fff;
243
243
  color: var(--rs-toggle-thumb);
@@ -271,7 +271,7 @@
271
271
  box-shadow: inset 0 0 0 1px var(--rs-toggle-thumb), var(--rs-state-focus-shadow);
272
272
  }
273
273
  .rs-toggle-presentation:hover {
274
- background-color: #c5c6c7;
274
+ background-color: #939393;
275
275
  background-color: var(--rs-toggle-hover-bg);
276
276
  }
277
277
  .rs-toggle-presentation::after {
@@ -3,10 +3,10 @@
3
3
  --rs-gray-0: #fff;
4
4
  --rs-gray-100: #f2f2f5;
5
5
  --rs-gray-200: #e5e5ea;
6
- --rs-gray-500: #a6a6a6;
7
- --rs-gray-600: #8e8e93;
8
- --rs-gray-800: #575757;
9
- --rs-gray-900: #272c36;
6
+ --rs-gray-500: #939393;
7
+ --rs-gray-600: #717273;
8
+ --rs-gray-800: #343434;
9
+ --rs-gray-900: #121212;
10
10
  --rs-border-primary: var(--rs-gray-200);
11
11
  --rs-tooltip-bg: var(--rs-gray-900);
12
12
  --rs-tooltip-text: var(--rs-gray-0);
@@ -58,7 +58,7 @@
58
58
  padding: 2px 10px;
59
59
  color: #fff;
60
60
  color: var(--rs-tooltip-text);
61
- background-color: #272c36;
61
+ background-color: #121212;
62
62
  background-color: var(--rs-tooltip-bg);
63
63
  border-radius: 4px;
64
64
  overflow-wrap: break-word;
@@ -109,7 +109,7 @@
109
109
  bottom: -6px;
110
110
  margin-left: -6px;
111
111
  border-width: 6px 6px 0;
112
- border-top-color: #272c36;
112
+ border-top-color: #121212;
113
113
  border-top-color: var(--rs-tooltip-bg);
114
114
  }
115
115
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
@@ -151,7 +151,7 @@
151
151
  top: -6px;
152
152
  margin-left: -6px;
153
153
  border-width: 0 6px 6px;
154
- border-bottom-color: #272c36;
154
+ border-bottom-color: #121212;
155
155
  border-bottom-color: var(--rs-tooltip-bg);
156
156
  }
157
157
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
@@ -194,7 +194,7 @@
194
194
  left: -6px;
195
195
  margin-top: -6px;
196
196
  border-width: 6px 6px 6px 0;
197
- border-right-color: #272c36;
197
+ border-right-color: #121212;
198
198
  border-right-color: var(--rs-tooltip-bg);
199
199
  }
200
200
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
@@ -236,7 +236,7 @@
236
236
  right: -6px;
237
237
  margin-top: -6px;
238
238
  border-width: 6px 0 6px 6px;
239
- border-left-color: #272c36;
239
+ border-left-color: #121212;
240
240
  border-left-color: var(--rs-tooltip-bg);
241
241
  }
242
242
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
@@ -3,11 +3,11 @@
3
3
  --rs-gray-0: #fff;
4
4
  --rs-gray-50: #f7f7fa;
5
5
  --rs-gray-200: #e5e5ea;
6
- --rs-gray-400: #c5c6c7;
7
- --rs-gray-500: #a6a6a6;
8
- --rs-gray-600: #8e8e93;
9
- --rs-gray-700: #7a7a7a;
10
- --rs-gray-800: #575757;
6
+ --rs-gray-400: #b6b7b8;
7
+ --rs-gray-500: #939393;
8
+ --rs-gray-600: #717273;
9
+ --rs-gray-700: #575757;
10
+ --rs-gray-800: #343434;
11
11
  --rs-primary-50: #f2faff;
12
12
  --rs-primary-100: #cce9ff;
13
13
  --rs-primary-200: #a6d7ff;
@@ -183,7 +183,7 @@
183
183
  .rs-tree-drag-preview {
184
184
  position: absolute;
185
185
  top: 0;
186
- color: #575757;
186
+ color: #343434;
187
187
  color: var(--rs-text-primary);
188
188
  background-color: #fff;
189
189
  background-color: var(--rs-bg-overlay);
@@ -200,7 +200,7 @@
200
200
  }
201
201
  .rs-tree .rs-tree-empty {
202
202
  padding: 6px 12px;
203
- color: #8e8e93;
203
+ color: #717273;
204
204
  color: var(--rs-text-secondary);
205
205
  }
206
206
  .rs-tree-view {
@@ -318,13 +318,13 @@
318
318
  }
319
319
  .rs-tree-node-disabled .rs-tree-node-label {
320
320
  background: none;
321
- color: #c5c6c7;
321
+ color: #b6b7b8;
322
322
  color: var(--rs-listbox-option-disabled-text);
323
323
  cursor: not-allowed;
324
324
  }
325
325
  .rs-tree-node-disabled > .rs-tree-node-label {
326
326
  cursor: not-allowed;
327
- color: #c5c6c7;
327
+ color: #b6b7b8;
328
328
  color: var(--rs-listbox-option-disabled-text);
329
329
  }
330
330
  .rs-tree-node-disabled > .rs-tree-node-label,