@florid-kit/components 0.8.60 → 0.8.61

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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -2275,7 +2275,7 @@
2275
2275
  .tile img {
2276
2276
  object-fit: cover;
2277
2277
  width: 56px;
2278
- height: auto;
2278
+ height: 70px;
2279
2279
  background: linear-gradient(to bottom, #F9F5F0, #F7F2EA);
2280
2280
  }
2281
2281
 
package/index.mjs CHANGED
@@ -4177,7 +4177,7 @@ Wt.styles = b`
4177
4177
  .tile img {
4178
4178
  object-fit: cover;
4179
4179
  width: 56px;
4180
- height: auto;
4180
+ height: 70px;
4181
4181
  background: linear-gradient(to bottom, #F9F5F0, #F7F2EA);
4182
4182
  }
4183
4183
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.60",
3
+ "version": "0.8.61",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",