@livetiles/reach-plugin-types 0.5.0-preview.413 → 0.5.0-preview.415

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 +7 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -7083,6 +7083,8 @@ declare module "libs/reach/feature/content/src/common/item-tile/PublishableItemT
7083
7083
  styleDefinition?: StyleDefinition;
7084
7084
  readOnly?: boolean;
7085
7085
  enableModalRouting?: boolean;
7086
+ showBanner?: boolean;
7087
+ showBannerAlwaysOnTheLeft?: boolean;
7086
7088
  className?: string;
7087
7089
  }
7088
7090
  export const PublishableItemTileWrapper: FC<Props>;
@@ -7128,6 +7130,8 @@ declare module "libs/reach/feature/content/src/common/item-tile/NewsItemTile" {
7128
7130
  readOnly?: boolean;
7129
7131
  enableModalRouting?: boolean;
7130
7132
  highlight?: boolean;
7133
+ showBanner?: boolean;
7134
+ showBannerAlwaysOnTheLeft?: boolean;
7131
7135
  className?: string;
7132
7136
  }
7133
7137
  export const NewsItemTile: FC<Props>;
@@ -7294,6 +7298,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/PageItemTile" {
7294
7298
  onKeywordClick?: (keyword: string) => unknown;
7295
7299
  openTargetInNewWindow?: boolean;
7296
7300
  enableModalRouting?: boolean;
7301
+ showBanner?: boolean;
7297
7302
  className?: string;
7298
7303
  }
7299
7304
  export const PageItemTile: FC<Props>;
@@ -8138,6 +8143,8 @@ declare module "libs/reach/feature/content/src/common/item-tile/EventItemTile" {
8138
8143
  onClick?: (event: MouseEvent<unknown>) => unknown;
8139
8144
  onChannelClick?: (channel: string) => unknown;
8140
8145
  styleDefinition?: StyleDefinition;
8146
+ showBanner?: boolean;
8147
+ showBannerAlwaysOnTheLeft?: boolean;
8141
8148
  className?: string;
8142
8149
  }
8143
8150
  export const EventItemTile: FC<Props>;
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.413",
7
+ "version": "0.5.0-preview.415",
8
8
  "dependencies": {}
9
9
  }