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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mn-angular-lib",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.3",
6
6
  "@angular/core": "^21.1.3"
@@ -175,7 +175,7 @@ declare const mnButtonVariants: tailwind_variants.TVReturnType<{
175
175
  disabled: {
176
176
  true: string;
177
177
  };
178
- }, undefined, "hover:cursor-pointer transition-all duration-300 ease-in-out", {
178
+ }, undefined, "hover:cursor-pointer transition-all duration-300 ease-in-out whitespace-nowrap", {
179
179
  size: {
180
180
  sm: string;
181
181
  md: string;
@@ -243,7 +243,7 @@ declare const mnButtonVariants: tailwind_variants.TVReturnType<{
243
243
  disabled: {
244
244
  true: string;
245
245
  };
246
- }, undefined, "hover:cursor-pointer transition-all duration-300 ease-in-out", unknown, unknown, undefined>>;
246
+ }, undefined, "hover:cursor-pointer transition-all duration-300 ease-in-out whitespace-nowrap", unknown, unknown, undefined>>;
247
247
  type MnButtonVariants = VariantProps<typeof mnButtonVariants>;
248
248
 
249
249
  interface MnButtonTypes {