mn-angular-lib 1.0.16 → 1.0.17

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 transition-all duration-300 ease-in-out',
223
+ base: 'hover:cursor-pointer transition-all duration-300 ease-in-out whitespace-nowrap',
224
224
  variants: {
225
225
  size: {
226
226
  sm: 'px-2 py-1 text-sm',