@playpilot/tpi 8.5.2 → 8.5.3

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.2",
3
+ "version": "8.5.3",
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.blurb || title.description}
185
+ {title.description}
186
186
  </div>
187
187
  {/if}
188
188
  </div>