matcha-components 20.262.0 → 20.263.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
|
@@ -2725,7 +2725,7 @@ declare class MatchaSnackBarComponent implements OnInit, OnDestroy {
|
|
|
2725
2725
|
duration: number;
|
|
2726
2726
|
visible: boolean;
|
|
2727
2727
|
private timeoutId;
|
|
2728
|
-
get colorAttr(): "error" | "
|
|
2728
|
+
get colorAttr(): "error" | "warning" | "info" | "success";
|
|
2729
2729
|
get positionAttr(): "top" | "bottom";
|
|
2730
2730
|
get classes(): string;
|
|
2731
2731
|
constructor(snackBarService: MatchaSnackBarService);
|