@juv/codego-react-ui 3.3.1 → 3.3.3

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
@@ -10238,7 +10238,7 @@ function GroupNavigation({
10238
10238
  group.collapsible && "cursor-pointer hover:text-foreground"
10239
10239
  ),
10240
10240
  children: [
10241
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "flex-1 text-xs font-semibold uppercase tracking-wider text-muted-foreground", children: group.label }),
10241
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "flex-1 text-xs font-semibold uppercase tracking-wider text-primary/50 text-left", children: group.label }),
10242
10242
  group.collapsible && (isOpen ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_lucide_react24.ChevronDown, { className: "h-3 w-3 text-muted-foreground" }) : /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_lucide_react24.ChevronRight, { className: "h-3 w-3 text-muted-foreground" }))
10243
10243
  ]
10244
10244
  }
@@ -11066,7 +11066,7 @@ function Panel({
11066
11066
  }
11067
11067
  ),
11068
11068
  /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "relative z-10 flex flex-1 min-w-0 flex-col", children: [
11069
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("header", { className: "flex h-14 shrink-0 items-center justify-between border-b glass px-4 gap-2", children: [
11069
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("header", { className: "flex h-14 shrink-0 items-center justify-between border-b border-b-slate-300/50 px-4 gap-2", children: [
11070
11070
  /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "flex items-center gap-2", children: [
11071
11071
  collapsible && sidebar && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
11072
11072
  Tooltip,
@@ -11099,7 +11099,7 @@ function Panel({
11099
11099
  ] })
11100
11100
  ] }),
11101
11101
  /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("main", { className: "flex-1 overflow-y-auto p-4", children: [
11102
- error && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "mb-4 p-3 rounded-md bg-destructive/10 text-destructive text-sm", children: error }),
11102
+ error && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "mb-4 p-3 rounded-md bg-destructive/50 text-destructive text-sm", children: error }),
11103
11103
  loading && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "flex items-center justify-center h-full", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_lucide_react25.Loader2, { className: "h-6 w-6 animate-spin text-muted-foreground" }) }),
11104
11104
  showEmpty && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "flex items-center justify-center h-full text-muted-foreground", children: emptyState }),
11105
11105
  !loading && !showEmpty && children
@@ -73803,7 +73803,7 @@ ${n2.shaderPreludeCode.vertexSource}`, define: n2.shaderDefine }, defaultProject
73803
73803
  group.collapsible && "cursor-pointer hover:text-foreground"
73804
73804
  ),
73805
73805
  children: [
73806
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "flex-1 text-xs font-semibold uppercase tracking-wider text-muted-foreground", children: group.label }),
73806
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "flex-1 text-xs font-semibold uppercase tracking-wider text-primary/50 text-left", children: group.label }),
73807
73807
  group.collapsible && (isOpen ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ChevronDown, { className: "h-3 w-3 text-muted-foreground" }) : /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ChevronRight, { className: "h-3 w-3 text-muted-foreground" }))
73808
73808
  ]
73809
73809
  }
@@ -74630,7 +74630,7 @@ ${n2.shaderPreludeCode.vertexSource}`, define: n2.shaderDefine }, defaultProject
74630
74630
  }
74631
74631
  ),
74632
74632
  /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "relative z-10 flex flex-1 min-w-0 flex-col", children: [
74633
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("header", { className: "flex h-14 shrink-0 items-center justify-between border-b glass px-4 gap-2", children: [
74633
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("header", { className: "flex h-14 shrink-0 items-center justify-between border-b border-b-slate-300/50 px-4 gap-2", children: [
74634
74634
  /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "flex items-center gap-2", children: [
74635
74635
  collapsible && sidebar && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
74636
74636
  Tooltip,
@@ -74663,7 +74663,7 @@ ${n2.shaderPreludeCode.vertexSource}`, define: n2.shaderDefine }, defaultProject
74663
74663
  ] })
74664
74664
  ] }),
74665
74665
  /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("main", { className: "flex-1 overflow-y-auto p-4", children: [
74666
- error && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "mb-4 p-3 rounded-md bg-destructive/10 text-destructive text-sm", children: error }),
74666
+ error && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "mb-4 p-3 rounded-md bg-destructive/50 text-destructive text-sm", children: error }),
74667
74667
  loading && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "flex items-center justify-center h-full", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(LoaderCircle, { className: "h-6 w-6 animate-spin text-muted-foreground" }) }),
74668
74668
  showEmpty && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "flex items-center justify-center h-full text-muted-foreground", children: emptyState }),
74669
74669
  !loading && !showEmpty && children
package/dist/index.js CHANGED
@@ -10120,7 +10120,7 @@ function GroupNavigation({
10120
10120
  group.collapsible && "cursor-pointer hover:text-foreground"
10121
10121
  ),
10122
10122
  children: [
10123
- /* @__PURE__ */ jsx43("span", { className: "flex-1 text-xs font-semibold uppercase tracking-wider text-muted-foreground", children: group.label }),
10123
+ /* @__PURE__ */ jsx43("span", { className: "flex-1 text-xs font-semibold uppercase tracking-wider text-primary/50 text-left", children: group.label }),
10124
10124
  group.collapsible && (isOpen ? /* @__PURE__ */ jsx43(ChevronDown6, { className: "h-3 w-3 text-muted-foreground" }) : /* @__PURE__ */ jsx43(ChevronRight10, { className: "h-3 w-3 text-muted-foreground" }))
10125
10125
  ]
10126
10126
  }
@@ -10948,7 +10948,7 @@ function Panel({
10948
10948
  }
10949
10949
  ),
10950
10950
  /* @__PURE__ */ jsxs41("div", { className: "relative z-10 flex flex-1 min-w-0 flex-col", children: [
10951
- /* @__PURE__ */ jsxs41("header", { className: "flex h-14 shrink-0 items-center justify-between border-b glass px-4 gap-2", children: [
10951
+ /* @__PURE__ */ jsxs41("header", { className: "flex h-14 shrink-0 items-center justify-between border-b border-b-slate-300/50 px-4 gap-2", children: [
10952
10952
  /* @__PURE__ */ jsxs41("div", { className: "flex items-center gap-2", children: [
10953
10953
  collapsible && sidebar && /* @__PURE__ */ jsx46(
10954
10954
  Tooltip,
@@ -10981,7 +10981,7 @@ function Panel({
10981
10981
  ] })
10982
10982
  ] }),
10983
10983
  /* @__PURE__ */ jsxs41("main", { className: "flex-1 overflow-y-auto p-4", children: [
10984
- error && /* @__PURE__ */ jsx46("div", { className: "mb-4 p-3 rounded-md bg-destructive/10 text-destructive text-sm", children: error }),
10984
+ error && /* @__PURE__ */ jsx46("div", { className: "mb-4 p-3 rounded-md bg-destructive/50 text-destructive text-sm", children: error }),
10985
10985
  loading && /* @__PURE__ */ jsx46("div", { className: "flex items-center justify-center h-full", children: /* @__PURE__ */ jsx46(Loader24, { className: "h-6 w-6 animate-spin text-muted-foreground" }) }),
10986
10986
  showEmpty && /* @__PURE__ */ jsx46("div", { className: "flex items-center justify-center h-full text-muted-foreground", children: emptyState }),
10987
10987
  !loading && !showEmpty && children
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "registry": "https://registry.npmjs.org/",
5
5
  "access": "public"
6
6
  },
7
- "version": "3.3.1",
7
+ "version": "3.3.3",
8
8
  "description": "Reusable React UI components",
9
9
  "license": "MIT",
10
10
  "main": "dist/index.js",