matcha-components 20.196.0 → 20.197.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 +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2665,7 +2665,7 @@ declare class MatchaSnackBarComponent implements OnInit, OnDestroy {
|
|
|
2665
2665
|
duration: number;
|
|
2666
2666
|
visible: boolean;
|
|
2667
2667
|
private timeoutId;
|
|
2668
|
-
get colorAttr(): "error" | "
|
|
2668
|
+
get colorAttr(): "error" | "warning" | "info" | "success";
|
|
2669
2669
|
get positionAttr(): "top" | "bottom";
|
|
2670
2670
|
get classes(): string;
|
|
2671
2671
|
constructor(snackBarService: MatchaSnackBarService);
|