forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix direction of leaving item (mui#873)
Fix incorrect leaving direction of Calendar animation
- Loading branch information
1 parent
659f981
commit 3070516
Showing
2 changed files
with
39 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"build/dist/material-ui-pickers.esm.js": { | ||
"bundled": 105952, | ||
"minified": 61625, | ||
"gzipped": 14531, | ||
"bundled": 106138, | ||
"minified": 61706, | ||
"gzipped": 14562, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 48350, | ||
"import_statements": 1294 | ||
"code": 48427, | ||
"import_statements": 1312 | ||
}, | ||
"webpack": { | ||
"code": 55301 | ||
"code": 55379 | ||
} | ||
} | ||
}, | ||
"build/dist/material-ui-pickers.umd.js": { | ||
"bundled": 214636, | ||
"minified": 93497, | ||
"gzipped": 24654 | ||
"bundled": 214832, | ||
"minified": 93567, | ||
"gzipped": 24671 | ||
}, | ||
"build/dist/material-ui-pickers.umd.min.js": { | ||
"bundled": 194864, | ||
"minified": 87812, | ||
"gzipped": 23434 | ||
"bundled": 195060, | ||
"minified": 87882, | ||
"gzipped": 23459 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters