@isoftdata/svelte-table 2.9.5 → 2.9.6

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/dist/Table.svelte CHANGED
@@ -952,7 +952,7 @@
952
952
  {#each footers as { property, value } (property)}
953
953
  <Td
954
954
  {property}
955
- tagName="TH">{value ?? ''}</Td
955
+ tagName="th">{value ?? ''}</Td
956
956
  >
957
957
  {/each}
958
958
  {/if}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isoftdata/svelte-table",
3
- "version": "2.9.5",
3
+ "version": "2.9.6",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",