File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 915915 },
916916 "./package.json" : " ./package.json"
917917 }
918- }
918+ }
Original file line number Diff line number Diff line change 2222
2323<li class ={li ({ class: clsx (styling .li ) })}>
2424 {#if href }
25- <a {href } {...restProps } class ={finalClass }>
25+ <a {href } {onclick } { ...restProps } class ={finalClass }>
2626 {@render children ()}
2727 </a >
2828 {:else if onclick }
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ export type DropdownItemVariants = VariantProps<typeof dropdownItem> & Classes<t
1717
1818export const dropdownItem = tv ( {
1919 slots : {
20- base : "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white" ,
21- active : "block px-4 py-2 text-primary-700 dark:text-primary-600 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white" ,
20+ base : "block w-full text-left px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white" ,
21+ active : "block w-full text-left px-4 py-2 text-primary-700 dark:text-primary-600 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white" ,
2222 li : ""
2323 }
2424} ) ;
You can’t perform that action at this time.
0 commit comments