@fluid-topics/ft-typography 1.1.41 → 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
- A typography components used for all labels in fluid-topics components.
1
+ A typography component.
2
2
 
3
3
  ## Install
4
4
 
@@ -8,7 +8,7 @@ import { html, unsafeStatic } from "lit/static-html.js";
8
8
  import { property } from "lit/decorators.js";
9
9
  import { FtLitElement } from "@fluid-topics/ft-wc-utils";
10
10
  import { FtTypographyVariants } from "./ft-typography.properties";
11
- import { FtdsTypographyStyles, FtTypographyBody1, FtTypographyBody2, FtTypographyBreadcrumb, FtTypographyButton, FtTypographyCaption, FtTypographyOverline, FtTypographyStyles, FtTypographySubtitle1, FtTypographySubtitle2, FtTypographyTitle, FtTypographyTitleDense } from "./ft-typography.css";
11
+ import { FtdsTypographyStyles, FtTypographyBody1, FtTypographyBody2, FtTypographyBreadcrumb, FtTypographyButton, FtTypographyCaption, FtTypographyOverline, FtTypographyStyles, FtTypographySubtitle1, FtTypographySubtitle2, FtTypographyTitle, FtTypographyTitleDense } from "./ft-typography.styles";
12
12
  class FtTypography extends FtLitElement {
13
13
  constructor() {
14
14
  super(...arguments);