@copilotz/admin 0.9.29 → 0.9.30

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 CHANGED
@@ -1873,10 +1873,10 @@ function UsageDashboard({
1873
1873
  });
1874
1874
  return () => setHeaderRefresh?.(null);
1875
1875
  }, [loadUsage, setHeaderRefresh]);
1876
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "grid h-full min-h-0 grid-rows-[auto_minmax(0,4fr)_minmax(0,5fr)] gap-3", children: [
1876
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "grid h-full min-h-[760px] grid-rows-[auto_minmax(280px,4fr)_minmax(260px,5fr)] gap-3", children: [
1877
1877
  /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "space-y-3", children: [
1878
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "flex flex-col gap-3 xl:flex-row xl:items-start xl:justify-between", children: [
1879
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "min-w-0", children: [
1878
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "flex flex-wrap items-start justify-between gap-3", children: [
1879
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "min-w-[180px]", children: [
1880
1880
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h2", { className: "text-xl font-semibold tracking-tight", children: config.labels.llmUsageTitle }),
1881
1881
  /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "mt-1 flex flex-wrap items-center gap-2", children: [
1882
1882
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Badge, { variant: "outline", children: formatUsageRangeLabel(period, range) }),
@@ -2017,7 +2017,7 @@ function UsageChart({
2017
2017
  }
2018
2018
  ),
2019
2019
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2020
- Tooltip,
2020
+ import_recharts.Tooltip,
2021
2021
  {
2022
2022
  content: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2023
2023
  ChartTooltipContent,
@@ -2243,7 +2243,7 @@ function InlineFilters({
2243
2243
  setThreadId,
2244
2244
  threadId
2245
2245
  }) {
2246
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "flex max-w-full flex-wrap items-end justify-end gap-2", children: [
2246
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "flex min-w-[min(100%,520px)] flex-1 flex-wrap items-end justify-end gap-2", children: [
2247
2247
  /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "flex items-center gap-2 pb-1 text-xs font-medium text-muted-foreground", children: [
2248
2248
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_lucide_react6.Filter, { className: "size-3.5" }),
2249
2249
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { children: "Filters" }),