UNPKG

@chittyos/shared

Version:

ChittyOS Shared Dependencies Framework - Consolidated dependencies for all ChittyOS components

29 lines (26 loc) 1.57 kB
export { Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChittyLogo } from './ui/index.js'; export { c as cn } from './cn-Cbsgs0XP.js'; export { b as ChittyContext, a as ChittyContextType, C as ChittyProvider, c as ChittyProviderProps, u as useChittyApp } from './provider-UxAcSULa.js'; export { ApiResponse, apiRequest, emailSchema, formatCurrency, formatDate, getLocalStorage, passwordSchema, setLocalStorage, validateEmail } from './utils/index.js'; export { C as ChittyConfig, F as FrameworkLevel, c as chittyConfig, a as chittyConfigSchema, f as frameworkLevels } from './framework-Dw4p_w5U.js'; export { chittyApps, chittyTheme, databaseConfig } from './config/index.js'; import 'class-variance-authority/types'; import 'react'; import 'class-variance-authority'; import 'clsx'; import 'react/jsx-runtime'; import 'zod'; declare const CHITTYOS_VERSION = "1.0.0"; declare const FRAMEWORK_NAME = "ChittyOS Standard"; declare const chittyFramework: { readonly name: "ChittyOS Standard"; readonly version: "1.0.0"; readonly components: { readonly ui: "Radix UI + shadcn/ui components"; readonly hooks: "React hooks for ChittyOS integration"; readonly utils: "Common utilities and helpers"; readonly config: "Framework configuration and settings"; }; readonly apps: readonly ["chittyresolution", "chittychronicle", "chittyevidence", "chittyflow", "chittyintel", "chittytrace", "chittycloude-mcp", "contradiction-engine"]; }; export { CHITTYOS_VERSION, FRAMEWORK_NAME, chittyFramework };