@fluid-topics/ft-chip 1.2.28 → 1.2.30
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-chip.d.ts +1 -1
- package/build/ft-chip.light.js +312 -312
- package/build/ft-chip.min.js +377 -407
- package/build/ftds-chip.d.ts +1 -1
- package/package.json +7 -7
package/build/ft-chip.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export declare class FtChip extends FtLitElement implements FtChipProperties {
|
|
|
20
20
|
trailingIcon: boolean;
|
|
21
21
|
private slottedContent?;
|
|
22
22
|
static styles: import("lit").CSSResult[];
|
|
23
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
23
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
24
24
|
private get interactionsOnChip();
|
|
25
25
|
private get interactionsOnIcon();
|
|
26
26
|
private renderIcon;
|