@livetiles/reach-plugin-types 0.5.0-preview.270 → 0.5.0-preview.271

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 +4 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -10039,12 +10039,15 @@ declare module "libs/reach/feature/content/src/feedback/EventDownloadCalendarFil
10039
10039
  import { EventItem } from "libs/reach/util/common/src/index";
10040
10040
  export const EventDownloadCalendarFileButton: FC<{
10041
10041
  item: EventItem;
10042
+ isReadOnly: boolean;
10042
10043
  className?: string;
10043
10044
  }>;
10044
10045
  }
10045
10046
  declare module "libs/reach/feature/content/src/feedback/buttons/EventFeedbackButtonDownloadCalendarFile" {
10046
10047
  import { FC } from 'react';
10047
- export const EventFeedbackButtonDownloadCalendarFile: FC;
10048
+ export const EventFeedbackButtonDownloadCalendarFile: FC<{
10049
+ isReadOnly: boolean;
10050
+ }>;
10048
10051
  }
10049
10052
  declare module "libs/reach/feature/content/src/feedback/ShareButton" {
10050
10053
  import { FC } from 'react';
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.270",
7
+ "version": "0.5.0-preview.271",
8
8
  "dependencies": {}
9
9
  }