@livetiles/reach-plugin-types 0.5.0-preview.486 → 0.5.0-preview.487

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 -2
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -3860,8 +3860,8 @@ declare module "libs/reach/util/common/src/reach-2/GlobalStyles" {
3860
3860
  export const GlobalApp2Styles: FC;
3861
3861
  }
3862
3862
  declare module "libs/reach/util/common/src/reach-2/usePageScrollDirectionForTogglingControls" {
3863
- export function usePageScrollDirectionForTogglingControls(disableOnLargeScreen?: boolean, threshold?: number): boolean;
3864
- export function useDirectionAwarePageScrollListener(onScrollDown: () => void, onScrollUp: () => void, shouldDisable?: (containerWidth: number) => boolean, threshold?: number): void;
3863
+ export function usePageScrollDirectionForTogglingControls(disableOnLargeScreen?: boolean, upThreshold?: number, downThreshold?: number): boolean;
3864
+ export function useDirectionAwarePageScrollListener(onScrollDown: () => void, onScrollUp: () => void, shouldDisable?: (containerWidth: number) => boolean, upThreshold?: number, downThreshold?: number): void;
3865
3865
  }
3866
3866
  declare module "libs/reach/util/common/src/reach-2/resources/languages/da.async" {
3867
3867
  import '@formatjs/intl-pluralrules/dist/locale-data/da';
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.486",
7
+ "version": "0.5.0-preview.487",
8
8
  "dependencies": {}
9
9
  }