@fluid-topics/ft-card 0.3.1 → 0.3.4

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.js CHANGED
@@ -66,6 +66,7 @@ export class FtCard extends FtLitElement {
66
66
 
67
67
  .title {
68
68
  text-overflow: ellipsis;
69
+ overflow: hidden;
69
70
  color: ${FtCardCssVariables.colorOnSurfaceHigh};
70
71
  }
71
72
 
@@ -255,6 +255,7 @@ const et=Symbol.for(""),ot=t=>{if((null==t?void 0:t.r)===et)return null==t?void
255
255
 
256
256
  .title {
257
257
  text-overflow: ellipsis;
258
+ overflow: hidden;
258
259
  color: ${Mi.colorOnSurfaceHigh};
259
260
  }
260
261
 
@@ -346,6 +346,7 @@ const Ut=Symbol.for(""),Ft=t=>{if((null==t?void 0:t.r)===Ut)return null==t?void
346
346
 
347
347
  .title {
348
348
  text-overflow: ellipsis;
349
+ overflow: hidden;
349
350
  color: ${si.colorOnSurfaceHigh};
350
351
  }
351
352
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-card",
3
- "version": "0.3.1",
3
+ "version": "0.3.4",
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.3.1",
23
- "@fluid-topics/ft-typography": "0.3.1",
24
- "@fluid-topics/ft-wc-utils": "0.3.1",
22
+ "@fluid-topics/ft-ripple": "0.3.4",
23
+ "@fluid-topics/ft-typography": "0.3.4",
24
+ "@fluid-topics/ft-wc-utils": "0.3.4",
25
25
  "lit": "2.2.8"
26
26
  },
27
- "gitHead": "59991498f66c54210024c0fc6702955901f94952"
27
+ "gitHead": "3179cf74226f9447314e09a6b16a816871c0e15f"
28
28
  }