@hanzo/commerce 6.1.2 → 6.1.4

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.
@@ -210,7 +210,7 @@ const BuyCard: React.FC<{
210
210
  <LevelNodesWidget
211
211
  className={cn(
212
212
  'grid gap-0 align-stretch justify-normal ' + `grid-cols-${inst.current.requestedNode.subNodes!.length}`,
213
- 'border-b-2 rounded-lg border-level-3 mb-4 -mr-2 -ml-2 max-w-[460px] h-12',
213
+ 'border-b-2 rounded-lg border-level-3 mb-4 -mr-2 -ml-2 max-w-[460px] h-10', // height is needed for iPhone bug
214
214
  (scroll ? 'shrink-0' : ''),
215
215
  catWidgetClx
216
216
  )}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/commerce",
3
- "version": "6.1.2",
3
+ "version": "6.1.4",
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.3",
43
- "@hanzo/ui": "^3.2.0",
43
+ "@hanzo/ui": "^3.3.0",
44
44
  "@hookform/resolvers": "^3.3.4",
45
45
  "@radix-ui/react-radio-group": "^1.1.3",
46
46
  "firebase": "^10.8.0",