mn-angular-lib 1.0.48 → 1.0.50
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
|
@@ -25,7 +25,7 @@ declare const mnAlertVariants: tailwind_variants.TVReturnType<{
|
|
|
25
25
|
outline: string;
|
|
26
26
|
soft: string;
|
|
27
27
|
};
|
|
28
|
-
}, undefined, "flex items-start gap-3 p-4 border rounded-xl shadow-sm transition-all duration-300", {
|
|
28
|
+
}, undefined, "flex items-start gap-3 p-4 border rounded-xl shadow-sm transition-all duration-300 w-full max-sm:rounded-none", {
|
|
29
29
|
kind: {
|
|
30
30
|
success: string;
|
|
31
31
|
info: string;
|
|
@@ -53,7 +53,7 @@ declare const mnAlertVariants: tailwind_variants.TVReturnType<{
|
|
|
53
53
|
outline: string;
|
|
54
54
|
soft: string;
|
|
55
55
|
};
|
|
56
|
-
}, undefined, "flex items-start gap-3 p-4 border rounded-xl shadow-sm transition-all duration-300", unknown, unknown, undefined>>;
|
|
56
|
+
}, undefined, "flex items-start gap-3 p-4 border rounded-xl shadow-sm transition-all duration-300 w-full max-sm:rounded-none", unknown, unknown, undefined>>;
|
|
57
57
|
type MnAlertVariants = VariantProps<typeof mnAlertVariants>;
|
|
58
58
|
|
|
59
59
|
type MnAlertId = string;
|
|
@@ -1076,7 +1076,7 @@ declare const mnTextareaVariants: tailwind_variants.TVReturnType<{
|
|
|
1076
1076
|
horizontal: string;
|
|
1077
1077
|
both: string;
|
|
1078
1078
|
};
|
|
1079
|
-
}, undefined, "bg-base-100 border-1 border-base-300 placeholder-base-content/50 text-base-content text-sm", {
|
|
1079
|
+
}, undefined, "bg-base-100 border-1 border-base-300 placeholder-base-content/50 text-base-content text-sm outline-none focus:ring-1 focus:ring-primary", {
|
|
1080
1080
|
shadow: {
|
|
1081
1081
|
true: string;
|
|
1082
1082
|
};
|
|
@@ -1134,7 +1134,7 @@ declare const mnTextareaVariants: tailwind_variants.TVReturnType<{
|
|
|
1134
1134
|
horizontal: string;
|
|
1135
1135
|
both: string;
|
|
1136
1136
|
};
|
|
1137
|
-
}, undefined, "bg-base-100 border-1 border-base-300 placeholder-base-content/50 text-base-content text-sm", unknown, unknown, undefined>>;
|
|
1137
|
+
}, undefined, "bg-base-100 border-1 border-base-300 placeholder-base-content/50 text-base-content text-sm outline-none focus:ring-1 focus:ring-primary", unknown, unknown, undefined>>;
|
|
1138
1138
|
type MnTextareaVariants = VariantProps<typeof mnTextareaVariants>;
|
|
1139
1139
|
|
|
1140
1140
|
/**
|