@appartmint/mint 2.4.2 → 2.4.4

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/dist/css/mint.css CHANGED
@@ -296,6 +296,7 @@
296
296
  display: flex !important;
297
297
  height: auto !important;
298
298
  margin-bottom: 3rem;
299
+ overflow: visible;
299
300
  }
300
301
  #mint-header.mint-spread:not(.mint-expand) #mint-wrapper [aria-controls] + ul > li:first-child {
301
302
  font-size: 1.5em;
@@ -1435,6 +1436,9 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1435
1436
  .mint-stretch-icon:focus-visible i {
1436
1437
  animation: mint-stretch-in 0.75s ease forwards;
1437
1438
  }
1439
+ .mint-stretch-in {
1440
+ animation: mint-stretch-out 0.5s ease forwards;
1441
+ }
1438
1442
 
1439
1443
  .mint-aspect, .mint-16-9 {
1440
1444
  position: relative;