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