@fluid-topics/ft-floating-menu 1.3.50 → 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.
|
@@ -541,7 +541,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
541
541
|
</${Gt(this.element)}>
|
|
542
542
|
`:jt`
|
|
543
543
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
544
|
-
`}};Ve.styles=[...Li];Ii([(0,Tn.property)()],Ve.prototype,"element",void 0);Ii([(0,Tn.property)()],Ve.prototype,"variant",void 0);(0,Nn.customElement)("ft-typography")(pe);(0,Nn.customElement)("ftds-typography")(Ve);var Pi=S($()),Ze=S(P()),Vt={distance:Ze.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ze.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ze.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ze.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ze.FtCssVariableFactory.
|
|
544
|
+
`}};Ve.styles=[...Li];Ii([(0,Tn.property)()],Ve.prototype,"element",void 0);Ii([(0,Tn.property)()],Ve.prototype,"variant",void 0);(0,Nn.customElement)("ft-typography")(pe);(0,Nn.customElement)("ftds-typography")(Ve);var Pi=S($()),Ze=S(P()),Vt={distance:Ze.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ze.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ze.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ze.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ze.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Ze.designSystemVariables.borderRadiusS),maxWidth:Ze.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},ki=Pi.css`
|
|
545
545
|
.ft-tooltip--container {
|
|
546
546
|
display: block;
|
|
547
547
|
}
|
|
@@ -621,7 +621,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
621
621
|
</${Ar(this.element)}>
|
|
622
622
|
`:wr`
|
|
623
623
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
624
|
-
`}};it.styles=[...rd];od([O()],it.prototype,"element",void 0);od([O()],it.prototype,"variant",void 0);ee("ft-typography")(ge);ee("ftds-typography")(it);var Rr={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.
|
|
624
|
+
`}};it.styles=[...rd];od([O()],it.prototype,"element",void 0);od([O()],it.prototype,"variant",void 0);ee("ft-typography")(ge);ee("ftds-typography")(it);var Rr={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","",$.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},nd=I`
|
|
625
625
|
.ft-tooltip--container {
|
|
626
626
|
display: block;
|
|
627
627
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-floating-menu",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.52",
|
|
4
4
|
"description": "Floating menu component",
|
|
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/ft-button": "1.3.
|
|
23
|
-
"@fluid-topics/ft-icon": "1.3.
|
|
24
|
-
"@fluid-topics/ft-ripple": "1.3.
|
|
25
|
-
"@fluid-topics/ft-typography": "1.3.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
22
|
+
"@fluid-topics/ft-button": "1.3.52",
|
|
23
|
+
"@fluid-topics/ft-icon": "1.3.52",
|
|
24
|
+
"@fluid-topics/ft-ripple": "1.3.52",
|
|
25
|
+
"@fluid-topics/ft-typography": "1.3.52",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "1.3.52",
|
|
27
27
|
"lit": "3.1.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
|
|
30
30
|
}
|