Sha256: fc0bbb7acdf0196cdd8a0ead56efdf5732190ddc6265aa7ffcbd2dad106f5c33
Contents?: true
Size: 1.7 KB
Versions: 6
Compression:
Stored size: 1.7 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ActionConfirmation renders ActionConfirmation 1`] = ` <Modal animation={true} autoFocus={true} backdrop={true} bsClass="modal" dialogComponentClass={[Function]} enforceFocus={true} keyboard={true} manager={ ModalManager { "add": [Function], "containers": Array [], "data": Array [], "handleContainerOverflow": true, "hideSiblingNodes": true, "isTopModal": [Function], "modals": Array [], "remove": [Function], } } onHide={[Function]} renderBackdrop={[Function]} restoreFocus={true} show={true} > <ModalHeader bsClass="modal-header" closeButton={false} closeLabel="Close" > <Button active={false} aria-hidden="true" aria-label="Close" block={false} bsClass="btn" bsStyle="default" className="close" disabled={false} onClick={[Function]} > × </Button> <ModalTitle bsClass="modal-title" componentClass="h4" > <span className="glyphicon glyphicon-warning-sign" /> title </ModalTitle> </ModalHeader> <ModalBody bsClass="modal-body" componentClass="div" > message </ModalBody> <ModalFooter bsClass="modal-footer" componentClass="div" > <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={false} onClick={[Function]} > abortAction </Button> <Button active={false} block={false} bsClass="btn" bsStyle="primary" disabled={false} onClick={[Function]} > confirmAction </Button> </ModalFooter> </Modal> `;
Version data entries
6 entries across 6 versions & 1 rubygems