mn-angular-lib 1.0.64 → 1.0.66
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
|
@@ -396,6 +396,9 @@ declare const mnInputFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
396
396
|
hover: {
|
|
397
397
|
true: string;
|
|
398
398
|
};
|
|
399
|
+
disabled: {
|
|
400
|
+
true: string;
|
|
401
|
+
};
|
|
399
402
|
}, 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", {
|
|
400
403
|
shadow: {
|
|
401
404
|
true: string;
|
|
@@ -422,6 +425,9 @@ declare const mnInputFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
422
425
|
hover: {
|
|
423
426
|
true: string;
|
|
424
427
|
};
|
|
428
|
+
disabled: {
|
|
429
|
+
true: string;
|
|
430
|
+
};
|
|
425
431
|
}, undefined, tailwind_variants.TVReturnType<{
|
|
426
432
|
shadow: {
|
|
427
433
|
true: string;
|
|
@@ -448,6 +454,9 @@ declare const mnInputFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
448
454
|
hover: {
|
|
449
455
|
true: string;
|
|
450
456
|
};
|
|
457
|
+
disabled: {
|
|
458
|
+
true: string;
|
|
459
|
+
};
|
|
451
460
|
}, 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>>;
|
|
452
461
|
type MnInputVariants = VariantProps<typeof mnInputFieldVariants>;
|
|
453
462
|
|