@livetiles/reach-plugin-types 0.5.0-preview.883 → 0.5.0-preview.885

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 +5 -3
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -5408,6 +5408,7 @@ declare module "libs/reach/ui/common/src/reach-2/utils" {
5408
5408
  initialBreakpoint: number;
5409
5409
  breakpoints: number[];
5410
5410
  };
5411
+ export const getIsMobilePhone: () => boolean;
5411
5412
  }
5412
5413
  declare module "libs/reach/ui/common/src/reach-2/buttons/BaseButton" {
5413
5414
  import { MouseEventHandler } from 'react';
@@ -11022,10 +11023,11 @@ declare module "libs/reach/feature/content/src/reach-2/buttons/feedback/ContextM
11022
11023
  import { FC } from 'react';
11023
11024
  export const ContextMenuButton: FC<{
11024
11025
  buttons: (dismiss: () => void) => JSX.Element;
11025
- onDismiss?: () => void;
11026
- size?: number;
11027
- disabled?: boolean;
11028
11026
  className?: string;
11027
+ drawerHeight?: number;
11028
+ disabled?: boolean;
11029
+ size?: number;
11030
+ onDismiss?: () => void;
11029
11031
  }>;
11030
11032
  export const ContextMenuOptionsStyles: import("styled-components").FlattenSimpleInterpolation;
11031
11033
  }
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.883",
7
+ "version": "0.5.0-preview.885",
8
8
  "dependencies": {}
9
9
  }