@sproutsocial/racine 11.0.0 → 11.0.1-menustyles.0

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.
@@ -1,1314 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Listbox AsListbox multiselect should match snapshot 1`] = `
4
- <body>
5
- .c5 {
6
- display: inline-block;
7
- color: inherit;
8
- vertical-align: middle;
9
- line-height: 16px;
10
- }
11
-
12
- .c5,
13
- .c5 .Icon-svg {
14
- height: 16px;
15
- fill: currentColor;
16
- }
17
-
18
- .c5,
19
- .c5 .Icon-svg {
20
- width: 16px;
21
- }
22
-
23
- _:-ms-fullscreen .c5,
24
- html .c5 {
25
- width: 16px;
26
- }
27
-
28
- .pdf-page .c5 {
29
- width: 16px;
30
- }
31
-
32
- .c1 {
33
- display: inline-block;
34
- box-sizing: border-box;
35
- text-align: center;
36
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
37
- border: 1px solid transparent;
38
- border-radius: 6px;
39
- border-style: solid;
40
- background: transparent;
41
- color: #515e5f;
42
- cursor: pointer;
43
- -webkit-text-decoration: none;
44
- text-decoration: none;
45
- line-height: 16px;
46
- white-space: nowrap;
47
- font-weight: 700;
48
- -webkit-transition: all .15s linear;
49
- transition: all .15s linear;
50
- margin: 0;
51
- padding: 8px;
52
- font-size: 13px;
53
- min-width: 150px;
54
- }
55
-
56
- .c1:visited {
57
- color: #515e5f;
58
- }
59
-
60
- .c1:hover {
61
- color: #273333;
62
- -webkit-text-decoration: none;
63
- text-decoration: none;
64
- box-shadow: none;
65
- }
66
-
67
- .c1:active {
68
- color: #273333;
69
- -webkit-transform: translateY(1px);
70
- -ms-transform: translateY(1px);
71
- transform: translateY(1px);
72
- }
73
-
74
- .c1:focus {
75
- box-shadow: 0 0 0 1px #2079c3,0 0px 0px 4px rgba(32,121,195,0.3);
76
- outline: none;
77
- }
78
-
79
- .c1:focus::-moz-focus-inner {
80
- border: 0;
81
- }
82
-
83
- .c1:focus:active {
84
- box-shadow: none;
85
- }
86
-
87
- .c1 .c4 {
88
- vertical-align: text-bottom;
89
- }
90
-
91
- .c0 {
92
- display: inline-block;
93
- }
94
-
95
- .c3 {
96
- position: absolute;
97
- top: 48%;
98
- right: 12px;
99
- -webkit-transform: translateY(-50%);
100
- -ms-transform: translateY(-50%);
101
- transform: translateY(-50%);
102
- color: #364141;
103
- pointer-events: none;
104
- }
105
-
106
- .c2 {
107
- position: relative;
108
- width: 100%;
109
- border: 1px solid #b0b6b7;
110
- border-radius: 6px;
111
- background-color: #FFFFFF;
112
- color: #364141;
113
- cursor: pointer;
114
- outline: none;
115
- -webkit-appearance: none;
116
- -moz-appearance: none;
117
- appearance: none;
118
- -webkit-transition: border-color .15s cubic-bezier(.4,0,.7,.2),box-shadow .15s cubic-bezier(.4,0,.7,.2);
119
- transition: border-color .15s cubic-bezier(.4,0,.7,.2),box-shadow .15s cubic-bezier(.4,0,.7,.2);
120
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
121
- font-weight: 400;
122
- text-align: left;
123
- margin: 0;
124
- padding: 8px 32px 8px 8px;
125
- font-size: 13px;
126
- }
127
-
128
- .c2:active {
129
- -webkit-transform: none;
130
- -ms-transform: none;
131
- transform: none;
132
- }
133
-
134
- <div>
135
- <div
136
- class="c0"
137
- >
138
- <button
139
- aria-expanded="false"
140
- aria-haspopup="true"
141
- aria-label="Favorite Fruit Select a fruit"
142
- class="c1 c2"
143
- data-qa-button=""
144
- data-qa-button-isdisabled="false"
145
- id="MenuButton-20"
146
- type="button"
147
- >
148
- Select a fruit
149
- <span
150
- class="c3"
151
- >
152
- <span
153
- class="c4 c5 Icon"
154
- data-qa-icon="chevron-down"
155
- >
156
- <svg
157
- class="Icon-svg"
158
- focusable="false"
159
- viewBox="0 0 16 18"
160
- >
161
- <use
162
- xlink:href="#ssiconsvg-chevron-down"
163
- xmlns:xlink="http://www.w3.org/1999/xlink"
164
- />
165
- </svg>
166
- </span>
167
- </span>
168
- </button>
169
- </div>
170
- </div>
171
- </body>
172
- `;
173
-
174
- exports[`Listbox AsListbox should match snapshot 1`] = `
175
- .c6 {
176
- display: inline-block;
177
- color: inherit;
178
- vertical-align: middle;
179
- line-height: 16px;
180
- }
181
-
182
- .c6,
183
- .c6 .Icon-svg {
184
- height: 16px;
185
- fill: currentColor;
186
- }
187
-
188
- _:-ms-fullscreen .c6,
189
- html .c6 {
190
- width: 16px;
191
- }
192
-
193
- .pdf-page .c6 {
194
- width: 16px;
195
- }
196
-
197
- .c0 {
198
- display: inline-block;
199
- box-sizing: border-box;
200
- text-align: center;
201
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
202
- border: 1px solid transparent;
203
- border-radius: 6px;
204
- border-style: solid;
205
- background: #2079c3;
206
- color: #FFFFFF;
207
- cursor: pointer;
208
- -webkit-text-decoration: none;
209
- text-decoration: none;
210
- line-height: 16px;
211
- white-space: nowrap;
212
- font-weight: 700;
213
- -webkit-transition: all .15s linear;
214
- transition: all .15s linear;
215
- margin: 0;
216
- padding: 8px;
217
- font-size: 13px;
218
- min-width: 100px;
219
- }
220
-
221
- .c0:visited {
222
- color: #FFFFFF;
223
- }
224
-
225
- .c0:hover {
226
- color: #FFFFFF;
227
- background: #116daa;
228
- -webkit-text-decoration: none;
229
- text-decoration: none;
230
- box-shadow: none;
231
- }
232
-
233
- .c0:active {
234
- color: #FFFFFF;
235
- background: #0c5689;
236
- -webkit-transform: translateY(1px);
237
- -ms-transform: translateY(1px);
238
- transform: translateY(1px);
239
- }
240
-
241
- .c0:focus {
242
- box-shadow: 0 0 0 1px #2079c3,0 0px 0px 4px rgba(32,121,195,0.3);
243
- outline: none;
244
- }
245
-
246
- .c0:focus::-moz-focus-inner {
247
- border: 0;
248
- }
249
-
250
- .c0:focus:active {
251
- box-shadow: none;
252
- }
253
-
254
- .c0 .c5 {
255
- vertical-align: text-bottom;
256
- }
257
-
258
- .c3 {
259
- display: inline-block;
260
- box-sizing: border-box;
261
- text-align: center;
262
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
263
- border: 1px solid transparent;
264
- border-radius: 6px;
265
- border-style: solid;
266
- background: #2079c3;
267
- color: #FFFFFF;
268
- cursor: pointer;
269
- -webkit-text-decoration: none;
270
- text-decoration: none;
271
- line-height: 16px;
272
- white-space: nowrap;
273
- font-weight: 700;
274
- -webkit-transition: all .15s linear;
275
- transition: all .15s linear;
276
- margin: 0;
277
- padding: 8px;
278
- font-size: 13px;
279
- }
280
-
281
- .c3:visited {
282
- color: #FFFFFF;
283
- }
284
-
285
- .c3:hover {
286
- color: #FFFFFF;
287
- background: #116daa;
288
- -webkit-text-decoration: none;
289
- text-decoration: none;
290
- box-shadow: none;
291
- }
292
-
293
- .c3:active {
294
- color: #FFFFFF;
295
- background: #0c5689;
296
- -webkit-transform: translateY(1px);
297
- -ms-transform: translateY(1px);
298
- transform: translateY(1px);
299
- }
300
-
301
- .c3:focus {
302
- box-shadow: 0 0 0 1px #2079c3,0 0px 0px 4px rgba(32,121,195,0.3);
303
- outline: none;
304
- }
305
-
306
- .c3:focus::-moz-focus-inner {
307
- border: 0;
308
- }
309
-
310
- .c3:focus:active {
311
- box-shadow: none;
312
- }
313
-
314
- .c3 .c5 {
315
- vertical-align: text-bottom;
316
- }
317
-
318
- .c2 {
319
- display: inline-block;
320
- }
321
-
322
- .c1 {
323
- border-top-right-radius: 0;
324
- border-bottom-right-radius: 0;
325
- border-right: 1px solid white;
326
- }
327
-
328
- .c4 {
329
- border-top-left-radius: 0;
330
- border-bottom-left-radius: 0;
331
- }
332
-
333
- <body>
334
- <div>
335
- <button
336
- class="c0 c1"
337
- data-qa-button=""
338
- data-qa-button-isdisabled="false"
339
- type="button"
340
- >
341
- Select a fruit
342
- </button>
343
- <div
344
- class="c2"
345
- >
346
- <button
347
- aria-expanded="false"
348
- aria-haspopup="true"
349
- aria-label="Select a fruit"
350
- class="c3 c4"
351
- data-qa-button=""
352
- data-qa-button-isdisabled="false"
353
- id="MenuButton-1"
354
- type="button"
355
- >
356
- <span
357
- class="c5 c6 Icon"
358
- data-qa-icon="chevron-down"
359
- >
360
- <svg
361
- class="Icon-svg"
362
- focusable="false"
363
- viewBox="0 0 16 18"
364
- >
365
- <use
366
- xlink:href="#ssiconsvg-chevron-down"
367
- xmlns:xlink="http://www.w3.org/1999/xlink"
368
- />
369
- </svg>
370
- </span>
371
- </button>
372
- </div>
373
- </div>
374
- </body>
375
- `;
376
-
377
- exports[`Listbox AsListbox with checkboxes should match snapshot 1`] = `
378
- <body>
379
- .c0 {
380
- box-sizing: border-box;
381
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
382
- margin: 0px;
383
- padding: 0px;
384
- width: 200px;
385
- overflow: hidden;
386
- }
387
-
388
- .c2 {
389
- box-sizing: border-box;
390
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
391
- padding: 8px;
392
- }
393
-
394
- .c3 {
395
- box-sizing: border-box;
396
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
397
- }
398
-
399
- .c6 {
400
- display: block;
401
- width: 100%;
402
- border-radius: 6px;
403
- background-color: transparent;
404
- border: none;
405
- text-align: left;
406
- color: #364141;
407
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
408
- font-weight: 400;
409
- padding: 6px 8px;
410
- list-style-type: none;
411
- outline: 0;
412
- font-size: 13px;
413
- line-height: 21.333333333333332px;
414
- }
415
-
416
- .c6:focus,
417
- .c6:hover {
418
- color: #364141;
419
- background-color: #f3f4f4;
420
- }
421
-
422
- .c6:focus .Icon-svg,
423
- .c6:hover .Icon-svg {
424
- color: unset;
425
- }
426
-
427
- .c6:hover {
428
- cursor: pointer;
429
- }
430
-
431
- .c4 {
432
- display: block;
433
- width: 100%;
434
- border-radius: 6px;
435
- background-color: transparent;
436
- border: none;
437
- text-align: left;
438
- color: #364141;
439
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
440
- font-weight: 400;
441
- padding: 6px 8px;
442
- list-style-type: none;
443
- outline: 0;
444
- font-size: 13px;
445
- line-height: 21.333333333333332px;
446
- color: #FFFFFF;
447
- background-color: #364141;
448
- }
449
-
450
- .c4 .Icon-svg {
451
- color: #FFFFFF;
452
- }
453
-
454
- .c4:focus,
455
- .c4:hover {
456
- color: #364141;
457
- background-color: #f3f4f4;
458
- }
459
-
460
- .c4:focus .Icon-svg,
461
- .c4:hover .Icon-svg {
462
- color: unset;
463
- }
464
-
465
- .c4:hover {
466
- cursor: pointer;
467
- }
468
-
469
- .c1 {
470
- list-style-type: none;
471
- outline: 0;
472
- }
473
-
474
- .c5 {
475
- display: -webkit-inline-box;
476
- display: -webkit-inline-flex;
477
- display: -ms-inline-flexbox;
478
- display: inline-flex;
479
- -webkit-align-items: center;
480
- -webkit-box-align: center;
481
- -ms-flex-align: center;
482
- align-items: center;
483
- box-sizing: border-box;
484
- position: relative;
485
- -webkit-transition: all .15s cubic-bezier(.4,0,.7,.2);
486
- transition: all .15s cubic-bezier(.4,0,.7,.2);
487
- margin-right: 8px;
488
- }
489
-
490
- @supports (-webkit-appearance:none) {
491
- .c5:before {
492
- content: url("data:image/svg+xml;utf8,<svg width='14' height='14' xmlns='http://www.w3.org/2000/svg'><path d='M5.378 11.37L2 7.59l1.438-1.286L5.374 8.47l5.185-5.84L12 3.91l-6.622 7.46' fill='%23b0b6b7'/></svg>");
493
- opacity: 0;
494
- position: absolute;
495
- width: 16px;
496
- height: 16px;
497
- text-align: center;
498
- -webkit-transform: translateY(1px);
499
- -ms-transform: translateY(1px);
500
- transform: translateY(1px);
501
- line-height: 1;
502
- margin: auto;
503
- pointer-events: none;
504
- -webkit-transition: .15s cubic-bezier(.4,0,.2,1);
505
- transition: .15s cubic-bezier(.4,0,.2,1);
506
- }
507
-
508
- .c5:hover:before {
509
- opacity: 1;
510
- }
511
-
512
- .c5 input[type='checkbox'] {
513
- box-sizing: border-box;
514
- -webkit-appearance: none;
515
- -moz-appearance: none;
516
- appearance: none;
517
- margin: 0;
518
- padding: 0;
519
- width: 16px;
520
- height: 16px;
521
- border: 1px solid #b0b6b7;
522
- border-radius: 4px;
523
- background-color: #FFFFFF;
524
- -webkit-transition: all .15s cubic-bezier(.4,0,.7,.2);
525
- transition: all .15s cubic-bezier(.4,0,.7,.2);
526
- cursor: pointer;
527
- -webkit-flex-shrink: 0;
528
- -ms-flex-negative: 0;
529
- flex-shrink: 0;
530
- }
531
-
532
- .c5 input[type='checkbox']:not(:checked) {
533
- border-color: #c8cccc !important;
534
- background-color: #FFFFFF;
535
- }
536
-
537
- .c5 input[type='checkbox']:checked {
538
- border-color: #364141;
539
- background-color: #364141;
540
- }
541
-
542
- .c5 input[type='checkbox']:focus {
543
- box-shadow: 0 0 0 1px #2079c3,0 0px 0px 4px rgba(32,121,195,0.3);
544
- outline: none;
545
- }
546
-
547
- .c5 input[type='checkbox']:focus::-moz-focus-inner {
548
- border: 0;
549
- }
550
- }
551
-
552
- <div>
553
- <ul
554
- aria-activedescendant="MenuItem-28"
555
- aria-multiselectable="true"
556
- class="c0 c1"
557
- overflow="hidden"
558
- role="listbox"
559
- tabindex="0"
560
- width="200px"
561
- >
562
- <div
563
- class="c2"
564
- role="group"
565
- >
566
- <li
567
- aria-checked="false"
568
- class="c3 c4"
569
- data-qa-menu-item="Apple"
570
- data-value="Apple"
571
- id="MenuItem-28"
572
- role="menuitemcheckbox"
573
- tabindex="-1"
574
- value="Apple"
575
- >
576
- <div
577
- style="display: flex; align-items: center; justify-content: space-between;"
578
- >
579
- <span
580
- aria-hidden="true"
581
- class="c5"
582
- >
583
- <input
584
- data-qa-checkbox="Checkbox-MenuItem-28"
585
- data-qa-checkbox-ischecked="false"
586
- data-qa-checkbox-isdisabled="false"
587
- id="Checkbox-MenuItem-28"
588
- tabindex="-1"
589
- type="checkbox"
590
- value=""
591
- />
592
- </span>
593
- <div
594
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
595
- >
596
- Apple
597
- </div>
598
- </div>
599
- </li>
600
- <li
601
- aria-checked="false"
602
- class="c3 c6"
603
- data-qa-menu-item="Banana"
604
- data-value="Banana"
605
- id="MenuItem-29"
606
- role="menuitemcheckbox"
607
- tabindex="-1"
608
- value="Banana"
609
- >
610
- <div
611
- style="display: flex; align-items: center; justify-content: space-between;"
612
- >
613
- <span
614
- aria-hidden="true"
615
- class="c5"
616
- >
617
- <input
618
- data-qa-checkbox="Checkbox-MenuItem-29"
619
- data-qa-checkbox-ischecked="false"
620
- data-qa-checkbox-isdisabled="false"
621
- id="Checkbox-MenuItem-29"
622
- tabindex="-1"
623
- type="checkbox"
624
- value=""
625
- />
626
- </span>
627
- <div
628
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
629
- >
630
- Banana
631
- </div>
632
- </div>
633
- </li>
634
- <li
635
- aria-checked="false"
636
- class="c3 c6"
637
- data-qa-menu-item="Orange"
638
- data-value="Orange"
639
- id="MenuItem-30"
640
- role="menuitemcheckbox"
641
- tabindex="-1"
642
- value="Orange"
643
- >
644
- <div
645
- style="display: flex; align-items: center; justify-content: space-between;"
646
- >
647
- <span
648
- aria-hidden="true"
649
- class="c5"
650
- >
651
- <input
652
- data-qa-checkbox="Checkbox-MenuItem-30"
653
- data-qa-checkbox-ischecked="false"
654
- data-qa-checkbox-isdisabled="false"
655
- id="Checkbox-MenuItem-30"
656
- tabindex="-1"
657
- type="checkbox"
658
- value=""
659
- />
660
- </span>
661
- <div
662
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
663
- >
664
- Orange
665
- </div>
666
- </div>
667
- </li>
668
- </div>
669
- </ul>
670
- </div>
671
- </body>
672
- `;
673
-
674
- exports[`Listbox AsListbox with filter input should match snapshot 1`] = `
675
- <body>
676
- .c0 {
677
- box-sizing: border-box;
678
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
679
- margin: 0px;
680
- padding: 0px;
681
- width: 200px;
682
- overflow: hidden;
683
- }
684
-
685
- .c2 {
686
- box-sizing: border-box;
687
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
688
- padding: 8px;
689
- }
690
-
691
- .c4 {
692
- box-sizing: border-box;
693
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
694
- }
695
-
696
- .c7 {
697
- display: block;
698
- width: 100%;
699
- border-radius: 6px;
700
- background-color: transparent;
701
- border: none;
702
- text-align: left;
703
- color: #364141;
704
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
705
- font-weight: 400;
706
- padding: 6px 8px;
707
- list-style-type: none;
708
- outline: 0;
709
- font-size: 13px;
710
- line-height: 21.333333333333332px;
711
- }
712
-
713
- .c7:focus,
714
- .c7:hover {
715
- color: #364141;
716
- background-color: #f3f4f4;
717
- }
718
-
719
- .c7:focus .Icon-svg,
720
- .c7:hover .Icon-svg {
721
- color: unset;
722
- }
723
-
724
- .c7:hover {
725
- cursor: pointer;
726
- }
727
-
728
- .c5 {
729
- display: block;
730
- width: 100%;
731
- border-radius: 6px;
732
- background-color: transparent;
733
- border: none;
734
- text-align: left;
735
- color: #364141;
736
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
737
- font-weight: 400;
738
- padding: 6px 8px;
739
- list-style-type: none;
740
- outline: 0;
741
- font-size: 13px;
742
- line-height: 21.333333333333332px;
743
- color: #FFFFFF;
744
- background-color: #364141;
745
- }
746
-
747
- .c5 .Icon-svg {
748
- color: #FFFFFF;
749
- }
750
-
751
- .c5:focus,
752
- .c5:hover {
753
- color: #364141;
754
- background-color: #f3f4f4;
755
- }
756
-
757
- .c5:focus .Icon-svg,
758
- .c5:hover .Icon-svg {
759
- color: unset;
760
- }
761
-
762
- .c5:hover {
763
- cursor: pointer;
764
- }
765
-
766
- .c1 {
767
- list-style-type: none;
768
- outline: 0;
769
- }
770
-
771
- .c6 {
772
- display: -webkit-inline-box;
773
- display: -webkit-inline-flex;
774
- display: -ms-inline-flexbox;
775
- display: inline-flex;
776
- -webkit-align-items: center;
777
- -webkit-box-align: center;
778
- -ms-flex-align: center;
779
- align-items: center;
780
- box-sizing: border-box;
781
- position: relative;
782
- -webkit-transition: all .15s cubic-bezier(.4,0,.7,.2);
783
- transition: all .15s cubic-bezier(.4,0,.7,.2);
784
- margin-right: 8px;
785
- }
786
-
787
- .c3 {
788
- box-sizing: border-box;
789
- position: relative;
790
- }
791
-
792
- .c3 input {
793
- box-sizing: border-box;
794
- width: 100%;
795
- border: 1px solid transparent;
796
- border-radius: 6px;
797
- background-color: #FFFFFF;
798
- color: #364141;
799
- outline: none;
800
- -webkit-transition: border-color .15s cubic-bezier(.4,0,.7,.2),box-shadow .15s cubic-bezier(.4,0,.7,.2);
801
- transition: border-color .15s cubic-bezier(.4,0,.7,.2),box-shadow .15s cubic-bezier(.4,0,.7,.2);
802
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
803
- font-weight: 400;
804
- -webkit-appearance: none;
805
- -moz-appearance: none;
806
- appearance: none;
807
- line-height: 16px;
808
- margin: 0;
809
- padding: 8px;
810
- font-size: 13px;
811
- }
812
-
813
- .c3 input::-ms-clear {
814
- display: none;
815
- }
816
-
817
- .c3 input::-webkit-search-cancel-button {
818
- -webkit-appearance: none;
819
- -moz-appearance: none;
820
- appearance: none;
821
- }
822
-
823
- .c3 input:focus {
824
- box-shadow: 0 0 0 1px #2079c3,0 0px 0px 4px rgba(32,121,195,0.3);
825
- outline: none;
826
- }
827
-
828
- .c3 input:focus::-moz-focus-inner {
829
- border: 0;
830
- }
831
-
832
- .c3 input:not(output):not(:focus):-moz-ui-invalid {
833
- box-shadow: none;
834
- }
835
-
836
- .c3 input:placeholder {
837
- color: #6e797a;
838
- }
839
-
840
- .c3 input {
841
- border: 1px solid #b0b6b7;
842
- }
843
-
844
- @supports (-webkit-appearance:none) {
845
- .c6:before {
846
- content: url("data:image/svg+xml;utf8,<svg width='14' height='14' xmlns='http://www.w3.org/2000/svg'><path d='M5.378 11.37L2 7.59l1.438-1.286L5.374 8.47l5.185-5.84L12 3.91l-6.622 7.46' fill='%23b0b6b7'/></svg>");
847
- opacity: 0;
848
- position: absolute;
849
- width: 16px;
850
- height: 16px;
851
- text-align: center;
852
- -webkit-transform: translateY(1px);
853
- -ms-transform: translateY(1px);
854
- transform: translateY(1px);
855
- line-height: 1;
856
- margin: auto;
857
- pointer-events: none;
858
- -webkit-transition: .15s cubic-bezier(.4,0,.2,1);
859
- transition: .15s cubic-bezier(.4,0,.2,1);
860
- }
861
-
862
- .c6:hover:before {
863
- opacity: 1;
864
- }
865
-
866
- .c6 input[type='checkbox'] {
867
- box-sizing: border-box;
868
- -webkit-appearance: none;
869
- -moz-appearance: none;
870
- appearance: none;
871
- margin: 0;
872
- padding: 0;
873
- width: 16px;
874
- height: 16px;
875
- border: 1px solid #b0b6b7;
876
- border-radius: 4px;
877
- background-color: #FFFFFF;
878
- -webkit-transition: all .15s cubic-bezier(.4,0,.7,.2);
879
- transition: all .15s cubic-bezier(.4,0,.7,.2);
880
- cursor: pointer;
881
- -webkit-flex-shrink: 0;
882
- -ms-flex-negative: 0;
883
- flex-shrink: 0;
884
- }
885
-
886
- .c6 input[type='checkbox']:not(:checked) {
887
- border-color: #c8cccc !important;
888
- background-color: #FFFFFF;
889
- }
890
-
891
- .c6 input[type='checkbox']:checked {
892
- border-color: #364141;
893
- background-color: #364141;
894
- }
895
-
896
- .c6 input[type='checkbox']:focus {
897
- box-shadow: 0 0 0 1px #2079c3,0 0px 0px 4px rgba(32,121,195,0.3);
898
- outline: none;
899
- }
900
-
901
- .c6 input[type='checkbox']:focus::-moz-focus-inner {
902
- border: 0;
903
- }
904
- }
905
-
906
- <div>
907
- <ul
908
- aria-activedescendant="MenuItem-34"
909
- aria-multiselectable="true"
910
- class="c0 c1"
911
- overflow="hidden"
912
- role="listbox"
913
- tabindex="0"
914
- width="200px"
915
- >
916
- <div
917
- class="c2"
918
- role="group"
919
- >
920
- <div
921
- class="c3"
922
- >
923
- <input
924
- aria-invalid="false"
925
- aria-label="Search fruit..."
926
- data-qa-input="refineFruit"
927
- data-qa-input-isdisabled="false"
928
- data-qa-input-isrequired="false"
929
- id="refineFruit"
930
- name="refineFruit"
931
- placeholder="Search fruit..."
932
- type="text"
933
- value=""
934
- />
935
- </div>
936
- <li
937
- aria-checked="false"
938
- class="c4 c5"
939
- data-qa-menu-item="Apple"
940
- data-value="Apple"
941
- id="MenuItem-34"
942
- role="menuitemcheckbox"
943
- tabindex="-1"
944
- value="Apple"
945
- >
946
- <div
947
- style="display: flex; align-items: center; justify-content: space-between;"
948
- >
949
- <span
950
- aria-hidden="true"
951
- class="c6"
952
- >
953
- <input
954
- data-qa-checkbox="Checkbox-MenuItem-34"
955
- data-qa-checkbox-ischecked="false"
956
- data-qa-checkbox-isdisabled="false"
957
- id="Checkbox-MenuItem-34"
958
- tabindex="-1"
959
- type="checkbox"
960
- value=""
961
- />
962
- </span>
963
- <div
964
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
965
- >
966
- Apple
967
- </div>
968
- </div>
969
- </li>
970
- <li
971
- aria-checked="false"
972
- class="c4 c7"
973
- data-qa-menu-item="Banana"
974
- data-value="Banana"
975
- id="MenuItem-35"
976
- role="menuitemcheckbox"
977
- tabindex="-1"
978
- value="Banana"
979
- >
980
- <div
981
- style="display: flex; align-items: center; justify-content: space-between;"
982
- >
983
- <span
984
- aria-hidden="true"
985
- class="c6"
986
- >
987
- <input
988
- data-qa-checkbox="Checkbox-MenuItem-35"
989
- data-qa-checkbox-ischecked="false"
990
- data-qa-checkbox-isdisabled="false"
991
- id="Checkbox-MenuItem-35"
992
- tabindex="-1"
993
- type="checkbox"
994
- value=""
995
- />
996
- </span>
997
- <div
998
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
999
- >
1000
- Banana
1001
- </div>
1002
- </div>
1003
- </li>
1004
- <li
1005
- aria-checked="false"
1006
- class="c4 c7"
1007
- data-qa-menu-item="Orange"
1008
- data-value="Orange"
1009
- id="MenuItem-36"
1010
- role="menuitemcheckbox"
1011
- tabindex="-1"
1012
- value="Orange"
1013
- >
1014
- <div
1015
- style="display: flex; align-items: center; justify-content: space-between;"
1016
- >
1017
- <span
1018
- aria-hidden="true"
1019
- class="c6"
1020
- >
1021
- <input
1022
- data-qa-checkbox="Checkbox-MenuItem-36"
1023
- data-qa-checkbox-ischecked="false"
1024
- data-qa-checkbox-isdisabled="false"
1025
- id="Checkbox-MenuItem-36"
1026
- tabindex="-1"
1027
- type="checkbox"
1028
- value=""
1029
- />
1030
- </span>
1031
- <div
1032
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1033
- >
1034
- Orange
1035
- </div>
1036
- </div>
1037
- </li>
1038
- <li
1039
- aria-checked="false"
1040
- class="c4 c7"
1041
- data-qa-menu-item="Tomato"
1042
- data-value="Tomato"
1043
- id="MenuItem-37"
1044
- role="menuitemcheckbox"
1045
- tabindex="-1"
1046
- value="Tomato"
1047
- >
1048
- <div
1049
- style="display: flex; align-items: center; justify-content: space-between;"
1050
- >
1051
- <span
1052
- aria-hidden="true"
1053
- class="c6"
1054
- >
1055
- <input
1056
- data-qa-checkbox="Checkbox-MenuItem-37"
1057
- data-qa-checkbox-ischecked="false"
1058
- data-qa-checkbox-isdisabled="false"
1059
- id="Checkbox-MenuItem-37"
1060
- tabindex="-1"
1061
- type="checkbox"
1062
- value=""
1063
- />
1064
- </span>
1065
- <div
1066
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1067
- >
1068
- Tomato
1069
- </div>
1070
- </div>
1071
- </li>
1072
- <li
1073
- aria-checked="false"
1074
- class="c4 c7"
1075
- data-qa-menu-item="Cucumber"
1076
- data-value="Cucumber"
1077
- id="MenuItem-38"
1078
- role="menuitemcheckbox"
1079
- tabindex="-1"
1080
- value="Cucumber"
1081
- >
1082
- <div
1083
- style="display: flex; align-items: center; justify-content: space-between;"
1084
- >
1085
- <span
1086
- aria-hidden="true"
1087
- class="c6"
1088
- >
1089
- <input
1090
- data-qa-checkbox="Checkbox-MenuItem-38"
1091
- data-qa-checkbox-ischecked="false"
1092
- data-qa-checkbox-isdisabled="false"
1093
- id="Checkbox-MenuItem-38"
1094
- tabindex="-1"
1095
- type="checkbox"
1096
- value=""
1097
- />
1098
- </span>
1099
- <div
1100
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1101
- >
1102
- Cucumber
1103
- </div>
1104
- </div>
1105
- </li>
1106
- <li
1107
- aria-checked="false"
1108
- class="c4 c7"
1109
- data-qa-menu-item="Squash"
1110
- data-value="Squash"
1111
- id="MenuItem-39"
1112
- role="menuitemcheckbox"
1113
- tabindex="-1"
1114
- value="Squash"
1115
- >
1116
- <div
1117
- style="display: flex; align-items: center; justify-content: space-between;"
1118
- >
1119
- <span
1120
- aria-hidden="true"
1121
- class="c6"
1122
- >
1123
- <input
1124
- data-qa-checkbox="Checkbox-MenuItem-39"
1125
- data-qa-checkbox-ischecked="false"
1126
- data-qa-checkbox-isdisabled="false"
1127
- id="Checkbox-MenuItem-39"
1128
- tabindex="-1"
1129
- type="checkbox"
1130
- value=""
1131
- />
1132
- </span>
1133
- <div
1134
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1135
- >
1136
- Squash
1137
- </div>
1138
- </div>
1139
- </li>
1140
- <li
1141
- aria-checked="false"
1142
- class="c4 c7"
1143
- data-qa-menu-item="Cantaloupe"
1144
- data-value="Cantaloupe"
1145
- id="MenuItem-40"
1146
- role="menuitemcheckbox"
1147
- tabindex="-1"
1148
- value="Cantaloupe"
1149
- >
1150
- <div
1151
- style="display: flex; align-items: center; justify-content: space-between;"
1152
- >
1153
- <span
1154
- aria-hidden="true"
1155
- class="c6"
1156
- >
1157
- <input
1158
- data-qa-checkbox="Checkbox-MenuItem-40"
1159
- data-qa-checkbox-ischecked="false"
1160
- data-qa-checkbox-isdisabled="false"
1161
- id="Checkbox-MenuItem-40"
1162
- tabindex="-1"
1163
- type="checkbox"
1164
- value=""
1165
- />
1166
- </span>
1167
- <div
1168
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1169
- >
1170
- Cantaloupe
1171
- </div>
1172
- </div>
1173
- </li>
1174
- <li
1175
- aria-checked="false"
1176
- class="c4 c7"
1177
- data-qa-menu-item="Jackalope"
1178
- data-value="Jackalope"
1179
- id="MenuItem-41"
1180
- role="menuitemcheckbox"
1181
- tabindex="-1"
1182
- value="Jackalope"
1183
- >
1184
- <div
1185
- style="display: flex; align-items: center; justify-content: space-between;"
1186
- >
1187
- <span
1188
- aria-hidden="true"
1189
- class="c6"
1190
- >
1191
- <input
1192
- data-qa-checkbox="Checkbox-MenuItem-41"
1193
- data-qa-checkbox-ischecked="false"
1194
- data-qa-checkbox-isdisabled="false"
1195
- id="Checkbox-MenuItem-41"
1196
- tabindex="-1"
1197
- type="checkbox"
1198
- value=""
1199
- />
1200
- </span>
1201
- <div
1202
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1203
- >
1204
- Jackalope
1205
- </div>
1206
- </div>
1207
- </li>
1208
- <li
1209
- aria-checked="false"
1210
- class="c4 c7"
1211
- data-qa-menu-item="Lingonberry"
1212
- data-value="Lingonberry"
1213
- id="MenuItem-42"
1214
- role="menuitemcheckbox"
1215
- tabindex="-1"
1216
- value="Lingonberry"
1217
- >
1218
- <div
1219
- style="display: flex; align-items: center; justify-content: space-between;"
1220
- >
1221
- <span
1222
- aria-hidden="true"
1223
- class="c6"
1224
- >
1225
- <input
1226
- data-qa-checkbox="Checkbox-MenuItem-42"
1227
- data-qa-checkbox-ischecked="false"
1228
- data-qa-checkbox-isdisabled="false"
1229
- id="Checkbox-MenuItem-42"
1230
- tabindex="-1"
1231
- type="checkbox"
1232
- value=""
1233
- />
1234
- </span>
1235
- <div
1236
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1237
- >
1238
- Lingonberry
1239
- </div>
1240
- </div>
1241
- </li>
1242
- <li
1243
- aria-checked="false"
1244
- class="c4 c7"
1245
- data-qa-menu-item="Dingleberry"
1246
- data-value="Dingleberry"
1247
- id="MenuItem-43"
1248
- role="menuitemcheckbox"
1249
- tabindex="-1"
1250
- value="Dingleberry"
1251
- >
1252
- <div
1253
- style="display: flex; align-items: center; justify-content: space-between;"
1254
- >
1255
- <span
1256
- aria-hidden="true"
1257
- class="c6"
1258
- >
1259
- <input
1260
- data-qa-checkbox="Checkbox-MenuItem-43"
1261
- data-qa-checkbox-ischecked="false"
1262
- data-qa-checkbox-isdisabled="false"
1263
- id="Checkbox-MenuItem-43"
1264
- tabindex="-1"
1265
- type="checkbox"
1266
- value=""
1267
- />
1268
- </span>
1269
- <div
1270
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1271
- >
1272
- Dingleberry
1273
- </div>
1274
- </div>
1275
- </li>
1276
- <li
1277
- aria-checked="false"
1278
- class="c4 c7"
1279
- data-qa-menu-item="Kaffir Lime"
1280
- data-value="Kaffir Lime"
1281
- id="MenuItem-44"
1282
- role="menuitemcheckbox"
1283
- tabindex="-1"
1284
- value="Kaffir Lime"
1285
- >
1286
- <div
1287
- style="display: flex; align-items: center; justify-content: space-between;"
1288
- >
1289
- <span
1290
- aria-hidden="true"
1291
- class="c6"
1292
- >
1293
- <input
1294
- data-qa-checkbox="Checkbox-MenuItem-44"
1295
- data-qa-checkbox-ischecked="false"
1296
- data-qa-checkbox-isdisabled="false"
1297
- id="Checkbox-MenuItem-44"
1298
- tabindex="-1"
1299
- type="checkbox"
1300
- value=""
1301
- />
1302
- </span>
1303
- <div
1304
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1305
- >
1306
- Kaffir Lime
1307
- </div>
1308
- </div>
1309
- </li>
1310
- </div>
1311
- </ul>
1312
- </div>
1313
- </body>
1314
- `;