@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.
Files changed (117) hide show
  1. package/build/compilers/styles/helpers/tokenProcessors.d.ts +1 -1
  2. package/build/compilers/styles/helpers/tokenProcessors.js +8 -4
  3. package/build/themeProcessors/pixelifyValues/pixelifyValues.d.ts +1 -1
  4. package/build/themeProcessors/pixelifyValues/pixelifyValues.js +4 -2
  5. package/interfaces/general/typography/index.d.ts +8 -0
  6. package/package.json +1 -1
  7. package/themes/cloud/cssVars/declarations/index.css +3 -3
  8. package/themes/cloud/cssVars/declarations/noSizes.css +3 -3
  9. package/themes/cloud/cssVars/declarations/onlyColors.css +3 -3
  10. package/themes/cloud/cssVars/declarations/onlyColors.js +1 -1
  11. package/themes/cloud/cssVars/declarations/onlyVariables.css +3 -3
  12. package/themes/cloud/cssVars/declarations/onlyVariables.js +1 -1
  13. package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +3 -3
  14. package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -3
  15. package/themes/cloud/cssVars/theme/fallbacks/index.css +3 -3
  16. package/themes/cloud/cssVars/theme/fallbacks/index.less +3 -3
  17. package/themes/cloud/cssVars/theme/fallbacks/index.pcss +3 -3
  18. package/themes/cloud/cssVars/theme/fallbacks/index.scss +3 -3
  19. package/themes/cloud/cssVars/theme/fallbacks/index.styl +3 -3
  20. package/themes/cloud/cssVars/theme/index.js +1 -1
  21. package/themes/cloud/cssVars/theme/index.json +3 -3
  22. package/themes/cloud/index.css +3 -3
  23. package/themes/cloud/index.js +1 -1
  24. package/themes/cloud/index.json +3 -3
  25. package/themes/cloud/index.less +3 -3
  26. package/themes/cloud/index.pcss +3 -3
  27. package/themes/cloud/index.scss +3 -3
  28. package/themes/cloud/index.styl +3 -3
  29. package/themes/cloud/struct.json +3 -3
  30. package/themes/legoAndroid/cssVars/declarations/index.css +53 -79
  31. package/themes/legoAndroid/cssVars/declarations/noColors.css +43 -69
  32. package/themes/legoAndroid/cssVars/declarations/onlyAdaptiveGroups.css +10 -10
  33. package/themes/legoAndroid/cssVars/declarations/onlyVariables.css +21 -21
  34. package/themes/legoAndroid/cssVars/declarations/onlyVariables.js +1 -1
  35. package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocal.css +21 -21
  36. package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -21
  37. package/themes/legoAndroid/cssVars/theme/fallbacks/index.css +43 -69
  38. package/themes/legoAndroid/cssVars/theme/fallbacks/index.less +11 -24
  39. package/themes/legoAndroid/cssVars/theme/fallbacks/index.pcss +11 -24
  40. package/themes/legoAndroid/cssVars/theme/fallbacks/index.scss +39 -52
  41. package/themes/legoAndroid/cssVars/theme/fallbacks/index.styl +11 -24
  42. package/themes/legoAndroid/cssVars/theme/index.js +1 -1
  43. package/themes/legoAndroid/cssVars/theme/index.json +111 -71
  44. package/themes/legoAndroid/index.css +43 -69
  45. package/themes/legoAndroid/index.js +1 -1
  46. package/themes/legoAndroid/index.json +41 -21
  47. package/themes/legoAndroid/index.less +11 -24
  48. package/themes/legoAndroid/index.pcss +11 -24
  49. package/themes/legoAndroid/index.scss +39 -52
  50. package/themes/legoAndroid/index.styl +11 -24
  51. package/themes/legoAndroid/struct.json +41 -21
  52. package/themes/legoAndroidDark/cssVars/declarations/index.css +53 -79
  53. package/themes/legoAndroidDark/cssVars/declarations/noColors.css +43 -69
  54. package/themes/legoAndroidDark/cssVars/declarations/onlyAdaptiveGroups.css +10 -10
  55. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.css +21 -21
  56. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
  57. package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocal.css +21 -21
  58. package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -21
  59. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.css +43 -69
  60. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.less +11 -24
  61. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.pcss +11 -24
  62. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.scss +39 -52
  63. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.styl +11 -24
  64. package/themes/legoAndroidDark/cssVars/theme/index.js +1 -1
  65. package/themes/legoAndroidDark/cssVars/theme/index.json +111 -71
  66. package/themes/legoAndroidDark/index.css +43 -69
  67. package/themes/legoAndroidDark/index.js +1 -1
  68. package/themes/legoAndroidDark/index.json +41 -21
  69. package/themes/legoAndroidDark/index.less +11 -24
  70. package/themes/legoAndroidDark/index.pcss +11 -24
  71. package/themes/legoAndroidDark/index.scss +39 -52
  72. package/themes/legoAndroidDark/index.styl +11 -24
  73. package/themes/legoAndroidDark/struct.json +41 -21
  74. package/themes/legoIOS/cssVars/declarations/index.css +68 -90
  75. package/themes/legoIOS/cssVars/declarations/noColors.css +58 -81
  76. package/themes/legoIOS/cssVars/declarations/onlyAdaptiveGroups.css +10 -9
  77. package/themes/legoIOS/cssVars/declarations/onlyVariables.css +26 -25
  78. package/themes/legoIOS/cssVars/declarations/onlyVariables.js +1 -1
  79. package/themes/legoIOS/cssVars/declarations/onlyVariablesLocal.css +26 -25
  80. package/themes/legoIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +26 -25
  81. package/themes/legoIOS/cssVars/theme/fallbacks/index.css +58 -81
  82. package/themes/legoIOS/cssVars/theme/fallbacks/index.less +16 -28
  83. package/themes/legoIOS/cssVars/theme/fallbacks/index.pcss +16 -28
  84. package/themes/legoIOS/cssVars/theme/fallbacks/index.scss +51 -62
  85. package/themes/legoIOS/cssVars/theme/fallbacks/index.styl +16 -28
  86. package/themes/legoIOS/cssVars/theme/index.js +1 -1
  87. package/themes/legoIOS/cssVars/theme/index.json +118 -70
  88. package/themes/legoIOS/index.css +58 -81
  89. package/themes/legoIOS/index.js +1 -1
  90. package/themes/legoIOS/index.json +46 -25
  91. package/themes/legoIOS/index.less +16 -28
  92. package/themes/legoIOS/index.pcss +16 -28
  93. package/themes/legoIOS/index.scss +51 -62
  94. package/themes/legoIOS/index.styl +16 -28
  95. package/themes/legoIOS/struct.json +46 -25
  96. package/themes/legoIOSDark/cssVars/declarations/index.css +68 -90
  97. package/themes/legoIOSDark/cssVars/declarations/noColors.css +58 -81
  98. package/themes/legoIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +10 -9
  99. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.css +26 -25
  100. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.js +1 -1
  101. package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocal.css +26 -25
  102. package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +26 -25
  103. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.css +58 -81
  104. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.less +16 -28
  105. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.pcss +16 -28
  106. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.scss +51 -62
  107. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.styl +16 -28
  108. package/themes/legoIOSDark/cssVars/theme/index.js +1 -1
  109. package/themes/legoIOSDark/cssVars/theme/index.json +118 -70
  110. package/themes/legoIOSDark/index.css +58 -81
  111. package/themes/legoIOSDark/index.js +1 -1
  112. package/themes/legoIOSDark/index.json +46 -25
  113. package/themes/legoIOSDark/index.less +16 -28
  114. package/themes/legoIOSDark/index.pcss +16 -28
  115. package/themes/legoIOSDark/index.scss +51 -62
  116. package/themes/legoIOSDark/index.styl +16 -28
  117. package/themes/legoIOSDark/struct.json +46 -25
@@ -283,7 +283,7 @@
283
283
  },
284
284
  "lineHeight": {
285
285
  "name": "--vkui--font_title1--line_height--regular",
286
- "value": "var(--vkui--font_title1--line_height--regular, 31px)"
286
+ "value": "var(--vkui--font_title1--line_height--regular, 30.8px)"
287
287
  },
288
288
  "fontFamily": {
289
289
  "name": "--vkui--font_title1--font_family--regular",
@@ -295,7 +295,7 @@
295
295
  },
296
296
  "letterSpacing": {
297
297
  "name": "--vkui--font_title1--letter_spacing--regular",
298
- "value": "var(--vkui--font_title1--letter_spacing--regular, -0.72px)"
298
+ "value": "var(--vkui--font_title1--letter_spacing--regular, -0.65px)"
299
299
  }
300
300
  }
301
301
  },
@@ -320,6 +320,12 @@
320
320
  "letterSpacing": {
321
321
  "name": "--vkui--font_title2--letter_spacing",
322
322
  "value": "var(--vkui--font_title2--letter_spacing)"
323
+ },
324
+ "fontVariationSettings": {
325
+ "opticalSize": {
326
+ "name": "--vkui--font_title2--font_variation_settings--optical_size",
327
+ "value": "var(--vkui--font_title2--font_variation_settings--optical_size)"
328
+ }
323
329
  }
324
330
  },
325
331
  "regular": {
@@ -341,7 +347,13 @@
341
347
  },
342
348
  "letterSpacing": {
343
349
  "name": "--vkui--font_title2--letter_spacing--regular",
344
- "value": "var(--vkui--font_title2--letter_spacing--regular, -0.58px)"
350
+ "value": "var(--vkui--font_title2--letter_spacing--regular, -0.15px)"
351
+ },
352
+ "fontVariationSettings": {
353
+ "opticalSize": {
354
+ "name": "--vkui--font_title2--font_variation_settings--optical_size--regular",
355
+ "value": "var(--vkui--font_title2--font_variation_settings--optical_size--regular, 28)"
356
+ }
345
357
  }
346
358
  }
347
359
  },
@@ -363,19 +375,21 @@
363
375
  "name": "--vkui--font_title3--font_weight",
364
376
  "value": "var(--vkui--font_title3--font_weight)"
365
377
  },
366
- "letterSpacing": {
367
- "name": "--vkui--font_title3--letter_spacing",
368
- "value": "var(--vkui--font_title3--letter_spacing)"
378
+ "fontVariationSettings": {
379
+ "opticalSize": {
380
+ "name": "--vkui--font_title3--font_variation_settings--optical_size",
381
+ "value": "var(--vkui--font_title3--font_variation_settings--optical_size)"
382
+ }
369
383
  }
370
384
  },
371
385
  "regular": {
372
386
  "fontSize": {
373
387
  "name": "--vkui--font_title3--font_size--regular",
374
- "value": "var(--vkui--font_title3--font_size--regular, 20px)"
388
+ "value": "var(--vkui--font_title3--font_size--regular, 21.5px)"
375
389
  },
376
390
  "lineHeight": {
377
391
  "name": "--vkui--font_title3--line_height--regular",
378
- "value": "var(--vkui--font_title3--line_height--regular, 23px)"
392
+ "value": "var(--vkui--font_title3--line_height--regular, 22.85px)"
379
393
  },
380
394
  "fontFamily": {
381
395
  "name": "--vkui--font_title3--font_family--regular",
@@ -385,9 +399,11 @@
385
399
  "name": "--vkui--font_title3--font_weight--regular",
386
400
  "value": "var(--vkui--font_title3--font_weight--regular, 700)"
387
401
  },
388
- "letterSpacing": {
389
- "name": "--vkui--font_title3--letter_spacing--regular",
390
- "value": "var(--vkui--font_title3--letter_spacing--regular, -0.78px)"
402
+ "fontVariationSettings": {
403
+ "opticalSize": {
404
+ "name": "--vkui--font_title3--font_variation_settings--optical_size--regular",
405
+ "value": "var(--vkui--font_title3--font_variation_settings--optical_size--regular, 23.8)"
406
+ }
391
407
  }
392
408
  }
393
409
  },
@@ -409,9 +425,11 @@
409
425
  "name": "--vkui--font_headline1--font_weight",
410
426
  "value": "var(--vkui--font_headline1--font_weight)"
411
427
  },
412
- "letterSpacing": {
413
- "name": "--vkui--font_headline1--letter_spacing",
414
- "value": "var(--vkui--font_headline1--letter_spacing)"
428
+ "fontVariationSettings": {
429
+ "opticalSize": {
430
+ "name": "--vkui--font_headline1--font_variation_settings--optical_size",
431
+ "value": "var(--vkui--font_headline1--font_variation_settings--optical_size)"
432
+ }
415
433
  }
416
434
  },
417
435
  "regular": {
@@ -421,7 +439,7 @@
421
439
  },
422
440
  "lineHeight": {
423
441
  "name": "--vkui--font_headline1--line_height--regular",
424
- "value": "var(--vkui--font_headline1--line_height--regular, 20px)"
442
+ "value": "var(--vkui--font_headline1--line_height--regular, 19.84px)"
425
443
  },
426
444
  "fontFamily": {
427
445
  "name": "--vkui--font_headline1--font_family--regular",
@@ -431,9 +449,11 @@
431
449
  "name": "--vkui--font_headline1--font_weight--regular",
432
450
  "value": "var(--vkui--font_headline1--font_weight--regular, 600)"
433
451
  },
434
- "letterSpacing": {
435
- "name": "--vkui--font_headline1--letter_spacing--regular",
436
- "value": "var(--vkui--font_headline1--letter_spacing--regular, -0.72px)"
452
+ "fontVariationSettings": {
453
+ "opticalSize": {
454
+ "name": "--vkui--font_headline1--font_variation_settings--optical_size--regular",
455
+ "value": "var(--vkui--font_headline1--font_variation_settings--optical_size--regular, 21.1)"
456
+ }
437
457
  }
438
458
  },
439
459
  "compact": {
@@ -513,9 +533,11 @@
513
533
  "name": "--vkui--font_text--font_weight",
514
534
  "value": "var(--vkui--font_text--font_weight)"
515
535
  },
516
- "letterSpacing": {
517
- "name": "--vkui--font_text--letter_spacing",
518
- "value": "var(--vkui--font_text--letter_spacing)"
536
+ "fontVariationSettings": {
537
+ "opticalSize": {
538
+ "name": "--vkui--font_text--font_variation_settings--optical_size",
539
+ "value": "var(--vkui--font_text--font_variation_settings--optical_size)"
540
+ }
519
541
  }
520
542
  },
521
543
  "regular": {
@@ -525,7 +547,7 @@
525
547
  },
526
548
  "lineHeight": {
527
549
  "name": "--vkui--font_text--line_height--regular",
528
- "value": "var(--vkui--font_text--line_height--regular, 18.5px)"
550
+ "value": "var(--vkui--font_text--line_height--regular, 18.39px)"
529
551
  },
530
552
  "fontFamily": {
531
553
  "name": "--vkui--font_text--font_family--regular",
@@ -535,9 +557,11 @@
535
557
  "name": "--vkui--font_text--font_weight--regular",
536
558
  "value": "var(--vkui--font_text--font_weight--regular, 600)"
537
559
  },
538
- "letterSpacing": {
539
- "name": "--vkui--font_text--letter_spacing--regular",
540
- "value": "var(--vkui--font_text--letter_spacing--regular, -0.68px)"
560
+ "fontVariationSettings": {
561
+ "opticalSize": {
562
+ "name": "--vkui--font_text--font_variation_settings--optical_size--regular",
563
+ "value": "var(--vkui--font_text--font_variation_settings--optical_size--regular, 21.8)"
564
+ }
541
565
  }
542
566
  },
543
567
  "compact": {
@@ -569,9 +593,11 @@
569
593
  "name": "--vkui--font_paragraph--font_weight",
570
594
  "value": "var(--vkui--font_paragraph--font_weight)"
571
595
  },
572
- "letterSpacing": {
573
- "name": "--vkui--font_paragraph--letter_spacing",
574
- "value": "var(--vkui--font_paragraph--letter_spacing)"
596
+ "fontVariationSettings": {
597
+ "opticalSize": {
598
+ "name": "--vkui--font_paragraph--font_variation_settings--optical_size",
599
+ "value": "var(--vkui--font_paragraph--font_variation_settings--optical_size)"
600
+ }
575
601
  }
576
602
  },
577
603
  "regular": {
@@ -581,7 +607,7 @@
581
607
  },
582
608
  "lineHeight": {
583
609
  "name": "--vkui--font_paragraph--line_height--regular",
584
- "value": "var(--vkui--font_paragraph--line_height--regular, 18px)"
610
+ "value": "var(--vkui--font_paragraph--line_height--regular, 18.31px)"
585
611
  },
586
612
  "fontFamily": {
587
613
  "name": "--vkui--font_paragraph--font_family--regular",
@@ -589,11 +615,13 @@
589
615
  },
590
616
  "fontWeight": {
591
617
  "name": "--vkui--font_paragraph--font_weight--regular",
592
- "value": "var(--vkui--font_paragraph--font_weight--regular, 600)"
618
+ "value": "var(--vkui--font_paragraph--font_weight--regular, 580)"
593
619
  },
594
- "letterSpacing": {
595
- "name": "--vkui--font_paragraph--letter_spacing--regular",
596
- "value": "var(--vkui--font_paragraph--letter_spacing--regular, -0.46px)"
620
+ "fontVariationSettings": {
621
+ "opticalSize": {
622
+ "name": "--vkui--font_paragraph--font_variation_settings--optical_size--regular",
623
+ "value": "var(--vkui--font_paragraph--font_variation_settings--optical_size--regular, 21.5)"
624
+ }
597
625
  }
598
626
  }
599
627
  },
@@ -663,9 +691,11 @@
663
691
  "name": "--vkui--font_footnote--font_weight",
664
692
  "value": "var(--vkui--font_footnote--font_weight)"
665
693
  },
666
- "letterSpacing": {
667
- "name": "--vkui--font_footnote--letter_spacing",
668
- "value": "var(--vkui--font_footnote--letter_spacing)"
694
+ "fontVariationSettings": {
695
+ "opticalSize": {
696
+ "name": "--vkui--font_footnote--font_variation_settings--optical_size",
697
+ "value": "var(--vkui--font_footnote--font_variation_settings--optical_size)"
698
+ }
669
699
  }
670
700
  },
671
701
  "regular": {
@@ -675,7 +705,7 @@
675
705
  },
676
706
  "lineHeight": {
677
707
  "name": "--vkui--font_footnote--line_height--regular",
678
- "value": "var(--vkui--font_footnote--line_height--regular, 15px)"
708
+ "value": "var(--vkui--font_footnote--line_height--regular, 14.9px)"
679
709
  },
680
710
  "fontFamily": {
681
711
  "name": "--vkui--font_footnote--font_family--regular",
@@ -685,9 +715,11 @@
685
715
  "name": "--vkui--font_footnote--font_weight--regular",
686
716
  "value": "var(--vkui--font_footnote--font_weight--regular, 600)"
687
717
  },
688
- "letterSpacing": {
689
- "name": "--vkui--font_footnote--letter_spacing--regular",
690
- "value": "var(--vkui--font_footnote--letter_spacing--regular, -0.58px)"
718
+ "fontVariationSettings": {
719
+ "opticalSize": {
720
+ "name": "--vkui--font_footnote--font_variation_settings--optical_size--regular",
721
+ "value": "var(--vkui--font_footnote--font_variation_settings--optical_size--regular, 22.2)"
722
+ }
691
723
  }
692
724
  }
693
725
  },
@@ -1843,9 +1875,11 @@
1843
1875
  "name": "--vkui--font_label1--font_weight",
1844
1876
  "value": "var(--vkui--font_label1--font_weight)"
1845
1877
  },
1846
- "letterSpacing": {
1847
- "name": "--vkui--font_label1--letter_spacing",
1848
- "value": "var(--vkui--font_label1--letter_spacing)"
1878
+ "fontVariationSettings": {
1879
+ "opticalSize": {
1880
+ "name": "--vkui--font_label1--font_variation_settings--optical_size",
1881
+ "value": "var(--vkui--font_label1--font_variation_settings--optical_size)"
1882
+ }
1849
1883
  }
1850
1884
  },
1851
1885
  "regular": {
@@ -1855,15 +1889,17 @@
1855
1889
  },
1856
1890
  "lineHeight": {
1857
1891
  "name": "--vkui--font_label1--line_height--regular",
1858
- "value": "var(--vkui--font_label1--line_height--regular, 20px)"
1892
+ "value": "var(--vkui--font_label1--line_height--regular, 19.87px)"
1859
1893
  },
1860
1894
  "fontWeight": {
1861
1895
  "name": "--vkui--font_label1--font_weight--regular",
1862
1896
  "value": "var(--vkui--font_label1--font_weight--regular, 700)"
1863
1897
  },
1864
- "letterSpacing": {
1865
- "name": "--vkui--font_label1--letter_spacing--regular",
1866
- "value": "var(--vkui--font_label1--letter_spacing--regular, -0.58px)"
1898
+ "fontVariationSettings": {
1899
+ "opticalSize": {
1900
+ "name": "--vkui--font_label1--font_variation_settings--optical_size--regular",
1901
+ "value": "var(--vkui--font_label1--font_variation_settings--optical_size--regular, 22)"
1902
+ }
1867
1903
  }
1868
1904
  }
1869
1905
  },
@@ -1881,9 +1917,11 @@
1881
1917
  "name": "--vkui--font_label2--font_weight",
1882
1918
  "value": "var(--vkui--font_label2--font_weight)"
1883
1919
  },
1884
- "letterSpacing": {
1885
- "name": "--vkui--font_label2--letter_spacing",
1886
- "value": "var(--vkui--font_label2--letter_spacing)"
1920
+ "fontVariationSettings": {
1921
+ "opticalSize": {
1922
+ "name": "--vkui--font_label2--font_variation_settings--optical_size",
1923
+ "value": "var(--vkui--font_label2--font_variation_settings--optical_size)"
1924
+ }
1887
1925
  }
1888
1926
  },
1889
1927
  "regular": {
@@ -1893,15 +1931,17 @@
1893
1931
  },
1894
1932
  "lineHeight": {
1895
1933
  "name": "--vkui--font_label2--line_height--regular",
1896
- "value": "var(--vkui--font_label2--line_height--regular, 21px)"
1934
+ "value": "var(--vkui--font_label2--line_height--regular, 20.82px)"
1897
1935
  },
1898
1936
  "fontWeight": {
1899
1937
  "name": "--vkui--font_label2--font_weight--regular",
1900
1938
  "value": "var(--vkui--font_label2--font_weight--regular, 600)"
1901
1939
  },
1902
- "letterSpacing": {
1903
- "name": "--vkui--font_label2--letter_spacing--regular",
1904
- "value": "var(--vkui--font_label2--letter_spacing--regular, -0.68px)"
1940
+ "fontVariationSettings": {
1941
+ "opticalSize": {
1942
+ "name": "--vkui--font_label2--font_variation_settings--optical_size--regular",
1943
+ "value": "var(--vkui--font_label2--font_variation_settings--optical_size--regular, 21.8)"
1944
+ }
1905
1945
  }
1906
1946
  }
1907
1947
  },
@@ -1919,27 +1959,31 @@
1919
1959
  "name": "--vkui--font_body--font_weight",
1920
1960
  "value": "var(--vkui--font_body--font_weight)"
1921
1961
  },
1922
- "letterSpacing": {
1923
- "name": "--vkui--font_body--letter_spacing",
1924
- "value": "var(--vkui--font_body--letter_spacing)"
1962
+ "fontVariationSettings": {
1963
+ "opticalSize": {
1964
+ "name": "--vkui--font_body--font_variation_settings--optical_size",
1965
+ "value": "var(--vkui--font_body--font_variation_settings--optical_size)"
1966
+ }
1925
1967
  }
1926
1968
  },
1927
1969
  "regular": {
1928
1970
  "fontSize": {
1929
1971
  "name": "--vkui--font_body--font_size--regular",
1930
- "value": "var(--vkui--font_body--font_size--regular, 17.5px)"
1972
+ "value": "var(--vkui--font_body--font_size--regular, 16.5px)"
1931
1973
  },
1932
1974
  "lineHeight": {
1933
1975
  "name": "--vkui--font_body--line_height--regular",
1934
- "value": "var(--vkui--font_body--line_height--regular, 23px)"
1976
+ "value": "var(--vkui--font_body--line_height--regular, 21.24px)"
1935
1977
  },
1936
1978
  "fontWeight": {
1937
1979
  "name": "--vkui--font_body--font_weight--regular",
1938
- "value": "var(--vkui--font_body--font_weight--regular, 500)"
1980
+ "value": "var(--vkui--font_body--font_weight--regular, 520)"
1939
1981
  },
1940
- "letterSpacing": {
1941
- "name": "--vkui--font_body--letter_spacing--regular",
1942
- "value": "var(--vkui--font_body--letter_spacing--regular, -0.72px)"
1982
+ "fontVariationSettings": {
1983
+ "opticalSize": {
1984
+ "name": "--vkui--font_body--font_variation_settings--optical_size--regular",
1985
+ "value": "var(--vkui--font_body--font_variation_settings--optical_size--regular, 21.5)"
1986
+ }
1943
1987
  }
1944
1988
  }
1945
1989
  },
@@ -1961,9 +2005,11 @@
1961
2005
  "name": "--vkui--font_headline--font_weight",
1962
2006
  "value": "var(--vkui--font_headline--font_weight)"
1963
2007
  },
1964
- "letterSpacing": {
1965
- "name": "--vkui--font_headline--letter_spacing",
1966
- "value": "var(--vkui--font_headline--letter_spacing)"
2008
+ "fontVariationSettings": {
2009
+ "opticalSize": {
2010
+ "name": "--vkui--font_headline--font_variation_settings--optical_size",
2011
+ "value": "var(--vkui--font_headline--font_variation_settings--optical_size)"
2012
+ }
1967
2013
  }
1968
2014
  },
1969
2015
  "regular": {
@@ -1973,7 +2019,7 @@
1973
2019
  },
1974
2020
  "lineHeight": {
1975
2021
  "name": "--vkui--font_headline--line_height--regular",
1976
- "value": "var(--vkui--font_headline--line_height--regular, 20px)"
2022
+ "value": "var(--vkui--font_headline--line_height--regular, 19.84px)"
1977
2023
  },
1978
2024
  "fontFamily": {
1979
2025
  "name": "--vkui--font_headline--font_family--regular",
@@ -1983,9 +2029,11 @@
1983
2029
  "name": "--vkui--font_headline--font_weight--regular",
1984
2030
  "value": "var(--vkui--font_headline--font_weight--regular, 600)"
1985
2031
  },
1986
- "letterSpacing": {
1987
- "name": "--vkui--font_headline--letter_spacing--regular",
1988
- "value": "var(--vkui--font_headline--letter_spacing--regular, -0.72px)"
2032
+ "fontVariationSettings": {
2033
+ "opticalSize": {
2034
+ "name": "--vkui--font_headline--font_variation_settings--optical_size--regular",
2035
+ "value": "var(--vkui--font_headline--font_variation_settings--optical_size--regular, 21.1)"
2036
+ }
1989
2037
  }
1990
2038
  },
1991
2039
  "compact": {