@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
23 lines • 817 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TEXT_COUNT_STYLES = void 0;
const colors_1 = require("../../foundations/colors");
const typography_1 = require("../../foundations/typography");
const variants_1 = require("./variants");
exports.TEXT_COUNT_STYLES = {
[variants_1.TextCountVariantType.DEFAULT]: {
wrapper: {
width: 'fit-content',
height: 'auto',
},
letfText: {
font_weight: typography_1.FONT_WEIGHT.font_weight_500,
color: colors_1.COLORS.NEUTRAL.color_neutral_font_150,
},
rightText: {
font_weight: typography_1.FONT_WEIGHT.font_weight_400,
color: colors_1.COLORS.NEUTRAL.color_neutral_font_150,
},
},
};
//# sourceMappingURL=styles.js.map