@fluid-topics/ft-card 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.
- package/build/ft-card.light.js +8 -6
- package/build/ft-card.min.js +8 -6
- package/package.json +5 -5
package/build/ft-card.light.js
CHANGED
|
@@ -223,12 +223,14 @@ const Q=Symbol.for(""),tt=t=>{if((null==t?void 0:t.r)===Q)return null==t?void 0:
|
|
|
223
223
|
vertical-align: inherit;
|
|
224
224
|
}
|
|
225
225
|
`,Lo=[Object.keys(ct).map((t=>function(t){const o=ct[t];return e.css`
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
226
|
+
.ft-typography--${e.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 $o=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 ko extends o.FtLitElement{constructor(){super(...arguments),this.variant=at.body1}render(){return this.element?rt`
|
|
233
235
|
<${ot(this.element)}
|
|
234
236
|
class="ft-typography ft-typography--${this.variant}">
|
package/build/ft-card.min.js
CHANGED
|
@@ -331,12 +331,14 @@ const jt=Symbol.for(""),Gt=t=>{if((null==t?void 0:t.r)===jt)return null==t?void
|
|
|
331
331
|
vertical-align: inherit;
|
|
332
332
|
}
|
|
333
333
|
`,be=[Object.keys(mt).map((t=>function(t){const o=mt[t];return g`
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
334
|
+
.ft-typography--${y(t)} {
|
|
335
|
+
font-family: ${o.fontFamily};
|
|
336
|
+
font-size: ${o.fontSize};
|
|
337
|
+
font-weight: ${o.fontWeight};
|
|
338
|
+
letter-spacing: ${o.letterSpacing};
|
|
339
|
+
line-height: ${o.lineHeight};
|
|
340
|
+
text-transform: ${o.textCase};
|
|
341
|
+
}
|
|
340
342
|
`}(t)))];var me=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 Oe extends Ut{constructor(){super(...arguments),this.variant=Vt.body1}render(){return this.element?Yt`
|
|
341
343
|
<${_t(this.element)}
|
|
342
344
|
class="ft-typography ft-typography--${this.variant}">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-card",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.62",
|
|
4
4
|
"description": "A file uploader with drag and drop",
|
|
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.
|
|
23
|
-
"@fluid-topics/ft-typography": "1.0.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
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": "
|
|
27
|
+
"gitHead": "44e9005773fe47b2e6a9ada16802918052a146cf"
|
|
28
28
|
}
|