@vadimcomanescu/nadicode-design-system 4.0.5 → 4.0.7

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.
@@ -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-XAAJBX6R.js';
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-W74WK3HB.js';
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';
@@ -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("div", { className: "mt-8 grid gap-6 md:mt-20 md:grid-cols-3", children: plans.map((plan) => /* @__PURE__ */ jsxs(
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,5 @@
1
1
  'use client';
2
- export { ApiKeysBlock } from '../../chunk-W74WK3HB.js';
2
+ export { ApiKeysBlock } from '../../chunk-YQCDWJBT.js';
3
3
  import '../../chunk-WI547C47.js';
4
4
  import '../../chunk-PXDHNGTG.js';
5
5
  import '../../chunk-W73JAOHW.js';
@@ -1,5 +1,6 @@
1
1
  'use client';
2
- export { PricingTableBlock } from '../../chunk-XAAJBX6R.js';
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vadimcomanescu/nadicode-design-system",
3
- "version": "4.0.5",
3
+ "version": "4.0.7",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"