@andreagiugni/tailwind-dashboard-ui 1.0.6 → 1.0.7
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -817,7 +817,7 @@ function DataDrivenTable({
|
|
|
817
817
|
}
|
|
818
818
|
)
|
|
819
819
|
] }),
|
|
820
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "
|
|
820
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "border-y border-gray-100 dark:border-white/[0.05]", children: /* @__PURE__ */ jsxRuntime.jsxs("table", { className: "min-w-full", children: [
|
|
821
821
|
/* @__PURE__ */ jsxRuntime.jsx(TableHeader, { className: "border-b border-gray-100 bg-gray-50 dark:border-white/[0.05] dark:bg-white/[0.06]", children: /* @__PURE__ */ jsxRuntime.jsx(TableRow, { children: columns.map((col) => {
|
|
822
822
|
const isActive = sortKey === col.key;
|
|
823
823
|
return /* @__PURE__ */ jsxRuntime.jsx(
|