matcha-components 20.272.0 → 20.274.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
|
@@ -2768,7 +2768,7 @@ declare class MatchaSnackBarComponent implements OnInit, OnDestroy {
|
|
|
2768
2768
|
duration: number;
|
|
2769
2769
|
visible: boolean;
|
|
2770
2770
|
private timeoutId;
|
|
2771
|
-
get colorAttr(): "error" | "
|
|
2771
|
+
get colorAttr(): "error" | "info" | "warning" | "success";
|
|
2772
2772
|
get positionAttr(): "top" | "bottom";
|
|
2773
2773
|
get classes(): string;
|
|
2774
2774
|
constructor(snackBarService: MatchaSnackBarService);
|