@fluid-topics/ft-card 1.0.21 → 1.0.22

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.
@@ -69,6 +69,7 @@ export const styles = css `
69
69
  }
70
70
 
71
71
  #content {
72
+ min-width: 0; /* like with flexbox, some items have a hard time shrinking when necessary */
72
73
  grid-area: content;
73
74
  color: ${FtCardCssVariables.colorOnSurfaceMedium};
74
75
  }
@@ -270,6 +270,7 @@ const V=Symbol.for(""),tt=t=>{if((null==t?void 0:t.r)===V)return null==t?void 0:
270
270
  }
271
271
 
272
272
  #content {
273
+ min-width: 0; /* like with flexbox, some items have a hard time shrinking when necessary */
273
274
  grid-area: content;
274
275
  color: ${Oi.colorOnSurfaceMedium};
275
276
  }
@@ -378,6 +378,7 @@ const Dt=Symbol.for(""),_t=t=>{if((null==t?void 0:t.r)===Dt)return null==t?void
378
378
  }
379
379
 
380
380
  #content {
381
+ min-width: 0; /* like with flexbox, some items have a hard time shrinking when necessary */
381
382
  grid-area: content;
382
383
  color: ${di.colorOnSurfaceMedium};
383
384
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-card",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
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.21",
23
- "@fluid-topics/ft-typography": "1.0.21",
24
- "@fluid-topics/ft-wc-utils": "1.0.21",
22
+ "@fluid-topics/ft-ripple": "1.0.22",
23
+ "@fluid-topics/ft-typography": "1.0.22",
24
+ "@fluid-topics/ft-wc-utils": "1.0.22",
25
25
  "lit": "2.7.2"
26
26
  },
27
- "gitHead": "e07f560e1fb9643e4a6719839de529952c1f70fa"
27
+ "gitHead": "d68f9748c223f9e8eb8da2da4f410e02a2121d36"
28
28
  }