rsuite 5.6.2 → 5.6.5
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 +15 -0
- package/Sidenav/styles/index.less +2 -1
- package/cjs/CheckTree/index.d.ts +2 -0
- package/cjs/utils/getDataGroupBy.d.ts +1 -1
- package/cjs/utils/getDataGroupBy.js +13 -3
- package/dist/rsuite-rtl.css +2 -1
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +2 -1
- package/dist/rsuite.js +17 -336
- package/dist/rsuite.js.map +1 -1
- package/dist/rsuite.min.css +1 -1
- package/dist/rsuite.min.css.map +1 -1
- package/dist/rsuite.min.js +1 -1
- package/dist/rsuite.min.js.map +1 -1
- package/esm/CheckTree/index.d.ts +2 -0
- package/esm/utils/getDataGroupBy.d.ts +1 -1
- package/esm/utils/getDataGroupBy.js +10 -3
- package/package.json +2 -2
package/dist/rsuite.css
CHANGED
|
@@ -12664,7 +12664,8 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
12664
12664
|
outline: 0;
|
|
12665
12665
|
overflow: hidden;
|
|
12666
12666
|
}
|
|
12667
|
-
.rs-sidenav-item:hover
|
|
12667
|
+
.rs-sidenav-item:hover,
|
|
12668
|
+
.rs-sidenav-item:focus {
|
|
12668
12669
|
text-decoration: none;
|
|
12669
12670
|
}
|
|
12670
12671
|
.rs-sidenav-item:focus-visible,
|