@fluid-topics/ft-tabs 1.0.60 → 1.0.61
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 +8 -6
- package/build/ft-tabs.min.js +8 -6
- package/package.json +7 -7
package/build/ft-tabs.light.js
CHANGED
|
@@ -230,12 +230,14 @@ const pt=Symbol.for(""),st=t=>{if((null==t?void 0:t.r)===pt)return null==t?void
|
|
|
230
230
|
vertical-align: inherit;
|
|
231
231
|
}
|
|
232
232
|
`,Ho=[Object.keys(mt).map((t=>function(t){const o=mt[t];return e.css`
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
233
|
+
.ft-typography--${e.unsafeCSS(t)} {
|
|
234
|
+
font-family: ${o.fontFamily};
|
|
235
|
+
font-size: ${o.fontSize};
|
|
236
|
+
font-weight: ${o.fontWeight};
|
|
237
|
+
letter-spacing: ${o.letterSpacing};
|
|
238
|
+
line-height: ${o.lineHeight};
|
|
239
|
+
text-transform: ${o.textCase};
|
|
240
|
+
}
|
|
239
241
|
`}(t)))];var Go,jo,Mo=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Po extends o.FtLitElement{constructor(){super(...arguments),this.variant=gt.body1}render(){return this.element?dt`
|
|
240
242
|
<${ft(this.element)}
|
|
241
243
|
class="ft-typography ft-typography--${this.variant}">
|
package/build/ft-tabs.min.js
CHANGED
|
@@ -342,12 +342,14 @@ const yo=Symbol.for(""),go=t=>{if((null==t?void 0:t.r)===yo)return null==t?void
|
|
|
342
342
|
vertical-align: inherit;
|
|
343
343
|
}
|
|
344
344
|
`,Be=[Object.keys(vt).map((t=>function(t){const o=vt[t];return b`
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
345
|
+
.ft-typography--${u(t)} {
|
|
346
|
+
font-family: ${o.fontFamily};
|
|
347
|
+
font-size: ${o.fontSize};
|
|
348
|
+
font-weight: ${o.fontWeight};
|
|
349
|
+
letter-spacing: ${o.letterSpacing};
|
|
350
|
+
line-height: ${o.lineHeight};
|
|
351
|
+
text-transform: ${o.textCase};
|
|
352
|
+
}
|
|
351
353
|
`}(t)))];var Ae=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class je extends Wt{constructor(){super(...arguments),this.variant=xo.body1}render(){return this.element?mo`
|
|
352
354
|
<${uo(this.element)}
|
|
353
355
|
class="ft-typography ft-typography--${this.variant}">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-tabs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
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.0.
|
|
23
|
-
"@fluid-topics/ft-ripple": "1.0.
|
|
24
|
-
"@fluid-topics/ft-tooltip": "1.0.
|
|
25
|
-
"@fluid-topics/ft-typography": "1.0.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
22
|
+
"@fluid-topics/ft-icon": "1.0.61",
|
|
23
|
+
"@fluid-topics/ft-ripple": "1.0.61",
|
|
24
|
+
"@fluid-topics/ft-tooltip": "1.0.61",
|
|
25
|
+
"@fluid-topics/ft-typography": "1.0.61",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "1.0.61",
|
|
27
27
|
"lit": "2.7.2"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "c2a916c32bd1fe396316800c6afd78662ed27409"
|
|
30
30
|
}
|