rsuite 5.35.0 → 5.35.1

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.35.1](https://github.com/rsuite/rsuite/compare/v5.35.0...v5.35.1) (2023-06-09)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **docs:** wrong menuToggle style in RTL direction ([#3223](https://github.com/rsuite/rsuite/issues/3223)) ([38313a9](https://github.com/rsuite/rsuite/commit/38313a9438984c9da8ef4f7f1c10678500fc11db))
6
+ - **TreePicker:** fix tree node disabled still can interact ([#3232](https://github.com/rsuite/rsuite/issues/3232)) ([a57b058](https://github.com/rsuite/rsuite/commit/a57b058ba422caf612d5ffc1fd636101c62b605e))
7
+
1
8
  # [5.35.0](https://github.com/rsuite/rsuite/compare/v5.34.1...v5.35.0) (2023-06-02)
2
9
 
3
10
  ### Features
@@ -126,6 +126,7 @@
126
126
 
127
127
  > .rs-tree-node-label > .rs-tree-node-label-content {
128
128
  cursor: @cursor-disabled;
129
+ color: var(--rs-listbox-option-disabled-text);
129
130
 
130
131
  &,
131
132
  &:hover {
@@ -15696,6 +15696,8 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
15696
15696
  }
15697
15697
  .rs-tree-node-disabled > .rs-tree-node-label > .rs-tree-node-label-content {
15698
15698
  cursor: not-allowed;
15699
+ color: #c5c6c7;
15700
+ color: var(--rs-listbox-option-disabled-text);
15699
15701
  }
15700
15702
  .rs-tree-node-disabled > .rs-tree-node-label > .rs-tree-node-label-content,
15701
15703
  .rs-tree-node-disabled > .rs-tree-node-label > .rs-tree-node-label-content:hover {