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/{chunk-CTA6CCSY.js → chunk-BC5KPHSQ.js} +14 -14
- package/dist/chunk-BC5KPHSQ.js.map +1 -0
- package/dist/{chunk-TGLVS3JU.js → chunk-OG5VNDVA.js} +2 -2
- package/dist/chunk-OG5VNDVA.js.map +1 -0
- package/dist/{chunk-WWWGMODU.js → chunk-YONWOPXI.js} +7 -7
- package/dist/{chunk-WWWGMODU.js.map → chunk-YONWOPXI.js.map} +1 -1
- package/dist/{index-BLY-Eoaq.d.ts → index-EVi4Xg-p.d.ts} +2 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +47 -46
- package/dist/index.js.map +1 -1
- package/dist/mcp/index.js +1 -1
- package/dist/registry/index.d.ts +2 -2
- package/dist/registry/index.js +1 -1
- package/dist/schema/index.d.ts +2 -1
- package/dist/schema/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-CTA6CCSY.js.map +0 -1
- package/dist/chunk-TGLVS3JU.js.map +0 -1
package/dist/mcp/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{b as server}from'../chunk-
|
|
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
|
package/dist/registry/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as Config } from '../index-
|
|
2
|
-
export { a as getRegistry, g as getRegistryItems, r as resolveRegistryItems } from '../index-
|
|
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
|
|
package/dist/registry/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{
|
|
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
|
package/dist/schema/index.d.ts
CHANGED
|
@@ -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 };
|
package/dist/schema/index.js
CHANGED
|
@@ -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-
|
|
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
|