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
|
@@ -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 {
|