@appartmint/mint 2.6.8 → 2.6.16

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
@@ -1157,7 +1157,6 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1157
1157
  height: fit-content;
1158
1158
  margin-right: -3rem;
1159
1159
  border-radius: 1rem;
1160
- box-shadow: 0 0 2rem -0.5rem var(--mint-glow-2);
1161
1160
  }
1162
1161
  .mint-card.mint-stagger > .mint-image img, :root:root [data-amplify-authenticator] .mint-stagger[data-amplify-container] > .mint-image img, .mint-card.mint-stagger > mint-widget-image .mint-image img, :root:root [data-amplify-authenticator] .mint-stagger[data-amplify-container] > mint-widget-image .mint-image img {
1163
1162
  height: 100%;
@@ -1304,7 +1303,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1304
1303
  }
1305
1304
  .mint-card-grid .mint-image img {
1306
1305
  height: 100%;
1307
- object-fit: cover;
1306
+ object-fit: contain;
1308
1307
  }
1309
1308
  .mint-card-grid .mint-content, :root:root .mint-card-grid [data-amplify-authenticator] [data-amplify-container] [data-amplify-router], :root:root [data-amplify-authenticator] [data-amplify-container] .mint-card-grid [data-amplify-router] {
1310
1309
  justify-content: flex-end;
@@ -3397,7 +3396,11 @@ p, .mint-p {
3397
3396
  background-color: var(--mint-back);
3398
3397
  }
3399
3398
 
3400
- .mint-overlay .mint-border::before, .mint-overlay .mint-frame::before, .mint-overlay .mint-card .mint-content::before, .mint-card .mint-overlay .mint-content::before, .mint-overlay .mint-texture::before {
3399
+ .mint-card-grid .mint-image {
3400
+ position: absolute;
3401
+ }
3402
+
3403
+ .mint-overlay .mint-border::before, .mint-overlay .mint-frame::before, .mint-overlay .mint-card .mint-content::before, .mint-card .mint-overlay .mint-content::before, .mint-overlay .mint-card-grid .mint-image::before, .mint-card-grid .mint-overlay .mint-image::before, .mint-overlay .mint-texture::before {
3401
3404
  z-index: 100;
3402
3405
  }
3403
3406