@fluid-topics/ft-chip 2.0.15 → 2.0.16

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.
@@ -18,7 +18,7 @@ export class RemoveEvent extends CustomEvent {
18
18
  super("remove");
19
19
  }
20
20
  }
21
- class FtdsChip extends FtdsBase {
21
+ export class FtdsChip extends FtdsBase {
22
22
  constructor() {
23
23
  super(...arguments);
24
24
  this.withAction = false;
@@ -125,4 +125,3 @@ __decorate([
125
125
  __decorate([
126
126
  query("ftds-typography slot")
127
127
  ], FtdsChip.prototype, "slottedContent", void 0);
128
- export { FtdsChip };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-chip",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "A generic Fluid Topics chip",
5
5
  "keywords": [
6
6
  "Lit"
@@ -20,11 +20,11 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@fluid-topics/design-system-variables": "3.2.2",
23
- "@fluid-topics/ft-icon": "2.0.15",
24
- "@fluid-topics/ft-ripple": "2.0.15",
25
- "@fluid-topics/ft-typography": "2.0.15",
26
- "@fluid-topics/ft-wc-utils": "2.0.15",
23
+ "@fluid-topics/ft-icon": "2.0.16",
24
+ "@fluid-topics/ft-ripple": "2.0.16",
25
+ "@fluid-topics/ft-typography": "2.0.16",
26
+ "@fluid-topics/ft-wc-utils": "2.0.16",
27
27
  "lit": "3.1.0"
28
28
  },
29
- "gitHead": "4ccf89e835f22f2689fc0fe3f97c46671debe98d"
29
+ "gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
30
30
  }