UNPKG

@syncognito/maya

Version:

Maya Design System - Shared tokens and platform-specific components

58 lines 1.52 kB
export declare const borderRadius: { readonly none: 0; readonly sm: 2; readonly md: 4; readonly lg: 8; readonly xl: 12; readonly full: 9999; }; export declare const zIndex: { readonly base: 0; readonly dropdown: 1000; readonly modal: 2000; readonly tooltip: 3000; readonly overlay: 4000; readonly toast: 5000; }; export declare const animation: { readonly fast: "150ms"; readonly normal: "300ms"; readonly slow: "500ms"; readonly easing: { readonly ease: "ease"; readonly easeIn: "ease-in"; readonly easeOut: "ease-out"; readonly easeInOut: "ease-in-out"; }; }; export declare const sharedTokens: { readonly borderRadius: { readonly none: 0; readonly sm: 2; readonly md: 4; readonly lg: 8; readonly xl: 12; readonly full: 9999; }; readonly zIndex: { readonly base: 0; readonly dropdown: 1000; readonly modal: 2000; readonly tooltip: 3000; readonly overlay: 4000; readonly toast: 5000; }; readonly animation: { readonly fast: "150ms"; readonly normal: "300ms"; readonly slow: "500ms"; readonly easing: { readonly ease: "ease"; readonly easeIn: "ease-in"; readonly easeOut: "ease-out"; readonly easeInOut: "ease-in-out"; }; }; }; export type SharedTokens = typeof sharedTokens; //# sourceMappingURL=tokens.d.ts.map