@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
@@ -200,10 +200,10 @@
200
200
  "fontTitle1": {
201
201
  "regular": {
202
202
  "fontSize": 31,
203
- "lineHeight": 31,
203
+ "lineHeight": 30.8,
204
204
  "fontFamily": "\"VK Sans Display\", -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
205
205
  "fontWeight": 700,
206
- "letterSpacing": "-0.72px"
206
+ "letterSpacing": "-0.65px"
207
207
  }
208
208
  },
209
209
  "fontTitle2": {
@@ -212,25 +212,32 @@
212
212
  "lineHeight": 26,
213
213
  "fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
214
214
  "fontWeight": 700,
215
- "letterSpacing": "-0.58px"
215
+ "letterSpacing": "-0.15px",
216
+ "fontVariationSettings": {
217
+ "opticalSize": 28
218
+ }
216
219
  }
217
220
  },
218
221
  "fontTitle3": {
219
222
  "regular": {
220
- "fontSize": 20,
221
- "lineHeight": 23,
223
+ "fontSize": 21.5,
224
+ "lineHeight": 22.85,
222
225
  "fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
223
226
  "fontWeight": 700,
224
- "letterSpacing": "-0.78px"
227
+ "fontVariationSettings": {
228
+ "opticalSize": 23.8
229
+ }
225
230
  }
226
231
  },
227
232
  "fontHeadline1": {
228
233
  "regular": {
229
234
  "fontSize": 17,
230
- "lineHeight": 20,
235
+ "lineHeight": 19.84,
231
236
  "fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
232
237
  "fontWeight": 600,
233
- "letterSpacing": "-0.72px"
238
+ "fontVariationSettings": {
239
+ "opticalSize": 21.1
240
+ }
234
241
  },
235
242
  "compact": {
236
243
  "fontSize": 15,
@@ -252,10 +259,12 @@
252
259
  "fontText": {
253
260
  "regular": {
254
261
  "fontSize": 16,
255
- "lineHeight": 18.5,
262
+ "lineHeight": 18.39,
256
263
  "fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
257
264
  "fontWeight": 600,
258
- "letterSpacing": "-0.68px"
265
+ "fontVariationSettings": {
266
+ "opticalSize": 21.8
267
+ }
259
268
  },
260
269
  "compact": {
261
270
  "fontSize": 15,
@@ -265,10 +274,12 @@
265
274
  "fontParagraph": {
266
275
  "regular": {
267
276
  "fontSize": 15,
268
- "lineHeight": 18,
277
+ "lineHeight": 18.31,
269
278
  "fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
270
- "fontWeight": 600,
271
- "letterSpacing": "-0.46px"
279
+ "fontWeight": 580,
280
+ "fontVariationSettings": {
281
+ "opticalSize": 21.5
282
+ }
272
283
  }
273
284
  },
274
285
  "fontSubhead": {
@@ -286,10 +297,12 @@
286
297
  "fontFootnote": {
287
298
  "regular": {
288
299
  "fontSize": 13.5,
289
- "lineHeight": 15,
300
+ "lineHeight": 14.9,
290
301
  "fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
291
302
  "fontWeight": 600,
292
- "letterSpacing": "-0.58px"
303
+ "fontVariationSettings": {
304
+ "opticalSize": 22.2
305
+ }
293
306
  }
294
307
  },
295
308
  "fontFootnoteCaps": {
@@ -355,34 +368,42 @@
355
368
  "fontLabel1": {
356
369
  "regular": {
357
370
  "fontSize": 19,
358
- "lineHeight": 20,
371
+ "lineHeight": 19.87,
359
372
  "fontWeight": 700,
360
- "letterSpacing": "-0.58px"
373
+ "fontVariationSettings": {
374
+ "opticalSize": 22
375
+ }
361
376
  }
362
377
  },
363
378
  "fontLabel2": {
364
379
  "regular": {
365
380
  "fontSize": 18,
366
- "lineHeight": 21,
381
+ "lineHeight": 20.82,
367
382
  "fontWeight": 600,
368
- "letterSpacing": "-0.68px"
383
+ "fontVariationSettings": {
384
+ "opticalSize": 21.8
385
+ }
369
386
  }
370
387
  },
371
388
  "fontBody": {
372
389
  "regular": {
373
- "fontSize": 17.5,
374
- "lineHeight": 23,
375
- "fontWeight": 500,
376
- "letterSpacing": "-0.72px"
390
+ "fontSize": 16.5,
391
+ "lineHeight": 21.24,
392
+ "fontWeight": 520,
393
+ "fontVariationSettings": {
394
+ "opticalSize": 21.5
395
+ }
377
396
  }
378
397
  },
379
398
  "fontHeadline": {
380
399
  "regular": {
381
400
  "fontSize": 17,
382
- "lineHeight": 20,
401
+ "lineHeight": 19.84,
383
402
  "fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
384
403
  "fontWeight": 600,
385
- "letterSpacing": "-0.72px"
404
+ "fontVariationSettings": {
405
+ "opticalSize": 21.1
406
+ }
386
407
  },
387
408
  "compact": {
388
409
  "fontSize": 15,
@@ -41,25 +41,26 @@
41
41
  --vkui--font_display_title4--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
42
42
  --vkui--font_display_title4--font_weight--regular: 600;
43
43
  --vkui--font_title1--font_size--regular: 31px;
44
- --vkui--font_title1--line_height--regular: 31px;
44
+ --vkui--font_title1--line_height--regular: 30.8px;
45
45
  --vkui--font_title1--font_family--regular: "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
46
46
  --vkui--font_title1--font_weight--regular: 700;
47
- --vkui--font_title1--letter_spacing--regular: -0.72px;
47
+ --vkui--font_title1--letter_spacing--regular: -0.65px;
48
48
  --vkui--font_title2--font_size--regular: 24px;
49
49
  --vkui--font_title2--line_height--regular: 26px;
50
50
  --vkui--font_title2--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
51
51
  --vkui--font_title2--font_weight--regular: 700;
52
- --vkui--font_title2--letter_spacing--regular: -0.58px;
53
- --vkui--font_title3--font_size--regular: 20px;
54
- --vkui--font_title3--line_height--regular: 23px;
52
+ --vkui--font_title2--letter_spacing--regular: -0.15px;
53
+ --vkui--font_title2--font_variation_settings--optical_size--regular: 28;
54
+ --vkui--font_title3--font_size--regular: 21.5px;
55
+ --vkui--font_title3--line_height--regular: 22.85px;
55
56
  --vkui--font_title3--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
56
57
  --vkui--font_title3--font_weight--regular: 700;
57
- --vkui--font_title3--letter_spacing--regular: -0.78px;
58
+ --vkui--font_title3--font_variation_settings--optical_size--regular: 23.8;
58
59
  --vkui--font_headline1--font_size--regular: 17px;
59
- --vkui--font_headline1--line_height--regular: 20px;
60
+ --vkui--font_headline1--line_height--regular: 19.84px;
60
61
  --vkui--font_headline1--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
61
62
  --vkui--font_headline1--font_weight--regular: 600;
62
- --vkui--font_headline1--letter_spacing--regular: -0.72px;
63
+ --vkui--font_headline1--font_variation_settings--optical_size--regular: 21.1;
63
64
  --vkui--font_headline1--font_size--compact: 15px;
64
65
  --vkui--font_headline1--line_height--compact: 20px;
65
66
  --vkui--font_headline2--font_size--regular: 15px;
@@ -69,17 +70,17 @@
69
70
  --vkui--font_headline2--font_size--compact: 14px;
70
71
  --vkui--font_headline2--line_height--compact: 20px;
71
72
  --vkui--font_text--font_size--regular: 16px;
72
- --vkui--font_text--line_height--regular: 18.5px;
73
+ --vkui--font_text--line_height--regular: 18.39px;
73
74
  --vkui--font_text--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
74
75
  --vkui--font_text--font_weight--regular: 600;
75
- --vkui--font_text--letter_spacing--regular: -0.68px;
76
+ --vkui--font_text--font_variation_settings--optical_size--regular: 21.8;
76
77
  --vkui--font_text--font_size--compact: 15px;
77
78
  --vkui--font_text--line_height--compact: 20px;
78
79
  --vkui--font_paragraph--font_size--regular: 15px;
79
- --vkui--font_paragraph--line_height--regular: 18px;
80
+ --vkui--font_paragraph--line_height--regular: 18.31px;
80
81
  --vkui--font_paragraph--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
81
- --vkui--font_paragraph--font_weight--regular: 600;
82
- --vkui--font_paragraph--letter_spacing--regular: -0.46px;
82
+ --vkui--font_paragraph--font_weight--regular: 580;
83
+ --vkui--font_paragraph--font_variation_settings--optical_size--regular: 21.5;
83
84
  --vkui--font_subhead--font_size--regular: 14px;
84
85
  --vkui--font_subhead--line_height--regular: 18px;
85
86
  --vkui--font_subhead--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
@@ -87,10 +88,10 @@
87
88
  --vkui--font_subhead--font_size--compact: 13px;
88
89
  --vkui--font_subhead--line_height--compact: 16px;
89
90
  --vkui--font_footnote--font_size--regular: 13.5px;
90
- --vkui--font_footnote--line_height--regular: 15px;
91
+ --vkui--font_footnote--line_height--regular: 14.9px;
91
92
  --vkui--font_footnote--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
92
93
  --vkui--font_footnote--font_weight--regular: 600;
93
- --vkui--font_footnote--letter_spacing--regular: -0.58px;
94
+ --vkui--font_footnote--font_variation_settings--optical_size--regular: 22.2;
94
95
  --vkui--font_footnote_caps--font_size--regular: 13px;
95
96
  --vkui--font_footnote_caps--line_height--regular: 16px;
96
97
  --vkui--font_footnote_caps--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
@@ -229,22 +230,22 @@
229
230
  --vkui--z_index_popout: 100;
230
231
  --vkui--theme_inherits_from: 'vkIOSDark';
231
232
  --vkui--font_label1--font_size--regular: 19px;
232
- --vkui--font_label1--line_height--regular: 20px;
233
+ --vkui--font_label1--line_height--regular: 19.87px;
233
234
  --vkui--font_label1--font_weight--regular: 700;
234
- --vkui--font_label1--letter_spacing--regular: -0.58px;
235
+ --vkui--font_label1--font_variation_settings--optical_size--regular: 22;
235
236
  --vkui--font_label2--font_size--regular: 18px;
236
- --vkui--font_label2--line_height--regular: 21px;
237
+ --vkui--font_label2--line_height--regular: 20.82px;
237
238
  --vkui--font_label2--font_weight--regular: 600;
238
- --vkui--font_label2--letter_spacing--regular: -0.68px;
239
- --vkui--font_body--font_size--regular: 17.5px;
240
- --vkui--font_body--line_height--regular: 23px;
241
- --vkui--font_body--font_weight--regular: 500;
242
- --vkui--font_body--letter_spacing--regular: -0.72px;
239
+ --vkui--font_label2--font_variation_settings--optical_size--regular: 21.8;
240
+ --vkui--font_body--font_size--regular: 16.5px;
241
+ --vkui--font_body--line_height--regular: 21.24px;
242
+ --vkui--font_body--font_weight--regular: 520;
243
+ --vkui--font_body--font_variation_settings--optical_size--regular: 21.5;
243
244
  --vkui--font_headline--font_size--regular: 17px;
244
- --vkui--font_headline--line_height--regular: 20px;
245
+ --vkui--font_headline--line_height--regular: 19.84px;
245
246
  --vkui--font_headline--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
246
247
  --vkui--font_headline--font_weight--regular: 600;
247
- --vkui--font_headline--letter_spacing--regular: -0.72px;
248
+ --vkui--font_headline--font_variation_settings--optical_size--regular: 21.1;
248
249
  --vkui--font_headline--font_size--compact: 15px;
249
250
  --vkui--font_headline--line_height--compact: 20px;
250
251
  --vkui--colors_scheme: dark;
@@ -669,14 +670,14 @@
669
670
  .vkui--font_title1--regular {
670
671
  font-size: 31px;
671
672
  font-size: var(--vkui--font_title1--font_size--regular, 31px);
672
- line-height: 31px;
673
- line-height: var(--vkui--font_title1--line_height--regular, 31px);
673
+ line-height: 30.8px;
674
+ line-height: var(--vkui--font_title1--line_height--regular, 30.8px);
674
675
  font-family: "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
675
676
  font-family: var(--vkui--font_title1--font_family--regular, "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
676
677
  font-weight: 700;
677
678
  font-weight: var(--vkui--font_title1--font_weight--regular, 700);
678
- letter-spacing: -0.72px;
679
- letter-spacing: var(--vkui--font_title1--letter_spacing--regular, -0.72px);
679
+ letter-spacing: -0.65px;
680
+ letter-spacing: var(--vkui--font_title1--letter_spacing--regular, -0.65px);
680
681
  }
681
682
  .vkui--font_title1 {
682
683
  font-size: var(--vkui--font_title1--font_size);
@@ -694,8 +695,8 @@
694
695
  font-family: var(--vkui--font_title2--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
695
696
  font-weight: 700;
696
697
  font-weight: var(--vkui--font_title2--font_weight--regular, 700);
697
- letter-spacing: -0.58px;
698
- letter-spacing: var(--vkui--font_title2--letter_spacing--regular, -0.58px);
698
+ letter-spacing: -0.15px;
699
+ letter-spacing: var(--vkui--font_title2--letter_spacing--regular, -0.15px);
699
700
  }
700
701
  .vkui--font_title2 {
701
702
  font-size: var(--vkui--font_title2--font_size);
@@ -703,44 +704,41 @@
703
704
  font-family: var(--vkui--font_title2--font_family);
704
705
  font-weight: var(--vkui--font_title2--font_weight);
705
706
  letter-spacing: var(--vkui--font_title2--letter_spacing);
707
+ font-variation-settings--optical-size: var(--vkui--font_title2--font_variation_settings--optical_size);
706
708
  }
707
709
  .vkui--font_title3--regular {
708
- font-size: 20px;
709
- font-size: var(--vkui--font_title3--font_size--regular, 20px);
710
- line-height: 23px;
711
- line-height: var(--vkui--font_title3--line_height--regular, 23px);
710
+ font-size: 21.5px;
711
+ font-size: var(--vkui--font_title3--font_size--regular, 21.5px);
712
+ line-height: 22.85px;
713
+ line-height: var(--vkui--font_title3--line_height--regular, 22.85px);
712
714
  font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
713
715
  font-family: var(--vkui--font_title3--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
714
716
  font-weight: 700;
715
717
  font-weight: var(--vkui--font_title3--font_weight--regular, 700);
716
- letter-spacing: -0.78px;
717
- letter-spacing: var(--vkui--font_title3--letter_spacing--regular, -0.78px);
718
718
  }
719
719
  .vkui--font_title3 {
720
720
  font-size: var(--vkui--font_title3--font_size);
721
721
  line-height: var(--vkui--font_title3--line_height);
722
722
  font-family: var(--vkui--font_title3--font_family);
723
723
  font-weight: var(--vkui--font_title3--font_weight);
724
- letter-spacing: var(--vkui--font_title3--letter_spacing);
724
+ font-variation-settings--optical-size: var(--vkui--font_title3--font_variation_settings--optical_size);
725
725
  }
726
726
  .vkui--font_headline1--regular {
727
727
  font-size: 17px;
728
728
  font-size: var(--vkui--font_headline1--font_size--regular, 17px);
729
- line-height: 20px;
730
- line-height: var(--vkui--font_headline1--line_height--regular, 20px);
729
+ line-height: 19.84px;
730
+ line-height: var(--vkui--font_headline1--line_height--regular, 19.84px);
731
731
  font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
732
732
  font-family: var(--vkui--font_headline1--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
733
733
  font-weight: 600;
734
734
  font-weight: var(--vkui--font_headline1--font_weight--regular, 600);
735
- letter-spacing: -0.72px;
736
- letter-spacing: var(--vkui--font_headline1--letter_spacing--regular, -0.72px);
737
735
  }
738
736
  .vkui--font_headline1 {
739
737
  font-size: var(--vkui--font_headline1--font_size);
740
738
  line-height: var(--vkui--font_headline1--line_height);
741
739
  font-family: var(--vkui--font_headline1--font_family);
742
740
  font-weight: var(--vkui--font_headline1--font_weight);
743
- letter-spacing: var(--vkui--font_headline1--letter_spacing);
741
+ font-variation-settings--optical-size: var(--vkui--font_headline1--font_variation_settings--optical_size);
744
742
  }
745
743
  .vkui--font_headline1--compact {
746
744
  font-size: 15px;
@@ -751,8 +749,6 @@
751
749
  font-family: var(--vkui--font_headline1--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
752
750
  font-weight: 600;
753
751
  font-weight: var(--vkui--font_headline1--font_weight--regular, 600);
754
- letter-spacing: -0.72px;
755
- letter-spacing: var(--vkui--font_headline1--letter_spacing--regular, -0.72px);
756
752
  }
757
753
  .vkui--font_headline2--regular {
758
754
  font-size: 15px;
@@ -783,21 +779,19 @@
783
779
  .vkui--font_text--regular {
784
780
  font-size: 16px;
785
781
  font-size: var(--vkui--font_text--font_size--regular, 16px);
786
- line-height: 18.5px;
787
- line-height: var(--vkui--font_text--line_height--regular, 18.5px);
782
+ line-height: 18.39px;
783
+ line-height: var(--vkui--font_text--line_height--regular, 18.39px);
788
784
  font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
789
785
  font-family: var(--vkui--font_text--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
790
786
  font-weight: 600;
791
787
  font-weight: var(--vkui--font_text--font_weight--regular, 600);
792
- letter-spacing: -0.68px;
793
- letter-spacing: var(--vkui--font_text--letter_spacing--regular, -0.68px);
794
788
  }
795
789
  .vkui--font_text {
796
790
  font-size: var(--vkui--font_text--font_size);
797
791
  line-height: var(--vkui--font_text--line_height);
798
792
  font-family: var(--vkui--font_text--font_family);
799
793
  font-weight: var(--vkui--font_text--font_weight);
800
- letter-spacing: var(--vkui--font_text--letter_spacing);
794
+ font-variation-settings--optical-size: var(--vkui--font_text--font_variation_settings--optical_size);
801
795
  }
802
796
  .vkui--font_text--compact {
803
797
  font-size: 15px;
@@ -808,27 +802,23 @@
808
802
  font-family: var(--vkui--font_text--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
809
803
  font-weight: 600;
810
804
  font-weight: var(--vkui--font_text--font_weight--regular, 600);
811
- letter-spacing: -0.68px;
812
- letter-spacing: var(--vkui--font_text--letter_spacing--regular, -0.68px);
813
805
  }
814
806
  .vkui--font_paragraph--regular {
815
807
  font-size: 15px;
816
808
  font-size: var(--vkui--font_paragraph--font_size--regular, 15px);
817
- line-height: 18px;
818
- line-height: var(--vkui--font_paragraph--line_height--regular, 18px);
809
+ line-height: 18.31px;
810
+ line-height: var(--vkui--font_paragraph--line_height--regular, 18.31px);
819
811
  font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
820
812
  font-family: var(--vkui--font_paragraph--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
821
- font-weight: 600;
822
- font-weight: var(--vkui--font_paragraph--font_weight--regular, 600);
823
- letter-spacing: -0.46px;
824
- letter-spacing: var(--vkui--font_paragraph--letter_spacing--regular, -0.46px);
813
+ font-weight: 580;
814
+ font-weight: var(--vkui--font_paragraph--font_weight--regular, 580);
825
815
  }
826
816
  .vkui--font_paragraph {
827
817
  font-size: var(--vkui--font_paragraph--font_size);
828
818
  line-height: var(--vkui--font_paragraph--line_height);
829
819
  font-family: var(--vkui--font_paragraph--font_family);
830
820
  font-weight: var(--vkui--font_paragraph--font_weight);
831
- letter-spacing: var(--vkui--font_paragraph--letter_spacing);
821
+ font-variation-settings--optical-size: var(--vkui--font_paragraph--font_variation_settings--optical_size);
832
822
  }
833
823
  .vkui--font_subhead--regular {
834
824
  font-size: 14px;
@@ -859,21 +849,19 @@
859
849
  .vkui--font_footnote--regular {
860
850
  font-size: 13.5px;
861
851
  font-size: var(--vkui--font_footnote--font_size--regular, 13.5px);
862
- line-height: 15px;
863
- line-height: var(--vkui--font_footnote--line_height--regular, 15px);
852
+ line-height: 14.9px;
853
+ line-height: var(--vkui--font_footnote--line_height--regular, 14.9px);
864
854
  font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
865
855
  font-family: var(--vkui--font_footnote--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
866
856
  font-weight: 600;
867
857
  font-weight: var(--vkui--font_footnote--font_weight--regular, 600);
868
- letter-spacing: -0.58px;
869
- letter-spacing: var(--vkui--font_footnote--letter_spacing--regular, -0.58px);
870
858
  }
871
859
  .vkui--font_footnote {
872
860
  font-size: var(--vkui--font_footnote--font_size);
873
861
  line-height: var(--vkui--font_footnote--line_height);
874
862
  font-family: var(--vkui--font_footnote--font_family);
875
863
  font-weight: var(--vkui--font_footnote--font_weight);
876
- letter-spacing: var(--vkui--font_footnote--letter_spacing);
864
+ font-variation-settings--optical-size: var(--vkui--font_footnote--font_variation_settings--optical_size);
877
865
  }
878
866
  .vkui--font_footnote_caps--regular {
879
867
  font-size: 13px;
@@ -1002,69 +990,61 @@
1002
990
  .vkui--font_label1--regular {
1003
991
  font-size: 19px;
1004
992
  font-size: var(--vkui--font_label1--font_size--regular, 19px);
1005
- line-height: 20px;
1006
- line-height: var(--vkui--font_label1--line_height--regular, 20px);
993
+ line-height: 19.87px;
994
+ line-height: var(--vkui--font_label1--line_height--regular, 19.87px);
1007
995
  font-weight: 700;
1008
996
  font-weight: var(--vkui--font_label1--font_weight--regular, 700);
1009
- letter-spacing: -0.58px;
1010
- letter-spacing: var(--vkui--font_label1--letter_spacing--regular, -0.58px);
1011
997
  }
1012
998
  .vkui--font_label1 {
1013
999
  font-size: var(--vkui--font_label1--font_size);
1014
1000
  line-height: var(--vkui--font_label1--line_height);
1015
1001
  font-weight: var(--vkui--font_label1--font_weight);
1016
- letter-spacing: var(--vkui--font_label1--letter_spacing);
1002
+ font-variation-settings--optical-size: var(--vkui--font_label1--font_variation_settings--optical_size);
1017
1003
  }
1018
1004
  .vkui--font_label2--regular {
1019
1005
  font-size: 18px;
1020
1006
  font-size: var(--vkui--font_label2--font_size--regular, 18px);
1021
- line-height: 21px;
1022
- line-height: var(--vkui--font_label2--line_height--regular, 21px);
1007
+ line-height: 20.82px;
1008
+ line-height: var(--vkui--font_label2--line_height--regular, 20.82px);
1023
1009
  font-weight: 600;
1024
1010
  font-weight: var(--vkui--font_label2--font_weight--regular, 600);
1025
- letter-spacing: -0.68px;
1026
- letter-spacing: var(--vkui--font_label2--letter_spacing--regular, -0.68px);
1027
1011
  }
1028
1012
  .vkui--font_label2 {
1029
1013
  font-size: var(--vkui--font_label2--font_size);
1030
1014
  line-height: var(--vkui--font_label2--line_height);
1031
1015
  font-weight: var(--vkui--font_label2--font_weight);
1032
- letter-spacing: var(--vkui--font_label2--letter_spacing);
1016
+ font-variation-settings--optical-size: var(--vkui--font_label2--font_variation_settings--optical_size);
1033
1017
  }
1034
1018
  .vkui--font_body--regular {
1035
- font-size: 17.5px;
1036
- font-size: var(--vkui--font_body--font_size--regular, 17.5px);
1037
- line-height: 23px;
1038
- line-height: var(--vkui--font_body--line_height--regular, 23px);
1039
- font-weight: 500;
1040
- font-weight: var(--vkui--font_body--font_weight--regular, 500);
1041
- letter-spacing: -0.72px;
1042
- letter-spacing: var(--vkui--font_body--letter_spacing--regular, -0.72px);
1019
+ font-size: 16.5px;
1020
+ font-size: var(--vkui--font_body--font_size--regular, 16.5px);
1021
+ line-height: 21.24px;
1022
+ line-height: var(--vkui--font_body--line_height--regular, 21.24px);
1023
+ font-weight: 520;
1024
+ font-weight: var(--vkui--font_body--font_weight--regular, 520);
1043
1025
  }
1044
1026
  .vkui--font_body {
1045
1027
  font-size: var(--vkui--font_body--font_size);
1046
1028
  line-height: var(--vkui--font_body--line_height);
1047
1029
  font-weight: var(--vkui--font_body--font_weight);
1048
- letter-spacing: var(--vkui--font_body--letter_spacing);
1030
+ font-variation-settings--optical-size: var(--vkui--font_body--font_variation_settings--optical_size);
1049
1031
  }
1050
1032
  .vkui--font_headline--regular {
1051
1033
  font-size: 17px;
1052
1034
  font-size: var(--vkui--font_headline--font_size--regular, 17px);
1053
- line-height: 20px;
1054
- line-height: var(--vkui--font_headline--line_height--regular, 20px);
1035
+ line-height: 19.84px;
1036
+ line-height: var(--vkui--font_headline--line_height--regular, 19.84px);
1055
1037
  font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
1056
1038
  font-family: var(--vkui--font_headline--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
1057
1039
  font-weight: 600;
1058
1040
  font-weight: var(--vkui--font_headline--font_weight--regular, 600);
1059
- letter-spacing: -0.72px;
1060
- letter-spacing: var(--vkui--font_headline--letter_spacing--regular, -0.72px);
1061
1041
  }
1062
1042
  .vkui--font_headline {
1063
1043
  font-size: var(--vkui--font_headline--font_size);
1064
1044
  line-height: var(--vkui--font_headline--line_height);
1065
1045
  font-family: var(--vkui--font_headline--font_family);
1066
1046
  font-weight: var(--vkui--font_headline--font_weight);
1067
- letter-spacing: var(--vkui--font_headline--letter_spacing);
1047
+ font-variation-settings--optical-size: var(--vkui--font_headline--font_variation_settings--optical_size);
1068
1048
  }
1069
1049
  .vkui--font_headline--compact {
1070
1050
  font-size: 15px;
@@ -1075,7 +1055,5 @@
1075
1055
  font-family: var(--vkui--font_headline--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
1076
1056
  font-weight: 600;
1077
1057
  font-weight: var(--vkui--font_headline--font_weight--regular, 600);
1078
- letter-spacing: -0.72px;
1079
- letter-spacing: var(--vkui--font_headline--letter_spacing--regular, -0.72px);
1080
1058
  }
1081
1059