@vadimcomanescu/nadicode-design-system 2.0.9 → 4.0.1

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.
Files changed (154) hide show
  1. package/.agents/skills/seed/SKILL.md +24 -14
  2. package/.agents/skills/seed/contract.md +19 -6
  3. package/.agents/skills/seed/recipes/agency-home.md +5 -5
  4. package/.agents/skills/seed/recipes/auth.md +3 -3
  5. package/.agents/skills/seed/recipes/blog-content.md +2 -2
  6. package/.agents/skills/seed/recipes/company-about.md +3 -3
  7. package/.agents/skills/seed/recipes/company-contact.md +3 -3
  8. package/.agents/skills/seed/recipes/digital-workers.md +3 -3
  9. package/.agents/skills/seed/recipes/marketing-landing.md +8 -8
  10. package/.agents/skills/seed/recipes/marketing-shell.md +4 -4
  11. package/.agents/skills/seed/recipes/navigation-shell.md +3 -2
  12. package/.agents/skills/seed/recipes/pricing.md +4 -4
  13. package/.agents/skills/seed/recipes/service-detail.md +3 -3
  14. package/.agents/skills/seed/references/blocks.md +5 -5
  15. package/.agents/skills/seed/references/components.md +2 -2
  16. package/.agents/skills/seed/references/nextjs.md +2 -2
  17. package/README.md +3 -3
  18. package/contracts/consumer-intent-map.json +1 -2
  19. package/contracts/release-governance-baseline.json +3 -37
  20. package/dist/catalog/catalog.d.ts +2220 -0
  21. package/dist/catalog/catalog.js +1913 -0
  22. package/dist/catalog/components.d.ts +201 -0
  23. package/dist/catalog/components.js +407 -0
  24. package/dist/catalog/types.d.ts +4 -0
  25. package/dist/catalog/types.js +1 -0
  26. package/dist/chunk-224KPIOG.js +60 -0
  27. package/dist/chunk-25BOZMXA.js +169 -0
  28. package/dist/chunk-32OLQ7FC.js +130 -0
  29. package/dist/chunk-3JJBJ4VR.js +47 -0
  30. package/dist/chunk-3U56FXYC.js +30 -0
  31. package/dist/chunk-4MWKE6F5.js +86 -0
  32. package/dist/chunk-6HGSU24S.js +94 -0
  33. package/dist/chunk-7IADIXDV.js +168 -0
  34. package/dist/chunk-7NS3VFD7.js +86 -0
  35. package/dist/chunk-ALA6OM7K.js +134 -0
  36. package/dist/chunk-AN5TW4AL.js +50 -0
  37. package/dist/chunk-AWZFQQGN.js +167 -0
  38. package/dist/chunk-BRCBJ3S4.js +42 -0
  39. package/dist/chunk-BRICSLHJ.js +30 -0
  40. package/dist/chunk-BYEHHZZN.js +115 -0
  41. package/dist/chunk-C33GUEDY.js +149 -0
  42. package/dist/chunk-CUDMDYKE.js +150 -0
  43. package/dist/chunk-CVTMWSNS.js +145 -0
  44. package/dist/chunk-DEZXWNYF.js +165 -0
  45. package/dist/chunk-DNJEVMDY.js +40 -0
  46. package/dist/chunk-DNJOBML6.js +66 -0
  47. package/dist/chunk-FTGFOK6T.js +69 -0
  48. package/dist/{chunk-7A2RXKGH.js → chunk-GJ557DGH.js} +1 -1
  49. package/dist/chunk-HFBJ6L6O.js +104 -0
  50. package/dist/chunk-HPTHS7SX.js +52 -0
  51. package/dist/chunk-K4U67BVG.js +175 -0
  52. package/dist/chunk-KNR3WB5C.js +147 -0
  53. package/dist/chunk-KQ7ZC6EM.js +66 -0
  54. package/dist/chunk-LGW7FVG5.js +83 -0
  55. package/dist/chunk-LK2L3C7D.js +72 -0
  56. package/dist/chunk-LP6ZZYOQ.js +36 -0
  57. package/dist/chunk-LV4P7WVM.js +54 -0
  58. package/dist/chunk-MGSGCARB.js +164 -0
  59. package/dist/chunk-N3YFYMNZ.js +73 -0
  60. package/dist/{chunk-DSMGCFMJ.js → chunk-POFFOUQW.js} +2 -5
  61. package/dist/chunk-Q5IYBNA7.js +56 -0
  62. package/dist/chunk-QJCE7NZF.js +85 -0
  63. package/dist/chunk-QW5II6YK.js +96 -0
  64. package/dist/chunk-RMGDDOCD.js +138 -0
  65. package/dist/chunk-RNCX4JIE.js +70 -0
  66. package/dist/chunk-RWCL5OPX.js +112 -0
  67. package/dist/chunk-S5OY2B63.js +28 -0
  68. package/dist/chunk-SIQNG72C.js +257 -0
  69. package/dist/chunk-SP7NIZFP.js +117 -0
  70. package/dist/chunk-SWRJWMGG.js +30 -0
  71. package/dist/chunk-TCQIJ3DO.js +85 -0
  72. package/dist/chunk-TPJ6JJ2F.js +290 -0
  73. package/dist/chunk-UR43ANYS.js +159 -0
  74. package/dist/chunk-VRGPG2YN.js +79 -0
  75. package/dist/chunk-WSBLCWY7.js +126 -0
  76. package/dist/chunk-XKKFSFYO.js +93 -0
  77. package/dist/chunk-XO7TBM47.js +32 -0
  78. package/dist/chunk-YDYDGG5K.js +132 -0
  79. package/dist/chunk-YMJOUYMT.js +171 -0
  80. package/dist/chunk-Z2WION42.js +32 -0
  81. package/dist/chunk-ZFKSVEYW.js +35 -0
  82. package/dist/components/blocks/AgentProfileGridBlock.js +8 -86
  83. package/dist/components/blocks/AgentRunOverviewBlock.js +8 -147
  84. package/dist/components/blocks/AgentWorkbenchBlock.js +15 -257
  85. package/dist/components/blocks/AudioVisualizerBlock.js +2 -50
  86. package/dist/components/blocks/AuthLayout.js +9 -73
  87. package/dist/components/blocks/BannerBlock.js +8 -66
  88. package/dist/components/blocks/BarChartBlock.js +5 -47
  89. package/dist/components/blocks/ChartBlock.js +7 -54
  90. package/dist/components/blocks/ChartCollectionBlock.js +11 -171
  91. package/dist/components/blocks/ChatLayout.js +12 -126
  92. package/dist/components/blocks/CreateBlock.js +9 -104
  93. package/dist/components/blocks/DataGridBlock.js +9 -117
  94. package/dist/components/blocks/DirectoryBlock.js +12 -85
  95. package/dist/components/blocks/FeatureGridBlock.js +6 -56
  96. package/dist/components/blocks/GalleryBlock.js +6 -69
  97. package/dist/components/blocks/HeroBlock.js +2 -2
  98. package/dist/components/blocks/HeroSectionBlock.js +10 -134
  99. package/dist/components/blocks/IntegrationsBlock.js +13 -94
  100. package/dist/components/blocks/InteractiveAreaChartBlock.js +5 -290
  101. package/dist/components/blocks/KanbanDemoBlock.js +8 -145
  102. package/dist/components/blocks/LogoCloud.js +4 -35
  103. package/dist/components/blocks/NavUser.js +5 -85
  104. package/dist/components/blocks/NotFoundBlock.js +8 -32
  105. package/dist/components/blocks/OnboardingBlock.js +7 -66
  106. package/dist/components/blocks/SettingsLayout.js +13 -86
  107. package/dist/components/blocks/SignUpBlock.js +8 -168
  108. package/dist/components/blocks/SolutionShowcaseBlock.js +11 -112
  109. package/dist/components/blocks/StatsBlock.js +6 -60
  110. package/dist/components/blocks/UsageDonutBlock.js +5 -79
  111. package/dist/components/blocks/WizardBlock.js +12 -93
  112. package/dist/components/blocks/user/InviteUserModal.js +10 -132
  113. package/dist/components/page-kits/AccountLockedPageKit.js +3 -40
  114. package/dist/components/page-kits/AgentsChatPageKit.js +11 -159
  115. package/dist/components/page-kits/AnalyticsPageKit.js +12 -150
  116. package/dist/components/page-kits/BlogContentPageKit.js +12 -167
  117. package/dist/components/page-kits/CheckoutPageKit.js +9 -83
  118. package/dist/components/page-kits/CompanySuitePageKit.js +9 -96
  119. package/dist/components/page-kits/DashboardPageKit.js +11 -149
  120. package/dist/components/page-kits/ErrorPageKit.js +5 -52
  121. package/dist/components/page-kits/KanbanBoardPageKit.js +7 -169
  122. package/dist/components/page-kits/LandingPageKit.js +12 -73
  123. package/dist/components/page-kits/LoginPageKit.js +3 -32
  124. package/dist/components/page-kits/OnboardingPageKit.js +6 -115
  125. package/dist/components/page-kits/PricingPageKit.js +12 -138
  126. package/dist/components/page-kits/ProfileSettingsPageKit.js +10 -164
  127. package/dist/components/page-kits/RecoveryPageKit.js +3 -42
  128. package/dist/components/page-kits/ResetPageKit.js +3 -36
  129. package/dist/components/page-kits/ServiceSuitePageKit.js +11 -176
  130. package/dist/components/page-kits/SignupPageKit.js +3 -30
  131. package/dist/components/page-kits/SuccessPageKit.js +4 -30
  132. package/dist/components/page-kits/TeamSettingsPageKit.js +9 -165
  133. package/dist/components/page-kits/TwoFactorPageKit.js +4 -28
  134. package/dist/components/page-kits/VerifyEmailPageKit.js +4 -30
  135. package/dist/components/page-kits/VoiceAgentsPageKit.js +13 -130
  136. package/dist/components/ui/AvatarUpload.js +1 -1
  137. package/dist/components/ui/CheckoutForm.js +5 -70
  138. package/dist/components/ui/MouseEffect.js +1 -1
  139. package/eslint-rules/nadicode/config.js +2 -0
  140. package/eslint-rules/nadicode/data/catalog-names.json +93 -0
  141. package/eslint-rules/nadicode/index.js +4 -0
  142. package/eslint-rules/nadicode/rules/__tests__/require-catalog-component.test.js +77 -0
  143. package/eslint-rules/nadicode/rules/__tests__/require-catalog-import.test.js +111 -0
  144. package/eslint-rules/nadicode/rules/require-catalog-component.js +79 -0
  145. package/eslint-rules/nadicode/rules/require-catalog-import.js +59 -0
  146. package/package.json +15 -358
  147. package/contracts/block-props-schemas.json +0 -2186
  148. package/contracts/component-props-schemas.json +0 -8322
  149. package/contracts/consumer-contract.json +0 -178
  150. package/contracts/page-kit-props-schemas.json +0 -1894
  151. package/contracts/public-surface-registry.json +0 -5822
  152. package/contracts/public-surface-registry.schema.json +0 -219
  153. package/contracts/spec-manifest.json +0 -46
  154. package/dist/catalog.json +0 -5221
@@ -0,0 +1,2220 @@
1
+ /**
2
+ * Seed Component Catalog
3
+ *
4
+ * Server-safe: imports only from 'zod', no React dependency.
5
+ * Machine-readable component definitions with Zod schemas for all Seed blocks,
6
+ * layouts, and UI components. Consumed by agents to understand available
7
+ * components, their props contracts, slots, and events.
8
+ */
9
+ import { z } from 'zod';
10
+ export declare const validationCheckSchema: z.ZodNullable<z.ZodArray<z.ZodObject<{
11
+ type: z.ZodString;
12
+ message: z.ZodString;
13
+ args: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
14
+ }, z.core.$strip>>>;
15
+ export declare const validateOnSchema: z.ZodNullable<z.ZodEnum<{
16
+ submit: "submit";
17
+ change: "change";
18
+ blur: "blur";
19
+ }>>;
20
+ export type ComponentDefinition = {
21
+ props: z.ZodType;
22
+ slots?: string[];
23
+ events?: string[];
24
+ description: string;
25
+ example?: Record<string, unknown>;
26
+ };
27
+ export declare const seedComponentDefinitions: {
28
+ AccountLockedBlock: {
29
+ props: z.ZodObject<{
30
+ reason: z.ZodNullable<z.ZodEnum<{
31
+ admin: "admin";
32
+ too_many_attempts: "too_many_attempts";
33
+ suspicious_activity: "suspicious_activity";
34
+ }>>;
35
+ unlockMinutes: z.ZodNullable<z.ZodNumber>;
36
+ title: z.ZodNullable<z.ZodString>;
37
+ description: z.ZodNullable<z.ZodString>;
38
+ }, z.core.$strip>;
39
+ events: string[];
40
+ description: string;
41
+ };
42
+ ActivityFeedBlock: {
43
+ props: z.ZodObject<{
44
+ title: z.ZodNullable<z.ZodString>;
45
+ activities: z.ZodNullable<z.ZodArray<z.ZodObject<{
46
+ id: z.ZodString;
47
+ user: z.ZodString;
48
+ action: z.ZodString;
49
+ timestamp: z.ZodString;
50
+ avatar: z.ZodNullable<z.ZodString>;
51
+ }, z.core.$strip>>>;
52
+ }, z.core.$strip>;
53
+ description: string;
54
+ };
55
+ AgentConversationBlock: {
56
+ props: z.ZodObject<{
57
+ messages: z.ZodArray<z.ZodObject<{
58
+ id: z.ZodString;
59
+ role: z.ZodEnum<{
60
+ user: "user";
61
+ assistant: "assistant";
62
+ system: "system";
63
+ }>;
64
+ content: z.ZodString;
65
+ timestamp: z.ZodNullable<z.ZodString>;
66
+ isThinking: z.ZodNullable<z.ZodBoolean>;
67
+ reasoning: z.ZodNullable<z.ZodString>;
68
+ isStreaming: z.ZodNullable<z.ZodBoolean>;
69
+ toolCalls: z.ZodNullable<z.ZodArray<z.ZodObject<{
70
+ id: z.ZodString;
71
+ toolName: z.ZodString;
72
+ args: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
73
+ status: z.ZodEnum<{
74
+ error: "error";
75
+ pending: "pending";
76
+ running: "running";
77
+ complete: "complete";
78
+ }>;
79
+ result: z.ZodNullable<z.ZodString>;
80
+ duration: z.ZodNullable<z.ZodNumber>;
81
+ }, z.core.$strip>>>;
82
+ }, z.core.$strip>>;
83
+ }, z.core.$strip>;
84
+ description: string;
85
+ };
86
+ AgentProfileGridBlock: {
87
+ props: z.ZodObject<{
88
+ title: z.ZodNullable<z.ZodString>;
89
+ description: z.ZodNullable<z.ZodString>;
90
+ columns: z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>;
91
+ agents: z.ZodNullable<z.ZodArray<z.ZodObject<{
92
+ name: z.ZodString;
93
+ role: z.ZodString;
94
+ description: z.ZodString;
95
+ capabilities: z.ZodNullable<z.ZodArray<z.ZodString>>;
96
+ status: z.ZodNullable<z.ZodEnum<{
97
+ idle: "idle";
98
+ active: "active";
99
+ "coming-soon": "coming-soon";
100
+ }>>;
101
+ href: z.ZodNullable<z.ZodString>;
102
+ avatar: z.ZodString;
103
+ }, z.core.$strip>>>;
104
+ }, z.core.$strip>;
105
+ description: string;
106
+ };
107
+ AgentRunOverviewBlock: {
108
+ props: z.ZodObject<{
109
+ title: z.ZodNullable<z.ZodString>;
110
+ description: z.ZodNullable<z.ZodString>;
111
+ teamTitle: z.ZodNullable<z.ZodString>;
112
+ metricsTitle: z.ZodNullable<z.ZodString>;
113
+ contextTitle: z.ZodNullable<z.ZodString>;
114
+ workflow: z.ZodNullable<z.ZodObject<{
115
+ title: z.ZodNullable<z.ZodString>;
116
+ nodes: z.ZodArray<z.ZodObject<{
117
+ id: z.ZodString;
118
+ label: z.ZodString;
119
+ status: z.ZodEnum<{
120
+ done: "done";
121
+ error: "error";
122
+ pending: "pending";
123
+ active: "active";
124
+ }>;
125
+ }, z.core.$strip>>;
126
+ edges: z.ZodArray<z.ZodObject<{
127
+ from: z.ZodString;
128
+ to: z.ZodString;
129
+ label: z.ZodNullable<z.ZodString>;
130
+ }, z.core.$strip>>;
131
+ }, z.core.$strip>>;
132
+ agents: z.ZodNullable<z.ZodArray<z.ZodObject<{
133
+ id: z.ZodString;
134
+ name: z.ZodString;
135
+ role: z.ZodString;
136
+ status: z.ZodEnum<{
137
+ idle: "idle";
138
+ error: "error";
139
+ complete: "complete";
140
+ active: "active";
141
+ }>;
142
+ model: z.ZodNullable<z.ZodString>;
143
+ currentAction: z.ZodNullable<z.ZodString>;
144
+ tokenCount: z.ZodNullable<z.ZodNumber>;
145
+ cost: z.ZodNullable<z.ZodNumber>;
146
+ elapsedMs: z.ZodNullable<z.ZodNumber>;
147
+ stepsCompleted: z.ZodNullable<z.ZodNumber>;
148
+ stepsTotal: z.ZodNullable<z.ZodNumber>;
149
+ }, z.core.$strip>>>;
150
+ metrics: z.ZodNullable<z.ZodArray<z.ZodObject<{
151
+ label: z.ZodString;
152
+ value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>;
153
+ suffix: z.ZodNullable<z.ZodString>;
154
+ }, z.core.$strip>>>;
155
+ context: z.ZodNullable<z.ZodObject<{
156
+ used: z.ZodNumber;
157
+ total: z.ZodNumber;
158
+ }, z.core.$strip>>;
159
+ }, z.core.$strip>;
160
+ description: string;
161
+ };
162
+ AgentWorkbenchBlock: {
163
+ props: z.ZodObject<{
164
+ title: z.ZodNullable<z.ZodString>;
165
+ description: z.ZodNullable<z.ZodString>;
166
+ threadTitle: z.ZodNullable<z.ZodString>;
167
+ workTitle: z.ZodNullable<z.ZodString>;
168
+ messages: z.ZodNullable<z.ZodArray<z.ZodObject<{
169
+ id: z.ZodString;
170
+ role: z.ZodEnum<{
171
+ user: "user";
172
+ assistant: "assistant";
173
+ }>;
174
+ content: z.ZodString;
175
+ timestamp: z.ZodNullable<z.ZodString>;
176
+ toolCalls: z.ZodNullable<z.ZodArray<z.ZodObject<{
177
+ id: z.ZodString;
178
+ toolName: z.ZodString;
179
+ status: z.ZodEnum<{
180
+ error: "error";
181
+ pending: "pending";
182
+ running: "running";
183
+ complete: "complete";
184
+ }>;
185
+ }, z.core.$strip>>>;
186
+ }, z.core.$strip>>>;
187
+ artifacts: z.ZodNullable<z.ZodArray<z.ZodObject<{
188
+ id: z.ZodString;
189
+ type: z.ZodEnum<{
190
+ table: "table";
191
+ code: "code";
192
+ image: "image";
193
+ markdown: "markdown";
194
+ }>;
195
+ title: z.ZodString;
196
+ content: z.ZodString;
197
+ language: z.ZodNullable<z.ZodString>;
198
+ }, z.core.$strip>>>;
199
+ diffs: z.ZodNullable<z.ZodArray<z.ZodObject<{
200
+ id: z.ZodString;
201
+ filePath: z.ZodString;
202
+ language: z.ZodNullable<z.ZodString>;
203
+ hunks: z.ZodArray<z.ZodObject<{
204
+ changes: z.ZodArray<z.ZodObject<{
205
+ type: z.ZodEnum<{
206
+ add: "add";
207
+ remove: "remove";
208
+ context: "context";
209
+ }>;
210
+ content: z.ZodString;
211
+ lineNumber: z.ZodNullable<z.ZodNumber>;
212
+ }, z.core.$strip>>;
213
+ }, z.core.$strip>>;
214
+ }, z.core.$strip>>>;
215
+ logs: z.ZodNullable<z.ZodArray<z.ZodObject<{
216
+ text: z.ZodString;
217
+ type: z.ZodNullable<z.ZodEnum<{
218
+ stdin: "stdin";
219
+ stdout: "stdout";
220
+ stderr: "stderr";
221
+ }>>;
222
+ }, z.core.$strip>>>;
223
+ }, z.core.$strip>;
224
+ events: string[];
225
+ description: string;
226
+ };
227
+ BannerBlock: {
228
+ props: z.ZodObject<{
229
+ variant: z.ZodNullable<z.ZodEnum<{
230
+ accent: "accent";
231
+ warning: "warning";
232
+ info: "info";
233
+ }>>;
234
+ dismissible: z.ZodNullable<z.ZodBoolean>;
235
+ }, z.core.$strip>;
236
+ events: string[];
237
+ slots: string[];
238
+ description: string;
239
+ example: {
240
+ variant: string;
241
+ dismissible: boolean;
242
+ };
243
+ };
244
+ BarChartBlock: {
245
+ props: z.ZodObject<{
246
+ data: z.ZodNullable<z.ZodArray<z.ZodObject<{
247
+ name: z.ZodString;
248
+ total: z.ZodNumber;
249
+ prediction: z.ZodNumber;
250
+ }, z.core.$strip>>>;
251
+ config: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
252
+ label: z.ZodString;
253
+ color: z.ZodNullable<z.ZodString>;
254
+ }, z.core.$strip>>>;
255
+ title: z.ZodNullable<z.ZodString>;
256
+ description: z.ZodNullable<z.ZodString>;
257
+ }, z.core.$strip>;
258
+ description: string;
259
+ };
260
+ CallToActionBlock: {
261
+ props: z.ZodObject<{
262
+ title: z.ZodNullable<z.ZodString>;
263
+ description: z.ZodNullable<z.ZodString>;
264
+ primaryAction: z.ZodNullable<z.ZodObject<{
265
+ label: z.ZodString;
266
+ href: z.ZodString;
267
+ }, z.core.$strip>>;
268
+ secondaryAction: z.ZodNullable<z.ZodObject<{
269
+ label: z.ZodString;
270
+ href: z.ZodString;
271
+ }, z.core.$strip>>;
272
+ }, z.core.$strip>;
273
+ description: string;
274
+ example: {
275
+ title: string;
276
+ primaryAction: {
277
+ label: string;
278
+ href: string;
279
+ };
280
+ };
281
+ };
282
+ ChangelogBlock: {
283
+ props: z.ZodObject<{
284
+ title: z.ZodNullable<z.ZodString>;
285
+ entries: z.ZodNullable<z.ZodArray<z.ZodObject<{
286
+ version: z.ZodString;
287
+ date: z.ZodString;
288
+ changes: z.ZodArray<z.ZodObject<{
289
+ type: z.ZodEnum<{
290
+ fixed: "fixed";
291
+ added: "added";
292
+ changed: "changed";
293
+ }>;
294
+ text: z.ZodString;
295
+ }, z.core.$strip>>;
296
+ }, z.core.$strip>>>;
297
+ }, z.core.$strip>;
298
+ description: string;
299
+ };
300
+ ChartBlock: {
301
+ props: z.ZodObject<{
302
+ data: z.ZodNullable<z.ZodArray<z.ZodObject<{
303
+ month: z.ZodString;
304
+ desktop: z.ZodNumber;
305
+ mobile: z.ZodNumber;
306
+ }, z.core.$strip>>>;
307
+ config: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
308
+ label: z.ZodString;
309
+ color: z.ZodNullable<z.ZodString>;
310
+ }, z.core.$strip>>>;
311
+ title: z.ZodNullable<z.ZodString>;
312
+ description: z.ZodNullable<z.ZodString>;
313
+ }, z.core.$strip>;
314
+ description: string;
315
+ };
316
+ ChartCollectionBlock: {
317
+ props: z.ZodObject<{}, z.core.$strip>;
318
+ description: string;
319
+ };
320
+ ComparisonBlock: {
321
+ props: z.ZodObject<{
322
+ title: z.ZodNullable<z.ZodString>;
323
+ description: z.ZodNullable<z.ZodString>;
324
+ plans: z.ZodNullable<z.ZodArray<z.ZodObject<{
325
+ name: z.ZodString;
326
+ featured: z.ZodNullable<z.ZodBoolean>;
327
+ features: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>;
328
+ }, z.core.$strip>>>;
329
+ }, z.core.$strip>;
330
+ description: string;
331
+ };
332
+ ContactBlock: {
333
+ props: z.ZodObject<{
334
+ title: z.ZodNullable<z.ZodString>;
335
+ description: z.ZodNullable<z.ZodString>;
336
+ namePlaceholder: z.ZodNullable<z.ZodString>;
337
+ emailPlaceholder: z.ZodNullable<z.ZodString>;
338
+ messagePlaceholder: z.ZodNullable<z.ZodString>;
339
+ successTitle: z.ZodNullable<z.ZodString>;
340
+ submitLabel: z.ZodNullable<z.ZodString>;
341
+ }, z.core.$strip>;
342
+ events: string[];
343
+ description: string;
344
+ example: {
345
+ title: string;
346
+ submitLabel: string;
347
+ };
348
+ };
349
+ CreateBlock: {
350
+ props: z.ZodObject<{
351
+ title: z.ZodNullable<z.ZodString>;
352
+ description: z.ZodNullable<z.ZodString>;
353
+ submitLabel: z.ZodNullable<z.ZodString>;
354
+ }, z.core.$strip>;
355
+ events: string[];
356
+ description: string;
357
+ };
358
+ DataGridBlock: {
359
+ props: z.ZodObject<{
360
+ data: z.ZodNullable<z.ZodArray<z.ZodObject<{
361
+ id: z.ZodString;
362
+ amount: z.ZodNumber;
363
+ status: z.ZodEnum<{
364
+ pending: "pending";
365
+ success: "success";
366
+ processing: "processing";
367
+ failed: "failed";
368
+ }>;
369
+ email: z.ZodString;
370
+ }, z.core.$strip>>>;
371
+ title: z.ZodNullable<z.ZodString>;
372
+ description: z.ZodNullable<z.ZodString>;
373
+ }, z.core.$strip>;
374
+ description: string;
375
+ };
376
+ DirectoryBlock: {
377
+ props: z.ZodObject<{
378
+ navItems: z.ZodNullable<z.ZodArray<z.ZodObject<{
379
+ name: z.ZodString;
380
+ icon: z.ZodString;
381
+ isActive: z.ZodNullable<z.ZodBoolean>;
382
+ }, z.core.$strip>>>;
383
+ projects: z.ZodNullable<z.ZodArray<z.ZodObject<{
384
+ name: z.ZodString;
385
+ url: z.ZodString;
386
+ }, z.core.$strip>>>;
387
+ }, z.core.$strip>;
388
+ description: string;
389
+ };
390
+ FAQBlock: {
391
+ props: z.ZodObject<{
392
+ title: z.ZodNullable<z.ZodString>;
393
+ description: z.ZodNullable<z.ZodString>;
394
+ items: z.ZodNullable<z.ZodArray<z.ZodObject<{
395
+ question: z.ZodString;
396
+ answer: z.ZodString;
397
+ }, z.core.$strip>>>;
398
+ }, z.core.$strip>;
399
+ description: string;
400
+ example: {
401
+ title: string;
402
+ };
403
+ };
404
+ FeatureBlock: {
405
+ props: z.ZodObject<{
406
+ variant: z.ZodNullable<z.ZodEnum<{
407
+ grid: "grid";
408
+ list: "list";
409
+ }>>;
410
+ badge: z.ZodNullable<z.ZodString>;
411
+ title: z.ZodNullable<z.ZodString>;
412
+ description: z.ZodNullable<z.ZodString>;
413
+ features: z.ZodNullable<z.ZodArray<z.ZodObject<{
414
+ title: z.ZodString;
415
+ description: z.ZodString;
416
+ icon: z.ZodString;
417
+ badge: z.ZodNullable<z.ZodString>;
418
+ bullets: z.ZodNullable<z.ZodArray<z.ZodString>>;
419
+ }, z.core.$strip>>>;
420
+ }, z.core.$strip>;
421
+ description: string;
422
+ };
423
+ FeatureGridBlock: {
424
+ props: z.ZodObject<{
425
+ title: z.ZodNullable<z.ZodString>;
426
+ description: z.ZodNullable<z.ZodString>;
427
+ features: z.ZodNullable<z.ZodArray<z.ZodObject<{
428
+ title: z.ZodString;
429
+ description: z.ZodString;
430
+ icon: z.ZodString;
431
+ }, z.core.$strip>>>;
432
+ }, z.core.$strip>;
433
+ description: string;
434
+ };
435
+ FooterBlock: {
436
+ props: z.ZodObject<{
437
+ brandDescription: z.ZodNullable<z.ZodString>;
438
+ newsletterPlaceholder: z.ZodNullable<z.ZodString>;
439
+ productLinks: z.ZodNullable<z.ZodArray<z.ZodObject<{
440
+ name: z.ZodString;
441
+ href: z.ZodString;
442
+ }, z.core.$strip>>>;
443
+ companyLinks: z.ZodNullable<z.ZodArray<z.ZodObject<{
444
+ name: z.ZodString;
445
+ href: z.ZodString;
446
+ }, z.core.$strip>>>;
447
+ legalLinks: z.ZodNullable<z.ZodArray<z.ZodObject<{
448
+ name: z.ZodString;
449
+ href: z.ZodString;
450
+ }, z.core.$strip>>>;
451
+ }, z.core.$strip>;
452
+ description: string;
453
+ example: {
454
+ brandDescription: string;
455
+ };
456
+ };
457
+ GalleryBlock: {
458
+ props: z.ZodObject<{
459
+ title: z.ZodNullable<z.ZodString>;
460
+ columns: z.ZodNullable<z.ZodNumber>;
461
+ images: z.ZodNullable<z.ZodArray<z.ZodObject<{
462
+ src: z.ZodString;
463
+ alt: z.ZodString;
464
+ caption: z.ZodNullable<z.ZodString>;
465
+ }, z.core.$strip>>>;
466
+ }, z.core.$strip>;
467
+ description: string;
468
+ };
469
+ HeaderBlock: {
470
+ props: z.ZodObject<{
471
+ menuItems: z.ZodNullable<z.ZodArray<z.ZodObject<{
472
+ name: z.ZodString;
473
+ href: z.ZodString;
474
+ }, z.core.$strip>>>;
475
+ loginLabel: z.ZodNullable<z.ZodString>;
476
+ signUpLabel: z.ZodNullable<z.ZodString>;
477
+ loginHref: z.ZodNullable<z.ZodString>;
478
+ signUpHref: z.ZodNullable<z.ZodString>;
479
+ }, z.core.$strip>;
480
+ description: string;
481
+ example: {
482
+ menuItems: {
483
+ name: string;
484
+ href: string;
485
+ }[];
486
+ loginLabel: string;
487
+ };
488
+ };
489
+ HeatmapChartBlock: {
490
+ props: z.ZodObject<{
491
+ data: z.ZodNullable<z.ZodArray<z.ZodObject<{
492
+ x: z.ZodString;
493
+ y: z.ZodString;
494
+ value: z.ZodNumber;
495
+ }, z.core.$strip>>>;
496
+ config: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
497
+ label: z.ZodString;
498
+ color: z.ZodNullable<z.ZodString>;
499
+ }, z.core.$strip>>>;
500
+ title: z.ZodNullable<z.ZodString>;
501
+ description: z.ZodNullable<z.ZodString>;
502
+ }, z.core.$strip>;
503
+ description: string;
504
+ };
505
+ HeroBlock: {
506
+ props: z.ZodObject<{
507
+ variant: z.ZodNullable<z.ZodEnum<{
508
+ split: "split";
509
+ centered: "centered";
510
+ }>>;
511
+ headline: z.ZodNullable<z.ZodString>;
512
+ subheadline: z.ZodNullable<z.ZodString>;
513
+ primaryAction: z.ZodNullable<z.ZodObject<{
514
+ label: z.ZodString;
515
+ }, z.core.$strip>>;
516
+ secondaryAction: z.ZodNullable<z.ZodObject<{
517
+ label: z.ZodString;
518
+ }, z.core.$strip>>;
519
+ announcement: z.ZodNullable<z.ZodObject<{
520
+ label: z.ZodString;
521
+ text: z.ZodString;
522
+ href: z.ZodNullable<z.ZodString>;
523
+ }, z.core.$strip>>;
524
+ }, z.core.$strip>;
525
+ events: string[];
526
+ description: string;
527
+ example: {
528
+ variant: string;
529
+ headline: string;
530
+ primaryAction: {
531
+ label: string;
532
+ };
533
+ };
534
+ };
535
+ HeroSectionBlock: {
536
+ props: z.ZodObject<{
537
+ headline: z.ZodNullable<z.ZodString>;
538
+ flipWords: z.ZodNullable<z.ZodArray<z.ZodString>>;
539
+ primaryAction: z.ZodNullable<z.ZodObject<{
540
+ label: z.ZodString;
541
+ href: z.ZodString;
542
+ }, z.core.$strip>>;
543
+ secondaryAction: z.ZodNullable<z.ZodObject<{
544
+ label: z.ZodString;
545
+ href: z.ZodString;
546
+ }, z.core.$strip>>;
547
+ logos: z.ZodNullable<z.ZodArray<z.ZodObject<{
548
+ src: z.ZodString;
549
+ alt: z.ZodString;
550
+ height: z.ZodString;
551
+ }, z.core.$strip>>>;
552
+ }, z.core.$strip>;
553
+ description: string;
554
+ };
555
+ IntegrationsBlock: {
556
+ props: z.ZodObject<{
557
+ title: z.ZodNullable<z.ZodString>;
558
+ description: z.ZodNullable<z.ZodString>;
559
+ integrations: z.ZodNullable<z.ZodArray<z.ZodObject<{
560
+ title: z.ZodString;
561
+ description: z.ZodString;
562
+ icon: z.ZodString;
563
+ link: z.ZodNullable<z.ZodString>;
564
+ }, z.core.$strip>>>;
565
+ }, z.core.$strip>;
566
+ description: string;
567
+ };
568
+ InteractiveAreaChartBlock: {
569
+ props: z.ZodObject<{
570
+ data: z.ZodNullable<z.ZodArray<z.ZodObject<{
571
+ date: z.ZodString;
572
+ desktop: z.ZodNumber;
573
+ mobile: z.ZodNumber;
574
+ }, z.core.$strip>>>;
575
+ config: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
576
+ label: z.ZodString;
577
+ color: z.ZodNullable<z.ZodString>;
578
+ }, z.core.$strip>>>;
579
+ title: z.ZodNullable<z.ZodString>;
580
+ description: z.ZodNullable<z.ZodString>;
581
+ timeRanges: z.ZodNullable<z.ZodArray<z.ZodObject<{
582
+ value: z.ZodString;
583
+ label: z.ZodString;
584
+ days: z.ZodNumber;
585
+ }, z.core.$strip>>>;
586
+ }, z.core.$strip>;
587
+ description: string;
588
+ };
589
+ LoginBlock: {
590
+ props: z.ZodObject<{
591
+ type: z.ZodNullable<z.ZodEnum<{
592
+ login: "login";
593
+ signup: "signup";
594
+ }>>;
595
+ showSocial: z.ZodNullable<z.ZodBoolean>;
596
+ error: z.ZodNullable<z.ZodString>;
597
+ forgotPasswordHref: z.ZodNullable<z.ZodString>;
598
+ signUpHref: z.ZodNullable<z.ZodString>;
599
+ signInHref: z.ZodNullable<z.ZodString>;
600
+ }, z.core.$strip>;
601
+ events: string[];
602
+ description: string;
603
+ example: {
604
+ showSocial: boolean;
605
+ forgotPasswordHref: string;
606
+ };
607
+ };
608
+ NewsletterBlock: {
609
+ props: z.ZodObject<{
610
+ title: z.ZodNullable<z.ZodString>;
611
+ description: z.ZodNullable<z.ZodString>;
612
+ }, z.core.$strip>;
613
+ events: string[];
614
+ description: string;
615
+ };
616
+ OnboardingBlock: {
617
+ props: z.ZodObject<{
618
+ title: z.ZodNullable<z.ZodString>;
619
+ steps: z.ZodNullable<z.ZodArray<z.ZodObject<{
620
+ id: z.ZodString;
621
+ title: z.ZodString;
622
+ description: z.ZodString;
623
+ completed: z.ZodBoolean;
624
+ }, z.core.$strip>>>;
625
+ }, z.core.$strip>;
626
+ events: string[];
627
+ description: string;
628
+ };
629
+ PasswordRecoveryBlock: {
630
+ props: z.ZodObject<{
631
+ mode: z.ZodNullable<z.ZodEnum<{
632
+ reset: "reset";
633
+ "magic-link": "magic-link";
634
+ }>>;
635
+ title: z.ZodNullable<z.ZodString>;
636
+ description: z.ZodNullable<z.ZodString>;
637
+ buttonText: z.ZodNullable<z.ZodString>;
638
+ successTitle: z.ZodNullable<z.ZodString>;
639
+ }, z.core.$strip>;
640
+ events: string[];
641
+ description: string;
642
+ };
643
+ PricingBlock: {
644
+ props: z.ZodObject<{
645
+ title: z.ZodNullable<z.ZodString>;
646
+ description: z.ZodNullable<z.ZodString>;
647
+ showBillingToggle: z.ZodNullable<z.ZodBoolean>;
648
+ plans: z.ZodNullable<z.ZodArray<z.ZodObject<{
649
+ name: z.ZodString;
650
+ description: z.ZodString;
651
+ price: z.ZodString;
652
+ period: z.ZodString;
653
+ features: z.ZodArray<z.ZodString>;
654
+ action: z.ZodString;
655
+ variant: z.ZodString;
656
+ popular: z.ZodNullable<z.ZodBoolean>;
657
+ }, z.core.$strip>>>;
658
+ }, z.core.$strip>;
659
+ description: string;
660
+ example: {
661
+ title: string;
662
+ showBillingToggle: boolean;
663
+ };
664
+ };
665
+ ProcessFlowBlock: {
666
+ props: z.ZodObject<{
667
+ title: z.ZodNullable<z.ZodString>;
668
+ description: z.ZodNullable<z.ZodString>;
669
+ badge: z.ZodNullable<z.ZodString>;
670
+ steps: z.ZodNullable<z.ZodArray<z.ZodObject<{
671
+ title: z.ZodString;
672
+ description: z.ZodString;
673
+ }, z.core.$strip>>>;
674
+ }, z.core.$strip>;
675
+ description: string;
676
+ };
677
+ ResetPasswordBlock: {
678
+ props: z.ZodObject<{
679
+ title: z.ZodNullable<z.ZodString>;
680
+ description: z.ZodNullable<z.ZodString>;
681
+ }, z.core.$strip>;
682
+ events: string[];
683
+ description: string;
684
+ };
685
+ SignUpBlock: {
686
+ props: z.ZodObject<{
687
+ title: z.ZodNullable<z.ZodString>;
688
+ description: z.ZodNullable<z.ZodString>;
689
+ showSocial: z.ZodNullable<z.ZodBoolean>;
690
+ signInHref: z.ZodNullable<z.ZodString>;
691
+ }, z.core.$strip>;
692
+ events: string[];
693
+ description: string;
694
+ example: {
695
+ title: string;
696
+ showSocial: boolean;
697
+ };
698
+ };
699
+ SocialProofBlock: {
700
+ props: z.ZodObject<{
701
+ variant: z.ZodNullable<z.ZodEnum<{
702
+ testimonials: "testimonials";
703
+ "logo-cloud": "logo-cloud";
704
+ }>>;
705
+ title: z.ZodNullable<z.ZodString>;
706
+ testimonials: z.ZodNullable<z.ZodArray<z.ZodObject<{
707
+ quote: z.ZodString;
708
+ author: z.ZodString;
709
+ role: z.ZodString;
710
+ avatar: z.ZodString;
711
+ }, z.core.$strip>>>;
712
+ }, z.core.$strip>;
713
+ description: string;
714
+ };
715
+ SolutionShowcaseBlock: {
716
+ props: z.ZodObject<{
717
+ title: z.ZodNullable<z.ZodString>;
718
+ description: z.ZodNullable<z.ZodString>;
719
+ badge: z.ZodNullable<z.ZodString>;
720
+ sections: z.ZodNullable<z.ZodArray<z.ZodObject<{
721
+ label: z.ZodString;
722
+ title: z.ZodString;
723
+ description: z.ZodString;
724
+ bullets: z.ZodArray<z.ZodString>;
725
+ }, z.core.$strip>>>;
726
+ className: z.ZodNullable<z.ZodString>;
727
+ }, z.core.$strip>;
728
+ description: string;
729
+ };
730
+ StatsBlock: {
731
+ props: z.ZodObject<{
732
+ stats: z.ZodNullable<z.ZodArray<z.ZodObject<{
733
+ title: z.ZodString;
734
+ value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>;
735
+ trend: z.ZodNullable<z.ZodObject<{
736
+ value: z.ZodNumber;
737
+ direction: z.ZodNullable<z.ZodEnum<{
738
+ flat: "flat";
739
+ up: "up";
740
+ down: "down";
741
+ }>>;
742
+ }, z.core.$strip>>;
743
+ sparklineData: z.ZodNullable<z.ZodArray<z.ZodNumber>>;
744
+ periodText: z.ZodNullable<z.ZodString>;
745
+ prefix: z.ZodNullable<z.ZodString>;
746
+ suffix: z.ZodNullable<z.ZodString>;
747
+ }, z.core.$strip>>>;
748
+ }, z.core.$strip>;
749
+ description: string;
750
+ example: {
751
+ stats: {
752
+ title: string;
753
+ value: number;
754
+ prefix: string;
755
+ trend: {
756
+ value: number;
757
+ direction: string;
758
+ };
759
+ }[];
760
+ };
761
+ };
762
+ StatsMarketingBlock: {
763
+ props: z.ZodObject<{
764
+ title: z.ZodNullable<z.ZodString>;
765
+ description: z.ZodNullable<z.ZodString>;
766
+ stats: z.ZodNullable<z.ZodArray<z.ZodObject<{
767
+ value: z.ZodNumber;
768
+ label: z.ZodString;
769
+ suffix: z.ZodNullable<z.ZodString>;
770
+ prefix: z.ZodNullable<z.ZodString>;
771
+ }, z.core.$strip>>>;
772
+ }, z.core.$strip>;
773
+ description: string;
774
+ };
775
+ TeamBlock: {
776
+ props: z.ZodObject<{
777
+ title: z.ZodNullable<z.ZodString>;
778
+ sections: z.ZodNullable<z.ZodArray<z.ZodObject<{
779
+ heading: z.ZodString;
780
+ members: z.ZodArray<z.ZodObject<{
781
+ name: z.ZodString;
782
+ role: z.ZodString;
783
+ avatar: z.ZodString;
784
+ }, z.core.$strip>>;
785
+ }, z.core.$strip>>>;
786
+ }, z.core.$strip>;
787
+ description: string;
788
+ };
789
+ TestimonialsBlock: {
790
+ props: z.ZodObject<{
791
+ title: z.ZodNullable<z.ZodString>;
792
+ description: z.ZodNullable<z.ZodString>;
793
+ testimonials: z.ZodNullable<z.ZodArray<z.ZodObject<{
794
+ quote: z.ZodString;
795
+ author: z.ZodString;
796
+ role: z.ZodString;
797
+ avatar: z.ZodString;
798
+ featured: z.ZodNullable<z.ZodBoolean>;
799
+ }, z.core.$strip>>>;
800
+ }, z.core.$strip>;
801
+ description: string;
802
+ };
803
+ TwoFactorChallengeBlock: {
804
+ props: z.ZodObject<{
805
+ error: z.ZodNullable<z.ZodString>;
806
+ title: z.ZodNullable<z.ZodString>;
807
+ description: z.ZodNullable<z.ZodString>;
808
+ backupCodeLabel: z.ZodNullable<z.ZodString>;
809
+ }, z.core.$strip>;
810
+ events: string[];
811
+ description: string;
812
+ };
813
+ TwoFactorSetupBlock: {
814
+ props: z.ZodObject<{
815
+ qrCodeUrl: z.ZodNullable<z.ZodString>;
816
+ secret: z.ZodNullable<z.ZodString>;
817
+ backupCodes: z.ZodNullable<z.ZodArray<z.ZodString>>;
818
+ title: z.ZodNullable<z.ZodString>;
819
+ description: z.ZodNullable<z.ZodString>;
820
+ }, z.core.$strip>;
821
+ events: string[];
822
+ description: string;
823
+ };
824
+ UsageDonutBlock: {
825
+ props: z.ZodObject<{
826
+ data: z.ZodNullable<z.ZodArray<z.ZodObject<{
827
+ name: z.ZodString;
828
+ value: z.ZodNumber;
829
+ fill: z.ZodString;
830
+ }, z.core.$strip>>>;
831
+ config: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
832
+ label: z.ZodString;
833
+ color: z.ZodNullable<z.ZodString>;
834
+ }, z.core.$strip>>>;
835
+ title: z.ZodNullable<z.ZodString>;
836
+ description: z.ZodNullable<z.ZodString>;
837
+ }, z.core.$strip>;
838
+ description: string;
839
+ };
840
+ AudioVisualizerBlock: {
841
+ props: z.ZodObject<{
842
+ bars: z.ZodNullable<z.ZodNumber>;
843
+ isPlaying: z.ZodNullable<z.ZodBoolean>;
844
+ className: z.ZodNullable<z.ZodString>;
845
+ }, z.core.$strip>;
846
+ description: string;
847
+ };
848
+ AuthLayout: {
849
+ props: z.ZodObject<{
850
+ mode: z.ZodNullable<z.ZodEnum<{
851
+ login: "login";
852
+ signup: "signup";
853
+ }>>;
854
+ error: z.ZodNullable<z.ZodString>;
855
+ labels: z.ZodNullable<z.ZodObject<{
856
+ headline: z.ZodNullable<z.ZodString>;
857
+ quote: z.ZodNullable<z.ZodString>;
858
+ quoteAttribution: z.ZodNullable<z.ZodString>;
859
+ }, z.core.$strip>>;
860
+ className: z.ZodNullable<z.ZodString>;
861
+ }, z.core.$strip>;
862
+ slots: string[];
863
+ description: string;
864
+ };
865
+ AuthSuccessBlock: {
866
+ props: z.ZodObject<{
867
+ title: z.ZodString;
868
+ description: z.ZodString;
869
+ buttonText: z.ZodNullable<z.ZodString>;
870
+ autoRedirectSeconds: z.ZodNullable<z.ZodNumber>;
871
+ }, z.core.$strip>;
872
+ slots: string[];
873
+ events: string[];
874
+ description: string;
875
+ };
876
+ ChatLayout: {
877
+ props: z.ZodObject<{
878
+ assistantName: z.ZodNullable<z.ZodString>;
879
+ assistantStatus: z.ZodNullable<z.ZodString>;
880
+ placeholder: z.ZodNullable<z.ZodString>;
881
+ initialMessages: z.ZodNullable<z.ZodArray<z.ZodObject<{
882
+ id: z.ZodString;
883
+ role: z.ZodEnum<{
884
+ user: "user";
885
+ assistant: "assistant";
886
+ }>;
887
+ content: z.ZodString;
888
+ }, z.core.$strip>>>;
889
+ className: z.ZodNullable<z.ZodString>;
890
+ }, z.core.$strip>;
891
+ description: string;
892
+ };
893
+ CheckoutForm: {
894
+ props: z.ZodObject<{
895
+ amount: z.ZodNullable<z.ZodNumber>;
896
+ currency: z.ZodNullable<z.ZodString>;
897
+ returnUrl: z.ZodNullable<z.ZodString>;
898
+ }, z.core.$strip>;
899
+ description: string;
900
+ };
901
+ CodeBlock: {
902
+ props: z.ZodObject<{
903
+ code: z.ZodString;
904
+ language: z.ZodNullable<z.ZodString>;
905
+ filename: z.ZodNullable<z.ZodString>;
906
+ className: z.ZodNullable<z.ZodString>;
907
+ }, z.core.$strip>;
908
+ description: string;
909
+ };
910
+ FormWizard: {
911
+ props: z.ZodObject<{
912
+ activeStep: z.ZodNullable<z.ZodNumber>;
913
+ nextLabel: z.ZodNullable<z.ZodString>;
914
+ backLabel: z.ZodNullable<z.ZodString>;
915
+ completeLabel: z.ZodNullable<z.ZodString>;
916
+ variant: z.ZodNullable<z.ZodString>;
917
+ size: z.ZodNullable<z.ZodString>;
918
+ className: z.ZodNullable<z.ZodString>;
919
+ }, z.core.$strip>;
920
+ slots: string[];
921
+ events: string[];
922
+ description: string;
923
+ };
924
+ InviteUserModal: {
925
+ props: z.ZodObject<{}, z.core.$strip>;
926
+ events: string[];
927
+ description: string;
928
+ };
929
+ KanbanBoard: {
930
+ props: z.ZodObject<{
931
+ activationDistance: z.ZodNullable<z.ZodNumber>;
932
+ className: z.ZodNullable<z.ZodString>;
933
+ }, z.core.$strip>;
934
+ slots: string[];
935
+ events: string[];
936
+ description: string;
937
+ };
938
+ KanbanDemoBlock: {
939
+ props: z.ZodObject<{
940
+ className: z.ZodNullable<z.ZodString>;
941
+ }, z.core.$strip>;
942
+ description: string;
943
+ };
944
+ LogoCloud: {
945
+ props: z.ZodObject<{
946
+ title: z.ZodNullable<z.ZodString>;
947
+ logos: z.ZodNullable<z.ZodArray<z.ZodObject<{
948
+ src: z.ZodString;
949
+ alt: z.ZodString;
950
+ height: z.ZodNumber;
951
+ }, z.core.$strip>>>;
952
+ className: z.ZodNullable<z.ZodString>;
953
+ }, z.core.$strip>;
954
+ description: string;
955
+ };
956
+ NavUser: {
957
+ props: z.ZodObject<{
958
+ user: z.ZodObject<{
959
+ name: z.ZodString;
960
+ email: z.ZodString;
961
+ avatar: z.ZodNullable<z.ZodString>;
962
+ }, z.core.$strip>;
963
+ items: z.ZodNullable<z.ZodArray<z.ZodObject<{
964
+ label: z.ZodString;
965
+ href: z.ZodNullable<z.ZodString>;
966
+ }, z.core.$strip>>>;
967
+ }, z.core.$strip>;
968
+ slots: string[];
969
+ description: string;
970
+ };
971
+ NotFoundBlock: {
972
+ props: z.ZodObject<{
973
+ title: z.ZodNullable<z.ZodString>;
974
+ description: z.ZodNullable<z.ZodString>;
975
+ backHref: z.ZodNullable<z.ZodString>;
976
+ backLabel: z.ZodNullable<z.ZodString>;
977
+ className: z.ZodNullable<z.ZodString>;
978
+ }, z.core.$strip>;
979
+ description: string;
980
+ };
981
+ SettingsLayout: {
982
+ props: z.ZodObject<{
983
+ title: z.ZodNullable<z.ZodString>;
984
+ subtitle: z.ZodNullable<z.ZodString>;
985
+ defaultActive: z.ZodNullable<z.ZodString>;
986
+ links: z.ZodNullable<z.ZodArray<z.ZodObject<{
987
+ label: z.ZodString;
988
+ badge: z.ZodNullable<z.ZodString>;
989
+ }, z.core.$strip>>>;
990
+ className: z.ZodNullable<z.ZodString>;
991
+ }, z.core.$strip>;
992
+ slots: string[];
993
+ events: string[];
994
+ description: string;
995
+ };
996
+ VoiceAgentCard: {
997
+ props: z.ZodObject<{
998
+ agent: z.ZodObject<{
999
+ id: z.ZodString;
1000
+ name: z.ZodString;
1001
+ role: z.ZodString;
1002
+ avatar: z.ZodString;
1003
+ }, z.core.$strip>;
1004
+ state: z.ZodEnum<{
1005
+ idle: "idle";
1006
+ listening: "listening";
1007
+ speaking: "speaking";
1008
+ }>;
1009
+ selected: z.ZodNullable<z.ZodBoolean>;
1010
+ ariaLabel: z.ZodNullable<z.ZodString>;
1011
+ className: z.ZodNullable<z.ZodString>;
1012
+ }, z.core.$strip>;
1013
+ events: string[];
1014
+ description: string;
1015
+ };
1016
+ WizardBlock: {
1017
+ props: z.ZodObject<{
1018
+ title: z.ZodNullable<z.ZodString>;
1019
+ description: z.ZodNullable<z.ZodString>;
1020
+ steps: z.ZodNullable<z.ZodArray<z.ZodObject<{
1021
+ title: z.ZodString;
1022
+ description: z.ZodString;
1023
+ }, z.core.$strip>>>;
1024
+ className: z.ZodNullable<z.ZodString>;
1025
+ }, z.core.$strip>;
1026
+ events: string[];
1027
+ description: string;
1028
+ };
1029
+ AccountLockedPageKit: {
1030
+ props: z.ZodObject<{
1031
+ reason: z.ZodNullable<z.ZodEnum<{
1032
+ admin: "admin";
1033
+ too_many_attempts: "too_many_attempts";
1034
+ suspicious_activity: "suspicious_activity";
1035
+ }>>;
1036
+ unlockMinutes: z.ZodNullable<z.ZodNumber>;
1037
+ title: z.ZodNullable<z.ZodString>;
1038
+ description: z.ZodNullable<z.ZodString>;
1039
+ }, z.core.$strip>;
1040
+ events: string[];
1041
+ description: string;
1042
+ };
1043
+ AgentsChatPageKit: {
1044
+ props: z.ZodObject<{
1045
+ shell: z.ZodObject<{
1046
+ workspaceName: z.ZodString;
1047
+ navigationGroups: z.ZodArray<z.ZodObject<{
1048
+ label: z.ZodString;
1049
+ items: z.ZodArray<z.ZodObject<{
1050
+ label: z.ZodString;
1051
+ href: z.ZodString;
1052
+ icon: z.ZodNullable<z.ZodString>;
1053
+ badge: z.ZodNullable<z.ZodString>;
1054
+ }, z.core.$strip>>;
1055
+ }, z.core.$strip>>;
1056
+ activeHref: z.ZodNullable<z.ZodString>;
1057
+ breadcrumbs: z.ZodNullable<z.ZodArray<z.ZodObject<{
1058
+ label: z.ZodString;
1059
+ href: z.ZodNullable<z.ZodString>;
1060
+ }, z.core.$strip>>>;
1061
+ }, z.core.$strip>;
1062
+ state: z.ZodNullable<z.ZodEnum<{
1063
+ running: "running";
1064
+ complete: "complete";
1065
+ thinking: "thinking";
1066
+ loading: "loading";
1067
+ failed: "failed";
1068
+ empty: "empty";
1069
+ "blocked-approval": "blocked-approval";
1070
+ }>>;
1071
+ messages: z.ZodNullable<z.ZodArray<z.ZodObject<{
1072
+ id: z.ZodString;
1073
+ role: z.ZodEnum<{
1074
+ user: "user";
1075
+ assistant: "assistant";
1076
+ system: "system";
1077
+ }>;
1078
+ content: z.ZodString;
1079
+ timestamp: z.ZodNullable<z.ZodString>;
1080
+ }, z.core.$strip>>>;
1081
+ toolCalls: z.ZodNullable<z.ZodArray<z.ZodObject<{
1082
+ id: z.ZodString;
1083
+ toolName: z.ZodString;
1084
+ status: z.ZodEnum<{
1085
+ error: "error";
1086
+ pending: "pending";
1087
+ running: "running";
1088
+ complete: "complete";
1089
+ }>;
1090
+ result: z.ZodNullable<z.ZodString>;
1091
+ durationMs: z.ZodNullable<z.ZodNumber>;
1092
+ }, z.core.$strip>>>;
1093
+ artifacts: z.ZodNullable<z.ZodArray<z.ZodObject<{
1094
+ id: z.ZodString;
1095
+ title: z.ZodString;
1096
+ kind: z.ZodEnum<{
1097
+ log: "log";
1098
+ file: "file";
1099
+ diff: "diff";
1100
+ report: "report";
1101
+ }>;
1102
+ summary: z.ZodString;
1103
+ }, z.core.$strip>>>;
1104
+ traceEvents: z.ZodNullable<z.ZodArray<z.ZodObject<{
1105
+ id: z.ZodString;
1106
+ label: z.ZodString;
1107
+ detail: z.ZodString;
1108
+ }, z.core.$strip>>>;
1109
+ errorMessage: z.ZodNullable<z.ZodString>;
1110
+ composer: z.ZodNullable<z.ZodObject<{
1111
+ value: z.ZodNullable<z.ZodString>;
1112
+ placeholder: z.ZodNullable<z.ZodString>;
1113
+ disabled: z.ZodNullable<z.ZodBoolean>;
1114
+ }, z.core.$strip>>;
1115
+ approval: z.ZodNullable<z.ZodObject<{
1116
+ pendingReason: z.ZodString;
1117
+ }, z.core.$strip>>;
1118
+ }, z.core.$strip>;
1119
+ events: string[];
1120
+ description: string;
1121
+ };
1122
+ AnalyticsPageKit: {
1123
+ props: z.ZodObject<{
1124
+ shell: z.ZodObject<{
1125
+ workspaceName: z.ZodString;
1126
+ navigationGroups: z.ZodArray<z.ZodObject<{
1127
+ label: z.ZodString;
1128
+ items: z.ZodArray<z.ZodObject<{
1129
+ label: z.ZodString;
1130
+ href: z.ZodString;
1131
+ icon: z.ZodNullable<z.ZodString>;
1132
+ badge: z.ZodNullable<z.ZodString>;
1133
+ }, z.core.$strip>>;
1134
+ }, z.core.$strip>>;
1135
+ activeHref: z.ZodNullable<z.ZodString>;
1136
+ breadcrumbs: z.ZodNullable<z.ZodArray<z.ZodObject<{
1137
+ label: z.ZodString;
1138
+ href: z.ZodNullable<z.ZodString>;
1139
+ }, z.core.$strip>>>;
1140
+ }, z.core.$strip>;
1141
+ title: z.ZodNullable<z.ZodString>;
1142
+ description: z.ZodNullable<z.ZodString>;
1143
+ comparisonLabel: z.ZodNullable<z.ZodString>;
1144
+ filters: z.ZodNullable<z.ZodArray<z.ZodObject<{
1145
+ id: z.ZodString;
1146
+ label: z.ZodString;
1147
+ value: z.ZodString;
1148
+ options: z.ZodArray<z.ZodObject<{
1149
+ value: z.ZodString;
1150
+ label: z.ZodString;
1151
+ }, z.core.$strip>>;
1152
+ }, z.core.$strip>>>;
1153
+ }, z.core.$strip>;
1154
+ events: string[];
1155
+ slots: string[];
1156
+ description: string;
1157
+ };
1158
+ BlogContentPageKit: {
1159
+ props: z.ZodObject<{
1160
+ shell: z.ZodObject<{
1161
+ navigationItems: z.ZodArray<z.ZodObject<{
1162
+ name: z.ZodString;
1163
+ href: z.ZodString;
1164
+ }, z.core.$strip>>;
1165
+ primaryAction: z.ZodNullable<z.ZodObject<{
1166
+ label: z.ZodString;
1167
+ href: z.ZodString;
1168
+ }, z.core.$strip>>;
1169
+ secondaryAction: z.ZodNullable<z.ZodObject<{
1170
+ label: z.ZodString;
1171
+ href: z.ZodString;
1172
+ }, z.core.$strip>>;
1173
+ }, z.core.$strip>;
1174
+ state: z.ZodNullable<z.ZodEnum<{
1175
+ loading: "loading";
1176
+ empty: "empty";
1177
+ filtered: "filtered";
1178
+ "has-data": "has-data";
1179
+ paginated: "paginated";
1180
+ }>>;
1181
+ variant: z.ZodNullable<z.ZodEnum<{
1182
+ "content-index": "content-index";
1183
+ "content-detail": "content-detail";
1184
+ changelog: "changelog";
1185
+ }>>;
1186
+ categories: z.ZodNullable<z.ZodArray<z.ZodObject<{
1187
+ id: z.ZodString;
1188
+ label: z.ZodString;
1189
+ }, z.core.$strip>>>;
1190
+ activeCategoryId: z.ZodNullable<z.ZodString>;
1191
+ articles: z.ZodNullable<z.ZodArray<z.ZodObject<{
1192
+ id: z.ZodString;
1193
+ title: z.ZodString;
1194
+ excerpt: z.ZodString;
1195
+ category: z.ZodString;
1196
+ authorName: z.ZodString;
1197
+ authorFallback: z.ZodNullable<z.ZodString>;
1198
+ readTimeLabel: z.ZodNullable<z.ZodString>;
1199
+ publishedAt: z.ZodString;
1200
+ }, z.core.$strip>>>;
1201
+ detail: z.ZodNullable<z.ZodObject<{
1202
+ title: z.ZodString;
1203
+ content: z.ZodString;
1204
+ authorName: z.ZodString;
1205
+ authorFallback: z.ZodNullable<z.ZodString>;
1206
+ publishedAt: z.ZodString;
1207
+ readTimeLabel: z.ZodNullable<z.ZodString>;
1208
+ excerpt: z.ZodNullable<z.ZodString>;
1209
+ }, z.core.$strip>>;
1210
+ loadingMessage: z.ZodNullable<z.ZodString>;
1211
+ }, z.core.$strip>;
1212
+ events: string[];
1213
+ description: string;
1214
+ };
1215
+ CheckoutPageKit: {
1216
+ props: z.ZodObject<{
1217
+ shell: z.ZodObject<{
1218
+ navigationItems: z.ZodArray<z.ZodObject<{
1219
+ name: z.ZodString;
1220
+ href: z.ZodString;
1221
+ }, z.core.$strip>>;
1222
+ primaryAction: z.ZodNullable<z.ZodObject<{
1223
+ label: z.ZodString;
1224
+ href: z.ZodString;
1225
+ }, z.core.$strip>>;
1226
+ secondaryAction: z.ZodNullable<z.ZodObject<{
1227
+ label: z.ZodString;
1228
+ href: z.ZodString;
1229
+ }, z.core.$strip>>;
1230
+ }, z.core.$strip>;
1231
+ state: z.ZodNullable<z.ZodEnum<{
1232
+ default: "default";
1233
+ error: "error";
1234
+ success: "success";
1235
+ processing: "processing";
1236
+ submitting: "submitting";
1237
+ }>>;
1238
+ summary: z.ZodObject<{
1239
+ title: z.ZodString;
1240
+ amountLabel: z.ZodString;
1241
+ lineItems: z.ZodArray<z.ZodObject<{
1242
+ id: z.ZodString;
1243
+ label: z.ZodString;
1244
+ value: z.ZodString;
1245
+ }, z.core.$strip>>;
1246
+ }, z.core.$strip>;
1247
+ billingFields: z.ZodArray<z.ZodObject<{
1248
+ id: z.ZodString;
1249
+ label: z.ZodString;
1250
+ value: z.ZodString;
1251
+ placeholder: z.ZodNullable<z.ZodString>;
1252
+ type: z.ZodNullable<z.ZodEnum<{
1253
+ text: "text";
1254
+ tel: "tel";
1255
+ email: "email";
1256
+ }>>;
1257
+ required: z.ZodNullable<z.ZodBoolean>;
1258
+ description: z.ZodNullable<z.ZodString>;
1259
+ }, z.core.$strip>>;
1260
+ errorMessage: z.ZodNullable<z.ZodString>;
1261
+ successMessage: z.ZodNullable<z.ZodString>;
1262
+ processingMessage: z.ZodNullable<z.ZodString>;
1263
+ }, z.core.$strip>;
1264
+ events: string[];
1265
+ description: string;
1266
+ };
1267
+ CompanySuitePageKit: {
1268
+ props: z.ZodObject<{
1269
+ shell: z.ZodObject<{
1270
+ navigationItems: z.ZodArray<z.ZodObject<{
1271
+ name: z.ZodString;
1272
+ href: z.ZodString;
1273
+ }, z.core.$strip>>;
1274
+ primaryAction: z.ZodNullable<z.ZodObject<{
1275
+ label: z.ZodString;
1276
+ href: z.ZodString;
1277
+ }, z.core.$strip>>;
1278
+ secondaryAction: z.ZodNullable<z.ZodObject<{
1279
+ label: z.ZodString;
1280
+ href: z.ZodString;
1281
+ }, z.core.$strip>>;
1282
+ }, z.core.$strip>;
1283
+ variant: z.ZodNullable<z.ZodEnum<{
1284
+ "company-about": "company-about";
1285
+ "company-contact": "company-contact";
1286
+ }>>;
1287
+ sectionOrder: z.ZodNullable<z.ZodArray<z.ZodEnum<{
1288
+ team: "team";
1289
+ narrative: "narrative";
1290
+ contact: "contact";
1291
+ faq: "faq";
1292
+ cta: "cta";
1293
+ }>>>;
1294
+ narrative: z.ZodNullable<z.ZodObject<{
1295
+ title: z.ZodString;
1296
+ description: z.ZodNullable<z.ZodString>;
1297
+ }, z.core.$strip>>;
1298
+ team: z.ZodNullable<z.ZodObject<{
1299
+ title: z.ZodNullable<z.ZodString>;
1300
+ sections: z.ZodNullable<z.ZodArray<z.ZodObject<{
1301
+ heading: z.ZodString;
1302
+ members: z.ZodArray<z.ZodObject<{
1303
+ name: z.ZodString;
1304
+ role: z.ZodString;
1305
+ avatar: z.ZodString;
1306
+ }, z.core.$strip>>;
1307
+ }, z.core.$strip>>>;
1308
+ }, z.core.$strip>>;
1309
+ contact: z.ZodNullable<z.ZodObject<{
1310
+ title: z.ZodNullable<z.ZodString>;
1311
+ }, z.core.$strip>>;
1312
+ faq: z.ZodNullable<z.ZodObject<{
1313
+ title: z.ZodNullable<z.ZodString>;
1314
+ items: z.ZodNullable<z.ZodArray<z.ZodObject<{
1315
+ question: z.ZodString;
1316
+ answer: z.ZodString;
1317
+ }, z.core.$strip>>>;
1318
+ }, z.core.$strip>>;
1319
+ cta: z.ZodNullable<z.ZodObject<{
1320
+ title: z.ZodNullable<z.ZodString>;
1321
+ primaryAction: z.ZodNullable<z.ZodObject<{
1322
+ label: z.ZodString;
1323
+ href: z.ZodString;
1324
+ }, z.core.$strip>>;
1325
+ }, z.core.$strip>>;
1326
+ }, z.core.$strip>;
1327
+ events: string[];
1328
+ description: string;
1329
+ };
1330
+ CrudFormPageKit: {
1331
+ props: z.ZodObject<{
1332
+ shell: z.ZodObject<{
1333
+ workspaceName: z.ZodString;
1334
+ navigationGroups: z.ZodArray<z.ZodObject<{
1335
+ label: z.ZodString;
1336
+ items: z.ZodArray<z.ZodObject<{
1337
+ label: z.ZodString;
1338
+ href: z.ZodString;
1339
+ icon: z.ZodNullable<z.ZodString>;
1340
+ badge: z.ZodNullable<z.ZodString>;
1341
+ }, z.core.$strip>>;
1342
+ }, z.core.$strip>>;
1343
+ activeHref: z.ZodNullable<z.ZodString>;
1344
+ breadcrumbs: z.ZodNullable<z.ZodArray<z.ZodObject<{
1345
+ label: z.ZodString;
1346
+ href: z.ZodNullable<z.ZodString>;
1347
+ }, z.core.$strip>>>;
1348
+ }, z.core.$strip>;
1349
+ title: z.ZodNullable<z.ZodString>;
1350
+ description: z.ZodNullable<z.ZodString>;
1351
+ state: z.ZodNullable<z.ZodEnum<{
1352
+ submitting: "submitting";
1353
+ pristine: "pristine";
1354
+ dirty: "dirty";
1355
+ validating: "validating";
1356
+ "validation-error": "validation-error";
1357
+ saved: "saved";
1358
+ "fatal-error": "fatal-error";
1359
+ }>>;
1360
+ sections: z.ZodNullable<z.ZodArray<z.ZodObject<{
1361
+ id: z.ZodString;
1362
+ title: z.ZodString;
1363
+ description: z.ZodNullable<z.ZodString>;
1364
+ optional: z.ZodNullable<z.ZodBoolean>;
1365
+ fields: z.ZodNullable<z.ZodArray<z.ZodObject<{
1366
+ id: z.ZodString;
1367
+ label: z.ZodString;
1368
+ value: z.ZodString;
1369
+ type: z.ZodNullable<z.ZodEnum<{
1370
+ number: "number";
1371
+ text: "text";
1372
+ email: "email";
1373
+ select: "select";
1374
+ textarea: "textarea";
1375
+ }>>;
1376
+ placeholder: z.ZodNullable<z.ZodString>;
1377
+ required: z.ZodNullable<z.ZodBoolean>;
1378
+ readOnly: z.ZodNullable<z.ZodBoolean>;
1379
+ errorMessage: z.ZodNullable<z.ZodString>;
1380
+ options: z.ZodNullable<z.ZodArray<z.ZodObject<{
1381
+ value: z.ZodString;
1382
+ label: z.ZodString;
1383
+ }, z.core.$strip>>>;
1384
+ }, z.core.$strip>>>;
1385
+ }, z.core.$strip>>>;
1386
+ validationMessage: z.ZodNullable<z.ZodString>;
1387
+ fatalErrorMessage: z.ZodNullable<z.ZodString>;
1388
+ savedMessage: z.ZodNullable<z.ZodString>;
1389
+ }, z.core.$strip>;
1390
+ events: string[];
1391
+ description: string;
1392
+ };
1393
+ CrudListDetailPageKit: {
1394
+ props: z.ZodObject<{
1395
+ shell: z.ZodObject<{
1396
+ workspaceName: z.ZodString;
1397
+ navigationGroups: z.ZodArray<z.ZodObject<{
1398
+ label: z.ZodString;
1399
+ items: z.ZodArray<z.ZodObject<{
1400
+ label: z.ZodString;
1401
+ href: z.ZodString;
1402
+ icon: z.ZodNullable<z.ZodString>;
1403
+ badge: z.ZodNullable<z.ZodString>;
1404
+ }, z.core.$strip>>;
1405
+ }, z.core.$strip>>;
1406
+ activeHref: z.ZodNullable<z.ZodString>;
1407
+ breadcrumbs: z.ZodNullable<z.ZodArray<z.ZodObject<{
1408
+ label: z.ZodString;
1409
+ href: z.ZodNullable<z.ZodString>;
1410
+ }, z.core.$strip>>>;
1411
+ }, z.core.$strip>;
1412
+ title: z.ZodNullable<z.ZodString>;
1413
+ description: z.ZodNullable<z.ZodString>;
1414
+ state: z.ZodNullable<z.ZodEnum<{
1415
+ error: "error";
1416
+ loading: "loading";
1417
+ empty: "empty";
1418
+ filtered: "filtered";
1419
+ "has-data": "has-data";
1420
+ "selected-row": "selected-row";
1421
+ }>>;
1422
+ columns: z.ZodNullable<z.ZodArray<z.ZodObject<{
1423
+ id: z.ZodString;
1424
+ header: z.ZodString;
1425
+ }, z.core.$strip>>>;
1426
+ rows: z.ZodNullable<z.ZodArray<z.ZodObject<{
1427
+ id: z.ZodString;
1428
+ cells: z.ZodRecord<z.ZodString, z.ZodString>;
1429
+ }, z.core.$strip>>>;
1430
+ selectedRowId: z.ZodNullable<z.ZodString>;
1431
+ filterControls: z.ZodNullable<z.ZodArray<z.ZodObject<{
1432
+ id: z.ZodString;
1433
+ label: z.ZodString;
1434
+ value: z.ZodString;
1435
+ placeholder: z.ZodNullable<z.ZodString>;
1436
+ }, z.core.$strip>>>;
1437
+ pagination: z.ZodObject<{
1438
+ page: z.ZodNumber;
1439
+ totalPages: z.ZodNumber;
1440
+ }, z.core.$strip>;
1441
+ errorMessage: z.ZodNullable<z.ZodString>;
1442
+ }, z.core.$strip>;
1443
+ events: string[];
1444
+ description: string;
1445
+ };
1446
+ DashboardPageKit: {
1447
+ props: z.ZodObject<{
1448
+ title: z.ZodNullable<z.ZodString>;
1449
+ description: z.ZodNullable<z.ZodString>;
1450
+ kpis: z.ZodNullable<z.ZodArray<z.ZodObject<{
1451
+ label: z.ZodString;
1452
+ value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>;
1453
+ trend: z.ZodNullable<z.ZodObject<{
1454
+ value: z.ZodNumber;
1455
+ direction: z.ZodNullable<z.ZodEnum<{
1456
+ flat: "flat";
1457
+ up: "up";
1458
+ down: "down";
1459
+ }>>;
1460
+ }, z.core.$strip>>;
1461
+ sparklineData: z.ZodNullable<z.ZodArray<z.ZodNumber>>;
1462
+ prefix: z.ZodNullable<z.ZodString>;
1463
+ suffix: z.ZodNullable<z.ZodString>;
1464
+ loading: z.ZodNullable<z.ZodBoolean>;
1465
+ }, z.core.$strip>>>;
1466
+ kpiState: z.ZodNullable<z.ZodEnum<{
1467
+ error: "error";
1468
+ loading: "loading";
1469
+ empty: "empty";
1470
+ "has-data": "has-data";
1471
+ "partial-data": "partial-data";
1472
+ }>>;
1473
+ lastUpdated: z.ZodNullable<z.ZodString>;
1474
+ shell: z.ZodObject<{
1475
+ workspaceName: z.ZodString;
1476
+ navigationGroups: z.ZodArray<z.ZodObject<{
1477
+ label: z.ZodString;
1478
+ items: z.ZodArray<z.ZodObject<{
1479
+ label: z.ZodString;
1480
+ href: z.ZodString;
1481
+ icon: z.ZodNullable<z.ZodString>;
1482
+ badge: z.ZodNullable<z.ZodString>;
1483
+ }, z.core.$strip>>;
1484
+ }, z.core.$strip>>;
1485
+ activeHref: z.ZodNullable<z.ZodString>;
1486
+ breadcrumbs: z.ZodNullable<z.ZodArray<z.ZodObject<{
1487
+ label: z.ZodString;
1488
+ href: z.ZodNullable<z.ZodString>;
1489
+ }, z.core.$strip>>>;
1490
+ }, z.core.$strip>;
1491
+ }, z.core.$strip>;
1492
+ events: string[];
1493
+ slots: string[];
1494
+ description: string;
1495
+ example: {
1496
+ title: string;
1497
+ shell: {
1498
+ workspaceName: string;
1499
+ navigationGroups: never[];
1500
+ activeHref: string;
1501
+ };
1502
+ kpis: {
1503
+ label: string;
1504
+ value: string;
1505
+ trend: {
1506
+ value: number;
1507
+ direction: string;
1508
+ };
1509
+ }[];
1510
+ };
1511
+ };
1512
+ ErrorPageKit: {
1513
+ props: z.ZodObject<{
1514
+ variant: z.ZodEnum<{
1515
+ "not-found": "not-found";
1516
+ "server-error": "server-error";
1517
+ "generic-fallback": "generic-fallback";
1518
+ }>;
1519
+ title: z.ZodString;
1520
+ description: z.ZodString;
1521
+ metadata: z.ZodNullable<z.ZodObject<{
1522
+ statusCode: z.ZodNullable<z.ZodNumber>;
1523
+ errorCode: z.ZodNullable<z.ZodString>;
1524
+ incidentId: z.ZodNullable<z.ZodString>;
1525
+ }, z.core.$strip>>;
1526
+ primaryAction: z.ZodNullable<z.ZodObject<{
1527
+ label: z.ZodString;
1528
+ }, z.core.$strip>>;
1529
+ secondaryAction: z.ZodNullable<z.ZodObject<{
1530
+ label: z.ZodString;
1531
+ }, z.core.$strip>>;
1532
+ }, z.core.$strip>;
1533
+ events: string[];
1534
+ slots: string[];
1535
+ description: string;
1536
+ };
1537
+ KanbanBoardPageKit: {
1538
+ props: z.ZodObject<{
1539
+ shell: z.ZodObject<{
1540
+ workspaceName: z.ZodString;
1541
+ navigationGroups: z.ZodArray<z.ZodObject<{
1542
+ label: z.ZodString;
1543
+ items: z.ZodArray<z.ZodObject<{
1544
+ label: z.ZodString;
1545
+ href: z.ZodString;
1546
+ icon: z.ZodNullable<z.ZodString>;
1547
+ badge: z.ZodNullable<z.ZodString>;
1548
+ }, z.core.$strip>>;
1549
+ }, z.core.$strip>>;
1550
+ activeHref: z.ZodNullable<z.ZodString>;
1551
+ breadcrumbs: z.ZodNullable<z.ZodArray<z.ZodObject<{
1552
+ label: z.ZodString;
1553
+ href: z.ZodNullable<z.ZodString>;
1554
+ }, z.core.$strip>>>;
1555
+ }, z.core.$strip>;
1556
+ state: z.ZodNullable<z.ZodEnum<{
1557
+ loading: "loading";
1558
+ empty: "empty";
1559
+ "has-data": "has-data";
1560
+ dragging: "dragging";
1561
+ "move-failed": "move-failed";
1562
+ }>>;
1563
+ title: z.ZodNullable<z.ZodString>;
1564
+ description: z.ZodNullable<z.ZodString>;
1565
+ columns: z.ZodNullable<z.ZodArray<z.ZodObject<{
1566
+ id: z.ZodString;
1567
+ title: z.ZodString;
1568
+ items: z.ZodArray<z.ZodObject<{
1569
+ id: z.ZodString;
1570
+ title: z.ZodString;
1571
+ description: z.ZodNullable<z.ZodString>;
1572
+ badgeLabel: z.ZodNullable<z.ZodString>;
1573
+ assigneeLabel: z.ZodNullable<z.ZodString>;
1574
+ }, z.core.$strip>>;
1575
+ disabled: z.ZodNullable<z.ZodBoolean>;
1576
+ }, z.core.$strip>>>;
1577
+ readOnly: z.ZodNullable<z.ZodBoolean>;
1578
+ moveErrorMessage: z.ZodNullable<z.ZodString>;
1579
+ }, z.core.$strip>;
1580
+ events: string[];
1581
+ slots: string[];
1582
+ description: string;
1583
+ };
1584
+ LandingPageKit: {
1585
+ props: z.ZodObject<{
1586
+ shell: z.ZodObject<{
1587
+ navigationItems: z.ZodArray<z.ZodObject<{
1588
+ name: z.ZodString;
1589
+ href: z.ZodString;
1590
+ }, z.core.$strip>>;
1591
+ primaryAction: z.ZodNullable<z.ZodObject<{
1592
+ label: z.ZodString;
1593
+ href: z.ZodString;
1594
+ }, z.core.$strip>>;
1595
+ secondaryAction: z.ZodNullable<z.ZodObject<{
1596
+ label: z.ZodString;
1597
+ href: z.ZodString;
1598
+ }, z.core.$strip>>;
1599
+ }, z.core.$strip>;
1600
+ sectionOrder: z.ZodNullable<z.ZodArray<z.ZodEnum<{
1601
+ features: "features";
1602
+ hero: "hero";
1603
+ newsletter: "newsletter";
1604
+ faq: "faq";
1605
+ cta: "cta";
1606
+ proof: "proof";
1607
+ "pricing-teaser": "pricing-teaser";
1608
+ }>>>;
1609
+ hero: z.ZodNullable<z.ZodObject<{
1610
+ variant: z.ZodNullable<z.ZodEnum<{
1611
+ split: "split";
1612
+ centered: "centered";
1613
+ }>>;
1614
+ headline: z.ZodNullable<z.ZodString>;
1615
+ subheadline: z.ZodNullable<z.ZodString>;
1616
+ primaryAction: z.ZodNullable<z.ZodObject<{
1617
+ label: z.ZodString;
1618
+ }, z.core.$strip>>;
1619
+ secondaryAction: z.ZodNullable<z.ZodObject<{
1620
+ label: z.ZodString;
1621
+ }, z.core.$strip>>;
1622
+ }, z.core.$strip>>;
1623
+ features: z.ZodNullable<z.ZodObject<{
1624
+ variant: z.ZodNullable<z.ZodEnum<{
1625
+ grid: "grid";
1626
+ list: "list";
1627
+ }>>;
1628
+ badge: z.ZodNullable<z.ZodString>;
1629
+ title: z.ZodNullable<z.ZodString>;
1630
+ description: z.ZodNullable<z.ZodString>;
1631
+ features: z.ZodNullable<z.ZodArray<z.ZodObject<{
1632
+ title: z.ZodString;
1633
+ description: z.ZodString;
1634
+ icon: z.ZodString;
1635
+ }, z.core.$strip>>>;
1636
+ }, z.core.$strip>>;
1637
+ proof: z.ZodNullable<z.ZodObject<{
1638
+ testimonials: z.ZodNullable<z.ZodObject<{
1639
+ title: z.ZodNullable<z.ZodString>;
1640
+ testimonials: z.ZodNullable<z.ZodArray<z.ZodObject<{
1641
+ quote: z.ZodString;
1642
+ author: z.ZodString;
1643
+ role: z.ZodString;
1644
+ avatar: z.ZodString;
1645
+ }, z.core.$strip>>>;
1646
+ }, z.core.$strip>>;
1647
+ }, z.core.$strip>>;
1648
+ pricingTeaser: z.ZodNullable<z.ZodObject<{
1649
+ title: z.ZodNullable<z.ZodString>;
1650
+ plans: z.ZodNullable<z.ZodArray<z.ZodObject<{
1651
+ name: z.ZodString;
1652
+ description: z.ZodString;
1653
+ price: z.ZodString;
1654
+ period: z.ZodString;
1655
+ features: z.ZodArray<z.ZodString>;
1656
+ action: z.ZodString;
1657
+ variant: z.ZodString;
1658
+ popular: z.ZodNullable<z.ZodBoolean>;
1659
+ }, z.core.$strip>>>;
1660
+ }, z.core.$strip>>;
1661
+ faq: z.ZodNullable<z.ZodObject<{
1662
+ items: z.ZodNullable<z.ZodArray<z.ZodObject<{
1663
+ question: z.ZodString;
1664
+ answer: z.ZodString;
1665
+ }, z.core.$strip>>>;
1666
+ }, z.core.$strip>>;
1667
+ cta: z.ZodNullable<z.ZodObject<{
1668
+ title: z.ZodNullable<z.ZodString>;
1669
+ primaryAction: z.ZodNullable<z.ZodObject<{
1670
+ label: z.ZodString;
1671
+ href: z.ZodString;
1672
+ }, z.core.$strip>>;
1673
+ }, z.core.$strip>>;
1674
+ newsletter: z.ZodNullable<z.ZodObject<{
1675
+ title: z.ZodNullable<z.ZodString>;
1676
+ }, z.core.$strip>>;
1677
+ }, z.core.$strip>;
1678
+ events: string[];
1679
+ description: string;
1680
+ };
1681
+ LoginPageKit: {
1682
+ props: z.ZodObject<{
1683
+ showSocial: z.ZodNullable<z.ZodBoolean>;
1684
+ forgotPasswordHref: z.ZodNullable<z.ZodString>;
1685
+ signUpHref: z.ZodNullable<z.ZodString>;
1686
+ error: z.ZodNullable<z.ZodString>;
1687
+ cardClassName: z.ZodNullable<z.ZodString>;
1688
+ }, z.core.$strip>;
1689
+ events: string[];
1690
+ description: string;
1691
+ example: {
1692
+ showSocial: boolean;
1693
+ forgotPasswordHref: string;
1694
+ };
1695
+ };
1696
+ MarketingShellPageKit: {
1697
+ props: z.ZodObject<{
1698
+ navigationItems: z.ZodArray<z.ZodObject<{
1699
+ name: z.ZodString;
1700
+ href: z.ZodString;
1701
+ }, z.core.$strip>>;
1702
+ primaryAction: z.ZodNullable<z.ZodObject<{
1703
+ label: z.ZodString;
1704
+ href: z.ZodString;
1705
+ }, z.core.$strip>>;
1706
+ secondaryAction: z.ZodNullable<z.ZodObject<{
1707
+ label: z.ZodString;
1708
+ href: z.ZodString;
1709
+ }, z.core.$strip>>;
1710
+ contentClassName: z.ZodNullable<z.ZodString>;
1711
+ }, z.core.$strip>;
1712
+ slots: string[];
1713
+ description: string;
1714
+ };
1715
+ NavigationShellPageKit: {
1716
+ props: z.ZodObject<{
1717
+ workspaceName: z.ZodString;
1718
+ navigationGroups: z.ZodArray<z.ZodObject<{
1719
+ label: z.ZodString;
1720
+ items: z.ZodArray<z.ZodObject<{
1721
+ label: z.ZodString;
1722
+ href: z.ZodString;
1723
+ icon: z.ZodNullable<z.ZodString>;
1724
+ badge: z.ZodNullable<z.ZodString>;
1725
+ }, z.core.$strip>>;
1726
+ }, z.core.$strip>>;
1727
+ activeHref: z.ZodNullable<z.ZodString>;
1728
+ breadcrumbs: z.ZodNullable<z.ZodArray<z.ZodObject<{
1729
+ label: z.ZodString;
1730
+ href: z.ZodNullable<z.ZodString>;
1731
+ }, z.core.$strip>>>;
1732
+ emptyNavigationMessage: z.ZodNullable<z.ZodString>;
1733
+ user: z.ZodNullable<z.ZodObject<{
1734
+ name: z.ZodString;
1735
+ avatarSrc: z.ZodNullable<z.ZodString>;
1736
+ avatarFallback: z.ZodNullable<z.ZodString>;
1737
+ }, z.core.$strip>>;
1738
+ defaultSidebarOpen: z.ZodNullable<z.ZodBoolean>;
1739
+ }, z.core.$strip>;
1740
+ events: string[];
1741
+ slots: string[];
1742
+ description: string;
1743
+ };
1744
+ OnboardingPageKit: {
1745
+ props: z.ZodObject<{
1746
+ shell: z.ZodObject<{
1747
+ workspaceName: z.ZodString;
1748
+ navigationGroups: z.ZodArray<z.ZodObject<{
1749
+ label: z.ZodString;
1750
+ items: z.ZodArray<z.ZodObject<{
1751
+ label: z.ZodString;
1752
+ href: z.ZodString;
1753
+ icon: z.ZodNullable<z.ZodString>;
1754
+ badge: z.ZodNullable<z.ZodString>;
1755
+ }, z.core.$strip>>;
1756
+ }, z.core.$strip>>;
1757
+ activeHref: z.ZodNullable<z.ZodString>;
1758
+ breadcrumbs: z.ZodNullable<z.ZodArray<z.ZodObject<{
1759
+ label: z.ZodString;
1760
+ href: z.ZodNullable<z.ZodString>;
1761
+ }, z.core.$strip>>>;
1762
+ }, z.core.$strip>;
1763
+ steps: z.ZodArray<z.ZodObject<{
1764
+ id: z.ZodString;
1765
+ title: z.ZodString;
1766
+ description: z.ZodNullable<z.ZodString>;
1767
+ optional: z.ZodNullable<z.ZodBoolean>;
1768
+ }, z.core.$strip>>;
1769
+ activeStepIndex: z.ZodNumber;
1770
+ state: z.ZodNullable<z.ZodEnum<{
1771
+ default: "default";
1772
+ complete: "complete";
1773
+ "active-step": "active-step";
1774
+ saving: "saving";
1775
+ }>>;
1776
+ validationMessage: z.ZodNullable<z.ZodString>;
1777
+ canSkipOptionalStep: z.ZodNullable<z.ZodBoolean>;
1778
+ completeTitle: z.ZodNullable<z.ZodString>;
1779
+ completeDescription: z.ZodNullable<z.ZodString>;
1780
+ }, z.core.$strip>;
1781
+ events: string[];
1782
+ slots: string[];
1783
+ description: string;
1784
+ };
1785
+ PricingPageKit: {
1786
+ props: z.ZodObject<{
1787
+ shell: z.ZodObject<{
1788
+ navigationItems: z.ZodArray<z.ZodObject<{
1789
+ name: z.ZodString;
1790
+ href: z.ZodString;
1791
+ }, z.core.$strip>>;
1792
+ primaryAction: z.ZodNullable<z.ZodObject<{
1793
+ label: z.ZodString;
1794
+ href: z.ZodString;
1795
+ }, z.core.$strip>>;
1796
+ secondaryAction: z.ZodNullable<z.ZodObject<{
1797
+ label: z.ZodString;
1798
+ href: z.ZodString;
1799
+ }, z.core.$strip>>;
1800
+ }, z.core.$strip>;
1801
+ state: z.ZodNullable<z.ZodEnum<{
1802
+ default: "default";
1803
+ "billing-toggle": "billing-toggle";
1804
+ "loading-action": "loading-action";
1805
+ "empty-plan": "empty-plan";
1806
+ }>>;
1807
+ title: z.ZodNullable<z.ZodString>;
1808
+ description: z.ZodNullable<z.ZodString>;
1809
+ plans: z.ZodNullable<z.ZodArray<z.ZodObject<{
1810
+ name: z.ZodString;
1811
+ description: z.ZodString;
1812
+ price: z.ZodString;
1813
+ period: z.ZodString;
1814
+ features: z.ZodArray<z.ZodString>;
1815
+ action: z.ZodString;
1816
+ variant: z.ZodString;
1817
+ popular: z.ZodNullable<z.ZodBoolean>;
1818
+ }, z.core.$strip>>>;
1819
+ billing: z.ZodNullable<z.ZodObject<{
1820
+ monthlyLabel: z.ZodNullable<z.ZodString>;
1821
+ yearlyLabel: z.ZodNullable<z.ZodString>;
1822
+ yearlyBadgeLabel: z.ZodNullable<z.ZodString>;
1823
+ supportsYearly: z.ZodNullable<z.ZodBoolean>;
1824
+ }, z.core.$strip>>;
1825
+ comparison: z.ZodNullable<z.ZodObject<{
1826
+ title: z.ZodNullable<z.ZodString>;
1827
+ plans: z.ZodNullable<z.ZodArray<z.ZodObject<{
1828
+ name: z.ZodString;
1829
+ featured: z.ZodNullable<z.ZodBoolean>;
1830
+ features: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>;
1831
+ }, z.core.$strip>>>;
1832
+ }, z.core.$strip>>;
1833
+ faq: z.ZodNullable<z.ZodObject<{
1834
+ items: z.ZodNullable<z.ZodArray<z.ZodObject<{
1835
+ question: z.ZodString;
1836
+ answer: z.ZodString;
1837
+ }, z.core.$strip>>>;
1838
+ }, z.core.$strip>>;
1839
+ cta: z.ZodNullable<z.ZodObject<{
1840
+ title: z.ZodNullable<z.ZodString>;
1841
+ primaryAction: z.ZodNullable<z.ZodObject<{
1842
+ label: z.ZodString;
1843
+ href: z.ZodString;
1844
+ }, z.core.$strip>>;
1845
+ }, z.core.$strip>>;
1846
+ planActions: z.ZodNullable<z.ZodArray<z.ZodObject<{
1847
+ id: z.ZodString;
1848
+ label: z.ZodString;
1849
+ href: z.ZodString;
1850
+ disabled: z.ZodNullable<z.ZodBoolean>;
1851
+ }, z.core.$strip>>>;
1852
+ loadingMessage: z.ZodNullable<z.ZodString>;
1853
+ }, z.core.$strip>;
1854
+ events: string[];
1855
+ description: string;
1856
+ };
1857
+ ProfileSettingsPageKit: {
1858
+ props: z.ZodObject<{
1859
+ title: z.ZodNullable<z.ZodString>;
1860
+ description: z.ZodNullable<z.ZodString>;
1861
+ activeSectionId: z.ZodNullable<z.ZodString>;
1862
+ mode: z.ZodNullable<z.ZodEnum<{
1863
+ view: "view";
1864
+ edit: "edit";
1865
+ }>>;
1866
+ saveState: z.ZodNullable<z.ZodEnum<{
1867
+ default: "default";
1868
+ loading: "loading";
1869
+ dirty: "dirty";
1870
+ "validation-error": "validation-error";
1871
+ saved: "saved";
1872
+ "fatal-error": "fatal-error";
1873
+ saving: "saving";
1874
+ }>>;
1875
+ profileFields: z.ZodArray<z.ZodObject<{
1876
+ id: z.ZodString;
1877
+ label: z.ZodString;
1878
+ value: z.ZodString;
1879
+ type: z.ZodNullable<z.ZodEnum<{
1880
+ text: "text";
1881
+ tel: "tel";
1882
+ url: "url";
1883
+ email: "email";
1884
+ }>>;
1885
+ placeholder: z.ZodNullable<z.ZodString>;
1886
+ required: z.ZodNullable<z.ZodBoolean>;
1887
+ readOnly: z.ZodNullable<z.ZodBoolean>;
1888
+ helperText: z.ZodNullable<z.ZodString>;
1889
+ }, z.core.$strip>>;
1890
+ notificationPreferences: z.ZodArray<z.ZodObject<{
1891
+ id: z.ZodString;
1892
+ label: z.ZodString;
1893
+ description: z.ZodNullable<z.ZodString>;
1894
+ enabled: z.ZodBoolean;
1895
+ disabled: z.ZodNullable<z.ZodBoolean>;
1896
+ }, z.core.$strip>>;
1897
+ avatar: z.ZodNullable<z.ZodObject<{
1898
+ src: z.ZodNullable<z.ZodString>;
1899
+ fallback: z.ZodNullable<z.ZodString>;
1900
+ status: z.ZodNullable<z.ZodEnum<{
1901
+ idle: "idle";
1902
+ error: "error";
1903
+ uploading: "uploading";
1904
+ }>>;
1905
+ errorMessage: z.ZodNullable<z.ZodString>;
1906
+ }, z.core.$strip>>;
1907
+ validationErrors: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
1908
+ validationMessage: z.ZodNullable<z.ZodString>;
1909
+ fatalErrorMessage: z.ZodNullable<z.ZodString>;
1910
+ }, z.core.$strip>;
1911
+ events: string[];
1912
+ description: string;
1913
+ };
1914
+ RecoveryPageKit: {
1915
+ props: z.ZodObject<{
1916
+ mode: z.ZodNullable<z.ZodEnum<{
1917
+ reset: "reset";
1918
+ "magic-link": "magic-link";
1919
+ }>>;
1920
+ title: z.ZodNullable<z.ZodString>;
1921
+ description: z.ZodNullable<z.ZodString>;
1922
+ buttonText: z.ZodNullable<z.ZodString>;
1923
+ successTitle: z.ZodNullable<z.ZodString>;
1924
+ errorMessage: z.ZodNullable<z.ZodString>;
1925
+ }, z.core.$strip>;
1926
+ events: string[];
1927
+ description: string;
1928
+ };
1929
+ ResetPageKit: {
1930
+ props: z.ZodObject<{
1931
+ title: z.ZodNullable<z.ZodString>;
1932
+ description: z.ZodNullable<z.ZodString>;
1933
+ }, z.core.$strip>;
1934
+ events: string[];
1935
+ description: string;
1936
+ };
1937
+ ServiceSuitePageKit: {
1938
+ props: z.ZodObject<{
1939
+ shell: z.ZodObject<{
1940
+ navigationItems: z.ZodArray<z.ZodObject<{
1941
+ name: z.ZodString;
1942
+ href: z.ZodString;
1943
+ }, z.core.$strip>>;
1944
+ primaryAction: z.ZodNullable<z.ZodObject<{
1945
+ label: z.ZodString;
1946
+ href: z.ZodString;
1947
+ }, z.core.$strip>>;
1948
+ secondaryAction: z.ZodNullable<z.ZodObject<{
1949
+ label: z.ZodString;
1950
+ href: z.ZodString;
1951
+ }, z.core.$strip>>;
1952
+ }, z.core.$strip>;
1953
+ variant: z.ZodNullable<z.ZodEnum<{
1954
+ "agency-home": "agency-home";
1955
+ "digital-workers": "digital-workers";
1956
+ "service-detail": "service-detail";
1957
+ }>>;
1958
+ sectionOrder: z.ZodNullable<z.ZodArray<z.ZodEnum<{
1959
+ features: "features";
1960
+ team: "team";
1961
+ hero: "hero";
1962
+ testimonials: "testimonials";
1963
+ faq: "faq";
1964
+ cta: "cta";
1965
+ process: "process";
1966
+ }>>>;
1967
+ hero: z.ZodNullable<z.ZodObject<{
1968
+ headline: z.ZodNullable<z.ZodString>;
1969
+ subheadline: z.ZodNullable<z.ZodString>;
1970
+ primaryAction: z.ZodNullable<z.ZodObject<{
1971
+ label: z.ZodString;
1972
+ }, z.core.$strip>>;
1973
+ }, z.core.$strip>>;
1974
+ features: z.ZodNullable<z.ZodObject<{
1975
+ variant: z.ZodNullable<z.ZodEnum<{
1976
+ grid: "grid";
1977
+ list: "list";
1978
+ }>>;
1979
+ badge: z.ZodNullable<z.ZodString>;
1980
+ title: z.ZodNullable<z.ZodString>;
1981
+ description: z.ZodNullable<z.ZodString>;
1982
+ features: z.ZodNullable<z.ZodArray<z.ZodObject<{
1983
+ title: z.ZodString;
1984
+ description: z.ZodString;
1985
+ icon: z.ZodString;
1986
+ }, z.core.$strip>>>;
1987
+ }, z.core.$strip>>;
1988
+ process: z.ZodNullable<z.ZodObject<{
1989
+ title: z.ZodNullable<z.ZodString>;
1990
+ steps: z.ZodNullable<z.ZodArray<z.ZodObject<{
1991
+ title: z.ZodString;
1992
+ description: z.ZodString;
1993
+ }, z.core.$strip>>>;
1994
+ }, z.core.$strip>>;
1995
+ team: z.ZodNullable<z.ZodObject<{
1996
+ title: z.ZodNullable<z.ZodString>;
1997
+ }, z.core.$strip>>;
1998
+ testimonials: z.ZodNullable<z.ZodObject<{
1999
+ title: z.ZodNullable<z.ZodString>;
2000
+ testimonials: z.ZodNullable<z.ZodArray<z.ZodObject<{
2001
+ quote: z.ZodString;
2002
+ author: z.ZodString;
2003
+ role: z.ZodString;
2004
+ avatar: z.ZodString;
2005
+ }, z.core.$strip>>>;
2006
+ }, z.core.$strip>>;
2007
+ faq: z.ZodNullable<z.ZodObject<{
2008
+ items: z.ZodNullable<z.ZodArray<z.ZodObject<{
2009
+ question: z.ZodString;
2010
+ answer: z.ZodString;
2011
+ }, z.core.$strip>>>;
2012
+ }, z.core.$strip>>;
2013
+ cta: z.ZodNullable<z.ZodObject<{
2014
+ title: z.ZodNullable<z.ZodString>;
2015
+ primaryAction: z.ZodNullable<z.ZodObject<{
2016
+ label: z.ZodString;
2017
+ href: z.ZodString;
2018
+ }, z.core.$strip>>;
2019
+ }, z.core.$strip>>;
2020
+ }, z.core.$strip>;
2021
+ description: string;
2022
+ };
2023
+ SettingsPageKit: {
2024
+ props: z.ZodObject<{
2025
+ title: z.ZodNullable<z.ZodString>;
2026
+ description: z.ZodNullable<z.ZodString>;
2027
+ sections: z.ZodArray<z.ZodObject<{
2028
+ id: z.ZodString;
2029
+ label: z.ZodString;
2030
+ description: z.ZodNullable<z.ZodString>;
2031
+ isAvailable: z.ZodNullable<z.ZodBoolean>;
2032
+ unavailableReason: z.ZodNullable<z.ZodString>;
2033
+ }, z.core.$strip>>;
2034
+ activeSectionId: z.ZodString;
2035
+ saveState: z.ZodNullable<z.ZodEnum<{
2036
+ default: "default";
2037
+ loading: "loading";
2038
+ dirty: "dirty";
2039
+ "validation-error": "validation-error";
2040
+ saved: "saved";
2041
+ "fatal-error": "fatal-error";
2042
+ saving: "saving";
2043
+ }>>;
2044
+ validationMessage: z.ZodNullable<z.ZodString>;
2045
+ fatalErrorMessage: z.ZodNullable<z.ZodString>;
2046
+ savedMessage: z.ZodNullable<z.ZodString>;
2047
+ saveLabel: z.ZodNullable<z.ZodString>;
2048
+ discardLabel: z.ZodNullable<z.ZodString>;
2049
+ }, z.core.$strip>;
2050
+ events: string[];
2051
+ slots: string[];
2052
+ description: string;
2053
+ };
2054
+ SignupPageKit: {
2055
+ props: z.ZodObject<{
2056
+ showSocial: z.ZodNullable<z.ZodBoolean>;
2057
+ signInHref: z.ZodNullable<z.ZodString>;
2058
+ error: z.ZodNullable<z.ZodString>;
2059
+ }, z.core.$strip>;
2060
+ events: string[];
2061
+ description: string;
2062
+ };
2063
+ SuccessPageKit: {
2064
+ props: z.ZodObject<{
2065
+ title: z.ZodNullable<z.ZodString>;
2066
+ description: z.ZodNullable<z.ZodString>;
2067
+ buttonText: z.ZodNullable<z.ZodString>;
2068
+ autoRedirectSeconds: z.ZodNullable<z.ZodNumber>;
2069
+ }, z.core.$strip>;
2070
+ events: string[];
2071
+ description: string;
2072
+ };
2073
+ TeamSettingsPageKit: {
2074
+ props: z.ZodObject<{
2075
+ shell: z.ZodObject<{
2076
+ workspaceName: z.ZodString;
2077
+ navigationGroups: z.ZodArray<z.ZodObject<{
2078
+ label: z.ZodString;
2079
+ items: z.ZodArray<z.ZodObject<{
2080
+ label: z.ZodString;
2081
+ href: z.ZodString;
2082
+ icon: z.ZodNullable<z.ZodString>;
2083
+ badge: z.ZodNullable<z.ZodString>;
2084
+ }, z.core.$strip>>;
2085
+ }, z.core.$strip>>;
2086
+ activeHref: z.ZodNullable<z.ZodString>;
2087
+ breadcrumbs: z.ZodNullable<z.ZodArray<z.ZodObject<{
2088
+ label: z.ZodString;
2089
+ href: z.ZodNullable<z.ZodString>;
2090
+ }, z.core.$strip>>>;
2091
+ }, z.core.$strip>;
2092
+ state: z.ZodNullable<z.ZodEnum<{
2093
+ loading: "loading";
2094
+ empty: "empty";
2095
+ filtered: "filtered";
2096
+ "fatal-error": "fatal-error";
2097
+ saving: "saving";
2098
+ "invited-member": "invited-member";
2099
+ "active-member": "active-member";
2100
+ }>>;
2101
+ members: z.ZodArray<z.ZodObject<{
2102
+ id: z.ZodString;
2103
+ name: z.ZodString;
2104
+ email: z.ZodString;
2105
+ role: z.ZodEnum<{
2106
+ owner: "owner";
2107
+ admin: "admin";
2108
+ member: "member";
2109
+ guest: "guest";
2110
+ }>;
2111
+ status: z.ZodEnum<{
2112
+ active: "active";
2113
+ invited: "invited";
2114
+ suspended: "suspended";
2115
+ }>;
2116
+ joinedLabel: z.ZodNullable<z.ZodString>;
2117
+ avatarUrl: z.ZodNullable<z.ZodString>;
2118
+ }, z.core.$strip>>;
2119
+ seatSummary: z.ZodObject<{
2120
+ usedSeats: z.ZodNumber;
2121
+ totalSeats: z.ZodNumber;
2122
+ }, z.core.$strip>;
2123
+ search: z.ZodObject<{
2124
+ value: z.ZodString;
2125
+ placeholder: z.ZodNullable<z.ZodString>;
2126
+ }, z.core.$strip>;
2127
+ inviteAction: z.ZodObject<{
2128
+ label: z.ZodString;
2129
+ canInvite: z.ZodNullable<z.ZodBoolean>;
2130
+ disabledReason: z.ZodNullable<z.ZodString>;
2131
+ }, z.core.$strip>;
2132
+ memberActions: z.ZodNullable<z.ZodArray<z.ZodObject<{
2133
+ id: z.ZodString;
2134
+ label: z.ZodString;
2135
+ tone: z.ZodNullable<z.ZodEnum<{
2136
+ default: "default";
2137
+ destructive: "destructive";
2138
+ }>>;
2139
+ }, z.core.$strip>>>;
2140
+ selectedMemberId: z.ZodNullable<z.ZodString>;
2141
+ errorMessage: z.ZodNullable<z.ZodString>;
2142
+ }, z.core.$strip>;
2143
+ events: string[];
2144
+ description: string;
2145
+ };
2146
+ TwoFactorPageKit: {
2147
+ props: z.ZodObject<{
2148
+ mode: z.ZodNullable<z.ZodEnum<{
2149
+ challenge: "challenge";
2150
+ setup: "setup";
2151
+ }>>;
2152
+ challenge: z.ZodNullable<z.ZodObject<{
2153
+ error: z.ZodNullable<z.ZodString>;
2154
+ title: z.ZodNullable<z.ZodString>;
2155
+ description: z.ZodNullable<z.ZodString>;
2156
+ }, z.core.$strip>>;
2157
+ setup: z.ZodNullable<z.ZodObject<{
2158
+ qrCodeUrl: z.ZodNullable<z.ZodString>;
2159
+ secret: z.ZodNullable<z.ZodString>;
2160
+ backupCodes: z.ZodNullable<z.ZodArray<z.ZodString>>;
2161
+ title: z.ZodNullable<z.ZodString>;
2162
+ }, z.core.$strip>>;
2163
+ }, z.core.$strip>;
2164
+ events: string[];
2165
+ description: string;
2166
+ };
2167
+ VerifyEmailPageKit: {
2168
+ props: z.ZodObject<{
2169
+ title: z.ZodNullable<z.ZodString>;
2170
+ description: z.ZodNullable<z.ZodString>;
2171
+ buttonText: z.ZodNullable<z.ZodString>;
2172
+ autoRedirectSeconds: z.ZodNullable<z.ZodNumber>;
2173
+ }, z.core.$strip>;
2174
+ events: string[];
2175
+ description: string;
2176
+ };
2177
+ VoiceAgentsPageKit: {
2178
+ props: z.ZodObject<{
2179
+ state: z.ZodNullable<z.ZodEnum<{
2180
+ "agent-selection": "agent-selection";
2181
+ "active-conversation": "active-conversation";
2182
+ }>>;
2183
+ agents: z.ZodArray<z.ZodObject<{
2184
+ id: z.ZodString;
2185
+ name: z.ZodString;
2186
+ role: z.ZodString;
2187
+ avatar: z.ZodString;
2188
+ availability: z.ZodNullable<z.ZodEnum<{
2189
+ offline: "offline";
2190
+ online: "online";
2191
+ busy: "busy";
2192
+ }>>;
2193
+ }, z.core.$strip>>;
2194
+ selectedAgentId: z.ZodNullable<z.ZodString>;
2195
+ presenceState: z.ZodNullable<z.ZodEnum<{
2196
+ idle: "idle";
2197
+ listening: "listening";
2198
+ speaking: "speaking";
2199
+ }>>;
2200
+ messages: z.ZodNullable<z.ZodArray<z.ZodObject<{
2201
+ id: z.ZodString;
2202
+ role: z.ZodEnum<{
2203
+ user: "user";
2204
+ assistant: "assistant";
2205
+ agent: "agent";
2206
+ system: "system";
2207
+ }>;
2208
+ content: z.ZodString;
2209
+ timestamp: z.ZodNullable<z.ZodString>;
2210
+ }, z.core.$strip>>>;
2211
+ streamingReply: z.ZodNullable<z.ZodString>;
2212
+ composerValue: z.ZodNullable<z.ZodString>;
2213
+ composerPlaceholder: z.ZodNullable<z.ZodString>;
2214
+ noAgentsMessage: z.ZodNullable<z.ZodString>;
2215
+ }, z.core.$strip>;
2216
+ events: string[];
2217
+ description: string;
2218
+ };
2219
+ };
2220
+ export type SeedProps<K extends keyof typeof seedComponentDefinitions> = z.output<(typeof seedComponentDefinitions)[K]['props']>;