@net7/boilerplate-arianna 3.9.0 → 3.9.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.
@@ -9,4 +9,5 @@ export declare class AwSchedaImageDS extends DataSource {
9
9
  updateImages(data: any): void;
10
10
  reset(): void;
11
11
  private getTileSources;
12
+ private onRender;
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/boilerplate-arianna",
3
- "version": "3.9.0",
3
+ "version": "3.9.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~13.2.0",
6
6
  "@angular/core": "~13.2.0"
@@ -465,7 +465,7 @@
465
465
  }
466
466
 
467
467
  /* Image viewer navigation */
468
- .navigation-hidden .n7-image-viewer {
468
+ .n7-image-viewer.navigation-hidden {
469
469
  .n7-image-viewer__prev,
470
470
  .n7-image-viewer__next {
471
471
  display: none !important;