Skip to content

Commit ae41622

Browse files
20 snapshots written.
1 parent 1cf1099 commit ae41622

1 file changed

Lines changed: 395 additions & 0 deletions

File tree

Lines changed: 395 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,395 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`BooleanField runs 1`] = `
4+
<div>
5+
Bla
6+
<button
7+
style="font-size: 150%; height: 1.2em; width: 1.2em; background-color: #eef; margin: 0.1em"
8+
>
9+
10+
</button>
11+
</div>
12+
`;
13+
14+
exports[`Classifier runs 1`] = `
15+
<span>
16+
<div
17+
style="margin: 0.1em; padding: 0.5em; border: 0.05em solid gray; background-color: #fee; color:black;"
18+
>
19+
Can't do multiple selector with no subclasses of category: &lt;http://example.com/#bla&gt;
20+
</div>
21+
</span>
22+
`;
23+
24+
exports[`ColorField runs 1`] = `
25+
<tr>
26+
<td
27+
class="formFieldName"
28+
style=" vertical-align: middle;"
29+
>
30+
<a
31+
href="http://example.com/#bla"
32+
style="color: #3B5998; text-decoration: none;"
33+
>
34+
Bla
35+
</a>
36+
</td>
37+
<td
38+
class="formFieldValue"
39+
>
40+
<input
41+
maxlength="4096"
42+
size="20"
43+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
44+
type="text"
45+
/>
46+
</td>
47+
</tr>
48+
`;
49+
50+
exports[`Comment runs 1`] = `
51+
<div>
52+
<undefined>
53+
&lt;http://example.com/#bla&gt;
54+
</undefined>
55+
</div>
56+
`;
57+
58+
exports[`DateField runs 1`] = `
59+
<tr>
60+
<td
61+
class="formFieldName"
62+
style=" vertical-align: middle;"
63+
>
64+
<a
65+
href="http://example.com/#bla"
66+
style="color: #3B5998; text-decoration: none;"
67+
>
68+
Bla
69+
</a>
70+
</td>
71+
<td
72+
class="formFieldValue"
73+
>
74+
<input
75+
maxlength="4096"
76+
size="20"
77+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
78+
type="text"
79+
/>
80+
</td>
81+
</tr>
82+
`;
83+
84+
exports[`DateTimeField runs 1`] = `
85+
<tr>
86+
<td
87+
class="formFieldName"
88+
style=" vertical-align: middle;"
89+
>
90+
<a
91+
href="http://example.com/#bla"
92+
style="color: #3B5998; text-decoration: none;"
93+
>
94+
Bla
95+
</a>
96+
</td>
97+
<td
98+
class="formFieldValue"
99+
>
100+
<input
101+
maxlength="4096"
102+
size="20"
103+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
104+
type="text"
105+
/>
106+
</td>
107+
</tr>
108+
`;
109+
110+
exports[`DecimalField runs 1`] = `
111+
<tr>
112+
<td
113+
class="formFieldName"
114+
style=" vertical-align: middle;"
115+
>
116+
<a
117+
href="http://example.com/#bla"
118+
style="color: #3B5998; text-decoration: none;"
119+
>
120+
Bla
121+
</a>
122+
</td>
123+
<td
124+
class="formFieldValue"
125+
>
126+
<input
127+
maxlength="4096"
128+
size="20"
129+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
130+
type="text"
131+
/>
132+
</td>
133+
</tr>
134+
`;
135+
136+
exports[`EmailField runs 1`] = `
137+
<tr>
138+
<td
139+
class="formFieldName"
140+
style=" vertical-align: middle;"
141+
>
142+
<a
143+
href="http://example.com/#bla"
144+
style="color: #3B5998; text-decoration: none;"
145+
>
146+
Bla
147+
</a>
148+
</td>
149+
<td
150+
class="formFieldValue"
151+
>
152+
<input
153+
maxlength="4096"
154+
size="20"
155+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
156+
type="text"
157+
/>
158+
</td>
159+
</tr>
160+
`;
161+
162+
exports[`FloatField] runs 1`] = `
163+
<tr>
164+
<td
165+
class="formFieldName"
166+
style=" vertical-align: middle;"
167+
>
168+
<a
169+
href="http://example.com/#bla"
170+
style="color: #3B5998; text-decoration: none;"
171+
>
172+
Bla
173+
</a>
174+
</td>
175+
<td
176+
class="formFieldValue"
177+
>
178+
<input
179+
maxlength="4096"
180+
size="20"
181+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
182+
type="text"
183+
/>
184+
</td>
185+
</tr>
186+
`;
187+
188+
exports[`Form field runs 1`] = `
189+
<div
190+
style="padding-left: 2em; border: 0.05em solid #888888;"
191+
/>
192+
`;
193+
194+
exports[`Heading runs 1`] = `
195+
<div>
196+
<undefined>
197+
&lt;http://example.com/#bla&gt;
198+
</undefined>
199+
</div>
200+
`;
201+
202+
exports[`IntegerField runs 1`] = `
203+
<tr>
204+
<td
205+
class="formFieldName"
206+
style=" vertical-align: middle;"
207+
>
208+
<a
209+
href="http://example.com/#bla"
210+
style="color: #3B5998; text-decoration: none;"
211+
>
212+
Bla
213+
</a>
214+
</td>
215+
<td
216+
class="formFieldValue"
217+
>
218+
<input
219+
maxlength="4096"
220+
size="20"
221+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
222+
type="text"
223+
/>
224+
</td>
225+
</tr>
226+
`;
227+
228+
exports[`NamedNodeURIField runs 1`] = `
229+
<tr>
230+
<td
231+
class="formFieldName"
232+
style=" vertical-align: middle;"
233+
>
234+
<a
235+
href="http://example.com/#bla"
236+
style="color: #3B5998; text-decoration: none;"
237+
>
238+
Bla
239+
</a>
240+
</td>
241+
<td
242+
class="formFieldValue"
243+
>
244+
<input
245+
maxlength="4096"
246+
size="20"
247+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
248+
type="text"
249+
/>
250+
</td>
251+
</tr>
252+
`;
253+
254+
exports[`NumericField runs 1`] = `
255+
<tr>
256+
<td
257+
class="formFieldName"
258+
style=" vertical-align: middle;"
259+
>
260+
<a
261+
href="http://example.com/#bla"
262+
style="color: #3B5998; text-decoration: none;"
263+
>
264+
Bla
265+
</a>
266+
</td>
267+
<td
268+
class="formFieldValue"
269+
>
270+
<input
271+
maxlength="4096"
272+
size="20"
273+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
274+
type="text"
275+
/>
276+
</td>
277+
</tr>
278+
`;
279+
280+
exports[`Options field runs 1`] = `<div />`;
281+
282+
exports[`PhoneField runs 1`] = `
283+
<tr>
284+
<td
285+
class="formFieldName"
286+
style=" vertical-align: middle;"
287+
>
288+
<a
289+
href="http://example.com/#bla"
290+
style="color: #3B5998; text-decoration: none;"
291+
>
292+
Bla
293+
</a>
294+
</td>
295+
<td
296+
class="formFieldValue"
297+
>
298+
<input
299+
maxlength="4096"
300+
size="20"
301+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
302+
type="text"
303+
/>
304+
</td>
305+
</tr>
306+
`;
307+
308+
exports[`SingleLineTextField runs 1`] = `
309+
<tr>
310+
<td
311+
class="formFieldName"
312+
style=" vertical-align: middle;"
313+
>
314+
<a
315+
href="http://example.com/#bla"
316+
style="color: #3B5998; text-decoration: none;"
317+
>
318+
Bla
319+
</a>
320+
</td>
321+
<td
322+
class="formFieldValue"
323+
>
324+
<input
325+
maxlength="4096"
326+
size="20"
327+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
328+
type="text"
329+
/>
330+
</td>
331+
</tr>
332+
`;
333+
334+
exports[`TextField runs 1`] = `
335+
<tr>
336+
<td
337+
class="formFieldName"
338+
style=" vertical-align: middle;"
339+
>
340+
<a
341+
href="http://example.com/#bla"
342+
style="color: #3B5998; text-decoration: none;"
343+
>
344+
Bla
345+
</a>
346+
</td>
347+
<td
348+
class="formFieldValue"
349+
>
350+
<input
351+
maxlength="4096"
352+
size="20"
353+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
354+
type="text"
355+
/>
356+
</td>
357+
</tr>
358+
`;
359+
360+
exports[`TimeField runs 1`] = `
361+
<tr>
362+
<td
363+
class="formFieldName"
364+
style=" vertical-align: middle;"
365+
>
366+
<a
367+
href="http://example.com/#bla"
368+
style="color: #3B5998; text-decoration: none;"
369+
>
370+
Bla
371+
</a>
372+
</td>
373+
<td
374+
class="formFieldValue"
375+
>
376+
<input
377+
maxlength="4096"
378+
size="20"
379+
style="background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em; "
380+
type="text"
381+
/>
382+
</td>
383+
</tr>
384+
`;
385+
386+
exports[`TristateField runs 1`] = `
387+
<div>
388+
Bla
389+
<button
390+
style="font-size: 150%; height: 1.2em; width: 1.2em; background-color: #eef; margin: 0.1em"
391+
>
392+
-
393+
</button>
394+
</div>
395+
`;

0 commit comments

Comments
 (0)