@messaia/cdk 18.2.3-rc04 → 18.2.3-rc05

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.
@@ -594,16 +594,13 @@ mat-card {
594
594
 
595
595
  .mat-mdc-dialog-container {
596
596
  vd-dynamic-table {
597
- max-height: calc(100% - 127px - 60px - 4px);
597
+ max-height: calc(100% - 127px - 37px - 4px);
598
598
 
599
599
  .mat-table-container {
600
600
  height: 100%;
601
601
  }
602
602
 
603
603
  .table-footer {
604
- position: absolute;
605
- bottom: 0px;
606
- width: 100%;
607
604
  background-color: var(--mat-tree-container-background-color);
608
605
  }
609
606
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "18.2.3-rc04",
3
+ "version": "18.2.3-rc05",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.7",
6
6
  "@angular/core": "^18.2.7"