@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
|
@@ -617,6 +617,12 @@
|
|
|
617
617
|
--vkui--color_transparent: transparent;
|
|
618
618
|
--vkui--color_transparent--hover: rgba(255, 255, 255, 0.04);
|
|
619
619
|
--vkui--color_transparent--active: rgba(255, 255, 255, 0.08);
|
|
620
|
+
--vkui--color_background_inverse: #EBEDF0;
|
|
621
|
+
--vkui--color_background_inverse--hover: #ECEEF1;
|
|
622
|
+
--vkui--color_background_inverse--active: #EDEEF1;
|
|
623
|
+
--vkui--color_stroke_contrast_secondary_alpha: rgba(1, 1, 1, 0.12);
|
|
624
|
+
--vkui--color_stroke_contrast_secondary_alpha--hover: rgba(1, 1, 1, 0.16);
|
|
625
|
+
--vkui--color_stroke_contrast_secondary_alpha--active: rgba(1, 1, 1, 0.2);
|
|
620
626
|
--vkui--vkontakte_color_snippet_border_alpha: rgba(255, 255, 255, 0.15);
|
|
621
627
|
--vkui--vkontakte_color_snippet_border_alpha--hover: rgba(255, 255, 255, 0.19);
|
|
622
628
|
--vkui--vkontakte_color_snippet_border_alpha--active: rgba(255, 255, 255, 0.23);
|
|
@@ -135,6 +135,12 @@
|
|
|
135
135
|
--vkui--vkontakte_gradient_sberkot: rgba(157, 241, 157, 1) 0%, rgba(49, 194, 167, 1) 33%, rgba(33, 161, 154, 1) 67%, rgba(16, 127, 140, 1) 100%;
|
|
136
136
|
--vkui--vkontakte_gradient_mable: rgba(217, 244, 255, 1) 0%, rgba(217, 244, 255, 1) 100%;
|
|
137
137
|
--vkui--vkontakte_gradient_womens_day: rgba(255, 153, 204, 1) 0%, rgba(229, 46, 106, 1) 100%;
|
|
138
|
+
--vkui--color_background_inverse: #EBEDF0;
|
|
139
|
+
--vkui--color_background_inverse--hover: #ECEEF1;
|
|
140
|
+
--vkui--color_background_inverse--active: #EDEEF1;
|
|
141
|
+
--vkui--color_stroke_contrast_secondary_alpha: rgba(1, 1, 1, 0.12);
|
|
142
|
+
--vkui--color_stroke_contrast_secondary_alpha--hover: rgba(1, 1, 1, 0.16);
|
|
143
|
+
--vkui--color_stroke_contrast_secondary_alpha--active: rgba(1, 1, 1, 0.2);
|
|
138
144
|
--vkui--vkontakte_color_snippet_border_alpha: rgba(255, 255, 255, 0.15);
|
|
139
145
|
--vkui--vkontakte_color_snippet_border_alpha--hover: rgba(255, 255, 255, 0.19);
|
|
140
146
|
--vkui--vkontakte_color_snippet_border_alpha--active: rgba(255, 255, 255, 0.23);
|
|
@@ -617,6 +617,12 @@
|
|
|
617
617
|
--vkui--color_transparent: var(--vkui--color_transparent, transparent);
|
|
618
618
|
--vkui--color_transparent--hover: var(--vkui--color_transparent--hover, rgba(255, 255, 255, 0.04));
|
|
619
619
|
--vkui--color_transparent--active: var(--vkui--color_transparent--active, rgba(255, 255, 255, 0.08));
|
|
620
|
+
--vkui--color_background_inverse: var(--vkui--color_background_inverse, #EBEDF0);
|
|
621
|
+
--vkui--color_background_inverse--hover: var(--vkui--color_background_inverse--hover, #ECEEF1);
|
|
622
|
+
--vkui--color_background_inverse--active: var(--vkui--color_background_inverse--active, #EDEEF1);
|
|
623
|
+
--vkui--color_stroke_contrast_secondary_alpha: var(--vkui--color_stroke_contrast_secondary_alpha, rgba(1, 1, 1, 0.12));
|
|
624
|
+
--vkui--color_stroke_contrast_secondary_alpha--hover: var(--vkui--color_stroke_contrast_secondary_alpha--hover, rgba(1, 1, 1, 0.16));
|
|
625
|
+
--vkui--color_stroke_contrast_secondary_alpha--active: var(--vkui--color_stroke_contrast_secondary_alpha--active, rgba(1, 1, 1, 0.2));
|
|
620
626
|
--vkui--vkontakte_color_snippet_border_alpha: var(--vkui--vkontakte_color_snippet_border_alpha, rgba(255, 255, 255, 0.15));
|
|
621
627
|
--vkui--vkontakte_color_snippet_border_alpha--hover: var(--vkui--vkontakte_color_snippet_border_alpha--hover, rgba(255, 255, 255, 0.19));
|
|
622
628
|
--vkui--vkontakte_color_snippet_border_alpha--active: var(--vkui--vkontakte_color_snippet_border_alpha--active, rgba(255, 255, 255, 0.23));
|
|
@@ -498,6 +498,12 @@
|
|
|
498
498
|
@color-transparent: var(--vkui--color_transparent, transparent);
|
|
499
499
|
@color-transparent--hover: var(--vkui--color_transparent--hover, rgba(255, 255, 255, 0.04));
|
|
500
500
|
@color-transparent--active: var(--vkui--color_transparent--active, rgba(255, 255, 255, 0.08));
|
|
501
|
+
@color-background-inverse: var(--vkui--color_background_inverse, #EBEDF0);
|
|
502
|
+
@color-background-inverse--hover: var(--vkui--color_background_inverse--hover, #ECEEF1);
|
|
503
|
+
@color-background-inverse--active: var(--vkui--color_background_inverse--active, #EDEEF1);
|
|
504
|
+
@color-stroke-contrast-secondary-alpha: var(--vkui--color_stroke_contrast_secondary_alpha, rgba(1, 1, 1, 0.12));
|
|
505
|
+
@color-stroke-contrast-secondary-alpha--hover: var(--vkui--color_stroke_contrast_secondary_alpha--hover, rgba(1, 1, 1, 0.16));
|
|
506
|
+
@color-stroke-contrast-secondary-alpha--active: var(--vkui--color_stroke_contrast_secondary_alpha--active, rgba(1, 1, 1, 0.2));
|
|
501
507
|
@vkontakte-color-snippet-border-alpha: var(--vkui--vkontakte_color_snippet_border_alpha, rgba(255, 255, 255, 0.15));
|
|
502
508
|
@vkontakte-color-snippet-border-alpha--hover: var(--vkui--vkontakte_color_snippet_border_alpha--hover, rgba(255, 255, 255, 0.19));
|
|
503
509
|
@vkontakte-color-snippet-border-alpha--active: var(--vkui--vkontakte_color_snippet_border_alpha--active, rgba(255, 255, 255, 0.23));
|
|
@@ -499,6 +499,12 @@
|
|
|
499
499
|
--color-transparent: var(--vkui--color_transparent, transparent);
|
|
500
500
|
--color-transparent--hover: var(--vkui--color_transparent--hover, rgba(255, 255, 255, 0.04));
|
|
501
501
|
--color-transparent--active: var(--vkui--color_transparent--active, rgba(255, 255, 255, 0.08));
|
|
502
|
+
--color-background-inverse: var(--vkui--color_background_inverse, #EBEDF0);
|
|
503
|
+
--color-background-inverse--hover: var(--vkui--color_background_inverse--hover, #ECEEF1);
|
|
504
|
+
--color-background-inverse--active: var(--vkui--color_background_inverse--active, #EDEEF1);
|
|
505
|
+
--color-stroke-contrast-secondary-alpha: var(--vkui--color_stroke_contrast_secondary_alpha, rgba(1, 1, 1, 0.12));
|
|
506
|
+
--color-stroke-contrast-secondary-alpha--hover: var(--vkui--color_stroke_contrast_secondary_alpha--hover, rgba(1, 1, 1, 0.16));
|
|
507
|
+
--color-stroke-contrast-secondary-alpha--active: var(--vkui--color_stroke_contrast_secondary_alpha--active, rgba(1, 1, 1, 0.2));
|
|
502
508
|
--vkontakte-color-snippet-border-alpha: var(--vkui--vkontakte_color_snippet_border_alpha, rgba(255, 255, 255, 0.15));
|
|
503
509
|
--vkontakte-color-snippet-border-alpha--hover: var(--vkui--vkontakte_color_snippet_border_alpha--hover, rgba(255, 255, 255, 0.19));
|
|
504
510
|
--vkontakte-color-snippet-border-alpha--active: var(--vkui--vkontakte_color_snippet_border_alpha--active, rgba(255, 255, 255, 0.23));
|
|
@@ -498,6 +498,12 @@ $color-tabbar-text-inactive--active: var(--vkui--color_tabbar_text_inactive--act
|
|
|
498
498
|
$color-transparent: var(--vkui--color_transparent, transparent);
|
|
499
499
|
$color-transparent--hover: var(--vkui--color_transparent--hover, rgba(255, 255, 255, 0.04));
|
|
500
500
|
$color-transparent--active: var(--vkui--color_transparent--active, rgba(255, 255, 255, 0.08));
|
|
501
|
+
$color-background-inverse: var(--vkui--color_background_inverse, #EBEDF0);
|
|
502
|
+
$color-background-inverse--hover: var(--vkui--color_background_inverse--hover, #ECEEF1);
|
|
503
|
+
$color-background-inverse--active: var(--vkui--color_background_inverse--active, #EDEEF1);
|
|
504
|
+
$color-stroke-contrast-secondary-alpha: var(--vkui--color_stroke_contrast_secondary_alpha, rgba(1, 1, 1, 0.12));
|
|
505
|
+
$color-stroke-contrast-secondary-alpha--hover: var(--vkui--color_stroke_contrast_secondary_alpha--hover, rgba(1, 1, 1, 0.16));
|
|
506
|
+
$color-stroke-contrast-secondary-alpha--active: var(--vkui--color_stroke_contrast_secondary_alpha--active, rgba(1, 1, 1, 0.2));
|
|
501
507
|
$vkontakte-color-snippet-border-alpha: var(--vkui--vkontakte_color_snippet_border_alpha, rgba(255, 255, 255, 0.15));
|
|
502
508
|
$vkontakte-color-snippet-border-alpha--hover: var(--vkui--vkontakte_color_snippet_border_alpha--hover, rgba(255, 255, 255, 0.19));
|
|
503
509
|
$vkontakte-color-snippet-border-alpha--active: var(--vkui--vkontakte_color_snippet_border_alpha--active, rgba(255, 255, 255, 0.23));
|
|
@@ -498,6 +498,12 @@ $color-tabbar-text-inactive--active = var(--vkui--color_tabbar_text_inactive--ac
|
|
|
498
498
|
$color-transparent = var(--vkui--color_transparent, transparent);
|
|
499
499
|
$color-transparent--hover = var(--vkui--color_transparent--hover, rgba(255, 255, 255, 0.04));
|
|
500
500
|
$color-transparent--active = var(--vkui--color_transparent--active, rgba(255, 255, 255, 0.08));
|
|
501
|
+
$color-background-inverse = var(--vkui--color_background_inverse, #EBEDF0);
|
|
502
|
+
$color-background-inverse--hover = var(--vkui--color_background_inverse--hover, #ECEEF1);
|
|
503
|
+
$color-background-inverse--active = var(--vkui--color_background_inverse--active, #EDEEF1);
|
|
504
|
+
$color-stroke-contrast-secondary-alpha = var(--vkui--color_stroke_contrast_secondary_alpha, rgba(1, 1, 1, 0.12));
|
|
505
|
+
$color-stroke-contrast-secondary-alpha--hover = var(--vkui--color_stroke_contrast_secondary_alpha--hover, rgba(1, 1, 1, 0.16));
|
|
506
|
+
$color-stroke-contrast-secondary-alpha--active = var(--vkui--color_stroke_contrast_secondary_alpha--active, rgba(1, 1, 1, 0.2));
|
|
501
507
|
$vkontakte-color-snippet-border-alpha = var(--vkui--vkontakte_color_snippet_border_alpha, rgba(255, 255, 255, 0.15));
|
|
502
508
|
$vkontakte-color-snippet-border-alpha--hover = var(--vkui--vkontakte_color_snippet_border_alpha--hover, rgba(255, 255, 255, 0.19));
|
|
503
509
|
$vkontakte-color-snippet-border-alpha--active = var(--vkui--vkontakte_color_snippet_border_alpha--active, rgba(255, 255, 255, 0.23));
|