@playpilot/tpi 8.5.1 → 8.5.2

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.5.1",
3
+ "version": "8.5.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -182,7 +182,7 @@
182
182
  <!-- svelte-ignore a11y_click_events_have_key_events -->
183
183
  <!-- svelte-ignore a11y_no_static_element_interactions -->
184
184
  <div class="aside" {onclick} data-testid="aside">
185
- {title.description}
185
+ {title.blurb || title.description}
186
186
  </div>
187
187
  {/if}
188
188
  </div>
@@ -342,7 +342,7 @@
342
342
  overflow: hidden;
343
343
  color: theme(rail-text-color, text-color-alt) !important;
344
344
  font-size: 0.9em;
345
- line-height: 1.2;
345
+ line-height: 1.3;
346
346
  }
347
347
 
348
348
  .skeleton {