@buoy-design/cli 0.1.30 → 0.2.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.
- package/assets/commands/contribution-loop.md +195 -0
- package/dist/bin.js +0 -0
- package/dist/cloud/config.d.ts +8 -0
- package/dist/cloud/config.d.ts.map +1 -1
- package/dist/cloud/config.js +10 -0
- package/dist/cloud/config.js.map +1 -1
- package/dist/cloud/feature-gate.d.ts +30 -0
- package/dist/cloud/feature-gate.d.ts.map +1 -0
- package/dist/cloud/feature-gate.js +138 -0
- package/dist/cloud/feature-gate.js.map +1 -0
- package/dist/cloud/index.d.ts +1 -0
- package/dist/cloud/index.d.ts.map +1 -1
- package/dist/cloud/index.js +1 -0
- package/dist/cloud/index.js.map +1 -1
- package/dist/commands/anchor.js +1 -1
- package/dist/commands/anchor.js.map +1 -1
- package/dist/commands/begin.d.ts.map +1 -1
- package/dist/commands/begin.js +118 -5
- package/dist/commands/begin.js.map +1 -1
- package/dist/commands/billing.d.ts +1 -1
- package/dist/commands/billing.js +22 -18
- package/dist/commands/billing.js.map +1 -1
- package/dist/commands/bot.d.ts +9 -0
- package/dist/commands/bot.d.ts.map +1 -0
- package/dist/commands/bot.js +258 -0
- package/dist/commands/bot.js.map +1 -0
- package/dist/commands/check.d.ts.map +1 -1
- package/dist/commands/check.js +16 -2
- package/dist/commands/check.js.map +1 -1
- package/dist/commands/cloud.d.ts +15 -0
- package/dist/commands/cloud.d.ts.map +1 -0
- package/dist/commands/cloud.js +36 -0
- package/dist/commands/cloud.js.map +1 -0
- package/dist/commands/commands.d.ts +8 -0
- package/dist/commands/commands.d.ts.map +1 -0
- package/dist/commands/commands.js +148 -0
- package/dist/commands/commands.js.map +1 -0
- package/dist/commands/components-query.d.ts +13 -0
- package/dist/commands/components-query.d.ts.map +1 -0
- package/dist/commands/components-query.js +263 -0
- package/dist/commands/components-query.js.map +1 -0
- package/dist/commands/components.d.ts +8 -0
- package/dist/commands/components.d.ts.map +1 -0
- package/dist/commands/components.js +14 -0
- package/dist/commands/components.js.map +1 -0
- package/dist/commands/dock.d.ts +13 -0
- package/dist/commands/dock.d.ts.map +1 -1
- package/dist/commands/dock.js +594 -832
- package/dist/commands/dock.js.map +1 -1
- package/dist/commands/drift.d.ts.map +1 -1
- package/dist/commands/drift.js +4 -13
- package/dist/commands/drift.js.map +1 -1
- package/dist/commands/fix.js +1 -1
- package/dist/commands/fix.js.map +1 -1
- package/dist/commands/github.d.ts.map +1 -1
- package/dist/commands/github.js +8 -6
- package/dist/commands/github.js.map +1 -1
- package/dist/commands/history.js +2 -2
- package/dist/commands/history.js.map +1 -1
- package/dist/commands/import.js +1 -1
- package/dist/commands/import.js.map +1 -1
- package/dist/commands/index.d.ts +2 -22
- package/dist/commands/index.d.ts.map +1 -1
- package/dist/commands/index.js +3 -23
- package/dist/commands/index.js.map +1 -1
- package/dist/commands/learn.d.ts +9 -0
- package/dist/commands/learn.d.ts.map +1 -0
- package/dist/commands/learn.js +244 -0
- package/dist/commands/learn.js.map +1 -0
- package/dist/commands/link.js +2 -2
- package/dist/commands/link.js.map +1 -1
- package/dist/commands/login.d.ts.map +1 -1
- package/dist/commands/login.js +12 -3
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/onboard.d.ts.map +1 -1
- package/dist/commands/onboard.js +64 -1
- package/dist/commands/onboard.js.map +1 -1
- package/dist/commands/plans.d.ts +9 -0
- package/dist/commands/plans.d.ts.map +1 -0
- package/dist/commands/plans.js +140 -0
- package/dist/commands/plans.js.map +1 -0
- package/dist/commands/ship.d.ts +14 -0
- package/dist/commands/ship.d.ts.map +1 -0
- package/dist/commands/ship.js +342 -0
- package/dist/commands/ship.js.map +1 -0
- package/dist/commands/show.d.ts +3 -0
- package/dist/commands/show.d.ts.map +1 -0
- package/dist/commands/show.js +340 -0
- package/dist/commands/show.js.map +1 -0
- package/dist/commands/status.d.ts.map +1 -1
- package/dist/commands/status.js +13 -0
- package/dist/commands/status.js.map +1 -1
- package/dist/commands/sync.js +1 -1
- package/dist/commands/sync.js.map +1 -1
- package/dist/commands/tokens-lookup.d.ts +14 -0
- package/dist/commands/tokens-lookup.d.ts.map +1 -0
- package/dist/commands/tokens-lookup.js +300 -0
- package/dist/commands/tokens-lookup.js.map +1 -0
- package/dist/commands/tokens.d.ts.map +1 -1
- package/dist/commands/tokens.js +6 -1
- package/dist/commands/tokens.js.map +1 -1
- package/dist/commands/whoami.d.ts.map +1 -1
- package/dist/commands/whoami.js +60 -3
- package/dist/commands/whoami.js.map +1 -1
- package/dist/config/schema.d.ts +132 -132
- package/dist/fix/applier.js +1 -1
- package/dist/fix/applier.js.map +1 -1
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +31 -3
- package/dist/hooks/index.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19 -43
- package/dist/index.js.map +1 -1
- package/dist/insights/project-insights.d.ts.map +1 -1
- package/dist/insights/project-insights.js +0 -8
- package/dist/insights/project-insights.js.map +1 -1
- package/dist/output/fix-formatters.d.ts.map +1 -1
- package/dist/output/fix-formatters.js +10 -2
- package/dist/output/fix-formatters.js.map +1 -1
- package/dist/services/context-generator.js +2 -2
- package/dist/services/context-generator.js.map +1 -1
- package/dist/services/skill-export.d.ts.map +1 -1
- package/dist/services/skill-export.js +39 -4
- package/dist/services/skill-export.js.map +1 -1
- package/dist/wizard/ai-guardrails-generator.js +1 -1
- package/package.json +16 -15
- package/LICENSE +0 -21
- package/dist/commands/explain.d.ts +0 -3
- package/dist/commands/explain.js +0 -224
- package/dist/commands/explain.js.map +0 -1
- package/dist/explain/agents.d.ts +0 -31
- package/dist/explain/agents.d.ts.map +0 -1
- package/dist/explain/agents.js +0 -507
- package/dist/explain/agents.js.map +0 -1
package/dist/config/schema.d.ts
CHANGED
|
@@ -109,13 +109,13 @@ export declare const TemplateConfigSchema: z.ZodObject<{
|
|
|
109
109
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
110
110
|
type: z.ZodEnum<["blade", "erb", "twig", "php", "html", "njk", "razor", "hbs", "mustache", "ejs", "pug", "liquid", "slim", "haml", "jinja", "django", "thymeleaf", "freemarker", "go-template", "edge", "eta", "heex", "velocity", "xslt", "astro", "solid", "qwik", "marko", "lit", "fast", "angular", "stencil", "alpine", "htmx", "hugo", "jekyll", "eleventy", "shopify", "markdown", "mdx", "asciidoc", "svg", "yaml-template", "json-template"]>;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
113
112
|
enabled: boolean;
|
|
114
113
|
include: string[];
|
|
114
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
115
115
|
exclude: string[];
|
|
116
116
|
}, {
|
|
117
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
118
117
|
include: string[];
|
|
118
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
119
119
|
enabled?: boolean | undefined;
|
|
120
120
|
exclude?: string[] | undefined;
|
|
121
121
|
}>;
|
|
@@ -156,12 +156,12 @@ export declare const TokenConfigSchema: z.ZodObject<{
|
|
|
156
156
|
files: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
157
157
|
cssVariablePrefix: z.ZodOptional<z.ZodString>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
files: string[];
|
|
160
159
|
enabled: boolean;
|
|
160
|
+
files: string[];
|
|
161
161
|
cssVariablePrefix?: string | undefined;
|
|
162
162
|
}, {
|
|
163
|
-
files?: string[] | undefined;
|
|
164
163
|
enabled?: boolean | undefined;
|
|
164
|
+
files?: string[] | undefined;
|
|
165
165
|
cssVariablePrefix?: string | undefined;
|
|
166
166
|
}>;
|
|
167
167
|
export declare const TailwindConfigSchema: z.ZodObject<{
|
|
@@ -169,13 +169,13 @@ export declare const TailwindConfigSchema: z.ZodObject<{
|
|
|
169
169
|
files: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
170
170
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
|
-
files: string[];
|
|
173
172
|
enabled: boolean;
|
|
174
173
|
exclude: string[];
|
|
174
|
+
files: string[];
|
|
175
175
|
}, {
|
|
176
|
-
files?: string[] | undefined;
|
|
177
176
|
enabled?: boolean | undefined;
|
|
178
177
|
exclude?: string[] | undefined;
|
|
178
|
+
files?: string[] | undefined;
|
|
179
179
|
}>;
|
|
180
180
|
export declare const SourcesConfigSchema: z.ZodObject<{
|
|
181
181
|
react: z.ZodOptional<z.ZodObject<{
|
|
@@ -272,13 +272,13 @@ export declare const SourcesConfigSchema: z.ZodObject<{
|
|
|
272
272
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
273
273
|
type: z.ZodEnum<["blade", "erb", "twig", "php", "html", "njk", "razor", "hbs", "mustache", "ejs", "pug", "liquid", "slim", "haml", "jinja", "django", "thymeleaf", "freemarker", "go-template", "edge", "eta", "heex", "velocity", "xslt", "astro", "solid", "qwik", "marko", "lit", "fast", "angular", "stencil", "alpine", "htmx", "hugo", "jekyll", "eleventy", "shopify", "markdown", "mdx", "asciidoc", "svg", "yaml-template", "json-template"]>;
|
|
274
274
|
}, "strip", z.ZodTypeAny, {
|
|
275
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
276
275
|
enabled: boolean;
|
|
277
276
|
include: string[];
|
|
277
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
278
278
|
exclude: string[];
|
|
279
279
|
}, {
|
|
280
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
281
280
|
include: string[];
|
|
281
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
282
282
|
enabled?: boolean | undefined;
|
|
283
283
|
exclude?: string[] | undefined;
|
|
284
284
|
}>>;
|
|
@@ -287,13 +287,13 @@ export declare const SourcesConfigSchema: z.ZodObject<{
|
|
|
287
287
|
files: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
288
288
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
289
289
|
}, "strip", z.ZodTypeAny, {
|
|
290
|
-
files: string[];
|
|
291
290
|
enabled: boolean;
|
|
292
291
|
exclude: string[];
|
|
292
|
+
files: string[];
|
|
293
293
|
}, {
|
|
294
|
-
files?: string[] | undefined;
|
|
295
294
|
enabled?: boolean | undefined;
|
|
296
295
|
exclude?: string[] | undefined;
|
|
296
|
+
files?: string[] | undefined;
|
|
297
297
|
}>>;
|
|
298
298
|
figma: z.ZodOptional<z.ZodObject<{
|
|
299
299
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -332,34 +332,34 @@ export declare const SourcesConfigSchema: z.ZodObject<{
|
|
|
332
332
|
files: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
333
333
|
cssVariablePrefix: z.ZodOptional<z.ZodString>;
|
|
334
334
|
}, "strip", z.ZodTypeAny, {
|
|
335
|
-
files: string[];
|
|
336
335
|
enabled: boolean;
|
|
336
|
+
files: string[];
|
|
337
337
|
cssVariablePrefix?: string | undefined;
|
|
338
338
|
}, {
|
|
339
|
-
files?: string[] | undefined;
|
|
340
339
|
enabled?: boolean | undefined;
|
|
340
|
+
files?: string[] | undefined;
|
|
341
341
|
cssVariablePrefix?: string | undefined;
|
|
342
342
|
}>>;
|
|
343
343
|
}, "strip", z.ZodTypeAny, {
|
|
344
|
-
|
|
344
|
+
angular?: {
|
|
345
345
|
enabled: boolean;
|
|
346
346
|
include: string[];
|
|
347
347
|
exclude: string[];
|
|
348
348
|
designSystemPackage?: string | undefined;
|
|
349
349
|
} | undefined;
|
|
350
|
-
|
|
350
|
+
react?: {
|
|
351
351
|
enabled: boolean;
|
|
352
352
|
include: string[];
|
|
353
353
|
exclude: string[];
|
|
354
354
|
designSystemPackage?: string | undefined;
|
|
355
355
|
} | undefined;
|
|
356
|
-
|
|
356
|
+
vue?: {
|
|
357
357
|
enabled: boolean;
|
|
358
358
|
include: string[];
|
|
359
359
|
exclude: string[];
|
|
360
360
|
designSystemPackage?: string | undefined;
|
|
361
361
|
} | undefined;
|
|
362
|
-
|
|
362
|
+
svelte?: {
|
|
363
363
|
enabled: boolean;
|
|
364
364
|
include: string[];
|
|
365
365
|
exclude: string[];
|
|
@@ -372,54 +372,54 @@ export declare const SourcesConfigSchema: z.ZodObject<{
|
|
|
372
372
|
framework: "lit" | "stencil" | "auto";
|
|
373
373
|
designSystemPackage?: string | undefined;
|
|
374
374
|
} | undefined;
|
|
375
|
-
tailwind?: {
|
|
376
|
-
files: string[];
|
|
377
|
-
enabled: boolean;
|
|
378
|
-
exclude: string[];
|
|
379
|
-
} | undefined;
|
|
380
375
|
templates?: {
|
|
381
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
382
376
|
enabled: boolean;
|
|
383
377
|
include: string[];
|
|
378
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
384
379
|
exclude: string[];
|
|
385
380
|
} | undefined;
|
|
386
|
-
|
|
381
|
+
tailwind?: {
|
|
382
|
+
enabled: boolean;
|
|
383
|
+
exclude: string[];
|
|
387
384
|
files: string[];
|
|
385
|
+
} | undefined;
|
|
386
|
+
figma?: {
|
|
388
387
|
enabled: boolean;
|
|
389
|
-
|
|
388
|
+
fileKeys: string[];
|
|
389
|
+
componentPageName: string;
|
|
390
|
+
tokenPageName: string;
|
|
391
|
+
accessToken?: string | undefined;
|
|
390
392
|
} | undefined;
|
|
391
393
|
storybook?: {
|
|
392
394
|
enabled: boolean;
|
|
393
395
|
url?: string | undefined;
|
|
394
396
|
staticDir?: string | undefined;
|
|
395
397
|
} | undefined;
|
|
396
|
-
|
|
398
|
+
tokens?: {
|
|
397
399
|
enabled: boolean;
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
tokenPageName: string;
|
|
401
|
-
accessToken?: string | undefined;
|
|
400
|
+
files: string[];
|
|
401
|
+
cssVariablePrefix?: string | undefined;
|
|
402
402
|
} | undefined;
|
|
403
403
|
}, {
|
|
404
|
-
|
|
404
|
+
angular?: {
|
|
405
405
|
enabled?: boolean | undefined;
|
|
406
406
|
include?: string[] | undefined;
|
|
407
407
|
exclude?: string[] | undefined;
|
|
408
408
|
designSystemPackage?: string | undefined;
|
|
409
409
|
} | undefined;
|
|
410
|
-
|
|
410
|
+
react?: {
|
|
411
411
|
enabled?: boolean | undefined;
|
|
412
412
|
include?: string[] | undefined;
|
|
413
413
|
exclude?: string[] | undefined;
|
|
414
414
|
designSystemPackage?: string | undefined;
|
|
415
415
|
} | undefined;
|
|
416
|
-
|
|
416
|
+
vue?: {
|
|
417
417
|
enabled?: boolean | undefined;
|
|
418
418
|
include?: string[] | undefined;
|
|
419
419
|
exclude?: string[] | undefined;
|
|
420
420
|
designSystemPackage?: string | undefined;
|
|
421
421
|
} | undefined;
|
|
422
|
-
|
|
422
|
+
svelte?: {
|
|
423
423
|
enabled?: boolean | undefined;
|
|
424
424
|
include?: string[] | undefined;
|
|
425
425
|
exclude?: string[] | undefined;
|
|
@@ -432,33 +432,33 @@ export declare const SourcesConfigSchema: z.ZodObject<{
|
|
|
432
432
|
designSystemPackage?: string | undefined;
|
|
433
433
|
framework?: "lit" | "stencil" | "auto" | undefined;
|
|
434
434
|
} | undefined;
|
|
435
|
-
tailwind?: {
|
|
436
|
-
files?: string[] | undefined;
|
|
437
|
-
enabled?: boolean | undefined;
|
|
438
|
-
exclude?: string[] | undefined;
|
|
439
|
-
} | undefined;
|
|
440
435
|
templates?: {
|
|
441
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
442
436
|
include: string[];
|
|
437
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
443
438
|
enabled?: boolean | undefined;
|
|
444
439
|
exclude?: string[] | undefined;
|
|
445
440
|
} | undefined;
|
|
446
|
-
|
|
441
|
+
tailwind?: {
|
|
442
|
+
enabled?: boolean | undefined;
|
|
443
|
+
exclude?: string[] | undefined;
|
|
447
444
|
files?: string[] | undefined;
|
|
445
|
+
} | undefined;
|
|
446
|
+
figma?: {
|
|
448
447
|
enabled?: boolean | undefined;
|
|
449
|
-
|
|
448
|
+
accessToken?: string | undefined;
|
|
449
|
+
fileKeys?: string[] | undefined;
|
|
450
|
+
componentPageName?: string | undefined;
|
|
451
|
+
tokenPageName?: string | undefined;
|
|
450
452
|
} | undefined;
|
|
451
453
|
storybook?: {
|
|
452
454
|
enabled?: boolean | undefined;
|
|
453
455
|
url?: string | undefined;
|
|
454
456
|
staticDir?: string | undefined;
|
|
455
457
|
} | undefined;
|
|
456
|
-
|
|
458
|
+
tokens?: {
|
|
457
459
|
enabled?: boolean | undefined;
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
componentPageName?: string | undefined;
|
|
461
|
-
tokenPageName?: string | undefined;
|
|
460
|
+
files?: string[] | undefined;
|
|
461
|
+
cssVariablePrefix?: string | undefined;
|
|
462
462
|
} | undefined;
|
|
463
463
|
}>;
|
|
464
464
|
export declare const DriftIgnoreSchema: z.ZodObject<{
|
|
@@ -546,10 +546,10 @@ export declare const OutputConfigSchema: z.ZodObject<{
|
|
|
546
546
|
format: z.ZodDefault<z.ZodEnum<["table", "json", "markdown"]>>;
|
|
547
547
|
colors: z.ZodDefault<z.ZodBoolean>;
|
|
548
548
|
}, "strip", z.ZodTypeAny, {
|
|
549
|
-
format: "markdown" | "
|
|
549
|
+
format: "markdown" | "table" | "json";
|
|
550
550
|
colors: boolean;
|
|
551
551
|
}, {
|
|
552
|
-
format?: "markdown" | "
|
|
552
|
+
format?: "markdown" | "table" | "json" | undefined;
|
|
553
553
|
colors?: boolean | undefined;
|
|
554
554
|
}>;
|
|
555
555
|
export declare const BuoyConfigSchema: z.ZodObject<{
|
|
@@ -658,13 +658,13 @@ export declare const BuoyConfigSchema: z.ZodObject<{
|
|
|
658
658
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
659
659
|
type: z.ZodEnum<["blade", "erb", "twig", "php", "html", "njk", "razor", "hbs", "mustache", "ejs", "pug", "liquid", "slim", "haml", "jinja", "django", "thymeleaf", "freemarker", "go-template", "edge", "eta", "heex", "velocity", "xslt", "astro", "solid", "qwik", "marko", "lit", "fast", "angular", "stencil", "alpine", "htmx", "hugo", "jekyll", "eleventy", "shopify", "markdown", "mdx", "asciidoc", "svg", "yaml-template", "json-template"]>;
|
|
660
660
|
}, "strip", z.ZodTypeAny, {
|
|
661
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
662
661
|
enabled: boolean;
|
|
663
662
|
include: string[];
|
|
663
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
664
664
|
exclude: string[];
|
|
665
665
|
}, {
|
|
666
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
667
666
|
include: string[];
|
|
667
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
668
668
|
enabled?: boolean | undefined;
|
|
669
669
|
exclude?: string[] | undefined;
|
|
670
670
|
}>>;
|
|
@@ -673,13 +673,13 @@ export declare const BuoyConfigSchema: z.ZodObject<{
|
|
|
673
673
|
files: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
674
674
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
675
675
|
}, "strip", z.ZodTypeAny, {
|
|
676
|
-
files: string[];
|
|
677
676
|
enabled: boolean;
|
|
678
677
|
exclude: string[];
|
|
678
|
+
files: string[];
|
|
679
679
|
}, {
|
|
680
|
-
files?: string[] | undefined;
|
|
681
680
|
enabled?: boolean | undefined;
|
|
682
681
|
exclude?: string[] | undefined;
|
|
682
|
+
files?: string[] | undefined;
|
|
683
683
|
}>>;
|
|
684
684
|
figma: z.ZodOptional<z.ZodObject<{
|
|
685
685
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -718,34 +718,34 @@ export declare const BuoyConfigSchema: z.ZodObject<{
|
|
|
718
718
|
files: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
719
719
|
cssVariablePrefix: z.ZodOptional<z.ZodString>;
|
|
720
720
|
}, "strip", z.ZodTypeAny, {
|
|
721
|
-
files: string[];
|
|
722
721
|
enabled: boolean;
|
|
722
|
+
files: string[];
|
|
723
723
|
cssVariablePrefix?: string | undefined;
|
|
724
724
|
}, {
|
|
725
|
-
files?: string[] | undefined;
|
|
726
725
|
enabled?: boolean | undefined;
|
|
726
|
+
files?: string[] | undefined;
|
|
727
727
|
cssVariablePrefix?: string | undefined;
|
|
728
728
|
}>>;
|
|
729
729
|
}, "strip", z.ZodTypeAny, {
|
|
730
|
-
|
|
730
|
+
angular?: {
|
|
731
731
|
enabled: boolean;
|
|
732
732
|
include: string[];
|
|
733
733
|
exclude: string[];
|
|
734
734
|
designSystemPackage?: string | undefined;
|
|
735
735
|
} | undefined;
|
|
736
|
-
|
|
736
|
+
react?: {
|
|
737
737
|
enabled: boolean;
|
|
738
738
|
include: string[];
|
|
739
739
|
exclude: string[];
|
|
740
740
|
designSystemPackage?: string | undefined;
|
|
741
741
|
} | undefined;
|
|
742
|
-
|
|
742
|
+
vue?: {
|
|
743
743
|
enabled: boolean;
|
|
744
744
|
include: string[];
|
|
745
745
|
exclude: string[];
|
|
746
746
|
designSystemPackage?: string | undefined;
|
|
747
747
|
} | undefined;
|
|
748
|
-
|
|
748
|
+
svelte?: {
|
|
749
749
|
enabled: boolean;
|
|
750
750
|
include: string[];
|
|
751
751
|
exclude: string[];
|
|
@@ -758,54 +758,54 @@ export declare const BuoyConfigSchema: z.ZodObject<{
|
|
|
758
758
|
framework: "lit" | "stencil" | "auto";
|
|
759
759
|
designSystemPackage?: string | undefined;
|
|
760
760
|
} | undefined;
|
|
761
|
-
tailwind?: {
|
|
762
|
-
files: string[];
|
|
763
|
-
enabled: boolean;
|
|
764
|
-
exclude: string[];
|
|
765
|
-
} | undefined;
|
|
766
761
|
templates?: {
|
|
767
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
768
762
|
enabled: boolean;
|
|
769
763
|
include: string[];
|
|
764
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
770
765
|
exclude: string[];
|
|
771
766
|
} | undefined;
|
|
772
|
-
|
|
767
|
+
tailwind?: {
|
|
768
|
+
enabled: boolean;
|
|
769
|
+
exclude: string[];
|
|
773
770
|
files: string[];
|
|
771
|
+
} | undefined;
|
|
772
|
+
figma?: {
|
|
774
773
|
enabled: boolean;
|
|
775
|
-
|
|
774
|
+
fileKeys: string[];
|
|
775
|
+
componentPageName: string;
|
|
776
|
+
tokenPageName: string;
|
|
777
|
+
accessToken?: string | undefined;
|
|
776
778
|
} | undefined;
|
|
777
779
|
storybook?: {
|
|
778
780
|
enabled: boolean;
|
|
779
781
|
url?: string | undefined;
|
|
780
782
|
staticDir?: string | undefined;
|
|
781
783
|
} | undefined;
|
|
782
|
-
|
|
784
|
+
tokens?: {
|
|
783
785
|
enabled: boolean;
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
tokenPageName: string;
|
|
787
|
-
accessToken?: string | undefined;
|
|
786
|
+
files: string[];
|
|
787
|
+
cssVariablePrefix?: string | undefined;
|
|
788
788
|
} | undefined;
|
|
789
789
|
}, {
|
|
790
|
-
|
|
790
|
+
angular?: {
|
|
791
791
|
enabled?: boolean | undefined;
|
|
792
792
|
include?: string[] | undefined;
|
|
793
793
|
exclude?: string[] | undefined;
|
|
794
794
|
designSystemPackage?: string | undefined;
|
|
795
795
|
} | undefined;
|
|
796
|
-
|
|
796
|
+
react?: {
|
|
797
797
|
enabled?: boolean | undefined;
|
|
798
798
|
include?: string[] | undefined;
|
|
799
799
|
exclude?: string[] | undefined;
|
|
800
800
|
designSystemPackage?: string | undefined;
|
|
801
801
|
} | undefined;
|
|
802
|
-
|
|
802
|
+
vue?: {
|
|
803
803
|
enabled?: boolean | undefined;
|
|
804
804
|
include?: string[] | undefined;
|
|
805
805
|
exclude?: string[] | undefined;
|
|
806
806
|
designSystemPackage?: string | undefined;
|
|
807
807
|
} | undefined;
|
|
808
|
-
|
|
808
|
+
svelte?: {
|
|
809
809
|
enabled?: boolean | undefined;
|
|
810
810
|
include?: string[] | undefined;
|
|
811
811
|
exclude?: string[] | undefined;
|
|
@@ -818,33 +818,33 @@ export declare const BuoyConfigSchema: z.ZodObject<{
|
|
|
818
818
|
designSystemPackage?: string | undefined;
|
|
819
819
|
framework?: "lit" | "stencil" | "auto" | undefined;
|
|
820
820
|
} | undefined;
|
|
821
|
-
tailwind?: {
|
|
822
|
-
files?: string[] | undefined;
|
|
823
|
-
enabled?: boolean | undefined;
|
|
824
|
-
exclude?: string[] | undefined;
|
|
825
|
-
} | undefined;
|
|
826
821
|
templates?: {
|
|
827
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
828
822
|
include: string[];
|
|
823
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
829
824
|
enabled?: boolean | undefined;
|
|
830
825
|
exclude?: string[] | undefined;
|
|
831
826
|
} | undefined;
|
|
832
|
-
|
|
827
|
+
tailwind?: {
|
|
828
|
+
enabled?: boolean | undefined;
|
|
829
|
+
exclude?: string[] | undefined;
|
|
833
830
|
files?: string[] | undefined;
|
|
831
|
+
} | undefined;
|
|
832
|
+
figma?: {
|
|
834
833
|
enabled?: boolean | undefined;
|
|
835
|
-
|
|
834
|
+
accessToken?: string | undefined;
|
|
835
|
+
fileKeys?: string[] | undefined;
|
|
836
|
+
componentPageName?: string | undefined;
|
|
837
|
+
tokenPageName?: string | undefined;
|
|
836
838
|
} | undefined;
|
|
837
839
|
storybook?: {
|
|
838
840
|
enabled?: boolean | undefined;
|
|
839
841
|
url?: string | undefined;
|
|
840
842
|
staticDir?: string | undefined;
|
|
841
843
|
} | undefined;
|
|
842
|
-
|
|
844
|
+
tokens?: {
|
|
843
845
|
enabled?: boolean | undefined;
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
componentPageName?: string | undefined;
|
|
847
|
-
tokenPageName?: string | undefined;
|
|
846
|
+
files?: string[] | undefined;
|
|
847
|
+
cssVariablePrefix?: string | undefined;
|
|
848
848
|
} | undefined;
|
|
849
849
|
}>>;
|
|
850
850
|
drift: z.ZodDefault<z.ZodObject<{
|
|
@@ -909,41 +909,37 @@ export declare const BuoyConfigSchema: z.ZodObject<{
|
|
|
909
909
|
format: z.ZodDefault<z.ZodEnum<["table", "json", "markdown"]>>;
|
|
910
910
|
colors: z.ZodDefault<z.ZodBoolean>;
|
|
911
911
|
}, "strip", z.ZodTypeAny, {
|
|
912
|
-
format: "markdown" | "
|
|
912
|
+
format: "markdown" | "table" | "json";
|
|
913
913
|
colors: boolean;
|
|
914
914
|
}, {
|
|
915
|
-
format?: "markdown" | "
|
|
915
|
+
format?: "markdown" | "table" | "json" | undefined;
|
|
916
916
|
colors?: boolean | undefined;
|
|
917
917
|
}>>;
|
|
918
918
|
}, "strip", z.ZodTypeAny, {
|
|
919
|
-
output: {
|
|
920
|
-
format: "markdown" | "json" | "table";
|
|
921
|
-
colors: boolean;
|
|
922
|
-
};
|
|
923
919
|
project: {
|
|
924
920
|
name: string;
|
|
925
921
|
apiEndpoint?: string | undefined;
|
|
926
922
|
};
|
|
927
923
|
sources: {
|
|
928
|
-
|
|
924
|
+
angular?: {
|
|
929
925
|
enabled: boolean;
|
|
930
926
|
include: string[];
|
|
931
927
|
exclude: string[];
|
|
932
928
|
designSystemPackage?: string | undefined;
|
|
933
929
|
} | undefined;
|
|
934
|
-
|
|
930
|
+
react?: {
|
|
935
931
|
enabled: boolean;
|
|
936
932
|
include: string[];
|
|
937
933
|
exclude: string[];
|
|
938
934
|
designSystemPackage?: string | undefined;
|
|
939
935
|
} | undefined;
|
|
940
|
-
|
|
936
|
+
vue?: {
|
|
941
937
|
enabled: boolean;
|
|
942
938
|
include: string[];
|
|
943
939
|
exclude: string[];
|
|
944
940
|
designSystemPackage?: string | undefined;
|
|
945
941
|
} | undefined;
|
|
946
|
-
|
|
942
|
+
svelte?: {
|
|
947
943
|
enabled: boolean;
|
|
948
944
|
include: string[];
|
|
949
945
|
exclude: string[];
|
|
@@ -956,33 +952,33 @@ export declare const BuoyConfigSchema: z.ZodObject<{
|
|
|
956
952
|
framework: "lit" | "stencil" | "auto";
|
|
957
953
|
designSystemPackage?: string | undefined;
|
|
958
954
|
} | undefined;
|
|
959
|
-
tailwind?: {
|
|
960
|
-
files: string[];
|
|
961
|
-
enabled: boolean;
|
|
962
|
-
exclude: string[];
|
|
963
|
-
} | undefined;
|
|
964
955
|
templates?: {
|
|
965
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
966
956
|
enabled: boolean;
|
|
967
957
|
include: string[];
|
|
958
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
968
959
|
exclude: string[];
|
|
969
960
|
} | undefined;
|
|
970
|
-
|
|
961
|
+
tailwind?: {
|
|
962
|
+
enabled: boolean;
|
|
963
|
+
exclude: string[];
|
|
971
964
|
files: string[];
|
|
965
|
+
} | undefined;
|
|
966
|
+
figma?: {
|
|
972
967
|
enabled: boolean;
|
|
973
|
-
|
|
968
|
+
fileKeys: string[];
|
|
969
|
+
componentPageName: string;
|
|
970
|
+
tokenPageName: string;
|
|
971
|
+
accessToken?: string | undefined;
|
|
974
972
|
} | undefined;
|
|
975
973
|
storybook?: {
|
|
976
974
|
enabled: boolean;
|
|
977
975
|
url?: string | undefined;
|
|
978
976
|
staticDir?: string | undefined;
|
|
979
977
|
} | undefined;
|
|
980
|
-
|
|
978
|
+
tokens?: {
|
|
981
979
|
enabled: boolean;
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
tokenPageName: string;
|
|
985
|
-
accessToken?: string | undefined;
|
|
980
|
+
files: string[];
|
|
981
|
+
cssVariablePrefix?: string | undefined;
|
|
986
982
|
} | undefined;
|
|
987
983
|
};
|
|
988
984
|
drift: {
|
|
@@ -1001,35 +997,35 @@ export declare const BuoyConfigSchema: z.ZodObject<{
|
|
|
1001
997
|
minSeverity: "info" | "warning" | "critical";
|
|
1002
998
|
} | undefined;
|
|
1003
999
|
};
|
|
1000
|
+
output: {
|
|
1001
|
+
format: "markdown" | "table" | "json";
|
|
1002
|
+
colors: boolean;
|
|
1003
|
+
};
|
|
1004
1004
|
}, {
|
|
1005
1005
|
project: {
|
|
1006
1006
|
name: string;
|
|
1007
1007
|
apiEndpoint?: string | undefined;
|
|
1008
1008
|
};
|
|
1009
|
-
output?: {
|
|
1010
|
-
format?: "markdown" | "json" | "table" | undefined;
|
|
1011
|
-
colors?: boolean | undefined;
|
|
1012
|
-
} | undefined;
|
|
1013
1009
|
sources?: {
|
|
1014
|
-
|
|
1010
|
+
angular?: {
|
|
1015
1011
|
enabled?: boolean | undefined;
|
|
1016
1012
|
include?: string[] | undefined;
|
|
1017
1013
|
exclude?: string[] | undefined;
|
|
1018
1014
|
designSystemPackage?: string | undefined;
|
|
1019
1015
|
} | undefined;
|
|
1020
|
-
|
|
1016
|
+
react?: {
|
|
1021
1017
|
enabled?: boolean | undefined;
|
|
1022
1018
|
include?: string[] | undefined;
|
|
1023
1019
|
exclude?: string[] | undefined;
|
|
1024
1020
|
designSystemPackage?: string | undefined;
|
|
1025
1021
|
} | undefined;
|
|
1026
|
-
|
|
1022
|
+
vue?: {
|
|
1027
1023
|
enabled?: boolean | undefined;
|
|
1028
1024
|
include?: string[] | undefined;
|
|
1029
1025
|
exclude?: string[] | undefined;
|
|
1030
1026
|
designSystemPackage?: string | undefined;
|
|
1031
1027
|
} | undefined;
|
|
1032
|
-
|
|
1028
|
+
svelte?: {
|
|
1033
1029
|
enabled?: boolean | undefined;
|
|
1034
1030
|
include?: string[] | undefined;
|
|
1035
1031
|
exclude?: string[] | undefined;
|
|
@@ -1042,33 +1038,33 @@ export declare const BuoyConfigSchema: z.ZodObject<{
|
|
|
1042
1038
|
designSystemPackage?: string | undefined;
|
|
1043
1039
|
framework?: "lit" | "stencil" | "auto" | undefined;
|
|
1044
1040
|
} | undefined;
|
|
1045
|
-
tailwind?: {
|
|
1046
|
-
files?: string[] | undefined;
|
|
1047
|
-
enabled?: boolean | undefined;
|
|
1048
|
-
exclude?: string[] | undefined;
|
|
1049
|
-
} | undefined;
|
|
1050
1041
|
templates?: {
|
|
1051
|
-
type: "angular" | "solid" | "astro" | "lit" | "stencil" | "php" | "django" | "hugo" | "jekyll" | "eleventy" | "qwik" | "marko" | "fast" | "alpine" | "htmx" | "erb" | "blade" | "twig" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
1052
1042
|
include: string[];
|
|
1043
|
+
type: "lit" | "stencil" | "blade" | "erb" | "twig" | "php" | "html" | "njk" | "razor" | "hbs" | "mustache" | "ejs" | "pug" | "liquid" | "slim" | "haml" | "jinja" | "django" | "thymeleaf" | "freemarker" | "go-template" | "edge" | "eta" | "heex" | "velocity" | "xslt" | "astro" | "solid" | "qwik" | "marko" | "fast" | "angular" | "alpine" | "htmx" | "hugo" | "jekyll" | "eleventy" | "shopify" | "markdown" | "mdx" | "asciidoc" | "svg" | "yaml-template" | "json-template";
|
|
1053
1044
|
enabled?: boolean | undefined;
|
|
1054
1045
|
exclude?: string[] | undefined;
|
|
1055
1046
|
} | undefined;
|
|
1056
|
-
|
|
1047
|
+
tailwind?: {
|
|
1048
|
+
enabled?: boolean | undefined;
|
|
1049
|
+
exclude?: string[] | undefined;
|
|
1057
1050
|
files?: string[] | undefined;
|
|
1051
|
+
} | undefined;
|
|
1052
|
+
figma?: {
|
|
1058
1053
|
enabled?: boolean | undefined;
|
|
1059
|
-
|
|
1054
|
+
accessToken?: string | undefined;
|
|
1055
|
+
fileKeys?: string[] | undefined;
|
|
1056
|
+
componentPageName?: string | undefined;
|
|
1057
|
+
tokenPageName?: string | undefined;
|
|
1060
1058
|
} | undefined;
|
|
1061
1059
|
storybook?: {
|
|
1062
1060
|
enabled?: boolean | undefined;
|
|
1063
1061
|
url?: string | undefined;
|
|
1064
1062
|
staticDir?: string | undefined;
|
|
1065
1063
|
} | undefined;
|
|
1066
|
-
|
|
1064
|
+
tokens?: {
|
|
1067
1065
|
enabled?: boolean | undefined;
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
componentPageName?: string | undefined;
|
|
1071
|
-
tokenPageName?: string | undefined;
|
|
1066
|
+
files?: string[] | undefined;
|
|
1067
|
+
cssVariablePrefix?: string | undefined;
|
|
1072
1068
|
} | undefined;
|
|
1073
1069
|
} | undefined;
|
|
1074
1070
|
drift?: {
|
|
@@ -1087,6 +1083,10 @@ export declare const BuoyConfigSchema: z.ZodObject<{
|
|
|
1087
1083
|
minSeverity?: "info" | "warning" | "critical" | undefined;
|
|
1088
1084
|
} | undefined;
|
|
1089
1085
|
} | undefined;
|
|
1086
|
+
output?: {
|
|
1087
|
+
format?: "markdown" | "table" | "json" | undefined;
|
|
1088
|
+
colors?: boolean | undefined;
|
|
1089
|
+
} | undefined;
|
|
1090
1090
|
}>;
|
|
1091
1091
|
export type ComponentSourceConfig = z.infer<typeof ComponentSourceConfigSchema>;
|
|
1092
1092
|
export type ReactConfig = z.infer<typeof ReactConfigSchema>;
|