@hyddenlabs/hydn-ui 0.3.0-alpha.189 → 0.3.0-alpha.190
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
|
@@ -4467,7 +4467,7 @@ function DataTable({
|
|
|
4467
4467
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className, children: [
|
|
4468
4468
|
hasHeader && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-3 mb-3", children: [
|
|
4469
4469
|
title && /* @__PURE__ */ jsxRuntime.jsx("h2", { className: "text-lg font-semibold text-foreground", children: title }),
|
|
4470
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className:
|
|
4470
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: `flex items-center gap-3 ${searchable ? "justify-between" : "justify-end"}`, children: [
|
|
4471
4471
|
searchable && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex-1 max-w-md", children: /* @__PURE__ */ jsxRuntime.jsx(input_group_default, { prefix: /* @__PURE__ */ jsxRuntime.jsx(Icon, { name: "search", size: "sm" }), className: "w-full", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4472
4472
|
input_default,
|
|
4473
4473
|
{
|