@superlogic/spree-pay 0.1.39 → 0.1.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superlogic/spree-pay",
3
- "version": "0.1.39",
3
+ "version": "0.1.42",
4
4
  "description": "Spree-pay React component and utilities",
5
5
  "private": false,
6
6
  "type": "module",
@@ -78,6 +78,9 @@
78
78
  --border-component-specific-card: #d0d4d7;
79
79
  --surface-component-specific-card-default-card: #fff;
80
80
  --shadow-component-specific-card: rgba(0, 0, 0, 0.05);
81
+ --overlay: rgba(0, 0, 0, 0.4);
82
+ --crypto-pay-bg: #00307d;
83
+ --crypto-pay-bg-hover: #002655;
81
84
  }
82
85
 
83
86
  @theme inline {
@@ -141,6 +144,9 @@
141
144
  --color-border-component-specific-card: var(--border-component-specific-card);
142
145
  --color-surface-component-specific-card-default-card: var(--surface-component-specific-card-default-card);
143
146
  --color-shadow-component-specific-card: var(--shadow-component-specific-card);
147
+ --color-overlay: var(--overlay);
148
+ --color-crypto-pay-bg: var(--crypto-pay-bg);
149
+ --color-crypto-pay-bg-hover: var(--crypto-pay-bg-hover);
144
150
  }
145
151
 
146
152
  /* Ensure portal container establishes a containing block for fixed/absolute overlays */