@fluid-topics/ft-collapsible 0.1.16 → 0.2.0
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/build/ft-collapsible.d.ts +2 -2
- package/build/ft-collapsible.inline-styles.js +658 -0
- package/build/ft-collapsible.js +18 -24
- package/build/ft-collapsible.light.js +285 -332
- package/build/ft-collapsible.min.js +324 -360
- package/build/index.d.ts +2 -0
- package/build/index.js +5 -0
- package/build/inline-styles.d.ts +2 -0
- package/build/inline-styles.js +4 -0
- package/package.json +6 -6
|
@@ -26,8 +26,8 @@ export declare class FtCollapsible extends FtLitElement implements FtCollapsible
|
|
|
26
26
|
closedIcon: string;
|
|
27
27
|
trailingIcon: boolean;
|
|
28
28
|
private toggleSlot?;
|
|
29
|
-
|
|
30
|
-
protected
|
|
29
|
+
static styles: import("lit").CSSResult;
|
|
30
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
31
31
|
private onCustomToggleSlotChange;
|
|
32
32
|
private hasCustomToggle;
|
|
33
33
|
private toggleOpen;
|