@fluid-topics/ft-icon 0.0.88 → 0.1.0

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.
@@ -18,7 +18,7 @@ export declare class FtIcon extends FtLitElement implements FtIconProperties {
18
18
  protected getStyles(): import("lit").CSSResult[];
19
19
  variant: FtIconVariants;
20
20
  private slottedContent?;
21
- protected getTemplate(): import("lit-html").TemplateResult<1 | 2>;
21
+ protected getTemplate(): import("lit-html").TemplateResult<2 | 1>;
22
22
  get textContent(): string;
23
23
  private getIcon;
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "0.0.88",
3
+ "version": "0.1.0",
4
4
  "description": "Typography components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,8 +19,8 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "^0.0.88",
22
+ "@fluid-topics/ft-wc-utils": "^0.1.0",
23
23
  "lit": "^2.0.2"
24
24
  },
25
- "gitHead": "220e53dba55dfa1de1560abbc30067555f72198c"
25
+ "gitHead": "8a87041408cbaccded5dc7c2a8f6a8aa6c92b9ee"
26
26
  }