@antify/ui 4.1.31 → 4.1.32

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.
@@ -21,8 +21,7 @@ const shouldRenderTooltip = computed(() =>
21
21
  );
22
22
 
23
23
  const itemClasses = computed(() => ({
24
- 'w-full text-sm p-1.5 rounded-md cursor-pointer flex items-center flex-nowrap gap-1': true,
25
- 'transition-colors hover:bg-base-100': true,
24
+ 'w-full text-sm p-1.5 rounded-md flex items-center flex-nowrap gap-1 transition-colors': true,
26
25
  'text-primary-500': props.navbarItem.active,
27
26
  'cursor-default opacity-50': props.navbarItem.disabled,
28
27
  'transition-colors hover:bg-base-100 cursor-pointer': !props.navbarItem.disabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antify/ui",
3
- "version": "4.1.31",
3
+ "version": "4.1.32",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {