@messaia/cdk 20.1.1 → 20.1.2

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.
@@ -146,11 +146,8 @@
146
146
  }
147
147
 
148
148
  .no-results-overlay {
149
- position: absolute;
150
- top: 0;
151
- left: 0;
152
149
  width: 100%;
153
- height: 100%;
150
+ height: calc(100% - 112px);
154
151
  display: flex;
155
152
  flex-direction: column;
156
153
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "20.1.1",
3
+ "version": "20.1.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"