@fluid-topics/ft-link 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-link.light.js +35 -35
- package/build/ft-link.min.js +119 -149
- package/build/ftds-link.d.ts +1 -1
- package/package.json +5 -5
package/build/ftds-link.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare class FtdsLink extends FtdsBase implements FtdsLinkProperties {
|
|
|
16
16
|
target: LinkTarget;
|
|
17
17
|
static styles: import("lit").CSSResult[];
|
|
18
18
|
private readonly icon;
|
|
19
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
19
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
20
20
|
private resolveIcon;
|
|
21
21
|
get resolveVariantClasses(): {
|
|
22
22
|
[x: string]: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-link",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.30",
|
|
4
4
|
"description": "Generic link component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-icon": "1.2.
|
|
23
|
-
"@fluid-topics/ft-typography": "1.2.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "1.2.
|
|
22
|
+
"@fluid-topics/ft-icon": "1.2.30",
|
|
23
|
+
"@fluid-topics/ft-typography": "1.2.30",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "1.2.30",
|
|
25
25
|
"lit": "3.1.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "ac166f46dbdc65614893826ca64bbfc51e2e2b94"
|
|
28
28
|
}
|