matcha-components 20.252.0 → 20.253.0
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/index.d.ts
CHANGED
|
@@ -2722,7 +2722,7 @@ declare class MatchaSnackBarComponent implements OnInit, OnDestroy {
|
|
|
2722
2722
|
duration: number;
|
|
2723
2723
|
visible: boolean;
|
|
2724
2724
|
private timeoutId;
|
|
2725
|
-
get colorAttr(): "error" | "
|
|
2725
|
+
get colorAttr(): "error" | "info" | "warning" | "success";
|
|
2726
2726
|
get positionAttr(): "top" | "bottom";
|
|
2727
2727
|
get classes(): string;
|
|
2728
2728
|
constructor(snackBarService: MatchaSnackBarService);
|