@hanzo/commerce 4.8.0 → 4.9.0

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.
@@ -206,7 +206,7 @@ const PayWithCard: React.FC<{
206
206
  color: '#ff1600',
207
207
  },
208
208
  input: {
209
- backgroundColor: '#1f1f1f',
209
+ backgroundColor: 'transparent',
210
210
  color: '#FFFFFF',
211
211
  fontSize: '15px',
212
212
  fontFamily: 'helvetica neue, sans-serif',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/commerce",
3
- "version": "4.8.0",
3
+ "version": "4.9.0",
4
4
  "description": "Library with shopping cart components.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@hanzo/auth": "^2.3.2",
43
- "@hanzo/ui": "^3.0.10",
43
+ "@hanzo/ui": "^3.0.18",
44
44
  "@hookform/resolvers": "^3.3.4",
45
45
  "firebase": "^10.8.0",
46
46
  "lucide-react": "^0.307.0",