@xiriframework/xiri-ng 0.2.29 → 0.2.30

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.
@@ -2660,6 +2660,7 @@ class XiriDialogComponent {
2660
2660
  this.checkSubject = new Subject();
2661
2661
  this.to = null;
2662
2662
  this.refreshTime = 2000;
2663
+ this.dialogRef.addPanelClass('xiri-dialog-sized');
2663
2664
  this.breakpointObserver
2664
2665
  .observe([Breakpoints.XSmall, Breakpoints.Small])
2665
2666
  .pipe(takeUntilDestroyed(this.destroyRef))