@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
- 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};
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
- font-family: ${o.fontFamily};
343
- font-size: ${o.fontSize};
344
- font-weight: ${o.fontWeight};
345
- letter-spacing: ${o.letterSpacing};
346
- line-height: ${o.lineHeight};
347
- text-transform: ${o.textCase};
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.60",
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.60",
23
- "@fluid-topics/ft-ripple": "1.0.60",
24
- "@fluid-topics/ft-typography": "1.0.60",
25
- "@fluid-topics/ft-wc-utils": "1.0.60",
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": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
28
+ "gitHead": "44e9005773fe47b2e6a9ada16802918052a146cf"
29
29
  }