@likable-hair/svelte 4.2.2 → 4.2.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.
@@ -460,7 +460,6 @@ function resizeHeader(th, header) {
460
460
  >
461
461
  <div
462
462
  class="row-append-cell"
463
- style="display: inline-block; white-space: nowrap;"
464
463
  >
465
464
  {@render appendSnippet?.({ index: i, item })}
466
465
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@likable-hair/svelte",
3
3
  "description": "A Svelte component for likablehair and others",
4
- "version": "4.2.2",
4
+ "version": "4.2.3",
5
5
  "scripts": {
6
6
  "host": "vite --host",
7
7
  "dev": "vite dev",