@storybook/components 5.1.7 → 5.1.11

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,1028 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Storyshots Basics|Button all buttons 1`] = `
4
- .emotion-4 {
5
- shape-rendering: inherit;
6
- -webkit-transform: translate3d(0,0,0);
7
- -ms-transform: translate3d(0,0,0);
8
- transform: translate3d(0,0,0);
9
- display: block;
10
- }
11
-
12
- .emotion-3 {
13
- fill: currentColor;
14
- }
15
-
16
- .emotion-0 {
17
- border: 0;
18
- border-radius: 3em;
19
- cursor: pointer;
20
- display: inline-block;
21
- overflow: hidden;
22
- padding: 10px 16px;
23
- position: relative;
24
- text-align: center;
25
- -webkit-text-decoration: none;
26
- text-decoration: none;
27
- -webkit-transition: all 150ms ease-out;
28
- transition: all 150ms ease-out;
29
- -webkit-transform: translate3d(0,0,0);
30
- -ms-transform: translate3d(0,0,0);
31
- transform: translate3d(0,0,0);
32
- vertical-align: top;
33
- white-space: nowrap;
34
- -webkit-user-select: none;
35
- -moz-user-select: none;
36
- -ms-user-select: none;
37
- user-select: none;
38
- opacity: 1;
39
- margin: 0;
40
- background: transparent;
41
- font-size: 12px;
42
- font-weight: 700;
43
- line-height: 1;
44
- background: #fafafa;
45
- color: #333333;
46
- box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset;
47
- border-radius: 4px;
48
- display: inline;
49
- -webkit-user-select: none;
50
- -moz-user-select: none;
51
- -ms-user-select: none;
52
- user-select: none;
53
- overflow: visible;
54
- z-index: 2;
55
- }
56
-
57
- .emotion-0 svg {
58
- display: inline-block;
59
- height: 14px;
60
- width: 14px;
61
- vertical-align: top;
62
- margin-right: 4px;
63
- margin-top: -1px;
64
- margin-bottom: -1px;
65
- pointer-events: none;
66
- }
67
-
68
- .emotion-0 svg path {
69
- fill: currentColor;
70
- }
71
-
72
- .emotion-0:hover {
73
- background: #f2f2f2;
74
- }
75
-
76
- .emotion-0:active {
77
- background: #FFFFFF;
78
- }
79
-
80
- .emotion-0:focus {
81
- box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset;
82
- }
83
-
84
- .emotion-0:hover {
85
- -webkit-transform: none;
86
- -ms-transform: none;
87
- transform: none;
88
- }
89
-
90
- .emotion-1 {
91
- border: 0;
92
- border-radius: 3em;
93
- cursor: pointer;
94
- display: inline-block;
95
- overflow: hidden;
96
- padding: 13px 20px;
97
- position: relative;
98
- text-align: center;
99
- -webkit-text-decoration: none;
100
- text-decoration: none;
101
- -webkit-transition: all 150ms ease-out;
102
- transition: all 150ms ease-out;
103
- -webkit-transform: translate3d(0,0,0);
104
- -ms-transform: translate3d(0,0,0);
105
- transform: translate3d(0,0,0);
106
- vertical-align: top;
107
- white-space: nowrap;
108
- -webkit-user-select: none;
109
- -moz-user-select: none;
110
- -ms-user-select: none;
111
- user-select: none;
112
- opacity: 1;
113
- margin: 0;
114
- background: transparent;
115
- font-size: 13px;
116
- font-weight: 700;
117
- line-height: 1;
118
- background: #FF4785;
119
- color: #FFFFFF;
120
- }
121
-
122
- .emotion-1 svg {
123
- display: inline-block;
124
- height: 16px;
125
- width: 16px;
126
- vertical-align: top;
127
- margin-right: 6px;
128
- margin-top: -2px;
129
- margin-bottom: -2px;
130
- pointer-events: none;
131
- }
132
-
133
- .emotion-1 svg path {
134
- fill: currentColor;
135
- }
136
-
137
- .emotion-1:hover {
138
- background: #ff2d74;
139
- }
140
-
141
- .emotion-1:active {
142
- box-shadow: rgba(0,0,0,0.1) 0 0 0 3em inset;
143
- }
144
-
145
- .emotion-1:focus {
146
- box-shadow: rgba(255,71,133,0.4) 0 1px 9px 2px;
147
- }
148
-
149
- .emotion-1:focus:hover {
150
- box-shadow: rgba(255,71,133,0.2) 0 8px 18px 0px;
151
- }
152
-
153
- .emotion-2 {
154
- border: 0;
155
- border-radius: 3em;
156
- cursor: pointer;
157
- display: inline-block;
158
- overflow: hidden;
159
- padding: 13px 20px;
160
- position: relative;
161
- text-align: center;
162
- -webkit-text-decoration: none;
163
- text-decoration: none;
164
- -webkit-transition: all 150ms ease-out;
165
- transition: all 150ms ease-out;
166
- -webkit-transform: translate3d(0,0,0);
167
- -ms-transform: translate3d(0,0,0);
168
- transform: translate3d(0,0,0);
169
- vertical-align: top;
170
- white-space: nowrap;
171
- -webkit-user-select: none;
172
- -moz-user-select: none;
173
- -ms-user-select: none;
174
- user-select: none;
175
- opacity: 1;
176
- margin: 0;
177
- background: transparent;
178
- font-size: 13px;
179
- font-weight: 700;
180
- line-height: 1;
181
- background: #1EA7FD;
182
- color: #FFFFFF;
183
- }
184
-
185
- .emotion-2 svg {
186
- display: inline-block;
187
- height: 16px;
188
- width: 16px;
189
- vertical-align: top;
190
- margin-right: 6px;
191
- margin-top: -2px;
192
- margin-bottom: -2px;
193
- pointer-events: none;
194
- }
195
-
196
- .emotion-2 svg path {
197
- fill: currentColor;
198
- }
199
-
200
- .emotion-2:hover {
201
- background: #059dfd;
202
- }
203
-
204
- .emotion-2:active {
205
- box-shadow: rgba(0,0,0,0.1) 0 0 0 3em inset;
206
- }
207
-
208
- .emotion-2:focus {
209
- box-shadow: rgba(30,167,253,0.4) 0 1px 9px 2px;
210
- }
211
-
212
- .emotion-2:focus:hover {
213
- box-shadow: rgba(30,167,253,0.2) 0 8px 18px 0px;
214
- }
215
-
216
- .emotion-5 {
217
- border: 0;
218
- border-radius: 3em;
219
- cursor: pointer;
220
- display: inline-block;
221
- overflow: hidden;
222
- padding: 13px 20px;
223
- position: relative;
224
- text-align: center;
225
- -webkit-text-decoration: none;
226
- text-decoration: none;
227
- -webkit-transition: all 150ms ease-out;
228
- transition: all 150ms ease-out;
229
- -webkit-transform: translate3d(0,0,0);
230
- -ms-transform: translate3d(0,0,0);
231
- transform: translate3d(0,0,0);
232
- vertical-align: top;
233
- white-space: nowrap;
234
- -webkit-user-select: none;
235
- -moz-user-select: none;
236
- -ms-user-select: none;
237
- user-select: none;
238
- opacity: 1;
239
- margin: 0;
240
- background: transparent;
241
- font-size: 13px;
242
- font-weight: 700;
243
- line-height: 1;
244
- padding: 12px;
245
- box-shadow: rgba(51,51,51,0.2) 0 0 0 1px inset;
246
- color: rgba(51,51,51,0.7);
247
- background: transparent;
248
- }
249
-
250
- .emotion-5 svg {
251
- display: inline-block;
252
- height: 16px;
253
- width: 16px;
254
- vertical-align: top;
255
- margin-right: 6px;
256
- margin-top: -2px;
257
- margin-bottom: -2px;
258
- pointer-events: none;
259
- }
260
-
261
- .emotion-5 svg path {
262
- fill: currentColor;
263
- }
264
-
265
- .emotion-5 svg {
266
- display: block;
267
- margin: 0;
268
- }
269
-
270
- .emotion-5:hover {
271
- box-shadow: rgba(51,51,51,0.5) 0 0 0 1px inset;
272
- }
273
-
274
- .emotion-5:active {
275
- box-shadow: rgba(51,51,51,0.5) 0 0 0 2px inset;
276
- color: #333;
277
- }
278
-
279
- .emotion-6 {
280
- border: 0;
281
- border-radius: 3em;
282
- cursor: pointer;
283
- display: inline-block;
284
- overflow: hidden;
285
- padding: 13px 20px;
286
- position: relative;
287
- text-align: center;
288
- -webkit-text-decoration: none;
289
- text-decoration: none;
290
- -webkit-transition: all 150ms ease-out;
291
- transition: all 150ms ease-out;
292
- -webkit-transform: translate3d(0,0,0);
293
- -ms-transform: translate3d(0,0,0);
294
- transform: translate3d(0,0,0);
295
- vertical-align: top;
296
- white-space: nowrap;
297
- -webkit-user-select: none;
298
- -moz-user-select: none;
299
- -ms-user-select: none;
300
- user-select: none;
301
- opacity: 1;
302
- margin: 0;
303
- background: transparent;
304
- font-size: 13px;
305
- font-weight: 700;
306
- line-height: 1;
307
- box-shadow: rgba(51,51,51,0.2) 0 0 0 1px inset;
308
- color: rgba(51,51,51,0.7);
309
- background: transparent;
310
- }
311
-
312
- .emotion-6 svg {
313
- display: inline-block;
314
- height: 16px;
315
- width: 16px;
316
- vertical-align: top;
317
- margin-right: 6px;
318
- margin-top: -2px;
319
- margin-bottom: -2px;
320
- pointer-events: none;
321
- }
322
-
323
- .emotion-6 svg path {
324
- fill: currentColor;
325
- }
326
-
327
- .emotion-6:hover {
328
- box-shadow: rgba(51,51,51,0.5) 0 0 0 1px inset;
329
- }
330
-
331
- .emotion-6:active {
332
- box-shadow: rgba(51,51,51,0.5) 0 0 0 2px inset;
333
- color: #333;
334
- }
335
-
336
- .emotion-7 {
337
- border: 0;
338
- border-radius: 3em;
339
- cursor: pointer;
340
- display: inline-block;
341
- overflow: hidden;
342
- padding: 13px 20px;
343
- position: relative;
344
- text-align: center;
345
- -webkit-text-decoration: none;
346
- text-decoration: none;
347
- -webkit-transition: all 150ms ease-out;
348
- transition: all 150ms ease-out;
349
- -webkit-transform: translate3d(0,0,0);
350
- -ms-transform: translate3d(0,0,0);
351
- transform: translate3d(0,0,0);
352
- vertical-align: top;
353
- white-space: nowrap;
354
- -webkit-user-select: none;
355
- -moz-user-select: none;
356
- -ms-user-select: none;
357
- user-select: none;
358
- opacity: 1;
359
- margin: 0;
360
- background: transparent;
361
- font-size: 13px;
362
- font-weight: 700;
363
- line-height: 1;
364
- background: #FF4785;
365
- color: #FFFFFF;
366
- box-shadow: rgba(51,51,51,0.2) 0 0 0 1px inset;
367
- color: rgba(51,51,51,0.7);
368
- background: transparent;
369
- box-shadow: #FF4785 0 0 0 1px inset;
370
- color: #FF4785;
371
- }
372
-
373
- .emotion-7 svg {
374
- display: inline-block;
375
- height: 16px;
376
- width: 16px;
377
- vertical-align: top;
378
- margin-right: 6px;
379
- margin-top: -2px;
380
- margin-bottom: -2px;
381
- pointer-events: none;
382
- }
383
-
384
- .emotion-7 svg path {
385
- fill: currentColor;
386
- }
387
-
388
- .emotion-7:hover {
389
- background: #ff2d74;
390
- }
391
-
392
- .emotion-7:active {
393
- box-shadow: rgba(0,0,0,0.1) 0 0 0 3em inset;
394
- }
395
-
396
- .emotion-7:focus {
397
- box-shadow: rgba(255,71,133,0.4) 0 1px 9px 2px;
398
- }
399
-
400
- .emotion-7:focus:hover {
401
- box-shadow: rgba(255,71,133,0.2) 0 8px 18px 0px;
402
- }
403
-
404
- .emotion-7:hover {
405
- box-shadow: rgba(51,51,51,0.5) 0 0 0 1px inset;
406
- }
407
-
408
- .emotion-7:active {
409
- box-shadow: rgba(51,51,51,0.5) 0 0 0 2px inset;
410
- color: #333;
411
- }
412
-
413
- .emotion-7 svg path {
414
- fill: #FF4785;
415
- }
416
-
417
- .emotion-7:hover {
418
- box-shadow: #FF4785 0 0 0 1px inset;
419
- background: transparent;
420
- }
421
-
422
- .emotion-7:active {
423
- background: #FF4785;
424
- box-shadow: #FF4785 0 0 0 1px inset;
425
- color: #FFFFFF;
426
- }
427
-
428
- .emotion-7:focus {
429
- box-shadow: #FF4785 0 0 0 1px inset, rgba(255,71,133,0.4) 0 1px 9px 2px;
430
- }
431
-
432
- .emotion-7:focus:hover {
433
- box-shadow: #FF4785 0 0 0 1px inset, rgba(255,71,133,0.2) 0 8px 18px 0px;
434
- }
435
-
436
- .emotion-8 {
437
- border: 0;
438
- border-radius: 3em;
439
- cursor: pointer;
440
- display: inline-block;
441
- overflow: hidden;
442
- padding: 13px 20px;
443
- position: relative;
444
- text-align: center;
445
- -webkit-text-decoration: none;
446
- text-decoration: none;
447
- -webkit-transition: all 150ms ease-out;
448
- transition: all 150ms ease-out;
449
- -webkit-transform: translate3d(0,0,0);
450
- -ms-transform: translate3d(0,0,0);
451
- transform: translate3d(0,0,0);
452
- vertical-align: top;
453
- white-space: nowrap;
454
- -webkit-user-select: none;
455
- -moz-user-select: none;
456
- -ms-user-select: none;
457
- user-select: none;
458
- opacity: 1;
459
- margin: 0;
460
- background: transparent;
461
- font-size: 13px;
462
- font-weight: 700;
463
- line-height: 1;
464
- background: #1EA7FD;
465
- color: #FFFFFF;
466
- box-shadow: rgba(51,51,51,0.2) 0 0 0 1px inset;
467
- color: rgba(51,51,51,0.7);
468
- background: transparent;
469
- box-shadow: #1EA7FD 0 0 0 1px inset;
470
- color: #1EA7FD;
471
- }
472
-
473
- .emotion-8 svg {
474
- display: inline-block;
475
- height: 16px;
476
- width: 16px;
477
- vertical-align: top;
478
- margin-right: 6px;
479
- margin-top: -2px;
480
- margin-bottom: -2px;
481
- pointer-events: none;
482
- }
483
-
484
- .emotion-8 svg path {
485
- fill: currentColor;
486
- }
487
-
488
- .emotion-8:hover {
489
- background: #059dfd;
490
- }
491
-
492
- .emotion-8:active {
493
- box-shadow: rgba(0,0,0,0.1) 0 0 0 3em inset;
494
- }
495
-
496
- .emotion-8:focus {
497
- box-shadow: rgba(30,167,253,0.4) 0 1px 9px 2px;
498
- }
499
-
500
- .emotion-8:focus:hover {
501
- box-shadow: rgba(30,167,253,0.2) 0 8px 18px 0px;
502
- }
503
-
504
- .emotion-8:hover {
505
- box-shadow: rgba(51,51,51,0.5) 0 0 0 1px inset;
506
- }
507
-
508
- .emotion-8:active {
509
- box-shadow: rgba(51,51,51,0.5) 0 0 0 2px inset;
510
- color: #333;
511
- }
512
-
513
- .emotion-8:hover {
514
- box-shadow: #1EA7FD 0 0 0 1px inset;
515
- background: transparent;
516
- }
517
-
518
- .emotion-8:active {
519
- background: #1EA7FD;
520
- box-shadow: #1EA7FD 0 0 0 1px inset;
521
- color: #FFFFFF;
522
- }
523
-
524
- .emotion-8:focus {
525
- box-shadow: #1EA7FD 0 0 0 1px inset, rgba(30,167,253,0.4) 0 1px 9px 2px;
526
- }
527
-
528
- .emotion-8:focus:hover {
529
- box-shadow: #1EA7FD 0 0 0 1px inset, rgba(30,167,253,0.2) 0 8px 18px 0px;
530
- }
531
-
532
- .emotion-9 {
533
- border: 0;
534
- border-radius: 3em;
535
- cursor: pointer;
536
- display: inline-block;
537
- overflow: hidden;
538
- padding: 13px 20px;
539
- position: relative;
540
- text-align: center;
541
- -webkit-text-decoration: none;
542
- text-decoration: none;
543
- -webkit-transition: all 150ms ease-out;
544
- transition: all 150ms ease-out;
545
- -webkit-transform: translate3d(0,0,0);
546
- -ms-transform: translate3d(0,0,0);
547
- transform: translate3d(0,0,0);
548
- vertical-align: top;
549
- white-space: nowrap;
550
- -webkit-user-select: none;
551
- -moz-user-select: none;
552
- -ms-user-select: none;
553
- user-select: none;
554
- opacity: 1;
555
- margin: 0;
556
- background: transparent;
557
- font-size: 13px;
558
- font-weight: 700;
559
- line-height: 1;
560
- cursor: not-allowed !important;
561
- opacity: 0.5;
562
- background: #FF4785;
563
- color: #FFFFFF;
564
- }
565
-
566
- .emotion-9 svg {
567
- display: inline-block;
568
- height: 16px;
569
- width: 16px;
570
- vertical-align: top;
571
- margin-right: 6px;
572
- margin-top: -2px;
573
- margin-bottom: -2px;
574
- pointer-events: none;
575
- }
576
-
577
- .emotion-9 svg path {
578
- fill: currentColor;
579
- }
580
-
581
- .emotion-9:hover {
582
- -webkit-transform: none;
583
- -ms-transform: none;
584
- transform: none;
585
- }
586
-
587
- .emotion-9:hover {
588
- background: #ff2d74;
589
- }
590
-
591
- .emotion-9:active {
592
- box-shadow: rgba(0,0,0,0.1) 0 0 0 3em inset;
593
- }
594
-
595
- .emotion-9:focus {
596
- box-shadow: rgba(255,71,133,0.4) 0 1px 9px 2px;
597
- }
598
-
599
- .emotion-9:focus:hover {
600
- box-shadow: rgba(255,71,133,0.2) 0 8px 18px 0px;
601
- }
602
-
603
- .emotion-10 {
604
- border: 0;
605
- border-radius: 3em;
606
- cursor: pointer;
607
- display: inline-block;
608
- overflow: hidden;
609
- padding: 10px 16px;
610
- position: relative;
611
- text-align: center;
612
- -webkit-text-decoration: none;
613
- text-decoration: none;
614
- -webkit-transition: all 150ms ease-out;
615
- transition: all 150ms ease-out;
616
- -webkit-transform: translate3d(0,0,0);
617
- -ms-transform: translate3d(0,0,0);
618
- transform: translate3d(0,0,0);
619
- vertical-align: top;
620
- white-space: nowrap;
621
- -webkit-user-select: none;
622
- -moz-user-select: none;
623
- -ms-user-select: none;
624
- user-select: none;
625
- opacity: 1;
626
- margin: 0;
627
- background: transparent;
628
- font-size: 12px;
629
- font-weight: 700;
630
- line-height: 1;
631
- background: #FF4785;
632
- color: #FFFFFF;
633
- }
634
-
635
- .emotion-10 svg {
636
- display: inline-block;
637
- height: 14px;
638
- width: 14px;
639
- vertical-align: top;
640
- margin-right: 4px;
641
- margin-top: -1px;
642
- margin-bottom: -1px;
643
- pointer-events: none;
644
- }
645
-
646
- .emotion-10 svg path {
647
- fill: currentColor;
648
- }
649
-
650
- .emotion-10:hover {
651
- background: #ff2d74;
652
- }
653
-
654
- .emotion-10:active {
655
- box-shadow: rgba(0,0,0,0.1) 0 0 0 3em inset;
656
- }
657
-
658
- .emotion-10:focus {
659
- box-shadow: rgba(255,71,133,0.4) 0 1px 9px 2px;
660
- }
661
-
662
- .emotion-10:focus:hover {
663
- box-shadow: rgba(255,71,133,0.2) 0 8px 18px 0px;
664
- }
665
-
666
- .emotion-11 {
667
- border: 0;
668
- border-radius: 3em;
669
- cursor: pointer;
670
- display: inline-block;
671
- overflow: hidden;
672
- padding: 10px 16px;
673
- position: relative;
674
- text-align: center;
675
- -webkit-text-decoration: none;
676
- text-decoration: none;
677
- -webkit-transition: all 150ms ease-out;
678
- transition: all 150ms ease-out;
679
- -webkit-transform: translate3d(0,0,0);
680
- -ms-transform: translate3d(0,0,0);
681
- transform: translate3d(0,0,0);
682
- vertical-align: top;
683
- white-space: nowrap;
684
- -webkit-user-select: none;
685
- -moz-user-select: none;
686
- -ms-user-select: none;
687
- user-select: none;
688
- opacity: 1;
689
- margin: 0;
690
- background: transparent;
691
- font-size: 12px;
692
- font-weight: 700;
693
- line-height: 1;
694
- background: #1EA7FD;
695
- color: #FFFFFF;
696
- }
697
-
698
- .emotion-11 svg {
699
- display: inline-block;
700
- height: 14px;
701
- width: 14px;
702
- vertical-align: top;
703
- margin-right: 4px;
704
- margin-top: -1px;
705
- margin-bottom: -1px;
706
- pointer-events: none;
707
- }
708
-
709
- .emotion-11 svg path {
710
- fill: currentColor;
711
- }
712
-
713
- .emotion-11:hover {
714
- background: #059dfd;
715
- }
716
-
717
- .emotion-11:active {
718
- box-shadow: rgba(0,0,0,0.1) 0 0 0 3em inset;
719
- }
720
-
721
- .emotion-11:focus {
722
- box-shadow: rgba(30,167,253,0.4) 0 1px 9px 2px;
723
- }
724
-
725
- .emotion-11:focus:hover {
726
- box-shadow: rgba(30,167,253,0.2) 0 8px 18px 0px;
727
- }
728
-
729
- .emotion-12 {
730
- border: 0;
731
- border-radius: 3em;
732
- cursor: pointer;
733
- display: inline-block;
734
- overflow: hidden;
735
- padding: 10px 16px;
736
- position: relative;
737
- text-align: center;
738
- -webkit-text-decoration: none;
739
- text-decoration: none;
740
- -webkit-transition: all 150ms ease-out;
741
- transition: all 150ms ease-out;
742
- -webkit-transform: translate3d(0,0,0);
743
- -ms-transform: translate3d(0,0,0);
744
- transform: translate3d(0,0,0);
745
- vertical-align: top;
746
- white-space: nowrap;
747
- -webkit-user-select: none;
748
- -moz-user-select: none;
749
- -ms-user-select: none;
750
- user-select: none;
751
- opacity: 1;
752
- margin: 0;
753
- background: transparent;
754
- font-size: 12px;
755
- font-weight: 700;
756
- line-height: 1;
757
- box-shadow: rgba(51,51,51,0.2) 0 0 0 1px inset;
758
- color: rgba(51,51,51,0.7);
759
- background: transparent;
760
- }
761
-
762
- .emotion-12 svg {
763
- display: inline-block;
764
- height: 14px;
765
- width: 14px;
766
- vertical-align: top;
767
- margin-right: 4px;
768
- margin-top: -1px;
769
- margin-bottom: -1px;
770
- pointer-events: none;
771
- }
772
-
773
- .emotion-12 svg path {
774
- fill: currentColor;
775
- }
776
-
777
- .emotion-12:hover {
778
- box-shadow: rgba(51,51,51,0.5) 0 0 0 1px inset;
779
- }
780
-
781
- .emotion-12:active {
782
- box-shadow: rgba(51,51,51,0.5) 0 0 0 2px inset;
783
- color: #333;
784
- }
785
-
786
- .emotion-13 {
787
- border: 0;
788
- border-radius: 3em;
789
- cursor: pointer;
790
- display: inline-block;
791
- overflow: hidden;
792
- padding: 10px 16px;
793
- position: relative;
794
- text-align: center;
795
- -webkit-text-decoration: none;
796
- text-decoration: none;
797
- -webkit-transition: all 150ms ease-out;
798
- transition: all 150ms ease-out;
799
- -webkit-transform: translate3d(0,0,0);
800
- -ms-transform: translate3d(0,0,0);
801
- transform: translate3d(0,0,0);
802
- vertical-align: top;
803
- white-space: nowrap;
804
- -webkit-user-select: none;
805
- -moz-user-select: none;
806
- -ms-user-select: none;
807
- user-select: none;
808
- opacity: 1;
809
- margin: 0;
810
- background: transparent;
811
- font-size: 12px;
812
- font-weight: 700;
813
- line-height: 1;
814
- cursor: not-allowed !important;
815
- opacity: 0.5;
816
- background: #FF4785;
817
- color: #FFFFFF;
818
- }
819
-
820
- .emotion-13 svg {
821
- display: inline-block;
822
- height: 14px;
823
- width: 14px;
824
- vertical-align: top;
825
- margin-right: 4px;
826
- margin-top: -1px;
827
- margin-bottom: -1px;
828
- pointer-events: none;
829
- }
830
-
831
- .emotion-13 svg path {
832
- fill: currentColor;
833
- }
834
-
835
- .emotion-13:hover {
836
- -webkit-transform: none;
837
- -ms-transform: none;
838
- transform: none;
839
- }
840
-
841
- .emotion-13:hover {
842
- background: #ff2d74;
843
- }
844
-
845
- .emotion-13:active {
846
- box-shadow: rgba(0,0,0,0.1) 0 0 0 3em inset;
847
- }
848
-
849
- .emotion-13:focus {
850
- box-shadow: rgba(255,71,133,0.4) 0 1px 9px 2px;
851
- }
852
-
853
- .emotion-13:focus:hover {
854
- box-shadow: rgba(255,71,133,0.2) 0 8px 18px 0px;
855
- }
856
-
857
- .emotion-16 {
858
- border: 0;
859
- border-radius: 3em;
860
- cursor: pointer;
861
- display: inline-block;
862
- overflow: hidden;
863
- padding: 10px 16px;
864
- position: relative;
865
- text-align: center;
866
- -webkit-text-decoration: none;
867
- text-decoration: none;
868
- -webkit-transition: all 150ms ease-out;
869
- transition: all 150ms ease-out;
870
- -webkit-transform: translate3d(0,0,0);
871
- -ms-transform: translate3d(0,0,0);
872
- transform: translate3d(0,0,0);
873
- vertical-align: top;
874
- white-space: nowrap;
875
- -webkit-user-select: none;
876
- -moz-user-select: none;
877
- -ms-user-select: none;
878
- user-select: none;
879
- opacity: 1;
880
- margin: 0;
881
- background: transparent;
882
- font-size: 12px;
883
- font-weight: 700;
884
- line-height: 1;
885
- padding: 9px;
886
- box-shadow: rgba(51,51,51,0.2) 0 0 0 1px inset;
887
- color: rgba(51,51,51,0.7);
888
- background: transparent;
889
- }
890
-
891
- .emotion-16 svg {
892
- display: inline-block;
893
- height: 14px;
894
- width: 14px;
895
- vertical-align: top;
896
- margin-right: 4px;
897
- margin-top: -1px;
898
- margin-bottom: -1px;
899
- pointer-events: none;
900
- }
901
-
902
- .emotion-16 svg path {
903
- fill: currentColor;
904
- }
905
-
906
- .emotion-16 svg {
907
- display: block;
908
- margin: 0;
909
- }
910
-
911
- .emotion-16:hover {
912
- box-shadow: rgba(51,51,51,0.5) 0 0 0 1px inset;
913
- }
914
-
915
- .emotion-16:active {
916
- box-shadow: rgba(51,51,51,0.5) 0 0 0 2px inset;
917
- color: #333;
918
- }
919
-
920
- <div>
921
- <p>
922
- Button that is used for forms
923
- </p>
924
- <button
925
- class="emotion-0"
926
- >
927
- Form.Button
928
- </button>
929
- <br />
930
- <p>
931
- Buttons that are used for everything else
932
- </p>
933
- <button
934
- class="emotion-1"
935
- >
936
- Primary
937
- </button>
938
- <button
939
- class="emotion-2"
940
- >
941
- Secondary
942
- </button>
943
- <button
944
- class="emotion-5"
945
- >
946
- <svg
947
- class="emotion-4"
948
- viewBox="0 0 1024 1024"
949
- >
950
- <path
951
- class="emotion-3"
952
- d="M743.52 529.234c5.616-5.616 83.048-83.046 88.462-88.46 30.944-32.778 47.97-75.636 47.97-120.792 0-47.048-18.304-91.26-51.542-124.484-33.228-33.22-77.43-51.516-124.458-51.516-45.024 0-87.792 16.94-120.536 47.72l-104.458 104.456c-30.792 32.738-47.734 75.512-47.734 120.548 0 41.916 14.576 81.544 41.248 113.196 3.264 3.876 6.666 7.664 10.292 11.29 4.258 4.258 8.704 8.262 13.304 12.022 0.054 0.080 0.096 0.152 0.148 0.232 9.572 7.308 15.778 18.804 15.778 31.776 0 22.094-17.914 40-40.004 40-8.542 0-16.442-2.696-22.938-7.26-2.746-1.93-20.622-17.43-30.35-28.050-0.008-0.010-0.018-0.018-0.026-0.028-4.992-5.432-13.234-15.23-18.552-22.65s-16.556-25.872-17.036-26.736c-0.7-1.262-2.974-5.526-3.422-6.39-0.69-1.334-6.118-12.67-6.114-12.67-14.342-31.96-22.332-67.4-22.332-104.728 0-60.826 21.198-116.648 56.58-160.544 0.252-0.314 4.61-5.594 6.594-7.866 0.304-0.35 5.038-5.636 7.16-7.874 0.252-0.268 105.86-105.874 106.128-106.126 45.902-43.584 107.958-70.314 176.264-70.314 141.382 0 255.998 114.5 255.998 256 0 68.516-26.882 130.688-70.652 176.61-0.144 0.148-109.854 109.546-112.090 111.528-0.958 0.848-5.072 4.352-5.072 4.352-6.448 5.434-13.132 10.592-20.1 15.378 0.412-6.836 0.644-13.702 0.644-20.6 0-26.46-3.108-52.206-8.918-76.918l-0.236-1.102zM616.144 767.82c35.382-43.896 56.58-99.718 56.58-160.544 0-37.328-7.99-72.768-22.332-104.728 0.004 0 0.006-0.002 0.010-0.004-0.258-0.576-0.538-1.14-0.8-1.714-0.686-1.498-2.894-6.112-3.296-6.93-0.668-1.344-2.952-5.732-3.386-6.604-3.48-6.982-8.708-15.126-9.49-16.366-0.498-0.792-0.996-1.58-1.502-2.364-0.834-1.29-15.364-22.066-26.656-34.466-0.008-0.010-0.018-0.018-0.026-0.028-7.056-8.448-24.932-24.198-30.35-28.050-6.47-4.602-14.396-7.26-22.938-7.26-22.090 0-40.004 17.906-40.004 40 0 12.97 6.206 24.466 15.778 31.776 0.052 0.080 0.094 0.152 0.148 0.232 4.602 3.76 20.334 19.434 23.598 23.31 26.672 31.65 41.248 71.28 41.248 113.196 0 45.038-16.944 87.81-47.734 120.548l-104.458 104.456c-32.742 30.782-75.512 47.72-120.536 47.72-47.028 0-91.228-18.294-124.458-51.516-33.236-33.224-51.542-77.436-51.542-124.484 0-45.154 17.028-88.014 47.97-120.792 5.414-5.414 40.812-40.812 68.958-68.958 7.176-7.176 13.888-13.886 19.504-19.502v-0.002c-0.356-1.562-0.246-1.096-0.246-1.096-5.81-24.712-8.918-50.458-8.918-76.918 0-6.898 0.232-13.764 0.644-20.6-6.966 4.788-20.1 15.33-20.1 15.33-0.734 0.62-9.518 8.388-11.68 10.45-0.16 0.154-105.338 105.33-105.482 105.478-43.77 45.922-70.652 108.094-70.652 176.61 0 141.5 114.616 256 255.998 256 68.306 0 130.362-26.73 176.264-70.314 0.27-0.254 105.876-105.86 106.128-106.126 0.004-0.002 13.506-15.426 13.758-15.74z"
953
- />
954
- </svg>
955
- </button>
956
- <br />
957
- <button
958
- class="emotion-6"
959
- >
960
- Outline
961
- </button>
962
- <button
963
- class="emotion-7"
964
- >
965
- Outline primary
966
- </button>
967
- <button
968
- class="emotion-8"
969
- >
970
- Outline secondary
971
- </button>
972
- <button
973
- class="emotion-9"
974
- disabled=""
975
- >
976
- Disabled
977
- </button>
978
- <br />
979
- <button
980
- class="emotion-10"
981
- >
982
- Primary
983
- </button>
984
- <button
985
- class="emotion-11"
986
- >
987
- Secondary
988
- </button>
989
- <button
990
- class="emotion-12"
991
- >
992
- Outline
993
- </button>
994
- <button
995
- class="emotion-13"
996
- disabled=""
997
- >
998
- Disabled
999
- </button>
1000
- <button
1001
- class="emotion-16"
1002
- >
1003
- <svg
1004
- class="emotion-4"
1005
- viewBox="0 0 1024 1024"
1006
- >
1007
- <path
1008
- class="emotion-3"
1009
- d="M743.52 529.234c5.616-5.616 83.048-83.046 88.462-88.46 30.944-32.778 47.97-75.636 47.97-120.792 0-47.048-18.304-91.26-51.542-124.484-33.228-33.22-77.43-51.516-124.458-51.516-45.024 0-87.792 16.94-120.536 47.72l-104.458 104.456c-30.792 32.738-47.734 75.512-47.734 120.548 0 41.916 14.576 81.544 41.248 113.196 3.264 3.876 6.666 7.664 10.292 11.29 4.258 4.258 8.704 8.262 13.304 12.022 0.054 0.080 0.096 0.152 0.148 0.232 9.572 7.308 15.778 18.804 15.778 31.776 0 22.094-17.914 40-40.004 40-8.542 0-16.442-2.696-22.938-7.26-2.746-1.93-20.622-17.43-30.35-28.050-0.008-0.010-0.018-0.018-0.026-0.028-4.992-5.432-13.234-15.23-18.552-22.65s-16.556-25.872-17.036-26.736c-0.7-1.262-2.974-5.526-3.422-6.39-0.69-1.334-6.118-12.67-6.114-12.67-14.342-31.96-22.332-67.4-22.332-104.728 0-60.826 21.198-116.648 56.58-160.544 0.252-0.314 4.61-5.594 6.594-7.866 0.304-0.35 5.038-5.636 7.16-7.874 0.252-0.268 105.86-105.874 106.128-106.126 45.902-43.584 107.958-70.314 176.264-70.314 141.382 0 255.998 114.5 255.998 256 0 68.516-26.882 130.688-70.652 176.61-0.144 0.148-109.854 109.546-112.090 111.528-0.958 0.848-5.072 4.352-5.072 4.352-6.448 5.434-13.132 10.592-20.1 15.378 0.412-6.836 0.644-13.702 0.644-20.6 0-26.46-3.108-52.206-8.918-76.918l-0.236-1.102zM616.144 767.82c35.382-43.896 56.58-99.718 56.58-160.544 0-37.328-7.99-72.768-22.332-104.728 0.004 0 0.006-0.002 0.010-0.004-0.258-0.576-0.538-1.14-0.8-1.714-0.686-1.498-2.894-6.112-3.296-6.93-0.668-1.344-2.952-5.732-3.386-6.604-3.48-6.982-8.708-15.126-9.49-16.366-0.498-0.792-0.996-1.58-1.502-2.364-0.834-1.29-15.364-22.066-26.656-34.466-0.008-0.010-0.018-0.018-0.026-0.028-7.056-8.448-24.932-24.198-30.35-28.050-6.47-4.602-14.396-7.26-22.938-7.26-22.090 0-40.004 17.906-40.004 40 0 12.97 6.206 24.466 15.778 31.776 0.052 0.080 0.094 0.152 0.148 0.232 4.602 3.76 20.334 19.434 23.598 23.31 26.672 31.65 41.248 71.28 41.248 113.196 0 45.038-16.944 87.81-47.734 120.548l-104.458 104.456c-32.742 30.782-75.512 47.72-120.536 47.72-47.028 0-91.228-18.294-124.458-51.516-33.236-33.224-51.542-77.436-51.542-124.484 0-45.154 17.028-88.014 47.97-120.792 5.414-5.414 40.812-40.812 68.958-68.958 7.176-7.176 13.888-13.886 19.504-19.502v-0.002c-0.356-1.562-0.246-1.096-0.246-1.096-5.81-24.712-8.918-50.458-8.918-76.918 0-6.898 0.232-13.764 0.644-20.6-6.966 4.788-20.1 15.33-20.1 15.33-0.734 0.62-9.518 8.388-11.68 10.45-0.16 0.154-105.338 105.33-105.482 105.478-43.77 45.922-70.652 108.094-70.652 176.61 0 141.5 114.616 256 255.998 256 68.306 0 130.362-26.73 176.264-70.314 0.27-0.254 105.876-105.86 106.128-106.126 0.004-0.002 13.506-15.426 13.758-15.74z"
1010
- />
1011
- </svg>
1012
- </button>
1013
- <button
1014
- class="emotion-12"
1015
- >
1016
- <svg
1017
- class="emotion-4"
1018
- viewBox="0 0 1024 1024"
1019
- >
1020
- <path
1021
- class="emotion-3"
1022
- d="M743.52 529.234c5.616-5.616 83.048-83.046 88.462-88.46 30.944-32.778 47.97-75.636 47.97-120.792 0-47.048-18.304-91.26-51.542-124.484-33.228-33.22-77.43-51.516-124.458-51.516-45.024 0-87.792 16.94-120.536 47.72l-104.458 104.456c-30.792 32.738-47.734 75.512-47.734 120.548 0 41.916 14.576 81.544 41.248 113.196 3.264 3.876 6.666 7.664 10.292 11.29 4.258 4.258 8.704 8.262 13.304 12.022 0.054 0.080 0.096 0.152 0.148 0.232 9.572 7.308 15.778 18.804 15.778 31.776 0 22.094-17.914 40-40.004 40-8.542 0-16.442-2.696-22.938-7.26-2.746-1.93-20.622-17.43-30.35-28.050-0.008-0.010-0.018-0.018-0.026-0.028-4.992-5.432-13.234-15.23-18.552-22.65s-16.556-25.872-17.036-26.736c-0.7-1.262-2.974-5.526-3.422-6.39-0.69-1.334-6.118-12.67-6.114-12.67-14.342-31.96-22.332-67.4-22.332-104.728 0-60.826 21.198-116.648 56.58-160.544 0.252-0.314 4.61-5.594 6.594-7.866 0.304-0.35 5.038-5.636 7.16-7.874 0.252-0.268 105.86-105.874 106.128-106.126 45.902-43.584 107.958-70.314 176.264-70.314 141.382 0 255.998 114.5 255.998 256 0 68.516-26.882 130.688-70.652 176.61-0.144 0.148-109.854 109.546-112.090 111.528-0.958 0.848-5.072 4.352-5.072 4.352-6.448 5.434-13.132 10.592-20.1 15.378 0.412-6.836 0.644-13.702 0.644-20.6 0-26.46-3.108-52.206-8.918-76.918l-0.236-1.102zM616.144 767.82c35.382-43.896 56.58-99.718 56.58-160.544 0-37.328-7.99-72.768-22.332-104.728 0.004 0 0.006-0.002 0.010-0.004-0.258-0.576-0.538-1.14-0.8-1.714-0.686-1.498-2.894-6.112-3.296-6.93-0.668-1.344-2.952-5.732-3.386-6.604-3.48-6.982-8.708-15.126-9.49-16.366-0.498-0.792-0.996-1.58-1.502-2.364-0.834-1.29-15.364-22.066-26.656-34.466-0.008-0.010-0.018-0.018-0.026-0.028-7.056-8.448-24.932-24.198-30.35-28.050-6.47-4.602-14.396-7.26-22.938-7.26-22.090 0-40.004 17.906-40.004 40 0 12.97 6.206 24.466 15.778 31.776 0.052 0.080 0.094 0.152 0.148 0.232 4.602 3.76 20.334 19.434 23.598 23.31 26.672 31.65 41.248 71.28 41.248 113.196 0 45.038-16.944 87.81-47.734 120.548l-104.458 104.456c-32.742 30.782-75.512 47.72-120.536 47.72-47.028 0-91.228-18.294-124.458-51.516-33.236-33.224-51.542-77.436-51.542-124.484 0-45.154 17.028-88.014 47.97-120.792 5.414-5.414 40.812-40.812 68.958-68.958 7.176-7.176 13.888-13.886 19.504-19.502v-0.002c-0.356-1.562-0.246-1.096-0.246-1.096-5.81-24.712-8.918-50.458-8.918-76.918 0-6.898 0.232-13.764 0.644-20.6-6.966 4.788-20.1 15.33-20.1 15.33-0.734 0.62-9.518 8.388-11.68 10.45-0.16 0.154-105.338 105.33-105.482 105.478-43.77 45.922-70.652 108.094-70.652 176.61 0 141.5 114.616 256 255.998 256 68.306 0 130.362-26.73 176.264-70.314 0.27-0.254 105.876-105.86 106.128-106.126 0.004-0.002 13.506-15.426 13.758-15.74z"
1023
- />
1024
- </svg>
1025
- Link
1026
- </button>
1027
- </div>
1028
- `;