Sha256: 601e42d0e38cf5324a16e90cc599968034d54507cccdd0ad4fab24ef41c50175
Contents?: true
Size: 1.39 KB
Versions: 172
Compression:
Stored size: 1.39 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`RepositorySetRepository Component should render 1`] = ` <ListViewItem actions={ <Spinner className="" inline={true} inverse={false} loading={false} size="md" > <OverlayTrigger defaultOverlayShown={false} overlay={ <Tooltip bsClass="tooltip" id="enable" placement="right" > Enable </Tooltip> } placement="bottom" rootClose={false} trigger={ Array [ "hover", "focus", ] } > <button onClick={[Function]} style={ Object { "backgroundColor": "initial", "border": "none", "color": "#0388ce", } } > <i className="fa-2x fa fa-plus-circle" /> </button> </OverlayTrigger> </Spinner> } additionalInfo={null} checkboxInput={null} className="list-item-with-divider " compoundExpand={false} compoundExpanded={false} description={null} heading={ <span> foo </span> } hideCloseIcon={false} initExpanded={false} leftContent={null} onCloseCompoundExpand={[Function]} onExpand={[Function]} onExpandClose={[Function]} stacked={true} /> `;
Version data entries
172 entries across 172 versions & 1 rubygems