shadcn-vue 2.7.0 → 2.7.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.
- package/dist/{api-B-EGcsFi.d.ts → api-910oujEW.d.ts} +166 -166
- package/dist/api-910oujEW.d.ts.map +1 -0
- package/dist/{get-config-BRAQ-Tnk.d.ts → get-config-HtUBua2Z.d.ts} +2 -2
- package/dist/get-config-HtUBua2Z.d.ts.map +1 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/{index-VbcDxT_d.d.ts → index-DlppMkfr.d.ts} +341 -341
- package/dist/{index-VbcDxT_d.d.ts.map → index-DlppMkfr.d.ts.map} +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/registry/index.d.ts +3 -3
- package/dist/schema/index.d.ts +1 -1
- package/dist/utils/index.d.ts +2 -2
- package/package.json +2 -2
- package/dist/api-B-EGcsFi.d.ts.map +0 -1
- package/dist/get-config-BRAQ-Tnk.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as registryItemSchema, g as registryIndexSchema } from "./index-
|
|
2
|
-
import { t as Config } from "./get-config-
|
|
1
|
+
import { C as registryItemSchema, g as registryIndexSchema } from "./index-DlppMkfr.js";
|
|
2
|
+
import { t as Config } from "./get-config-HtUBua2Z.js";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
|
|
5
5
|
//#region src/registry/api.d.ts
|
|
@@ -20,7 +20,6 @@ declare function getRegistry(name: string, options?: {
|
|
|
20
20
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
21
21
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
22
22
|
$schema?: string | undefined;
|
|
23
|
-
typescript?: boolean | undefined;
|
|
24
23
|
tailwind?: {
|
|
25
24
|
config?: string | undefined;
|
|
26
25
|
baseColor?: string | undefined;
|
|
@@ -28,6 +27,7 @@ declare function getRegistry(name: string, options?: {
|
|
|
28
27
|
cssVariables?: boolean | undefined;
|
|
29
28
|
prefix?: string | undefined;
|
|
30
29
|
} | undefined;
|
|
30
|
+
typescript?: boolean | undefined;
|
|
31
31
|
rtl?: boolean | undefined;
|
|
32
32
|
pointer?: boolean | undefined;
|
|
33
33
|
aliases?: {
|
|
@@ -46,14 +46,6 @@ declare function getRegistry(name: string, options?: {
|
|
|
46
46
|
} | undefined;
|
|
47
47
|
title?: string | undefined;
|
|
48
48
|
$schema?: string | undefined;
|
|
49
|
-
tailwind?: {
|
|
50
|
-
config?: {
|
|
51
|
-
theme?: Record<string, any> | undefined;
|
|
52
|
-
content?: string[] | undefined;
|
|
53
|
-
plugins?: string[] | undefined;
|
|
54
|
-
} | undefined;
|
|
55
|
-
} | undefined;
|
|
56
|
-
css?: Record<string, any> | undefined;
|
|
57
49
|
extends?: string | undefined;
|
|
58
50
|
author?: string | undefined;
|
|
59
51
|
description?: string | undefined;
|
|
@@ -62,7 +54,7 @@ declare function getRegistry(name: string, options?: {
|
|
|
62
54
|
registryDependencies?: string[] | undefined;
|
|
63
55
|
files?: ({
|
|
64
56
|
path: string;
|
|
65
|
-
type: "registry:
|
|
57
|
+
type: "registry:file" | "registry:page";
|
|
66
58
|
target: string;
|
|
67
59
|
content?: string | undefined;
|
|
68
60
|
} | {
|
|
@@ -71,11 +63,19 @@ declare function getRegistry(name: string, options?: {
|
|
|
71
63
|
content?: string | undefined;
|
|
72
64
|
target?: string | undefined;
|
|
73
65
|
})[] | undefined;
|
|
66
|
+
tailwind?: {
|
|
67
|
+
config?: {
|
|
68
|
+
theme?: Record<string, any> | undefined;
|
|
69
|
+
content?: string[] | undefined;
|
|
70
|
+
plugins?: string[] | undefined;
|
|
71
|
+
} | undefined;
|
|
72
|
+
} | undefined;
|
|
74
73
|
cssVars?: {
|
|
75
74
|
theme?: Record<string, string> | undefined;
|
|
76
75
|
light?: Record<string, string> | undefined;
|
|
77
76
|
dark?: Record<string, string> | undefined;
|
|
78
77
|
} | undefined;
|
|
78
|
+
css?: Record<string, any> | undefined;
|
|
79
79
|
envVars?: Record<string, string> | undefined;
|
|
80
80
|
meta?: Record<string, any> | undefined;
|
|
81
81
|
docs?: string | undefined;
|
|
@@ -93,14 +93,6 @@ declare function getRegistry(name: string, options?: {
|
|
|
93
93
|
type: "registry:font";
|
|
94
94
|
title?: string | undefined;
|
|
95
95
|
$schema?: string | undefined;
|
|
96
|
-
tailwind?: {
|
|
97
|
-
config?: {
|
|
98
|
-
theme?: Record<string, any> | undefined;
|
|
99
|
-
content?: string[] | undefined;
|
|
100
|
-
plugins?: string[] | undefined;
|
|
101
|
-
} | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
css?: Record<string, any> | undefined;
|
|
104
96
|
extends?: string | undefined;
|
|
105
97
|
author?: string | undefined;
|
|
106
98
|
description?: string | undefined;
|
|
@@ -109,7 +101,7 @@ declare function getRegistry(name: string, options?: {
|
|
|
109
101
|
registryDependencies?: string[] | undefined;
|
|
110
102
|
files?: ({
|
|
111
103
|
path: string;
|
|
112
|
-
type: "registry:
|
|
104
|
+
type: "registry:file" | "registry:page";
|
|
113
105
|
target: string;
|
|
114
106
|
content?: string | undefined;
|
|
115
107
|
} | {
|
|
@@ -118,28 +110,28 @@ declare function getRegistry(name: string, options?: {
|
|
|
118
110
|
content?: string | undefined;
|
|
119
111
|
target?: string | undefined;
|
|
120
112
|
})[] | undefined;
|
|
113
|
+
tailwind?: {
|
|
114
|
+
config?: {
|
|
115
|
+
theme?: Record<string, any> | undefined;
|
|
116
|
+
content?: string[] | undefined;
|
|
117
|
+
plugins?: string[] | undefined;
|
|
118
|
+
} | undefined;
|
|
119
|
+
} | undefined;
|
|
121
120
|
cssVars?: {
|
|
122
121
|
theme?: Record<string, string> | undefined;
|
|
123
122
|
light?: Record<string, string> | undefined;
|
|
124
123
|
dark?: Record<string, string> | undefined;
|
|
125
124
|
} | undefined;
|
|
125
|
+
css?: Record<string, any> | undefined;
|
|
126
126
|
envVars?: Record<string, string> | undefined;
|
|
127
127
|
meta?: Record<string, any> | undefined;
|
|
128
128
|
docs?: string | undefined;
|
|
129
129
|
categories?: string[] | undefined;
|
|
130
130
|
} | {
|
|
131
131
|
name: string;
|
|
132
|
-
type: "registry:
|
|
132
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
133
133
|
title?: string | undefined;
|
|
134
134
|
$schema?: string | undefined;
|
|
135
|
-
tailwind?: {
|
|
136
|
-
config?: {
|
|
137
|
-
theme?: Record<string, any> | undefined;
|
|
138
|
-
content?: string[] | undefined;
|
|
139
|
-
plugins?: string[] | undefined;
|
|
140
|
-
} | undefined;
|
|
141
|
-
} | undefined;
|
|
142
|
-
css?: Record<string, any> | undefined;
|
|
143
135
|
extends?: string | undefined;
|
|
144
136
|
author?: string | undefined;
|
|
145
137
|
description?: string | undefined;
|
|
@@ -148,7 +140,7 @@ declare function getRegistry(name: string, options?: {
|
|
|
148
140
|
registryDependencies?: string[] | undefined;
|
|
149
141
|
files?: ({
|
|
150
142
|
path: string;
|
|
151
|
-
type: "registry:
|
|
143
|
+
type: "registry:file" | "registry:page";
|
|
152
144
|
target: string;
|
|
153
145
|
content?: string | undefined;
|
|
154
146
|
} | {
|
|
@@ -157,11 +149,19 @@ declare function getRegistry(name: string, options?: {
|
|
|
157
149
|
content?: string | undefined;
|
|
158
150
|
target?: string | undefined;
|
|
159
151
|
})[] | undefined;
|
|
152
|
+
tailwind?: {
|
|
153
|
+
config?: {
|
|
154
|
+
theme?: Record<string, any> | undefined;
|
|
155
|
+
content?: string[] | undefined;
|
|
156
|
+
plugins?: string[] | undefined;
|
|
157
|
+
} | undefined;
|
|
158
|
+
} | undefined;
|
|
160
159
|
cssVars?: {
|
|
161
160
|
theme?: Record<string, string> | undefined;
|
|
162
161
|
light?: Record<string, string> | undefined;
|
|
163
162
|
dark?: Record<string, string> | undefined;
|
|
164
163
|
} | undefined;
|
|
164
|
+
css?: Record<string, any> | undefined;
|
|
165
165
|
envVars?: Record<string, string> | undefined;
|
|
166
166
|
meta?: Record<string, any> | undefined;
|
|
167
167
|
docs?: string | undefined;
|
|
@@ -182,7 +182,6 @@ declare function getRegistryItems(items: string[], options?: {
|
|
|
182
182
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
183
183
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
184
184
|
$schema?: string | undefined;
|
|
185
|
-
typescript?: boolean | undefined;
|
|
186
185
|
tailwind?: {
|
|
187
186
|
config?: string | undefined;
|
|
188
187
|
baseColor?: string | undefined;
|
|
@@ -190,6 +189,7 @@ declare function getRegistryItems(items: string[], options?: {
|
|
|
190
189
|
cssVariables?: boolean | undefined;
|
|
191
190
|
prefix?: string | undefined;
|
|
192
191
|
} | undefined;
|
|
192
|
+
typescript?: boolean | undefined;
|
|
193
193
|
rtl?: boolean | undefined;
|
|
194
194
|
pointer?: boolean | undefined;
|
|
195
195
|
aliases?: {
|
|
@@ -208,14 +208,6 @@ declare function getRegistryItems(items: string[], options?: {
|
|
|
208
208
|
} | undefined;
|
|
209
209
|
title?: string | undefined;
|
|
210
210
|
$schema?: string | undefined;
|
|
211
|
-
tailwind?: {
|
|
212
|
-
config?: {
|
|
213
|
-
theme?: Record<string, any> | undefined;
|
|
214
|
-
content?: string[] | undefined;
|
|
215
|
-
plugins?: string[] | undefined;
|
|
216
|
-
} | undefined;
|
|
217
|
-
} | undefined;
|
|
218
|
-
css?: Record<string, any> | undefined;
|
|
219
211
|
extends?: string | undefined;
|
|
220
212
|
author?: string | undefined;
|
|
221
213
|
description?: string | undefined;
|
|
@@ -224,7 +216,7 @@ declare function getRegistryItems(items: string[], options?: {
|
|
|
224
216
|
registryDependencies?: string[] | undefined;
|
|
225
217
|
files?: ({
|
|
226
218
|
path: string;
|
|
227
|
-
type: "registry:
|
|
219
|
+
type: "registry:file" | "registry:page";
|
|
228
220
|
target: string;
|
|
229
221
|
content?: string | undefined;
|
|
230
222
|
} | {
|
|
@@ -233,11 +225,19 @@ declare function getRegistryItems(items: string[], options?: {
|
|
|
233
225
|
content?: string | undefined;
|
|
234
226
|
target?: string | undefined;
|
|
235
227
|
})[] | undefined;
|
|
228
|
+
tailwind?: {
|
|
229
|
+
config?: {
|
|
230
|
+
theme?: Record<string, any> | undefined;
|
|
231
|
+
content?: string[] | undefined;
|
|
232
|
+
plugins?: string[] | undefined;
|
|
233
|
+
} | undefined;
|
|
234
|
+
} | undefined;
|
|
236
235
|
cssVars?: {
|
|
237
236
|
theme?: Record<string, string> | undefined;
|
|
238
237
|
light?: Record<string, string> | undefined;
|
|
239
238
|
dark?: Record<string, string> | undefined;
|
|
240
239
|
} | undefined;
|
|
240
|
+
css?: Record<string, any> | undefined;
|
|
241
241
|
envVars?: Record<string, string> | undefined;
|
|
242
242
|
meta?: Record<string, any> | undefined;
|
|
243
243
|
docs?: string | undefined;
|
|
@@ -255,14 +255,6 @@ declare function getRegistryItems(items: string[], options?: {
|
|
|
255
255
|
type: "registry:font";
|
|
256
256
|
title?: string | undefined;
|
|
257
257
|
$schema?: string | undefined;
|
|
258
|
-
tailwind?: {
|
|
259
|
-
config?: {
|
|
260
|
-
theme?: Record<string, any> | undefined;
|
|
261
|
-
content?: string[] | undefined;
|
|
262
|
-
plugins?: string[] | undefined;
|
|
263
|
-
} | undefined;
|
|
264
|
-
} | undefined;
|
|
265
|
-
css?: Record<string, any> | undefined;
|
|
266
258
|
extends?: string | undefined;
|
|
267
259
|
author?: string | undefined;
|
|
268
260
|
description?: string | undefined;
|
|
@@ -271,7 +263,7 @@ declare function getRegistryItems(items: string[], options?: {
|
|
|
271
263
|
registryDependencies?: string[] | undefined;
|
|
272
264
|
files?: ({
|
|
273
265
|
path: string;
|
|
274
|
-
type: "registry:
|
|
266
|
+
type: "registry:file" | "registry:page";
|
|
275
267
|
target: string;
|
|
276
268
|
content?: string | undefined;
|
|
277
269
|
} | {
|
|
@@ -280,28 +272,28 @@ declare function getRegistryItems(items: string[], options?: {
|
|
|
280
272
|
content?: string | undefined;
|
|
281
273
|
target?: string | undefined;
|
|
282
274
|
})[] | undefined;
|
|
275
|
+
tailwind?: {
|
|
276
|
+
config?: {
|
|
277
|
+
theme?: Record<string, any> | undefined;
|
|
278
|
+
content?: string[] | undefined;
|
|
279
|
+
plugins?: string[] | undefined;
|
|
280
|
+
} | undefined;
|
|
281
|
+
} | undefined;
|
|
283
282
|
cssVars?: {
|
|
284
283
|
theme?: Record<string, string> | undefined;
|
|
285
284
|
light?: Record<string, string> | undefined;
|
|
286
285
|
dark?: Record<string, string> | undefined;
|
|
287
286
|
} | undefined;
|
|
287
|
+
css?: Record<string, any> | undefined;
|
|
288
288
|
envVars?: Record<string, string> | undefined;
|
|
289
289
|
meta?: Record<string, any> | undefined;
|
|
290
290
|
docs?: string | undefined;
|
|
291
291
|
categories?: string[] | undefined;
|
|
292
292
|
} | {
|
|
293
293
|
name: string;
|
|
294
|
-
type: "registry:
|
|
294
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
295
295
|
title?: string | undefined;
|
|
296
296
|
$schema?: string | undefined;
|
|
297
|
-
tailwind?: {
|
|
298
|
-
config?: {
|
|
299
|
-
theme?: Record<string, any> | undefined;
|
|
300
|
-
content?: string[] | undefined;
|
|
301
|
-
plugins?: string[] | undefined;
|
|
302
|
-
} | undefined;
|
|
303
|
-
} | undefined;
|
|
304
|
-
css?: Record<string, any> | undefined;
|
|
305
297
|
extends?: string | undefined;
|
|
306
298
|
author?: string | undefined;
|
|
307
299
|
description?: string | undefined;
|
|
@@ -310,7 +302,7 @@ declare function getRegistryItems(items: string[], options?: {
|
|
|
310
302
|
registryDependencies?: string[] | undefined;
|
|
311
303
|
files?: ({
|
|
312
304
|
path: string;
|
|
313
|
-
type: "registry:
|
|
305
|
+
type: "registry:file" | "registry:page";
|
|
314
306
|
target: string;
|
|
315
307
|
content?: string | undefined;
|
|
316
308
|
} | {
|
|
@@ -319,11 +311,19 @@ declare function getRegistryItems(items: string[], options?: {
|
|
|
319
311
|
content?: string | undefined;
|
|
320
312
|
target?: string | undefined;
|
|
321
313
|
})[] | undefined;
|
|
314
|
+
tailwind?: {
|
|
315
|
+
config?: {
|
|
316
|
+
theme?: Record<string, any> | undefined;
|
|
317
|
+
content?: string[] | undefined;
|
|
318
|
+
plugins?: string[] | undefined;
|
|
319
|
+
} | undefined;
|
|
320
|
+
} | undefined;
|
|
322
321
|
cssVars?: {
|
|
323
322
|
theme?: Record<string, string> | undefined;
|
|
324
323
|
light?: Record<string, string> | undefined;
|
|
325
324
|
dark?: Record<string, string> | undefined;
|
|
326
325
|
} | undefined;
|
|
326
|
+
css?: Record<string, any> | undefined;
|
|
327
327
|
envVars?: Record<string, string> | undefined;
|
|
328
328
|
meta?: Record<string, any> | undefined;
|
|
329
329
|
docs?: string | undefined;
|
|
@@ -333,19 +333,11 @@ declare function resolveRegistryItems(items: string[], options?: {
|
|
|
333
333
|
config?: Partial<Config>;
|
|
334
334
|
useCache?: boolean;
|
|
335
335
|
}): Promise<{
|
|
336
|
-
tailwind?: {
|
|
337
|
-
config?: {
|
|
338
|
-
theme?: Record<string, any> | undefined;
|
|
339
|
-
content?: string[] | undefined;
|
|
340
|
-
plugins?: string[] | undefined;
|
|
341
|
-
} | undefined;
|
|
342
|
-
} | undefined;
|
|
343
|
-
css?: Record<string, any> | undefined;
|
|
344
336
|
dependencies?: string[] | undefined;
|
|
345
337
|
devDependencies?: string[] | undefined;
|
|
346
338
|
files?: ({
|
|
347
339
|
path: string;
|
|
348
|
-
type: "registry:
|
|
340
|
+
type: "registry:file" | "registry:page";
|
|
349
341
|
target: string;
|
|
350
342
|
content?: string | undefined;
|
|
351
343
|
} | {
|
|
@@ -354,11 +346,19 @@ declare function resolveRegistryItems(items: string[], options?: {
|
|
|
354
346
|
content?: string | undefined;
|
|
355
347
|
target?: string | undefined;
|
|
356
348
|
})[] | undefined;
|
|
349
|
+
tailwind?: {
|
|
350
|
+
config?: {
|
|
351
|
+
theme?: Record<string, any> | undefined;
|
|
352
|
+
content?: string[] | undefined;
|
|
353
|
+
plugins?: string[] | undefined;
|
|
354
|
+
} | undefined;
|
|
355
|
+
} | undefined;
|
|
357
356
|
cssVars?: {
|
|
358
357
|
theme?: Record<string, string> | undefined;
|
|
359
358
|
light?: Record<string, string> | undefined;
|
|
360
359
|
dark?: Record<string, string> | undefined;
|
|
361
360
|
} | undefined;
|
|
361
|
+
css?: Record<string, any> | undefined;
|
|
362
362
|
envVars?: Record<string, string> | undefined;
|
|
363
363
|
docs?: string | undefined;
|
|
364
364
|
fonts?: {
|
|
@@ -374,14 +374,6 @@ declare function resolveRegistryItems(items: string[], options?: {
|
|
|
374
374
|
type: "registry:font";
|
|
375
375
|
title?: string | undefined;
|
|
376
376
|
$schema?: string | undefined;
|
|
377
|
-
tailwind?: {
|
|
378
|
-
config?: {
|
|
379
|
-
theme?: Record<string, any> | undefined;
|
|
380
|
-
content?: string[] | undefined;
|
|
381
|
-
plugins?: string[] | undefined;
|
|
382
|
-
} | undefined;
|
|
383
|
-
} | undefined;
|
|
384
|
-
css?: Record<string, any> | undefined;
|
|
385
377
|
extends?: string | undefined;
|
|
386
378
|
author?: string | undefined;
|
|
387
379
|
description?: string | undefined;
|
|
@@ -390,7 +382,7 @@ declare function resolveRegistryItems(items: string[], options?: {
|
|
|
390
382
|
registryDependencies?: string[] | undefined;
|
|
391
383
|
files?: ({
|
|
392
384
|
path: string;
|
|
393
|
-
type: "registry:
|
|
385
|
+
type: "registry:file" | "registry:page";
|
|
394
386
|
target: string;
|
|
395
387
|
content?: string | undefined;
|
|
396
388
|
} | {
|
|
@@ -399,11 +391,19 @@ declare function resolveRegistryItems(items: string[], options?: {
|
|
|
399
391
|
content?: string | undefined;
|
|
400
392
|
target?: string | undefined;
|
|
401
393
|
})[] | undefined;
|
|
394
|
+
tailwind?: {
|
|
395
|
+
config?: {
|
|
396
|
+
theme?: Record<string, any> | undefined;
|
|
397
|
+
content?: string[] | undefined;
|
|
398
|
+
plugins?: string[] | undefined;
|
|
399
|
+
} | undefined;
|
|
400
|
+
} | undefined;
|
|
402
401
|
cssVars?: {
|
|
403
402
|
theme?: Record<string, string> | undefined;
|
|
404
403
|
light?: Record<string, string> | undefined;
|
|
405
404
|
dark?: Record<string, string> | undefined;
|
|
406
405
|
} | undefined;
|
|
406
|
+
css?: Record<string, any> | undefined;
|
|
407
407
|
envVars?: Record<string, string> | undefined;
|
|
408
408
|
meta?: Record<string, any> | undefined;
|
|
409
409
|
docs?: string | undefined;
|
|
@@ -428,7 +428,6 @@ declare function getShadcnRegistryIndex(): Promise<({
|
|
|
428
428
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
429
429
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
430
430
|
$schema?: string | undefined;
|
|
431
|
-
typescript?: boolean | undefined;
|
|
432
431
|
tailwind?: {
|
|
433
432
|
config?: string | undefined;
|
|
434
433
|
baseColor?: string | undefined;
|
|
@@ -436,6 +435,7 @@ declare function getShadcnRegistryIndex(): Promise<({
|
|
|
436
435
|
cssVariables?: boolean | undefined;
|
|
437
436
|
prefix?: string | undefined;
|
|
438
437
|
} | undefined;
|
|
438
|
+
typescript?: boolean | undefined;
|
|
439
439
|
rtl?: boolean | undefined;
|
|
440
440
|
pointer?: boolean | undefined;
|
|
441
441
|
aliases?: {
|
|
@@ -454,14 +454,6 @@ declare function getShadcnRegistryIndex(): Promise<({
|
|
|
454
454
|
} | undefined;
|
|
455
455
|
title?: string | undefined;
|
|
456
456
|
$schema?: string | undefined;
|
|
457
|
-
tailwind?: {
|
|
458
|
-
config?: {
|
|
459
|
-
theme?: Record<string, any> | undefined;
|
|
460
|
-
content?: string[] | undefined;
|
|
461
|
-
plugins?: string[] | undefined;
|
|
462
|
-
} | undefined;
|
|
463
|
-
} | undefined;
|
|
464
|
-
css?: Record<string, any> | undefined;
|
|
465
457
|
extends?: string | undefined;
|
|
466
458
|
author?: string | undefined;
|
|
467
459
|
description?: string | undefined;
|
|
@@ -470,7 +462,7 @@ declare function getShadcnRegistryIndex(): Promise<({
|
|
|
470
462
|
registryDependencies?: string[] | undefined;
|
|
471
463
|
files?: ({
|
|
472
464
|
path: string;
|
|
473
|
-
type: "registry:
|
|
465
|
+
type: "registry:file" | "registry:page";
|
|
474
466
|
target: string;
|
|
475
467
|
content?: string | undefined;
|
|
476
468
|
} | {
|
|
@@ -479,11 +471,19 @@ declare function getShadcnRegistryIndex(): Promise<({
|
|
|
479
471
|
content?: string | undefined;
|
|
480
472
|
target?: string | undefined;
|
|
481
473
|
})[] | undefined;
|
|
474
|
+
tailwind?: {
|
|
475
|
+
config?: {
|
|
476
|
+
theme?: Record<string, any> | undefined;
|
|
477
|
+
content?: string[] | undefined;
|
|
478
|
+
plugins?: string[] | undefined;
|
|
479
|
+
} | undefined;
|
|
480
|
+
} | undefined;
|
|
482
481
|
cssVars?: {
|
|
483
482
|
theme?: Record<string, string> | undefined;
|
|
484
483
|
light?: Record<string, string> | undefined;
|
|
485
484
|
dark?: Record<string, string> | undefined;
|
|
486
485
|
} | undefined;
|
|
486
|
+
css?: Record<string, any> | undefined;
|
|
487
487
|
envVars?: Record<string, string> | undefined;
|
|
488
488
|
meta?: Record<string, any> | undefined;
|
|
489
489
|
docs?: string | undefined;
|
|
@@ -501,14 +501,6 @@ declare function getShadcnRegistryIndex(): Promise<({
|
|
|
501
501
|
type: "registry:font";
|
|
502
502
|
title?: string | undefined;
|
|
503
503
|
$schema?: string | undefined;
|
|
504
|
-
tailwind?: {
|
|
505
|
-
config?: {
|
|
506
|
-
theme?: Record<string, any> | undefined;
|
|
507
|
-
content?: string[] | undefined;
|
|
508
|
-
plugins?: string[] | undefined;
|
|
509
|
-
} | undefined;
|
|
510
|
-
} | undefined;
|
|
511
|
-
css?: Record<string, any> | undefined;
|
|
512
504
|
extends?: string | undefined;
|
|
513
505
|
author?: string | undefined;
|
|
514
506
|
description?: string | undefined;
|
|
@@ -517,7 +509,7 @@ declare function getShadcnRegistryIndex(): Promise<({
|
|
|
517
509
|
registryDependencies?: string[] | undefined;
|
|
518
510
|
files?: ({
|
|
519
511
|
path: string;
|
|
520
|
-
type: "registry:
|
|
512
|
+
type: "registry:file" | "registry:page";
|
|
521
513
|
target: string;
|
|
522
514
|
content?: string | undefined;
|
|
523
515
|
} | {
|
|
@@ -526,28 +518,28 @@ declare function getShadcnRegistryIndex(): Promise<({
|
|
|
526
518
|
content?: string | undefined;
|
|
527
519
|
target?: string | undefined;
|
|
528
520
|
})[] | undefined;
|
|
521
|
+
tailwind?: {
|
|
522
|
+
config?: {
|
|
523
|
+
theme?: Record<string, any> | undefined;
|
|
524
|
+
content?: string[] | undefined;
|
|
525
|
+
plugins?: string[] | undefined;
|
|
526
|
+
} | undefined;
|
|
527
|
+
} | undefined;
|
|
529
528
|
cssVars?: {
|
|
530
529
|
theme?: Record<string, string> | undefined;
|
|
531
530
|
light?: Record<string, string> | undefined;
|
|
532
531
|
dark?: Record<string, string> | undefined;
|
|
533
532
|
} | undefined;
|
|
533
|
+
css?: Record<string, any> | undefined;
|
|
534
534
|
envVars?: Record<string, string> | undefined;
|
|
535
535
|
meta?: Record<string, any> | undefined;
|
|
536
536
|
docs?: string | undefined;
|
|
537
537
|
categories?: string[] | undefined;
|
|
538
538
|
} | {
|
|
539
539
|
name: string;
|
|
540
|
-
type: "registry:
|
|
540
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
541
541
|
title?: string | undefined;
|
|
542
542
|
$schema?: string | undefined;
|
|
543
|
-
tailwind?: {
|
|
544
|
-
config?: {
|
|
545
|
-
theme?: Record<string, any> | undefined;
|
|
546
|
-
content?: string[] | undefined;
|
|
547
|
-
plugins?: string[] | undefined;
|
|
548
|
-
} | undefined;
|
|
549
|
-
} | undefined;
|
|
550
|
-
css?: Record<string, any> | undefined;
|
|
551
543
|
extends?: string | undefined;
|
|
552
544
|
author?: string | undefined;
|
|
553
545
|
description?: string | undefined;
|
|
@@ -556,7 +548,7 @@ declare function getShadcnRegistryIndex(): Promise<({
|
|
|
556
548
|
registryDependencies?: string[] | undefined;
|
|
557
549
|
files?: ({
|
|
558
550
|
path: string;
|
|
559
|
-
type: "registry:
|
|
551
|
+
type: "registry:file" | "registry:page";
|
|
560
552
|
target: string;
|
|
561
553
|
content?: string | undefined;
|
|
562
554
|
} | {
|
|
@@ -565,11 +557,19 @@ declare function getShadcnRegistryIndex(): Promise<({
|
|
|
565
557
|
content?: string | undefined;
|
|
566
558
|
target?: string | undefined;
|
|
567
559
|
})[] | undefined;
|
|
560
|
+
tailwind?: {
|
|
561
|
+
config?: {
|
|
562
|
+
theme?: Record<string, any> | undefined;
|
|
563
|
+
content?: string[] | undefined;
|
|
564
|
+
plugins?: string[] | undefined;
|
|
565
|
+
} | undefined;
|
|
566
|
+
} | undefined;
|
|
568
567
|
cssVars?: {
|
|
569
568
|
theme?: Record<string, string> | undefined;
|
|
570
569
|
light?: Record<string, string> | undefined;
|
|
571
570
|
dark?: Record<string, string> | undefined;
|
|
572
571
|
} | undefined;
|
|
572
|
+
css?: Record<string, any> | undefined;
|
|
573
573
|
envVars?: Record<string, string> | undefined;
|
|
574
574
|
meta?: Record<string, any> | undefined;
|
|
575
575
|
docs?: string | undefined;
|
|
@@ -1053,7 +1053,6 @@ declare function resolveTree(index: z.infer<typeof registryIndexSchema>, names:
|
|
|
1053
1053
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
1054
1054
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
1055
1055
|
$schema?: string | undefined;
|
|
1056
|
-
typescript?: boolean | undefined;
|
|
1057
1056
|
tailwind?: {
|
|
1058
1057
|
config?: string | undefined;
|
|
1059
1058
|
baseColor?: string | undefined;
|
|
@@ -1061,6 +1060,7 @@ declare function resolveTree(index: z.infer<typeof registryIndexSchema>, names:
|
|
|
1061
1060
|
cssVariables?: boolean | undefined;
|
|
1062
1061
|
prefix?: string | undefined;
|
|
1063
1062
|
} | undefined;
|
|
1063
|
+
typescript?: boolean | undefined;
|
|
1064
1064
|
rtl?: boolean | undefined;
|
|
1065
1065
|
pointer?: boolean | undefined;
|
|
1066
1066
|
aliases?: {
|
|
@@ -1079,14 +1079,6 @@ declare function resolveTree(index: z.infer<typeof registryIndexSchema>, names:
|
|
|
1079
1079
|
} | undefined;
|
|
1080
1080
|
title?: string | undefined;
|
|
1081
1081
|
$schema?: string | undefined;
|
|
1082
|
-
tailwind?: {
|
|
1083
|
-
config?: {
|
|
1084
|
-
theme?: Record<string, any> | undefined;
|
|
1085
|
-
content?: string[] | undefined;
|
|
1086
|
-
plugins?: string[] | undefined;
|
|
1087
|
-
} | undefined;
|
|
1088
|
-
} | undefined;
|
|
1089
|
-
css?: Record<string, any> | undefined;
|
|
1090
1082
|
extends?: string | undefined;
|
|
1091
1083
|
author?: string | undefined;
|
|
1092
1084
|
description?: string | undefined;
|
|
@@ -1095,7 +1087,7 @@ declare function resolveTree(index: z.infer<typeof registryIndexSchema>, names:
|
|
|
1095
1087
|
registryDependencies?: string[] | undefined;
|
|
1096
1088
|
files?: ({
|
|
1097
1089
|
path: string;
|
|
1098
|
-
type: "registry:
|
|
1090
|
+
type: "registry:file" | "registry:page";
|
|
1099
1091
|
target: string;
|
|
1100
1092
|
content?: string | undefined;
|
|
1101
1093
|
} | {
|
|
@@ -1104,11 +1096,19 @@ declare function resolveTree(index: z.infer<typeof registryIndexSchema>, names:
|
|
|
1104
1096
|
content?: string | undefined;
|
|
1105
1097
|
target?: string | undefined;
|
|
1106
1098
|
})[] | undefined;
|
|
1099
|
+
tailwind?: {
|
|
1100
|
+
config?: {
|
|
1101
|
+
theme?: Record<string, any> | undefined;
|
|
1102
|
+
content?: string[] | undefined;
|
|
1103
|
+
plugins?: string[] | undefined;
|
|
1104
|
+
} | undefined;
|
|
1105
|
+
} | undefined;
|
|
1107
1106
|
cssVars?: {
|
|
1108
1107
|
theme?: Record<string, string> | undefined;
|
|
1109
1108
|
light?: Record<string, string> | undefined;
|
|
1110
1109
|
dark?: Record<string, string> | undefined;
|
|
1111
1110
|
} | undefined;
|
|
1111
|
+
css?: Record<string, any> | undefined;
|
|
1112
1112
|
envVars?: Record<string, string> | undefined;
|
|
1113
1113
|
meta?: Record<string, any> | undefined;
|
|
1114
1114
|
docs?: string | undefined;
|
|
@@ -1126,14 +1126,6 @@ declare function resolveTree(index: z.infer<typeof registryIndexSchema>, names:
|
|
|
1126
1126
|
type: "registry:font";
|
|
1127
1127
|
title?: string | undefined;
|
|
1128
1128
|
$schema?: string | undefined;
|
|
1129
|
-
tailwind?: {
|
|
1130
|
-
config?: {
|
|
1131
|
-
theme?: Record<string, any> | undefined;
|
|
1132
|
-
content?: string[] | undefined;
|
|
1133
|
-
plugins?: string[] | undefined;
|
|
1134
|
-
} | undefined;
|
|
1135
|
-
} | undefined;
|
|
1136
|
-
css?: Record<string, any> | undefined;
|
|
1137
1129
|
extends?: string | undefined;
|
|
1138
1130
|
author?: string | undefined;
|
|
1139
1131
|
description?: string | undefined;
|
|
@@ -1142,7 +1134,7 @@ declare function resolveTree(index: z.infer<typeof registryIndexSchema>, names:
|
|
|
1142
1134
|
registryDependencies?: string[] | undefined;
|
|
1143
1135
|
files?: ({
|
|
1144
1136
|
path: string;
|
|
1145
|
-
type: "registry:
|
|
1137
|
+
type: "registry:file" | "registry:page";
|
|
1146
1138
|
target: string;
|
|
1147
1139
|
content?: string | undefined;
|
|
1148
1140
|
} | {
|
|
@@ -1151,28 +1143,28 @@ declare function resolveTree(index: z.infer<typeof registryIndexSchema>, names:
|
|
|
1151
1143
|
content?: string | undefined;
|
|
1152
1144
|
target?: string | undefined;
|
|
1153
1145
|
})[] | undefined;
|
|
1146
|
+
tailwind?: {
|
|
1147
|
+
config?: {
|
|
1148
|
+
theme?: Record<string, any> | undefined;
|
|
1149
|
+
content?: string[] | undefined;
|
|
1150
|
+
plugins?: string[] | undefined;
|
|
1151
|
+
} | undefined;
|
|
1152
|
+
} | undefined;
|
|
1154
1153
|
cssVars?: {
|
|
1155
1154
|
theme?: Record<string, string> | undefined;
|
|
1156
1155
|
light?: Record<string, string> | undefined;
|
|
1157
1156
|
dark?: Record<string, string> | undefined;
|
|
1158
1157
|
} | undefined;
|
|
1158
|
+
css?: Record<string, any> | undefined;
|
|
1159
1159
|
envVars?: Record<string, string> | undefined;
|
|
1160
1160
|
meta?: Record<string, any> | undefined;
|
|
1161
1161
|
docs?: string | undefined;
|
|
1162
1162
|
categories?: string[] | undefined;
|
|
1163
1163
|
} | {
|
|
1164
1164
|
name: string;
|
|
1165
|
-
type: "registry:
|
|
1165
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
1166
1166
|
title?: string | undefined;
|
|
1167
1167
|
$schema?: string | undefined;
|
|
1168
|
-
tailwind?: {
|
|
1169
|
-
config?: {
|
|
1170
|
-
theme?: Record<string, any> | undefined;
|
|
1171
|
-
content?: string[] | undefined;
|
|
1172
|
-
plugins?: string[] | undefined;
|
|
1173
|
-
} | undefined;
|
|
1174
|
-
} | undefined;
|
|
1175
|
-
css?: Record<string, any> | undefined;
|
|
1176
1168
|
extends?: string | undefined;
|
|
1177
1169
|
author?: string | undefined;
|
|
1178
1170
|
description?: string | undefined;
|
|
@@ -1181,7 +1173,7 @@ declare function resolveTree(index: z.infer<typeof registryIndexSchema>, names:
|
|
|
1181
1173
|
registryDependencies?: string[] | undefined;
|
|
1182
1174
|
files?: ({
|
|
1183
1175
|
path: string;
|
|
1184
|
-
type: "registry:
|
|
1176
|
+
type: "registry:file" | "registry:page";
|
|
1185
1177
|
target: string;
|
|
1186
1178
|
content?: string | undefined;
|
|
1187
1179
|
} | {
|
|
@@ -1190,11 +1182,19 @@ declare function resolveTree(index: z.infer<typeof registryIndexSchema>, names:
|
|
|
1190
1182
|
content?: string | undefined;
|
|
1191
1183
|
target?: string | undefined;
|
|
1192
1184
|
})[] | undefined;
|
|
1185
|
+
tailwind?: {
|
|
1186
|
+
config?: {
|
|
1187
|
+
theme?: Record<string, any> | undefined;
|
|
1188
|
+
content?: string[] | undefined;
|
|
1189
|
+
plugins?: string[] | undefined;
|
|
1190
|
+
} | undefined;
|
|
1191
|
+
} | undefined;
|
|
1193
1192
|
cssVars?: {
|
|
1194
1193
|
theme?: Record<string, string> | undefined;
|
|
1195
1194
|
light?: Record<string, string> | undefined;
|
|
1196
1195
|
dark?: Record<string, string> | undefined;
|
|
1197
1196
|
} | undefined;
|
|
1197
|
+
css?: Record<string, any> | undefined;
|
|
1198
1198
|
envVars?: Record<string, string> | undefined;
|
|
1199
1199
|
meta?: Record<string, any> | undefined;
|
|
1200
1200
|
docs?: string | undefined;
|
|
@@ -1214,7 +1214,6 @@ declare function fetchTree(style: string, tree: z.infer<typeof registryIndexSche
|
|
|
1214
1214
|
menuAccent?: "subtle" | "bold" | undefined;
|
|
1215
1215
|
menuColor?: "default" | "inverted" | "default-translucent" | "inverted-translucent" | undefined;
|
|
1216
1216
|
$schema?: string | undefined;
|
|
1217
|
-
typescript?: boolean | undefined;
|
|
1218
1217
|
tailwind?: {
|
|
1219
1218
|
config?: string | undefined;
|
|
1220
1219
|
baseColor?: string | undefined;
|
|
@@ -1222,6 +1221,7 @@ declare function fetchTree(style: string, tree: z.infer<typeof registryIndexSche
|
|
|
1222
1221
|
cssVariables?: boolean | undefined;
|
|
1223
1222
|
prefix?: string | undefined;
|
|
1224
1223
|
} | undefined;
|
|
1224
|
+
typescript?: boolean | undefined;
|
|
1225
1225
|
rtl?: boolean | undefined;
|
|
1226
1226
|
pointer?: boolean | undefined;
|
|
1227
1227
|
aliases?: {
|
|
@@ -1240,14 +1240,6 @@ declare function fetchTree(style: string, tree: z.infer<typeof registryIndexSche
|
|
|
1240
1240
|
} | undefined;
|
|
1241
1241
|
title?: string | undefined;
|
|
1242
1242
|
$schema?: string | undefined;
|
|
1243
|
-
tailwind?: {
|
|
1244
|
-
config?: {
|
|
1245
|
-
theme?: Record<string, any> | undefined;
|
|
1246
|
-
content?: string[] | undefined;
|
|
1247
|
-
plugins?: string[] | undefined;
|
|
1248
|
-
} | undefined;
|
|
1249
|
-
} | undefined;
|
|
1250
|
-
css?: Record<string, any> | undefined;
|
|
1251
1243
|
extends?: string | undefined;
|
|
1252
1244
|
author?: string | undefined;
|
|
1253
1245
|
description?: string | undefined;
|
|
@@ -1256,7 +1248,7 @@ declare function fetchTree(style: string, tree: z.infer<typeof registryIndexSche
|
|
|
1256
1248
|
registryDependencies?: string[] | undefined;
|
|
1257
1249
|
files?: ({
|
|
1258
1250
|
path: string;
|
|
1259
|
-
type: "registry:
|
|
1251
|
+
type: "registry:file" | "registry:page";
|
|
1260
1252
|
target: string;
|
|
1261
1253
|
content?: string | undefined;
|
|
1262
1254
|
} | {
|
|
@@ -1265,11 +1257,19 @@ declare function fetchTree(style: string, tree: z.infer<typeof registryIndexSche
|
|
|
1265
1257
|
content?: string | undefined;
|
|
1266
1258
|
target?: string | undefined;
|
|
1267
1259
|
})[] | undefined;
|
|
1260
|
+
tailwind?: {
|
|
1261
|
+
config?: {
|
|
1262
|
+
theme?: Record<string, any> | undefined;
|
|
1263
|
+
content?: string[] | undefined;
|
|
1264
|
+
plugins?: string[] | undefined;
|
|
1265
|
+
} | undefined;
|
|
1266
|
+
} | undefined;
|
|
1268
1267
|
cssVars?: {
|
|
1269
1268
|
theme?: Record<string, string> | undefined;
|
|
1270
1269
|
light?: Record<string, string> | undefined;
|
|
1271
1270
|
dark?: Record<string, string> | undefined;
|
|
1272
1271
|
} | undefined;
|
|
1272
|
+
css?: Record<string, any> | undefined;
|
|
1273
1273
|
envVars?: Record<string, string> | undefined;
|
|
1274
1274
|
meta?: Record<string, any> | undefined;
|
|
1275
1275
|
docs?: string | undefined;
|
|
@@ -1287,14 +1287,6 @@ declare function fetchTree(style: string, tree: z.infer<typeof registryIndexSche
|
|
|
1287
1287
|
type: "registry:font";
|
|
1288
1288
|
title?: string | undefined;
|
|
1289
1289
|
$schema?: string | undefined;
|
|
1290
|
-
tailwind?: {
|
|
1291
|
-
config?: {
|
|
1292
|
-
theme?: Record<string, any> | undefined;
|
|
1293
|
-
content?: string[] | undefined;
|
|
1294
|
-
plugins?: string[] | undefined;
|
|
1295
|
-
} | undefined;
|
|
1296
|
-
} | undefined;
|
|
1297
|
-
css?: Record<string, any> | undefined;
|
|
1298
1290
|
extends?: string | undefined;
|
|
1299
1291
|
author?: string | undefined;
|
|
1300
1292
|
description?: string | undefined;
|
|
@@ -1303,7 +1295,7 @@ declare function fetchTree(style: string, tree: z.infer<typeof registryIndexSche
|
|
|
1303
1295
|
registryDependencies?: string[] | undefined;
|
|
1304
1296
|
files?: ({
|
|
1305
1297
|
path: string;
|
|
1306
|
-
type: "registry:
|
|
1298
|
+
type: "registry:file" | "registry:page";
|
|
1307
1299
|
target: string;
|
|
1308
1300
|
content?: string | undefined;
|
|
1309
1301
|
} | {
|
|
@@ -1312,28 +1304,28 @@ declare function fetchTree(style: string, tree: z.infer<typeof registryIndexSche
|
|
|
1312
1304
|
content?: string | undefined;
|
|
1313
1305
|
target?: string | undefined;
|
|
1314
1306
|
})[] | undefined;
|
|
1307
|
+
tailwind?: {
|
|
1308
|
+
config?: {
|
|
1309
|
+
theme?: Record<string, any> | undefined;
|
|
1310
|
+
content?: string[] | undefined;
|
|
1311
|
+
plugins?: string[] | undefined;
|
|
1312
|
+
} | undefined;
|
|
1313
|
+
} | undefined;
|
|
1315
1314
|
cssVars?: {
|
|
1316
1315
|
theme?: Record<string, string> | undefined;
|
|
1317
1316
|
light?: Record<string, string> | undefined;
|
|
1318
1317
|
dark?: Record<string, string> | undefined;
|
|
1319
1318
|
} | undefined;
|
|
1319
|
+
css?: Record<string, any> | undefined;
|
|
1320
1320
|
envVars?: Record<string, string> | undefined;
|
|
1321
1321
|
meta?: Record<string, any> | undefined;
|
|
1322
1322
|
docs?: string | undefined;
|
|
1323
1323
|
categories?: string[] | undefined;
|
|
1324
1324
|
} | {
|
|
1325
1325
|
name: string;
|
|
1326
|
-
type: "registry:
|
|
1326
|
+
type: "registry:file" | "registry:page" | "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
1327
1327
|
title?: string | undefined;
|
|
1328
1328
|
$schema?: string | undefined;
|
|
1329
|
-
tailwind?: {
|
|
1330
|
-
config?: {
|
|
1331
|
-
theme?: Record<string, any> | undefined;
|
|
1332
|
-
content?: string[] | undefined;
|
|
1333
|
-
plugins?: string[] | undefined;
|
|
1334
|
-
} | undefined;
|
|
1335
|
-
} | undefined;
|
|
1336
|
-
css?: Record<string, any> | undefined;
|
|
1337
1329
|
extends?: string | undefined;
|
|
1338
1330
|
author?: string | undefined;
|
|
1339
1331
|
description?: string | undefined;
|
|
@@ -1342,7 +1334,7 @@ declare function fetchTree(style: string, tree: z.infer<typeof registryIndexSche
|
|
|
1342
1334
|
registryDependencies?: string[] | undefined;
|
|
1343
1335
|
files?: ({
|
|
1344
1336
|
path: string;
|
|
1345
|
-
type: "registry:
|
|
1337
|
+
type: "registry:file" | "registry:page";
|
|
1346
1338
|
target: string;
|
|
1347
1339
|
content?: string | undefined;
|
|
1348
1340
|
} | {
|
|
@@ -1351,11 +1343,19 @@ declare function fetchTree(style: string, tree: z.infer<typeof registryIndexSche
|
|
|
1351
1343
|
content?: string | undefined;
|
|
1352
1344
|
target?: string | undefined;
|
|
1353
1345
|
})[] | undefined;
|
|
1346
|
+
tailwind?: {
|
|
1347
|
+
config?: {
|
|
1348
|
+
theme?: Record<string, any> | undefined;
|
|
1349
|
+
content?: string[] | undefined;
|
|
1350
|
+
plugins?: string[] | undefined;
|
|
1351
|
+
} | undefined;
|
|
1352
|
+
} | undefined;
|
|
1354
1353
|
cssVars?: {
|
|
1355
1354
|
theme?: Record<string, string> | undefined;
|
|
1356
1355
|
light?: Record<string, string> | undefined;
|
|
1357
1356
|
dark?: Record<string, string> | undefined;
|
|
1358
1357
|
} | undefined;
|
|
1358
|
+
css?: Record<string, any> | undefined;
|
|
1359
1359
|
envVars?: Record<string, string> | undefined;
|
|
1360
1360
|
meta?: Record<string, any> | undefined;
|
|
1361
1361
|
docs?: string | undefined;
|
|
@@ -1370,4 +1370,4 @@ declare function getRegistriesIndex(options?: {
|
|
|
1370
1370
|
}): Promise<Record<string, string>>;
|
|
1371
1371
|
//#endregion
|
|
1372
1372
|
export { resolveTree as C, resolveRegistryItems as S, getRegistryPresets as _, getRegistry as a, getRegistryVisualStyles as b, getRegistryBaseColors as c, getRegistryFonts as d, getRegistryIconLibraries as f, getRegistryPreset as g, getRegistryItems as h, getRegistriesIndex as i, getRegistryBases as l, getRegistryIcons as m, getItemTargetPath as n, getRegistryBase as o, getRegistryIconLibrary as p, getRegistriesConfig as r, getRegistryBaseColor as s, fetchTree as t, getRegistryFont as u, getRegistryStyles as v, getShadcnRegistryIndex as x, getRegistryVisualStyle as y };
|
|
1373
|
-
//# sourceMappingURL=api-
|
|
1373
|
+
//# sourceMappingURL=api-910oujEW.d.ts.map
|