@fluid-topics/ft-card 0.1.8 → 0.1.11
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 +5 -1
- package/build/ft-card.min.js +5 -1
- package/package.json +5 -5
package/build/ft-card.light.js
CHANGED
|
@@ -268,7 +268,11 @@ const vt=t=>({_$litStatic$:t}),bt=new Map,xt=(t=>(e,...r)=>{var i;const a=r.leng
|
|
|
268
268
|
line-height: ${ke};
|
|
269
269
|
text-transform: ${Ce};
|
|
270
270
|
}
|
|
271
|
-
`;let je=class extends i.FtLitElement{constructor(){super(...arguments),this.variant=Ot.body1}getStyles(){return[Ue,Me,ze,Te,Be,_e,De,Pe,Ie,Le
|
|
271
|
+
`;let je=class extends i.FtLitElement{constructor(){super(...arguments),this.variant=Ot.body1}getStyles(){return[Ue,Me,ze,Te,Be,_e,De,Pe,Ie,Le,e.css`
|
|
272
|
+
.ft-typography {
|
|
273
|
+
vertical-align: inherit;
|
|
274
|
+
}
|
|
275
|
+
`]}getTemplate(){return this.element?xt`
|
|
272
276
|
<${vt(this.element)}
|
|
273
277
|
class="ft-typography ft-typography--${this.variant}">
|
|
274
278
|
<slot></slot>
|
package/build/ft-card.min.js
CHANGED
|
@@ -353,7 +353,11 @@ const Zt=t=>({_$litStatic$:t}),Gt=new Map,qt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
353
353
|
line-height: ${ni};
|
|
354
354
|
text-transform: ${ai};
|
|
355
355
|
}
|
|
356
|
-
`;let vi=class extends pt{constructor(){super(...arguments),this.variant=Xt.body1}getStyles(){return[si,ci,pi,li,di,ui,fi,hi,mi,yi
|
|
356
|
+
`;let vi=class extends pt{constructor(){super(...arguments),this.variant=Xt.body1}getStyles(){return[si,ci,pi,li,di,ui,fi,hi,mi,yi,a`
|
|
357
|
+
.ft-typography {
|
|
358
|
+
vertical-align: inherit;
|
|
359
|
+
}
|
|
360
|
+
`]}getTemplate(){return this.element?qt`
|
|
357
361
|
<${Zt(this.element)}
|
|
358
362
|
class="ft-typography ft-typography--${this.variant}">
|
|
359
363
|
<slot></slot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-card",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
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": "^0.1.
|
|
23
|
-
"@fluid-topics/ft-typography": "^0.1.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-ripple": "^0.1.11",
|
|
23
|
+
"@fluid-topics/ft-typography": "^0.1.11",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "^0.1.11",
|
|
25
25
|
"lit": "^2.0.2"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "58da96e373802fca9767059a895dc5e525f743ae"
|
|
28
28
|
}
|