@fluid-topics/ft-accordion 1.1.41 → 1.1.43

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
- An accordion component that allows user to show and hide sections of related content on a page.
1
+ An accordion component.
2
2
 
3
3
  ## Install
4
4
 
@@ -10,7 +10,7 @@ import { FtLitElement } from "@fluid-topics/ft-wc-utils";
10
10
  import { FtRipple } from "@fluid-topics/ft-ripple";
11
11
  import { FtTypography } from "@fluid-topics/ft-typography";
12
12
  import { FtIcon } from "@fluid-topics/ft-icon";
13
- import { itemStyles } from "./ft-accordion-item.css";
13
+ import { itemStyles } from "./ft-accordion-item.styles";
14
14
  class FtAccordionItem extends FtLitElement {
15
15
  constructor() {
16
16
  super(...arguments);
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  import { html } from "lit";
8
8
  import { property, query } from "lit/decorators.js";
9
9
  import { FtLitElement } from "@fluid-topics/ft-wc-utils";
10
- import { styles } from "./ft-accordion.css";
10
+ import { styles } from "./ft-accordion.styles";
11
11
  class FtAccordion extends FtLitElement {
12
12
  constructor() {
13
13
  super(...arguments);