blob: 141273b02f8275e608f28da700890681dd05f667 [file] [log] [blame]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`FormEditor matches snapshot 1`] = `
<div
class="form-editor"
>
<div
class="auto-form"
>
<div
class="bp3-form-group form-group-with-info"
>
<label
class="bp3-label"
>
Input format
<span
class="bp3-text-muted"
>
<span
class="bp3-popover2-target"
>
<span
class="bp3-icon bp3-icon-info-sign"
icon="info-sign"
>
<svg
data-icon="info-sign"
height="14"
viewBox="0 0 16 16"
width="14"
>
<desc>
info-sign
</desc>
<path
d="M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM7 3h2v2H7V3zm3 10H6v-1h1V7H6V6h3v6h1v1z"
fill-rule="evenodd"
/>
</svg>
</span>
</span>
</span>
</label>
<div
class="bp3-form-content"
>
<div
class="bp3-input-group bp3-intent-primary formatted-input-group suggestible-input"
>
<input
class="bp3-input"
placeholder=""
type="text"
value=""
/>
</div>
</div>
</div>
</div>
<div
class="apply-cancel-buttons"
>
<button
class="bp3-button bp3-intent-danger delete"
type="button"
>
<span
class="bp3-icon bp3-icon-trash"
icon="trash"
>
<svg
data-icon="trash"
height="16"
viewBox="0 0 16 16"
width="16"
>
<desc>
trash
</desc>
<path
d="M14.49 3.99h-13c-.28 0-.5.22-.5.5s.22.5.5.5h.5v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-10h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm-8.5 9c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.55.45-1 1-1s1 .45 1 1v6zm3 0c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.55.45-1 1-1s1 .45 1 1v6zm3 0c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.55.45-1 1-1s1 .45 1 1v6zm2-12h-4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1h-4c-.55 0-1 .45-1 1v1h14v-1c0-.55-.45-1-1-1z"
fill-rule="evenodd"
/>
</svg>
</span>
</button>
<button
class="bp3-button"
type="button"
>
<span
class="bp3-button-text"
>
Cancel
</span>
</button>
<button
class="bp3-button bp3-disabled bp3-intent-primary"
disabled=""
tabindex="-1"
type="button"
>
<span
class="bp3-button-text"
>
Apply
</span>
</button>
</div>
</div>
`;