@fluid-topics/ft-text-area 0.3.70 → 1.0.0-alpha.0

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.
@@ -11,4 +11,3 @@ export declare const FtTextAreaCssVariables: {
11
11
  colorError: import("@fluid-topics/ft-wc-utils").FtCssVariable;
12
12
  };
13
13
  export declare const styles: import("lit").CSSResult;
14
- //# sourceMappingURL=ft-text-area.css.d.ts.map
@@ -118,4 +118,3 @@ export const styles = css `
118
118
  bottom: 0;
119
119
  }
120
120
  `;
121
- //# sourceMappingURL=ft-text-area.css.js.map
@@ -20,4 +20,3 @@ export declare class FtTextArea extends FtLitElement implements FtTextAreaProper
20
20
  private liveUpdateValueFromInputField;
21
21
  private onResize;
22
22
  }
23
- //# sourceMappingURL=ft-text-area.d.ts.map
@@ -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.css";
16
- export class FtTextArea extends FtLitElement {
16
+ class FtTextArea extends FtLitElement {
17
17
  constructor() {
18
18
  super(...arguments);
19
19
  this.label = "";
@@ -137,4 +137,4 @@ __decorate([
137
137
  __decorate([
138
138
  state()
139
139
  ], FtTextArea.prototype, "focused", void 0);
140
- //# sourceMappingURL=ft-text-area.js.map
140
+ export { FtTextArea };