@telia/teddy 0.1.14 → 0.1.16
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.
- package/dist/components/button/button.cjs +29 -26
- package/dist/components/button/button.d.ts +2 -0
- package/dist/components/button/button.js +29 -26
- package/dist/components/card/card.cjs +52 -51
- package/dist/components/card/card.d.ts +1 -1
- package/dist/components/card/card.js +52 -51
- package/dist/components/card/utils.cjs +1 -1
- package/dist/components/card/utils.d.ts +1 -1
- package/dist/components/card/utils.js +1 -1
- package/dist/components/expandable-card/expandable-card-button.d.ts +2 -0
- package/dist/components/expandable-card/index.d.ts +2 -0
- package/dist/components/notification/notification.d.ts +3 -3
- package/dist/components/scroll-area/index.d.ts +2 -0
- package/dist/components/scroll-area/scroll-area-button.d.ts +4 -2
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -0
- package/dist/components/text-field/index.d.ts +2 -0
- package/dist/components/text-field/text-field-button.d.ts +2 -0
- package/dist/components/toast/toast-root.cjs +74 -73
- package/dist/components/toast/toast-root.js +74 -73
- package/dist/style.css +382 -360
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
100% {
|
|
322
322
|
stroke-dashoffset: 125;
|
|
323
323
|
}
|
|
324
|
-
}@keyframes
|
|
324
|
+
}@keyframes _fadeInAnimation_mi6fm_1 {
|
|
325
325
|
0% {
|
|
326
326
|
opacity: 0;
|
|
327
327
|
}
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
opacity: 1;
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
|
-
@keyframes
|
|
332
|
+
@keyframes _scaleInAnimation_mi6fm_1 {
|
|
333
333
|
0% {
|
|
334
334
|
scale: 0;
|
|
335
335
|
}
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
@layer button {
|
|
341
|
-
._teddy-
|
|
341
|
+
._teddy-button_mi6fm_18 {
|
|
342
342
|
align-items: center;
|
|
343
343
|
border-radius: var(--teddy-border-radius-full);
|
|
344
344
|
border-width: 0;
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
transition-property: background-color, color;
|
|
359
359
|
width: auto;
|
|
360
360
|
}
|
|
361
|
-
._teddy-
|
|
361
|
+
._teddy-button_mi6fm_18:focus::before {
|
|
362
362
|
border-radius: inherit;
|
|
363
363
|
box-shadow: 0 0 0 var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
364
364
|
content: "";
|
|
@@ -367,155 +367,155 @@
|
|
|
367
367
|
inset: calc(var(--teddy-spacing-25) * -1);
|
|
368
368
|
position: absolute;
|
|
369
369
|
}
|
|
370
|
-
._teddy-
|
|
370
|
+
._teddy-button_mi6fm_18:focus:not(:focus-visible)::before {
|
|
371
371
|
opacity: 0;
|
|
372
372
|
}
|
|
373
|
-
._teddy-
|
|
373
|
+
._teddy-button_mi6fm_18 svg {
|
|
374
374
|
display: block;
|
|
375
375
|
}
|
|
376
|
-
._teddy-button--
|
|
376
|
+
._teddy-button--sm_mi6fm_53 {
|
|
377
377
|
padding: var(--teddy-spacing-150) var(--teddy-spacing-250);
|
|
378
378
|
}
|
|
379
|
-
._teddy-button--
|
|
379
|
+
._teddy-button--sm_mi6fm_53._teddy-button--icon-only_mi6fm_56 {
|
|
380
380
|
padding: var(--teddy-spacing-150);
|
|
381
381
|
}
|
|
382
|
-
._teddy-button--
|
|
382
|
+
._teddy-button--md_mi6fm_59 {
|
|
383
383
|
padding: var(--teddy-spacing-200) var(--teddy-spacing-300);
|
|
384
384
|
}
|
|
385
|
-
._teddy-button--
|
|
385
|
+
._teddy-button--md_mi6fm_59._teddy-button--icon-only_mi6fm_56 {
|
|
386
386
|
padding: var(--teddy-spacing-200);
|
|
387
387
|
}
|
|
388
|
-
._teddy-button--
|
|
388
|
+
._teddy-button--lg_mi6fm_65 {
|
|
389
389
|
padding: var(--teddy-spacing-250) var(--teddy-spacing-400);
|
|
390
390
|
}
|
|
391
|
-
._teddy-button--
|
|
391
|
+
._teddy-button--lg_mi6fm_65._teddy-button--icon-only_mi6fm_56 {
|
|
392
392
|
padding: var(--teddy-spacing-250);
|
|
393
393
|
}
|
|
394
|
-
._teddy-button--full-
|
|
394
|
+
._teddy-button--full-width_mi6fm_71 {
|
|
395
395
|
width: 100%;
|
|
396
396
|
}
|
|
397
|
-
._teddy-button--
|
|
397
|
+
._teddy-button--primary_mi6fm_74 {
|
|
398
398
|
background-color: var(--teddy-color-background-interactive-primary);
|
|
399
399
|
color: var(--teddy-color-text-interactive-on-primary);
|
|
400
400
|
}
|
|
401
|
-
._teddy-button--
|
|
401
|
+
._teddy-button--primary_mi6fm_74:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
402
402
|
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
403
403
|
}
|
|
404
|
-
._teddy-button--
|
|
404
|
+
._teddy-button--primary_mi6fm_74:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
405
405
|
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
406
406
|
}
|
|
407
|
-
._teddy-button--primary-
|
|
407
|
+
._teddy-button--primary-negative_mi6fm_84 {
|
|
408
408
|
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
409
409
|
color: var(--teddy-color-text-interactive-on-primary-negative);
|
|
410
410
|
}
|
|
411
|
-
._teddy-button--primary-
|
|
411
|
+
._teddy-button--primary-negative_mi6fm_84:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
412
412
|
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
413
413
|
border-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
414
414
|
}
|
|
415
|
-
._teddy-button--primary-
|
|
415
|
+
._teddy-button--primary-negative_mi6fm_84:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
416
416
|
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
417
417
|
border-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
418
418
|
}
|
|
419
|
-
._teddy-button--
|
|
419
|
+
._teddy-button--secondary_mi6fm_96 {
|
|
420
420
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
421
421
|
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary);
|
|
422
422
|
color: var(--teddy-color-text-interactive-primary);
|
|
423
423
|
}
|
|
424
|
-
._teddy-button--
|
|
424
|
+
._teddy-button--secondary_mi6fm_96:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
425
425
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
426
426
|
}
|
|
427
|
-
._teddy-button--
|
|
427
|
+
._teddy-button--secondary_mi6fm_96:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
428
428
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
429
429
|
}
|
|
430
|
-
._teddy-button--secondary-
|
|
430
|
+
._teddy-button--secondary-negative_mi6fm_107 {
|
|
431
431
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
432
432
|
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary-negative);
|
|
433
433
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
434
434
|
}
|
|
435
|
-
._teddy-button--secondary-
|
|
435
|
+
._teddy-button--secondary-negative_mi6fm_107:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
436
436
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
437
437
|
}
|
|
438
|
-
._teddy-button--secondary-
|
|
438
|
+
._teddy-button--secondary-negative_mi6fm_107:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
439
439
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
440
440
|
}
|
|
441
|
-
._teddy-button--
|
|
441
|
+
._teddy-button--expressive_mi6fm_118 {
|
|
442
442
|
background-color: var(--teddy-color-background-interactive-expressive);
|
|
443
443
|
color: var(--teddy-color-text-interactive-on-expressive);
|
|
444
444
|
}
|
|
445
|
-
._teddy-button--
|
|
445
|
+
._teddy-button--expressive_mi6fm_118:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
446
446
|
background-color: var(--teddy-color-background-interactive-expressive-hover);
|
|
447
447
|
}
|
|
448
|
-
._teddy-button--
|
|
448
|
+
._teddy-button--expressive_mi6fm_118:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
449
449
|
background-color: var(--teddy-color-background-interactive-expressive-active);
|
|
450
450
|
}
|
|
451
|
-
._teddy-button--expressive-
|
|
451
|
+
._teddy-button--expressive-negative_mi6fm_128 {
|
|
452
452
|
background-color: var(--teddy-color-background-interactive-expressive-negative);
|
|
453
453
|
color: var(--teddy-color-text-interactive-on-expressive-negative);
|
|
454
454
|
}
|
|
455
|
-
._teddy-button--expressive-
|
|
455
|
+
._teddy-button--expressive-negative_mi6fm_128:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
456
456
|
background-color: var(--teddy-color-background-interactive-expressive-negative-hover);
|
|
457
457
|
color: var(--teddy-color-text-interactive-on-expressive-negative-hover);
|
|
458
458
|
}
|
|
459
|
-
._teddy-button--expressive-
|
|
459
|
+
._teddy-button--expressive-negative_mi6fm_128:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
460
460
|
background-color: var(--teddy-color-background-interactive-expressive-negative-active);
|
|
461
461
|
color: var(--teddy-color-text-interactive-on-expressive-negative-active);
|
|
462
462
|
}
|
|
463
|
-
._teddy-button--
|
|
463
|
+
._teddy-button--negative_mi6fm_140._teddy-button--disabled_mi6fm_78 {
|
|
464
464
|
background-color: var(--teddy-color-background-interactive-disabled-negative);
|
|
465
465
|
color: var(--teddy-color-text-weak-negative);
|
|
466
466
|
}
|
|
467
|
-
._teddy-button--
|
|
467
|
+
._teddy-button--secondary_mi6fm_96._teddy-button--disabled_mi6fm_78, ._teddy-button--secondary-negative_mi6fm_107._teddy-button--disabled_mi6fm_78 {
|
|
468
468
|
box-shadow: none;
|
|
469
469
|
}
|
|
470
|
-
._teddy-button--
|
|
470
|
+
._teddy-button--destructive_mi6fm_147 {
|
|
471
471
|
background-color: var(--teddy-color-background-interactive-destructive);
|
|
472
472
|
color: var(--teddy-color-text-interactive-on-destructive);
|
|
473
473
|
}
|
|
474
|
-
._teddy-button--
|
|
474
|
+
._teddy-button--destructive_mi6fm_147:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
475
475
|
background-color: var(--teddy-color-background-interactive-destructive-hover);
|
|
476
476
|
}
|
|
477
|
-
._teddy-button--
|
|
477
|
+
._teddy-button--destructive_mi6fm_147:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
478
478
|
background-color: var(--teddy-color-background-interactive-destructive-active);
|
|
479
479
|
}
|
|
480
|
-
._teddy-button--destructive-
|
|
480
|
+
._teddy-button--destructive-negative_mi6fm_157 {
|
|
481
481
|
background-color: var(--teddy-color-background-interactive-destructive);
|
|
482
482
|
color: var(--teddy-color-text-interactive-on-destructive);
|
|
483
483
|
}
|
|
484
|
-
._teddy-button--destructive-
|
|
484
|
+
._teddy-button--destructive-negative_mi6fm_157:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
485
485
|
background-color: var(--teddy-color-background-interactive-destructive-hover);
|
|
486
486
|
}
|
|
487
|
-
._teddy-button--destructive-
|
|
487
|
+
._teddy-button--destructive-negative_mi6fm_157:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
488
488
|
background-color: var(--teddy-color-background-interactive-destructive-active);
|
|
489
489
|
}
|
|
490
|
-
._teddy-button--tertiary-
|
|
490
|
+
._teddy-button--tertiary-purple_mi6fm_167 {
|
|
491
491
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
492
492
|
color: var(--teddy-color-text-interactive-primary);
|
|
493
493
|
}
|
|
494
|
-
._teddy-button--tertiary-
|
|
494
|
+
._teddy-button--tertiary-purple_mi6fm_167._teddy-button--disabled_mi6fm_78 {
|
|
495
495
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
496
496
|
}
|
|
497
|
-
._teddy-button--tertiary-
|
|
497
|
+
._teddy-button--tertiary-purple_mi6fm_167:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
498
498
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
499
499
|
}
|
|
500
|
-
._teddy-button--tertiary-
|
|
500
|
+
._teddy-button--tertiary-purple_mi6fm_167:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
501
501
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
502
502
|
}
|
|
503
|
-
._teddy-button--tertiary-purple-
|
|
503
|
+
._teddy-button--tertiary-purple-negative_mi6fm_180 {
|
|
504
504
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
505
505
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
506
506
|
}
|
|
507
|
-
._teddy-button--tertiary-purple-
|
|
507
|
+
._teddy-button--tertiary-purple-negative_mi6fm_180._teddy-button--disabled_mi6fm_78 {
|
|
508
508
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
509
509
|
}
|
|
510
|
-
._teddy-button--tertiary-purple-
|
|
510
|
+
._teddy-button--tertiary-purple-negative_mi6fm_180:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
511
511
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
512
512
|
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
513
513
|
}
|
|
514
|
-
._teddy-button--tertiary-purple-
|
|
514
|
+
._teddy-button--tertiary-purple-negative_mi6fm_180:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
515
515
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
516
516
|
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
517
517
|
}
|
|
518
|
-
._teddy-button--list-
|
|
518
|
+
._teddy-button--list-item_mi6fm_195 {
|
|
519
519
|
border-radius: var(--teddy-border-radius-md);
|
|
520
520
|
padding: var(--teddy-spacing-250) var(--teddy-spacing-150);
|
|
521
521
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
@@ -524,82 +524,86 @@
|
|
|
524
524
|
line-height: var(--teddy-typography-line-height-tight);
|
|
525
525
|
justify-content: flex-start;
|
|
526
526
|
}
|
|
527
|
-
._teddy-button--list-
|
|
527
|
+
._teddy-button--list-item_mi6fm_195._teddy-button--disabled_mi6fm_78 {
|
|
528
528
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
529
529
|
color: var(--teddy-color-text-weak);
|
|
530
530
|
}
|
|
531
|
-
._teddy-button--list-
|
|
531
|
+
._teddy-button--list-item_mi6fm_195:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
532
532
|
background-color: var(--teddy-color-background-secondary);
|
|
533
533
|
}
|
|
534
|
-
._teddy-button--list-
|
|
534
|
+
._teddy-button--list-item_mi6fm_195:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
535
535
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
536
536
|
}
|
|
537
|
-
._teddy-button--text-
|
|
537
|
+
._teddy-button--text-negative_mi6fm_214 {
|
|
538
538
|
border-radius: 0;
|
|
539
539
|
padding-left: 0;
|
|
540
540
|
padding-right: 0;
|
|
541
541
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
542
542
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
543
543
|
}
|
|
544
|
-
._teddy-button--text-
|
|
544
|
+
._teddy-button--text-negative_mi6fm_214:focus-visible::before {
|
|
545
545
|
border-radius: 0;
|
|
546
546
|
}
|
|
547
|
-
._teddy-button--text-
|
|
547
|
+
._teddy-button--text-negative_mi6fm_214._teddy-button--disabled_mi6fm_78 {
|
|
548
548
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
549
549
|
}
|
|
550
|
-
._teddy-button--text-
|
|
550
|
+
._teddy-button--text-negative_mi6fm_214:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
551
551
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
552
552
|
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
553
553
|
}
|
|
554
|
-
._teddy-button--text-
|
|
554
|
+
._teddy-button--text-negative_mi6fm_214:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
555
555
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
556
556
|
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
557
557
|
}
|
|
558
|
-
._teddy-button--
|
|
558
|
+
._teddy-button--text_mi6fm_214 {
|
|
559
559
|
border-radius: 0;
|
|
560
560
|
padding-left: 0;
|
|
561
561
|
padding-right: 0;
|
|
562
562
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
563
563
|
color: var(--teddy-color-text-interactive-primary);
|
|
564
564
|
}
|
|
565
|
-
._teddy-button--
|
|
565
|
+
._teddy-button--text_mi6fm_214:focus-visible::before {
|
|
566
566
|
border-radius: 0;
|
|
567
567
|
}
|
|
568
|
-
._teddy-button--
|
|
568
|
+
._teddy-button--text_mi6fm_214._teddy-button--disabled_mi6fm_78 {
|
|
569
569
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
570
570
|
color: var(--teddy-color-text-weak);
|
|
571
571
|
}
|
|
572
|
-
._teddy-button--
|
|
572
|
+
._teddy-button--text_mi6fm_214:hover:not(._teddy-button--disabled_mi6fm_78) {
|
|
573
573
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
574
574
|
}
|
|
575
|
-
._teddy-button--
|
|
575
|
+
._teddy-button--text_mi6fm_214:active:not(._teddy-button--disabled_mi6fm_78) {
|
|
576
576
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
577
577
|
}
|
|
578
|
-
._teddy-button--
|
|
578
|
+
._teddy-button--disabled_mi6fm_78 {
|
|
579
579
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
580
580
|
color: var(--teddy-color-text-weak);
|
|
581
581
|
cursor: not-allowed;
|
|
582
582
|
transition-duration: var(--teddy-motion-duration-400);
|
|
583
583
|
}
|
|
584
|
-
._teddy-
|
|
584
|
+
._teddy-button--dashed-border_mi6fm_261 {
|
|
585
|
+
border: 1px dashed;
|
|
586
|
+
box-shadow: none;
|
|
587
|
+
}
|
|
588
|
+
._teddy-button__loading_mi6fm_265 {
|
|
585
589
|
position: absolute;
|
|
586
590
|
inset: 0;
|
|
587
591
|
display: grid;
|
|
588
592
|
place-items: center;
|
|
589
593
|
border-radius: inherit;
|
|
590
594
|
background-color: var(--teddy-color-transparent-white-500);
|
|
591
|
-
animation:
|
|
595
|
+
animation: _fadeInAnimation_mi6fm_1 ease var(--teddy-motion-duration-500);
|
|
592
596
|
animation-iteration-count: 1;
|
|
593
597
|
animation-fill-mode: forwards;
|
|
594
598
|
}
|
|
595
|
-
._teddy-
|
|
599
|
+
._teddy-button__loading_mi6fm_265 ._teddy-button__spinner_mi6fm_276 circle {
|
|
596
600
|
stroke: var(--teddy-color-transparent-black-700);
|
|
597
601
|
}
|
|
598
|
-
._teddy-button--icon-
|
|
602
|
+
._teddy-button--icon-only_mi6fm_56 ._teddy-button__loading_mi6fm_265 {
|
|
599
603
|
background-color: var(--teddy-color-gray-100);
|
|
600
604
|
}
|
|
601
605
|
}
|
|
602
|
-
._teddy-
|
|
606
|
+
._teddy-toast_mi6fm_283 {
|
|
603
607
|
background-color: var(--teddy-color-background-primary);
|
|
604
608
|
color: var(--teddy-color-text-primary);
|
|
605
609
|
border-color: var(--teddy-color-border-weak);
|
|
@@ -611,16 +615,16 @@
|
|
|
611
615
|
gap: 0;
|
|
612
616
|
padding: var(--teddy-spacing-200);
|
|
613
617
|
}
|
|
614
|
-
._teddy-
|
|
618
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__title_mi6fm_295 {
|
|
615
619
|
font-size: var(--teddy-typography-scale-100);
|
|
616
620
|
grid-area: title;
|
|
617
621
|
}
|
|
618
|
-
._teddy-
|
|
622
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__description_mi6fm_299 {
|
|
619
623
|
color: var(--teddy-color-text-default);
|
|
620
624
|
font-size: var(--teddy-typography-scale-75);
|
|
621
625
|
grid-area: description;
|
|
622
626
|
}
|
|
623
|
-
._teddy-
|
|
627
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__icon_mi6fm_304 {
|
|
624
628
|
grid-area: icon;
|
|
625
629
|
display: grid;
|
|
626
630
|
place-items: center;
|
|
@@ -629,7 +633,7 @@
|
|
|
629
633
|
height: unset;
|
|
630
634
|
margin: 0 var(--teddy-spacing-100) 0 0;
|
|
631
635
|
}
|
|
632
|
-
._teddy-
|
|
636
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button_mi6fm_313 {
|
|
633
637
|
align-items: center;
|
|
634
638
|
border-radius: var(--teddy-border-radius-full);
|
|
635
639
|
border-width: 0;
|
|
@@ -661,7 +665,7 @@
|
|
|
661
665
|
box-shadow: none;
|
|
662
666
|
transform: translate(25%, -25%);
|
|
663
667
|
}
|
|
664
|
-
._teddy-
|
|
668
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button_mi6fm_313:focus::before {
|
|
665
669
|
border-radius: inherit;
|
|
666
670
|
box-shadow: 0 0 0 var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
667
671
|
content: "";
|
|
@@ -670,169 +674,169 @@
|
|
|
670
674
|
inset: calc(var(--teddy-spacing-25) * -1);
|
|
671
675
|
position: absolute;
|
|
672
676
|
}
|
|
673
|
-
._teddy-
|
|
677
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button_mi6fm_313:focus:not(:focus-visible)::before {
|
|
674
678
|
opacity: 0;
|
|
675
679
|
}
|
|
676
|
-
._teddy-
|
|
680
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button_mi6fm_313 svg {
|
|
677
681
|
display: block;
|
|
678
682
|
}
|
|
679
|
-
._teddy-
|
|
683
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--sm_mi6fm_360 {
|
|
680
684
|
padding: var(--teddy-spacing-150) var(--teddy-spacing-250);
|
|
681
685
|
}
|
|
682
|
-
._teddy-
|
|
686
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--sm_mi6fm_360._teddy-toast_mi6fm_283 ._teddy-toast__close-button--icon-only_mi6fm_363 {
|
|
683
687
|
padding: var(--teddy-spacing-150);
|
|
684
688
|
}
|
|
685
|
-
._teddy-
|
|
689
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--md_mi6fm_366 {
|
|
686
690
|
padding: var(--teddy-spacing-200) var(--teddy-spacing-300);
|
|
687
691
|
}
|
|
688
|
-
._teddy-
|
|
692
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--md_mi6fm_366._teddy-toast_mi6fm_283 ._teddy-toast__close-button--icon-only_mi6fm_363 {
|
|
689
693
|
padding: var(--teddy-spacing-200);
|
|
690
694
|
}
|
|
691
|
-
._teddy-
|
|
695
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--lg_mi6fm_372 {
|
|
692
696
|
padding: var(--teddy-spacing-250) var(--teddy-spacing-400);
|
|
693
697
|
}
|
|
694
|
-
._teddy-
|
|
698
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--lg_mi6fm_372._teddy-toast_mi6fm_283 ._teddy-toast__close-button--icon-only_mi6fm_363 {
|
|
695
699
|
padding: var(--teddy-spacing-250);
|
|
696
700
|
}
|
|
697
|
-
._teddy-
|
|
701
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--full-width_mi6fm_378 {
|
|
698
702
|
width: 100%;
|
|
699
703
|
}
|
|
700
|
-
._teddy-
|
|
704
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--primary_mi6fm_381 {
|
|
701
705
|
background-color: var(--teddy-color-background-interactive-primary);
|
|
702
706
|
color: var(--teddy-color-text-interactive-on-primary);
|
|
703
707
|
}
|
|
704
|
-
._teddy-
|
|
708
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--primary_mi6fm_381:hover:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
705
709
|
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
706
710
|
}
|
|
707
|
-
._teddy-
|
|
711
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--primary_mi6fm_381:active:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
708
712
|
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
709
713
|
}
|
|
710
|
-
._teddy-
|
|
714
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--primary-negative_mi6fm_391 {
|
|
711
715
|
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
712
716
|
color: var(--teddy-color-text-interactive-on-primary-negative);
|
|
713
717
|
}
|
|
714
|
-
._teddy-
|
|
718
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--primary-negative_mi6fm_391:hover:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
715
719
|
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
716
720
|
border-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
717
721
|
}
|
|
718
|
-
._teddy-
|
|
722
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--primary-negative_mi6fm_391:active:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
719
723
|
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
720
724
|
border-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
721
725
|
}
|
|
722
|
-
._teddy-
|
|
726
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--secondary_mi6fm_403 {
|
|
723
727
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
724
728
|
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary);
|
|
725
729
|
color: var(--teddy-color-text-interactive-primary);
|
|
726
730
|
}
|
|
727
|
-
._teddy-
|
|
731
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--secondary_mi6fm_403:hover:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
728
732
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
729
733
|
}
|
|
730
|
-
._teddy-
|
|
734
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--secondary_mi6fm_403:active:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
731
735
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
732
736
|
}
|
|
733
|
-
._teddy-
|
|
737
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--secondary-negative_mi6fm_414 {
|
|
734
738
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
735
739
|
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary-negative);
|
|
736
740
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
737
741
|
}
|
|
738
|
-
._teddy-
|
|
742
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--secondary-negative_mi6fm_414:hover:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
739
743
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
740
744
|
}
|
|
741
|
-
._teddy-
|
|
745
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--secondary-negative_mi6fm_414:active:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
742
746
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
743
747
|
}
|
|
744
|
-
._teddy-
|
|
748
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--expressive_mi6fm_425 {
|
|
745
749
|
background-color: var(--teddy-color-background-interactive-expressive);
|
|
746
750
|
color: var(--teddy-color-text-interactive-on-expressive);
|
|
747
751
|
}
|
|
748
|
-
._teddy-
|
|
752
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--expressive_mi6fm_425:hover:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
749
753
|
background-color: var(--teddy-color-background-interactive-expressive-hover);
|
|
750
754
|
}
|
|
751
|
-
._teddy-
|
|
755
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--expressive_mi6fm_425:active:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
752
756
|
background-color: var(--teddy-color-background-interactive-expressive-active);
|
|
753
757
|
}
|
|
754
|
-
._teddy-
|
|
758
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--expressive-negative_mi6fm_435 {
|
|
755
759
|
background-color: var(--teddy-color-background-interactive-expressive-negative);
|
|
756
760
|
color: var(--teddy-color-text-interactive-on-expressive-negative);
|
|
757
761
|
}
|
|
758
|
-
._teddy-
|
|
762
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--expressive-negative_mi6fm_435:hover:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
759
763
|
background-color: var(--teddy-color-background-interactive-expressive-negative-hover);
|
|
760
764
|
color: var(--teddy-color-text-interactive-on-expressive-negative-hover);
|
|
761
765
|
}
|
|
762
|
-
._teddy-
|
|
766
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button--expressive-negative_mi6fm_435:active:not(._teddy-toast_mi6fm_283 ._teddy-toast__close-button--disabled_mi6fm_385) {
|
|
763
767
|
background-color: var(--teddy-color-background-interactive-expressive-negative-active);
|
|
764
768
|
color: var(--teddy-color-text-interactive-on-expressive-negative-active);
|
|
765
769
|
}
|
|
766
|
-
._teddy-
|
|
770
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button_mi6fm_313._teddy-toast--disabled_mi6fm_447 {
|
|
767
771
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
768
772
|
}
|
|
769
|
-
._teddy-
|
|
773
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button_mi6fm_313:hover:not(._teddy-toast--disabled_mi6fm_447) {
|
|
770
774
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
771
775
|
}
|
|
772
|
-
._teddy-
|
|
776
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button_mi6fm_313:active:not(._teddy-toast--disabled_mi6fm_447) {
|
|
773
777
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
774
778
|
}
|
|
775
|
-
._teddy-
|
|
779
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__close-button_mi6fm_313 svg {
|
|
776
780
|
height: var(--teddy-spacing-200);
|
|
777
781
|
width: var(--teddy-spacing-200);
|
|
778
782
|
}
|
|
779
|
-
._teddy-
|
|
783
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__content_mi6fm_460 {
|
|
780
784
|
display: contents;
|
|
781
785
|
}
|
|
782
|
-
._teddy-
|
|
786
|
+
._teddy-toast_mi6fm_283 ._teddy-toast__loading_mi6fm_463 {
|
|
783
787
|
grid-area: icon;
|
|
784
788
|
position: relative;
|
|
785
789
|
}
|
|
786
|
-
._teddy-toast--
|
|
790
|
+
._teddy-toast--success_mi6fm_467 {
|
|
787
791
|
background-color: var(--teddy-color-background-status-success);
|
|
788
792
|
color: var(--teddy-color-text-status-success-strong);
|
|
789
793
|
border-color: var(--teddy-color-border-status-success);
|
|
790
794
|
}
|
|
791
|
-
._teddy-toast--
|
|
795
|
+
._teddy-toast--success_mi6fm_467 ._teddy-toast__icon_mi6fm_304 {
|
|
792
796
|
color: var(--teddy-color-text-status-success-medium);
|
|
793
797
|
}
|
|
794
|
-
._teddy-toast--
|
|
798
|
+
._teddy-toast--success_mi6fm_467 ._teddy-toast__close-button_mi6fm_313 {
|
|
795
799
|
border-color: var(--teddy-color-border-status-success);
|
|
796
800
|
color: var(--teddy-color-text-status-success-strong);
|
|
797
801
|
}
|
|
798
|
-
._teddy-toast--
|
|
802
|
+
._teddy-toast--info_mi6fm_479 {
|
|
799
803
|
background-color: var(--teddy-color-background-status-info);
|
|
800
804
|
color: var(--teddy-color-text-status-info-strong);
|
|
801
805
|
border-color: var(--teddy-color-border-status-info);
|
|
802
806
|
}
|
|
803
|
-
._teddy-toast--
|
|
807
|
+
._teddy-toast--info_mi6fm_479 ._teddy-toast__icon_mi6fm_304 {
|
|
804
808
|
color: var(--teddy-color-text-status-info-medium);
|
|
805
809
|
}
|
|
806
|
-
._teddy-toast--
|
|
810
|
+
._teddy-toast--info_mi6fm_479 ._teddy-toast__close-button_mi6fm_313 {
|
|
807
811
|
border-color: var(--teddy-color-border-status-info);
|
|
808
812
|
color: var(--teddy-color-text-status-info-strong);
|
|
809
813
|
}
|
|
810
|
-
._teddy-toast--
|
|
814
|
+
._teddy-toast--warning_mi6fm_491 {
|
|
811
815
|
background-color: var(--teddy-color-background-status-warning);
|
|
812
816
|
color: var(--teddy-color-text-status-warning-strong);
|
|
813
817
|
border-color: var(--teddy-color-border-status-warning);
|
|
814
818
|
}
|
|
815
|
-
._teddy-toast--
|
|
819
|
+
._teddy-toast--warning_mi6fm_491 ._teddy-toast__icon_mi6fm_304 {
|
|
816
820
|
color: var(--teddy-color-text-status-warning-medium);
|
|
817
821
|
}
|
|
818
|
-
._teddy-toast--
|
|
822
|
+
._teddy-toast--warning_mi6fm_491 ._teddy-toast__close-button_mi6fm_313 {
|
|
819
823
|
border-color: var(--teddy-color-border-status-warning);
|
|
820
824
|
color: var(--teddy-color-text-status-warning-strong);
|
|
821
825
|
}
|
|
822
|
-
._teddy-toast--
|
|
826
|
+
._teddy-toast--error_mi6fm_503 {
|
|
823
827
|
background-color: var(--teddy-color-background-status-error);
|
|
824
828
|
color: var(--teddy-color-text-status-error-strong);
|
|
825
829
|
border-color: var(--teddy-color-border-status-error);
|
|
826
830
|
}
|
|
827
|
-
._teddy-toast--
|
|
831
|
+
._teddy-toast--error_mi6fm_503 ._teddy-toast__icon_mi6fm_304 {
|
|
828
832
|
color: var(--teddy-color-text-status-error-medium);
|
|
829
833
|
}
|
|
830
|
-
._teddy-toast--
|
|
834
|
+
._teddy-toast--error_mi6fm_503 ._teddy-toast__close-button_mi6fm_313 {
|
|
831
835
|
border-color: var(--teddy-color-border-status-error);
|
|
832
836
|
color: var(--teddy-color-text-status-error-strong);
|
|
833
837
|
}
|
|
834
|
-
._teddy-
|
|
835
|
-
._teddy-
|
|
838
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515,
|
|
839
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button_mi6fm_516 {
|
|
836
840
|
align-items: center;
|
|
837
841
|
border-radius: var(--teddy-border-radius-full);
|
|
838
842
|
border-width: 0;
|
|
@@ -861,8 +865,8 @@
|
|
|
861
865
|
margin-top: auto;
|
|
862
866
|
box-shadow: none;
|
|
863
867
|
}
|
|
864
|
-
._teddy-
|
|
865
|
-
._teddy-
|
|
868
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515:focus::before,
|
|
869
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button_mi6fm_516:focus::before {
|
|
866
870
|
border-radius: inherit;
|
|
867
871
|
box-shadow: 0 0 0 var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
868
872
|
content: "";
|
|
@@ -871,135 +875,135 @@
|
|
|
871
875
|
inset: calc(var(--teddy-spacing-25) * -1);
|
|
872
876
|
position: absolute;
|
|
873
877
|
}
|
|
874
|
-
._teddy-
|
|
875
|
-
._teddy-
|
|
878
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515:focus:not(:focus-visible)::before,
|
|
879
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button_mi6fm_516:focus:not(:focus-visible)::before {
|
|
876
880
|
opacity: 0;
|
|
877
881
|
}
|
|
878
|
-
._teddy-
|
|
879
|
-
._teddy-
|
|
882
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515 svg,
|
|
883
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button_mi6fm_516 svg {
|
|
880
884
|
display: block;
|
|
881
885
|
}
|
|
882
|
-
._teddy-
|
|
883
|
-
._teddy-
|
|
886
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--sm_mi6fm_563,
|
|
887
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--sm_mi6fm_564 {
|
|
884
888
|
padding: var(--teddy-spacing-150) var(--teddy-spacing-250);
|
|
885
889
|
}
|
|
886
|
-
._teddy-
|
|
887
|
-
._teddy-
|
|
888
|
-
._teddy-
|
|
890
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--sm_mi6fm_563._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--sm_mi6fm_563 ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--icon-only_mi6fm_567,
|
|
891
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--sm_mi6fm_564._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515,
|
|
892
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--sm_mi6fm_564 ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--icon-only_mi6fm_567 {
|
|
889
893
|
padding: var(--teddy-spacing-150);
|
|
890
894
|
}
|
|
891
|
-
._teddy-
|
|
892
|
-
._teddy-
|
|
895
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--md_mi6fm_572,
|
|
896
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--md_mi6fm_573 {
|
|
893
897
|
padding: var(--teddy-spacing-200) var(--teddy-spacing-300);
|
|
894
898
|
}
|
|
895
|
-
._teddy-
|
|
896
|
-
._teddy-
|
|
897
|
-
._teddy-
|
|
899
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--md_mi6fm_572._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--md_mi6fm_572 ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--icon-only_mi6fm_567,
|
|
900
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--md_mi6fm_573._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515,
|
|
901
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--md_mi6fm_573 ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--icon-only_mi6fm_567 {
|
|
898
902
|
padding: var(--teddy-spacing-200);
|
|
899
903
|
}
|
|
900
|
-
._teddy-
|
|
901
|
-
._teddy-
|
|
904
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--lg_mi6fm_581,
|
|
905
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--lg_mi6fm_582 {
|
|
902
906
|
padding: var(--teddy-spacing-250) var(--teddy-spacing-400);
|
|
903
907
|
}
|
|
904
|
-
._teddy-
|
|
905
|
-
._teddy-
|
|
906
|
-
._teddy-
|
|
908
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--lg_mi6fm_581._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--lg_mi6fm_581 ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--icon-only_mi6fm_567,
|
|
909
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--lg_mi6fm_582._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515,
|
|
910
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--lg_mi6fm_582 ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--icon-only_mi6fm_567 {
|
|
907
911
|
padding: var(--teddy-spacing-250);
|
|
908
912
|
}
|
|
909
|
-
._teddy-
|
|
910
|
-
._teddy-
|
|
913
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--full-width_mi6fm_590,
|
|
914
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--full-width_mi6fm_591 {
|
|
911
915
|
width: 100%;
|
|
912
916
|
}
|
|
913
|
-
._teddy-
|
|
914
|
-
._teddy-
|
|
917
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--primary_mi6fm_594,
|
|
918
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--primary_mi6fm_595 {
|
|
915
919
|
background-color: var(--teddy-color-background-interactive-primary);
|
|
916
920
|
color: var(--teddy-color-text-interactive-on-primary);
|
|
917
921
|
}
|
|
918
|
-
._teddy-
|
|
919
|
-
._teddy-
|
|
922
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--primary_mi6fm_594:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
923
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--primary_mi6fm_595:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
920
924
|
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
921
925
|
}
|
|
922
|
-
._teddy-
|
|
923
|
-
._teddy-
|
|
926
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--primary_mi6fm_594:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
927
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--primary_mi6fm_595:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
924
928
|
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
925
929
|
}
|
|
926
|
-
._teddy-
|
|
927
|
-
._teddy-
|
|
930
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--primary-negative_mi6fm_607,
|
|
931
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--primary-negative_mi6fm_608 {
|
|
928
932
|
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
929
933
|
color: var(--teddy-color-text-interactive-on-primary-negative);
|
|
930
934
|
}
|
|
931
|
-
._teddy-
|
|
932
|
-
._teddy-
|
|
935
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--primary-negative_mi6fm_607:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
936
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--primary-negative_mi6fm_608:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
933
937
|
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
934
938
|
border-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
935
939
|
}
|
|
936
|
-
._teddy-
|
|
937
|
-
._teddy-
|
|
940
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--primary-negative_mi6fm_607:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
941
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--primary-negative_mi6fm_608:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
938
942
|
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
939
943
|
border-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
940
944
|
}
|
|
941
|
-
._teddy-
|
|
942
|
-
._teddy-
|
|
945
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--secondary_mi6fm_622,
|
|
946
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--secondary_mi6fm_623 {
|
|
943
947
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
944
948
|
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary);
|
|
945
949
|
color: var(--teddy-color-text-interactive-primary);
|
|
946
950
|
}
|
|
947
|
-
._teddy-
|
|
948
|
-
._teddy-
|
|
951
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--secondary_mi6fm_622:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
952
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--secondary_mi6fm_623:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
949
953
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
950
954
|
}
|
|
951
|
-
._teddy-
|
|
952
|
-
._teddy-
|
|
955
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--secondary_mi6fm_622:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
956
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--secondary_mi6fm_623:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
953
957
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
954
958
|
}
|
|
955
|
-
._teddy-
|
|
956
|
-
._teddy-
|
|
959
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--secondary-negative_mi6fm_636,
|
|
960
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--secondary-negative_mi6fm_637 {
|
|
957
961
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
958
962
|
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary-negative);
|
|
959
963
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
960
964
|
}
|
|
961
|
-
._teddy-
|
|
962
|
-
._teddy-
|
|
965
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--secondary-negative_mi6fm_636:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
966
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--secondary-negative_mi6fm_637:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
963
967
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
964
968
|
}
|
|
965
|
-
._teddy-
|
|
966
|
-
._teddy-
|
|
969
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--secondary-negative_mi6fm_636:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
970
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--secondary-negative_mi6fm_637:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
967
971
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
968
972
|
}
|
|
969
|
-
._teddy-
|
|
970
|
-
._teddy-
|
|
973
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--expressive_mi6fm_650,
|
|
974
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--expressive_mi6fm_651 {
|
|
971
975
|
background-color: var(--teddy-color-background-interactive-expressive);
|
|
972
976
|
color: var(--teddy-color-text-interactive-on-expressive);
|
|
973
977
|
}
|
|
974
|
-
._teddy-
|
|
975
|
-
._teddy-
|
|
978
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--expressive_mi6fm_650:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
979
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--expressive_mi6fm_651:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
976
980
|
background-color: var(--teddy-color-background-interactive-expressive-hover);
|
|
977
981
|
}
|
|
978
|
-
._teddy-
|
|
979
|
-
._teddy-
|
|
982
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--expressive_mi6fm_650:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
983
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--expressive_mi6fm_651:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
980
984
|
background-color: var(--teddy-color-background-interactive-expressive-active);
|
|
981
985
|
}
|
|
982
|
-
._teddy-
|
|
983
|
-
._teddy-
|
|
986
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--expressive-negative_mi6fm_663,
|
|
987
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--expressive-negative_mi6fm_664 {
|
|
984
988
|
background-color: var(--teddy-color-background-interactive-expressive-negative);
|
|
985
989
|
color: var(--teddy-color-text-interactive-on-expressive-negative);
|
|
986
990
|
}
|
|
987
|
-
._teddy-
|
|
988
|
-
._teddy-
|
|
991
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--expressive-negative_mi6fm_663:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
992
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--expressive-negative_mi6fm_664:hover:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
989
993
|
background-color: var(--teddy-color-background-interactive-expressive-negative-hover);
|
|
990
994
|
color: var(--teddy-color-text-interactive-on-expressive-negative-hover);
|
|
991
995
|
}
|
|
992
|
-
._teddy-
|
|
993
|
-
._teddy-
|
|
996
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button--expressive-negative_mi6fm_663:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599),
|
|
997
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--expressive-negative_mi6fm_664:active:not(._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515, ._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button--disabled_mi6fm_599) {
|
|
994
998
|
background-color: var(--teddy-color-background-interactive-expressive-negative-active);
|
|
995
999
|
color: var(--teddy-color-text-interactive-on-expressive-negative-active);
|
|
996
1000
|
}
|
|
997
|
-
._teddy-
|
|
998
|
-
._teddy-
|
|
1001
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515:hover,
|
|
1002
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button_mi6fm_516:hover {
|
|
999
1003
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
1000
1004
|
}
|
|
1001
|
-
._teddy-
|
|
1002
|
-
._teddy-
|
|
1005
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__action-button_mi6fm_515[data-button]._teddy-toast__action-button_mi6fm_515:active,
|
|
1006
|
+
._teddy-toast_mi6fm_283 [data-button]._teddy-toast__cancel-button_mi6fm_516[data-button]._teddy-toast__cancel-button_mi6fm_516:active {
|
|
1003
1007
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1004
1008
|
}._teddy-toggletip__content_1ob5f_1 {
|
|
1005
1009
|
border-radius: var(--teddy-border-radius-md);
|
|
@@ -1035,7 +1039,7 @@
|
|
|
1035
1039
|
._teddy-toggletip__heading_1ob5f_32 {
|
|
1036
1040
|
grid-area: heading;
|
|
1037
1041
|
color: inherit;
|
|
1038
|
-
}@keyframes
|
|
1042
|
+
}@keyframes _fadeInAnimation_1k5uy_1 {
|
|
1039
1043
|
0% {
|
|
1040
1044
|
opacity: 0;
|
|
1041
1045
|
}
|
|
@@ -1043,7 +1047,7 @@
|
|
|
1043
1047
|
opacity: 1;
|
|
1044
1048
|
}
|
|
1045
1049
|
}
|
|
1046
|
-
@keyframes
|
|
1050
|
+
@keyframes _scaleInAnimation_1k5uy_1 {
|
|
1047
1051
|
0% {
|
|
1048
1052
|
scale: 0;
|
|
1049
1053
|
}
|
|
@@ -1052,7 +1056,7 @@
|
|
|
1052
1056
|
}
|
|
1053
1057
|
}
|
|
1054
1058
|
@layer button {
|
|
1055
|
-
._teddy-
|
|
1059
|
+
._teddy-button_1k5uy_18 {
|
|
1056
1060
|
align-items: center;
|
|
1057
1061
|
border-radius: var(--teddy-border-radius-full);
|
|
1058
1062
|
border-width: 0;
|
|
@@ -1072,7 +1076,7 @@
|
|
|
1072
1076
|
transition-property: background-color, color;
|
|
1073
1077
|
width: auto;
|
|
1074
1078
|
}
|
|
1075
|
-
._teddy-
|
|
1079
|
+
._teddy-button_1k5uy_18:focus::before {
|
|
1076
1080
|
border-radius: inherit;
|
|
1077
1081
|
box-shadow: 0 0 0 var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
1078
1082
|
content: "";
|
|
@@ -1081,155 +1085,155 @@
|
|
|
1081
1085
|
inset: calc(var(--teddy-spacing-25) * -1);
|
|
1082
1086
|
position: absolute;
|
|
1083
1087
|
}
|
|
1084
|
-
._teddy-
|
|
1088
|
+
._teddy-button_1k5uy_18:focus:not(:focus-visible)::before {
|
|
1085
1089
|
opacity: 0;
|
|
1086
1090
|
}
|
|
1087
|
-
._teddy-
|
|
1091
|
+
._teddy-button_1k5uy_18 svg {
|
|
1088
1092
|
display: block;
|
|
1089
1093
|
}
|
|
1090
|
-
._teddy-button--
|
|
1094
|
+
._teddy-button--sm_1k5uy_53 {
|
|
1091
1095
|
padding: var(--teddy-spacing-150) var(--teddy-spacing-250);
|
|
1092
1096
|
}
|
|
1093
|
-
._teddy-button--
|
|
1097
|
+
._teddy-button--sm_1k5uy_53._teddy-button--icon-only_1k5uy_56 {
|
|
1094
1098
|
padding: var(--teddy-spacing-150);
|
|
1095
1099
|
}
|
|
1096
|
-
._teddy-button--
|
|
1100
|
+
._teddy-button--md_1k5uy_59 {
|
|
1097
1101
|
padding: var(--teddy-spacing-200) var(--teddy-spacing-300);
|
|
1098
1102
|
}
|
|
1099
|
-
._teddy-button--
|
|
1103
|
+
._teddy-button--md_1k5uy_59._teddy-button--icon-only_1k5uy_56 {
|
|
1100
1104
|
padding: var(--teddy-spacing-200);
|
|
1101
1105
|
}
|
|
1102
|
-
._teddy-button--
|
|
1106
|
+
._teddy-button--lg_1k5uy_65 {
|
|
1103
1107
|
padding: var(--teddy-spacing-250) var(--teddy-spacing-400);
|
|
1104
1108
|
}
|
|
1105
|
-
._teddy-button--
|
|
1109
|
+
._teddy-button--lg_1k5uy_65._teddy-button--icon-only_1k5uy_56 {
|
|
1106
1110
|
padding: var(--teddy-spacing-250);
|
|
1107
1111
|
}
|
|
1108
|
-
._teddy-button--full-
|
|
1112
|
+
._teddy-button--full-width_1k5uy_71 {
|
|
1109
1113
|
width: 100%;
|
|
1110
1114
|
}
|
|
1111
|
-
._teddy-button--
|
|
1115
|
+
._teddy-button--primary_1k5uy_74 {
|
|
1112
1116
|
background-color: var(--teddy-color-background-interactive-primary);
|
|
1113
1117
|
color: var(--teddy-color-text-interactive-on-primary);
|
|
1114
1118
|
}
|
|
1115
|
-
._teddy-button--
|
|
1119
|
+
._teddy-button--primary_1k5uy_74:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1116
1120
|
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
1117
1121
|
}
|
|
1118
|
-
._teddy-button--
|
|
1122
|
+
._teddy-button--primary_1k5uy_74:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1119
1123
|
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
1120
1124
|
}
|
|
1121
|
-
._teddy-button--primary-
|
|
1125
|
+
._teddy-button--primary-negative_1k5uy_84 {
|
|
1122
1126
|
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
1123
1127
|
color: var(--teddy-color-text-interactive-on-primary-negative);
|
|
1124
1128
|
}
|
|
1125
|
-
._teddy-button--primary-
|
|
1129
|
+
._teddy-button--primary-negative_1k5uy_84:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1126
1130
|
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
1127
1131
|
border-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
1128
1132
|
}
|
|
1129
|
-
._teddy-button--primary-
|
|
1133
|
+
._teddy-button--primary-negative_1k5uy_84:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1130
1134
|
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
1131
1135
|
border-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
1132
1136
|
}
|
|
1133
|
-
._teddy-button--
|
|
1137
|
+
._teddy-button--secondary_1k5uy_96 {
|
|
1134
1138
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1135
1139
|
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary);
|
|
1136
1140
|
color: var(--teddy-color-text-interactive-primary);
|
|
1137
1141
|
}
|
|
1138
|
-
._teddy-button--
|
|
1142
|
+
._teddy-button--secondary_1k5uy_96:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1139
1143
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
1140
1144
|
}
|
|
1141
|
-
._teddy-button--
|
|
1145
|
+
._teddy-button--secondary_1k5uy_96:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1142
1146
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1143
1147
|
}
|
|
1144
|
-
._teddy-button--secondary-
|
|
1148
|
+
._teddy-button--secondary-negative_1k5uy_107 {
|
|
1145
1149
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1146
1150
|
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary-negative);
|
|
1147
1151
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
1148
1152
|
}
|
|
1149
|
-
._teddy-button--secondary-
|
|
1153
|
+
._teddy-button--secondary-negative_1k5uy_107:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1150
1154
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
1151
1155
|
}
|
|
1152
|
-
._teddy-button--secondary-
|
|
1156
|
+
._teddy-button--secondary-negative_1k5uy_107:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1153
1157
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
1154
1158
|
}
|
|
1155
|
-
._teddy-button--
|
|
1159
|
+
._teddy-button--expressive_1k5uy_118 {
|
|
1156
1160
|
background-color: var(--teddy-color-background-interactive-expressive);
|
|
1157
1161
|
color: var(--teddy-color-text-interactive-on-expressive);
|
|
1158
1162
|
}
|
|
1159
|
-
._teddy-button--
|
|
1163
|
+
._teddy-button--expressive_1k5uy_118:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1160
1164
|
background-color: var(--teddy-color-background-interactive-expressive-hover);
|
|
1161
1165
|
}
|
|
1162
|
-
._teddy-button--
|
|
1166
|
+
._teddy-button--expressive_1k5uy_118:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1163
1167
|
background-color: var(--teddy-color-background-interactive-expressive-active);
|
|
1164
1168
|
}
|
|
1165
|
-
._teddy-button--expressive-
|
|
1169
|
+
._teddy-button--expressive-negative_1k5uy_128 {
|
|
1166
1170
|
background-color: var(--teddy-color-background-interactive-expressive-negative);
|
|
1167
1171
|
color: var(--teddy-color-text-interactive-on-expressive-negative);
|
|
1168
1172
|
}
|
|
1169
|
-
._teddy-button--expressive-
|
|
1173
|
+
._teddy-button--expressive-negative_1k5uy_128:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1170
1174
|
background-color: var(--teddy-color-background-interactive-expressive-negative-hover);
|
|
1171
1175
|
color: var(--teddy-color-text-interactive-on-expressive-negative-hover);
|
|
1172
1176
|
}
|
|
1173
|
-
._teddy-button--expressive-
|
|
1177
|
+
._teddy-button--expressive-negative_1k5uy_128:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1174
1178
|
background-color: var(--teddy-color-background-interactive-expressive-negative-active);
|
|
1175
1179
|
color: var(--teddy-color-text-interactive-on-expressive-negative-active);
|
|
1176
1180
|
}
|
|
1177
|
-
._teddy-button--
|
|
1181
|
+
._teddy-button--negative_1k5uy_140._teddy-button--disabled_1k5uy_78 {
|
|
1178
1182
|
background-color: var(--teddy-color-background-interactive-disabled-negative);
|
|
1179
1183
|
color: var(--teddy-color-text-weak-negative);
|
|
1180
1184
|
}
|
|
1181
|
-
._teddy-button--
|
|
1185
|
+
._teddy-button--secondary_1k5uy_96._teddy-button--disabled_1k5uy_78, ._teddy-button--secondary-negative_1k5uy_107._teddy-button--disabled_1k5uy_78 {
|
|
1182
1186
|
box-shadow: none;
|
|
1183
1187
|
}
|
|
1184
|
-
._teddy-button--
|
|
1188
|
+
._teddy-button--destructive_1k5uy_147 {
|
|
1185
1189
|
background-color: var(--teddy-color-background-interactive-destructive);
|
|
1186
1190
|
color: var(--teddy-color-text-interactive-on-destructive);
|
|
1187
1191
|
}
|
|
1188
|
-
._teddy-button--
|
|
1192
|
+
._teddy-button--destructive_1k5uy_147:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1189
1193
|
background-color: var(--teddy-color-background-interactive-destructive-hover);
|
|
1190
1194
|
}
|
|
1191
|
-
._teddy-button--
|
|
1195
|
+
._teddy-button--destructive_1k5uy_147:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1192
1196
|
background-color: var(--teddy-color-background-interactive-destructive-active);
|
|
1193
1197
|
}
|
|
1194
|
-
._teddy-button--destructive-
|
|
1198
|
+
._teddy-button--destructive-negative_1k5uy_157 {
|
|
1195
1199
|
background-color: var(--teddy-color-background-interactive-destructive);
|
|
1196
1200
|
color: var(--teddy-color-text-interactive-on-destructive);
|
|
1197
1201
|
}
|
|
1198
|
-
._teddy-button--destructive-
|
|
1202
|
+
._teddy-button--destructive-negative_1k5uy_157:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1199
1203
|
background-color: var(--teddy-color-background-interactive-destructive-hover);
|
|
1200
1204
|
}
|
|
1201
|
-
._teddy-button--destructive-
|
|
1205
|
+
._teddy-button--destructive-negative_1k5uy_157:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1202
1206
|
background-color: var(--teddy-color-background-interactive-destructive-active);
|
|
1203
1207
|
}
|
|
1204
|
-
._teddy-button--tertiary-
|
|
1208
|
+
._teddy-button--tertiary-purple_1k5uy_167 {
|
|
1205
1209
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1206
1210
|
color: var(--teddy-color-text-interactive-primary);
|
|
1207
1211
|
}
|
|
1208
|
-
._teddy-button--tertiary-
|
|
1212
|
+
._teddy-button--tertiary-purple_1k5uy_167._teddy-button--disabled_1k5uy_78 {
|
|
1209
1213
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1210
1214
|
}
|
|
1211
|
-
._teddy-button--tertiary-
|
|
1215
|
+
._teddy-button--tertiary-purple_1k5uy_167:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1212
1216
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
1213
1217
|
}
|
|
1214
|
-
._teddy-button--tertiary-
|
|
1218
|
+
._teddy-button--tertiary-purple_1k5uy_167:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1215
1219
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1216
1220
|
}
|
|
1217
|
-
._teddy-button--tertiary-purple-
|
|
1221
|
+
._teddy-button--tertiary-purple-negative_1k5uy_180 {
|
|
1218
1222
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1219
1223
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
1220
1224
|
}
|
|
1221
|
-
._teddy-button--tertiary-purple-
|
|
1225
|
+
._teddy-button--tertiary-purple-negative_1k5uy_180._teddy-button--disabled_1k5uy_78 {
|
|
1222
1226
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1223
1227
|
}
|
|
1224
|
-
._teddy-button--tertiary-purple-
|
|
1228
|
+
._teddy-button--tertiary-purple-negative_1k5uy_180:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1225
1229
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
1226
1230
|
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
1227
1231
|
}
|
|
1228
|
-
._teddy-button--tertiary-purple-
|
|
1232
|
+
._teddy-button--tertiary-purple-negative_1k5uy_180:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1229
1233
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
1230
1234
|
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
1231
1235
|
}
|
|
1232
|
-
._teddy-button--list-
|
|
1236
|
+
._teddy-button--list-item_1k5uy_195 {
|
|
1233
1237
|
border-radius: var(--teddy-border-radius-md);
|
|
1234
1238
|
padding: var(--teddy-spacing-250) var(--teddy-spacing-150);
|
|
1235
1239
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
@@ -1238,78 +1242,82 @@
|
|
|
1238
1242
|
line-height: var(--teddy-typography-line-height-tight);
|
|
1239
1243
|
justify-content: flex-start;
|
|
1240
1244
|
}
|
|
1241
|
-
._teddy-button--list-
|
|
1245
|
+
._teddy-button--list-item_1k5uy_195._teddy-button--disabled_1k5uy_78 {
|
|
1242
1246
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1243
1247
|
color: var(--teddy-color-text-weak);
|
|
1244
1248
|
}
|
|
1245
|
-
._teddy-button--list-
|
|
1249
|
+
._teddy-button--list-item_1k5uy_195:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1246
1250
|
background-color: var(--teddy-color-background-secondary);
|
|
1247
1251
|
}
|
|
1248
|
-
._teddy-button--list-
|
|
1252
|
+
._teddy-button--list-item_1k5uy_195:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1249
1253
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1250
1254
|
}
|
|
1251
|
-
._teddy-button--text-
|
|
1255
|
+
._teddy-button--text-negative_1k5uy_214 {
|
|
1252
1256
|
border-radius: 0;
|
|
1253
1257
|
padding-left: 0;
|
|
1254
1258
|
padding-right: 0;
|
|
1255
1259
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1256
1260
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
1257
1261
|
}
|
|
1258
|
-
._teddy-button--text-
|
|
1262
|
+
._teddy-button--text-negative_1k5uy_214:focus-visible::before {
|
|
1259
1263
|
border-radius: 0;
|
|
1260
1264
|
}
|
|
1261
|
-
._teddy-button--text-
|
|
1265
|
+
._teddy-button--text-negative_1k5uy_214._teddy-button--disabled_1k5uy_78 {
|
|
1262
1266
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1263
1267
|
}
|
|
1264
|
-
._teddy-button--text-
|
|
1268
|
+
._teddy-button--text-negative_1k5uy_214:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1265
1269
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
1266
1270
|
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
1267
1271
|
}
|
|
1268
|
-
._teddy-button--text-
|
|
1272
|
+
._teddy-button--text-negative_1k5uy_214:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1269
1273
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
1270
1274
|
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
1271
1275
|
}
|
|
1272
|
-
._teddy-button--
|
|
1276
|
+
._teddy-button--text_1k5uy_214 {
|
|
1273
1277
|
border-radius: 0;
|
|
1274
1278
|
padding-left: 0;
|
|
1275
1279
|
padding-right: 0;
|
|
1276
1280
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1277
1281
|
color: var(--teddy-color-text-interactive-primary);
|
|
1278
1282
|
}
|
|
1279
|
-
._teddy-button--
|
|
1283
|
+
._teddy-button--text_1k5uy_214:focus-visible::before {
|
|
1280
1284
|
border-radius: 0;
|
|
1281
1285
|
}
|
|
1282
|
-
._teddy-button--
|
|
1286
|
+
._teddy-button--text_1k5uy_214._teddy-button--disabled_1k5uy_78 {
|
|
1283
1287
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1284
1288
|
color: var(--teddy-color-text-weak);
|
|
1285
1289
|
}
|
|
1286
|
-
._teddy-button--
|
|
1290
|
+
._teddy-button--text_1k5uy_214:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
1287
1291
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
1288
1292
|
}
|
|
1289
|
-
._teddy-button--
|
|
1293
|
+
._teddy-button--text_1k5uy_214:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
1290
1294
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1291
1295
|
}
|
|
1292
|
-
._teddy-button--
|
|
1296
|
+
._teddy-button--disabled_1k5uy_78 {
|
|
1293
1297
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
1294
1298
|
color: var(--teddy-color-text-weak);
|
|
1295
1299
|
cursor: not-allowed;
|
|
1296
1300
|
transition-duration: var(--teddy-motion-duration-400);
|
|
1297
1301
|
}
|
|
1298
|
-
._teddy-
|
|
1302
|
+
._teddy-button--dashed-border_1k5uy_261 {
|
|
1303
|
+
border: 1px dashed;
|
|
1304
|
+
box-shadow: none;
|
|
1305
|
+
}
|
|
1306
|
+
._teddy-button__loading_1k5uy_265 {
|
|
1299
1307
|
position: absolute;
|
|
1300
1308
|
inset: 0;
|
|
1301
1309
|
display: grid;
|
|
1302
1310
|
place-items: center;
|
|
1303
1311
|
border-radius: inherit;
|
|
1304
1312
|
background-color: var(--teddy-color-transparent-white-500);
|
|
1305
|
-
animation:
|
|
1313
|
+
animation: _fadeInAnimation_1k5uy_1 ease var(--teddy-motion-duration-500);
|
|
1306
1314
|
animation-iteration-count: 1;
|
|
1307
1315
|
animation-fill-mode: forwards;
|
|
1308
1316
|
}
|
|
1309
|
-
._teddy-
|
|
1317
|
+
._teddy-button__loading_1k5uy_265 ._teddy-button__spinner_1k5uy_276 circle {
|
|
1310
1318
|
stroke: var(--teddy-color-transparent-black-700);
|
|
1311
1319
|
}
|
|
1312
|
-
._teddy-button--icon-
|
|
1320
|
+
._teddy-button--icon-only_1k5uy_56 ._teddy-button__loading_1k5uy_265 {
|
|
1313
1321
|
background-color: var(--teddy-color-gray-100);
|
|
1314
1322
|
}
|
|
1315
1323
|
}@layer heading {
|
|
@@ -2521,32 +2529,32 @@
|
|
|
2521
2529
|
}
|
|
2522
2530
|
}@layer heading, flex, grid, button, card;
|
|
2523
2531
|
@layer card {
|
|
2524
|
-
._teddy-
|
|
2532
|
+
._teddy-card_1h784_3 {
|
|
2525
2533
|
border-radius: var(--teddy-border-radius-md);
|
|
2526
2534
|
padding: var(--teddy-spacing-250);
|
|
2527
2535
|
position: relative;
|
|
2528
2536
|
}
|
|
2529
2537
|
@media (prefers-reduced-motion: no-preference) {
|
|
2530
|
-
._teddy-
|
|
2538
|
+
._teddy-card_1h784_3 {
|
|
2531
2539
|
transition: background-color var(--teddy-motion-duration-300) ease;
|
|
2532
2540
|
}
|
|
2533
2541
|
}
|
|
2534
|
-
._teddy-
|
|
2542
|
+
._teddy-card__slot_1h784_13 {
|
|
2535
2543
|
transform: translateY(-50%);
|
|
2536
2544
|
}
|
|
2537
|
-
._teddy-card__slot--
|
|
2545
|
+
._teddy-card__slot--bottom_1h784_16 {
|
|
2538
2546
|
transform: translateY(50%);
|
|
2539
2547
|
}
|
|
2540
|
-
._teddy-card__slot--
|
|
2548
|
+
._teddy-card__slot--center_1h784_19 {
|
|
2541
2549
|
transform: translate(-50%, -50%);
|
|
2542
2550
|
}
|
|
2543
|
-
._teddy-card__slot--
|
|
2551
|
+
._teddy-card__slot--bottom_1h784_16._teddy-card__slot--center_1h784_19 {
|
|
2544
2552
|
transform: translate(-50%, 50%);
|
|
2545
2553
|
}
|
|
2546
|
-
._teddy-card__slot--no-
|
|
2554
|
+
._teddy-card__slot--no-translate_1h784_25 {
|
|
2547
2555
|
transform: initial;
|
|
2548
2556
|
}
|
|
2549
|
-
._teddy-
|
|
2557
|
+
._teddy-card_1h784_3::before {
|
|
2550
2558
|
content: "";
|
|
2551
2559
|
display: block;
|
|
2552
2560
|
position: absolute;
|
|
@@ -2557,95 +2565,95 @@
|
|
|
2557
2565
|
box-shadow: var(--teddy-shadow-sm);
|
|
2558
2566
|
}
|
|
2559
2567
|
@media (prefers-reduced-motion: no-preference) {
|
|
2560
|
-
._teddy-
|
|
2568
|
+
._teddy-card_1h784_3::before {
|
|
2561
2569
|
transition: var(--teddy-motion-duration-300) ease;
|
|
2562
2570
|
transition-property: opacity, box-shadow;
|
|
2563
2571
|
}
|
|
2564
2572
|
}
|
|
2565
|
-
._teddy-card--
|
|
2573
|
+
._teddy-card--shadow_1h784_44::before {
|
|
2566
2574
|
opacity: 1;
|
|
2567
2575
|
}
|
|
2568
|
-
._teddy-
|
|
2576
|
+
._teddy-card_1h784_3:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2569
2577
|
cursor: pointer;
|
|
2570
2578
|
}
|
|
2571
|
-
._teddy-
|
|
2579
|
+
._teddy-card_1h784_3:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)):hover:not(:has(button:hover), :has(a:hover)):has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47))::before {
|
|
2572
2580
|
opacity: 1;
|
|
2573
2581
|
box-shadow: var(--teddy-shadow-md);
|
|
2574
2582
|
}
|
|
2575
|
-
._teddy-card--
|
|
2583
|
+
._teddy-card--border_1h784_54 {
|
|
2576
2584
|
border: var(--teddy-border-width-xs) solid transparent;
|
|
2577
2585
|
}
|
|
2578
|
-
._teddy-card--
|
|
2586
|
+
._teddy-card--layout_1h784_57 ._teddy-card__illustration_1h784_57 {
|
|
2579
2587
|
grid-area: illustration;
|
|
2580
2588
|
}
|
|
2581
|
-
._teddy-card--
|
|
2589
|
+
._teddy-card--layout_1h784_57 ._teddy-card__carousel_1h784_60 {
|
|
2582
2590
|
grid-area: carousel;
|
|
2583
2591
|
}
|
|
2584
|
-
._teddy-card--
|
|
2592
|
+
._teddy-card--layout_1h784_57 ._teddy-card__content_1h784_63 {
|
|
2585
2593
|
grid-area: content;
|
|
2586
2594
|
}
|
|
2587
|
-
._teddy-card--
|
|
2595
|
+
._teddy-card--layout_1h784_57 ._teddy-card__heading_1h784_66 {
|
|
2588
2596
|
grid-area: heading;
|
|
2589
2597
|
}
|
|
2590
|
-
._teddy-card--
|
|
2598
|
+
._teddy-card--layout_1h784_57 ._teddy-card__action-wrapper_1h784_69 {
|
|
2591
2599
|
grid-area: action;
|
|
2592
2600
|
}
|
|
2593
|
-
._teddy-card--
|
|
2601
|
+
._teddy-card--layout_1h784_57 ._teddy-card__footer_1h784_72 {
|
|
2594
2602
|
grid-area: footer;
|
|
2595
2603
|
}
|
|
2596
|
-
._teddy-card--
|
|
2604
|
+
._teddy-card--layout_1h784_57 ._teddy-card__overline_1h784_75 {
|
|
2597
2605
|
grid-area: overline;
|
|
2598
2606
|
}
|
|
2599
|
-
._teddy-card--
|
|
2607
|
+
._teddy-card--layout_1h784_57 ._teddy-card__description_1h784_78 {
|
|
2600
2608
|
grid-area: description;
|
|
2601
2609
|
}
|
|
2602
|
-
._teddy-card--
|
|
2610
|
+
._teddy-card--layout_1h784_57 ._teddy-card__color-dots_1h784_81 {
|
|
2603
2611
|
grid-area: colors;
|
|
2604
2612
|
}
|
|
2605
|
-
._teddy-card--
|
|
2613
|
+
._teddy-card--layout_1h784_57 ._teddy-card__availability_1h784_84 {
|
|
2606
2614
|
grid-area: availability;
|
|
2607
2615
|
}
|
|
2608
|
-
._teddy-card--
|
|
2616
|
+
._teddy-card--layout_1h784_57 ._teddy-card__price_1h784_87 {
|
|
2609
2617
|
grid-area: price;
|
|
2610
2618
|
}
|
|
2611
|
-
._teddy-card--
|
|
2619
|
+
._teddy-card--default_1h784_90 {
|
|
2612
2620
|
display: flex;
|
|
2613
2621
|
flex-direction: column;
|
|
2614
2622
|
gap: var(--teddy-spacing-200);
|
|
2615
2623
|
}
|
|
2616
|
-
._teddy-card--navigation-
|
|
2624
|
+
._teddy-card--navigation-vertical_1h784_95 {
|
|
2617
2625
|
grid-template-rows: auto auto 1fr auto;
|
|
2618
2626
|
justify-items: start;
|
|
2619
2627
|
justify-content: stretch;
|
|
2620
2628
|
align-items: baseline;
|
|
2621
2629
|
grid-template-areas: "illustration" "heading" "content" "action";
|
|
2622
2630
|
}
|
|
2623
|
-
._teddy-card--navigation-
|
|
2631
|
+
._teddy-card--navigation-vertical_1h784_95 ._teddy-card__illustration_1h784_57 {
|
|
2624
2632
|
margin-bottom: var(--teddy-spacing-200);
|
|
2625
2633
|
}
|
|
2626
|
-
._teddy-card--navigation-
|
|
2634
|
+
._teddy-card--navigation-vertical_1h784_95 ._teddy-card__content_1h784_63 {
|
|
2627
2635
|
margin-bottom: var(--teddy-spacing-200);
|
|
2628
2636
|
}
|
|
2629
|
-
._teddy-card--navigation-
|
|
2637
|
+
._teddy-card--navigation-vertical_1h784_95 ._teddy-card__heading_1h784_66 {
|
|
2630
2638
|
margin-bottom: var(--teddy-spacing-100);
|
|
2631
2639
|
}
|
|
2632
|
-
._teddy-card--navigation-
|
|
2640
|
+
._teddy-card--navigation-vertical_1h784_95 ._teddy-card__action-wrapper_1h784_69 {
|
|
2633
2641
|
margin-top: auto;
|
|
2634
2642
|
justify-self: end;
|
|
2635
2643
|
}
|
|
2636
|
-
._teddy-card--navigation-horizontal-
|
|
2644
|
+
._teddy-card--navigation-horizontal-small_1h784_115 {
|
|
2637
2645
|
grid-template-columns: auto 1fr auto;
|
|
2638
2646
|
grid-template-rows: auto 1fr;
|
|
2639
2647
|
grid-template-areas: "illustration heading action" "illustration content action";
|
|
2640
2648
|
column-gap: var(--teddy-spacing-200);
|
|
2641
2649
|
}
|
|
2642
|
-
._teddy-card--navigation-horizontal-
|
|
2650
|
+
._teddy-card--navigation-horizontal-small_1h784_115 ._teddy-card__heading_1h784_66 {
|
|
2643
2651
|
margin-bottom: var(--teddy-spacing-100);
|
|
2644
2652
|
}
|
|
2645
|
-
._teddy-card--navigation-horizontal-
|
|
2653
|
+
._teddy-card--navigation-horizontal-small_1h784_115 ._teddy-card__action-wrapper_1h784_69 {
|
|
2646
2654
|
margin-top: auto;
|
|
2647
2655
|
}
|
|
2648
|
-
._teddy-card--navigation-horizontal-small-
|
|
2656
|
+
._teddy-card--navigation-horizontal-small-centered_1h784_127 {
|
|
2649
2657
|
width: 100%;
|
|
2650
2658
|
max-width: 26rem;
|
|
2651
2659
|
grid-template-columns: auto 1fr auto;
|
|
@@ -2654,162 +2662,176 @@
|
|
|
2654
2662
|
align-items: center;
|
|
2655
2663
|
column-gap: var(--teddy-spacing-200);
|
|
2656
2664
|
}
|
|
2657
|
-
._teddy-card--navigation-horizontal-small-
|
|
2665
|
+
._teddy-card--navigation-horizontal-small-centered_1h784_127 ._teddy-card__content_1h784_63 {
|
|
2658
2666
|
margin-top: var(--teddy-spacing-200);
|
|
2659
2667
|
}
|
|
2660
|
-
._teddy-card--navigation-horizontal-small-
|
|
2668
|
+
._teddy-card--navigation-horizontal-small-centered_1h784_127 ._teddy-card__action-wrapper_1h784_69 {
|
|
2661
2669
|
margin: 0;
|
|
2662
2670
|
}
|
|
2663
|
-
._teddy-card--navigation-horizontal-small-
|
|
2671
|
+
._teddy-card--navigation-horizontal-small-centered_1h784_127 ._teddy-card__illustration_1h784_57 {
|
|
2664
2672
|
max-height: 80px;
|
|
2665
2673
|
max-width: 100px;
|
|
2666
2674
|
}
|
|
2667
|
-
._teddy-card--navigation-horizontal-small-
|
|
2675
|
+
._teddy-card--navigation-horizontal-small-centered_1h784_127 ._teddy-card__illustration_1h784_57 img {
|
|
2668
2676
|
object-fit: contain;
|
|
2669
2677
|
}
|
|
2670
|
-
._teddy-card--navigation-horizontal-
|
|
2678
|
+
._teddy-card--navigation-horizontal-large_1h784_149 {
|
|
2671
2679
|
grid-template-columns: 1fr auto;
|
|
2672
2680
|
grid-template-rows: auto auto 1fr;
|
|
2673
2681
|
grid-template-areas: "illustration action" "heading action" "content action";
|
|
2674
2682
|
column-gap: var(--teddy-spacing-200);
|
|
2675
2683
|
}
|
|
2676
|
-
._teddy-card--navigation-horizontal-
|
|
2684
|
+
._teddy-card--navigation-horizontal-large_1h784_149 ._teddy-card__heading_1h784_66 {
|
|
2677
2685
|
margin-bottom: var(--teddy-spacing-100);
|
|
2678
2686
|
}
|
|
2679
|
-
._teddy-card--navigation-horizontal-
|
|
2687
|
+
._teddy-card--navigation-horizontal-large_1h784_149 ._teddy-card__action-wrapper_1h784_69 {
|
|
2680
2688
|
margin-top: auto;
|
|
2681
2689
|
}
|
|
2682
|
-
._teddy-card--rich-
|
|
2690
|
+
._teddy-card--rich-card_1h784_161 {
|
|
2683
2691
|
justify-items: start;
|
|
2684
2692
|
align-items: baseline;
|
|
2685
2693
|
grid-template-rows: auto auto 1fr auto;
|
|
2686
2694
|
grid-template-areas: "illustration" "heading" "content" "action";
|
|
2687
2695
|
}
|
|
2688
|
-
._teddy-card--rich-
|
|
2696
|
+
._teddy-card--rich-card_1h784_161 ._teddy-card__illustration_1h784_57 {
|
|
2689
2697
|
margin-bottom: var(--teddy-spacing-200);
|
|
2690
2698
|
}
|
|
2691
|
-
._teddy-card--rich-
|
|
2699
|
+
._teddy-card--rich-card_1h784_161 ._teddy-card__content_1h784_63 {
|
|
2692
2700
|
margin-bottom: var(--teddy-spacing-200);
|
|
2693
2701
|
}
|
|
2694
|
-
._teddy-card--rich-
|
|
2702
|
+
._teddy-card--rich-card_1h784_161 ._teddy-card__heading_1h784_66 {
|
|
2695
2703
|
margin-bottom: var(--teddy-spacing-100);
|
|
2696
2704
|
}
|
|
2697
|
-
._teddy-card--rich-
|
|
2705
|
+
._teddy-card--rich-card_1h784_161 ._teddy-card__action-wrapper_1h784_69 {
|
|
2698
2706
|
margin-top: auto;
|
|
2699
2707
|
}
|
|
2700
2708
|
@media (max-width: 800px) {
|
|
2701
|
-
._teddy-card--rich-card-
|
|
2709
|
+
._teddy-card--rich-card-large_1h784_180 {
|
|
2702
2710
|
align-items: baseline;
|
|
2703
2711
|
grid-template-rows: auto auto 1fr auto;
|
|
2704
2712
|
grid-template-areas: "illustration" "heading" "content" "action";
|
|
2705
2713
|
}
|
|
2706
2714
|
}
|
|
2707
|
-
._teddy-card--rich-card-
|
|
2715
|
+
._teddy-card--rich-card-large_1h784_180 ._teddy-card__illustration_1h784_57 img {
|
|
2708
2716
|
object-fit: cover;
|
|
2709
2717
|
}
|
|
2710
2718
|
@media (min-width: 801px) {
|
|
2711
|
-
._teddy-card--rich-card-
|
|
2719
|
+
._teddy-card--rich-card-large_1h784_180 ._teddy-card__illustration_1h784_57 {
|
|
2712
2720
|
grid-column-start: 1;
|
|
2713
2721
|
margin-right: var(--teddy-spacing-600);
|
|
2714
2722
|
}
|
|
2715
2723
|
}
|
|
2716
|
-
._teddy-card--rich-card-
|
|
2724
|
+
._teddy-card--rich-card-large_1h784_180 ._teddy-card__content_1h784_63 {
|
|
2717
2725
|
margin-top: 2rem;
|
|
2718
2726
|
}
|
|
2719
2727
|
@media (min-width: 801px) {
|
|
2720
|
-
._teddy-card--rich-card-
|
|
2728
|
+
._teddy-card--rich-card-large_1h784_180 ._teddy-card__content_1h784_63 {
|
|
2721
2729
|
grid-column-start: 2;
|
|
2722
2730
|
margin-top: 0;
|
|
2723
2731
|
align-content: center;
|
|
2724
2732
|
}
|
|
2725
2733
|
}
|
|
2726
|
-
._teddy-card--rich-card-
|
|
2734
|
+
._teddy-card--rich-card-large_1h784_180 ._teddy-card__action_1h784_47 {
|
|
2727
2735
|
margin-top: var(--teddy-spacing-200);
|
|
2728
2736
|
}
|
|
2729
|
-
._teddy-card--rich-card-
|
|
2737
|
+
._teddy-card--rich-card-large_1h784_180 ._teddy-card__heading_1h784_66 {
|
|
2730
2738
|
margin-top: var(--teddy-spacing-100);
|
|
2731
2739
|
margin-bottom: var(--teddy-spacing-100);
|
|
2732
2740
|
}
|
|
2733
|
-
._teddy-
|
|
2741
|
+
._teddy-card__line_1h784_212 {
|
|
2734
2742
|
border: 0;
|
|
2735
2743
|
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
2736
2744
|
}
|
|
2737
|
-
._teddy-card--purple-
|
|
2745
|
+
._teddy-card--purple-light_1h784_216 {
|
|
2738
2746
|
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
2739
2747
|
color: var(--teddy-color-text-default);
|
|
2740
2748
|
border-color: var(--teddy-color-background-interactive-primary-negative);
|
|
2741
2749
|
}
|
|
2742
|
-
._teddy-card--purple-
|
|
2750
|
+
._teddy-card--purple-light_1h784_216:hover:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2743
2751
|
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
2744
2752
|
}
|
|
2745
|
-
._teddy-card--purple-
|
|
2753
|
+
._teddy-card--purple-light_1h784_216:active:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2746
2754
|
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
2747
2755
|
}
|
|
2748
|
-
._teddy-card--purple-
|
|
2756
|
+
._teddy-card--purple-light_1h784_216:has(._teddy-card__action--disabled_1h784_47) {
|
|
2749
2757
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2750
2758
|
}
|
|
2751
|
-
._teddy-card--purple-
|
|
2759
|
+
._teddy-card--purple-dark_1h784_230 {
|
|
2752
2760
|
background-color: var(--teddy-color-brand-deep-purple);
|
|
2753
2761
|
color: var(--teddy-color-text-default-negative);
|
|
2754
2762
|
border-color: var(--teddy-color-brand-deep-purple);
|
|
2755
2763
|
}
|
|
2756
|
-
._teddy-card--purple-
|
|
2764
|
+
._teddy-card--purple-dark_1h784_230:hover:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2757
2765
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
2758
2766
|
}
|
|
2759
|
-
._teddy-card--purple-
|
|
2767
|
+
._teddy-card--purple-dark_1h784_230:active:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2760
2768
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
2761
2769
|
}
|
|
2762
|
-
._teddy-card--purple-
|
|
2770
|
+
._teddy-card--purple-dark_1h784_230:has(._teddy-card__action--disabled_1h784_47) {
|
|
2763
2771
|
color: var(--teddy-color-text-default);
|
|
2764
2772
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2765
2773
|
}
|
|
2766
|
-
._teddy-card--purple-
|
|
2774
|
+
._teddy-card--purple-dark_1h784_230:has(._teddy-card__action--disabled_1h784_47) ._teddy-card__action_1h784_47 {
|
|
2767
2775
|
color: var(--teddy-color-text-weak);
|
|
2768
2776
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2769
2777
|
}
|
|
2770
|
-
._teddy-card--
|
|
2778
|
+
._teddy-card--white_1h784_249 {
|
|
2771
2779
|
background-color: var(--teddy-color-brand-white);
|
|
2772
2780
|
color: var(--teddy-color-text-default);
|
|
2773
2781
|
border-color: var(--teddy-color-border-weak);
|
|
2774
2782
|
}
|
|
2775
|
-
._teddy-card--
|
|
2783
|
+
._teddy-card--white_1h784_249:hover:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2776
2784
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
2777
2785
|
}
|
|
2778
|
-
._teddy-card--
|
|
2786
|
+
._teddy-card--white_1h784_249:active:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2779
2787
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
2780
2788
|
}
|
|
2781
|
-
._teddy-card--
|
|
2789
|
+
._teddy-card--white_1h784_249:has(._teddy-card__action--disabled_1h784_47) {
|
|
2782
2790
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2783
2791
|
}
|
|
2784
|
-
._teddy-card--
|
|
2792
|
+
._teddy-card--gray_1h784_263 {
|
|
2785
2793
|
background-color: var(--teddy-color-background-secondary);
|
|
2786
2794
|
color: var(--teddy-color-text-default);
|
|
2787
2795
|
border-color: var(--teddy-color-border-interactive-subtle);
|
|
2788
2796
|
}
|
|
2789
|
-
._teddy-card--
|
|
2797
|
+
._teddy-card--gray_1h784_263:hover:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2790
2798
|
background-color: var(--teddy-color-gray-100);
|
|
2791
2799
|
}
|
|
2792
|
-
._teddy-card--
|
|
2800
|
+
._teddy-card--gray_1h784_263:active:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2793
2801
|
background-color: var(--teddy-color-gray-200);
|
|
2794
2802
|
}
|
|
2795
|
-
._teddy-card--
|
|
2803
|
+
._teddy-card--gray_1h784_263:has(._teddy-card__action--disabled_1h784_47) {
|
|
2796
2804
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2797
2805
|
}
|
|
2798
|
-
._teddy-card--
|
|
2806
|
+
._teddy-card--beige_1h784_277 {
|
|
2799
2807
|
background-color: var(--teddy-color-beige-100);
|
|
2800
2808
|
color: var(--teddy-color-text-default);
|
|
2801
2809
|
border-color: var(--teddy-color-beige-300);
|
|
2802
2810
|
}
|
|
2803
|
-
._teddy-card--
|
|
2811
|
+
._teddy-card--beige_1h784_277:hover:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2804
2812
|
background-color: var(--teddy-color-beige-200);
|
|
2805
2813
|
}
|
|
2806
|
-
._teddy-card--
|
|
2814
|
+
._teddy-card--beige_1h784_277:active:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2807
2815
|
background-color: var(--teddy-color-beige-300);
|
|
2808
2816
|
}
|
|
2809
|
-
._teddy-card--
|
|
2817
|
+
._teddy-card--beige_1h784_277:has(._teddy-card__action--disabled_1h784_47) {
|
|
2818
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2819
|
+
}
|
|
2820
|
+
._teddy-card--beige-light_1h784_291 {
|
|
2821
|
+
background-color: var(--teddy-color-beige-50);
|
|
2822
|
+
color: var(--teddy-color-text-default);
|
|
2823
|
+
border-color: var(--teddy-color-beige-200);
|
|
2824
|
+
}
|
|
2825
|
+
._teddy-card--beige-light_1h784_291:hover:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2826
|
+
background-color: var(--teddy-color-beige-100);
|
|
2827
|
+
}
|
|
2828
|
+
._teddy-card--beige-light_1h784_291:active:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2829
|
+
background-color: var(--teddy-color-beige-100);
|
|
2830
|
+
}
|
|
2831
|
+
._teddy-card--beige-light_1h784_291:has(._teddy-card__action--disabled_1h784_47) {
|
|
2810
2832
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2811
2833
|
}
|
|
2812
|
-
._teddy-card--
|
|
2834
|
+
._teddy-card--product_1h784_305 {
|
|
2813
2835
|
grid-template-columns: minmax(0, 100%);
|
|
2814
2836
|
grid-template-rows: auto auto auto auto auto auto auto 1fr auto auto;
|
|
2815
2837
|
grid-template-areas: "illustration" "carousel" "overline" "heading" "colors" "description" "content" "price" "action" "availability";
|
|
@@ -2819,128 +2841,128 @@
|
|
|
2819
2841
|
padding-bottom: var(--teddy-spacing-100);
|
|
2820
2842
|
width: 100%;
|
|
2821
2843
|
}
|
|
2822
|
-
._teddy-card--
|
|
2844
|
+
._teddy-card--product_1h784_305:hover:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2823
2845
|
background-color: var(--teddy-color-brand-white);
|
|
2824
2846
|
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-primary);
|
|
2825
2847
|
outline-offset: calc(var(--teddy-border-width-sm) * -1);
|
|
2826
2848
|
}
|
|
2827
|
-
._teddy-card--
|
|
2849
|
+
._teddy-card--product_1h784_305:active:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)) {
|
|
2828
2850
|
-webkit-tap-highlight-color: transparent;
|
|
2829
2851
|
}
|
|
2830
|
-
._teddy-card--
|
|
2852
|
+
._teddy-card--product_1h784_305:active:has(._teddy-card__action_1h784_47:not(._teddy-card__action--disabled_1h784_47)):not(:has(._teddy-card__carousel_1h784_60:active)) {
|
|
2831
2853
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
2832
2854
|
}
|
|
2833
|
-
._teddy-card--
|
|
2855
|
+
._teddy-card--product_1h784_305:has(._teddy-card__action--disabled_1h784_47) {
|
|
2834
2856
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2835
2857
|
}
|
|
2836
|
-
._teddy-card--
|
|
2858
|
+
._teddy-card--product_1h784_305 ._teddy-card__action-wrapper_1h784_69 {
|
|
2837
2859
|
margin-bottom: var(--teddy-spacing-200);
|
|
2838
2860
|
}
|
|
2839
|
-
._teddy-card--
|
|
2861
|
+
._teddy-card--product_1h784_305 ._teddy-card__illustration_1h784_57 {
|
|
2840
2862
|
height: 180px;
|
|
2841
2863
|
display: grid;
|
|
2842
2864
|
place-items: center;
|
|
2843
2865
|
place-self: center;
|
|
2844
2866
|
margin-bottom: var(--teddy-spacing-400);
|
|
2845
2867
|
}
|
|
2846
|
-
._teddy-card--
|
|
2868
|
+
._teddy-card--product_1h784_305 ._teddy-card__illustration_1h784_57 img {
|
|
2847
2869
|
max-width: 200px;
|
|
2848
2870
|
max-height: 180px;
|
|
2849
2871
|
object-fit: contain;
|
|
2850
2872
|
}
|
|
2851
|
-
._teddy-card--
|
|
2873
|
+
._teddy-card--product_1h784_305 ._teddy-card__carousel_1h784_60 .slick-dots li {
|
|
2852
2874
|
min-width: 12px;
|
|
2853
2875
|
width: initial !important;
|
|
2854
2876
|
margin: 0 0.25rem !important;
|
|
2855
2877
|
}
|
|
2856
|
-
._teddy-card--
|
|
2878
|
+
._teddy-card--product_1h784_305 ._teddy-card__carousel_1h784_60 .slick-dots .slick-active {
|
|
2857
2879
|
min-width: 24px;
|
|
2858
2880
|
width: initial !important;
|
|
2859
2881
|
}
|
|
2860
|
-
._teddy-card--
|
|
2882
|
+
._teddy-card--product_1h784_305 ._teddy-card__overline_1h784_75 {
|
|
2861
2883
|
margin-bottom: var(--teddy-spacing-50);
|
|
2862
2884
|
}
|
|
2863
|
-
._teddy-card--
|
|
2885
|
+
._teddy-card--product_1h784_305 ._teddy-card__heading_1h784_66 {
|
|
2864
2886
|
margin-bottom: var(--teddy-spacing-200);
|
|
2865
2887
|
}
|
|
2866
|
-
._teddy-card--
|
|
2888
|
+
._teddy-card--product_1h784_305 ._teddy-card__description_1h784_78 {
|
|
2867
2889
|
margin-bottom: var(--teddy-spacing-200);
|
|
2868
2890
|
}
|
|
2869
|
-
._teddy-card--
|
|
2891
|
+
._teddy-card--product_1h784_305 ._teddy-card__content_1h784_63 {
|
|
2870
2892
|
margin-bottom: var(--teddy-spacing-200);
|
|
2871
2893
|
}
|
|
2872
|
-
._teddy-card--
|
|
2894
|
+
._teddy-card--product_1h784_305 ._teddy-card__action_1h784_47 {
|
|
2873
2895
|
margin-top: auto;
|
|
2874
2896
|
margin-left: auto;
|
|
2875
2897
|
justify-self: end;
|
|
2876
2898
|
}
|
|
2877
|
-
._teddy-card--
|
|
2899
|
+
._teddy-card--product_1h784_305 ._teddy-card__price_1h784_87 {
|
|
2878
2900
|
display: flex;
|
|
2879
2901
|
}
|
|
2880
|
-
._teddy-card--
|
|
2902
|
+
._teddy-card--product_1h784_305 ._teddy-card__price--big_1h784_373 {
|
|
2881
2903
|
font-size: var(--teddy-typography-scale-200);
|
|
2882
2904
|
}
|
|
2883
|
-
._teddy-
|
|
2905
|
+
._teddy-card_1h784_3:has(._teddy-card__image--as-background_1h784_376) {
|
|
2884
2906
|
background-color: transparent;
|
|
2885
2907
|
}
|
|
2886
|
-
._teddy-
|
|
2908
|
+
._teddy-card__heading_1h784_66 {
|
|
2887
2909
|
color: inherit;
|
|
2888
2910
|
}
|
|
2889
|
-
._teddy-card--background-
|
|
2911
|
+
._teddy-card--background-image_1h784_382 {
|
|
2890
2912
|
background-repeat: no-repeat;
|
|
2891
2913
|
background-size: cover;
|
|
2892
2914
|
background-position: center;
|
|
2893
2915
|
}
|
|
2894
|
-
._teddy-card__illustration--
|
|
2916
|
+
._teddy-card__illustration--rounded_1h784_387 {
|
|
2895
2917
|
border-radius: inherit;
|
|
2896
2918
|
overflow: hidden;
|
|
2897
2919
|
}
|
|
2898
|
-
._teddy-
|
|
2920
|
+
._teddy-card__inset_1h784_391 {
|
|
2899
2921
|
overflow: hidden;
|
|
2900
2922
|
}
|
|
2901
|
-
._teddy-card__inset--
|
|
2923
|
+
._teddy-card__inset--top_1h784_394 {
|
|
2902
2924
|
margin-top: calc(var(--teddy-spacing-250) * -1);
|
|
2903
2925
|
}
|
|
2904
|
-
._teddy-card__inset--
|
|
2926
|
+
._teddy-card__inset--top_1h784_394._teddy-card__inset--left_1h784_397 {
|
|
2905
2927
|
border-top-left-radius: inherit;
|
|
2906
2928
|
}
|
|
2907
|
-
._teddy-card__inset--
|
|
2929
|
+
._teddy-card__inset--top_1h784_394._teddy-card__inset--right_1h784_400 {
|
|
2908
2930
|
border-top-right-radius: inherit;
|
|
2909
2931
|
}
|
|
2910
|
-
._teddy-card__inset--
|
|
2932
|
+
._teddy-card__inset--bottom_1h784_403 {
|
|
2911
2933
|
margin-bottom: calc(var(--teddy-spacing-250) * -1);
|
|
2912
2934
|
}
|
|
2913
|
-
._teddy-card__inset--
|
|
2935
|
+
._teddy-card__inset--bottom_1h784_403._teddy-card__inset--left_1h784_397 {
|
|
2914
2936
|
border-bottom-left-radius: inherit;
|
|
2915
2937
|
}
|
|
2916
|
-
._teddy-card__inset--
|
|
2938
|
+
._teddy-card__inset--bottom_1h784_403._teddy-card__inset--right_1h784_400 {
|
|
2917
2939
|
border-bottom-right-radius: inherit;
|
|
2918
2940
|
}
|
|
2919
|
-
._teddy-card__inset--
|
|
2941
|
+
._teddy-card__inset--left_1h784_397 {
|
|
2920
2942
|
margin-left: calc(var(--teddy-spacing-250) * -1);
|
|
2921
2943
|
}
|
|
2922
|
-
._teddy-card__inset--
|
|
2944
|
+
._teddy-card__inset--right_1h784_400 {
|
|
2923
2945
|
margin-right: calc(var(--teddy-spacing-250) * -1);
|
|
2924
2946
|
}
|
|
2925
|
-
._teddy-card__availability--
|
|
2947
|
+
._teddy-card__availability--badge_1h784_418 {
|
|
2926
2948
|
margin-right: var(--teddy-spacing-150);
|
|
2927
2949
|
}
|
|
2928
|
-
._teddy-card__availability--
|
|
2950
|
+
._teddy-card__availability--success_1h784_421 {
|
|
2929
2951
|
color: var(--teddy-color-text-status-success-strong);
|
|
2930
2952
|
}
|
|
2931
|
-
._teddy-card__availability--
|
|
2953
|
+
._teddy-card__availability--warning_1h784_424 {
|
|
2932
2954
|
color: var(--teddy-color-text-status-warning-strong);
|
|
2933
2955
|
}
|
|
2934
|
-
._teddy-card__availability--
|
|
2956
|
+
._teddy-card__availability--error_1h784_427 {
|
|
2935
2957
|
color: var(--teddy-color-text-status-error-strong);
|
|
2936
2958
|
}
|
|
2937
|
-
._teddy-card__availability--
|
|
2959
|
+
._teddy-card__availability--special_1h784_430 {
|
|
2938
2960
|
color: var(--teddy-color-text-status-special);
|
|
2939
2961
|
}
|
|
2940
|
-
._teddy-card__availability--
|
|
2962
|
+
._teddy-card__availability--neutral_1h784_433 {
|
|
2941
2963
|
color: var(--teddy-color-text-status-neutral);
|
|
2942
2964
|
}
|
|
2943
|
-
._teddy-card__availability--
|
|
2965
|
+
._teddy-card__availability--information_1h784_436 {
|
|
2944
2966
|
color: var(--teddy-color-text-status-info-strong);
|
|
2945
2967
|
}
|
|
2946
2968
|
}._teddy-badge_wlyo5_1 {
|