@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
|
@@ -450,9 +450,9 @@
|
|
|
450
450
|
--vkui--color_background_warning: #FFF1AD;
|
|
451
451
|
--vkui--color_background_warning--hover: #F5E8A9;
|
|
452
452
|
--vkui--color_background_warning--active: #EBDFA4;
|
|
453
|
-
--vkui--color_background_negative: #
|
|
454
|
-
--vkui--color_background_negative--hover: #
|
|
455
|
-
--vkui--color_background_negative--active: #
|
|
453
|
+
--vkui--color_background_negative: #ED330A;
|
|
454
|
+
--vkui--color_background_negative--hover: #E4320C;
|
|
455
|
+
--vkui--color_background_negative--active: #DA300E;
|
|
456
456
|
--vkui--color_background_tertiary: #F6F7F8;
|
|
457
457
|
--vkui--color_background_tertiary--hover: #ECEEF1;
|
|
458
458
|
--vkui--color_background_tertiary--active: #E2E5E9;
|
|
@@ -450,9 +450,9 @@
|
|
|
450
450
|
--vkui--color_background_warning: #FFF1AD;
|
|
451
451
|
--vkui--color_background_warning--hover: #F5E8A9;
|
|
452
452
|
--vkui--color_background_warning--active: #EBDFA4;
|
|
453
|
-
--vkui--color_background_negative: #
|
|
454
|
-
--vkui--color_background_negative--hover: #
|
|
455
|
-
--vkui--color_background_negative--active: #
|
|
453
|
+
--vkui--color_background_negative: #ED330A;
|
|
454
|
+
--vkui--color_background_negative--hover: #E4320C;
|
|
455
|
+
--vkui--color_background_negative--active: #DA300E;
|
|
456
456
|
--vkui--color_background_tertiary: #F6F7F8;
|
|
457
457
|
--vkui--color_background_tertiary--hover: #ECEEF1;
|
|
458
458
|
--vkui--color_background_tertiary--active: #E2E5E9;
|
|
@@ -450,9 +450,9 @@
|
|
|
450
450
|
--vkui--color_background_warning: var(--vkui--color_background_warning, #FFF1AD);
|
|
451
451
|
--vkui--color_background_warning--hover: var(--vkui--color_background_warning--hover, #F5E8A9);
|
|
452
452
|
--vkui--color_background_warning--active: var(--vkui--color_background_warning--active, #EBDFA4);
|
|
453
|
-
--vkui--color_background_negative: var(--vkui--color_background_negative, #
|
|
454
|
-
--vkui--color_background_negative--hover: var(--vkui--color_background_negative--hover, #
|
|
455
|
-
--vkui--color_background_negative--active: var(--vkui--color_background_negative--active, #
|
|
453
|
+
--vkui--color_background_negative: var(--vkui--color_background_negative, #ED330A);
|
|
454
|
+
--vkui--color_background_negative--hover: var(--vkui--color_background_negative--hover, #E4320C);
|
|
455
|
+
--vkui--color_background_negative--active: var(--vkui--color_background_negative--active, #DA300E);
|
|
456
456
|
--vkui--color_background_tertiary: var(--vkui--color_background_tertiary, #F6F7F8);
|
|
457
457
|
--vkui--color_background_tertiary--hover: var(--vkui--color_background_tertiary--hover, #ECEEF1);
|
|
458
458
|
--vkui--color_background_tertiary--active: var(--vkui--color_background_tertiary--active, #E2E5E9);
|
|
@@ -246,9 +246,9 @@
|
|
|
246
246
|
@color-background-warning: var(--vkui--color_background_warning, #FFF1AD);
|
|
247
247
|
@color-background-warning--hover: var(--vkui--color_background_warning--hover, #F5E8A9);
|
|
248
248
|
@color-background-warning--active: var(--vkui--color_background_warning--active, #EBDFA4);
|
|
249
|
-
@color-background-negative: var(--vkui--color_background_negative, #
|
|
250
|
-
@color-background-negative--hover: var(--vkui--color_background_negative--hover, #
|
|
251
|
-
@color-background-negative--active: var(--vkui--color_background_negative--active, #
|
|
249
|
+
@color-background-negative: var(--vkui--color_background_negative, #ED330A);
|
|
250
|
+
@color-background-negative--hover: var(--vkui--color_background_negative--hover, #E4320C);
|
|
251
|
+
@color-background-negative--active: var(--vkui--color_background_negative--active, #DA300E);
|
|
252
252
|
@color-background-tertiary: var(--vkui--color_background_tertiary, #F6F7F8);
|
|
253
253
|
@color-background-tertiary--hover: var(--vkui--color_background_tertiary--hover, #ECEEF1);
|
|
254
254
|
@color-background-tertiary--active: var(--vkui--color_background_tertiary--active, #E2E5E9);
|
|
@@ -247,9 +247,9 @@
|
|
|
247
247
|
--color-background-warning: var(--vkui--color_background_warning, #FFF1AD);
|
|
248
248
|
--color-background-warning--hover: var(--vkui--color_background_warning--hover, #F5E8A9);
|
|
249
249
|
--color-background-warning--active: var(--vkui--color_background_warning--active, #EBDFA4);
|
|
250
|
-
--color-background-negative: var(--vkui--color_background_negative, #
|
|
251
|
-
--color-background-negative--hover: var(--vkui--color_background_negative--hover, #
|
|
252
|
-
--color-background-negative--active: var(--vkui--color_background_negative--active, #
|
|
250
|
+
--color-background-negative: var(--vkui--color_background_negative, #ED330A);
|
|
251
|
+
--color-background-negative--hover: var(--vkui--color_background_negative--hover, #E4320C);
|
|
252
|
+
--color-background-negative--active: var(--vkui--color_background_negative--active, #DA300E);
|
|
253
253
|
--color-background-tertiary: var(--vkui--color_background_tertiary, #F6F7F8);
|
|
254
254
|
--color-background-tertiary--hover: var(--vkui--color_background_tertiary--hover, #ECEEF1);
|
|
255
255
|
--color-background-tertiary--active: var(--vkui--color_background_tertiary--active, #E2E5E9);
|
|
@@ -246,9 +246,9 @@ $color-background-contrast-secondary-alpha--active: var(--vkui--color_background
|
|
|
246
246
|
$color-background-warning: var(--vkui--color_background_warning, #FFF1AD);
|
|
247
247
|
$color-background-warning--hover: var(--vkui--color_background_warning--hover, #F5E8A9);
|
|
248
248
|
$color-background-warning--active: var(--vkui--color_background_warning--active, #EBDFA4);
|
|
249
|
-
$color-background-negative: var(--vkui--color_background_negative, #
|
|
250
|
-
$color-background-negative--hover: var(--vkui--color_background_negative--hover, #
|
|
251
|
-
$color-background-negative--active: var(--vkui--color_background_negative--active, #
|
|
249
|
+
$color-background-negative: var(--vkui--color_background_negative, #ED330A);
|
|
250
|
+
$color-background-negative--hover: var(--vkui--color_background_negative--hover, #E4320C);
|
|
251
|
+
$color-background-negative--active: var(--vkui--color_background_negative--active, #DA300E);
|
|
252
252
|
$color-background-tertiary: var(--vkui--color_background_tertiary, #F6F7F8);
|
|
253
253
|
$color-background-tertiary--hover: var(--vkui--color_background_tertiary--hover, #ECEEF1);
|
|
254
254
|
$color-background-tertiary--active: var(--vkui--color_background_tertiary--active, #E2E5E9);
|
|
@@ -246,9 +246,9 @@ $color-background-contrast-secondary-alpha--active = var(--vkui--color_backgroun
|
|
|
246
246
|
$color-background-warning = var(--vkui--color_background_warning, #FFF1AD);
|
|
247
247
|
$color-background-warning--hover = var(--vkui--color_background_warning--hover, #F5E8A9);
|
|
248
248
|
$color-background-warning--active = var(--vkui--color_background_warning--active, #EBDFA4);
|
|
249
|
-
$color-background-negative = var(--vkui--color_background_negative, #
|
|
250
|
-
$color-background-negative--hover = var(--vkui--color_background_negative--hover, #
|
|
251
|
-
$color-background-negative--active = var(--vkui--color_background_negative--active, #
|
|
249
|
+
$color-background-negative = var(--vkui--color_background_negative, #ED330A);
|
|
250
|
+
$color-background-negative--hover = var(--vkui--color_background_negative--hover, #E4320C);
|
|
251
|
+
$color-background-negative--active = var(--vkui--color_background_negative--active, #DA300E);
|
|
252
252
|
$color-background-tertiary = var(--vkui--color_background_tertiary, #F6F7F8);
|
|
253
253
|
$color-background-tertiary--hover = var(--vkui--color_background_tertiary--hover, #ECEEF1);
|
|
254
254
|
$color-background-tertiary--active = var(--vkui--color_background_tertiary--active, #E2E5E9);
|