@fluid-topics/ft-text-area 2.0.15 → 2.0.17

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.
@@ -13,7 +13,7 @@ import { FtResizer, } from "@fluid-topics/ft-resizer";
13
13
  import { FtInputLabel } from "@fluid-topics/ft-input-label";
14
14
  import { FtRipple } from "@fluid-topics/ft-ripple";
15
15
  import { FtTextAreaCssVariables, styles, } from "./ft-text-area.styles";
16
- class FtTextArea extends toFtFormComponent(FtLitElement) {
16
+ export class FtTextArea extends toFtFormComponent(FtLitElement) {
17
17
  constructor() {
18
18
  super(...arguments);
19
19
  this.label = "";
@@ -154,4 +154,3 @@ __decorate([
154
154
  __decorate([
155
155
  state()
156
156
  ], FtTextArea.prototype, "focused", void 0);
157
- export { FtTextArea };