@vkontakte/vkui-tokens 4.3.1 → 4.3.2-dev-db778e.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/interfaces/themes/calendar/index.d.ts +4 -7
- package/package.json +1 -1
- package/themes/calendar/cssVars/declarations/index.css +835 -454
- package/themes/calendar/cssVars/declarations/noColors.css +409 -241
- package/themes/calendar/cssVars/declarations/noSizes.css +10 -7
- package/themes/calendar/cssVars/declarations/onlyAdaptiveGroups.css +26 -51
- package/themes/calendar/cssVars/declarations/onlyColors.css +6 -3
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyMedia.css +387 -152
- package/themes/calendar/cssVars/declarations/onlyVariables.css +137 -88
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +137 -88
- package/themes/calendar/cssVars/theme/fallbacks/index.css +434 -263
- package/themes/calendar/cssVars/theme/fallbacks/index.less +183 -108
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +183 -108
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +478 -234
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +183 -108
- package/themes/calendar/cssVars/theme/index.js +529 -393
- package/themes/calendar/cssVars/theme/index.json +529 -393
- package/themes/calendar/index.css +415 -244
- package/themes/calendar/index.js +180 -115
- package/themes/calendar/index.json +180 -115
- package/themes/calendar/index.less +156 -81
- package/themes/calendar/index.pcss +156 -81
- package/themes/calendar/index.scss +412 -168
- package/themes/calendar/index.styl +156 -81
- package/themes/calendarDark/cssVars/declarations/index.css +835 -454
- package/themes/calendarDark/cssVars/declarations/noColors.css +409 -241
- package/themes/calendarDark/cssVars/declarations/noSizes.css +10 -7
- package/themes/calendarDark/cssVars/declarations/onlyAdaptiveGroups.css +26 -51
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyMedia.css +387 -152
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +137 -88
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +137 -88
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +434 -263
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +183 -108
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +183 -108
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +478 -234
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +183 -108
- package/themes/calendarDark/cssVars/theme/index.js +529 -393
- package/themes/calendarDark/cssVars/theme/index.json +529 -393
- package/themes/calendarDark/index.css +415 -244
- package/themes/calendarDark/index.js +180 -115
- package/themes/calendarDark/index.json +180 -115
- package/themes/calendarDark/index.less +156 -81
- package/themes/calendarDark/index.pcss +156 -81
- package/themes/calendarDark/index.scss +412 -168
- package/themes/calendarDark/index.styl +156 -81
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
--size-popup-base-padding--compact: var(--vkui--size_popup_base_padding--compact, 32px);
|
|
15
15
|
--size-popup-header-padding--regular: var(--vkui--size_popup_header_padding--regular, 16px);
|
|
16
16
|
--size-popup-header-padding--compact: var(--vkui--size_popup_header_padding--compact, 24px);
|
|
17
|
-
--size-border-radius--compact: var(--vkui--size_border_radius--compact,
|
|
17
|
+
--size-border-radius--compact: var(--vkui--size_border_radius--compact, 8px);
|
|
18
18
|
--size-border-radius--regular: var(--vkui--size_border_radius--regular, 8px);
|
|
19
19
|
--size-check-border-radius--regular: var(--vkui--size_check_border_radius--regular, 4px);
|
|
20
20
|
--size-border-radius-paper--regular: var(--vkui--size_border_radius_paper--regular, 12px);
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
--size-popup-medium--regular: var(--vkui--size_popup_medium--regular, 680px);
|
|
35
35
|
--size-popup-large--regular: var(--vkui--size_popup_large--regular, 880px);
|
|
36
36
|
--size-field-horizontal-padding--regular: var(--vkui--size_field_horizontal_padding--regular, 8px);
|
|
37
|
-
--size-button-padding-horizontal--compact: var(--vkui--size_button_padding_horizontal--compact,
|
|
38
|
-
--size-button-padding-horizontal--regular: var(--vkui--size_button_padding_horizontal--regular,
|
|
37
|
+
--size-button-padding-horizontal--compact: var(--vkui--size_button_padding_horizontal--compact, 16px);
|
|
38
|
+
--size-button-padding-horizontal--regular: var(--vkui--size_button_padding_horizontal--regular, 20px);
|
|
39
39
|
--size-label-horizontal-margin--regular: var(--vkui--size_label_horizontal_margin--regular, 16px);
|
|
40
40
|
--size-arrow-padding--regular: var(--vkui--size_arrow_padding--regular, 12px);
|
|
41
41
|
--size-tooltip-margin--regular: var(--vkui--size_tooltip_margin--regular, 8px);
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
--size-card-border-radius--regular: var(--vkui--size_card_border_radius--regular, 16px);
|
|
56
56
|
--size-cardgrid-padding-vertical--regular: var(--vkui--size_cardgrid_padding_vertical--regular, 8px);
|
|
57
57
|
--size-base-padding-horizontal--regular: var(--vkui--size_base_padding_horizontal--regular, 16px);
|
|
58
|
-
--elevation1: var(--vkui--elevation1,
|
|
59
|
-
--elevation2: var(--vkui--elevation2,
|
|
60
|
-
--elevation3: var(--vkui--elevation3,
|
|
61
|
-
--elevation4: var(--vkui--elevation4,
|
|
58
|
+
--elevation1: var(--vkui--elevation1, 0 2px 0 0 rgba(0, 16, 61, 0.04));
|
|
59
|
+
--elevation2: var(--vkui--elevation2, 0 4px 32px 0 rgba(0, 16, 61, 0.32));
|
|
60
|
+
--elevation3: var(--vkui--elevation3, 0 16px 48px 0 rgba(0, 0, 0, 0.48));
|
|
61
|
+
--elevation4: var(--vkui--elevation4, 0 16px 48px 0 rgba(0, 0, 0, 0.48));
|
|
62
62
|
--animation-duration-l: var(--vkui--animation_duration_l, 0.4s);
|
|
63
63
|
--animation-duration-m: var(--vkui--animation_duration_m, 0.2s);
|
|
64
64
|
--animation-duration-s: var(--vkui--animation_duration_s, 0.1s);
|
|
@@ -296,9 +296,9 @@
|
|
|
296
296
|
--color-image-border-alpha: var(--vkui--color_image_border_alpha, rgba(255, 255, 255, 0.08));
|
|
297
297
|
--color-image-border-alpha--hover: var(--vkui--color_image_border_alpha--hover, rgba(255, 255, 255, 0.12));
|
|
298
298
|
--color-image-border-alpha--active: var(--vkui--color_image_border_alpha--active, rgba(255, 255, 255, 0.16));
|
|
299
|
-
--color-field-border-alpha: var(--vkui--color_field_border_alpha,
|
|
300
|
-
--color-field-border-alpha--hover: var(--vkui--color_field_border_alpha--hover,
|
|
301
|
-
--color-field-border-alpha--active: var(--vkui--color_field_border_alpha--active,
|
|
299
|
+
--color-field-border-alpha: var(--vkui--color_field_border_alpha, rgba(255, 255, 255, 0.16));
|
|
300
|
+
--color-field-border-alpha--hover: var(--vkui--color_field_border_alpha--hover, rgba(255, 255, 255, 0.2));
|
|
301
|
+
--color-field-border-alpha--active: var(--vkui--color_field_border_alpha--active, rgba(255, 255, 255, 0.24));
|
|
302
302
|
--color-separator-primary-alpha: var(--vkui--color_separator_primary_alpha, rgba(0, 0, 0, 0.4));
|
|
303
303
|
--color-separator-primary-alpha--hover: var(--vkui--color_separator_primary_alpha--hover, rgba(0, 0, 0, 0.44));
|
|
304
304
|
--color-separator-primary-alpha--active: var(--vkui--color_separator_primary_alpha--active, rgba(0, 0, 0, 0.48));
|
|
@@ -395,32 +395,59 @@
|
|
|
395
395
|
--color-thumb-error-background-alpha: var(--vkui--color_thumb_error_background_alpha, rgba(237, 10, 52, 0.12));
|
|
396
396
|
--color-thumb-error-background-alpha--hover: var(--vkui--color_thumb_error_background_alpha--hover, rgba(237, 10, 52, 0.16));
|
|
397
397
|
--color-thumb-error-background-alpha--active: var(--vkui--color_thumb_error_background_alpha--active, rgba(237, 10, 52, 0.2));
|
|
398
|
+
--calendar-color-background-accent-tint-themed: var(--vkui--calendar_color_background_accent_tint_themed, #3E3E3F);
|
|
399
|
+
--calendar-color-background-accent-tint-themed--hover: var(--vkui--calendar_color_background_accent_tint_themed--hover, #2C2C2D);
|
|
400
|
+
--calendar-color-background-accent-tint-themed--active: var(--vkui--calendar_color_background_accent_tint_themed--active, #3E3E3F);
|
|
398
401
|
}
|
|
399
402
|
|
|
400
403
|
%font-title1--regular {
|
|
401
|
-
font-size: var(--vkui--font_title1--font_size--regular,
|
|
402
|
-
line-height: var(--vkui--font_title1--line_height--regular,
|
|
404
|
+
font-size: var(--vkui--font_title1--font_size--regular, 24px);
|
|
405
|
+
line-height: var(--vkui--font_title1--line_height--regular, 32px);
|
|
403
406
|
font-weight: var(--vkui--font_title1--font_weight--regular, 500);
|
|
404
407
|
font-family: var(--vkui--font_title1--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
405
408
|
}
|
|
409
|
+
%font-title1--compact {
|
|
410
|
+
font-size: var(--vkui--font_title1--font_size--compact, 24px);
|
|
411
|
+
line-height: var(--vkui--font_title1--line_height--compact, 28px);
|
|
412
|
+
font-weight: var(--vkui--font_title1--font_weight--compact, 500);
|
|
413
|
+
font-family: var(--vkui--font_title1--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
414
|
+
}
|
|
406
415
|
%font-title2--regular {
|
|
407
|
-
font-size: var(--vkui--font_title2--font_size--regular,
|
|
408
|
-
line-height: var(--vkui--font_title2--line_height--regular,
|
|
416
|
+
font-size: var(--vkui--font_title2--font_size--regular, 20px);
|
|
417
|
+
line-height: var(--vkui--font_title2--line_height--regular, 24px);
|
|
409
418
|
font-weight: var(--vkui--font_title2--font_weight--regular, 500);
|
|
410
419
|
font-family: var(--vkui--font_title2--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
411
420
|
}
|
|
421
|
+
%font-title2--compact {
|
|
422
|
+
font-size: var(--vkui--font_title2--font_size--compact, 20px);
|
|
423
|
+
line-height: var(--vkui--font_title2--line_height--compact, 24px);
|
|
424
|
+
font-weight: var(--vkui--font_title2--font_weight--compact, 500);
|
|
425
|
+
font-family: var(--vkui--font_title2--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
426
|
+
}
|
|
412
427
|
%font-title3--regular {
|
|
413
|
-
font-size: var(--vkui--font_title3--font_size--regular,
|
|
414
|
-
line-height: var(--vkui--font_title3--line_height--regular,
|
|
428
|
+
font-size: var(--vkui--font_title3--font_size--regular, 17px);
|
|
429
|
+
line-height: var(--vkui--font_title3--line_height--regular, 24px);
|
|
415
430
|
font-weight: var(--vkui--font_title3--font_weight--regular, 500);
|
|
416
431
|
font-family: var(--vkui--font_title3--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
417
432
|
}
|
|
433
|
+
%font-title3--compact {
|
|
434
|
+
font-size: var(--vkui--font_title3--font_size--compact, 17px);
|
|
435
|
+
line-height: var(--vkui--font_title3--line_height--compact, 24px);
|
|
436
|
+
font-weight: var(--vkui--font_title3--font_weight--compact, 500);
|
|
437
|
+
font-family: var(--vkui--font_title3--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
438
|
+
}
|
|
418
439
|
%font-headline1--regular {
|
|
419
|
-
font-size: var(--vkui--font_headline1--font_size--regular,
|
|
440
|
+
font-size: var(--vkui--font_headline1--font_size--regular, 16px);
|
|
420
441
|
line-height: var(--vkui--font_headline1--line_height--regular, 20px);
|
|
421
442
|
font-weight: var(--vkui--font_headline1--font_weight--regular, 500);
|
|
422
443
|
font-family: var(--vkui--font_headline1--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
423
444
|
}
|
|
445
|
+
%font-headline1--compact {
|
|
446
|
+
font-size: var(--vkui--font_headline1--font_size--compact, 15px);
|
|
447
|
+
line-height: var(--vkui--font_headline1--line_height--compact, 20px);
|
|
448
|
+
font-weight: var(--vkui--font_headline1--font_weight--compact, 500);
|
|
449
|
+
font-family: var(--vkui--font_headline1--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
450
|
+
}
|
|
424
451
|
%font-headline2--regular {
|
|
425
452
|
font-size: var(--vkui--font_headline2--font_size--regular, 15px);
|
|
426
453
|
line-height: var(--vkui--font_headline2--line_height--regular, 20px);
|
|
@@ -433,178 +460,226 @@
|
|
|
433
460
|
font-family: var(--vkui--font_headline2--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
434
461
|
font-weight: var(--vkui--font_headline2--font_weight--regular, 500);
|
|
435
462
|
}
|
|
436
|
-
%font-text--compact {
|
|
437
|
-
font-size: var(--vkui--font_text--font_size--compact, 17px);
|
|
438
|
-
line-height: var(--vkui--font_text--line_height--compact, 24px);
|
|
439
|
-
font-weight: var(--vkui--font_text--font_weight--compact, 400);
|
|
440
|
-
font-family: var(--vkui--font_text--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
441
|
-
}
|
|
442
463
|
%font-text--regular {
|
|
443
|
-
font-size: var(--vkui--font_text--font_size--regular,
|
|
464
|
+
font-size: var(--vkui--font_text--font_size--regular, 16px);
|
|
444
465
|
line-height: var(--vkui--font_text--line_height--regular, 20px);
|
|
445
466
|
font-weight: var(--vkui--font_text--font_weight--regular, 400);
|
|
446
467
|
font-family: var(--vkui--font_text--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
447
468
|
}
|
|
469
|
+
%font-text--compact {
|
|
470
|
+
font-size: var(--vkui--font_text--font_size--compact, 15px);
|
|
471
|
+
line-height: var(--vkui--font_text--line_height--compact, 20px);
|
|
472
|
+
font-weight: var(--vkui--font_text--font_weight--compact, 400);
|
|
473
|
+
font-family: var(--vkui--font_text--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
474
|
+
}
|
|
448
475
|
%font-paragraph--regular {
|
|
449
476
|
font-size: var(--vkui--font_paragraph--font_size--regular, 15px);
|
|
450
477
|
line-height: var(--vkui--font_paragraph--line_height--regular, 20px);
|
|
451
|
-
font-family: var(--vkui--font_paragraph--font_family--regular, Helvetica, Arial, sans-serif);
|
|
452
478
|
font-weight: var(--vkui--font_paragraph--font_weight--regular, 400);
|
|
479
|
+
font-family: var(--vkui--font_paragraph--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
480
|
+
}
|
|
481
|
+
%font-paragraph--compact {
|
|
482
|
+
font-size: var(--vkui--font_paragraph--font_size--compact, 15px);
|
|
483
|
+
line-height: var(--vkui--font_paragraph--line_height--compact, 20px);
|
|
484
|
+
font-weight: var(--vkui--font_paragraph--font_weight--compact, 400);
|
|
485
|
+
font-family: var(--vkui--font_paragraph--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
453
486
|
}
|
|
454
487
|
%font-subhead--regular {
|
|
455
488
|
font-size: var(--vkui--font_subhead--font_size--regular, 14px);
|
|
456
489
|
line-height: var(--vkui--font_subhead--line_height--regular, 18px);
|
|
457
|
-
font-family: var(--vkui--font_subhead--font_family--regular, Helvetica, Arial, sans-serif);
|
|
458
490
|
font-weight: var(--vkui--font_subhead--font_weight--regular, 400);
|
|
491
|
+
font-family: var(--vkui--font_subhead--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
459
492
|
}
|
|
460
493
|
%font-subhead--compact {
|
|
461
494
|
font-size: var(--vkui--font_subhead--font_size--compact, 13px);
|
|
462
495
|
line-height: var(--vkui--font_subhead--line_height--compact, 18px);
|
|
463
|
-
font-
|
|
464
|
-
font-
|
|
496
|
+
font-weight: var(--vkui--font_subhead--font_weight--compact, 500);
|
|
497
|
+
font-family: var(--vkui--font_subhead--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
465
498
|
}
|
|
466
499
|
%font-footnote--regular {
|
|
467
500
|
font-size: var(--vkui--font_footnote--font_size--regular, 13px);
|
|
468
|
-
line-height: var(--vkui--font_footnote--line_height--regular,
|
|
501
|
+
line-height: var(--vkui--font_footnote--line_height--regular, 18px);
|
|
469
502
|
font-weight: var(--vkui--font_footnote--font_weight--regular, 400);
|
|
470
503
|
font-family: var(--vkui--font_footnote--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
471
504
|
}
|
|
505
|
+
%font-footnote--compact {
|
|
506
|
+
font-size: var(--vkui--font_footnote--font_size--compact, 13px);
|
|
507
|
+
line-height: var(--vkui--font_footnote--line_height--compact, 18px);
|
|
508
|
+
font-weight: var(--vkui--font_footnote--font_weight--compact, 400);
|
|
509
|
+
font-family: var(--vkui--font_footnote--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
510
|
+
}
|
|
472
511
|
%font-footnote-caps--regular {
|
|
473
512
|
font-size: var(--vkui--font_footnote_caps--font_size--regular, 13px);
|
|
474
513
|
line-height: var(--vkui--font_footnote_caps--line_height--regular, 18px);
|
|
475
|
-
font-family: var(--vkui--font_footnote_caps--font_family--regular, Helvetica, Arial, sans-serif);
|
|
476
514
|
font-weight: var(--vkui--font_footnote_caps--font_weight--regular, 400);
|
|
477
|
-
|
|
515
|
+
font-family: var(--vkui--font_footnote_caps--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
478
516
|
letter-spacing: var(--vkui--font_footnote_caps--letter_spacing--regular, 0.3px);
|
|
517
|
+
text-transform: var(--vkui--font_footnote_caps--text_transform--regular, uppercase);
|
|
518
|
+
}
|
|
519
|
+
%font-footnote-caps--compact {
|
|
520
|
+
font-size: var(--vkui--font_footnote_caps--font_size--compact, 13px);
|
|
521
|
+
line-height: var(--vkui--font_footnote_caps--line_height--compact, 18px);
|
|
522
|
+
font-weight: var(--vkui--font_footnote_caps--font_weight--compact, 400);
|
|
523
|
+
font-family: var(--vkui--font_footnote_caps--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
524
|
+
letter-spacing: var(--vkui--font_footnote_caps--letter_spacing--compact, 0.3px);
|
|
525
|
+
text-transform: var(--vkui--font_footnote_caps--text_transform--compact, uppercase);
|
|
479
526
|
}
|
|
480
527
|
%font-caption1--regular {
|
|
481
528
|
font-size: var(--vkui--font_caption1--font_size--regular, 12px);
|
|
482
529
|
line-height: var(--vkui--font_caption1--line_height--regular, 16px);
|
|
483
|
-
font-family: var(--vkui--font_caption1--font_family--regular, Helvetica, Arial, sans-serif);
|
|
484
530
|
font-weight: var(--vkui--font_caption1--font_weight--regular, 400);
|
|
531
|
+
font-family: var(--vkui--font_caption1--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
532
|
+
}
|
|
533
|
+
%font-caption1--compact {
|
|
534
|
+
font-size: var(--vkui--font_caption1--font_size--compact, 12px);
|
|
535
|
+
line-height: var(--vkui--font_caption1--line_height--compact, 14px);
|
|
536
|
+
font-weight: var(--vkui--font_caption1--font_weight--compact, 400);
|
|
537
|
+
font-family: var(--vkui--font_caption1--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
485
538
|
}
|
|
486
539
|
%font-caption1-caps--regular {
|
|
487
540
|
font-size: var(--vkui--font_caption1_caps--font_size--regular, 12px);
|
|
488
541
|
line-height: var(--vkui--font_caption1_caps--line_height--regular, 16px);
|
|
489
|
-
font-family: var(--vkui--font_caption1_caps--font_family--regular, Helvetica, Arial, sans-serif);
|
|
490
542
|
font-weight: var(--vkui--font_caption1_caps--font_weight--regular, 400);
|
|
491
|
-
|
|
543
|
+
font-family: var(--vkui--font_caption1_caps--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
492
544
|
letter-spacing: var(--vkui--font_caption1_caps--letter_spacing--regular, 0.26px);
|
|
545
|
+
text-transform: var(--vkui--font_caption1_caps--text_transform--regular, uppercase);
|
|
546
|
+
}
|
|
547
|
+
%font-caption1-caps--compact {
|
|
548
|
+
font-size: var(--vkui--font_caption1_caps--font_size--compact, 12px);
|
|
549
|
+
line-height: var(--vkui--font_caption1_caps--line_height--compact, 14px);
|
|
550
|
+
font-weight: var(--vkui--font_caption1_caps--font_weight--compact, 500);
|
|
551
|
+
font-family: var(--vkui--font_caption1_caps--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
552
|
+
letter-spacing: var(--vkui--font_caption1_caps--letter_spacing--compact, 0.26px);
|
|
553
|
+
text-transform: var(--vkui--font_caption1_caps--text_transform--compact, uppercase);
|
|
493
554
|
}
|
|
494
555
|
%font-caption2--regular {
|
|
495
556
|
font-size: var(--vkui--font_caption2--font_size--regular, 11px);
|
|
496
|
-
line-height: var(--vkui--font_caption2--line_height--regular,
|
|
557
|
+
line-height: var(--vkui--font_caption2--line_height--regular, 14px);
|
|
497
558
|
font-weight: var(--vkui--font_caption2--font_weight--regular, 400);
|
|
498
559
|
font-family: var(--vkui--font_caption2--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
499
560
|
}
|
|
561
|
+
%font-caption2--compact {
|
|
562
|
+
font-size: var(--vkui--font_caption2--font_size--compact, 11px);
|
|
563
|
+
line-height: var(--vkui--font_caption2--line_height--compact, 14px);
|
|
564
|
+
font-weight: var(--vkui--font_caption2--font_weight--compact, 400);
|
|
565
|
+
font-family: var(--vkui--font_caption2--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
566
|
+
}
|
|
500
567
|
%font-caption2-caps--regular {
|
|
501
568
|
font-size: var(--vkui--font_caption2_caps--font_size--regular, 11px);
|
|
502
569
|
line-height: var(--vkui--font_caption2_caps--line_height--regular, 14px);
|
|
503
|
-
font-family: var(--vkui--font_caption2_caps--font_family--regular, Helvetica, Arial, sans-serif);
|
|
504
570
|
font-weight: var(--vkui--font_caption2_caps--font_weight--regular, 400);
|
|
505
|
-
|
|
571
|
+
font-family: var(--vkui--font_caption2_caps--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
506
572
|
letter-spacing: var(--vkui--font_caption2_caps--letter_spacing--regular, 0.22px);
|
|
573
|
+
text-transform: var(--vkui--font_caption2_caps--text_transform--regular, uppercase);
|
|
574
|
+
}
|
|
575
|
+
%font-caption2-caps--compact {
|
|
576
|
+
font-size: var(--vkui--font_caption2_caps--font_size--compact, 11px);
|
|
577
|
+
line-height: var(--vkui--font_caption2_caps--line_height--compact, 14px);
|
|
578
|
+
font-weight: var(--vkui--font_caption2_caps--font_weight--compact, 400);
|
|
579
|
+
font-family: var(--vkui--font_caption2_caps--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
580
|
+
letter-spacing: var(--vkui--font_caption2_caps--letter_spacing--compact, 0.22px);
|
|
581
|
+
text-transform: var(--vkui--font_caption2_caps--text_transform--compact, uppercase);
|
|
507
582
|
}
|
|
508
583
|
%font-caption3--regular {
|
|
509
584
|
font-size: var(--vkui--font_caption3--font_size--regular, 9px);
|
|
510
585
|
line-height: var(--vkui--font_caption3--line_height--regular, 12px);
|
|
511
|
-
font-family: var(--vkui--font_caption3--font_family--regular, Helvetica, Arial, sans-serif);
|
|
512
586
|
font-weight: var(--vkui--font_caption3--font_weight--regular, 400);
|
|
587
|
+
font-family: var(--vkui--font_caption3--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
588
|
+
}
|
|
589
|
+
%font-caption3--compact {
|
|
590
|
+
font-size: var(--vkui--font_caption3--font_size--compact, 9px);
|
|
591
|
+
line-height: var(--vkui--font_caption3--line_height--compact, 12px);
|
|
592
|
+
font-weight: var(--vkui--font_caption3--font_weight--compact, 400);
|
|
593
|
+
font-family: var(--vkui--font_caption3--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
513
594
|
}
|
|
514
595
|
%font-caption3-caps--regular {
|
|
515
596
|
font-size: var(--vkui--font_caption3_caps--font_size--regular, 9px);
|
|
516
597
|
line-height: var(--vkui--font_caption3_caps--line_height--regular, 12px);
|
|
517
|
-
font-family: var(--vkui--font_caption3_caps--font_family--regular, Helvetica, Arial, sans-serif);
|
|
518
598
|
font-weight: var(--vkui--font_caption3_caps--font_weight--regular, 400);
|
|
519
|
-
|
|
599
|
+
font-family: var(--vkui--font_caption3_caps--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
520
600
|
letter-spacing: var(--vkui--font_caption3_caps--letter_spacing--regular, 0.16px);
|
|
601
|
+
text-transform: var(--vkui--font_caption3_caps--text_transform--regular, uppercase);
|
|
602
|
+
}
|
|
603
|
+
%font-caption3-caps--compact {
|
|
604
|
+
font-size: var(--vkui--font_caption3_caps--font_size--compact, 9px);
|
|
605
|
+
line-height: var(--vkui--font_caption3_caps--line_height--compact, 12px);
|
|
606
|
+
font-weight: var(--vkui--font_caption3_caps--font_weight--compact, 400);
|
|
607
|
+
font-family: var(--vkui--font_caption3_caps--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
608
|
+
letter-spacing: var(--vkui--font_caption3_caps--letter_spacing--compact, 0.16px);
|
|
609
|
+
text-transform: var(--vkui--font_caption3_caps--text_transform--compact, uppercase);
|
|
521
610
|
}
|
|
522
611
|
%font-h0--regular {
|
|
523
|
-
font-size: var(--vkui--font_h0--font_size--regular,
|
|
524
|
-
line-height: var(--vkui--font_h0--line_height--regular,
|
|
525
|
-
font-weight: var(--vkui--font_h0--font_weight--regular, 500);
|
|
612
|
+
font-size: var(--vkui--font_h0--font_size--regular, 28px);
|
|
613
|
+
line-height: var(--vkui--font_h0--line_height--regular, 32px);
|
|
526
614
|
font-family: var(--vkui--font_h0--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
615
|
+
font-weight: var(--vkui--font_h0--font_weight--regular, 500);
|
|
527
616
|
}
|
|
528
|
-
%font-
|
|
529
|
-
font-size: var(--vkui--
|
|
530
|
-
line-height: var(--vkui--
|
|
531
|
-
font-
|
|
532
|
-
font-
|
|
533
|
-
margin-bottom: var(--vkui--font_h1--margin_bottom--compact, 16px);
|
|
617
|
+
%font-h0--compact {
|
|
618
|
+
font-size: var(--vkui--font_h0--font_size--compact, 44px);
|
|
619
|
+
line-height: var(--vkui--font_h0--line_height--compact, 52px);
|
|
620
|
+
font-family: var(--vkui--font_h0--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
621
|
+
font-weight: var(--vkui--font_h0--font_weight--regular, 500);
|
|
534
622
|
}
|
|
535
623
|
%font-h1--regular {
|
|
536
|
-
font-size: var(--vkui--font_h1--font_size--regular,
|
|
537
|
-
line-height: var(--vkui--font_h1--line_height--regular,
|
|
538
|
-
font-weight: var(--vkui--font_h1--font_weight--regular, 500);
|
|
624
|
+
font-size: var(--vkui--font_h1--font_size--regular, 24px);
|
|
625
|
+
line-height: var(--vkui--font_h1--line_height--regular, 28px);
|
|
539
626
|
font-family: var(--vkui--font_h1--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
540
|
-
|
|
627
|
+
font-weight: var(--vkui--font_h1--font_weight--regular, 500);
|
|
541
628
|
}
|
|
542
|
-
%font-
|
|
543
|
-
font-size: var(--vkui--
|
|
544
|
-
line-height: var(--vkui--
|
|
545
|
-
font-
|
|
546
|
-
font-
|
|
629
|
+
%font-h1--compact {
|
|
630
|
+
font-size: var(--vkui--font_h1--font_size--compact, 32px);
|
|
631
|
+
line-height: var(--vkui--font_h1--line_height--compact, 36px);
|
|
632
|
+
font-family: var(--vkui--font_h1--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
633
|
+
font-weight: var(--vkui--font_h1--font_weight--regular, 500);
|
|
547
634
|
}
|
|
548
635
|
%font-h2--regular {
|
|
549
|
-
font-size: var(--vkui--font_h2--font_size--regular,
|
|
550
|
-
line-height: var(--vkui--font_h2--line_height--regular,
|
|
636
|
+
font-size: var(--vkui--font_h2--font_size--regular, 20px);
|
|
637
|
+
line-height: var(--vkui--font_h2--line_height--regular, 26px);
|
|
638
|
+
font-family: var(--vkui--font_h2--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
551
639
|
font-weight: var(--vkui--font_h2--font_weight--regular, 500);
|
|
640
|
+
}
|
|
641
|
+
%font-h2--compact {
|
|
642
|
+
font-size: var(--vkui--font_h2--font_size--compact, 28px);
|
|
643
|
+
line-height: var(--vkui--font_h2--line_height--compact, 32px);
|
|
552
644
|
font-family: var(--vkui--font_h2--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
645
|
+
font-weight: var(--vkui--font_h2--font_weight--regular, 500);
|
|
553
646
|
}
|
|
554
|
-
%font-event
|
|
555
|
-
font-size: var(--vkui--
|
|
556
|
-
line-height: var(--vkui--
|
|
557
|
-
font-weight: var(--vkui--
|
|
558
|
-
font-family: var(--vkui--
|
|
559
|
-
}
|
|
560
|
-
%font-event
|
|
561
|
-
font-size: var(--vkui--
|
|
562
|
-
line-height: var(--vkui--
|
|
563
|
-
font-weight: var(--vkui--
|
|
564
|
-
font-family: var(--vkui--
|
|
565
|
-
}
|
|
566
|
-
%font-event-
|
|
567
|
-
font-size: var(--vkui--
|
|
568
|
-
line-height: var(--vkui--
|
|
569
|
-
font-weight: var(--vkui--
|
|
570
|
-
font-family: var(--vkui--
|
|
571
|
-
}
|
|
572
|
-
%font-event-
|
|
573
|
-
font-size: var(--vkui--
|
|
574
|
-
line-height: var(--vkui--
|
|
575
|
-
font-weight: var(--vkui--
|
|
576
|
-
font-family: var(--vkui--
|
|
577
|
-
}
|
|
578
|
-
%font-event-x-s--regular {
|
|
579
|
-
font-size: var(--vkui--font_event_x_s--font_size--regular, 12px);
|
|
580
|
-
line-height: var(--vkui--font_event_x_s--line_height--regular, 16px);
|
|
581
|
-
font-weight: var(--vkui--font_event_x_s--font_weight--regular, 500);
|
|
582
|
-
font-family: var(--vkui--font_event_x_s--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
583
|
-
}
|
|
584
|
-
%font-time--regular {
|
|
585
|
-
font-size: var(--vkui--font_time--font_size--regular, 13px);
|
|
586
|
-
line-height: var(--vkui--font_time--line_height--regular, 18px);
|
|
587
|
-
font-weight: var(--vkui--font_time--font_weight--regular, 500);
|
|
588
|
-
font-family: var(--vkui--font_time--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
589
|
-
}
|
|
590
|
-
%font-body-i-o-s--regular {
|
|
591
|
-
font-size: var(--vkui--font_body_i_o_s--font_size--regular, 17px);
|
|
592
|
-
line-height: var(--vkui--font_body_i_o_s--line_height--regular, 24px);
|
|
593
|
-
font-weight: var(--vkui--font_body_i_o_s--font_weight--regular, 500);
|
|
594
|
-
font-family: var(--vkui--font_body_i_o_s--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
595
|
-
}
|
|
596
|
-
%font-body-android--regular {
|
|
597
|
-
font-size: var(--vkui--font_body_android--font_size--regular, 16px);
|
|
598
|
-
line-height: var(--vkui--font_body_android--line_height--regular, 24px);
|
|
599
|
-
font-weight: var(--vkui--font_body_android--font_weight--regular, 500);
|
|
600
|
-
font-family: var(--vkui--font_body_android--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
647
|
+
%calendar-font-text-event--regular {
|
|
648
|
+
font-size: var(--vkui--calendar_font_text_event--font_size--regular, 17px);
|
|
649
|
+
line-height: var(--vkui--calendar_font_text_event--line_height--regular, 24px);
|
|
650
|
+
font-weight: var(--vkui--calendar_font_text_event--font_weight--regular, 400);
|
|
651
|
+
font-family: var(--vkui--calendar_font_text_event--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
652
|
+
}
|
|
653
|
+
%calendar-font-text-event--compact {
|
|
654
|
+
font-size: var(--vkui--calendar_font_text_event--font_size--compact, 13px);
|
|
655
|
+
line-height: var(--vkui--calendar_font_text_event--line_height--compact, 18px);
|
|
656
|
+
font-weight: var(--vkui--calendar_font_text_event--font_weight--compact, 500);
|
|
657
|
+
font-family: var(--vkui--calendar_font_text_event--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
658
|
+
}
|
|
659
|
+
%calendar-font-text-event-small--regular {
|
|
660
|
+
font-size: var(--vkui--calendar_font_text_event_small--font_size--regular, 15px);
|
|
661
|
+
line-height: var(--vkui--calendar_font_text_event_small--line_height--regular, 20px);
|
|
662
|
+
font-weight: var(--vkui--calendar_font_text_event_small--font_weight--regular, 400);
|
|
663
|
+
font-family: var(--vkui--calendar_font_text_event_small--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
664
|
+
}
|
|
665
|
+
%calendar-font-text-event-small--compact {
|
|
666
|
+
font-size: var(--vkui--calendar_font_text_event_small--font_size--compact, 12px);
|
|
667
|
+
line-height: var(--vkui--calendar_font_text_event_small--line_height--compact, 12px);
|
|
668
|
+
font-weight: var(--vkui--calendar_font_text_event_small--font_weight--compact, 400);
|
|
669
|
+
font-family: var(--vkui--calendar_font_text_event_small--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
601
670
|
}
|
|
602
671
|
%font-headline--regular {
|
|
603
|
-
font-size: var(--vkui--font_headline--font_size--regular,
|
|
672
|
+
font-size: var(--vkui--font_headline--font_size--regular, 16px);
|
|
604
673
|
line-height: var(--vkui--font_headline--line_height--regular, 20px);
|
|
605
674
|
font-weight: var(--vkui--font_headline--font_weight--regular, 500);
|
|
606
675
|
font-family: var(--vkui--font_headline--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
607
676
|
}
|
|
677
|
+
%font-headline--compact {
|
|
678
|
+
font-size: var(--vkui--font_headline--font_size--compact, 15px);
|
|
679
|
+
line-height: var(--vkui--font_headline--line_height--compact, 20px);
|
|
680
|
+
font-weight: var(--vkui--font_headline--font_weight--compact, 500);
|
|
681
|
+
font-family: var(--vkui--font_headline--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
682
|
+
}
|
|
608
683
|
@custom-media --width-touch (max-width: 767px);
|
|
609
684
|
@custom-media --width-to-touch (max-width: 767px);
|
|
610
685
|
@custom-media --width-from-desktop-s (min-width: 768px);
|