@fluid-topics/ft-accordion 1.0.60 → 1.0.62
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.
|
@@ -231,12 +231,14 @@ const pt=Symbol.for(""),ft=t=>{if((null==t?void 0:t.r)===pt)return null==t?void
|
|
|
231
231
|
vertical-align: inherit;
|
|
232
232
|
}
|
|
233
233
|
`,Ho=[Object.keys(ut).map((t=>function(t){const o=ut[t];return e.css`
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
234
|
+
.ft-typography--${e.unsafeCSS(t)} {
|
|
235
|
+
font-family: ${o.fontFamily};
|
|
236
|
+
font-size: ${o.fontSize};
|
|
237
|
+
font-weight: ${o.fontWeight};
|
|
238
|
+
letter-spacing: ${o.letterSpacing};
|
|
239
|
+
line-height: ${o.lineHeight};
|
|
240
|
+
text-transform: ${o.textCase};
|
|
241
|
+
}
|
|
240
242
|
`}(t)))];var Go,jo,Po=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 _o extends o.FtLitElement{constructor(){super(...arguments),this.variant=ht.body1}render(){return this.element?gt`
|
|
241
243
|
<${st(this.element)}
|
|
242
244
|
class="ft-typography ft-typography--${this.variant}">
|
|
@@ -339,12 +339,14 @@ const to=Symbol.for(""),oo=t=>{if((null==t?void 0:t.r)===to)return null==t?void
|
|
|
339
339
|
vertical-align: inherit;
|
|
340
340
|
}
|
|
341
341
|
`,Ue=[Object.keys(bt).map((t=>function(t){const o=bt[t];return g`
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
342
|
+
.ft-typography--${y(t)} {
|
|
343
|
+
font-family: ${o.fontFamily};
|
|
344
|
+
font-size: ${o.fontSize};
|
|
345
|
+
font-weight: ${o.fontWeight};
|
|
346
|
+
letter-spacing: ${o.letterSpacing};
|
|
347
|
+
line-height: ${o.lineHeight};
|
|
348
|
+
text-transform: ${o.textCase};
|
|
349
|
+
}
|
|
348
350
|
`}(t)))];var Ee=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 Ie extends Rt{constructor(){super(...arguments),this.variant=ao.body1}render(){return this.element?io`
|
|
349
351
|
<${eo(this.element)}
|
|
350
352
|
class="ft-typography ft-typography--${this.variant}">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-accordion",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.62",
|
|
4
4
|
"description": "The accordion component allows the user to show and hide sections of related content on a page.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,11 +19,11 @@
|
|
|
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-typography": "1.0.
|
|
25
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
22
|
+
"@fluid-topics/ft-icon": "1.0.62",
|
|
23
|
+
"@fluid-topics/ft-ripple": "1.0.62",
|
|
24
|
+
"@fluid-topics/ft-typography": "1.0.62",
|
|
25
|
+
"@fluid-topics/ft-wc-utils": "1.0.62",
|
|
26
26
|
"lit": "2.7.2"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "44e9005773fe47b2e6a9ada16802918052a146cf"
|
|
29
29
|
}
|