2024-01-29 09:26:07 +08:00

26 lines
751 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.self = void 0;
const common_1 = require("../../_styles/common");
const self = (vars) => {
const { opacityDisabled, heightTiny, heightSmall, heightMedium, heightLarge, heightHuge, primaryColor, fontSize } = vars;
return {
fontSize,
textColor: primaryColor,
sizeTiny: heightTiny,
sizeSmall: heightSmall,
sizeMedium: heightMedium,
sizeLarge: heightLarge,
sizeHuge: heightHuge,
color: primaryColor,
opacitySpinning: opacityDisabled
};
};
exports.self = self;
const spinLight = {
name: 'Spin',
common: common_1.commonLight,
self: exports.self
};
exports.default = spinLight;