matcha-components 20.279.0 → 20.280.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
@@ -3237,7 +3237,7 @@ declare class MatchaSnackBarComponent implements OnInit, OnDestroy {
3237
3237
  visible: boolean;
3238
3238
  private timeoutId;
3239
3239
  get colorAttr(): "error" | "warning" | "info" | "success";
3240
- get positionAttr(): "bottom" | "top";
3240
+ get positionAttr(): "top" | "bottom";
3241
3241
  get classes(): string;
3242
3242
  constructor(snackBarService: MatchaSnackBarService);
3243
3243
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "20.279.0",
3
+ "version": "20.280.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"