@redocly/portal-legacy-ui
Version:
Library of legacy portal UI components
19 lines • 722 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TileText = void 0;
const styled_components_1 = __importDefault(require("styled-components"));
exports.TileText = styled_components_1.default.span.attrs(({ className }) => ({
'data-component-name': 'ui/Tiles/TileText',
className,
})) `
display: inline-block;
font-weight: var(--font-weight-regular);
overflow: hidden;
color: ${(props) => props.color || 'var(--text-color-primary)'};
line-height: 1.25;
font-family: var(--font-family-base);
`;
//# sourceMappingURL=TileText.js.map