@vadimcomanescu/nadicode-design-system 4.0.5 → 4.0.6
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/catalog/components.js +3 -3
- package/dist/{chunk-RPVG37RB.js → chunk-2LUDPRRG.js} +1 -1
- package/dist/{chunk-W74WK3HB.js → chunk-YQCDWJBT.js} +1 -1
- package/dist/{chunk-XAAJBX6R.js → chunk-YZWC4EY4.js} +4 -3
- package/dist/components/blocks/ApiKeysBlock.js +1 -1
- package/dist/components/blocks/PricingTableBlock.js +2 -1
- package/dist/components/blocks/WorkspaceSwitcherBlock.js +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
29
|
+
import { WorkspaceSwitcherBlock } from '../chunk-2LUDPRRG.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';
|
|
@@ -42,7 +42,7 @@ import '../chunk-PTJPPKDR.js';
|
|
|
42
42
|
import { TwoFactorChallengeBlock } from '../chunk-W7FXDRQJ.js';
|
|
43
43
|
import { TwoFactorSetupBlock } from '../chunk-IXQGKJU4.js';
|
|
44
44
|
import { PricingBlock } from '../chunk-VNNAL4A6.js';
|
|
45
|
-
import { PricingTableBlock } from '../chunk-
|
|
45
|
+
import { PricingTableBlock } from '../chunk-YZWC4EY4.js';
|
|
46
46
|
import { ProcessFlowBlock } from '../chunk-HZERHGBT.js';
|
|
47
47
|
import { ResetPasswordBlock } from '../chunk-X6VXWEDO.js';
|
|
48
48
|
import { SavingsCalculatorBlock } from '../chunk-IC3BMFHV.js';
|
|
@@ -102,7 +102,7 @@ import { AgentConversationBlock } from '../chunk-4IGBBIYW.js';
|
|
|
102
102
|
import { AgentProfileGridBlock } from '../chunk-7NS3VFD7.js';
|
|
103
103
|
import { AgentRunOverviewBlock } from '../chunk-KNR3WB5C.js';
|
|
104
104
|
import { AgentWorkbenchBlock } from '../chunk-SIQNG72C.js';
|
|
105
|
-
import { ApiKeysBlock } from '../chunk-
|
|
105
|
+
import { ApiKeysBlock } from '../chunk-YQCDWJBT.js';
|
|
106
106
|
import { AudioVisualizerBlock } from '../chunk-AN5TW4AL.js';
|
|
107
107
|
import { AuthLayout } from '../chunk-N3YFYMNZ.js';
|
|
108
108
|
import { LoginBlock } from '../chunk-RGE5OQMZ.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-
|
|
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 }) }),
|
|
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 })
|
|
@@ -137,7 +137,7 @@ function ApiKeysBlock({
|
|
|
137
137
|
}
|
|
138
138
|
)
|
|
139
139
|
] }),
|
|
140
|
-
/* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsx(CardContent, { className: "pt-6", children: keys.length === 0 ? /* @__PURE__ */ jsxs("div", { className: "space-y-4 py-12 text-center", children: [
|
|
140
|
+
/* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsx(CardContent, { className: "overflow-x-auto pt-6", children: keys.length === 0 ? /* @__PURE__ */ jsxs("div", { className: "space-y-4 py-12 text-center", children: [
|
|
141
141
|
/* @__PURE__ */ jsx(KeyIcon, { size: 40, className: "mx-auto text-text-tertiary" }),
|
|
142
142
|
/* @__PURE__ */ jsx(Heading, { level: 3, size: "label", className: "text-text-primary", children: "No API keys yet" }),
|
|
143
143
|
/* @__PURE__ */ jsx("p", { className: "text-text-secondary", children: "Create your first API key to get started." })
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { StaggerChildren } from './chunk-DQPK2XRL.js';
|
|
1
2
|
import { Heading } from './chunk-WI547C47.js';
|
|
2
3
|
import { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from './chunk-AH6YSYYT.js';
|
|
3
4
|
import { Button } from './chunk-7KIDDF3I.js';
|
|
@@ -53,10 +54,10 @@ function PricingTableBlock({
|
|
|
53
54
|
}) {
|
|
54
55
|
return /* @__PURE__ */ jsx("section", { className: cn("py-16 md:py-32", className), children: /* @__PURE__ */ jsxs("div", { className: "mx-auto max-w-6xl px-6", children: [
|
|
55
56
|
/* @__PURE__ */ jsxs("div", { className: "mx-auto max-w-2xl space-y-6 text-center", children: [
|
|
56
|
-
/* @__PURE__ */ jsx(Heading, { level: 2, className: "text-center", children: heading }),
|
|
57
|
-
/* @__PURE__ */ jsx("p", { children: subheading })
|
|
57
|
+
/* @__PURE__ */ jsx(Heading, { level: 2, size: "section", className: "text-center", children: heading }),
|
|
58
|
+
/* @__PURE__ */ jsx("p", { className: "text-text-secondary", children: subheading })
|
|
58
59
|
] }),
|
|
59
|
-
/* @__PURE__ */ jsx(
|
|
60
|
+
/* @__PURE__ */ jsx(StaggerChildren, { staggerMs: 120, className: "mt-8 grid gap-6 md:mt-20 md:grid-cols-3", children: plans.map((plan) => /* @__PURE__ */ jsxs(
|
|
60
61
|
Card,
|
|
61
62
|
{
|
|
62
63
|
className: plan.highlighted ? "relative" : "flex flex-col",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
export { PricingTableBlock } from '../../chunk-
|
|
2
|
+
export { PricingTableBlock } from '../../chunk-YZWC4EY4.js';
|
|
3
|
+
import '../../chunk-DQPK2XRL.js';
|
|
3
4
|
import '../../chunk-WI547C47.js';
|
|
4
5
|
import '../../chunk-AH6YSYYT.js';
|
|
5
6
|
import '../../chunk-7KIDDF3I.js';
|