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;
@@ -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);
@@ -1232,7 +1232,6 @@
1232
1232
  border-left: var(--rs-btn-default-border, none);
1233
1233
  }
1234
1234
  .rs-btn-block {
1235
- display: block;
1236
1235
  width: 100%;
1237
1236
  }
1238
1237
  .rs-btn-block + .rs-btn-block {
@@ -1276,7 +1275,7 @@
1276
1275
  }
1277
1276
  .rs-btn-loading > .rs-btn-spin::after {
1278
1277
  border-width: 3px;
1279
- border-color: #a6a6a6 transparent transparent;
1278
+ border-color: #939393 transparent transparent;
1280
1279
  border-color: var(--rs-loader-rotor) transparent transparent;
1281
1280
  border-style: solid;
1282
1281
  -webkit-animation: buttonSpin 0.6s infinite linear;
@@ -1386,7 +1385,7 @@
1386
1385
  .rs-loader-spin::after {
1387
1386
  border-width: 3px;
1388
1387
  border-style: solid;
1389
- border-color: #a6a6a6 transparent transparent;
1388
+ border-color: #939393 transparent transparent;
1390
1389
  border-color: var(--rs-loader-rotor) transparent transparent;
1391
1390
  -webkit-animation: loaderSpin 0.6s infinite linear;
1392
1391
  animation: loaderSpin 0.6s infinite linear;
@@ -1441,7 +1440,7 @@
1441
1440
  color: var(--rs-text-inverse);
1442
1441
  }
1443
1442
  .rs-loader-inverse .rs-loader-backdrop {
1444
- background: rgb(from #272c36 r g b / 83%);
1443
+ background: rgb(from #121212 r g b / 83%);
1445
1444
  background: var(--rs-loader-backdrop-inverse);
1446
1445
  }
1447
1446
  .rs-loader-inverse .rs-loader-spin::before {
@@ -1464,6 +1463,10 @@
1464
1463
  -webkit-animation-duration: 0.8s;
1465
1464
  animation-duration: 0.8s;
1466
1465
  }
1466
+ .rs-loader-speed-paused .rs-loader-spin::after {
1467
+ -webkit-animation-play-state: paused;
1468
+ animation-play-state: paused;
1469
+ }
1467
1470
  .rs-loader-center,
1468
1471
  .rs-loader-backdrop-wrapper {
1469
1472
  position: absolute;
@@ -1617,7 +1620,7 @@
1617
1620
  .rs-input {
1618
1621
  display: block;
1619
1622
  width: 100%;
1620
- color: #575757;
1623
+ color: #343434;
1621
1624
  color: var(--rs-text-primary);
1622
1625
  background-color: #fff;
1623
1626
  background-color: var(--rs-input-bg);
@@ -1646,19 +1649,19 @@ textarea.rs-input {
1646
1649
  transition: none;
1647
1650
  }
1648
1651
  .rs-input::-webkit-input-placeholder {
1649
- color: #8e8e93;
1652
+ color: #717273;
1650
1653
  color: var(--rs-text-secondary);
1651
1654
  }
1652
1655
  .rs-input::-moz-placeholder {
1653
- color: #8e8e93;
1656
+ color: #717273;
1654
1657
  color: var(--rs-text-secondary);
1655
1658
  }
1656
1659
  .rs-input::-ms-input-placeholder {
1657
- color: #8e8e93;
1660
+ color: #717273;
1658
1661
  color: var(--rs-text-secondary);
1659
1662
  }
1660
1663
  .rs-input::placeholder {
1661
- color: #8e8e93;
1664
+ color: #717273;
1662
1665
  color: var(--rs-text-secondary);
1663
1666
  }
1664
1667
  .rs-input:focus,
@@ -1676,7 +1679,7 @@ textarea.rs-input {
1676
1679
  .rs-input:disabled {
1677
1680
  background-color: #f7f7fa;
1678
1681
  background-color: var(--rs-input-disabled-bg);
1679
- color: #8e8e93;
1682
+ color: #717273;
1680
1683
  color: var(--rs-text-disabled);
1681
1684
  }
1682
1685
  textarea.rs-input {
@@ -1738,7 +1741,7 @@ textarea.rs-input-sm {
1738
1741
  transition: border-color ease-in-out 0.15s;
1739
1742
  width: 100%;
1740
1743
  cursor: text;
1741
- color: #575757;
1744
+ color: #343434;
1742
1745
  color: var(--rs-text-primary);
1743
1746
  border: 1px solid #e5e5ea;
1744
1747
  border: 1px solid var(--rs-border-primary);
@@ -1846,7 +1849,7 @@ textarea.rs-input-sm {
1846
1849
  width: auto;
1847
1850
  }
1848
1851
  .rs-input-group.rs-input-group-inside .rs-input-group-btn {
1849
- color: #575757;
1852
+ color: #343434;
1850
1853
  color: var(--rs-btn-subtle-text);
1851
1854
  background-color: transparent;
1852
1855
  border: none;
@@ -1857,21 +1860,21 @@ textarea.rs-input-sm {
1857
1860
  }
1858
1861
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:hover,
1859
1862
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:focus {
1860
- color: #575757;
1863
+ color: #343434;
1861
1864
  color: var(--rs-btn-subtle-hover-text);
1862
1865
  background-color: #e5e5ea;
1863
1866
  background-color: var(--rs-btn-subtle-hover-bg);
1864
1867
  }
1865
1868
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:active,
1866
1869
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active {
1867
- color: #272c36;
1870
+ color: #121212;
1868
1871
  color: var(--rs-btn-subtle-active-text);
1869
1872
  background-color: #e5e5ea;
1870
1873
  background-color: var(--rs-btn-subtle-active-bg);
1871
1874
  }
1872
1875
  .rs-input-group.rs-input-group-inside .rs-input-group-btn:disabled,
1873
1876
  .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled {
1874
- color: #c5c6c7;
1877
+ color: #b6b7b8;
1875
1878
  color: var(--rs-btn-subtle-disabled-text);
1876
1879
  background: none;
1877
1880
  }
@@ -1927,7 +1930,7 @@ textarea.rs-input-sm {
1927
1930
  .rs-input-group.rs-input-group-disabled {
1928
1931
  background-color: #f7f7fa;
1929
1932
  background-color: var(--rs-input-disabled-bg);
1930
- color: #8e8e93;
1933
+ color: #717273;
1931
1934
  color: var(--rs-text-disabled);
1932
1935
  cursor: not-allowed;
1933
1936
  }
@@ -2232,7 +2235,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2232
2235
  align-items: center;
2233
2236
  white-space: nowrap;
2234
2237
  vertical-align: middle;
2235
- color: #575757;
2238
+ color: #343434;
2236
2239
  color: var(--rs-text-primary);
2237
2240
  padding: 8px 12px;
2238
2241
  font-size: 14px;
@@ -2328,14 +2331,14 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2328
2331
  .rs-picker-disabled .rs-picker-toggle-value,
2329
2332
  .rs-picker-disabled .rs-picker-toggle-indicator,
2330
2333
  .rs-picker-disabled .rs-picker-tag-list .rs-tag {
2331
- color: #8e8e93 !important;
2334
+ color: #717273 !important;
2332
2335
  color: var(--rs-text-disabled) !important;
2333
2336
  }
2334
2337
  .rs-picker-disabled .rs-picker-value-count {
2335
2338
  opacity: 0.5;
2336
2339
  }
2337
2340
  .rs-picker-toggle .rs-picker-toggle-placeholder {
2338
- color: #8e8e93;
2341
+ color: #717273;
2339
2342
  color: var(--rs-text-secondary);
2340
2343
  }
2341
2344
  .rs-picker-has-value .rs-btn .rs-picker-toggle-value,
@@ -2345,7 +2348,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2345
2348
  }
2346
2349
  .rs-picker-none {
2347
2350
  padding: 6px 12px 12px;
2348
- color: #8e8e93;
2351
+ color: #717273;
2349
2352
  color: var(--rs-text-secondary);
2350
2353
  cursor: default;
2351
2354
  }
@@ -2393,7 +2396,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2393
2396
  box-shadow: var(--rs-state-focus-shadow);
2394
2397
  }
2395
2398
  .rs-picker-label.rs-input-group-addon {
2396
- color: #575757;
2399
+ color: #343434;
2397
2400
  color: var(--rs-text-primary);
2398
2401
  padding-right: 4px !important;
2399
2402
  }
@@ -2446,7 +2449,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2446
2449
  -ms-user-select: none;
2447
2450
  user-select: none;
2448
2451
  text-decoration: none;
2449
- color: #575757;
2452
+ color: #343434;
2450
2453
  color: var(--rs-btn-default-text);
2451
2454
  background-color: #f7f7fa;
2452
2455
  background-color: var(--rs-btn-default-bg);
@@ -2511,7 +2514,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2511
2514
  }
2512
2515
  .rs-picker-toggle:active,
2513
2516
  .rs-picker-toggle.rs-btn-active {
2514
- color: #272c36;
2517
+ color: #121212;
2515
2518
  color: var(--rs-btn-default-active-text);
2516
2519
  background-color: #d9d9d9;
2517
2520
  background-color: var(--rs-btn-default-active-bg);
@@ -2519,7 +2522,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2519
2522
  .rs-picker-toggle:disabled,
2520
2523
  .rs-picker-toggle.rs-btn-disabled {
2521
2524
  cursor: not-allowed;
2522
- color: #8e8e93;
2525
+ color: #717273;
2523
2526
  color: var(--rs-btn-default-disabled-text);
2524
2527
  background-color: #f7f7fa;
2525
2528
  background-color: var(--rs-btn-default-disabled-bg);
@@ -2547,7 +2550,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2547
2550
  border: 1px solid #0000;
2548
2551
  padding-left: 10px;
2549
2552
  padding-right: 32px;
2550
- color: #575757;
2553
+ color: #343434;
2551
2554
  color: var(--rs-text-primary);
2552
2555
  background-color: #fff;
2553
2556
  background-color: var(--rs-input-bg);
@@ -2580,7 +2583,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2580
2583
  border-color: var(--rs-input-focus-border);
2581
2584
  }
2582
2585
  .rs-picker-subtle .rs-picker-toggle {
2583
- color: #575757;
2586
+ color: #343434;
2584
2587
  color: var(--rs-btn-subtle-text);
2585
2588
  background-color: transparent;
2586
2589
  border: none;
@@ -2589,21 +2592,21 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2589
2592
  }
2590
2593
  .rs-picker-subtle .rs-picker-toggle:hover,
2591
2594
  .rs-picker-subtle .rs-picker-toggle:focus {
2592
- color: #575757;
2595
+ color: #343434;
2593
2596
  color: var(--rs-btn-subtle-hover-text);
2594
2597
  background-color: #e5e5ea;
2595
2598
  background-color: var(--rs-btn-subtle-hover-bg);
2596
2599
  }
2597
2600
  .rs-picker-subtle .rs-picker-toggle:active,
2598
2601
  .rs-picker-subtle .rs-picker-toggle.rs-btn-active {
2599
- color: #272c36;
2602
+ color: #121212;
2600
2603
  color: var(--rs-btn-subtle-active-text);
2601
2604
  background-color: #e5e5ea;
2602
2605
  background-color: var(--rs-btn-subtle-active-bg);
2603
2606
  }
2604
2607
  .rs-picker-subtle .rs-picker-toggle:disabled,
2605
2608
  .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled {
2606
- color: #c5c6c7;
2609
+ color: #b6b7b8;
2607
2610
  color: var(--rs-btn-subtle-disabled-text);
2608
2611
  background: none;
2609
2612
  }
@@ -2614,7 +2617,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2614
2617
  .rs-picker-subtle .rs-picker-toggle-active {
2615
2618
  background-color: #e5e5ea;
2616
2619
  background-color: var(--rs-btn-subtle-hover-bg);
2617
- color: #575757;
2620
+ color: #343434;
2618
2621
  color: var(--rs-btn-subtle-hover-text);
2619
2622
  }
2620
2623
  /* stylelint-disable-next-line */
@@ -2942,7 +2945,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2942
2945
  z-index: 5;
2943
2946
  padding-right: 32px;
2944
2947
  display: inline-block;
2945
- color: #575757;
2948
+ color: #343434;
2946
2949
  color: var(--rs-text-primary);
2947
2950
  border: 1px solid #e5e5ea;
2948
2951
  border: 1px solid var(--rs-border-primary);
@@ -2979,7 +2982,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
2979
2982
  text-align: left;
2980
2983
  }
2981
2984
  .rs-picker-toggle-label {
2982
- color: #575757;
2985
+ color: #343434;
2983
2986
  color: var(--rs-text-primary);
2984
2987
  }
2985
2988
  .rs-picker-toggle-label::after {
@@ -3010,7 +3013,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3010
3013
  height: 20px;
3011
3014
  font-size: 12px;
3012
3015
  background: inherit;
3013
- color: #8e8e93;
3016
+ color: #717273;
3014
3017
  color: var(--rs-text-secondary);
3015
3018
  -webkit-transition: 0.2s color linear;
3016
3019
  transition: 0.2s color linear;
@@ -3036,7 +3039,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3036
3039
  right: 12px;
3037
3040
  height: 20px;
3038
3041
  font-size: 12px;
3039
- color: #8e8e93;
3042
+ color: #717273;
3040
3043
  color: var(--rs-text-secondary);
3041
3044
  }
3042
3045
  .rs-picker-toggle-indicator .rs-picker-loader {
@@ -3211,7 +3214,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
3211
3214
  cursor: not-allowed;
3212
3215
  }
3213
3216
  .rs-checkbox-disabled > .rs-checkbox-checker > label {
3214
- color: #8e8e93;
3217
+ color: #717273;
3215
3218
  color: var(--rs-text-disabled);
3216
3219
  }
3217
3220
  .rs-checkbox-inline {
@@ -3560,7 +3563,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
3560
3563
  }
3561
3564
  .rs-check-tree .rs-check-tree-empty {
3562
3565
  padding: 6px 12px;
3563
- color: #8e8e93;
3566
+ color: #717273;
3564
3567
  color: var(--rs-text-secondary);
3565
3568
  }
3566
3569
  .rs-check-tree-view {
@@ -3614,12 +3617,12 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
3614
3617
  }
3615
3618
  .rs-check-tree-node .rs-check-item.rs-checkbox-disabled .rs-checkbox-label {
3616
3619
  cursor: not-allowed;
3617
- color: #8e8e93;
3620
+ color: #717273;
3618
3621
  color: var(--rs-text-disabled);
3619
3622
  background: none;
3620
3623
  }
3621
3624
  .rs-check-tree-node:focus .rs-check-item .rs-checkbox-checker > label {
3622
- color: #575757;
3625
+ color: #343434;
3623
3626
  color: var(--rs-text-primary);
3624
3627
  background-color: #f2faff;
3625
3628
  background-color: var(--rs-state-hover-bg);
@@ -4,11 +4,11 @@
4
4
  --rs-gray-50: #f7f7fa;
5
5
  --rs-gray-100: #f2f2f5;
6
6
  --rs-gray-300: #d9d9d9;
7
- --rs-gray-400: #c5c6c7;
8
- --rs-gray-500: #a6a6a6;
9
- --rs-gray-600: #8e8e93;
10
- --rs-gray-800: #575757;
11
- --rs-gray-900: #272c36;
7
+ --rs-gray-400: #b6b7b8;
8
+ --rs-gray-500: #939393;
9
+ --rs-gray-600: #717273;
10
+ --rs-gray-800: #343434;
11
+ --rs-gray-900: #121212;
12
12
  --rs-primary-500: #3498ff;
13
13
  --rs-red-500: #f44336;
14
14
  --rs-orange-500: #fa8900;
@@ -117,7 +117,7 @@
117
117
  cursor: not-allowed;
118
118
  }
119
119
  .rs-checkbox-disabled > .rs-checkbox-checker > label {
120
- color: #8e8e93;
120
+ color: #717273;
121
121
  color: var(--rs-text-disabled);
122
122
  }
123
123
  .rs-checkbox-inline {
@@ -4,11 +4,11 @@
4
4
  --rs-gray-50: #f7f7fa;
5
5
  --rs-gray-100: #f2f2f5;
6
6
  --rs-gray-200: #e5e5ea;
7
- --rs-gray-400: #c5c6c7;
8
- --rs-gray-500: #a6a6a6;
9
- --rs-gray-600: #8e8e93;
10
- --rs-gray-700: #7a7a7a;
11
- --rs-gray-800: #575757;
7
+ --rs-gray-400: #b6b7b8;
8
+ --rs-gray-500: #939393;
9
+ --rs-gray-600: #717273;
10
+ --rs-gray-700: #575757;
11
+ --rs-gray-800: #343434;
12
12
  --rs-primary-500: #3498ff;
13
13
  --rs-text-primary: var(--rs-gray-800);
14
14
  --rs-text-secondary: var(--rs-gray-600);
@@ -83,7 +83,7 @@
83
83
  .rs-input {
84
84
  display: block;
85
85
  width: 100%;
86
- color: #575757;
86
+ color: #343434;
87
87
  color: var(--rs-text-primary);
88
88
  background-color: #fff;
89
89
  background-color: var(--rs-input-bg);
@@ -112,19 +112,19 @@ textarea.rs-input {
112
112
  transition: none;
113
113
  }
114
114
  .rs-input::-webkit-input-placeholder {
115
- color: #8e8e93;
115
+ color: #717273;
116
116
  color: var(--rs-text-secondary);
117
117
  }
118
118
  .rs-input::-moz-placeholder {
119
- color: #8e8e93;
119
+ color: #717273;
120
120
  color: var(--rs-text-secondary);
121
121
  }
122
122
  .rs-input::-ms-input-placeholder {
123
- color: #8e8e93;
123
+ color: #717273;
124
124
  color: var(--rs-text-secondary);
125
125
  }
126
126
  .rs-input::placeholder {
127
- color: #8e8e93;
127
+ color: #717273;
128
128
  color: var(--rs-text-secondary);
129
129
  }
130
130
  .rs-input:focus,
@@ -142,7 +142,7 @@ textarea.rs-input {
142
142
  .rs-input:disabled {
143
143
  background-color: #f7f7fa;
144
144
  background-color: var(--rs-input-disabled-bg);
145
- color: #8e8e93;
145
+ color: #717273;
146
146
  color: var(--rs-text-disabled);
147
147
  }
148
148
  textarea.rs-input {