@sproutsocial/racine 11.0.0-mixin-beta.0 → 11.0.1

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,1316 +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
- margin: 8px;
392
- padding: 8px;
393
- }
394
-
395
- .c3 {
396
- box-sizing: border-box;
397
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
398
- }
399
-
400
- .c6 {
401
- display: block;
402
- width: 100%;
403
- border-radius: 6px;
404
- background-color: transparent;
405
- border: none;
406
- text-align: left;
407
- color: #364141;
408
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
409
- font-weight: 400;
410
- padding: 6px 8px;
411
- list-style-type: none;
412
- outline: 0;
413
- font-size: 13px;
414
- line-height: 21.333333333333332px;
415
- }
416
-
417
- .c6:focus,
418
- .c6:hover {
419
- color: #364141;
420
- background-color: #f3f4f4;
421
- }
422
-
423
- .c6:focus .Icon-svg,
424
- .c6:hover .Icon-svg {
425
- color: unset;
426
- }
427
-
428
- .c6:hover {
429
- cursor: pointer;
430
- }
431
-
432
- .c4 {
433
- display: block;
434
- width: 100%;
435
- border-radius: 6px;
436
- background-color: transparent;
437
- border: none;
438
- text-align: left;
439
- color: #364141;
440
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
441
- font-weight: 400;
442
- padding: 6px 8px;
443
- list-style-type: none;
444
- outline: 0;
445
- font-size: 13px;
446
- line-height: 21.333333333333332px;
447
- color: #FFFFFF;
448
- background-color: #364141;
449
- }
450
-
451
- .c4 .Icon-svg {
452
- color: #FFFFFF;
453
- }
454
-
455
- .c4:focus,
456
- .c4:hover {
457
- color: #364141;
458
- background-color: #f3f4f4;
459
- }
460
-
461
- .c4:focus .Icon-svg,
462
- .c4:hover .Icon-svg {
463
- color: unset;
464
- }
465
-
466
- .c4:hover {
467
- cursor: pointer;
468
- }
469
-
470
- .c1 {
471
- list-style-type: none;
472
- outline: 0;
473
- }
474
-
475
- .c5 {
476
- display: -webkit-inline-box;
477
- display: -webkit-inline-flex;
478
- display: -ms-inline-flexbox;
479
- display: inline-flex;
480
- -webkit-align-items: center;
481
- -webkit-box-align: center;
482
- -ms-flex-align: center;
483
- align-items: center;
484
- box-sizing: border-box;
485
- position: relative;
486
- -webkit-transition: all .15s cubic-bezier(.4,0,.7,.2);
487
- transition: all .15s cubic-bezier(.4,0,.7,.2);
488
- margin-right: 8px;
489
- }
490
-
491
- @supports (-webkit-appearance:none) {
492
- .c5:before {
493
- 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>");
494
- opacity: 0;
495
- position: absolute;
496
- width: 16px;
497
- height: 16px;
498
- text-align: center;
499
- -webkit-transform: translateY(1px);
500
- -ms-transform: translateY(1px);
501
- transform: translateY(1px);
502
- line-height: 1;
503
- margin: auto;
504
- pointer-events: none;
505
- -webkit-transition: .15s cubic-bezier(.4,0,.2,1);
506
- transition: .15s cubic-bezier(.4,0,.2,1);
507
- }
508
-
509
- .c5:hover:before {
510
- opacity: 1;
511
- }
512
-
513
- .c5 input[type='checkbox'] {
514
- box-sizing: border-box;
515
- -webkit-appearance: none;
516
- -moz-appearance: none;
517
- appearance: none;
518
- margin: 0;
519
- padding: 0;
520
- width: 16px;
521
- height: 16px;
522
- border: 1px solid #b0b6b7;
523
- border-radius: 4px;
524
- background-color: #FFFFFF;
525
- -webkit-transition: all .15s cubic-bezier(.4,0,.7,.2);
526
- transition: all .15s cubic-bezier(.4,0,.7,.2);
527
- cursor: pointer;
528
- -webkit-flex-shrink: 0;
529
- -ms-flex-negative: 0;
530
- flex-shrink: 0;
531
- }
532
-
533
- .c5 input[type='checkbox']:not(:checked) {
534
- border-color: #c8cccc !important;
535
- background-color: #FFFFFF;
536
- }
537
-
538
- .c5 input[type='checkbox']:checked {
539
- border-color: #364141;
540
- background-color: #364141;
541
- }
542
-
543
- .c5 input[type='checkbox']:focus {
544
- box-shadow: 0 0 0 1px #2079c3,0 0px 0px 4px rgba(32,121,195,0.3);
545
- outline: none;
546
- }
547
-
548
- .c5 input[type='checkbox']:focus::-moz-focus-inner {
549
- border: 0;
550
- }
551
- }
552
-
553
- <div>
554
- <ul
555
- aria-activedescendant="MenuItem-28"
556
- aria-multiselectable="true"
557
- class="c0 c1"
558
- overflow="hidden"
559
- role="listbox"
560
- tabindex="0"
561
- width="200px"
562
- >
563
- <div
564
- class="c2"
565
- role="group"
566
- >
567
- <li
568
- aria-checked="false"
569
- class="c3 c4"
570
- data-qa-menu-item="Apple"
571
- data-value="Apple"
572
- id="MenuItem-28"
573
- role="menuitemcheckbox"
574
- tabindex="-1"
575
- value="Apple"
576
- >
577
- <div
578
- style="display: flex; align-items: center; justify-content: space-between;"
579
- >
580
- <span
581
- aria-hidden="true"
582
- class="c5"
583
- >
584
- <input
585
- data-qa-checkbox="Checkbox-MenuItem-28"
586
- data-qa-checkbox-ischecked="false"
587
- data-qa-checkbox-isdisabled="false"
588
- id="Checkbox-MenuItem-28"
589
- tabindex="-1"
590
- type="checkbox"
591
- value=""
592
- />
593
- </span>
594
- <div
595
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
596
- >
597
- Apple
598
- </div>
599
- </div>
600
- </li>
601
- <li
602
- aria-checked="false"
603
- class="c3 c6"
604
- data-qa-menu-item="Banana"
605
- data-value="Banana"
606
- id="MenuItem-29"
607
- role="menuitemcheckbox"
608
- tabindex="-1"
609
- value="Banana"
610
- >
611
- <div
612
- style="display: flex; align-items: center; justify-content: space-between;"
613
- >
614
- <span
615
- aria-hidden="true"
616
- class="c5"
617
- >
618
- <input
619
- data-qa-checkbox="Checkbox-MenuItem-29"
620
- data-qa-checkbox-ischecked="false"
621
- data-qa-checkbox-isdisabled="false"
622
- id="Checkbox-MenuItem-29"
623
- tabindex="-1"
624
- type="checkbox"
625
- value=""
626
- />
627
- </span>
628
- <div
629
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
630
- >
631
- Banana
632
- </div>
633
- </div>
634
- </li>
635
- <li
636
- aria-checked="false"
637
- class="c3 c6"
638
- data-qa-menu-item="Orange"
639
- data-value="Orange"
640
- id="MenuItem-30"
641
- role="menuitemcheckbox"
642
- tabindex="-1"
643
- value="Orange"
644
- >
645
- <div
646
- style="display: flex; align-items: center; justify-content: space-between;"
647
- >
648
- <span
649
- aria-hidden="true"
650
- class="c5"
651
- >
652
- <input
653
- data-qa-checkbox="Checkbox-MenuItem-30"
654
- data-qa-checkbox-ischecked="false"
655
- data-qa-checkbox-isdisabled="false"
656
- id="Checkbox-MenuItem-30"
657
- tabindex="-1"
658
- type="checkbox"
659
- value=""
660
- />
661
- </span>
662
- <div
663
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
664
- >
665
- Orange
666
- </div>
667
- </div>
668
- </li>
669
- </div>
670
- </ul>
671
- </div>
672
- </body>
673
- `;
674
-
675
- exports[`Listbox AsListbox with filter input should match snapshot 1`] = `
676
- <body>
677
- .c0 {
678
- box-sizing: border-box;
679
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
680
- margin: 0px;
681
- padding: 0px;
682
- width: 200px;
683
- overflow: hidden;
684
- }
685
-
686
- .c2 {
687
- box-sizing: border-box;
688
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
689
- margin: 8px;
690
- padding: 8px;
691
- }
692
-
693
- .c4 {
694
- box-sizing: border-box;
695
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
696
- }
697
-
698
- .c7 {
699
- display: block;
700
- width: 100%;
701
- border-radius: 6px;
702
- background-color: transparent;
703
- border: none;
704
- text-align: left;
705
- color: #364141;
706
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
707
- font-weight: 400;
708
- padding: 6px 8px;
709
- list-style-type: none;
710
- outline: 0;
711
- font-size: 13px;
712
- line-height: 21.333333333333332px;
713
- }
714
-
715
- .c7:focus,
716
- .c7:hover {
717
- color: #364141;
718
- background-color: #f3f4f4;
719
- }
720
-
721
- .c7:focus .Icon-svg,
722
- .c7:hover .Icon-svg {
723
- color: unset;
724
- }
725
-
726
- .c7:hover {
727
- cursor: pointer;
728
- }
729
-
730
- .c5 {
731
- display: block;
732
- width: 100%;
733
- border-radius: 6px;
734
- background-color: transparent;
735
- border: none;
736
- text-align: left;
737
- color: #364141;
738
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
739
- font-weight: 400;
740
- padding: 6px 8px;
741
- list-style-type: none;
742
- outline: 0;
743
- font-size: 13px;
744
- line-height: 21.333333333333332px;
745
- color: #FFFFFF;
746
- background-color: #364141;
747
- }
748
-
749
- .c5 .Icon-svg {
750
- color: #FFFFFF;
751
- }
752
-
753
- .c5:focus,
754
- .c5:hover {
755
- color: #364141;
756
- background-color: #f3f4f4;
757
- }
758
-
759
- .c5:focus .Icon-svg,
760
- .c5:hover .Icon-svg {
761
- color: unset;
762
- }
763
-
764
- .c5:hover {
765
- cursor: pointer;
766
- }
767
-
768
- .c1 {
769
- list-style-type: none;
770
- outline: 0;
771
- }
772
-
773
- .c6 {
774
- display: -webkit-inline-box;
775
- display: -webkit-inline-flex;
776
- display: -ms-inline-flexbox;
777
- display: inline-flex;
778
- -webkit-align-items: center;
779
- -webkit-box-align: center;
780
- -ms-flex-align: center;
781
- align-items: center;
782
- box-sizing: border-box;
783
- position: relative;
784
- -webkit-transition: all .15s cubic-bezier(.4,0,.7,.2);
785
- transition: all .15s cubic-bezier(.4,0,.7,.2);
786
- margin-right: 8px;
787
- }
788
-
789
- .c3 {
790
- box-sizing: border-box;
791
- position: relative;
792
- }
793
-
794
- .c3 input {
795
- box-sizing: border-box;
796
- width: 100%;
797
- border: 1px solid transparent;
798
- border-radius: 6px;
799
- background-color: #FFFFFF;
800
- color: #364141;
801
- outline: none;
802
- -webkit-transition: border-color .15s cubic-bezier(.4,0,.7,.2),box-shadow .15s cubic-bezier(.4,0,.7,.2);
803
- transition: border-color .15s cubic-bezier(.4,0,.7,.2),box-shadow .15s cubic-bezier(.4,0,.7,.2);
804
- font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
805
- font-weight: 400;
806
- -webkit-appearance: none;
807
- -moz-appearance: none;
808
- appearance: none;
809
- line-height: 16px;
810
- margin: 0;
811
- padding: 8px;
812
- font-size: 13px;
813
- }
814
-
815
- .c3 input::-ms-clear {
816
- display: none;
817
- }
818
-
819
- .c3 input::-webkit-search-cancel-button {
820
- -webkit-appearance: none;
821
- -moz-appearance: none;
822
- appearance: none;
823
- }
824
-
825
- .c3 input:focus {
826
- box-shadow: 0 0 0 1px #2079c3,0 0px 0px 4px rgba(32,121,195,0.3);
827
- outline: none;
828
- }
829
-
830
- .c3 input:focus::-moz-focus-inner {
831
- border: 0;
832
- }
833
-
834
- .c3 input:not(output):not(:focus):-moz-ui-invalid {
835
- box-shadow: none;
836
- }
837
-
838
- .c3 input:placeholder {
839
- color: #6e797a;
840
- }
841
-
842
- .c3 input {
843
- border: 1px solid #b0b6b7;
844
- }
845
-
846
- @supports (-webkit-appearance:none) {
847
- .c6:before {
848
- 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>");
849
- opacity: 0;
850
- position: absolute;
851
- width: 16px;
852
- height: 16px;
853
- text-align: center;
854
- -webkit-transform: translateY(1px);
855
- -ms-transform: translateY(1px);
856
- transform: translateY(1px);
857
- line-height: 1;
858
- margin: auto;
859
- pointer-events: none;
860
- -webkit-transition: .15s cubic-bezier(.4,0,.2,1);
861
- transition: .15s cubic-bezier(.4,0,.2,1);
862
- }
863
-
864
- .c6:hover:before {
865
- opacity: 1;
866
- }
867
-
868
- .c6 input[type='checkbox'] {
869
- box-sizing: border-box;
870
- -webkit-appearance: none;
871
- -moz-appearance: none;
872
- appearance: none;
873
- margin: 0;
874
- padding: 0;
875
- width: 16px;
876
- height: 16px;
877
- border: 1px solid #b0b6b7;
878
- border-radius: 4px;
879
- background-color: #FFFFFF;
880
- -webkit-transition: all .15s cubic-bezier(.4,0,.7,.2);
881
- transition: all .15s cubic-bezier(.4,0,.7,.2);
882
- cursor: pointer;
883
- -webkit-flex-shrink: 0;
884
- -ms-flex-negative: 0;
885
- flex-shrink: 0;
886
- }
887
-
888
- .c6 input[type='checkbox']:not(:checked) {
889
- border-color: #c8cccc !important;
890
- background-color: #FFFFFF;
891
- }
892
-
893
- .c6 input[type='checkbox']:checked {
894
- border-color: #364141;
895
- background-color: #364141;
896
- }
897
-
898
- .c6 input[type='checkbox']:focus {
899
- box-shadow: 0 0 0 1px #2079c3,0 0px 0px 4px rgba(32,121,195,0.3);
900
- outline: none;
901
- }
902
-
903
- .c6 input[type='checkbox']:focus::-moz-focus-inner {
904
- border: 0;
905
- }
906
- }
907
-
908
- <div>
909
- <ul
910
- aria-activedescendant="MenuItem-34"
911
- aria-multiselectable="true"
912
- class="c0 c1"
913
- overflow="hidden"
914
- role="listbox"
915
- tabindex="0"
916
- width="200px"
917
- >
918
- <div
919
- class="c2"
920
- role="group"
921
- >
922
- <div
923
- class="c3"
924
- >
925
- <input
926
- aria-invalid="false"
927
- aria-label="Search fruit..."
928
- data-qa-input="refineFruit"
929
- data-qa-input-isdisabled="false"
930
- data-qa-input-isrequired="false"
931
- id="refineFruit"
932
- name="refineFruit"
933
- placeholder="Search fruit..."
934
- type="text"
935
- value=""
936
- />
937
- </div>
938
- <li
939
- aria-checked="false"
940
- class="c4 c5"
941
- data-qa-menu-item="Apple"
942
- data-value="Apple"
943
- id="MenuItem-34"
944
- role="menuitemcheckbox"
945
- tabindex="-1"
946
- value="Apple"
947
- >
948
- <div
949
- style="display: flex; align-items: center; justify-content: space-between;"
950
- >
951
- <span
952
- aria-hidden="true"
953
- class="c6"
954
- >
955
- <input
956
- data-qa-checkbox="Checkbox-MenuItem-34"
957
- data-qa-checkbox-ischecked="false"
958
- data-qa-checkbox-isdisabled="false"
959
- id="Checkbox-MenuItem-34"
960
- tabindex="-1"
961
- type="checkbox"
962
- value=""
963
- />
964
- </span>
965
- <div
966
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
967
- >
968
- Apple
969
- </div>
970
- </div>
971
- </li>
972
- <li
973
- aria-checked="false"
974
- class="c4 c7"
975
- data-qa-menu-item="Banana"
976
- data-value="Banana"
977
- id="MenuItem-35"
978
- role="menuitemcheckbox"
979
- tabindex="-1"
980
- value="Banana"
981
- >
982
- <div
983
- style="display: flex; align-items: center; justify-content: space-between;"
984
- >
985
- <span
986
- aria-hidden="true"
987
- class="c6"
988
- >
989
- <input
990
- data-qa-checkbox="Checkbox-MenuItem-35"
991
- data-qa-checkbox-ischecked="false"
992
- data-qa-checkbox-isdisabled="false"
993
- id="Checkbox-MenuItem-35"
994
- tabindex="-1"
995
- type="checkbox"
996
- value=""
997
- />
998
- </span>
999
- <div
1000
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1001
- >
1002
- Banana
1003
- </div>
1004
- </div>
1005
- </li>
1006
- <li
1007
- aria-checked="false"
1008
- class="c4 c7"
1009
- data-qa-menu-item="Orange"
1010
- data-value="Orange"
1011
- id="MenuItem-36"
1012
- role="menuitemcheckbox"
1013
- tabindex="-1"
1014
- value="Orange"
1015
- >
1016
- <div
1017
- style="display: flex; align-items: center; justify-content: space-between;"
1018
- >
1019
- <span
1020
- aria-hidden="true"
1021
- class="c6"
1022
- >
1023
- <input
1024
- data-qa-checkbox="Checkbox-MenuItem-36"
1025
- data-qa-checkbox-ischecked="false"
1026
- data-qa-checkbox-isdisabled="false"
1027
- id="Checkbox-MenuItem-36"
1028
- tabindex="-1"
1029
- type="checkbox"
1030
- value=""
1031
- />
1032
- </span>
1033
- <div
1034
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1035
- >
1036
- Orange
1037
- </div>
1038
- </div>
1039
- </li>
1040
- <li
1041
- aria-checked="false"
1042
- class="c4 c7"
1043
- data-qa-menu-item="Tomato"
1044
- data-value="Tomato"
1045
- id="MenuItem-37"
1046
- role="menuitemcheckbox"
1047
- tabindex="-1"
1048
- value="Tomato"
1049
- >
1050
- <div
1051
- style="display: flex; align-items: center; justify-content: space-between;"
1052
- >
1053
- <span
1054
- aria-hidden="true"
1055
- class="c6"
1056
- >
1057
- <input
1058
- data-qa-checkbox="Checkbox-MenuItem-37"
1059
- data-qa-checkbox-ischecked="false"
1060
- data-qa-checkbox-isdisabled="false"
1061
- id="Checkbox-MenuItem-37"
1062
- tabindex="-1"
1063
- type="checkbox"
1064
- value=""
1065
- />
1066
- </span>
1067
- <div
1068
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1069
- >
1070
- Tomato
1071
- </div>
1072
- </div>
1073
- </li>
1074
- <li
1075
- aria-checked="false"
1076
- class="c4 c7"
1077
- data-qa-menu-item="Cucumber"
1078
- data-value="Cucumber"
1079
- id="MenuItem-38"
1080
- role="menuitemcheckbox"
1081
- tabindex="-1"
1082
- value="Cucumber"
1083
- >
1084
- <div
1085
- style="display: flex; align-items: center; justify-content: space-between;"
1086
- >
1087
- <span
1088
- aria-hidden="true"
1089
- class="c6"
1090
- >
1091
- <input
1092
- data-qa-checkbox="Checkbox-MenuItem-38"
1093
- data-qa-checkbox-ischecked="false"
1094
- data-qa-checkbox-isdisabled="false"
1095
- id="Checkbox-MenuItem-38"
1096
- tabindex="-1"
1097
- type="checkbox"
1098
- value=""
1099
- />
1100
- </span>
1101
- <div
1102
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1103
- >
1104
- Cucumber
1105
- </div>
1106
- </div>
1107
- </li>
1108
- <li
1109
- aria-checked="false"
1110
- class="c4 c7"
1111
- data-qa-menu-item="Squash"
1112
- data-value="Squash"
1113
- id="MenuItem-39"
1114
- role="menuitemcheckbox"
1115
- tabindex="-1"
1116
- value="Squash"
1117
- >
1118
- <div
1119
- style="display: flex; align-items: center; justify-content: space-between;"
1120
- >
1121
- <span
1122
- aria-hidden="true"
1123
- class="c6"
1124
- >
1125
- <input
1126
- data-qa-checkbox="Checkbox-MenuItem-39"
1127
- data-qa-checkbox-ischecked="false"
1128
- data-qa-checkbox-isdisabled="false"
1129
- id="Checkbox-MenuItem-39"
1130
- tabindex="-1"
1131
- type="checkbox"
1132
- value=""
1133
- />
1134
- </span>
1135
- <div
1136
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1137
- >
1138
- Squash
1139
- </div>
1140
- </div>
1141
- </li>
1142
- <li
1143
- aria-checked="false"
1144
- class="c4 c7"
1145
- data-qa-menu-item="Cantaloupe"
1146
- data-value="Cantaloupe"
1147
- id="MenuItem-40"
1148
- role="menuitemcheckbox"
1149
- tabindex="-1"
1150
- value="Cantaloupe"
1151
- >
1152
- <div
1153
- style="display: flex; align-items: center; justify-content: space-between;"
1154
- >
1155
- <span
1156
- aria-hidden="true"
1157
- class="c6"
1158
- >
1159
- <input
1160
- data-qa-checkbox="Checkbox-MenuItem-40"
1161
- data-qa-checkbox-ischecked="false"
1162
- data-qa-checkbox-isdisabled="false"
1163
- id="Checkbox-MenuItem-40"
1164
- tabindex="-1"
1165
- type="checkbox"
1166
- value=""
1167
- />
1168
- </span>
1169
- <div
1170
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1171
- >
1172
- Cantaloupe
1173
- </div>
1174
- </div>
1175
- </li>
1176
- <li
1177
- aria-checked="false"
1178
- class="c4 c7"
1179
- data-qa-menu-item="Jackalope"
1180
- data-value="Jackalope"
1181
- id="MenuItem-41"
1182
- role="menuitemcheckbox"
1183
- tabindex="-1"
1184
- value="Jackalope"
1185
- >
1186
- <div
1187
- style="display: flex; align-items: center; justify-content: space-between;"
1188
- >
1189
- <span
1190
- aria-hidden="true"
1191
- class="c6"
1192
- >
1193
- <input
1194
- data-qa-checkbox="Checkbox-MenuItem-41"
1195
- data-qa-checkbox-ischecked="false"
1196
- data-qa-checkbox-isdisabled="false"
1197
- id="Checkbox-MenuItem-41"
1198
- tabindex="-1"
1199
- type="checkbox"
1200
- value=""
1201
- />
1202
- </span>
1203
- <div
1204
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1205
- >
1206
- Jackalope
1207
- </div>
1208
- </div>
1209
- </li>
1210
- <li
1211
- aria-checked="false"
1212
- class="c4 c7"
1213
- data-qa-menu-item="Lingonberry"
1214
- data-value="Lingonberry"
1215
- id="MenuItem-42"
1216
- role="menuitemcheckbox"
1217
- tabindex="-1"
1218
- value="Lingonberry"
1219
- >
1220
- <div
1221
- style="display: flex; align-items: center; justify-content: space-between;"
1222
- >
1223
- <span
1224
- aria-hidden="true"
1225
- class="c6"
1226
- >
1227
- <input
1228
- data-qa-checkbox="Checkbox-MenuItem-42"
1229
- data-qa-checkbox-ischecked="false"
1230
- data-qa-checkbox-isdisabled="false"
1231
- id="Checkbox-MenuItem-42"
1232
- tabindex="-1"
1233
- type="checkbox"
1234
- value=""
1235
- />
1236
- </span>
1237
- <div
1238
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1239
- >
1240
- Lingonberry
1241
- </div>
1242
- </div>
1243
- </li>
1244
- <li
1245
- aria-checked="false"
1246
- class="c4 c7"
1247
- data-qa-menu-item="Dingleberry"
1248
- data-value="Dingleberry"
1249
- id="MenuItem-43"
1250
- role="menuitemcheckbox"
1251
- tabindex="-1"
1252
- value="Dingleberry"
1253
- >
1254
- <div
1255
- style="display: flex; align-items: center; justify-content: space-between;"
1256
- >
1257
- <span
1258
- aria-hidden="true"
1259
- class="c6"
1260
- >
1261
- <input
1262
- data-qa-checkbox="Checkbox-MenuItem-43"
1263
- data-qa-checkbox-ischecked="false"
1264
- data-qa-checkbox-isdisabled="false"
1265
- id="Checkbox-MenuItem-43"
1266
- tabindex="-1"
1267
- type="checkbox"
1268
- value=""
1269
- />
1270
- </span>
1271
- <div
1272
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1273
- >
1274
- Dingleberry
1275
- </div>
1276
- </div>
1277
- </li>
1278
- <li
1279
- aria-checked="false"
1280
- class="c4 c7"
1281
- data-qa-menu-item="Kaffir Lime"
1282
- data-value="Kaffir Lime"
1283
- id="MenuItem-44"
1284
- role="menuitemcheckbox"
1285
- tabindex="-1"
1286
- value="Kaffir Lime"
1287
- >
1288
- <div
1289
- style="display: flex; align-items: center; justify-content: space-between;"
1290
- >
1291
- <span
1292
- aria-hidden="true"
1293
- class="c6"
1294
- >
1295
- <input
1296
- data-qa-checkbox="Checkbox-MenuItem-44"
1297
- data-qa-checkbox-ischecked="false"
1298
- data-qa-checkbox-isdisabled="false"
1299
- id="Checkbox-MenuItem-44"
1300
- tabindex="-1"
1301
- type="checkbox"
1302
- value=""
1303
- />
1304
- </span>
1305
- <div
1306
- style="flex-grow: 1; word-break: break-word; min-width: 0;"
1307
- >
1308
- Kaffir Lime
1309
- </div>
1310
- </div>
1311
- </li>
1312
- </div>
1313
- </ul>
1314
- </div>
1315
- </body>
1316
- `;