@vadimcomanescu/nadicode-design-system 4.0.6 → 4.0.8

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.
@@ -26,7 +26,7 @@ import { CrudListDetailPageKit } from '../chunk-OJ7OO3QB.js';
26
26
  import { UsageDonutBlock } from '../chunk-VRGPG2YN.js';
27
27
  import { VoiceAgentCard } from '../chunk-HWHJ6IRQ.js';
28
28
  import { WizardBlock } from '../chunk-XKKFSFYO.js';
29
- import { WorkspaceSwitcherBlock } from '../chunk-2LUDPRRG.js';
29
+ import { WorkspaceSwitcherBlock } from '../chunk-RPVG37RB.js';
30
30
  import { InviteUserModal } from '../chunk-YDYDGG5K.js';
31
31
  import { AccountLockedPageKit } from '../chunk-DNJEVMDY.js';
32
32
  import { AgentsChatPageKit } from '../chunk-UR43ANYS.js';
@@ -13,7 +13,7 @@ function WorkspaceSwitcherBlock({
13
13
  className
14
14
  }) {
15
15
  return /* @__PURE__ */ jsx(SidebarMenu, { className: cn(className), children: /* @__PURE__ */ jsx(SidebarMenuItem, { children: /* @__PURE__ */ jsx(SidebarMenuButton, { size: "lg", asChild: true, children: /* @__PURE__ */ jsxs("a", { href, children: [
16
- /* @__PURE__ */ jsx("div", { className: "flex aspect-square size-8 items-center justify-center rounded-lg bg-accent text-accent-foreground", children: /* @__PURE__ */ jsx(LayoutDashboardIcon, { size: 16 }) }),
16
+ /* @__PURE__ */ jsx("div", { className: "flex aspect-square size-8 items-center justify-center rounded-lg bg-primary text-primary-foreground", children: /* @__PURE__ */ jsx(LayoutDashboardIcon, { size: 16 }) }),
17
17
  /* @__PURE__ */ jsxs("div", { className: "grid flex-1 text-left text-sm leading-tight", children: [
18
18
  /* @__PURE__ */ jsx("span", { className: "truncate font-semibold text-text-primary", children: name }),
19
19
  /* @__PURE__ */ jsx("span", { className: "truncate text-xs text-text-tertiary", children: plan })
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- export { WorkspaceSwitcherBlock } from '../../chunk-2LUDPRRG.js';
2
+ export { WorkspaceSwitcherBlock } from '../../chunk-RPVG37RB.js';
3
3
  import '../../chunk-J2DCQDXO.js';
4
4
  import '../../chunk-C4SNHMYC.js';
5
5
  import '../../chunk-B5QL76GA.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vadimcomanescu/nadicode-design-system",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"