matcha-components 20.215.0 → 20.216.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2720,7 +2720,7 @@ declare class MatchaSnackBarComponent implements OnInit, OnDestroy {
2720
2720
  duration: number;
2721
2721
  visible: boolean;
2722
2722
  private timeoutId;
2723
- get colorAttr(): "error" | "warning" | "info" | "success";
2723
+ get colorAttr(): "error" | "info" | "warning" | "success";
2724
2724
  get positionAttr(): "top" | "bottom";
2725
2725
  get classes(): string;
2726
2726
  constructor(snackBarService: MatchaSnackBarService);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "20.215.0",
3
+ "version": "20.216.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"