@fluid-topics/ft-in-product-help 1.2.28 → 1.2.30
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/build/ft-in-product-help.d.ts +1 -1
- package/build/ft-in-product-help.light.js +247 -247
- package/build/ft-in-product-help.min.js +332 -362
- package/package.json +3 -3
|
@@ -24,7 +24,7 @@ export declare class FtInProductHelp extends FtLitElement implements FtInProduct
|
|
|
24
24
|
allowTheaterMode: boolean;
|
|
25
25
|
allowFullscreenMode: boolean;
|
|
26
26
|
iframe: HTMLIFrameElement;
|
|
27
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
27
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
28
28
|
protected update(props: PropertyValues): void;
|
|
29
29
|
private updateModeOnOpen;
|
|
30
30
|
private computeAllowedModes;
|