@buoy-design/cli 0.1.0

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 (101) hide show
  1. package/dist/bin.d.ts +3 -0
  2. package/dist/bin.d.ts.map +1 -0
  3. package/dist/bin.js +5 -0
  4. package/dist/bin.js.map +1 -0
  5. package/dist/commands/__tests__/ci.test.d.ts +2 -0
  6. package/dist/commands/__tests__/ci.test.d.ts.map +1 -0
  7. package/dist/commands/__tests__/ci.test.js +33 -0
  8. package/dist/commands/__tests__/ci.test.js.map +1 -0
  9. package/dist/commands/bootstrap.d.ts +3 -0
  10. package/dist/commands/bootstrap.d.ts.map +1 -0
  11. package/dist/commands/bootstrap.js +458 -0
  12. package/dist/commands/bootstrap.js.map +1 -0
  13. package/dist/commands/build.d.ts +3 -0
  14. package/dist/commands/build.d.ts.map +1 -0
  15. package/dist/commands/build.js +314 -0
  16. package/dist/commands/build.js.map +1 -0
  17. package/dist/commands/ci.d.ts +24 -0
  18. package/dist/commands/ci.d.ts.map +1 -0
  19. package/dist/commands/ci.js +273 -0
  20. package/dist/commands/ci.js.map +1 -0
  21. package/dist/commands/ci.logic.d.ts +20 -0
  22. package/dist/commands/ci.logic.d.ts.map +1 -0
  23. package/dist/commands/ci.logic.js +28 -0
  24. package/dist/commands/ci.logic.js.map +1 -0
  25. package/dist/commands/drift.d.ts +3 -0
  26. package/dist/commands/drift.d.ts.map +1 -0
  27. package/dist/commands/drift.js +178 -0
  28. package/dist/commands/drift.js.map +1 -0
  29. package/dist/commands/index.d.ts +9 -0
  30. package/dist/commands/index.d.ts.map +1 -0
  31. package/dist/commands/index.js +9 -0
  32. package/dist/commands/index.js.map +1 -0
  33. package/dist/commands/init.d.ts +3 -0
  34. package/dist/commands/init.d.ts.map +1 -0
  35. package/dist/commands/init.js +490 -0
  36. package/dist/commands/init.js.map +1 -0
  37. package/dist/commands/plugins.d.ts +3 -0
  38. package/dist/commands/plugins.d.ts.map +1 -0
  39. package/dist/commands/plugins.js +72 -0
  40. package/dist/commands/plugins.js.map +1 -0
  41. package/dist/commands/scan.d.ts +3 -0
  42. package/dist/commands/scan.d.ts.map +1 -0
  43. package/dist/commands/scan.js +266 -0
  44. package/dist/commands/scan.js.map +1 -0
  45. package/dist/commands/status.d.ts +3 -0
  46. package/dist/commands/status.d.ts.map +1 -0
  47. package/dist/commands/status.js +205 -0
  48. package/dist/commands/status.js.map +1 -0
  49. package/dist/config/index.d.ts +3 -0
  50. package/dist/config/index.d.ts.map +1 -0
  51. package/dist/config/index.js +3 -0
  52. package/dist/config/index.js.map +1 -0
  53. package/dist/config/loader.d.ts +8 -0
  54. package/dist/config/loader.d.ts.map +1 -0
  55. package/dist/config/loader.js +67 -0
  56. package/dist/config/loader.js.map +1 -0
  57. package/dist/config/schema.d.ts +1040 -0
  58. package/dist/config/schema.d.ts.map +1 -0
  59. package/dist/config/schema.js +116 -0
  60. package/dist/config/schema.js.map +1 -0
  61. package/dist/detect/frameworks.d.ts +18 -0
  62. package/dist/detect/frameworks.d.ts.map +1 -0
  63. package/dist/detect/frameworks.js +168 -0
  64. package/dist/detect/frameworks.js.map +1 -0
  65. package/dist/detect/index.d.ts +3 -0
  66. package/dist/detect/index.d.ts.map +1 -0
  67. package/dist/detect/index.js +3 -0
  68. package/dist/detect/index.js.map +1 -0
  69. package/dist/detect/project-detector.d.ts +61 -0
  70. package/dist/detect/project-detector.d.ts.map +1 -0
  71. package/dist/detect/project-detector.js +849 -0
  72. package/dist/detect/project-detector.js.map +1 -0
  73. package/dist/index.d.ts +5 -0
  74. package/dist/index.d.ts.map +1 -0
  75. package/dist/index.js +22 -0
  76. package/dist/index.js.map +1 -0
  77. package/dist/output/formatters.d.ts +21 -0
  78. package/dist/output/formatters.d.ts.map +1 -0
  79. package/dist/output/formatters.js +421 -0
  80. package/dist/output/formatters.js.map +1 -0
  81. package/dist/output/index.d.ts +3 -0
  82. package/dist/output/index.d.ts.map +1 -0
  83. package/dist/output/index.js +3 -0
  84. package/dist/output/index.js.map +1 -0
  85. package/dist/output/reporters.d.ts +23 -0
  86. package/dist/output/reporters.d.ts.map +1 -0
  87. package/dist/output/reporters.js +147 -0
  88. package/dist/output/reporters.js.map +1 -0
  89. package/dist/plugins/index.d.ts +3 -0
  90. package/dist/plugins/index.d.ts.map +1 -0
  91. package/dist/plugins/index.js +3 -0
  92. package/dist/plugins/index.js.map +1 -0
  93. package/dist/plugins/loader.d.ts +11 -0
  94. package/dist/plugins/loader.d.ts.map +1 -0
  95. package/dist/plugins/loader.js +77 -0
  96. package/dist/plugins/loader.js.map +1 -0
  97. package/dist/plugins/registry.d.ts +15 -0
  98. package/dist/plugins/registry.d.ts.map +1 -0
  99. package/dist/plugins/registry.js +32 -0
  100. package/dist/plugins/registry.js.map +1 -0
  101. package/package.json +48 -0
@@ -0,0 +1,1040 @@
1
+ import { z } from 'zod';
2
+ export declare const ComponentSourceConfigSchema: z.ZodObject<{
3
+ enabled: z.ZodDefault<z.ZodBoolean>;
4
+ include: z.ZodArray<z.ZodString, "many">;
5
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
6
+ designSystemPackage: z.ZodOptional<z.ZodString>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ enabled: boolean;
9
+ include: string[];
10
+ exclude: string[];
11
+ designSystemPackage?: string | undefined;
12
+ }, {
13
+ include: string[];
14
+ enabled?: boolean | undefined;
15
+ exclude?: string[] | undefined;
16
+ designSystemPackage?: string | undefined;
17
+ }>;
18
+ export declare const ReactConfigSchema: z.ZodObject<{
19
+ enabled: z.ZodDefault<z.ZodBoolean>;
20
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
21
+ designSystemPackage: z.ZodOptional<z.ZodString>;
22
+ } & {
23
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
24
+ }, "strip", z.ZodTypeAny, {
25
+ enabled: boolean;
26
+ include: string[];
27
+ exclude: string[];
28
+ designSystemPackage?: string | undefined;
29
+ }, {
30
+ enabled?: boolean | undefined;
31
+ include?: string[] | undefined;
32
+ exclude?: string[] | undefined;
33
+ designSystemPackage?: string | undefined;
34
+ }>;
35
+ export declare const VueConfigSchema: z.ZodObject<{
36
+ enabled: z.ZodDefault<z.ZodBoolean>;
37
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
38
+ designSystemPackage: z.ZodOptional<z.ZodString>;
39
+ } & {
40
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
41
+ }, "strip", z.ZodTypeAny, {
42
+ enabled: boolean;
43
+ include: string[];
44
+ exclude: string[];
45
+ designSystemPackage?: string | undefined;
46
+ }, {
47
+ enabled?: boolean | undefined;
48
+ include?: string[] | undefined;
49
+ exclude?: string[] | undefined;
50
+ designSystemPackage?: string | undefined;
51
+ }>;
52
+ export declare const SvelteConfigSchema: z.ZodObject<{
53
+ enabled: z.ZodDefault<z.ZodBoolean>;
54
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
55
+ designSystemPackage: z.ZodOptional<z.ZodString>;
56
+ } & {
57
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
58
+ }, "strip", z.ZodTypeAny, {
59
+ enabled: boolean;
60
+ include: string[];
61
+ exclude: string[];
62
+ designSystemPackage?: string | undefined;
63
+ }, {
64
+ enabled?: boolean | undefined;
65
+ include?: string[] | undefined;
66
+ exclude?: string[] | undefined;
67
+ designSystemPackage?: string | undefined;
68
+ }>;
69
+ export declare const AngularConfigSchema: z.ZodObject<{
70
+ enabled: z.ZodDefault<z.ZodBoolean>;
71
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
72
+ designSystemPackage: z.ZodOptional<z.ZodString>;
73
+ } & {
74
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
75
+ }, "strip", z.ZodTypeAny, {
76
+ enabled: boolean;
77
+ include: string[];
78
+ exclude: string[];
79
+ designSystemPackage?: string | undefined;
80
+ }, {
81
+ enabled?: boolean | undefined;
82
+ include?: string[] | undefined;
83
+ exclude?: string[] | undefined;
84
+ designSystemPackage?: string | undefined;
85
+ }>;
86
+ export declare const WebComponentConfigSchema: z.ZodObject<{
87
+ enabled: z.ZodDefault<z.ZodBoolean>;
88
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
89
+ designSystemPackage: z.ZodOptional<z.ZodString>;
90
+ } & {
91
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
92
+ framework: z.ZodDefault<z.ZodEnum<["lit", "stencil", "auto"]>>;
93
+ }, "strip", z.ZodTypeAny, {
94
+ enabled: boolean;
95
+ include: string[];
96
+ exclude: string[];
97
+ framework: "lit" | "stencil" | "auto";
98
+ designSystemPackage?: string | undefined;
99
+ }, {
100
+ enabled?: boolean | undefined;
101
+ include?: string[] | undefined;
102
+ exclude?: string[] | undefined;
103
+ designSystemPackage?: string | undefined;
104
+ framework?: "lit" | "stencil" | "auto" | undefined;
105
+ }>;
106
+ export declare const TemplateConfigSchema: z.ZodObject<{
107
+ enabled: z.ZodDefault<z.ZodBoolean>;
108
+ include: z.ZodArray<z.ZodString, "many">;
109
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
110
+ type: z.ZodEnum<["blade", "erb", "twig", "php", "html", "njk"]>;
111
+ }, "strip", z.ZodTypeAny, {
112
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
113
+ enabled: boolean;
114
+ include: string[];
115
+ exclude: string[];
116
+ }, {
117
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
118
+ include: string[];
119
+ enabled?: boolean | undefined;
120
+ exclude?: string[] | undefined;
121
+ }>;
122
+ export declare const FigmaConfigSchema: z.ZodObject<{
123
+ enabled: z.ZodDefault<z.ZodBoolean>;
124
+ accessToken: z.ZodOptional<z.ZodString>;
125
+ fileKeys: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
126
+ componentPageName: z.ZodDefault<z.ZodString>;
127
+ tokenPageName: z.ZodDefault<z.ZodString>;
128
+ }, "strip", z.ZodTypeAny, {
129
+ enabled: boolean;
130
+ fileKeys: string[];
131
+ componentPageName: string;
132
+ tokenPageName: string;
133
+ accessToken?: string | undefined;
134
+ }, {
135
+ enabled?: boolean | undefined;
136
+ accessToken?: string | undefined;
137
+ fileKeys?: string[] | undefined;
138
+ componentPageName?: string | undefined;
139
+ tokenPageName?: string | undefined;
140
+ }>;
141
+ export declare const StorybookConfigSchema: z.ZodObject<{
142
+ enabled: z.ZodDefault<z.ZodBoolean>;
143
+ url: z.ZodOptional<z.ZodString>;
144
+ staticDir: z.ZodOptional<z.ZodString>;
145
+ }, "strip", z.ZodTypeAny, {
146
+ enabled: boolean;
147
+ url?: string | undefined;
148
+ staticDir?: string | undefined;
149
+ }, {
150
+ enabled?: boolean | undefined;
151
+ url?: string | undefined;
152
+ staticDir?: string | undefined;
153
+ }>;
154
+ export declare const TokenConfigSchema: z.ZodObject<{
155
+ enabled: z.ZodDefault<z.ZodBoolean>;
156
+ files: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
157
+ cssVariablePrefix: z.ZodOptional<z.ZodString>;
158
+ }, "strip", z.ZodTypeAny, {
159
+ files: string[];
160
+ enabled: boolean;
161
+ cssVariablePrefix?: string | undefined;
162
+ }, {
163
+ files?: string[] | undefined;
164
+ enabled?: boolean | undefined;
165
+ cssVariablePrefix?: string | undefined;
166
+ }>;
167
+ export declare const SourcesConfigSchema: z.ZodObject<{
168
+ react: z.ZodOptional<z.ZodObject<{
169
+ enabled: z.ZodDefault<z.ZodBoolean>;
170
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
171
+ designSystemPackage: z.ZodOptional<z.ZodString>;
172
+ } & {
173
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
174
+ }, "strip", z.ZodTypeAny, {
175
+ enabled: boolean;
176
+ include: string[];
177
+ exclude: string[];
178
+ designSystemPackage?: string | undefined;
179
+ }, {
180
+ enabled?: boolean | undefined;
181
+ include?: string[] | undefined;
182
+ exclude?: string[] | undefined;
183
+ designSystemPackage?: string | undefined;
184
+ }>>;
185
+ vue: z.ZodOptional<z.ZodObject<{
186
+ enabled: z.ZodDefault<z.ZodBoolean>;
187
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
188
+ designSystemPackage: z.ZodOptional<z.ZodString>;
189
+ } & {
190
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
191
+ }, "strip", z.ZodTypeAny, {
192
+ enabled: boolean;
193
+ include: string[];
194
+ exclude: string[];
195
+ designSystemPackage?: string | undefined;
196
+ }, {
197
+ enabled?: boolean | undefined;
198
+ include?: string[] | undefined;
199
+ exclude?: string[] | undefined;
200
+ designSystemPackage?: string | undefined;
201
+ }>>;
202
+ svelte: z.ZodOptional<z.ZodObject<{
203
+ enabled: z.ZodDefault<z.ZodBoolean>;
204
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
205
+ designSystemPackage: z.ZodOptional<z.ZodString>;
206
+ } & {
207
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
208
+ }, "strip", z.ZodTypeAny, {
209
+ enabled: boolean;
210
+ include: string[];
211
+ exclude: string[];
212
+ designSystemPackage?: string | undefined;
213
+ }, {
214
+ enabled?: boolean | undefined;
215
+ include?: string[] | undefined;
216
+ exclude?: string[] | undefined;
217
+ designSystemPackage?: string | undefined;
218
+ }>>;
219
+ angular: z.ZodOptional<z.ZodObject<{
220
+ enabled: z.ZodDefault<z.ZodBoolean>;
221
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
222
+ designSystemPackage: z.ZodOptional<z.ZodString>;
223
+ } & {
224
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
225
+ }, "strip", z.ZodTypeAny, {
226
+ enabled: boolean;
227
+ include: string[];
228
+ exclude: string[];
229
+ designSystemPackage?: string | undefined;
230
+ }, {
231
+ enabled?: boolean | undefined;
232
+ include?: string[] | undefined;
233
+ exclude?: string[] | undefined;
234
+ designSystemPackage?: string | undefined;
235
+ }>>;
236
+ webcomponent: z.ZodOptional<z.ZodObject<{
237
+ enabled: z.ZodDefault<z.ZodBoolean>;
238
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
239
+ designSystemPackage: z.ZodOptional<z.ZodString>;
240
+ } & {
241
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
242
+ framework: z.ZodDefault<z.ZodEnum<["lit", "stencil", "auto"]>>;
243
+ }, "strip", z.ZodTypeAny, {
244
+ enabled: boolean;
245
+ include: string[];
246
+ exclude: string[];
247
+ framework: "lit" | "stencil" | "auto";
248
+ designSystemPackage?: string | undefined;
249
+ }, {
250
+ enabled?: boolean | undefined;
251
+ include?: string[] | undefined;
252
+ exclude?: string[] | undefined;
253
+ designSystemPackage?: string | undefined;
254
+ framework?: "lit" | "stencil" | "auto" | undefined;
255
+ }>>;
256
+ templates: z.ZodOptional<z.ZodObject<{
257
+ enabled: z.ZodDefault<z.ZodBoolean>;
258
+ include: z.ZodArray<z.ZodString, "many">;
259
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
260
+ type: z.ZodEnum<["blade", "erb", "twig", "php", "html", "njk"]>;
261
+ }, "strip", z.ZodTypeAny, {
262
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
263
+ enabled: boolean;
264
+ include: string[];
265
+ exclude: string[];
266
+ }, {
267
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
268
+ include: string[];
269
+ enabled?: boolean | undefined;
270
+ exclude?: string[] | undefined;
271
+ }>>;
272
+ figma: z.ZodOptional<z.ZodObject<{
273
+ enabled: z.ZodDefault<z.ZodBoolean>;
274
+ accessToken: z.ZodOptional<z.ZodString>;
275
+ fileKeys: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
276
+ componentPageName: z.ZodDefault<z.ZodString>;
277
+ tokenPageName: z.ZodDefault<z.ZodString>;
278
+ }, "strip", z.ZodTypeAny, {
279
+ enabled: boolean;
280
+ fileKeys: string[];
281
+ componentPageName: string;
282
+ tokenPageName: string;
283
+ accessToken?: string | undefined;
284
+ }, {
285
+ enabled?: boolean | undefined;
286
+ accessToken?: string | undefined;
287
+ fileKeys?: string[] | undefined;
288
+ componentPageName?: string | undefined;
289
+ tokenPageName?: string | undefined;
290
+ }>>;
291
+ storybook: z.ZodOptional<z.ZodObject<{
292
+ enabled: z.ZodDefault<z.ZodBoolean>;
293
+ url: z.ZodOptional<z.ZodString>;
294
+ staticDir: z.ZodOptional<z.ZodString>;
295
+ }, "strip", z.ZodTypeAny, {
296
+ enabled: boolean;
297
+ url?: string | undefined;
298
+ staticDir?: string | undefined;
299
+ }, {
300
+ enabled?: boolean | undefined;
301
+ url?: string | undefined;
302
+ staticDir?: string | undefined;
303
+ }>>;
304
+ tokens: z.ZodOptional<z.ZodObject<{
305
+ enabled: z.ZodDefault<z.ZodBoolean>;
306
+ files: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
307
+ cssVariablePrefix: z.ZodOptional<z.ZodString>;
308
+ }, "strip", z.ZodTypeAny, {
309
+ files: string[];
310
+ enabled: boolean;
311
+ cssVariablePrefix?: string | undefined;
312
+ }, {
313
+ files?: string[] | undefined;
314
+ enabled?: boolean | undefined;
315
+ cssVariablePrefix?: string | undefined;
316
+ }>>;
317
+ }, "strip", z.ZodTypeAny, {
318
+ react?: {
319
+ enabled: boolean;
320
+ include: string[];
321
+ exclude: string[];
322
+ designSystemPackage?: string | undefined;
323
+ } | undefined;
324
+ vue?: {
325
+ enabled: boolean;
326
+ include: string[];
327
+ exclude: string[];
328
+ designSystemPackage?: string | undefined;
329
+ } | undefined;
330
+ svelte?: {
331
+ enabled: boolean;
332
+ include: string[];
333
+ exclude: string[];
334
+ designSystemPackage?: string | undefined;
335
+ } | undefined;
336
+ angular?: {
337
+ enabled: boolean;
338
+ include: string[];
339
+ exclude: string[];
340
+ designSystemPackage?: string | undefined;
341
+ } | undefined;
342
+ templates?: {
343
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
344
+ enabled: boolean;
345
+ include: string[];
346
+ exclude: string[];
347
+ } | undefined;
348
+ tokens?: {
349
+ files: string[];
350
+ enabled: boolean;
351
+ cssVariablePrefix?: string | undefined;
352
+ } | undefined;
353
+ storybook?: {
354
+ enabled: boolean;
355
+ url?: string | undefined;
356
+ staticDir?: string | undefined;
357
+ } | undefined;
358
+ figma?: {
359
+ enabled: boolean;
360
+ fileKeys: string[];
361
+ componentPageName: string;
362
+ tokenPageName: string;
363
+ accessToken?: string | undefined;
364
+ } | undefined;
365
+ webcomponent?: {
366
+ enabled: boolean;
367
+ include: string[];
368
+ exclude: string[];
369
+ framework: "lit" | "stencil" | "auto";
370
+ designSystemPackage?: string | undefined;
371
+ } | undefined;
372
+ }, {
373
+ react?: {
374
+ enabled?: boolean | undefined;
375
+ include?: string[] | undefined;
376
+ exclude?: string[] | undefined;
377
+ designSystemPackage?: string | undefined;
378
+ } | undefined;
379
+ vue?: {
380
+ enabled?: boolean | undefined;
381
+ include?: string[] | undefined;
382
+ exclude?: string[] | undefined;
383
+ designSystemPackage?: string | undefined;
384
+ } | undefined;
385
+ svelte?: {
386
+ enabled?: boolean | undefined;
387
+ include?: string[] | undefined;
388
+ exclude?: string[] | undefined;
389
+ designSystemPackage?: string | undefined;
390
+ } | undefined;
391
+ angular?: {
392
+ enabled?: boolean | undefined;
393
+ include?: string[] | undefined;
394
+ exclude?: string[] | undefined;
395
+ designSystemPackage?: string | undefined;
396
+ } | undefined;
397
+ templates?: {
398
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
399
+ include: string[];
400
+ enabled?: boolean | undefined;
401
+ exclude?: string[] | undefined;
402
+ } | undefined;
403
+ tokens?: {
404
+ files?: string[] | undefined;
405
+ enabled?: boolean | undefined;
406
+ cssVariablePrefix?: string | undefined;
407
+ } | undefined;
408
+ storybook?: {
409
+ enabled?: boolean | undefined;
410
+ url?: string | undefined;
411
+ staticDir?: string | undefined;
412
+ } | undefined;
413
+ figma?: {
414
+ enabled?: boolean | undefined;
415
+ accessToken?: string | undefined;
416
+ fileKeys?: string[] | undefined;
417
+ componentPageName?: string | undefined;
418
+ tokenPageName?: string | undefined;
419
+ } | undefined;
420
+ webcomponent?: {
421
+ enabled?: boolean | undefined;
422
+ include?: string[] | undefined;
423
+ exclude?: string[] | undefined;
424
+ designSystemPackage?: string | undefined;
425
+ framework?: "lit" | "stencil" | "auto" | undefined;
426
+ } | undefined;
427
+ }>;
428
+ export declare const DriftIgnoreSchema: z.ZodObject<{
429
+ type: z.ZodString;
430
+ pattern: z.ZodOptional<z.ZodString>;
431
+ reason: z.ZodOptional<z.ZodString>;
432
+ }, "strip", z.ZodTypeAny, {
433
+ type: string;
434
+ pattern?: string | undefined;
435
+ reason?: string | undefined;
436
+ }, {
437
+ type: string;
438
+ pattern?: string | undefined;
439
+ reason?: string | undefined;
440
+ }>;
441
+ export declare const DriftConfigSchema: z.ZodObject<{
442
+ ignore: z.ZodDefault<z.ZodArray<z.ZodObject<{
443
+ type: z.ZodString;
444
+ pattern: z.ZodOptional<z.ZodString>;
445
+ reason: z.ZodOptional<z.ZodString>;
446
+ }, "strip", z.ZodTypeAny, {
447
+ type: string;
448
+ pattern?: string | undefined;
449
+ reason?: string | undefined;
450
+ }, {
451
+ type: string;
452
+ pattern?: string | undefined;
453
+ reason?: string | undefined;
454
+ }>, "many">>;
455
+ severity: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodEnum<["info", "warning", "critical"]>>>;
456
+ }, "strip", z.ZodTypeAny, {
457
+ ignore: {
458
+ type: string;
459
+ pattern?: string | undefined;
460
+ reason?: string | undefined;
461
+ }[];
462
+ severity: Record<string, "info" | "warning" | "critical">;
463
+ }, {
464
+ ignore?: {
465
+ type: string;
466
+ pattern?: string | undefined;
467
+ reason?: string | undefined;
468
+ }[] | undefined;
469
+ severity?: Record<string, "info" | "warning" | "critical"> | undefined;
470
+ }>;
471
+ export declare const ClaudeConfigSchema: z.ZodObject<{
472
+ enabled: z.ZodDefault<z.ZodBoolean>;
473
+ model: z.ZodDefault<z.ZodString>;
474
+ autoExplain: z.ZodOptional<z.ZodObject<{
475
+ enabled: z.ZodDefault<z.ZodBoolean>;
476
+ minSeverity: z.ZodDefault<z.ZodEnum<["info", "warning", "critical"]>>;
477
+ }, "strip", z.ZodTypeAny, {
478
+ enabled: boolean;
479
+ minSeverity: "info" | "warning" | "critical";
480
+ }, {
481
+ enabled?: boolean | undefined;
482
+ minSeverity?: "info" | "warning" | "critical" | undefined;
483
+ }>>;
484
+ }, "strip", z.ZodTypeAny, {
485
+ enabled: boolean;
486
+ model: string;
487
+ autoExplain?: {
488
+ enabled: boolean;
489
+ minSeverity: "info" | "warning" | "critical";
490
+ } | undefined;
491
+ }, {
492
+ enabled?: boolean | undefined;
493
+ model?: string | undefined;
494
+ autoExplain?: {
495
+ enabled?: boolean | undefined;
496
+ minSeverity?: "info" | "warning" | "critical" | undefined;
497
+ } | undefined;
498
+ }>;
499
+ export declare const ProjectConfigSchema: z.ZodObject<{
500
+ name: z.ZodString;
501
+ apiEndpoint: z.ZodOptional<z.ZodString>;
502
+ }, "strip", z.ZodTypeAny, {
503
+ name: string;
504
+ apiEndpoint?: string | undefined;
505
+ }, {
506
+ name: string;
507
+ apiEndpoint?: string | undefined;
508
+ }>;
509
+ export declare const OutputConfigSchema: z.ZodObject<{
510
+ format: z.ZodDefault<z.ZodEnum<["table", "json", "markdown"]>>;
511
+ colors: z.ZodDefault<z.ZodBoolean>;
512
+ }, "strip", z.ZodTypeAny, {
513
+ format: "json" | "table" | "markdown";
514
+ colors: boolean;
515
+ }, {
516
+ format?: "json" | "table" | "markdown" | undefined;
517
+ colors?: boolean | undefined;
518
+ }>;
519
+ export declare const BuoyConfigSchema: z.ZodObject<{
520
+ project: z.ZodObject<{
521
+ name: z.ZodString;
522
+ apiEndpoint: z.ZodOptional<z.ZodString>;
523
+ }, "strip", z.ZodTypeAny, {
524
+ name: string;
525
+ apiEndpoint?: string | undefined;
526
+ }, {
527
+ name: string;
528
+ apiEndpoint?: string | undefined;
529
+ }>;
530
+ sources: z.ZodDefault<z.ZodObject<{
531
+ react: z.ZodOptional<z.ZodObject<{
532
+ enabled: z.ZodDefault<z.ZodBoolean>;
533
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
534
+ designSystemPackage: z.ZodOptional<z.ZodString>;
535
+ } & {
536
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
537
+ }, "strip", z.ZodTypeAny, {
538
+ enabled: boolean;
539
+ include: string[];
540
+ exclude: string[];
541
+ designSystemPackage?: string | undefined;
542
+ }, {
543
+ enabled?: boolean | undefined;
544
+ include?: string[] | undefined;
545
+ exclude?: string[] | undefined;
546
+ designSystemPackage?: string | undefined;
547
+ }>>;
548
+ vue: z.ZodOptional<z.ZodObject<{
549
+ enabled: z.ZodDefault<z.ZodBoolean>;
550
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
551
+ designSystemPackage: z.ZodOptional<z.ZodString>;
552
+ } & {
553
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
554
+ }, "strip", z.ZodTypeAny, {
555
+ enabled: boolean;
556
+ include: string[];
557
+ exclude: string[];
558
+ designSystemPackage?: string | undefined;
559
+ }, {
560
+ enabled?: boolean | undefined;
561
+ include?: string[] | undefined;
562
+ exclude?: string[] | undefined;
563
+ designSystemPackage?: string | undefined;
564
+ }>>;
565
+ svelte: z.ZodOptional<z.ZodObject<{
566
+ enabled: z.ZodDefault<z.ZodBoolean>;
567
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
568
+ designSystemPackage: z.ZodOptional<z.ZodString>;
569
+ } & {
570
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
571
+ }, "strip", z.ZodTypeAny, {
572
+ enabled: boolean;
573
+ include: string[];
574
+ exclude: string[];
575
+ designSystemPackage?: string | undefined;
576
+ }, {
577
+ enabled?: boolean | undefined;
578
+ include?: string[] | undefined;
579
+ exclude?: string[] | undefined;
580
+ designSystemPackage?: string | undefined;
581
+ }>>;
582
+ angular: z.ZodOptional<z.ZodObject<{
583
+ enabled: z.ZodDefault<z.ZodBoolean>;
584
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
585
+ designSystemPackage: z.ZodOptional<z.ZodString>;
586
+ } & {
587
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
588
+ }, "strip", z.ZodTypeAny, {
589
+ enabled: boolean;
590
+ include: string[];
591
+ exclude: string[];
592
+ designSystemPackage?: string | undefined;
593
+ }, {
594
+ enabled?: boolean | undefined;
595
+ include?: string[] | undefined;
596
+ exclude?: string[] | undefined;
597
+ designSystemPackage?: string | undefined;
598
+ }>>;
599
+ webcomponent: z.ZodOptional<z.ZodObject<{
600
+ enabled: z.ZodDefault<z.ZodBoolean>;
601
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
602
+ designSystemPackage: z.ZodOptional<z.ZodString>;
603
+ } & {
604
+ include: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
605
+ framework: z.ZodDefault<z.ZodEnum<["lit", "stencil", "auto"]>>;
606
+ }, "strip", z.ZodTypeAny, {
607
+ enabled: boolean;
608
+ include: string[];
609
+ exclude: string[];
610
+ framework: "lit" | "stencil" | "auto";
611
+ designSystemPackage?: string | undefined;
612
+ }, {
613
+ enabled?: boolean | undefined;
614
+ include?: string[] | undefined;
615
+ exclude?: string[] | undefined;
616
+ designSystemPackage?: string | undefined;
617
+ framework?: "lit" | "stencil" | "auto" | undefined;
618
+ }>>;
619
+ templates: z.ZodOptional<z.ZodObject<{
620
+ enabled: z.ZodDefault<z.ZodBoolean>;
621
+ include: z.ZodArray<z.ZodString, "many">;
622
+ exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
623
+ type: z.ZodEnum<["blade", "erb", "twig", "php", "html", "njk"]>;
624
+ }, "strip", z.ZodTypeAny, {
625
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
626
+ enabled: boolean;
627
+ include: string[];
628
+ exclude: string[];
629
+ }, {
630
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
631
+ include: string[];
632
+ enabled?: boolean | undefined;
633
+ exclude?: string[] | undefined;
634
+ }>>;
635
+ figma: z.ZodOptional<z.ZodObject<{
636
+ enabled: z.ZodDefault<z.ZodBoolean>;
637
+ accessToken: z.ZodOptional<z.ZodString>;
638
+ fileKeys: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
639
+ componentPageName: z.ZodDefault<z.ZodString>;
640
+ tokenPageName: z.ZodDefault<z.ZodString>;
641
+ }, "strip", z.ZodTypeAny, {
642
+ enabled: boolean;
643
+ fileKeys: string[];
644
+ componentPageName: string;
645
+ tokenPageName: string;
646
+ accessToken?: string | undefined;
647
+ }, {
648
+ enabled?: boolean | undefined;
649
+ accessToken?: string | undefined;
650
+ fileKeys?: string[] | undefined;
651
+ componentPageName?: string | undefined;
652
+ tokenPageName?: string | undefined;
653
+ }>>;
654
+ storybook: z.ZodOptional<z.ZodObject<{
655
+ enabled: z.ZodDefault<z.ZodBoolean>;
656
+ url: z.ZodOptional<z.ZodString>;
657
+ staticDir: z.ZodOptional<z.ZodString>;
658
+ }, "strip", z.ZodTypeAny, {
659
+ enabled: boolean;
660
+ url?: string | undefined;
661
+ staticDir?: string | undefined;
662
+ }, {
663
+ enabled?: boolean | undefined;
664
+ url?: string | undefined;
665
+ staticDir?: string | undefined;
666
+ }>>;
667
+ tokens: z.ZodOptional<z.ZodObject<{
668
+ enabled: z.ZodDefault<z.ZodBoolean>;
669
+ files: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
670
+ cssVariablePrefix: z.ZodOptional<z.ZodString>;
671
+ }, "strip", z.ZodTypeAny, {
672
+ files: string[];
673
+ enabled: boolean;
674
+ cssVariablePrefix?: string | undefined;
675
+ }, {
676
+ files?: string[] | undefined;
677
+ enabled?: boolean | undefined;
678
+ cssVariablePrefix?: string | undefined;
679
+ }>>;
680
+ }, "strip", z.ZodTypeAny, {
681
+ react?: {
682
+ enabled: boolean;
683
+ include: string[];
684
+ exclude: string[];
685
+ designSystemPackage?: string | undefined;
686
+ } | undefined;
687
+ vue?: {
688
+ enabled: boolean;
689
+ include: string[];
690
+ exclude: string[];
691
+ designSystemPackage?: string | undefined;
692
+ } | undefined;
693
+ svelte?: {
694
+ enabled: boolean;
695
+ include: string[];
696
+ exclude: string[];
697
+ designSystemPackage?: string | undefined;
698
+ } | undefined;
699
+ angular?: {
700
+ enabled: boolean;
701
+ include: string[];
702
+ exclude: string[];
703
+ designSystemPackage?: string | undefined;
704
+ } | undefined;
705
+ templates?: {
706
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
707
+ enabled: boolean;
708
+ include: string[];
709
+ exclude: string[];
710
+ } | undefined;
711
+ tokens?: {
712
+ files: string[];
713
+ enabled: boolean;
714
+ cssVariablePrefix?: string | undefined;
715
+ } | undefined;
716
+ storybook?: {
717
+ enabled: boolean;
718
+ url?: string | undefined;
719
+ staticDir?: string | undefined;
720
+ } | undefined;
721
+ figma?: {
722
+ enabled: boolean;
723
+ fileKeys: string[];
724
+ componentPageName: string;
725
+ tokenPageName: string;
726
+ accessToken?: string | undefined;
727
+ } | undefined;
728
+ webcomponent?: {
729
+ enabled: boolean;
730
+ include: string[];
731
+ exclude: string[];
732
+ framework: "lit" | "stencil" | "auto";
733
+ designSystemPackage?: string | undefined;
734
+ } | undefined;
735
+ }, {
736
+ react?: {
737
+ enabled?: boolean | undefined;
738
+ include?: string[] | undefined;
739
+ exclude?: string[] | undefined;
740
+ designSystemPackage?: string | undefined;
741
+ } | undefined;
742
+ vue?: {
743
+ enabled?: boolean | undefined;
744
+ include?: string[] | undefined;
745
+ exclude?: string[] | undefined;
746
+ designSystemPackage?: string | undefined;
747
+ } | undefined;
748
+ svelte?: {
749
+ enabled?: boolean | undefined;
750
+ include?: string[] | undefined;
751
+ exclude?: string[] | undefined;
752
+ designSystemPackage?: string | undefined;
753
+ } | undefined;
754
+ angular?: {
755
+ enabled?: boolean | undefined;
756
+ include?: string[] | undefined;
757
+ exclude?: string[] | undefined;
758
+ designSystemPackage?: string | undefined;
759
+ } | undefined;
760
+ templates?: {
761
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
762
+ include: string[];
763
+ enabled?: boolean | undefined;
764
+ exclude?: string[] | undefined;
765
+ } | undefined;
766
+ tokens?: {
767
+ files?: string[] | undefined;
768
+ enabled?: boolean | undefined;
769
+ cssVariablePrefix?: string | undefined;
770
+ } | undefined;
771
+ storybook?: {
772
+ enabled?: boolean | undefined;
773
+ url?: string | undefined;
774
+ staticDir?: string | undefined;
775
+ } | undefined;
776
+ figma?: {
777
+ enabled?: boolean | undefined;
778
+ accessToken?: string | undefined;
779
+ fileKeys?: string[] | undefined;
780
+ componentPageName?: string | undefined;
781
+ tokenPageName?: string | undefined;
782
+ } | undefined;
783
+ webcomponent?: {
784
+ enabled?: boolean | undefined;
785
+ include?: string[] | undefined;
786
+ exclude?: string[] | undefined;
787
+ designSystemPackage?: string | undefined;
788
+ framework?: "lit" | "stencil" | "auto" | undefined;
789
+ } | undefined;
790
+ }>>;
791
+ drift: z.ZodDefault<z.ZodObject<{
792
+ ignore: z.ZodDefault<z.ZodArray<z.ZodObject<{
793
+ type: z.ZodString;
794
+ pattern: z.ZodOptional<z.ZodString>;
795
+ reason: z.ZodOptional<z.ZodString>;
796
+ }, "strip", z.ZodTypeAny, {
797
+ type: string;
798
+ pattern?: string | undefined;
799
+ reason?: string | undefined;
800
+ }, {
801
+ type: string;
802
+ pattern?: string | undefined;
803
+ reason?: string | undefined;
804
+ }>, "many">>;
805
+ severity: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodEnum<["info", "warning", "critical"]>>>;
806
+ }, "strip", z.ZodTypeAny, {
807
+ ignore: {
808
+ type: string;
809
+ pattern?: string | undefined;
810
+ reason?: string | undefined;
811
+ }[];
812
+ severity: Record<string, "info" | "warning" | "critical">;
813
+ }, {
814
+ ignore?: {
815
+ type: string;
816
+ pattern?: string | undefined;
817
+ reason?: string | undefined;
818
+ }[] | undefined;
819
+ severity?: Record<string, "info" | "warning" | "critical"> | undefined;
820
+ }>>;
821
+ claude: z.ZodDefault<z.ZodObject<{
822
+ enabled: z.ZodDefault<z.ZodBoolean>;
823
+ model: z.ZodDefault<z.ZodString>;
824
+ autoExplain: z.ZodOptional<z.ZodObject<{
825
+ enabled: z.ZodDefault<z.ZodBoolean>;
826
+ minSeverity: z.ZodDefault<z.ZodEnum<["info", "warning", "critical"]>>;
827
+ }, "strip", z.ZodTypeAny, {
828
+ enabled: boolean;
829
+ minSeverity: "info" | "warning" | "critical";
830
+ }, {
831
+ enabled?: boolean | undefined;
832
+ minSeverity?: "info" | "warning" | "critical" | undefined;
833
+ }>>;
834
+ }, "strip", z.ZodTypeAny, {
835
+ enabled: boolean;
836
+ model: string;
837
+ autoExplain?: {
838
+ enabled: boolean;
839
+ minSeverity: "info" | "warning" | "critical";
840
+ } | undefined;
841
+ }, {
842
+ enabled?: boolean | undefined;
843
+ model?: string | undefined;
844
+ autoExplain?: {
845
+ enabled?: boolean | undefined;
846
+ minSeverity?: "info" | "warning" | "critical" | undefined;
847
+ } | undefined;
848
+ }>>;
849
+ output: z.ZodDefault<z.ZodObject<{
850
+ format: z.ZodDefault<z.ZodEnum<["table", "json", "markdown"]>>;
851
+ colors: z.ZodDefault<z.ZodBoolean>;
852
+ }, "strip", z.ZodTypeAny, {
853
+ format: "json" | "table" | "markdown";
854
+ colors: boolean;
855
+ }, {
856
+ format?: "json" | "table" | "markdown" | undefined;
857
+ colors?: boolean | undefined;
858
+ }>>;
859
+ }, "strip", z.ZodTypeAny, {
860
+ output: {
861
+ format: "json" | "table" | "markdown";
862
+ colors: boolean;
863
+ };
864
+ project: {
865
+ name: string;
866
+ apiEndpoint?: string | undefined;
867
+ };
868
+ sources: {
869
+ react?: {
870
+ enabled: boolean;
871
+ include: string[];
872
+ exclude: string[];
873
+ designSystemPackage?: string | undefined;
874
+ } | undefined;
875
+ vue?: {
876
+ enabled: boolean;
877
+ include: string[];
878
+ exclude: string[];
879
+ designSystemPackage?: string | undefined;
880
+ } | undefined;
881
+ svelte?: {
882
+ enabled: boolean;
883
+ include: string[];
884
+ exclude: string[];
885
+ designSystemPackage?: string | undefined;
886
+ } | undefined;
887
+ angular?: {
888
+ enabled: boolean;
889
+ include: string[];
890
+ exclude: string[];
891
+ designSystemPackage?: string | undefined;
892
+ } | undefined;
893
+ templates?: {
894
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
895
+ enabled: boolean;
896
+ include: string[];
897
+ exclude: string[];
898
+ } | undefined;
899
+ tokens?: {
900
+ files: string[];
901
+ enabled: boolean;
902
+ cssVariablePrefix?: string | undefined;
903
+ } | undefined;
904
+ storybook?: {
905
+ enabled: boolean;
906
+ url?: string | undefined;
907
+ staticDir?: string | undefined;
908
+ } | undefined;
909
+ figma?: {
910
+ enabled: boolean;
911
+ fileKeys: string[];
912
+ componentPageName: string;
913
+ tokenPageName: string;
914
+ accessToken?: string | undefined;
915
+ } | undefined;
916
+ webcomponent?: {
917
+ enabled: boolean;
918
+ include: string[];
919
+ exclude: string[];
920
+ framework: "lit" | "stencil" | "auto";
921
+ designSystemPackage?: string | undefined;
922
+ } | undefined;
923
+ };
924
+ drift: {
925
+ ignore: {
926
+ type: string;
927
+ pattern?: string | undefined;
928
+ reason?: string | undefined;
929
+ }[];
930
+ severity: Record<string, "info" | "warning" | "critical">;
931
+ };
932
+ claude: {
933
+ enabled: boolean;
934
+ model: string;
935
+ autoExplain?: {
936
+ enabled: boolean;
937
+ minSeverity: "info" | "warning" | "critical";
938
+ } | undefined;
939
+ };
940
+ }, {
941
+ project: {
942
+ name: string;
943
+ apiEndpoint?: string | undefined;
944
+ };
945
+ output?: {
946
+ format?: "json" | "table" | "markdown" | undefined;
947
+ colors?: boolean | undefined;
948
+ } | undefined;
949
+ sources?: {
950
+ react?: {
951
+ enabled?: boolean | undefined;
952
+ include?: string[] | undefined;
953
+ exclude?: string[] | undefined;
954
+ designSystemPackage?: string | undefined;
955
+ } | undefined;
956
+ vue?: {
957
+ enabled?: boolean | undefined;
958
+ include?: string[] | undefined;
959
+ exclude?: string[] | undefined;
960
+ designSystemPackage?: string | undefined;
961
+ } | undefined;
962
+ svelte?: {
963
+ enabled?: boolean | undefined;
964
+ include?: string[] | undefined;
965
+ exclude?: string[] | undefined;
966
+ designSystemPackage?: string | undefined;
967
+ } | undefined;
968
+ angular?: {
969
+ enabled?: boolean | undefined;
970
+ include?: string[] | undefined;
971
+ exclude?: string[] | undefined;
972
+ designSystemPackage?: string | undefined;
973
+ } | undefined;
974
+ templates?: {
975
+ type: "php" | "erb" | "blade" | "twig" | "html" | "njk";
976
+ include: string[];
977
+ enabled?: boolean | undefined;
978
+ exclude?: string[] | undefined;
979
+ } | undefined;
980
+ tokens?: {
981
+ files?: string[] | undefined;
982
+ enabled?: boolean | undefined;
983
+ cssVariablePrefix?: string | undefined;
984
+ } | undefined;
985
+ storybook?: {
986
+ enabled?: boolean | undefined;
987
+ url?: string | undefined;
988
+ staticDir?: string | undefined;
989
+ } | undefined;
990
+ figma?: {
991
+ enabled?: boolean | undefined;
992
+ accessToken?: string | undefined;
993
+ fileKeys?: string[] | undefined;
994
+ componentPageName?: string | undefined;
995
+ tokenPageName?: string | undefined;
996
+ } | undefined;
997
+ webcomponent?: {
998
+ enabled?: boolean | undefined;
999
+ include?: string[] | undefined;
1000
+ exclude?: string[] | undefined;
1001
+ designSystemPackage?: string | undefined;
1002
+ framework?: "lit" | "stencil" | "auto" | undefined;
1003
+ } | undefined;
1004
+ } | undefined;
1005
+ drift?: {
1006
+ ignore?: {
1007
+ type: string;
1008
+ pattern?: string | undefined;
1009
+ reason?: string | undefined;
1010
+ }[] | undefined;
1011
+ severity?: Record<string, "info" | "warning" | "critical"> | undefined;
1012
+ } | undefined;
1013
+ claude?: {
1014
+ enabled?: boolean | undefined;
1015
+ model?: string | undefined;
1016
+ autoExplain?: {
1017
+ enabled?: boolean | undefined;
1018
+ minSeverity?: "info" | "warning" | "critical" | undefined;
1019
+ } | undefined;
1020
+ } | undefined;
1021
+ }>;
1022
+ export type ComponentSourceConfig = z.infer<typeof ComponentSourceConfigSchema>;
1023
+ export type ReactConfig = z.infer<typeof ReactConfigSchema>;
1024
+ export type VueConfig = z.infer<typeof VueConfigSchema>;
1025
+ export type SvelteConfig = z.infer<typeof SvelteConfigSchema>;
1026
+ export type AngularConfig = z.infer<typeof AngularConfigSchema>;
1027
+ export type WebComponentConfig = z.infer<typeof WebComponentConfigSchema>;
1028
+ export type TemplateConfig = z.infer<typeof TemplateConfigSchema>;
1029
+ export type FigmaConfig = z.infer<typeof FigmaConfigSchema>;
1030
+ export type StorybookConfig = z.infer<typeof StorybookConfigSchema>;
1031
+ export type TokenConfig = z.infer<typeof TokenConfigSchema>;
1032
+ export type SourcesConfig = z.infer<typeof SourcesConfigSchema>;
1033
+ export type DriftIgnore = z.infer<typeof DriftIgnoreSchema>;
1034
+ export type DriftConfig = z.infer<typeof DriftConfigSchema>;
1035
+ export type ClaudeConfig = z.infer<typeof ClaudeConfigSchema>;
1036
+ export type ProjectConfig = z.infer<typeof ProjectConfigSchema>;
1037
+ export type OutputConfig = z.infer<typeof OutputConfigSchema>;
1038
+ export type BuoyConfig = z.infer<typeof BuoyConfigSchema>;
1039
+ export declare function defineConfig(config: BuoyConfig): BuoyConfig;
1040
+ //# sourceMappingURL=schema.d.ts.map