matcha-components 20.201.0 → 20.203.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 +484 -484
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2672,7 +2672,7 @@ declare class MatchaSnackBarComponent implements OnInit, OnDestroy {
|
|
|
2672
2672
|
duration: number;
|
|
2673
2673
|
visible: boolean;
|
|
2674
2674
|
private timeoutId;
|
|
2675
|
-
get colorAttr(): "error" | "
|
|
2675
|
+
get colorAttr(): "error" | "info" | "warning" | "success";
|
|
2676
2676
|
get positionAttr(): "top" | "bottom";
|
|
2677
2677
|
get classes(): string;
|
|
2678
2678
|
constructor(snackBarService: MatchaSnackBarService);
|