@livetiles/reach-plugin-types 0.5.0-preview.49 → 0.5.0-preview.51
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.
- package/lib/index.d.ts +3 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3976,6 +3976,7 @@ declare module "libs/reach/ui/common/src/common/UiUtils" {
|
|
|
3976
3976
|
}[]>;
|
|
3977
3977
|
export function getFileIcon(filename: string): string;
|
|
3978
3978
|
export function getIconColor(fileIcon: string): "#1C5FC0" | "#138147" | "#CA4B27" | "#1C5FBF" | "#CF1700" | "#000";
|
|
3979
|
+
export function getFileIconHorizontalTransform(fileIcon: string): -55 | -50;
|
|
3979
3980
|
export function getFileIconByExtension(extension: string): "Page" | "Video" | "MusicInCollectionFill" | "VisioDocument" | "ZipFolder" | "PDF" | "WordDocument" | "ExcelDocument" | "PowerPointDocument" | "FileImage";
|
|
3980
3981
|
export function getMainScrollableContainer(): HTMLElement;
|
|
3981
3982
|
}
|
|
@@ -7536,6 +7537,7 @@ declare module "libs/reach/feature/content/src/common/banner/PublishableItemBann
|
|
|
7536
7537
|
height?: number;
|
|
7537
7538
|
hidePlayerIfActive?: boolean;
|
|
7538
7539
|
className?: string;
|
|
7540
|
+
documentIconName?: string;
|
|
7539
7541
|
}
|
|
7540
7542
|
export const PublishableItemBanner: FC<Props>;
|
|
7541
7543
|
}
|
|
@@ -9828,6 +9830,7 @@ declare module "libs/reach/feature/content/src/common/banner/Banner" {
|
|
|
9828
9830
|
layoutMode?: ItemTileLayoutMode;
|
|
9829
9831
|
bannerDefaultWidth?: number;
|
|
9830
9832
|
showPlaceholderIfNoBannerInfo?: boolean;
|
|
9833
|
+
documentIconName?: string;
|
|
9831
9834
|
}>;
|
|
9832
9835
|
}
|
|
9833
9836
|
declare module "libs/reach/feature/content/src/common/language-selector/LanguageSelector" {
|