rsuite 5.30.0 → 5.31.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.
- package/CHANGELOG.md +10 -0
- package/cjs/Calendar/Calendar.d.ts +2 -0
- package/cjs/Calendar/Calendar.js +15 -5
- package/cjs/Calendar/CalendarHeader.js +4 -0
- package/cjs/Table/Table.d.ts +1 -1
- package/dist/rsuite-no-reset-rtl.css +0 -1
- package/dist/rsuite-no-reset-rtl.min.css +1 -1
- package/dist/rsuite-no-reset-rtl.min.css.map +1 -1
- package/dist/rsuite-no-reset.css +0 -1
- package/dist/rsuite-no-reset.min.css +1 -1
- package/dist/rsuite-no-reset.min.css.map +1 -1
- package/dist/rsuite-rtl.css +0 -1
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +0 -1
- package/dist/rsuite.js +5 -5
- 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/Calendar/Calendar.d.ts +2 -0
- package/esm/Calendar/Calendar.js +14 -5
- package/esm/Calendar/CalendarHeader.js +4 -0
- package/esm/Table/Table.d.ts +1 -1
- package/package.json +2 -2
- package/toaster/styles/index.less +0 -1
package/dist/rsuite-rtl.css
CHANGED
|
@@ -16765,7 +16765,6 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
16765
16765
|
}
|
|
16766
16766
|
.rs-toast-container-bottom-start .rs-toast-fade-entered,
|
|
16767
16767
|
.rs-toast-container-top-start .rs-toast-fade-entered {
|
|
16768
|
-
margin-right: auto;
|
|
16769
16768
|
-webkit-animation-name: notificationMoveInLeft;
|
|
16770
16769
|
animation-name: notificationMoveInLeft;
|
|
16771
16770
|
}
|