@vkontakte/vkui-tokens 4.77.0 → 4.78.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 (203) hide show
  1. package/interfaces/themes/legoAndroid/index.d.ts +5 -19
  2. package/interfaces/themes/legoIOS/index.d.ts +4 -2
  3. package/interfaces/themes/vkontakteAndroid/index.d.ts +2 -0
  4. package/package.json +1 -1
  5. package/themeDescriptions/base/paradigm.js +1 -1
  6. package/themes/legoAndroid/cssVars/declarations/index.css +21 -18
  7. package/themes/legoAndroid/cssVars/declarations/noColors.css +3 -3
  8. package/themes/legoAndroid/cssVars/declarations/noSizes.css +18 -15
  9. package/themes/legoAndroid/cssVars/declarations/onlyColors.css +18 -15
  10. package/themes/legoAndroid/cssVars/declarations/onlyColors.js +1 -1
  11. package/themes/legoAndroid/cssVars/declarations/onlyVariables.css +19 -16
  12. package/themes/legoAndroid/cssVars/declarations/onlyVariables.js +1 -1
  13. package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocal.css +19 -16
  14. package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -13
  15. package/themes/legoAndroid/cssVars/theme/fallbacks/index.css +21 -18
  16. package/themes/legoAndroid/cssVars/theme/fallbacks/index.less +19 -16
  17. package/themes/legoAndroid/cssVars/theme/fallbacks/index.pcss +19 -16
  18. package/themes/legoAndroid/cssVars/theme/fallbacks/index.scss +21 -18
  19. package/themes/legoAndroid/cssVars/theme/fallbacks/index.styl +19 -16
  20. package/themes/legoAndroid/cssVars/theme/index.js +1 -1
  21. package/themes/legoAndroid/cssVars/theme/index.json +41 -27
  22. package/themes/legoAndroid/docs.json +332 -0
  23. package/themes/legoAndroid/index.css +21 -18
  24. package/themes/legoAndroid/index.js +1 -1
  25. package/themes/legoAndroid/index.json +23 -18
  26. package/themes/legoAndroid/index.less +19 -16
  27. package/themes/legoAndroid/index.pcss +19 -16
  28. package/themes/legoAndroid/index.scss +21 -18
  29. package/themes/legoAndroid/index.styl +19 -16
  30. package/themes/legoAndroid/struct.json +18 -13
  31. package/themes/legoAndroidDark/cssVars/declarations/index.css +21 -18
  32. package/themes/legoAndroidDark/cssVars/declarations/noColors.css +3 -3
  33. package/themes/legoAndroidDark/cssVars/declarations/noSizes.css +18 -15
  34. package/themes/legoAndroidDark/cssVars/declarations/onlyColors.css +18 -15
  35. package/themes/legoAndroidDark/cssVars/declarations/onlyColors.js +1 -1
  36. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.css +19 -16
  37. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
  38. package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocal.css +19 -16
  39. package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -13
  40. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.css +21 -18
  41. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.less +19 -16
  42. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.pcss +19 -16
  43. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.scss +21 -18
  44. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.styl +19 -16
  45. package/themes/legoAndroidDark/cssVars/theme/index.js +1 -1
  46. package/themes/legoAndroidDark/cssVars/theme/index.json +41 -27
  47. package/themes/legoAndroidDark/docs.json +332 -0
  48. package/themes/legoAndroidDark/index.css +21 -18
  49. package/themes/legoAndroidDark/index.js +1 -1
  50. package/themes/legoAndroidDark/index.json +23 -18
  51. package/themes/legoAndroidDark/index.less +19 -16
  52. package/themes/legoAndroidDark/index.pcss +19 -16
  53. package/themes/legoAndroidDark/index.scss +21 -18
  54. package/themes/legoAndroidDark/index.styl +19 -16
  55. package/themes/legoAndroidDark/struct.json +18 -13
  56. package/themes/legoIOS/cssVars/declarations/index.css +48 -45
  57. package/themes/legoIOS/cssVars/declarations/noColors.css +30 -30
  58. package/themes/legoIOS/cssVars/declarations/noSizes.css +18 -15
  59. package/themes/legoIOS/cssVars/declarations/onlyColors.css +18 -15
  60. package/themes/legoIOS/cssVars/declarations/onlyColors.js +1 -1
  61. package/themes/legoIOS/cssVars/declarations/onlyVariables.css +28 -25
  62. package/themes/legoIOS/cssVars/declarations/onlyVariables.js +1 -1
  63. package/themes/legoIOS/cssVars/declarations/onlyVariablesLocal.css +28 -25
  64. package/themes/legoIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -25
  65. package/themes/legoIOS/cssVars/theme/fallbacks/index.css +48 -45
  66. package/themes/legoIOS/cssVars/theme/fallbacks/index.less +28 -25
  67. package/themes/legoIOS/cssVars/theme/fallbacks/index.pcss +28 -25
  68. package/themes/legoIOS/cssVars/theme/fallbacks/index.scss +41 -38
  69. package/themes/legoIOS/cssVars/theme/fallbacks/index.styl +28 -25
  70. package/themes/legoIOS/cssVars/theme/index.js +1 -1
  71. package/themes/legoIOS/cssVars/theme/index.json +39 -25
  72. package/themes/legoIOS/docs.json +4 -0
  73. package/themes/legoIOS/index.css +48 -45
  74. package/themes/legoIOS/index.js +1 -1
  75. package/themes/legoIOS/index.json +30 -25
  76. package/themes/legoIOS/index.less +28 -25
  77. package/themes/legoIOS/index.pcss +28 -25
  78. package/themes/legoIOS/index.scss +41 -38
  79. package/themes/legoIOS/index.styl +28 -25
  80. package/themes/legoIOS/struct.json +30 -25
  81. package/themes/legoIOSDark/cssVars/declarations/index.css +48 -45
  82. package/themes/legoIOSDark/cssVars/declarations/noColors.css +30 -30
  83. package/themes/legoIOSDark/cssVars/declarations/noSizes.css +18 -15
  84. package/themes/legoIOSDark/cssVars/declarations/onlyColors.css +18 -15
  85. package/themes/legoIOSDark/cssVars/declarations/onlyColors.js +1 -1
  86. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.css +28 -25
  87. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.js +1 -1
  88. package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocal.css +28 -25
  89. package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -25
  90. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.css +48 -45
  91. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.less +28 -25
  92. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.pcss +28 -25
  93. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.scss +41 -38
  94. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.styl +28 -25
  95. package/themes/legoIOSDark/cssVars/theme/index.js +1 -1
  96. package/themes/legoIOSDark/cssVars/theme/index.json +39 -25
  97. package/themes/legoIOSDark/docs.json +4 -0
  98. package/themes/legoIOSDark/index.css +48 -45
  99. package/themes/legoIOSDark/index.js +1 -1
  100. package/themes/legoIOSDark/index.json +30 -25
  101. package/themes/legoIOSDark/index.less +28 -25
  102. package/themes/legoIOSDark/index.pcss +28 -25
  103. package/themes/legoIOSDark/index.scss +41 -38
  104. package/themes/legoIOSDark/index.styl +28 -25
  105. package/themes/legoIOSDark/struct.json +30 -25
  106. package/themes/vkontakteAndroid/cssVars/declarations/index.css +6 -0
  107. package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +6 -0
  108. package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +6 -0
  109. package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +1 -1
  110. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +6 -0
  111. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +1 -1
  112. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +6 -0
  113. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
  114. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +6 -0
  115. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +6 -0
  116. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +6 -0
  117. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +6 -0
  118. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +6 -0
  119. package/themes/vkontakteAndroid/cssVars/theme/index.js +1 -1
  120. package/themes/vkontakteAndroid/cssVars/theme/index.json +28 -0
  121. package/themes/vkontakteAndroid/docs.json +8 -0
  122. package/themes/vkontakteAndroid/index.css +6 -0
  123. package/themes/vkontakteAndroid/index.js +1 -1
  124. package/themes/vkontakteAndroid/index.json +10 -0
  125. package/themes/vkontakteAndroid/index.less +6 -0
  126. package/themes/vkontakteAndroid/index.pcss +6 -0
  127. package/themes/vkontakteAndroid/index.scss +6 -0
  128. package/themes/vkontakteAndroid/index.styl +6 -0
  129. package/themes/vkontakteAndroid/struct.json +10 -0
  130. package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +6 -0
  131. package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +6 -0
  132. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +6 -0
  133. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +1 -1
  134. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +6 -0
  135. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
  136. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
  137. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
  138. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +6 -0
  139. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +6 -0
  140. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +6 -0
  141. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +6 -0
  142. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +6 -0
  143. package/themes/vkontakteAndroidDark/cssVars/theme/index.js +1 -1
  144. package/themes/vkontakteAndroidDark/cssVars/theme/index.json +28 -0
  145. package/themes/vkontakteAndroidDark/docs.json +8 -0
  146. package/themes/vkontakteAndroidDark/index.css +6 -0
  147. package/themes/vkontakteAndroidDark/index.js +1 -1
  148. package/themes/vkontakteAndroidDark/index.json +10 -0
  149. package/themes/vkontakteAndroidDark/index.less +6 -0
  150. package/themes/vkontakteAndroidDark/index.pcss +6 -0
  151. package/themes/vkontakteAndroidDark/index.scss +6 -0
  152. package/themes/vkontakteAndroidDark/index.styl +6 -0
  153. package/themes/vkontakteAndroidDark/struct.json +10 -0
  154. package/themes/vkontakteCom/docs.json +8 -0
  155. package/themes/vkontakteComDark/docs.json +8 -0
  156. package/themes/vkontakteIOS/cssVars/declarations/index.css +6 -0
  157. package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +6 -0
  158. package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +6 -0
  159. package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +1 -1
  160. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +6 -0
  161. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +1 -1
  162. package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +6 -0
  163. package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
  164. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +6 -0
  165. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +6 -0
  166. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +6 -0
  167. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +6 -0
  168. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +6 -0
  169. package/themes/vkontakteIOS/cssVars/theme/index.js +1 -1
  170. package/themes/vkontakteIOS/cssVars/theme/index.json +28 -0
  171. package/themes/vkontakteIOS/docs.json +8 -0
  172. package/themes/vkontakteIOS/index.css +6 -0
  173. package/themes/vkontakteIOS/index.js +1 -1
  174. package/themes/vkontakteIOS/index.json +10 -0
  175. package/themes/vkontakteIOS/index.less +6 -0
  176. package/themes/vkontakteIOS/index.pcss +6 -0
  177. package/themes/vkontakteIOS/index.scss +6 -0
  178. package/themes/vkontakteIOS/index.styl +6 -0
  179. package/themes/vkontakteIOS/struct.json +10 -0
  180. package/themes/vkontakteIOSDark/cssVars/declarations/index.css +6 -0
  181. package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +6 -0
  182. package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +6 -0
  183. package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +1 -1
  184. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +6 -0
  185. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +1 -1
  186. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
  187. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
  188. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +6 -0
  189. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +6 -0
  190. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +6 -0
  191. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +6 -0
  192. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +6 -0
  193. package/themes/vkontakteIOSDark/cssVars/theme/index.js +1 -1
  194. package/themes/vkontakteIOSDark/cssVars/theme/index.json +28 -0
  195. package/themes/vkontakteIOSDark/docs.json +8 -0
  196. package/themes/vkontakteIOSDark/index.css +6 -0
  197. package/themes/vkontakteIOSDark/index.js +1 -1
  198. package/themes/vkontakteIOSDark/index.json +10 -0
  199. package/themes/vkontakteIOSDark/index.less +6 -0
  200. package/themes/vkontakteIOSDark/index.pcss +6 -0
  201. package/themes/vkontakteIOSDark/index.scss +6 -0
  202. package/themes/vkontakteIOSDark/index.styl +6 -0
  203. package/themes/vkontakteIOSDark/struct.json +10 -0
@@ -1,19 +1,5 @@
1
- import type { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from "../../general/colors/index.ts";
2
- import type { ThemeCssVars } from "../../general/index.ts";
3
- import type { Tokens } from "../../general/tools/tokenValue.ts";
4
- import type { VkontakteAndroidGradients } from "../vkontakteAndroid/index.ts";
5
- import type { ThemeVkBase, ThemeVkBaseDescription } from "../vkBase/index.ts";
6
- export interface LocalLegoAndroidColorsDescriptionStruct {
7
- // Дополнительные цвета для темы
8
- colorBackgroundInverse: ColorDescription;
9
- }
10
- export type LegoAndroidLocalColors = {
11
- [key in keyof LocalLegoAndroidColorsDescriptionStruct]: ColorWithStates;
12
- };
13
- export interface ThemeLegoAndroid extends ThemeVkBase, LegoAndroidLocalColors, VkontakteAndroidGradients {
14
- }
15
- export interface ThemeLegoAndroidDescription extends ThemeVkBaseDescription, Tokens<VkontakteAndroidGradients> {
16
- colors: LocalLegoAndroidColorsDescriptionStruct & ColorsDescriptionStruct;
17
- }
18
- export interface ThemeLegoAndroidCssVars extends ThemeCssVars<ThemeLegoAndroid> {
19
- }
1
+ // Реэкспорт интерфейсов, так как набор переменных должен совпадать
2
+ import type { ThemeVkontakteAndroid, ThemeVkontakteAndroidCssVars, ThemeVkontakteAndroidDescription } from "../vkontakteAndroid/index.ts";
3
+ export type ThemeLegoAndroid = ThemeVkontakteAndroid;
4
+ export type ThemeLegoAndroidDescription = ThemeVkontakteAndroidDescription;
5
+ export type ThemeLegoAndroidCssVars = ThemeVkontakteAndroidCssVars;
@@ -1,9 +1,11 @@
1
1
  import type { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from "../../general/colors/index.ts";
2
2
  import type { ThemeCssVars } from "../../general/index.ts";
3
3
  import type { ThemeVkBase, ThemeVkBaseDescription } from "../vkBase/index.ts";
4
- export interface LocalVkontakteIOSColorsDescriptionStruct {
5
- // Дополнительные цвета для темы
4
+ /**
5
+ * Дополнительные цвета для темы
6
+ */ export interface LocalVkontakteIOSColorsDescriptionStruct {
6
7
  colorBackgroundInverse: ColorDescription;
8
+ colorStrokeContrastSecondaryAlpha: ColorDescription;
7
9
  }
8
10
  export type LegoIOSLocalColors = {
9
11
  [key in keyof LocalVkontakteIOSColorsDescriptionStruct]: ColorWithStates;
@@ -142,6 +142,8 @@ export interface VkontakteAndroidGradients {
142
142
  */ vkontakteGradientWomensDay: GradientPoints;
143
143
  }
144
144
  export interface LocalVkontakteAndroidColorsDescriptionStruct {
145
+ colorBackgroundInverse: ColorDescription;
146
+ colorStrokeContrastSecondaryAlpha: ColorDescription;
145
147
  vkontakteColorSnippetBorderAlpha: ColorDescription;
146
148
  vkontakteColorSnippetBackground: ColorDescription;
147
149
  vkontakteColorModalCardBorderAlpha: ColorDescription;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/vkui-tokens",
3
- "version": "4.77.0",
3
+ "version": "4.78.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,4 +1,4 @@
1
- import{_ as r}from"@swc/helpers/_/_object_spread";import{_ as o}from"@swc/helpers/_/_object_spread_props";import{getGradientPointsFromColor as e}from"../../build/helpers/getGradientPointsFromColor.js";import{alias as a,staticRef as t}from"../../build/helpers/tokenHelpers.js";import{overlayColors as n}from"../../build/themeProcessors/expandColors/overlayColors.js";import{helpers as l}from"../../utils/common/index.js";var i='apple-system, system-ui, "Helvetica Neue", Arial, sans-serif',c="VKSansDisplay, MailSans, ".concat(i),g="#F6F7F8",d="#252525",u="#232324";export var lightColors={colorsScheme:"light",colors:{// Background
1
+ import{_ as r}from"@swc/helpers/_/_object_spread";import{_ as o}from"@swc/helpers/_/_object_spread_props";import{getGradientPointsFromColor as e}from"../../build/helpers/getGradientPointsFromColor.js";import{alias as a,staticRef as t}from"../../build/helpers/tokenHelpers.js";import{overlayColors as n}from"../../build/themeProcessors/expandColors/overlayColors.js";import{helpers as l}from"../../utils/common";var i='apple-system, system-ui, "Helvetica Neue", Arial, sans-serif',c="VKSansDisplay, MailSans, ".concat(i),g="#F6F7F8",d="#252525",u="#232324";export var lightColors={colorsScheme:"light",colors:{// Background
2
2
  colorBackgroundAccent:"#0077FF",colorBackgroundAccentThemed:"#0077FF",colorBackgroundAccentThemedAlpha:"rgba(0, 119, 255, 0.2)",colorBackgroundAccentAlternative:"#FF9E00",colorBackgroundContent:"#FFFFFF",colorBackgroundContentAlpha:"rgba(255, 255, 255, 0.8)",colorBackgroundContentInverse:u,colorBackgroundSecondary:"#F0F1F3",colorBackgroundSecondaryAlpha:{normal:"rgba(0, 16, 61, 0.06)",hover:"rgba(0, 16, 61, 0.1)",active:"rgba(0, 16, 61, 0.14)"},colorBackground:"#FFFFFF",colorBackgroundContrast:"#FFFFFF",colorBackgroundContrastSecondaryAlpha:{normal:"rgba(255, 255, 255, 0.2)",hover:"rgba(255, 255, 255, 0.24)",active:"rgba(255, 255, 255, 0.28)"},colorBackgroundWarning:"#FFF1AD",colorBackgroundNegative:"#ED330A",colorBackgroundTertiary:g,colorBackgroundTertiaryAlpha:{normal:"rgba(0, 0, 0, 0.04)",hover:"rgba(0, 0, 0, 0.08)",active:"rgba(0, 0, 0, 0.12)"},colorBackgroundModal:"#FFFFFF",colorBackgroundPositive:"#0DC268",colorBackgroundNegativeTint:"#FEEFEB",colorBackgroundPositiveTint:"#ECFAF3",colorFieldBackground:"#ffffff",colorBackgroundModalInverse:"#303030",colorBackgroundContrastInverse:"#303030",colorBackgroundContrastThemed:"#FFFFFF",colorBackgroundAccentTint:"#5a9eff",colorBackgroundInfoTint:"#f0f4ff",// Text
3
3
  colorTextAccent:"#0070f0",colorTextAccentThemed:"#0070f0",colorTextNegative:"#ED330a",colorTextLink:"#0070f0",colorTextLinkTint:"#71AAEB",colorTextLinkThemed:"#0070f0",colorTextMuted:"#2C2D2E",colorTextPrimary:"#2C2D2E",colorTextPrimaryAlpha:"rgba(37, 41, 46, 0.84)",colorTextPrimaryInvariably:"#2C2D2E",colorTextSecondary:"#87898F",colorTextSecondaryAlpha:"rgba(37, 41, 46, 0.55)",colorTextSubhead:"#797A80",colorTextTertiary:"#AAADB3",colorTextLinkVisited:"#528FDF",colorTextContrast:"#FFFFFF",colorTextContrastThemed:"#FFFFFF",colorLinkContrast:"#FFFFFF",colorTextPositive:"#0DC268",// Icons
4
4
  colorIconAccent:"#0077ff",colorIconAccentThemed:"#0077ff",colorIconPrimary:"#2C2D2E",colorIconPrimaryInvariably:"#2C2D2E",colorIconMedium:"#919399",colorIconMediumAlpha:"rgba(39, 43, 55, 0.5)",colorIconSecondary:"#A5A7AD",colorIconSecondaryAlpha:"rgba(39, 43, 55, 0.3)",colorIconTertiary:"#CFD1D6",colorIconTertiaryAlpha:"rgba(39, 43, 55, 0.2)",colorIconContrast:"#FFFFFF",colorIconContrastThemed:"#FFFFFF",colorIconPositive:"#0DC268",colorIconWarning:"#FF9E00",colorIconNegative:"#ED330a",colorIconContrastSecondary:"#F2F3F5",// Stroke
@@ -65,7 +65,7 @@
65
65
  --vkui--font_headline2--font_size--compact: 14px;
66
66
  --vkui--font_headline2--line_height--compact: 20px;
67
67
  --vkui--font_text--font_size--regular: 16px;
68
- --vkui--font_text--line_height--regular: 18.33px;
68
+ --vkui--font_text--line_height--regular: 18.5px;
69
69
  --vkui--font_text--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
70
70
  --vkui--font_text--font_weight--regular: 600;
71
71
  --vkui--font_text--font_variation_settings--optical_size--regular: 24;
@@ -349,9 +349,9 @@
349
349
  --vkui--color_background_warning: #fff2d6;
350
350
  --vkui--color_background_warning--hover: #F5E9D0;
351
351
  --vkui--color_background_warning--active: #EBE0CA;
352
- --vkui--color_background_negative: #fe3c60;
353
- --vkui--color_background_negative--hover: #F43A5F;
354
- --vkui--color_background_negative--active: #EA385D;
352
+ --vkui--color_background_negative: #F65460;
353
+ --vkui--color_background_negative--hover: #EC515F;
354
+ --vkui--color_background_negative--active: #E24F5D;
355
355
  --vkui--color_background_negative_tint: #ffe9e9;
356
356
  --vkui--color_background_negative_tint--hover: #F5E0E2;
357
357
  --vkui--color_background_negative_tint--active: #EBD8DB;
@@ -400,9 +400,9 @@
400
400
  --vkui--color_text_positive: #34c759;
401
401
  --vkui--color_text_positive--hover: #32C058;
402
402
  --vkui--color_text_positive--active: #30B857;
403
- --vkui--color_text_negative: #fe3c60;
404
- --vkui--color_text_negative--hover: #F43A5F;
405
- --vkui--color_text_negative--active: #EA385D;
403
+ --vkui--color_text_negative: #F65460;
404
+ --vkui--color_text_negative--hover: #EC515F;
405
+ --vkui--color_text_negative--active: #E24F5D;
406
406
  --vkui--color_text_link: #2e90ff;
407
407
  --vkui--color_text_link--hover: #2C8BF7;
408
408
  --vkui--color_text_link--active: #2A86EF;
@@ -466,9 +466,9 @@
466
466
  --vkui--color_icon_warning: #ff6900;
467
467
  --vkui--color_icon_warning--hover: #F56502;
468
468
  --vkui--color_icon_warning--active: #EB6205;
469
- --vkui--color_icon_negative: #fe3c60;
470
- --vkui--color_icon_negative--hover: #F43A5F;
471
- --vkui--color_icon_negative--active: #EA385D;
469
+ --vkui--color_icon_negative: #F65460;
470
+ --vkui--color_icon_negative--hover: #EC515F;
471
+ --vkui--color_icon_negative--active: #E24F5D;
472
472
  --vkui--color_stroke_accent: #2e90ff;
473
473
  --vkui--color_stroke_accent--hover: #2C8BF7;
474
474
  --vkui--color_stroke_accent--active: #2A86EF;
@@ -493,9 +493,9 @@
493
493
  --vkui--color_stroke_positive: #34c759;
494
494
  --vkui--color_stroke_positive--hover: #32C058;
495
495
  --vkui--color_stroke_positive--active: #30B857;
496
- --vkui--color_stroke_negative: #fe3c60;
497
- --vkui--color_stroke_negative--hover: #F43A5F;
498
- --vkui--color_stroke_negative--active: #EA385D;
496
+ --vkui--color_stroke_negative: #F65460;
497
+ --vkui--color_stroke_negative--hover: #EC515F;
498
+ --vkui--color_stroke_negative--active: #E24F5D;
499
499
  --vkui--color_stroke_contrast: #ffffff;
500
500
  --vkui--color_stroke_contrast--hover: #F5F5F7;
501
501
  --vkui--color_stroke_contrast--active: #EBECEF;
@@ -622,6 +622,12 @@
622
622
  --vkui--color_transparent: #00000000;
623
623
  --vkui--color_transparent--hover: rgba(0, 0, 0, 0.04);
624
624
  --vkui--color_transparent--active: rgba(0, 0, 0, 0.08);
625
+ --vkui--color_background_inverse: #262626;
626
+ --vkui--color_background_inverse--hover: #242527;
627
+ --vkui--color_background_inverse--active: #232428;
628
+ --vkui--color_stroke_contrast_secondary_alpha: #ffffff1f;
629
+ --vkui--color_stroke_contrast_secondary_alpha--hover: rgba(255, 255, 255, 0.16);
630
+ --vkui--color_stroke_contrast_secondary_alpha--active: rgba(255, 255, 255, 0.2);
625
631
  --vkui--vkontakte_color_snippet_border_alpha: rgba(0, 0, 0, 0.15);
626
632
  --vkui--vkontakte_color_snippet_border_alpha--hover: rgba(0, 0, 0, 0.19);
627
633
  --vkui--vkontakte_color_snippet_border_alpha--active: rgba(0, 0, 0, 0.23);
@@ -868,9 +874,6 @@
868
874
  --vkui--vkontakte_palette_black: #000000;
869
875
  --vkui--vkontakte_palette_black--hover: #000102;
870
876
  --vkui--vkontakte_palette_black--active: #000105;
871
- --vkui--color_background_inverse: #262626;
872
- --vkui--color_background_inverse--hover: #242527;
873
- --vkui--color_background_inverse--active: #232428;
874
877
  }
875
878
 
876
879
  .vkui--font_display_title1--regular {
@@ -1056,8 +1059,8 @@
1056
1059
  .vkui--font_text--regular {
1057
1060
  font-size: 16px;
1058
1061
  font-size: var(--vkui--font_text--font_size--regular, 16px);
1059
- line-height: 18.33px;
1060
- line-height: var(--vkui--font_text--line_height--regular, 18.33px);
1062
+ line-height: 18.5px;
1063
+ line-height: var(--vkui--font_text--line_height--regular, 18.5px);
1061
1064
  font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
1062
1065
  font-family: var(--vkui--font_text--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
1063
1066
  font-weight: 600;
@@ -65,7 +65,7 @@
65
65
  --vkui--font_headline2--font_size--compact: 14px;
66
66
  --vkui--font_headline2--line_height--compact: 20px;
67
67
  --vkui--font_text--font_size--regular: 16px;
68
- --vkui--font_text--line_height--regular: 18.33px;
68
+ --vkui--font_text--line_height--regular: 18.5px;
69
69
  --vkui--font_text--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
70
70
  --vkui--font_text--font_weight--regular: 600;
71
71
  --vkui--font_text--font_variation_settings--optical_size--regular: 24;
@@ -655,8 +655,8 @@
655
655
  .vkui--font_text--regular {
656
656
  font-size: 16px;
657
657
  font-size: var(--vkui--font_text--font_size--regular, 16px);
658
- line-height: 18.33px;
659
- line-height: var(--vkui--font_text--line_height--regular, 18.33px);
658
+ line-height: 18.5px;
659
+ line-height: var(--vkui--font_text--line_height--regular, 18.5px);
660
660
  font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
661
661
  font-family: var(--vkui--font_text--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
662
662
  font-weight: 600;
@@ -133,9 +133,9 @@
133
133
  --vkui--color_background_warning: #fff2d6;
134
134
  --vkui--color_background_warning--hover: #F5E9D0;
135
135
  --vkui--color_background_warning--active: #EBE0CA;
136
- --vkui--color_background_negative: #fe3c60;
137
- --vkui--color_background_negative--hover: #F43A5F;
138
- --vkui--color_background_negative--active: #EA385D;
136
+ --vkui--color_background_negative: #F65460;
137
+ --vkui--color_background_negative--hover: #EC515F;
138
+ --vkui--color_background_negative--active: #E24F5D;
139
139
  --vkui--color_background_negative_tint: #ffe9e9;
140
140
  --vkui--color_background_negative_tint--hover: #F5E0E2;
141
141
  --vkui--color_background_negative_tint--active: #EBD8DB;
@@ -184,9 +184,9 @@
184
184
  --vkui--color_text_positive: #34c759;
185
185
  --vkui--color_text_positive--hover: #32C058;
186
186
  --vkui--color_text_positive--active: #30B857;
187
- --vkui--color_text_negative: #fe3c60;
188
- --vkui--color_text_negative--hover: #F43A5F;
189
- --vkui--color_text_negative--active: #EA385D;
187
+ --vkui--color_text_negative: #F65460;
188
+ --vkui--color_text_negative--hover: #EC515F;
189
+ --vkui--color_text_negative--active: #E24F5D;
190
190
  --vkui--color_text_link: #2e90ff;
191
191
  --vkui--color_text_link--hover: #2C8BF7;
192
192
  --vkui--color_text_link--active: #2A86EF;
@@ -250,9 +250,9 @@
250
250
  --vkui--color_icon_warning: #ff6900;
251
251
  --vkui--color_icon_warning--hover: #F56502;
252
252
  --vkui--color_icon_warning--active: #EB6205;
253
- --vkui--color_icon_negative: #fe3c60;
254
- --vkui--color_icon_negative--hover: #F43A5F;
255
- --vkui--color_icon_negative--active: #EA385D;
253
+ --vkui--color_icon_negative: #F65460;
254
+ --vkui--color_icon_negative--hover: #EC515F;
255
+ --vkui--color_icon_negative--active: #E24F5D;
256
256
  --vkui--color_stroke_accent: #2e90ff;
257
257
  --vkui--color_stroke_accent--hover: #2C8BF7;
258
258
  --vkui--color_stroke_accent--active: #2A86EF;
@@ -277,9 +277,9 @@
277
277
  --vkui--color_stroke_positive: #34c759;
278
278
  --vkui--color_stroke_positive--hover: #32C058;
279
279
  --vkui--color_stroke_positive--active: #30B857;
280
- --vkui--color_stroke_negative: #fe3c60;
281
- --vkui--color_stroke_negative--hover: #F43A5F;
282
- --vkui--color_stroke_negative--active: #EA385D;
280
+ --vkui--color_stroke_negative: #F65460;
281
+ --vkui--color_stroke_negative--hover: #EC515F;
282
+ --vkui--color_stroke_negative--active: #E24F5D;
283
283
  --vkui--color_stroke_contrast: #ffffff;
284
284
  --vkui--color_stroke_contrast--hover: #F5F5F7;
285
285
  --vkui--color_stroke_contrast--active: #EBECEF;
@@ -406,6 +406,12 @@
406
406
  --vkui--color_transparent: #00000000;
407
407
  --vkui--color_transparent--hover: rgba(0, 0, 0, 0.04);
408
408
  --vkui--color_transparent--active: rgba(0, 0, 0, 0.08);
409
+ --vkui--color_background_inverse: #262626;
410
+ --vkui--color_background_inverse--hover: #242527;
411
+ --vkui--color_background_inverse--active: #232428;
412
+ --vkui--color_stroke_contrast_secondary_alpha: #ffffff1f;
413
+ --vkui--color_stroke_contrast_secondary_alpha--hover: rgba(255, 255, 255, 0.16);
414
+ --vkui--color_stroke_contrast_secondary_alpha--active: rgba(255, 255, 255, 0.2);
409
415
  --vkui--vkontakte_color_snippet_border_alpha: rgba(0, 0, 0, 0.15);
410
416
  --vkui--vkontakte_color_snippet_border_alpha--hover: rgba(0, 0, 0, 0.19);
411
417
  --vkui--vkontakte_color_snippet_border_alpha--active: rgba(0, 0, 0, 0.23);
@@ -652,7 +658,4 @@
652
658
  --vkui--vkontakte_palette_black: #000000;
653
659
  --vkui--vkontakte_palette_black--hover: #000102;
654
660
  --vkui--vkontakte_palette_black--active: #000105;
655
- --vkui--color_background_inverse: #262626;
656
- --vkui--color_background_inverse--hover: #242527;
657
- --vkui--color_background_inverse--active: #232428;
658
661
  }
@@ -65,9 +65,9 @@
65
65
  --vkui--color_background_warning: #fff2d6;
66
66
  --vkui--color_background_warning--hover: #F5E9D0;
67
67
  --vkui--color_background_warning--active: #EBE0CA;
68
- --vkui--color_background_negative: #fe3c60;
69
- --vkui--color_background_negative--hover: #F43A5F;
70
- --vkui--color_background_negative--active: #EA385D;
68
+ --vkui--color_background_negative: #F65460;
69
+ --vkui--color_background_negative--hover: #EC515F;
70
+ --vkui--color_background_negative--active: #E24F5D;
71
71
  --vkui--color_background_negative_tint: #ffe9e9;
72
72
  --vkui--color_background_negative_tint--hover: #F5E0E2;
73
73
  --vkui--color_background_negative_tint--active: #EBD8DB;
@@ -116,9 +116,9 @@
116
116
  --vkui--color_text_positive: #34c759;
117
117
  --vkui--color_text_positive--hover: #32C058;
118
118
  --vkui--color_text_positive--active: #30B857;
119
- --vkui--color_text_negative: #fe3c60;
120
- --vkui--color_text_negative--hover: #F43A5F;
121
- --vkui--color_text_negative--active: #EA385D;
119
+ --vkui--color_text_negative: #F65460;
120
+ --vkui--color_text_negative--hover: #EC515F;
121
+ --vkui--color_text_negative--active: #E24F5D;
122
122
  --vkui--color_text_link: #2e90ff;
123
123
  --vkui--color_text_link--hover: #2C8BF7;
124
124
  --vkui--color_text_link--active: #2A86EF;
@@ -182,9 +182,9 @@
182
182
  --vkui--color_icon_warning: #ff6900;
183
183
  --vkui--color_icon_warning--hover: #F56502;
184
184
  --vkui--color_icon_warning--active: #EB6205;
185
- --vkui--color_icon_negative: #fe3c60;
186
- --vkui--color_icon_negative--hover: #F43A5F;
187
- --vkui--color_icon_negative--active: #EA385D;
185
+ --vkui--color_icon_negative: #F65460;
186
+ --vkui--color_icon_negative--hover: #EC515F;
187
+ --vkui--color_icon_negative--active: #E24F5D;
188
188
  --vkui--color_stroke_accent: #2e90ff;
189
189
  --vkui--color_stroke_accent--hover: #2C8BF7;
190
190
  --vkui--color_stroke_accent--active: #2A86EF;
@@ -209,9 +209,9 @@
209
209
  --vkui--color_stroke_positive: #34c759;
210
210
  --vkui--color_stroke_positive--hover: #32C058;
211
211
  --vkui--color_stroke_positive--active: #30B857;
212
- --vkui--color_stroke_negative: #fe3c60;
213
- --vkui--color_stroke_negative--hover: #F43A5F;
214
- --vkui--color_stroke_negative--active: #EA385D;
212
+ --vkui--color_stroke_negative: #F65460;
213
+ --vkui--color_stroke_negative--hover: #EC515F;
214
+ --vkui--color_stroke_negative--active: #E24F5D;
215
215
  --vkui--color_stroke_contrast: #ffffff;
216
216
  --vkui--color_stroke_contrast--hover: #F5F5F7;
217
217
  --vkui--color_stroke_contrast--active: #EBECEF;
@@ -338,6 +338,12 @@
338
338
  --vkui--color_transparent: #00000000;
339
339
  --vkui--color_transparent--hover: rgba(0, 0, 0, 0.04);
340
340
  --vkui--color_transparent--active: rgba(0, 0, 0, 0.08);
341
+ --vkui--color_background_inverse: #262626;
342
+ --vkui--color_background_inverse--hover: #242527;
343
+ --vkui--color_background_inverse--active: #232428;
344
+ --vkui--color_stroke_contrast_secondary_alpha: #ffffff1f;
345
+ --vkui--color_stroke_contrast_secondary_alpha--hover: rgba(255, 255, 255, 0.16);
346
+ --vkui--color_stroke_contrast_secondary_alpha--active: rgba(255, 255, 255, 0.2);
341
347
  --vkui--vkontakte_color_snippet_border_alpha: rgba(0, 0, 0, 0.15);
342
348
  --vkui--vkontakte_color_snippet_border_alpha--hover: rgba(0, 0, 0, 0.19);
343
349
  --vkui--vkontakte_color_snippet_border_alpha--active: rgba(0, 0, 0, 0.23);
@@ -584,7 +590,4 @@
584
590
  --vkui--vkontakte_palette_black: #000000;
585
591
  --vkui--vkontakte_palette_black--hover: #000102;
586
592
  --vkui--vkontakte_palette_black--active: #000105;
587
- --vkui--color_background_inverse: #262626;
588
- --vkui--color_background_inverse--hover: #242527;
589
- --vkui--color_background_inverse--active: #232428;
590
593
  }