@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
@@ -5,6 +5,10 @@ var theme = {
5
5
  "name": "--vkui--theme_name",
6
6
  "value": "var(--vkui--theme_name, vkIOS)"
7
7
  },
8
+ "themeNameBase": {
9
+ "name": "--vkui--theme_name_base",
10
+ "value": "var(--vkui--theme_name_base, vkIOS)"
11
+ },
8
12
  "fontFamilyAccent": {
9
13
  "name": "--vkui--font_family_accent",
10
14
  "value": "var(--vkui--font_family_accent, \"TT Commons\", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif)"
@@ -159,7 +163,7 @@ var theme = {
159
163
  },
160
164
  "lineHeight": {
161
165
  "name": "--vkui--font_title3--line_height--regular",
162
- "value": "var(--vkui--font_title3--line_height--regular, 24px)"
166
+ "value": "var(--vkui--font_title3--line_height--regular, 22px)"
163
167
  },
164
168
  "letterSpacing": {
165
169
  "name": "--vkui--font_title3--letter_spacing--regular",
@@ -872,7 +876,7 @@ var theme = {
872
876
  },
873
877
  "compact": {
874
878
  "name": "--vkui--size_button_small_height--compact",
875
- "value": "var(--vkui--size_button_small_height--compact, 26px)"
879
+ "value": "var(--vkui--size_button_small_height--compact, 28px)"
876
880
  }
877
881
  },
878
882
  "sizeCheckbox": {
@@ -1085,6 +1089,46 @@ var theme = {
1085
1089
  "value": "var(--vkui--size_badge_x_l--regular, 56px)"
1086
1090
  }
1087
1091
  },
1092
+ "sizeCardgridPadding": {
1093
+ "auto": {
1094
+ "name": "--vkui--size_cardgrid_padding",
1095
+ "value": "var(--vkui--size_cardgrid_padding)"
1096
+ },
1097
+ "regular": {
1098
+ "name": "--vkui--size_cardgrid_padding--regular",
1099
+ "value": "var(--vkui--size_cardgrid_padding--regular, 8px)"
1100
+ }
1101
+ },
1102
+ "sizeCardBorderRadius": {
1103
+ "auto": {
1104
+ "name": "--vkui--size_card_border_radius",
1105
+ "value": "var(--vkui--size_card_border_radius)"
1106
+ },
1107
+ "regular": {
1108
+ "name": "--vkui--size_card_border_radius--regular",
1109
+ "value": "var(--vkui--size_card_border_radius--regular, 10px)"
1110
+ }
1111
+ },
1112
+ "sizeCardgridPaddingVertical": {
1113
+ "auto": {
1114
+ "name": "--vkui--size_cardgrid_padding_vertical",
1115
+ "value": "var(--vkui--size_cardgrid_padding_vertical)"
1116
+ },
1117
+ "regular": {
1118
+ "name": "--vkui--size_cardgrid_padding_vertical--regular",
1119
+ "value": "var(--vkui--size_cardgrid_padding_vertical--regular, 8px)"
1120
+ }
1121
+ },
1122
+ "sizeBasePaddingHorizontal": {
1123
+ "auto": {
1124
+ "name": "--vkui--size_base_padding_horizontal",
1125
+ "value": "var(--vkui--size_base_padding_horizontal)"
1126
+ },
1127
+ "regular": {
1128
+ "name": "--vkui--size_base_padding_horizontal--regular",
1129
+ "value": "var(--vkui--size_base_padding_horizontal--regular, 16px)"
1130
+ }
1131
+ },
1088
1132
  "elevation1": {
1089
1133
  "name": "--vkui--elevation1",
1090
1134
  "value": "var(--vkui--elevation1, 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06))"
@@ -1132,43 +1176,141 @@ var theme = {
1132
1176
  "colorBackgroundAccent": {
1133
1177
  "normal": {
1134
1178
  "name": "--vkui--color_background_accent",
1135
- "value": "var(--vkui--color_background_accent, #3F8AE0)"
1179
+ "value": "var(--vkui--color_background_accent, #2688EB)"
1136
1180
  },
1137
1181
  "hover": {
1138
1182
  "name": "--vkui--color_background_accent--hover",
1139
- "value": "var(--vkui--color_background_accent--hover, #3C85D9)"
1183
+ "value": "var(--vkui--color_background_accent--hover, #2483E4)"
1140
1184
  },
1141
1185
  "active": {
1142
1186
  "name": "--vkui--color_background_accent--active",
1143
- "value": "var(--vkui--color_background_accent--active, #3A80D3)"
1187
+ "value": "var(--vkui--color_background_accent--active, #237EDD)"
1144
1188
  }
1145
1189
  },
1146
1190
  "colorBackgroundAccentThemed": {
1147
1191
  "normal": {
1148
1192
  "name": "--vkui--color_background_accent_themed",
1149
- "value": "var(--vkui--color_background_accent_themed, #3F8AE0)"
1193
+ "value": "var(--vkui--color_background_accent_themed, #2688EB)"
1150
1194
  },
1151
1195
  "hover": {
1152
1196
  "name": "--vkui--color_background_accent_themed--hover",
1153
- "value": "var(--vkui--color_background_accent_themed--hover, #3C85D9)"
1197
+ "value": "var(--vkui--color_background_accent_themed--hover, #2483E4)"
1154
1198
  },
1155
1199
  "active": {
1156
1200
  "name": "--vkui--color_background_accent_themed--active",
1157
- "value": "var(--vkui--color_background_accent_themed--active, #3A80D3)"
1201
+ "value": "var(--vkui--color_background_accent_themed--active, #237EDD)"
1158
1202
  }
1159
1203
  },
1160
1204
  "colorBackgroundAccentAlternative": {
1161
1205
  "normal": {
1162
1206
  "name": "--vkui--color_background_accent_alternative",
1163
- "value": "var(--vkui--color_background_accent_alternative, #3F8AE0)"
1207
+ "value": "var(--vkui--color_background_accent_alternative, #2688EB)"
1164
1208
  },
1165
1209
  "hover": {
1166
1210
  "name": "--vkui--color_background_accent_alternative--hover",
1167
- "value": "var(--vkui--color_background_accent_alternative--hover, #3C85D9)"
1211
+ "value": "var(--vkui--color_background_accent_alternative--hover, #2483E4)"
1168
1212
  },
1169
1213
  "active": {
1170
1214
  "name": "--vkui--color_background_accent_alternative--active",
1171
- "value": "var(--vkui--color_background_accent_alternative--active, #3A80D3)"
1215
+ "value": "var(--vkui--color_background_accent_alternative--active, #237EDD)"
1216
+ }
1217
+ },
1218
+ "colorIconAccent": {
1219
+ "normal": {
1220
+ "name": "--vkui--color_icon_accent",
1221
+ "value": "var(--vkui--color_icon_accent, #2688EB)"
1222
+ },
1223
+ "hover": {
1224
+ "name": "--vkui--color_icon_accent--hover",
1225
+ "value": "var(--vkui--color_icon_accent--hover, #2483E4)"
1226
+ },
1227
+ "active": {
1228
+ "name": "--vkui--color_icon_accent--active",
1229
+ "value": "var(--vkui--color_icon_accent--active, #237EDD)"
1230
+ }
1231
+ },
1232
+ "colorTextAccent": {
1233
+ "normal": {
1234
+ "name": "--vkui--color_text_accent",
1235
+ "value": "var(--vkui--color_text_accent, #2688EB)"
1236
+ },
1237
+ "hover": {
1238
+ "name": "--vkui--color_text_accent--hover",
1239
+ "value": "var(--vkui--color_text_accent--hover, #2483E4)"
1240
+ },
1241
+ "active": {
1242
+ "name": "--vkui--color_text_accent--active",
1243
+ "value": "var(--vkui--color_text_accent--active, #237EDD)"
1244
+ }
1245
+ },
1246
+ "colorTextAccentThemed": {
1247
+ "normal": {
1248
+ "name": "--vkui--color_text_accent_themed",
1249
+ "value": "var(--vkui--color_text_accent_themed, #2688EB)"
1250
+ },
1251
+ "hover": {
1252
+ "name": "--vkui--color_text_accent_themed--hover",
1253
+ "value": "var(--vkui--color_text_accent_themed--hover, #2483E4)"
1254
+ },
1255
+ "active": {
1256
+ "name": "--vkui--color_text_accent_themed--active",
1257
+ "value": "var(--vkui--color_text_accent_themed--active, #237EDD)"
1258
+ }
1259
+ },
1260
+ "colorStrokeAccent": {
1261
+ "normal": {
1262
+ "name": "--vkui--color_stroke_accent",
1263
+ "value": "var(--vkui--color_stroke_accent, #2688EB)"
1264
+ },
1265
+ "hover": {
1266
+ "name": "--vkui--color_stroke_accent--hover",
1267
+ "value": "var(--vkui--color_stroke_accent--hover, #2483E4)"
1268
+ },
1269
+ "active": {
1270
+ "name": "--vkui--color_stroke_accent--active",
1271
+ "value": "var(--vkui--color_stroke_accent--active, #237EDD)"
1272
+ }
1273
+ },
1274
+ "colorStrokeAccentThemed": {
1275
+ "normal": {
1276
+ "name": "--vkui--color_stroke_accent_themed",
1277
+ "value": "var(--vkui--color_stroke_accent_themed, #2688EB)"
1278
+ },
1279
+ "hover": {
1280
+ "name": "--vkui--color_stroke_accent_themed--hover",
1281
+ "value": "var(--vkui--color_stroke_accent_themed--hover, #2483E4)"
1282
+ },
1283
+ "active": {
1284
+ "name": "--vkui--color_stroke_accent_themed--active",
1285
+ "value": "var(--vkui--color_stroke_accent_themed--active, #237EDD)"
1286
+ }
1287
+ },
1288
+ "colorStrokeContrast": {
1289
+ "normal": {
1290
+ "name": "--vkui--color_stroke_contrast",
1291
+ "value": "var(--vkui--color_stroke_contrast, #FFFFFF)"
1292
+ },
1293
+ "hover": {
1294
+ "name": "--vkui--color_stroke_contrast--hover",
1295
+ "value": "var(--vkui--color_stroke_contrast--hover, #F5F5F7)"
1296
+ },
1297
+ "active": {
1298
+ "name": "--vkui--color_stroke_contrast--active",
1299
+ "value": "var(--vkui--color_stroke_contrast--active, #EBECEF)"
1300
+ }
1301
+ },
1302
+ "colorActionSheetText": {
1303
+ "normal": {
1304
+ "name": "--vkui--color_action_sheet_text",
1305
+ "value": "var(--vkui--color_action_sheet_text, #3F8AE0)"
1306
+ },
1307
+ "hover": {
1308
+ "name": "--vkui--color_action_sheet_text--hover",
1309
+ "value": "var(--vkui--color_action_sheet_text--hover, #3C85D9)"
1310
+ },
1311
+ "active": {
1312
+ "name": "--vkui--color_action_sheet_text--active",
1313
+ "value": "var(--vkui--color_action_sheet_text--active, #3A80D3)"
1172
1314
  }
1173
1315
  },
1174
1316
  "colorBackgroundContent": {
@@ -1297,34 +1439,6 @@ var theme = {
1297
1439
  "value": "var(--vkui--color_background_negative--active, #D44245)"
1298
1440
  }
1299
1441
  },
1300
- "colorBackgroundModal": {
1301
- "normal": {
1302
- "name": "--vkui--color_background_modal",
1303
- "value": "var(--vkui--color_background_modal, #FFFFFF)"
1304
- },
1305
- "hover": {
1306
- "name": "--vkui--color_background_modal--hover",
1307
- "value": "var(--vkui--color_background_modal--hover, #F5F5F7)"
1308
- },
1309
- "active": {
1310
- "name": "--vkui--color_background_modal--active",
1311
- "value": "var(--vkui--color_background_modal--active, #EBECEF)"
1312
- }
1313
- },
1314
- "colorBackgroundPositive": {
1315
- "normal": {
1316
- "name": "--vkui--color_background_positive",
1317
- "value": "var(--vkui--color_background_positive, #4BB34B)"
1318
- },
1319
- "hover": {
1320
- "name": "--vkui--color_background_positive--hover",
1321
- "value": "var(--vkui--color_background_positive--hover, #48AC4A)"
1322
- },
1323
- "active": {
1324
- "name": "--vkui--color_background_positive--active",
1325
- "value": "var(--vkui--color_background_positive--active, #45A64A)"
1326
- }
1327
- },
1328
1442
  "colorBackgroundNegativeTint": {
1329
1443
  "normal": {
1330
1444
  "name": "--vkui--color_background_negative_tint",
@@ -1339,34 +1453,6 @@ var theme = {
1339
1453
  "value": "var(--vkui--color_background_negative_tint--active, #E6D9DD)"
1340
1454
  }
1341
1455
  },
1342
- "colorTextAccent": {
1343
- "normal": {
1344
- "name": "--vkui--color_text_accent",
1345
- "value": "var(--vkui--color_text_accent, #3F8AE0)"
1346
- },
1347
- "hover": {
1348
- "name": "--vkui--color_text_accent--hover",
1349
- "value": "var(--vkui--color_text_accent--hover, #3C85D9)"
1350
- },
1351
- "active": {
1352
- "name": "--vkui--color_text_accent--active",
1353
- "value": "var(--vkui--color_text_accent--active, #3A80D3)"
1354
- }
1355
- },
1356
- "colorTextAccentThemed": {
1357
- "normal": {
1358
- "name": "--vkui--color_text_accent_themed",
1359
- "value": "var(--vkui--color_text_accent_themed, #3F8AE0)"
1360
- },
1361
- "hover": {
1362
- "name": "--vkui--color_text_accent_themed--hover",
1363
- "value": "var(--vkui--color_text_accent_themed--hover, #3C85D9)"
1364
- },
1365
- "active": {
1366
- "name": "--vkui--color_text_accent_themed--active",
1367
- "value": "var(--vkui--color_text_accent_themed--active, #3A80D3)"
1368
- }
1369
- },
1370
1456
  "colorTextNegative": {
1371
1457
  "normal": {
1372
1458
  "name": "--vkui--color_text_negative",
@@ -1381,508 +1467,480 @@ var theme = {
1381
1467
  "value": "var(--vkui--color_text_negative--active, #D44245)"
1382
1468
  }
1383
1469
  },
1384
- "colorTextLink": {
1470
+ "colorIconNegative": {
1385
1471
  "normal": {
1386
- "name": "--vkui--color_text_link",
1387
- "value": "var(--vkui--color_text_link, #4986CC)"
1472
+ "name": "--vkui--color_icon_negative",
1473
+ "value": "var(--vkui--color_icon_negative, #E64646)"
1388
1474
  },
1389
1475
  "hover": {
1390
- "name": "--vkui--color_text_link--hover",
1391
- "value": "var(--vkui--color_text_link--hover, #4681C6)"
1476
+ "name": "--vkui--color_icon_negative--hover",
1477
+ "value": "var(--vkui--color_icon_negative--hover, #DD4446)"
1392
1478
  },
1393
1479
  "active": {
1394
- "name": "--vkui--color_text_link--active",
1395
- "value": "var(--vkui--color_text_link--active, #437DC1)"
1480
+ "name": "--vkui--color_icon_negative--active",
1481
+ "value": "var(--vkui--color_icon_negative--active, #D44245)"
1396
1482
  }
1397
1483
  },
1398
- "colorTextLinkThemed": {
1484
+ "colorStrokeNegative": {
1399
1485
  "normal": {
1400
- "name": "--vkui--color_text_link_themed",
1401
- "value": "var(--vkui--color_text_link_themed, #4986CC)"
1486
+ "name": "--vkui--color_stroke_negative",
1487
+ "value": "var(--vkui--color_stroke_negative, #E64646)"
1402
1488
  },
1403
1489
  "hover": {
1404
- "name": "--vkui--color_text_link_themed--hover",
1405
- "value": "var(--vkui--color_text_link_themed--hover, #4681C6)"
1490
+ "name": "--vkui--color_stroke_negative--hover",
1491
+ "value": "var(--vkui--color_stroke_negative--hover, #DD4446)"
1406
1492
  },
1407
1493
  "active": {
1408
- "name": "--vkui--color_text_link_themed--active",
1409
- "value": "var(--vkui--color_text_link_themed--active, #437DC1)"
1494
+ "name": "--vkui--color_stroke_negative--active",
1495
+ "value": "var(--vkui--color_stroke_negative--active, #D44245)"
1410
1496
  }
1411
1497
  },
1412
- "colorTextMuted": {
1498
+ "colorHeaderBackground": {
1413
1499
  "normal": {
1414
- "name": "--vkui--color_text_muted",
1415
- "value": "var(--vkui--color_text_muted, #2C2D2E)"
1500
+ "name": "--vkui--color_header_background",
1501
+ "value": "var(--vkui--color_header_background, #FFFFFF)"
1416
1502
  },
1417
1503
  "hover": {
1418
- "name": "--vkui--color_text_muted--hover",
1419
- "value": "var(--vkui--color_text_muted--hover, #2A2C2F)"
1504
+ "name": "--vkui--color_header_background--hover",
1505
+ "value": "var(--vkui--color_header_background--hover, #F5F5F7)"
1420
1506
  },
1421
1507
  "active": {
1422
- "name": "--vkui--color_text_muted--active",
1423
- "value": "var(--vkui--color_text_muted--active, #282B2F)"
1508
+ "name": "--vkui--color_header_background--active",
1509
+ "value": "var(--vkui--color_header_background--active, #EBECEF)"
1424
1510
  }
1425
1511
  },
1426
- "colorTextPrimary": {
1512
+ "colorPanelHeaderIcon": {
1427
1513
  "normal": {
1428
- "name": "--vkui--color_text_primary",
1429
- "value": "var(--vkui--color_text_primary, #000000)"
1514
+ "name": "--vkui--color_panel_header_icon",
1515
+ "value": "var(--vkui--color_panel_header_icon, #2688EB)"
1430
1516
  },
1431
1517
  "hover": {
1432
- "name": "--vkui--color_text_primary--hover",
1433
- "value": "var(--vkui--color_text_primary--hover, #000102)"
1518
+ "name": "--vkui--color_panel_header_icon--hover",
1519
+ "value": "var(--vkui--color_panel_header_icon--hover, #2483E4)"
1434
1520
  },
1435
1521
  "active": {
1436
- "name": "--vkui--color_text_primary--active",
1437
- "value": "var(--vkui--color_text_primary--active, #000105)"
1522
+ "name": "--vkui--color_panel_header_icon--active",
1523
+ "value": "var(--vkui--color_panel_header_icon--active, #237EDD)"
1438
1524
  }
1439
1525
  },
1440
- "colorTextPrimaryInvariably": {
1526
+ "colorIconPrimary": {
1441
1527
  "normal": {
1442
- "name": "--vkui--color_text_primary_invariably",
1443
- "value": "var(--vkui--color_text_primary_invariably, #000000)"
1528
+ "name": "--vkui--color_icon_primary",
1529
+ "value": "var(--vkui--color_icon_primary, #2C2D2E)"
1444
1530
  },
1445
1531
  "hover": {
1446
- "name": "--vkui--color_text_primary_invariably--hover",
1447
- "value": "var(--vkui--color_text_primary_invariably--hover, #000102)"
1532
+ "name": "--vkui--color_icon_primary--hover",
1533
+ "value": "var(--vkui--color_icon_primary--hover, #2A2C2F)"
1448
1534
  },
1449
1535
  "active": {
1450
- "name": "--vkui--color_text_primary_invariably--active",
1451
- "value": "var(--vkui--color_text_primary_invariably--active, #000105)"
1536
+ "name": "--vkui--color_icon_primary--active",
1537
+ "value": "var(--vkui--color_icon_primary--active, #282B2F)"
1452
1538
  }
1453
1539
  },
1454
- "colorTextSecondary": {
1540
+ "colorIconPrimaryInvariably": {
1455
1541
  "normal": {
1456
- "name": "--vkui--color_text_secondary",
1457
- "value": "var(--vkui--color_text_secondary, #818C99)"
1542
+ "name": "--vkui--color_icon_primary_invariably",
1543
+ "value": "var(--vkui--color_icon_primary_invariably, #2C2D2E)"
1458
1544
  },
1459
1545
  "hover": {
1460
- "name": "--vkui--color_text_secondary--hover",
1461
- "value": "var(--vkui--color_text_secondary--hover, #7C8795)"
1546
+ "name": "--vkui--color_icon_primary_invariably--hover",
1547
+ "value": "var(--vkui--color_icon_primary_invariably--hover, #2A2C2F)"
1462
1548
  },
1463
1549
  "active": {
1464
- "name": "--vkui--color_text_secondary--active",
1465
- "value": "var(--vkui--color_text_secondary--active, #778292)"
1550
+ "name": "--vkui--color_icon_primary_invariably--active",
1551
+ "value": "var(--vkui--color_icon_primary_invariably--active, #282B2F)"
1466
1552
  }
1467
1553
  },
1468
- "colorTextSubhead": {
1554
+ "colorIconMedium": {
1469
1555
  "normal": {
1470
- "name": "--vkui--color_text_subhead",
1471
- "value": "var(--vkui--color_text_subhead, #6D7885)"
1556
+ "name": "--vkui--color_icon_medium",
1557
+ "value": "var(--vkui--color_icon_medium, #818C99)"
1472
1558
  },
1473
1559
  "hover": {
1474
- "name": "--vkui--color_text_subhead--hover",
1475
- "value": "var(--vkui--color_text_subhead--hover, #697482)"
1560
+ "name": "--vkui--color_icon_medium--hover",
1561
+ "value": "var(--vkui--color_icon_medium--hover, #7C8795)"
1476
1562
  },
1477
1563
  "active": {
1478
- "name": "--vkui--color_text_subhead--active",
1479
- "value": "var(--vkui--color_text_subhead--active, #64707F)"
1564
+ "name": "--vkui--color_icon_medium--active",
1565
+ "value": "var(--vkui--color_icon_medium--active, #778292)"
1480
1566
  }
1481
1567
  },
1482
- "colorTextTertiary": {
1568
+ "colorIconMediumAlpha": {
1483
1569
  "normal": {
1484
- "name": "--vkui--color_text_tertiary",
1485
- "value": "var(--vkui--color_text_tertiary, #99A2AD)"
1570
+ "name": "--vkui--color_icon_medium_alpha",
1571
+ "value": "var(--vkui--color_icon_medium_alpha, rgba(0, 0, 0, 0.48))"
1486
1572
  },
1487
1573
  "hover": {
1488
- "name": "--vkui--color_text_tertiary--hover",
1489
- "value": "var(--vkui--color_text_tertiary--hover, #939CA9)"
1574
+ "name": "--vkui--color_icon_medium_alpha--hover",
1575
+ "value": "var(--vkui--color_icon_medium_alpha--hover, rgba(0, 0, 0, 0.52))"
1490
1576
  },
1491
1577
  "active": {
1492
- "name": "--vkui--color_text_tertiary--active",
1493
- "value": "var(--vkui--color_text_tertiary--active, #8D96A4)"
1494
- }
1495
- },
1496
- "colorTextLinkVisited": {
1497
- "normal": {
1498
- "name": "--vkui--color_text_link_visited",
1499
- "value": "var(--vkui--color_text_link_visited, #4986CC)"
1500
- },
1501
- "hover": {
1502
- "name": "--vkui--color_text_link_visited--hover",
1503
- "value": "var(--vkui--color_text_link_visited--hover, #4681C6)"
1504
- },
1505
- "active": {
1506
- "name": "--vkui--color_text_link_visited--active",
1507
- "value": "var(--vkui--color_text_link_visited--active, #437DC1)"
1508
- }
1509
- },
1510
- "colorTextContrast": {
1511
- "normal": {
1512
- "name": "--vkui--color_text_contrast",
1513
- "value": "var(--vkui--color_text_contrast, #FFFFFF)"
1514
- },
1515
- "hover": {
1516
- "name": "--vkui--color_text_contrast--hover",
1517
- "value": "var(--vkui--color_text_contrast--hover, #F5F5F7)"
1518
- },
1519
- "active": {
1520
- "name": "--vkui--color_text_contrast--active",
1521
- "value": "var(--vkui--color_text_contrast--active, #EBECEF)"
1578
+ "name": "--vkui--color_icon_medium_alpha--active",
1579
+ "value": "var(--vkui--color_icon_medium_alpha--active, rgba(0, 0, 0, 0.56))"
1522
1580
  }
1523
1581
  },
1524
- "colorTextContrastThemed": {
1582
+ "colorIconSecondary": {
1525
1583
  "normal": {
1526
- "name": "--vkui--color_text_contrast_themed",
1527
- "value": "var(--vkui--color_text_contrast_themed, #FFFFFF)"
1584
+ "name": "--vkui--color_icon_secondary",
1585
+ "value": "var(--vkui--color_icon_secondary, #99A2AD)"
1528
1586
  },
1529
1587
  "hover": {
1530
- "name": "--vkui--color_text_contrast_themed--hover",
1531
- "value": "var(--vkui--color_text_contrast_themed--hover, #F5F5F7)"
1588
+ "name": "--vkui--color_icon_secondary--hover",
1589
+ "value": "var(--vkui--color_icon_secondary--hover, #939CA9)"
1532
1590
  },
1533
1591
  "active": {
1534
- "name": "--vkui--color_text_contrast_themed--active",
1535
- "value": "var(--vkui--color_text_contrast_themed--active, #EBECEF)"
1592
+ "name": "--vkui--color_icon_secondary--active",
1593
+ "value": "var(--vkui--color_icon_secondary--active, #8D96A4)"
1536
1594
  }
1537
1595
  },
1538
- "colorLinkContrast": {
1596
+ "colorIconSecondaryAlpha": {
1539
1597
  "normal": {
1540
- "name": "--vkui--color_link_contrast",
1541
- "value": "var(--vkui--color_link_contrast, #FFFFFF)"
1598
+ "name": "--vkui--color_icon_secondary_alpha",
1599
+ "value": "var(--vkui--color_icon_secondary_alpha, rgba(0, 0, 0, 0.36))"
1542
1600
  },
1543
1601
  "hover": {
1544
- "name": "--vkui--color_link_contrast--hover",
1545
- "value": "var(--vkui--color_link_contrast--hover, #F5F5F7)"
1602
+ "name": "--vkui--color_icon_secondary_alpha--hover",
1603
+ "value": "var(--vkui--color_icon_secondary_alpha--hover, rgba(0, 0, 0, 0.4))"
1546
1604
  },
1547
1605
  "active": {
1548
- "name": "--vkui--color_link_contrast--active",
1549
- "value": "var(--vkui--color_link_contrast--active, #EBECEF)"
1606
+ "name": "--vkui--color_icon_secondary_alpha--active",
1607
+ "value": "var(--vkui--color_icon_secondary_alpha--active, rgba(0, 0, 0, 0.44))"
1550
1608
  }
1551
1609
  },
1552
- "colorTextPositive": {
1610
+ "colorIconTertiary": {
1553
1611
  "normal": {
1554
- "name": "--vkui--color_text_positive",
1555
- "value": "var(--vkui--color_text_positive, #4BB34B)"
1612
+ "name": "--vkui--color_icon_tertiary",
1613
+ "value": "var(--vkui--color_icon_tertiary, #B8C1CC)"
1556
1614
  },
1557
1615
  "hover": {
1558
- "name": "--vkui--color_text_positive--hover",
1559
- "value": "var(--vkui--color_text_positive--hover, #48AC4A)"
1616
+ "name": "--vkui--color_icon_tertiary--hover",
1617
+ "value": "var(--vkui--color_icon_tertiary--hover, #B1BAC6)"
1560
1618
  },
1561
1619
  "active": {
1562
- "name": "--vkui--color_text_positive--active",
1563
- "value": "var(--vkui--color_text_positive--active, #45A64A)"
1620
+ "name": "--vkui--color_icon_tertiary--active",
1621
+ "value": "var(--vkui--color_icon_tertiary--active, #A9B3C1)"
1564
1622
  }
1565
1623
  },
1566
- "colorIconAccent": {
1624
+ "colorIconTertiaryAlpha": {
1567
1625
  "normal": {
1568
- "name": "--vkui--color_icon_accent",
1569
- "value": "var(--vkui--color_icon_accent, #3F8AE0)"
1626
+ "name": "--vkui--color_icon_tertiary_alpha",
1627
+ "value": "var(--vkui--color_icon_tertiary_alpha, rgba(0, 0, 0, 0.24))"
1570
1628
  },
1571
1629
  "hover": {
1572
- "name": "--vkui--color_icon_accent--hover",
1573
- "value": "var(--vkui--color_icon_accent--hover, #3C85D9)"
1630
+ "name": "--vkui--color_icon_tertiary_alpha--hover",
1631
+ "value": "var(--vkui--color_icon_tertiary_alpha--hover, rgba(0, 0, 0, 0.28))"
1574
1632
  },
1575
1633
  "active": {
1576
- "name": "--vkui--color_icon_accent--active",
1577
- "value": "var(--vkui--color_icon_accent--active, #3A80D3)"
1634
+ "name": "--vkui--color_icon_tertiary_alpha--active",
1635
+ "value": "var(--vkui--color_icon_tertiary_alpha--active, rgba(0, 0, 0, 0.32))"
1578
1636
  }
1579
1637
  },
1580
- "colorIconNegative": {
1638
+ "colorImageBorderAlpha": {
1581
1639
  "normal": {
1582
- "name": "--vkui--color_icon_negative",
1583
- "value": "var(--vkui--color_icon_negative, #E64646)"
1640
+ "name": "--vkui--color_image_border_alpha",
1641
+ "value": "var(--vkui--color_image_border_alpha, rgba(0, 0, 0, 0.08))"
1584
1642
  },
1585
1643
  "hover": {
1586
- "name": "--vkui--color_icon_negative--hover",
1587
- "value": "var(--vkui--color_icon_negative--hover, #DD4446)"
1644
+ "name": "--vkui--color_image_border_alpha--hover",
1645
+ "value": "var(--vkui--color_image_border_alpha--hover, rgba(0, 0, 0, 0.12))"
1588
1646
  },
1589
1647
  "active": {
1590
- "name": "--vkui--color_icon_negative--active",
1591
- "value": "var(--vkui--color_icon_negative--active, #D44245)"
1648
+ "name": "--vkui--color_image_border_alpha--active",
1649
+ "value": "var(--vkui--color_image_border_alpha--active, rgba(0, 0, 0, 0.16))"
1592
1650
  }
1593
1651
  },
1594
- "colorIconPrimary": {
1652
+ "colorWriteBarInputBackground": {
1595
1653
  "normal": {
1596
- "name": "--vkui--color_icon_primary",
1597
- "value": "var(--vkui--color_icon_primary, #2C2D2E)"
1654
+ "name": "--vkui--color_write_bar_input_background",
1655
+ "value": "var(--vkui--color_write_bar_input_background, #F2F3F5)"
1598
1656
  },
1599
1657
  "hover": {
1600
- "name": "--vkui--color_icon_primary--hover",
1601
- "value": "var(--vkui--color_icon_primary--hover, #2A2C2F)"
1658
+ "name": "--vkui--color_write_bar_input_background--hover",
1659
+ "value": "var(--vkui--color_write_bar_input_background--hover, #E8EAEE)"
1602
1660
  },
1603
1661
  "active": {
1604
- "name": "--vkui--color_icon_primary--active",
1605
- "value": "var(--vkui--color_icon_primary--active, #282B2F)"
1662
+ "name": "--vkui--color_write_bar_input_background--active",
1663
+ "value": "var(--vkui--color_write_bar_input_background--active, #DFE1E6)"
1606
1664
  }
1607
1665
  },
1608
- "colorIconPrimaryInvariably": {
1666
+ "colorWriteBarInputBorderAlpha": {
1609
1667
  "normal": {
1610
- "name": "--vkui--color_icon_primary_invariably",
1611
- "value": "var(--vkui--color_icon_primary_invariably, #2C2D2E)"
1668
+ "name": "--vkui--color_write_bar_input_border_alpha",
1669
+ "value": "var(--vkui--color_write_bar_input_border_alpha, rgba(0, 0, 0, 0.08))"
1612
1670
  },
1613
1671
  "hover": {
1614
- "name": "--vkui--color_icon_primary_invariably--hover",
1615
- "value": "var(--vkui--color_icon_primary_invariably--hover, #2A2C2F)"
1672
+ "name": "--vkui--color_write_bar_input_border_alpha--hover",
1673
+ "value": "var(--vkui--color_write_bar_input_border_alpha--hover, rgba(0, 0, 0, 0.12))"
1616
1674
  },
1617
1675
  "active": {
1618
- "name": "--vkui--color_icon_primary_invariably--active",
1619
- "value": "var(--vkui--color_icon_primary_invariably--active, #282B2F)"
1676
+ "name": "--vkui--color_write_bar_input_border_alpha--active",
1677
+ "value": "var(--vkui--color_write_bar_input_border_alpha--active, rgba(0, 0, 0, 0.16))"
1620
1678
  }
1621
1679
  },
1622
- "colorIconMedium": {
1680
+ "colorTrackBackground": {
1623
1681
  "normal": {
1624
- "name": "--vkui--color_icon_medium",
1625
- "value": "var(--vkui--color_icon_medium, #818C99)"
1682
+ "name": "--vkui--color_track_background",
1683
+ "value": "var(--vkui--color_track_background, #E1E3E6)"
1626
1684
  },
1627
1685
  "hover": {
1628
- "name": "--vkui--color_icon_medium--hover",
1629
- "value": "var(--vkui--color_icon_medium--hover, #7C8795)"
1686
+ "name": "--vkui--color_track_background--hover",
1687
+ "value": "var(--vkui--color_track_background--hover, #D8DBDF)"
1630
1688
  },
1631
1689
  "active": {
1632
- "name": "--vkui--color_icon_medium--active",
1633
- "value": "var(--vkui--color_icon_medium--active, #778292)"
1690
+ "name": "--vkui--color_track_background--active",
1691
+ "value": "var(--vkui--color_track_background--active, #CFD2D8)"
1634
1692
  }
1635
1693
  },
1636
- "colorIconMediumAlpha": {
1694
+ "colorTrackBuffer": {
1637
1695
  "normal": {
1638
- "name": "--vkui--color_icon_medium_alpha",
1639
- "value": "var(--vkui--color_icon_medium_alpha, rgba(0, 0, 0, 0.48))"
1696
+ "name": "--vkui--color_track_buffer",
1697
+ "value": "var(--vkui--color_track_buffer, #A0BFE4)"
1640
1698
  },
1641
1699
  "hover": {
1642
- "name": "--vkui--color_icon_medium_alpha--hover",
1643
- "value": "var(--vkui--color_icon_medium_alpha--hover, rgba(0, 0, 0, 0.52))"
1700
+ "name": "--vkui--color_track_buffer--hover",
1701
+ "value": "var(--vkui--color_track_buffer--hover, #9AB8DD)"
1644
1702
  },
1645
1703
  "active": {
1646
- "name": "--vkui--color_icon_medium_alpha--active",
1647
- "value": "var(--vkui--color_icon_medium_alpha--active, rgba(0, 0, 0, 0.56))"
1704
+ "name": "--vkui--color_track_buffer--active",
1705
+ "value": "var(--vkui--color_track_buffer--active, #93B1D7)"
1648
1706
  }
1649
1707
  },
1650
- "colorIconSecondary": {
1708
+ "colorBackgroundModal": {
1651
1709
  "normal": {
1652
- "name": "--vkui--color_icon_secondary",
1653
- "value": "var(--vkui--color_icon_secondary, #99A2AD)"
1710
+ "name": "--vkui--color_background_modal",
1711
+ "value": "var(--vkui--color_background_modal, #FFFFFF)"
1654
1712
  },
1655
1713
  "hover": {
1656
- "name": "--vkui--color_icon_secondary--hover",
1657
- "value": "var(--vkui--color_icon_secondary--hover, #939CA9)"
1714
+ "name": "--vkui--color_background_modal--hover",
1715
+ "value": "var(--vkui--color_background_modal--hover, #F5F5F7)"
1658
1716
  },
1659
1717
  "active": {
1660
- "name": "--vkui--color_icon_secondary--active",
1661
- "value": "var(--vkui--color_icon_secondary--active, #8D96A4)"
1718
+ "name": "--vkui--color_background_modal--active",
1719
+ "value": "var(--vkui--color_background_modal--active, #EBECEF)"
1662
1720
  }
1663
1721
  },
1664
- "colorIconSecondaryAlpha": {
1722
+ "colorImagePlaceholderAlpha": {
1665
1723
  "normal": {
1666
- "name": "--vkui--color_icon_secondary_alpha",
1667
- "value": "var(--vkui--color_icon_secondary_alpha, rgba(0, 0, 0, 0.36))"
1724
+ "name": "--vkui--color_image_placeholder_alpha",
1725
+ "value": "var(--vkui--color_image_placeholder_alpha, rgba(0, 28, 61, 0.08))"
1668
1726
  },
1669
1727
  "hover": {
1670
- "name": "--vkui--color_icon_secondary_alpha--hover",
1671
- "value": "var(--vkui--color_icon_secondary_alpha--hover, rgba(0, 0, 0, 0.4))"
1728
+ "name": "--vkui--color_image_placeholder_alpha--hover",
1729
+ "value": "var(--vkui--color_image_placeholder_alpha--hover, rgba(0, 28, 61, 0.12))"
1672
1730
  },
1673
1731
  "active": {
1674
- "name": "--vkui--color_icon_secondary_alpha--active",
1675
- "value": "var(--vkui--color_icon_secondary_alpha--active, rgba(0, 0, 0, 0.44))"
1732
+ "name": "--vkui--color_image_placeholder_alpha--active",
1733
+ "value": "var(--vkui--color_image_placeholder_alpha--active, rgba(0, 28, 61, 0.16))"
1676
1734
  }
1677
1735
  },
1678
- "colorIconTertiary": {
1736
+ "colorImagePlaceholder": {
1679
1737
  "normal": {
1680
- "name": "--vkui--color_icon_tertiary",
1681
- "value": "var(--vkui--color_icon_tertiary, #B8C1CC)"
1738
+ "name": "--vkui--color_image_placeholder",
1739
+ "value": "var(--vkui--color_image_placeholder, #F2F3F5)"
1682
1740
  },
1683
1741
  "hover": {
1684
- "name": "--vkui--color_icon_tertiary--hover",
1685
- "value": "var(--vkui--color_icon_tertiary--hover, #B1BAC6)"
1742
+ "name": "--vkui--color_image_placeholder--hover",
1743
+ "value": "var(--vkui--color_image_placeholder--hover, #E8EAEE)"
1686
1744
  },
1687
1745
  "active": {
1688
- "name": "--vkui--color_icon_tertiary--active",
1689
- "value": "var(--vkui--color_icon_tertiary--active, #A9B3C1)"
1746
+ "name": "--vkui--color_image_placeholder--active",
1747
+ "value": "var(--vkui--color_image_placeholder--active, #DFE1E6)"
1690
1748
  }
1691
1749
  },
1692
- "colorIconTertiaryAlpha": {
1750
+ "colorSearchFieldBackground": {
1693
1751
  "normal": {
1694
- "name": "--vkui--color_icon_tertiary_alpha",
1695
- "value": "var(--vkui--color_icon_tertiary_alpha, rgba(0, 0, 0, 0.24))"
1752
+ "name": "--vkui--color_search_field_background",
1753
+ "value": "var(--vkui--color_search_field_background, #EBEDF0)"
1696
1754
  },
1697
1755
  "hover": {
1698
- "name": "--vkui--color_icon_tertiary_alpha--hover",
1699
- "value": "var(--vkui--color_icon_tertiary_alpha--hover, rgba(0, 0, 0, 0.28))"
1756
+ "name": "--vkui--color_search_field_background--hover",
1757
+ "value": "var(--vkui--color_search_field_background--hover, #E2E4E9)"
1700
1758
  },
1701
1759
  "active": {
1702
- "name": "--vkui--color_icon_tertiary_alpha--active",
1703
- "value": "var(--vkui--color_icon_tertiary_alpha--active, rgba(0, 0, 0, 0.32))"
1760
+ "name": "--vkui--color_search_field_background--active",
1761
+ "value": "var(--vkui--color_search_field_background--active, #D8DBE2)"
1704
1762
  }
1705
1763
  },
1706
- "colorIconContrast": {
1764
+ "colorFieldBorderAlpha": {
1707
1765
  "normal": {
1708
- "name": "--vkui--color_icon_contrast",
1709
- "value": "var(--vkui--color_icon_contrast, #FFFFFF)"
1766
+ "name": "--vkui--color_field_border_alpha",
1767
+ "value": "var(--vkui--color_field_border_alpha, rgba(0, 0, 0, 0.12))"
1710
1768
  },
1711
1769
  "hover": {
1712
- "name": "--vkui--color_icon_contrast--hover",
1713
- "value": "var(--vkui--color_icon_contrast--hover, #F5F5F7)"
1770
+ "name": "--vkui--color_field_border_alpha--hover",
1771
+ "value": "var(--vkui--color_field_border_alpha--hover, rgba(0, 0, 0, 0.16))"
1714
1772
  },
1715
1773
  "active": {
1716
- "name": "--vkui--color_icon_contrast--active",
1717
- "value": "var(--vkui--color_icon_contrast--active, #EBECEF)"
1774
+ "name": "--vkui--color_field_border_alpha--active",
1775
+ "value": "var(--vkui--color_field_border_alpha--active, rgba(0, 0, 0, 0.2))"
1718
1776
  }
1719
1777
  },
1720
- "colorIconContrastThemed": {
1778
+ "colorSeparatorPrimaryAlpha": {
1721
1779
  "normal": {
1722
- "name": "--vkui--color_icon_contrast_themed",
1723
- "value": "var(--vkui--color_icon_contrast_themed, #FFFFFF)"
1780
+ "name": "--vkui--color_separator_primary_alpha",
1781
+ "value": "var(--vkui--color_separator_primary_alpha, rgba(0, 0, 0, 0.12))"
1724
1782
  },
1725
1783
  "hover": {
1726
- "name": "--vkui--color_icon_contrast_themed--hover",
1727
- "value": "var(--vkui--color_icon_contrast_themed--hover, #F5F5F7)"
1784
+ "name": "--vkui--color_separator_primary_alpha--hover",
1785
+ "value": "var(--vkui--color_separator_primary_alpha--hover, rgba(0, 0, 0, 0.16))"
1728
1786
  },
1729
1787
  "active": {
1730
- "name": "--vkui--color_icon_contrast_themed--active",
1731
- "value": "var(--vkui--color_icon_contrast_themed--active, #EBECEF)"
1788
+ "name": "--vkui--color_separator_primary_alpha--active",
1789
+ "value": "var(--vkui--color_separator_primary_alpha--active, rgba(0, 0, 0, 0.2))"
1732
1790
  }
1733
1791
  },
1734
- "colorIconPositive": {
1792
+ "colorSeparatorSecondary": {
1735
1793
  "normal": {
1736
- "name": "--vkui--color_icon_positive",
1737
- "value": "var(--vkui--color_icon_positive, #4BB34B)"
1794
+ "name": "--vkui--color_separator_secondary",
1795
+ "value": "var(--vkui--color_separator_secondary, #E1E3E6)"
1738
1796
  },
1739
1797
  "hover": {
1740
- "name": "--vkui--color_icon_positive--hover",
1741
- "value": "var(--vkui--color_icon_positive--hover, #48AC4A)"
1798
+ "name": "--vkui--color_separator_secondary--hover",
1799
+ "value": "var(--vkui--color_separator_secondary--hover, #D8DBDF)"
1742
1800
  },
1743
1801
  "active": {
1744
- "name": "--vkui--color_icon_positive--active",
1745
- "value": "var(--vkui--color_icon_positive--active, #45A64A)"
1802
+ "name": "--vkui--color_separator_secondary--active",
1803
+ "value": "var(--vkui--color_separator_secondary--active, #CFD2D8)"
1746
1804
  }
1747
1805
  },
1748
- "colorStrokeAccent": {
1806
+ "colorSeparatorPrimary": {
1749
1807
  "normal": {
1750
- "name": "--vkui--color_stroke_accent",
1751
- "value": "var(--vkui--color_stroke_accent, #3F8AE0)"
1808
+ "name": "--vkui--color_separator_primary",
1809
+ "value": "var(--vkui--color_separator_primary, #D7D8D9)"
1752
1810
  },
1753
1811
  "hover": {
1754
- "name": "--vkui--color_stroke_accent--hover",
1755
- "value": "var(--vkui--color_stroke_accent--hover, #3C85D9)"
1812
+ "name": "--vkui--color_separator_primary--hover",
1813
+ "value": "var(--vkui--color_separator_primary--hover, #CED0D3)"
1756
1814
  },
1757
1815
  "active": {
1758
- "name": "--vkui--color_stroke_accent--active",
1759
- "value": "var(--vkui--color_stroke_accent--active, #3A80D3)"
1816
+ "name": "--vkui--color_separator_primary--active",
1817
+ "value": "var(--vkui--color_separator_primary--active, #C6C8CD)"
1760
1818
  }
1761
1819
  },
1762
- "colorStrokeAccentThemed": {
1820
+ "colorTextLink": {
1763
1821
  "normal": {
1764
- "name": "--vkui--color_stroke_accent_themed",
1765
- "value": "var(--vkui--color_stroke_accent_themed, #3F8AE0)"
1822
+ "name": "--vkui--color_text_link",
1823
+ "value": "var(--vkui--color_text_link, #2D81E0)"
1766
1824
  },
1767
1825
  "hover": {
1768
- "name": "--vkui--color_stroke_accent_themed--hover",
1769
- "value": "var(--vkui--color_stroke_accent_themed--hover, #3C85D9)"
1826
+ "name": "--vkui--color_text_link--hover",
1827
+ "value": "var(--vkui--color_text_link--hover, #2B7CD9)"
1770
1828
  },
1771
1829
  "active": {
1772
- "name": "--vkui--color_stroke_accent_themed--active",
1773
- "value": "var(--vkui--color_stroke_accent_themed--active, #3A80D3)"
1830
+ "name": "--vkui--color_text_link--active",
1831
+ "value": "var(--vkui--color_text_link--active, #2978D3)"
1774
1832
  }
1775
1833
  },
1776
- "colorStrokeContrast": {
1834
+ "colorTextLinkThemed": {
1777
1835
  "normal": {
1778
- "name": "--vkui--color_stroke_contrast",
1779
- "value": "var(--vkui--color_stroke_contrast, #FFFFFF)"
1836
+ "name": "--vkui--color_text_link_themed",
1837
+ "value": "var(--vkui--color_text_link_themed, #4986CC)"
1780
1838
  },
1781
1839
  "hover": {
1782
- "name": "--vkui--color_stroke_contrast--hover",
1783
- "value": "var(--vkui--color_stroke_contrast--hover, #F5F5F7)"
1840
+ "name": "--vkui--color_text_link_themed--hover",
1841
+ "value": "var(--vkui--color_text_link_themed--hover, #4681C6)"
1784
1842
  },
1785
1843
  "active": {
1786
- "name": "--vkui--color_stroke_contrast--active",
1787
- "value": "var(--vkui--color_stroke_contrast--active, #EBECEF)"
1844
+ "name": "--vkui--color_text_link_themed--active",
1845
+ "value": "var(--vkui--color_text_link_themed--active, #437DC1)"
1788
1846
  }
1789
1847
  },
1790
- "colorStrokeNegative": {
1848
+ "colorTextMuted": {
1791
1849
  "normal": {
1792
- "name": "--vkui--color_stroke_negative",
1793
- "value": "var(--vkui--color_stroke_negative, #E64646)"
1850
+ "name": "--vkui--color_text_muted",
1851
+ "value": "var(--vkui--color_text_muted, #2C2D2E)"
1794
1852
  },
1795
1853
  "hover": {
1796
- "name": "--vkui--color_stroke_negative--hover",
1797
- "value": "var(--vkui--color_stroke_negative--hover, #DD4446)"
1854
+ "name": "--vkui--color_text_muted--hover",
1855
+ "value": "var(--vkui--color_text_muted--hover, #2A2C2F)"
1798
1856
  },
1799
1857
  "active": {
1800
- "name": "--vkui--color_stroke_negative--active",
1801
- "value": "var(--vkui--color_stroke_negative--active, #D44245)"
1858
+ "name": "--vkui--color_text_muted--active",
1859
+ "value": "var(--vkui--color_text_muted--active, #282B2F)"
1802
1860
  }
1803
1861
  },
1804
- "colorImageBorderAlpha": {
1862
+ "colorTextPrimary": {
1805
1863
  "normal": {
1806
- "name": "--vkui--color_image_border_alpha",
1807
- "value": "var(--vkui--color_image_border_alpha, rgba(0, 0, 0, 0.08))"
1864
+ "name": "--vkui--color_text_primary",
1865
+ "value": "var(--vkui--color_text_primary, #000000)"
1808
1866
  },
1809
1867
  "hover": {
1810
- "name": "--vkui--color_image_border_alpha--hover",
1811
- "value": "var(--vkui--color_image_border_alpha--hover, rgba(0, 0, 0, 0.12))"
1868
+ "name": "--vkui--color_text_primary--hover",
1869
+ "value": "var(--vkui--color_text_primary--hover, #000102)"
1812
1870
  },
1813
1871
  "active": {
1814
- "name": "--vkui--color_image_border_alpha--active",
1815
- "value": "var(--vkui--color_image_border_alpha--active, rgba(0, 0, 0, 0.16))"
1872
+ "name": "--vkui--color_text_primary--active",
1873
+ "value": "var(--vkui--color_text_primary--active, #000105)"
1816
1874
  }
1817
1875
  },
1818
- "colorFieldBorderAlpha": {
1876
+ "colorTextPrimaryInvariably": {
1819
1877
  "normal": {
1820
- "name": "--vkui--color_field_border_alpha",
1821
- "value": "var(--vkui--color_field_border_alpha, rgba(0, 0, 0, 0.12))"
1878
+ "name": "--vkui--color_text_primary_invariably",
1879
+ "value": "var(--vkui--color_text_primary_invariably, #000000)"
1822
1880
  },
1823
- "hover": {
1824
- "name": "--vkui--color_field_border_alpha--hover",
1825
- "value": "var(--vkui--color_field_border_alpha--hover, rgba(0, 0, 0, 0.16))"
1881
+ "hover": {
1882
+ "name": "--vkui--color_text_primary_invariably--hover",
1883
+ "value": "var(--vkui--color_text_primary_invariably--hover, #000102)"
1826
1884
  },
1827
1885
  "active": {
1828
- "name": "--vkui--color_field_border_alpha--active",
1829
- "value": "var(--vkui--color_field_border_alpha--active, rgba(0, 0, 0, 0.2))"
1886
+ "name": "--vkui--color_text_primary_invariably--active",
1887
+ "value": "var(--vkui--color_text_primary_invariably--active, #000105)"
1830
1888
  }
1831
1889
  },
1832
- "colorSeparatorPrimaryAlpha": {
1890
+ "colorTextSecondary": {
1833
1891
  "normal": {
1834
- "name": "--vkui--color_separator_primary_alpha",
1835
- "value": "var(--vkui--color_separator_primary_alpha, rgba(0, 0, 0, 0.12))"
1892
+ "name": "--vkui--color_text_secondary",
1893
+ "value": "var(--vkui--color_text_secondary, #818C99)"
1836
1894
  },
1837
1895
  "hover": {
1838
- "name": "--vkui--color_separator_primary_alpha--hover",
1839
- "value": "var(--vkui--color_separator_primary_alpha--hover, rgba(0, 0, 0, 0.16))"
1896
+ "name": "--vkui--color_text_secondary--hover",
1897
+ "value": "var(--vkui--color_text_secondary--hover, #7C8795)"
1840
1898
  },
1841
1899
  "active": {
1842
- "name": "--vkui--color_separator_primary_alpha--active",
1843
- "value": "var(--vkui--color_separator_primary_alpha--active, rgba(0, 0, 0, 0.2))"
1900
+ "name": "--vkui--color_text_secondary--active",
1901
+ "value": "var(--vkui--color_text_secondary--active, #778292)"
1844
1902
  }
1845
1903
  },
1846
- "colorSeparatorSecondary": {
1904
+ "colorTextSubhead": {
1847
1905
  "normal": {
1848
- "name": "--vkui--color_separator_secondary",
1849
- "value": "var(--vkui--color_separator_secondary, #E1E3E6)"
1906
+ "name": "--vkui--color_text_subhead",
1907
+ "value": "var(--vkui--color_text_subhead, #6D7885)"
1850
1908
  },
1851
1909
  "hover": {
1852
- "name": "--vkui--color_separator_secondary--hover",
1853
- "value": "var(--vkui--color_separator_secondary--hover, #D8DBDF)"
1910
+ "name": "--vkui--color_text_subhead--hover",
1911
+ "value": "var(--vkui--color_text_subhead--hover, #697482)"
1854
1912
  },
1855
1913
  "active": {
1856
- "name": "--vkui--color_separator_secondary--active",
1857
- "value": "var(--vkui--color_separator_secondary--active, #CFD2D8)"
1914
+ "name": "--vkui--color_text_subhead--active",
1915
+ "value": "var(--vkui--color_text_subhead--active, #64707F)"
1858
1916
  }
1859
1917
  },
1860
- "colorSeparatorPrimary": {
1918
+ "colorTextTertiary": {
1861
1919
  "normal": {
1862
- "name": "--vkui--color_separator_primary",
1863
- "value": "var(--vkui--color_separator_primary, #D7D8D9)"
1920
+ "name": "--vkui--color_text_tertiary",
1921
+ "value": "var(--vkui--color_text_tertiary, #99A2AD)"
1864
1922
  },
1865
1923
  "hover": {
1866
- "name": "--vkui--color_separator_primary--hover",
1867
- "value": "var(--vkui--color_separator_primary--hover, #CED0D3)"
1924
+ "name": "--vkui--color_text_tertiary--hover",
1925
+ "value": "var(--vkui--color_text_tertiary--hover, #939CA9)"
1868
1926
  },
1869
1927
  "active": {
1870
- "name": "--vkui--color_separator_primary--active",
1871
- "value": "var(--vkui--color_separator_primary--active, #C6C8CD)"
1928
+ "name": "--vkui--color_text_tertiary--active",
1929
+ "value": "var(--vkui--color_text_tertiary--active, #8D96A4)"
1872
1930
  }
1873
1931
  },
1874
- "colorStrokePositive": {
1932
+ "colorWriteBarIcon": {
1875
1933
  "normal": {
1876
- "name": "--vkui--color_stroke_positive",
1877
- "value": "var(--vkui--color_stroke_positive, #4BB34B)"
1934
+ "name": "--vkui--color_write_bar_icon",
1935
+ "value": "var(--vkui--color_write_bar_icon, #3F8AE0)"
1878
1936
  },
1879
1937
  "hover": {
1880
- "name": "--vkui--color_stroke_positive--hover",
1881
- "value": "var(--vkui--color_stroke_positive--hover, #48AC4A)"
1938
+ "name": "--vkui--color_write_bar_icon--hover",
1939
+ "value": "var(--vkui--color_write_bar_icon--hover, #3C85D9)"
1882
1940
  },
1883
1941
  "active": {
1884
- "name": "--vkui--color_stroke_positive--active",
1885
- "value": "var(--vkui--color_stroke_positive--active, #45A64A)"
1942
+ "name": "--vkui--color_write_bar_icon--active",
1943
+ "value": "var(--vkui--color_write_bar_icon--active, #3A80D3)"
1886
1944
  }
1887
1945
  },
1888
1946
  "colorAccentBlue": {
@@ -1983,200 +2041,186 @@ var theme = {
1983
2041
  "value": "var(--vkui--color_accent_violet--active, #6F2CB6)"
1984
2042
  }
1985
2043
  },
1986
- "colorAccentSecondary": {
1987
- "normal": {
1988
- "name": "--vkui--color_accent_secondary",
1989
- "value": "var(--vkui--color_accent_secondary, #3F8AE0)"
1990
- },
1991
- "hover": {
1992
- "name": "--vkui--color_accent_secondary--hover",
1993
- "value": "var(--vkui--color_accent_secondary--hover, #3C85D9)"
1994
- },
1995
- "active": {
1996
- "name": "--vkui--color_accent_secondary--active",
1997
- "value": "var(--vkui--color_accent_secondary--active, #3A80D3)"
1998
- }
1999
- },
2000
- "colorActionSheetText": {
2044
+ "colorSkeletonFrom": {
2001
2045
  "normal": {
2002
- "name": "--vkui--color_action_sheet_text",
2003
- "value": "var(--vkui--color_action_sheet_text, #3F8AE0)"
2046
+ "name": "--vkui--color_skeleton_from",
2047
+ "value": "var(--vkui--color_skeleton_from, #F5F5F5)"
2004
2048
  },
2005
2049
  "hover": {
2006
- "name": "--vkui--color_action_sheet_text--hover",
2007
- "value": "var(--vkui--color_action_sheet_text--hover, #3C85D9)"
2050
+ "name": "--vkui--color_skeleton_from--hover",
2051
+ "value": "var(--vkui--color_skeleton_from--hover, #EBECEE)"
2008
2052
  },
2009
2053
  "active": {
2010
- "name": "--vkui--color_action_sheet_text--active",
2011
- "value": "var(--vkui--color_action_sheet_text--active, #3A80D3)"
2054
+ "name": "--vkui--color_skeleton_from--active",
2055
+ "value": "var(--vkui--color_skeleton_from--active, #E1E3E6)"
2012
2056
  }
2013
2057
  },
2014
- "colorHeaderBackground": {
2058
+ "colorSkeletonTo": {
2015
2059
  "normal": {
2016
- "name": "--vkui--color_header_background",
2017
- "value": "var(--vkui--color_header_background, #FFFFFF)"
2060
+ "name": "--vkui--color_skeleton_to",
2061
+ "value": "var(--vkui--color_skeleton_to, #E1E3E6)"
2018
2062
  },
2019
2063
  "hover": {
2020
- "name": "--vkui--color_header_background--hover",
2021
- "value": "var(--vkui--color_header_background--hover, #F5F5F7)"
2064
+ "name": "--vkui--color_skeleton_to--hover",
2065
+ "value": "var(--vkui--color_skeleton_to--hover, #D8DBDF)"
2022
2066
  },
2023
2067
  "active": {
2024
- "name": "--vkui--color_header_background--active",
2025
- "value": "var(--vkui--color_header_background--active, #EBECEF)"
2068
+ "name": "--vkui--color_skeleton_to--active",
2069
+ "value": "var(--vkui--color_skeleton_to--active, #CFD2D8)"
2026
2070
  }
2027
2071
  },
2028
- "colorPanelHeaderIcon": {
2072
+ "colorAccentSecondary": {
2029
2073
  "normal": {
2030
- "name": "--vkui--color_panel_header_icon",
2031
- "value": "var(--vkui--color_panel_header_icon, #3F8AE0)"
2074
+ "name": "--vkui--color_accent_secondary",
2075
+ "value": "var(--vkui--color_accent_secondary, #3F8AE0)"
2032
2076
  },
2033
2077
  "hover": {
2034
- "name": "--vkui--color_panel_header_icon--hover",
2035
- "value": "var(--vkui--color_panel_header_icon--hover, #3C85D9)"
2078
+ "name": "--vkui--color_accent_secondary--hover",
2079
+ "value": "var(--vkui--color_accent_secondary--hover, #3C85D9)"
2036
2080
  },
2037
2081
  "active": {
2038
- "name": "--vkui--color_panel_header_icon--active",
2039
- "value": "var(--vkui--color_panel_header_icon--active, #3A80D3)"
2082
+ "name": "--vkui--color_accent_secondary--active",
2083
+ "value": "var(--vkui--color_accent_secondary--active, #3A80D3)"
2040
2084
  }
2041
2085
  },
2042
- "colorWriteBarInputBackground": {
2086
+ "colorTextLinkVisited": {
2043
2087
  "normal": {
2044
- "name": "--vkui--color_write_bar_input_background",
2045
- "value": "var(--vkui--color_write_bar_input_background, #F2F3F5)"
2088
+ "name": "--vkui--color_text_link_visited",
2089
+ "value": "var(--vkui--color_text_link_visited, #4986CC)"
2046
2090
  },
2047
2091
  "hover": {
2048
- "name": "--vkui--color_write_bar_input_background--hover",
2049
- "value": "var(--vkui--color_write_bar_input_background--hover, #E8EAEE)"
2092
+ "name": "--vkui--color_text_link_visited--hover",
2093
+ "value": "var(--vkui--color_text_link_visited--hover, #4681C6)"
2050
2094
  },
2051
2095
  "active": {
2052
- "name": "--vkui--color_write_bar_input_background--active",
2053
- "value": "var(--vkui--color_write_bar_input_background--active, #DFE1E6)"
2096
+ "name": "--vkui--color_text_link_visited--active",
2097
+ "value": "var(--vkui--color_text_link_visited--active, #437DC1)"
2054
2098
  }
2055
2099
  },
2056
- "colorWriteBarInputBorderAlpha": {
2100
+ "colorTextContrast": {
2057
2101
  "normal": {
2058
- "name": "--vkui--color_write_bar_input_border_alpha",
2059
- "value": "var(--vkui--color_write_bar_input_border_alpha, rgba(0, 0, 0, 0.08))"
2102
+ "name": "--vkui--color_text_contrast",
2103
+ "value": "var(--vkui--color_text_contrast, #FFFFFF)"
2060
2104
  },
2061
2105
  "hover": {
2062
- "name": "--vkui--color_write_bar_input_border_alpha--hover",
2063
- "value": "var(--vkui--color_write_bar_input_border_alpha--hover, rgba(0, 0, 0, 0.12))"
2106
+ "name": "--vkui--color_text_contrast--hover",
2107
+ "value": "var(--vkui--color_text_contrast--hover, #F5F5F7)"
2064
2108
  },
2065
2109
  "active": {
2066
- "name": "--vkui--color_write_bar_input_border_alpha--active",
2067
- "value": "var(--vkui--color_write_bar_input_border_alpha--active, rgba(0, 0, 0, 0.16))"
2110
+ "name": "--vkui--color_text_contrast--active",
2111
+ "value": "var(--vkui--color_text_contrast--active, #EBECEF)"
2068
2112
  }
2069
2113
  },
2070
- "colorTrackBackground": {
2114
+ "colorTextContrastThemed": {
2071
2115
  "normal": {
2072
- "name": "--vkui--color_track_background",
2073
- "value": "var(--vkui--color_track_background, #E1E3E6)"
2116
+ "name": "--vkui--color_text_contrast_themed",
2117
+ "value": "var(--vkui--color_text_contrast_themed, #FFFFFF)"
2074
2118
  },
2075
2119
  "hover": {
2076
- "name": "--vkui--color_track_background--hover",
2077
- "value": "var(--vkui--color_track_background--hover, #D8DBDF)"
2120
+ "name": "--vkui--color_text_contrast_themed--hover",
2121
+ "value": "var(--vkui--color_text_contrast_themed--hover, #F5F5F7)"
2078
2122
  },
2079
2123
  "active": {
2080
- "name": "--vkui--color_track_background--active",
2081
- "value": "var(--vkui--color_track_background--active, #CFD2D8)"
2124
+ "name": "--vkui--color_text_contrast_themed--active",
2125
+ "value": "var(--vkui--color_text_contrast_themed--active, #EBECEF)"
2082
2126
  }
2083
2127
  },
2084
- "colorTrackBuffer": {
2128
+ "colorIconContrast": {
2085
2129
  "normal": {
2086
- "name": "--vkui--color_track_buffer",
2087
- "value": "var(--vkui--color_track_buffer, #A0BFE4)"
2130
+ "name": "--vkui--color_icon_contrast",
2131
+ "value": "var(--vkui--color_icon_contrast, #FFFFFF)"
2088
2132
  },
2089
2133
  "hover": {
2090
- "name": "--vkui--color_track_buffer--hover",
2091
- "value": "var(--vkui--color_track_buffer--hover, #9AB8DD)"
2134
+ "name": "--vkui--color_icon_contrast--hover",
2135
+ "value": "var(--vkui--color_icon_contrast--hover, #F5F5F7)"
2092
2136
  },
2093
2137
  "active": {
2094
- "name": "--vkui--color_track_buffer--active",
2095
- "value": "var(--vkui--color_track_buffer--active, #93B1D7)"
2138
+ "name": "--vkui--color_icon_contrast--active",
2139
+ "value": "var(--vkui--color_icon_contrast--active, #EBECEF)"
2096
2140
  }
2097
2141
  },
2098
- "colorImagePlaceholderAlpha": {
2142
+ "colorIconContrastThemed": {
2099
2143
  "normal": {
2100
- "name": "--vkui--color_image_placeholder_alpha",
2101
- "value": "var(--vkui--color_image_placeholder_alpha, rgba(0, 28, 61, 0.08))"
2144
+ "name": "--vkui--color_icon_contrast_themed",
2145
+ "value": "var(--vkui--color_icon_contrast_themed, #FFFFFF)"
2102
2146
  },
2103
2147
  "hover": {
2104
- "name": "--vkui--color_image_placeholder_alpha--hover",
2105
- "value": "var(--vkui--color_image_placeholder_alpha--hover, rgba(0, 28, 61, 0.12))"
2148
+ "name": "--vkui--color_icon_contrast_themed--hover",
2149
+ "value": "var(--vkui--color_icon_contrast_themed--hover, #F5F5F7)"
2106
2150
  },
2107
2151
  "active": {
2108
- "name": "--vkui--color_image_placeholder_alpha--active",
2109
- "value": "var(--vkui--color_image_placeholder_alpha--active, rgba(0, 28, 61, 0.16))"
2152
+ "name": "--vkui--color_icon_contrast_themed--active",
2153
+ "value": "var(--vkui--color_icon_contrast_themed--active, #EBECEF)"
2110
2154
  }
2111
2155
  },
2112
- "colorImagePlaceholder": {
2156
+ "colorLinkContrast": {
2113
2157
  "normal": {
2114
- "name": "--vkui--color_image_placeholder",
2115
- "value": "var(--vkui--color_image_placeholder, #F2F3F5)"
2158
+ "name": "--vkui--color_link_contrast",
2159
+ "value": "var(--vkui--color_link_contrast, #FFFFFF)"
2116
2160
  },
2117
2161
  "hover": {
2118
- "name": "--vkui--color_image_placeholder--hover",
2119
- "value": "var(--vkui--color_image_placeholder--hover, #E8EAEE)"
2162
+ "name": "--vkui--color_link_contrast--hover",
2163
+ "value": "var(--vkui--color_link_contrast--hover, #F5F5F7)"
2120
2164
  },
2121
2165
  "active": {
2122
- "name": "--vkui--color_image_placeholder--active",
2123
- "value": "var(--vkui--color_image_placeholder--active, #DFE1E6)"
2166
+ "name": "--vkui--color_link_contrast--active",
2167
+ "value": "var(--vkui--color_link_contrast--active, #EBECEF)"
2124
2168
  }
2125
2169
  },
2126
- "colorSearchFieldBackground": {
2170
+ "colorTextPositive": {
2127
2171
  "normal": {
2128
- "name": "--vkui--color_search_field_background",
2129
- "value": "var(--vkui--color_search_field_background, #EBEDF0)"
2172
+ "name": "--vkui--color_text_positive",
2173
+ "value": "var(--vkui--color_text_positive, #4BB34B)"
2130
2174
  },
2131
2175
  "hover": {
2132
- "name": "--vkui--color_search_field_background--hover",
2133
- "value": "var(--vkui--color_search_field_background--hover, #E2E4E9)"
2176
+ "name": "--vkui--color_text_positive--hover",
2177
+ "value": "var(--vkui--color_text_positive--hover, #48AC4A)"
2134
2178
  },
2135
2179
  "active": {
2136
- "name": "--vkui--color_search_field_background--active",
2137
- "value": "var(--vkui--color_search_field_background--active, #D8DBE2)"
2180
+ "name": "--vkui--color_text_positive--active",
2181
+ "value": "var(--vkui--color_text_positive--active, #45A64A)"
2138
2182
  }
2139
2183
  },
2140
- "colorWriteBarIcon": {
2184
+ "colorBackgroundPositive": {
2141
2185
  "normal": {
2142
- "name": "--vkui--color_write_bar_icon",
2143
- "value": "var(--vkui--color_write_bar_icon, #3F8AE0)"
2186
+ "name": "--vkui--color_background_positive",
2187
+ "value": "var(--vkui--color_background_positive, #4BB34B)"
2144
2188
  },
2145
2189
  "hover": {
2146
- "name": "--vkui--color_write_bar_icon--hover",
2147
- "value": "var(--vkui--color_write_bar_icon--hover, #3C85D9)"
2190
+ "name": "--vkui--color_background_positive--hover",
2191
+ "value": "var(--vkui--color_background_positive--hover, #48AC4A)"
2148
2192
  },
2149
2193
  "active": {
2150
- "name": "--vkui--color_write_bar_icon--active",
2151
- "value": "var(--vkui--color_write_bar_icon--active, #3A80D3)"
2194
+ "name": "--vkui--color_background_positive--active",
2195
+ "value": "var(--vkui--color_background_positive--active, #45A64A)"
2152
2196
  }
2153
2197
  },
2154
- "colorSkeletonFrom": {
2198
+ "colorIconPositive": {
2155
2199
  "normal": {
2156
- "name": "--vkui--color_skeleton_from",
2157
- "value": "var(--vkui--color_skeleton_from, #F5F5F5)"
2200
+ "name": "--vkui--color_icon_positive",
2201
+ "value": "var(--vkui--color_icon_positive, #4BB34B)"
2158
2202
  },
2159
2203
  "hover": {
2160
- "name": "--vkui--color_skeleton_from--hover",
2161
- "value": "var(--vkui--color_skeleton_from--hover, #EBECEE)"
2204
+ "name": "--vkui--color_icon_positive--hover",
2205
+ "value": "var(--vkui--color_icon_positive--hover, #48AC4A)"
2162
2206
  },
2163
2207
  "active": {
2164
- "name": "--vkui--color_skeleton_from--active",
2165
- "value": "var(--vkui--color_skeleton_from--active, #E1E3E6)"
2208
+ "name": "--vkui--color_icon_positive--active",
2209
+ "value": "var(--vkui--color_icon_positive--active, #45A64A)"
2166
2210
  }
2167
2211
  },
2168
- "colorSkeletonTo": {
2212
+ "colorStrokePositive": {
2169
2213
  "normal": {
2170
- "name": "--vkui--color_skeleton_to",
2171
- "value": "var(--vkui--color_skeleton_to, #E1E3E6)"
2214
+ "name": "--vkui--color_stroke_positive",
2215
+ "value": "var(--vkui--color_stroke_positive, #4BB34B)"
2172
2216
  },
2173
2217
  "hover": {
2174
- "name": "--vkui--color_skeleton_to--hover",
2175
- "value": "var(--vkui--color_skeleton_to--hover, #D8DBDF)"
2218
+ "name": "--vkui--color_stroke_positive--hover",
2219
+ "value": "var(--vkui--color_stroke_positive--hover, #48AC4A)"
2176
2220
  },
2177
2221
  "active": {
2178
- "name": "--vkui--color_skeleton_to--active",
2179
- "value": "var(--vkui--color_skeleton_to--active, #CFD2D8)"
2222
+ "name": "--vkui--color_stroke_positive--active",
2223
+ "value": "var(--vkui--color_stroke_positive--active, #45A64A)"
2180
2224
  }
2181
2225
  },
2182
2226
  "colorAvatarOverlay": {