@syncognito/maya
Version:
Maya Design System - Shared tokens and platform-specific components
12 lines • 519 B
JavaScript
// Maya Design System - Main Entry Point
// Root shared tokens (universal across all platforms)
export * from './tokens';
// Platform-specific tokens and components
export { manushyaIshaTokens } from './isha';
export { vishnuTokens } from './akash/vishnu';
export { manushyaAkashTokens } from './akash/manushya';
// Platform-specific exports
export { akashSharedTokens } from './akash'; // Web platform (sky)
// Centralized themes
export * from './rupam'; // Themes (forms/appearances)
//# sourceMappingURL=index.js.map