matcha-components 20.208.0 → 20.209.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/fesm2022/matcha-components.mjs +491 -491
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2695,7 +2695,7 @@ declare class MatchaSnackBarComponent implements OnInit, OnDestroy {
|
|
|
2695
2695
|
duration: number;
|
|
2696
2696
|
visible: boolean;
|
|
2697
2697
|
private timeoutId;
|
|
2698
|
-
get colorAttr(): "error" | "
|
|
2698
|
+
get colorAttr(): "error" | "warning" | "info" | "success";
|
|
2699
2699
|
get positionAttr(): "top" | "bottom";
|
|
2700
2700
|
get classes(): string;
|
|
2701
2701
|
constructor(snackBarService: MatchaSnackBarService);
|