@invopop/popui 0.0.115 → 0.0.116

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.
@@ -21,7 +21,7 @@ let open = false;
21
21
  {#if status}
22
22
  <FeedIconStatus {status} />
23
23
  {/if}
24
- <span class="truncate font-medium text-neutral-800 text-base">{title}</span>
24
+ <span class="flex-1 truncate font-medium text-neutral-800 text-base">{title}</span>
25
25
  {#if cancelable}
26
26
  <BaseButton
27
27
  small
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.0.115",
4
+ "version": "0.0.116",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && npm run package",