@livetiles/reach-plugin-types 0.5.0-preview.673 → 0.5.0-preview.675

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +2 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -3376,10 +3376,11 @@ declare module "libs/reach/util/common/src/PagingService" {
3376
3376
  availableScrollSpace: number;
3377
3377
  containerWidth: number;
3378
3378
  containerHeight: number;
3379
+ scrollHeight: number;
3379
3380
  }
3380
3381
  export const onPageScroll: Observable<ScrollHandlerInfo>;
3381
3382
  export const onPageScrollWithoutDebounce: Observable<ScrollHandlerInfo>;
3382
- export function handlePageScroll(availableScrollSpace: number, containerWidth: number, containerHeight: number): void;
3383
+ export function handlePageScroll(availableScrollSpace: number, containerWidth: number, containerHeight: number, scrollHeight: number): void;
3383
3384
  export function setPageTitle(subscriptionName: string, title?: string): void;
3384
3385
  export function usePageScrollListener(onScroll: (info: ScrollHandlerInfo) => void, doNotDebounce?: boolean): void;
3385
3386
  }
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.673",
7
+ "version": "0.5.0-preview.675",
8
8
  "dependencies": {}
9
9
  }