@storybook/components 5.1.9 → 5.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/dist/syntaxhighlighter/syntaxhighlighter.js +1 -1
  2. package/dist/typings.d.js +1 -0
  3. package/package.json +4 -4
  4. package/src/syntaxhighlighter/__snapshots__/syntaxhighlighter.stories.storyshot +1 -1
  5. package/src/syntaxhighlighter/syntaxhighlighter.tsx +1 -1
  6. package/dist/Badge/__snapshots__/Badge.stories.storyshot +0 -96
  7. package/dist/Button/__snapshots__/Button.stories.storyshot +0 -1028
  8. package/dist/brand/__snapshots__/StorybookIcon.stories.storyshot +0 -36
  9. package/dist/form/__snapshots__/form.stories.storyshot +0 -2756
  10. package/dist/icon/__snapshots__/icon.stories.storyshot +0 -4960
  11. package/dist/spaced/__snapshots__/Spaced.stories.storyshot +0 -249
  12. package/dist/syntaxhighlighter/__snapshots__/syntaxhighlighter.stories.storyshot +0 -3971
  13. package/dist/syntaxhighlighter/formatter.test.js +0 -59
  14. package/dist/tabs/__snapshots__/tabs.stories.storyshot +0 -2029
  15. package/dist/tooltip/__snapshots__/ListItem.stories.storyshot +0 -1212
  16. package/dist/tooltip/__snapshots__/Tooltip.stories.storyshot +0 -269
  17. package/dist/tooltip/__snapshots__/TooltipLinkList.stories.storyshot +0 -326
  18. package/dist/tooltip/__snapshots__/TooltipMessage.stories.storyshot +0 -514
  19. package/dist/tooltip/__snapshots__/TooltipNote.stories.storyshot +0 -54
  20. package/dist/tooltip/__snapshots__/WithTooltip.stories.storyshot +0 -448
  21. package/dist/typings.d.ts +0 -4
  22. package/dist/typography/__snapshots__/typography.stories.storyshot +0 -186
  23. package/dist/typography/link/__snapshots__/link.stories.storyshot +0 -664
  24. package/dist/typography/link/link.test.d.ts +0 -1
  25. package/dist/typography/link/link.test.js +0 -162
@@ -1,2756 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Storyshots Basics|Form/Button sizes 1`] = `
4
- .emotion-6 > * {
5
- margin-top: 10px;
6
- }
7
-
8
- .emotion-6 > *:first-of-type {
9
- margin-top: 0;
10
- }
11
-
12
- .emotion-0 {
13
- border: 0;
14
- border-radius: 3em;
15
- cursor: pointer;
16
- display: inline-block;
17
- overflow: hidden;
18
- padding: 10px 16px;
19
- position: relative;
20
- text-align: center;
21
- -webkit-text-decoration: none;
22
- text-decoration: none;
23
- -webkit-transition: all 150ms ease-out;
24
- transition: all 150ms ease-out;
25
- -webkit-transform: translate3d(0,0,0);
26
- -ms-transform: translate3d(0,0,0);
27
- transform: translate3d(0,0,0);
28
- vertical-align: top;
29
- white-space: nowrap;
30
- -webkit-user-select: none;
31
- -moz-user-select: none;
32
- -ms-user-select: none;
33
- user-select: none;
34
- opacity: 1;
35
- margin: 0;
36
- background: transparent;
37
- font-size: 12px;
38
- font-weight: 700;
39
- line-height: 1;
40
- background: #fafafa;
41
- color: #333333;
42
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
43
- border-radius: 4px;
44
- display: inline;
45
- -webkit-user-select: none;
46
- -moz-user-select: none;
47
- -ms-user-select: none;
48
- user-select: none;
49
- overflow: visible;
50
- z-index: 2;
51
- }
52
-
53
- .emotion-0 svg {
54
- display: inline-block;
55
- height: 14px;
56
- width: 14px;
57
- vertical-align: top;
58
- margin-right: 4px;
59
- margin-top: -1px;
60
- margin-bottom: -1px;
61
- pointer-events: none;
62
- }
63
-
64
- .emotion-0 svg path {
65
- fill: currentColor;
66
- }
67
-
68
- .emotion-0:hover {
69
- background: #f2f2f2;
70
- }
71
-
72
- .emotion-0:active {
73
- background: #FFFFFF;
74
- }
75
-
76
- .emotion-0:focus {
77
- box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset;
78
- }
79
-
80
- .emotion-0:hover {
81
- -webkit-transform: none;
82
- -ms-transform: none;
83
- transform: none;
84
- }
85
-
86
- .emotion-1 {
87
- display: -webkit-box;
88
- display: -webkit-flex;
89
- display: -ms-flexbox;
90
- display: flex;
91
- }
92
-
93
- .emotion-2 {
94
- border: 0;
95
- border-radius: 3em;
96
- cursor: pointer;
97
- display: inline-block;
98
- overflow: hidden;
99
- padding: 10px 16px;
100
- position: relative;
101
- text-align: center;
102
- -webkit-text-decoration: none;
103
- text-decoration: none;
104
- -webkit-transition: all 150ms ease-out;
105
- transition: all 150ms ease-out;
106
- -webkit-transform: translate3d(0,0,0);
107
- -ms-transform: translate3d(0,0,0);
108
- transform: translate3d(0,0,0);
109
- vertical-align: top;
110
- white-space: nowrap;
111
- -webkit-user-select: none;
112
- -moz-user-select: none;
113
- -ms-user-select: none;
114
- user-select: none;
115
- opacity: 1;
116
- margin: 0;
117
- background: transparent;
118
- font-size: 12px;
119
- font-weight: 700;
120
- line-height: 1;
121
- background: #fafafa;
122
- color: #333333;
123
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
124
- border-radius: 4px;
125
- -webkit-flex: 1;
126
- -ms-flex: 1;
127
- flex: 1;
128
- -webkit-user-select: none;
129
- -moz-user-select: none;
130
- -ms-user-select: none;
131
- user-select: none;
132
- overflow: visible;
133
- z-index: 2;
134
- }
135
-
136
- .emotion-2 svg {
137
- display: inline-block;
138
- height: 14px;
139
- width: 14px;
140
- vertical-align: top;
141
- margin-right: 4px;
142
- margin-top: -1px;
143
- margin-bottom: -1px;
144
- pointer-events: none;
145
- }
146
-
147
- .emotion-2 svg path {
148
- fill: currentColor;
149
- }
150
-
151
- .emotion-2:hover {
152
- background: #f2f2f2;
153
- }
154
-
155
- .emotion-2:active {
156
- background: #FFFFFF;
157
- }
158
-
159
- .emotion-2:focus {
160
- box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset;
161
- }
162
-
163
- .emotion-2:hover {
164
- -webkit-transform: none;
165
- -ms-transform: none;
166
- transform: none;
167
- }
168
-
169
- .emotion-4 {
170
- border: 0;
171
- border-radius: 3em;
172
- cursor: pointer;
173
- display: inline-block;
174
- overflow: hidden;
175
- padding: 10px 16px;
176
- position: relative;
177
- text-align: center;
178
- -webkit-text-decoration: none;
179
- text-decoration: none;
180
- -webkit-transition: all 150ms ease-out;
181
- transition: all 150ms ease-out;
182
- -webkit-transform: translate3d(0,0,0);
183
- -ms-transform: translate3d(0,0,0);
184
- transform: translate3d(0,0,0);
185
- vertical-align: top;
186
- white-space: nowrap;
187
- -webkit-user-select: none;
188
- -moz-user-select: none;
189
- -ms-user-select: none;
190
- user-select: none;
191
- opacity: 1;
192
- margin: 0;
193
- background: transparent;
194
- font-size: 12px;
195
- font-weight: 700;
196
- line-height: 1;
197
- background: #fafafa;
198
- color: #333333;
199
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
200
- border-radius: 4px;
201
- width: 100%;
202
- -webkit-user-select: none;
203
- -moz-user-select: none;
204
- -ms-user-select: none;
205
- user-select: none;
206
- overflow: visible;
207
- z-index: 2;
208
- }
209
-
210
- .emotion-4 svg {
211
- display: inline-block;
212
- height: 14px;
213
- width: 14px;
214
- vertical-align: top;
215
- margin-right: 4px;
216
- margin-top: -1px;
217
- margin-bottom: -1px;
218
- pointer-events: none;
219
- }
220
-
221
- .emotion-4 svg path {
222
- fill: currentColor;
223
- }
224
-
225
- .emotion-4:hover {
226
- background: #f2f2f2;
227
- }
228
-
229
- .emotion-4:active {
230
- background: #FFFFFF;
231
- }
232
-
233
- .emotion-4:focus {
234
- box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset;
235
- }
236
-
237
- .emotion-4:hover {
238
- -webkit-transform: none;
239
- -ms-transform: none;
240
- transform: none;
241
- }
242
-
243
- <div
244
- class="emotion-6"
245
- >
246
- <div
247
- class="emotion-1"
248
- >
249
- <button
250
- class="emotion-0"
251
- >
252
- click this button
253
- </button>
254
- </div>
255
- <div
256
- class="emotion-1"
257
- >
258
- <button
259
- class="emotion-2"
260
- >
261
- click this button
262
- </button>
263
- </div>
264
- <div
265
- class="emotion-1"
266
- >
267
- <button
268
- class="emotion-4"
269
- >
270
- click this button
271
- </button>
272
- </div>
273
- </div>
274
- `;
275
-
276
- exports[`Storyshots Basics|Form/Button validations 1`] = `
277
- .emotion-8 > * {
278
- margin-top: 10px;
279
- }
280
-
281
- .emotion-8 > *:first-of-type {
282
- margin-top: 0;
283
- }
284
-
285
- .emotion-1 {
286
- display: -webkit-box;
287
- display: -webkit-flex;
288
- display: -ms-flexbox;
289
- display: flex;
290
- }
291
-
292
- .emotion-6 {
293
- border: 0;
294
- border-radius: 3em;
295
- cursor: pointer;
296
- display: inline-block;
297
- overflow: hidden;
298
- padding: 10px 16px;
299
- position: relative;
300
- text-align: center;
301
- -webkit-text-decoration: none;
302
- text-decoration: none;
303
- -webkit-transition: all 150ms ease-out;
304
- transition: all 150ms ease-out;
305
- -webkit-transform: translate3d(0,0,0);
306
- -ms-transform: translate3d(0,0,0);
307
- transform: translate3d(0,0,0);
308
- vertical-align: top;
309
- white-space: nowrap;
310
- -webkit-user-select: none;
311
- -moz-user-select: none;
312
- -ms-user-select: none;
313
- user-select: none;
314
- opacity: 1;
315
- margin: 0;
316
- background: transparent;
317
- font-size: 12px;
318
- font-weight: 700;
319
- line-height: 1;
320
- background: #fafafa;
321
- color: #333333;
322
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
323
- border-radius: 4px;
324
- width: 100%;
325
- -webkit-user-select: none;
326
- -moz-user-select: none;
327
- -ms-user-select: none;
328
- user-select: none;
329
- overflow: visible;
330
- z-index: 2;
331
- }
332
-
333
- .emotion-6 svg {
334
- display: inline-block;
335
- height: 14px;
336
- width: 14px;
337
- vertical-align: top;
338
- margin-right: 4px;
339
- margin-top: -1px;
340
- margin-bottom: -1px;
341
- pointer-events: none;
342
- }
343
-
344
- .emotion-6 svg path {
345
- fill: currentColor;
346
- }
347
-
348
- .emotion-6:hover {
349
- background: #f2f2f2;
350
- }
351
-
352
- .emotion-6:active {
353
- background: #FFFFFF;
354
- }
355
-
356
- .emotion-6:focus {
357
- box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset;
358
- }
359
-
360
- .emotion-6:hover {
361
- -webkit-transform: none;
362
- -ms-transform: none;
363
- transform: none;
364
- }
365
-
366
- .emotion-0 {
367
- border: 0;
368
- border-radius: 3em;
369
- cursor: pointer;
370
- display: inline-block;
371
- overflow: hidden;
372
- padding: 10px 16px;
373
- position: relative;
374
- text-align: center;
375
- -webkit-text-decoration: none;
376
- text-decoration: none;
377
- -webkit-transition: all 150ms ease-out;
378
- transition: all 150ms ease-out;
379
- -webkit-transform: translate3d(0,0,0);
380
- -ms-transform: translate3d(0,0,0);
381
- transform: translate3d(0,0,0);
382
- vertical-align: top;
383
- white-space: nowrap;
384
- -webkit-user-select: none;
385
- -moz-user-select: none;
386
- -ms-user-select: none;
387
- user-select: none;
388
- opacity: 1;
389
- margin: 0;
390
- background: transparent;
391
- font-size: 12px;
392
- font-weight: 700;
393
- line-height: 1;
394
- background: #fafafa;
395
- color: #333333;
396
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
397
- border-radius: 4px;
398
- width: 100%;
399
- box-shadow: #FF4400 0 0 0 1px inset !important;
400
- -webkit-user-select: none;
401
- -moz-user-select: none;
402
- -ms-user-select: none;
403
- user-select: none;
404
- overflow: visible;
405
- z-index: 2;
406
- }
407
-
408
- .emotion-0 svg {
409
- display: inline-block;
410
- height: 14px;
411
- width: 14px;
412
- vertical-align: top;
413
- margin-right: 4px;
414
- margin-top: -1px;
415
- margin-bottom: -1px;
416
- pointer-events: none;
417
- }
418
-
419
- .emotion-0 svg path {
420
- fill: currentColor;
421
- }
422
-
423
- .emotion-0:hover {
424
- background: #f2f2f2;
425
- }
426
-
427
- .emotion-0:active {
428
- background: #FFFFFF;
429
- }
430
-
431
- .emotion-0:focus {
432
- box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset;
433
- }
434
-
435
- .emotion-0:hover {
436
- -webkit-transform: none;
437
- -ms-transform: none;
438
- transform: none;
439
- }
440
-
441
- .emotion-2 {
442
- border: 0;
443
- border-radius: 3em;
444
- cursor: pointer;
445
- display: inline-block;
446
- overflow: hidden;
447
- padding: 10px 16px;
448
- position: relative;
449
- text-align: center;
450
- -webkit-text-decoration: none;
451
- text-decoration: none;
452
- -webkit-transition: all 150ms ease-out;
453
- transition: all 150ms ease-out;
454
- -webkit-transform: translate3d(0,0,0);
455
- -ms-transform: translate3d(0,0,0);
456
- transform: translate3d(0,0,0);
457
- vertical-align: top;
458
- white-space: nowrap;
459
- -webkit-user-select: none;
460
- -moz-user-select: none;
461
- -ms-user-select: none;
462
- user-select: none;
463
- opacity: 1;
464
- margin: 0;
465
- background: transparent;
466
- font-size: 12px;
467
- font-weight: 700;
468
- line-height: 1;
469
- background: #fafafa;
470
- color: #333333;
471
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
472
- border-radius: 4px;
473
- width: 100%;
474
- box-shadow: #E69D00 0 0 0 1px inset;
475
- -webkit-user-select: none;
476
- -moz-user-select: none;
477
- -ms-user-select: none;
478
- user-select: none;
479
- overflow: visible;
480
- z-index: 2;
481
- }
482
-
483
- .emotion-2 svg {
484
- display: inline-block;
485
- height: 14px;
486
- width: 14px;
487
- vertical-align: top;
488
- margin-right: 4px;
489
- margin-top: -1px;
490
- margin-bottom: -1px;
491
- pointer-events: none;
492
- }
493
-
494
- .emotion-2 svg path {
495
- fill: currentColor;
496
- }
497
-
498
- .emotion-2:hover {
499
- background: #f2f2f2;
500
- }
501
-
502
- .emotion-2:active {
503
- background: #FFFFFF;
504
- }
505
-
506
- .emotion-2:focus {
507
- box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset;
508
- }
509
-
510
- .emotion-2:hover {
511
- -webkit-transform: none;
512
- -ms-transform: none;
513
- transform: none;
514
- }
515
-
516
- .emotion-4 {
517
- border: 0;
518
- border-radius: 3em;
519
- cursor: pointer;
520
- display: inline-block;
521
- overflow: hidden;
522
- padding: 10px 16px;
523
- position: relative;
524
- text-align: center;
525
- -webkit-text-decoration: none;
526
- text-decoration: none;
527
- -webkit-transition: all 150ms ease-out;
528
- transition: all 150ms ease-out;
529
- -webkit-transform: translate3d(0,0,0);
530
- -ms-transform: translate3d(0,0,0);
531
- transform: translate3d(0,0,0);
532
- vertical-align: top;
533
- white-space: nowrap;
534
- -webkit-user-select: none;
535
- -moz-user-select: none;
536
- -ms-user-select: none;
537
- user-select: none;
538
- opacity: 1;
539
- margin: 0;
540
- background: transparent;
541
- font-size: 12px;
542
- font-weight: 700;
543
- line-height: 1;
544
- background: #fafafa;
545
- color: #333333;
546
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
547
- border-radius: 4px;
548
- width: 100%;
549
- box-shadow: #66BF3C 0 0 0 1px inset !important;
550
- -webkit-user-select: none;
551
- -moz-user-select: none;
552
- -ms-user-select: none;
553
- user-select: none;
554
- overflow: visible;
555
- z-index: 2;
556
- }
557
-
558
- .emotion-4 svg {
559
- display: inline-block;
560
- height: 14px;
561
- width: 14px;
562
- vertical-align: top;
563
- margin-right: 4px;
564
- margin-top: -1px;
565
- margin-bottom: -1px;
566
- pointer-events: none;
567
- }
568
-
569
- .emotion-4 svg path {
570
- fill: currentColor;
571
- }
572
-
573
- .emotion-4:hover {
574
- background: #f2f2f2;
575
- }
576
-
577
- .emotion-4:active {
578
- background: #FFFFFF;
579
- }
580
-
581
- .emotion-4:focus {
582
- box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset;
583
- }
584
-
585
- .emotion-4:hover {
586
- -webkit-transform: none;
587
- -ms-transform: none;
588
- transform: none;
589
- }
590
-
591
- <div
592
- class="emotion-8"
593
- >
594
- <div
595
- class="emotion-1"
596
- >
597
- <button
598
- class="emotion-0"
599
- >
600
- click this button
601
- </button>
602
- </div>
603
- <div
604
- class="emotion-1"
605
- >
606
- <button
607
- class="emotion-2"
608
- >
609
- click this button
610
- </button>
611
- </div>
612
- <div
613
- class="emotion-1"
614
- >
615
- <button
616
- class="emotion-4"
617
- >
618
- click this button
619
- </button>
620
- </div>
621
- <div
622
- class="emotion-1"
623
- >
624
- <button
625
- class="emotion-6"
626
- >
627
- click this button
628
- </button>
629
- </div>
630
- </div>
631
- `;
632
-
633
- exports[`Storyshots Basics|Form/Field field 1`] = `
634
- .emotion-2 {
635
- display: -webkit-box;
636
- display: -webkit-flex;
637
- display: -ms-flexbox;
638
- display: flex;
639
- border-bottom: 1px solid rgba(0,0,0,.1);
640
- margin: 0 15px;
641
- padding: 8px 0;
642
- }
643
-
644
- .emotion-2:last-child {
645
- margin-bottom: 3rem;
646
- }
647
-
648
- .emotion-0 {
649
- min-width: 100px;
650
- font-weight: 700;
651
- margin-right: 15px;
652
- display: -webkit-box;
653
- display: -webkit-flex;
654
- display: -ms-flexbox;
655
- display: flex;
656
- -webkit-box-pack: start;
657
- -webkit-justify-content: flex-start;
658
- -ms-flex-pack: start;
659
- justify-content: flex-start;
660
- -webkit-align-items: center;
661
- -webkit-box-align: center;
662
- -ms-flex-align: center;
663
- align-items: center;
664
- line-height: 16px;
665
- }
666
-
667
- .emotion-1 {
668
- -webkit-appearance: none;
669
- -moz-appearance: none;
670
- appearance: none;
671
- border: 0;
672
- box-sizing: inherit;
673
- display: block;
674
- margin: 0;
675
- background: #FFFFFF;
676
- padding: .42em 1em;
677
- font-size: 13px;
678
- position: relative;
679
- -webkit-transition: all 200ms ease-out;
680
- transition: all 200ms ease-out;
681
- color: #333333;
682
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
683
- border-radius: 4px;
684
- line-height: 20px;
685
- display: inline;
686
- height: 32px;
687
- -webkit-user-select: none;
688
- -moz-user-select: none;
689
- -ms-user-select: none;
690
- user-select: none;
691
- padding-right: 20px;
692
- -webkit-appearance: menulist;
693
- -moz-appearance: menulist;
694
- appearance: menulist;
695
- }
696
-
697
- .emotion-1:focus {
698
- box-shadow: #1EA7FD 0 0 0 1px inset;
699
- }
700
-
701
- .emotion-1[disabled] {
702
- cursor: not-allowed;
703
- opacity: 0.5;
704
- }
705
-
706
- .emotion-1:-webkit-autofill {
707
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
708
- }
709
-
710
- .emotion-1::-webkit-input-placeholder {
711
- color: #999999;
712
- }
713
-
714
- .emotion-1::-moz-placeholder {
715
- color: #999999;
716
- }
717
-
718
- .emotion-1:-ms-input-placeholder {
719
- color: #999999;
720
- }
721
-
722
- .emotion-1::placeholder {
723
- color: #999999;
724
- }
725
-
726
- <label
727
- class="emotion-2"
728
- >
729
- <span
730
- class="emotion-0"
731
- >
732
- <span>
733
- label
734
- </span>
735
- </span>
736
- <select
737
- class="emotion-1"
738
- size="1"
739
- >
740
- <option
741
- value="val1"
742
- >
743
- Value 1
744
- </option>
745
- <option
746
- selected=""
747
- value="val2"
748
- >
749
- Value 2
750
- </option>
751
- <option
752
- value="val3"
753
- >
754
- Value 3
755
- </option>
756
- </select>
757
- </label>
758
- `;
759
-
760
- exports[`Storyshots Basics|Form/Input alignment 1`] = `
761
- .emotion-6 > * {
762
- margin-top: 10px;
763
- }
764
-
765
- .emotion-6 > *:first-of-type {
766
- margin-top: 0;
767
- }
768
-
769
- .emotion-1 {
770
- display: -webkit-box;
771
- display: -webkit-flex;
772
- display: -ms-flexbox;
773
- display: flex;
774
- }
775
-
776
- .emotion-4 {
777
- -webkit-appearance: none;
778
- -moz-appearance: none;
779
- appearance: none;
780
- border: 0;
781
- box-sizing: inherit;
782
- display: block;
783
- margin: 0;
784
- background: #FFFFFF;
785
- padding: .42em 1em;
786
- font-size: 13px;
787
- position: relative;
788
- -webkit-transition: all 200ms ease-out;
789
- transition: all 200ms ease-out;
790
- color: #333333;
791
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
792
- border-radius: 4px;
793
- line-height: 20px;
794
- width: 100%;
795
- text-align: left;
796
- min-height: 32px;
797
- }
798
-
799
- .emotion-4:focus {
800
- box-shadow: #1EA7FD 0 0 0 1px inset;
801
- }
802
-
803
- .emotion-4[disabled] {
804
- cursor: not-allowed;
805
- opacity: 0.5;
806
- }
807
-
808
- .emotion-4:-webkit-autofill {
809
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
810
- }
811
-
812
- .emotion-4::-webkit-input-placeholder {
813
- color: #999999;
814
- }
815
-
816
- .emotion-4::-moz-placeholder {
817
- color: #999999;
818
- }
819
-
820
- .emotion-4:-ms-input-placeholder {
821
- color: #999999;
822
- }
823
-
824
- .emotion-4::placeholder {
825
- color: #999999;
826
- }
827
-
828
- .emotion-0 {
829
- -webkit-appearance: none;
830
- -moz-appearance: none;
831
- appearance: none;
832
- border: 0;
833
- box-sizing: inherit;
834
- display: block;
835
- margin: 0;
836
- background: #FFFFFF;
837
- padding: .42em 1em;
838
- font-size: 13px;
839
- position: relative;
840
- -webkit-transition: all 200ms ease-out;
841
- transition: all 200ms ease-out;
842
- color: #333333;
843
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
844
- border-radius: 4px;
845
- line-height: 20px;
846
- width: 100%;
847
- text-align: right;
848
- min-height: 32px;
849
- }
850
-
851
- .emotion-0:focus {
852
- box-shadow: #1EA7FD 0 0 0 1px inset;
853
- }
854
-
855
- .emotion-0[disabled] {
856
- cursor: not-allowed;
857
- opacity: 0.5;
858
- }
859
-
860
- .emotion-0:-webkit-autofill {
861
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
862
- }
863
-
864
- .emotion-0::-webkit-input-placeholder {
865
- color: #999999;
866
- }
867
-
868
- .emotion-0::-moz-placeholder {
869
- color: #999999;
870
- }
871
-
872
- .emotion-0:-ms-input-placeholder {
873
- color: #999999;
874
- }
875
-
876
- .emotion-0::placeholder {
877
- color: #999999;
878
- }
879
-
880
- .emotion-2 {
881
- -webkit-appearance: none;
882
- -moz-appearance: none;
883
- appearance: none;
884
- border: 0;
885
- box-sizing: inherit;
886
- display: block;
887
- margin: 0;
888
- background: #FFFFFF;
889
- padding: .42em 1em;
890
- font-size: 13px;
891
- position: relative;
892
- -webkit-transition: all 200ms ease-out;
893
- transition: all 200ms ease-out;
894
- color: #333333;
895
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
896
- border-radius: 4px;
897
- line-height: 20px;
898
- width: 100%;
899
- text-align: center;
900
- min-height: 32px;
901
- }
902
-
903
- .emotion-2:focus {
904
- box-shadow: #1EA7FD 0 0 0 1px inset;
905
- }
906
-
907
- .emotion-2[disabled] {
908
- cursor: not-allowed;
909
- opacity: 0.5;
910
- }
911
-
912
- .emotion-2:-webkit-autofill {
913
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
914
- }
915
-
916
- .emotion-2::-webkit-input-placeholder {
917
- color: #999999;
918
- }
919
-
920
- .emotion-2::-moz-placeholder {
921
- color: #999999;
922
- }
923
-
924
- .emotion-2:-ms-input-placeholder {
925
- color: #999999;
926
- }
927
-
928
- .emotion-2::placeholder {
929
- color: #999999;
930
- }
931
-
932
- <div
933
- class="emotion-6"
934
- >
935
- <div
936
- class="emotion-1"
937
- >
938
- <input
939
- class="emotion-0"
940
- value="text"
941
- />
942
- </div>
943
- <div
944
- class="emotion-1"
945
- >
946
- <input
947
- class="emotion-2"
948
- value="text"
949
- />
950
- </div>
951
- <div
952
- class="emotion-1"
953
- >
954
- <input
955
- class="emotion-4"
956
- value="text"
957
- />
958
- </div>
959
- </div>
960
- `;
961
-
962
- exports[`Storyshots Basics|Form/Input sizes 1`] = `
963
- .emotion-6 > * {
964
- margin-top: 10px;
965
- }
966
-
967
- .emotion-6 > *:first-of-type {
968
- margin-top: 0;
969
- }
970
-
971
- .emotion-1 {
972
- display: -webkit-box;
973
- display: -webkit-flex;
974
- display: -ms-flexbox;
975
- display: flex;
976
- }
977
-
978
- .emotion-0 {
979
- -webkit-appearance: none;
980
- -moz-appearance: none;
981
- appearance: none;
982
- border: 0;
983
- box-sizing: inherit;
984
- display: block;
985
- margin: 0;
986
- background: #FFFFFF;
987
- padding: .42em 1em;
988
- font-size: 13px;
989
- position: relative;
990
- -webkit-transition: all 200ms ease-out;
991
- transition: all 200ms ease-out;
992
- color: #333333;
993
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
994
- border-radius: 4px;
995
- line-height: 20px;
996
- display: inline;
997
- text-align: left;
998
- min-height: 32px;
999
- }
1000
-
1001
- .emotion-0:focus {
1002
- box-shadow: #1EA7FD 0 0 0 1px inset;
1003
- }
1004
-
1005
- .emotion-0[disabled] {
1006
- cursor: not-allowed;
1007
- opacity: 0.5;
1008
- }
1009
-
1010
- .emotion-0:-webkit-autofill {
1011
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1012
- }
1013
-
1014
- .emotion-0::-webkit-input-placeholder {
1015
- color: #999999;
1016
- }
1017
-
1018
- .emotion-0::-moz-placeholder {
1019
- color: #999999;
1020
- }
1021
-
1022
- .emotion-0:-ms-input-placeholder {
1023
- color: #999999;
1024
- }
1025
-
1026
- .emotion-0::placeholder {
1027
- color: #999999;
1028
- }
1029
-
1030
- .emotion-2 {
1031
- -webkit-appearance: none;
1032
- -moz-appearance: none;
1033
- appearance: none;
1034
- border: 0;
1035
- box-sizing: inherit;
1036
- display: block;
1037
- margin: 0;
1038
- background: #FFFFFF;
1039
- padding: .42em 1em;
1040
- font-size: 13px;
1041
- position: relative;
1042
- -webkit-transition: all 200ms ease-out;
1043
- transition: all 200ms ease-out;
1044
- color: #333333;
1045
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1046
- border-radius: 4px;
1047
- line-height: 20px;
1048
- -webkit-flex: 1;
1049
- -ms-flex: 1;
1050
- flex: 1;
1051
- text-align: left;
1052
- min-height: 32px;
1053
- }
1054
-
1055
- .emotion-2:focus {
1056
- box-shadow: #1EA7FD 0 0 0 1px inset;
1057
- }
1058
-
1059
- .emotion-2[disabled] {
1060
- cursor: not-allowed;
1061
- opacity: 0.5;
1062
- }
1063
-
1064
- .emotion-2:-webkit-autofill {
1065
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1066
- }
1067
-
1068
- .emotion-2::-webkit-input-placeholder {
1069
- color: #999999;
1070
- }
1071
-
1072
- .emotion-2::-moz-placeholder {
1073
- color: #999999;
1074
- }
1075
-
1076
- .emotion-2:-ms-input-placeholder {
1077
- color: #999999;
1078
- }
1079
-
1080
- .emotion-2::placeholder {
1081
- color: #999999;
1082
- }
1083
-
1084
- .emotion-4 {
1085
- -webkit-appearance: none;
1086
- -moz-appearance: none;
1087
- appearance: none;
1088
- border: 0;
1089
- box-sizing: inherit;
1090
- display: block;
1091
- margin: 0;
1092
- background: #FFFFFF;
1093
- padding: .42em 1em;
1094
- font-size: 13px;
1095
- position: relative;
1096
- -webkit-transition: all 200ms ease-out;
1097
- transition: all 200ms ease-out;
1098
- color: #333333;
1099
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1100
- border-radius: 4px;
1101
- line-height: 20px;
1102
- width: 100%;
1103
- text-align: left;
1104
- min-height: 32px;
1105
- }
1106
-
1107
- .emotion-4:focus {
1108
- box-shadow: #1EA7FD 0 0 0 1px inset;
1109
- }
1110
-
1111
- .emotion-4[disabled] {
1112
- cursor: not-allowed;
1113
- opacity: 0.5;
1114
- }
1115
-
1116
- .emotion-4:-webkit-autofill {
1117
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1118
- }
1119
-
1120
- .emotion-4::-webkit-input-placeholder {
1121
- color: #999999;
1122
- }
1123
-
1124
- .emotion-4::-moz-placeholder {
1125
- color: #999999;
1126
- }
1127
-
1128
- .emotion-4:-ms-input-placeholder {
1129
- color: #999999;
1130
- }
1131
-
1132
- .emotion-4::placeholder {
1133
- color: #999999;
1134
- }
1135
-
1136
- <div
1137
- class="emotion-6"
1138
- >
1139
- <div
1140
- class="emotion-1"
1141
- >
1142
- <input
1143
- class="emotion-0"
1144
- value="text"
1145
- />
1146
- </div>
1147
- <div
1148
- class="emotion-1"
1149
- >
1150
- <input
1151
- class="emotion-2"
1152
- value="text"
1153
- />
1154
- </div>
1155
- <div
1156
- class="emotion-1"
1157
- >
1158
- <input
1159
- class="emotion-4"
1160
- value="text"
1161
- />
1162
- </div>
1163
- </div>
1164
- `;
1165
-
1166
- exports[`Storyshots Basics|Form/Input validations 1`] = `
1167
- .emotion-8 > * {
1168
- margin-top: 10px;
1169
- }
1170
-
1171
- .emotion-8 > *:first-of-type {
1172
- margin-top: 0;
1173
- }
1174
-
1175
- .emotion-1 {
1176
- display: -webkit-box;
1177
- display: -webkit-flex;
1178
- display: -ms-flexbox;
1179
- display: flex;
1180
- }
1181
-
1182
- .emotion-6 {
1183
- -webkit-appearance: none;
1184
- -moz-appearance: none;
1185
- appearance: none;
1186
- border: 0;
1187
- box-sizing: inherit;
1188
- display: block;
1189
- margin: 0;
1190
- background: #FFFFFF;
1191
- padding: .42em 1em;
1192
- font-size: 13px;
1193
- position: relative;
1194
- -webkit-transition: all 200ms ease-out;
1195
- transition: all 200ms ease-out;
1196
- color: #333333;
1197
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1198
- border-radius: 4px;
1199
- line-height: 20px;
1200
- width: 100%;
1201
- text-align: left;
1202
- min-height: 32px;
1203
- }
1204
-
1205
- .emotion-6:focus {
1206
- box-shadow: #1EA7FD 0 0 0 1px inset;
1207
- }
1208
-
1209
- .emotion-6[disabled] {
1210
- cursor: not-allowed;
1211
- opacity: 0.5;
1212
- }
1213
-
1214
- .emotion-6:-webkit-autofill {
1215
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1216
- }
1217
-
1218
- .emotion-6::-webkit-input-placeholder {
1219
- color: #999999;
1220
- }
1221
-
1222
- .emotion-6::-moz-placeholder {
1223
- color: #999999;
1224
- }
1225
-
1226
- .emotion-6:-ms-input-placeholder {
1227
- color: #999999;
1228
- }
1229
-
1230
- .emotion-6::placeholder {
1231
- color: #999999;
1232
- }
1233
-
1234
- .emotion-0 {
1235
- -webkit-appearance: none;
1236
- -moz-appearance: none;
1237
- appearance: none;
1238
- border: 0;
1239
- box-sizing: inherit;
1240
- display: block;
1241
- margin: 0;
1242
- background: #FFFFFF;
1243
- padding: .42em 1em;
1244
- font-size: 13px;
1245
- position: relative;
1246
- -webkit-transition: all 200ms ease-out;
1247
- transition: all 200ms ease-out;
1248
- color: #333333;
1249
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1250
- border-radius: 4px;
1251
- line-height: 20px;
1252
- width: 100%;
1253
- text-align: left;
1254
- box-shadow: #FF4400 0 0 0 1px inset !important;
1255
- min-height: 32px;
1256
- }
1257
-
1258
- .emotion-0:focus {
1259
- box-shadow: #1EA7FD 0 0 0 1px inset;
1260
- }
1261
-
1262
- .emotion-0[disabled] {
1263
- cursor: not-allowed;
1264
- opacity: 0.5;
1265
- }
1266
-
1267
- .emotion-0:-webkit-autofill {
1268
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1269
- }
1270
-
1271
- .emotion-0::-webkit-input-placeholder {
1272
- color: #999999;
1273
- }
1274
-
1275
- .emotion-0::-moz-placeholder {
1276
- color: #999999;
1277
- }
1278
-
1279
- .emotion-0:-ms-input-placeholder {
1280
- color: #999999;
1281
- }
1282
-
1283
- .emotion-0::placeholder {
1284
- color: #999999;
1285
- }
1286
-
1287
- .emotion-2 {
1288
- -webkit-appearance: none;
1289
- -moz-appearance: none;
1290
- appearance: none;
1291
- border: 0;
1292
- box-sizing: inherit;
1293
- display: block;
1294
- margin: 0;
1295
- background: #FFFFFF;
1296
- padding: .42em 1em;
1297
- font-size: 13px;
1298
- position: relative;
1299
- -webkit-transition: all 200ms ease-out;
1300
- transition: all 200ms ease-out;
1301
- color: #333333;
1302
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1303
- border-radius: 4px;
1304
- line-height: 20px;
1305
- width: 100%;
1306
- text-align: left;
1307
- box-shadow: #E69D00 0 0 0 1px inset;
1308
- min-height: 32px;
1309
- }
1310
-
1311
- .emotion-2:focus {
1312
- box-shadow: #1EA7FD 0 0 0 1px inset;
1313
- }
1314
-
1315
- .emotion-2[disabled] {
1316
- cursor: not-allowed;
1317
- opacity: 0.5;
1318
- }
1319
-
1320
- .emotion-2:-webkit-autofill {
1321
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1322
- }
1323
-
1324
- .emotion-2::-webkit-input-placeholder {
1325
- color: #999999;
1326
- }
1327
-
1328
- .emotion-2::-moz-placeholder {
1329
- color: #999999;
1330
- }
1331
-
1332
- .emotion-2:-ms-input-placeholder {
1333
- color: #999999;
1334
- }
1335
-
1336
- .emotion-2::placeholder {
1337
- color: #999999;
1338
- }
1339
-
1340
- .emotion-4 {
1341
- -webkit-appearance: none;
1342
- -moz-appearance: none;
1343
- appearance: none;
1344
- border: 0;
1345
- box-sizing: inherit;
1346
- display: block;
1347
- margin: 0;
1348
- background: #FFFFFF;
1349
- padding: .42em 1em;
1350
- font-size: 13px;
1351
- position: relative;
1352
- -webkit-transition: all 200ms ease-out;
1353
- transition: all 200ms ease-out;
1354
- color: #333333;
1355
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1356
- border-radius: 4px;
1357
- line-height: 20px;
1358
- width: 100%;
1359
- text-align: left;
1360
- box-shadow: #66BF3C 0 0 0 1px inset !important;
1361
- min-height: 32px;
1362
- }
1363
-
1364
- .emotion-4:focus {
1365
- box-shadow: #1EA7FD 0 0 0 1px inset;
1366
- }
1367
-
1368
- .emotion-4[disabled] {
1369
- cursor: not-allowed;
1370
- opacity: 0.5;
1371
- }
1372
-
1373
- .emotion-4:-webkit-autofill {
1374
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1375
- }
1376
-
1377
- .emotion-4::-webkit-input-placeholder {
1378
- color: #999999;
1379
- }
1380
-
1381
- .emotion-4::-moz-placeholder {
1382
- color: #999999;
1383
- }
1384
-
1385
- .emotion-4:-ms-input-placeholder {
1386
- color: #999999;
1387
- }
1388
-
1389
- .emotion-4::placeholder {
1390
- color: #999999;
1391
- }
1392
-
1393
- <div
1394
- class="emotion-8"
1395
- >
1396
- <div
1397
- class="emotion-1"
1398
- >
1399
- <input
1400
- class="emotion-0"
1401
- value="text"
1402
- />
1403
- </div>
1404
- <div
1405
- class="emotion-1"
1406
- >
1407
- <input
1408
- class="emotion-2"
1409
- value="text"
1410
- />
1411
- </div>
1412
- <div
1413
- class="emotion-1"
1414
- >
1415
- <input
1416
- class="emotion-4"
1417
- value="text"
1418
- />
1419
- </div>
1420
- <div
1421
- class="emotion-1"
1422
- >
1423
- <input
1424
- class="emotion-6"
1425
- value="text"
1426
- />
1427
- </div>
1428
- </div>
1429
- `;
1430
-
1431
- exports[`Storyshots Basics|Form/Select sizes 1`] = `
1432
- .emotion-6 > * {
1433
- margin-top: 10px;
1434
- }
1435
-
1436
- .emotion-6 > *:first-of-type {
1437
- margin-top: 0;
1438
- }
1439
-
1440
- .emotion-0 {
1441
- -webkit-appearance: none;
1442
- -moz-appearance: none;
1443
- appearance: none;
1444
- border: 0;
1445
- box-sizing: inherit;
1446
- display: block;
1447
- margin: 0;
1448
- background: #FFFFFF;
1449
- padding: .42em 1em;
1450
- font-size: 13px;
1451
- position: relative;
1452
- -webkit-transition: all 200ms ease-out;
1453
- transition: all 200ms ease-out;
1454
- color: #333333;
1455
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1456
- border-radius: 4px;
1457
- line-height: 20px;
1458
- display: inline;
1459
- height: 32px;
1460
- -webkit-user-select: none;
1461
- -moz-user-select: none;
1462
- -ms-user-select: none;
1463
- user-select: none;
1464
- padding-right: 20px;
1465
- -webkit-appearance: menulist;
1466
- -moz-appearance: menulist;
1467
- appearance: menulist;
1468
- }
1469
-
1470
- .emotion-0:focus {
1471
- box-shadow: #1EA7FD 0 0 0 1px inset;
1472
- }
1473
-
1474
- .emotion-0[disabled] {
1475
- cursor: not-allowed;
1476
- opacity: 0.5;
1477
- }
1478
-
1479
- .emotion-0:-webkit-autofill {
1480
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1481
- }
1482
-
1483
- .emotion-0::-webkit-input-placeholder {
1484
- color: #999999;
1485
- }
1486
-
1487
- .emotion-0::-moz-placeholder {
1488
- color: #999999;
1489
- }
1490
-
1491
- .emotion-0:-ms-input-placeholder {
1492
- color: #999999;
1493
- }
1494
-
1495
- .emotion-0::placeholder {
1496
- color: #999999;
1497
- }
1498
-
1499
- .emotion-1 {
1500
- display: -webkit-box;
1501
- display: -webkit-flex;
1502
- display: -ms-flexbox;
1503
- display: flex;
1504
- }
1505
-
1506
- .emotion-2 {
1507
- -webkit-appearance: none;
1508
- -moz-appearance: none;
1509
- appearance: none;
1510
- border: 0;
1511
- box-sizing: inherit;
1512
- display: block;
1513
- margin: 0;
1514
- background: #FFFFFF;
1515
- padding: .42em 1em;
1516
- font-size: 13px;
1517
- position: relative;
1518
- -webkit-transition: all 200ms ease-out;
1519
- transition: all 200ms ease-out;
1520
- color: #333333;
1521
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1522
- border-radius: 4px;
1523
- line-height: 20px;
1524
- -webkit-flex: 1;
1525
- -ms-flex: 1;
1526
- flex: 1;
1527
- height: 32px;
1528
- -webkit-user-select: none;
1529
- -moz-user-select: none;
1530
- -ms-user-select: none;
1531
- user-select: none;
1532
- padding-right: 20px;
1533
- -webkit-appearance: menulist;
1534
- -moz-appearance: menulist;
1535
- appearance: menulist;
1536
- }
1537
-
1538
- .emotion-2:focus {
1539
- box-shadow: #1EA7FD 0 0 0 1px inset;
1540
- }
1541
-
1542
- .emotion-2[disabled] {
1543
- cursor: not-allowed;
1544
- opacity: 0.5;
1545
- }
1546
-
1547
- .emotion-2:-webkit-autofill {
1548
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1549
- }
1550
-
1551
- .emotion-2::-webkit-input-placeholder {
1552
- color: #999999;
1553
- }
1554
-
1555
- .emotion-2::-moz-placeholder {
1556
- color: #999999;
1557
- }
1558
-
1559
- .emotion-2:-ms-input-placeholder {
1560
- color: #999999;
1561
- }
1562
-
1563
- .emotion-2::placeholder {
1564
- color: #999999;
1565
- }
1566
-
1567
- .emotion-4 {
1568
- -webkit-appearance: none;
1569
- -moz-appearance: none;
1570
- appearance: none;
1571
- border: 0;
1572
- box-sizing: inherit;
1573
- display: block;
1574
- margin: 0;
1575
- background: #FFFFFF;
1576
- padding: .42em 1em;
1577
- font-size: 13px;
1578
- position: relative;
1579
- -webkit-transition: all 200ms ease-out;
1580
- transition: all 200ms ease-out;
1581
- color: #333333;
1582
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1583
- border-radius: 4px;
1584
- line-height: 20px;
1585
- width: 100%;
1586
- height: 32px;
1587
- -webkit-user-select: none;
1588
- -moz-user-select: none;
1589
- -ms-user-select: none;
1590
- user-select: none;
1591
- padding-right: 20px;
1592
- -webkit-appearance: menulist;
1593
- -moz-appearance: menulist;
1594
- appearance: menulist;
1595
- }
1596
-
1597
- .emotion-4:focus {
1598
- box-shadow: #1EA7FD 0 0 0 1px inset;
1599
- }
1600
-
1601
- .emotion-4[disabled] {
1602
- cursor: not-allowed;
1603
- opacity: 0.5;
1604
- }
1605
-
1606
- .emotion-4:-webkit-autofill {
1607
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1608
- }
1609
-
1610
- .emotion-4::-webkit-input-placeholder {
1611
- color: #999999;
1612
- }
1613
-
1614
- .emotion-4::-moz-placeholder {
1615
- color: #999999;
1616
- }
1617
-
1618
- .emotion-4:-ms-input-placeholder {
1619
- color: #999999;
1620
- }
1621
-
1622
- .emotion-4::placeholder {
1623
- color: #999999;
1624
- }
1625
-
1626
- <div
1627
- class="emotion-6"
1628
- >
1629
- <div
1630
- class="emotion-1"
1631
- >
1632
- <select
1633
- class="emotion-0"
1634
- >
1635
- <option
1636
- value="val1"
1637
- >
1638
- Value 1
1639
- </option>
1640
- <option
1641
- selected=""
1642
- value="val2"
1643
- >
1644
- Value 2
1645
- </option>
1646
- <option
1647
- value="val3"
1648
- >
1649
- Value 3
1650
- </option>
1651
- </select>
1652
- </div>
1653
- <div
1654
- class="emotion-1"
1655
- >
1656
- <select
1657
- class="emotion-2"
1658
- >
1659
- <option
1660
- value="val1"
1661
- >
1662
- Value 1
1663
- </option>
1664
- <option
1665
- selected=""
1666
- value="val2"
1667
- >
1668
- Value 2
1669
- </option>
1670
- <option
1671
- value="val3"
1672
- >
1673
- Value 3
1674
- </option>
1675
- </select>
1676
- </div>
1677
- <div
1678
- class="emotion-1"
1679
- >
1680
- <select
1681
- class="emotion-4"
1682
- >
1683
- <option
1684
- value="val1"
1685
- >
1686
- Value 1
1687
- </option>
1688
- <option
1689
- selected=""
1690
- value="val2"
1691
- >
1692
- Value 2
1693
- </option>
1694
- <option
1695
- value="val3"
1696
- >
1697
- Value 3
1698
- </option>
1699
- </select>
1700
- </div>
1701
- </div>
1702
- `;
1703
-
1704
- exports[`Storyshots Basics|Form/Select validations 1`] = `
1705
- .emotion-4 > * {
1706
- margin-top: 10px;
1707
- }
1708
-
1709
- .emotion-4 > *:first-of-type {
1710
- margin-top: 0;
1711
- }
1712
-
1713
- .emotion-3 {
1714
- -webkit-appearance: none;
1715
- -moz-appearance: none;
1716
- appearance: none;
1717
- border: 0;
1718
- box-sizing: inherit;
1719
- display: block;
1720
- margin: 0;
1721
- background: #FFFFFF;
1722
- padding: .42em 1em;
1723
- font-size: 13px;
1724
- position: relative;
1725
- -webkit-transition: all 200ms ease-out;
1726
- transition: all 200ms ease-out;
1727
- color: #333333;
1728
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1729
- border-radius: 4px;
1730
- line-height: 20px;
1731
- width: 100%;
1732
- height: 32px;
1733
- -webkit-user-select: none;
1734
- -moz-user-select: none;
1735
- -ms-user-select: none;
1736
- user-select: none;
1737
- padding-right: 20px;
1738
- -webkit-appearance: menulist;
1739
- -moz-appearance: menulist;
1740
- appearance: menulist;
1741
- }
1742
-
1743
- .emotion-3:focus {
1744
- box-shadow: #1EA7FD 0 0 0 1px inset;
1745
- }
1746
-
1747
- .emotion-3[disabled] {
1748
- cursor: not-allowed;
1749
- opacity: 0.5;
1750
- }
1751
-
1752
- .emotion-3:-webkit-autofill {
1753
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1754
- }
1755
-
1756
- .emotion-3::-webkit-input-placeholder {
1757
- color: #999999;
1758
- }
1759
-
1760
- .emotion-3::-moz-placeholder {
1761
- color: #999999;
1762
- }
1763
-
1764
- .emotion-3:-ms-input-placeholder {
1765
- color: #999999;
1766
- }
1767
-
1768
- .emotion-3::placeholder {
1769
- color: #999999;
1770
- }
1771
-
1772
- .emotion-0 {
1773
- -webkit-appearance: none;
1774
- -moz-appearance: none;
1775
- appearance: none;
1776
- border: 0;
1777
- box-sizing: inherit;
1778
- display: block;
1779
- margin: 0;
1780
- background: #FFFFFF;
1781
- padding: .42em 1em;
1782
- font-size: 13px;
1783
- position: relative;
1784
- -webkit-transition: all 200ms ease-out;
1785
- transition: all 200ms ease-out;
1786
- color: #333333;
1787
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1788
- border-radius: 4px;
1789
- line-height: 20px;
1790
- width: 100%;
1791
- box-shadow: #FF4400 0 0 0 1px inset !important;
1792
- height: 32px;
1793
- -webkit-user-select: none;
1794
- -moz-user-select: none;
1795
- -ms-user-select: none;
1796
- user-select: none;
1797
- padding-right: 20px;
1798
- -webkit-appearance: menulist;
1799
- -moz-appearance: menulist;
1800
- appearance: menulist;
1801
- }
1802
-
1803
- .emotion-0:focus {
1804
- box-shadow: #1EA7FD 0 0 0 1px inset;
1805
- }
1806
-
1807
- .emotion-0[disabled] {
1808
- cursor: not-allowed;
1809
- opacity: 0.5;
1810
- }
1811
-
1812
- .emotion-0:-webkit-autofill {
1813
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1814
- }
1815
-
1816
- .emotion-0::-webkit-input-placeholder {
1817
- color: #999999;
1818
- }
1819
-
1820
- .emotion-0::-moz-placeholder {
1821
- color: #999999;
1822
- }
1823
-
1824
- .emotion-0:-ms-input-placeholder {
1825
- color: #999999;
1826
- }
1827
-
1828
- .emotion-0::placeholder {
1829
- color: #999999;
1830
- }
1831
-
1832
- .emotion-1 {
1833
- -webkit-appearance: none;
1834
- -moz-appearance: none;
1835
- appearance: none;
1836
- border: 0;
1837
- box-sizing: inherit;
1838
- display: block;
1839
- margin: 0;
1840
- background: #FFFFFF;
1841
- padding: .42em 1em;
1842
- font-size: 13px;
1843
- position: relative;
1844
- -webkit-transition: all 200ms ease-out;
1845
- transition: all 200ms ease-out;
1846
- color: #333333;
1847
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1848
- border-radius: 4px;
1849
- line-height: 20px;
1850
- width: 100%;
1851
- box-shadow: #E69D00 0 0 0 1px inset;
1852
- height: 32px;
1853
- -webkit-user-select: none;
1854
- -moz-user-select: none;
1855
- -ms-user-select: none;
1856
- user-select: none;
1857
- padding-right: 20px;
1858
- -webkit-appearance: menulist;
1859
- -moz-appearance: menulist;
1860
- appearance: menulist;
1861
- }
1862
-
1863
- .emotion-1:focus {
1864
- box-shadow: #1EA7FD 0 0 0 1px inset;
1865
- }
1866
-
1867
- .emotion-1[disabled] {
1868
- cursor: not-allowed;
1869
- opacity: 0.5;
1870
- }
1871
-
1872
- .emotion-1:-webkit-autofill {
1873
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1874
- }
1875
-
1876
- .emotion-1::-webkit-input-placeholder {
1877
- color: #999999;
1878
- }
1879
-
1880
- .emotion-1::-moz-placeholder {
1881
- color: #999999;
1882
- }
1883
-
1884
- .emotion-1:-ms-input-placeholder {
1885
- color: #999999;
1886
- }
1887
-
1888
- .emotion-1::placeholder {
1889
- color: #999999;
1890
- }
1891
-
1892
- .emotion-2 {
1893
- -webkit-appearance: none;
1894
- -moz-appearance: none;
1895
- appearance: none;
1896
- border: 0;
1897
- box-sizing: inherit;
1898
- display: block;
1899
- margin: 0;
1900
- background: #FFFFFF;
1901
- padding: .42em 1em;
1902
- font-size: 13px;
1903
- position: relative;
1904
- -webkit-transition: all 200ms ease-out;
1905
- transition: all 200ms ease-out;
1906
- color: #333333;
1907
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
1908
- border-radius: 4px;
1909
- line-height: 20px;
1910
- width: 100%;
1911
- box-shadow: #66BF3C 0 0 0 1px inset !important;
1912
- height: 32px;
1913
- -webkit-user-select: none;
1914
- -moz-user-select: none;
1915
- -ms-user-select: none;
1916
- user-select: none;
1917
- padding-right: 20px;
1918
- -webkit-appearance: menulist;
1919
- -moz-appearance: menulist;
1920
- appearance: menulist;
1921
- }
1922
-
1923
- .emotion-2:focus {
1924
- box-shadow: #1EA7FD 0 0 0 1px inset;
1925
- }
1926
-
1927
- .emotion-2[disabled] {
1928
- cursor: not-allowed;
1929
- opacity: 0.5;
1930
- }
1931
-
1932
- .emotion-2:-webkit-autofill {
1933
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
1934
- }
1935
-
1936
- .emotion-2::-webkit-input-placeholder {
1937
- color: #999999;
1938
- }
1939
-
1940
- .emotion-2::-moz-placeholder {
1941
- color: #999999;
1942
- }
1943
-
1944
- .emotion-2:-ms-input-placeholder {
1945
- color: #999999;
1946
- }
1947
-
1948
- .emotion-2::placeholder {
1949
- color: #999999;
1950
- }
1951
-
1952
- <div>
1953
- <div
1954
- class="emotion-4"
1955
- >
1956
- <select
1957
- class="emotion-0"
1958
- >
1959
- <option
1960
- value="val1"
1961
- >
1962
- Value 1
1963
- </option>
1964
- <option
1965
- selected=""
1966
- value="val2"
1967
- >
1968
- Value 2
1969
- </option>
1970
- <option
1971
- value="val3"
1972
- >
1973
- Value 3
1974
- </option>
1975
- </select>
1976
- <select
1977
- class="emotion-1"
1978
- >
1979
- <option
1980
- value="val1"
1981
- >
1982
- Value 1
1983
- </option>
1984
- <option
1985
- selected=""
1986
- value="val2"
1987
- >
1988
- Value 2
1989
- </option>
1990
- <option
1991
- value="val3"
1992
- >
1993
- Value 3
1994
- </option>
1995
- </select>
1996
- <select
1997
- class="emotion-2"
1998
- >
1999
- <option
2000
- value="val1"
2001
- >
2002
- Value 1
2003
- </option>
2004
- <option
2005
- selected=""
2006
- value="val2"
2007
- >
2008
- Value 2
2009
- </option>
2010
- <option
2011
- value="val3"
2012
- >
2013
- Value 3
2014
- </option>
2015
- </select>
2016
- <select
2017
- class="emotion-3"
2018
- >
2019
- <option
2020
- value="val1"
2021
- >
2022
- Value 1
2023
- </option>
2024
- <option
2025
- selected=""
2026
- value="val2"
2027
- >
2028
- Value 2
2029
- </option>
2030
- <option
2031
- value="val3"
2032
- >
2033
- Value 3
2034
- </option>
2035
- </select>
2036
- </div>
2037
- <select
2038
- class="emotion-3"
2039
- disabled=""
2040
- >
2041
- <option
2042
- value="val1"
2043
- >
2044
- Value 1
2045
- </option>
2046
- <option
2047
- selected=""
2048
- value="val2"
2049
- >
2050
- Value 2
2051
- </option>
2052
- <option
2053
- value="val3"
2054
- >
2055
- Value 3
2056
- </option>
2057
- </select>
2058
- </div>
2059
- `;
2060
-
2061
- exports[`Storyshots Basics|Form/Textarea alignment 1`] = `
2062
- .emotion-6 > * {
2063
- margin-top: 10px;
2064
- }
2065
-
2066
- .emotion-6 > *:first-of-type {
2067
- margin-top: 0;
2068
- }
2069
-
2070
- .emotion-1 {
2071
- display: -webkit-box;
2072
- display: -webkit-flex;
2073
- display: -ms-flexbox;
2074
- display: flex;
2075
- }
2076
-
2077
- .emotion-4 {
2078
- -webkit-appearance: none;
2079
- -moz-appearance: none;
2080
- appearance: none;
2081
- border: 0;
2082
- box-sizing: inherit;
2083
- display: block;
2084
- margin: 0;
2085
- background: #FFFFFF;
2086
- padding: .42em 1em;
2087
- font-size: 13px;
2088
- position: relative;
2089
- -webkit-transition: all 200ms ease-out;
2090
- transition: all 200ms ease-out;
2091
- color: #333333;
2092
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
2093
- border-radius: 4px;
2094
- line-height: 20px;
2095
- width: 100%;
2096
- text-align: left;
2097
- overflow: visible;
2098
- }
2099
-
2100
- .emotion-4:focus {
2101
- box-shadow: #1EA7FD 0 0 0 1px inset;
2102
- }
2103
-
2104
- .emotion-4[disabled] {
2105
- cursor: not-allowed;
2106
- opacity: 0.5;
2107
- }
2108
-
2109
- .emotion-4:-webkit-autofill {
2110
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
2111
- }
2112
-
2113
- .emotion-4::-webkit-input-placeholder {
2114
- color: #999999;
2115
- }
2116
-
2117
- .emotion-4::-moz-placeholder {
2118
- color: #999999;
2119
- }
2120
-
2121
- .emotion-4:-ms-input-placeholder {
2122
- color: #999999;
2123
- }
2124
-
2125
- .emotion-4::placeholder {
2126
- color: #999999;
2127
- }
2128
-
2129
- .emotion-0 {
2130
- -webkit-appearance: none;
2131
- -moz-appearance: none;
2132
- appearance: none;
2133
- border: 0;
2134
- box-sizing: inherit;
2135
- display: block;
2136
- margin: 0;
2137
- background: #FFFFFF;
2138
- padding: .42em 1em;
2139
- font-size: 13px;
2140
- position: relative;
2141
- -webkit-transition: all 200ms ease-out;
2142
- transition: all 200ms ease-out;
2143
- color: #333333;
2144
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
2145
- border-radius: 4px;
2146
- line-height: 20px;
2147
- width: 100%;
2148
- text-align: right;
2149
- overflow: visible;
2150
- }
2151
-
2152
- .emotion-0:focus {
2153
- box-shadow: #1EA7FD 0 0 0 1px inset;
2154
- }
2155
-
2156
- .emotion-0[disabled] {
2157
- cursor: not-allowed;
2158
- opacity: 0.5;
2159
- }
2160
-
2161
- .emotion-0:-webkit-autofill {
2162
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
2163
- }
2164
-
2165
- .emotion-0::-webkit-input-placeholder {
2166
- color: #999999;
2167
- }
2168
-
2169
- .emotion-0::-moz-placeholder {
2170
- color: #999999;
2171
- }
2172
-
2173
- .emotion-0:-ms-input-placeholder {
2174
- color: #999999;
2175
- }
2176
-
2177
- .emotion-0::placeholder {
2178
- color: #999999;
2179
- }
2180
-
2181
- .emotion-2 {
2182
- -webkit-appearance: none;
2183
- -moz-appearance: none;
2184
- appearance: none;
2185
- border: 0;
2186
- box-sizing: inherit;
2187
- display: block;
2188
- margin: 0;
2189
- background: #FFFFFF;
2190
- padding: .42em 1em;
2191
- font-size: 13px;
2192
- position: relative;
2193
- -webkit-transition: all 200ms ease-out;
2194
- transition: all 200ms ease-out;
2195
- color: #333333;
2196
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
2197
- border-radius: 4px;
2198
- line-height: 20px;
2199
- width: 100%;
2200
- text-align: center;
2201
- overflow: visible;
2202
- }
2203
-
2204
- .emotion-2:focus {
2205
- box-shadow: #1EA7FD 0 0 0 1px inset;
2206
- }
2207
-
2208
- .emotion-2[disabled] {
2209
- cursor: not-allowed;
2210
- opacity: 0.5;
2211
- }
2212
-
2213
- .emotion-2:-webkit-autofill {
2214
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
2215
- }
2216
-
2217
- .emotion-2::-webkit-input-placeholder {
2218
- color: #999999;
2219
- }
2220
-
2221
- .emotion-2::-moz-placeholder {
2222
- color: #999999;
2223
- }
2224
-
2225
- .emotion-2:-ms-input-placeholder {
2226
- color: #999999;
2227
- }
2228
-
2229
- .emotion-2::placeholder {
2230
- color: #999999;
2231
- }
2232
-
2233
- <div
2234
- class="emotion-6"
2235
- >
2236
- <div
2237
- class="emotion-1"
2238
- >
2239
- <textarea
2240
- align="end"
2241
- class="emotion-0"
2242
- style="height:0"
2243
- >
2244
- textarea
2245
- </textarea>
2246
- </div>
2247
- <div
2248
- class="emotion-1"
2249
- >
2250
- <textarea
2251
- align="center"
2252
- class="emotion-2"
2253
- style="height:0"
2254
- >
2255
- textarea
2256
- </textarea>
2257
- </div>
2258
- <div
2259
- class="emotion-1"
2260
- >
2261
- <textarea
2262
- align="start"
2263
- class="emotion-4"
2264
- style="height:0"
2265
- >
2266
- textarea
2267
- </textarea>
2268
- </div>
2269
- </div>
2270
- `;
2271
-
2272
- exports[`Storyshots Basics|Form/Textarea sizes 1`] = `
2273
- .emotion-6 > * {
2274
- margin-top: 10px;
2275
- }
2276
-
2277
- .emotion-6 > *:first-of-type {
2278
- margin-top: 0;
2279
- }
2280
-
2281
- .emotion-1 {
2282
- display: -webkit-box;
2283
- display: -webkit-flex;
2284
- display: -ms-flexbox;
2285
- display: flex;
2286
- }
2287
-
2288
- .emotion-0 {
2289
- -webkit-appearance: none;
2290
- -moz-appearance: none;
2291
- appearance: none;
2292
- border: 0;
2293
- box-sizing: inherit;
2294
- display: block;
2295
- margin: 0;
2296
- background: #FFFFFF;
2297
- padding: .42em 1em;
2298
- font-size: 13px;
2299
- position: relative;
2300
- -webkit-transition: all 200ms ease-out;
2301
- transition: all 200ms ease-out;
2302
- color: #333333;
2303
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
2304
- border-radius: 4px;
2305
- line-height: 20px;
2306
- display: inline;
2307
- text-align: left;
2308
- overflow: visible;
2309
- }
2310
-
2311
- .emotion-0:focus {
2312
- box-shadow: #1EA7FD 0 0 0 1px inset;
2313
- }
2314
-
2315
- .emotion-0[disabled] {
2316
- cursor: not-allowed;
2317
- opacity: 0.5;
2318
- }
2319
-
2320
- .emotion-0:-webkit-autofill {
2321
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
2322
- }
2323
-
2324
- .emotion-0::-webkit-input-placeholder {
2325
- color: #999999;
2326
- }
2327
-
2328
- .emotion-0::-moz-placeholder {
2329
- color: #999999;
2330
- }
2331
-
2332
- .emotion-0:-ms-input-placeholder {
2333
- color: #999999;
2334
- }
2335
-
2336
- .emotion-0::placeholder {
2337
- color: #999999;
2338
- }
2339
-
2340
- .emotion-2 {
2341
- -webkit-appearance: none;
2342
- -moz-appearance: none;
2343
- appearance: none;
2344
- border: 0;
2345
- box-sizing: inherit;
2346
- display: block;
2347
- margin: 0;
2348
- background: #FFFFFF;
2349
- padding: .42em 1em;
2350
- font-size: 13px;
2351
- position: relative;
2352
- -webkit-transition: all 200ms ease-out;
2353
- transition: all 200ms ease-out;
2354
- color: #333333;
2355
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
2356
- border-radius: 4px;
2357
- line-height: 20px;
2358
- -webkit-flex: 1;
2359
- -ms-flex: 1;
2360
- flex: 1;
2361
- text-align: left;
2362
- overflow: visible;
2363
- }
2364
-
2365
- .emotion-2:focus {
2366
- box-shadow: #1EA7FD 0 0 0 1px inset;
2367
- }
2368
-
2369
- .emotion-2[disabled] {
2370
- cursor: not-allowed;
2371
- opacity: 0.5;
2372
- }
2373
-
2374
- .emotion-2:-webkit-autofill {
2375
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
2376
- }
2377
-
2378
- .emotion-2::-webkit-input-placeholder {
2379
- color: #999999;
2380
- }
2381
-
2382
- .emotion-2::-moz-placeholder {
2383
- color: #999999;
2384
- }
2385
-
2386
- .emotion-2:-ms-input-placeholder {
2387
- color: #999999;
2388
- }
2389
-
2390
- .emotion-2::placeholder {
2391
- color: #999999;
2392
- }
2393
-
2394
- .emotion-4 {
2395
- -webkit-appearance: none;
2396
- -moz-appearance: none;
2397
- appearance: none;
2398
- border: 0;
2399
- box-sizing: inherit;
2400
- display: block;
2401
- margin: 0;
2402
- background: #FFFFFF;
2403
- padding: .42em 1em;
2404
- font-size: 13px;
2405
- position: relative;
2406
- -webkit-transition: all 200ms ease-out;
2407
- transition: all 200ms ease-out;
2408
- color: #333333;
2409
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
2410
- border-radius: 4px;
2411
- line-height: 20px;
2412
- width: 100%;
2413
- text-align: left;
2414
- overflow: visible;
2415
- }
2416
-
2417
- .emotion-4:focus {
2418
- box-shadow: #1EA7FD 0 0 0 1px inset;
2419
- }
2420
-
2421
- .emotion-4[disabled] {
2422
- cursor: not-allowed;
2423
- opacity: 0.5;
2424
- }
2425
-
2426
- .emotion-4:-webkit-autofill {
2427
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
2428
- }
2429
-
2430
- .emotion-4::-webkit-input-placeholder {
2431
- color: #999999;
2432
- }
2433
-
2434
- .emotion-4::-moz-placeholder {
2435
- color: #999999;
2436
- }
2437
-
2438
- .emotion-4:-ms-input-placeholder {
2439
- color: #999999;
2440
- }
2441
-
2442
- .emotion-4::placeholder {
2443
- color: #999999;
2444
- }
2445
-
2446
- <div
2447
- class="emotion-6"
2448
- >
2449
- <div
2450
- class="emotion-1"
2451
- >
2452
- <textarea
2453
- class="emotion-0"
2454
- style="height:0"
2455
- >
2456
- textarea
2457
- </textarea>
2458
- </div>
2459
- <div
2460
- class="emotion-1"
2461
- >
2462
- <textarea
2463
- class="emotion-2"
2464
- style="height:0"
2465
- >
2466
- textarea
2467
- </textarea>
2468
- </div>
2469
- <div
2470
- class="emotion-1"
2471
- >
2472
- <textarea
2473
- class="emotion-4"
2474
- style="height:0"
2475
- >
2476
- textarea
2477
- </textarea>
2478
- </div>
2479
- </div>
2480
- `;
2481
-
2482
- exports[`Storyshots Basics|Form/Textarea validations 1`] = `
2483
- .emotion-8 > * {
2484
- margin-top: 10px;
2485
- }
2486
-
2487
- .emotion-8 > *:first-of-type {
2488
- margin-top: 0;
2489
- }
2490
-
2491
- .emotion-1 {
2492
- display: -webkit-box;
2493
- display: -webkit-flex;
2494
- display: -ms-flexbox;
2495
- display: flex;
2496
- }
2497
-
2498
- .emotion-6 {
2499
- -webkit-appearance: none;
2500
- -moz-appearance: none;
2501
- appearance: none;
2502
- border: 0;
2503
- box-sizing: inherit;
2504
- display: block;
2505
- margin: 0;
2506
- background: #FFFFFF;
2507
- padding: .42em 1em;
2508
- font-size: 13px;
2509
- position: relative;
2510
- -webkit-transition: all 200ms ease-out;
2511
- transition: all 200ms ease-out;
2512
- color: #333333;
2513
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
2514
- border-radius: 4px;
2515
- line-height: 20px;
2516
- width: 100%;
2517
- text-align: left;
2518
- overflow: visible;
2519
- }
2520
-
2521
- .emotion-6:focus {
2522
- box-shadow: #1EA7FD 0 0 0 1px inset;
2523
- }
2524
-
2525
- .emotion-6[disabled] {
2526
- cursor: not-allowed;
2527
- opacity: 0.5;
2528
- }
2529
-
2530
- .emotion-6:-webkit-autofill {
2531
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
2532
- }
2533
-
2534
- .emotion-6::-webkit-input-placeholder {
2535
- color: #999999;
2536
- }
2537
-
2538
- .emotion-6::-moz-placeholder {
2539
- color: #999999;
2540
- }
2541
-
2542
- .emotion-6:-ms-input-placeholder {
2543
- color: #999999;
2544
- }
2545
-
2546
- .emotion-6::placeholder {
2547
- color: #999999;
2548
- }
2549
-
2550
- .emotion-0 {
2551
- -webkit-appearance: none;
2552
- -moz-appearance: none;
2553
- appearance: none;
2554
- border: 0;
2555
- box-sizing: inherit;
2556
- display: block;
2557
- margin: 0;
2558
- background: #FFFFFF;
2559
- padding: .42em 1em;
2560
- font-size: 13px;
2561
- position: relative;
2562
- -webkit-transition: all 200ms ease-out;
2563
- transition: all 200ms ease-out;
2564
- color: #333333;
2565
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
2566
- border-radius: 4px;
2567
- line-height: 20px;
2568
- width: 100%;
2569
- text-align: left;
2570
- box-shadow: #FF4400 0 0 0 1px inset !important;
2571
- overflow: visible;
2572
- }
2573
-
2574
- .emotion-0:focus {
2575
- box-shadow: #1EA7FD 0 0 0 1px inset;
2576
- }
2577
-
2578
- .emotion-0[disabled] {
2579
- cursor: not-allowed;
2580
- opacity: 0.5;
2581
- }
2582
-
2583
- .emotion-0:-webkit-autofill {
2584
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
2585
- }
2586
-
2587
- .emotion-0::-webkit-input-placeholder {
2588
- color: #999999;
2589
- }
2590
-
2591
- .emotion-0::-moz-placeholder {
2592
- color: #999999;
2593
- }
2594
-
2595
- .emotion-0:-ms-input-placeholder {
2596
- color: #999999;
2597
- }
2598
-
2599
- .emotion-0::placeholder {
2600
- color: #999999;
2601
- }
2602
-
2603
- .emotion-2 {
2604
- -webkit-appearance: none;
2605
- -moz-appearance: none;
2606
- appearance: none;
2607
- border: 0;
2608
- box-sizing: inherit;
2609
- display: block;
2610
- margin: 0;
2611
- background: #FFFFFF;
2612
- padding: .42em 1em;
2613
- font-size: 13px;
2614
- position: relative;
2615
- -webkit-transition: all 200ms ease-out;
2616
- transition: all 200ms ease-out;
2617
- color: #333333;
2618
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
2619
- border-radius: 4px;
2620
- line-height: 20px;
2621
- width: 100%;
2622
- text-align: left;
2623
- box-shadow: #E69D00 0 0 0 1px inset;
2624
- overflow: visible;
2625
- }
2626
-
2627
- .emotion-2:focus {
2628
- box-shadow: #1EA7FD 0 0 0 1px inset;
2629
- }
2630
-
2631
- .emotion-2[disabled] {
2632
- cursor: not-allowed;
2633
- opacity: 0.5;
2634
- }
2635
-
2636
- .emotion-2:-webkit-autofill {
2637
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
2638
- }
2639
-
2640
- .emotion-2::-webkit-input-placeholder {
2641
- color: #999999;
2642
- }
2643
-
2644
- .emotion-2::-moz-placeholder {
2645
- color: #999999;
2646
- }
2647
-
2648
- .emotion-2:-ms-input-placeholder {
2649
- color: #999999;
2650
- }
2651
-
2652
- .emotion-2::placeholder {
2653
- color: #999999;
2654
- }
2655
-
2656
- .emotion-4 {
2657
- -webkit-appearance: none;
2658
- -moz-appearance: none;
2659
- appearance: none;
2660
- border: 0;
2661
- box-sizing: inherit;
2662
- display: block;
2663
- margin: 0;
2664
- background: #FFFFFF;
2665
- padding: .42em 1em;
2666
- font-size: 13px;
2667
- position: relative;
2668
- -webkit-transition: all 200ms ease-out;
2669
- transition: all 200ms ease-out;
2670
- color: #333333;
2671
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
2672
- border-radius: 4px;
2673
- line-height: 20px;
2674
- width: 100%;
2675
- text-align: left;
2676
- box-shadow: #66BF3C 0 0 0 1px inset !important;
2677
- overflow: visible;
2678
- }
2679
-
2680
- .emotion-4:focus {
2681
- box-shadow: #1EA7FD 0 0 0 1px inset;
2682
- }
2683
-
2684
- .emotion-4[disabled] {
2685
- cursor: not-allowed;
2686
- opacity: 0.5;
2687
- }
2688
-
2689
- .emotion-4:-webkit-autofill {
2690
- -webkit-box-shadow: 0 0 0 3em #FFFFFF inset;
2691
- }
2692
-
2693
- .emotion-4::-webkit-input-placeholder {
2694
- color: #999999;
2695
- }
2696
-
2697
- .emotion-4::-moz-placeholder {
2698
- color: #999999;
2699
- }
2700
-
2701
- .emotion-4:-ms-input-placeholder {
2702
- color: #999999;
2703
- }
2704
-
2705
- .emotion-4::placeholder {
2706
- color: #999999;
2707
- }
2708
-
2709
- <div
2710
- class="emotion-8"
2711
- >
2712
- <div
2713
- class="emotion-1"
2714
- >
2715
- <textarea
2716
- class="emotion-0"
2717
- style="height:0"
2718
- valid="error"
2719
- >
2720
- textarea
2721
- </textarea>
2722
- </div>
2723
- <div
2724
- class="emotion-1"
2725
- >
2726
- <textarea
2727
- class="emotion-2"
2728
- style="height:0"
2729
- valid="warn"
2730
- >
2731
- textarea
2732
- </textarea>
2733
- </div>
2734
- <div
2735
- class="emotion-1"
2736
- >
2737
- <textarea
2738
- class="emotion-4"
2739
- style="height:0"
2740
- valid="valid"
2741
- >
2742
- textarea
2743
- </textarea>
2744
- </div>
2745
- <div
2746
- class="emotion-1"
2747
- >
2748
- <textarea
2749
- class="emotion-6"
2750
- style="height:0"
2751
- >
2752
- textarea
2753
- </textarea>
2754
- </div>
2755
- </div>
2756
- `;