@fluid-topics/ft-i18n 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
- Integrated component that displays internationalized label from a Fluid Topics portal.
1
+ A string localization component.
2
2
 
3
3
  ## Install
4
4
 
package/build/ft-i18n.js CHANGED
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  import { html, nothing } from "lit";
8
8
  import { property } from "lit/decorators.js";
9
9
  import { jsonProperty, redux } from "@fluid-topics/ft-wc-utils";
10
- import { styles } from "./ft-i18n.css";
10
+ import { styles } from "./ft-i18n.styles";
11
11
  import { FtLitElementReduxWithI18n } from "./lit/i18n";
12
12
  import { ftAppInfoStore } from "@fluid-topics/ft-app-context";
13
13
  class FtI18n extends FtLitElementReduxWithI18n {