@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,2029 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Storyshots Basics|Tabs stateful - dynamic 1`] = `
4
- .emotion-9 {
5
- overflow-y: hidden;
6
- overflow-x: auto;
7
- width: 100%;
8
- color: #999999;
9
- width: 100%;
10
- height: 40px;
11
- -webkit-flex-shrink: 0;
12
- -ms-flex-negative: 0;
13
- flex-shrink: 0;
14
- box-shadow: rgba(0,0,0,.1) 0 -1px 0 0 inset;
15
- background: #FFFFFF;
16
- }
17
-
18
- .emotion-8 {
19
- display: -webkit-box;
20
- display: -webkit-flex;
21
- display: -ms-flexbox;
22
- display: flex;
23
- -webkit-box-pack: justify;
24
- -webkit-justify-content: space-between;
25
- -ms-flex-pack: justify;
26
- justify-content: space-between;
27
- position: relative;
28
- -webkit-flex-wrap: nowrap;
29
- -ms-flex-wrap: nowrap;
30
- flex-wrap: nowrap;
31
- -webkit-flex-shrink: 0;
32
- -ms-flex-negative: 0;
33
- flex-shrink: 0;
34
- height: 40px;
35
- }
36
-
37
- .emotion-7 {
38
- display: -webkit-box;
39
- display: -webkit-flex;
40
- display: -ms-flexbox;
41
- display: flex;
42
- white-space: nowrap;
43
- -webkit-flex-basis: auto;
44
- -ms-flex-preferred-size: auto;
45
- flex-basis: auto;
46
- -webkit-flex-shrink: 0;
47
- -ms-flex-negative: 0;
48
- flex-shrink: 0;
49
- }
50
-
51
- .emotion-7 > * {
52
- margin-left: 15px;
53
- }
54
-
55
- .emotion-6 {
56
- overflow: hidden;
57
- }
58
-
59
- .emotion-6:first-of-type {
60
- margin-left: 0;
61
- }
62
-
63
- .emotion-0 {
64
- white-space: normal;
65
- display: -webkit-inline-box;
66
- display: -webkit-inline-flex;
67
- display: -ms-inline-flexbox;
68
- display: inline-flex;
69
- overflow: hidden;
70
- vertical-align: top;
71
- -webkit-box-pack: center;
72
- -webkit-justify-content: center;
73
- -ms-flex-pack: center;
74
- justify-content: center;
75
- -webkit-align-items: center;
76
- -webkit-box-align: center;
77
- -ms-flex-align: center;
78
- align-items: center;
79
- text-align: center;
80
- -webkit-text-decoration: none;
81
- text-decoration: none;
82
- padding: 0 15px;
83
- text-transform: capitalize;
84
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
85
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
86
- height: 40px;
87
- line-height: 12px;
88
- cursor: pointer;
89
- background: transparent;
90
- border: 0 solid transparent;
91
- border-top: 3px solid transparent;
92
- border-bottom: 3px solid transparent;
93
- font-weight: bold;
94
- font-size: 13px;
95
- color: inherit;
96
- border-bottom-color: transparent;
97
- }
98
-
99
- .emotion-0:empty {
100
- display: none;
101
- }
102
-
103
- .emotion-0:focus {
104
- outline: 0 none;
105
- border-bottom-color: #1EA7FD;
106
- }
107
-
108
- .emotion-2 {
109
- white-space: normal;
110
- display: -webkit-inline-box;
111
- display: -webkit-inline-flex;
112
- display: -ms-inline-flexbox;
113
- display: inline-flex;
114
- overflow: hidden;
115
- vertical-align: top;
116
- -webkit-box-pack: center;
117
- -webkit-justify-content: center;
118
- -ms-flex-pack: center;
119
- justify-content: center;
120
- -webkit-align-items: center;
121
- -webkit-box-align: center;
122
- -ms-flex-align: center;
123
- align-items: center;
124
- text-align: center;
125
- -webkit-text-decoration: none;
126
- text-decoration: none;
127
- padding: 0 15px;
128
- text-transform: capitalize;
129
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
130
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
131
- height: 40px;
132
- line-height: 12px;
133
- cursor: pointer;
134
- background: transparent;
135
- border: 0 solid transparent;
136
- border-top: 3px solid transparent;
137
- border-bottom: 3px solid transparent;
138
- font-weight: bold;
139
- font-size: 13px;
140
- color: #1EA7FD;
141
- border-bottom-color: #1EA7FD;
142
- }
143
-
144
- .emotion-2:empty {
145
- display: none;
146
- }
147
-
148
- .emotion-2:focus {
149
- outline: 0 none;
150
- border-bottom-color: #1EA7FD;
151
- }
152
-
153
- .emotion-12 {
154
- display: block;
155
- }
156
-
157
- .emotion-11 {
158
- display: block;
159
- position: relative;
160
- font-size: 13px;
161
- }
162
-
163
- .emotion-10 {
164
- display: none;
165
- }
166
-
167
- <div
168
- style="position:relative;height:calc(100vh - 20px);width:calc(100vw - 20px);margin:10px"
169
- >
170
- <div
171
- class="emotion-12"
172
- >
173
- <div
174
- class="emotion-9"
175
- data-simplebar="true"
176
- >
177
- <div
178
- class="simplebar-wrapper"
179
- >
180
- <div
181
- class="simplebar-height-auto-observer-wrapper"
182
- >
183
- <div
184
- class="simplebar-height-auto-observer"
185
- />
186
- </div>
187
- <div
188
- class="simplebar-mask"
189
- >
190
- <div
191
- class="simplebar-offset"
192
- >
193
- <div
194
- class="simplebar-content-wrapper"
195
- >
196
- <div
197
- class="simplebar-content"
198
- >
199
- <div
200
- class="emotion-8"
201
- >
202
- <div
203
- class="emotion-7"
204
- >
205
- <div
206
- class="emotion-6"
207
- role="tablist"
208
- >
209
- <button
210
- class="emotion-0"
211
- role="tab"
212
- type="button"
213
- >
214
- Tab title #1
215
- </button>
216
- <button
217
- class="emotion-0"
218
- role="tab"
219
- type="button"
220
- >
221
- Tab title #2
222
- </button>
223
- <button
224
- class="emotion-2"
225
- role="tab"
226
- type="button"
227
- >
228
- Tab with scroll!
229
- </button>
230
- <button
231
- class="emotion-0"
232
- role="tab"
233
- type="button"
234
- >
235
- Tab title #4
236
- </button>
237
- <button
238
- class="emotion-0"
239
- role="tab"
240
- type="button"
241
- >
242
- Tab title #5
243
- </button>
244
- <button
245
- class="emotion-0"
246
- role="tab"
247
- type="button"
248
- >
249
- Tab title #6
250
- </button>
251
- </div>
252
- </div>
253
- </div>
254
- </div>
255
- </div>
256
- </div>
257
- </div>
258
- <div
259
- class="simplebar-placeholder"
260
- />
261
- </div>
262
- <div
263
- class="simplebar-track simplebar-horizontal"
264
- >
265
- <div
266
- class="simplebar-scrollbar"
267
- />
268
- </div>
269
- <div
270
- class="simplebar-track simplebar-vertical"
271
- >
272
- <div
273
- class="simplebar-scrollbar"
274
- />
275
- </div>
276
- </div>
277
- <div
278
- class="emotion-11"
279
- >
280
- <div
281
- id="test2"
282
- style="background:hotpink;min-height:100%;display:none"
283
- >
284
- CONTENT 2
285
- </div>
286
- <div
287
- id="test3"
288
- >
289
- <div
290
- style="background:#000000;height:30.8px"
291
- />
292
- <div
293
- style="background:#111111;height:31.3px"
294
- />
295
- <div
296
- style="background:#222222;height:32.1px"
297
- />
298
- <div
299
- style="background:#333333;height:33.4px"
300
- />
301
- <div
302
- style="background:#444444;height:35.5px"
303
- />
304
- <div
305
- style="background:#555555;height:38.9px"
306
- />
307
- <div
308
- style="background:#666666;height:44.4px"
309
- />
310
- <div
311
- style="background:#777777;height:53.3px"
312
- />
313
- <div
314
- style="background:#888888;height:67.7px"
315
- />
316
- <div
317
- style="background:#999999;height:91px"
318
- />
319
- <div
320
- style="background:#aaaaaa;height:128.7px"
321
- />
322
- <div
323
- style="background:#bbbbbb;height:189.7px"
324
- />
325
- <div
326
- style="background:#cccccc;height:288.4px"
327
- />
328
- <div
329
- style="background:#dddddd;height:448.1px"
330
- />
331
- <div
332
- style="background:#eeeeee;height:706.5px"
333
- />
334
- </div>
335
- <div
336
- class="emotion-10"
337
- >
338
- <div>
339
- CONTENT 6
340
- </div>
341
- </div>
342
- </div>
343
- </div>
344
- </div>
345
- `;
346
-
347
- exports[`Storyshots Basics|Tabs stateful - no initial 1`] = `
348
- .emotion-9 {
349
- overflow-y: hidden;
350
- overflow-x: auto;
351
- width: 100%;
352
- color: #999999;
353
- width: 100%;
354
- height: 40px;
355
- -webkit-flex-shrink: 0;
356
- -ms-flex-negative: 0;
357
- flex-shrink: 0;
358
- box-shadow: rgba(0,0,0,.1) 0 -1px 0 0 inset;
359
- background: #FFFFFF;
360
- }
361
-
362
- .emotion-8 {
363
- display: -webkit-box;
364
- display: -webkit-flex;
365
- display: -ms-flexbox;
366
- display: flex;
367
- -webkit-box-pack: justify;
368
- -webkit-justify-content: space-between;
369
- -ms-flex-pack: justify;
370
- justify-content: space-between;
371
- position: relative;
372
- -webkit-flex-wrap: nowrap;
373
- -ms-flex-wrap: nowrap;
374
- flex-wrap: nowrap;
375
- -webkit-flex-shrink: 0;
376
- -ms-flex-negative: 0;
377
- flex-shrink: 0;
378
- height: 40px;
379
- }
380
-
381
- .emotion-7 {
382
- display: -webkit-box;
383
- display: -webkit-flex;
384
- display: -ms-flexbox;
385
- display: flex;
386
- white-space: nowrap;
387
- -webkit-flex-basis: auto;
388
- -ms-flex-preferred-size: auto;
389
- flex-basis: auto;
390
- -webkit-flex-shrink: 0;
391
- -ms-flex-negative: 0;
392
- flex-shrink: 0;
393
- }
394
-
395
- .emotion-7 > * {
396
- margin-left: 15px;
397
- }
398
-
399
- .emotion-6 {
400
- overflow: hidden;
401
- }
402
-
403
- .emotion-6:first-of-type {
404
- margin-left: 0;
405
- }
406
-
407
- .emotion-1 {
408
- white-space: normal;
409
- display: -webkit-inline-box;
410
- display: -webkit-inline-flex;
411
- display: -ms-inline-flexbox;
412
- display: inline-flex;
413
- overflow: hidden;
414
- vertical-align: top;
415
- -webkit-box-pack: center;
416
- -webkit-justify-content: center;
417
- -ms-flex-pack: center;
418
- justify-content: center;
419
- -webkit-align-items: center;
420
- -webkit-box-align: center;
421
- -ms-flex-align: center;
422
- align-items: center;
423
- text-align: center;
424
- -webkit-text-decoration: none;
425
- text-decoration: none;
426
- padding: 0 15px;
427
- text-transform: capitalize;
428
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
429
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
430
- height: 40px;
431
- line-height: 12px;
432
- cursor: pointer;
433
- background: transparent;
434
- border: 0 solid transparent;
435
- border-top: 3px solid transparent;
436
- border-bottom: 3px solid transparent;
437
- font-weight: bold;
438
- font-size: 13px;
439
- color: inherit;
440
- border-bottom-color: transparent;
441
- }
442
-
443
- .emotion-1:empty {
444
- display: none;
445
- }
446
-
447
- .emotion-1:focus {
448
- outline: 0 none;
449
- border-bottom-color: #1EA7FD;
450
- }
451
-
452
- .emotion-0 {
453
- white-space: normal;
454
- display: -webkit-inline-box;
455
- display: -webkit-inline-flex;
456
- display: -ms-inline-flexbox;
457
- display: inline-flex;
458
- overflow: hidden;
459
- vertical-align: top;
460
- -webkit-box-pack: center;
461
- -webkit-justify-content: center;
462
- -ms-flex-pack: center;
463
- justify-content: center;
464
- -webkit-align-items: center;
465
- -webkit-box-align: center;
466
- -ms-flex-align: center;
467
- align-items: center;
468
- text-align: center;
469
- -webkit-text-decoration: none;
470
- text-decoration: none;
471
- padding: 0 15px;
472
- text-transform: capitalize;
473
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
474
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
475
- height: 40px;
476
- line-height: 12px;
477
- cursor: pointer;
478
- background: transparent;
479
- border: 0 solid transparent;
480
- border-top: 3px solid transparent;
481
- border-bottom: 3px solid transparent;
482
- font-weight: bold;
483
- font-size: 13px;
484
- color: #1EA7FD;
485
- border-bottom-color: #1EA7FD;
486
- }
487
-
488
- .emotion-0:empty {
489
- display: none;
490
- }
491
-
492
- .emotion-0:focus {
493
- outline: 0 none;
494
- border-bottom-color: #1EA7FD;
495
- }
496
-
497
- .emotion-12 {
498
- display: block;
499
- }
500
-
501
- .emotion-11 {
502
- display: block;
503
- position: relative;
504
- font-size: 13px;
505
- }
506
-
507
- .emotion-10 {
508
- display: none;
509
- }
510
-
511
- <div
512
- style="position:relative;height:calc(100vh - 20px);width:calc(100vw - 20px);margin:10px"
513
- >
514
- <div
515
- class="emotion-12"
516
- >
517
- <div
518
- class="emotion-9"
519
- data-simplebar="true"
520
- >
521
- <div
522
- class="simplebar-wrapper"
523
- >
524
- <div
525
- class="simplebar-height-auto-observer-wrapper"
526
- >
527
- <div
528
- class="simplebar-height-auto-observer"
529
- />
530
- </div>
531
- <div
532
- class="simplebar-mask"
533
- >
534
- <div
535
- class="simplebar-offset"
536
- >
537
- <div
538
- class="simplebar-content-wrapper"
539
- >
540
- <div
541
- class="simplebar-content"
542
- >
543
- <div
544
- class="emotion-8"
545
- >
546
- <div
547
- class="emotion-7"
548
- >
549
- <div
550
- class="emotion-6"
551
- role="tablist"
552
- >
553
- <button
554
- class="emotion-0"
555
- role="tab"
556
- type="button"
557
- >
558
- Tab title #1
559
- </button>
560
- <button
561
- class="emotion-1"
562
- role="tab"
563
- type="button"
564
- >
565
- Tab title #2
566
- </button>
567
- <button
568
- class="emotion-1"
569
- role="tab"
570
- type="button"
571
- >
572
- Tab with scroll!
573
- </button>
574
- <button
575
- class="emotion-1"
576
- role="tab"
577
- type="button"
578
- >
579
- Tab title #4
580
- </button>
581
- <button
582
- class="emotion-1"
583
- role="tab"
584
- type="button"
585
- >
586
- Tab title #5
587
- </button>
588
- <button
589
- class="emotion-1"
590
- role="tab"
591
- type="button"
592
- >
593
- Tab title #6
594
- </button>
595
- </div>
596
- </div>
597
- </div>
598
- </div>
599
- </div>
600
- </div>
601
- </div>
602
- <div
603
- class="simplebar-placeholder"
604
- />
605
- </div>
606
- <div
607
- class="simplebar-track simplebar-horizontal"
608
- >
609
- <div
610
- class="simplebar-scrollbar"
611
- />
612
- </div>
613
- <div
614
- class="simplebar-track simplebar-vertical"
615
- >
616
- <div
617
- class="simplebar-scrollbar"
618
- />
619
- </div>
620
- </div>
621
- <div
622
- class="emotion-11"
623
- >
624
- <div
625
- id="test1"
626
- >
627
- CONTENT 1
628
- </div>
629
- <div
630
- id="test2"
631
- style="background:hotpink;min-height:100%;display:none"
632
- >
633
- CONTENT 2
634
- </div>
635
- <div
636
- class="emotion-10"
637
- >
638
- <div>
639
- CONTENT 6
640
- </div>
641
- </div>
642
- </div>
643
- </div>
644
- </div>
645
- `;
646
-
647
- exports[`Storyshots Basics|Tabs stateful - static 1`] = `
648
- .emotion-5 {
649
- overflow-y: hidden;
650
- overflow-x: auto;
651
- width: 100%;
652
- color: #999999;
653
- width: 100%;
654
- height: 40px;
655
- -webkit-flex-shrink: 0;
656
- -ms-flex-negative: 0;
657
- flex-shrink: 0;
658
- box-shadow: rgba(0,0,0,.1) 0 -1px 0 0 inset;
659
- background: #FFFFFF;
660
- }
661
-
662
- .emotion-4 {
663
- display: -webkit-box;
664
- display: -webkit-flex;
665
- display: -ms-flexbox;
666
- display: flex;
667
- -webkit-box-pack: justify;
668
- -webkit-justify-content: space-between;
669
- -ms-flex-pack: justify;
670
- justify-content: space-between;
671
- position: relative;
672
- -webkit-flex-wrap: nowrap;
673
- -ms-flex-wrap: nowrap;
674
- flex-wrap: nowrap;
675
- -webkit-flex-shrink: 0;
676
- -ms-flex-negative: 0;
677
- flex-shrink: 0;
678
- height: 40px;
679
- }
680
-
681
- .emotion-3 {
682
- display: -webkit-box;
683
- display: -webkit-flex;
684
- display: -ms-flexbox;
685
- display: flex;
686
- white-space: nowrap;
687
- -webkit-flex-basis: auto;
688
- -ms-flex-preferred-size: auto;
689
- flex-basis: auto;
690
- -webkit-flex-shrink: 0;
691
- -ms-flex-negative: 0;
692
- flex-shrink: 0;
693
- }
694
-
695
- .emotion-3 > * {
696
- margin-left: 15px;
697
- }
698
-
699
- .emotion-2 {
700
- overflow: hidden;
701
- }
702
-
703
- .emotion-2:first-of-type {
704
- margin-left: 0;
705
- }
706
-
707
- .emotion-0 {
708
- white-space: normal;
709
- display: -webkit-inline-box;
710
- display: -webkit-inline-flex;
711
- display: -ms-inline-flexbox;
712
- display: inline-flex;
713
- overflow: hidden;
714
- vertical-align: top;
715
- -webkit-box-pack: center;
716
- -webkit-justify-content: center;
717
- -ms-flex-pack: center;
718
- justify-content: center;
719
- -webkit-align-items: center;
720
- -webkit-box-align: center;
721
- -ms-flex-align: center;
722
- align-items: center;
723
- text-align: center;
724
- -webkit-text-decoration: none;
725
- text-decoration: none;
726
- padding: 0 15px;
727
- text-transform: capitalize;
728
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
729
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
730
- height: 40px;
731
- line-height: 12px;
732
- cursor: pointer;
733
- background: transparent;
734
- border: 0 solid transparent;
735
- border-top: 3px solid transparent;
736
- border-bottom: 3px solid transparent;
737
- font-weight: bold;
738
- font-size: 13px;
739
- color: inherit;
740
- border-bottom-color: transparent;
741
- }
742
-
743
- .emotion-0:empty {
744
- display: none;
745
- }
746
-
747
- .emotion-0:focus {
748
- outline: 0 none;
749
- border-bottom-color: #1EA7FD;
750
- }
751
-
752
- .emotion-1 {
753
- white-space: normal;
754
- display: -webkit-inline-box;
755
- display: -webkit-inline-flex;
756
- display: -ms-inline-flexbox;
757
- display: inline-flex;
758
- overflow: hidden;
759
- vertical-align: top;
760
- -webkit-box-pack: center;
761
- -webkit-justify-content: center;
762
- -ms-flex-pack: center;
763
- justify-content: center;
764
- -webkit-align-items: center;
765
- -webkit-box-align: center;
766
- -ms-flex-align: center;
767
- align-items: center;
768
- text-align: center;
769
- -webkit-text-decoration: none;
770
- text-decoration: none;
771
- padding: 0 15px;
772
- text-transform: capitalize;
773
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
774
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
775
- height: 40px;
776
- line-height: 12px;
777
- cursor: pointer;
778
- background: transparent;
779
- border: 0 solid transparent;
780
- border-top: 3px solid transparent;
781
- border-bottom: 3px solid transparent;
782
- font-weight: bold;
783
- font-size: 13px;
784
- color: #1EA7FD;
785
- border-bottom-color: #1EA7FD;
786
- }
787
-
788
- .emotion-1:empty {
789
- display: none;
790
- }
791
-
792
- .emotion-1:focus {
793
- outline: 0 none;
794
- border-bottom-color: #1EA7FD;
795
- }
796
-
797
- .emotion-6 {
798
- display: block;
799
- }
800
-
801
- .emotion-7 {
802
- display: block;
803
- position: relative;
804
- font-size: 13px;
805
- }
806
-
807
- <div
808
- style="position:relative;height:calc(100vh - 20px);width:calc(100vw - 20px);margin:10px"
809
- >
810
- <div
811
- class="emotion-6"
812
- >
813
- <div
814
- class="emotion-5"
815
- data-simplebar="true"
816
- >
817
- <div
818
- class="simplebar-wrapper"
819
- >
820
- <div
821
- class="simplebar-height-auto-observer-wrapper"
822
- >
823
- <div
824
- class="simplebar-height-auto-observer"
825
- />
826
- </div>
827
- <div
828
- class="simplebar-mask"
829
- >
830
- <div
831
- class="simplebar-offset"
832
- >
833
- <div
834
- class="simplebar-content-wrapper"
835
- >
836
- <div
837
- class="simplebar-content"
838
- >
839
- <div
840
- class="emotion-4"
841
- >
842
- <div
843
- class="emotion-3"
844
- >
845
- <div
846
- class="emotion-2"
847
- role="tablist"
848
- >
849
- <button
850
- class="emotion-0"
851
- role="tab"
852
- type="button"
853
- >
854
- With a function
855
- </button>
856
- <button
857
- class="emotion-1"
858
- role="tab"
859
- type="button"
860
- >
861
- With markup
862
- </button>
863
- </div>
864
- </div>
865
- </div>
866
- </div>
867
- </div>
868
- </div>
869
- </div>
870
- <div
871
- class="simplebar-placeholder"
872
- />
873
- </div>
874
- <div
875
- class="simplebar-track simplebar-horizontal"
876
- >
877
- <div
878
- class="simplebar-scrollbar"
879
- />
880
- </div>
881
- <div
882
- class="simplebar-track simplebar-vertical"
883
- >
884
- <div
885
- class="simplebar-scrollbar"
886
- />
887
- </div>
888
- </div>
889
- <div
890
- class="emotion-7"
891
- >
892
- <div
893
- class="emotion-6"
894
- role="tabpanel"
895
- >
896
- <div>
897
- test2 is always active (but visually hidden)
898
- </div>
899
- </div>
900
- </div>
901
- </div>
902
- </div>
903
- `;
904
-
905
- exports[`Storyshots Basics|Tabs stateless - absolute 1`] = `
906
- .emotion-9 {
907
- overflow-y: hidden;
908
- overflow-x: auto;
909
- width: 100%;
910
- color: #999999;
911
- width: 100%;
912
- height: 40px;
913
- -webkit-flex-shrink: 0;
914
- -ms-flex-negative: 0;
915
- flex-shrink: 0;
916
- box-shadow: rgba(0,0,0,.1) 0 -1px 0 0 inset;
917
- background: #FFFFFF;
918
- }
919
-
920
- .emotion-8 {
921
- display: -webkit-box;
922
- display: -webkit-flex;
923
- display: -ms-flexbox;
924
- display: flex;
925
- -webkit-box-pack: justify;
926
- -webkit-justify-content: space-between;
927
- -ms-flex-pack: justify;
928
- justify-content: space-between;
929
- position: relative;
930
- -webkit-flex-wrap: nowrap;
931
- -ms-flex-wrap: nowrap;
932
- flex-wrap: nowrap;
933
- -webkit-flex-shrink: 0;
934
- -ms-flex-negative: 0;
935
- flex-shrink: 0;
936
- height: 40px;
937
- }
938
-
939
- .emotion-7 {
940
- display: -webkit-box;
941
- display: -webkit-flex;
942
- display: -ms-flexbox;
943
- display: flex;
944
- white-space: nowrap;
945
- -webkit-flex-basis: auto;
946
- -ms-flex-preferred-size: auto;
947
- flex-basis: auto;
948
- -webkit-flex-shrink: 0;
949
- -ms-flex-negative: 0;
950
- flex-shrink: 0;
951
- }
952
-
953
- .emotion-7 > * {
954
- margin-left: 15px;
955
- }
956
-
957
- .emotion-6 {
958
- overflow: hidden;
959
- }
960
-
961
- .emotion-6:first-of-type {
962
- margin-left: 0;
963
- }
964
-
965
- .emotion-0 {
966
- white-space: normal;
967
- display: -webkit-inline-box;
968
- display: -webkit-inline-flex;
969
- display: -ms-inline-flexbox;
970
- display: inline-flex;
971
- overflow: hidden;
972
- vertical-align: top;
973
- -webkit-box-pack: center;
974
- -webkit-justify-content: center;
975
- -ms-flex-pack: center;
976
- justify-content: center;
977
- -webkit-align-items: center;
978
- -webkit-box-align: center;
979
- -ms-flex-align: center;
980
- align-items: center;
981
- text-align: center;
982
- -webkit-text-decoration: none;
983
- text-decoration: none;
984
- padding: 0 15px;
985
- text-transform: capitalize;
986
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
987
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
988
- height: 40px;
989
- line-height: 12px;
990
- cursor: pointer;
991
- background: transparent;
992
- border: 0 solid transparent;
993
- border-top: 3px solid transparent;
994
- border-bottom: 3px solid transparent;
995
- font-weight: bold;
996
- font-size: 13px;
997
- color: inherit;
998
- border-bottom-color: transparent;
999
- }
1000
-
1001
- .emotion-0:empty {
1002
- display: none;
1003
- }
1004
-
1005
- .emotion-0:focus {
1006
- outline: 0 none;
1007
- border-bottom-color: #1EA7FD;
1008
- }
1009
-
1010
- .emotion-2 {
1011
- white-space: normal;
1012
- display: -webkit-inline-box;
1013
- display: -webkit-inline-flex;
1014
- display: -ms-inline-flexbox;
1015
- display: inline-flex;
1016
- overflow: hidden;
1017
- vertical-align: top;
1018
- -webkit-box-pack: center;
1019
- -webkit-justify-content: center;
1020
- -ms-flex-pack: center;
1021
- justify-content: center;
1022
- -webkit-align-items: center;
1023
- -webkit-box-align: center;
1024
- -ms-flex-align: center;
1025
- align-items: center;
1026
- text-align: center;
1027
- -webkit-text-decoration: none;
1028
- text-decoration: none;
1029
- padding: 0 15px;
1030
- text-transform: capitalize;
1031
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
1032
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
1033
- height: 40px;
1034
- line-height: 12px;
1035
- cursor: pointer;
1036
- background: transparent;
1037
- border: 0 solid transparent;
1038
- border-top: 3px solid transparent;
1039
- border-bottom: 3px solid transparent;
1040
- font-weight: bold;
1041
- font-size: 13px;
1042
- color: #1EA7FD;
1043
- border-bottom-color: #1EA7FD;
1044
- }
1045
-
1046
- .emotion-2:empty {
1047
- display: none;
1048
- }
1049
-
1050
- .emotion-2:focus {
1051
- outline: 0 none;
1052
- border-bottom-color: #1EA7FD;
1053
- }
1054
-
1055
- .emotion-11 {
1056
- display: block;
1057
- position: relative;
1058
- font-size: 13px;
1059
- height: calc(100% - 40px);
1060
- position: absolute;
1061
- left: 0;
1062
- right: 0;
1063
- bottom: 0;
1064
- top: 40px;
1065
- overflow: auto;
1066
- }
1067
-
1068
- .emotion-11 > *:first-child {
1069
- position: absolute;
1070
- left: 0;
1071
- right: 0;
1072
- bottom: 0;
1073
- top: 0;
1074
- height: 100%;
1075
- overflow: auto;
1076
- }
1077
-
1078
- .emotion-10 {
1079
- display: none;
1080
- }
1081
-
1082
- .emotion-12 {
1083
- background-clip: padding-box;
1084
- border: 1px solid rgba(0,0,0,.1);
1085
- border-radius: 4px;
1086
- overflow: hidden;
1087
- width: 100%;
1088
- height: 100%;
1089
- box-sizing: border-box;
1090
- display: -webkit-box;
1091
- display: -webkit-flex;
1092
- display: -ms-flexbox;
1093
- display: flex;
1094
- -webkit-flex-direction: column;
1095
- -ms-flex-direction: column;
1096
- flex-direction: column;
1097
- }
1098
-
1099
- <div
1100
- style="position:relative;height:calc(100vh - 20px);width:calc(100vw - 20px);margin:10px"
1101
- >
1102
- <div
1103
- class="emotion-12"
1104
- >
1105
- <div
1106
- class="emotion-9"
1107
- data-simplebar="true"
1108
- >
1109
- <div
1110
- class="simplebar-wrapper"
1111
- >
1112
- <div
1113
- class="simplebar-height-auto-observer-wrapper"
1114
- >
1115
- <div
1116
- class="simplebar-height-auto-observer"
1117
- />
1118
- </div>
1119
- <div
1120
- class="simplebar-mask"
1121
- >
1122
- <div
1123
- class="simplebar-offset"
1124
- >
1125
- <div
1126
- class="simplebar-content-wrapper"
1127
- >
1128
- <div
1129
- class="simplebar-content"
1130
- >
1131
- <div
1132
- class="emotion-8"
1133
- >
1134
- <div
1135
- class="emotion-7"
1136
- >
1137
- <div
1138
- class="emotion-6"
1139
- role="tablist"
1140
- >
1141
- <button
1142
- class="emotion-0"
1143
- role="tab"
1144
- type="button"
1145
- >
1146
- Tab title #1
1147
- </button>
1148
- <button
1149
- class="emotion-0"
1150
- role="tab"
1151
- type="button"
1152
- >
1153
- Tab title #2
1154
- </button>
1155
- <button
1156
- class="emotion-2"
1157
- role="tab"
1158
- type="button"
1159
- >
1160
- Tab with scroll!
1161
- </button>
1162
- <button
1163
- class="emotion-0"
1164
- role="tab"
1165
- type="button"
1166
- >
1167
- Tab title #4
1168
- </button>
1169
- <button
1170
- class="emotion-0"
1171
- role="tab"
1172
- type="button"
1173
- >
1174
- Tab title #5
1175
- </button>
1176
- <button
1177
- class="emotion-0"
1178
- role="tab"
1179
- type="button"
1180
- >
1181
- Tab title #6
1182
- </button>
1183
- </div>
1184
- </div>
1185
- </div>
1186
- </div>
1187
- </div>
1188
- </div>
1189
- </div>
1190
- <div
1191
- class="simplebar-placeholder"
1192
- />
1193
- </div>
1194
- <div
1195
- class="simplebar-track simplebar-horizontal"
1196
- >
1197
- <div
1198
- class="simplebar-scrollbar"
1199
- />
1200
- </div>
1201
- <div
1202
- class="simplebar-track simplebar-vertical"
1203
- >
1204
- <div
1205
- class="simplebar-scrollbar"
1206
- />
1207
- </div>
1208
- </div>
1209
- <div
1210
- class="emotion-11"
1211
- >
1212
- <div
1213
- id="test2"
1214
- style="background:hotpink;min-height:100%;display:none"
1215
- >
1216
- CONTENT 2
1217
- </div>
1218
- <div
1219
- id="test3"
1220
- >
1221
- <div
1222
- style="background:#000000;height:30.8px"
1223
- />
1224
- <div
1225
- style="background:#111111;height:31.3px"
1226
- />
1227
- <div
1228
- style="background:#222222;height:32.1px"
1229
- />
1230
- <div
1231
- style="background:#333333;height:33.4px"
1232
- />
1233
- <div
1234
- style="background:#444444;height:35.5px"
1235
- />
1236
- <div
1237
- style="background:#555555;height:38.9px"
1238
- />
1239
- <div
1240
- style="background:#666666;height:44.4px"
1241
- />
1242
- <div
1243
- style="background:#777777;height:53.3px"
1244
- />
1245
- <div
1246
- style="background:#888888;height:67.7px"
1247
- />
1248
- <div
1249
- style="background:#999999;height:91px"
1250
- />
1251
- <div
1252
- style="background:#aaaaaa;height:128.7px"
1253
- />
1254
- <div
1255
- style="background:#bbbbbb;height:189.7px"
1256
- />
1257
- <div
1258
- style="background:#cccccc;height:288.4px"
1259
- />
1260
- <div
1261
- style="background:#dddddd;height:448.1px"
1262
- />
1263
- <div
1264
- style="background:#eeeeee;height:706.5px"
1265
- />
1266
- </div>
1267
- <div
1268
- class="emotion-10"
1269
- >
1270
- <div>
1271
- CONTENT 6
1272
- </div>
1273
- </div>
1274
- </div>
1275
- </div>
1276
- </div>
1277
- `;
1278
-
1279
- exports[`Storyshots Basics|Tabs stateless - bordered 1`] = `
1280
- .emotion-9 {
1281
- overflow-y: hidden;
1282
- overflow-x: auto;
1283
- width: 100%;
1284
- color: #999999;
1285
- width: 100%;
1286
- height: 40px;
1287
- -webkit-flex-shrink: 0;
1288
- -ms-flex-negative: 0;
1289
- flex-shrink: 0;
1290
- box-shadow: rgba(0,0,0,.1) 0 -1px 0 0 inset;
1291
- background: #FFFFFF;
1292
- }
1293
-
1294
- .emotion-8 {
1295
- display: -webkit-box;
1296
- display: -webkit-flex;
1297
- display: -ms-flexbox;
1298
- display: flex;
1299
- -webkit-box-pack: justify;
1300
- -webkit-justify-content: space-between;
1301
- -ms-flex-pack: justify;
1302
- justify-content: space-between;
1303
- position: relative;
1304
- -webkit-flex-wrap: nowrap;
1305
- -ms-flex-wrap: nowrap;
1306
- flex-wrap: nowrap;
1307
- -webkit-flex-shrink: 0;
1308
- -ms-flex-negative: 0;
1309
- flex-shrink: 0;
1310
- height: 40px;
1311
- }
1312
-
1313
- .emotion-7 {
1314
- display: -webkit-box;
1315
- display: -webkit-flex;
1316
- display: -ms-flexbox;
1317
- display: flex;
1318
- white-space: nowrap;
1319
- -webkit-flex-basis: auto;
1320
- -ms-flex-preferred-size: auto;
1321
- flex-basis: auto;
1322
- -webkit-flex-shrink: 0;
1323
- -ms-flex-negative: 0;
1324
- flex-shrink: 0;
1325
- }
1326
-
1327
- .emotion-7 > * {
1328
- margin-left: 15px;
1329
- }
1330
-
1331
- .emotion-6 {
1332
- overflow: hidden;
1333
- }
1334
-
1335
- .emotion-6:first-of-type {
1336
- margin-left: 0;
1337
- }
1338
-
1339
- .emotion-0 {
1340
- white-space: normal;
1341
- display: -webkit-inline-box;
1342
- display: -webkit-inline-flex;
1343
- display: -ms-inline-flexbox;
1344
- display: inline-flex;
1345
- overflow: hidden;
1346
- vertical-align: top;
1347
- -webkit-box-pack: center;
1348
- -webkit-justify-content: center;
1349
- -ms-flex-pack: center;
1350
- justify-content: center;
1351
- -webkit-align-items: center;
1352
- -webkit-box-align: center;
1353
- -ms-flex-align: center;
1354
- align-items: center;
1355
- text-align: center;
1356
- -webkit-text-decoration: none;
1357
- text-decoration: none;
1358
- padding: 0 15px;
1359
- text-transform: capitalize;
1360
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
1361
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
1362
- height: 40px;
1363
- line-height: 12px;
1364
- cursor: pointer;
1365
- background: transparent;
1366
- border: 0 solid transparent;
1367
- border-top: 3px solid transparent;
1368
- border-bottom: 3px solid transparent;
1369
- font-weight: bold;
1370
- font-size: 13px;
1371
- color: inherit;
1372
- border-bottom-color: transparent;
1373
- }
1374
-
1375
- .emotion-0:empty {
1376
- display: none;
1377
- }
1378
-
1379
- .emotion-0:focus {
1380
- outline: 0 none;
1381
- border-bottom-color: #1EA7FD;
1382
- }
1383
-
1384
- .emotion-2 {
1385
- white-space: normal;
1386
- display: -webkit-inline-box;
1387
- display: -webkit-inline-flex;
1388
- display: -ms-inline-flexbox;
1389
- display: inline-flex;
1390
- overflow: hidden;
1391
- vertical-align: top;
1392
- -webkit-box-pack: center;
1393
- -webkit-justify-content: center;
1394
- -ms-flex-pack: center;
1395
- justify-content: center;
1396
- -webkit-align-items: center;
1397
- -webkit-box-align: center;
1398
- -ms-flex-align: center;
1399
- align-items: center;
1400
- text-align: center;
1401
- -webkit-text-decoration: none;
1402
- text-decoration: none;
1403
- padding: 0 15px;
1404
- text-transform: capitalize;
1405
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
1406
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
1407
- height: 40px;
1408
- line-height: 12px;
1409
- cursor: pointer;
1410
- background: transparent;
1411
- border: 0 solid transparent;
1412
- border-top: 3px solid transparent;
1413
- border-bottom: 3px solid transparent;
1414
- font-weight: bold;
1415
- font-size: 13px;
1416
- color: #1EA7FD;
1417
- border-bottom-color: #1EA7FD;
1418
- }
1419
-
1420
- .emotion-2:empty {
1421
- display: none;
1422
- }
1423
-
1424
- .emotion-2:focus {
1425
- outline: 0 none;
1426
- border-bottom-color: #1EA7FD;
1427
- }
1428
-
1429
- .emotion-11 {
1430
- display: block;
1431
- position: relative;
1432
- font-size: 13px;
1433
- }
1434
-
1435
- .emotion-10 {
1436
- display: none;
1437
- }
1438
-
1439
- .emotion-12 {
1440
- background-clip: padding-box;
1441
- border: 1px solid rgba(0,0,0,.1);
1442
- border-radius: 4px;
1443
- overflow: hidden;
1444
- display: block;
1445
- }
1446
-
1447
- <div
1448
- style="position:relative;height:calc(100vh - 20px);width:calc(100vw - 20px);margin:10px"
1449
- >
1450
- <div
1451
- class="emotion-12"
1452
- >
1453
- <div
1454
- class="emotion-9"
1455
- data-simplebar="true"
1456
- >
1457
- <div
1458
- class="simplebar-wrapper"
1459
- >
1460
- <div
1461
- class="simplebar-height-auto-observer-wrapper"
1462
- >
1463
- <div
1464
- class="simplebar-height-auto-observer"
1465
- />
1466
- </div>
1467
- <div
1468
- class="simplebar-mask"
1469
- >
1470
- <div
1471
- class="simplebar-offset"
1472
- >
1473
- <div
1474
- class="simplebar-content-wrapper"
1475
- >
1476
- <div
1477
- class="simplebar-content"
1478
- >
1479
- <div
1480
- class="emotion-8"
1481
- >
1482
- <div
1483
- class="emotion-7"
1484
- >
1485
- <div
1486
- class="emotion-6"
1487
- role="tablist"
1488
- >
1489
- <button
1490
- class="emotion-0"
1491
- role="tab"
1492
- type="button"
1493
- >
1494
- Tab title #1
1495
- </button>
1496
- <button
1497
- class="emotion-0"
1498
- role="tab"
1499
- type="button"
1500
- >
1501
- Tab title #2
1502
- </button>
1503
- <button
1504
- class="emotion-2"
1505
- role="tab"
1506
- type="button"
1507
- >
1508
- Tab with scroll!
1509
- </button>
1510
- <button
1511
- class="emotion-0"
1512
- role="tab"
1513
- type="button"
1514
- >
1515
- Tab title #4
1516
- </button>
1517
- <button
1518
- class="emotion-0"
1519
- role="tab"
1520
- type="button"
1521
- >
1522
- Tab title #5
1523
- </button>
1524
- <button
1525
- class="emotion-0"
1526
- role="tab"
1527
- type="button"
1528
- >
1529
- Tab title #6
1530
- </button>
1531
- </div>
1532
- </div>
1533
- </div>
1534
- </div>
1535
- </div>
1536
- </div>
1537
- </div>
1538
- <div
1539
- class="simplebar-placeholder"
1540
- />
1541
- </div>
1542
- <div
1543
- class="simplebar-track simplebar-horizontal"
1544
- >
1545
- <div
1546
- class="simplebar-scrollbar"
1547
- />
1548
- </div>
1549
- <div
1550
- class="simplebar-track simplebar-vertical"
1551
- >
1552
- <div
1553
- class="simplebar-scrollbar"
1554
- />
1555
- </div>
1556
- </div>
1557
- <div
1558
- class="emotion-11"
1559
- >
1560
- <div
1561
- id="test2"
1562
- style="background:hotpink;min-height:100%;display:none"
1563
- >
1564
- CONTENT 2
1565
- </div>
1566
- <div
1567
- id="test3"
1568
- >
1569
- <div
1570
- style="background:#000000;height:30.8px"
1571
- />
1572
- <div
1573
- style="background:#111111;height:31.3px"
1574
- />
1575
- <div
1576
- style="background:#222222;height:32.1px"
1577
- />
1578
- <div
1579
- style="background:#333333;height:33.4px"
1580
- />
1581
- <div
1582
- style="background:#444444;height:35.5px"
1583
- />
1584
- <div
1585
- style="background:#555555;height:38.9px"
1586
- />
1587
- <div
1588
- style="background:#666666;height:44.4px"
1589
- />
1590
- <div
1591
- style="background:#777777;height:53.3px"
1592
- />
1593
- <div
1594
- style="background:#888888;height:67.7px"
1595
- />
1596
- <div
1597
- style="background:#999999;height:91px"
1598
- />
1599
- <div
1600
- style="background:#aaaaaa;height:128.7px"
1601
- />
1602
- <div
1603
- style="background:#bbbbbb;height:189.7px"
1604
- />
1605
- <div
1606
- style="background:#cccccc;height:288.4px"
1607
- />
1608
- <div
1609
- style="background:#dddddd;height:448.1px"
1610
- />
1611
- <div
1612
- style="background:#eeeeee;height:706.5px"
1613
- />
1614
- </div>
1615
- <div
1616
- class="emotion-10"
1617
- >
1618
- <div>
1619
- CONTENT 6
1620
- </div>
1621
- </div>
1622
- </div>
1623
- </div>
1624
- </div>
1625
- `;
1626
-
1627
- exports[`Storyshots Basics|Tabs stateless - empty 1`] = `
1628
- .emotion-1 {
1629
- padding: 30px;
1630
- text-align: center;
1631
- color: #333333;
1632
- font-size: 13px;
1633
- }
1634
-
1635
- .emotion-0 {
1636
- font-weight: 700;
1637
- }
1638
-
1639
- <div
1640
- style="position:relative;height:calc(100vh - 20px);width:calc(100vw - 20px);margin:10px"
1641
- >
1642
- <div
1643
- class="emotion-1"
1644
- >
1645
- <div
1646
- class="emotion-0"
1647
- >
1648
- Nothing found
1649
- </div>
1650
- </div>
1651
- </div>
1652
- `;
1653
-
1654
- exports[`Storyshots Basics|Tabs stateless - with tools 1`] = `
1655
- .emotion-10 {
1656
- overflow-y: hidden;
1657
- overflow-x: auto;
1658
- width: 100%;
1659
- color: #999999;
1660
- width: 100%;
1661
- height: 40px;
1662
- -webkit-flex-shrink: 0;
1663
- -ms-flex-negative: 0;
1664
- flex-shrink: 0;
1665
- box-shadow: rgba(0,0,0,.1) 0 -1px 0 0 inset;
1666
- background: #FFFFFF;
1667
- }
1668
-
1669
- .emotion-9 {
1670
- display: -webkit-box;
1671
- display: -webkit-flex;
1672
- display: -ms-flexbox;
1673
- display: flex;
1674
- -webkit-box-pack: justify;
1675
- -webkit-justify-content: space-between;
1676
- -ms-flex-pack: justify;
1677
- justify-content: space-between;
1678
- position: relative;
1679
- -webkit-flex-wrap: nowrap;
1680
- -ms-flex-wrap: nowrap;
1681
- flex-wrap: nowrap;
1682
- -webkit-flex-shrink: 0;
1683
- -ms-flex-negative: 0;
1684
- flex-shrink: 0;
1685
- height: 40px;
1686
- }
1687
-
1688
- .emotion-7 {
1689
- display: -webkit-box;
1690
- display: -webkit-flex;
1691
- display: -ms-flexbox;
1692
- display: flex;
1693
- white-space: nowrap;
1694
- -webkit-flex-basis: auto;
1695
- -ms-flex-preferred-size: auto;
1696
- flex-basis: auto;
1697
- -webkit-flex-shrink: 0;
1698
- -ms-flex-negative: 0;
1699
- flex-shrink: 0;
1700
- }
1701
-
1702
- .emotion-7 > * {
1703
- margin-left: 15px;
1704
- }
1705
-
1706
- .emotion-6 {
1707
- overflow: hidden;
1708
- }
1709
-
1710
- .emotion-6:first-of-type {
1711
- margin-left: 0;
1712
- }
1713
-
1714
- .emotion-0 {
1715
- white-space: normal;
1716
- display: -webkit-inline-box;
1717
- display: -webkit-inline-flex;
1718
- display: -ms-inline-flexbox;
1719
- display: inline-flex;
1720
- overflow: hidden;
1721
- vertical-align: top;
1722
- -webkit-box-pack: center;
1723
- -webkit-justify-content: center;
1724
- -ms-flex-pack: center;
1725
- justify-content: center;
1726
- -webkit-align-items: center;
1727
- -webkit-box-align: center;
1728
- -ms-flex-align: center;
1729
- align-items: center;
1730
- text-align: center;
1731
- -webkit-text-decoration: none;
1732
- text-decoration: none;
1733
- padding: 0 15px;
1734
- text-transform: capitalize;
1735
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
1736
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
1737
- height: 40px;
1738
- line-height: 12px;
1739
- cursor: pointer;
1740
- background: transparent;
1741
- border: 0 solid transparent;
1742
- border-top: 3px solid transparent;
1743
- border-bottom: 3px solid transparent;
1744
- font-weight: bold;
1745
- font-size: 13px;
1746
- color: inherit;
1747
- border-bottom-color: transparent;
1748
- }
1749
-
1750
- .emotion-0:empty {
1751
- display: none;
1752
- }
1753
-
1754
- .emotion-0:focus {
1755
- outline: 0 none;
1756
- border-bottom-color: #1EA7FD;
1757
- }
1758
-
1759
- .emotion-2 {
1760
- white-space: normal;
1761
- display: -webkit-inline-box;
1762
- display: -webkit-inline-flex;
1763
- display: -ms-inline-flexbox;
1764
- display: inline-flex;
1765
- overflow: hidden;
1766
- vertical-align: top;
1767
- -webkit-box-pack: center;
1768
- -webkit-justify-content: center;
1769
- -ms-flex-pack: center;
1770
- justify-content: center;
1771
- -webkit-align-items: center;
1772
- -webkit-box-align: center;
1773
- -ms-flex-align: center;
1774
- align-items: center;
1775
- text-align: center;
1776
- -webkit-text-decoration: none;
1777
- text-decoration: none;
1778
- padding: 0 15px;
1779
- text-transform: capitalize;
1780
- -webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
1781
- transition: color 0.2s linear,border-bottom-color 0.2s linear;
1782
- height: 40px;
1783
- line-height: 12px;
1784
- cursor: pointer;
1785
- background: transparent;
1786
- border: 0 solid transparent;
1787
- border-top: 3px solid transparent;
1788
- border-bottom: 3px solid transparent;
1789
- font-weight: bold;
1790
- font-size: 13px;
1791
- color: #1EA7FD;
1792
- border-bottom-color: #1EA7FD;
1793
- }
1794
-
1795
- .emotion-2:empty {
1796
- display: none;
1797
- }
1798
-
1799
- .emotion-2:focus {
1800
- outline: 0 none;
1801
- border-bottom-color: #1EA7FD;
1802
- }
1803
-
1804
- .emotion-8 {
1805
- display: -webkit-box;
1806
- display: -webkit-flex;
1807
- display: -ms-flexbox;
1808
- display: flex;
1809
- white-space: nowrap;
1810
- -webkit-flex-basis: auto;
1811
- -ms-flex-preferred-size: auto;
1812
- flex-basis: auto;
1813
- -webkit-flex-shrink: 0;
1814
- -ms-flex-negative: 0;
1815
- flex-shrink: 0;
1816
- margin-left: 30px;
1817
- }
1818
-
1819
- .emotion-8 > * {
1820
- margin-right: 15px;
1821
- }
1822
-
1823
- .emotion-13 {
1824
- display: block;
1825
- }
1826
-
1827
- .emotion-12 {
1828
- display: block;
1829
- position: relative;
1830
- font-size: 13px;
1831
- }
1832
-
1833
- .emotion-11 {
1834
- display: none;
1835
- }
1836
-
1837
- <div
1838
- style="position:relative;height:calc(100vh - 20px);width:calc(100vw - 20px);margin:10px"
1839
- >
1840
- <div
1841
- class="emotion-13"
1842
- >
1843
- <div
1844
- class="emotion-10"
1845
- data-simplebar="true"
1846
- >
1847
- <div
1848
- class="simplebar-wrapper"
1849
- >
1850
- <div
1851
- class="simplebar-height-auto-observer-wrapper"
1852
- >
1853
- <div
1854
- class="simplebar-height-auto-observer"
1855
- />
1856
- </div>
1857
- <div
1858
- class="simplebar-mask"
1859
- >
1860
- <div
1861
- class="simplebar-offset"
1862
- >
1863
- <div
1864
- class="simplebar-content-wrapper"
1865
- >
1866
- <div
1867
- class="simplebar-content"
1868
- >
1869
- <div
1870
- class="emotion-9"
1871
- >
1872
- <div
1873
- class="emotion-7"
1874
- >
1875
- <div
1876
- class="emotion-6"
1877
- role="tablist"
1878
- >
1879
- <button
1880
- class="emotion-0"
1881
- role="tab"
1882
- type="button"
1883
- >
1884
- Tab title #1
1885
- </button>
1886
- <button
1887
- class="emotion-0"
1888
- role="tab"
1889
- type="button"
1890
- >
1891
- Tab title #2
1892
- </button>
1893
- <button
1894
- class="emotion-2"
1895
- role="tab"
1896
- type="button"
1897
- >
1898
- Tab with scroll!
1899
- </button>
1900
- <button
1901
- class="emotion-0"
1902
- role="tab"
1903
- type="button"
1904
- >
1905
- Tab title #4
1906
- </button>
1907
- <button
1908
- class="emotion-0"
1909
- role="tab"
1910
- type="button"
1911
- >
1912
- Tab title #5
1913
- </button>
1914
- <button
1915
- class="emotion-0"
1916
- role="tab"
1917
- type="button"
1918
- >
1919
- Tab title #6
1920
- </button>
1921
- </div>
1922
- </div>
1923
- <div
1924
- class="emotion-8"
1925
- >
1926
- <button
1927
- type="button"
1928
- >
1929
- 1
1930
- </button>
1931
- <button
1932
- type="button"
1933
- >
1934
- 2
1935
- </button>
1936
- </div>
1937
- </div>
1938
- </div>
1939
- </div>
1940
- </div>
1941
- </div>
1942
- <div
1943
- class="simplebar-placeholder"
1944
- />
1945
- </div>
1946
- <div
1947
- class="simplebar-track simplebar-horizontal"
1948
- >
1949
- <div
1950
- class="simplebar-scrollbar"
1951
- />
1952
- </div>
1953
- <div
1954
- class="simplebar-track simplebar-vertical"
1955
- >
1956
- <div
1957
- class="simplebar-scrollbar"
1958
- />
1959
- </div>
1960
- </div>
1961
- <div
1962
- class="emotion-12"
1963
- >
1964
- <div
1965
- id="test2"
1966
- style="background:hotpink;min-height:100%;display:none"
1967
- >
1968
- CONTENT 2
1969
- </div>
1970
- <div
1971
- id="test3"
1972
- >
1973
- <div
1974
- style="background:#000000;height:30.8px"
1975
- />
1976
- <div
1977
- style="background:#111111;height:31.3px"
1978
- />
1979
- <div
1980
- style="background:#222222;height:32.1px"
1981
- />
1982
- <div
1983
- style="background:#333333;height:33.4px"
1984
- />
1985
- <div
1986
- style="background:#444444;height:35.5px"
1987
- />
1988
- <div
1989
- style="background:#555555;height:38.9px"
1990
- />
1991
- <div
1992
- style="background:#666666;height:44.4px"
1993
- />
1994
- <div
1995
- style="background:#777777;height:53.3px"
1996
- />
1997
- <div
1998
- style="background:#888888;height:67.7px"
1999
- />
2000
- <div
2001
- style="background:#999999;height:91px"
2002
- />
2003
- <div
2004
- style="background:#aaaaaa;height:128.7px"
2005
- />
2006
- <div
2007
- style="background:#bbbbbb;height:189.7px"
2008
- />
2009
- <div
2010
- style="background:#cccccc;height:288.4px"
2011
- />
2012
- <div
2013
- style="background:#dddddd;height:448.1px"
2014
- />
2015
- <div
2016
- style="background:#eeeeee;height:706.5px"
2017
- />
2018
- </div>
2019
- <div
2020
- class="emotion-11"
2021
- >
2022
- <div>
2023
- CONTENT 6
2024
- </div>
2025
- </div>
2026
- </div>
2027
- </div>
2028
- </div>
2029
- `;