File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @zayne-labs/ui-react" ,
33 "type" : " module" ,
4- "version" : " 0.9.20 " ,
4+ "version" : " 0.9.21 " ,
55 "packageManager" : " pnpm@9.15.4" ,
66 "description" : " A composable UI/UI-utilities components library. " ,
77 "author" : " Ryan Zayne" ,
Original file line number Diff line number Diff line change 1+ import type { PolymorphicProps } from "@zayne-labs/toolkit-react/utils" ;
12import * as React from "react" ;
2-
33import { Slot } from "@/components/common/slot" ;
44import { cnMerge } from "@/lib/utils/cn" ;
5- import type { PolymorphicProps } from "@zayne-labs/toolkit-react/utils" ;
65
76export function CardRoot < TElement extends React . ElementType = "article" > (
87 props : PolymorphicProps < TElement >
@@ -109,7 +108,7 @@ export function CardFooter<TElement extends React.ElementType = "footer">(
109108 data-scope = "card"
110109 data-part = "footer"
111110 data-slot = "card-footer"
112- className = { cnMerge ( "flex items-center px-6" , className ) }
111+ className = { cnMerge ( "px-6" , className ) }
113112 { ...restOfProps }
114113 />
115114 ) ;
You can’t perform that action at this time.
0 commit comments