@hanzo/commerce 7.1.1 → 7.1.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.
|
@@ -235,8 +235,7 @@ const CarouselBuyCard: React.FC<{
|
|
|
235
235
|
/>
|
|
236
236
|
))}
|
|
237
237
|
<Buttons clx={cn(
|
|
238
|
-
'self-stretch mt-8 flex flex-col items-center gap-3',
|
|
239
|
-
(r.current?.single?.scrollable ? 'shrink-0' : ''),
|
|
238
|
+
'self-stretch mt-8 flex flex-col items-center gap-3 shrink-0 grow-0',
|
|
240
239
|
buttonsAreaClx
|
|
241
240
|
)}/>
|
|
242
241
|
</div >
|
|
@@ -248,7 +248,7 @@ const AllVariantsCarousel: React.FC<MultiFamilySelectorProps> = ({
|
|
|
248
248
|
</>)}
|
|
249
249
|
</Carousel>
|
|
250
250
|
)}
|
|
251
|
-
<div>
|
|
251
|
+
<div className='flex flex-col items-center justify-start'>
|
|
252
252
|
<ItemInfo labelClx='!text-base font-medium'/>
|
|
253
253
|
<Swatches clx='mt-2'/>
|
|
254
254
|
</div>
|