mn-angular-lib 1.0.32 → 1.0.34

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.32",
3
+ "version": "1.0.34",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.3",
6
6
  "@angular/core": "^21.1.3"
@@ -270,7 +270,7 @@ declare const mnButtonVariants: tailwind_variants.TVReturnType<{
270
270
  true: string;
271
271
  false: string;
272
272
  };
273
- }, undefined, "hover:cursor-pointer transition-all duration-300 ease-in-out", {
273
+ }, undefined, "inline-flex items-center justify-center hover:cursor-pointer transition-all duration-300 ease-in-out", {
274
274
  size: {
275
275
  sm: string;
276
276
  md: string;
@@ -348,7 +348,7 @@ declare const mnButtonVariants: tailwind_variants.TVReturnType<{
348
348
  true: string;
349
349
  false: string;
350
350
  };
351
- }, undefined, "hover:cursor-pointer transition-all duration-300 ease-in-out", unknown, unknown, undefined>>;
351
+ }, undefined, "inline-flex items-center justify-center hover:cursor-pointer transition-all duration-300 ease-in-out", unknown, unknown, undefined>>;
352
352
  type MnButtonVariants = VariantProps<typeof mnButtonVariants>;
353
353
 
354
354
  interface MnButtonTypes {