@fluid-topics/ft-switch 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.
package/build/ft-switch.light.js
CHANGED
|
@@ -256,7 +256,7 @@ Also for action icons.`,i.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
256
256
|
</${Ot(this.element)}>
|
|
257
257
|
`:Ct`
|
|
258
258
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
259
|
-
`}};ct.styles=[...Za];qa([(0,Xo.property)()],ct.prototype,"element",void 0);qa([(0,Xo.property)()],ct.prototype,"variant",void 0);(0,Jo.customElement)("ft-typography")(Se);(0,Jo.customElement)("ftds-typography")(ct);var Lc=C(Or());var vc=C(k());var xc=C(z()),xe=C(re()),be=C(k());var Xa=C(z()),We=C(k()),Bt={distance:We.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:We.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:We.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:We.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:We.FtCssVariableFactory.
|
|
259
|
+
`}};ct.styles=[...Za];qa([(0,Xo.property)()],ct.prototype,"element",void 0);qa([(0,Xo.property)()],ct.prototype,"variant",void 0);(0,Jo.customElement)("ft-typography")(Se);(0,Jo.customElement)("ftds-typography")(ct);var Lc=C(Or());var vc=C(k());var xc=C(z()),xe=C(re()),be=C(k());var Xa=C(z()),We=C(k()),Bt={distance:We.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:We.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:We.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:We.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:We.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",We.designSystemVariables.borderRadiusS),maxWidth:We.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Ja=Xa.css`
|
|
260
260
|
.ft-tooltip--container {
|
|
261
261
|
display: block;
|
|
262
262
|
}
|
package/build/ft-switch.min.js
CHANGED
|
@@ -336,7 +336,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
336
336
|
</${nr(this.element)}>
|
|
337
337
|
`:ir`
|
|
338
338
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
339
|
-
`}};_t.styles=[...Pl];kl([C()],_t.prototype,"element",void 0);kl([C()],_t.prototype,"variant",void 0);ae("ft-typography")(Le);ae("ftds-typography")(_t);var yr={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.
|
|
339
|
+
`}};_t.styles=[...Pl];kl([C()],_t.prototype,"element",void 0);kl([C()],_t.prototype,"variant",void 0);ae("ft-typography")(Le);ae("ftds-typography")(_t);var yr={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","",W.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},Dl=P`
|
|
340
340
|
.ft-tooltip--container {
|
|
341
341
|
display: block;
|
|
342
342
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-switch",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.52",
|
|
4
4
|
"description": "two-state",
|
|
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.52",
|
|
23
|
+
"@fluid-topics/ft-ripple": "1.3.52",
|
|
24
|
+
"@fluid-topics/ft-tooltip": "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
|
}
|