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