@fluid-topics/ft-card 0.3.39 → 0.3.40

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.
@@ -41,6 +41,7 @@ export const styles = css `
41
41
  #header:not([hidden]) {
42
42
  display: flex;
43
43
  margin-bottom: 8px;
44
+ width: calc(100% - 24px);
44
45
  }
45
46
 
46
47
  #header-content {
@@ -242,6 +242,7 @@ const et=Symbol.for(""),ot=t=>{if((null==t?void 0:t.r)===et)return null==t?void
242
242
  #header:not([hidden]) {
243
243
  display: flex;
244
244
  margin-bottom: 8px;
245
+ width: calc(100% - 24px);
245
246
  }
246
247
 
247
248
  #header-content {
@@ -349,6 +349,7 @@ const zt=Symbol.for(""),Bt=t=>{if((null==t?void 0:t.r)===zt)return null==t?void
349
349
  #header:not([hidden]) {
350
350
  display: flex;
351
351
  margin-bottom: 8px;
352
+ width: calc(100% - 24px);
352
353
  }
353
354
 
354
355
  #header-content {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-card",
3
- "version": "0.3.39",
3
+ "version": "0.3.40",
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.39",
23
- "@fluid-topics/ft-typography": "0.3.39",
24
- "@fluid-topics/ft-wc-utils": "0.3.39",
22
+ "@fluid-topics/ft-ripple": "0.3.40",
23
+ "@fluid-topics/ft-typography": "0.3.40",
24
+ "@fluid-topics/ft-wc-utils": "0.3.40",
25
25
  "lit": "2.2.8"
26
26
  },
27
- "gitHead": "fce2eb423e7c2b107a892f3b986ab601fc4be7fc"
27
+ "gitHead": "00f0bb16ca98f5ade4f3d9a1c3d1dce54eae97b7"
28
28
  }