@tanstack/svelte-table 9.0.0-alpha.6 → 9.0.0-alpha.8

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.
@@ -26,7 +26,7 @@
26
26
  {#if typeof content === 'string'}
27
27
  {content}
28
28
  {:else if content instanceof Function}
29
- {@const result = content(context as any)}
29
+ {@const result = content(context as any)}
30
30
  {#if result instanceof RenderComponentConfig}
31
31
  <svelte:component this={result.component} {...result.props} />
32
32
  {:else}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/svelte-table",
3
- "version": "9.0.0-alpha.6",
3
+ "version": "9.0.0-alpha.8",
4
4
  "description": "Headless UI for building powerful tables & datagrids for Svelte.",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "src"
41
41
  ],
42
42
  "dependencies": {
43
- "@tanstack/table-core": "9.0.0-alpha.6"
43
+ "@tanstack/table-core": "9.0.0-alpha.8"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@sveltejs/package": "^2.3.2",
@@ -26,7 +26,7 @@
26
26
  {#if typeof content === 'string'}
27
27
  {content}
28
28
  {:else if content instanceof Function}
29
- {@const result = content(context as any)}
29
+ {@const result = content(context as any)}
30
30
  {#if result instanceof RenderComponentConfig}
31
31
  <svelte:component this={result.component} {...result.props} />
32
32
  {:else}