Sha256: 82cd3a8065af2e247e0cef2abf33c20b74e7d46f3d31429c66376de9b6d47ca7

Contents?: true

Size: 697 Bytes

Versions: 9

Compression:

Stored size: 697 Bytes

Contents

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Network Activity Overlay matches snapshot 1`] = `
<div
  className="network-activity-overlay"
>
  <div
    className="mask"
  >
    <div
      className="message"
    >
      <svg
        aria-label="Spinning"
        className="grommetux-icon-spinning grommetux-icon-spinning--medium grommetux-icon-spinning--responsive"
        role="img"
        version="1.1"
        viewBox="0 0 48 48"
      >
        <circle
          cx="24"
          cy="24"
          fill="none"
          r="21"
          stroke="#979797"
          strokeWidth="6"
        />
      </svg>
      <span>
        Deleting…
      </span>
    </div>
  </div>
</div>
`;

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 spec/client/components/__snapshots__/network-activity-overlay.spec.jsx.snap
hippo-fw-0.9.8 spec/client/components/__snapshots__/network-activity-overlay.spec.jsx.snap
hippo-fw-0.9.7 spec/client/components/__snapshots__/network-activity-overlay.spec.jsx.snap
hippo-fw-0.9.6 spec/client/components/__snapshots__/network-activity-overlay.spec.jsx.snap
hippo-fw-0.9.5 spec/client/components/__snapshots__/network-activity-overlay.spec.jsx.snap
hippo-fw-0.9.4 spec/client/components/__snapshots__/network-activity-overlay.spec.jsx.snap
hippo-fw-0.9.3 spec/client/components/__snapshots__/network-activity-overlay.spec.jsx.snap
hippo-fw-0.9.2 spec/client/components/__snapshots__/network-activity-overlay.spec.jsx.snap
hippo-fw-0.9.1 spec/client/components/__snapshots__/network-activity-overlay.spec.jsx.snap