@secondstaxorg/sscomp 1.7.81 → 1.7.83
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/bundle.css +1 -0
- package/dist/index.css +322 -0
- package/dist/index.es.css +322 -0
- package/dist/index.es.js +14 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +47 -18
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +322 -0
- package/dist/index.min.js +14 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/SideModal/SideModal.d.ts +1 -0
package/dist/bundle.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export default {"loader":"style_loader__WisPd"};
|
|
2
2
|
export default {"display1Medium":"typography_display1Medium__p65-F","display2Medium":"typography_display2Medium__p90JY","heading1Medium":"typography_heading1Medium__HpNdN","heading1SMedium":"typography_heading1SMedium__HVtt-","heading2Medium":"typography_heading2Medium__YaxT5","heading2SMedium":"typography_heading2SMedium__awX2b","heading3Medium":"typography_heading3Medium__9iQg2","heading3SMedium":"typography_heading3SMedium__-Llds","heading4Medium":"typography_heading4Medium__s-vGl","heading4SMedium":"typography_heading4SMedium__eiAiD","heading5Medium":"typography_heading5Medium__j6TZN","heading5SMedium":"typography_heading5SMedium__lt3vu","heading6Medium":"typography_heading6Medium__ek7rt","heading6SMedium":"typography_heading6SMedium__ZcqbS","display1Bold":"typography_display1Bold__GPpO2","display2Bold":"typography_display2Bold__-2-jN","heading1Bold":"typography_heading1Bold__Zv7zk","heading1SBold":"typography_heading1SBold__lXRPW","heading2Bold":"typography_heading2Bold__Xq9uT","heading2SBold":"typography_heading2SBold__Sv-Of","heading3Bold":"typography_heading3Bold__7O9aP","heading3SBold":"typography_heading3SBold__heSC-","heading4Bold":"typography_heading4Bold__QOe0O","heading4SBold":"typography_heading4SBold__Kkklz","heading5Bold":"typography_heading5Bold__0Rd6m","heading5SBold":"typography_heading5SBold__rXZCN","heading6Bold":"typography_heading6Bold__6WQxu","heading6SBold":"typography_heading6SBold__wcFKn","display1Black":"typography_display1Black__PYVxt","display2Black":"typography_display2Black__zPhc5","heading1Black":"typography_heading1Black__Zh6HK","heading1SBlack":"typography_heading1SBlack__XlgEz","heading2Black":"typography_heading2Black__VFL6U","heading2SBlack":"typography_heading2SBlack__IjhZK","heading3Black":"typography_heading3Black__Jvu-n","heading3SBlack":"typography_heading3SBlack__exQzK","heading4Black":"typography_heading4Black__Ls2AB","heading4SBlack":"typography_heading4SBlack__uffh2","heading5Black":"typography_heading5Black__PpZzI","heading5SBlack":"typography_heading5SBlack__7c4D4","heading6Black":"typography_heading6Black__nQ14v","heading6SBlack":"typography_heading6SBlack__pfICx","subheadingRegular":"typography_subheadingRegular__wMBGN","subheadingMedium":"typography_subheadingMedium__0uqNv","subheadingUnderlined":"typography_subheadingUnderlined__Zz2ca","paragraph1Regular":"typography_paragraph1Regular__uuGEy","paragraph1Medium":"typography_paragraph1Medium__ZGj-C","paragraph1Underlined":"typography_paragraph1Underlined__L-7Gr","paragraph2Regular":"typography_paragraph2Regular__pHN4I","paragraph2Medium":"typography_paragraph2Medium__nHNtx","paragraph2Underlined":"typography_paragraph2Underlined__Kxn6n","paragraph3Regular":"typography_paragraph3Regular__mcp96","paragraph3Medium":"typography_paragraph3Medium__IzVmY","paragraph3Underlined":"typography_paragraph3Underlined__BFotj","captionBook":"typography_captionBook__A7rfE","captionMedium":"typography_captionMedium__-qJuP","captionAllCaps":"typography_captionAllCaps__Hb-X2","footerBook":"typography_footerBook__GzWQn","footerMedium":"typography_footerMedium__YexEa","footerAllCaps":"typography_footerAllCaps__CDxdj"};
|
|
3
3
|
export default {"icon-search":"icons_icon-search__Suq-P","icon-angle-right-b":"icons_icon-angle-right-b__HUlDm","icon-angle-left":"icons_icon-angle-left__rFa--","icon-angle-left-b":"icons_icon-angle-left-b__d-MbM","icon-exclamation-triangle":"icons_icon-exclamation-triangle__I6HFk","icon-eye":"icons_icon-eye__gR3er","icon-eye-slash":"icons_icon-eye-slash__nB-2V","icon-info-circle":"icons_icon-info-circle__E9tZC","icon-arrow-left":"icons_icon-arrow-left__0FlZU","icon-check":"icons_icon-check__S6CFf","icon-history":"icons_icon-history__Fg53C","icon-dash":"icons_icon-dash__fmxNJ","icon-arrow-up-right":"icons_icon-arrow-up-right__H1cka","icon-arrow-down-right":"icons_icon-arrow-down-right__sQHwe","icon-arrows-left-right":"icons_icon-arrows-left-right__dmv5o","icon-angle-up":"icons_icon-angle-up__oiCBz","icon-user":"icons_icon-user__jooqY","icon-logout":"icons_icon-logout__4kJjS","icon-angle-right":"icons_icon-angle-right__vgtLv","icon-times":"icons_icon-times__tNdUM","icon-bars":"icons_icon-bars__yKP5v","icon-angle-down":"icons_icon-angle-down__jlO4a","icon-bug":"icons_icon-bug__kxO8i","icon-notification":"icons_icon-notification__fQhv-","icon-settings":"icons_icon-settings__pypbX","icon-chart":"icons_icon-chart__czcdA","icon-dashboard":"icons_icon-dashboard__g0twC","icon-report":"icons_icon-report__C2wpi","icon-angle-right-b-16":"icons_icon-angle-right-b-16__6Zc4l","icon-angle-left-16":"icons_icon-angle-left-16__wmprn","icon-angle-left-b-16":"icons_icon-angle-left-b-16__Z8ZYH","icon-angle-right-16":"icons_icon-angle-right-16__0tvm-"};
|
|
4
|
+
export default {"display1Medium":"typography-module_display1Medium__WzrLm","display2Medium":"typography-module_display2Medium__-JMJO","heading1Medium":"typography-module_heading1Medium__8PXHA","heading1SMedium":"typography-module_heading1SMedium__AATI3","heading2Medium":"typography-module_heading2Medium__vNc5j","heading2SMedium":"typography-module_heading2SMedium__E4n5X","heading3Medium":"typography-module_heading3Medium__9qTju","heading3SMedium":"typography-module_heading3SMedium__vgBWm","heading4Medium":"typography-module_heading4Medium__g0LH-","heading4SMedium":"typography-module_heading4SMedium__jR0ts","heading5Medium":"typography-module_heading5Medium__O0uOb","heading5SMedium":"typography-module_heading5SMedium__FD7hn","heading6Medium":"typography-module_heading6Medium__hKoT1","heading6SMedium":"typography-module_heading6SMedium__bSAXF","display1Bold":"typography-module_display1Bold__XR0hN","display2Bold":"typography-module_display2Bold__Bxxeq","heading1Bold":"typography-module_heading1Bold__PiAsP","heading1SBold":"typography-module_heading1SBold__bmlFK","heading2Bold":"typography-module_heading2Bold__yOuDB","heading2SBold":"typography-module_heading2SBold__MlY2O","heading3Bold":"typography-module_heading3Bold__jilQc","heading3SBold":"typography-module_heading3SBold__uI3jN","heading4Bold":"typography-module_heading4Bold__--aKF","heading4SBold":"typography-module_heading4SBold__-ZWrY","heading5Bold":"typography-module_heading5Bold__XsZSd","heading5SBold":"typography-module_heading5SBold__KoO1K","heading6Bold":"typography-module_heading6Bold__hPmXC","heading6SBold":"typography-module_heading6SBold__8uRys","display1Black":"typography-module_display1Black__DfPuC","display2Black":"typography-module_display2Black__dgmd6","heading1Black":"typography-module_heading1Black__8sruN","heading1SBlack":"typography-module_heading1SBlack__alIlb","heading2Black":"typography-module_heading2Black__JiRob","heading2SBlack":"typography-module_heading2SBlack__7909N","heading3Black":"typography-module_heading3Black__KojcB","heading3SBlack":"typography-module_heading3SBlack__mYaMr","heading4Black":"typography-module_heading4Black__QY25R","heading4SBlack":"typography-module_heading4SBlack__k-yw5","heading5Black":"typography-module_heading5Black__HeWDL","heading5SBlack":"typography-module_heading5SBlack__HiDyd","heading6Black":"typography-module_heading6Black__AQt-h","heading6SBlack":"typography-module_heading6SBlack__6LydW","subheadingRegular":"typography-module_subheadingRegular__l-mIW","subheadingMedium":"typography-module_subheadingMedium__o1WbN","subheadingUnderlined":"typography-module_subheadingUnderlined__-6Gfb","paragraph1Regular":"typography-module_paragraph1Regular__MEN3U","paragraph1Medium":"typography-module_paragraph1Medium__WX3UB","paragraph1Underlined":"typography-module_paragraph1Underlined__d3MsO","paragraph2Regular":"typography-module_paragraph2Regular__tmp90","paragraph2Medium":"typography-module_paragraph2Medium__lOwG5","paragraph2Underlined":"typography-module_paragraph2Underlined__qXXT5","paragraph3Regular":"typography-module_paragraph3Regular__AYcDS","paragraph3Medium":"typography-module_paragraph3Medium__2Xt-I","paragraph3Underlined":"typography-module_paragraph3Underlined__9KF21","captionBook":"typography-module_captionBook__aqKsr","captionMedium":"typography-module_captionMedium__xUdVe","captionAllCaps":"typography-module_captionAllCaps__-l9G2","footerBook":"typography-module_footerBook__B4JF0","footerMedium":"typography-module_footerMedium__yFY5y","footerAllCaps":"typography-module_footerAllCaps__t5w9I"};
|
package/dist/index.css
CHANGED
|
@@ -457,3 +457,325 @@
|
|
|
457
457
|
.icons_icon-angle-right-16__0tvm-:before {
|
|
458
458
|
content: "\e91d";
|
|
459
459
|
}
|
|
460
|
+
|
|
461
|
+
@font-face {
|
|
462
|
+
font-family: Circular Book;
|
|
463
|
+
src: url("./fonts/Circular Pro Book.ttf");
|
|
464
|
+
}
|
|
465
|
+
@font-face {
|
|
466
|
+
font-family: Circular Medium;
|
|
467
|
+
src: url("./fonts/Circular Pro Medium.ttf");
|
|
468
|
+
}
|
|
469
|
+
@font-face {
|
|
470
|
+
font-family: Circular Bold;
|
|
471
|
+
src: url("./fonts/Circular Pro Bold.ttf");
|
|
472
|
+
}
|
|
473
|
+
@font-face {
|
|
474
|
+
font-family: Circular Black;
|
|
475
|
+
src: url("./fonts/Circular Pro Black.ttf");
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.typography-module_display1Medium__WzrLm,
|
|
479
|
+
.typography-module_display2Medium__-JMJO,
|
|
480
|
+
.typography-module_heading1Medium__8PXHA,
|
|
481
|
+
.typography-module_heading1SMedium__AATI3,
|
|
482
|
+
.typography-module_heading2Medium__vNc5j,
|
|
483
|
+
.typography-module_heading2SMedium__E4n5X,
|
|
484
|
+
.typography-module_heading3Medium__9qTju,
|
|
485
|
+
.typography-module_heading3SMedium__vgBWm,
|
|
486
|
+
.typography-module_heading4Medium__g0LH-,
|
|
487
|
+
.typography-module_heading4SMedium__jR0ts,
|
|
488
|
+
.typography-module_heading5Medium__O0uOb,
|
|
489
|
+
.typography-module_heading5SMedium__FD7hn,
|
|
490
|
+
.typography-module_heading6Medium__hKoT1,
|
|
491
|
+
.typography-module_heading6SMedium__bSAXF {
|
|
492
|
+
font-weight: 500;
|
|
493
|
+
font-family: 'Circular Medium', sans-serif;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.typography-module_display1Bold__XR0hN,
|
|
497
|
+
.typography-module_display2Bold__Bxxeq,
|
|
498
|
+
.typography-module_heading1Bold__PiAsP,
|
|
499
|
+
.typography-module_heading1SBold__bmlFK,
|
|
500
|
+
.typography-module_heading2Bold__yOuDB,
|
|
501
|
+
.typography-module_heading2SBold__MlY2O,
|
|
502
|
+
.typography-module_heading3Bold__jilQc,
|
|
503
|
+
.typography-module_heading3SBold__uI3jN,
|
|
504
|
+
.typography-module_heading4Bold__--aKF,
|
|
505
|
+
.typography-module_heading4SBold__-ZWrY,
|
|
506
|
+
.typography-module_heading5Bold__XsZSd,
|
|
507
|
+
.typography-module_heading5SBold__KoO1K,
|
|
508
|
+
.typography-module_heading6Bold__hPmXC,
|
|
509
|
+
.typography-module_heading6SBold__8uRys {
|
|
510
|
+
font-weight: 700;
|
|
511
|
+
font-family: 'Circular Bold', sans-serif;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.typography-module_display1Black__DfPuC,
|
|
515
|
+
.typography-module_display2Black__dgmd6,
|
|
516
|
+
.typography-module_heading1Black__8sruN,
|
|
517
|
+
.typography-module_heading1SBlack__alIlb,
|
|
518
|
+
.typography-module_heading2Black__JiRob,
|
|
519
|
+
.typography-module_heading2SBlack__7909N,
|
|
520
|
+
.typography-module_heading3Black__KojcB,
|
|
521
|
+
.typography-module_heading3SBlack__mYaMr,
|
|
522
|
+
.typography-module_heading4Black__QY25R,
|
|
523
|
+
.typography-module_heading4SBlack__k-yw5,
|
|
524
|
+
.typography-module_heading5Black__HeWDL,
|
|
525
|
+
.typography-module_heading5SBlack__HiDyd,
|
|
526
|
+
.typography-module_heading6Black__AQt-h,
|
|
527
|
+
.typography-module_heading6SBlack__6LydW {
|
|
528
|
+
font-weight: 900;
|
|
529
|
+
font-family: 'Circular Black', sans-serif;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.typography-module_display1Medium__WzrLm,
|
|
533
|
+
.typography-module_display1Bold__XR0hN,
|
|
534
|
+
.typography-module_display1Black__DfPuC {
|
|
535
|
+
font-size: 72px;
|
|
536
|
+
line-height: 80px;
|
|
537
|
+
margin: 0;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.typography-module_display2Medium__-JMJO,
|
|
541
|
+
.typography-module_display2Bold__Bxxeq,
|
|
542
|
+
.typography-module_display2Black__dgmd6 {
|
|
543
|
+
font-size: 60px;
|
|
544
|
+
line-height: 72px;
|
|
545
|
+
margin: 0;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.typography-module_heading1Medium__8PXHA,
|
|
549
|
+
.typography-module_heading1Bold__PiAsP,
|
|
550
|
+
.typography-module_heading1Black__8sruN {
|
|
551
|
+
font-size: 48px;
|
|
552
|
+
line-height: 56px;
|
|
553
|
+
margin: 0;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.typography-module_heading1SMedium__AATI3,
|
|
557
|
+
.typography-module_heading1SBold__bmlFK,
|
|
558
|
+
.typography-module_heading1SBlack__alIlb {
|
|
559
|
+
font-size: 34px;
|
|
560
|
+
line-height: 40px;
|
|
561
|
+
margin: 0;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.typography-module_heading2Medium__vNc5j,
|
|
565
|
+
.typography-module_heading2Bold__yOuDB,
|
|
566
|
+
.typography-module_heading2Black__JiRob {
|
|
567
|
+
font-size: 39px;
|
|
568
|
+
line-height: 47px;
|
|
569
|
+
margin: 0;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.typography-module_heading2SMedium__E4n5X,
|
|
573
|
+
.typography-module_heading2SBold__MlY2O,
|
|
574
|
+
.typography-module_heading2SBlack__7909N {
|
|
575
|
+
font-size: 33px;
|
|
576
|
+
line-height: 40px;
|
|
577
|
+
margin: 0;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.typography-module_heading3Medium__9qTju,
|
|
581
|
+
.typography-module_heading3Bold__jilQc,
|
|
582
|
+
.typography-module_heading3Black__KojcB {
|
|
583
|
+
font-size: 33px;
|
|
584
|
+
line-height: 40px;
|
|
585
|
+
margin: 0;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.typography-module_heading3SMedium__vgBWm,
|
|
589
|
+
.typography-module_heading3SBold__uI3jN,
|
|
590
|
+
.typography-module_heading3SBlack__mYaMr {
|
|
591
|
+
font-size: 28px;
|
|
592
|
+
line-height: 34px;
|
|
593
|
+
margin: 0;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.typography-module_heading4Medium__g0LH-,
|
|
597
|
+
.typography-module_heading4Bold__--aKF,
|
|
598
|
+
.typography-module_heading4Black__QY25R {
|
|
599
|
+
font-size: 28px;
|
|
600
|
+
line-height: 34px;
|
|
601
|
+
margin: 0;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.typography-module_heading4SMedium__jR0ts,
|
|
605
|
+
.typography-module_heading4SBold__-ZWrY,
|
|
606
|
+
.typography-module_heading4SBlack__k-yw5 {
|
|
607
|
+
font-size: 23px;
|
|
608
|
+
line-height: 28px;
|
|
609
|
+
margin: 0;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.typography-module_heading5Medium__O0uOb,
|
|
613
|
+
.typography-module_heading5Bold__XsZSd,
|
|
614
|
+
.typography-module_heading5Black__HeWDL {
|
|
615
|
+
font-size: 23px;
|
|
616
|
+
line-height: 28px;
|
|
617
|
+
margin: 0;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.typography-module_heading5SMedium__FD7hn,
|
|
621
|
+
.typography-module_heading5SBold__KoO1K,
|
|
622
|
+
.typography-module_heading5SBlack__HiDyd {
|
|
623
|
+
font-size: 19px;
|
|
624
|
+
line-height: 23px;
|
|
625
|
+
margin: 0;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
.typography-module_heading6Medium__hKoT1,
|
|
629
|
+
.typography-module_heading6Bold__hPmXC,
|
|
630
|
+
.typography-module_heading6Black__AQt-h {
|
|
631
|
+
font-size: 19px;
|
|
632
|
+
line-height: 23px;
|
|
633
|
+
margin: 0;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.typography-module_heading6SMedium__bSAXF,
|
|
637
|
+
.typography-module_heading6SBold__8uRys,
|
|
638
|
+
.typography-module_heading6SBlack__6LydW {
|
|
639
|
+
font-size: 16px;
|
|
640
|
+
line-height: 19px;
|
|
641
|
+
margin: 0;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.typography-module_subheadingRegular__l-mIW,
|
|
645
|
+
.typography-module_subheadingMedium__o1WbN,
|
|
646
|
+
.typography-module_subheadingUnderlined__-6Gfb {
|
|
647
|
+
font-size: 20px;
|
|
648
|
+
line-height: 30px;
|
|
649
|
+
margin: 0;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.typography-module_subheadingRegular__l-mIW,
|
|
653
|
+
.typography-module_subheadingUnderlined__-6Gfb {
|
|
654
|
+
font-weight: 400;
|
|
655
|
+
font-family: "Circular Book", sans-serif;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.typography-module_subheadingMedium__o1WbN {
|
|
659
|
+
font-weight: 500;
|
|
660
|
+
font-family: "Circular Medium", sans-serif;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.typography-module_subheadingUnderlined__-6Gfb {
|
|
664
|
+
text-decoration: underline;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.typography-module_paragraph1Regular__MEN3U,
|
|
668
|
+
.typography-module_paragraph1Medium__WX3UB,
|
|
669
|
+
.typography-module_paragraph1Underlined__d3MsO {
|
|
670
|
+
font-size: 14px;
|
|
671
|
+
line-height: 17px;
|
|
672
|
+
margin: 0;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.typography-module_paragraph1Regular__MEN3U,
|
|
676
|
+
.typography-module_paragraph1Underlined__d3MsO {
|
|
677
|
+
font-weight: 400;
|
|
678
|
+
font-family: "Circular Book", sans-serif;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.typography-module_paragraph1Medium__WX3UB {
|
|
682
|
+
font-weight: 500;
|
|
683
|
+
font-family: "Circular Medium", sans-serif;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.typography-module_paragraph1Underlined__d3MsO {
|
|
687
|
+
text-decoration: underline;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.typography-module_paragraph2Regular__tmp90,
|
|
691
|
+
.typography-module_paragraph2Medium__lOwG5,
|
|
692
|
+
.typography-module_paragraph2Underlined__qXXT5 {
|
|
693
|
+
font-size: 16px;
|
|
694
|
+
line-height: 28px;
|
|
695
|
+
margin: 0;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.typography-module_paragraph2Regular__tmp90,
|
|
699
|
+
.typography-module_paragraph2Underlined__qXXT5 {
|
|
700
|
+
font-weight: 400;
|
|
701
|
+
font-family: "Circular Book", sans-serif;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.typography-module_paragraph2Medium__lOwG5 {
|
|
705
|
+
font-weight: 500;
|
|
706
|
+
font-family: "Circular Medium", sans-serif;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
.typography-module_paragraph2Underlined__qXXT5 {
|
|
710
|
+
text-decoration: underline;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
.typography-module_paragraph3Regular__AYcDS,
|
|
714
|
+
.typography-module_paragraph3Medium__2Xt-I,
|
|
715
|
+
.typography-module_paragraph3Underlined__9KF21 {
|
|
716
|
+
font-size: 18px;
|
|
717
|
+
line-height: 21px;
|
|
718
|
+
margin: 0;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.typography-module_paragraph3Regular__AYcDS,
|
|
722
|
+
.typography-module_paragraph3Underlined__9KF21 {
|
|
723
|
+
font-weight: 400;
|
|
724
|
+
font-family: "Circular Book", sans-serif;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.typography-module_paragraph3Medium__2Xt-I {
|
|
728
|
+
font-weight: 500;
|
|
729
|
+
font-family: "Circular Medium", sans-serif;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.typography-module_paragraph3Underlined__9KF21 {
|
|
733
|
+
text-decoration: underline;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
.typography-module_captionBook__aqKsr {
|
|
737
|
+
font-weight: 400;
|
|
738
|
+
font-size: 12px;
|
|
739
|
+
line-height: 14px;
|
|
740
|
+
font-family: "Circular Book", sans-serif;
|
|
741
|
+
margin: 0;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.typography-module_captionMedium__xUdVe,
|
|
745
|
+
.typography-module_captionAllCaps__-l9G2 {
|
|
746
|
+
font-weight: 500;
|
|
747
|
+
font-size: 12px;
|
|
748
|
+
line-height: 14px;
|
|
749
|
+
font-family: "Circular Medium", sans-serif;
|
|
750
|
+
margin: 0;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.typography-module_captionAllCaps__-l9G2 {
|
|
754
|
+
letter-spacing: 0.08em;
|
|
755
|
+
text-transform: uppercase;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.typography-module_footerBook__B4JF0 {
|
|
759
|
+
font-family: 'Circular Book', sans-serif;
|
|
760
|
+
font-weight: 400;
|
|
761
|
+
font-size: 10px;
|
|
762
|
+
line-height: 12px;
|
|
763
|
+
letter-spacing: 0.02em;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.typography-module_footerMedium__yFY5y {
|
|
767
|
+
font-family: 'Circular Medium', sans-serif;
|
|
768
|
+
font-weight: 500;
|
|
769
|
+
font-size: 10px;
|
|
770
|
+
line-height: 12px;
|
|
771
|
+
letter-spacing: 0.02em;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.typography-module_footerAllCaps__t5w9I {
|
|
775
|
+
font-family: 'Circular Medium', sans-serif;
|
|
776
|
+
font-weight: 500;
|
|
777
|
+
font-size: 10px;
|
|
778
|
+
line-height: 12px;
|
|
779
|
+
letter-spacing: 0.08em;
|
|
780
|
+
text-transform: uppercase;
|
|
781
|
+
}
|
package/dist/index.es.css
CHANGED
|
@@ -457,3 +457,325 @@
|
|
|
457
457
|
.icons_icon-angle-right-16__0tvm-:before {
|
|
458
458
|
content: "\e91d";
|
|
459
459
|
}
|
|
460
|
+
|
|
461
|
+
@font-face {
|
|
462
|
+
font-family: Circular Book;
|
|
463
|
+
src: url("./fonts/Circular Pro Book.ttf");
|
|
464
|
+
}
|
|
465
|
+
@font-face {
|
|
466
|
+
font-family: Circular Medium;
|
|
467
|
+
src: url("./fonts/Circular Pro Medium.ttf");
|
|
468
|
+
}
|
|
469
|
+
@font-face {
|
|
470
|
+
font-family: Circular Bold;
|
|
471
|
+
src: url("./fonts/Circular Pro Bold.ttf");
|
|
472
|
+
}
|
|
473
|
+
@font-face {
|
|
474
|
+
font-family: Circular Black;
|
|
475
|
+
src: url("./fonts/Circular Pro Black.ttf");
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.typography-module_display1Medium__WzrLm,
|
|
479
|
+
.typography-module_display2Medium__-JMJO,
|
|
480
|
+
.typography-module_heading1Medium__8PXHA,
|
|
481
|
+
.typography-module_heading1SMedium__AATI3,
|
|
482
|
+
.typography-module_heading2Medium__vNc5j,
|
|
483
|
+
.typography-module_heading2SMedium__E4n5X,
|
|
484
|
+
.typography-module_heading3Medium__9qTju,
|
|
485
|
+
.typography-module_heading3SMedium__vgBWm,
|
|
486
|
+
.typography-module_heading4Medium__g0LH-,
|
|
487
|
+
.typography-module_heading4SMedium__jR0ts,
|
|
488
|
+
.typography-module_heading5Medium__O0uOb,
|
|
489
|
+
.typography-module_heading5SMedium__FD7hn,
|
|
490
|
+
.typography-module_heading6Medium__hKoT1,
|
|
491
|
+
.typography-module_heading6SMedium__bSAXF {
|
|
492
|
+
font-weight: 500;
|
|
493
|
+
font-family: 'Circular Medium', sans-serif;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.typography-module_display1Bold__XR0hN,
|
|
497
|
+
.typography-module_display2Bold__Bxxeq,
|
|
498
|
+
.typography-module_heading1Bold__PiAsP,
|
|
499
|
+
.typography-module_heading1SBold__bmlFK,
|
|
500
|
+
.typography-module_heading2Bold__yOuDB,
|
|
501
|
+
.typography-module_heading2SBold__MlY2O,
|
|
502
|
+
.typography-module_heading3Bold__jilQc,
|
|
503
|
+
.typography-module_heading3SBold__uI3jN,
|
|
504
|
+
.typography-module_heading4Bold__--aKF,
|
|
505
|
+
.typography-module_heading4SBold__-ZWrY,
|
|
506
|
+
.typography-module_heading5Bold__XsZSd,
|
|
507
|
+
.typography-module_heading5SBold__KoO1K,
|
|
508
|
+
.typography-module_heading6Bold__hPmXC,
|
|
509
|
+
.typography-module_heading6SBold__8uRys {
|
|
510
|
+
font-weight: 700;
|
|
511
|
+
font-family: 'Circular Bold', sans-serif;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.typography-module_display1Black__DfPuC,
|
|
515
|
+
.typography-module_display2Black__dgmd6,
|
|
516
|
+
.typography-module_heading1Black__8sruN,
|
|
517
|
+
.typography-module_heading1SBlack__alIlb,
|
|
518
|
+
.typography-module_heading2Black__JiRob,
|
|
519
|
+
.typography-module_heading2SBlack__7909N,
|
|
520
|
+
.typography-module_heading3Black__KojcB,
|
|
521
|
+
.typography-module_heading3SBlack__mYaMr,
|
|
522
|
+
.typography-module_heading4Black__QY25R,
|
|
523
|
+
.typography-module_heading4SBlack__k-yw5,
|
|
524
|
+
.typography-module_heading5Black__HeWDL,
|
|
525
|
+
.typography-module_heading5SBlack__HiDyd,
|
|
526
|
+
.typography-module_heading6Black__AQt-h,
|
|
527
|
+
.typography-module_heading6SBlack__6LydW {
|
|
528
|
+
font-weight: 900;
|
|
529
|
+
font-family: 'Circular Black', sans-serif;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.typography-module_display1Medium__WzrLm,
|
|
533
|
+
.typography-module_display1Bold__XR0hN,
|
|
534
|
+
.typography-module_display1Black__DfPuC {
|
|
535
|
+
font-size: 72px;
|
|
536
|
+
line-height: 80px;
|
|
537
|
+
margin: 0;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.typography-module_display2Medium__-JMJO,
|
|
541
|
+
.typography-module_display2Bold__Bxxeq,
|
|
542
|
+
.typography-module_display2Black__dgmd6 {
|
|
543
|
+
font-size: 60px;
|
|
544
|
+
line-height: 72px;
|
|
545
|
+
margin: 0;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.typography-module_heading1Medium__8PXHA,
|
|
549
|
+
.typography-module_heading1Bold__PiAsP,
|
|
550
|
+
.typography-module_heading1Black__8sruN {
|
|
551
|
+
font-size: 48px;
|
|
552
|
+
line-height: 56px;
|
|
553
|
+
margin: 0;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.typography-module_heading1SMedium__AATI3,
|
|
557
|
+
.typography-module_heading1SBold__bmlFK,
|
|
558
|
+
.typography-module_heading1SBlack__alIlb {
|
|
559
|
+
font-size: 34px;
|
|
560
|
+
line-height: 40px;
|
|
561
|
+
margin: 0;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.typography-module_heading2Medium__vNc5j,
|
|
565
|
+
.typography-module_heading2Bold__yOuDB,
|
|
566
|
+
.typography-module_heading2Black__JiRob {
|
|
567
|
+
font-size: 39px;
|
|
568
|
+
line-height: 47px;
|
|
569
|
+
margin: 0;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.typography-module_heading2SMedium__E4n5X,
|
|
573
|
+
.typography-module_heading2SBold__MlY2O,
|
|
574
|
+
.typography-module_heading2SBlack__7909N {
|
|
575
|
+
font-size: 33px;
|
|
576
|
+
line-height: 40px;
|
|
577
|
+
margin: 0;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.typography-module_heading3Medium__9qTju,
|
|
581
|
+
.typography-module_heading3Bold__jilQc,
|
|
582
|
+
.typography-module_heading3Black__KojcB {
|
|
583
|
+
font-size: 33px;
|
|
584
|
+
line-height: 40px;
|
|
585
|
+
margin: 0;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.typography-module_heading3SMedium__vgBWm,
|
|
589
|
+
.typography-module_heading3SBold__uI3jN,
|
|
590
|
+
.typography-module_heading3SBlack__mYaMr {
|
|
591
|
+
font-size: 28px;
|
|
592
|
+
line-height: 34px;
|
|
593
|
+
margin: 0;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.typography-module_heading4Medium__g0LH-,
|
|
597
|
+
.typography-module_heading4Bold__--aKF,
|
|
598
|
+
.typography-module_heading4Black__QY25R {
|
|
599
|
+
font-size: 28px;
|
|
600
|
+
line-height: 34px;
|
|
601
|
+
margin: 0;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.typography-module_heading4SMedium__jR0ts,
|
|
605
|
+
.typography-module_heading4SBold__-ZWrY,
|
|
606
|
+
.typography-module_heading4SBlack__k-yw5 {
|
|
607
|
+
font-size: 23px;
|
|
608
|
+
line-height: 28px;
|
|
609
|
+
margin: 0;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.typography-module_heading5Medium__O0uOb,
|
|
613
|
+
.typography-module_heading5Bold__XsZSd,
|
|
614
|
+
.typography-module_heading5Black__HeWDL {
|
|
615
|
+
font-size: 23px;
|
|
616
|
+
line-height: 28px;
|
|
617
|
+
margin: 0;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.typography-module_heading5SMedium__FD7hn,
|
|
621
|
+
.typography-module_heading5SBold__KoO1K,
|
|
622
|
+
.typography-module_heading5SBlack__HiDyd {
|
|
623
|
+
font-size: 19px;
|
|
624
|
+
line-height: 23px;
|
|
625
|
+
margin: 0;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
.typography-module_heading6Medium__hKoT1,
|
|
629
|
+
.typography-module_heading6Bold__hPmXC,
|
|
630
|
+
.typography-module_heading6Black__AQt-h {
|
|
631
|
+
font-size: 19px;
|
|
632
|
+
line-height: 23px;
|
|
633
|
+
margin: 0;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.typography-module_heading6SMedium__bSAXF,
|
|
637
|
+
.typography-module_heading6SBold__8uRys,
|
|
638
|
+
.typography-module_heading6SBlack__6LydW {
|
|
639
|
+
font-size: 16px;
|
|
640
|
+
line-height: 19px;
|
|
641
|
+
margin: 0;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.typography-module_subheadingRegular__l-mIW,
|
|
645
|
+
.typography-module_subheadingMedium__o1WbN,
|
|
646
|
+
.typography-module_subheadingUnderlined__-6Gfb {
|
|
647
|
+
font-size: 20px;
|
|
648
|
+
line-height: 30px;
|
|
649
|
+
margin: 0;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.typography-module_subheadingRegular__l-mIW,
|
|
653
|
+
.typography-module_subheadingUnderlined__-6Gfb {
|
|
654
|
+
font-weight: 400;
|
|
655
|
+
font-family: "Circular Book", sans-serif;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.typography-module_subheadingMedium__o1WbN {
|
|
659
|
+
font-weight: 500;
|
|
660
|
+
font-family: "Circular Medium", sans-serif;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.typography-module_subheadingUnderlined__-6Gfb {
|
|
664
|
+
text-decoration: underline;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.typography-module_paragraph1Regular__MEN3U,
|
|
668
|
+
.typography-module_paragraph1Medium__WX3UB,
|
|
669
|
+
.typography-module_paragraph1Underlined__d3MsO {
|
|
670
|
+
font-size: 14px;
|
|
671
|
+
line-height: 17px;
|
|
672
|
+
margin: 0;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.typography-module_paragraph1Regular__MEN3U,
|
|
676
|
+
.typography-module_paragraph1Underlined__d3MsO {
|
|
677
|
+
font-weight: 400;
|
|
678
|
+
font-family: "Circular Book", sans-serif;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.typography-module_paragraph1Medium__WX3UB {
|
|
682
|
+
font-weight: 500;
|
|
683
|
+
font-family: "Circular Medium", sans-serif;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.typography-module_paragraph1Underlined__d3MsO {
|
|
687
|
+
text-decoration: underline;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.typography-module_paragraph2Regular__tmp90,
|
|
691
|
+
.typography-module_paragraph2Medium__lOwG5,
|
|
692
|
+
.typography-module_paragraph2Underlined__qXXT5 {
|
|
693
|
+
font-size: 16px;
|
|
694
|
+
line-height: 28px;
|
|
695
|
+
margin: 0;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.typography-module_paragraph2Regular__tmp90,
|
|
699
|
+
.typography-module_paragraph2Underlined__qXXT5 {
|
|
700
|
+
font-weight: 400;
|
|
701
|
+
font-family: "Circular Book", sans-serif;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.typography-module_paragraph2Medium__lOwG5 {
|
|
705
|
+
font-weight: 500;
|
|
706
|
+
font-family: "Circular Medium", sans-serif;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
.typography-module_paragraph2Underlined__qXXT5 {
|
|
710
|
+
text-decoration: underline;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
.typography-module_paragraph3Regular__AYcDS,
|
|
714
|
+
.typography-module_paragraph3Medium__2Xt-I,
|
|
715
|
+
.typography-module_paragraph3Underlined__9KF21 {
|
|
716
|
+
font-size: 18px;
|
|
717
|
+
line-height: 21px;
|
|
718
|
+
margin: 0;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.typography-module_paragraph3Regular__AYcDS,
|
|
722
|
+
.typography-module_paragraph3Underlined__9KF21 {
|
|
723
|
+
font-weight: 400;
|
|
724
|
+
font-family: "Circular Book", sans-serif;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.typography-module_paragraph3Medium__2Xt-I {
|
|
728
|
+
font-weight: 500;
|
|
729
|
+
font-family: "Circular Medium", sans-serif;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.typography-module_paragraph3Underlined__9KF21 {
|
|
733
|
+
text-decoration: underline;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
.typography-module_captionBook__aqKsr {
|
|
737
|
+
font-weight: 400;
|
|
738
|
+
font-size: 12px;
|
|
739
|
+
line-height: 14px;
|
|
740
|
+
font-family: "Circular Book", sans-serif;
|
|
741
|
+
margin: 0;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.typography-module_captionMedium__xUdVe,
|
|
745
|
+
.typography-module_captionAllCaps__-l9G2 {
|
|
746
|
+
font-weight: 500;
|
|
747
|
+
font-size: 12px;
|
|
748
|
+
line-height: 14px;
|
|
749
|
+
font-family: "Circular Medium", sans-serif;
|
|
750
|
+
margin: 0;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.typography-module_captionAllCaps__-l9G2 {
|
|
754
|
+
letter-spacing: 0.08em;
|
|
755
|
+
text-transform: uppercase;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.typography-module_footerBook__B4JF0 {
|
|
759
|
+
font-family: 'Circular Book', sans-serif;
|
|
760
|
+
font-weight: 400;
|
|
761
|
+
font-size: 10px;
|
|
762
|
+
line-height: 12px;
|
|
763
|
+
letter-spacing: 0.02em;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.typography-module_footerMedium__yFY5y {
|
|
767
|
+
font-family: 'Circular Medium', sans-serif;
|
|
768
|
+
font-weight: 500;
|
|
769
|
+
font-size: 10px;
|
|
770
|
+
line-height: 12px;
|
|
771
|
+
letter-spacing: 0.02em;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.typography-module_footerAllCaps__t5w9I {
|
|
775
|
+
font-family: 'Circular Medium', sans-serif;
|
|
776
|
+
font-weight: 500;
|
|
777
|
+
font-size: 10px;
|
|
778
|
+
line-height: 12px;
|
|
779
|
+
letter-spacing: 0.08em;
|
|
780
|
+
text-transform: uppercase;
|
|
781
|
+
}
|