@vkontakte/vkui-tokens 4.0.0 → 4.2.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 (641) hide show
  1. package/README.md +108 -42
  2. package/build/compilers/index.d.ts +2 -2
  3. package/build/compilers/index.js +2 -0
  4. package/build/compilers/styles/compileStyles.d.ts +4 -2
  5. package/build/compilers/styles/compileStyles.js +31 -10
  6. package/build/compilers/styles/compileStyles.test.js +265 -196
  7. package/build/helpers/getAllButColors.d.ts +1 -0
  8. package/build/helpers/getAllButColors.js +17 -0
  9. package/build/helpers/getAllButColors.test.d.ts +1 -0
  10. package/build/helpers/getAllButColors.test.js +26 -0
  11. package/interfaces/general/geometry/index.d.ts +4 -0
  12. package/interfaces/general/index.d.ts +4 -0
  13. package/interfaces/themes/vkComDark/index.d.ts +1 -0
  14. package/interfaces/themes/vkComDark/index.js +2 -0
  15. package/interfaces/themes/vkIOSDark/index.d.ts +1 -0
  16. package/interfaces/themes/vkIOSDark/index.js +2 -0
  17. package/package.json +1 -1
  18. package/themeDescriptions/base/paradigm.js +11 -1
  19. package/themeDescriptions/base/vk.js +96 -98
  20. package/themes/calendar/cssVars/declarations/index.css +9 -0
  21. package/themes/calendar/cssVars/declarations/noColors.css +574 -0
  22. package/themes/calendar/cssVars/declarations/noSizes.css +1 -0
  23. package/themes/calendar/cssVars/declarations/onlyMedia.css +4 -0
  24. package/themes/calendar/cssVars/declarations/onlyVariables.css +5 -0
  25. package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
  26. package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +520 -0
  27. package/themes/calendar/cssVars/theme/fallbacks/index.css +5 -0
  28. package/themes/calendar/cssVars/theme/fallbacks/index.less +5 -0
  29. package/themes/calendar/cssVars/theme/fallbacks/index.pcss +5 -0
  30. package/themes/calendar/cssVars/theme/fallbacks/index.scss +5 -0
  31. package/themes/calendar/cssVars/theme/fallbacks/index.styl +5 -0
  32. package/themes/calendar/cssVars/theme/index.js +44 -0
  33. package/themes/calendar/cssVars/theme/index.json +44 -0
  34. package/themes/calendar/index.css +5 -0
  35. package/themes/calendar/index.js +13 -0
  36. package/themes/calendar/index.json +13 -0
  37. package/themes/calendar/index.less +5 -0
  38. package/themes/calendar/index.pcss +5 -0
  39. package/themes/calendar/index.scss +5 -0
  40. package/themes/calendar/index.styl +5 -0
  41. package/themes/calendarDark/cssVars/declarations/index.css +9 -0
  42. package/themes/calendarDark/cssVars/declarations/noColors.css +574 -0
  43. package/themes/calendarDark/cssVars/declarations/noSizes.css +1 -0
  44. package/themes/calendarDark/cssVars/declarations/onlyMedia.css +4 -0
  45. package/themes/calendarDark/cssVars/declarations/onlyVariables.css +5 -0
  46. package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
  47. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +520 -0
  48. package/themes/calendarDark/cssVars/theme/fallbacks/index.css +5 -0
  49. package/themes/calendarDark/cssVars/theme/fallbacks/index.less +5 -0
  50. package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +5 -0
  51. package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +5 -0
  52. package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +5 -0
  53. package/themes/calendarDark/cssVars/theme/index.js +44 -0
  54. package/themes/calendarDark/cssVars/theme/index.json +44 -0
  55. package/themes/calendarDark/index.css +5 -0
  56. package/themes/calendarDark/index.js +13 -0
  57. package/themes/calendarDark/index.json +13 -0
  58. package/themes/calendarDark/index.less +5 -0
  59. package/themes/calendarDark/index.pcss +5 -0
  60. package/themes/calendarDark/index.scss +5 -0
  61. package/themes/calendarDark/index.styl +5 -0
  62. package/themes/calls/cssVars/declarations/index.css +13 -4
  63. package/themes/calls/cssVars/declarations/noColors.css +427 -0
  64. package/themes/calls/cssVars/declarations/noSizes.css +1 -0
  65. package/themes/calls/cssVars/declarations/onlyMedia.css +5 -1
  66. package/themes/calls/cssVars/declarations/onlyVariables.css +6 -1
  67. package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
  68. package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +477 -0
  69. package/themes/calls/cssVars/theme/fallbacks/index.css +8 -3
  70. package/themes/calls/cssVars/theme/fallbacks/index.less +6 -1
  71. package/themes/calls/cssVars/theme/fallbacks/index.pcss +6 -1
  72. package/themes/calls/cssVars/theme/fallbacks/index.scss +7 -2
  73. package/themes/calls/cssVars/theme/fallbacks/index.styl +6 -1
  74. package/themes/calls/cssVars/theme/index.js +45 -1
  75. package/themes/calls/cssVars/theme/index.json +45 -1
  76. package/themes/calls/index.css +8 -3
  77. package/themes/calls/index.js +14 -1
  78. package/themes/calls/index.json +14 -1
  79. package/themes/calls/index.less +6 -1
  80. package/themes/calls/index.pcss +6 -1
  81. package/themes/calls/index.scss +7 -2
  82. package/themes/calls/index.styl +6 -1
  83. package/themes/cloud/cssVars/declarations/index.css +9 -0
  84. package/themes/cloud/cssVars/declarations/noColors.css +510 -0
  85. package/themes/cloud/cssVars/declarations/noSizes.css +1 -0
  86. package/themes/cloud/cssVars/declarations/onlyMedia.css +4 -0
  87. package/themes/cloud/cssVars/declarations/onlyVariables.css +5 -0
  88. package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
  89. package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +500 -0
  90. package/themes/cloud/cssVars/theme/fallbacks/index.css +5 -0
  91. package/themes/cloud/cssVars/theme/fallbacks/index.less +5 -0
  92. package/themes/cloud/cssVars/theme/fallbacks/index.pcss +5 -0
  93. package/themes/cloud/cssVars/theme/fallbacks/index.scss +5 -0
  94. package/themes/cloud/cssVars/theme/fallbacks/index.styl +5 -0
  95. package/themes/cloud/cssVars/theme/index.js +44 -0
  96. package/themes/cloud/cssVars/theme/index.json +44 -0
  97. package/themes/cloud/index.css +5 -0
  98. package/themes/cloud/index.js +13 -0
  99. package/themes/cloud/index.json +13 -0
  100. package/themes/cloud/index.less +5 -0
  101. package/themes/cloud/index.pcss +5 -0
  102. package/themes/cloud/index.scss +5 -0
  103. package/themes/cloud/index.styl +5 -0
  104. package/themes/home/cssVars/declarations/index.css +13 -4
  105. package/themes/home/cssVars/declarations/noColors.css +452 -0
  106. package/themes/home/cssVars/declarations/noSizes.css +1 -3
  107. package/themes/home/cssVars/declarations/onlyMedia.css +5 -1
  108. package/themes/home/cssVars/declarations/onlyVariables.css +6 -1
  109. package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
  110. package/themes/home/cssVars/declarations/onlyVariablesLocal.css +497 -0
  111. package/themes/home/cssVars/theme/fallbacks/index.css +8 -3
  112. package/themes/home/cssVars/theme/fallbacks/index.less +6 -1
  113. package/themes/home/cssVars/theme/fallbacks/index.pcss +6 -1
  114. package/themes/home/cssVars/theme/fallbacks/index.scss +7 -2
  115. package/themes/home/cssVars/theme/fallbacks/index.styl +6 -1
  116. package/themes/home/cssVars/theme/index.js +45 -1
  117. package/themes/home/cssVars/theme/index.json +45 -1
  118. package/themes/home/index.css +8 -3
  119. package/themes/home/index.js +14 -1
  120. package/themes/home/index.json +14 -1
  121. package/themes/home/index.less +6 -1
  122. package/themes/home/index.pcss +6 -1
  123. package/themes/home/index.scss +7 -2
  124. package/themes/home/index.styl +6 -1
  125. package/themes/homeDark/cssVars/declarations/index.css +12 -4
  126. package/themes/homeDark/cssVars/declarations/noColors.css +466 -0
  127. package/themes/homeDark/cssVars/declarations/onlyMedia.css +5 -1
  128. package/themes/homeDark/cssVars/declarations/onlyVariables.css +5 -1
  129. package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
  130. package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +496 -0
  131. package/themes/homeDark/cssVars/theme/fallbacks/index.css +7 -3
  132. package/themes/homeDark/cssVars/theme/fallbacks/index.less +5 -1
  133. package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +5 -1
  134. package/themes/homeDark/cssVars/theme/fallbacks/index.scss +6 -2
  135. package/themes/homeDark/cssVars/theme/fallbacks/index.styl +5 -1
  136. package/themes/homeDark/cssVars/theme/index.js +41 -1
  137. package/themes/homeDark/cssVars/theme/index.json +41 -1
  138. package/themes/homeDark/index.css +7 -3
  139. package/themes/homeDark/index.js +13 -1
  140. package/themes/homeDark/index.json +13 -1
  141. package/themes/homeDark/index.less +5 -1
  142. package/themes/homeDark/index.pcss +5 -1
  143. package/themes/homeDark/index.scss +6 -2
  144. package/themes/homeDark/index.styl +5 -1
  145. package/themes/media/cssVars/declarations/index.css +14 -5
  146. package/themes/media/cssVars/declarations/noColors.css +638 -0
  147. package/themes/media/cssVars/declarations/noSizes.css +1 -0
  148. package/themes/media/cssVars/declarations/onlyMedia.css +4 -0
  149. package/themes/media/cssVars/declarations/onlyVariables.css +6 -1
  150. package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
  151. package/themes/media/cssVars/declarations/onlyVariablesLocal.css +625 -0
  152. package/themes/media/cssVars/theme/fallbacks/index.css +10 -5
  153. package/themes/media/cssVars/theme/fallbacks/index.less +7 -2
  154. package/themes/media/cssVars/theme/fallbacks/index.pcss +7 -2
  155. package/themes/media/cssVars/theme/fallbacks/index.scss +10 -5
  156. package/themes/media/cssVars/theme/fallbacks/index.styl +7 -2
  157. package/themes/media/cssVars/theme/index.js +45 -1
  158. package/themes/media/cssVars/theme/index.json +45 -1
  159. package/themes/media/index.css +10 -5
  160. package/themes/media/index.js +14 -1
  161. package/themes/media/index.json +14 -1
  162. package/themes/media/index.less +7 -2
  163. package/themes/media/index.pcss +7 -2
  164. package/themes/media/index.scss +10 -5
  165. package/themes/media/index.styl +7 -2
  166. package/themes/mediaDark/cssVars/declarations/index.css +14 -5
  167. package/themes/mediaDark/cssVars/declarations/noColors.css +638 -0
  168. package/themes/mediaDark/cssVars/declarations/noSizes.css +1 -0
  169. package/themes/mediaDark/cssVars/declarations/onlyMedia.css +4 -0
  170. package/themes/mediaDark/cssVars/declarations/onlyVariables.css +6 -1
  171. package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
  172. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +625 -0
  173. package/themes/mediaDark/cssVars/theme/fallbacks/index.css +10 -5
  174. package/themes/mediaDark/cssVars/theme/fallbacks/index.less +7 -2
  175. package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +7 -2
  176. package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +10 -5
  177. package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +7 -2
  178. package/themes/mediaDark/cssVars/theme/index.js +45 -1
  179. package/themes/mediaDark/cssVars/theme/index.json +45 -1
  180. package/themes/mediaDark/index.css +10 -5
  181. package/themes/mediaDark/index.js +14 -1
  182. package/themes/mediaDark/index.json +14 -1
  183. package/themes/mediaDark/index.less +7 -2
  184. package/themes/mediaDark/index.pcss +7 -2
  185. package/themes/mediaDark/index.scss +10 -5
  186. package/themes/mediaDark/index.styl +7 -2
  187. package/themes/mycom/cssVars/declarations/index.css +14 -5
  188. package/themes/mycom/cssVars/declarations/noColors.css +637 -0
  189. package/themes/mycom/cssVars/declarations/noSizes.css +1 -0
  190. package/themes/mycom/cssVars/declarations/onlyMedia.css +4 -0
  191. package/themes/mycom/cssVars/declarations/onlyVariables.css +6 -1
  192. package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
  193. package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +627 -0
  194. package/themes/mycom/cssVars/theme/fallbacks/index.css +10 -5
  195. package/themes/mycom/cssVars/theme/fallbacks/index.less +7 -2
  196. package/themes/mycom/cssVars/theme/fallbacks/index.pcss +7 -2
  197. package/themes/mycom/cssVars/theme/fallbacks/index.scss +10 -5
  198. package/themes/mycom/cssVars/theme/fallbacks/index.styl +7 -2
  199. package/themes/mycom/cssVars/theme/index.js +45 -1
  200. package/themes/mycom/cssVars/theme/index.json +45 -1
  201. package/themes/mycom/index.css +10 -5
  202. package/themes/mycom/index.js +14 -1
  203. package/themes/mycom/index.json +14 -1
  204. package/themes/mycom/index.less +7 -2
  205. package/themes/mycom/index.pcss +7 -2
  206. package/themes/mycom/index.scss +10 -5
  207. package/themes/mycom/index.styl +7 -2
  208. package/themes/octavius/cssVars/declarations/index.css +12 -4
  209. package/themes/octavius/cssVars/declarations/noColors.css +474 -0
  210. package/themes/octavius/cssVars/declarations/onlyMedia.css +5 -1
  211. package/themes/octavius/cssVars/declarations/onlyVariables.css +5 -1
  212. package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
  213. package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +841 -0
  214. package/themes/octavius/cssVars/theme/fallbacks/index.css +7 -3
  215. package/themes/octavius/cssVars/theme/fallbacks/index.less +5 -1
  216. package/themes/octavius/cssVars/theme/fallbacks/index.pcss +5 -1
  217. package/themes/octavius/cssVars/theme/fallbacks/index.scss +6 -2
  218. package/themes/octavius/cssVars/theme/fallbacks/index.styl +5 -1
  219. package/themes/octavius/cssVars/theme/index.js +41 -1
  220. package/themes/octavius/cssVars/theme/index.json +41 -1
  221. package/themes/octavius/index.css +7 -3
  222. package/themes/octavius/index.js +13 -1
  223. package/themes/octavius/index.json +13 -1
  224. package/themes/octavius/index.less +5 -1
  225. package/themes/octavius/index.pcss +5 -1
  226. package/themes/octavius/index.scss +6 -2
  227. package/themes/octavius/index.styl +5 -1
  228. package/themes/octaviusCompact/cssVars/declarations/index.css +12 -4
  229. package/themes/octaviusCompact/cssVars/declarations/noColors.css +475 -0
  230. package/themes/octaviusCompact/cssVars/declarations/onlyMedia.css +5 -1
  231. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +5 -1
  232. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
  233. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +842 -0
  234. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +7 -3
  235. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +5 -1
  236. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +5 -1
  237. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +6 -2
  238. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +5 -1
  239. package/themes/octaviusCompact/cssVars/theme/index.js +41 -1
  240. package/themes/octaviusCompact/cssVars/theme/index.json +41 -1
  241. package/themes/octaviusCompact/index.css +7 -3
  242. package/themes/octaviusCompact/index.js +13 -1
  243. package/themes/octaviusCompact/index.json +13 -1
  244. package/themes/octaviusCompact/index.less +5 -1
  245. package/themes/octaviusCompact/index.pcss +5 -1
  246. package/themes/octaviusCompact/index.scss +6 -2
  247. package/themes/octaviusCompact/index.styl +5 -1
  248. package/themes/octaviusCompactDark/cssVars/declarations/index.css +12 -4
  249. package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +475 -0
  250. package/themes/octaviusCompactDark/cssVars/declarations/onlyMedia.css +5 -1
  251. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +5 -1
  252. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
  253. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +842 -0
  254. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +7 -3
  255. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +5 -1
  256. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +5 -1
  257. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +6 -2
  258. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +5 -1
  259. package/themes/octaviusCompactDark/cssVars/theme/index.js +41 -1
  260. package/themes/octaviusCompactDark/cssVars/theme/index.json +41 -1
  261. package/themes/octaviusCompactDark/index.css +7 -3
  262. package/themes/octaviusCompactDark/index.js +13 -1
  263. package/themes/octaviusCompactDark/index.json +13 -1
  264. package/themes/octaviusCompactDark/index.less +5 -1
  265. package/themes/octaviusCompactDark/index.pcss +5 -1
  266. package/themes/octaviusCompactDark/index.scss +6 -2
  267. package/themes/octaviusCompactDark/index.styl +5 -1
  268. package/themes/octaviusDark/cssVars/declarations/index.css +12 -4
  269. package/themes/octaviusDark/cssVars/declarations/noColors.css +474 -0
  270. package/themes/octaviusDark/cssVars/declarations/onlyMedia.css +5 -1
  271. package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +5 -1
  272. package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
  273. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +841 -0
  274. package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +7 -3
  275. package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +5 -1
  276. package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +5 -1
  277. package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +6 -2
  278. package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +5 -1
  279. package/themes/octaviusDark/cssVars/theme/index.js +41 -1
  280. package/themes/octaviusDark/cssVars/theme/index.json +41 -1
  281. package/themes/octaviusDark/index.css +7 -3
  282. package/themes/octaviusDark/index.js +13 -1
  283. package/themes/octaviusDark/index.json +13 -1
  284. package/themes/octaviusDark/index.less +5 -1
  285. package/themes/octaviusDark/index.pcss +5 -1
  286. package/themes/octaviusDark/index.scss +6 -2
  287. package/themes/octaviusDark/index.styl +5 -1
  288. package/themes/octaviusVK/cssVars/declarations/index.css +59 -51
  289. package/themes/octaviusVK/cssVars/declarations/noColors.css +519 -0
  290. package/themes/octaviusVK/cssVars/declarations/noSizes.css +51 -51
  291. package/themes/octaviusVK/cssVars/declarations/onlyColors.css +51 -51
  292. package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
  293. package/themes/octaviusVK/cssVars/declarations/onlyMedia.css +4 -0
  294. package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +55 -51
  295. package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
  296. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +854 -0
  297. package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +55 -51
  298. package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +55 -51
  299. package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +55 -51
  300. package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +55 -51
  301. package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +55 -51
  302. package/themes/octaviusVK/cssVars/theme/index.js +91 -51
  303. package/themes/octaviusVK/cssVars/theme/index.json +91 -51
  304. package/themes/octaviusVK/index.css +55 -51
  305. package/themes/octaviusVK/index.js +63 -51
  306. package/themes/octaviusVK/index.json +63 -51
  307. package/themes/octaviusVK/index.less +55 -51
  308. package/themes/octaviusVK/index.pcss +55 -51
  309. package/themes/octaviusVK/index.scss +55 -51
  310. package/themes/octaviusVK/index.styl +55 -51
  311. package/themes/octaviusVKDark/cssVars/declarations/index.css +51 -43
  312. package/themes/octaviusVKDark/cssVars/declarations/noColors.css +519 -0
  313. package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +43 -43
  314. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +43 -43
  315. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
  316. package/themes/octaviusVKDark/cssVars/declarations/onlyMedia.css +4 -0
  317. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +47 -43
  318. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
  319. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +854 -0
  320. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +47 -43
  321. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +47 -43
  322. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +47 -43
  323. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +47 -43
  324. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +47 -43
  325. package/themes/octaviusVKDark/cssVars/theme/index.js +83 -43
  326. package/themes/octaviusVKDark/cssVars/theme/index.json +83 -43
  327. package/themes/octaviusVKDark/index.css +47 -43
  328. package/themes/octaviusVKDark/index.js +55 -43
  329. package/themes/octaviusVKDark/index.json +55 -43
  330. package/themes/octaviusVKDark/index.less +47 -43
  331. package/themes/octaviusVKDark/index.pcss +47 -43
  332. package/themes/octaviusVKDark/index.scss +47 -43
  333. package/themes/octaviusVKDark/index.styl +47 -43
  334. package/themes/octaviusWhite/cssVars/declarations/index.css +12 -4
  335. package/themes/octaviusWhite/cssVars/declarations/noColors.css +474 -0
  336. package/themes/octaviusWhite/cssVars/declarations/onlyMedia.css +5 -1
  337. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +5 -1
  338. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
  339. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +841 -0
  340. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +7 -3
  341. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +5 -1
  342. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +5 -1
  343. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +6 -2
  344. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +5 -1
  345. package/themes/octaviusWhite/cssVars/theme/index.js +41 -1
  346. package/themes/octaviusWhite/cssVars/theme/index.json +41 -1
  347. package/themes/octaviusWhite/index.css +7 -3
  348. package/themes/octaviusWhite/index.js +13 -1
  349. package/themes/octaviusWhite/index.json +13 -1
  350. package/themes/octaviusWhite/index.less +5 -1
  351. package/themes/octaviusWhite/index.pcss +5 -1
  352. package/themes/octaviusWhite/index.scss +6 -2
  353. package/themes/octaviusWhite/index.styl +5 -1
  354. package/themes/otvet/cssVars/declarations/index.css +13 -4
  355. package/themes/otvet/cssVars/declarations/noColors.css +413 -0
  356. package/themes/otvet/cssVars/declarations/noSizes.css +1 -0
  357. package/themes/otvet/cssVars/declarations/onlyMedia.css +5 -1
  358. package/themes/otvet/cssVars/declarations/onlyVariables.css +6 -1
  359. package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
  360. package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +463 -0
  361. package/themes/otvet/cssVars/theme/fallbacks/index.css +8 -3
  362. package/themes/otvet/cssVars/theme/fallbacks/index.less +6 -1
  363. package/themes/otvet/cssVars/theme/fallbacks/index.pcss +6 -1
  364. package/themes/otvet/cssVars/theme/fallbacks/index.scss +7 -2
  365. package/themes/otvet/cssVars/theme/fallbacks/index.styl +6 -1
  366. package/themes/otvet/cssVars/theme/index.js +45 -1
  367. package/themes/otvet/cssVars/theme/index.json +45 -1
  368. package/themes/otvet/index.css +8 -3
  369. package/themes/otvet/index.js +14 -1
  370. package/themes/otvet/index.json +14 -1
  371. package/themes/otvet/index.less +6 -1
  372. package/themes/otvet/index.pcss +6 -1
  373. package/themes/otvet/index.scss +7 -2
  374. package/themes/otvet/index.styl +6 -1
  375. package/themes/otvetDark/cssVars/declarations/index.css +13 -4
  376. package/themes/otvetDark/cssVars/declarations/noColors.css +413 -0
  377. package/themes/otvetDark/cssVars/declarations/noSizes.css +1 -0
  378. package/themes/otvetDark/cssVars/declarations/onlyMedia.css +5 -1
  379. package/themes/otvetDark/cssVars/declarations/onlyVariables.css +6 -1
  380. package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
  381. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +463 -0
  382. package/themes/otvetDark/cssVars/theme/fallbacks/index.css +8 -3
  383. package/themes/otvetDark/cssVars/theme/fallbacks/index.less +6 -1
  384. package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +6 -1
  385. package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +7 -2
  386. package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +6 -1
  387. package/themes/otvetDark/cssVars/theme/index.js +45 -1
  388. package/themes/otvetDark/cssVars/theme/index.json +45 -1
  389. package/themes/otvetDark/index.css +8 -3
  390. package/themes/otvetDark/index.js +14 -1
  391. package/themes/otvetDark/index.json +14 -1
  392. package/themes/otvetDark/index.less +6 -1
  393. package/themes/otvetDark/index.pcss +6 -1
  394. package/themes/otvetDark/index.scss +7 -2
  395. package/themes/otvetDark/index.styl +6 -1
  396. package/themes/paradigmBase/cssVars/declarations/index.css +12 -4
  397. package/themes/paradigmBase/cssVars/declarations/noColors.css +448 -0
  398. package/themes/paradigmBase/cssVars/declarations/onlyMedia.css +5 -1
  399. package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +5 -1
  400. package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
  401. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +478 -0
  402. package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +7 -3
  403. package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +5 -1
  404. package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +5 -1
  405. package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +6 -2
  406. package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +5 -1
  407. package/themes/paradigmBase/cssVars/theme/index.js +41 -1
  408. package/themes/paradigmBase/cssVars/theme/index.json +41 -1
  409. package/themes/paradigmBase/index.css +7 -3
  410. package/themes/paradigmBase/index.js +13 -1
  411. package/themes/paradigmBase/index.json +13 -1
  412. package/themes/paradigmBase/index.less +5 -1
  413. package/themes/paradigmBase/index.pcss +5 -1
  414. package/themes/paradigmBase/index.scss +6 -2
  415. package/themes/paradigmBase/index.styl +5 -1
  416. package/themes/paradigmBaseDark/cssVars/declarations/index.css +12 -4
  417. package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +448 -0
  418. package/themes/paradigmBaseDark/cssVars/declarations/onlyMedia.css +5 -1
  419. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +5 -1
  420. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  421. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +478 -0
  422. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +7 -3
  423. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +5 -1
  424. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +5 -1
  425. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +6 -2
  426. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +5 -1
  427. package/themes/paradigmBaseDark/cssVars/theme/index.js +41 -1
  428. package/themes/paradigmBaseDark/cssVars/theme/index.json +41 -1
  429. package/themes/paradigmBaseDark/index.css +7 -3
  430. package/themes/paradigmBaseDark/index.js +13 -1
  431. package/themes/paradigmBaseDark/index.json +13 -1
  432. package/themes/paradigmBaseDark/index.less +5 -1
  433. package/themes/paradigmBaseDark/index.pcss +5 -1
  434. package/themes/paradigmBaseDark/index.scss +6 -2
  435. package/themes/paradigmBaseDark/index.styl +5 -1
  436. package/themes/pharma/cssVars/declarations/index.css +14 -5
  437. package/themes/pharma/cssVars/declarations/noColors.css +638 -0
  438. package/themes/pharma/cssVars/declarations/noSizes.css +1 -0
  439. package/themes/pharma/cssVars/declarations/onlyMedia.css +4 -0
  440. package/themes/pharma/cssVars/declarations/onlyVariables.css +6 -1
  441. package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
  442. package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +628 -0
  443. package/themes/pharma/cssVars/theme/fallbacks/index.css +10 -5
  444. package/themes/pharma/cssVars/theme/fallbacks/index.less +7 -2
  445. package/themes/pharma/cssVars/theme/fallbacks/index.pcss +7 -2
  446. package/themes/pharma/cssVars/theme/fallbacks/index.scss +10 -5
  447. package/themes/pharma/cssVars/theme/fallbacks/index.styl +7 -2
  448. package/themes/pharma/cssVars/theme/index.js +45 -1
  449. package/themes/pharma/cssVars/theme/index.json +45 -1
  450. package/themes/pharma/index.css +10 -5
  451. package/themes/pharma/index.js +14 -1
  452. package/themes/pharma/index.json +14 -1
  453. package/themes/pharma/index.less +7 -2
  454. package/themes/pharma/index.pcss +7 -2
  455. package/themes/pharma/index.scss +10 -5
  456. package/themes/pharma/index.styl +7 -2
  457. package/themes/promo/cssVars/declarations/index.css +13 -4
  458. package/themes/promo/cssVars/declarations/noColors.css +732 -0
  459. package/themes/promo/cssVars/declarations/noSizes.css +1 -0
  460. package/themes/promo/cssVars/declarations/onlyMedia.css +5 -1
  461. package/themes/promo/cssVars/declarations/onlyVariables.css +6 -1
  462. package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
  463. package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +636 -0
  464. package/themes/promo/cssVars/theme/fallbacks/index.css +8 -3
  465. package/themes/promo/cssVars/theme/fallbacks/index.less +6 -1
  466. package/themes/promo/cssVars/theme/fallbacks/index.pcss +6 -1
  467. package/themes/promo/cssVars/theme/fallbacks/index.scss +7 -2
  468. package/themes/promo/cssVars/theme/fallbacks/index.styl +6 -1
  469. package/themes/promo/cssVars/theme/index.js +45 -1
  470. package/themes/promo/cssVars/theme/index.json +45 -1
  471. package/themes/promo/index.css +8 -3
  472. package/themes/promo/index.js +14 -1
  473. package/themes/promo/index.json +14 -1
  474. package/themes/promo/index.less +6 -1
  475. package/themes/promo/index.pcss +6 -1
  476. package/themes/promo/index.scss +7 -2
  477. package/themes/promo/index.styl +6 -1
  478. package/themes/todo/cssVars/declarations/index.css +13 -4
  479. package/themes/todo/cssVars/declarations/noColors.css +449 -0
  480. package/themes/todo/cssVars/declarations/noSizes.css +1 -0
  481. package/themes/todo/cssVars/declarations/onlyMedia.css +5 -1
  482. package/themes/todo/cssVars/declarations/onlyVariables.css +6 -1
  483. package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
  484. package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +479 -0
  485. package/themes/todo/cssVars/theme/fallbacks/index.css +8 -3
  486. package/themes/todo/cssVars/theme/fallbacks/index.less +6 -1
  487. package/themes/todo/cssVars/theme/fallbacks/index.pcss +6 -1
  488. package/themes/todo/cssVars/theme/fallbacks/index.scss +7 -2
  489. package/themes/todo/cssVars/theme/fallbacks/index.styl +6 -1
  490. package/themes/todo/cssVars/theme/index.js +45 -1
  491. package/themes/todo/cssVars/theme/index.json +45 -1
  492. package/themes/todo/index.css +8 -3
  493. package/themes/todo/index.js +14 -1
  494. package/themes/todo/index.json +14 -1
  495. package/themes/todo/index.less +6 -1
  496. package/themes/todo/index.pcss +6 -1
  497. package/themes/todo/index.scss +7 -2
  498. package/themes/todo/index.styl +6 -1
  499. package/themes/vkBase/cssVars/declarations/index.css +132 -127
  500. package/themes/vkBase/cssVars/declarations/noColors.css +332 -0
  501. package/themes/vkBase/cssVars/declarations/noSizes.css +124 -123
  502. package/themes/vkBase/cssVars/declarations/onlyColors.css +123 -123
  503. package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
  504. package/themes/vkBase/cssVars/declarations/onlyVariables.css +130 -125
  505. package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
  506. package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +378 -0
  507. package/themes/vkBase/cssVars/theme/fallbacks/index.css +132 -127
  508. package/themes/vkBase/cssVars/theme/fallbacks/index.less +130 -125
  509. package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +130 -125
  510. package/themes/vkBase/cssVars/theme/fallbacks/index.scss +131 -126
  511. package/themes/vkBase/cssVars/theme/fallbacks/index.styl +130 -125
  512. package/themes/vkBase/cssVars/theme/index.js +483 -439
  513. package/themes/vkBase/cssVars/theme/index.json +483 -439
  514. package/themes/vkBase/index.css +132 -127
  515. package/themes/vkBase/index.js +194 -181
  516. package/themes/vkBase/index.json +194 -181
  517. package/themes/vkBase/index.less +130 -125
  518. package/themes/vkBase/index.pcss +130 -125
  519. package/themes/vkBase/index.scss +131 -126
  520. package/themes/vkBase/index.styl +130 -125
  521. package/themes/vkBaseDark/cssVars/declarations/index.css +133 -128
  522. package/themes/vkBaseDark/cssVars/declarations/noColors.css +332 -0
  523. package/themes/vkBaseDark/cssVars/declarations/noSizes.css +125 -124
  524. package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +124 -124
  525. package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
  526. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +131 -126
  527. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  528. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +378 -0
  529. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +133 -128
  530. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +131 -126
  531. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +131 -126
  532. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +132 -127
  533. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +131 -126
  534. package/themes/vkBaseDark/cssVars/theme/index.js +496 -452
  535. package/themes/vkBaseDark/cssVars/theme/index.json +496 -452
  536. package/themes/vkBaseDark/index.css +133 -128
  537. package/themes/vkBaseDark/index.js +204 -191
  538. package/themes/vkBaseDark/index.json +204 -191
  539. package/themes/vkBaseDark/index.less +131 -126
  540. package/themes/vkBaseDark/index.pcss +131 -126
  541. package/themes/vkBaseDark/index.scss +132 -127
  542. package/themes/vkBaseDark/index.styl +131 -126
  543. package/themes/vkCom/cssVars/declarations/index.css +133 -128
  544. package/themes/vkCom/cssVars/declarations/noColors.css +332 -0
  545. package/themes/vkCom/cssVars/declarations/noSizes.css +124 -123
  546. package/themes/vkCom/cssVars/declarations/onlyColors.css +123 -123
  547. package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
  548. package/themes/vkCom/cssVars/declarations/onlyVariables.css +131 -126
  549. package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
  550. package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +378 -0
  551. package/themes/vkCom/cssVars/theme/fallbacks/index.css +133 -128
  552. package/themes/vkCom/cssVars/theme/fallbacks/index.less +131 -126
  553. package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +131 -126
  554. package/themes/vkCom/cssVars/theme/fallbacks/index.scss +132 -127
  555. package/themes/vkCom/cssVars/theme/fallbacks/index.styl +131 -126
  556. package/themes/vkCom/cssVars/theme/index.js +484 -440
  557. package/themes/vkCom/cssVars/theme/index.json +484 -440
  558. package/themes/vkCom/index.css +133 -128
  559. package/themes/vkCom/index.js +195 -182
  560. package/themes/vkCom/index.json +195 -182
  561. package/themes/vkCom/index.less +131 -126
  562. package/themes/vkCom/index.pcss +131 -126
  563. package/themes/vkCom/index.scss +132 -127
  564. package/themes/vkCom/index.styl +131 -126
  565. package/themes/vkComDark/cssVars/declarations/index.css +670 -0
  566. package/themes/vkComDark/cssVars/declarations/noColors.css +332 -0
  567. package/themes/vkComDark/cssVars/declarations/noSizes.css +249 -0
  568. package/themes/vkComDark/cssVars/declarations/onlyAdaptiveGroups.css +102 -0
  569. package/themes/vkComDark/cssVars/declarations/onlyColors.css +236 -0
  570. package/themes/vkComDark/cssVars/declarations/onlyColors.d.ts +3 -0
  571. package/themes/vkComDark/cssVars/declarations/onlyColors.js +11 -0
  572. package/themes/vkComDark/cssVars/declarations/onlyVariables.css +378 -0
  573. package/themes/vkComDark/cssVars/declarations/onlyVariables.d.ts +3 -0
  574. package/themes/vkComDark/cssVars/declarations/onlyVariables.js +11 -0
  575. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +378 -0
  576. package/themes/vkComDark/cssVars/theme/fallbacks/index.css +567 -0
  577. package/themes/vkComDark/cssVars/theme/fallbacks/index.less +410 -0
  578. package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +411 -0
  579. package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +526 -0
  580. package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +410 -0
  581. package/themes/vkComDark/cssVars/theme/index.d.ts +4 -0
  582. package/themes/vkComDark/cssVars/theme/index.js +2270 -0
  583. package/themes/vkComDark/cssVars/theme/index.json +2267 -0
  584. package/themes/vkComDark/index.css +567 -0
  585. package/themes/vkComDark/index.d.ts +4 -0
  586. package/themes/vkComDark/index.js +670 -0
  587. package/themes/vkComDark/index.json +667 -0
  588. package/themes/vkComDark/index.less +410 -0
  589. package/themes/vkComDark/index.pcss +411 -0
  590. package/themes/vkComDark/index.scss +526 -0
  591. package/themes/vkComDark/index.styl +410 -0
  592. package/themes/vkIOS/cssVars/declarations/index.css +132 -127
  593. package/themes/vkIOS/cssVars/declarations/noColors.css +332 -0
  594. package/themes/vkIOS/cssVars/declarations/noSizes.css +124 -123
  595. package/themes/vkIOS/cssVars/declarations/onlyColors.css +123 -123
  596. package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
  597. package/themes/vkIOS/cssVars/declarations/onlyVariables.css +130 -125
  598. package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
  599. package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +378 -0
  600. package/themes/vkIOS/cssVars/theme/fallbacks/index.css +132 -127
  601. package/themes/vkIOS/cssVars/theme/fallbacks/index.less +130 -125
  602. package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +130 -125
  603. package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +131 -126
  604. package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +130 -125
  605. package/themes/vkIOS/cssVars/theme/index.js +483 -439
  606. package/themes/vkIOS/cssVars/theme/index.json +483 -439
  607. package/themes/vkIOS/index.css +132 -127
  608. package/themes/vkIOS/index.js +194 -181
  609. package/themes/vkIOS/index.json +194 -181
  610. package/themes/vkIOS/index.less +130 -125
  611. package/themes/vkIOS/index.pcss +130 -125
  612. package/themes/vkIOS/index.scss +131 -126
  613. package/themes/vkIOS/index.styl +130 -125
  614. package/themes/vkIOSDark/cssVars/declarations/index.css +670 -0
  615. package/themes/vkIOSDark/cssVars/declarations/noColors.css +332 -0
  616. package/themes/vkIOSDark/cssVars/declarations/noSizes.css +249 -0
  617. package/themes/vkIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +102 -0
  618. package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +236 -0
  619. package/themes/vkIOSDark/cssVars/declarations/onlyColors.d.ts +3 -0
  620. package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +11 -0
  621. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +378 -0
  622. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.d.ts +3 -0
  623. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +11 -0
  624. package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +378 -0
  625. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +567 -0
  626. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +410 -0
  627. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +411 -0
  628. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +526 -0
  629. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +410 -0
  630. package/themes/vkIOSDark/cssVars/theme/index.d.ts +4 -0
  631. package/themes/vkIOSDark/cssVars/theme/index.js +2270 -0
  632. package/themes/vkIOSDark/cssVars/theme/index.json +2267 -0
  633. package/themes/vkIOSDark/index.css +567 -0
  634. package/themes/vkIOSDark/index.d.ts +4 -0
  635. package/themes/vkIOSDark/index.js +670 -0
  636. package/themes/vkIOSDark/index.json +667 -0
  637. package/themes/vkIOSDark/index.less +410 -0
  638. package/themes/vkIOSDark/index.pcss +411 -0
  639. package/themes/vkIOSDark/index.scss +526 -0
  640. package/themes/vkIOSDark/index.styl +410 -0
  641. package/CHANGELOG.md +0 -139
@@ -3,6 +3,10 @@
3
3
  "name": "--vkui--theme_name",
4
4
  "value": "var(--vkui--theme_name, vkBase)"
5
5
  },
6
+ "themeNameBase": {
7
+ "name": "--vkui--theme_name_base",
8
+ "value": "var(--vkui--theme_name_base, vkBase)"
9
+ },
6
10
  "fontFamilyAccent": {
7
11
  "name": "--vkui--font_family_accent",
8
12
  "value": "var(--vkui--font_family_accent, \"TT Commons\", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif)"
@@ -157,7 +161,7 @@
157
161
  },
158
162
  "lineHeight": {
159
163
  "name": "--vkui--font_title3--line_height--regular",
160
- "value": "var(--vkui--font_title3--line_height--regular, 24px)"
164
+ "value": "var(--vkui--font_title3--line_height--regular, 22px)"
161
165
  },
162
166
  "letterSpacing": {
163
167
  "name": "--vkui--font_title3--letter_spacing--regular",
@@ -870,7 +874,7 @@
870
874
  },
871
875
  "compact": {
872
876
  "name": "--vkui--size_button_small_height--compact",
873
- "value": "var(--vkui--size_button_small_height--compact, 26px)"
877
+ "value": "var(--vkui--size_button_small_height--compact, 28px)"
874
878
  }
875
879
  },
876
880
  "sizeCheckbox": {
@@ -1083,6 +1087,46 @@
1083
1087
  "value": "var(--vkui--size_badge_x_l--regular, 56px)"
1084
1088
  }
1085
1089
  },
1090
+ "sizeCardgridPadding": {
1091
+ "auto": {
1092
+ "name": "--vkui--size_cardgrid_padding",
1093
+ "value": "var(--vkui--size_cardgrid_padding)"
1094
+ },
1095
+ "regular": {
1096
+ "name": "--vkui--size_cardgrid_padding--regular",
1097
+ "value": "var(--vkui--size_cardgrid_padding--regular, 8px)"
1098
+ }
1099
+ },
1100
+ "sizeCardBorderRadius": {
1101
+ "auto": {
1102
+ "name": "--vkui--size_card_border_radius",
1103
+ "value": "var(--vkui--size_card_border_radius)"
1104
+ },
1105
+ "regular": {
1106
+ "name": "--vkui--size_card_border_radius--regular",
1107
+ "value": "var(--vkui--size_card_border_radius--regular, 8px)"
1108
+ }
1109
+ },
1110
+ "sizeCardgridPaddingVertical": {
1111
+ "auto": {
1112
+ "name": "--vkui--size_cardgrid_padding_vertical",
1113
+ "value": "var(--vkui--size_cardgrid_padding_vertical)"
1114
+ },
1115
+ "regular": {
1116
+ "name": "--vkui--size_cardgrid_padding_vertical--regular",
1117
+ "value": "var(--vkui--size_cardgrid_padding_vertical--regular, 8px)"
1118
+ }
1119
+ },
1120
+ "sizeBasePaddingHorizontal": {
1121
+ "auto": {
1122
+ "name": "--vkui--size_base_padding_horizontal",
1123
+ "value": "var(--vkui--size_base_padding_horizontal)"
1124
+ },
1125
+ "regular": {
1126
+ "name": "--vkui--size_base_padding_horizontal--regular",
1127
+ "value": "var(--vkui--size_base_padding_horizontal--regular, 16px)"
1128
+ }
1129
+ },
1086
1130
  "elevation1": {
1087
1131
  "name": "--vkui--elevation1",
1088
1132
  "value": "var(--vkui--elevation1, 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06))"
@@ -1130,43 +1174,141 @@
1130
1174
  "colorBackgroundAccent": {
1131
1175
  "normal": {
1132
1176
  "name": "--vkui--color_background_accent",
1133
- "value": "var(--vkui--color_background_accent, #3F8AE0)"
1177
+ "value": "var(--vkui--color_background_accent, #2688EB)"
1134
1178
  },
1135
1179
  "hover": {
1136
1180
  "name": "--vkui--color_background_accent--hover",
1137
- "value": "var(--vkui--color_background_accent--hover, #3C85D9)"
1181
+ "value": "var(--vkui--color_background_accent--hover, #2483E4)"
1138
1182
  },
1139
1183
  "active": {
1140
1184
  "name": "--vkui--color_background_accent--active",
1141
- "value": "var(--vkui--color_background_accent--active, #3A80D3)"
1185
+ "value": "var(--vkui--color_background_accent--active, #237EDD)"
1142
1186
  }
1143
1187
  },
1144
1188
  "colorBackgroundAccentThemed": {
1145
1189
  "normal": {
1146
1190
  "name": "--vkui--color_background_accent_themed",
1147
- "value": "var(--vkui--color_background_accent_themed, #3F8AE0)"
1191
+ "value": "var(--vkui--color_background_accent_themed, #2688EB)"
1148
1192
  },
1149
1193
  "hover": {
1150
1194
  "name": "--vkui--color_background_accent_themed--hover",
1151
- "value": "var(--vkui--color_background_accent_themed--hover, #3C85D9)"
1195
+ "value": "var(--vkui--color_background_accent_themed--hover, #2483E4)"
1152
1196
  },
1153
1197
  "active": {
1154
1198
  "name": "--vkui--color_background_accent_themed--active",
1155
- "value": "var(--vkui--color_background_accent_themed--active, #3A80D3)"
1199
+ "value": "var(--vkui--color_background_accent_themed--active, #237EDD)"
1156
1200
  }
1157
1201
  },
1158
1202
  "colorBackgroundAccentAlternative": {
1159
1203
  "normal": {
1160
1204
  "name": "--vkui--color_background_accent_alternative",
1161
- "value": "var(--vkui--color_background_accent_alternative, #3F8AE0)"
1205
+ "value": "var(--vkui--color_background_accent_alternative, #2688EB)"
1162
1206
  },
1163
1207
  "hover": {
1164
1208
  "name": "--vkui--color_background_accent_alternative--hover",
1165
- "value": "var(--vkui--color_background_accent_alternative--hover, #3C85D9)"
1209
+ "value": "var(--vkui--color_background_accent_alternative--hover, #2483E4)"
1166
1210
  },
1167
1211
  "active": {
1168
1212
  "name": "--vkui--color_background_accent_alternative--active",
1169
- "value": "var(--vkui--color_background_accent_alternative--active, #3A80D3)"
1213
+ "value": "var(--vkui--color_background_accent_alternative--active, #237EDD)"
1214
+ }
1215
+ },
1216
+ "colorIconAccent": {
1217
+ "normal": {
1218
+ "name": "--vkui--color_icon_accent",
1219
+ "value": "var(--vkui--color_icon_accent, #2688EB)"
1220
+ },
1221
+ "hover": {
1222
+ "name": "--vkui--color_icon_accent--hover",
1223
+ "value": "var(--vkui--color_icon_accent--hover, #2483E4)"
1224
+ },
1225
+ "active": {
1226
+ "name": "--vkui--color_icon_accent--active",
1227
+ "value": "var(--vkui--color_icon_accent--active, #237EDD)"
1228
+ }
1229
+ },
1230
+ "colorTextAccent": {
1231
+ "normal": {
1232
+ "name": "--vkui--color_text_accent",
1233
+ "value": "var(--vkui--color_text_accent, #2688EB)"
1234
+ },
1235
+ "hover": {
1236
+ "name": "--vkui--color_text_accent--hover",
1237
+ "value": "var(--vkui--color_text_accent--hover, #2483E4)"
1238
+ },
1239
+ "active": {
1240
+ "name": "--vkui--color_text_accent--active",
1241
+ "value": "var(--vkui--color_text_accent--active, #237EDD)"
1242
+ }
1243
+ },
1244
+ "colorTextAccentThemed": {
1245
+ "normal": {
1246
+ "name": "--vkui--color_text_accent_themed",
1247
+ "value": "var(--vkui--color_text_accent_themed, #2688EB)"
1248
+ },
1249
+ "hover": {
1250
+ "name": "--vkui--color_text_accent_themed--hover",
1251
+ "value": "var(--vkui--color_text_accent_themed--hover, #2483E4)"
1252
+ },
1253
+ "active": {
1254
+ "name": "--vkui--color_text_accent_themed--active",
1255
+ "value": "var(--vkui--color_text_accent_themed--active, #237EDD)"
1256
+ }
1257
+ },
1258
+ "colorStrokeAccent": {
1259
+ "normal": {
1260
+ "name": "--vkui--color_stroke_accent",
1261
+ "value": "var(--vkui--color_stroke_accent, #2688EB)"
1262
+ },
1263
+ "hover": {
1264
+ "name": "--vkui--color_stroke_accent--hover",
1265
+ "value": "var(--vkui--color_stroke_accent--hover, #2483E4)"
1266
+ },
1267
+ "active": {
1268
+ "name": "--vkui--color_stroke_accent--active",
1269
+ "value": "var(--vkui--color_stroke_accent--active, #237EDD)"
1270
+ }
1271
+ },
1272
+ "colorStrokeAccentThemed": {
1273
+ "normal": {
1274
+ "name": "--vkui--color_stroke_accent_themed",
1275
+ "value": "var(--vkui--color_stroke_accent_themed, #2688EB)"
1276
+ },
1277
+ "hover": {
1278
+ "name": "--vkui--color_stroke_accent_themed--hover",
1279
+ "value": "var(--vkui--color_stroke_accent_themed--hover, #2483E4)"
1280
+ },
1281
+ "active": {
1282
+ "name": "--vkui--color_stroke_accent_themed--active",
1283
+ "value": "var(--vkui--color_stroke_accent_themed--active, #237EDD)"
1284
+ }
1285
+ },
1286
+ "colorStrokeContrast": {
1287
+ "normal": {
1288
+ "name": "--vkui--color_stroke_contrast",
1289
+ "value": "var(--vkui--color_stroke_contrast, #FFFFFF)"
1290
+ },
1291
+ "hover": {
1292
+ "name": "--vkui--color_stroke_contrast--hover",
1293
+ "value": "var(--vkui--color_stroke_contrast--hover, #F5F5F7)"
1294
+ },
1295
+ "active": {
1296
+ "name": "--vkui--color_stroke_contrast--active",
1297
+ "value": "var(--vkui--color_stroke_contrast--active, #EBECEF)"
1298
+ }
1299
+ },
1300
+ "colorActionSheetText": {
1301
+ "normal": {
1302
+ "name": "--vkui--color_action_sheet_text",
1303
+ "value": "var(--vkui--color_action_sheet_text, #3F8AE0)"
1304
+ },
1305
+ "hover": {
1306
+ "name": "--vkui--color_action_sheet_text--hover",
1307
+ "value": "var(--vkui--color_action_sheet_text--hover, #3C85D9)"
1308
+ },
1309
+ "active": {
1310
+ "name": "--vkui--color_action_sheet_text--active",
1311
+ "value": "var(--vkui--color_action_sheet_text--active, #3A80D3)"
1170
1312
  }
1171
1313
  },
1172
1314
  "colorBackgroundContent": {
@@ -1295,34 +1437,6 @@
1295
1437
  "value": "var(--vkui--color_background_negative--active, #D44245)"
1296
1438
  }
1297
1439
  },
1298
- "colorBackgroundModal": {
1299
- "normal": {
1300
- "name": "--vkui--color_background_modal",
1301
- "value": "var(--vkui--color_background_modal, #FFFFFF)"
1302
- },
1303
- "hover": {
1304
- "name": "--vkui--color_background_modal--hover",
1305
- "value": "var(--vkui--color_background_modal--hover, #F5F5F7)"
1306
- },
1307
- "active": {
1308
- "name": "--vkui--color_background_modal--active",
1309
- "value": "var(--vkui--color_background_modal--active, #EBECEF)"
1310
- }
1311
- },
1312
- "colorBackgroundPositive": {
1313
- "normal": {
1314
- "name": "--vkui--color_background_positive",
1315
- "value": "var(--vkui--color_background_positive, #4BB34B)"
1316
- },
1317
- "hover": {
1318
- "name": "--vkui--color_background_positive--hover",
1319
- "value": "var(--vkui--color_background_positive--hover, #48AC4A)"
1320
- },
1321
- "active": {
1322
- "name": "--vkui--color_background_positive--active",
1323
- "value": "var(--vkui--color_background_positive--active, #45A64A)"
1324
- }
1325
- },
1326
1440
  "colorBackgroundNegativeTint": {
1327
1441
  "normal": {
1328
1442
  "name": "--vkui--color_background_negative_tint",
@@ -1337,34 +1451,6 @@
1337
1451
  "value": "var(--vkui--color_background_negative_tint--active, #E6D9DD)"
1338
1452
  }
1339
1453
  },
1340
- "colorTextAccent": {
1341
- "normal": {
1342
- "name": "--vkui--color_text_accent",
1343
- "value": "var(--vkui--color_text_accent, #3F8AE0)"
1344
- },
1345
- "hover": {
1346
- "name": "--vkui--color_text_accent--hover",
1347
- "value": "var(--vkui--color_text_accent--hover, #3C85D9)"
1348
- },
1349
- "active": {
1350
- "name": "--vkui--color_text_accent--active",
1351
- "value": "var(--vkui--color_text_accent--active, #3A80D3)"
1352
- }
1353
- },
1354
- "colorTextAccentThemed": {
1355
- "normal": {
1356
- "name": "--vkui--color_text_accent_themed",
1357
- "value": "var(--vkui--color_text_accent_themed, #3F8AE0)"
1358
- },
1359
- "hover": {
1360
- "name": "--vkui--color_text_accent_themed--hover",
1361
- "value": "var(--vkui--color_text_accent_themed--hover, #3C85D9)"
1362
- },
1363
- "active": {
1364
- "name": "--vkui--color_text_accent_themed--active",
1365
- "value": "var(--vkui--color_text_accent_themed--active, #3A80D3)"
1366
- }
1367
- },
1368
1454
  "colorTextNegative": {
1369
1455
  "normal": {
1370
1456
  "name": "--vkui--color_text_negative",
@@ -1379,508 +1465,480 @@
1379
1465
  "value": "var(--vkui--color_text_negative--active, #D44245)"
1380
1466
  }
1381
1467
  },
1382
- "colorTextLink": {
1468
+ "colorIconNegative": {
1383
1469
  "normal": {
1384
- "name": "--vkui--color_text_link",
1385
- "value": "var(--vkui--color_text_link, #4986CC)"
1470
+ "name": "--vkui--color_icon_negative",
1471
+ "value": "var(--vkui--color_icon_negative, #E64646)"
1386
1472
  },
1387
1473
  "hover": {
1388
- "name": "--vkui--color_text_link--hover",
1389
- "value": "var(--vkui--color_text_link--hover, #4681C6)"
1474
+ "name": "--vkui--color_icon_negative--hover",
1475
+ "value": "var(--vkui--color_icon_negative--hover, #DD4446)"
1390
1476
  },
1391
1477
  "active": {
1392
- "name": "--vkui--color_text_link--active",
1393
- "value": "var(--vkui--color_text_link--active, #437DC1)"
1478
+ "name": "--vkui--color_icon_negative--active",
1479
+ "value": "var(--vkui--color_icon_negative--active, #D44245)"
1394
1480
  }
1395
1481
  },
1396
- "colorTextLinkThemed": {
1482
+ "colorStrokeNegative": {
1397
1483
  "normal": {
1398
- "name": "--vkui--color_text_link_themed",
1399
- "value": "var(--vkui--color_text_link_themed, #4986CC)"
1484
+ "name": "--vkui--color_stroke_negative",
1485
+ "value": "var(--vkui--color_stroke_negative, #E64646)"
1400
1486
  },
1401
1487
  "hover": {
1402
- "name": "--vkui--color_text_link_themed--hover",
1403
- "value": "var(--vkui--color_text_link_themed--hover, #4681C6)"
1488
+ "name": "--vkui--color_stroke_negative--hover",
1489
+ "value": "var(--vkui--color_stroke_negative--hover, #DD4446)"
1404
1490
  },
1405
1491
  "active": {
1406
- "name": "--vkui--color_text_link_themed--active",
1407
- "value": "var(--vkui--color_text_link_themed--active, #437DC1)"
1492
+ "name": "--vkui--color_stroke_negative--active",
1493
+ "value": "var(--vkui--color_stroke_negative--active, #D44245)"
1408
1494
  }
1409
1495
  },
1410
- "colorTextMuted": {
1496
+ "colorHeaderBackground": {
1411
1497
  "normal": {
1412
- "name": "--vkui--color_text_muted",
1413
- "value": "var(--vkui--color_text_muted, #2C2D2E)"
1498
+ "name": "--vkui--color_header_background",
1499
+ "value": "var(--vkui--color_header_background, #FFFFFF)"
1414
1500
  },
1415
1501
  "hover": {
1416
- "name": "--vkui--color_text_muted--hover",
1417
- "value": "var(--vkui--color_text_muted--hover, #2A2C2F)"
1502
+ "name": "--vkui--color_header_background--hover",
1503
+ "value": "var(--vkui--color_header_background--hover, #F5F5F7)"
1418
1504
  },
1419
1505
  "active": {
1420
- "name": "--vkui--color_text_muted--active",
1421
- "value": "var(--vkui--color_text_muted--active, #282B2F)"
1506
+ "name": "--vkui--color_header_background--active",
1507
+ "value": "var(--vkui--color_header_background--active, #EBECEF)"
1422
1508
  }
1423
1509
  },
1424
- "colorTextPrimary": {
1510
+ "colorPanelHeaderIcon": {
1425
1511
  "normal": {
1426
- "name": "--vkui--color_text_primary",
1427
- "value": "var(--vkui--color_text_primary, #000000)"
1512
+ "name": "--vkui--color_panel_header_icon",
1513
+ "value": "var(--vkui--color_panel_header_icon, #2688EB)"
1428
1514
  },
1429
1515
  "hover": {
1430
- "name": "--vkui--color_text_primary--hover",
1431
- "value": "var(--vkui--color_text_primary--hover, #000102)"
1516
+ "name": "--vkui--color_panel_header_icon--hover",
1517
+ "value": "var(--vkui--color_panel_header_icon--hover, #2483E4)"
1432
1518
  },
1433
1519
  "active": {
1434
- "name": "--vkui--color_text_primary--active",
1435
- "value": "var(--vkui--color_text_primary--active, #000105)"
1520
+ "name": "--vkui--color_panel_header_icon--active",
1521
+ "value": "var(--vkui--color_panel_header_icon--active, #237EDD)"
1436
1522
  }
1437
1523
  },
1438
- "colorTextPrimaryInvariably": {
1524
+ "colorIconPrimary": {
1439
1525
  "normal": {
1440
- "name": "--vkui--color_text_primary_invariably",
1441
- "value": "var(--vkui--color_text_primary_invariably, #000000)"
1526
+ "name": "--vkui--color_icon_primary",
1527
+ "value": "var(--vkui--color_icon_primary, #2C2D2E)"
1442
1528
  },
1443
1529
  "hover": {
1444
- "name": "--vkui--color_text_primary_invariably--hover",
1445
- "value": "var(--vkui--color_text_primary_invariably--hover, #000102)"
1530
+ "name": "--vkui--color_icon_primary--hover",
1531
+ "value": "var(--vkui--color_icon_primary--hover, #2A2C2F)"
1446
1532
  },
1447
1533
  "active": {
1448
- "name": "--vkui--color_text_primary_invariably--active",
1449
- "value": "var(--vkui--color_text_primary_invariably--active, #000105)"
1534
+ "name": "--vkui--color_icon_primary--active",
1535
+ "value": "var(--vkui--color_icon_primary--active, #282B2F)"
1450
1536
  }
1451
1537
  },
1452
- "colorTextSecondary": {
1538
+ "colorIconPrimaryInvariably": {
1453
1539
  "normal": {
1454
- "name": "--vkui--color_text_secondary",
1455
- "value": "var(--vkui--color_text_secondary, #818C99)"
1540
+ "name": "--vkui--color_icon_primary_invariably",
1541
+ "value": "var(--vkui--color_icon_primary_invariably, #2C2D2E)"
1456
1542
  },
1457
1543
  "hover": {
1458
- "name": "--vkui--color_text_secondary--hover",
1459
- "value": "var(--vkui--color_text_secondary--hover, #7C8795)"
1544
+ "name": "--vkui--color_icon_primary_invariably--hover",
1545
+ "value": "var(--vkui--color_icon_primary_invariably--hover, #2A2C2F)"
1460
1546
  },
1461
1547
  "active": {
1462
- "name": "--vkui--color_text_secondary--active",
1463
- "value": "var(--vkui--color_text_secondary--active, #778292)"
1548
+ "name": "--vkui--color_icon_primary_invariably--active",
1549
+ "value": "var(--vkui--color_icon_primary_invariably--active, #282B2F)"
1464
1550
  }
1465
1551
  },
1466
- "colorTextSubhead": {
1552
+ "colorIconMedium": {
1467
1553
  "normal": {
1468
- "name": "--vkui--color_text_subhead",
1469
- "value": "var(--vkui--color_text_subhead, #6D7885)"
1554
+ "name": "--vkui--color_icon_medium",
1555
+ "value": "var(--vkui--color_icon_medium, #818C99)"
1470
1556
  },
1471
1557
  "hover": {
1472
- "name": "--vkui--color_text_subhead--hover",
1473
- "value": "var(--vkui--color_text_subhead--hover, #697482)"
1558
+ "name": "--vkui--color_icon_medium--hover",
1559
+ "value": "var(--vkui--color_icon_medium--hover, #7C8795)"
1474
1560
  },
1475
1561
  "active": {
1476
- "name": "--vkui--color_text_subhead--active",
1477
- "value": "var(--vkui--color_text_subhead--active, #64707F)"
1562
+ "name": "--vkui--color_icon_medium--active",
1563
+ "value": "var(--vkui--color_icon_medium--active, #778292)"
1478
1564
  }
1479
1565
  },
1480
- "colorTextTertiary": {
1566
+ "colorIconMediumAlpha": {
1481
1567
  "normal": {
1482
- "name": "--vkui--color_text_tertiary",
1483
- "value": "var(--vkui--color_text_tertiary, #99A2AD)"
1568
+ "name": "--vkui--color_icon_medium_alpha",
1569
+ "value": "var(--vkui--color_icon_medium_alpha, rgba(0, 0, 0, 0.48))"
1484
1570
  },
1485
1571
  "hover": {
1486
- "name": "--vkui--color_text_tertiary--hover",
1487
- "value": "var(--vkui--color_text_tertiary--hover, #939CA9)"
1572
+ "name": "--vkui--color_icon_medium_alpha--hover",
1573
+ "value": "var(--vkui--color_icon_medium_alpha--hover, rgba(0, 0, 0, 0.52))"
1488
1574
  },
1489
1575
  "active": {
1490
- "name": "--vkui--color_text_tertiary--active",
1491
- "value": "var(--vkui--color_text_tertiary--active, #8D96A4)"
1492
- }
1493
- },
1494
- "colorTextLinkVisited": {
1495
- "normal": {
1496
- "name": "--vkui--color_text_link_visited",
1497
- "value": "var(--vkui--color_text_link_visited, #4986CC)"
1498
- },
1499
- "hover": {
1500
- "name": "--vkui--color_text_link_visited--hover",
1501
- "value": "var(--vkui--color_text_link_visited--hover, #4681C6)"
1502
- },
1503
- "active": {
1504
- "name": "--vkui--color_text_link_visited--active",
1505
- "value": "var(--vkui--color_text_link_visited--active, #437DC1)"
1506
- }
1507
- },
1508
- "colorTextContrast": {
1509
- "normal": {
1510
- "name": "--vkui--color_text_contrast",
1511
- "value": "var(--vkui--color_text_contrast, #FFFFFF)"
1512
- },
1513
- "hover": {
1514
- "name": "--vkui--color_text_contrast--hover",
1515
- "value": "var(--vkui--color_text_contrast--hover, #F5F5F7)"
1516
- },
1517
- "active": {
1518
- "name": "--vkui--color_text_contrast--active",
1519
- "value": "var(--vkui--color_text_contrast--active, #EBECEF)"
1576
+ "name": "--vkui--color_icon_medium_alpha--active",
1577
+ "value": "var(--vkui--color_icon_medium_alpha--active, rgba(0, 0, 0, 0.56))"
1520
1578
  }
1521
1579
  },
1522
- "colorTextContrastThemed": {
1580
+ "colorIconSecondary": {
1523
1581
  "normal": {
1524
- "name": "--vkui--color_text_contrast_themed",
1525
- "value": "var(--vkui--color_text_contrast_themed, #FFFFFF)"
1582
+ "name": "--vkui--color_icon_secondary",
1583
+ "value": "var(--vkui--color_icon_secondary, #99A2AD)"
1526
1584
  },
1527
1585
  "hover": {
1528
- "name": "--vkui--color_text_contrast_themed--hover",
1529
- "value": "var(--vkui--color_text_contrast_themed--hover, #F5F5F7)"
1586
+ "name": "--vkui--color_icon_secondary--hover",
1587
+ "value": "var(--vkui--color_icon_secondary--hover, #939CA9)"
1530
1588
  },
1531
1589
  "active": {
1532
- "name": "--vkui--color_text_contrast_themed--active",
1533
- "value": "var(--vkui--color_text_contrast_themed--active, #EBECEF)"
1590
+ "name": "--vkui--color_icon_secondary--active",
1591
+ "value": "var(--vkui--color_icon_secondary--active, #8D96A4)"
1534
1592
  }
1535
1593
  },
1536
- "colorLinkContrast": {
1594
+ "colorIconSecondaryAlpha": {
1537
1595
  "normal": {
1538
- "name": "--vkui--color_link_contrast",
1539
- "value": "var(--vkui--color_link_contrast, #FFFFFF)"
1596
+ "name": "--vkui--color_icon_secondary_alpha",
1597
+ "value": "var(--vkui--color_icon_secondary_alpha, rgba(0, 0, 0, 0.36))"
1540
1598
  },
1541
1599
  "hover": {
1542
- "name": "--vkui--color_link_contrast--hover",
1543
- "value": "var(--vkui--color_link_contrast--hover, #F5F5F7)"
1600
+ "name": "--vkui--color_icon_secondary_alpha--hover",
1601
+ "value": "var(--vkui--color_icon_secondary_alpha--hover, rgba(0, 0, 0, 0.4))"
1544
1602
  },
1545
1603
  "active": {
1546
- "name": "--vkui--color_link_contrast--active",
1547
- "value": "var(--vkui--color_link_contrast--active, #EBECEF)"
1604
+ "name": "--vkui--color_icon_secondary_alpha--active",
1605
+ "value": "var(--vkui--color_icon_secondary_alpha--active, rgba(0, 0, 0, 0.44))"
1548
1606
  }
1549
1607
  },
1550
- "colorTextPositive": {
1608
+ "colorIconTertiary": {
1551
1609
  "normal": {
1552
- "name": "--vkui--color_text_positive",
1553
- "value": "var(--vkui--color_text_positive, #4BB34B)"
1610
+ "name": "--vkui--color_icon_tertiary",
1611
+ "value": "var(--vkui--color_icon_tertiary, #B8C1CC)"
1554
1612
  },
1555
1613
  "hover": {
1556
- "name": "--vkui--color_text_positive--hover",
1557
- "value": "var(--vkui--color_text_positive--hover, #48AC4A)"
1614
+ "name": "--vkui--color_icon_tertiary--hover",
1615
+ "value": "var(--vkui--color_icon_tertiary--hover, #B1BAC6)"
1558
1616
  },
1559
1617
  "active": {
1560
- "name": "--vkui--color_text_positive--active",
1561
- "value": "var(--vkui--color_text_positive--active, #45A64A)"
1618
+ "name": "--vkui--color_icon_tertiary--active",
1619
+ "value": "var(--vkui--color_icon_tertiary--active, #A9B3C1)"
1562
1620
  }
1563
1621
  },
1564
- "colorIconAccent": {
1622
+ "colorIconTertiaryAlpha": {
1565
1623
  "normal": {
1566
- "name": "--vkui--color_icon_accent",
1567
- "value": "var(--vkui--color_icon_accent, #3F8AE0)"
1624
+ "name": "--vkui--color_icon_tertiary_alpha",
1625
+ "value": "var(--vkui--color_icon_tertiary_alpha, rgba(0, 0, 0, 0.24))"
1568
1626
  },
1569
1627
  "hover": {
1570
- "name": "--vkui--color_icon_accent--hover",
1571
- "value": "var(--vkui--color_icon_accent--hover, #3C85D9)"
1628
+ "name": "--vkui--color_icon_tertiary_alpha--hover",
1629
+ "value": "var(--vkui--color_icon_tertiary_alpha--hover, rgba(0, 0, 0, 0.28))"
1572
1630
  },
1573
1631
  "active": {
1574
- "name": "--vkui--color_icon_accent--active",
1575
- "value": "var(--vkui--color_icon_accent--active, #3A80D3)"
1632
+ "name": "--vkui--color_icon_tertiary_alpha--active",
1633
+ "value": "var(--vkui--color_icon_tertiary_alpha--active, rgba(0, 0, 0, 0.32))"
1576
1634
  }
1577
1635
  },
1578
- "colorIconNegative": {
1636
+ "colorImageBorderAlpha": {
1579
1637
  "normal": {
1580
- "name": "--vkui--color_icon_negative",
1581
- "value": "var(--vkui--color_icon_negative, #E64646)"
1638
+ "name": "--vkui--color_image_border_alpha",
1639
+ "value": "var(--vkui--color_image_border_alpha, rgba(0, 0, 0, 0.08))"
1582
1640
  },
1583
1641
  "hover": {
1584
- "name": "--vkui--color_icon_negative--hover",
1585
- "value": "var(--vkui--color_icon_negative--hover, #DD4446)"
1642
+ "name": "--vkui--color_image_border_alpha--hover",
1643
+ "value": "var(--vkui--color_image_border_alpha--hover, rgba(0, 0, 0, 0.12))"
1586
1644
  },
1587
1645
  "active": {
1588
- "name": "--vkui--color_icon_negative--active",
1589
- "value": "var(--vkui--color_icon_negative--active, #D44245)"
1646
+ "name": "--vkui--color_image_border_alpha--active",
1647
+ "value": "var(--vkui--color_image_border_alpha--active, rgba(0, 0, 0, 0.16))"
1590
1648
  }
1591
1649
  },
1592
- "colorIconPrimary": {
1650
+ "colorWriteBarInputBackground": {
1593
1651
  "normal": {
1594
- "name": "--vkui--color_icon_primary",
1595
- "value": "var(--vkui--color_icon_primary, #2C2D2E)"
1652
+ "name": "--vkui--color_write_bar_input_background",
1653
+ "value": "var(--vkui--color_write_bar_input_background, #F2F3F5)"
1596
1654
  },
1597
1655
  "hover": {
1598
- "name": "--vkui--color_icon_primary--hover",
1599
- "value": "var(--vkui--color_icon_primary--hover, #2A2C2F)"
1656
+ "name": "--vkui--color_write_bar_input_background--hover",
1657
+ "value": "var(--vkui--color_write_bar_input_background--hover, #E8EAEE)"
1600
1658
  },
1601
1659
  "active": {
1602
- "name": "--vkui--color_icon_primary--active",
1603
- "value": "var(--vkui--color_icon_primary--active, #282B2F)"
1660
+ "name": "--vkui--color_write_bar_input_background--active",
1661
+ "value": "var(--vkui--color_write_bar_input_background--active, #DFE1E6)"
1604
1662
  }
1605
1663
  },
1606
- "colorIconPrimaryInvariably": {
1664
+ "colorWriteBarInputBorderAlpha": {
1607
1665
  "normal": {
1608
- "name": "--vkui--color_icon_primary_invariably",
1609
- "value": "var(--vkui--color_icon_primary_invariably, #2C2D2E)"
1666
+ "name": "--vkui--color_write_bar_input_border_alpha",
1667
+ "value": "var(--vkui--color_write_bar_input_border_alpha, rgba(0, 0, 0, 0.08))"
1610
1668
  },
1611
1669
  "hover": {
1612
- "name": "--vkui--color_icon_primary_invariably--hover",
1613
- "value": "var(--vkui--color_icon_primary_invariably--hover, #2A2C2F)"
1670
+ "name": "--vkui--color_write_bar_input_border_alpha--hover",
1671
+ "value": "var(--vkui--color_write_bar_input_border_alpha--hover, rgba(0, 0, 0, 0.12))"
1614
1672
  },
1615
1673
  "active": {
1616
- "name": "--vkui--color_icon_primary_invariably--active",
1617
- "value": "var(--vkui--color_icon_primary_invariably--active, #282B2F)"
1674
+ "name": "--vkui--color_write_bar_input_border_alpha--active",
1675
+ "value": "var(--vkui--color_write_bar_input_border_alpha--active, rgba(0, 0, 0, 0.16))"
1618
1676
  }
1619
1677
  },
1620
- "colorIconMedium": {
1678
+ "colorTrackBackground": {
1621
1679
  "normal": {
1622
- "name": "--vkui--color_icon_medium",
1623
- "value": "var(--vkui--color_icon_medium, #818C99)"
1680
+ "name": "--vkui--color_track_background",
1681
+ "value": "var(--vkui--color_track_background, #E1E3E6)"
1624
1682
  },
1625
1683
  "hover": {
1626
- "name": "--vkui--color_icon_medium--hover",
1627
- "value": "var(--vkui--color_icon_medium--hover, #7C8795)"
1684
+ "name": "--vkui--color_track_background--hover",
1685
+ "value": "var(--vkui--color_track_background--hover, #D8DBDF)"
1628
1686
  },
1629
1687
  "active": {
1630
- "name": "--vkui--color_icon_medium--active",
1631
- "value": "var(--vkui--color_icon_medium--active, #778292)"
1688
+ "name": "--vkui--color_track_background--active",
1689
+ "value": "var(--vkui--color_track_background--active, #CFD2D8)"
1632
1690
  }
1633
1691
  },
1634
- "colorIconMediumAlpha": {
1692
+ "colorTrackBuffer": {
1635
1693
  "normal": {
1636
- "name": "--vkui--color_icon_medium_alpha",
1637
- "value": "var(--vkui--color_icon_medium_alpha, rgba(0, 0, 0, 0.48))"
1694
+ "name": "--vkui--color_track_buffer",
1695
+ "value": "var(--vkui--color_track_buffer, #A0BFE4)"
1638
1696
  },
1639
1697
  "hover": {
1640
- "name": "--vkui--color_icon_medium_alpha--hover",
1641
- "value": "var(--vkui--color_icon_medium_alpha--hover, rgba(0, 0, 0, 0.52))"
1698
+ "name": "--vkui--color_track_buffer--hover",
1699
+ "value": "var(--vkui--color_track_buffer--hover, #9AB8DD)"
1642
1700
  },
1643
1701
  "active": {
1644
- "name": "--vkui--color_icon_medium_alpha--active",
1645
- "value": "var(--vkui--color_icon_medium_alpha--active, rgba(0, 0, 0, 0.56))"
1702
+ "name": "--vkui--color_track_buffer--active",
1703
+ "value": "var(--vkui--color_track_buffer--active, #93B1D7)"
1646
1704
  }
1647
1705
  },
1648
- "colorIconSecondary": {
1706
+ "colorBackgroundModal": {
1649
1707
  "normal": {
1650
- "name": "--vkui--color_icon_secondary",
1651
- "value": "var(--vkui--color_icon_secondary, #99A2AD)"
1708
+ "name": "--vkui--color_background_modal",
1709
+ "value": "var(--vkui--color_background_modal, #FFFFFF)"
1652
1710
  },
1653
1711
  "hover": {
1654
- "name": "--vkui--color_icon_secondary--hover",
1655
- "value": "var(--vkui--color_icon_secondary--hover, #939CA9)"
1712
+ "name": "--vkui--color_background_modal--hover",
1713
+ "value": "var(--vkui--color_background_modal--hover, #F5F5F7)"
1656
1714
  },
1657
1715
  "active": {
1658
- "name": "--vkui--color_icon_secondary--active",
1659
- "value": "var(--vkui--color_icon_secondary--active, #8D96A4)"
1716
+ "name": "--vkui--color_background_modal--active",
1717
+ "value": "var(--vkui--color_background_modal--active, #EBECEF)"
1660
1718
  }
1661
1719
  },
1662
- "colorIconSecondaryAlpha": {
1720
+ "colorImagePlaceholderAlpha": {
1663
1721
  "normal": {
1664
- "name": "--vkui--color_icon_secondary_alpha",
1665
- "value": "var(--vkui--color_icon_secondary_alpha, rgba(0, 0, 0, 0.36))"
1722
+ "name": "--vkui--color_image_placeholder_alpha",
1723
+ "value": "var(--vkui--color_image_placeholder_alpha, rgba(0, 28, 61, 0.08))"
1666
1724
  },
1667
1725
  "hover": {
1668
- "name": "--vkui--color_icon_secondary_alpha--hover",
1669
- "value": "var(--vkui--color_icon_secondary_alpha--hover, rgba(0, 0, 0, 0.4))"
1726
+ "name": "--vkui--color_image_placeholder_alpha--hover",
1727
+ "value": "var(--vkui--color_image_placeholder_alpha--hover, rgba(0, 28, 61, 0.12))"
1670
1728
  },
1671
1729
  "active": {
1672
- "name": "--vkui--color_icon_secondary_alpha--active",
1673
- "value": "var(--vkui--color_icon_secondary_alpha--active, rgba(0, 0, 0, 0.44))"
1730
+ "name": "--vkui--color_image_placeholder_alpha--active",
1731
+ "value": "var(--vkui--color_image_placeholder_alpha--active, rgba(0, 28, 61, 0.16))"
1674
1732
  }
1675
1733
  },
1676
- "colorIconTertiary": {
1734
+ "colorImagePlaceholder": {
1677
1735
  "normal": {
1678
- "name": "--vkui--color_icon_tertiary",
1679
- "value": "var(--vkui--color_icon_tertiary, #B8C1CC)"
1736
+ "name": "--vkui--color_image_placeholder",
1737
+ "value": "var(--vkui--color_image_placeholder, #F2F3F5)"
1680
1738
  },
1681
1739
  "hover": {
1682
- "name": "--vkui--color_icon_tertiary--hover",
1683
- "value": "var(--vkui--color_icon_tertiary--hover, #B1BAC6)"
1740
+ "name": "--vkui--color_image_placeholder--hover",
1741
+ "value": "var(--vkui--color_image_placeholder--hover, #E8EAEE)"
1684
1742
  },
1685
1743
  "active": {
1686
- "name": "--vkui--color_icon_tertiary--active",
1687
- "value": "var(--vkui--color_icon_tertiary--active, #A9B3C1)"
1744
+ "name": "--vkui--color_image_placeholder--active",
1745
+ "value": "var(--vkui--color_image_placeholder--active, #DFE1E6)"
1688
1746
  }
1689
1747
  },
1690
- "colorIconTertiaryAlpha": {
1748
+ "colorSearchFieldBackground": {
1691
1749
  "normal": {
1692
- "name": "--vkui--color_icon_tertiary_alpha",
1693
- "value": "var(--vkui--color_icon_tertiary_alpha, rgba(0, 0, 0, 0.24))"
1750
+ "name": "--vkui--color_search_field_background",
1751
+ "value": "var(--vkui--color_search_field_background, #EBEDF0)"
1694
1752
  },
1695
1753
  "hover": {
1696
- "name": "--vkui--color_icon_tertiary_alpha--hover",
1697
- "value": "var(--vkui--color_icon_tertiary_alpha--hover, rgba(0, 0, 0, 0.28))"
1754
+ "name": "--vkui--color_search_field_background--hover",
1755
+ "value": "var(--vkui--color_search_field_background--hover, #E2E4E9)"
1698
1756
  },
1699
1757
  "active": {
1700
- "name": "--vkui--color_icon_tertiary_alpha--active",
1701
- "value": "var(--vkui--color_icon_tertiary_alpha--active, rgba(0, 0, 0, 0.32))"
1758
+ "name": "--vkui--color_search_field_background--active",
1759
+ "value": "var(--vkui--color_search_field_background--active, #D8DBE2)"
1702
1760
  }
1703
1761
  },
1704
- "colorIconContrast": {
1762
+ "colorFieldBorderAlpha": {
1705
1763
  "normal": {
1706
- "name": "--vkui--color_icon_contrast",
1707
- "value": "var(--vkui--color_icon_contrast, #FFFFFF)"
1764
+ "name": "--vkui--color_field_border_alpha",
1765
+ "value": "var(--vkui--color_field_border_alpha, rgba(0, 0, 0, 0.12))"
1708
1766
  },
1709
1767
  "hover": {
1710
- "name": "--vkui--color_icon_contrast--hover",
1711
- "value": "var(--vkui--color_icon_contrast--hover, #F5F5F7)"
1768
+ "name": "--vkui--color_field_border_alpha--hover",
1769
+ "value": "var(--vkui--color_field_border_alpha--hover, rgba(0, 0, 0, 0.16))"
1712
1770
  },
1713
1771
  "active": {
1714
- "name": "--vkui--color_icon_contrast--active",
1715
- "value": "var(--vkui--color_icon_contrast--active, #EBECEF)"
1772
+ "name": "--vkui--color_field_border_alpha--active",
1773
+ "value": "var(--vkui--color_field_border_alpha--active, rgba(0, 0, 0, 0.2))"
1716
1774
  }
1717
1775
  },
1718
- "colorIconContrastThemed": {
1776
+ "colorSeparatorPrimaryAlpha": {
1719
1777
  "normal": {
1720
- "name": "--vkui--color_icon_contrast_themed",
1721
- "value": "var(--vkui--color_icon_contrast_themed, #FFFFFF)"
1778
+ "name": "--vkui--color_separator_primary_alpha",
1779
+ "value": "var(--vkui--color_separator_primary_alpha, rgba(0, 0, 0, 0.12))"
1722
1780
  },
1723
1781
  "hover": {
1724
- "name": "--vkui--color_icon_contrast_themed--hover",
1725
- "value": "var(--vkui--color_icon_contrast_themed--hover, #F5F5F7)"
1782
+ "name": "--vkui--color_separator_primary_alpha--hover",
1783
+ "value": "var(--vkui--color_separator_primary_alpha--hover, rgba(0, 0, 0, 0.16))"
1726
1784
  },
1727
1785
  "active": {
1728
- "name": "--vkui--color_icon_contrast_themed--active",
1729
- "value": "var(--vkui--color_icon_contrast_themed--active, #EBECEF)"
1786
+ "name": "--vkui--color_separator_primary_alpha--active",
1787
+ "value": "var(--vkui--color_separator_primary_alpha--active, rgba(0, 0, 0, 0.2))"
1730
1788
  }
1731
1789
  },
1732
- "colorIconPositive": {
1790
+ "colorSeparatorSecondary": {
1733
1791
  "normal": {
1734
- "name": "--vkui--color_icon_positive",
1735
- "value": "var(--vkui--color_icon_positive, #4BB34B)"
1792
+ "name": "--vkui--color_separator_secondary",
1793
+ "value": "var(--vkui--color_separator_secondary, #E1E3E6)"
1736
1794
  },
1737
1795
  "hover": {
1738
- "name": "--vkui--color_icon_positive--hover",
1739
- "value": "var(--vkui--color_icon_positive--hover, #48AC4A)"
1796
+ "name": "--vkui--color_separator_secondary--hover",
1797
+ "value": "var(--vkui--color_separator_secondary--hover, #D8DBDF)"
1740
1798
  },
1741
1799
  "active": {
1742
- "name": "--vkui--color_icon_positive--active",
1743
- "value": "var(--vkui--color_icon_positive--active, #45A64A)"
1800
+ "name": "--vkui--color_separator_secondary--active",
1801
+ "value": "var(--vkui--color_separator_secondary--active, #CFD2D8)"
1744
1802
  }
1745
1803
  },
1746
- "colorStrokeAccent": {
1804
+ "colorSeparatorPrimary": {
1747
1805
  "normal": {
1748
- "name": "--vkui--color_stroke_accent",
1749
- "value": "var(--vkui--color_stroke_accent, #3F8AE0)"
1806
+ "name": "--vkui--color_separator_primary",
1807
+ "value": "var(--vkui--color_separator_primary, #D7D8D9)"
1750
1808
  },
1751
1809
  "hover": {
1752
- "name": "--vkui--color_stroke_accent--hover",
1753
- "value": "var(--vkui--color_stroke_accent--hover, #3C85D9)"
1810
+ "name": "--vkui--color_separator_primary--hover",
1811
+ "value": "var(--vkui--color_separator_primary--hover, #CED0D3)"
1754
1812
  },
1755
1813
  "active": {
1756
- "name": "--vkui--color_stroke_accent--active",
1757
- "value": "var(--vkui--color_stroke_accent--active, #3A80D3)"
1814
+ "name": "--vkui--color_separator_primary--active",
1815
+ "value": "var(--vkui--color_separator_primary--active, #C6C8CD)"
1758
1816
  }
1759
1817
  },
1760
- "colorStrokeAccentThemed": {
1818
+ "colorTextLink": {
1761
1819
  "normal": {
1762
- "name": "--vkui--color_stroke_accent_themed",
1763
- "value": "var(--vkui--color_stroke_accent_themed, #3F8AE0)"
1820
+ "name": "--vkui--color_text_link",
1821
+ "value": "var(--vkui--color_text_link, #2D81E0)"
1764
1822
  },
1765
1823
  "hover": {
1766
- "name": "--vkui--color_stroke_accent_themed--hover",
1767
- "value": "var(--vkui--color_stroke_accent_themed--hover, #3C85D9)"
1824
+ "name": "--vkui--color_text_link--hover",
1825
+ "value": "var(--vkui--color_text_link--hover, #2B7CD9)"
1768
1826
  },
1769
1827
  "active": {
1770
- "name": "--vkui--color_stroke_accent_themed--active",
1771
- "value": "var(--vkui--color_stroke_accent_themed--active, #3A80D3)"
1828
+ "name": "--vkui--color_text_link--active",
1829
+ "value": "var(--vkui--color_text_link--active, #2978D3)"
1772
1830
  }
1773
1831
  },
1774
- "colorStrokeContrast": {
1832
+ "colorTextLinkThemed": {
1775
1833
  "normal": {
1776
- "name": "--vkui--color_stroke_contrast",
1777
- "value": "var(--vkui--color_stroke_contrast, #FFFFFF)"
1834
+ "name": "--vkui--color_text_link_themed",
1835
+ "value": "var(--vkui--color_text_link_themed, #4986CC)"
1778
1836
  },
1779
1837
  "hover": {
1780
- "name": "--vkui--color_stroke_contrast--hover",
1781
- "value": "var(--vkui--color_stroke_contrast--hover, #F5F5F7)"
1838
+ "name": "--vkui--color_text_link_themed--hover",
1839
+ "value": "var(--vkui--color_text_link_themed--hover, #4681C6)"
1782
1840
  },
1783
1841
  "active": {
1784
- "name": "--vkui--color_stroke_contrast--active",
1785
- "value": "var(--vkui--color_stroke_contrast--active, #EBECEF)"
1842
+ "name": "--vkui--color_text_link_themed--active",
1843
+ "value": "var(--vkui--color_text_link_themed--active, #437DC1)"
1786
1844
  }
1787
1845
  },
1788
- "colorStrokeNegative": {
1846
+ "colorTextMuted": {
1789
1847
  "normal": {
1790
- "name": "--vkui--color_stroke_negative",
1791
- "value": "var(--vkui--color_stroke_negative, #E64646)"
1848
+ "name": "--vkui--color_text_muted",
1849
+ "value": "var(--vkui--color_text_muted, #2C2D2E)"
1792
1850
  },
1793
1851
  "hover": {
1794
- "name": "--vkui--color_stroke_negative--hover",
1795
- "value": "var(--vkui--color_stroke_negative--hover, #DD4446)"
1852
+ "name": "--vkui--color_text_muted--hover",
1853
+ "value": "var(--vkui--color_text_muted--hover, #2A2C2F)"
1796
1854
  },
1797
1855
  "active": {
1798
- "name": "--vkui--color_stroke_negative--active",
1799
- "value": "var(--vkui--color_stroke_negative--active, #D44245)"
1856
+ "name": "--vkui--color_text_muted--active",
1857
+ "value": "var(--vkui--color_text_muted--active, #282B2F)"
1800
1858
  }
1801
1859
  },
1802
- "colorImageBorderAlpha": {
1860
+ "colorTextPrimary": {
1803
1861
  "normal": {
1804
- "name": "--vkui--color_image_border_alpha",
1805
- "value": "var(--vkui--color_image_border_alpha, rgba(0, 0, 0, 0.08))"
1862
+ "name": "--vkui--color_text_primary",
1863
+ "value": "var(--vkui--color_text_primary, #000000)"
1806
1864
  },
1807
1865
  "hover": {
1808
- "name": "--vkui--color_image_border_alpha--hover",
1809
- "value": "var(--vkui--color_image_border_alpha--hover, rgba(0, 0, 0, 0.12))"
1866
+ "name": "--vkui--color_text_primary--hover",
1867
+ "value": "var(--vkui--color_text_primary--hover, #000102)"
1810
1868
  },
1811
1869
  "active": {
1812
- "name": "--vkui--color_image_border_alpha--active",
1813
- "value": "var(--vkui--color_image_border_alpha--active, rgba(0, 0, 0, 0.16))"
1870
+ "name": "--vkui--color_text_primary--active",
1871
+ "value": "var(--vkui--color_text_primary--active, #000105)"
1814
1872
  }
1815
1873
  },
1816
- "colorFieldBorderAlpha": {
1874
+ "colorTextPrimaryInvariably": {
1817
1875
  "normal": {
1818
- "name": "--vkui--color_field_border_alpha",
1819
- "value": "var(--vkui--color_field_border_alpha, rgba(0, 0, 0, 0.12))"
1876
+ "name": "--vkui--color_text_primary_invariably",
1877
+ "value": "var(--vkui--color_text_primary_invariably, #000000)"
1820
1878
  },
1821
- "hover": {
1822
- "name": "--vkui--color_field_border_alpha--hover",
1823
- "value": "var(--vkui--color_field_border_alpha--hover, rgba(0, 0, 0, 0.16))"
1879
+ "hover": {
1880
+ "name": "--vkui--color_text_primary_invariably--hover",
1881
+ "value": "var(--vkui--color_text_primary_invariably--hover, #000102)"
1824
1882
  },
1825
1883
  "active": {
1826
- "name": "--vkui--color_field_border_alpha--active",
1827
- "value": "var(--vkui--color_field_border_alpha--active, rgba(0, 0, 0, 0.2))"
1884
+ "name": "--vkui--color_text_primary_invariably--active",
1885
+ "value": "var(--vkui--color_text_primary_invariably--active, #000105)"
1828
1886
  }
1829
1887
  },
1830
- "colorSeparatorPrimaryAlpha": {
1888
+ "colorTextSecondary": {
1831
1889
  "normal": {
1832
- "name": "--vkui--color_separator_primary_alpha",
1833
- "value": "var(--vkui--color_separator_primary_alpha, rgba(0, 0, 0, 0.12))"
1890
+ "name": "--vkui--color_text_secondary",
1891
+ "value": "var(--vkui--color_text_secondary, #818C99)"
1834
1892
  },
1835
1893
  "hover": {
1836
- "name": "--vkui--color_separator_primary_alpha--hover",
1837
- "value": "var(--vkui--color_separator_primary_alpha--hover, rgba(0, 0, 0, 0.16))"
1894
+ "name": "--vkui--color_text_secondary--hover",
1895
+ "value": "var(--vkui--color_text_secondary--hover, #7C8795)"
1838
1896
  },
1839
1897
  "active": {
1840
- "name": "--vkui--color_separator_primary_alpha--active",
1841
- "value": "var(--vkui--color_separator_primary_alpha--active, rgba(0, 0, 0, 0.2))"
1898
+ "name": "--vkui--color_text_secondary--active",
1899
+ "value": "var(--vkui--color_text_secondary--active, #778292)"
1842
1900
  }
1843
1901
  },
1844
- "colorSeparatorSecondary": {
1902
+ "colorTextSubhead": {
1845
1903
  "normal": {
1846
- "name": "--vkui--color_separator_secondary",
1847
- "value": "var(--vkui--color_separator_secondary, #E1E3E6)"
1904
+ "name": "--vkui--color_text_subhead",
1905
+ "value": "var(--vkui--color_text_subhead, #6D7885)"
1848
1906
  },
1849
1907
  "hover": {
1850
- "name": "--vkui--color_separator_secondary--hover",
1851
- "value": "var(--vkui--color_separator_secondary--hover, #D8DBDF)"
1908
+ "name": "--vkui--color_text_subhead--hover",
1909
+ "value": "var(--vkui--color_text_subhead--hover, #697482)"
1852
1910
  },
1853
1911
  "active": {
1854
- "name": "--vkui--color_separator_secondary--active",
1855
- "value": "var(--vkui--color_separator_secondary--active, #CFD2D8)"
1912
+ "name": "--vkui--color_text_subhead--active",
1913
+ "value": "var(--vkui--color_text_subhead--active, #64707F)"
1856
1914
  }
1857
1915
  },
1858
- "colorSeparatorPrimary": {
1916
+ "colorTextTertiary": {
1859
1917
  "normal": {
1860
- "name": "--vkui--color_separator_primary",
1861
- "value": "var(--vkui--color_separator_primary, #D7D8D9)"
1918
+ "name": "--vkui--color_text_tertiary",
1919
+ "value": "var(--vkui--color_text_tertiary, #99A2AD)"
1862
1920
  },
1863
1921
  "hover": {
1864
- "name": "--vkui--color_separator_primary--hover",
1865
- "value": "var(--vkui--color_separator_primary--hover, #CED0D3)"
1922
+ "name": "--vkui--color_text_tertiary--hover",
1923
+ "value": "var(--vkui--color_text_tertiary--hover, #939CA9)"
1866
1924
  },
1867
1925
  "active": {
1868
- "name": "--vkui--color_separator_primary--active",
1869
- "value": "var(--vkui--color_separator_primary--active, #C6C8CD)"
1926
+ "name": "--vkui--color_text_tertiary--active",
1927
+ "value": "var(--vkui--color_text_tertiary--active, #8D96A4)"
1870
1928
  }
1871
1929
  },
1872
- "colorStrokePositive": {
1930
+ "colorWriteBarIcon": {
1873
1931
  "normal": {
1874
- "name": "--vkui--color_stroke_positive",
1875
- "value": "var(--vkui--color_stroke_positive, #4BB34B)"
1932
+ "name": "--vkui--color_write_bar_icon",
1933
+ "value": "var(--vkui--color_write_bar_icon, #3F8AE0)"
1876
1934
  },
1877
1935
  "hover": {
1878
- "name": "--vkui--color_stroke_positive--hover",
1879
- "value": "var(--vkui--color_stroke_positive--hover, #48AC4A)"
1936
+ "name": "--vkui--color_write_bar_icon--hover",
1937
+ "value": "var(--vkui--color_write_bar_icon--hover, #3C85D9)"
1880
1938
  },
1881
1939
  "active": {
1882
- "name": "--vkui--color_stroke_positive--active",
1883
- "value": "var(--vkui--color_stroke_positive--active, #45A64A)"
1940
+ "name": "--vkui--color_write_bar_icon--active",
1941
+ "value": "var(--vkui--color_write_bar_icon--active, #3A80D3)"
1884
1942
  }
1885
1943
  },
1886
1944
  "colorAccentBlue": {
@@ -1981,200 +2039,186 @@
1981
2039
  "value": "var(--vkui--color_accent_violet--active, #6F2CB6)"
1982
2040
  }
1983
2041
  },
1984
- "colorAccentSecondary": {
1985
- "normal": {
1986
- "name": "--vkui--color_accent_secondary",
1987
- "value": "var(--vkui--color_accent_secondary, #3F8AE0)"
1988
- },
1989
- "hover": {
1990
- "name": "--vkui--color_accent_secondary--hover",
1991
- "value": "var(--vkui--color_accent_secondary--hover, #3C85D9)"
1992
- },
1993
- "active": {
1994
- "name": "--vkui--color_accent_secondary--active",
1995
- "value": "var(--vkui--color_accent_secondary--active, #3A80D3)"
1996
- }
1997
- },
1998
- "colorActionSheetText": {
2042
+ "colorSkeletonFrom": {
1999
2043
  "normal": {
2000
- "name": "--vkui--color_action_sheet_text",
2001
- "value": "var(--vkui--color_action_sheet_text, #3F8AE0)"
2044
+ "name": "--vkui--color_skeleton_from",
2045
+ "value": "var(--vkui--color_skeleton_from, #F5F5F5)"
2002
2046
  },
2003
2047
  "hover": {
2004
- "name": "--vkui--color_action_sheet_text--hover",
2005
- "value": "var(--vkui--color_action_sheet_text--hover, #3C85D9)"
2048
+ "name": "--vkui--color_skeleton_from--hover",
2049
+ "value": "var(--vkui--color_skeleton_from--hover, #EBECEE)"
2006
2050
  },
2007
2051
  "active": {
2008
- "name": "--vkui--color_action_sheet_text--active",
2009
- "value": "var(--vkui--color_action_sheet_text--active, #3A80D3)"
2052
+ "name": "--vkui--color_skeleton_from--active",
2053
+ "value": "var(--vkui--color_skeleton_from--active, #E1E3E6)"
2010
2054
  }
2011
2055
  },
2012
- "colorHeaderBackground": {
2056
+ "colorSkeletonTo": {
2013
2057
  "normal": {
2014
- "name": "--vkui--color_header_background",
2015
- "value": "var(--vkui--color_header_background, #FFFFFF)"
2058
+ "name": "--vkui--color_skeleton_to",
2059
+ "value": "var(--vkui--color_skeleton_to, #E1E3E6)"
2016
2060
  },
2017
2061
  "hover": {
2018
- "name": "--vkui--color_header_background--hover",
2019
- "value": "var(--vkui--color_header_background--hover, #F5F5F7)"
2062
+ "name": "--vkui--color_skeleton_to--hover",
2063
+ "value": "var(--vkui--color_skeleton_to--hover, #D8DBDF)"
2020
2064
  },
2021
2065
  "active": {
2022
- "name": "--vkui--color_header_background--active",
2023
- "value": "var(--vkui--color_header_background--active, #EBECEF)"
2066
+ "name": "--vkui--color_skeleton_to--active",
2067
+ "value": "var(--vkui--color_skeleton_to--active, #CFD2D8)"
2024
2068
  }
2025
2069
  },
2026
- "colorPanelHeaderIcon": {
2070
+ "colorAccentSecondary": {
2027
2071
  "normal": {
2028
- "name": "--vkui--color_panel_header_icon",
2029
- "value": "var(--vkui--color_panel_header_icon, #3F8AE0)"
2072
+ "name": "--vkui--color_accent_secondary",
2073
+ "value": "var(--vkui--color_accent_secondary, #3F8AE0)"
2030
2074
  },
2031
2075
  "hover": {
2032
- "name": "--vkui--color_panel_header_icon--hover",
2033
- "value": "var(--vkui--color_panel_header_icon--hover, #3C85D9)"
2076
+ "name": "--vkui--color_accent_secondary--hover",
2077
+ "value": "var(--vkui--color_accent_secondary--hover, #3C85D9)"
2034
2078
  },
2035
2079
  "active": {
2036
- "name": "--vkui--color_panel_header_icon--active",
2037
- "value": "var(--vkui--color_panel_header_icon--active, #3A80D3)"
2080
+ "name": "--vkui--color_accent_secondary--active",
2081
+ "value": "var(--vkui--color_accent_secondary--active, #3A80D3)"
2038
2082
  }
2039
2083
  },
2040
- "colorWriteBarInputBackground": {
2084
+ "colorTextLinkVisited": {
2041
2085
  "normal": {
2042
- "name": "--vkui--color_write_bar_input_background",
2043
- "value": "var(--vkui--color_write_bar_input_background, #F2F3F5)"
2086
+ "name": "--vkui--color_text_link_visited",
2087
+ "value": "var(--vkui--color_text_link_visited, #4986CC)"
2044
2088
  },
2045
2089
  "hover": {
2046
- "name": "--vkui--color_write_bar_input_background--hover",
2047
- "value": "var(--vkui--color_write_bar_input_background--hover, #E8EAEE)"
2090
+ "name": "--vkui--color_text_link_visited--hover",
2091
+ "value": "var(--vkui--color_text_link_visited--hover, #4681C6)"
2048
2092
  },
2049
2093
  "active": {
2050
- "name": "--vkui--color_write_bar_input_background--active",
2051
- "value": "var(--vkui--color_write_bar_input_background--active, #DFE1E6)"
2094
+ "name": "--vkui--color_text_link_visited--active",
2095
+ "value": "var(--vkui--color_text_link_visited--active, #437DC1)"
2052
2096
  }
2053
2097
  },
2054
- "colorWriteBarInputBorderAlpha": {
2098
+ "colorTextContrast": {
2055
2099
  "normal": {
2056
- "name": "--vkui--color_write_bar_input_border_alpha",
2057
- "value": "var(--vkui--color_write_bar_input_border_alpha, rgba(0, 0, 0, 0.08))"
2100
+ "name": "--vkui--color_text_contrast",
2101
+ "value": "var(--vkui--color_text_contrast, #FFFFFF)"
2058
2102
  },
2059
2103
  "hover": {
2060
- "name": "--vkui--color_write_bar_input_border_alpha--hover",
2061
- "value": "var(--vkui--color_write_bar_input_border_alpha--hover, rgba(0, 0, 0, 0.12))"
2104
+ "name": "--vkui--color_text_contrast--hover",
2105
+ "value": "var(--vkui--color_text_contrast--hover, #F5F5F7)"
2062
2106
  },
2063
2107
  "active": {
2064
- "name": "--vkui--color_write_bar_input_border_alpha--active",
2065
- "value": "var(--vkui--color_write_bar_input_border_alpha--active, rgba(0, 0, 0, 0.16))"
2108
+ "name": "--vkui--color_text_contrast--active",
2109
+ "value": "var(--vkui--color_text_contrast--active, #EBECEF)"
2066
2110
  }
2067
2111
  },
2068
- "colorTrackBackground": {
2112
+ "colorTextContrastThemed": {
2069
2113
  "normal": {
2070
- "name": "--vkui--color_track_background",
2071
- "value": "var(--vkui--color_track_background, #E1E3E6)"
2114
+ "name": "--vkui--color_text_contrast_themed",
2115
+ "value": "var(--vkui--color_text_contrast_themed, #FFFFFF)"
2072
2116
  },
2073
2117
  "hover": {
2074
- "name": "--vkui--color_track_background--hover",
2075
- "value": "var(--vkui--color_track_background--hover, #D8DBDF)"
2118
+ "name": "--vkui--color_text_contrast_themed--hover",
2119
+ "value": "var(--vkui--color_text_contrast_themed--hover, #F5F5F7)"
2076
2120
  },
2077
2121
  "active": {
2078
- "name": "--vkui--color_track_background--active",
2079
- "value": "var(--vkui--color_track_background--active, #CFD2D8)"
2122
+ "name": "--vkui--color_text_contrast_themed--active",
2123
+ "value": "var(--vkui--color_text_contrast_themed--active, #EBECEF)"
2080
2124
  }
2081
2125
  },
2082
- "colorTrackBuffer": {
2126
+ "colorIconContrast": {
2083
2127
  "normal": {
2084
- "name": "--vkui--color_track_buffer",
2085
- "value": "var(--vkui--color_track_buffer, #A0BFE4)"
2128
+ "name": "--vkui--color_icon_contrast",
2129
+ "value": "var(--vkui--color_icon_contrast, #FFFFFF)"
2086
2130
  },
2087
2131
  "hover": {
2088
- "name": "--vkui--color_track_buffer--hover",
2089
- "value": "var(--vkui--color_track_buffer--hover, #9AB8DD)"
2132
+ "name": "--vkui--color_icon_contrast--hover",
2133
+ "value": "var(--vkui--color_icon_contrast--hover, #F5F5F7)"
2090
2134
  },
2091
2135
  "active": {
2092
- "name": "--vkui--color_track_buffer--active",
2093
- "value": "var(--vkui--color_track_buffer--active, #93B1D7)"
2136
+ "name": "--vkui--color_icon_contrast--active",
2137
+ "value": "var(--vkui--color_icon_contrast--active, #EBECEF)"
2094
2138
  }
2095
2139
  },
2096
- "colorImagePlaceholderAlpha": {
2140
+ "colorIconContrastThemed": {
2097
2141
  "normal": {
2098
- "name": "--vkui--color_image_placeholder_alpha",
2099
- "value": "var(--vkui--color_image_placeholder_alpha, rgba(0, 28, 61, 0.08))"
2142
+ "name": "--vkui--color_icon_contrast_themed",
2143
+ "value": "var(--vkui--color_icon_contrast_themed, #FFFFFF)"
2100
2144
  },
2101
2145
  "hover": {
2102
- "name": "--vkui--color_image_placeholder_alpha--hover",
2103
- "value": "var(--vkui--color_image_placeholder_alpha--hover, rgba(0, 28, 61, 0.12))"
2146
+ "name": "--vkui--color_icon_contrast_themed--hover",
2147
+ "value": "var(--vkui--color_icon_contrast_themed--hover, #F5F5F7)"
2104
2148
  },
2105
2149
  "active": {
2106
- "name": "--vkui--color_image_placeholder_alpha--active",
2107
- "value": "var(--vkui--color_image_placeholder_alpha--active, rgba(0, 28, 61, 0.16))"
2150
+ "name": "--vkui--color_icon_contrast_themed--active",
2151
+ "value": "var(--vkui--color_icon_contrast_themed--active, #EBECEF)"
2108
2152
  }
2109
2153
  },
2110
- "colorImagePlaceholder": {
2154
+ "colorLinkContrast": {
2111
2155
  "normal": {
2112
- "name": "--vkui--color_image_placeholder",
2113
- "value": "var(--vkui--color_image_placeholder, #F2F3F5)"
2156
+ "name": "--vkui--color_link_contrast",
2157
+ "value": "var(--vkui--color_link_contrast, #FFFFFF)"
2114
2158
  },
2115
2159
  "hover": {
2116
- "name": "--vkui--color_image_placeholder--hover",
2117
- "value": "var(--vkui--color_image_placeholder--hover, #E8EAEE)"
2160
+ "name": "--vkui--color_link_contrast--hover",
2161
+ "value": "var(--vkui--color_link_contrast--hover, #F5F5F7)"
2118
2162
  },
2119
2163
  "active": {
2120
- "name": "--vkui--color_image_placeholder--active",
2121
- "value": "var(--vkui--color_image_placeholder--active, #DFE1E6)"
2164
+ "name": "--vkui--color_link_contrast--active",
2165
+ "value": "var(--vkui--color_link_contrast--active, #EBECEF)"
2122
2166
  }
2123
2167
  },
2124
- "colorSearchFieldBackground": {
2168
+ "colorTextPositive": {
2125
2169
  "normal": {
2126
- "name": "--vkui--color_search_field_background",
2127
- "value": "var(--vkui--color_search_field_background, #EBEDF0)"
2170
+ "name": "--vkui--color_text_positive",
2171
+ "value": "var(--vkui--color_text_positive, #4BB34B)"
2128
2172
  },
2129
2173
  "hover": {
2130
- "name": "--vkui--color_search_field_background--hover",
2131
- "value": "var(--vkui--color_search_field_background--hover, #E2E4E9)"
2174
+ "name": "--vkui--color_text_positive--hover",
2175
+ "value": "var(--vkui--color_text_positive--hover, #48AC4A)"
2132
2176
  },
2133
2177
  "active": {
2134
- "name": "--vkui--color_search_field_background--active",
2135
- "value": "var(--vkui--color_search_field_background--active, #D8DBE2)"
2178
+ "name": "--vkui--color_text_positive--active",
2179
+ "value": "var(--vkui--color_text_positive--active, #45A64A)"
2136
2180
  }
2137
2181
  },
2138
- "colorWriteBarIcon": {
2182
+ "colorBackgroundPositive": {
2139
2183
  "normal": {
2140
- "name": "--vkui--color_write_bar_icon",
2141
- "value": "var(--vkui--color_write_bar_icon, #3F8AE0)"
2184
+ "name": "--vkui--color_background_positive",
2185
+ "value": "var(--vkui--color_background_positive, #4BB34B)"
2142
2186
  },
2143
2187
  "hover": {
2144
- "name": "--vkui--color_write_bar_icon--hover",
2145
- "value": "var(--vkui--color_write_bar_icon--hover, #3C85D9)"
2188
+ "name": "--vkui--color_background_positive--hover",
2189
+ "value": "var(--vkui--color_background_positive--hover, #48AC4A)"
2146
2190
  },
2147
2191
  "active": {
2148
- "name": "--vkui--color_write_bar_icon--active",
2149
- "value": "var(--vkui--color_write_bar_icon--active, #3A80D3)"
2192
+ "name": "--vkui--color_background_positive--active",
2193
+ "value": "var(--vkui--color_background_positive--active, #45A64A)"
2150
2194
  }
2151
2195
  },
2152
- "colorSkeletonFrom": {
2196
+ "colorIconPositive": {
2153
2197
  "normal": {
2154
- "name": "--vkui--color_skeleton_from",
2155
- "value": "var(--vkui--color_skeleton_from, #F5F5F5)"
2198
+ "name": "--vkui--color_icon_positive",
2199
+ "value": "var(--vkui--color_icon_positive, #4BB34B)"
2156
2200
  },
2157
2201
  "hover": {
2158
- "name": "--vkui--color_skeleton_from--hover",
2159
- "value": "var(--vkui--color_skeleton_from--hover, #EBECEE)"
2202
+ "name": "--vkui--color_icon_positive--hover",
2203
+ "value": "var(--vkui--color_icon_positive--hover, #48AC4A)"
2160
2204
  },
2161
2205
  "active": {
2162
- "name": "--vkui--color_skeleton_from--active",
2163
- "value": "var(--vkui--color_skeleton_from--active, #E1E3E6)"
2206
+ "name": "--vkui--color_icon_positive--active",
2207
+ "value": "var(--vkui--color_icon_positive--active, #45A64A)"
2164
2208
  }
2165
2209
  },
2166
- "colorSkeletonTo": {
2210
+ "colorStrokePositive": {
2167
2211
  "normal": {
2168
- "name": "--vkui--color_skeleton_to",
2169
- "value": "var(--vkui--color_skeleton_to, #E1E3E6)"
2212
+ "name": "--vkui--color_stroke_positive",
2213
+ "value": "var(--vkui--color_stroke_positive, #4BB34B)"
2170
2214
  },
2171
2215
  "hover": {
2172
- "name": "--vkui--color_skeleton_to--hover",
2173
- "value": "var(--vkui--color_skeleton_to--hover, #D8DBDF)"
2216
+ "name": "--vkui--color_stroke_positive--hover",
2217
+ "value": "var(--vkui--color_stroke_positive--hover, #48AC4A)"
2174
2218
  },
2175
2219
  "active": {
2176
- "name": "--vkui--color_skeleton_to--active",
2177
- "value": "var(--vkui--color_skeleton_to--active, #CFD2D8)"
2220
+ "name": "--vkui--color_stroke_positive--active",
2221
+ "value": "var(--vkui--color_stroke_positive--active, #45A64A)"
2178
2222
  }
2179
2223
  },
2180
2224
  "colorAvatarOverlay": {