@fluid-topics/ft-chip 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.
- package/build/ft-chip.js +1 -2
- package/build/ft-chip.min.js +203 -203
- package/build/ftds-chip.js +1 -2
- package/package.json +6 -6
package/build/ft-chip.js
CHANGED
|
@@ -18,7 +18,7 @@ export class IconClickEvent extends CustomEvent {
|
|
|
18
18
|
super("icon-click");
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
class FtChip extends FtLitElement {
|
|
21
|
+
export class FtChip extends FtLitElement {
|
|
22
22
|
constructor() {
|
|
23
23
|
super(...arguments);
|
|
24
24
|
this.highlighted = false;
|
|
@@ -172,4 +172,3 @@ __decorate([
|
|
|
172
172
|
__decorate([
|
|
173
173
|
query("ft-typography slot")
|
|
174
174
|
], FtChip.prototype, "slottedContent", void 0);
|
|
175
|
-
export { FtChip };
|