@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/ftds-chip.js
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "2.0.17",
|
|
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.
|
|
24
|
-
"@fluid-topics/ft-ripple": "2.0.
|
|
25
|
-
"@fluid-topics/ft-typography": "2.0.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "2.0.
|
|
23
|
+
"@fluid-topics/ft-icon": "2.0.17",
|
|
24
|
+
"@fluid-topics/ft-ripple": "2.0.17",
|
|
25
|
+
"@fluid-topics/ft-typography": "2.0.17",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "2.0.17",
|
|
27
27
|
"lit": "3.1.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "630c12bb34a3f0df02b112fc182bbbb97025d959"
|
|
30
30
|
}
|