@fluid-topics/ft-i18n 2.1.18 → 2.1.20

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.
@@ -1,4 +1,4 @@
1
- import { ftCustomI18nService, ftI18nService } from "@fluid-topics/ft-app-context";
1
+ import { ftCustomI18nService, ftI18nService, } from "@fluid-topics/ft-app-context";
2
2
  export class I18nMessageContext {
3
3
  static build(name) {
4
4
  return new I18nMessageContext(name);
package/build/lit/i18n.js CHANGED
@@ -4,8 +4,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
- import { applyMixinOnce, FtLitElement, FtLitElementRedux } from "@fluid-topics/ft-wc-utils";
8
- import { ftCustomI18nService, ftI18nService } from "@fluid-topics/ft-app-context";
7
+ import { applyMixinOnce, FtLitElement, FtLitElementRedux, } from "@fluid-topics/ft-wc-utils";
8
+ import { ftCustomI18nService, ftI18nService, } from "@fluid-topics/ft-app-context";
9
9
  import { property } from "lit/decorators.js";
10
10
  import { i18nAttributeConverter } from "../decorators/I18nAttributeConverter";
11
11
  export const i18nAttributes = Symbol("i18nAttributes");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-i18n",
3
- "version": "2.1.18",
3
+ "version": "2.1.20",
4
4
  "description": "Integrated component that displays internationalized label from a Fluid Topics portal.",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,9 +19,9 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-app-context": "2.1.18",
23
- "@fluid-topics/ft-wc-utils": "2.1.18",
22
+ "@fluid-topics/ft-app-context": "2.1.20",
23
+ "@fluid-topics/ft-wc-utils": "2.1.20",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "2effe252f9ab22ede85f961b8464ec8aa4d27870"
26
+ "gitHead": "77e9f03085f977dde887e175b964bf66b862253f"
27
27
  }