shadcn 3.1.0 → 3.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/dist/mcp/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export{b as server}from'../chunk-WWWGMODU.js';import'../chunk-CTA6CCSY.js';import'../chunk-TGLVS3JU.js';//# sourceMappingURL=index.js.map
1
+ export{b as server}from'../chunk-YONWOPXI.js';import'../chunk-BC5KPHSQ.js';import'../chunk-OG5VNDVA.js';//# sourceMappingURL=index.js.map
2
2
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
- import { C as Config } from '../index-BLY-Eoaq.js';
2
- export { a as getRegistry, g as getRegistryItems, r as resolveRegistryItems } from '../index-BLY-Eoaq.js';
1
+ import { C as Config } from '../index-EVi4Xg-p.js';
2
+ export { a as getRegistry, g as getRegistryItems, r as resolveRegistryItems } from '../index-EVi4Xg-p.js';
3
3
  import '../schema/index.js';
4
4
  import 'zod';
5
5
 
@@ -1,2 +1,2 @@
1
- export{t as RegistryError,x as RegistryFetchError,w as RegistryForbiddenError,C as RegistryInvalidNamespaceError,z as RegistryLocalFileError,B as RegistryMissingEnvironmentVariablesError,y as RegistryNotConfiguredError,u as RegistryNotFoundError,A as RegistryParseError,v as RegistryUnauthorizedError,V as getRegistry,W as getRegistryItems,X as resolveRegistryItems,fa as searchRegistries}from'../chunk-CTA6CCSY.js';import'../chunk-TGLVS3JU.js';//# sourceMappingURL=index.js.map
1
+ export{u as RegistryError,y as RegistryFetchError,x as RegistryForbiddenError,D as RegistryInvalidNamespaceError,A as RegistryLocalFileError,C as RegistryMissingEnvironmentVariablesError,z as RegistryNotConfiguredError,v as RegistryNotFoundError,B as RegistryParseError,w as RegistryUnauthorizedError,X as getRegistry,Y as getRegistryItems,Z as resolveRegistryItems,ia as searchRegistries}from'../chunk-BC5KPHSQ.js';import'../chunk-OG5VNDVA.js';//# sourceMappingURL=index.js.map
2
2
  //# sourceMappingURL=index.js.map
@@ -1427,5 +1427,6 @@ declare const searchResultsSchema: z.ZodObject<{
1427
1427
  hasMore: boolean;
1428
1428
  };
1429
1429
  }>;
1430
+ declare const registriesIndexSchema: z.ZodRecord<z.ZodString, z.ZodString>;
1430
1431
 
1431
- export { type Registry, type RegistryItem, configSchema, iconsSchema, rawConfigSchema, registryBaseColorSchema, registryConfigItemSchema, registryConfigSchema, registryIndexSchema, registryItemCssSchema, registryItemCssVarsSchema, registryItemEnvVarsSchema, registryItemFileSchema, registryItemSchema, registryItemTailwindSchema, registryItemTypeSchema, registryResolvedItemsTreeSchema, registrySchema, searchResultItemSchema, searchResultsSchema, stylesSchema, workspaceConfigSchema };
1432
+ export { type Registry, type RegistryItem, configSchema, iconsSchema, rawConfigSchema, registriesIndexSchema, registryBaseColorSchema, registryConfigItemSchema, registryConfigSchema, registryIndexSchema, registryItemCssSchema, registryItemCssVarsSchema, registryItemEnvVarsSchema, registryItemFileSchema, registryItemSchema, registryItemTailwindSchema, registryItemTypeSchema, registryResolvedItemsTreeSchema, registrySchema, searchResultItemSchema, searchResultsSchema, stylesSchema, workspaceConfigSchema };
@@ -1,2 +1,2 @@
1
- export{q as configSchema,k as iconsSchema,p as rawConfigSchema,l as registryBaseColorSchema,n as registryConfigItemSchema,o as registryConfigSchema,i as registryIndexSchema,e as registryItemCssSchema,d as registryItemCssVarsSchema,f as registryItemEnvVarsSchema,b as registryItemFileSchema,g as registryItemSchema,c as registryItemTailwindSchema,a as registryItemTypeSchema,m as registryResolvedItemsTreeSchema,h as registrySchema,s as searchResultItemSchema,t as searchResultsSchema,j as stylesSchema,r as workspaceConfigSchema}from'../chunk-TGLVS3JU.js';//# sourceMappingURL=index.js.map
1
+ export{q as configSchema,k as iconsSchema,p as rawConfigSchema,u as registriesIndexSchema,l as registryBaseColorSchema,n as registryConfigItemSchema,o as registryConfigSchema,i as registryIndexSchema,e as registryItemCssSchema,d as registryItemCssVarsSchema,f as registryItemEnvVarsSchema,b as registryItemFileSchema,g as registryItemSchema,c as registryItemTailwindSchema,a as registryItemTypeSchema,m as registryResolvedItemsTreeSchema,h as registrySchema,s as searchResultItemSchema,t as searchResultsSchema,j as stylesSchema,r as workspaceConfigSchema}from'../chunk-OG5VNDVA.js';//# sourceMappingURL=index.js.map
2
2
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shadcn",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Add components to your apps.",
5
5
  "publishConfig": {
6
6
  "access": "public"