@fluid-topics/ft-collapsible 1.3.51 → 1.3.52
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.
|
@@ -540,7 +540,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
|
|
|
540
540
|
</${Wt(this.element)}>
|
|
541
541
|
`:zt`
|
|
542
542
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
543
|
-
`}};je.styles=[...bi];xi([(0,hn.property)()],je.prototype,"element",void 0);xi([(0,hn.property)()],je.prototype,"variant",void 0);(0,yn.customElement)("ft-typography")(Ne);(0,yn.customElement)("ftds-typography")(je);var Si=C(V()),Ke=C(k()),jt={distance:Ke.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ke.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ke.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ke.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ke.FtCssVariableFactory.
|
|
543
|
+
`}};je.styles=[...bi];xi([(0,hn.property)()],je.prototype,"element",void 0);xi([(0,hn.property)()],je.prototype,"variant",void 0);(0,yn.customElement)("ft-typography")(Ne);(0,yn.customElement)("ftds-typography")(je);var Si=C(V()),Ke=C(k()),jt={distance:Ke.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ke.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ke.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ke.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ke.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Ke.designSystemVariables.borderRadiusS),maxWidth:Ke.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Oi=Si.css`
|
|
544
544
|
.ft-tooltip--container {
|
|
545
545
|
display: block;
|
|
546
546
|
}
|
|
@@ -620,7 +620,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
620
620
|
</${Cr(this.element)}>
|
|
621
621
|
`:Er`
|
|
622
622
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
623
|
-
`}};at.styles=[...Zc];qc([O()],at.prototype,"element",void 0);qc([O()],at.prototype,"variant",void 0);oe("ft-typography")(Be);oe("ftds-typography")(at);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.
|
|
623
|
+
`}};at.styles=[...Zc];qc([O()],at.prototype,"element",void 0);qc([O()],at.prototype,"variant",void 0);oe("ft-typography")(Be);oe("ftds-typography")(at);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","",Y.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},Yc=M`
|
|
624
624
|
.ft-tooltip--container {
|
|
625
625
|
display: block;
|
|
626
626
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-collapsible",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.52",
|
|
4
4
|
"description": "Collapsible web component",
|
|
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.52",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.3.52",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
|
|
27
27
|
}
|