@inf-monkeys-tech/monkeys-design 2.0.14 → 2.0.15
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/data-explorer/index.js +11 -11
- package/dist/components/data-explorer/index.js.map +1 -1
- package/dist/components/data-explorer/index.mjs +11 -11
- package/dist/components/data-explorer/index.mjs.map +1 -1
- package/dist/components/primitives/index.js +2 -2
- package/dist/components/primitives/index.js.map +1 -1
- package/dist/components/primitives/index.mjs +2 -2
- package/dist/components/primitives/index.mjs.map +1 -1
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1914,9 +1914,9 @@ function BentoPanel({
|
|
|
1914
1914
|
body: cn("min-h-0 p-0", classNames?.body, contentClassName)
|
|
1915
1915
|
},
|
|
1916
1916
|
header: title ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-w-0 flex-1 items-center justify-between gap-3", children: [
|
|
1917
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-w-0 items-center gap-2.5", children: [
|
|
1917
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-w-0 flex-1 items-center gap-2.5", children: [
|
|
1918
1918
|
TitleIcon ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "inline-flex size-8 shrink-0 items-center justify-center rounded-md border border-primary/30 bg-primary/10 text-primary", children: /* @__PURE__ */ jsxRuntime.jsx(TitleIcon, { className: "size-4 text-primary", color: "currentColor", stroke: "currentColor" }) }) : null,
|
|
1919
|
-
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: "truncate text-[15px] font-semibold leading-5 text-foreground", children: title })
|
|
1919
|
+
/* @__PURE__ */ jsxRuntime.jsx("h2", { className: "min-w-0 truncate text-[15px] font-semibold leading-5 text-foreground", children: title })
|
|
1920
1920
|
] }),
|
|
1921
1921
|
action ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "shrink-0", children: action }) : null
|
|
1922
1922
|
] }) : void 0,
|