@eo-sdk/client 11.14.5 → 11.14.7

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
@@ -2,7 +2,7 @@
2
2
  "name": "@eo-sdk/client",
3
3
  "description": "yuuvis RAD client",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
- "version": "11.14.5",
5
+ "version": "11.14.7",
6
6
  "main": "electron/main.js",
7
7
  "license": "MIT",
8
8
  "angular-cli": {},
@@ -31,7 +31,7 @@
31
31
  "@angular/platform-browser-dynamic": "18.1.0",
32
32
  "@angular/router": "18.1.0",
33
33
  "@carbon/charts-angular": "1.16.3",
34
- "@eo-sdk/core": "11.14.5",
34
+ "@eo-sdk/core": "11.14.7",
35
35
  "@ngneat/until-destroy": "^10.0.0",
36
36
  "@ngx-pwa/local-storage": "^18.0.0",
37
37
  "@ngx-translate/core": "^15.0.0",
@@ -12,6 +12,7 @@ html, body {
12
12
 
13
13
  .yvc-modal-content {
14
14
  border:0;
15
+ height: auto;
15
16
  }
16
17
  }
17
18
  }
package/styles.css CHANGED
@@ -146,6 +146,7 @@ html, body {
146
146
  }
147
147
  .cdk-overlay-pane yvc-overlay .yvc-modal-content {
148
148
  border: 0;
149
+ height: auto;
149
150
  }
150
151
 
151
152
  .cdk-overlay-connected-position-bounding-box {