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
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ # [5.67.0](https://github.com/rsuite/rsuite/compare/v5.66.0...v5.67.0) (2024-07-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Button:** fix the misalignment of icons and text in block buttons ([#3880](https://github.com/rsuite/rsuite/issues/3880)) ([aa4f02b](https://github.com/rsuite/rsuite/commit/aa4f02bd434f0753c85b8584e034a57a1050b7f6))
7
+ * **NavItem:** fix NavItem cannot be used in Navbar and Sidenav ([#3882](https://github.com/rsuite/rsuite/issues/3882)) ([be6b2b1](https://github.com/rsuite/rsuite/commit/be6b2b165459afd27f06cf387df0fde73d210e94))
8
+ * **Stack:** fix StackItem cannot be rendered correctly in server-side rendering ([#3884](https://github.com/rsuite/rsuite/issues/3884)) ([a552e35](https://github.com/rsuite/rsuite/commit/a552e357f1fd8a3043012f7de08b9369100d6fee))
9
+
10
+
11
+ ### Features
12
+
13
+ * **locales:** add support for Catalan ([#3878](https://github.com/rsuite/rsuite/issues/3878)) ([c0bae4d](https://github.com/rsuite/rsuite/commit/c0bae4d2fb244ef270869ef7338c10d71165a3ef))
14
+ * **Uploader:** add `event` parameter to `onChange` callback ([#3881](https://github.com/rsuite/rsuite/issues/3881)) ([a1c1667](https://github.com/rsuite/rsuite/commit/a1c1667e9180e278ba9e7212743f662b086be1e6))
15
+
16
+
17
+
18
+ # [5.66.0](https://github.com/rsuite/rsuite/compare/v5.65.1...v5.66.0) (2024-07-12)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **accessibility:** improve font color contrast ([#3877](https://github.com/rsuite/rsuite/issues/3877)) ([105b6c6](https://github.com/rsuite/rsuite/commit/105b6c6e45b36b809c609ea66c2ed5fd74f0afd2))
24
+ * **TreePicker, CheckTreePicker:** fix `locale` cannot override default localization configuration ([#3873](https://github.com/rsuite/rsuite/issues/3873)) ([01ac8c5](https://github.com/rsuite/rsuite/commit/01ac8c5c7ffa0131979210b9787294d79def02d4))
25
+
26
+
27
+ ### Features
28
+
29
+ * **Loader:** add `paused` value to the `speed` property to control the animation pause ([#3875](https://github.com/rsuite/rsuite/issues/3875)) ([85326c5](https://github.com/rsuite/rsuite/commit/85326c5c0ee149aaaecc8e8233d10a2291897cec))
30
+
31
+
32
+
1
33
  ## [5.65.1](https://github.com/rsuite/rsuite/compare/v5.65.0...v5.65.1) (2024-07-05)
2
34
 
3
35
 
@@ -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;
@@ -426,7 +426,7 @@
426
426
  -ms-user-select: none;
427
427
  user-select: none;
428
428
  text-decoration: none;
429
- color: #575757;
429
+ color: #343434;
430
430
  color: var(--rs-btn-default-text);
431
431
  background-color: #f7f7fa;
432
432
  background-color: var(--rs-btn-default-bg);
@@ -491,7 +491,7 @@
491
491
  }
492
492
  .rs-btn:active,
493
493
  .rs-btn.rs-btn-active {
494
- color: #272c36;
494
+ color: #121212;
495
495
  color: var(--rs-btn-default-active-text);
496
496
  background-color: #d9d9d9;
497
497
  background-color: var(--rs-btn-default-active-bg);
@@ -499,7 +499,7 @@
499
499
  .rs-btn:disabled,
500
500
  .rs-btn.rs-btn-disabled {
501
501
  cursor: not-allowed;
502
- color: #8e8e93;
502
+ color: #717273;
503
503
  color: var(--rs-btn-default-disabled-text);
504
504
  background-color: #f7f7fa;
505
505
  background-color: var(--rs-btn-default-disabled-bg);
@@ -557,28 +557,28 @@
557
557
  border-color: var(--rs-btn-default-disabled-boreder-color);
558
558
  }
559
559
  .rs-btn-subtle {
560
- color: #575757;
560
+ color: #343434;
561
561
  color: var(--rs-btn-subtle-text);
562
562
  background-color: transparent;
563
563
  border: none;
564
564
  }
565
565
  .rs-btn-subtle:hover,
566
566
  .rs-btn-subtle:focus {
567
- color: #575757;
567
+ color: #343434;
568
568
  color: var(--rs-btn-subtle-hover-text);
569
569
  background-color: #e5e5ea;
570
570
  background-color: var(--rs-btn-subtle-hover-bg);
571
571
  }
572
572
  .rs-btn-subtle:active,
573
573
  .rs-btn-subtle.rs-btn-active {
574
- color: #272c36;
574
+ color: #121212;
575
575
  color: var(--rs-btn-subtle-active-text);
576
576
  background-color: #e5e5ea;
577
577
  background-color: var(--rs-btn-subtle-active-bg);
578
578
  }
579
579
  .rs-btn-subtle:disabled,
580
580
  .rs-btn-subtle.rs-btn-disabled {
581
- color: #c5c6c7;
581
+ color: #b6b7b8;
582
582
  color: var(--rs-btn-subtle-disabled-text);
583
583
  background: none;
584
584
  }
@@ -666,7 +666,7 @@
666
666
  --rs-btn-subtle-hover-bg: var(--rs-red-500);
667
667
  --rs-btn-subtle-hover-text: #e5e5ea;
668
668
  --rs-btn-subtle-active-bg: var(--rs-red-600);
669
- --rs-btn-subtle-active-text: #575757;
669
+ --rs-btn-subtle-active-text: #343434;
670
670
  --rs-btn-ghost-border: var(--rs-red-700);
671
671
  --rs-btn-ghost-text: var(--rs-red-700);
672
672
  --rs-btn-ghost-hover-border: var(--rs-red-900);
@@ -720,7 +720,7 @@
720
720
  --rs-btn-subtle-hover-bg: var(--rs-orange-500);
721
721
  --rs-btn-subtle-hover-text: #e5e5ea;
722
722
  --rs-btn-subtle-active-bg: var(--rs-orange-600);
723
- --rs-btn-subtle-active-text: #575757;
723
+ --rs-btn-subtle-active-text: #343434;
724
724
  --rs-btn-ghost-border: var(--rs-orange-700);
725
725
  --rs-btn-ghost-text: var(--rs-orange-700);
726
726
  --rs-btn-ghost-hover-border: var(--rs-orange-900);
@@ -774,7 +774,7 @@
774
774
  --rs-btn-subtle-hover-bg: var(--rs-yellow-500);
775
775
  --rs-btn-subtle-hover-text: #e5e5ea;
776
776
  --rs-btn-subtle-active-bg: var(--rs-yellow-600);
777
- --rs-btn-subtle-active-text: #575757;
777
+ --rs-btn-subtle-active-text: #343434;
778
778
  --rs-btn-ghost-border: var(--rs-yellow-700);
779
779
  --rs-btn-ghost-text: var(--rs-yellow-700);
780
780
  --rs-btn-ghost-hover-border: var(--rs-yellow-900);
@@ -828,7 +828,7 @@
828
828
  --rs-btn-subtle-hover-bg: var(--rs-green-500);
829
829
  --rs-btn-subtle-hover-text: #e5e5ea;
830
830
  --rs-btn-subtle-active-bg: var(--rs-green-600);
831
- --rs-btn-subtle-active-text: #575757;
831
+ --rs-btn-subtle-active-text: #343434;
832
832
  --rs-btn-ghost-border: var(--rs-green-700);
833
833
  --rs-btn-ghost-text: var(--rs-green-700);
834
834
  --rs-btn-ghost-hover-border: var(--rs-green-900);
@@ -882,7 +882,7 @@
882
882
  --rs-btn-subtle-hover-bg: var(--rs-cyan-500);
883
883
  --rs-btn-subtle-hover-text: #e5e5ea;
884
884
  --rs-btn-subtle-active-bg: var(--rs-cyan-600);
885
- --rs-btn-subtle-active-text: #575757;
885
+ --rs-btn-subtle-active-text: #343434;
886
886
  --rs-btn-ghost-border: var(--rs-cyan-700);
887
887
  --rs-btn-ghost-text: var(--rs-cyan-700);
888
888
  --rs-btn-ghost-hover-border: var(--rs-cyan-900);
@@ -936,7 +936,7 @@
936
936
  --rs-btn-subtle-hover-bg: var(--rs-blue-500);
937
937
  --rs-btn-subtle-hover-text: #e5e5ea;
938
938
  --rs-btn-subtle-active-bg: var(--rs-blue-600);
939
- --rs-btn-subtle-active-text: #575757;
939
+ --rs-btn-subtle-active-text: #343434;
940
940
  --rs-btn-ghost-border: var(--rs-blue-700);
941
941
  --rs-btn-ghost-text: var(--rs-blue-700);
942
942
  --rs-btn-ghost-hover-border: var(--rs-blue-900);
@@ -990,7 +990,7 @@
990
990
  --rs-btn-subtle-hover-bg: var(--rs-violet-500);
991
991
  --rs-btn-subtle-hover-text: #e5e5ea;
992
992
  --rs-btn-subtle-active-bg: var(--rs-violet-600);
993
- --rs-btn-subtle-active-text: #575757;
993
+ --rs-btn-subtle-active-text: #343434;
994
994
  --rs-btn-ghost-border: var(--rs-violet-700);
995
995
  --rs-btn-ghost-text: var(--rs-violet-700);
996
996
  --rs-btn-ghost-hover-border: var(--rs-violet-900);
@@ -1194,7 +1194,6 @@
1194
1194
  border-left: var(--rs-btn-default-border, none);
1195
1195
  }
1196
1196
  .rs-btn-block {
1197
- display: block;
1198
1197
  width: 100%;
1199
1198
  }
1200
1199
  .rs-btn-block + .rs-btn-block {
@@ -1238,7 +1237,7 @@
1238
1237
  }
1239
1238
  .rs-btn-loading > .rs-btn-spin::after {
1240
1239
  border-width: 3px;
1241
- border-color: #a6a6a6 transparent transparent;
1240
+ border-color: #939393 transparent transparent;
1242
1241
  border-color: var(--rs-loader-rotor) transparent transparent;
1243
1242
  border-style: solid;
1244
1243
  -webkit-animation: buttonSpin 0.6s infinite linear;
@@ -1533,7 +1532,7 @@
1533
1532
  margin-left: 4px;
1534
1533
  }
1535
1534
  .rs-calendar-header-error {
1536
- color: #575757;
1535
+ color: #343434;
1537
1536
  color: var(--rs-btn-subtle-text);
1538
1537
  background-color: transparent;
1539
1538
  border: none;
@@ -1545,21 +1544,21 @@
1545
1544
  }
1546
1545
  .rs-calendar-header-error:hover,
1547
1546
  .rs-calendar-header-error:focus {
1548
- color: #575757;
1547
+ color: #343434;
1549
1548
  color: var(--rs-btn-subtle-hover-text);
1550
1549
  background-color: #e5e5ea;
1551
1550
  background-color: var(--rs-btn-subtle-hover-bg);
1552
1551
  }
1553
1552
  .rs-calendar-header-error:active,
1554
1553
  .rs-calendar-header-error.rs-btn-active {
1555
- color: #272c36;
1554
+ color: #121212;
1556
1555
  color: var(--rs-btn-subtle-active-text);
1557
1556
  background-color: #e5e5ea;
1558
1557
  background-color: var(--rs-btn-subtle-active-bg);
1559
1558
  }
1560
1559
  .rs-calendar-header-error:disabled,
1561
1560
  .rs-calendar-header-error.rs-btn-disabled {
1562
- color: #c5c6c7;
1561
+ color: #b6b7b8;
1563
1562
  color: var(--rs-btn-subtle-disabled-text);
1564
1563
  background: none;
1565
1564
  }
@@ -1667,7 +1666,7 @@
1667
1666
  .rs-calendar-table-cell-disabled .rs-calendar-table-header-cell-content:hover,
1668
1667
  .rs-calendar-table-header-cell-disabled .rs-calendar-table-cell-content:hover,
1669
1668
  .rs-calendar-table-header-cell-disabled .rs-calendar-table-header-cell-content:hover {
1670
- color: #8e8e93;
1669
+ color: #717273;
1671
1670
  color: var(--rs-text-disabled);
1672
1671
  }
1673
1672
  .rs-calendar-table-cell-disabled .rs-calendar-table-cell-content,
@@ -1764,7 +1763,7 @@
1764
1763
  }
1765
1764
  .rs-calendar-table-header-cell-content {
1766
1765
  display: inline-block;
1767
- color: #8e8e93;
1766
+ color: #717273;
1768
1767
  color: var(--rs-text-secondary);
1769
1768
  font-size: 12px;
1770
1769
  line-height: 1.66666667;
@@ -1784,7 +1783,7 @@
1784
1783
  padding: 1px;
1785
1784
  text-align: center;
1786
1785
  vertical-align: middle;
1787
- color: #8e8e93;
1786
+ color: #717273;
1788
1787
  color: var(--rs-text-secondary);
1789
1788
  background-color: #f7f7fa;
1790
1789
  background-color: var(--rs-bg-well);
@@ -1878,7 +1877,7 @@
1878
1877
  background-color: var(--rs-state-hover-bg);
1879
1878
  }
1880
1879
  .rs-calendar-month-dropdown-cell:not(.rs-calendar-month-dropdown-cell-active).disabled .rs-calendar-month-dropdown-cell-content {
1881
- color: #8e8e93;
1880
+ color: #717273;
1882
1881
  color: var(--rs-text-disabled);
1883
1882
  background: none;
1884
1883
  text-decoration: line-through;
@@ -1908,7 +1907,7 @@
1908
1907
  width: 100%;
1909
1908
  background-color: #fff;
1910
1909
  background-color: var(--rs-bg-overlay);
1911
- color: #575757;
1910
+ color: #343434;
1912
1911
  color: var(--rs-text-primary);
1913
1912
  overflow: hidden;
1914
1913
  z-index: 1;
@@ -1943,7 +1942,7 @@
1943
1942
  width: 100%;
1944
1943
  background-color: #f7f7fa;
1945
1944
  background-color: var(--rs-calendar-time-unit-bg);
1946
- color: #8e8e93;
1945
+ color: #717273;
1947
1946
  color: var(--rs-text-secondary);
1948
1947
  text-align: center;
1949
1948
  font-size: 12px;
@@ -2008,7 +2007,7 @@
2008
2007
  outline-offset: 2px;
2009
2008
  }
2010
2009
  .rs-calendar-time-dropdown-cell.rs-calendar-time-dropdown-cell-disabled {
2011
- color: #8e8e93;
2010
+ color: #717273;
2012
2011
  color: var(--rs-text-disabled);
2013
2012
  background: none;
2014
2013
  cursor: not-allowed;
@@ -1,7 +1,7 @@
1
1
  :root,
2
2
  .rs-theme-light {
3
3
  --rs-gray-0: #fff;
4
- --rs-gray-600: #8e8e93;
4
+ --rs-gray-600: #717273;
5
5
  --rs-primary-500: #3498ff;
6
6
  --rs-carousel-bg: var(--rs-gray-600);
7
7
  --rs-carousel-indicator: rgb(from var(--rs-gray-0) r g b / 40%);
@@ -56,7 +56,7 @@
56
56
  position: relative;
57
57
  height: 400px;
58
58
  overflow: hidden;
59
- background-color: #8e8e93;
59
+ background-color: #717273;
60
60
  background-color: var(--rs-carousel-bg);
61
61
  }
62
62
  .rs-carousel-content {
@@ -76,7 +76,7 @@
76
76
  will-change: transform;
77
77
  }
78
78
  .rs-carousel-slider-item {
79
- background-color: #8e8e93;
79
+ background-color: #717273;
80
80
  background-color: var(--rs-carousel-bg);
81
81
  float: left;
82
82
  height: 100%;
@@ -87,7 +87,7 @@
87
87
  left: 0;
88
88
  height: 100%;
89
89
  width: 100%;
90
- background-color: #8e8e93;
90
+ background-color: #717273;
91
91
  background-color: var(--rs-carousel-bg);
92
92
  top: 0;
93
93
  -webkit-animation: moveLeftHalf 0.3s ease forwards;
@@ -2,10 +2,10 @@
2
2
  .rs-theme-light {
3
3
  --rs-gray-0: #fff;
4
4
  --rs-gray-50: #f7f7fa;
5
- --rs-gray-400: #c5c6c7;
6
- --rs-gray-500: #a6a6a6;
7
- --rs-gray-600: #8e8e93;
8
- --rs-gray-800: #575757;
5
+ --rs-gray-400: #b6b7b8;
6
+ --rs-gray-500: #939393;
7
+ --rs-gray-600: #717273;
8
+ --rs-gray-800: #343434;
9
9
  --rs-primary-50: #f2faff;
10
10
  --rs-primary-100: #cce9ff;
11
11
  --rs-primary-500: #3498ff;
@@ -102,7 +102,7 @@
102
102
  clear: both;
103
103
  font-weight: normal;
104
104
  line-height: 1.42857143;
105
- color: #575757;
105
+ color: #343434;
106
106
  color: var(--rs-text-primary);
107
107
  cursor: pointer;
108
108
  text-decoration: none;
@@ -146,7 +146,7 @@
146
146
  }
147
147
  .rs-cascade-search-view-row:disabled,
148
148
  .rs-cascade-search-view-row.rs-cascade-search-view-row-disabled {
149
- color: #c5c6c7;
149
+ color: #b6b7b8;
150
150
  color: var(--rs-listbox-option-disabled-text);
151
151
  background: none;
152
152
  cursor: not-allowed;
@@ -200,7 +200,7 @@
200
200
  clear: both;
201
201
  font-weight: normal;
202
202
  line-height: 1.42857143;
203
- color: #575757;
203
+ color: #343434;
204
204
  color: var(--rs-text-primary);
205
205
  cursor: pointer;
206
206
  text-decoration: none;
@@ -247,12 +247,12 @@
247
247
  text-decoration: underline;
248
248
  }
249
249
  .rs-cascade-tree-item.rs-cascade-tree-item-active .rs-cascade-tree-caret {
250
- color: #575757;
250
+ color: #343434;
251
251
  color: var(--rs-text-primary);
252
252
  }
253
253
  .rs-cascade-tree-item:disabled,
254
254
  .rs-cascade-tree-item.rs-cascade-tree-item-disabled {
255
- color: #c5c6c7;
255
+ color: #b6b7b8;
256
256
  color: var(--rs-listbox-option-disabled-text);
257
257
  background: none;
258
258
  cursor: not-allowed;