@m1z23r/ngx-ui 1.1.26 → 1.1.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m1z23r/ngx-ui",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "A modern Angular UI component library with themeable components and responsive layout system",
5
5
  "license": "MIT",
6
6
  "author": "m1z23r",
@@ -293,6 +293,8 @@ interface ToastConfig {
293
293
  dismissible?: boolean;
294
294
  /** Show progress bar for auto-dismiss */
295
295
  showProgress?: boolean;
296
+ /** Max visible toasts (0 = unlimited, oldest dismissed when exceeded) */
297
+ maxVisible?: number;
296
298
  }
297
299
 
298
300
  /**