UNPKG

goobs-frontend

Version:

A comprehensive React-based libary for building modern web applications

26 lines 1.13 kB
export declare const KEYFRAMES = "\n@keyframes pulse {\n 0%, 100% {\n opacity: 1;\n }\n 50% {\n opacity: 0.7;\n }\n}\n\n@keyframes progressIndeterminate {\n 0% {\n transform: translateX(-100%);\n }\n 100% {\n transform: translateX(250%);\n }\n}\n\n@keyframes progressStripes {\n 0% {\n background-position: 0 0;\n }\n 100% {\n background-position: 40px 0;\n }\n}\n\n@keyframes progressPulse {\n 0% {\n box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n }\n 70% {\n box-shadow: 0 0 0 6px rgba(59, 130, 246, 0);\n }\n 100% {\n box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n }\n}\n\n"; export declare const TRANSITIONS: { fast: string; medium: string; slow: string; premium: string; }; export declare const SHADOWS: { light: { small: string; medium: string; large: string; }; dark: { small: string; medium: string; large: string; }; sacred: { small: string; medium: string; large: string; }; }; export declare const injectKeyframes: () => void; //# sourceMappingURL=shared.d.ts.map