@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
@@ -0,0 +1,2267 @@
1
+ {
2
+ "themeName": {
3
+ "name": "--vkui--theme_name",
4
+ "value": "var(--vkui--theme_name, vkComDark)"
5
+ },
6
+ "themeNameBase": {
7
+ "name": "--vkui--theme_name_base",
8
+ "value": "var(--vkui--theme_name_base, vkCom)"
9
+ },
10
+ "fontFamilyAccent": {
11
+ "name": "--vkui--font_family_accent",
12
+ "value": "var(--vkui--font_family_accent, \"TT Commons\", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif)"
13
+ },
14
+ "fontFamilyBase": {
15
+ "name": "--vkui--font_family_base",
16
+ "value": "var(--vkui--font_family_base, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
17
+ },
18
+ "fontWeightAccent1": {
19
+ "name": "--vkui--font_weight_accent1",
20
+ "value": "var(--vkui--font_weight_accent1, 400)"
21
+ },
22
+ "fontWeightAccent2": {
23
+ "name": "--vkui--font_weight_accent2",
24
+ "value": "var(--vkui--font_weight_accent2, 500)"
25
+ },
26
+ "fontWeightAccent3": {
27
+ "name": "--vkui--font_weight_accent3",
28
+ "value": "var(--vkui--font_weight_accent3, 600)"
29
+ },
30
+ "fontWeightBase1": {
31
+ "name": "--vkui--font_weight_base1",
32
+ "value": "var(--vkui--font_weight_base1, 400)"
33
+ },
34
+ "fontWeightBase2": {
35
+ "name": "--vkui--font_weight_base2",
36
+ "value": "var(--vkui--font_weight_base2, 500)"
37
+ },
38
+ "fontWeightBase3": {
39
+ "name": "--vkui--font_weight_base3",
40
+ "value": "var(--vkui--font_weight_base3, 600)"
41
+ },
42
+ "fontTitle1": {
43
+ "auto": {
44
+ "fontSize": {
45
+ "name": "--vkui--font_title1--font_size",
46
+ "value": "var(--vkui--font_title1--font_size)"
47
+ },
48
+ "lineHeight": {
49
+ "name": "--vkui--font_title1--line_height",
50
+ "value": "var(--vkui--font_title1--line_height)"
51
+ },
52
+ "letterSpacing": {
53
+ "name": "--vkui--font_title1--letter_spacing",
54
+ "value": "var(--vkui--font_title1--letter_spacing)"
55
+ },
56
+ "fontFamily": {
57
+ "name": "--vkui--font_title1--font_family",
58
+ "value": "var(--vkui--font_title1--font_family)"
59
+ },
60
+ "fontWeight": {
61
+ "name": "--vkui--font_title1--font_weight",
62
+ "value": "var(--vkui--font_title1--font_weight)"
63
+ }
64
+ },
65
+ "regular": {
66
+ "fontSize": {
67
+ "name": "--vkui--font_title1--font_size--regular",
68
+ "value": "var(--vkui--font_title1--font_size--regular, 24px)"
69
+ },
70
+ "lineHeight": {
71
+ "name": "--vkui--font_title1--line_height--regular",
72
+ "value": "var(--vkui--font_title1--line_height--regular, 28px)"
73
+ },
74
+ "letterSpacing": {
75
+ "name": "--vkui--font_title1--letter_spacing--regular",
76
+ "value": "var(--vkui--font_title1--letter_spacing--regular, -0.48px)"
77
+ },
78
+ "fontFamily": {
79
+ "name": "--vkui--font_title1--font_family--regular",
80
+ "value": "var(--vkui--font_title1--font_family--regular, \"TT Commons\", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif)"
81
+ },
82
+ "fontWeight": {
83
+ "name": "--vkui--font_title1--font_weight--regular",
84
+ "value": "var(--vkui--font_title1--font_weight--regular, 600)"
85
+ }
86
+ }
87
+ },
88
+ "fontTitle2": {
89
+ "auto": {
90
+ "fontSize": {
91
+ "name": "--vkui--font_title2--font_size",
92
+ "value": "var(--vkui--font_title2--font_size)"
93
+ },
94
+ "lineHeight": {
95
+ "name": "--vkui--font_title2--line_height",
96
+ "value": "var(--vkui--font_title2--line_height)"
97
+ },
98
+ "letterSpacing": {
99
+ "name": "--vkui--font_title2--letter_spacing",
100
+ "value": "var(--vkui--font_title2--letter_spacing)"
101
+ },
102
+ "fontFamily": {
103
+ "name": "--vkui--font_title2--font_family",
104
+ "value": "var(--vkui--font_title2--font_family)"
105
+ },
106
+ "fontWeight": {
107
+ "name": "--vkui--font_title2--font_weight",
108
+ "value": "var(--vkui--font_title2--font_weight)"
109
+ }
110
+ },
111
+ "regular": {
112
+ "fontSize": {
113
+ "name": "--vkui--font_title2--font_size--regular",
114
+ "value": "var(--vkui--font_title2--font_size--regular, 20px)"
115
+ },
116
+ "lineHeight": {
117
+ "name": "--vkui--font_title2--line_height--regular",
118
+ "value": "var(--vkui--font_title2--line_height--regular, 24px)"
119
+ },
120
+ "letterSpacing": {
121
+ "name": "--vkui--font_title2--letter_spacing--regular",
122
+ "value": "var(--vkui--font_title2--letter_spacing--regular, -0.4px)"
123
+ },
124
+ "fontFamily": {
125
+ "name": "--vkui--font_title2--font_family--regular",
126
+ "value": "var(--vkui--font_title2--font_family--regular, \"TT Commons\", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif)"
127
+ },
128
+ "fontWeight": {
129
+ "name": "--vkui--font_title2--font_weight--regular",
130
+ "value": "var(--vkui--font_title2--font_weight--regular, 600)"
131
+ }
132
+ }
133
+ },
134
+ "fontTitle3": {
135
+ "auto": {
136
+ "fontSize": {
137
+ "name": "--vkui--font_title3--font_size",
138
+ "value": "var(--vkui--font_title3--font_size)"
139
+ },
140
+ "lineHeight": {
141
+ "name": "--vkui--font_title3--line_height",
142
+ "value": "var(--vkui--font_title3--line_height)"
143
+ },
144
+ "letterSpacing": {
145
+ "name": "--vkui--font_title3--letter_spacing",
146
+ "value": "var(--vkui--font_title3--letter_spacing)"
147
+ },
148
+ "fontFamily": {
149
+ "name": "--vkui--font_title3--font_family",
150
+ "value": "var(--vkui--font_title3--font_family)"
151
+ },
152
+ "fontWeight": {
153
+ "name": "--vkui--font_title3--font_weight",
154
+ "value": "var(--vkui--font_title3--font_weight)"
155
+ }
156
+ },
157
+ "regular": {
158
+ "fontSize": {
159
+ "name": "--vkui--font_title3--font_size--regular",
160
+ "value": "var(--vkui--font_title3--font_size--regular, 17px)"
161
+ },
162
+ "lineHeight": {
163
+ "name": "--vkui--font_title3--line_height--regular",
164
+ "value": "var(--vkui--font_title3--line_height--regular, 22px)"
165
+ },
166
+ "letterSpacing": {
167
+ "name": "--vkui--font_title3--letter_spacing--regular",
168
+ "value": "var(--vkui--font_title3--letter_spacing--regular, -0.22px)"
169
+ },
170
+ "fontFamily": {
171
+ "name": "--vkui--font_title3--font_family--regular",
172
+ "value": "var(--vkui--font_title3--font_family--regular, \"TT Commons\", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif)"
173
+ },
174
+ "fontWeight": {
175
+ "name": "--vkui--font_title3--font_weight--regular",
176
+ "value": "var(--vkui--font_title3--font_weight--regular, 600)"
177
+ }
178
+ }
179
+ },
180
+ "fontHeadline": {
181
+ "auto": {
182
+ "fontSize": {
183
+ "name": "--vkui--font_headline--font_size",
184
+ "value": "var(--vkui--font_headline--font_size)"
185
+ },
186
+ "lineHeight": {
187
+ "name": "--vkui--font_headline--line_height",
188
+ "value": "var(--vkui--font_headline--line_height)"
189
+ },
190
+ "letterSpacing": {
191
+ "name": "--vkui--font_headline--letter_spacing",
192
+ "value": "var(--vkui--font_headline--letter_spacing)"
193
+ },
194
+ "fontFamily": {
195
+ "name": "--vkui--font_headline--font_family",
196
+ "value": "var(--vkui--font_headline--font_family)"
197
+ },
198
+ "fontWeight": {
199
+ "name": "--vkui--font_headline--font_weight",
200
+ "value": "var(--vkui--font_headline--font_weight)"
201
+ }
202
+ },
203
+ "regular": {
204
+ "fontSize": {
205
+ "name": "--vkui--font_headline--font_size--regular",
206
+ "value": "var(--vkui--font_headline--font_size--regular, 16px)"
207
+ },
208
+ "lineHeight": {
209
+ "name": "--vkui--font_headline--line_height--regular",
210
+ "value": "var(--vkui--font_headline--line_height--regular, 20px)"
211
+ },
212
+ "letterSpacing": {
213
+ "name": "--vkui--font_headline--letter_spacing--regular",
214
+ "value": "var(--vkui--font_headline--letter_spacing--regular, -0.16px)"
215
+ },
216
+ "fontFamily": {
217
+ "name": "--vkui--font_headline--font_family--regular",
218
+ "value": "var(--vkui--font_headline--font_family--regular, \"TT Commons\", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif)"
219
+ },
220
+ "fontWeight": {
221
+ "name": "--vkui--font_headline--font_weight--regular",
222
+ "value": "var(--vkui--font_headline--font_weight--regular, 500)"
223
+ }
224
+ }
225
+ },
226
+ "fontText": {
227
+ "auto": {
228
+ "fontSize": {
229
+ "name": "--vkui--font_text--font_size",
230
+ "value": "var(--vkui--font_text--font_size)"
231
+ },
232
+ "lineHeight": {
233
+ "name": "--vkui--font_text--line_height",
234
+ "value": "var(--vkui--font_text--line_height)"
235
+ },
236
+ "letterSpacing": {
237
+ "name": "--vkui--font_text--letter_spacing",
238
+ "value": "var(--vkui--font_text--letter_spacing)"
239
+ },
240
+ "fontFamily": {
241
+ "name": "--vkui--font_text--font_family",
242
+ "value": "var(--vkui--font_text--font_family)"
243
+ },
244
+ "fontWeight": {
245
+ "name": "--vkui--font_text--font_weight",
246
+ "value": "var(--vkui--font_text--font_weight)"
247
+ }
248
+ },
249
+ "regular": {
250
+ "fontSize": {
251
+ "name": "--vkui--font_text--font_size--regular",
252
+ "value": "var(--vkui--font_text--font_size--regular, 15px)"
253
+ },
254
+ "lineHeight": {
255
+ "name": "--vkui--font_text--line_height--regular",
256
+ "value": "var(--vkui--font_text--line_height--regular, 20px)"
257
+ },
258
+ "letterSpacing": {
259
+ "name": "--vkui--font_text--letter_spacing--regular",
260
+ "value": "var(--vkui--font_text--letter_spacing--regular, -0.1px)"
261
+ },
262
+ "fontFamily": {
263
+ "name": "--vkui--font_text--font_family--regular",
264
+ "value": "var(--vkui--font_text--font_family--regular, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
265
+ },
266
+ "fontWeight": {
267
+ "name": "--vkui--font_text--font_weight--regular",
268
+ "value": "var(--vkui--font_text--font_weight--regular, 400)"
269
+ }
270
+ },
271
+ "compact": {
272
+ "fontSize": {
273
+ "name": "--vkui--font_text--font_size--compact",
274
+ "value": "var(--vkui--font_text--font_size--compact, 16px)"
275
+ },
276
+ "lineHeight": {
277
+ "name": "--vkui--font_text--line_height--compact",
278
+ "value": "var(--vkui--font_text--line_height--compact, 20px)"
279
+ },
280
+ "letterSpacing": {
281
+ "name": "--vkui--font_text--letter_spacing--compact",
282
+ "value": "var(--vkui--font_text--letter_spacing--compact, -0.16px)"
283
+ }
284
+ }
285
+ },
286
+ "fontSubhead": {
287
+ "auto": {
288
+ "fontSize": {
289
+ "name": "--vkui--font_subhead--font_size",
290
+ "value": "var(--vkui--font_subhead--font_size)"
291
+ },
292
+ "lineHeight": {
293
+ "name": "--vkui--font_subhead--line_height",
294
+ "value": "var(--vkui--font_subhead--line_height)"
295
+ },
296
+ "letterSpacing": {
297
+ "name": "--vkui--font_subhead--letter_spacing",
298
+ "value": "var(--vkui--font_subhead--letter_spacing)"
299
+ },
300
+ "fontFamily": {
301
+ "name": "--vkui--font_subhead--font_family",
302
+ "value": "var(--vkui--font_subhead--font_family)"
303
+ },
304
+ "fontWeight": {
305
+ "name": "--vkui--font_subhead--font_weight",
306
+ "value": "var(--vkui--font_subhead--font_weight)"
307
+ }
308
+ },
309
+ "regular": {
310
+ "fontSize": {
311
+ "name": "--vkui--font_subhead--font_size--regular",
312
+ "value": "var(--vkui--font_subhead--font_size--regular, 14px)"
313
+ },
314
+ "lineHeight": {
315
+ "name": "--vkui--font_subhead--line_height--regular",
316
+ "value": "var(--vkui--font_subhead--line_height--regular, 18px)"
317
+ },
318
+ "letterSpacing": {
319
+ "name": "--vkui--font_subhead--letter_spacing--regular",
320
+ "value": "var(--vkui--font_subhead--letter_spacing--regular, -0.06px)"
321
+ },
322
+ "fontFamily": {
323
+ "name": "--vkui--font_subhead--font_family--regular",
324
+ "value": "var(--vkui--font_subhead--font_family--regular, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
325
+ },
326
+ "fontWeight": {
327
+ "name": "--vkui--font_subhead--font_weight--regular",
328
+ "value": "var(--vkui--font_subhead--font_weight--regular, 400)"
329
+ }
330
+ }
331
+ },
332
+ "fontFootnote": {
333
+ "auto": {
334
+ "fontSize": {
335
+ "name": "--vkui--font_footnote--font_size",
336
+ "value": "var(--vkui--font_footnote--font_size)"
337
+ },
338
+ "lineHeight": {
339
+ "name": "--vkui--font_footnote--line_height",
340
+ "value": "var(--vkui--font_footnote--line_height)"
341
+ },
342
+ "letterSpacing": {
343
+ "name": "--vkui--font_footnote--letter_spacing",
344
+ "value": "var(--vkui--font_footnote--letter_spacing)"
345
+ },
346
+ "fontFamily": {
347
+ "name": "--vkui--font_footnote--font_family",
348
+ "value": "var(--vkui--font_footnote--font_family)"
349
+ },
350
+ "fontWeight": {
351
+ "name": "--vkui--font_footnote--font_weight",
352
+ "value": "var(--vkui--font_footnote--font_weight)"
353
+ }
354
+ },
355
+ "regular": {
356
+ "fontSize": {
357
+ "name": "--vkui--font_footnote--font_size--regular",
358
+ "value": "var(--vkui--font_footnote--font_size--regular, 13px)"
359
+ },
360
+ "lineHeight": {
361
+ "name": "--vkui--font_footnote--line_height--regular",
362
+ "value": "var(--vkui--font_footnote--line_height--regular, 16px)"
363
+ },
364
+ "letterSpacing": {
365
+ "name": "--vkui--font_footnote--letter_spacing--regular",
366
+ "value": "var(--vkui--font_footnote--letter_spacing--regular, 0px)"
367
+ },
368
+ "fontFamily": {
369
+ "name": "--vkui--font_footnote--font_family--regular",
370
+ "value": "var(--vkui--font_footnote--font_family--regular, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
371
+ },
372
+ "fontWeight": {
373
+ "name": "--vkui--font_footnote--font_weight--regular",
374
+ "value": "var(--vkui--font_footnote--font_weight--regular, 400)"
375
+ }
376
+ }
377
+ },
378
+ "fontFootnoteCaps": {
379
+ "auto": {
380
+ "fontSize": {
381
+ "name": "--vkui--font_footnote_caps--font_size",
382
+ "value": "var(--vkui--font_footnote_caps--font_size)"
383
+ },
384
+ "lineHeight": {
385
+ "name": "--vkui--font_footnote_caps--line_height",
386
+ "value": "var(--vkui--font_footnote_caps--line_height)"
387
+ },
388
+ "letterSpacing": {
389
+ "name": "--vkui--font_footnote_caps--letter_spacing",
390
+ "value": "var(--vkui--font_footnote_caps--letter_spacing)"
391
+ },
392
+ "fontFamily": {
393
+ "name": "--vkui--font_footnote_caps--font_family",
394
+ "value": "var(--vkui--font_footnote_caps--font_family)"
395
+ },
396
+ "fontWeight": {
397
+ "name": "--vkui--font_footnote_caps--font_weight",
398
+ "value": "var(--vkui--font_footnote_caps--font_weight)"
399
+ },
400
+ "textTransform": {
401
+ "name": "--vkui--font_footnote_caps--text_transform",
402
+ "value": "var(--vkui--font_footnote_caps--text_transform)"
403
+ }
404
+ },
405
+ "regular": {
406
+ "fontSize": {
407
+ "name": "--vkui--font_footnote_caps--font_size--regular",
408
+ "value": "var(--vkui--font_footnote_caps--font_size--regular, 13px)"
409
+ },
410
+ "lineHeight": {
411
+ "name": "--vkui--font_footnote_caps--line_height--regular",
412
+ "value": "var(--vkui--font_footnote_caps--line_height--regular, 16px)"
413
+ },
414
+ "letterSpacing": {
415
+ "name": "--vkui--font_footnote_caps--letter_spacing--regular",
416
+ "value": "var(--vkui--font_footnote_caps--letter_spacing--regular, 0.3px)"
417
+ },
418
+ "fontFamily": {
419
+ "name": "--vkui--font_footnote_caps--font_family--regular",
420
+ "value": "var(--vkui--font_footnote_caps--font_family--regular, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
421
+ },
422
+ "fontWeight": {
423
+ "name": "--vkui--font_footnote_caps--font_weight--regular",
424
+ "value": "var(--vkui--font_footnote_caps--font_weight--regular, 400)"
425
+ },
426
+ "textTransform": {
427
+ "name": "--vkui--font_footnote_caps--text_transform--regular",
428
+ "value": "var(--vkui--font_footnote_caps--text_transform--regular, uppercase)"
429
+ }
430
+ }
431
+ },
432
+ "fontCaption1": {
433
+ "auto": {
434
+ "fontSize": {
435
+ "name": "--vkui--font_caption1--font_size",
436
+ "value": "var(--vkui--font_caption1--font_size)"
437
+ },
438
+ "lineHeight": {
439
+ "name": "--vkui--font_caption1--line_height",
440
+ "value": "var(--vkui--font_caption1--line_height)"
441
+ },
442
+ "letterSpacing": {
443
+ "name": "--vkui--font_caption1--letter_spacing",
444
+ "value": "var(--vkui--font_caption1--letter_spacing)"
445
+ },
446
+ "fontFamily": {
447
+ "name": "--vkui--font_caption1--font_family",
448
+ "value": "var(--vkui--font_caption1--font_family)"
449
+ },
450
+ "fontWeight": {
451
+ "name": "--vkui--font_caption1--font_weight",
452
+ "value": "var(--vkui--font_caption1--font_weight)"
453
+ }
454
+ },
455
+ "regular": {
456
+ "fontSize": {
457
+ "name": "--vkui--font_caption1--font_size--regular",
458
+ "value": "var(--vkui--font_caption1--font_size--regular, 12px)"
459
+ },
460
+ "lineHeight": {
461
+ "name": "--vkui--font_caption1--line_height--regular",
462
+ "value": "var(--vkui--font_caption1--line_height--regular, 14px)"
463
+ },
464
+ "letterSpacing": {
465
+ "name": "--vkui--font_caption1--letter_spacing--regular",
466
+ "value": "var(--vkui--font_caption1--letter_spacing--regular, 0.06px)"
467
+ },
468
+ "fontFamily": {
469
+ "name": "--vkui--font_caption1--font_family--regular",
470
+ "value": "var(--vkui--font_caption1--font_family--regular, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
471
+ },
472
+ "fontWeight": {
473
+ "name": "--vkui--font_caption1--font_weight--regular",
474
+ "value": "var(--vkui--font_caption1--font_weight--regular, 400)"
475
+ }
476
+ }
477
+ },
478
+ "fontCaption1Caps": {
479
+ "auto": {
480
+ "fontSize": {
481
+ "name": "--vkui--font_caption1_caps--font_size",
482
+ "value": "var(--vkui--font_caption1_caps--font_size)"
483
+ },
484
+ "lineHeight": {
485
+ "name": "--vkui--font_caption1_caps--line_height",
486
+ "value": "var(--vkui--font_caption1_caps--line_height)"
487
+ },
488
+ "letterSpacing": {
489
+ "name": "--vkui--font_caption1_caps--letter_spacing",
490
+ "value": "var(--vkui--font_caption1_caps--letter_spacing)"
491
+ },
492
+ "fontFamily": {
493
+ "name": "--vkui--font_caption1_caps--font_family",
494
+ "value": "var(--vkui--font_caption1_caps--font_family)"
495
+ },
496
+ "fontWeight": {
497
+ "name": "--vkui--font_caption1_caps--font_weight",
498
+ "value": "var(--vkui--font_caption1_caps--font_weight)"
499
+ },
500
+ "textTransform": {
501
+ "name": "--vkui--font_caption1_caps--text_transform",
502
+ "value": "var(--vkui--font_caption1_caps--text_transform)"
503
+ }
504
+ },
505
+ "regular": {
506
+ "fontSize": {
507
+ "name": "--vkui--font_caption1_caps--font_size--regular",
508
+ "value": "var(--vkui--font_caption1_caps--font_size--regular, 12px)"
509
+ },
510
+ "lineHeight": {
511
+ "name": "--vkui--font_caption1_caps--line_height--regular",
512
+ "value": "var(--vkui--font_caption1_caps--line_height--regular, 14px)"
513
+ },
514
+ "letterSpacing": {
515
+ "name": "--vkui--font_caption1_caps--letter_spacing--regular",
516
+ "value": "var(--vkui--font_caption1_caps--letter_spacing--regular, 0.2px)"
517
+ },
518
+ "fontFamily": {
519
+ "name": "--vkui--font_caption1_caps--font_family--regular",
520
+ "value": "var(--vkui--font_caption1_caps--font_family--regular, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
521
+ },
522
+ "fontWeight": {
523
+ "name": "--vkui--font_caption1_caps--font_weight--regular",
524
+ "value": "var(--vkui--font_caption1_caps--font_weight--regular, 600)"
525
+ },
526
+ "textTransform": {
527
+ "name": "--vkui--font_caption1_caps--text_transform--regular",
528
+ "value": "var(--vkui--font_caption1_caps--text_transform--regular, uppercase)"
529
+ }
530
+ }
531
+ },
532
+ "fontCaption2": {
533
+ "auto": {
534
+ "fontSize": {
535
+ "name": "--vkui--font_caption2--font_size",
536
+ "value": "var(--vkui--font_caption2--font_size)"
537
+ },
538
+ "lineHeight": {
539
+ "name": "--vkui--font_caption2--line_height",
540
+ "value": "var(--vkui--font_caption2--line_height)"
541
+ },
542
+ "letterSpacing": {
543
+ "name": "--vkui--font_caption2--letter_spacing",
544
+ "value": "var(--vkui--font_caption2--letter_spacing)"
545
+ },
546
+ "fontFamily": {
547
+ "name": "--vkui--font_caption2--font_family",
548
+ "value": "var(--vkui--font_caption2--font_family)"
549
+ },
550
+ "fontWeight": {
551
+ "name": "--vkui--font_caption2--font_weight",
552
+ "value": "var(--vkui--font_caption2--font_weight)"
553
+ }
554
+ },
555
+ "regular": {
556
+ "fontSize": {
557
+ "name": "--vkui--font_caption2--font_size--regular",
558
+ "value": "var(--vkui--font_caption2--font_size--regular, 11px)"
559
+ },
560
+ "lineHeight": {
561
+ "name": "--vkui--font_caption2--line_height--regular",
562
+ "value": "var(--vkui--font_caption2--line_height--regular, 14px)"
563
+ },
564
+ "letterSpacing": {
565
+ "name": "--vkui--font_caption2--letter_spacing--regular",
566
+ "value": "var(--vkui--font_caption2--letter_spacing--regular, 0.11px)"
567
+ },
568
+ "fontFamily": {
569
+ "name": "--vkui--font_caption2--font_family--regular",
570
+ "value": "var(--vkui--font_caption2--font_family--regular, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
571
+ },
572
+ "fontWeight": {
573
+ "name": "--vkui--font_caption2--font_weight--regular",
574
+ "value": "var(--vkui--font_caption2--font_weight--regular, 400)"
575
+ }
576
+ }
577
+ },
578
+ "fontCaption2Caps": {
579
+ "auto": {
580
+ "fontSize": {
581
+ "name": "--vkui--font_caption2_caps--font_size",
582
+ "value": "var(--vkui--font_caption2_caps--font_size)"
583
+ },
584
+ "lineHeight": {
585
+ "name": "--vkui--font_caption2_caps--line_height",
586
+ "value": "var(--vkui--font_caption2_caps--line_height)"
587
+ },
588
+ "letterSpacing": {
589
+ "name": "--vkui--font_caption2_caps--letter_spacing",
590
+ "value": "var(--vkui--font_caption2_caps--letter_spacing)"
591
+ },
592
+ "fontFamily": {
593
+ "name": "--vkui--font_caption2_caps--font_family",
594
+ "value": "var(--vkui--font_caption2_caps--font_family)"
595
+ },
596
+ "fontWeight": {
597
+ "name": "--vkui--font_caption2_caps--font_weight",
598
+ "value": "var(--vkui--font_caption2_caps--font_weight)"
599
+ },
600
+ "textTransform": {
601
+ "name": "--vkui--font_caption2_caps--text_transform",
602
+ "value": "var(--vkui--font_caption2_caps--text_transform)"
603
+ }
604
+ },
605
+ "regular": {
606
+ "fontSize": {
607
+ "name": "--vkui--font_caption2_caps--font_size--regular",
608
+ "value": "var(--vkui--font_caption2_caps--font_size--regular, 11px)"
609
+ },
610
+ "lineHeight": {
611
+ "name": "--vkui--font_caption2_caps--line_height--regular",
612
+ "value": "var(--vkui--font_caption2_caps--line_height--regular, 14px)"
613
+ },
614
+ "letterSpacing": {
615
+ "name": "--vkui--font_caption2_caps--letter_spacing--regular",
616
+ "value": "var(--vkui--font_caption2_caps--letter_spacing--regular, 0.3px)"
617
+ },
618
+ "fontFamily": {
619
+ "name": "--vkui--font_caption2_caps--font_family--regular",
620
+ "value": "var(--vkui--font_caption2_caps--font_family--regular, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
621
+ },
622
+ "fontWeight": {
623
+ "name": "--vkui--font_caption2_caps--font_weight--regular",
624
+ "value": "var(--vkui--font_caption2_caps--font_weight--regular, 600)"
625
+ },
626
+ "textTransform": {
627
+ "name": "--vkui--font_caption2_caps--text_transform--regular",
628
+ "value": "var(--vkui--font_caption2_caps--text_transform--regular, uppercase)"
629
+ }
630
+ }
631
+ },
632
+ "fontCaption3": {
633
+ "auto": {
634
+ "fontSize": {
635
+ "name": "--vkui--font_caption3--font_size",
636
+ "value": "var(--vkui--font_caption3--font_size)"
637
+ },
638
+ "lineHeight": {
639
+ "name": "--vkui--font_caption3--line_height",
640
+ "value": "var(--vkui--font_caption3--line_height)"
641
+ },
642
+ "letterSpacing": {
643
+ "name": "--vkui--font_caption3--letter_spacing",
644
+ "value": "var(--vkui--font_caption3--letter_spacing)"
645
+ },
646
+ "fontFamily": {
647
+ "name": "--vkui--font_caption3--font_family",
648
+ "value": "var(--vkui--font_caption3--font_family)"
649
+ },
650
+ "fontWeight": {
651
+ "name": "--vkui--font_caption3--font_weight",
652
+ "value": "var(--vkui--font_caption3--font_weight)"
653
+ }
654
+ },
655
+ "regular": {
656
+ "fontSize": {
657
+ "name": "--vkui--font_caption3--font_size--regular",
658
+ "value": "var(--vkui--font_caption3--font_size--regular, 9px)"
659
+ },
660
+ "lineHeight": {
661
+ "name": "--vkui--font_caption3--line_height--regular",
662
+ "value": "var(--vkui--font_caption3--line_height--regular, 12px)"
663
+ },
664
+ "letterSpacing": {
665
+ "name": "--vkui--font_caption3--letter_spacing--regular",
666
+ "value": "var(--vkui--font_caption3--letter_spacing--regular, 0.18px)"
667
+ },
668
+ "fontFamily": {
669
+ "name": "--vkui--font_caption3--font_family--regular",
670
+ "value": "var(--vkui--font_caption3--font_family--regular, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
671
+ },
672
+ "fontWeight": {
673
+ "name": "--vkui--font_caption3--font_weight--regular",
674
+ "value": "var(--vkui--font_caption3--font_weight--regular, 400)"
675
+ }
676
+ }
677
+ },
678
+ "fontCaption3Caps": {
679
+ "auto": {
680
+ "fontSize": {
681
+ "name": "--vkui--font_caption3_caps--font_size",
682
+ "value": "var(--vkui--font_caption3_caps--font_size)"
683
+ },
684
+ "lineHeight": {
685
+ "name": "--vkui--font_caption3_caps--line_height",
686
+ "value": "var(--vkui--font_caption3_caps--line_height)"
687
+ },
688
+ "letterSpacing": {
689
+ "name": "--vkui--font_caption3_caps--letter_spacing",
690
+ "value": "var(--vkui--font_caption3_caps--letter_spacing)"
691
+ },
692
+ "fontFamily": {
693
+ "name": "--vkui--font_caption3_caps--font_family",
694
+ "value": "var(--vkui--font_caption3_caps--font_family)"
695
+ },
696
+ "fontWeight": {
697
+ "name": "--vkui--font_caption3_caps--font_weight",
698
+ "value": "var(--vkui--font_caption3_caps--font_weight)"
699
+ },
700
+ "textTransform": {
701
+ "name": "--vkui--font_caption3_caps--text_transform",
702
+ "value": "var(--vkui--font_caption3_caps--text_transform)"
703
+ }
704
+ },
705
+ "regular": {
706
+ "fontSize": {
707
+ "name": "--vkui--font_caption3_caps--font_size--regular",
708
+ "value": "var(--vkui--font_caption3_caps--font_size--regular, 9px)"
709
+ },
710
+ "lineHeight": {
711
+ "name": "--vkui--font_caption3_caps--line_height--regular",
712
+ "value": "var(--vkui--font_caption3_caps--line_height--regular, 12px)"
713
+ },
714
+ "letterSpacing": {
715
+ "name": "--vkui--font_caption3_caps--letter_spacing--regular",
716
+ "value": "var(--vkui--font_caption3_caps--letter_spacing--regular, 0.3px)"
717
+ },
718
+ "fontFamily": {
719
+ "name": "--vkui--font_caption3_caps--font_family--regular",
720
+ "value": "var(--vkui--font_caption3_caps--font_family--regular, -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif)"
721
+ },
722
+ "fontWeight": {
723
+ "name": "--vkui--font_caption3_caps--font_weight--regular",
724
+ "value": "var(--vkui--font_caption3_caps--font_weight--regular, 600)"
725
+ },
726
+ "textTransform": {
727
+ "name": "--vkui--font_caption3_caps--text_transform--regular",
728
+ "value": "var(--vkui--font_caption3_caps--text_transform--regular, uppercase)"
729
+ }
730
+ }
731
+ },
732
+ "sizeSelectIconPadding": {
733
+ "auto": {
734
+ "name": "--vkui--size_select_icon_padding",
735
+ "value": "var(--vkui--size_select_icon_padding)"
736
+ },
737
+ "regular": {
738
+ "name": "--vkui--size_select_icon_padding--regular",
739
+ "value": "var(--vkui--size_select_icon_padding--regular, 6px)"
740
+ },
741
+ "compact": {
742
+ "name": "--vkui--size_select_icon_padding--compact",
743
+ "value": "var(--vkui--size_select_icon_padding--compact, 7px)"
744
+ }
745
+ },
746
+ "sizePopupBasePadding": {
747
+ "auto": {
748
+ "name": "--vkui--size_popup_base_padding",
749
+ "value": "var(--vkui--size_popup_base_padding)"
750
+ },
751
+ "regular": {
752
+ "name": "--vkui--size_popup_base_padding--regular",
753
+ "value": "var(--vkui--size_popup_base_padding--regular, 32px)"
754
+ },
755
+ "compact": {
756
+ "name": "--vkui--size_popup_base_padding--compact",
757
+ "value": "var(--vkui--size_popup_base_padding--compact, 20px)"
758
+ }
759
+ },
760
+ "sizePopupHeaderPadding": {
761
+ "auto": {
762
+ "name": "--vkui--size_popup_header_padding",
763
+ "value": "var(--vkui--size_popup_header_padding)"
764
+ },
765
+ "regular": {
766
+ "name": "--vkui--size_popup_header_padding--regular",
767
+ "value": "var(--vkui--size_popup_header_padding--regular, 24px)"
768
+ },
769
+ "compact": {
770
+ "name": "--vkui--size_popup_header_padding--compact",
771
+ "value": "var(--vkui--size_popup_header_padding--compact, 16px)"
772
+ }
773
+ },
774
+ "sizeLabelHorizontalMargin": {
775
+ "auto": {
776
+ "name": "--vkui--size_label_horizontal_margin",
777
+ "value": "var(--vkui--size_label_horizontal_margin)"
778
+ },
779
+ "regular": {
780
+ "name": "--vkui--size_label_horizontal_margin--regular",
781
+ "value": "var(--vkui--size_label_horizontal_margin--regular, 16px)"
782
+ }
783
+ },
784
+ "sizeBorderRadius": {
785
+ "auto": {
786
+ "name": "--vkui--size_border_radius",
787
+ "value": "var(--vkui--size_border_radius)"
788
+ },
789
+ "regular": {
790
+ "name": "--vkui--size_border_radius--regular",
791
+ "value": "var(--vkui--size_border_radius--regular, 4px)"
792
+ }
793
+ },
794
+ "sizeCheckBorderRadius": {
795
+ "auto": {
796
+ "name": "--vkui--size_check_border_radius",
797
+ "value": "var(--vkui--size_check_border_radius)"
798
+ },
799
+ "regular": {
800
+ "name": "--vkui--size_check_border_radius--regular",
801
+ "value": "var(--vkui--size_check_border_radius--regular, 4px)"
802
+ }
803
+ },
804
+ "sizeBorderRadiusPaper": {
805
+ "auto": {
806
+ "name": "--vkui--size_border_radius_paper",
807
+ "value": "var(--vkui--size_border_radius_paper)"
808
+ },
809
+ "regular": {
810
+ "name": "--vkui--size_border_radius_paper--regular",
811
+ "value": "var(--vkui--size_border_radius_paper--regular, 12px)"
812
+ }
813
+ },
814
+ "sizeBorderRadiusPromo": {
815
+ "auto": {
816
+ "name": "--vkui--size_border_radius_promo",
817
+ "value": "var(--vkui--size_border_radius_promo)"
818
+ },
819
+ "regular": {
820
+ "name": "--vkui--size_border_radius_promo--regular",
821
+ "value": "var(--vkui--size_border_radius_promo--regular, 20px)"
822
+ }
823
+ },
824
+ "sizeFieldHeight": {
825
+ "auto": {
826
+ "name": "--vkui--size_field_height",
827
+ "value": "var(--vkui--size_field_height)"
828
+ },
829
+ "regular": {
830
+ "name": "--vkui--size_field_height--regular",
831
+ "value": "var(--vkui--size_field_height--regular, 44px)"
832
+ },
833
+ "compact": {
834
+ "name": "--vkui--size_field_height--compact",
835
+ "value": "var(--vkui--size_field_height--compact, 36px)"
836
+ }
837
+ },
838
+ "sizeButtonLargeHeight": {
839
+ "auto": {
840
+ "name": "--vkui--size_button_large_height",
841
+ "value": "var(--vkui--size_button_large_height)"
842
+ },
843
+ "regular": {
844
+ "name": "--vkui--size_button_large_height--regular",
845
+ "value": "var(--vkui--size_button_large_height--regular, 44px)"
846
+ },
847
+ "compact": {
848
+ "name": "--vkui--size_button_large_height--compact",
849
+ "value": "var(--vkui--size_button_large_height--compact, 36px)"
850
+ }
851
+ },
852
+ "sizeButtonMediumHeight": {
853
+ "auto": {
854
+ "name": "--vkui--size_button_medium_height",
855
+ "value": "var(--vkui--size_button_medium_height)"
856
+ },
857
+ "regular": {
858
+ "name": "--vkui--size_button_medium_height--regular",
859
+ "value": "var(--vkui--size_button_medium_height--regular, 36px)"
860
+ },
861
+ "compact": {
862
+ "name": "--vkui--size_button_medium_height--compact",
863
+ "value": "var(--vkui--size_button_medium_height--compact, 32px)"
864
+ }
865
+ },
866
+ "sizeButtonSmallHeight": {
867
+ "auto": {
868
+ "name": "--vkui--size_button_small_height",
869
+ "value": "var(--vkui--size_button_small_height)"
870
+ },
871
+ "regular": {
872
+ "name": "--vkui--size_button_small_height--regular",
873
+ "value": "var(--vkui--size_button_small_height--regular, 30px)"
874
+ },
875
+ "compact": {
876
+ "name": "--vkui--size_button_small_height--compact",
877
+ "value": "var(--vkui--size_button_small_height--compact, 28px)"
878
+ }
879
+ },
880
+ "sizeCheckbox": {
881
+ "auto": {
882
+ "name": "--vkui--size_checkbox",
883
+ "value": "var(--vkui--size_checkbox)"
884
+ },
885
+ "regular": {
886
+ "name": "--vkui--size_checkbox--regular",
887
+ "value": "var(--vkui--size_checkbox--regular, 16px)"
888
+ }
889
+ },
890
+ "sizeArrow": {
891
+ "auto": {
892
+ "name": "--vkui--size_arrow",
893
+ "value": "var(--vkui--size_arrow)"
894
+ },
895
+ "regular": {
896
+ "name": "--vkui--size_arrow--regular",
897
+ "value": "var(--vkui--size_arrow--regular, 8px)"
898
+ }
899
+ },
900
+ "sizeArrowPromo": {
901
+ "auto": {
902
+ "name": "--vkui--size_arrow_promo",
903
+ "value": "var(--vkui--size_arrow_promo)"
904
+ },
905
+ "regular": {
906
+ "name": "--vkui--size_arrow_promo--regular",
907
+ "value": "var(--vkui--size_arrow_promo--regular, 40px)"
908
+ }
909
+ },
910
+ "sizePopupSmall": {
911
+ "auto": {
912
+ "name": "--vkui--size_popup_small",
913
+ "value": "var(--vkui--size_popup_small)"
914
+ },
915
+ "regular": {
916
+ "name": "--vkui--size_popup_small--regular",
917
+ "value": "var(--vkui--size_popup_small--regular, 420px)"
918
+ }
919
+ },
920
+ "sizePopupMedium": {
921
+ "auto": {
922
+ "name": "--vkui--size_popup_medium",
923
+ "value": "var(--vkui--size_popup_medium)"
924
+ },
925
+ "regular": {
926
+ "name": "--vkui--size_popup_medium--regular",
927
+ "value": "var(--vkui--size_popup_medium--regular, 680px)"
928
+ }
929
+ },
930
+ "sizePopupLarge": {
931
+ "auto": {
932
+ "name": "--vkui--size_popup_large",
933
+ "value": "var(--vkui--size_popup_large)"
934
+ },
935
+ "regular": {
936
+ "name": "--vkui--size_popup_large--regular",
937
+ "value": "var(--vkui--size_popup_large--regular, 880px)"
938
+ }
939
+ },
940
+ "sizeFieldHorizontalPadding": {
941
+ "auto": {
942
+ "name": "--vkui--size_field_horizontal_padding",
943
+ "value": "var(--vkui--size_field_horizontal_padding)"
944
+ },
945
+ "regular": {
946
+ "name": "--vkui--size_field_horizontal_padding--regular",
947
+ "value": "var(--vkui--size_field_horizontal_padding--regular, 12px)"
948
+ }
949
+ },
950
+ "sizeButtonPaddingHorizontal": {
951
+ "auto": {
952
+ "name": "--vkui--size_button_padding_horizontal",
953
+ "value": "var(--vkui--size_button_padding_horizontal)"
954
+ },
955
+ "regular": {
956
+ "name": "--vkui--size_button_padding_horizontal--regular",
957
+ "value": "var(--vkui--size_button_padding_horizontal--regular, 12px)"
958
+ }
959
+ },
960
+ "sizeArrowPadding": {
961
+ "auto": {
962
+ "name": "--vkui--size_arrow_padding",
963
+ "value": "var(--vkui--size_arrow_padding)"
964
+ },
965
+ "regular": {
966
+ "name": "--vkui--size_arrow_padding--regular",
967
+ "value": "var(--vkui--size_arrow_padding--regular, 12px)"
968
+ }
969
+ },
970
+ "sizeTooltipMargin": {
971
+ "auto": {
972
+ "name": "--vkui--size_tooltip_margin",
973
+ "value": "var(--vkui--size_tooltip_margin)"
974
+ },
975
+ "regular": {
976
+ "name": "--vkui--size_tooltip_margin--regular",
977
+ "value": "var(--vkui--size_tooltip_margin--regular, 8px)"
978
+ }
979
+ },
980
+ "sizeIconUI": {
981
+ "auto": {
982
+ "name": "--vkui--size_icon_u_i",
983
+ "value": "var(--vkui--size_icon_u_i)"
984
+ },
985
+ "regular": {
986
+ "name": "--vkui--size_icon_u_i--regular",
987
+ "value": "var(--vkui--size_icon_u_i--regular, 16px)"
988
+ }
989
+ },
990
+ "sizeAvatarXS": {
991
+ "auto": {
992
+ "name": "--vkui--size_avatar_x_s",
993
+ "value": "var(--vkui--size_avatar_x_s)"
994
+ },
995
+ "regular": {
996
+ "name": "--vkui--size_avatar_x_s--regular",
997
+ "value": "var(--vkui--size_avatar_x_s--regular, 24px)"
998
+ }
999
+ },
1000
+ "sizeAvatarS": {
1001
+ "auto": {
1002
+ "name": "--vkui--size_avatar_s",
1003
+ "value": "var(--vkui--size_avatar_s)"
1004
+ },
1005
+ "regular": {
1006
+ "name": "--vkui--size_avatar_s--regular",
1007
+ "value": "var(--vkui--size_avatar_s--regular, 32px)"
1008
+ }
1009
+ },
1010
+ "sizeAvatarM": {
1011
+ "auto": {
1012
+ "name": "--vkui--size_avatar_m",
1013
+ "value": "var(--vkui--size_avatar_m)"
1014
+ },
1015
+ "regular": {
1016
+ "name": "--vkui--size_avatar_m--regular",
1017
+ "value": "var(--vkui--size_avatar_m--regular, 48px)"
1018
+ }
1019
+ },
1020
+ "sizeAvatarL": {
1021
+ "auto": {
1022
+ "name": "--vkui--size_avatar_l",
1023
+ "value": "var(--vkui--size_avatar_l)"
1024
+ },
1025
+ "regular": {
1026
+ "name": "--vkui--size_avatar_l--regular",
1027
+ "value": "var(--vkui--size_avatar_l--regular, 96px)"
1028
+ }
1029
+ },
1030
+ "sizeAvatarXL": {
1031
+ "auto": {
1032
+ "name": "--vkui--size_avatar_x_l",
1033
+ "value": "var(--vkui--size_avatar_x_l)"
1034
+ },
1035
+ "regular": {
1036
+ "name": "--vkui--size_avatar_x_l--regular",
1037
+ "value": "var(--vkui--size_avatar_x_l--regular, 128px)"
1038
+ }
1039
+ },
1040
+ "sizeBadgeXS": {
1041
+ "auto": {
1042
+ "name": "--vkui--size_badge_x_s",
1043
+ "value": "var(--vkui--size_badge_x_s)"
1044
+ },
1045
+ "regular": {
1046
+ "name": "--vkui--size_badge_x_s--regular",
1047
+ "value": "var(--vkui--size_badge_x_s--regular, 12px)"
1048
+ }
1049
+ },
1050
+ "sizeBadgeS": {
1051
+ "auto": {
1052
+ "name": "--vkui--size_badge_s",
1053
+ "value": "var(--vkui--size_badge_s)"
1054
+ },
1055
+ "regular": {
1056
+ "name": "--vkui--size_badge_s--regular",
1057
+ "value": "var(--vkui--size_badge_s--regular, 16px)"
1058
+ }
1059
+ },
1060
+ "sizeBadgeM": {
1061
+ "auto": {
1062
+ "name": "--vkui--size_badge_m",
1063
+ "value": "var(--vkui--size_badge_m)"
1064
+ },
1065
+ "regular": {
1066
+ "name": "--vkui--size_badge_m--regular",
1067
+ "value": "var(--vkui--size_badge_m--regular, 24px)"
1068
+ }
1069
+ },
1070
+ "sizeBadgeL": {
1071
+ "auto": {
1072
+ "name": "--vkui--size_badge_l",
1073
+ "value": "var(--vkui--size_badge_l)"
1074
+ },
1075
+ "regular": {
1076
+ "name": "--vkui--size_badge_l--regular",
1077
+ "value": "var(--vkui--size_badge_l--regular, 44px)"
1078
+ }
1079
+ },
1080
+ "sizeBadgeXL": {
1081
+ "auto": {
1082
+ "name": "--vkui--size_badge_x_l",
1083
+ "value": "var(--vkui--size_badge_x_l)"
1084
+ },
1085
+ "regular": {
1086
+ "name": "--vkui--size_badge_x_l--regular",
1087
+ "value": "var(--vkui--size_badge_x_l--regular, 56px)"
1088
+ }
1089
+ },
1090
+ "sizeCardgridPadding": {
1091
+ "auto": {
1092
+ "name": "--vkui--size_cardgrid_padding",
1093
+ "value": "var(--vkui--size_cardgrid_padding)"
1094
+ },
1095
+ "regular": {
1096
+ "name": "--vkui--size_cardgrid_padding--regular",
1097
+ "value": "var(--vkui--size_cardgrid_padding--regular, 8px)"
1098
+ }
1099
+ },
1100
+ "sizeCardBorderRadius": {
1101
+ "auto": {
1102
+ "name": "--vkui--size_card_border_radius",
1103
+ "value": "var(--vkui--size_card_border_radius)"
1104
+ },
1105
+ "regular": {
1106
+ "name": "--vkui--size_card_border_radius--regular",
1107
+ "value": "var(--vkui--size_card_border_radius--regular, 8px)"
1108
+ }
1109
+ },
1110
+ "sizeCardgridPaddingVertical": {
1111
+ "auto": {
1112
+ "name": "--vkui--size_cardgrid_padding_vertical",
1113
+ "value": "var(--vkui--size_cardgrid_padding_vertical)"
1114
+ },
1115
+ "regular": {
1116
+ "name": "--vkui--size_cardgrid_padding_vertical--regular",
1117
+ "value": "var(--vkui--size_cardgrid_padding_vertical--regular, 8px)"
1118
+ }
1119
+ },
1120
+ "sizeBasePaddingHorizontal": {
1121
+ "auto": {
1122
+ "name": "--vkui--size_base_padding_horizontal",
1123
+ "value": "var(--vkui--size_base_padding_horizontal)"
1124
+ },
1125
+ "regular": {
1126
+ "name": "--vkui--size_base_padding_horizontal--regular",
1127
+ "value": "var(--vkui--size_base_padding_horizontal--regular, 16px)"
1128
+ }
1129
+ },
1130
+ "elevation1": {
1131
+ "name": "--vkui--elevation1",
1132
+ "value": "var(--vkui--elevation1, 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06))"
1133
+ },
1134
+ "elevation2": {
1135
+ "name": "--vkui--elevation2",
1136
+ "value": "var(--vkui--elevation2, 0px 0px 2px rgba(0, 0, 0, 0.04), 0px 4px 4px rgba(0, 0, 0, 0.08))"
1137
+ },
1138
+ "elevation3": {
1139
+ "name": "--vkui--elevation3",
1140
+ "value": "var(--vkui--elevation3, 0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 8px rgba(0, 0, 0, 0.16))"
1141
+ },
1142
+ "elevation4": {
1143
+ "name": "--vkui--elevation4",
1144
+ "value": "var(--vkui--elevation4, 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16))"
1145
+ },
1146
+ "animationDurationL": {
1147
+ "name": "--vkui--animation_duration_l",
1148
+ "value": "var(--vkui--animation_duration_l, 0.4s)"
1149
+ },
1150
+ "animationDurationM": {
1151
+ "name": "--vkui--animation_duration_m",
1152
+ "value": "var(--vkui--animation_duration_m, 0.2s)"
1153
+ },
1154
+ "animationDurationS": {
1155
+ "name": "--vkui--animation_duration_s",
1156
+ "value": "var(--vkui--animation_duration_s, 0.1s)"
1157
+ },
1158
+ "animationEasingDefault": {
1159
+ "name": "--vkui--animation_easing_default",
1160
+ "value": "var(--vkui--animation_easing_default, cubic-bezier(0.3, 0.3, 0.5, 1))"
1161
+ },
1162
+ "opacityDisable": {
1163
+ "name": "--vkui--opacity_disable",
1164
+ "value": "var(--vkui--opacity_disable, 0.4)"
1165
+ },
1166
+ "opacityDisableAccessibility": {
1167
+ "name": "--vkui--opacity_disable_accessibility",
1168
+ "value": "var(--vkui--opacity_disable_accessibility, 0.64)"
1169
+ },
1170
+ "colorsScheme": {
1171
+ "name": "--vkui--colors_scheme",
1172
+ "value": "var(--vkui--colors_scheme, dark)"
1173
+ },
1174
+ "colorBackgroundAccent": {
1175
+ "normal": {
1176
+ "name": "--vkui--color_background_accent",
1177
+ "value": "var(--vkui--color_background_accent, #529EF4)"
1178
+ },
1179
+ "hover": {
1180
+ "name": "--vkui--color_background_accent--hover",
1181
+ "value": "var(--vkui--color_background_accent--hover, #59A2F4)"
1182
+ },
1183
+ "active": {
1184
+ "name": "--vkui--color_background_accent--active",
1185
+ "value": "var(--vkui--color_background_accent--active, #60A6F5)"
1186
+ }
1187
+ },
1188
+ "colorBackgroundAccentThemed": {
1189
+ "normal": {
1190
+ "name": "--vkui--color_background_accent_themed",
1191
+ "value": "var(--vkui--color_background_accent_themed, #FFFFFF)"
1192
+ },
1193
+ "hover": {
1194
+ "name": "--vkui--color_background_accent_themed--hover",
1195
+ "value": "var(--vkui--color_background_accent_themed--hover, #FFFFFF)"
1196
+ },
1197
+ "active": {
1198
+ "name": "--vkui--color_background_accent_themed--active",
1199
+ "value": "var(--vkui--color_background_accent_themed--active, #FFFFFF)"
1200
+ }
1201
+ },
1202
+ "colorBackgroundAccentAlternative": {
1203
+ "normal": {
1204
+ "name": "--vkui--color_background_accent_alternative",
1205
+ "value": "var(--vkui--color_background_accent_alternative, #529EF4)"
1206
+ },
1207
+ "hover": {
1208
+ "name": "--vkui--color_background_accent_alternative--hover",
1209
+ "value": "var(--vkui--color_background_accent_alternative--hover, #59A2F4)"
1210
+ },
1211
+ "active": {
1212
+ "name": "--vkui--color_background_accent_alternative--active",
1213
+ "value": "var(--vkui--color_background_accent_alternative--active, #60A6F5)"
1214
+ }
1215
+ },
1216
+ "colorIconAccent": {
1217
+ "normal": {
1218
+ "name": "--vkui--color_icon_accent",
1219
+ "value": "var(--vkui--color_icon_accent, #529EF4)"
1220
+ },
1221
+ "hover": {
1222
+ "name": "--vkui--color_icon_accent--hover",
1223
+ "value": "var(--vkui--color_icon_accent--hover, #59A2F4)"
1224
+ },
1225
+ "active": {
1226
+ "name": "--vkui--color_icon_accent--active",
1227
+ "value": "var(--vkui--color_icon_accent--active, #60A6F5)"
1228
+ }
1229
+ },
1230
+ "colorTextAccent": {
1231
+ "normal": {
1232
+ "name": "--vkui--color_text_accent",
1233
+ "value": "var(--vkui--color_text_accent, #529EF4)"
1234
+ },
1235
+ "hover": {
1236
+ "name": "--vkui--color_text_accent--hover",
1237
+ "value": "var(--vkui--color_text_accent--hover, #59A2F4)"
1238
+ },
1239
+ "active": {
1240
+ "name": "--vkui--color_text_accent--active",
1241
+ "value": "var(--vkui--color_text_accent--active, #60A6F5)"
1242
+ }
1243
+ },
1244
+ "colorTextAccentThemed": {
1245
+ "normal": {
1246
+ "name": "--vkui--color_text_accent_themed",
1247
+ "value": "var(--vkui--color_text_accent_themed, #FFFFFF)"
1248
+ },
1249
+ "hover": {
1250
+ "name": "--vkui--color_text_accent_themed--hover",
1251
+ "value": "var(--vkui--color_text_accent_themed--hover, #FFFFFF)"
1252
+ },
1253
+ "active": {
1254
+ "name": "--vkui--color_text_accent_themed--active",
1255
+ "value": "var(--vkui--color_text_accent_themed--active, #FFFFFF)"
1256
+ }
1257
+ },
1258
+ "colorStrokeAccent": {
1259
+ "normal": {
1260
+ "name": "--vkui--color_stroke_accent",
1261
+ "value": "var(--vkui--color_stroke_accent, #529EF4)"
1262
+ },
1263
+ "hover": {
1264
+ "name": "--vkui--color_stroke_accent--hover",
1265
+ "value": "var(--vkui--color_stroke_accent--hover, #59A2F4)"
1266
+ },
1267
+ "active": {
1268
+ "name": "--vkui--color_stroke_accent--active",
1269
+ "value": "var(--vkui--color_stroke_accent--active, #60A6F5)"
1270
+ }
1271
+ },
1272
+ "colorStrokeAccentThemed": {
1273
+ "normal": {
1274
+ "name": "--vkui--color_stroke_accent_themed",
1275
+ "value": "var(--vkui--color_stroke_accent_themed, #FFFFFF)"
1276
+ },
1277
+ "hover": {
1278
+ "name": "--vkui--color_stroke_accent_themed--hover",
1279
+ "value": "var(--vkui--color_stroke_accent_themed--hover, #FFFFFF)"
1280
+ },
1281
+ "active": {
1282
+ "name": "--vkui--color_stroke_accent_themed--active",
1283
+ "value": "var(--vkui--color_stroke_accent_themed--active, #FFFFFF)"
1284
+ }
1285
+ },
1286
+ "colorStrokeContrast": {
1287
+ "normal": {
1288
+ "name": "--vkui--color_stroke_contrast",
1289
+ "value": "var(--vkui--color_stroke_contrast, #FFFFFF)"
1290
+ },
1291
+ "hover": {
1292
+ "name": "--vkui--color_stroke_contrast--hover",
1293
+ "value": "var(--vkui--color_stroke_contrast--hover, #FFFFFF)"
1294
+ },
1295
+ "active": {
1296
+ "name": "--vkui--color_stroke_contrast--active",
1297
+ "value": "var(--vkui--color_stroke_contrast--active, #FFFFFF)"
1298
+ }
1299
+ },
1300
+ "colorActionSheetText": {
1301
+ "normal": {
1302
+ "name": "--vkui--color_action_sheet_text",
1303
+ "value": "var(--vkui--color_action_sheet_text, #529EF4)"
1304
+ },
1305
+ "hover": {
1306
+ "name": "--vkui--color_action_sheet_text--hover",
1307
+ "value": "var(--vkui--color_action_sheet_text--hover, #59A2F4)"
1308
+ },
1309
+ "active": {
1310
+ "name": "--vkui--color_action_sheet_text--active",
1311
+ "value": "var(--vkui--color_action_sheet_text--active, #60A6F5)"
1312
+ }
1313
+ },
1314
+ "colorBackgroundContent": {
1315
+ "normal": {
1316
+ "name": "--vkui--color_background_content",
1317
+ "value": "var(--vkui--color_background_content, #19191A)"
1318
+ },
1319
+ "hover": {
1320
+ "name": "--vkui--color_background_content--hover",
1321
+ "value": "var(--vkui--color_background_content--hover, #222223)"
1322
+ },
1323
+ "active": {
1324
+ "name": "--vkui--color_background_content--active",
1325
+ "value": "var(--vkui--color_background_content--active, #2B2B2C)"
1326
+ }
1327
+ },
1328
+ "colorBackgroundSecondary": {
1329
+ "normal": {
1330
+ "name": "--vkui--color_background_secondary",
1331
+ "value": "var(--vkui--color_background_secondary, #232324)"
1332
+ },
1333
+ "hover": {
1334
+ "name": "--vkui--color_background_secondary--hover",
1335
+ "value": "var(--vkui--color_background_secondary--hover, #2C2C2D)"
1336
+ },
1337
+ "active": {
1338
+ "name": "--vkui--color_background_secondary--active",
1339
+ "value": "var(--vkui--color_background_secondary--active, #353536)"
1340
+ }
1341
+ },
1342
+ "colorBackgroundSecondaryAlpha": {
1343
+ "normal": {
1344
+ "name": "--vkui--color_background_secondary_alpha",
1345
+ "value": "var(--vkui--color_background_secondary_alpha, rgba(255, 255, 255, 0.04))"
1346
+ },
1347
+ "hover": {
1348
+ "name": "--vkui--color_background_secondary_alpha--hover",
1349
+ "value": "var(--vkui--color_background_secondary_alpha--hover, rgba(255, 255, 255, 0.08))"
1350
+ },
1351
+ "active": {
1352
+ "name": "--vkui--color_background_secondary_alpha--active",
1353
+ "value": "var(--vkui--color_background_secondary_alpha--active, rgba(255, 255, 255, 0.12))"
1354
+ }
1355
+ },
1356
+ "colorBackgroundTertiary": {
1357
+ "normal": {
1358
+ "name": "--vkui--color_background_tertiary",
1359
+ "value": "var(--vkui--color_background_tertiary, #202021)"
1360
+ },
1361
+ "hover": {
1362
+ "name": "--vkui--color_background_tertiary--hover",
1363
+ "value": "var(--vkui--color_background_tertiary--hover, #29292A)"
1364
+ },
1365
+ "active": {
1366
+ "name": "--vkui--color_background_tertiary--active",
1367
+ "value": "var(--vkui--color_background_tertiary--active, #323233)"
1368
+ }
1369
+ },
1370
+ "colorBackground": {
1371
+ "normal": {
1372
+ "name": "--vkui--color_background",
1373
+ "value": "var(--vkui--color_background, #0A0A0A)"
1374
+ },
1375
+ "hover": {
1376
+ "name": "--vkui--color_background--hover",
1377
+ "value": "var(--vkui--color_background--hover, #141414)"
1378
+ },
1379
+ "active": {
1380
+ "name": "--vkui--color_background--active",
1381
+ "value": "var(--vkui--color_background--active, #1E1E1E)"
1382
+ }
1383
+ },
1384
+ "colorBackgroundContrast": {
1385
+ "normal": {
1386
+ "name": "--vkui--color_background_contrast",
1387
+ "value": "var(--vkui--color_background_contrast, #FFFFFF)"
1388
+ },
1389
+ "hover": {
1390
+ "name": "--vkui--color_background_contrast--hover",
1391
+ "value": "var(--vkui--color_background_contrast--hover, #FFFFFF)"
1392
+ },
1393
+ "active": {
1394
+ "name": "--vkui--color_background_contrast--active",
1395
+ "value": "var(--vkui--color_background_contrast--active, #FFFFFF)"
1396
+ }
1397
+ },
1398
+ "colorBackgroundContrastSecondaryAlpha": {
1399
+ "normal": {
1400
+ "name": "--vkui--color_background_contrast_secondary_alpha",
1401
+ "value": "var(--vkui--color_background_contrast_secondary_alpha, rgba(255, 255, 255, 0.20))"
1402
+ },
1403
+ "hover": {
1404
+ "name": "--vkui--color_background_contrast_secondary_alpha--hover",
1405
+ "value": "var(--vkui--color_background_contrast_secondary_alpha--hover, rgba(255, 255, 255, 0.24))"
1406
+ },
1407
+ "active": {
1408
+ "name": "--vkui--color_background_contrast_secondary_alpha--active",
1409
+ "value": "var(--vkui--color_background_contrast_secondary_alpha--active, rgba(255, 255, 255, 0.28))"
1410
+ }
1411
+ },
1412
+ "colorBackgroundWarning": {
1413
+ "normal": {
1414
+ "name": "--vkui--color_background_warning",
1415
+ "value": "var(--vkui--color_background_warning, #6C4A00)"
1416
+ },
1417
+ "hover": {
1418
+ "name": "--vkui--color_background_warning--hover",
1419
+ "value": "var(--vkui--color_background_warning--hover, #72510A)"
1420
+ },
1421
+ "active": {
1422
+ "name": "--vkui--color_background_warning--active",
1423
+ "value": "var(--vkui--color_background_warning--active, #785814)"
1424
+ }
1425
+ },
1426
+ "colorBackgroundNegative": {
1427
+ "normal": {
1428
+ "name": "--vkui--color_background_negative",
1429
+ "value": "var(--vkui--color_background_negative, #E64646)"
1430
+ },
1431
+ "hover": {
1432
+ "name": "--vkui--color_background_negative--hover",
1433
+ "value": "var(--vkui--color_background_negative--hover, #E74D4D)"
1434
+ },
1435
+ "active": {
1436
+ "name": "--vkui--color_background_negative--active",
1437
+ "value": "var(--vkui--color_background_negative--active, #E85555)"
1438
+ }
1439
+ },
1440
+ "colorBackgroundNegativeTint": {
1441
+ "normal": {
1442
+ "name": "--vkui--color_background_negative_tint",
1443
+ "value": "var(--vkui--color_background_negative_tint, #522E2E)"
1444
+ },
1445
+ "hover": {
1446
+ "name": "--vkui--color_background_negative_tint--hover",
1447
+ "value": "var(--vkui--color_background_negative_tint--hover, #593636)"
1448
+ },
1449
+ "active": {
1450
+ "name": "--vkui--color_background_negative_tint--active",
1451
+ "value": "var(--vkui--color_background_negative_tint--active, #603F3F)"
1452
+ }
1453
+ },
1454
+ "colorTextNegative": {
1455
+ "normal": {
1456
+ "name": "--vkui--color_text_negative",
1457
+ "value": "var(--vkui--color_text_negative, #E64646)"
1458
+ },
1459
+ "hover": {
1460
+ "name": "--vkui--color_text_negative--hover",
1461
+ "value": "var(--vkui--color_text_negative--hover, #E74D4D)"
1462
+ },
1463
+ "active": {
1464
+ "name": "--vkui--color_text_negative--active",
1465
+ "value": "var(--vkui--color_text_negative--active, #E85555)"
1466
+ }
1467
+ },
1468
+ "colorIconNegative": {
1469
+ "normal": {
1470
+ "name": "--vkui--color_icon_negative",
1471
+ "value": "var(--vkui--color_icon_negative, #E64646)"
1472
+ },
1473
+ "hover": {
1474
+ "name": "--vkui--color_icon_negative--hover",
1475
+ "value": "var(--vkui--color_icon_negative--hover, #E74D4D)"
1476
+ },
1477
+ "active": {
1478
+ "name": "--vkui--color_icon_negative--active",
1479
+ "value": "var(--vkui--color_icon_negative--active, #E85555)"
1480
+ }
1481
+ },
1482
+ "colorStrokeNegative": {
1483
+ "normal": {
1484
+ "name": "--vkui--color_stroke_negative",
1485
+ "value": "var(--vkui--color_stroke_negative, #E64646)"
1486
+ },
1487
+ "hover": {
1488
+ "name": "--vkui--color_stroke_negative--hover",
1489
+ "value": "var(--vkui--color_stroke_negative--hover, #E74D4D)"
1490
+ },
1491
+ "active": {
1492
+ "name": "--vkui--color_stroke_negative--active",
1493
+ "value": "var(--vkui--color_stroke_negative--active, #E85555)"
1494
+ }
1495
+ },
1496
+ "colorHeaderBackground": {
1497
+ "normal": {
1498
+ "name": "--vkui--color_header_background",
1499
+ "value": "var(--vkui--color_header_background, #19191A)"
1500
+ },
1501
+ "hover": {
1502
+ "name": "--vkui--color_header_background--hover",
1503
+ "value": "var(--vkui--color_header_background--hover, #222223)"
1504
+ },
1505
+ "active": {
1506
+ "name": "--vkui--color_header_background--active",
1507
+ "value": "var(--vkui--color_header_background--active, #2B2B2C)"
1508
+ }
1509
+ },
1510
+ "colorPanelHeaderIcon": {
1511
+ "normal": {
1512
+ "name": "--vkui--color_panel_header_icon",
1513
+ "value": "var(--vkui--color_panel_header_icon, #71AAEB)"
1514
+ },
1515
+ "hover": {
1516
+ "name": "--vkui--color_panel_header_icon--hover",
1517
+ "value": "var(--vkui--color_panel_header_icon--hover, #77ADEC)"
1518
+ },
1519
+ "active": {
1520
+ "name": "--vkui--color_panel_header_icon--active",
1521
+ "value": "var(--vkui--color_panel_header_icon--active, #7CB1ED)"
1522
+ }
1523
+ },
1524
+ "colorIconPrimary": {
1525
+ "normal": {
1526
+ "name": "--vkui--color_icon_primary",
1527
+ "value": "var(--vkui--color_icon_primary, #E1E3E6)"
1528
+ },
1529
+ "hover": {
1530
+ "name": "--vkui--color_icon_primary--hover",
1531
+ "value": "var(--vkui--color_icon_primary--hover, #E2E4E7)"
1532
+ },
1533
+ "active": {
1534
+ "name": "--vkui--color_icon_primary--active",
1535
+ "value": "var(--vkui--color_icon_primary--active, #E3E5E8)"
1536
+ }
1537
+ },
1538
+ "colorIconPrimaryInvariably": {
1539
+ "normal": {
1540
+ "name": "--vkui--color_icon_primary_invariably",
1541
+ "value": "var(--vkui--color_icon_primary_invariably, #2C2D2E)"
1542
+ },
1543
+ "hover": {
1544
+ "name": "--vkui--color_icon_primary_invariably--hover",
1545
+ "value": "var(--vkui--color_icon_primary_invariably--hover, #343536)"
1546
+ },
1547
+ "active": {
1548
+ "name": "--vkui--color_icon_primary_invariably--active",
1549
+ "value": "var(--vkui--color_icon_primary_invariably--active, #3D3E3F)"
1550
+ }
1551
+ },
1552
+ "colorIconMedium": {
1553
+ "normal": {
1554
+ "name": "--vkui--color_icon_medium",
1555
+ "value": "var(--vkui--color_icon_medium, #B0B1B6)"
1556
+ },
1557
+ "hover": {
1558
+ "name": "--vkui--color_icon_medium--hover",
1559
+ "value": "var(--vkui--color_icon_medium--hover, #B3B4B9)"
1560
+ },
1561
+ "active": {
1562
+ "name": "--vkui--color_icon_medium--active",
1563
+ "value": "var(--vkui--color_icon_medium--active, #B6B7BC)"
1564
+ }
1565
+ },
1566
+ "colorIconMediumAlpha": {
1567
+ "normal": {
1568
+ "name": "--vkui--color_icon_medium_alpha",
1569
+ "value": "var(--vkui--color_icon_medium_alpha, rgba(241, 247, 255, 0.66))"
1570
+ },
1571
+ "hover": {
1572
+ "name": "--vkui--color_icon_medium_alpha--hover",
1573
+ "value": "var(--vkui--color_icon_medium_alpha--hover, rgba(241, 247, 255, 0.7000000000000001))"
1574
+ },
1575
+ "active": {
1576
+ "name": "--vkui--color_icon_medium_alpha--active",
1577
+ "value": "var(--vkui--color_icon_medium_alpha--active, rgba(241, 247, 255, 0.74))"
1578
+ }
1579
+ },
1580
+ "colorIconSecondary": {
1581
+ "normal": {
1582
+ "name": "--vkui--color_icon_secondary",
1583
+ "value": "var(--vkui--color_icon_secondary, #76787A)"
1584
+ },
1585
+ "hover": {
1586
+ "name": "--vkui--color_icon_secondary--hover",
1587
+ "value": "var(--vkui--color_icon_secondary--hover, #7B7D7F)"
1588
+ },
1589
+ "active": {
1590
+ "name": "--vkui--color_icon_secondary--active",
1591
+ "value": "var(--vkui--color_icon_secondary--active, #818385)"
1592
+ }
1593
+ },
1594
+ "colorIconSecondaryAlpha": {
1595
+ "normal": {
1596
+ "name": "--vkui--color_icon_secondary_alpha",
1597
+ "value": "var(--vkui--color_icon_secondary_alpha, rgba(0, 0, 0, 0.43))"
1598
+ },
1599
+ "hover": {
1600
+ "name": "--vkui--color_icon_secondary_alpha--hover",
1601
+ "value": "var(--vkui--color_icon_secondary_alpha--hover, rgba(0, 0, 0, 0.47000000000000003))"
1602
+ },
1603
+ "active": {
1604
+ "name": "--vkui--color_icon_secondary_alpha--active",
1605
+ "value": "var(--vkui--color_icon_secondary_alpha--active, rgba(0, 0, 0, 0.51))"
1606
+ }
1607
+ },
1608
+ "colorIconTertiary": {
1609
+ "normal": {
1610
+ "name": "--vkui--color_icon_tertiary",
1611
+ "value": "var(--vkui--color_icon_tertiary, #5D5F61)"
1612
+ },
1613
+ "hover": {
1614
+ "name": "--vkui--color_icon_tertiary--hover",
1615
+ "value": "var(--vkui--color_icon_tertiary--hover, #636567)"
1616
+ },
1617
+ "active": {
1618
+ "name": "--vkui--color_icon_tertiary--active",
1619
+ "value": "var(--vkui--color_icon_tertiary--active, #6A6C6E)"
1620
+ }
1621
+ },
1622
+ "colorIconTertiaryAlpha": {
1623
+ "normal": {
1624
+ "name": "--vkui--color_icon_tertiary_alpha",
1625
+ "value": "var(--vkui--color_icon_tertiary_alpha, rgba(255, 255, 255, 0.3))"
1626
+ },
1627
+ "hover": {
1628
+ "name": "--vkui--color_icon_tertiary_alpha--hover",
1629
+ "value": "var(--vkui--color_icon_tertiary_alpha--hover, rgba(255, 255, 255, 0.34))"
1630
+ },
1631
+ "active": {
1632
+ "name": "--vkui--color_icon_tertiary_alpha--active",
1633
+ "value": "var(--vkui--color_icon_tertiary_alpha--active, rgba(255, 255, 255, 0.38))"
1634
+ }
1635
+ },
1636
+ "colorImageBorderAlpha": {
1637
+ "normal": {
1638
+ "name": "--vkui--color_image_border_alpha",
1639
+ "value": "var(--vkui--color_image_border_alpha, rgba(255, 255, 255, 0.08))"
1640
+ },
1641
+ "hover": {
1642
+ "name": "--vkui--color_image_border_alpha--hover",
1643
+ "value": "var(--vkui--color_image_border_alpha--hover, rgba(255, 255, 255, 0.12))"
1644
+ },
1645
+ "active": {
1646
+ "name": "--vkui--color_image_border_alpha--active",
1647
+ "value": "var(--vkui--color_image_border_alpha--active, rgba(255, 255, 255, 0.16))"
1648
+ }
1649
+ },
1650
+ "colorWriteBarInputBackground": {
1651
+ "normal": {
1652
+ "name": "--vkui--color_write_bar_input_background",
1653
+ "value": "var(--vkui--color_write_bar_input_background, #232324)"
1654
+ },
1655
+ "hover": {
1656
+ "name": "--vkui--color_write_bar_input_background--hover",
1657
+ "value": "var(--vkui--color_write_bar_input_background--hover, #2C2C2D)"
1658
+ },
1659
+ "active": {
1660
+ "name": "--vkui--color_write_bar_input_background--active",
1661
+ "value": "var(--vkui--color_write_bar_input_background--active, #353536)"
1662
+ }
1663
+ },
1664
+ "colorWriteBarInputBorderAlpha": {
1665
+ "normal": {
1666
+ "name": "--vkui--color_write_bar_input_border_alpha",
1667
+ "value": "var(--vkui--color_write_bar_input_border_alpha, rgba(255, 255, 255, 0.8))"
1668
+ },
1669
+ "hover": {
1670
+ "name": "--vkui--color_write_bar_input_border_alpha--hover",
1671
+ "value": "var(--vkui--color_write_bar_input_border_alpha--hover, rgba(255, 255, 255, 0.84))"
1672
+ },
1673
+ "active": {
1674
+ "name": "--vkui--color_write_bar_input_border_alpha--active",
1675
+ "value": "var(--vkui--color_write_bar_input_border_alpha--active, rgba(255, 255, 255, 0.88))"
1676
+ }
1677
+ },
1678
+ "colorTrackBackground": {
1679
+ "normal": {
1680
+ "name": "--vkui--color_track_background",
1681
+ "value": "var(--vkui--color_track_background, #202021)"
1682
+ },
1683
+ "hover": {
1684
+ "name": "--vkui--color_track_background--hover",
1685
+ "value": "var(--vkui--color_track_background--hover, #29292A)"
1686
+ },
1687
+ "active": {
1688
+ "name": "--vkui--color_track_background--active",
1689
+ "value": "var(--vkui--color_track_background--active, #323233)"
1690
+ }
1691
+ },
1692
+ "colorTrackBuffer": {
1693
+ "normal": {
1694
+ "name": "--vkui--color_track_buffer",
1695
+ "value": "var(--vkui--color_track_buffer, #405772)"
1696
+ },
1697
+ "hover": {
1698
+ "name": "--vkui--color_track_buffer--hover",
1699
+ "value": "var(--vkui--color_track_buffer--hover, #485E78)"
1700
+ },
1701
+ "active": {
1702
+ "name": "--vkui--color_track_buffer--active",
1703
+ "value": "var(--vkui--color_track_buffer--active, #4F647D)"
1704
+ }
1705
+ },
1706
+ "colorBackgroundModal": {
1707
+ "normal": {
1708
+ "name": "--vkui--color_background_modal",
1709
+ "value": "var(--vkui--color_background_modal, #2D2D2E)"
1710
+ },
1711
+ "hover": {
1712
+ "name": "--vkui--color_background_modal--hover",
1713
+ "value": "var(--vkui--color_background_modal--hover, #353536)"
1714
+ },
1715
+ "active": {
1716
+ "name": "--vkui--color_background_modal--active",
1717
+ "value": "var(--vkui--color_background_modal--active, #3E3E3F)"
1718
+ }
1719
+ },
1720
+ "colorImagePlaceholderAlpha": {
1721
+ "normal": {
1722
+ "name": "--vkui--color_image_placeholder_alpha",
1723
+ "value": "var(--vkui--color_image_placeholder_alpha, rgba(241, 247, 255, 0.08))"
1724
+ },
1725
+ "hover": {
1726
+ "name": "--vkui--color_image_placeholder_alpha--hover",
1727
+ "value": "var(--vkui--color_image_placeholder_alpha--hover, rgba(241, 247, 255, 0.12))"
1728
+ },
1729
+ "active": {
1730
+ "name": "--vkui--color_image_placeholder_alpha--active",
1731
+ "value": "var(--vkui--color_image_placeholder_alpha--active, rgba(241, 247, 255, 0.16))"
1732
+ }
1733
+ },
1734
+ "colorImagePlaceholder": {
1735
+ "normal": {
1736
+ "name": "--vkui--color_image_placeholder",
1737
+ "value": "var(--vkui--color_image_placeholder, #2A2B2C)"
1738
+ },
1739
+ "hover": {
1740
+ "name": "--vkui--color_image_placeholder--hover",
1741
+ "value": "var(--vkui--color_image_placeholder--hover, #333334)"
1742
+ },
1743
+ "active": {
1744
+ "name": "--vkui--color_image_placeholder--active",
1745
+ "value": "var(--vkui--color_image_placeholder--active, #3B3C3D)"
1746
+ }
1747
+ },
1748
+ "colorSearchFieldBackground": {
1749
+ "normal": {
1750
+ "name": "--vkui--color_search_field_background",
1751
+ "value": "var(--vkui--color_search_field_background, #232324)"
1752
+ },
1753
+ "hover": {
1754
+ "name": "--vkui--color_search_field_background--hover",
1755
+ "value": "var(--vkui--color_search_field_background--hover, #2C2C2D)"
1756
+ },
1757
+ "active": {
1758
+ "name": "--vkui--color_search_field_background--active",
1759
+ "value": "var(--vkui--color_search_field_background--active, #353536)"
1760
+ }
1761
+ },
1762
+ "colorFieldBorderAlpha": {
1763
+ "normal": {
1764
+ "name": "--vkui--color_field_border_alpha",
1765
+ "value": "var(--vkui--color_field_border_alpha, rgba(255, 255, 255, 0.12))"
1766
+ },
1767
+ "hover": {
1768
+ "name": "--vkui--color_field_border_alpha--hover",
1769
+ "value": "var(--vkui--color_field_border_alpha--hover, rgba(255, 255, 255, 0.16))"
1770
+ },
1771
+ "active": {
1772
+ "name": "--vkui--color_field_border_alpha--active",
1773
+ "value": "var(--vkui--color_field_border_alpha--active, rgba(255, 255, 255, 0.2))"
1774
+ }
1775
+ },
1776
+ "colorSeparatorPrimaryAlpha": {
1777
+ "normal": {
1778
+ "name": "--vkui--color_separator_primary_alpha",
1779
+ "value": "var(--vkui--color_separator_primary_alpha, rgba(0, 0, 0, 0.4))"
1780
+ },
1781
+ "hover": {
1782
+ "name": "--vkui--color_separator_primary_alpha--hover",
1783
+ "value": "var(--vkui--color_separator_primary_alpha--hover, rgba(0, 0, 0, 0.44))"
1784
+ },
1785
+ "active": {
1786
+ "name": "--vkui--color_separator_primary_alpha--active",
1787
+ "value": "var(--vkui--color_separator_primary_alpha--active, rgba(0, 0, 0, 0.48))"
1788
+ }
1789
+ },
1790
+ "colorSeparatorSecondary": {
1791
+ "normal": {
1792
+ "name": "--vkui--color_separator_secondary",
1793
+ "value": "var(--vkui--color_separator_secondary, #141415)"
1794
+ },
1795
+ "hover": {
1796
+ "name": "--vkui--color_separator_secondary--hover",
1797
+ "value": "var(--vkui--color_separator_secondary--hover, #1D1D1E)"
1798
+ },
1799
+ "active": {
1800
+ "name": "--vkui--color_separator_secondary--active",
1801
+ "value": "var(--vkui--color_separator_secondary--active, #272728)"
1802
+ }
1803
+ },
1804
+ "colorSeparatorPrimary": {
1805
+ "normal": {
1806
+ "name": "--vkui--color_separator_primary",
1807
+ "value": "var(--vkui--color_separator_primary, #0F0F10)"
1808
+ },
1809
+ "hover": {
1810
+ "name": "--vkui--color_separator_primary--hover",
1811
+ "value": "var(--vkui--color_separator_primary--hover, #19191A)"
1812
+ },
1813
+ "active": {
1814
+ "name": "--vkui--color_separator_primary--active",
1815
+ "value": "var(--vkui--color_separator_primary--active, #222223)"
1816
+ }
1817
+ },
1818
+ "colorTextLink": {
1819
+ "normal": {
1820
+ "name": "--vkui--color_text_link",
1821
+ "value": "var(--vkui--color_text_link, #529EF4)"
1822
+ },
1823
+ "hover": {
1824
+ "name": "--vkui--color_text_link--hover",
1825
+ "value": "var(--vkui--color_text_link--hover, #59A2F4)"
1826
+ },
1827
+ "active": {
1828
+ "name": "--vkui--color_text_link--active",
1829
+ "value": "var(--vkui--color_text_link--active, #60A6F5)"
1830
+ }
1831
+ },
1832
+ "colorTextLinkThemed": {
1833
+ "normal": {
1834
+ "name": "--vkui--color_text_link_themed",
1835
+ "value": "var(--vkui--color_text_link_themed, #FFFFFF)"
1836
+ },
1837
+ "hover": {
1838
+ "name": "--vkui--color_text_link_themed--hover",
1839
+ "value": "var(--vkui--color_text_link_themed--hover, #FFFFFF)"
1840
+ },
1841
+ "active": {
1842
+ "name": "--vkui--color_text_link_themed--active",
1843
+ "value": "var(--vkui--color_text_link_themed--active, #FFFFFF)"
1844
+ }
1845
+ },
1846
+ "colorTextMuted": {
1847
+ "normal": {
1848
+ "name": "--vkui--color_text_muted",
1849
+ "value": "var(--vkui--color_text_muted, #E1E3E6)"
1850
+ },
1851
+ "hover": {
1852
+ "name": "--vkui--color_text_muted--hover",
1853
+ "value": "var(--vkui--color_text_muted--hover, #E2E4E7)"
1854
+ },
1855
+ "active": {
1856
+ "name": "--vkui--color_text_muted--active",
1857
+ "value": "var(--vkui--color_text_muted--active, #E3E5E8)"
1858
+ }
1859
+ },
1860
+ "colorTextPrimary": {
1861
+ "normal": {
1862
+ "name": "--vkui--color_text_primary",
1863
+ "value": "var(--vkui--color_text_primary, #E1E3E6)"
1864
+ },
1865
+ "hover": {
1866
+ "name": "--vkui--color_text_primary--hover",
1867
+ "value": "var(--vkui--color_text_primary--hover, #E2E4E7)"
1868
+ },
1869
+ "active": {
1870
+ "name": "--vkui--color_text_primary--active",
1871
+ "value": "var(--vkui--color_text_primary--active, #E3E5E8)"
1872
+ }
1873
+ },
1874
+ "colorTextPrimaryInvariably": {
1875
+ "normal": {
1876
+ "name": "--vkui--color_text_primary_invariably",
1877
+ "value": "var(--vkui--color_text_primary_invariably, #000000)"
1878
+ },
1879
+ "hover": {
1880
+ "name": "--vkui--color_text_primary_invariably--hover",
1881
+ "value": "var(--vkui--color_text_primary_invariably--hover, #0A0A0A)"
1882
+ },
1883
+ "active": {
1884
+ "name": "--vkui--color_text_primary_invariably--active",
1885
+ "value": "var(--vkui--color_text_primary_invariably--active, #141414)"
1886
+ }
1887
+ },
1888
+ "colorTextSecondary": {
1889
+ "normal": {
1890
+ "name": "--vkui--color_text_secondary",
1891
+ "value": "var(--vkui--color_text_secondary, #76787A)"
1892
+ },
1893
+ "hover": {
1894
+ "name": "--vkui--color_text_secondary--hover",
1895
+ "value": "var(--vkui--color_text_secondary--hover, #7B7D7F)"
1896
+ },
1897
+ "active": {
1898
+ "name": "--vkui--color_text_secondary--active",
1899
+ "value": "var(--vkui--color_text_secondary--active, #818385)"
1900
+ }
1901
+ },
1902
+ "colorTextSubhead": {
1903
+ "normal": {
1904
+ "name": "--vkui--color_text_subhead",
1905
+ "value": "var(--vkui--color_text_subhead, #C1C3C6)"
1906
+ },
1907
+ "hover": {
1908
+ "name": "--vkui--color_text_subhead--hover",
1909
+ "value": "var(--vkui--color_text_subhead--hover, #C3C5C8)"
1910
+ },
1911
+ "active": {
1912
+ "name": "--vkui--color_text_subhead--active",
1913
+ "value": "var(--vkui--color_text_subhead--active, #C6C8CB)"
1914
+ }
1915
+ },
1916
+ "colorTextTertiary": {
1917
+ "normal": {
1918
+ "name": "--vkui--color_text_tertiary",
1919
+ "value": "var(--vkui--color_text_tertiary, #636567)"
1920
+ },
1921
+ "hover": {
1922
+ "name": "--vkui--color_text_tertiary--hover",
1923
+ "value": "var(--vkui--color_text_tertiary--hover, #696B6D)"
1924
+ },
1925
+ "active": {
1926
+ "name": "--vkui--color_text_tertiary--active",
1927
+ "value": "var(--vkui--color_text_tertiary--active, #6F7173)"
1928
+ }
1929
+ },
1930
+ "colorWriteBarIcon": {
1931
+ "normal": {
1932
+ "name": "--vkui--color_write_bar_icon",
1933
+ "value": "var(--vkui--color_write_bar_icon, #529EF4)"
1934
+ },
1935
+ "hover": {
1936
+ "name": "--vkui--color_write_bar_icon--hover",
1937
+ "value": "var(--vkui--color_write_bar_icon--hover, #59A2F4)"
1938
+ },
1939
+ "active": {
1940
+ "name": "--vkui--color_write_bar_icon--active",
1941
+ "value": "var(--vkui--color_write_bar_icon--active, #60A6F5)"
1942
+ }
1943
+ },
1944
+ "colorAccentBlue": {
1945
+ "normal": {
1946
+ "name": "--vkui--color_accent_blue",
1947
+ "value": "var(--vkui--color_accent_blue, #529EF4)"
1948
+ },
1949
+ "hover": {
1950
+ "name": "--vkui--color_accent_blue--hover",
1951
+ "value": "var(--vkui--color_accent_blue--hover, #59A2F4)"
1952
+ },
1953
+ "active": {
1954
+ "name": "--vkui--color_accent_blue--active",
1955
+ "value": "var(--vkui--color_accent_blue--active, #60A6F5)"
1956
+ }
1957
+ },
1958
+ "colorAccentGray": {
1959
+ "normal": {
1960
+ "name": "--vkui--color_accent_gray",
1961
+ "value": "var(--vkui--color_accent_gray, #A3ADB8)"
1962
+ },
1963
+ "hover": {
1964
+ "name": "--vkui--color_accent_gray--hover",
1965
+ "value": "var(--vkui--color_accent_gray--hover, #A7B0BB)"
1966
+ },
1967
+ "active": {
1968
+ "name": "--vkui--color_accent_gray--active",
1969
+ "value": "var(--vkui--color_accent_gray--active, #AAB4BE)"
1970
+ }
1971
+ },
1972
+ "colorAccentRed": {
1973
+ "normal": {
1974
+ "name": "--vkui--color_accent_red",
1975
+ "value": "var(--vkui--color_accent_red, #FF3347)"
1976
+ },
1977
+ "hover": {
1978
+ "name": "--vkui--color_accent_red--hover",
1979
+ "value": "var(--vkui--color_accent_red--hover, #FF3B4E)"
1980
+ },
1981
+ "active": {
1982
+ "name": "--vkui--color_accent_red--active",
1983
+ "value": "var(--vkui--color_accent_red--active, #FF4356)"
1984
+ }
1985
+ },
1986
+ "colorAccentGreen": {
1987
+ "normal": {
1988
+ "name": "--vkui--color_accent_green",
1989
+ "value": "var(--vkui--color_accent_green, #4BB34B)"
1990
+ },
1991
+ "hover": {
1992
+ "name": "--vkui--color_accent_green--hover",
1993
+ "value": "var(--vkui--color_accent_green--hover, #52B652)"
1994
+ },
1995
+ "active": {
1996
+ "name": "--vkui--color_accent_green--active",
1997
+ "value": "var(--vkui--color_accent_green--active, #59B959)"
1998
+ }
1999
+ },
2000
+ "colorAccentOrange": {
2001
+ "normal": {
2002
+ "name": "--vkui--color_accent_orange",
2003
+ "value": "var(--vkui--color_accent_orange, #FFA000)"
2004
+ },
2005
+ "hover": {
2006
+ "name": "--vkui--color_accent_orange--hover",
2007
+ "value": "var(--vkui--color_accent_orange--hover, #FFA40A)"
2008
+ },
2009
+ "active": {
2010
+ "name": "--vkui--color_accent_orange--active",
2011
+ "value": "var(--vkui--color_accent_orange--active, #FFA814)"
2012
+ }
2013
+ },
2014
+ "colorAccentPurple": {
2015
+ "normal": {
2016
+ "name": "--vkui--color_accent_purple",
2017
+ "value": "var(--vkui--color_accent_purple, #735CE6)"
2018
+ },
2019
+ "hover": {
2020
+ "name": "--vkui--color_accent_purple--hover",
2021
+ "value": "var(--vkui--color_accent_purple--hover, #7963E7)"
2022
+ },
2023
+ "active": {
2024
+ "name": "--vkui--color_accent_purple--active",
2025
+ "value": "var(--vkui--color_accent_purple--active, #7E69E8)"
2026
+ }
2027
+ },
2028
+ "colorAccentViolet": {
2029
+ "normal": {
2030
+ "name": "--vkui--color_accent_violet",
2031
+ "value": "var(--vkui--color_accent_violet, #792EC0)"
2032
+ },
2033
+ "hover": {
2034
+ "name": "--vkui--color_accent_violet--hover",
2035
+ "value": "var(--vkui--color_accent_violet--hover, #7E36C3)"
2036
+ },
2037
+ "active": {
2038
+ "name": "--vkui--color_accent_violet--active",
2039
+ "value": "var(--vkui--color_accent_violet--active, #843FC5)"
2040
+ }
2041
+ },
2042
+ "colorSkeletonFrom": {
2043
+ "normal": {
2044
+ "name": "--vkui--color_skeleton_from",
2045
+ "value": "var(--vkui--color_skeleton_from, #F5F5F5)"
2046
+ },
2047
+ "hover": {
2048
+ "name": "--vkui--color_skeleton_from--hover",
2049
+ "value": "var(--vkui--color_skeleton_from--hover, #F5F5F5)"
2050
+ },
2051
+ "active": {
2052
+ "name": "--vkui--color_skeleton_from--active",
2053
+ "value": "var(--vkui--color_skeleton_from--active, #F6F6F6)"
2054
+ }
2055
+ },
2056
+ "colorSkeletonTo": {
2057
+ "normal": {
2058
+ "name": "--vkui--color_skeleton_to",
2059
+ "value": "var(--vkui--color_skeleton_to, #E1E3E6)"
2060
+ },
2061
+ "hover": {
2062
+ "name": "--vkui--color_skeleton_to--hover",
2063
+ "value": "var(--vkui--color_skeleton_to--hover, #E2E4E7)"
2064
+ },
2065
+ "active": {
2066
+ "name": "--vkui--color_skeleton_to--active",
2067
+ "value": "var(--vkui--color_skeleton_to--active, #E3E5E8)"
2068
+ }
2069
+ },
2070
+ "colorAccentSecondary": {
2071
+ "normal": {
2072
+ "name": "--vkui--color_accent_secondary",
2073
+ "value": "var(--vkui--color_accent_secondary, #3F8AE0)"
2074
+ },
2075
+ "hover": {
2076
+ "name": "--vkui--color_accent_secondary--hover",
2077
+ "value": "var(--vkui--color_accent_secondary--hover, #478FE1)"
2078
+ },
2079
+ "active": {
2080
+ "name": "--vkui--color_accent_secondary--active",
2081
+ "value": "var(--vkui--color_accent_secondary--active, #4E93E2)"
2082
+ }
2083
+ },
2084
+ "colorTextLinkVisited": {
2085
+ "normal": {
2086
+ "name": "--vkui--color_text_link_visited",
2087
+ "value": "var(--vkui--color_text_link_visited, #4986CC)"
2088
+ },
2089
+ "hover": {
2090
+ "name": "--vkui--color_text_link_visited--hover",
2091
+ "value": "var(--vkui--color_text_link_visited--hover, #508BCE)"
2092
+ },
2093
+ "active": {
2094
+ "name": "--vkui--color_text_link_visited--active",
2095
+ "value": "var(--vkui--color_text_link_visited--active, #5890D0)"
2096
+ }
2097
+ },
2098
+ "colorTextContrast": {
2099
+ "normal": {
2100
+ "name": "--vkui--color_text_contrast",
2101
+ "value": "var(--vkui--color_text_contrast, #FFFFFF)"
2102
+ },
2103
+ "hover": {
2104
+ "name": "--vkui--color_text_contrast--hover",
2105
+ "value": "var(--vkui--color_text_contrast--hover, #FFFFFF)"
2106
+ },
2107
+ "active": {
2108
+ "name": "--vkui--color_text_contrast--active",
2109
+ "value": "var(--vkui--color_text_contrast--active, #FFFFFF)"
2110
+ }
2111
+ },
2112
+ "colorTextContrastThemed": {
2113
+ "normal": {
2114
+ "name": "--vkui--color_text_contrast_themed",
2115
+ "value": "var(--vkui--color_text_contrast_themed, #000000)"
2116
+ },
2117
+ "hover": {
2118
+ "name": "--vkui--color_text_contrast_themed--hover",
2119
+ "value": "var(--vkui--color_text_contrast_themed--hover, #0A0A0A)"
2120
+ },
2121
+ "active": {
2122
+ "name": "--vkui--color_text_contrast_themed--active",
2123
+ "value": "var(--vkui--color_text_contrast_themed--active, #141414)"
2124
+ }
2125
+ },
2126
+ "colorIconContrast": {
2127
+ "normal": {
2128
+ "name": "--vkui--color_icon_contrast",
2129
+ "value": "var(--vkui--color_icon_contrast, #FFFFFF)"
2130
+ },
2131
+ "hover": {
2132
+ "name": "--vkui--color_icon_contrast--hover",
2133
+ "value": "var(--vkui--color_icon_contrast--hover, #FFFFFF)"
2134
+ },
2135
+ "active": {
2136
+ "name": "--vkui--color_icon_contrast--active",
2137
+ "value": "var(--vkui--color_icon_contrast--active, #FFFFFF)"
2138
+ }
2139
+ },
2140
+ "colorIconContrastThemed": {
2141
+ "normal": {
2142
+ "name": "--vkui--color_icon_contrast_themed",
2143
+ "value": "var(--vkui--color_icon_contrast_themed, #000000)"
2144
+ },
2145
+ "hover": {
2146
+ "name": "--vkui--color_icon_contrast_themed--hover",
2147
+ "value": "var(--vkui--color_icon_contrast_themed--hover, #0A0A0A)"
2148
+ },
2149
+ "active": {
2150
+ "name": "--vkui--color_icon_contrast_themed--active",
2151
+ "value": "var(--vkui--color_icon_contrast_themed--active, #141414)"
2152
+ }
2153
+ },
2154
+ "colorLinkContrast": {
2155
+ "normal": {
2156
+ "name": "--vkui--color_link_contrast",
2157
+ "value": "var(--vkui--color_link_contrast, #FFFFFF)"
2158
+ },
2159
+ "hover": {
2160
+ "name": "--vkui--color_link_contrast--hover",
2161
+ "value": "var(--vkui--color_link_contrast--hover, #FFFFFF)"
2162
+ },
2163
+ "active": {
2164
+ "name": "--vkui--color_link_contrast--active",
2165
+ "value": "var(--vkui--color_link_contrast--active, #FFFFFF)"
2166
+ }
2167
+ },
2168
+ "colorTextPositive": {
2169
+ "normal": {
2170
+ "name": "--vkui--color_text_positive",
2171
+ "value": "var(--vkui--color_text_positive, #4BB34B)"
2172
+ },
2173
+ "hover": {
2174
+ "name": "--vkui--color_text_positive--hover",
2175
+ "value": "var(--vkui--color_text_positive--hover, #52B652)"
2176
+ },
2177
+ "active": {
2178
+ "name": "--vkui--color_text_positive--active",
2179
+ "value": "var(--vkui--color_text_positive--active, #59B959)"
2180
+ }
2181
+ },
2182
+ "colorBackgroundPositive": {
2183
+ "normal": {
2184
+ "name": "--vkui--color_background_positive",
2185
+ "value": "var(--vkui--color_background_positive, #4BB34B)"
2186
+ },
2187
+ "hover": {
2188
+ "name": "--vkui--color_background_positive--hover",
2189
+ "value": "var(--vkui--color_background_positive--hover, #52B652)"
2190
+ },
2191
+ "active": {
2192
+ "name": "--vkui--color_background_positive--active",
2193
+ "value": "var(--vkui--color_background_positive--active, #59B959)"
2194
+ }
2195
+ },
2196
+ "colorIconPositive": {
2197
+ "normal": {
2198
+ "name": "--vkui--color_icon_positive",
2199
+ "value": "var(--vkui--color_icon_positive, #4BB34B)"
2200
+ },
2201
+ "hover": {
2202
+ "name": "--vkui--color_icon_positive--hover",
2203
+ "value": "var(--vkui--color_icon_positive--hover, #52B652)"
2204
+ },
2205
+ "active": {
2206
+ "name": "--vkui--color_icon_positive--active",
2207
+ "value": "var(--vkui--color_icon_positive--active, #59B959)"
2208
+ }
2209
+ },
2210
+ "colorStrokePositive": {
2211
+ "normal": {
2212
+ "name": "--vkui--color_stroke_positive",
2213
+ "value": "var(--vkui--color_stroke_positive, #4BB34B)"
2214
+ },
2215
+ "hover": {
2216
+ "name": "--vkui--color_stroke_positive--hover",
2217
+ "value": "var(--vkui--color_stroke_positive--hover, #52B652)"
2218
+ },
2219
+ "active": {
2220
+ "name": "--vkui--color_stroke_positive--active",
2221
+ "value": "var(--vkui--color_stroke_positive--active, #59B959)"
2222
+ }
2223
+ },
2224
+ "colorAvatarOverlay": {
2225
+ "normal": {
2226
+ "name": "--vkui--color_avatar_overlay",
2227
+ "value": "var(--vkui--color_avatar_overlay, rgba(129, 140, 153, 0.48))"
2228
+ },
2229
+ "hover": {
2230
+ "name": "--vkui--color_avatar_overlay--hover",
2231
+ "value": "var(--vkui--color_avatar_overlay--hover, rgba(129, 140, 153, 0.52))"
2232
+ },
2233
+ "active": {
2234
+ "name": "--vkui--color_avatar_overlay--active",
2235
+ "value": "var(--vkui--color_avatar_overlay--active, rgba(129, 140, 153, 0.56))"
2236
+ }
2237
+ },
2238
+ "colorOverlayPrimary": {
2239
+ "normal": {
2240
+ "name": "--vkui--color_overlay_primary",
2241
+ "value": "var(--vkui--color_overlay_primary, rgba(0, 0, 0, 0.4))"
2242
+ },
2243
+ "hover": {
2244
+ "name": "--vkui--color_overlay_primary--hover",
2245
+ "value": "var(--vkui--color_overlay_primary--hover, rgba(0, 0, 0, 0.44))"
2246
+ },
2247
+ "active": {
2248
+ "name": "--vkui--color_overlay_primary--active",
2249
+ "value": "var(--vkui--color_overlay_primary--active, rgba(0, 0, 0, 0.48))"
2250
+ }
2251
+ },
2252
+ "colorTransparent": {
2253
+ "normal": {
2254
+ "name": "--vkui--color_transparent",
2255
+ "value": "var(--vkui--color_transparent, transparent)"
2256
+ },
2257
+ "hover": {
2258
+ "name": "--vkui--color_transparent--hover",
2259
+ "value": "var(--vkui--color_transparent--hover, rgba(255, 255, 255, 0.04))"
2260
+ },
2261
+ "active": {
2262
+ "name": "--vkui--color_transparent--active",
2263
+ "value": "var(--vkui--color_transparent--active, rgba(255, 255, 255, 0.08))"
2264
+ }
2265
+ },
2266
+ "themeType": "cssVars"
2267
+ }