@vkontakte/vkui-tokens 4.76.0 → 4.77.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/build/compilers/styles/helpers/tokenProcessors.d.ts +1 -1
- package/build/compilers/styles/helpers/tokenProcessors.js +8 -4
- package/build/themeProcessors/pixelifyValues/pixelifyValues.d.ts +1 -1
- package/build/themeProcessors/pixelifyValues/pixelifyValues.js +4 -2
- package/interfaces/general/typography/index.d.ts +8 -0
- package/package.json +1 -1
- package/themes/cloud/cssVars/declarations/index.css +3 -3
- package/themes/cloud/cssVars/declarations/noSizes.css +3 -3
- package/themes/cloud/cssVars/declarations/onlyColors.css +3 -3
- package/themes/cloud/cssVars/declarations/onlyColors.js +1 -1
- package/themes/cloud/cssVars/declarations/onlyVariables.css +3 -3
- package/themes/cloud/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +3 -3
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -3
- package/themes/cloud/cssVars/theme/fallbacks/index.css +3 -3
- package/themes/cloud/cssVars/theme/fallbacks/index.less +3 -3
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +3 -3
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +3 -3
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +3 -3
- package/themes/cloud/cssVars/theme/index.js +1 -1
- package/themes/cloud/cssVars/theme/index.json +3 -3
- package/themes/cloud/index.css +3 -3
- package/themes/cloud/index.js +1 -1
- package/themes/cloud/index.json +3 -3
- package/themes/cloud/index.less +3 -3
- package/themes/cloud/index.pcss +3 -3
- package/themes/cloud/index.scss +3 -3
- package/themes/cloud/index.styl +3 -3
- package/themes/cloud/struct.json +3 -3
- package/themes/legoAndroid/cssVars/declarations/index.css +53 -79
- package/themes/legoAndroid/cssVars/declarations/noColors.css +43 -69
- package/themes/legoAndroid/cssVars/declarations/onlyAdaptiveGroups.css +10 -10
- package/themes/legoAndroid/cssVars/declarations/onlyVariables.css +21 -21
- package/themes/legoAndroid/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocal.css +21 -21
- package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -21
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.css +43 -69
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.less +11 -24
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.pcss +11 -24
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.scss +39 -52
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.styl +11 -24
- package/themes/legoAndroid/cssVars/theme/index.js +1 -1
- package/themes/legoAndroid/cssVars/theme/index.json +111 -71
- package/themes/legoAndroid/index.css +43 -69
- package/themes/legoAndroid/index.js +1 -1
- package/themes/legoAndroid/index.json +41 -21
- package/themes/legoAndroid/index.less +11 -24
- package/themes/legoAndroid/index.pcss +11 -24
- package/themes/legoAndroid/index.scss +39 -52
- package/themes/legoAndroid/index.styl +11 -24
- package/themes/legoAndroid/struct.json +41 -21
- package/themes/legoAndroidDark/cssVars/declarations/index.css +53 -79
- package/themes/legoAndroidDark/cssVars/declarations/noColors.css +43 -69
- package/themes/legoAndroidDark/cssVars/declarations/onlyAdaptiveGroups.css +10 -10
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.css +21 -21
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocal.css +21 -21
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -21
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.css +43 -69
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.less +11 -24
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.pcss +11 -24
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.scss +39 -52
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.styl +11 -24
- package/themes/legoAndroidDark/cssVars/theme/index.js +1 -1
- package/themes/legoAndroidDark/cssVars/theme/index.json +111 -71
- package/themes/legoAndroidDark/index.css +43 -69
- package/themes/legoAndroidDark/index.js +1 -1
- package/themes/legoAndroidDark/index.json +41 -21
- package/themes/legoAndroidDark/index.less +11 -24
- package/themes/legoAndroidDark/index.pcss +11 -24
- package/themes/legoAndroidDark/index.scss +39 -52
- package/themes/legoAndroidDark/index.styl +11 -24
- package/themes/legoAndroidDark/struct.json +41 -21
- package/themes/legoIOS/cssVars/declarations/index.css +68 -90
- package/themes/legoIOS/cssVars/declarations/noColors.css +58 -81
- package/themes/legoIOS/cssVars/declarations/onlyAdaptiveGroups.css +10 -9
- package/themes/legoIOS/cssVars/declarations/onlyVariables.css +26 -25
- package/themes/legoIOS/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoIOS/cssVars/declarations/onlyVariablesLocal.css +26 -25
- package/themes/legoIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +26 -25
- package/themes/legoIOS/cssVars/theme/fallbacks/index.css +58 -81
- package/themes/legoIOS/cssVars/theme/fallbacks/index.less +16 -28
- package/themes/legoIOS/cssVars/theme/fallbacks/index.pcss +16 -28
- package/themes/legoIOS/cssVars/theme/fallbacks/index.scss +51 -62
- package/themes/legoIOS/cssVars/theme/fallbacks/index.styl +16 -28
- package/themes/legoIOS/cssVars/theme/index.js +1 -1
- package/themes/legoIOS/cssVars/theme/index.json +118 -70
- package/themes/legoIOS/index.css +58 -81
- package/themes/legoIOS/index.js +1 -1
- package/themes/legoIOS/index.json +46 -25
- package/themes/legoIOS/index.less +16 -28
- package/themes/legoIOS/index.pcss +16 -28
- package/themes/legoIOS/index.scss +51 -62
- package/themes/legoIOS/index.styl +16 -28
- package/themes/legoIOS/struct.json +46 -25
- package/themes/legoIOSDark/cssVars/declarations/index.css +68 -90
- package/themes/legoIOSDark/cssVars/declarations/noColors.css +58 -81
- package/themes/legoIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +10 -9
- package/themes/legoIOSDark/cssVars/declarations/onlyVariables.css +26 -25
- package/themes/legoIOSDark/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocal.css +26 -25
- package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +26 -25
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.css +58 -81
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.less +16 -28
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.pcss +16 -28
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.scss +51 -62
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.styl +16 -28
- package/themes/legoIOSDark/cssVars/theme/index.js +1 -1
- package/themes/legoIOSDark/cssVars/theme/index.json +118 -70
- package/themes/legoIOSDark/index.css +58 -81
- package/themes/legoIOSDark/index.js +1 -1
- package/themes/legoIOSDark/index.json +46 -25
- package/themes/legoIOSDark/index.less +16 -28
- package/themes/legoIOSDark/index.pcss +16 -28
- package/themes/legoIOSDark/index.scss +51 -62
- package/themes/legoIOSDark/index.styl +16 -28
- package/themes/legoIOSDark/struct.json +46 -25
|
@@ -501,38 +501,35 @@
|
|
|
501
501
|
}
|
|
502
502
|
.font-title1--regular {
|
|
503
503
|
font-size: 31px;
|
|
504
|
-
line-height:
|
|
504
|
+
line-height: 30.8px;
|
|
505
505
|
font-family: "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
506
506
|
font-weight: 700;
|
|
507
|
-
letter-spacing: -0.
|
|
507
|
+
letter-spacing: -0.65px;
|
|
508
508
|
}
|
|
509
509
|
.font-title2--regular {
|
|
510
510
|
font-size: 24px;
|
|
511
511
|
line-height: 26px;
|
|
512
512
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
513
513
|
font-weight: 700;
|
|
514
|
-
letter-spacing: -0.
|
|
514
|
+
letter-spacing: -0.15px;
|
|
515
515
|
}
|
|
516
516
|
.font-title3--regular {
|
|
517
|
-
font-size:
|
|
518
|
-
line-height:
|
|
517
|
+
font-size: 21.5px;
|
|
518
|
+
line-height: 22.85px;
|
|
519
519
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
520
520
|
font-weight: 700;
|
|
521
|
-
letter-spacing: -0.78px;
|
|
522
521
|
}
|
|
523
522
|
.font-headline1--regular {
|
|
524
523
|
font-size: 17px;
|
|
525
|
-
line-height:
|
|
524
|
+
line-height: 19.84px;
|
|
526
525
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
527
526
|
font-weight: 600;
|
|
528
|
-
letter-spacing: -0.72px;
|
|
529
527
|
}
|
|
530
528
|
.font-headline1--compact {
|
|
531
529
|
font-size: 15px;
|
|
532
530
|
line-height: 20px;
|
|
533
531
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
534
532
|
font-weight: 600;
|
|
535
|
-
letter-spacing: -0.72px;
|
|
536
533
|
}
|
|
537
534
|
.font-headline2--regular {
|
|
538
535
|
font-size: 15px;
|
|
@@ -548,24 +545,21 @@
|
|
|
548
545
|
}
|
|
549
546
|
.font-text--regular {
|
|
550
547
|
font-size: 16px;
|
|
551
|
-
line-height: 18.
|
|
548
|
+
line-height: 18.39px;
|
|
552
549
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
553
550
|
font-weight: 600;
|
|
554
|
-
letter-spacing: -0.68px;
|
|
555
551
|
}
|
|
556
552
|
.font-text--compact {
|
|
557
553
|
font-size: 15px;
|
|
558
554
|
line-height: 20px;
|
|
559
555
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
560
556
|
font-weight: 600;
|
|
561
|
-
letter-spacing: -0.68px;
|
|
562
557
|
}
|
|
563
558
|
.font-paragraph--regular {
|
|
564
559
|
font-size: 15px;
|
|
565
|
-
line-height:
|
|
560
|
+
line-height: 18.31px;
|
|
566
561
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
567
|
-
font-weight:
|
|
568
|
-
letter-spacing: -0.46px;
|
|
562
|
+
font-weight: 580;
|
|
569
563
|
}
|
|
570
564
|
.font-subhead--regular {
|
|
571
565
|
font-size: 14px;
|
|
@@ -581,10 +575,9 @@
|
|
|
581
575
|
}
|
|
582
576
|
.font-footnote--regular {
|
|
583
577
|
font-size: 13.5px;
|
|
584
|
-
line-height:
|
|
578
|
+
line-height: 14.9px;
|
|
585
579
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
586
580
|
font-weight: 600;
|
|
587
|
-
letter-spacing: -0.58px;
|
|
588
581
|
}
|
|
589
582
|
.font-footnote-caps--regular {
|
|
590
583
|
font-size: 13px;
|
|
@@ -634,33 +627,28 @@
|
|
|
634
627
|
}
|
|
635
628
|
.font-label1--regular {
|
|
636
629
|
font-size: 19px;
|
|
637
|
-
line-height:
|
|
630
|
+
line-height: 19.87px;
|
|
638
631
|
font-weight: 700;
|
|
639
|
-
letter-spacing: -0.58px;
|
|
640
632
|
}
|
|
641
633
|
.font-label2--regular {
|
|
642
634
|
font-size: 18px;
|
|
643
|
-
line-height:
|
|
635
|
+
line-height: 20.82px;
|
|
644
636
|
font-weight: 600;
|
|
645
|
-
letter-spacing: -0.68px;
|
|
646
637
|
}
|
|
647
638
|
.font-body--regular {
|
|
648
|
-
font-size:
|
|
649
|
-
line-height:
|
|
650
|
-
font-weight:
|
|
651
|
-
letter-spacing: -0.72px;
|
|
639
|
+
font-size: 16.5px;
|
|
640
|
+
line-height: 21.24px;
|
|
641
|
+
font-weight: 520;
|
|
652
642
|
}
|
|
653
643
|
.font-headline--regular {
|
|
654
644
|
font-size: 17px;
|
|
655
|
-
line-height:
|
|
645
|
+
line-height: 19.84px;
|
|
656
646
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
657
647
|
font-weight: 600;
|
|
658
|
-
letter-spacing: -0.72px;
|
|
659
648
|
}
|
|
660
649
|
.font-headline--compact {
|
|
661
650
|
font-size: 15px;
|
|
662
651
|
line-height: 20px;
|
|
663
652
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
664
653
|
font-weight: 600;
|
|
665
|
-
letter-spacing: -0.72px;
|
|
666
654
|
}
|
|
@@ -502,38 +502,35 @@
|
|
|
502
502
|
}
|
|
503
503
|
%font-title1--regular {
|
|
504
504
|
font-size: 31px;
|
|
505
|
-
line-height:
|
|
505
|
+
line-height: 30.8px;
|
|
506
506
|
font-family: "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
507
507
|
font-weight: 700;
|
|
508
|
-
letter-spacing: -0.
|
|
508
|
+
letter-spacing: -0.65px;
|
|
509
509
|
}
|
|
510
510
|
%font-title2--regular {
|
|
511
511
|
font-size: 24px;
|
|
512
512
|
line-height: 26px;
|
|
513
513
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
514
514
|
font-weight: 700;
|
|
515
|
-
letter-spacing: -0.
|
|
515
|
+
letter-spacing: -0.15px;
|
|
516
516
|
}
|
|
517
517
|
%font-title3--regular {
|
|
518
|
-
font-size:
|
|
519
|
-
line-height:
|
|
518
|
+
font-size: 21.5px;
|
|
519
|
+
line-height: 22.85px;
|
|
520
520
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
521
521
|
font-weight: 700;
|
|
522
|
-
letter-spacing: -0.78px;
|
|
523
522
|
}
|
|
524
523
|
%font-headline1--regular {
|
|
525
524
|
font-size: 17px;
|
|
526
|
-
line-height:
|
|
525
|
+
line-height: 19.84px;
|
|
527
526
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
528
527
|
font-weight: 600;
|
|
529
|
-
letter-spacing: -0.72px;
|
|
530
528
|
}
|
|
531
529
|
%font-headline1--compact {
|
|
532
530
|
font-size: 15px;
|
|
533
531
|
line-height: 20px;
|
|
534
532
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
535
533
|
font-weight: 600;
|
|
536
|
-
letter-spacing: -0.72px;
|
|
537
534
|
}
|
|
538
535
|
%font-headline2--regular {
|
|
539
536
|
font-size: 15px;
|
|
@@ -549,24 +546,21 @@
|
|
|
549
546
|
}
|
|
550
547
|
%font-text--regular {
|
|
551
548
|
font-size: 16px;
|
|
552
|
-
line-height: 18.
|
|
549
|
+
line-height: 18.39px;
|
|
553
550
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
554
551
|
font-weight: 600;
|
|
555
|
-
letter-spacing: -0.68px;
|
|
556
552
|
}
|
|
557
553
|
%font-text--compact {
|
|
558
554
|
font-size: 15px;
|
|
559
555
|
line-height: 20px;
|
|
560
556
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
561
557
|
font-weight: 600;
|
|
562
|
-
letter-spacing: -0.68px;
|
|
563
558
|
}
|
|
564
559
|
%font-paragraph--regular {
|
|
565
560
|
font-size: 15px;
|
|
566
|
-
line-height:
|
|
561
|
+
line-height: 18.31px;
|
|
567
562
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
568
|
-
font-weight:
|
|
569
|
-
letter-spacing: -0.46px;
|
|
563
|
+
font-weight: 580;
|
|
570
564
|
}
|
|
571
565
|
%font-subhead--regular {
|
|
572
566
|
font-size: 14px;
|
|
@@ -582,10 +576,9 @@
|
|
|
582
576
|
}
|
|
583
577
|
%font-footnote--regular {
|
|
584
578
|
font-size: 13.5px;
|
|
585
|
-
line-height:
|
|
579
|
+
line-height: 14.9px;
|
|
586
580
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
587
581
|
font-weight: 600;
|
|
588
|
-
letter-spacing: -0.58px;
|
|
589
582
|
}
|
|
590
583
|
%font-footnote-caps--regular {
|
|
591
584
|
font-size: 13px;
|
|
@@ -635,33 +628,28 @@
|
|
|
635
628
|
}
|
|
636
629
|
%font-label1--regular {
|
|
637
630
|
font-size: 19px;
|
|
638
|
-
line-height:
|
|
631
|
+
line-height: 19.87px;
|
|
639
632
|
font-weight: 700;
|
|
640
|
-
letter-spacing: -0.58px;
|
|
641
633
|
}
|
|
642
634
|
%font-label2--regular {
|
|
643
635
|
font-size: 18px;
|
|
644
|
-
line-height:
|
|
636
|
+
line-height: 20.82px;
|
|
645
637
|
font-weight: 600;
|
|
646
|
-
letter-spacing: -0.68px;
|
|
647
638
|
}
|
|
648
639
|
%font-body--regular {
|
|
649
|
-
font-size:
|
|
650
|
-
line-height:
|
|
651
|
-
font-weight:
|
|
652
|
-
letter-spacing: -0.72px;
|
|
640
|
+
font-size: 16.5px;
|
|
641
|
+
line-height: 21.24px;
|
|
642
|
+
font-weight: 520;
|
|
653
643
|
}
|
|
654
644
|
%font-headline--regular {
|
|
655
645
|
font-size: 17px;
|
|
656
|
-
line-height:
|
|
646
|
+
line-height: 19.84px;
|
|
657
647
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
658
648
|
font-weight: 600;
|
|
659
|
-
letter-spacing: -0.72px;
|
|
660
649
|
}
|
|
661
650
|
%font-headline--compact {
|
|
662
651
|
font-size: 15px;
|
|
663
652
|
line-height: 20px;
|
|
664
653
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
665
654
|
font-weight: 600;
|
|
666
|
-
letter-spacing: -0.72px;
|
|
667
655
|
}
|
|
@@ -537,80 +537,78 @@ $font-display-title4--regular--map: (
|
|
|
537
537
|
);
|
|
538
538
|
@mixin font-title1--regular() {
|
|
539
539
|
font-size: 31px;
|
|
540
|
-
line-height:
|
|
540
|
+
line-height: 30.8px;
|
|
541
541
|
font-family: "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
542
542
|
font-weight: 700;
|
|
543
|
-
letter-spacing: -0.
|
|
543
|
+
letter-spacing: -0.65px;
|
|
544
544
|
}
|
|
545
545
|
$font-title1--regular--map: (
|
|
546
546
|
'fontSize': 31px,
|
|
547
|
-
'lineHeight':
|
|
547
|
+
'lineHeight': 30.8px,
|
|
548
548
|
'fontFamily': ""VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
549
549
|
'fontWeight': 700,
|
|
550
|
-
'letterSpacing': -0.
|
|
550
|
+
'letterSpacing': -0.65px,
|
|
551
551
|
);
|
|
552
552
|
@mixin font-title2--regular() {
|
|
553
553
|
font-size: 24px;
|
|
554
554
|
line-height: 26px;
|
|
555
555
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
556
556
|
font-weight: 700;
|
|
557
|
-
letter-spacing: -0.
|
|
557
|
+
letter-spacing: -0.15px;
|
|
558
558
|
}
|
|
559
559
|
$font-title2--regular--map: (
|
|
560
560
|
'fontSize': 24px,
|
|
561
561
|
'lineHeight': 26px,
|
|
562
562
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
563
563
|
'fontWeight': 700,
|
|
564
|
-
'letterSpacing': -0.
|
|
564
|
+
'letterSpacing': -0.15px,
|
|
565
|
+
'fontVariationSettings.opticalSize': 28,
|
|
565
566
|
);
|
|
566
567
|
@mixin font-title3--regular() {
|
|
567
|
-
font-size:
|
|
568
|
-
line-height:
|
|
568
|
+
font-size: 21.5px;
|
|
569
|
+
line-height: 22.85px;
|
|
569
570
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
570
571
|
font-weight: 700;
|
|
571
|
-
letter-spacing: -0.78px;
|
|
572
572
|
}
|
|
573
573
|
$font-title3--regular--map: (
|
|
574
|
-
'fontSize':
|
|
575
|
-
'lineHeight':
|
|
574
|
+
'fontSize': 21.5px,
|
|
575
|
+
'lineHeight': 22.85px,
|
|
576
576
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
577
577
|
'fontWeight': 700,
|
|
578
|
-
'
|
|
578
|
+
'fontVariationSettings.opticalSize': 23.8,
|
|
579
579
|
);
|
|
580
580
|
@mixin font-headline1--regular() {
|
|
581
581
|
font-size: 17px;
|
|
582
|
-
line-height:
|
|
582
|
+
line-height: 19.84px;
|
|
583
583
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
584
584
|
font-weight: 600;
|
|
585
|
-
letter-spacing: -0.72px;
|
|
586
585
|
}
|
|
587
586
|
$font-headline1--regular--map: (
|
|
588
587
|
'fontSize': 17px,
|
|
589
|
-
'lineHeight':
|
|
588
|
+
'lineHeight': 19.84px,
|
|
590
589
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
591
590
|
'fontWeight': 600,
|
|
592
|
-
'
|
|
591
|
+
'fontVariationSettings.opticalSize': 21.1,
|
|
593
592
|
);
|
|
594
593
|
@mixin font-headline1--compact() {
|
|
595
594
|
font-size: 15px;
|
|
596
595
|
line-height: 20px;
|
|
597
596
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
598
597
|
font-weight: 600;
|
|
599
|
-
letter-spacing: -0.72px;
|
|
600
598
|
}
|
|
601
599
|
$font-headline1--regular--map: (
|
|
602
600
|
'fontSize': 17px,
|
|
603
|
-
'lineHeight':
|
|
601
|
+
'lineHeight': 19.84px,
|
|
604
602
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
605
603
|
'fontWeight': 600,
|
|
606
|
-
'
|
|
604
|
+
'fontVariationSettings.opticalSize': 21.1,
|
|
607
605
|
);
|
|
608
606
|
$font-headline1--compact--map: (
|
|
609
607
|
'fontSize': 15px,
|
|
610
608
|
'lineHeight': 20px,
|
|
611
609
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
612
610
|
'fontWeight': 600,
|
|
613
|
-
'
|
|
611
|
+
'fontVariationSettings.opticalSize': 21.1,
|
|
614
612
|
);
|
|
615
613
|
@mixin font-headline2--regular() {
|
|
616
614
|
font-size: 15px;
|
|
@@ -644,52 +642,49 @@ $font-headline2--compact--map: (
|
|
|
644
642
|
);
|
|
645
643
|
@mixin font-text--regular() {
|
|
646
644
|
font-size: 16px;
|
|
647
|
-
line-height: 18.
|
|
645
|
+
line-height: 18.39px;
|
|
648
646
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
649
647
|
font-weight: 600;
|
|
650
|
-
letter-spacing: -0.68px;
|
|
651
648
|
}
|
|
652
649
|
$font-text--regular--map: (
|
|
653
650
|
'fontSize': 16px,
|
|
654
|
-
'lineHeight': 18.
|
|
651
|
+
'lineHeight': 18.39px,
|
|
655
652
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
656
653
|
'fontWeight': 600,
|
|
657
|
-
'
|
|
654
|
+
'fontVariationSettings.opticalSize': 21.8,
|
|
658
655
|
);
|
|
659
656
|
@mixin font-text--compact() {
|
|
660
657
|
font-size: 15px;
|
|
661
658
|
line-height: 20px;
|
|
662
659
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
663
660
|
font-weight: 600;
|
|
664
|
-
letter-spacing: -0.68px;
|
|
665
661
|
}
|
|
666
662
|
$font-text--regular--map: (
|
|
667
663
|
'fontSize': 16px,
|
|
668
|
-
'lineHeight': 18.
|
|
664
|
+
'lineHeight': 18.39px,
|
|
669
665
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
670
666
|
'fontWeight': 600,
|
|
671
|
-
'
|
|
667
|
+
'fontVariationSettings.opticalSize': 21.8,
|
|
672
668
|
);
|
|
673
669
|
$font-text--compact--map: (
|
|
674
670
|
'fontSize': 15px,
|
|
675
671
|
'lineHeight': 20px,
|
|
676
672
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
677
673
|
'fontWeight': 600,
|
|
678
|
-
'
|
|
674
|
+
'fontVariationSettings.opticalSize': 21.8,
|
|
679
675
|
);
|
|
680
676
|
@mixin font-paragraph--regular() {
|
|
681
677
|
font-size: 15px;
|
|
682
|
-
line-height:
|
|
678
|
+
line-height: 18.31px;
|
|
683
679
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
684
|
-
font-weight:
|
|
685
|
-
letter-spacing: -0.46px;
|
|
680
|
+
font-weight: 580;
|
|
686
681
|
}
|
|
687
682
|
$font-paragraph--regular--map: (
|
|
688
683
|
'fontSize': 15px,
|
|
689
|
-
'lineHeight':
|
|
684
|
+
'lineHeight': 18.31px,
|
|
690
685
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
691
|
-
'fontWeight':
|
|
692
|
-
'
|
|
686
|
+
'fontWeight': 580,
|
|
687
|
+
'fontVariationSettings.opticalSize': 21.5,
|
|
693
688
|
);
|
|
694
689
|
@mixin font-subhead--regular() {
|
|
695
690
|
font-size: 14px;
|
|
@@ -723,17 +718,16 @@ $font-subhead--compact--map: (
|
|
|
723
718
|
);
|
|
724
719
|
@mixin font-footnote--regular() {
|
|
725
720
|
font-size: 13.5px;
|
|
726
|
-
line-height:
|
|
721
|
+
line-height: 14.9px;
|
|
727
722
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
728
723
|
font-weight: 600;
|
|
729
|
-
letter-spacing: -0.58px;
|
|
730
724
|
}
|
|
731
725
|
$font-footnote--regular--map: (
|
|
732
726
|
'fontSize': 13.5px,
|
|
733
|
-
'lineHeight':
|
|
727
|
+
'lineHeight': 14.9px,
|
|
734
728
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
735
729
|
'fontWeight': 600,
|
|
736
|
-
'
|
|
730
|
+
'fontVariationSettings.opticalSize': 22.2,
|
|
737
731
|
);
|
|
738
732
|
@mixin font-footnote-caps--regular() {
|
|
739
733
|
font-size: 13px;
|
|
@@ -829,72 +823,67 @@ $font-caption3-caps--regular--map: (
|
|
|
829
823
|
);
|
|
830
824
|
@mixin font-label1--regular() {
|
|
831
825
|
font-size: 19px;
|
|
832
|
-
line-height:
|
|
826
|
+
line-height: 19.87px;
|
|
833
827
|
font-weight: 700;
|
|
834
|
-
letter-spacing: -0.58px;
|
|
835
828
|
}
|
|
836
829
|
$font-label1--regular--map: (
|
|
837
830
|
'fontSize': 19px,
|
|
838
|
-
'lineHeight':
|
|
831
|
+
'lineHeight': 19.87px,
|
|
839
832
|
'fontWeight': 700,
|
|
840
|
-
'
|
|
833
|
+
'fontVariationSettings.opticalSize': 22,
|
|
841
834
|
);
|
|
842
835
|
@mixin font-label2--regular() {
|
|
843
836
|
font-size: 18px;
|
|
844
|
-
line-height:
|
|
837
|
+
line-height: 20.82px;
|
|
845
838
|
font-weight: 600;
|
|
846
|
-
letter-spacing: -0.68px;
|
|
847
839
|
}
|
|
848
840
|
$font-label2--regular--map: (
|
|
849
841
|
'fontSize': 18px,
|
|
850
|
-
'lineHeight':
|
|
842
|
+
'lineHeight': 20.82px,
|
|
851
843
|
'fontWeight': 600,
|
|
852
|
-
'
|
|
844
|
+
'fontVariationSettings.opticalSize': 21.8,
|
|
853
845
|
);
|
|
854
846
|
@mixin font-body--regular() {
|
|
855
|
-
font-size:
|
|
856
|
-
line-height:
|
|
857
|
-
font-weight:
|
|
858
|
-
letter-spacing: -0.72px;
|
|
847
|
+
font-size: 16.5px;
|
|
848
|
+
line-height: 21.24px;
|
|
849
|
+
font-weight: 520;
|
|
859
850
|
}
|
|
860
851
|
$font-body--regular--map: (
|
|
861
|
-
'fontSize':
|
|
862
|
-
'lineHeight':
|
|
863
|
-
'fontWeight':
|
|
864
|
-
'
|
|
852
|
+
'fontSize': 16.5px,
|
|
853
|
+
'lineHeight': 21.24px,
|
|
854
|
+
'fontWeight': 520,
|
|
855
|
+
'fontVariationSettings.opticalSize': 21.5,
|
|
865
856
|
);
|
|
866
857
|
@mixin font-headline--regular() {
|
|
867
858
|
font-size: 17px;
|
|
868
|
-
line-height:
|
|
859
|
+
line-height: 19.84px;
|
|
869
860
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
870
861
|
font-weight: 600;
|
|
871
|
-
letter-spacing: -0.72px;
|
|
872
862
|
}
|
|
873
863
|
$font-headline--regular--map: (
|
|
874
864
|
'fontSize': 17px,
|
|
875
|
-
'lineHeight':
|
|
865
|
+
'lineHeight': 19.84px,
|
|
876
866
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
877
867
|
'fontWeight': 600,
|
|
878
|
-
'
|
|
868
|
+
'fontVariationSettings.opticalSize': 21.1,
|
|
879
869
|
);
|
|
880
870
|
@mixin font-headline--compact() {
|
|
881
871
|
font-size: 15px;
|
|
882
872
|
line-height: 20px;
|
|
883
873
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
884
874
|
font-weight: 600;
|
|
885
|
-
letter-spacing: -0.72px;
|
|
886
875
|
}
|
|
887
876
|
$font-headline--regular--map: (
|
|
888
877
|
'fontSize': 17px,
|
|
889
|
-
'lineHeight':
|
|
878
|
+
'lineHeight': 19.84px,
|
|
890
879
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
891
880
|
'fontWeight': 600,
|
|
892
|
-
'
|
|
881
|
+
'fontVariationSettings.opticalSize': 21.1,
|
|
893
882
|
);
|
|
894
883
|
$font-headline--compact--map: (
|
|
895
884
|
'fontSize': 15px,
|
|
896
885
|
'lineHeight': 20px,
|
|
897
886
|
'fontFamily': "-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif",
|
|
898
887
|
'fontWeight': 600,
|
|
899
|
-
'
|
|
888
|
+
'fontVariationSettings.opticalSize': 21.1,
|
|
900
889
|
);
|
|
@@ -501,38 +501,35 @@ font-display-title4--regular() {
|
|
|
501
501
|
}
|
|
502
502
|
font-title1--regular() {
|
|
503
503
|
font-size: 31px;
|
|
504
|
-
line-height:
|
|
504
|
+
line-height: 30.8px;
|
|
505
505
|
font-family: "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
506
506
|
font-weight: 700;
|
|
507
|
-
letter-spacing: -0.
|
|
507
|
+
letter-spacing: -0.65px;
|
|
508
508
|
}
|
|
509
509
|
font-title2--regular() {
|
|
510
510
|
font-size: 24px;
|
|
511
511
|
line-height: 26px;
|
|
512
512
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
513
513
|
font-weight: 700;
|
|
514
|
-
letter-spacing: -0.
|
|
514
|
+
letter-spacing: -0.15px;
|
|
515
515
|
}
|
|
516
516
|
font-title3--regular() {
|
|
517
|
-
font-size:
|
|
518
|
-
line-height:
|
|
517
|
+
font-size: 21.5px;
|
|
518
|
+
line-height: 22.85px;
|
|
519
519
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
520
520
|
font-weight: 700;
|
|
521
|
-
letter-spacing: -0.78px;
|
|
522
521
|
}
|
|
523
522
|
font-headline1--regular() {
|
|
524
523
|
font-size: 17px;
|
|
525
|
-
line-height:
|
|
524
|
+
line-height: 19.84px;
|
|
526
525
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
527
526
|
font-weight: 600;
|
|
528
|
-
letter-spacing: -0.72px;
|
|
529
527
|
}
|
|
530
528
|
font-headline1--compact() {
|
|
531
529
|
font-size: 15px;
|
|
532
530
|
line-height: 20px;
|
|
533
531
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
534
532
|
font-weight: 600;
|
|
535
|
-
letter-spacing: -0.72px;
|
|
536
533
|
}
|
|
537
534
|
font-headline2--regular() {
|
|
538
535
|
font-size: 15px;
|
|
@@ -548,24 +545,21 @@ font-headline2--compact() {
|
|
|
548
545
|
}
|
|
549
546
|
font-text--regular() {
|
|
550
547
|
font-size: 16px;
|
|
551
|
-
line-height: 18.
|
|
548
|
+
line-height: 18.39px;
|
|
552
549
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
553
550
|
font-weight: 600;
|
|
554
|
-
letter-spacing: -0.68px;
|
|
555
551
|
}
|
|
556
552
|
font-text--compact() {
|
|
557
553
|
font-size: 15px;
|
|
558
554
|
line-height: 20px;
|
|
559
555
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
560
556
|
font-weight: 600;
|
|
561
|
-
letter-spacing: -0.68px;
|
|
562
557
|
}
|
|
563
558
|
font-paragraph--regular() {
|
|
564
559
|
font-size: 15px;
|
|
565
|
-
line-height:
|
|
560
|
+
line-height: 18.31px;
|
|
566
561
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
567
|
-
font-weight:
|
|
568
|
-
letter-spacing: -0.46px;
|
|
562
|
+
font-weight: 580;
|
|
569
563
|
}
|
|
570
564
|
font-subhead--regular() {
|
|
571
565
|
font-size: 14px;
|
|
@@ -581,10 +575,9 @@ font-subhead--compact() {
|
|
|
581
575
|
}
|
|
582
576
|
font-footnote--regular() {
|
|
583
577
|
font-size: 13.5px;
|
|
584
|
-
line-height:
|
|
578
|
+
line-height: 14.9px;
|
|
585
579
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
586
580
|
font-weight: 600;
|
|
587
|
-
letter-spacing: -0.58px;
|
|
588
581
|
}
|
|
589
582
|
font-footnote-caps--regular() {
|
|
590
583
|
font-size: 13px;
|
|
@@ -634,33 +627,28 @@ font-caption3-caps--regular() {
|
|
|
634
627
|
}
|
|
635
628
|
font-label1--regular() {
|
|
636
629
|
font-size: 19px;
|
|
637
|
-
line-height:
|
|
630
|
+
line-height: 19.87px;
|
|
638
631
|
font-weight: 700;
|
|
639
|
-
letter-spacing: -0.58px;
|
|
640
632
|
}
|
|
641
633
|
font-label2--regular() {
|
|
642
634
|
font-size: 18px;
|
|
643
|
-
line-height:
|
|
635
|
+
line-height: 20.82px;
|
|
644
636
|
font-weight: 600;
|
|
645
|
-
letter-spacing: -0.68px;
|
|
646
637
|
}
|
|
647
638
|
font-body--regular() {
|
|
648
|
-
font-size:
|
|
649
|
-
line-height:
|
|
650
|
-
font-weight:
|
|
651
|
-
letter-spacing: -0.72px;
|
|
639
|
+
font-size: 16.5px;
|
|
640
|
+
line-height: 21.24px;
|
|
641
|
+
font-weight: 520;
|
|
652
642
|
}
|
|
653
643
|
font-headline--regular() {
|
|
654
644
|
font-size: 17px;
|
|
655
|
-
line-height:
|
|
645
|
+
line-height: 19.84px;
|
|
656
646
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
657
647
|
font-weight: 600;
|
|
658
|
-
letter-spacing: -0.72px;
|
|
659
648
|
}
|
|
660
649
|
font-headline--compact() {
|
|
661
650
|
font-size: 15px;
|
|
662
651
|
line-height: 20px;
|
|
663
652
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
664
653
|
font-weight: 600;
|
|
665
|
-
letter-spacing: -0.72px;
|
|
666
654
|
}
|