@fluid-topics/ft-file-button 1.3.51 → 1.3.53
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.
|
@@ -526,7 +526,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
|
|
|
526
526
|
</${Ft(this.element)}>
|
|
527
527
|
`:Wt`
|
|
528
528
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
529
|
-
`}};Ge.styles=[...xi];vi([(0,fn.property)()],Ge.prototype,"element",void 0);vi([(0,fn.property)()],Ge.prototype,"variant",void 0);(0,hn.customElement)("ft-typography")(Re);(0,hn.customElement)("ftds-typography")(Ge);var Oi=C(W()),je=C(k()),Gt={distance:je.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:je.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:je.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:je.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:je.FtCssVariableFactory.
|
|
529
|
+
`}};Ge.styles=[...xi];vi([(0,fn.property)()],Ge.prototype,"element",void 0);vi([(0,fn.property)()],Ge.prototype,"variant",void 0);(0,hn.customElement)("ft-typography")(Re);(0,hn.customElement)("ftds-typography")(Ge);var Oi=C(W()),je=C(k()),Gt={distance:je.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:je.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:je.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:je.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:je.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",je.designSystemVariables.borderRadiusS),maxWidth:je.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Ci=Oi.css`
|
|
530
530
|
.ft-tooltip--container {
|
|
531
531
|
display: block;
|
|
532
532
|
}
|
|
@@ -606,7 +606,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
606
606
|
</${Cr(this.element)}>
|
|
607
607
|
`:Er`
|
|
608
608
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
609
|
-
`}};nt.styles=[...ql];Yl([E()],nt.prototype,"element",void 0);Yl([E()],nt.prototype,"variant",void 0);te("ft-typography")(Me);te("ftds-typography")(nt);var Ar={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.
|
|
609
|
+
`}};nt.styles=[...ql];Yl([E()],nt.prototype,"element",void 0);Yl([E()],nt.prototype,"variant",void 0);te("ft-typography")(Me);te("ftds-typography")(nt);var Ar={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.extend("--ft-tooltip-border-radius","",q.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},Xl=D`
|
|
610
610
|
.ft-tooltip--container {
|
|
611
611
|
display: block;
|
|
612
612
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-file-button",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.53",
|
|
4
4
|
"description": "File",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-button": "1.3.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
22
|
+
"@fluid-topics/ft-button": "1.3.53",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.3.53",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "1eb4ee8a448ded2e0d54517a08200d0109c0722e"
|
|
27
27
|
}
|