@fluid-topics/ft-ripple 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.
@@ -9,7 +9,7 @@ import { property, query, state } from "lit/decorators.js";
9
9
  import { classMap } from "lit/directives/class-map.js";
10
10
  import { Debouncer, FtLitElement } from "@fluid-topics/ft-wc-utils";
11
11
  import { styles } from "./ft-ripple.styles";
12
- class FtRipple extends FtLitElement {
12
+ export class FtRipple extends FtLitElement {
13
13
  constructor() {
14
14
  super(...arguments);
15
15
  this.primary = false;
@@ -272,4 +272,3 @@ __decorate([
272
272
  __decorate([
273
273
  query(".ft-ripple--effect")
274
274
  ], FtRipple.prototype, "rippleEffect", void 0);
275
- export { FtRipple };