@skyux/core 5.2.1 → 5.2.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.
@@ -6,13 +6,15 @@ export declare class SkyViewkeeper {
6
6
  private boundaryEl;
7
7
  private verticalOffset;
8
8
  private verticalOffsetEl;
9
- private viewportMarginTop;
9
+ private set viewportMarginTop(value);
10
+ private get viewportMarginTop();
10
11
  private isDestroyed;
11
12
  private currentElFixedTop;
12
13
  private currentElFixedLeft;
13
14
  private currentElFixedWidth;
14
15
  private scrollableHost;
15
16
  private syncElPositionHandler;
17
+ private _viewportMarginTop;
16
18
  constructor(options: SkyViewkeeperOptions);
17
19
  syncElPosition(): void;
18
20
  destroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.14",
6
6
  "@angular/core": "^12.2.14",