@vkontakte/vkui-tokens 4.76.0 → 4.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/build/compilers/styles/helpers/tokenProcessors.d.ts +1 -1
  2. package/build/compilers/styles/helpers/tokenProcessors.js +8 -4
  3. package/build/themeProcessors/pixelifyValues/pixelifyValues.d.ts +1 -1
  4. package/build/themeProcessors/pixelifyValues/pixelifyValues.js +4 -2
  5. package/interfaces/general/typography/index.d.ts +8 -0
  6. package/package.json +1 -1
  7. package/themes/cloud/cssVars/declarations/index.css +3 -3
  8. package/themes/cloud/cssVars/declarations/noSizes.css +3 -3
  9. package/themes/cloud/cssVars/declarations/onlyColors.css +3 -3
  10. package/themes/cloud/cssVars/declarations/onlyColors.js +1 -1
  11. package/themes/cloud/cssVars/declarations/onlyVariables.css +3 -3
  12. package/themes/cloud/cssVars/declarations/onlyVariables.js +1 -1
  13. package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +3 -3
  14. package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -3
  15. package/themes/cloud/cssVars/theme/fallbacks/index.css +3 -3
  16. package/themes/cloud/cssVars/theme/fallbacks/index.less +3 -3
  17. package/themes/cloud/cssVars/theme/fallbacks/index.pcss +3 -3
  18. package/themes/cloud/cssVars/theme/fallbacks/index.scss +3 -3
  19. package/themes/cloud/cssVars/theme/fallbacks/index.styl +3 -3
  20. package/themes/cloud/cssVars/theme/index.js +1 -1
  21. package/themes/cloud/cssVars/theme/index.json +3 -3
  22. package/themes/cloud/index.css +3 -3
  23. package/themes/cloud/index.js +1 -1
  24. package/themes/cloud/index.json +3 -3
  25. package/themes/cloud/index.less +3 -3
  26. package/themes/cloud/index.pcss +3 -3
  27. package/themes/cloud/index.scss +3 -3
  28. package/themes/cloud/index.styl +3 -3
  29. package/themes/cloud/struct.json +3 -3
  30. package/themes/legoAndroid/cssVars/declarations/index.css +53 -79
  31. package/themes/legoAndroid/cssVars/declarations/noColors.css +43 -69
  32. package/themes/legoAndroid/cssVars/declarations/onlyAdaptiveGroups.css +10 -10
  33. package/themes/legoAndroid/cssVars/declarations/onlyVariables.css +21 -21
  34. package/themes/legoAndroid/cssVars/declarations/onlyVariables.js +1 -1
  35. package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocal.css +21 -21
  36. package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -21
  37. package/themes/legoAndroid/cssVars/theme/fallbacks/index.css +43 -69
  38. package/themes/legoAndroid/cssVars/theme/fallbacks/index.less +11 -24
  39. package/themes/legoAndroid/cssVars/theme/fallbacks/index.pcss +11 -24
  40. package/themes/legoAndroid/cssVars/theme/fallbacks/index.scss +39 -52
  41. package/themes/legoAndroid/cssVars/theme/fallbacks/index.styl +11 -24
  42. package/themes/legoAndroid/cssVars/theme/index.js +1 -1
  43. package/themes/legoAndroid/cssVars/theme/index.json +111 -71
  44. package/themes/legoAndroid/index.css +43 -69
  45. package/themes/legoAndroid/index.js +1 -1
  46. package/themes/legoAndroid/index.json +41 -21
  47. package/themes/legoAndroid/index.less +11 -24
  48. package/themes/legoAndroid/index.pcss +11 -24
  49. package/themes/legoAndroid/index.scss +39 -52
  50. package/themes/legoAndroid/index.styl +11 -24
  51. package/themes/legoAndroid/struct.json +41 -21
  52. package/themes/legoAndroidDark/cssVars/declarations/index.css +53 -79
  53. package/themes/legoAndroidDark/cssVars/declarations/noColors.css +43 -69
  54. package/themes/legoAndroidDark/cssVars/declarations/onlyAdaptiveGroups.css +10 -10
  55. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.css +21 -21
  56. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
  57. package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocal.css +21 -21
  58. package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -21
  59. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.css +43 -69
  60. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.less +11 -24
  61. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.pcss +11 -24
  62. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.scss +39 -52
  63. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.styl +11 -24
  64. package/themes/legoAndroidDark/cssVars/theme/index.js +1 -1
  65. package/themes/legoAndroidDark/cssVars/theme/index.json +111 -71
  66. package/themes/legoAndroidDark/index.css +43 -69
  67. package/themes/legoAndroidDark/index.js +1 -1
  68. package/themes/legoAndroidDark/index.json +41 -21
  69. package/themes/legoAndroidDark/index.less +11 -24
  70. package/themes/legoAndroidDark/index.pcss +11 -24
  71. package/themes/legoAndroidDark/index.scss +39 -52
  72. package/themes/legoAndroidDark/index.styl +11 -24
  73. package/themes/legoAndroidDark/struct.json +41 -21
  74. package/themes/legoIOS/cssVars/declarations/index.css +68 -90
  75. package/themes/legoIOS/cssVars/declarations/noColors.css +58 -81
  76. package/themes/legoIOS/cssVars/declarations/onlyAdaptiveGroups.css +10 -9
  77. package/themes/legoIOS/cssVars/declarations/onlyVariables.css +26 -25
  78. package/themes/legoIOS/cssVars/declarations/onlyVariables.js +1 -1
  79. package/themes/legoIOS/cssVars/declarations/onlyVariablesLocal.css +26 -25
  80. package/themes/legoIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +26 -25
  81. package/themes/legoIOS/cssVars/theme/fallbacks/index.css +58 -81
  82. package/themes/legoIOS/cssVars/theme/fallbacks/index.less +16 -28
  83. package/themes/legoIOS/cssVars/theme/fallbacks/index.pcss +16 -28
  84. package/themes/legoIOS/cssVars/theme/fallbacks/index.scss +51 -62
  85. package/themes/legoIOS/cssVars/theme/fallbacks/index.styl +16 -28
  86. package/themes/legoIOS/cssVars/theme/index.js +1 -1
  87. package/themes/legoIOS/cssVars/theme/index.json +118 -70
  88. package/themes/legoIOS/index.css +58 -81
  89. package/themes/legoIOS/index.js +1 -1
  90. package/themes/legoIOS/index.json +46 -25
  91. package/themes/legoIOS/index.less +16 -28
  92. package/themes/legoIOS/index.pcss +16 -28
  93. package/themes/legoIOS/index.scss +51 -62
  94. package/themes/legoIOS/index.styl +16 -28
  95. package/themes/legoIOS/struct.json +46 -25
  96. package/themes/legoIOSDark/cssVars/declarations/index.css +68 -90
  97. package/themes/legoIOSDark/cssVars/declarations/noColors.css +58 -81
  98. package/themes/legoIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +10 -9
  99. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.css +26 -25
  100. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.js +1 -1
  101. package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocal.css +26 -25
  102. package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +26 -25
  103. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.css +58 -81
  104. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.less +16 -28
  105. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.pcss +16 -28
  106. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.scss +51 -62
  107. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.styl +16 -28
  108. package/themes/legoIOSDark/cssVars/theme/index.js +1 -1
  109. package/themes/legoIOSDark/cssVars/theme/index.json +118 -70
  110. package/themes/legoIOSDark/index.css +58 -81
  111. package/themes/legoIOSDark/index.js +1 -1
  112. package/themes/legoIOSDark/index.json +46 -25
  113. package/themes/legoIOSDark/index.less +16 -28
  114. package/themes/legoIOSDark/index.pcss +16 -28
  115. package/themes/legoIOSDark/index.scss +51 -62
  116. package/themes/legoIOSDark/index.styl +16 -28
  117. package/themes/legoIOSDark/struct.json +46 -25
@@ -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: #E64646;
454
- --vkui--color_background_negative--hover: #DD4446;
455
- --vkui--color_background_negative--active: #D44245;
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: #E64646;
454
- --vkui--color_background_negative--hover: #DD4446;
455
- --vkui--color_background_negative--active: #D44245;
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, #E64646);
454
- --vkui--color_background_negative--hover: var(--vkui--color_background_negative--hover, #DD4446);
455
- --vkui--color_background_negative--active: var(--vkui--color_background_negative--active, #D44245);
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, #E64646);
250
- @color-background-negative--hover: var(--vkui--color_background_negative--hover, #DD4446);
251
- @color-background-negative--active: var(--vkui--color_background_negative--active, #D44245);
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, #E64646);
251
- --color-background-negative--hover: var(--vkui--color_background_negative--hover, #DD4446);
252
- --color-background-negative--active: var(--vkui--color_background_negative--active, #D44245);
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, #E64646);
250
- $color-background-negative--hover: var(--vkui--color_background_negative--hover, #DD4446);
251
- $color-background-negative--active: var(--vkui--color_background_negative--active, #D44245);
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, #E64646);
250
- $color-background-negative--hover = var(--vkui--color_background_negative--hover, #DD4446);
251
- $color-background-negative--active = var(--vkui--color_background_negative--active, #D44245);
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);