@fluid-topics/ft-text-field 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.
@@ -111,12 +111,14 @@ const j=Symbol.for(""),P=t=>{if((null==t?void 0:t.r)===j)return null==t?void 0:t
111
111
  vertical-align: inherit;
112
112
  }
113
113
  `,co=[Object.keys(J).map((t=>function(t){const o=J[t];return e.css`
114
- font-family: ${o.fontFamily};
115
- font-size: ${o.fontSize};
116
- font-weight: ${o.fontWeight};
117
- letter-spacing: ${o.letterSpacing};
118
- line-height: ${o.lineHeight};
119
- text-transform: ${o.textCase};
114
+ .ft-typography--${e.unsafeCSS(t)} {
115
+ font-family: ${o.fontFamily};
116
+ font-size: ${o.fontSize};
117
+ font-weight: ${o.fontWeight};
118
+ letter-spacing: ${o.letterSpacing};
119
+ line-height: ${o.lineHeight};
120
+ text-transform: ${o.textCase};
121
+ }
120
122
  `}(t)))];var so=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class ho extends o.FtLitElement{constructor(){super(...arguments),this.variant=T.body1}render(){return this.element?Y`
121
123
  <${M(this.element)}
122
124
  class="ft-typography ft-typography--${this.variant}">
@@ -211,12 +211,14 @@ const Kt=1,Zt=2,zt=t=>(...e)=>({_$litDirective$:t,values:e});class Ft{constructo
211
211
  vertical-align: inherit;
212
212
  }
213
213
  `,eo=[Object.keys(vt).map((t=>function(t){const e=vt[t];return m`
214
- font-family: ${e.fontFamily};
215
- font-size: ${e.fontSize};
216
- font-weight: ${e.fontWeight};
217
- letter-spacing: ${e.letterSpacing};
218
- line-height: ${e.lineHeight};
219
- text-transform: ${e.textCase};
214
+ .ft-typography--${b(t)} {
215
+ font-family: ${e.fontFamily};
216
+ font-size: ${e.fontSize};
217
+ font-weight: ${e.fontWeight};
218
+ letter-spacing: ${e.letterSpacing};
219
+ line-height: ${e.lineHeight};
220
+ text-transform: ${e.textCase};
221
+ }
220
222
  `}(t)))];var oo=function(t,e,o,i){for(var r,a=arguments.length,n=a<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(e,o,n):r(e,o))||n);return a>3&&n&&Object.defineProperty(e,o,n),n};class io extends It{constructor(){super(...arguments),this.variant=Pt.body1}render(){return this.element?jt`
221
223
  <${At(this.element)}
222
224
  class="ft-typography ft-typography--${this.variant}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-text-field",
3
- "version": "1.0.60",
3
+ "version": "1.0.62",
4
4
  "description": "A fluidtopics text field",
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.62",
23
+ "@fluid-topics/ft-input-label": "1.0.62",
24
+ "@fluid-topics/ft-ripple": "1.0.62",
25
+ "@fluid-topics/ft-typography": "1.0.62",
26
+ "@fluid-topics/ft-wc-utils": "1.0.62",
27
27
  "lit": "2.7.2"
28
28
  },
29
- "gitHead": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
29
+ "gitHead": "44e9005773fe47b2e6a9ada16802918052a146cf"
30
30
  }