@fluid-topics/ft-search-result-abstract 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.
@@ -4,7 +4,7 @@ import { FtSearchResultComponent } from "@fluid-topics/ft-search-result-context/
4
4
  import { styles } from "./ft-search-result-abstract.styles";
5
5
  import { unsafeHTML } from "lit/directives/unsafe-html.js";
6
6
  import { FtTypography, FtTypographyVariants } from "@fluid-topics/ft-typography";
7
- class FtSearchResultAbstract extends FtSearchResultComponent {
7
+ export class FtSearchResultAbstract extends FtSearchResultComponent {
8
8
  render() {
9
9
  var _a;
10
10
  const abstract = (_a = accessResult(this.result)) === null || _a === void 0 ? void 0 : _a.htmlExcerpt;
@@ -30,4 +30,3 @@ FtSearchResultAbstract.elementDefinitions = {
30
30
  "ft-typography": FtTypography,
31
31
  };
32
32
  FtSearchResultAbstract.styles = styles;
33
- export { FtSearchResultAbstract };