@fluid-topics/ft-in-product-help 1.1.40 → 1.1.42

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Embeddable fluid-topics iframe
1
+ A product help component that adds an embeddable `<iframe>` element for Fluid Topics portals.
2
2
 
3
3
  ## Install
4
4
 
@@ -8,7 +8,7 @@ import { html, nothing } from "lit";
8
8
  import { property, query, state } from "lit/decorators.js";
9
9
  import { FtLitElement } from "@fluid-topics/ft-wc-utils";
10
10
  import { FtInProductHelpMode, FtInProductHelpVisibilityChange } from "./ft-in-product-help.properties";
11
- import { FtInProductHelpCssVariables, styles } from "./ft-in-product-help.css";
11
+ import { FtInProductHelpCssVariables, styles } from "./ft-in-product-help.styles";
12
12
  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";