@fluid-topics/ft-in-product-help 2.0.15 → 2.0.16
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.js +1 -2
- package/build/ft-in-product-help.min.js +132 -132
- package/package.json +3 -3
|
@@ -13,7 +13,7 @@ import { FtIcons } from "@fluid-topics/ft-icon";
|
|
|
13
13
|
import { classMap } from "lit/directives/class-map.js";
|
|
14
14
|
import { FtButton } from "@fluid-topics/ft-button";
|
|
15
15
|
import { FtSizeWatcher } from "@fluid-topics/ft-size-watcher";
|
|
16
|
-
class FtInProductHelp extends FtLitElement {
|
|
16
|
+
export class FtInProductHelp extends FtLitElement {
|
|
17
17
|
constructor() {
|
|
18
18
|
super(...arguments);
|
|
19
19
|
this.portalUrl = "";
|
|
@@ -242,4 +242,3 @@ __decorate([
|
|
|
242
242
|
__decorate([
|
|
243
243
|
query("iframe")
|
|
244
244
|
], FtInProductHelp.prototype, "iframe", void 0);
|
|
245
|
-
export { FtInProductHelp };
|