@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
11 lines • 425 B
JavaScript
// assets
import animationLoaderPrimary from '../../assets/animations/loaderPrimary';
import { ThirdPartyAnimationVariantType } from './variants';
export const getThirdPartyAnimationStyles = (COLORS) => {
return {
[ThirdPartyAnimationVariantType.LOADER_PRIMARY]: {
thirdPartyAnimationData: animationLoaderPrimary(COLORS.BRAND.color_brand_bg_50),
},
};
};
//# sourceMappingURL=styles.js.map