@fluid-topics/ft-ripple 1.1.41 → 1.1.42

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- A ripple component use to display click interaction on components.
1
+ A ripple component, which shows click interactions with components.
2
2
 
3
3
  ## Install
4
4
 
@@ -8,7 +8,7 @@ import { html, } from "lit";
8
8
  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
- import { styles } from "./ft-ripple.css";
11
+ import { styles } from "./ft-ripple.styles";
12
12
  class FtRipple extends FtLitElement {
13
13
  constructor() {
14
14
  super(...arguments);