UNPKG

@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

18 lines 763 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.getThirdPartyAnimationStyles = void 0; // assets const loaderPrimary_1 = __importDefault(require("../../assets/animations/loaderPrimary")); const variants_1 = require("./variants"); const getThirdPartyAnimationStyles = (COLORS) => { return { [variants_1.ThirdPartyAnimationVariantType.LOADER_PRIMARY]: { thirdPartyAnimationData: (0, loaderPrimary_1.default)(COLORS.BRAND.color_brand_bg_50), }, }; }; exports.getThirdPartyAnimationStyles = getThirdPartyAnimationStyles; //# sourceMappingURL=styles.js.map