toast-message-display 18.0.2 → 18.0.3

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.
@@ -11,7 +11,7 @@ export declare class ToastMessageInlineComponent implements OnInit {
11
11
  get option(): ToastDisplay | null;
12
12
  duration: number;
13
13
  position: VerticalAlignment;
14
- get color(): import("../models").ToastColors | "";
14
+ get color(): "" | import("../models").ToastColors;
15
15
  get textColor(): string;
16
16
  ngOnInit(): void;
17
17
  onCloseToast(toast?: ToastDisplay): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toast-message-display",
3
- "version": "18.0.2",
3
+ "version": "18.0.3",
4
4
  "homepage": "https://wavecoders.ca",
5
5
  "author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
6
6
  "description": "This is an Angular Module containing Components/Services using Material",
Binary file
Binary file