@fluid-topics/ft-select 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.
@@ -106,12 +106,14 @@ const M=Symbol.for(""),P=t=>{if((null==t?void 0:t.r)===M)return null==t?void 0:t
106
106
  vertical-align: inherit;
107
107
  }
108
108
  `,so=[Object.keys(Q).map((t=>function(t){const o=Q[t];return e.css`
109
- font-family: ${o.fontFamily};
110
- font-size: ${o.fontSize};
111
- font-weight: ${o.fontWeight};
112
- letter-spacing: ${o.letterSpacing};
113
- line-height: ${o.lineHeight};
114
- text-transform: ${o.textCase};
109
+ .ft-typography--${e.unsafeCSS(t)} {
110
+ font-family: ${o.fontFamily};
111
+ font-size: ${o.fontSize};
112
+ font-weight: ${o.fontWeight};
113
+ letter-spacing: ${o.letterSpacing};
114
+ line-height: ${o.lineHeight};
115
+ text-transform: ${o.textCase};
116
+ }
115
117
  `}(t)))];var ho=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 go extends o.FtLitElement{constructor(){super(...arguments),this.variant=q.body1}render(){return this.element?T`
116
118
  <${_(this.element)}
117
119
  class="ft-typography ft-typography--${this.variant}">
@@ -207,12 +207,14 @@ const Wt=1,Lt=2,Kt=t=>(...o)=>({_$litDirective$:t,values:o});class Zt{constructo
207
207
  vertical-align: inherit;
208
208
  }
209
209
  `,se=[Object.keys(Ot).map((t=>function(t){const o=Ot[t];return u`
210
- font-family: ${o.fontFamily};
211
- font-size: ${o.fontSize};
212
- font-weight: ${o.fontWeight};
213
- letter-spacing: ${o.letterSpacing};
214
- line-height: ${o.lineHeight};
215
- text-transform: ${o.textCase};
210
+ .ft-typography--${y(t)} {
211
+ font-family: ${o.fontFamily};
212
+ font-size: ${o.fontSize};
213
+ font-weight: ${o.fontWeight};
214
+ letter-spacing: ${o.letterSpacing};
215
+ line-height: ${o.lineHeight};
216
+ text-transform: ${o.textCase};
217
+ }
216
218
  `}(t)))];var ce=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 pe extends Ut{constructor(){super(...arguments),this.variant=Jt.body1}render(){return this.element?Vt`
217
219
  <${Tt(this.element)}
218
220
  class="ft-typography ft-typography--${this.variant}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-select",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "Value selector for a predefined list of choices",
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.60",
23
- "@fluid-topics/ft-input-label": "1.0.60",
24
- "@fluid-topics/ft-ripple": "1.0.60",
25
- "@fluid-topics/ft-typography": "1.0.60",
26
- "@fluid-topics/ft-wc-utils": "1.0.60",
22
+ "@fluid-topics/ft-icon": "1.0.61",
23
+ "@fluid-topics/ft-input-label": "1.0.61",
24
+ "@fluid-topics/ft-ripple": "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": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
29
+ "gitHead": "c2a916c32bd1fe396316800c6afd78662ed27409"
30
30
  }