@vkontakte/vkui-tokens 4.77.0 → 4.78.1
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/legoAndroid/index.d.ts +5 -19
- package/interfaces/themes/legoIOS/index.d.ts +4 -2
- package/interfaces/themes/vkontakteAndroid/index.d.ts +2 -0
- package/package.json +1 -1
- package/themes/legoAndroid/cssVars/declarations/index.css +21 -18
- package/themes/legoAndroid/cssVars/declarations/noColors.css +3 -3
- package/themes/legoAndroid/cssVars/declarations/noSizes.css +18 -15
- package/themes/legoAndroid/cssVars/declarations/onlyColors.css +18 -15
- package/themes/legoAndroid/cssVars/declarations/onlyColors.js +1 -1
- package/themes/legoAndroid/cssVars/declarations/onlyVariables.css +19 -16
- package/themes/legoAndroid/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocal.css +19 -16
- package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -13
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.css +21 -18
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.less +19 -16
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.pcss +19 -16
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.scss +21 -18
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.styl +19 -16
- package/themes/legoAndroid/cssVars/theme/index.js +1 -1
- package/themes/legoAndroid/cssVars/theme/index.json +41 -27
- package/themes/legoAndroid/docs.json +332 -0
- package/themes/legoAndroid/index.css +21 -18
- package/themes/legoAndroid/index.js +1 -1
- package/themes/legoAndroid/index.json +23 -18
- package/themes/legoAndroid/index.less +19 -16
- package/themes/legoAndroid/index.pcss +19 -16
- package/themes/legoAndroid/index.scss +21 -18
- package/themes/legoAndroid/index.styl +19 -16
- package/themes/legoAndroid/struct.json +18 -13
- package/themes/legoAndroidDark/cssVars/declarations/index.css +25 -22
- package/themes/legoAndroidDark/cssVars/declarations/noColors.css +4 -4
- package/themes/legoAndroidDark/cssVars/declarations/noSizes.css +22 -19
- package/themes/legoAndroidDark/cssVars/declarations/onlyColors.css +21 -18
- package/themes/legoAndroidDark/cssVars/declarations/onlyColors.js +1 -1
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.css +23 -20
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocal.css +23 -20
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +20 -13
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.css +25 -22
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.less +23 -20
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.pcss +23 -20
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.scss +25 -22
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.styl +23 -20
- package/themes/legoAndroidDark/cssVars/theme/index.js +1 -1
- package/themes/legoAndroidDark/cssVars/theme/index.json +45 -31
- package/themes/legoAndroidDark/docs.json +332 -0
- package/themes/legoAndroidDark/index.css +25 -22
- package/themes/legoAndroidDark/index.js +1 -1
- package/themes/legoAndroidDark/index.json +27 -22
- package/themes/legoAndroidDark/index.less +23 -20
- package/themes/legoAndroidDark/index.pcss +23 -20
- package/themes/legoAndroidDark/index.scss +25 -22
- package/themes/legoAndroidDark/index.styl +23 -20
- package/themes/legoAndroidDark/struct.json +27 -22
- package/themes/legoIOS/cssVars/declarations/index.css +48 -45
- package/themes/legoIOS/cssVars/declarations/noColors.css +30 -30
- package/themes/legoIOS/cssVars/declarations/noSizes.css +18 -15
- package/themes/legoIOS/cssVars/declarations/onlyColors.css +18 -15
- package/themes/legoIOS/cssVars/declarations/onlyColors.js +1 -1
- package/themes/legoIOS/cssVars/declarations/onlyVariables.css +28 -25
- package/themes/legoIOS/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoIOS/cssVars/declarations/onlyVariablesLocal.css +28 -25
- package/themes/legoIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -25
- package/themes/legoIOS/cssVars/theme/fallbacks/index.css +48 -45
- package/themes/legoIOS/cssVars/theme/fallbacks/index.less +28 -25
- package/themes/legoIOS/cssVars/theme/fallbacks/index.pcss +28 -25
- package/themes/legoIOS/cssVars/theme/fallbacks/index.scss +41 -38
- package/themes/legoIOS/cssVars/theme/fallbacks/index.styl +28 -25
- package/themes/legoIOS/cssVars/theme/index.js +1 -1
- package/themes/legoIOS/cssVars/theme/index.json +39 -25
- package/themes/legoIOS/docs.json +4 -0
- package/themes/legoIOS/index.css +48 -45
- package/themes/legoIOS/index.js +1 -1
- package/themes/legoIOS/index.json +30 -25
- package/themes/legoIOS/index.less +28 -25
- package/themes/legoIOS/index.pcss +28 -25
- package/themes/legoIOS/index.scss +41 -38
- package/themes/legoIOS/index.styl +28 -25
- package/themes/legoIOS/struct.json +30 -25
- package/themes/legoIOSDark/cssVars/declarations/index.css +51 -48
- package/themes/legoIOSDark/cssVars/declarations/noColors.css +30 -30
- package/themes/legoIOSDark/cssVars/declarations/noSizes.css +21 -18
- package/themes/legoIOSDark/cssVars/declarations/onlyColors.css +21 -18
- package/themes/legoIOSDark/cssVars/declarations/onlyColors.js +1 -1
- package/themes/legoIOSDark/cssVars/declarations/onlyVariables.css +31 -28
- package/themes/legoIOSDark/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocal.css +31 -28
- package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +31 -25
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.css +51 -48
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.less +31 -28
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.pcss +31 -28
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.scss +44 -41
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.styl +31 -28
- package/themes/legoIOSDark/cssVars/theme/index.js +1 -1
- package/themes/legoIOSDark/cssVars/theme/index.json +42 -28
- package/themes/legoIOSDark/docs.json +4 -0
- package/themes/legoIOSDark/index.css +51 -48
- package/themes/legoIOSDark/index.js +1 -1
- package/themes/legoIOSDark/index.json +33 -28
- package/themes/legoIOSDark/index.less +31 -28
- package/themes/legoIOSDark/index.pcss +31 -28
- package/themes/legoIOSDark/index.scss +44 -41
- package/themes/legoIOSDark/index.styl +31 -28
- package/themes/legoIOSDark/struct.json +33 -28
- package/themes/vkontakteAndroid/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +1 -1
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/index.js +1 -1
- package/themes/vkontakteAndroid/cssVars/theme/index.json +28 -0
- package/themes/vkontakteAndroid/docs.json +8 -0
- package/themes/vkontakteAndroid/index.css +6 -0
- package/themes/vkontakteAndroid/index.js +1 -1
- package/themes/vkontakteAndroid/index.json +10 -0
- package/themes/vkontakteAndroid/index.less +6 -0
- package/themes/vkontakteAndroid/index.pcss +6 -0
- package/themes/vkontakteAndroid/index.scss +6 -0
- package/themes/vkontakteAndroid/index.styl +6 -0
- package/themes/vkontakteAndroid/struct.json +10 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +1 -1
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/index.js +1 -1
- package/themes/vkontakteAndroidDark/cssVars/theme/index.json +28 -0
- package/themes/vkontakteAndroidDark/docs.json +8 -0
- package/themes/vkontakteAndroidDark/index.css +6 -0
- package/themes/vkontakteAndroidDark/index.js +1 -1
- package/themes/vkontakteAndroidDark/index.json +10 -0
- package/themes/vkontakteAndroidDark/index.less +6 -0
- package/themes/vkontakteAndroidDark/index.pcss +6 -0
- package/themes/vkontakteAndroidDark/index.scss +6 -0
- package/themes/vkontakteAndroidDark/index.styl +6 -0
- package/themes/vkontakteAndroidDark/struct.json +10 -0
- package/themes/vkontakteCom/docs.json +8 -0
- package/themes/vkontakteComDark/docs.json +8 -0
- package/themes/vkontakteIOS/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +1 -1
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteIOS/cssVars/theme/index.js +1 -1
- package/themes/vkontakteIOS/cssVars/theme/index.json +28 -0
- package/themes/vkontakteIOS/docs.json +8 -0
- package/themes/vkontakteIOS/index.css +6 -0
- package/themes/vkontakteIOS/index.js +1 -1
- package/themes/vkontakteIOS/index.json +10 -0
- package/themes/vkontakteIOS/index.less +6 -0
- package/themes/vkontakteIOS/index.pcss +6 -0
- package/themes/vkontakteIOS/index.scss +6 -0
- package/themes/vkontakteIOS/index.styl +6 -0
- package/themes/vkontakteIOS/struct.json +10 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +1 -1
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/index.js +1 -1
- package/themes/vkontakteIOSDark/cssVars/theme/index.json +28 -0
- package/themes/vkontakteIOSDark/docs.json +8 -0
- package/themes/vkontakteIOSDark/index.css +6 -0
- package/themes/vkontakteIOSDark/index.js +1 -1
- package/themes/vkontakteIOSDark/index.json +10 -0
- package/themes/vkontakteIOSDark/index.less +6 -0
- package/themes/vkontakteIOSDark/index.pcss +6 -0
- package/themes/vkontakteIOSDark/index.scss +6 -0
- package/themes/vkontakteIOSDark/index.styl +6 -0
- package/themes/vkontakteIOSDark/struct.json +10 -0
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"fontTitle1": {
|
|
62
62
|
"regular": {
|
|
63
63
|
"fontSize": 31,
|
|
64
|
-
"lineHeight":
|
|
64
|
+
"lineHeight": 31,
|
|
65
65
|
"fontFamily": "\"VK Sans Display\", -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
|
|
66
66
|
"fontWeight": 700,
|
|
67
67
|
"letterSpacing": "-0.65px"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"fontTitle3": {
|
|
83
83
|
"regular": {
|
|
84
84
|
"fontSize": 21.5,
|
|
85
|
-
"lineHeight":
|
|
85
|
+
"lineHeight": 23,
|
|
86
86
|
"fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
|
|
87
87
|
"fontWeight": 700,
|
|
88
88
|
"fontVariationSettings": {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"fontHeadline1": {
|
|
94
94
|
"regular": {
|
|
95
95
|
"fontSize": 17,
|
|
96
|
-
"lineHeight":
|
|
96
|
+
"lineHeight": 20,
|
|
97
97
|
"fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
|
|
98
98
|
"fontWeight": 600,
|
|
99
99
|
"fontVariationSettings": {
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"fontText": {
|
|
121
121
|
"regular": {
|
|
122
122
|
"fontSize": 16,
|
|
123
|
-
"lineHeight": 18.
|
|
123
|
+
"lineHeight": 18.5,
|
|
124
124
|
"fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
|
|
125
125
|
"fontWeight": 600,
|
|
126
126
|
"fontVariationSettings": {
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"fontParagraph": {
|
|
136
136
|
"regular": {
|
|
137
137
|
"fontSize": 15,
|
|
138
|
-
"lineHeight": 18.
|
|
138
|
+
"lineHeight": 18.5,
|
|
139
139
|
"fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
|
|
140
140
|
"fontWeight": 580,
|
|
141
141
|
"fontVariationSettings": {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"fontFootnote": {
|
|
159
159
|
"regular": {
|
|
160
160
|
"fontSize": 13.5,
|
|
161
|
-
"lineHeight":
|
|
161
|
+
"lineHeight": 15,
|
|
162
162
|
"fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
|
|
163
163
|
"fontWeight": 600,
|
|
164
164
|
"fontVariationSettings": {
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"fontLabel1": {
|
|
475
475
|
"regular": {
|
|
476
476
|
"fontSize": 19,
|
|
477
|
-
"lineHeight":
|
|
477
|
+
"lineHeight": 20,
|
|
478
478
|
"fontWeight": 700,
|
|
479
479
|
"fontVariationSettings": {
|
|
480
480
|
"opticalSize": 22
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
"fontLabel2": {
|
|
485
485
|
"regular": {
|
|
486
486
|
"fontSize": 18,
|
|
487
|
-
"lineHeight":
|
|
487
|
+
"lineHeight": 21,
|
|
488
488
|
"fontWeight": 600,
|
|
489
489
|
"fontVariationSettings": {
|
|
490
490
|
"opticalSize": 21.8
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
"fontBody": {
|
|
495
495
|
"regular": {
|
|
496
496
|
"fontSize": 16.5,
|
|
497
|
-
"lineHeight": 21
|
|
497
|
+
"lineHeight": 21,
|
|
498
498
|
"fontWeight": 520,
|
|
499
499
|
"fontVariationSettings": {
|
|
500
500
|
"opticalSize": 21.5
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"fontHeadline": {
|
|
505
505
|
"regular": {
|
|
506
506
|
"fontSize": 17,
|
|
507
|
-
"lineHeight":
|
|
507
|
+
"lineHeight": 20,
|
|
508
508
|
"fontFamily": "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif",
|
|
509
509
|
"fontWeight": 600,
|
|
510
510
|
"fontVariationSettings": {
|
|
@@ -548,9 +548,9 @@
|
|
|
548
548
|
"active": "#141414"
|
|
549
549
|
},
|
|
550
550
|
"colorBackgroundContent": {
|
|
551
|
-
"normal": "#
|
|
552
|
-
"hover": "#
|
|
553
|
-
"active": "#
|
|
551
|
+
"normal": "#000000",
|
|
552
|
+
"hover": "#0A0A0A",
|
|
553
|
+
"active": "#141414"
|
|
554
554
|
},
|
|
555
555
|
"colorBackgroundContentAlpha": {
|
|
556
556
|
"normal": "rgba(25, 25, 26, 0.8)",
|
|
@@ -628,9 +628,9 @@
|
|
|
628
628
|
"active": "#574429"
|
|
629
629
|
},
|
|
630
630
|
"colorBackgroundNegative": {
|
|
631
|
-
"normal": "#
|
|
632
|
-
"hover": "#
|
|
633
|
-
"active": "#
|
|
631
|
+
"normal": "#FD6571",
|
|
632
|
+
"hover": "#FD6B77",
|
|
633
|
+
"active": "#FD717C"
|
|
634
634
|
},
|
|
635
635
|
"colorBackgroundNegativeTint": {
|
|
636
636
|
"normal": "#4b2727",
|
|
@@ -713,9 +713,9 @@
|
|
|
713
713
|
"active": "#44CB66"
|
|
714
714
|
},
|
|
715
715
|
"colorTextNegative": {
|
|
716
|
-
"normal": "#
|
|
717
|
-
"hover": "#
|
|
718
|
-
"active": "#
|
|
716
|
+
"normal": "#FD6571",
|
|
717
|
+
"hover": "#FD6B77",
|
|
718
|
+
"active": "#FD717C"
|
|
719
719
|
},
|
|
720
720
|
"colorTextLink": {
|
|
721
721
|
"normal": "#2e90ff",
|
|
@@ -823,9 +823,9 @@
|
|
|
823
823
|
"active": "#FF7514"
|
|
824
824
|
},
|
|
825
825
|
"colorIconNegative": {
|
|
826
|
-
"normal": "#
|
|
827
|
-
"hover": "#
|
|
828
|
-
"active": "#
|
|
826
|
+
"normal": "#FD6571",
|
|
827
|
+
"hover": "#FD6B77",
|
|
828
|
+
"active": "#FD717C"
|
|
829
829
|
},
|
|
830
830
|
"colorStrokeAccent": {
|
|
831
831
|
"normal": "#529ef4",
|
|
@@ -868,9 +868,9 @@
|
|
|
868
868
|
"active": "#44CB66"
|
|
869
869
|
},
|
|
870
870
|
"colorStrokeNegative": {
|
|
871
|
-
"normal": "#
|
|
872
|
-
"hover": "#
|
|
873
|
-
"active": "#
|
|
871
|
+
"normal": "#FD6571",
|
|
872
|
+
"hover": "#FD6B77",
|
|
873
|
+
"active": "#FD717C"
|
|
874
874
|
},
|
|
875
875
|
"colorStrokeContrast": {
|
|
876
876
|
"normal": "#FFFFFF",
|
|
@@ -888,9 +888,9 @@
|
|
|
888
888
|
"active": "rgba(255, 255, 255, 0.32)"
|
|
889
889
|
},
|
|
890
890
|
"colorFieldBorderAlpha": {
|
|
891
|
-
"normal": "#
|
|
892
|
-
"hover": "
|
|
893
|
-
"active": "
|
|
891
|
+
"normal": "#FFFFFF0F",
|
|
892
|
+
"hover": "#33333329",
|
|
893
|
+
"active": "#33333333"
|
|
894
894
|
},
|
|
895
895
|
"colorAccentBlue": {
|
|
896
896
|
"normal": "#2e90ff",
|
|
@@ -1087,5 +1087,10 @@
|
|
|
1087
1087
|
"hover": "#EBEDF0",
|
|
1088
1088
|
"active": "#D7D8DB"
|
|
1089
1089
|
},
|
|
1090
|
+
"colorStrokeContrastSecondaryAlpha": {
|
|
1091
|
+
"normal": "#ffffff1f",
|
|
1092
|
+
"hover": "rgba(255, 255, 255, 0.16)",
|
|
1093
|
+
"active": "rgba(255, 255, 255, 0.2)"
|
|
1094
|
+
},
|
|
1090
1095
|
"themeType": "root"
|
|
1091
1096
|
}
|
|
@@ -143,9 +143,9 @@
|
|
|
143
143
|
@color-background: #000000;
|
|
144
144
|
@color-background--hover: #0A0A0A;
|
|
145
145
|
@color-background--active: #141414;
|
|
146
|
-
@color-background-content: #
|
|
147
|
-
@color-background-content--hover: #
|
|
148
|
-
@color-background-content--active: #
|
|
146
|
+
@color-background-content: #000000;
|
|
147
|
+
@color-background-content--hover: #0A0A0A;
|
|
148
|
+
@color-background-content--active: #141414;
|
|
149
149
|
@color-background-content-alpha: rgba(25, 25, 26, 0.8);
|
|
150
150
|
@color-background-content-alpha--hover: rgba(25, 25, 26, 0.84);
|
|
151
151
|
@color-background-content-alpha--active: rgba(25, 25, 26, 0.88);
|
|
@@ -191,9 +191,9 @@
|
|
|
191
191
|
@color-background-warning: #483416;
|
|
192
192
|
@color-background-warning--hover: #4F3C1F;
|
|
193
193
|
@color-background-warning--active: #574429;
|
|
194
|
-
@color-background-negative: #
|
|
195
|
-
@color-background-negative--hover: #
|
|
196
|
-
@color-background-negative--active: #
|
|
194
|
+
@color-background-negative: #FD6571;
|
|
195
|
+
@color-background-negative--hover: #FD6B77;
|
|
196
|
+
@color-background-negative--active: #FD717C;
|
|
197
197
|
@color-background-negative-tint: #4b2727;
|
|
198
198
|
@color-background-negative-tint--hover: #523030;
|
|
199
199
|
@color-background-negative-tint--active: #593838;
|
|
@@ -242,9 +242,9 @@
|
|
|
242
242
|
@color-text-positive: #34c759;
|
|
243
243
|
@color-text-positive--hover: #3CC960;
|
|
244
244
|
@color-text-positive--active: #44CB66;
|
|
245
|
-
@color-text-negative: #
|
|
246
|
-
@color-text-negative--hover: #
|
|
247
|
-
@color-text-negative--active: #
|
|
245
|
+
@color-text-negative: #FD6571;
|
|
246
|
+
@color-text-negative--hover: #FD6B77;
|
|
247
|
+
@color-text-negative--active: #FD717C;
|
|
248
248
|
@color-text-link: #2e90ff;
|
|
249
249
|
@color-text-link--hover: #3694FF;
|
|
250
250
|
@color-text-link--active: #3F99FF;
|
|
@@ -308,9 +308,9 @@
|
|
|
308
308
|
@color-icon-warning: #ff6900;
|
|
309
309
|
@color-icon-warning--hover: #FF6F0A;
|
|
310
310
|
@color-icon-warning--active: #FF7514;
|
|
311
|
-
@color-icon-negative: #
|
|
312
|
-
@color-icon-negative--hover: #
|
|
313
|
-
@color-icon-negative--active: #
|
|
311
|
+
@color-icon-negative: #FD6571;
|
|
312
|
+
@color-icon-negative--hover: #FD6B77;
|
|
313
|
+
@color-icon-negative--active: #FD717C;
|
|
314
314
|
@color-stroke-accent: #529ef4;
|
|
315
315
|
@color-stroke-accent--hover: #59A2F4;
|
|
316
316
|
@color-stroke-accent--active: #60A6F5;
|
|
@@ -335,9 +335,9 @@
|
|
|
335
335
|
@color-stroke-positive: #34c759;
|
|
336
336
|
@color-stroke-positive--hover: #3CC960;
|
|
337
337
|
@color-stroke-positive--active: #44CB66;
|
|
338
|
-
@color-stroke-negative: #
|
|
339
|
-
@color-stroke-negative--hover: #
|
|
340
|
-
@color-stroke-negative--active: #
|
|
338
|
+
@color-stroke-negative: #FD6571;
|
|
339
|
+
@color-stroke-negative--hover: #FD6B77;
|
|
340
|
+
@color-stroke-negative--active: #FD717C;
|
|
341
341
|
@color-stroke-contrast: #FFFFFF;
|
|
342
342
|
@color-stroke-contrast--hover: #EBEDF0;
|
|
343
343
|
@color-stroke-contrast--active: #D7D8DB;
|
|
@@ -347,9 +347,9 @@
|
|
|
347
347
|
@color-image-border-alpha: #ffffff3d;
|
|
348
348
|
@color-image-border-alpha--hover: rgba(255, 255, 255, 0.28);
|
|
349
349
|
@color-image-border-alpha--active: rgba(255, 255, 255, 0.32);
|
|
350
|
-
@color-field-border-alpha: #
|
|
351
|
-
@color-field-border-alpha--hover:
|
|
352
|
-
@color-field-border-alpha--active:
|
|
350
|
+
@color-field-border-alpha: #FFFFFF0F;
|
|
351
|
+
@color-field-border-alpha--hover: #33333329;
|
|
352
|
+
@color-field-border-alpha--active: #33333333;
|
|
353
353
|
@color-accent-blue: #2e90ff;
|
|
354
354
|
@color-accent-blue--hover: #3694FF;
|
|
355
355
|
@color-accent-blue--active: #3F99FF;
|
|
@@ -467,6 +467,9 @@
|
|
|
467
467
|
@color-background-inverse: #FFFFFF;
|
|
468
468
|
@color-background-inverse--hover: #EBEDF0;
|
|
469
469
|
@color-background-inverse--active: #D7D8DB;
|
|
470
|
+
@color-stroke-contrast-secondary-alpha: #ffffff1f;
|
|
471
|
+
@color-stroke-contrast-secondary-alpha--hover: rgba(255, 255, 255, 0.16);
|
|
472
|
+
@color-stroke-contrast-secondary-alpha--active: rgba(255, 255, 255, 0.2);
|
|
470
473
|
|
|
471
474
|
|
|
472
475
|
.font-display-title1--regular {
|
|
@@ -501,7 +504,7 @@
|
|
|
501
504
|
}
|
|
502
505
|
.font-title1--regular {
|
|
503
506
|
font-size: 31px;
|
|
504
|
-
line-height:
|
|
507
|
+
line-height: 31px;
|
|
505
508
|
font-family: "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
506
509
|
font-weight: 700;
|
|
507
510
|
letter-spacing: -0.65px;
|
|
@@ -515,13 +518,13 @@
|
|
|
515
518
|
}
|
|
516
519
|
.font-title3--regular {
|
|
517
520
|
font-size: 21.5px;
|
|
518
|
-
line-height:
|
|
521
|
+
line-height: 23px;
|
|
519
522
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
520
523
|
font-weight: 700;
|
|
521
524
|
}
|
|
522
525
|
.font-headline1--regular {
|
|
523
526
|
font-size: 17px;
|
|
524
|
-
line-height:
|
|
527
|
+
line-height: 20px;
|
|
525
528
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
526
529
|
font-weight: 600;
|
|
527
530
|
}
|
|
@@ -545,7 +548,7 @@
|
|
|
545
548
|
}
|
|
546
549
|
.font-text--regular {
|
|
547
550
|
font-size: 16px;
|
|
548
|
-
line-height: 18.
|
|
551
|
+
line-height: 18.5px;
|
|
549
552
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
550
553
|
font-weight: 600;
|
|
551
554
|
}
|
|
@@ -557,7 +560,7 @@
|
|
|
557
560
|
}
|
|
558
561
|
.font-paragraph--regular {
|
|
559
562
|
font-size: 15px;
|
|
560
|
-
line-height: 18.
|
|
563
|
+
line-height: 18.5px;
|
|
561
564
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
562
565
|
font-weight: 580;
|
|
563
566
|
}
|
|
@@ -575,7 +578,7 @@
|
|
|
575
578
|
}
|
|
576
579
|
.font-footnote--regular {
|
|
577
580
|
font-size: 13.5px;
|
|
578
|
-
line-height:
|
|
581
|
+
line-height: 15px;
|
|
579
582
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
580
583
|
font-weight: 600;
|
|
581
584
|
}
|
|
@@ -627,22 +630,22 @@
|
|
|
627
630
|
}
|
|
628
631
|
.font-label1--regular {
|
|
629
632
|
font-size: 19px;
|
|
630
|
-
line-height:
|
|
633
|
+
line-height: 20px;
|
|
631
634
|
font-weight: 700;
|
|
632
635
|
}
|
|
633
636
|
.font-label2--regular {
|
|
634
637
|
font-size: 18px;
|
|
635
|
-
line-height:
|
|
638
|
+
line-height: 21px;
|
|
636
639
|
font-weight: 600;
|
|
637
640
|
}
|
|
638
641
|
.font-body--regular {
|
|
639
642
|
font-size: 16.5px;
|
|
640
|
-
line-height:
|
|
643
|
+
line-height: 21px;
|
|
641
644
|
font-weight: 520;
|
|
642
645
|
}
|
|
643
646
|
.font-headline--regular {
|
|
644
647
|
font-size: 17px;
|
|
645
|
-
line-height:
|
|
648
|
+
line-height: 20px;
|
|
646
649
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
647
650
|
font-weight: 600;
|
|
648
651
|
}
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
--color-background: #000000;
|
|
145
145
|
--color-background--hover: #0A0A0A;
|
|
146
146
|
--color-background--active: #141414;
|
|
147
|
-
--color-background-content: #
|
|
148
|
-
--color-background-content--hover: #
|
|
149
|
-
--color-background-content--active: #
|
|
147
|
+
--color-background-content: #000000;
|
|
148
|
+
--color-background-content--hover: #0A0A0A;
|
|
149
|
+
--color-background-content--active: #141414;
|
|
150
150
|
--color-background-content-alpha: rgba(25, 25, 26, 0.8);
|
|
151
151
|
--color-background-content-alpha--hover: rgba(25, 25, 26, 0.84);
|
|
152
152
|
--color-background-content-alpha--active: rgba(25, 25, 26, 0.88);
|
|
@@ -192,9 +192,9 @@
|
|
|
192
192
|
--color-background-warning: #483416;
|
|
193
193
|
--color-background-warning--hover: #4F3C1F;
|
|
194
194
|
--color-background-warning--active: #574429;
|
|
195
|
-
--color-background-negative: #
|
|
196
|
-
--color-background-negative--hover: #
|
|
197
|
-
--color-background-negative--active: #
|
|
195
|
+
--color-background-negative: #FD6571;
|
|
196
|
+
--color-background-negative--hover: #FD6B77;
|
|
197
|
+
--color-background-negative--active: #FD717C;
|
|
198
198
|
--color-background-negative-tint: #4b2727;
|
|
199
199
|
--color-background-negative-tint--hover: #523030;
|
|
200
200
|
--color-background-negative-tint--active: #593838;
|
|
@@ -243,9 +243,9 @@
|
|
|
243
243
|
--color-text-positive: #34c759;
|
|
244
244
|
--color-text-positive--hover: #3CC960;
|
|
245
245
|
--color-text-positive--active: #44CB66;
|
|
246
|
-
--color-text-negative: #
|
|
247
|
-
--color-text-negative--hover: #
|
|
248
|
-
--color-text-negative--active: #
|
|
246
|
+
--color-text-negative: #FD6571;
|
|
247
|
+
--color-text-negative--hover: #FD6B77;
|
|
248
|
+
--color-text-negative--active: #FD717C;
|
|
249
249
|
--color-text-link: #2e90ff;
|
|
250
250
|
--color-text-link--hover: #3694FF;
|
|
251
251
|
--color-text-link--active: #3F99FF;
|
|
@@ -309,9 +309,9 @@
|
|
|
309
309
|
--color-icon-warning: #ff6900;
|
|
310
310
|
--color-icon-warning--hover: #FF6F0A;
|
|
311
311
|
--color-icon-warning--active: #FF7514;
|
|
312
|
-
--color-icon-negative: #
|
|
313
|
-
--color-icon-negative--hover: #
|
|
314
|
-
--color-icon-negative--active: #
|
|
312
|
+
--color-icon-negative: #FD6571;
|
|
313
|
+
--color-icon-negative--hover: #FD6B77;
|
|
314
|
+
--color-icon-negative--active: #FD717C;
|
|
315
315
|
--color-stroke-accent: #529ef4;
|
|
316
316
|
--color-stroke-accent--hover: #59A2F4;
|
|
317
317
|
--color-stroke-accent--active: #60A6F5;
|
|
@@ -336,9 +336,9 @@
|
|
|
336
336
|
--color-stroke-positive: #34c759;
|
|
337
337
|
--color-stroke-positive--hover: #3CC960;
|
|
338
338
|
--color-stroke-positive--active: #44CB66;
|
|
339
|
-
--color-stroke-negative: #
|
|
340
|
-
--color-stroke-negative--hover: #
|
|
341
|
-
--color-stroke-negative--active: #
|
|
339
|
+
--color-stroke-negative: #FD6571;
|
|
340
|
+
--color-stroke-negative--hover: #FD6B77;
|
|
341
|
+
--color-stroke-negative--active: #FD717C;
|
|
342
342
|
--color-stroke-contrast: #FFFFFF;
|
|
343
343
|
--color-stroke-contrast--hover: #EBEDF0;
|
|
344
344
|
--color-stroke-contrast--active: #D7D8DB;
|
|
@@ -348,9 +348,9 @@
|
|
|
348
348
|
--color-image-border-alpha: #ffffff3d;
|
|
349
349
|
--color-image-border-alpha--hover: rgba(255, 255, 255, 0.28);
|
|
350
350
|
--color-image-border-alpha--active: rgba(255, 255, 255, 0.32);
|
|
351
|
-
--color-field-border-alpha: #
|
|
352
|
-
--color-field-border-alpha--hover:
|
|
353
|
-
--color-field-border-alpha--active:
|
|
351
|
+
--color-field-border-alpha: #FFFFFF0F;
|
|
352
|
+
--color-field-border-alpha--hover: #33333329;
|
|
353
|
+
--color-field-border-alpha--active: #33333333;
|
|
354
354
|
--color-accent-blue: #2e90ff;
|
|
355
355
|
--color-accent-blue--hover: #3694FF;
|
|
356
356
|
--color-accent-blue--active: #3F99FF;
|
|
@@ -468,6 +468,9 @@
|
|
|
468
468
|
--color-background-inverse: #FFFFFF;
|
|
469
469
|
--color-background-inverse--hover: #EBEDF0;
|
|
470
470
|
--color-background-inverse--active: #D7D8DB;
|
|
471
|
+
--color-stroke-contrast-secondary-alpha: #ffffff1f;
|
|
472
|
+
--color-stroke-contrast-secondary-alpha--hover: rgba(255, 255, 255, 0.16);
|
|
473
|
+
--color-stroke-contrast-secondary-alpha--active: rgba(255, 255, 255, 0.2);
|
|
471
474
|
}
|
|
472
475
|
|
|
473
476
|
%font-display-title1--regular {
|
|
@@ -502,7 +505,7 @@
|
|
|
502
505
|
}
|
|
503
506
|
%font-title1--regular {
|
|
504
507
|
font-size: 31px;
|
|
505
|
-
line-height:
|
|
508
|
+
line-height: 31px;
|
|
506
509
|
font-family: "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
507
510
|
font-weight: 700;
|
|
508
511
|
letter-spacing: -0.65px;
|
|
@@ -516,13 +519,13 @@
|
|
|
516
519
|
}
|
|
517
520
|
%font-title3--regular {
|
|
518
521
|
font-size: 21.5px;
|
|
519
|
-
line-height:
|
|
522
|
+
line-height: 23px;
|
|
520
523
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
521
524
|
font-weight: 700;
|
|
522
525
|
}
|
|
523
526
|
%font-headline1--regular {
|
|
524
527
|
font-size: 17px;
|
|
525
|
-
line-height:
|
|
528
|
+
line-height: 20px;
|
|
526
529
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
527
530
|
font-weight: 600;
|
|
528
531
|
}
|
|
@@ -546,7 +549,7 @@
|
|
|
546
549
|
}
|
|
547
550
|
%font-text--regular {
|
|
548
551
|
font-size: 16px;
|
|
549
|
-
line-height: 18.
|
|
552
|
+
line-height: 18.5px;
|
|
550
553
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
551
554
|
font-weight: 600;
|
|
552
555
|
}
|
|
@@ -558,7 +561,7 @@
|
|
|
558
561
|
}
|
|
559
562
|
%font-paragraph--regular {
|
|
560
563
|
font-size: 15px;
|
|
561
|
-
line-height: 18.
|
|
564
|
+
line-height: 18.5px;
|
|
562
565
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
563
566
|
font-weight: 580;
|
|
564
567
|
}
|
|
@@ -576,7 +579,7 @@
|
|
|
576
579
|
}
|
|
577
580
|
%font-footnote--regular {
|
|
578
581
|
font-size: 13.5px;
|
|
579
|
-
line-height:
|
|
582
|
+
line-height: 15px;
|
|
580
583
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
581
584
|
font-weight: 600;
|
|
582
585
|
}
|
|
@@ -628,22 +631,22 @@
|
|
|
628
631
|
}
|
|
629
632
|
%font-label1--regular {
|
|
630
633
|
font-size: 19px;
|
|
631
|
-
line-height:
|
|
634
|
+
line-height: 20px;
|
|
632
635
|
font-weight: 700;
|
|
633
636
|
}
|
|
634
637
|
%font-label2--regular {
|
|
635
638
|
font-size: 18px;
|
|
636
|
-
line-height:
|
|
639
|
+
line-height: 21px;
|
|
637
640
|
font-weight: 600;
|
|
638
641
|
}
|
|
639
642
|
%font-body--regular {
|
|
640
643
|
font-size: 16.5px;
|
|
641
|
-
line-height:
|
|
644
|
+
line-height: 21px;
|
|
642
645
|
font-weight: 520;
|
|
643
646
|
}
|
|
644
647
|
%font-headline--regular {
|
|
645
648
|
font-size: 17px;
|
|
646
|
-
line-height:
|
|
649
|
+
line-height: 20px;
|
|
647
650
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
648
651
|
font-weight: 600;
|
|
649
652
|
}
|