@fluid-topics/ft-i18n 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-i18n.js CHANGED
@@ -10,7 +10,7 @@ import { jsonProperty, redux } from "@fluid-topics/ft-wc-utils";
10
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
- class FtI18n extends FtLitElementReduxWithI18n {
13
+ export class FtI18n extends FtLitElementReduxWithI18n {
14
14
  constructor() {
15
15
  super();
16
16
  this.editorMode = false;
@@ -55,4 +55,3 @@ __decorate([
55
55
  __decorate([
56
56
  property()
57
57
  ], FtI18n.prototype, "defaultMessage", void 0);
58
- export { FtI18n };