@hanzo/commerce 7.1.11 → 7.1.12

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.
@@ -45,7 +45,7 @@ const CartLineItem: React.FC<{
45
45
  className={cn(
46
46
  'flex flex-col justify-start items-start text-sm font-sans',
47
47
  selected ? 'border-foreground border rounded-sm p-[4px]' : 'p-[5px]',
48
- (itemClicked && !selected ? 'cursor-pointer ' : 'cursor-default '),
48
+ (itemClicked && !selected ? 'cursor-pointer hover:border-muted-2' : 'cursor-default '),
49
49
  className
50
50
  )}
51
51
  onClick={() => {itemClicked && itemClicked(item)}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/commerce",
3
- "version": "7.1.11",
3
+ "version": "7.1.12",
4
4
  "description": "e-commerce framework.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",