@playpilot/tpi 8.8.0 → 8.8.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playpilot/tpi",
3
- "version": "8.8.0",
3
+ "version": "8.8.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -255,6 +255,7 @@
255
255
  .media {
256
256
  grid-area: media;
257
257
  width: var(--width);
258
+ max-height: var(--image-height);
258
259
  border-radius: var(--border-radius);
259
260
  transition: width 200ms;
260
261
  transition-delay: 1ms;