@fluid-topics/ft-reader-breadcrumbs 2.0.15 → 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.
@@ -20,7 +20,7 @@ import { withI18n } from "@fluid-topics/ft-i18n";
20
20
  import { readerBreadcrumbsContext, readerBreadcrumbsDefaultMessages } from "./ReaderBreadcrumbsMessages";
21
21
  import { FtRipple } from "@fluid-topics/ft-ripple";
22
22
  import { FtSkeleton } from "@fluid-topics/ft-skeleton";
23
- class FtReaderBreadcrumbs extends withI18n(FtReaderComponent) {
23
+ export class FtReaderBreadcrumbs extends withI18n(FtReaderComponent) {
24
24
  constructor() {
25
25
  super();
26
26
  this.separator = ">";
@@ -183,4 +183,3 @@ __decorate([
183
183
  __decorate([
184
184
  query("ft-floating-menu")
185
185
  ], FtReaderBreadcrumbs.prototype, "ftFloatingMenu", void 0);
186
- export { FtReaderBreadcrumbs };