@fluid-topics/ft-card 1.0.20 → 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.
- package/build/ft-card.css.js +1 -0
- package/build/ft-card.light.js +1 -0
- package/build/ft-card.min.js +1 -0
- package/package.json +5 -5
package/build/ft-card.css.js
CHANGED
package/build/ft-card.light.js
CHANGED
|
@@ -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
|
}
|
package/build/ft-card.min.js
CHANGED
|
@@ -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.
|
|
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.
|
|
23
|
-
"@fluid-topics/ft-typography": "1.0.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
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": "
|
|
27
|
+
"gitHead": "d68f9748c223f9e8eb8da2da4f410e02a2121d36"
|
|
28
28
|
}
|