@seed-ship/mcp-ui-solid 4.0.5 → 4.0.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.
@@ -645,7 +645,7 @@ function TableRenderer(props: {
645
645
  scope="col"
646
646
  class="px-6 py-3 text-left text-xs font-semibold text-gray-500 dark:text-gray-400 uppercase tracking-wider border-b border-gray-200 dark:border-gray-700 first:pl-6 last:pr-6 bg-gray-50 dark:bg-gray-900/50 cursor-pointer select-none hover:bg-gray-100 dark:hover:bg-gray-800/50 transition-colors"
647
647
  style={column.width ? { width: column.width } : {}}
648
- onClick={() => handleSort(column.key)}
648
+ on:click={() => handleSort(column.key)}
649
649
  title={`Sort by ${column.label}`}
650
650
  >
651
651
  <span class="inline-flex items-center gap-1">