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