@fluid-topics/ft-chip 1.2.29 → 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/ftds-chip.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare class FtdsChip extends FtdsBase implements FtdsChipProperties {
|
|
|
11
11
|
icon?: string;
|
|
12
12
|
private slottedContent?;
|
|
13
13
|
static styles: import("lit").CSSResult[];
|
|
14
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
14
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
15
15
|
private renderIcon;
|
|
16
16
|
private renderRemoveButton;
|
|
17
17
|
private resolveButtonSize;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-chip",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.30",
|
|
4
4
|
"description": "A generic Fluid Topics chip",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/design-system-variables": "0.1.
|
|
23
|
-
"@fluid-topics/ft-icon": "1.2.
|
|
24
|
-
"@fluid-topics/ft-ripple": "1.2.
|
|
25
|
-
"@fluid-topics/ft-typography": "1.2.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "1.2.
|
|
22
|
+
"@fluid-topics/design-system-variables": "0.1.91",
|
|
23
|
+
"@fluid-topics/ft-icon": "1.2.30",
|
|
24
|
+
"@fluid-topics/ft-ripple": "1.2.30",
|
|
25
|
+
"@fluid-topics/ft-typography": "1.2.30",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "1.2.30",
|
|
27
27
|
"lit": "3.1.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "ac166f46dbdc65614893826ca64bbfc51e2e2b94"
|
|
30
30
|
}
|