@pepperi-addons/ngx-lib 0.4.2-beta.212 → 0.4.2-beta.213

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": "@pepperi-addons/ngx-lib",
3
- "version": "0.4.2-beta.212",
3
+ "version": "0.4.2-beta.213",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 14.0.2",
6
6
  "@angular/cdk": ">= 14.0.2",
@@ -494,13 +494,14 @@
494
494
  width: calc(100vw - (var(--pep-spacing-2xl) * 2)) !important;
495
495
  height: auto;
496
496
  max-height: calc(100vh - (var(--pep-spacing-2xl) * 2)) !important; // 90vh;
497
-
498
- .mat-dialog-container {
499
- .mat-dialog-content {
500
- $border-size: 1px;
501
- max-height: calc(100% - (var(--pep-spacing-2xl) * 2)); // calc(90vh - (#{variables.$dialog-header-height} + (#{variables.$content-padding} * 2) + (#{$border-size} * 2)));
502
- }
503
- }
497
+
498
+ //DI-27148 remove the max-height calc
499
+ // .mat-dialog-container {
500
+ // .mat-dialog-content {
501
+ // $border-size: 1px;
502
+ // max-height: calc(100% - (var(--pep-spacing-2xl) * 2)); // calc(90vh - (#{variables.$dialog-header-height} + (#{variables.$content-padding} * 2) + (#{$border-size} * 2)));
503
+ // }
504
+ // }
504
505
  }
505
506
 
506
507
  &.full-screen {