@marianmeres/stuic 3.21.0 → 3.21.2

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.
@@ -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
  >
@@ -6,10 +6,13 @@
6
6
  --stuic-checkout-delivery-option-border-color: var(--stuic-color-border);
7
7
  --stuic-checkout-delivery-option-border-color-selected: var(--stuic-color-ring);
8
8
  --stuic-checkout-delivery-option-bg: var(--stuic-color-background);
9
- --stuic-checkout-delivery-option-bg-selected: var(--stuic-color-surface-primary);
9
+ --stuic-checkout-delivery-option-bg-selected: var(--stuic-color-surface);
10
10
  --stuic-checkout-delivery-option-bg-hover: var(--stuic-color-muted);
11
11
  --stuic-checkout-delivery-free-color: #16a34a;
12
12
  --stuic-checkout-delivery-description-color: var(--stuic-color-muted-foreground);
13
+ --stuic-checkout-delivery-description-color-selected: var(
14
+ --stuic-color-surface-foreground
15
+ );
13
16
  --stuic-checkout-delivery-description-font-size: var(--text-base);
14
17
  --stuic-checkout-delivery-updating-opacity: 0.6;
15
18
  }
@@ -59,6 +62,12 @@
59
62
  background: var(--stuic-checkout-delivery-option-bg-selected);
60
63
  }
61
64
 
65
+ .stuic-checkout-delivery-option--selected .stuic-checkout-delivery-option-description,
66
+ .stuic-checkout-delivery-option--selected .stuic-checkout-delivery-option-estimate,
67
+ .stuic-checkout-delivery-option--selected .stuic-checkout-delivery-option-threshold {
68
+ color: var(--stuic-checkout-delivery-description-color-selected);
69
+ }
70
+
62
71
  .stuic-checkout-delivery-option-header {
63
72
  display: flex;
64
73
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "3.21.0",
3
+ "version": "3.21.2",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",