@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.js
CHANGED
|
@@ -4442,7 +4442,7 @@ function DataTable({
|
|
|
4442
4442
|
return /* @__PURE__ */ jsxs("div", { className, children: [
|
|
4443
4443
|
hasHeader && /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-3 mb-3", children: [
|
|
4444
4444
|
title && /* @__PURE__ */ jsx("h2", { className: "text-lg font-semibold text-foreground", children: title }),
|
|
4445
|
-
/* @__PURE__ */ jsxs("div", { className:
|
|
4445
|
+
/* @__PURE__ */ jsxs("div", { className: `flex items-center gap-3 ${searchable ? "justify-between" : "justify-end"}`, children: [
|
|
4446
4446
|
searchable && /* @__PURE__ */ jsx("div", { className: "flex-1 max-w-md", children: /* @__PURE__ */ jsx(input_group_default, { prefix: /* @__PURE__ */ jsx(Icon, { name: "search", size: "sm" }), className: "w-full", children: /* @__PURE__ */ jsx(
|
|
4447
4447
|
input_default,
|
|
4448
4448
|
{
|