@fluid-topics/ft-text-input 2.0.14 → 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.
@@ -23,7 +23,7 @@ export class ClearEvent extends Event {
23
23
  super("clear");
24
24
  }
25
25
  }
26
- class FtdsTextInput extends withI18n(toFtInput(FtdsBase)) {
26
+ export class FtdsTextInput extends withI18n(toFtInput(FtdsBase)) {
27
27
  constructor() {
28
28
  var _a;
29
29
  super();
@@ -195,4 +195,3 @@ __decorate([
195
195
  __decorate([
196
196
  query("input")
197
197
  ], FtdsTextInput.prototype, "input", void 0);
198
- export { FtdsTextInput };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-text-input",
3
- "version": "2.0.14",
3
+ "version": "2.0.16",
4
4
  "description": "Text Input",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,17 +19,17 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-base-input": "2.0.14",
23
- "@fluid-topics/ft-i18n": "2.0.14",
24
- "@fluid-topics/ft-icon": "2.0.14",
25
- "@fluid-topics/ft-input-helper-text": "2.0.14",
26
- "@fluid-topics/ft-input-label": "2.0.14",
27
- "@fluid-topics/ft-tooltip": "2.0.14",
28
- "@fluid-topics/ft-wc-utils": "2.0.14",
22
+ "@fluid-topics/ft-base-input": "2.0.16",
23
+ "@fluid-topics/ft-i18n": "2.0.16",
24
+ "@fluid-topics/ft-icon": "2.0.16",
25
+ "@fluid-topics/ft-input-helper-text": "2.0.16",
26
+ "@fluid-topics/ft-input-label": "2.0.16",
27
+ "@fluid-topics/ft-tooltip": "2.0.16",
28
+ "@fluid-topics/ft-wc-utils": "2.0.16",
29
29
  "lit": "3.1.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@fluid-topics/ft-wc-test-utils": "2.0.14"
32
+ "@fluid-topics/ft-wc-test-utils": "2.0.16"
33
33
  },
34
- "gitHead": "4c50289bffd5b4b58542856830adc1399b93a70f"
34
+ "gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
35
35
  }