mn-angular-lib 0.0.99 → 0.0.100

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.
@@ -220,7 +220,7 @@ const mnAlertVariants = tv({
220
220
  });
221
221
 
222
222
  const mnButtonVariants = tv({
223
- base: 'hover:cursor-pointer',
223
+ base: 'hover:cursor-pointer transition-colors duration-300 ease-in-out',
224
224
  variants: {
225
225
  size: {
226
226
  sm: 'px-2 py-1 text-sm',
@@ -283,7 +283,7 @@ const mnButtonVariants = tv({
283
283
  size: 'md',
284
284
  variant: 'fill',
285
285
  color: 'primary',
286
- borderRadius: 'xl',
286
+ borderRadius: 'lg',
287
287
  disabled: false,
288
288
  },
289
289
  });
@@ -579,7 +579,7 @@ const mnInputFieldVariants = tv({
579
579
  true: 'w-full',
580
580
  },
581
581
  hover: {
582
- true: 'hover:cursor-pointer hover:bg-base-200',
582
+ true: 'hover:cursor-pointer hover:bg-base-200 transition-colors duration-300 ease-in-out',
583
583
  },
584
584
  },
585
585
  defaultVariants: {
@@ -1938,7 +1938,7 @@ const mnDatetimeVariants = tv({
1938
1938
  true: 'w-full',
1939
1939
  },
1940
1940
  hover: {
1941
- true: 'hover:cursor-pointer hover:bg-base-200',
1941
+ true: 'hover:cursor-pointer hover:bg-base-200 transition-colors duration-300 ease-in-out',
1942
1942
  },
1943
1943
  },
1944
1944
  defaultVariants: {