@heartlandone/vega 1.32.0 → 1.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{typography-d0a9c0f2.js → icons-551cf4b1.js} +0 -936
- package/dist/cjs/index-0ca30e90.js +4 -0
- package/dist/cjs/index.cjs.js +4 -3
- package/dist/cjs/{injectElementAppender-f12a819f.js → injectElementAppender-2032daf0.js} +17 -15
- package/dist/cjs/legendDrawer-a06bcc11.js +6202 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/typography-c3cdefcd.js +938 -0
- package/dist/cjs/vega-banner_37.cjs.entry.js +41 -6206
- package/dist/cjs/vega-bar-chart.cjs.entry.js +113 -0
- package/dist/cjs/vega-left-nav.cjs.entry.js +79 -11
- package/dist/cjs/vega-popover.cjs.entry.js +1 -1
- package/dist/cjs/vega.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/vega-chart/vega-bar-chart/vega-bar-chart.js +74 -0
- package/dist/collection/components/vega-left-nav/vega-left-nav.js +93 -12
- package/dist/collection/components/vega-radio/vega-radio-group.js +4 -1
- package/dist/collection/components/vega-radio/vega-radio.js +1 -1
- package/dist/collection/components/vega-tab-group/vega-tab-group.js +0 -3
- package/dist/collection/helpers/chart/barChart.js +37 -0
- package/dist/collection/helpers/chart/baseChart.js +7 -4
- package/dist/collection/helpers/chart/drawers/baseDrawer.js +56 -0
- package/dist/collection/helpers/chart/drawers/legendDrawer.js +3 -3
- package/dist/collection/helpers/chart/drawers/lineDrawer.js +1 -1
- package/dist/collection/helpers/chart/drawers/pathDrawer.js +3 -3
- package/dist/collection/helpers/chart/drawers/rectDrawer.js +9 -2
- package/dist/collection/helpers/chart/drawers/xAxisDrawer.js +1 -1
- package/dist/collection/helpers/chart/drawers/yAxisDrawer.js +1 -1
- package/dist/collection/helpers/chart/renderers/baseRenderer.js +0 -56
- package/dist/collection/helpers/chart/renderers/canvasRenderer.js +7 -7
- package/dist/collection/helpers/chart/renderers/svgRenderer.js +31 -30
- package/dist/collection/helpers/chart/test/drawers/legendDrawer.test.js +3 -3
- package/dist/collection/helpers/chart/test/drawers/lineDrawer.test.js +1 -1
- package/dist/collection/helpers/chart/test/drawers/pathDrawer.test.js +1 -1
- package/dist/collection/helpers/chart/test/drawers/rectDrawer.test.js +15 -9
- package/dist/collection/helpers/chart/test/drawers/xAxisDrawer.test.js +1 -1
- package/dist/collection/helpers/chart/test/drawers/yAxisDrawer.test.js +12 -1
- package/dist/collection/helpers/chart/test/renderers/svgRenderer.test.js +5 -5
- package/dist/collection/helpers/ui/elementAppender.js +17 -15
- package/dist/collection/helpers/ui/test/elementAppender.test.js +12 -0
- package/dist/esm/{typography-8c21a3d1.js → icons-e7d726e8.js} +1 -936
- package/dist/esm/index-15c74515.js +4 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/{injectElementAppender-ac11fa28.js → injectElementAppender-df41b329.js} +17 -15
- package/dist/esm/legendDrawer-24177eba.js +6196 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/typography-97dc9c59.js +936 -0
- package/dist/esm/vega-banner_37.entry.js +19 -6184
- package/dist/esm/vega-bar-chart.entry.js +109 -0
- package/dist/esm/vega-left-nav.entry.js +79 -11
- package/dist/esm/vega-popover.entry.js +1 -1
- package/dist/esm/vega.js +1 -1
- package/dist/types/components/vega-chart/vega-bar-chart/vega-bar-chart.d.ts +20 -0
- package/dist/types/components/vega-left-nav/vega-left-nav.d.ts +15 -0
- package/dist/types/components/vega-radio/vega-radio-group.d.ts +1 -0
- package/dist/types/components/vega-tab-group/vega-tab-group.d.ts +0 -2
- package/dist/types/components.d.ts +30 -0
- package/dist/types/helpers/chart/barChart.d.ts +22 -0
- package/dist/types/helpers/chart/drawers/baseDrawer.d.ts +25 -0
- package/dist/types/helpers/chart/renderers/baseRenderer.d.ts +8 -33
- package/dist/types/helpers/chart/renderers/canvasRenderer.d.ts +6 -6
- package/dist/types/helpers/chart/renderers/svgRenderer.d.ts +18 -10
- package/dist/types/helpers/ui/elementAppender.d.ts +1 -1
- package/dist/types/types/vegaChart.d.ts +74 -63
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/p-04953c46.entry.js +13 -0
- package/dist/vega/p-25ec5da1.js +1 -0
- package/dist/vega/{p-fa2e49b4.js → p-26ca7529.js} +1 -1
- package/dist/vega/p-4ae1f104.js +1 -0
- package/dist/vega/p-7c355216.entry.js +1 -0
- package/dist/vega/{p-692ab84c.entry.js → p-ab0f5fcf.entry.js} +1 -1
- package/dist/vega/p-b0ac37c4.js +1 -0
- package/dist/vega/p-c849d00c.entry.js +1 -0
- package/dist/vega/vega.css +1 -1
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +4 -6
- package/style/vega.css +1 -1
- package/style/vega_min.css +1 -1
- package/dist/collection/types/vegaChart.js +0 -1
- package/dist/vega/p-261124ed.entry.js +0 -1
- package/dist/vega/p-c769cc91.js +0 -1
- package/dist/vega/p-d767f0da.entry.js +0 -13
|
@@ -516,941 +516,5 @@ const getIconFromToken = (icon_type) => {
|
|
|
516
516
|
// prettier-ignore
|
|
517
517
|
const Icons = ["announcement", "announcement-filled", "app-tray", "app-tray-filled", "arrow-down", "arrow-expand", "arrow-left", "arrow-right", "arrow-up", "attach", "bank", "bank-filled", "bar-graph", "bar-graph-filled", "blocked", "bookmark", "bookmark-filled", "brand-apple", "brand-heartland", "brand-twitter", "brand-venmo", "brand-youtube", "briefcase", "briefcase-filled", "calendar", "camera", "cart", "cart-filled", "chat-bubble", "chat-bubble-filled", "checkmark", "checkmark-bold", "checkmark-circle", "checkmark-rounded", "checkmark-square", "chevron-backward-rounded", "chevron-down", "chevron-down-circle", "chevron-forward-rounded", "chevron-left", "chevron-left-circle", "chevron-left-rounded", "chevron-right", "chevron-right-circle", "chevron-right-rounded", "chevron-up", "chevron-up-circle", "clock-face", "close", "delete-bin", "delete-bin-filled", "direct-deposit", "document", "dollar-sign", "download", "edit-filled", "edit-line", "employee-profile", "enter", "envelope", "envelope-filled", "exit", "file", "folder", "folder-filled", "folder-open", "folder-open-filled", "forms", "giftbox", "globe", "globe-filled", "hb-menu", "heart", "heart-filled", "help", "help-filled", "hide-eye", "home", "home-filled", "info-circle", "info-circle-filled", "like", "like-filled", "link", "list-bullet", "list-number", "location-pin", "location-pin-filled", "lock", "minus-sign", "mobile-phone", "money", "money-touch", "my-profile", "notify", "notify-filled", "notify-off", "notify-off-filled", "paychecks", "pending-transactions", "pending-transactions-notify", "photo", "photo-filled", "pie-chart", "pie-chart-filled", "plus-sign", "profile-selection", "search", "send-mail", "send-mail-filled", "serving-dome", "serving-dome-filled", "settings", "settings-filled", "settings-wrench", "settings-wrench-filled", "shipping-truck", "shipping-truck-filled", "shopping-bag", "shopping-bag-filled", "show-eye", "sound", "star", "star-filled", "storefront", "storefront-filled", "tap-gesture", "tap-gesture-filled", "target", "telephone", "telephone-filled", "text-align-center", "text-align-justify", "text-align-left", "text-align-right", "text-bold", "text-clear-format", "text-color", "text-highlight", "text-indent-decrease", "text-indent-increase", "text-italic", "text-line-height", "text-strikethrough", "text-styles", "text-underline", "time", "time-history", "unlock", "upload", "user", "user-add", "user-add-filled", "user-circle", "user-edit", "user-edit-filled", "user-filled", "user-group", "user-group-filled", "users", "vertical-menu", "video-camera", "video-camera-filled", "warning-triangle", "warning-triangle-filled", "wifi", "zoom-in", "zoom-out"];
|
|
518
518
|
|
|
519
|
-
/* This file is generated by vega-design 2.0.70 */
|
|
520
|
-
/* eslint-disable */
|
|
521
|
-
/* tslint:disable */
|
|
522
|
-
// prettier-ignore
|
|
523
|
-
const Typography = {
|
|
524
|
-
"v-font-h1": [
|
|
525
|
-
"@apply v-font-inter",
|
|
526
|
-
"font-size:42px",
|
|
527
|
-
"font-weight:700",
|
|
528
|
-
"line-height:50px",
|
|
529
|
-
"letter-spacing:0.42px"
|
|
530
|
-
],
|
|
531
|
-
"M:v-font-h1": [
|
|
532
|
-
"@apply v-font-inter",
|
|
533
|
-
"font-size:42px",
|
|
534
|
-
"font-weight:700",
|
|
535
|
-
"line-height:50px",
|
|
536
|
-
"letter-spacing:2.52px"
|
|
537
|
-
],
|
|
538
|
-
"L:v-font-h1": [
|
|
539
|
-
"@apply v-font-inter",
|
|
540
|
-
"font-size:48px",
|
|
541
|
-
"font-weight:700",
|
|
542
|
-
"line-height:56px",
|
|
543
|
-
"letter-spacing:0.96px"
|
|
544
|
-
],
|
|
545
|
-
"XL:v-font-h1": [
|
|
546
|
-
"@apply v-font-inter",
|
|
547
|
-
"font-size:60px",
|
|
548
|
-
"font-weight:700",
|
|
549
|
-
"line-height:70px",
|
|
550
|
-
"letter-spacing:1.8px"
|
|
551
|
-
],
|
|
552
|
-
"v-font-h2": [
|
|
553
|
-
"@apply v-font-inter",
|
|
554
|
-
"font-size:32px",
|
|
555
|
-
"font-weight:700",
|
|
556
|
-
"line-height:40px",
|
|
557
|
-
"letter-spacing:0px"
|
|
558
|
-
],
|
|
559
|
-
"M:v-font-h2": [
|
|
560
|
-
"@apply v-font-inter",
|
|
561
|
-
"font-size:32px",
|
|
562
|
-
"font-weight:700",
|
|
563
|
-
"line-height:40px",
|
|
564
|
-
"letter-spacing:0px"
|
|
565
|
-
],
|
|
566
|
-
"L:v-font-h2": [
|
|
567
|
-
"@apply v-font-inter",
|
|
568
|
-
"font-size:36px",
|
|
569
|
-
"font-weight:700",
|
|
570
|
-
"line-height:44px",
|
|
571
|
-
"letter-spacing:1.8px"
|
|
572
|
-
],
|
|
573
|
-
"XL:v-font-h2": [
|
|
574
|
-
"@apply v-font-inter",
|
|
575
|
-
"font-size:42px",
|
|
576
|
-
"font-weight:700",
|
|
577
|
-
"line-height:52px",
|
|
578
|
-
"letter-spacing:0.42px"
|
|
579
|
-
],
|
|
580
|
-
"v-font-h3": [
|
|
581
|
-
"@apply v-font-inter",
|
|
582
|
-
"font-size:28px",
|
|
583
|
-
"font-weight:500",
|
|
584
|
-
"line-height:36px",
|
|
585
|
-
"letter-spacing:0.28px"
|
|
586
|
-
],
|
|
587
|
-
"M:v-font-h3": [
|
|
588
|
-
"@apply v-font-inter",
|
|
589
|
-
"font-size:28px",
|
|
590
|
-
"font-weight:500",
|
|
591
|
-
"line-height:36px",
|
|
592
|
-
"letter-spacing:0.28px"
|
|
593
|
-
],
|
|
594
|
-
"L:v-font-h3": [
|
|
595
|
-
"@apply v-font-inter",
|
|
596
|
-
"font-size:28px",
|
|
597
|
-
"font-weight:500",
|
|
598
|
-
"line-height:36px",
|
|
599
|
-
"letter-spacing:0.28px"
|
|
600
|
-
],
|
|
601
|
-
"XL:v-font-h3": [
|
|
602
|
-
"@apply v-font-inter",
|
|
603
|
-
"font-size:32px",
|
|
604
|
-
"font-weight:500",
|
|
605
|
-
"line-height:44px",
|
|
606
|
-
"letter-spacing:0.32px"
|
|
607
|
-
],
|
|
608
|
-
"v-font-h4": [
|
|
609
|
-
"@apply v-font-inter",
|
|
610
|
-
"font-size:24px",
|
|
611
|
-
"font-weight:700",
|
|
612
|
-
"line-height:32px",
|
|
613
|
-
"letter-spacing:0px"
|
|
614
|
-
],
|
|
615
|
-
"M:v-font-h4": [
|
|
616
|
-
"@apply v-font-inter",
|
|
617
|
-
"font-size:24px",
|
|
618
|
-
"font-weight:700",
|
|
619
|
-
"line-height:32px",
|
|
620
|
-
"letter-spacing:0px"
|
|
621
|
-
],
|
|
622
|
-
"L:v-font-h4": [
|
|
623
|
-
"@apply v-font-inter",
|
|
624
|
-
"font-size:24px",
|
|
625
|
-
"font-weight:700",
|
|
626
|
-
"line-height:32px",
|
|
627
|
-
"letter-spacing:0px"
|
|
628
|
-
],
|
|
629
|
-
"XL:v-font-h4": [
|
|
630
|
-
"@apply v-font-inter",
|
|
631
|
-
"font-size:28px",
|
|
632
|
-
"font-weight:700",
|
|
633
|
-
"line-height:36px",
|
|
634
|
-
"letter-spacing:0px"
|
|
635
|
-
],
|
|
636
|
-
"v-font-h5": [
|
|
637
|
-
"@apply v-font-inter",
|
|
638
|
-
"font-size:20px",
|
|
639
|
-
"font-weight:700",
|
|
640
|
-
"line-height:28px",
|
|
641
|
-
"letter-spacing:0px"
|
|
642
|
-
],
|
|
643
|
-
"M:v-font-h5": [
|
|
644
|
-
"@apply v-font-inter",
|
|
645
|
-
"font-size:20px",
|
|
646
|
-
"font-weight:700",
|
|
647
|
-
"line-height:28px",
|
|
648
|
-
"letter-spacing:0px"
|
|
649
|
-
],
|
|
650
|
-
"L:v-font-h5": [
|
|
651
|
-
"@apply v-font-inter",
|
|
652
|
-
"font-size:20px",
|
|
653
|
-
"font-weight:700",
|
|
654
|
-
"line-height:28px",
|
|
655
|
-
"letter-spacing:0px"
|
|
656
|
-
],
|
|
657
|
-
"XL:v-font-h5": [
|
|
658
|
-
"@apply v-font-inter",
|
|
659
|
-
"font-size:20px",
|
|
660
|
-
"font-weight:700",
|
|
661
|
-
"line-height:28px",
|
|
662
|
-
"letter-spacing:0px"
|
|
663
|
-
],
|
|
664
|
-
"v-font-h6": [
|
|
665
|
-
"@apply v-font-inter",
|
|
666
|
-
"font-size:18px",
|
|
667
|
-
"font-weight:700",
|
|
668
|
-
"line-height:25px",
|
|
669
|
-
"letter-spacing:0px"
|
|
670
|
-
],
|
|
671
|
-
"M:v-font-h6": [
|
|
672
|
-
"@apply v-font-inter",
|
|
673
|
-
"font-size:18px",
|
|
674
|
-
"font-weight:700",
|
|
675
|
-
"line-height:25px",
|
|
676
|
-
"letter-spacing:0px"
|
|
677
|
-
],
|
|
678
|
-
"L:v-font-h6": [
|
|
679
|
-
"@apply v-font-inter",
|
|
680
|
-
"font-size:18px",
|
|
681
|
-
"font-weight:700",
|
|
682
|
-
"line-height:25px",
|
|
683
|
-
"letter-spacing:0px"
|
|
684
|
-
],
|
|
685
|
-
"XL:v-font-h6": [
|
|
686
|
-
"@apply v-font-inter",
|
|
687
|
-
"font-size:18px",
|
|
688
|
-
"font-weight:700",
|
|
689
|
-
"line-height:25px",
|
|
690
|
-
"letter-spacing:0px"
|
|
691
|
-
],
|
|
692
|
-
"v-font-p1-short": [
|
|
693
|
-
"@apply v-font-inter",
|
|
694
|
-
"font-size:20px",
|
|
695
|
-
"font-weight:500",
|
|
696
|
-
"line-height:28px",
|
|
697
|
-
"letter-spacing:0px"
|
|
698
|
-
],
|
|
699
|
-
"M:v-font-p1-short": [
|
|
700
|
-
"@apply v-font-inter",
|
|
701
|
-
"font-size:20px",
|
|
702
|
-
"font-weight:500",
|
|
703
|
-
"line-height:27px",
|
|
704
|
-
"letter-spacing:0px"
|
|
705
|
-
],
|
|
706
|
-
"L:v-font-p1-short": [
|
|
707
|
-
"@apply v-font-inter",
|
|
708
|
-
"font-size:20px",
|
|
709
|
-
"font-weight:500",
|
|
710
|
-
"line-height:27px",
|
|
711
|
-
"letter-spacing:0px"
|
|
712
|
-
],
|
|
713
|
-
"XL:v-font-p1-short": [
|
|
714
|
-
"@apply v-font-inter",
|
|
715
|
-
"font-size:20px",
|
|
716
|
-
"font-weight:500",
|
|
717
|
-
"line-height:27px",
|
|
718
|
-
"letter-spacing:0px"
|
|
719
|
-
],
|
|
720
|
-
"v-font-p1-long": [
|
|
721
|
-
"@apply v-font-inter",
|
|
722
|
-
"font-size:20px",
|
|
723
|
-
"font-weight:500",
|
|
724
|
-
"line-height:32px",
|
|
725
|
-
"letter-spacing:0px"
|
|
726
|
-
],
|
|
727
|
-
"M:v-font-p1-long": [
|
|
728
|
-
"@apply v-font-inter",
|
|
729
|
-
"font-size:20px",
|
|
730
|
-
"font-weight:500",
|
|
731
|
-
"line-height:30px",
|
|
732
|
-
"letter-spacing:0px"
|
|
733
|
-
],
|
|
734
|
-
"L:v-font-p1-long": [
|
|
735
|
-
"@apply v-font-inter",
|
|
736
|
-
"font-size:20px",
|
|
737
|
-
"font-weight:500",
|
|
738
|
-
"line-height:30px",
|
|
739
|
-
"letter-spacing:0px"
|
|
740
|
-
],
|
|
741
|
-
"XL:v-font-p1-long": [
|
|
742
|
-
"@apply v-font-inter",
|
|
743
|
-
"font-size:20px",
|
|
744
|
-
"font-weight:500",
|
|
745
|
-
"line-height:30px",
|
|
746
|
-
"letter-spacing:0px"
|
|
747
|
-
],
|
|
748
|
-
"v-font-p2-short": [
|
|
749
|
-
"@apply v-font-inter",
|
|
750
|
-
"font-size:18px",
|
|
751
|
-
"font-weight:500",
|
|
752
|
-
"line-height:28px",
|
|
753
|
-
"letter-spacing:0px"
|
|
754
|
-
],
|
|
755
|
-
"M:v-font-p2-short": [
|
|
756
|
-
"@apply v-font-inter",
|
|
757
|
-
"font-size:16px",
|
|
758
|
-
"font-weight:500",
|
|
759
|
-
"line-height:22px",
|
|
760
|
-
"letter-spacing:0px"
|
|
761
|
-
],
|
|
762
|
-
"L:v-font-p2-short": [
|
|
763
|
-
"@apply v-font-inter",
|
|
764
|
-
"font-size:16px",
|
|
765
|
-
"font-weight:500",
|
|
766
|
-
"line-height:22px",
|
|
767
|
-
"letter-spacing:0px"
|
|
768
|
-
],
|
|
769
|
-
"XL:v-font-p2-short": [
|
|
770
|
-
"@apply v-font-inter",
|
|
771
|
-
"font-size:16px",
|
|
772
|
-
"font-weight:500",
|
|
773
|
-
"line-height:22px",
|
|
774
|
-
"letter-spacing:0px"
|
|
775
|
-
],
|
|
776
|
-
"v-font-p2-long": [
|
|
777
|
-
"@apply v-font-inter",
|
|
778
|
-
"font-size:18px",
|
|
779
|
-
"font-weight:500",
|
|
780
|
-
"line-height:30px",
|
|
781
|
-
"letter-spacing:0px"
|
|
782
|
-
],
|
|
783
|
-
"M:v-font-p2-long": [
|
|
784
|
-
"@apply v-font-inter",
|
|
785
|
-
"font-size:16px",
|
|
786
|
-
"font-weight:500",
|
|
787
|
-
"line-height:28px",
|
|
788
|
-
"letter-spacing:0px"
|
|
789
|
-
],
|
|
790
|
-
"L:v-font-p2-long": [
|
|
791
|
-
"@apply v-font-inter",
|
|
792
|
-
"font-size:16px",
|
|
793
|
-
"font-weight:500",
|
|
794
|
-
"line-height:28px",
|
|
795
|
-
"letter-spacing:0px"
|
|
796
|
-
],
|
|
797
|
-
"XL:v-font-p2-long": [
|
|
798
|
-
"@apply v-font-inter",
|
|
799
|
-
"font-size:16px",
|
|
800
|
-
"font-weight:500",
|
|
801
|
-
"line-height:28px",
|
|
802
|
-
"letter-spacing:0px"
|
|
803
|
-
],
|
|
804
|
-
"v-font-btn-label": [
|
|
805
|
-
"@apply v-font-inter",
|
|
806
|
-
"font-size:18px",
|
|
807
|
-
"font-weight:700",
|
|
808
|
-
"line-height:24px",
|
|
809
|
-
"letter-spacing:0px"
|
|
810
|
-
],
|
|
811
|
-
"M:v-font-btn-label": [
|
|
812
|
-
"@apply v-font-inter",
|
|
813
|
-
"font-size:16px",
|
|
814
|
-
"font-weight:700",
|
|
815
|
-
"line-height:24px",
|
|
816
|
-
"letter-spacing:0px"
|
|
817
|
-
],
|
|
818
|
-
"L:v-font-btn-label": [
|
|
819
|
-
"@apply v-font-inter",
|
|
820
|
-
"font-size:16px",
|
|
821
|
-
"font-weight:700",
|
|
822
|
-
"line-height:24px",
|
|
823
|
-
"letter-spacing:0px"
|
|
824
|
-
],
|
|
825
|
-
"XL:v-font-btn-label": [
|
|
826
|
-
"@apply v-font-inter",
|
|
827
|
-
"font-size:16px",
|
|
828
|
-
"font-weight:700",
|
|
829
|
-
"line-height:24px",
|
|
830
|
-
"letter-spacing:0px"
|
|
831
|
-
],
|
|
832
|
-
"v-font-btn-label-lg": [
|
|
833
|
-
"@apply v-font-inter",
|
|
834
|
-
"font-size:20px",
|
|
835
|
-
"font-weight:700",
|
|
836
|
-
"line-height:24px",
|
|
837
|
-
"letter-spacing:0px"
|
|
838
|
-
],
|
|
839
|
-
"M:v-font-btn-label-lg": [
|
|
840
|
-
"@apply v-font-inter",
|
|
841
|
-
"font-size:18px",
|
|
842
|
-
"font-weight:700",
|
|
843
|
-
"line-height:24px",
|
|
844
|
-
"letter-spacing:0px"
|
|
845
|
-
],
|
|
846
|
-
"L:v-font-btn-label-lg": [
|
|
847
|
-
"@apply v-font-inter",
|
|
848
|
-
"font-size:18px",
|
|
849
|
-
"font-weight:700",
|
|
850
|
-
"line-height:24px",
|
|
851
|
-
"letter-spacing:0px"
|
|
852
|
-
],
|
|
853
|
-
"XL:v-font-btn-label-lg": [
|
|
854
|
-
"@apply v-font-inter",
|
|
855
|
-
"font-size:18px",
|
|
856
|
-
"font-weight:700",
|
|
857
|
-
"line-height:24px",
|
|
858
|
-
"letter-spacing:0px"
|
|
859
|
-
],
|
|
860
|
-
"v-font-btn-label-sm": [
|
|
861
|
-
"@apply v-font-inter",
|
|
862
|
-
"font-size:16px",
|
|
863
|
-
"font-weight:700",
|
|
864
|
-
"line-height:24px",
|
|
865
|
-
"letter-spacing:0px"
|
|
866
|
-
],
|
|
867
|
-
"M:v-font-btn-label-sm": [
|
|
868
|
-
"@apply v-font-inter",
|
|
869
|
-
"font-size:14px",
|
|
870
|
-
"font-weight:700",
|
|
871
|
-
"line-height:18px",
|
|
872
|
-
"letter-spacing:0px"
|
|
873
|
-
],
|
|
874
|
-
"L:v-font-btn-label-sm": [
|
|
875
|
-
"@apply v-font-inter",
|
|
876
|
-
"font-size:14px",
|
|
877
|
-
"font-weight:700",
|
|
878
|
-
"line-height:18px",
|
|
879
|
-
"letter-spacing:0px"
|
|
880
|
-
],
|
|
881
|
-
"XL:v-font-btn-label-sm": [
|
|
882
|
-
"@apply v-font-inter",
|
|
883
|
-
"font-size:14px",
|
|
884
|
-
"font-weight:700",
|
|
885
|
-
"line-height:18px",
|
|
886
|
-
"letter-spacing:0px"
|
|
887
|
-
],
|
|
888
|
-
"v-font-btn-link-label": [
|
|
889
|
-
"@apply v-font-inter",
|
|
890
|
-
"font-size:18px",
|
|
891
|
-
"font-weight:700",
|
|
892
|
-
"line-height:24px",
|
|
893
|
-
"letter-spacing:0px"
|
|
894
|
-
],
|
|
895
|
-
"M:v-font-btn-link-label": [
|
|
896
|
-
"@apply v-font-inter",
|
|
897
|
-
"font-size:16px",
|
|
898
|
-
"font-weight:700",
|
|
899
|
-
"line-height:22px",
|
|
900
|
-
"letter-spacing:0px"
|
|
901
|
-
],
|
|
902
|
-
"L:v-font-btn-link-label": [
|
|
903
|
-
"@apply v-font-inter",
|
|
904
|
-
"font-size:16px",
|
|
905
|
-
"font-weight:700",
|
|
906
|
-
"line-height:22px",
|
|
907
|
-
"letter-spacing:0px"
|
|
908
|
-
],
|
|
909
|
-
"XL:v-font-btn-link-label": [
|
|
910
|
-
"@apply v-font-inter",
|
|
911
|
-
"font-size:16px",
|
|
912
|
-
"font-weight:700",
|
|
913
|
-
"line-height:22px",
|
|
914
|
-
"letter-spacing:0px"
|
|
915
|
-
],
|
|
916
|
-
"v-font-btn-link-label-lg": [
|
|
917
|
-
"@apply v-font-inter",
|
|
918
|
-
"font-size:20px",
|
|
919
|
-
"font-weight:700",
|
|
920
|
-
"line-height:24px",
|
|
921
|
-
"letter-spacing:0px"
|
|
922
|
-
],
|
|
923
|
-
"M:v-font-btn-link-label-lg": [
|
|
924
|
-
"@apply v-font-inter",
|
|
925
|
-
"font-size:18px",
|
|
926
|
-
"font-weight:700",
|
|
927
|
-
"line-height:22px",
|
|
928
|
-
"letter-spacing:0px"
|
|
929
|
-
],
|
|
930
|
-
"L:v-font-btn-link-label-lg": [
|
|
931
|
-
"@apply v-font-inter",
|
|
932
|
-
"font-size:18px",
|
|
933
|
-
"font-weight:700",
|
|
934
|
-
"line-height:22px",
|
|
935
|
-
"letter-spacing:0px"
|
|
936
|
-
],
|
|
937
|
-
"XL:v-font-btn-link-label-lg": [
|
|
938
|
-
"@apply v-font-inter",
|
|
939
|
-
"font-size:18px",
|
|
940
|
-
"font-weight:700",
|
|
941
|
-
"line-height:22px",
|
|
942
|
-
"letter-spacing:0px"
|
|
943
|
-
],
|
|
944
|
-
"v-font-field-label": [
|
|
945
|
-
"@apply v-font-inter",
|
|
946
|
-
"font-size:16px",
|
|
947
|
-
"font-weight:500",
|
|
948
|
-
"line-height:22px",
|
|
949
|
-
"letter-spacing:0px"
|
|
950
|
-
],
|
|
951
|
-
"M:v-font-field-label": [
|
|
952
|
-
"@apply v-font-inter",
|
|
953
|
-
"font-size:16px",
|
|
954
|
-
"font-weight:500",
|
|
955
|
-
"line-height:22px",
|
|
956
|
-
"letter-spacing:0px"
|
|
957
|
-
],
|
|
958
|
-
"L:v-font-field-label": [
|
|
959
|
-
"@apply v-font-inter",
|
|
960
|
-
"font-size:16px",
|
|
961
|
-
"font-weight:500",
|
|
962
|
-
"line-height:22px",
|
|
963
|
-
"letter-spacing:0px"
|
|
964
|
-
],
|
|
965
|
-
"XL:v-font-field-label": [
|
|
966
|
-
"@apply v-font-inter",
|
|
967
|
-
"font-size:16px",
|
|
968
|
-
"font-weight:500",
|
|
969
|
-
"line-height:22px",
|
|
970
|
-
"letter-spacing:0px"
|
|
971
|
-
],
|
|
972
|
-
"v-font-field-label-sm": [
|
|
973
|
-
"@apply v-font-inter",
|
|
974
|
-
"font-size:14px",
|
|
975
|
-
"font-weight:400",
|
|
976
|
-
"line-height:18px"
|
|
977
|
-
],
|
|
978
|
-
"M:v-font-field-label-sm": [
|
|
979
|
-
"@apply v-font-inter",
|
|
980
|
-
"font-size:14px",
|
|
981
|
-
"font-weight:400",
|
|
982
|
-
"line-height:18px"
|
|
983
|
-
],
|
|
984
|
-
"L:v-font-field-label-sm": [
|
|
985
|
-
"@apply v-font-inter",
|
|
986
|
-
"font-size:14px",
|
|
987
|
-
"font-weight:400",
|
|
988
|
-
"line-height:18px"
|
|
989
|
-
],
|
|
990
|
-
"XL:v-font-field-label-sm": [
|
|
991
|
-
"@apply v-font-inter",
|
|
992
|
-
"font-size:14px",
|
|
993
|
-
"font-weight:400",
|
|
994
|
-
"line-height:18px"
|
|
995
|
-
],
|
|
996
|
-
"v-font-field-label-xs": [
|
|
997
|
-
"@apply v-font-inter",
|
|
998
|
-
"font-size:12px",
|
|
999
|
-
"font-weight:400",
|
|
1000
|
-
"line-height:16px"
|
|
1001
|
-
],
|
|
1002
|
-
"M:v-font-field-label-xs": [
|
|
1003
|
-
"@apply v-font-inter",
|
|
1004
|
-
"font-size:12px",
|
|
1005
|
-
"font-weight:400",
|
|
1006
|
-
"line-height:16px"
|
|
1007
|
-
],
|
|
1008
|
-
"L:v-font-field-label-xs": [
|
|
1009
|
-
"@apply v-font-inter",
|
|
1010
|
-
"font-size:12px",
|
|
1011
|
-
"font-weight:400",
|
|
1012
|
-
"line-height:16px"
|
|
1013
|
-
],
|
|
1014
|
-
"XL:v-font-field-label-xs": [
|
|
1015
|
-
"@apply v-font-inter",
|
|
1016
|
-
"font-size:12px",
|
|
1017
|
-
"font-weight:400",
|
|
1018
|
-
"line-height:16px"
|
|
1019
|
-
],
|
|
1020
|
-
"v-font-field-label-lg": [
|
|
1021
|
-
"@apply v-font-inter",
|
|
1022
|
-
"font-size:20px",
|
|
1023
|
-
"font-weight:500",
|
|
1024
|
-
"line-height:24px",
|
|
1025
|
-
"letter-spacing:0px"
|
|
1026
|
-
],
|
|
1027
|
-
"M:v-font-field-label-lg": [
|
|
1028
|
-
"@apply v-font-inter",
|
|
1029
|
-
"font-size:20px",
|
|
1030
|
-
"font-weight:500",
|
|
1031
|
-
"line-height:24px",
|
|
1032
|
-
"letter-spacing:0px"
|
|
1033
|
-
],
|
|
1034
|
-
"L:v-font-field-label-lg": [
|
|
1035
|
-
"@apply v-font-inter",
|
|
1036
|
-
"font-size:20px",
|
|
1037
|
-
"font-weight:500",
|
|
1038
|
-
"line-height:24px",
|
|
1039
|
-
"letter-spacing:0px"
|
|
1040
|
-
],
|
|
1041
|
-
"XL:v-font-field-label-lg": [
|
|
1042
|
-
"@apply v-font-inter",
|
|
1043
|
-
"font-size:20px",
|
|
1044
|
-
"font-weight:500",
|
|
1045
|
-
"line-height:24px",
|
|
1046
|
-
"letter-spacing:0px"
|
|
1047
|
-
],
|
|
1048
|
-
"v-font-field-label-em": [
|
|
1049
|
-
"@apply v-font-inter",
|
|
1050
|
-
"font-size:16px",
|
|
1051
|
-
"font-weight:700",
|
|
1052
|
-
"line-height:24px"
|
|
1053
|
-
],
|
|
1054
|
-
"M:v-font-field-label-em": [
|
|
1055
|
-
"@apply v-font-inter",
|
|
1056
|
-
"font-size:16px",
|
|
1057
|
-
"font-weight:700",
|
|
1058
|
-
"line-height:24px"
|
|
1059
|
-
],
|
|
1060
|
-
"L:v-font-field-label-em": [
|
|
1061
|
-
"@apply v-font-inter",
|
|
1062
|
-
"font-size:16px",
|
|
1063
|
-
"font-weight:700",
|
|
1064
|
-
"line-height:24px"
|
|
1065
|
-
],
|
|
1066
|
-
"XL:v-font-field-label-em": [
|
|
1067
|
-
"@apply v-font-inter",
|
|
1068
|
-
"font-size:16px",
|
|
1069
|
-
"font-weight:700",
|
|
1070
|
-
"line-height:24px"
|
|
1071
|
-
],
|
|
1072
|
-
"v-font-field-label-sm-em": [
|
|
1073
|
-
"@apply v-font-inter",
|
|
1074
|
-
"font-size:14px",
|
|
1075
|
-
"font-weight:700",
|
|
1076
|
-
"line-height:18px"
|
|
1077
|
-
],
|
|
1078
|
-
"M:v-font-field-label-sm-em": [
|
|
1079
|
-
"@apply v-font-inter",
|
|
1080
|
-
"font-size:14px",
|
|
1081
|
-
"font-weight:700",
|
|
1082
|
-
"line-height:18px"
|
|
1083
|
-
],
|
|
1084
|
-
"L:v-font-field-label-sm-em": [
|
|
1085
|
-
"@apply v-font-inter",
|
|
1086
|
-
"font-size:14px",
|
|
1087
|
-
"font-weight:700",
|
|
1088
|
-
"line-height:18px"
|
|
1089
|
-
],
|
|
1090
|
-
"XL:v-font-field-label-sm-em": [
|
|
1091
|
-
"@apply v-font-inter",
|
|
1092
|
-
"font-size:14px",
|
|
1093
|
-
"font-weight:700",
|
|
1094
|
-
"line-height:18px"
|
|
1095
|
-
],
|
|
1096
|
-
"v-font-field-label-xs-em": [
|
|
1097
|
-
"@apply v-font-inter",
|
|
1098
|
-
"font-size:12px",
|
|
1099
|
-
"font-weight:700",
|
|
1100
|
-
"line-height:16px",
|
|
1101
|
-
"letter-spacing:0px"
|
|
1102
|
-
],
|
|
1103
|
-
"M:v-font-field-label-xs-em": [
|
|
1104
|
-
"@apply v-font-inter",
|
|
1105
|
-
"font-size:12px",
|
|
1106
|
-
"font-weight:700",
|
|
1107
|
-
"line-height:16px",
|
|
1108
|
-
"letter-spacing:0px"
|
|
1109
|
-
],
|
|
1110
|
-
"L:v-font-field-label-xs-em": [
|
|
1111
|
-
"@apply v-font-inter",
|
|
1112
|
-
"font-size:12px",
|
|
1113
|
-
"font-weight:700",
|
|
1114
|
-
"line-height:16px",
|
|
1115
|
-
"letter-spacing:0px"
|
|
1116
|
-
],
|
|
1117
|
-
"XL:v-font-field-label-xs-em": [
|
|
1118
|
-
"@apply v-font-inter",
|
|
1119
|
-
"font-size:12px",
|
|
1120
|
-
"font-weight:700",
|
|
1121
|
-
"line-height:16px",
|
|
1122
|
-
"letter-spacing:0px"
|
|
1123
|
-
],
|
|
1124
|
-
"v-font-field-label-lg-em": [
|
|
1125
|
-
"@apply v-font-inter",
|
|
1126
|
-
"font-size:20px",
|
|
1127
|
-
"font-weight:700",
|
|
1128
|
-
"line-height:24px",
|
|
1129
|
-
"letter-spacing:0px"
|
|
1130
|
-
],
|
|
1131
|
-
"M:v-font-field-label-lg-em": [
|
|
1132
|
-
"@apply v-font-inter",
|
|
1133
|
-
"font-size:20px",
|
|
1134
|
-
"font-weight:700",
|
|
1135
|
-
"line-height:24px",
|
|
1136
|
-
"letter-spacing:0px"
|
|
1137
|
-
],
|
|
1138
|
-
"L:v-font-field-label-lg-em": [
|
|
1139
|
-
"@apply v-font-inter",
|
|
1140
|
-
"font-size:20px",
|
|
1141
|
-
"font-weight:700",
|
|
1142
|
-
"line-height:24px",
|
|
1143
|
-
"letter-spacing:0px"
|
|
1144
|
-
],
|
|
1145
|
-
"XL:v-font-field-label-lg-em": [
|
|
1146
|
-
"@apply v-font-inter",
|
|
1147
|
-
"font-size:20px",
|
|
1148
|
-
"font-weight:700",
|
|
1149
|
-
"line-height:24px",
|
|
1150
|
-
"letter-spacing:0px"
|
|
1151
|
-
],
|
|
1152
|
-
"v-font-field-value": [
|
|
1153
|
-
"@apply v-font-inter",
|
|
1154
|
-
"font-size:16px",
|
|
1155
|
-
"font-weight:400",
|
|
1156
|
-
"line-height:24px",
|
|
1157
|
-
"letter-spacing:0px"
|
|
1158
|
-
],
|
|
1159
|
-
"M:v-font-field-value": [
|
|
1160
|
-
"@apply v-font-inter",
|
|
1161
|
-
"font-size:16px",
|
|
1162
|
-
"font-weight:400",
|
|
1163
|
-
"line-height:24px",
|
|
1164
|
-
"letter-spacing:0px"
|
|
1165
|
-
],
|
|
1166
|
-
"L:v-font-field-value": [
|
|
1167
|
-
"@apply v-font-inter",
|
|
1168
|
-
"font-size:16px",
|
|
1169
|
-
"font-weight:400",
|
|
1170
|
-
"line-height:24px",
|
|
1171
|
-
"letter-spacing:0px"
|
|
1172
|
-
],
|
|
1173
|
-
"XL:v-font-field-value": [
|
|
1174
|
-
"@apply v-font-inter",
|
|
1175
|
-
"font-size:16px",
|
|
1176
|
-
"font-weight:400",
|
|
1177
|
-
"line-height:24px",
|
|
1178
|
-
"letter-spacing:0px"
|
|
1179
|
-
],
|
|
1180
|
-
"v-font-field-value-sm": [
|
|
1181
|
-
"@apply v-font-inter",
|
|
1182
|
-
"font-size:14px",
|
|
1183
|
-
"font-weight:400",
|
|
1184
|
-
"line-height:16px"
|
|
1185
|
-
],
|
|
1186
|
-
"M:v-font-field-value-sm": [
|
|
1187
|
-
"@apply v-font-inter",
|
|
1188
|
-
"font-size:14px",
|
|
1189
|
-
"font-weight:400",
|
|
1190
|
-
"line-height:16px"
|
|
1191
|
-
],
|
|
1192
|
-
"L:v-font-field-value-sm": [
|
|
1193
|
-
"@apply v-font-inter",
|
|
1194
|
-
"font-size:14px",
|
|
1195
|
-
"font-weight:400",
|
|
1196
|
-
"line-height:16px"
|
|
1197
|
-
],
|
|
1198
|
-
"XL:v-font-field-value-sm": [
|
|
1199
|
-
"@apply v-font-inter",
|
|
1200
|
-
"font-size:14px",
|
|
1201
|
-
"font-weight:400",
|
|
1202
|
-
"line-height:16px"
|
|
1203
|
-
],
|
|
1204
|
-
"v-font-field-value-em": [
|
|
1205
|
-
"@apply v-font-inter",
|
|
1206
|
-
"font-size:16px",
|
|
1207
|
-
"font-weight:700",
|
|
1208
|
-
"line-height:22px",
|
|
1209
|
-
"letter-spacing:0px"
|
|
1210
|
-
],
|
|
1211
|
-
"M:v-font-field-value-em": [
|
|
1212
|
-
"@apply v-font-inter",
|
|
1213
|
-
"font-size:16px",
|
|
1214
|
-
"font-weight:700",
|
|
1215
|
-
"line-height:22px",
|
|
1216
|
-
"letter-spacing:0px"
|
|
1217
|
-
],
|
|
1218
|
-
"L:v-font-field-value-em": [
|
|
1219
|
-
"@apply v-font-inter",
|
|
1220
|
-
"font-size:16px",
|
|
1221
|
-
"font-weight:700",
|
|
1222
|
-
"line-height:22px",
|
|
1223
|
-
"letter-spacing:0px"
|
|
1224
|
-
],
|
|
1225
|
-
"XL:v-font-field-value-em": [
|
|
1226
|
-
"@apply v-font-inter",
|
|
1227
|
-
"font-size:16px",
|
|
1228
|
-
"font-weight:700",
|
|
1229
|
-
"line-height:22px",
|
|
1230
|
-
"letter-spacing:0px"
|
|
1231
|
-
],
|
|
1232
|
-
"v-font-field-value-disabled": [
|
|
1233
|
-
"@apply v-font-inter",
|
|
1234
|
-
"font-size:16px",
|
|
1235
|
-
"font-weight:400",
|
|
1236
|
-
"line-height:24px",
|
|
1237
|
-
"letter-spacing:0px"
|
|
1238
|
-
],
|
|
1239
|
-
"M:v-font-field-value-disabled": [
|
|
1240
|
-
"@apply v-font-inter",
|
|
1241
|
-
"font-size:16px",
|
|
1242
|
-
"font-weight:400",
|
|
1243
|
-
"line-height:24px",
|
|
1244
|
-
"letter-spacing:0px"
|
|
1245
|
-
],
|
|
1246
|
-
"L:v-font-field-value-disabled": [
|
|
1247
|
-
"@apply v-font-inter",
|
|
1248
|
-
"font-size:16px",
|
|
1249
|
-
"font-weight:400",
|
|
1250
|
-
"line-height:24px",
|
|
1251
|
-
"letter-spacing:0px"
|
|
1252
|
-
],
|
|
1253
|
-
"XL:v-font-field-value-disabled": [
|
|
1254
|
-
"@apply v-font-inter",
|
|
1255
|
-
"font-size:16px",
|
|
1256
|
-
"font-weight:400",
|
|
1257
|
-
"line-height:24px",
|
|
1258
|
-
"letter-spacing:0px"
|
|
1259
|
-
],
|
|
1260
|
-
"v-font-sidebar-link": [
|
|
1261
|
-
"@apply v-font-inter",
|
|
1262
|
-
"font-size:16px",
|
|
1263
|
-
"font-weight:500",
|
|
1264
|
-
"line-height:24px",
|
|
1265
|
-
"letter-spacing:0px"
|
|
1266
|
-
],
|
|
1267
|
-
"M:v-font-sidebar-link": [
|
|
1268
|
-
"@apply v-font-inter",
|
|
1269
|
-
"font-size:16px",
|
|
1270
|
-
"font-weight:500",
|
|
1271
|
-
"line-height:24px",
|
|
1272
|
-
"letter-spacing:0px"
|
|
1273
|
-
],
|
|
1274
|
-
"L:v-font-sidebar-link": [
|
|
1275
|
-
"@apply v-font-inter",
|
|
1276
|
-
"font-size:16px",
|
|
1277
|
-
"font-weight:500",
|
|
1278
|
-
"line-height:24px",
|
|
1279
|
-
"letter-spacing:0px"
|
|
1280
|
-
],
|
|
1281
|
-
"XL:v-font-sidebar-link": [
|
|
1282
|
-
"@apply v-font-inter",
|
|
1283
|
-
"font-size:16px",
|
|
1284
|
-
"font-weight:500",
|
|
1285
|
-
"line-height:24px",
|
|
1286
|
-
"letter-spacing:0px"
|
|
1287
|
-
],
|
|
1288
|
-
"v-font-sidebar-link-em": [
|
|
1289
|
-
"@apply v-font-inter",
|
|
1290
|
-
"font-size:16px",
|
|
1291
|
-
"font-weight:700",
|
|
1292
|
-
"line-height:24px",
|
|
1293
|
-
"letter-spacing:0px"
|
|
1294
|
-
],
|
|
1295
|
-
"M:v-font-sidebar-link-em": [
|
|
1296
|
-
"@apply v-font-inter",
|
|
1297
|
-
"font-size:16px",
|
|
1298
|
-
"font-weight:700",
|
|
1299
|
-
"line-height:24px",
|
|
1300
|
-
"letter-spacing:0px"
|
|
1301
|
-
],
|
|
1302
|
-
"L:v-font-sidebar-link-em": [
|
|
1303
|
-
"@apply v-font-inter",
|
|
1304
|
-
"font-size:16px",
|
|
1305
|
-
"font-weight:700",
|
|
1306
|
-
"line-height:24px",
|
|
1307
|
-
"letter-spacing:0px"
|
|
1308
|
-
],
|
|
1309
|
-
"XL:v-font-sidebar-link-em": [
|
|
1310
|
-
"@apply v-font-inter",
|
|
1311
|
-
"font-size:16px",
|
|
1312
|
-
"font-weight:700",
|
|
1313
|
-
"line-height:24px",
|
|
1314
|
-
"letter-spacing:0px"
|
|
1315
|
-
],
|
|
1316
|
-
"v-font-footnote1-short": [
|
|
1317
|
-
"@apply v-font-inter",
|
|
1318
|
-
"font-size:14px",
|
|
1319
|
-
"font-weight:400",
|
|
1320
|
-
"line-height:18px",
|
|
1321
|
-
"letter-spacing:0px"
|
|
1322
|
-
],
|
|
1323
|
-
"M:v-font-footnote1-short": [
|
|
1324
|
-
"@apply v-font-inter",
|
|
1325
|
-
"font-size:14px",
|
|
1326
|
-
"font-weight:400",
|
|
1327
|
-
"line-height:18px",
|
|
1328
|
-
"letter-spacing:0px"
|
|
1329
|
-
],
|
|
1330
|
-
"L:v-font-footnote1-short": [
|
|
1331
|
-
"@apply v-font-inter",
|
|
1332
|
-
"font-size:14px",
|
|
1333
|
-
"font-weight:400",
|
|
1334
|
-
"line-height:18px",
|
|
1335
|
-
"letter-spacing:0px"
|
|
1336
|
-
],
|
|
1337
|
-
"XL:v-font-footnote1-short": [
|
|
1338
|
-
"@apply v-font-inter",
|
|
1339
|
-
"font-size:14px",
|
|
1340
|
-
"font-weight:400",
|
|
1341
|
-
"line-height:18px",
|
|
1342
|
-
"letter-spacing:0px"
|
|
1343
|
-
],
|
|
1344
|
-
"v-font-footnote1-long": [
|
|
1345
|
-
"@apply v-font-inter",
|
|
1346
|
-
"font-size:14px",
|
|
1347
|
-
"font-weight:400",
|
|
1348
|
-
"line-height:20px",
|
|
1349
|
-
"letter-spacing:0px"
|
|
1350
|
-
],
|
|
1351
|
-
"M:v-font-footnote1-long": [
|
|
1352
|
-
"@apply v-font-inter",
|
|
1353
|
-
"font-size:12px",
|
|
1354
|
-
"font-weight:400",
|
|
1355
|
-
"line-height:18px",
|
|
1356
|
-
"letter-spacing:0px"
|
|
1357
|
-
],
|
|
1358
|
-
"L:v-font-footnote1-long": [
|
|
1359
|
-
"@apply v-font-inter",
|
|
1360
|
-
"font-size:12px",
|
|
1361
|
-
"font-weight:400",
|
|
1362
|
-
"line-height:18px",
|
|
1363
|
-
"letter-spacing:0px"
|
|
1364
|
-
],
|
|
1365
|
-
"XL:v-font-footnote1-long": [
|
|
1366
|
-
"@apply v-font-inter",
|
|
1367
|
-
"font-size:12px",
|
|
1368
|
-
"font-weight:400",
|
|
1369
|
-
"line-height:18px",
|
|
1370
|
-
"letter-spacing:0px"
|
|
1371
|
-
],
|
|
1372
|
-
"v-font-footnote2-short": [
|
|
1373
|
-
"@apply v-font-inter",
|
|
1374
|
-
"font-size:12px",
|
|
1375
|
-
"font-weight:400",
|
|
1376
|
-
"line-height:16px",
|
|
1377
|
-
"letter-spacing:0px"
|
|
1378
|
-
],
|
|
1379
|
-
"M:v-font-footnote2-short": [
|
|
1380
|
-
"@apply v-font-inter",
|
|
1381
|
-
"font-size:12px",
|
|
1382
|
-
"font-weight:400",
|
|
1383
|
-
"line-height:16px",
|
|
1384
|
-
"letter-spacing:0px"
|
|
1385
|
-
],
|
|
1386
|
-
"L:v-font-footnote2-short": [
|
|
1387
|
-
"@apply v-font-inter",
|
|
1388
|
-
"font-size:12px",
|
|
1389
|
-
"font-weight:400",
|
|
1390
|
-
"line-height:16px",
|
|
1391
|
-
"letter-spacing:0px"
|
|
1392
|
-
],
|
|
1393
|
-
"XL:v-font-footnote2-short": [
|
|
1394
|
-
"@apply v-font-inter",
|
|
1395
|
-
"font-size:12px",
|
|
1396
|
-
"font-weight:400",
|
|
1397
|
-
"line-height:16px",
|
|
1398
|
-
"letter-spacing:0px"
|
|
1399
|
-
],
|
|
1400
|
-
"v-font-footnote2-long": [
|
|
1401
|
-
"@apply v-font-inter",
|
|
1402
|
-
"font-size:12px",
|
|
1403
|
-
"font-weight:400",
|
|
1404
|
-
"line-height:20px",
|
|
1405
|
-
"letter-spacing:0px"
|
|
1406
|
-
],
|
|
1407
|
-
"M:v-font-footnote2-long": [
|
|
1408
|
-
"@apply v-font-inter",
|
|
1409
|
-
"font-size:12px",
|
|
1410
|
-
"font-weight:400",
|
|
1411
|
-
"line-height:18px",
|
|
1412
|
-
"letter-spacing:0px"
|
|
1413
|
-
],
|
|
1414
|
-
"L:v-font-footnote2-long": [
|
|
1415
|
-
"@apply v-font-inter",
|
|
1416
|
-
"font-size:12px",
|
|
1417
|
-
"font-weight:400",
|
|
1418
|
-
"line-height:18px",
|
|
1419
|
-
"letter-spacing:0px"
|
|
1420
|
-
],
|
|
1421
|
-
"XL:v-font-footnote2-long": [
|
|
1422
|
-
"@apply v-font-inter",
|
|
1423
|
-
"font-size:12px",
|
|
1424
|
-
"font-weight:400",
|
|
1425
|
-
"line-height:18px",
|
|
1426
|
-
"letter-spacing:0px"
|
|
1427
|
-
],
|
|
1428
|
-
"v-font-h-modal": [
|
|
1429
|
-
"@apply v-font-inter",
|
|
1430
|
-
"font-size:24px",
|
|
1431
|
-
"font-weight:700",
|
|
1432
|
-
"line-height:32px"
|
|
1433
|
-
],
|
|
1434
|
-
"M:v-font-h-modal": [
|
|
1435
|
-
"@apply v-font-inter",
|
|
1436
|
-
"font-size:24px",
|
|
1437
|
-
"font-weight:700",
|
|
1438
|
-
"line-height:32px"
|
|
1439
|
-
],
|
|
1440
|
-
"L:v-font-h-modal": [
|
|
1441
|
-
"@apply v-font-inter",
|
|
1442
|
-
"font-size:24px",
|
|
1443
|
-
"font-weight:700",
|
|
1444
|
-
"line-height:32px"
|
|
1445
|
-
],
|
|
1446
|
-
"XL:v-font-h-modal": [
|
|
1447
|
-
"@apply v-font-inter",
|
|
1448
|
-
"font-size:24px",
|
|
1449
|
-
"font-weight:700",
|
|
1450
|
-
"line-height:32px"
|
|
1451
|
-
]
|
|
1452
|
-
};
|
|
1453
|
-
|
|
1454
519
|
exports.Icons = Icons;
|
|
1455
|
-
exports.Typography = Typography;
|
|
1456
520
|
exports.getIconFromToken = getIconFromToken;
|