@eo-sdk/client 11.0.0-rc.12 → 11.0.0-rc.13

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.0.0-rc.12",
5
+ "version": "11.0.0-rc.13",
6
6
  "main": "electron/main.js",
7
7
  "license": "MIT",
8
8
  "angular-cli": {},
@@ -31,11 +31,11 @@
31
31
  "@angular/platform-browser-dynamic": "17.1.2",
32
32
  "@angular/router": "17.1.2",
33
33
  "@carbon/charts-angular": "1.14.0",
34
- "@eo-sdk/core": "11.0.0-rc.12",
34
+ "@eo-sdk/core": "11.0.0-rc.13",
35
35
  "@ngneat/until-destroy": "^10.0.0",
36
36
  "@ngx-pwa/local-storage": "17.0.0",
37
37
  "@ngx-translate/core": "15.0.0",
38
- "@yuuvis/components": "2.0.1",
38
+ "@yuuvis/components": "2.0.2",
39
39
  "@yuuvis/widget-grid": "^2.0.5",
40
40
  "core-js": "^2.5.4",
41
41
  "file-saver": "^2.0.5",
package/styles.css CHANGED
@@ -1028,7 +1028,7 @@ yvc-split-tabs yvc-split-view {
1028
1028
 
1029
1029
  #toast-container.toast-bottom-right {
1030
1030
  right: calc(var(--app-pane-padding) / 2);
1031
- bottom: calc(var(--app-pane-padding) / 2 - 6px);
1031
+ bottom: calc(var(--app-pane-padding) * 3.5);
1032
1032
  }
1033
1033
  #toast-container .ngx-toastr {
1034
1034
  animation: eoFadeInUp 500ms;
package/styles.scss CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
  &.toast-bottom-right {
29
29
  right: calc(var(--app-pane-padding) / 2);
30
- bottom: calc(var(--app-pane-padding) / 2 - 6px);
30
+ bottom: calc(var(--app-pane-padding) * 3.5);
31
31
  }
32
32
  .ngx-toastr {
33
33
  animation: eoFadeInUp 500ms;