@fluid-topics/ft-analytics-top-documents 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.
@@ -10,7 +10,7 @@ import { FtLitElement } from "@fluid-topics/ft-wc-utils";
10
10
  import moment from "moment";
11
11
  import { repeat } from "lit/directives/repeat.js";
12
12
  import { styles } from "./ft-analytics-top-documents.styles";
13
- class FtAnalyticsTopDocuments extends FtLitElement {
13
+ export class FtAnalyticsTopDocuments extends FtLitElement {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  this.baseUrl = "";
@@ -140,4 +140,3 @@ __decorate([
140
140
  __decorate([
141
141
  state()
142
142
  ], FtAnalyticsTopDocuments.prototype, "emptyResults", void 0);
143
- export { FtAnalyticsTopDocuments };