@fluid-topics/ft-file-drop 0.1.8 → 0.1.9
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.
|
@@ -269,7 +269,11 @@ const st=t=>({_$litStatic$:t}),lt=new Map,dt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
269
269
|
line-height: ${ye};
|
|
270
270
|
text-transform: ${ge};
|
|
271
271
|
}
|
|
272
|
-
`;let Te=class extends r.FtLitElement{constructor(){super(...arguments),this.variant=ft.body1}getStyles(){return[ve,be,$e,xe,we,ke,ze,Ae,Se,Oe
|
|
272
|
+
`;let Te=class extends r.FtLitElement{constructor(){super(...arguments),this.variant=ft.body1}getStyles(){return[ve,be,$e,xe,we,ke,ze,Ae,Se,Oe,e.css`
|
|
273
|
+
.ft-typography {
|
|
274
|
+
vertical-align: inherit;
|
|
275
|
+
}
|
|
276
|
+
`]}getTemplate(){return this.element?dt`
|
|
273
277
|
<${st(this.element)}
|
|
274
278
|
class="ft-typography ft-typography--${this.variant}">
|
|
275
279
|
<slot></slot>
|
|
@@ -368,6 +372,7 @@ const Ee=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
368
372
|
}
|
|
369
373
|
|
|
370
374
|
.ft-chip--label {
|
|
375
|
+
vertical-align: bottom;
|
|
371
376
|
display: block;
|
|
372
377
|
margin: 0 var(--ft-chip-internal-horizontal-padding);
|
|
373
378
|
${r.setVariable(qt.fontSize,"var(--ft-chip-internal-font-size)")};
|
|
@@ -352,7 +352,11 @@ const Vt=t=>({_$litStatic$:t}),Kt=new Map,Zt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
352
352
|
line-height: ${Ye};
|
|
353
353
|
text-transform: ${Qe};
|
|
354
354
|
}
|
|
355
|
-
`;let li=class extends dt{constructor(){super(...arguments),this.variant=Gt.body1}getStyles(){return[ti,ei,ii,ri,oi,ni,ai,si,ci,pi
|
|
355
|
+
`;let li=class extends dt{constructor(){super(...arguments),this.variant=Gt.body1}getStyles(){return[ti,ei,ii,ri,oi,ni,ai,si,ci,pi,a`
|
|
356
|
+
.ft-typography {
|
|
357
|
+
vertical-align: inherit;
|
|
358
|
+
}
|
|
359
|
+
`]}getTemplate(){return this.element?Zt`
|
|
356
360
|
<${Vt(this.element)}
|
|
357
361
|
class="ft-typography ft-typography--${this.variant}">
|
|
358
362
|
<slot></slot>
|
|
@@ -451,6 +455,7 @@ const di=a`:host{font-family:var(--mdc-icon-font, "Material Icons");font-weight:
|
|
|
451
455
|
}
|
|
452
456
|
|
|
453
457
|
.ft-chip--label {
|
|
458
|
+
vertical-align: bottom;
|
|
454
459
|
display: block;
|
|
455
460
|
margin: 0 var(--ft-chip-internal-horizontal-padding);
|
|
456
461
|
${pt(Ne.fontSize,"var(--ft-chip-internal-font-size)")};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-file-drop",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Container that accepts dropping files",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-chip": "^0.1.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-chip": "^0.1.9",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "^0.1.9",
|
|
24
24
|
"lit": "^2.0.2"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "9f649211936b1529bf691190603f2f721d2a72bd"
|
|
27
27
|
}
|