@redocly/theme
Version:
Shared UI components lib
20 lines • 1.08 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.CatalogDomainsCell = CatalogDomainsCell;
const react_1 = __importDefault(require("react"));
const CatalogTagsWithTooltip_1 = require("../../../components/Catalog/CatalogTagsWithTooltip");
function CatalogDomainsCell({ domains }) {
return (react_1.default.createElement("div", { "data-component-name": "Catalog/CatalogTableView/CatalogDomainsCell" },
react_1.default.createElement(CatalogTagsWithTooltip_1.CatalogTagsWithTooltip, { "data-testid": "catalog-domains-cell", items: domains, showPlaceholder: false, tagProps: {
style: {
fontSize: 'var(--font-size-base)',
backgroundColor: 'transparent',
borderRadius: 'var(--border-radius-xl)',
},
textTransform: 'none',
} })));
}
//# sourceMappingURL=CatalogDomainsCell.js.map