@fluid-topics/ft-tabs 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.
- package/build/ft-tabs.light.js +1 -1
- package/build/ft-tabs.min.js +1 -1
- package/package.json +7 -7
package/build/ft-tabs.light.js
CHANGED
|
@@ -316,7 +316,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
316
316
|
</${Ct(this.element)}>
|
|
317
317
|
`:Et`
|
|
318
318
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
319
|
-
`}};Me.styles=[...si];li([(0,en.property)()],Me.prototype,"element",void 0);li([(0,en.property)()],Me.prototype,"variant",void 0);(0,tn.customElement)("ft-typography")(xe);(0,tn.customElement)("ftds-typography")(Me);var di=S(z()),Ue=S(P()),Ut={distance:Ue.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ue.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ue.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ue.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ue.FtCssVariableFactory.
|
|
319
|
+
`}};Me.styles=[...si];li([(0,en.property)()],Me.prototype,"element",void 0);li([(0,en.property)()],Me.prototype,"variant",void 0);(0,tn.customElement)("ft-typography")(xe);(0,tn.customElement)("ftds-typography")(Me);var di=S(z()),Ue=S(P()),Ut={distance:Ue.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ue.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ue.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ue.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ue.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Ue.designSystemVariables.borderRadiusS),maxWidth:Ue.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},ui=di.css`
|
|
320
320
|
.ft-tooltip--container {
|
|
321
321
|
display: block;
|
|
322
322
|
}
|
package/build/ft-tabs.min.js
CHANGED
|
@@ -396,7 +396,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
396
396
|
</${lr(this.element)}>
|
|
397
397
|
`:cr`
|
|
398
398
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
399
|
-
`}};Ye.styles=[...Uc];Bc([C()],Ye.prototype,"element",void 0);Bc([C()],Ye.prototype,"variant",void 0);te("ft-typography")(Te);te("ftds-typography")(Ye);var Sr={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.
|
|
399
|
+
`}};Ye.styles=[...Uc];Bc([C()],Ye.prototype,"element",void 0);Bc([C()],Ye.prototype,"variant",void 0);te("ft-typography")(Te);te("ftds-typography")(Ye);var Sr={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")},Fc=P`
|
|
400
400
|
.ft-tooltip--container {
|
|
401
401
|
display: block;
|
|
402
402
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-tabs",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.53",
|
|
4
4
|
"description": "Generic tabs 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-icon": "1.3.
|
|
23
|
-
"@fluid-topics/ft-ripple": "1.3.
|
|
24
|
-
"@fluid-topics/ft-tooltip": "1.3.
|
|
25
|
-
"@fluid-topics/ft-typography": "1.3.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
22
|
+
"@fluid-topics/ft-icon": "1.3.53",
|
|
23
|
+
"@fluid-topics/ft-ripple": "1.3.53",
|
|
24
|
+
"@fluid-topics/ft-tooltip": "1.3.53",
|
|
25
|
+
"@fluid-topics/ft-typography": "1.3.53",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "1.3.53",
|
|
27
27
|
"lit": "3.1.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "1eb4ee8a448ded2e0d54517a08200d0109c0722e"
|
|
30
30
|
}
|