@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.
- package/dist/components/UIResourceRenderer.cjs +1 -2
- package/dist/components/UIResourceRenderer.cjs.map +1 -1
- package/dist/components/UIResourceRenderer.js +2 -3
- package/dist/components/UIResourceRenderer.js.map +1 -1
- package/package.json +1 -1
- package/src/components/UIResourceRenderer.tsx +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -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
|
-
|
|
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">
|