@hanzo/commerce 6.2.0 → 6.2.1

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.
@@ -42,7 +42,7 @@ const BuyDrawer: React.FC<{
42
42
  {trigger}
43
43
  </DrawerTrigger>
44
44
  <DrawerContent
45
- className={cn('rounded-t-xl mt-6 pb-12 h-auto min-h-[35vh] pt-6 md:max-w-[550px] md:mx-auto', drawerClx)}
45
+ className={cn('rounded-t-xl mt-6 pb-12 h-auto min-h-[35vh] pt-6 md:max-w-[550px] md:mx-auto lg:max-w-[50vw]', drawerClx)}
46
46
  >
47
47
  <CarouselBuyCard
48
48
  skuPath={skuPath}
@@ -127,7 +127,7 @@ const CarouselBuyCard: React.FC<{
127
127
 
128
128
  return (
129
129
  <div className={cn(
130
- 'px-4 md:px-6 pt-3 pb-4 flex flex-col gap-4 items-center min-h-[60vh]',
130
+ 'px-4 md:px-6 pt-3 pb-4 flex flex-col gap-4 items-center min-h-[40vh]',
131
131
  clx,
132
132
  r.current?.single?.scrollable ? SCROLL.scrollHeightClx : 'h-auto'
133
133
  )}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/commerce",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "e-commerce framework.",
5
5
  "type": "module",
6
6
  "publishConfig": {