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;
@@ -141,7 +141,7 @@
141
141
  --rs-loader-ring: rgba(247, 247, 250, 0.8);
142
142
  --rs-loader-backdrop: rgba(255, 255, 255, 0.9);
143
143
  --rs-loader-ring-inverse: rgba(247, 247, 250, 0.3);
144
- --rs-loader-backdrop-inverse: rgba(39, 44, 54, 0.83);
144
+ --rs-loader-backdrop-inverse: rgba(18, 18, 18, 0.83);
145
145
  --rs-listbox-option-hover-bg: rgba(204, 233, 255, 0.5);
146
146
  }
147
147
  }
@@ -464,7 +464,7 @@
464
464
  -ms-user-select: none;
465
465
  user-select: none;
466
466
  text-decoration: none;
467
- color: #575757;
467
+ color: #343434;
468
468
  color: var(--rs-btn-default-text);
469
469
  background-color: #f7f7fa;
470
470
  background-color: var(--rs-btn-default-bg);
@@ -529,7 +529,7 @@
529
529
  }
530
530
  .rs-btn:active,
531
531
  .rs-btn.rs-btn-active {
532
- color: #272c36;
532
+ color: #121212;
533
533
  color: var(--rs-btn-default-active-text);
534
534
  background-color: #d9d9d9;
535
535
  background-color: var(--rs-btn-default-active-bg);
@@ -537,7 +537,7 @@
537
537
  .rs-btn:disabled,
538
538
  .rs-btn.rs-btn-disabled {
539
539
  cursor: not-allowed;
540
- color: #8e8e93;
540
+ color: #717273;
541
541
  color: var(--rs-btn-default-disabled-text);
542
542
  background-color: #f7f7fa;
543
543
  background-color: var(--rs-btn-default-disabled-bg);
@@ -595,28 +595,28 @@
595
595
  border-color: var(--rs-btn-default-disabled-boreder-color);
596
596
  }
597
597
  .rs-btn-subtle {
598
- color: #575757;
598
+ color: #343434;
599
599
  color: var(--rs-btn-subtle-text);
600
600
  background-color: transparent;
601
601
  border: none;
602
602
  }
603
603
  .rs-btn-subtle:hover,
604
604
  .rs-btn-subtle:focus {
605
- color: #575757;
605
+ color: #343434;
606
606
  color: var(--rs-btn-subtle-hover-text);
607
607
  background-color: #e5e5ea;
608
608
  background-color: var(--rs-btn-subtle-hover-bg);
609
609
  }
610
610
  .rs-btn-subtle:active,
611
611
  .rs-btn-subtle.rs-btn-active {
612
- color: #272c36;
612
+ color: #121212;
613
613
  color: var(--rs-btn-subtle-active-text);
614
614
  background-color: #e5e5ea;
615
615
  background-color: var(--rs-btn-subtle-active-bg);
616
616
  }
617
617
  .rs-btn-subtle:disabled,
618
618
  .rs-btn-subtle.rs-btn-disabled {
619
- color: #c5c6c7;
619
+ color: #b6b7b8;
620
620
  color: var(--rs-btn-subtle-disabled-text);
621
621
  background: none;
622
622
  }
@@ -704,7 +704,7 @@
704
704
  --rs-btn-subtle-hover-bg: var(--rs-red-500);
705
705
  --rs-btn-subtle-hover-text: #e5e5ea;
706
706
  --rs-btn-subtle-active-bg: var(--rs-red-600);
707
- --rs-btn-subtle-active-text: #575757;
707
+ --rs-btn-subtle-active-text: #343434;
708
708
  --rs-btn-ghost-border: var(--rs-red-700);
709
709
  --rs-btn-ghost-text: var(--rs-red-700);
710
710
  --rs-btn-ghost-hover-border: var(--rs-red-900);
@@ -758,7 +758,7 @@
758
758
  --rs-btn-subtle-hover-bg: var(--rs-orange-500);
759
759
  --rs-btn-subtle-hover-text: #e5e5ea;
760
760
  --rs-btn-subtle-active-bg: var(--rs-orange-600);
761
- --rs-btn-subtle-active-text: #575757;
761
+ --rs-btn-subtle-active-text: #343434;
762
762
  --rs-btn-ghost-border: var(--rs-orange-700);
763
763
  --rs-btn-ghost-text: var(--rs-orange-700);
764
764
  --rs-btn-ghost-hover-border: var(--rs-orange-900);
@@ -812,7 +812,7 @@
812
812
  --rs-btn-subtle-hover-bg: var(--rs-yellow-500);
813
813
  --rs-btn-subtle-hover-text: #e5e5ea;
814
814
  --rs-btn-subtle-active-bg: var(--rs-yellow-600);
815
- --rs-btn-subtle-active-text: #575757;
815
+ --rs-btn-subtle-active-text: #343434;
816
816
  --rs-btn-ghost-border: var(--rs-yellow-700);
817
817
  --rs-btn-ghost-text: var(--rs-yellow-700);
818
818
  --rs-btn-ghost-hover-border: var(--rs-yellow-900);
@@ -866,7 +866,7 @@
866
866
  --rs-btn-subtle-hover-bg: var(--rs-green-500);
867
867
  --rs-btn-subtle-hover-text: #e5e5ea;
868
868
  --rs-btn-subtle-active-bg: var(--rs-green-600);
869
- --rs-btn-subtle-active-text: #575757;
869
+ --rs-btn-subtle-active-text: #343434;
870
870
  --rs-btn-ghost-border: var(--rs-green-700);
871
871
  --rs-btn-ghost-text: var(--rs-green-700);
872
872
  --rs-btn-ghost-hover-border: var(--rs-green-900);
@@ -920,7 +920,7 @@
920
920
  --rs-btn-subtle-hover-bg: var(--rs-cyan-500);
921
921
  --rs-btn-subtle-hover-text: #e5e5ea;
922
922
  --rs-btn-subtle-active-bg: var(--rs-cyan-600);
923
- --rs-btn-subtle-active-text: #575757;
923
+ --rs-btn-subtle-active-text: #343434;
924
924
  --rs-btn-ghost-border: var(--rs-cyan-700);
925
925
  --rs-btn-ghost-text: var(--rs-cyan-700);
926
926
  --rs-btn-ghost-hover-border: var(--rs-cyan-900);
@@ -974,7 +974,7 @@
974
974
  --rs-btn-subtle-hover-bg: var(--rs-blue-500);
975
975
  --rs-btn-subtle-hover-text: #e5e5ea;
976
976
  --rs-btn-subtle-active-bg: var(--rs-blue-600);
977
- --rs-btn-subtle-active-text: #575757;
977
+ --rs-btn-subtle-active-text: #343434;
978
978
  --rs-btn-ghost-border: var(--rs-blue-700);
979
979
  --rs-btn-ghost-text: var(--rs-blue-700);
980
980
  --rs-btn-ghost-hover-border: var(--rs-blue-900);
@@ -1028,7 +1028,7 @@
1028
1028
  --rs-btn-subtle-hover-bg: var(--rs-violet-500);
1029
1029
  --rs-btn-subtle-hover-text: #e5e5ea;
1030
1030
  --rs-btn-subtle-active-bg: var(--rs-violet-600);
1031
- --rs-btn-subtle-active-text: #575757;
1031
+ --rs-btn-subtle-active-text: #343434;
1032
1032
  --rs-btn-ghost-border: var(--rs-violet-700);
1033
1033
  --rs-btn-ghost-text: var(--rs-violet-700);
1034
1034
  --rs-btn-ghost-hover-border: var(--rs-violet-900);
@@ -1276,7 +1276,7 @@
1276
1276
  }
1277
1277
  .rs-btn-loading > .rs-btn-spin::after {
1278
1278
  border-width: 3px;
1279
- border-color: #a6a6a6 transparent transparent;
1279
+ border-color: #939393 transparent transparent;
1280
1280
  border-color: var(--rs-loader-rotor) transparent transparent;
1281
1281
  border-style: solid;
1282
1282
  -webkit-animation: buttonSpin 0.6s infinite linear;
@@ -1386,7 +1386,7 @@
1386
1386
  .rs-loader-spin::after {
1387
1387
  border-width: 3px;
1388
1388
  border-style: solid;
1389
- border-color: #a6a6a6 transparent transparent;
1389
+ border-color: #939393 transparent transparent;
1390
1390
  border-color: var(--rs-loader-rotor) transparent transparent;
1391
1391
  -webkit-animation: loaderSpin 0.6s infinite linear;
1392
1392
  animation: loaderSpin 0.6s infinite linear;
@@ -1441,7 +1441,7 @@
1441
1441
  color: var(--rs-text-inverse);
1442
1442
  }
1443
1443
  .rs-loader-inverse .rs-loader-backdrop {
1444
- background: rgb(from #272c36 r g b / 83%);
1444
+ background: rgb(from #121212 r g b / 83%);
1445
1445
  background: var(--rs-loader-backdrop-inverse);
1446
1446
  }
1447
1447
  .rs-loader-inverse .rs-loader-spin::before {
@@ -1464,6 +1464,10 @@
1464
1464
  -webkit-animation-duration: 0.8s;
1465
1465
  animation-duration: 0.8s;
1466
1466
  }
1467
+ .rs-loader-speed-paused .rs-loader-spin::after {
1468
+ -webkit-animation-play-state: paused;
1469
+ animation-play-state: paused;
1470
+ }
1467
1471
  .rs-loader-center,
1468
1472
  .rs-loader-backdrop-wrapper {
1469
1473
  position: absolute;
@@ -1617,7 +1621,7 @@
1617
1621
  .rs-input {
1618
1622
  display: block;
1619
1623
  width: 100%;
1620
- color: #575757;
1624
+ color: #343434;
1621
1625
  color: var(--rs-text-primary);
1622
1626
  background-color: #fff;
1623
1627
  background-color: var(--rs-input-bg);
@@ -1646,19 +1650,19 @@ textarea.rs-input {
1646
1650
  transition: none;
1647
1651
  }
1648
1652
  .rs-input::-webkit-input-placeholder {
1649
- color: #8e8e93;
1653
+ color: #717273;
1650
1654
  color: var(--rs-text-secondary);
1651
1655
  }
1652
1656
  .rs-input::-moz-placeholder {
1653
- color: #8e8e93;
1657
+ color: #717273;
1654
1658
  color: var(--rs-text-secondary);
1655
1659
  }
1656
1660
  .rs-input::-ms-input-placeholder {
1657
- color: #8e8e93;
1661
+ color: #717273;
1658
1662
  color: var(--rs-text-secondary);
1659
1663
  }
1660
1664
  .rs-input::placeholder {
1661
- color: #8e8e93;
1665
+ color: #717273;
1662
1666
  color: var(--rs-text-secondary);
1663
1667
  }
1664
1668
  .rs-input:focus,
@@ -1676,7 +1680,7 @@ textarea.rs-input {
1676
1680
  .rs-input:disabled {
1677
1681
  background-color: #f7f7fa;
1678
1682
  background-color: var(--rs-input-disabled-bg);
1679
- color: #8e8e93;
1683
+ color: #717273;
1680
1684
  color: var(--rs-text-disabled);
1681
1685
  }
1682
1686
  textarea.rs-input {
@@ -1738,7 +1742,7 @@ textarea.rs-input-sm {
1738
1742
  transition: border-color ease-in-out 0.15s;
1739
1743
  width: 100%;
1740
1744
  cursor: text;
1741
- color: #575757;
1745
+ color: #343434;
1742
1746
  color: var(--rs-text-primary);
1743
1747
  border: 1px solid #e5e5ea;
1744
1748
  border: 1px solid var(--rs-border-primary);
@@ -1846,7 +1850,7 @@ textarea.rs-input-sm {
1846
1850
  width: auto;
1847
1851
  }
1848
1852
  .rs-input-group.rs-input-group-inside .rs-input-group-btn {
1849
- color: #575757;
1853
+ color: #343434;
1850
1854
  color: var(--rs-btn-subtle-text);
1851
1855
  background-color: transparent;
1852
1856
  border: none;
@@ -1857,21 +1861,21 @@ textarea.rs-input-sm {
1857
1861
  }
1858
1862
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:hover,
1859
1863
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:focus {
1860
- color: #575757;
1864
+ color: #343434;
1861
1865
  color: var(--rs-btn-subtle-hover-text);
1862
1866
  background-color: #e5e5ea;
1863
1867
  background-color: var(--rs-btn-subtle-hover-bg);
1864
1868
  }
1865
1869
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:active,
1866
1870
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active {
1867
- color: #272c36;
1871
+ color: #121212;
1868
1872
  color: var(--rs-btn-subtle-active-text);
1869
1873
  background-color: #e5e5ea;
1870
1874
  background-color: var(--rs-btn-subtle-active-bg);
1871
1875
  }
1872
1876
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:disabled,
1873
1877
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled {
1874
- color: #c5c6c7;
1878
+ color: #b6b7b8;
1875
1879
  color: var(--rs-btn-subtle-disabled-text);
1876
1880
  background: none;
1877
1881
  }
@@ -1927,7 +1931,7 @@ textarea.rs-input-sm {
1927
1931
  .rs-input-group.rs-input-group-disabled {
1928
1932
  background-color: #f7f7fa;
1929
1933
  background-color: var(--rs-input-disabled-bg);
1930
- color: #8e8e93;
1934
+ color: #717273;
1931
1935
  color: var(--rs-text-disabled);
1932
1936
  cursor: not-allowed;
1933
1937
  }
@@ -2232,7 +2236,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2232
2236
  align-items: center;
2233
2237
  white-space: nowrap;
2234
2238
  vertical-align: middle;
2235
- color: #575757;
2239
+ color: #343434;
2236
2240
  color: var(--rs-text-primary);
2237
2241
  padding: 8px 12px;
2238
2242
  font-size: 14px;
@@ -2328,14 +2332,14 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2328
2332
  .rs-picker-disabled .rs-picker-toggle-value,
2329
2333
  .rs-picker-disabled .rs-picker-toggle-indicator,
2330
2334
  .rs-picker-disabled .rs-picker-tag-list .rs-tag {
2331
- color: #8e8e93 !important;
2335
+ color: #717273 !important;
2332
2336
  color: var(--rs-text-disabled) !important;
2333
2337
  }
2334
2338
  .rs-picker-disabled .rs-picker-value-count {
2335
2339
  opacity: 0.5;
2336
2340
  }
2337
2341
  .rs-picker-toggle .rs-picker-toggle-placeholder {
2338
- color: #8e8e93;
2342
+ color: #717273;
2339
2343
  color: var(--rs-text-secondary);
2340
2344
  }
2341
2345
  .rs-picker-has-value .rs-btn .rs-picker-toggle-value,
@@ -2345,7 +2349,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2345
2349
  }
2346
2350
  .rs-picker-none {
2347
2351
  padding: 6px 12px 12px;
2348
- color: #8e8e93;
2352
+ color: #717273;
2349
2353
  color: var(--rs-text-secondary);
2350
2354
  cursor: default;
2351
2355
  }
@@ -2393,7 +2397,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2393
2397
  box-shadow: var(--rs-state-focus-shadow);
2394
2398
  }
2395
2399
  .rs-picker-label.rs-input-group-addon {
2396
- color: #575757;
2400
+ color: #343434;
2397
2401
  color: var(--rs-text-primary);
2398
2402
  padding-right: 4px !important;
2399
2403
  }
@@ -2446,7 +2450,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2446
2450
  -ms-user-select: none;
2447
2451
  user-select: none;
2448
2452
  text-decoration: none;
2449
- color: #575757;
2453
+ color: #343434;
2450
2454
  color: var(--rs-btn-default-text);
2451
2455
  background-color: #f7f7fa;
2452
2456
  background-color: var(--rs-btn-default-bg);
@@ -2511,7 +2515,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2511
2515
  }
2512
2516
  .rs-picker-toggle:active,
2513
2517
  .rs-picker-toggle.rs-btn-active {
2514
- color: #272c36;
2518
+ color: #121212;
2515
2519
  color: var(--rs-btn-default-active-text);
2516
2520
  background-color: #d9d9d9;
2517
2521
  background-color: var(--rs-btn-default-active-bg);
@@ -2519,7 +2523,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2519
2523
  .rs-picker-toggle:disabled,
2520
2524
  .rs-picker-toggle.rs-btn-disabled {
2521
2525
  cursor: not-allowed;
2522
- color: #8e8e93;
2526
+ color: #717273;
2523
2527
  color: var(--rs-btn-default-disabled-text);
2524
2528
  background-color: #f7f7fa;
2525
2529
  background-color: var(--rs-btn-default-disabled-bg);
@@ -2547,7 +2551,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2547
2551
  border: 1px solid #0000;
2548
2552
  padding-left: 10px;
2549
2553
  padding-right: 32px;
2550
- color: #575757;
2554
+ color: #343434;
2551
2555
  color: var(--rs-text-primary);
2552
2556
  background-color: #fff;
2553
2557
  background-color: var(--rs-input-bg);
@@ -2580,7 +2584,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2580
2584
  border-color: var(--rs-input-focus-border);
2581
2585
  }
2582
2586
  .rs-picker-subtle .rs-picker-toggle {
2583
- color: #575757;
2587
+ color: #343434;
2584
2588
  color: var(--rs-btn-subtle-text);
2585
2589
  background-color: transparent;
2586
2590
  border: none;
@@ -2589,21 +2593,21 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2589
2593
  }
2590
2594
  .rs-picker-subtle .rs-picker-toggle:hover,
2591
2595
  .rs-picker-subtle .rs-picker-toggle:focus {
2592
- color: #575757;
2596
+ color: #343434;
2593
2597
  color: var(--rs-btn-subtle-hover-text);
2594
2598
  background-color: #e5e5ea;
2595
2599
  background-color: var(--rs-btn-subtle-hover-bg);
2596
2600
  }
2597
2601
  .rs-picker-subtle .rs-picker-toggle:active,
2598
2602
  .rs-picker-subtle .rs-picker-toggle.rs-btn-active {
2599
- color: #272c36;
2603
+ color: #121212;
2600
2604
  color: var(--rs-btn-subtle-active-text);
2601
2605
  background-color: #e5e5ea;
2602
2606
  background-color: var(--rs-btn-subtle-active-bg);
2603
2607
  }
2604
2608
  .rs-picker-subtle .rs-picker-toggle:disabled,
2605
2609
  .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled {
2606
- color: #c5c6c7;
2610
+ color: #b6b7b8;
2607
2611
  color: var(--rs-btn-subtle-disabled-text);
2608
2612
  background: none;
2609
2613
  }
@@ -2614,7 +2618,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2614
2618
  .rs-picker-subtle .rs-picker-toggle-active {
2615
2619
  background-color: #e5e5ea;
2616
2620
  background-color: var(--rs-btn-subtle-hover-bg);
2617
- color: #575757;
2621
+ color: #343434;
2618
2622
  color: var(--rs-btn-subtle-hover-text);
2619
2623
  }
2620
2624
  /* stylelint-disable-next-line */
@@ -2942,7 +2946,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2942
2946
  z-index: 5;
2943
2947
  padding-right: 32px;
2944
2948
  display: inline-block;
2945
- color: #575757;
2949
+ color: #343434;
2946
2950
  color: var(--rs-text-primary);
2947
2951
  border: 1px solid #e5e5ea;
2948
2952
  border: 1px solid var(--rs-border-primary);
@@ -2979,7 +2983,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2979
2983
  text-align: left;
2980
2984
  }
2981
2985
  .rs-picker-toggle-label {
2982
- color: #575757;
2986
+ color: #343434;
2983
2987
  color: var(--rs-text-primary);
2984
2988
  }
2985
2989
  .rs-picker-toggle-label::after {
@@ -3010,7 +3014,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3010
3014
  height: 20px;
3011
3015
  font-size: 12px;
3012
3016
  background: inherit;
3013
- color: #8e8e93;
3017
+ color: #717273;
3014
3018
  color: var(--rs-text-secondary);
3015
3019
  -webkit-transition: 0.2s color linear;
3016
3020
  transition: 0.2s color linear;
@@ -3036,7 +3040,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3036
3040
  right: 12px;
3037
3041
  height: 20px;
3038
3042
  font-size: 12px;
3039
- color: #8e8e93;
3043
+ color: #717273;
3040
3044
  color: var(--rs-text-secondary);
3041
3045
  }
3042
3046
  .rs-picker-toggle-indicator .rs-picker-loader {
@@ -3211,7 +3215,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3211
3215
  cursor: not-allowed;
3212
3216
  }
3213
3217
  .rs-checkbox-disabled > .rs-checkbox-checker > label {
3214
- color: #8e8e93;
3218
+ color: #717273;
3215
3219
  color: var(--rs-text-disabled);
3216
3220
  }
3217
3221
  .rs-checkbox-inline {
@@ -3560,7 +3564,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
3560
3564
  }
3561
3565
  .rs-check-tree .rs-check-tree-empty {
3562
3566
  padding: 6px 12px;
3563
- color: #8e8e93;
3567
+ color: #717273;
3564
3568
  color: var(--rs-text-secondary);
3565
3569
  }
3566
3570
  .rs-check-tree-view {
@@ -3614,12 +3618,12 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
3614
3618
  }
3615
3619
  .rs-check-tree-node .rs-check-item.rs-checkbox-disabled .rs-checkbox-label {
3616
3620
  cursor: not-allowed;
3617
- color: #8e8e93;
3621
+ color: #717273;
3618
3622
  color: var(--rs-text-disabled);
3619
3623
  background: none;
3620
3624
  }
3621
3625
  .rs-check-tree-node:focus .rs-check-item .rs-checkbox-checker > label {
3622
- color: #575757;
3626
+ color: #343434;
3623
3627
  color: var(--rs-text-primary);
3624
3628
  background-color: #f2faff;
3625
3629
  background-color: var(--rs-state-hover-bg);