@fluid-topics/ft-combobox 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.
@@ -19,7 +19,7 @@ import { FtIcon } from "@fluid-topics/ft-icon";
19
19
  import { FtChip } from "@fluid-topics/ft-chip";
20
20
  import { withI18n } from "@fluid-topics/ft-i18n";
21
21
  import { comboboxContext, defaultComboboxMessages, } from "./ComboboxMessages";
22
- class FtCombobox extends withI18n(FtLitElement) {
22
+ export class FtCombobox extends withI18n(FtLitElement) {
23
23
  get value() {
24
24
  return this._value || "";
25
25
  }
@@ -753,4 +753,3 @@ __decorate([
753
753
  __decorate([
754
754
  query(".ft-combobox--listbox")
755
755
  ], FtCombobox.prototype, "listbox", void 0);
756
- export { FtCombobox };