@marianmeres/stuic 3.21.1 → 3.21.3

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.
@@ -37,6 +37,8 @@
37
37
  /* Compact variant */
38
38
  --stuic-cart-compact-max-height: 12rem;
39
39
  --stuic-cart-compact-item-padding: 0.5rem;
40
+ --stuic-cart-compact-footer-bg-color: var(--stuic-color-surface);
41
+ --stuic-cart-compact-footer-color: var(--stuic-color-surface-foreground);
40
42
  }
41
43
 
42
44
  @layer components {
@@ -398,6 +400,8 @@
398
400
  padding: var(--stuic-cart-compact-item-padding);
399
401
  padding-top: calc(var(--stuic-cart-compact-item-padding) + 0.25rem);
400
402
  border-top: 1px solid var(--stuic-cart-summary-border-color);
403
+ background-color: var(--stuic-cart-compact-footer-bg-color);
404
+ color: var(--stuic-cart-compact-footer-color);
401
405
  }
402
406
 
403
407
  .stuic-cart-summary-label {
@@ -429,5 +433,7 @@
429
433
  margin-top: 0;
430
434
  padding: var(--stuic-cart-compact-item-padding);
431
435
  border-top: 1px solid var(--stuic-cart-summary-border-color);
436
+ background-color: var(--stuic-cart-compact-footer-bg-color);
437
+ color: var(--stuic-cart-compact-footer-color);
432
438
  }
433
439
  }
@@ -195,7 +195,7 @@
195
195
  <Button
196
196
  variant="link"
197
197
  type="button"
198
- class="text-muted"
198
+ class="text-muted-foreground"
199
199
  size="sm"
200
200
  onclick={onForgotPassword}
201
201
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "3.21.1",
3
+ "version": "3.21.3",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",