@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
14 lines • 620 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.THIRD_PARTY_ANIMATION_STYLES = void 0;
const loaderPrimary_json_1 = __importDefault(require("../../assets/animations/loaderPrimary.json"));
const variants_1 = require("./variants");
exports.THIRD_PARTY_ANIMATION_STYLES = {
[variants_1.ThirdPartyAnimationVariantType.LOADER_PRIMARY]: {
thirdPartyAnimationData: loaderPrimary_json_1.default,
},
};
//# sourceMappingURL=styles.js.map