@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
|
@@ -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,
|
|
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.
|
|
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.
|
|
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
|
-
"
|
|
367
|
-
"
|
|
368
|
-
|
|
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,
|
|
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,
|
|
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
|
-
"
|
|
389
|
-
"
|
|
390
|
-
|
|
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
|
-
"
|
|
413
|
-
"
|
|
414
|
-
|
|
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,
|
|
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
|
-
"
|
|
435
|
-
"
|
|
436
|
-
|
|
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
|
-
"
|
|
517
|
-
"
|
|
518
|
-
|
|
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.
|
|
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
|
-
"
|
|
539
|
-
"
|
|
540
|
-
|
|
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
|
-
"
|
|
573
|
-
"
|
|
574
|
-
|
|
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,
|
|
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,
|
|
618
|
+
"value": "var(--vkui--font_paragraph--font_weight--regular, 580)"
|
|
593
619
|
},
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
|
|
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
|
-
"
|
|
667
|
-
"
|
|
668
|
-
|
|
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,
|
|
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
|
-
"
|
|
689
|
-
"
|
|
690
|
-
|
|
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
|
-
"
|
|
1847
|
-
"
|
|
1848
|
-
|
|
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,
|
|
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
|
-
"
|
|
1865
|
-
"
|
|
1866
|
-
|
|
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
|
-
"
|
|
1885
|
-
"
|
|
1886
|
-
|
|
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,
|
|
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
|
-
"
|
|
1903
|
-
"
|
|
1904
|
-
|
|
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
|
-
"
|
|
1923
|
-
"
|
|
1924
|
-
|
|
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,
|
|
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,
|
|
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,
|
|
1980
|
+
"value": "var(--vkui--font_body--font_weight--regular, 520)"
|
|
1939
1981
|
},
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1942
|
-
|
|
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
|
-
"
|
|
1965
|
-
"
|
|
1966
|
-
|
|
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,
|
|
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
|
-
"
|
|
1987
|
-
"
|
|
1988
|
-
|
|
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": {
|