@fluid-topics/ft-tooltip 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.
|
@@ -133,7 +133,7 @@ Also for action icons.`,i.colorGray200),contentGlobalSubtle:e.extend("--ftds-con
|
|
|
133
133
|
</${Je(this.element)}>
|
|
134
134
|
`:Qe`
|
|
135
135
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
136
|
-
`}};We.styles=[...oa];na([(0,So.property)()],We.prototype,"element",void 0);na([(0,So.property)()],We.prototype,"variant",void 0);(0,Oo.customElement)("ft-typography")(xe);(0,Oo.customElement)("ftds-typography")(We);var ia=R(Q()),ve=R(B()),ft={distance:ve.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:ve.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:ve.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:ve.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:ve.FtCssVariableFactory.
|
|
136
|
+
`}};We.styles=[...oa];na([(0,So.property)()],We.prototype,"element",void 0);na([(0,So.property)()],We.prototype,"variant",void 0);(0,Oo.customElement)("ft-typography")(xe);(0,Oo.customElement)("ftds-typography")(We);var ia=R(Q()),ve=R(B()),ft={distance:ve.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:ve.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:ve.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:ve.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:ve.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",ve.designSystemVariables.borderRadiusS),maxWidth:ve.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},sa=ia.css`
|
|
137
137
|
.ft-tooltip--container {
|
|
138
138
|
display: block;
|
|
139
139
|
}
|
package/build/ft-tooltip.min.js
CHANGED
|
@@ -213,7 +213,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
213
213
|
</${Ht(this.element)}>
|
|
214
214
|
`:zt`
|
|
215
215
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
216
|
-
`}};ft.styles=[...nl];al([R()],ft.prototype,"element",void 0);al([R()],ft.prototype,"variant",void 0);Ce("ft-typography")(De);Ce("ftds-typography")(ft);var tr={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.
|
|
216
|
+
`}};ft.styles=[...nl];al([R()],ft.prototype,"element",void 0);al([R()],ft.prototype,"variant",void 0);Ce("ft-typography")(De);Ce("ftds-typography")(ft);var tr={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","",_e.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},il=P`
|
|
217
217
|
.ft-tooltip--container {
|
|
218
218
|
display: block;
|
|
219
219
|
}
|
|
@@ -5,7 +5,7 @@ export const FtTooltipCssVariables = {
|
|
|
5
5
|
color: FtCssVariableFactory.create("--ft-tooltip-color", "", "COLOR", "#FFFFFF"),
|
|
6
6
|
backgroundColor: FtCssVariableFactory.create("--ft-tooltip-background-color", "", "COLOR", "#666666"),
|
|
7
7
|
zIndex: FtCssVariableFactory.create("--ft-tooltip-z-index", "", "NUMBER", "100"),
|
|
8
|
-
borderRadiusS: FtCssVariableFactory.
|
|
8
|
+
borderRadiusS: FtCssVariableFactory.extend("--ft-tooltip-border-radius", "", designSystemVariables.borderRadiusS),
|
|
9
9
|
maxWidth: FtCssVariableFactory.create("--ft-tooltip-max-width", "", "SIZE", "150px"),
|
|
10
10
|
};
|
|
11
11
|
// language=CSS
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-tooltip",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.53",
|
|
4
4
|
"description": "A simple tooltip component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,9 +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-
|
|
23
|
-
"@fluid-topics/ft-
|
|
22
|
+
"@fluid-topics/ft-i18n": "1.3.53",
|
|
23
|
+
"@fluid-topics/ft-typography": "1.3.53",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "1.3.53",
|
|
24
25
|
"lit": "3.1.0"
|
|
25
26
|
},
|
|
26
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "1eb4ee8a448ded2e0d54517a08200d0109c0722e"
|
|
27
28
|
}
|