@fluid-topics/ft-radio 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.
@@ -223,12 +223,14 @@ const it=Symbol.for(""),nt=t=>{if((null==t?void 0:t.r)===it)return null==t?void
223
223
  vertical-align: inherit;
224
224
  }
225
225
  `,Do=[Object.keys(yt).map((t=>function(t){const o=yt[t];return r.css`
226
- font-family: ${o.fontFamily};
227
- font-size: ${o.fontSize};
228
- font-weight: ${o.fontWeight};
229
- letter-spacing: ${o.letterSpacing};
230
- line-height: ${o.lineHeight};
231
- text-transform: ${o.textCase};
226
+ .ft-typography--${r.unsafeCSS(t)} {
227
+ font-family: ${o.fontFamily};
228
+ font-size: ${o.fontSize};
229
+ font-weight: ${o.fontWeight};
230
+ letter-spacing: ${o.letterSpacing};
231
+ line-height: ${o.lineHeight};
232
+ text-transform: ${o.textCase};
233
+ }
232
234
  `}(t)))];var Fo=function(t,o,r,e){for(var a,i=arguments.length,n=i<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,r,n):a(o,r))||n);return i>3&&n&&Object.defineProperty(o,r,n),n};class Bo extends o.FtLitElement{constructor(){super(...arguments),this.variant=ft.body1}render(){return this.element?pt`
233
235
  <${lt(this.element)}
234
236
  class="ft-typography ft-typography--${this.variant}">
@@ -330,12 +330,14 @@ const Xt=Symbol.for(""),qt=t=>{if((null==t?void 0:t.r)===Xt)return null==t?void
330
330
  vertical-align: inherit;
331
331
  }
332
332
  `,Ce=[Object.keys(Ot).map((t=>function(t){const o=Ot[t];return b`
333
- font-family: ${o.fontFamily};
334
- font-size: ${o.fontSize};
335
- font-weight: ${o.fontWeight};
336
- letter-spacing: ${o.letterSpacing};
337
- line-height: ${o.lineHeight};
338
- text-transform: ${o.textCase};
333
+ .ft-typography--${u(t)} {
334
+ font-family: ${o.fontFamily};
335
+ font-size: ${o.fontSize};
336
+ font-weight: ${o.fontWeight};
337
+ letter-spacing: ${o.letterSpacing};
338
+ line-height: ${o.lineHeight};
339
+ text-transform: ${o.textCase};
340
+ }
339
341
  `}(t)))];var we=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 Re extends Et{constructor(){super(...arguments),this.variant=eo.body1}render(){return this.element?oo`
340
342
  <${Qt(this.element)}
341
343
  class="ft-typography ft-typography--${this.variant}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-radio",
3
- "version": "1.0.60",
3
+ "version": "1.0.62",
4
4
  "description": "A radio component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,10 +19,10 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-ripple": "1.0.60",
23
- "@fluid-topics/ft-typography": "1.0.60",
24
- "@fluid-topics/ft-wc-utils": "1.0.60",
22
+ "@fluid-topics/ft-ripple": "1.0.62",
23
+ "@fluid-topics/ft-typography": "1.0.62",
24
+ "@fluid-topics/ft-wc-utils": "1.0.62",
25
25
  "lit": "2.7.2"
26
26
  },
27
- "gitHead": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
27
+ "gitHead": "44e9005773fe47b2e6a9ada16802918052a146cf"
28
28
  }