@messaia/cdk 18.0.0-rc24 → 18.0.0-rc25

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.
@@ -255,6 +255,16 @@
255
255
  }
256
256
  }
257
257
 
258
+ .full-screen {
259
+ width: 100vw !important;
260
+ height: 100vh !important;
261
+ margin: 0;
262
+ padding: 0;
263
+ box-sizing: border-box;
264
+ max-width: 100vw !important;
265
+ max-height: 100vh !important;
266
+ }
267
+
258
268
  vd-layout-footer-inner {
259
269
  .mat-mdc-paginator {
260
270
  background-color: transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "18.0.0-rc24",
3
+ "version": "18.0.0-rc25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.6",
6
6
  "@angular/core": "^18.0.6"