UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

30 lines (29 loc) 858 B
import { jsx as e, jsxs as n, Fragment as i } from "react/jsx-runtime"; import { UserCardListRotate as m } from "../UserCardListRotate.js"; import u from "../../home_page/ExpandableContent.js"; function V(r) { const { columnName: a, facetValues: t, ...c } = r; return /* @__PURE__ */ e("div", { children: t?.map((d, o) => { const s = t[o], l = /* @__PURE__ */ e(m, { ...c, selectedFacets: [{ columnName: a, facetValues: [s], concreteType: "org.sagebionetworks.repo.model.table.FacetColumnValuesRequest" }] }); return /* @__PURE__ */ e( u, { title: /* @__PURE__ */ n(i, { children: [ " ", s, " " ] }), content: l }, `UserCardListGroup-Mobile-${o}` ); }) }); } export { V as default }; //# sourceMappingURL=UserCardListGroups.Mobile.js.map