mn-angular-lib 1.0.13 → 1.0.14
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
|
@@ -1849,7 +1849,7 @@ declare const mnSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
1849
1849
|
fullWidth: {
|
|
1850
1850
|
true: string;
|
|
1851
1851
|
};
|
|
1852
|
-
}, undefined, "bg-base-100 border-1 border-base-300 text-base-content text-sm cursor-pointer", {
|
|
1852
|
+
}, undefined, "bg-base-100 border-1 border-base-300 text-base-content text-sm cursor-pointer hover:bg-base-200 transition-colors duration-300", {
|
|
1853
1853
|
shadow: {
|
|
1854
1854
|
true: string;
|
|
1855
1855
|
};
|
|
@@ -1895,7 +1895,7 @@ declare const mnSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
1895
1895
|
fullWidth: {
|
|
1896
1896
|
true: string;
|
|
1897
1897
|
};
|
|
1898
|
-
}, undefined, "bg-base-100 border-1 border-base-300 text-base-content text-sm cursor-pointer", unknown, unknown, undefined>>;
|
|
1898
|
+
}, undefined, "bg-base-100 border-1 border-base-300 text-base-content text-sm cursor-pointer hover:bg-base-200 transition-colors duration-300", unknown, unknown, undefined>>;
|
|
1899
1899
|
type MnSelectVariants = VariantProps<typeof mnSelectVariants>;
|
|
1900
1900
|
|
|
1901
1901
|
type MnSelectErrorMessageData = string | ((args: any, errors: ValidationErrors) => string);
|