@hanzo/commerce 7.1.29 → 7.1.31

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.
@@ -35,8 +35,8 @@ const CartAccordian: React.FC<{
35
35
  const cmmc = useCommerce()
36
36
  return (
37
37
  <Accordion type="single" collapsible className={clx}>
38
- <AccordionItem value="cart" className={'w-full border-b-0 ' + triggerClx}>
39
- <AccordionTrigger className='!no-underline group flex justify-between'>
38
+ <AccordionItem value="cart" className='w-full border-b-0'>
39
+ <AccordionTrigger className={'!no-underline group flex justify-between '} headerClx={ triggerClx}>
40
40
  <div className='flex gap-0 items-center'>
41
41
  {icon}
42
42
  <h5 className='text-sm sm:text-xl grow'>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/commerce",
3
- "version": "7.1.29",
3
+ "version": "7.1.31",
4
4
  "description": "e-commerce framework.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@hanzo/auth": "^2.4.10",
40
- "@hanzo/ui": "^3.8.21",
40
+ "@hanzo/ui": "^3.8.31",
41
41
  "@hookform/resolvers": "^3.3.4",
42
42
  "@radix-ui/react-radio-group": "^1.1.3",
43
43
  "firebase": "^10.8.0",