@vkontakte/vkui-tokens 4.36.0 → 4.37.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 (1032) hide show
  1. package/interfaces/general/colors/index.d.ts +25 -0
  2. package/interfaces/general/geometry/index.d.ts +5 -0
  3. package/interfaces/themes/vkontakteAndroid/index.d.ts +47 -0
  4. package/package.json +4 -4
  5. package/themeDescriptions/base/paradigm.js +12 -0
  6. package/themeDescriptions/base/vk.js +22 -0
  7. package/themes/calendar/cssVars/declarations/index.css +17 -0
  8. package/themes/calendar/cssVars/declarations/noColors.css +1 -0
  9. package/themes/calendar/cssVars/declarations/noSizes.css +15 -0
  10. package/themes/calendar/cssVars/declarations/onlyColors.css +15 -0
  11. package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
  12. package/themes/calendar/cssVars/declarations/onlyMedia.css +1 -0
  13. package/themes/calendar/cssVars/declarations/onlyVariables.css +16 -0
  14. package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
  15. package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +16 -0
  16. package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  17. package/themes/calendar/cssVars/theme/fallbacks/index.css +16 -0
  18. package/themes/calendar/cssVars/theme/fallbacks/index.less +16 -0
  19. package/themes/calendar/cssVars/theme/fallbacks/index.pcss +16 -0
  20. package/themes/calendar/cssVars/theme/fallbacks/index.scss +16 -0
  21. package/themes/calendar/cssVars/theme/fallbacks/index.styl +16 -0
  22. package/themes/calendar/cssVars/theme/index.js +80 -0
  23. package/themes/calendar/cssVars/theme/index.json +80 -0
  24. package/themes/calendar/docs.json +72 -0
  25. package/themes/calendar/index.css +16 -0
  26. package/themes/calendar/index.js +28 -0
  27. package/themes/calendar/index.json +28 -0
  28. package/themes/calendar/index.less +16 -0
  29. package/themes/calendar/index.pcss +16 -0
  30. package/themes/calendar/index.scss +16 -0
  31. package/themes/calendar/index.styl +16 -0
  32. package/themes/calendar/struct.json +28 -0
  33. package/themes/calendarDark/cssVars/declarations/index.css +17 -0
  34. package/themes/calendarDark/cssVars/declarations/noColors.css +1 -0
  35. package/themes/calendarDark/cssVars/declarations/noSizes.css +15 -0
  36. package/themes/calendarDark/cssVars/declarations/onlyColors.css +15 -0
  37. package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
  38. package/themes/calendarDark/cssVars/declarations/onlyMedia.css +1 -0
  39. package/themes/calendarDark/cssVars/declarations/onlyVariables.css +16 -0
  40. package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
  41. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  42. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  43. package/themes/calendarDark/cssVars/theme/fallbacks/index.css +16 -0
  44. package/themes/calendarDark/cssVars/theme/fallbacks/index.less +16 -0
  45. package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +16 -0
  46. package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +16 -0
  47. package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +16 -0
  48. package/themes/calendarDark/cssVars/theme/index.js +80 -0
  49. package/themes/calendarDark/cssVars/theme/index.json +80 -0
  50. package/themes/calendarDark/docs.json +72 -0
  51. package/themes/calendarDark/index.css +16 -0
  52. package/themes/calendarDark/index.js +28 -0
  53. package/themes/calendarDark/index.json +28 -0
  54. package/themes/calendarDark/index.less +16 -0
  55. package/themes/calendarDark/index.pcss +16 -0
  56. package/themes/calendarDark/index.scss +16 -0
  57. package/themes/calendarDark/index.styl +16 -0
  58. package/themes/calendarDark/struct.json +28 -0
  59. package/themes/calls/cssVars/declarations/index.css +17 -0
  60. package/themes/calls/cssVars/declarations/noColors.css +1 -0
  61. package/themes/calls/cssVars/declarations/noSizes.css +15 -0
  62. package/themes/calls/cssVars/declarations/onlyColors.css +15 -0
  63. package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
  64. package/themes/calls/cssVars/declarations/onlyMedia.css +1 -0
  65. package/themes/calls/cssVars/declarations/onlyVariables.css +16 -0
  66. package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
  67. package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +16 -0
  68. package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  69. package/themes/calls/cssVars/theme/fallbacks/index.css +16 -0
  70. package/themes/calls/cssVars/theme/fallbacks/index.less +16 -0
  71. package/themes/calls/cssVars/theme/fallbacks/index.pcss +16 -0
  72. package/themes/calls/cssVars/theme/fallbacks/index.scss +16 -0
  73. package/themes/calls/cssVars/theme/fallbacks/index.styl +16 -0
  74. package/themes/calls/cssVars/theme/index.js +80 -0
  75. package/themes/calls/cssVars/theme/index.json +80 -0
  76. package/themes/calls/docs.json +72 -0
  77. package/themes/calls/index.css +16 -0
  78. package/themes/calls/index.js +28 -0
  79. package/themes/calls/index.json +28 -0
  80. package/themes/calls/index.less +16 -0
  81. package/themes/calls/index.pcss +16 -0
  82. package/themes/calls/index.scss +16 -0
  83. package/themes/calls/index.styl +16 -0
  84. package/themes/calls/struct.json +28 -0
  85. package/themes/cloud/cssVars/declarations/index.css +17 -0
  86. package/themes/cloud/cssVars/declarations/noColors.css +1 -0
  87. package/themes/cloud/cssVars/declarations/noSizes.css +15 -0
  88. package/themes/cloud/cssVars/declarations/onlyColors.css +15 -0
  89. package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
  90. package/themes/cloud/cssVars/declarations/onlyMedia.css +1 -0
  91. package/themes/cloud/cssVars/declarations/onlyVariables.css +16 -0
  92. package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
  93. package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +16 -0
  94. package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  95. package/themes/cloud/cssVars/theme/fallbacks/index.css +16 -0
  96. package/themes/cloud/cssVars/theme/fallbacks/index.less +16 -0
  97. package/themes/cloud/cssVars/theme/fallbacks/index.pcss +16 -0
  98. package/themes/cloud/cssVars/theme/fallbacks/index.scss +16 -0
  99. package/themes/cloud/cssVars/theme/fallbacks/index.styl +16 -0
  100. package/themes/cloud/cssVars/theme/index.js +80 -0
  101. package/themes/cloud/cssVars/theme/index.json +80 -0
  102. package/themes/cloud/docs.json +72 -0
  103. package/themes/cloud/index.css +16 -0
  104. package/themes/cloud/index.js +28 -0
  105. package/themes/cloud/index.json +28 -0
  106. package/themes/cloud/index.less +16 -0
  107. package/themes/cloud/index.pcss +16 -0
  108. package/themes/cloud/index.scss +16 -0
  109. package/themes/cloud/index.styl +16 -0
  110. package/themes/cloud/struct.json +28 -0
  111. package/themes/cloudDark/cssVars/declarations/index.css +17 -0
  112. package/themes/cloudDark/cssVars/declarations/noColors.css +1 -0
  113. package/themes/cloudDark/cssVars/declarations/noSizes.css +15 -0
  114. package/themes/cloudDark/cssVars/declarations/onlyColors.css +15 -0
  115. package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
  116. package/themes/cloudDark/cssVars/declarations/onlyMedia.css +1 -0
  117. package/themes/cloudDark/cssVars/declarations/onlyVariables.css +16 -0
  118. package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
  119. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  120. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  121. package/themes/cloudDark/cssVars/theme/fallbacks/index.css +16 -0
  122. package/themes/cloudDark/cssVars/theme/fallbacks/index.less +16 -0
  123. package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +16 -0
  124. package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +16 -0
  125. package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +16 -0
  126. package/themes/cloudDark/cssVars/theme/index.js +80 -0
  127. package/themes/cloudDark/cssVars/theme/index.json +80 -0
  128. package/themes/cloudDark/docs.json +72 -0
  129. package/themes/cloudDark/index.css +16 -0
  130. package/themes/cloudDark/index.js +28 -0
  131. package/themes/cloudDark/index.json +28 -0
  132. package/themes/cloudDark/index.less +16 -0
  133. package/themes/cloudDark/index.pcss +16 -0
  134. package/themes/cloudDark/index.scss +16 -0
  135. package/themes/cloudDark/index.styl +16 -0
  136. package/themes/cloudDark/struct.json +28 -0
  137. package/themes/home/cssVars/declarations/index.css +17 -0
  138. package/themes/home/cssVars/declarations/noColors.css +1 -0
  139. package/themes/home/cssVars/declarations/noSizes.css +15 -0
  140. package/themes/home/cssVars/declarations/onlyColors.css +15 -0
  141. package/themes/home/cssVars/declarations/onlyColors.js +2 -2
  142. package/themes/home/cssVars/declarations/onlyMedia.css +1 -0
  143. package/themes/home/cssVars/declarations/onlyVariables.css +16 -0
  144. package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
  145. package/themes/home/cssVars/declarations/onlyVariablesLocal.css +16 -0
  146. package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  147. package/themes/home/cssVars/theme/fallbacks/index.css +16 -0
  148. package/themes/home/cssVars/theme/fallbacks/index.less +16 -0
  149. package/themes/home/cssVars/theme/fallbacks/index.pcss +16 -0
  150. package/themes/home/cssVars/theme/fallbacks/index.scss +16 -0
  151. package/themes/home/cssVars/theme/fallbacks/index.styl +16 -0
  152. package/themes/home/cssVars/theme/index.js +80 -0
  153. package/themes/home/cssVars/theme/index.json +80 -0
  154. package/themes/home/docs.json +72 -0
  155. package/themes/home/index.css +16 -0
  156. package/themes/home/index.js +28 -0
  157. package/themes/home/index.json +28 -0
  158. package/themes/home/index.less +16 -0
  159. package/themes/home/index.pcss +16 -0
  160. package/themes/home/index.scss +16 -0
  161. package/themes/home/index.styl +16 -0
  162. package/themes/home/struct.json +28 -0
  163. package/themes/homeDark/cssVars/declarations/index.css +17 -0
  164. package/themes/homeDark/cssVars/declarations/noColors.css +1 -0
  165. package/themes/homeDark/cssVars/declarations/noSizes.css +15 -0
  166. package/themes/homeDark/cssVars/declarations/onlyColors.css +15 -0
  167. package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
  168. package/themes/homeDark/cssVars/declarations/onlyMedia.css +1 -0
  169. package/themes/homeDark/cssVars/declarations/onlyVariables.css +16 -0
  170. package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
  171. package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  172. package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  173. package/themes/homeDark/cssVars/theme/fallbacks/index.css +16 -0
  174. package/themes/homeDark/cssVars/theme/fallbacks/index.less +16 -0
  175. package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +16 -0
  176. package/themes/homeDark/cssVars/theme/fallbacks/index.scss +16 -0
  177. package/themes/homeDark/cssVars/theme/fallbacks/index.styl +16 -0
  178. package/themes/homeDark/cssVars/theme/index.js +80 -0
  179. package/themes/homeDark/cssVars/theme/index.json +80 -0
  180. package/themes/homeDark/docs.json +72 -0
  181. package/themes/homeDark/index.css +16 -0
  182. package/themes/homeDark/index.js +28 -0
  183. package/themes/homeDark/index.json +28 -0
  184. package/themes/homeDark/index.less +16 -0
  185. package/themes/homeDark/index.pcss +16 -0
  186. package/themes/homeDark/index.scss +16 -0
  187. package/themes/homeDark/index.styl +16 -0
  188. package/themes/homeDark/struct.json +28 -0
  189. package/themes/media/cssVars/declarations/index.css +17 -0
  190. package/themes/media/cssVars/declarations/noColors.css +1 -0
  191. package/themes/media/cssVars/declarations/noSizes.css +15 -0
  192. package/themes/media/cssVars/declarations/onlyColors.css +15 -0
  193. package/themes/media/cssVars/declarations/onlyColors.js +2 -2
  194. package/themes/media/cssVars/declarations/onlyMedia.css +1 -0
  195. package/themes/media/cssVars/declarations/onlyVariables.css +16 -0
  196. package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
  197. package/themes/media/cssVars/declarations/onlyVariablesLocal.css +16 -0
  198. package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  199. package/themes/media/cssVars/theme/fallbacks/index.css +16 -0
  200. package/themes/media/cssVars/theme/fallbacks/index.less +16 -0
  201. package/themes/media/cssVars/theme/fallbacks/index.pcss +16 -0
  202. package/themes/media/cssVars/theme/fallbacks/index.scss +16 -0
  203. package/themes/media/cssVars/theme/fallbacks/index.styl +16 -0
  204. package/themes/media/cssVars/theme/index.js +80 -0
  205. package/themes/media/cssVars/theme/index.json +80 -0
  206. package/themes/media/docs.json +72 -0
  207. package/themes/media/index.css +16 -0
  208. package/themes/media/index.js +28 -0
  209. package/themes/media/index.json +28 -0
  210. package/themes/media/index.less +16 -0
  211. package/themes/media/index.pcss +16 -0
  212. package/themes/media/index.scss +16 -0
  213. package/themes/media/index.styl +16 -0
  214. package/themes/media/struct.json +28 -0
  215. package/themes/mediaDark/cssVars/declarations/index.css +17 -0
  216. package/themes/mediaDark/cssVars/declarations/noColors.css +1 -0
  217. package/themes/mediaDark/cssVars/declarations/noSizes.css +15 -0
  218. package/themes/mediaDark/cssVars/declarations/onlyColors.css +15 -0
  219. package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
  220. package/themes/mediaDark/cssVars/declarations/onlyMedia.css +1 -0
  221. package/themes/mediaDark/cssVars/declarations/onlyVariables.css +16 -0
  222. package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
  223. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  224. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  225. package/themes/mediaDark/cssVars/theme/fallbacks/index.css +16 -0
  226. package/themes/mediaDark/cssVars/theme/fallbacks/index.less +16 -0
  227. package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +16 -0
  228. package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +16 -0
  229. package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +16 -0
  230. package/themes/mediaDark/cssVars/theme/index.js +80 -0
  231. package/themes/mediaDark/cssVars/theme/index.json +80 -0
  232. package/themes/mediaDark/docs.json +72 -0
  233. package/themes/mediaDark/index.css +16 -0
  234. package/themes/mediaDark/index.js +28 -0
  235. package/themes/mediaDark/index.json +28 -0
  236. package/themes/mediaDark/index.less +16 -0
  237. package/themes/mediaDark/index.pcss +16 -0
  238. package/themes/mediaDark/index.scss +16 -0
  239. package/themes/mediaDark/index.styl +16 -0
  240. package/themes/mediaDark/struct.json +28 -0
  241. package/themes/mycom/cssVars/declarations/index.css +17 -0
  242. package/themes/mycom/cssVars/declarations/noColors.css +1 -0
  243. package/themes/mycom/cssVars/declarations/noSizes.css +15 -0
  244. package/themes/mycom/cssVars/declarations/onlyColors.css +15 -0
  245. package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
  246. package/themes/mycom/cssVars/declarations/onlyMedia.css +1 -0
  247. package/themes/mycom/cssVars/declarations/onlyVariables.css +16 -0
  248. package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
  249. package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +16 -0
  250. package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  251. package/themes/mycom/cssVars/theme/fallbacks/index.css +16 -0
  252. package/themes/mycom/cssVars/theme/fallbacks/index.less +16 -0
  253. package/themes/mycom/cssVars/theme/fallbacks/index.pcss +16 -0
  254. package/themes/mycom/cssVars/theme/fallbacks/index.scss +16 -0
  255. package/themes/mycom/cssVars/theme/fallbacks/index.styl +16 -0
  256. package/themes/mycom/cssVars/theme/index.js +80 -0
  257. package/themes/mycom/cssVars/theme/index.json +80 -0
  258. package/themes/mycom/docs.json +72 -0
  259. package/themes/mycom/index.css +16 -0
  260. package/themes/mycom/index.js +28 -0
  261. package/themes/mycom/index.json +28 -0
  262. package/themes/mycom/index.less +16 -0
  263. package/themes/mycom/index.pcss +16 -0
  264. package/themes/mycom/index.scss +16 -0
  265. package/themes/mycom/index.styl +16 -0
  266. package/themes/mycom/struct.json +28 -0
  267. package/themes/octavius/cssVars/declarations/index.css +17 -0
  268. package/themes/octavius/cssVars/declarations/noColors.css +1 -0
  269. package/themes/octavius/cssVars/declarations/noSizes.css +15 -0
  270. package/themes/octavius/cssVars/declarations/onlyColors.css +15 -0
  271. package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
  272. package/themes/octavius/cssVars/declarations/onlyMedia.css +1 -0
  273. package/themes/octavius/cssVars/declarations/onlyVariables.css +16 -0
  274. package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
  275. package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +16 -0
  276. package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  277. package/themes/octavius/cssVars/theme/fallbacks/index.css +16 -0
  278. package/themes/octavius/cssVars/theme/fallbacks/index.less +16 -0
  279. package/themes/octavius/cssVars/theme/fallbacks/index.pcss +16 -0
  280. package/themes/octavius/cssVars/theme/fallbacks/index.scss +16 -0
  281. package/themes/octavius/cssVars/theme/fallbacks/index.styl +16 -0
  282. package/themes/octavius/cssVars/theme/index.js +80 -0
  283. package/themes/octavius/cssVars/theme/index.json +80 -0
  284. package/themes/octavius/docs.json +72 -0
  285. package/themes/octavius/index.css +16 -0
  286. package/themes/octavius/index.js +28 -0
  287. package/themes/octavius/index.json +28 -0
  288. package/themes/octavius/index.less +16 -0
  289. package/themes/octavius/index.pcss +16 -0
  290. package/themes/octavius/index.scss +16 -0
  291. package/themes/octavius/index.styl +16 -0
  292. package/themes/octavius/struct.json +28 -0
  293. package/themes/octaviusCompact/cssVars/declarations/index.css +17 -0
  294. package/themes/octaviusCompact/cssVars/declarations/noColors.css +1 -0
  295. package/themes/octaviusCompact/cssVars/declarations/noSizes.css +15 -0
  296. package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +15 -0
  297. package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
  298. package/themes/octaviusCompact/cssVars/declarations/onlyMedia.css +1 -0
  299. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +16 -0
  300. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
  301. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +16 -0
  302. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  303. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +16 -0
  304. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +16 -0
  305. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +16 -0
  306. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +16 -0
  307. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +16 -0
  308. package/themes/octaviusCompact/cssVars/theme/index.js +80 -0
  309. package/themes/octaviusCompact/cssVars/theme/index.json +80 -0
  310. package/themes/octaviusCompact/docs.json +72 -0
  311. package/themes/octaviusCompact/index.css +16 -0
  312. package/themes/octaviusCompact/index.js +28 -0
  313. package/themes/octaviusCompact/index.json +28 -0
  314. package/themes/octaviusCompact/index.less +16 -0
  315. package/themes/octaviusCompact/index.pcss +16 -0
  316. package/themes/octaviusCompact/index.scss +16 -0
  317. package/themes/octaviusCompact/index.styl +16 -0
  318. package/themes/octaviusCompact/struct.json +28 -0
  319. package/themes/octaviusCompactDark/cssVars/declarations/index.css +17 -0
  320. package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +1 -0
  321. package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +15 -0
  322. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +15 -0
  323. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
  324. package/themes/octaviusCompactDark/cssVars/declarations/onlyMedia.css +1 -0
  325. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +16 -0
  326. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
  327. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  328. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  329. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +16 -0
  330. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +16 -0
  331. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +16 -0
  332. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +16 -0
  333. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +16 -0
  334. package/themes/octaviusCompactDark/cssVars/theme/index.js +80 -0
  335. package/themes/octaviusCompactDark/cssVars/theme/index.json +80 -0
  336. package/themes/octaviusCompactDark/docs.json +72 -0
  337. package/themes/octaviusCompactDark/index.css +16 -0
  338. package/themes/octaviusCompactDark/index.js +28 -0
  339. package/themes/octaviusCompactDark/index.json +28 -0
  340. package/themes/octaviusCompactDark/index.less +16 -0
  341. package/themes/octaviusCompactDark/index.pcss +16 -0
  342. package/themes/octaviusCompactDark/index.scss +16 -0
  343. package/themes/octaviusCompactDark/index.styl +16 -0
  344. package/themes/octaviusCompactDark/struct.json +28 -0
  345. package/themes/octaviusDark/cssVars/declarations/index.css +17 -0
  346. package/themes/octaviusDark/cssVars/declarations/noColors.css +1 -0
  347. package/themes/octaviusDark/cssVars/declarations/noSizes.css +15 -0
  348. package/themes/octaviusDark/cssVars/declarations/onlyColors.css +15 -0
  349. package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
  350. package/themes/octaviusDark/cssVars/declarations/onlyMedia.css +1 -0
  351. package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +16 -0
  352. package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
  353. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  354. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  355. package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +16 -0
  356. package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +16 -0
  357. package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +16 -0
  358. package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +16 -0
  359. package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +16 -0
  360. package/themes/octaviusDark/cssVars/theme/index.js +80 -0
  361. package/themes/octaviusDark/cssVars/theme/index.json +80 -0
  362. package/themes/octaviusDark/docs.json +72 -0
  363. package/themes/octaviusDark/index.css +16 -0
  364. package/themes/octaviusDark/index.js +28 -0
  365. package/themes/octaviusDark/index.json +28 -0
  366. package/themes/octaviusDark/index.less +16 -0
  367. package/themes/octaviusDark/index.pcss +16 -0
  368. package/themes/octaviusDark/index.scss +16 -0
  369. package/themes/octaviusDark/index.styl +16 -0
  370. package/themes/octaviusDark/struct.json +28 -0
  371. package/themes/octaviusVK/cssVars/declarations/index.css +17 -0
  372. package/themes/octaviusVK/cssVars/declarations/noColors.css +1 -0
  373. package/themes/octaviusVK/cssVars/declarations/noSizes.css +15 -0
  374. package/themes/octaviusVK/cssVars/declarations/onlyColors.css +15 -0
  375. package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
  376. package/themes/octaviusVK/cssVars/declarations/onlyMedia.css +1 -0
  377. package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +16 -0
  378. package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
  379. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +16 -0
  380. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  381. package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +16 -0
  382. package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +16 -0
  383. package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +16 -0
  384. package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +16 -0
  385. package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +16 -0
  386. package/themes/octaviusVK/cssVars/theme/index.js +80 -0
  387. package/themes/octaviusVK/cssVars/theme/index.json +80 -0
  388. package/themes/octaviusVK/docs.json +72 -0
  389. package/themes/octaviusVK/index.css +16 -0
  390. package/themes/octaviusVK/index.js +28 -0
  391. package/themes/octaviusVK/index.json +28 -0
  392. package/themes/octaviusVK/index.less +16 -0
  393. package/themes/octaviusVK/index.pcss +16 -0
  394. package/themes/octaviusVK/index.scss +16 -0
  395. package/themes/octaviusVK/index.styl +16 -0
  396. package/themes/octaviusVK/struct.json +28 -0
  397. package/themes/octaviusVKDark/cssVars/declarations/index.css +17 -0
  398. package/themes/octaviusVKDark/cssVars/declarations/noColors.css +1 -0
  399. package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +15 -0
  400. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +15 -0
  401. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
  402. package/themes/octaviusVKDark/cssVars/declarations/onlyMedia.css +1 -0
  403. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +16 -0
  404. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
  405. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  406. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  407. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +16 -0
  408. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +16 -0
  409. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +16 -0
  410. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +16 -0
  411. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +16 -0
  412. package/themes/octaviusVKDark/cssVars/theme/index.js +80 -0
  413. package/themes/octaviusVKDark/cssVars/theme/index.json +80 -0
  414. package/themes/octaviusVKDark/docs.json +72 -0
  415. package/themes/octaviusVKDark/index.css +16 -0
  416. package/themes/octaviusVKDark/index.js +28 -0
  417. package/themes/octaviusVKDark/index.json +28 -0
  418. package/themes/octaviusVKDark/index.less +16 -0
  419. package/themes/octaviusVKDark/index.pcss +16 -0
  420. package/themes/octaviusVKDark/index.scss +16 -0
  421. package/themes/octaviusVKDark/index.styl +16 -0
  422. package/themes/octaviusVKDark/struct.json +28 -0
  423. package/themes/octaviusWhite/cssVars/declarations/index.css +17 -0
  424. package/themes/octaviusWhite/cssVars/declarations/noColors.css +1 -0
  425. package/themes/octaviusWhite/cssVars/declarations/noSizes.css +15 -0
  426. package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +15 -0
  427. package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
  428. package/themes/octaviusWhite/cssVars/declarations/onlyMedia.css +1 -0
  429. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +16 -0
  430. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
  431. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +16 -0
  432. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  433. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +16 -0
  434. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +16 -0
  435. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +16 -0
  436. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +16 -0
  437. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +16 -0
  438. package/themes/octaviusWhite/cssVars/theme/index.js +80 -0
  439. package/themes/octaviusWhite/cssVars/theme/index.json +80 -0
  440. package/themes/octaviusWhite/docs.json +72 -0
  441. package/themes/octaviusWhite/index.css +16 -0
  442. package/themes/octaviusWhite/index.js +28 -0
  443. package/themes/octaviusWhite/index.json +28 -0
  444. package/themes/octaviusWhite/index.less +16 -0
  445. package/themes/octaviusWhite/index.pcss +16 -0
  446. package/themes/octaviusWhite/index.scss +16 -0
  447. package/themes/octaviusWhite/index.styl +16 -0
  448. package/themes/octaviusWhite/struct.json +28 -0
  449. package/themes/otvet/cssVars/declarations/index.css +17 -0
  450. package/themes/otvet/cssVars/declarations/noColors.css +1 -0
  451. package/themes/otvet/cssVars/declarations/noSizes.css +15 -0
  452. package/themes/otvet/cssVars/declarations/onlyColors.css +15 -0
  453. package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
  454. package/themes/otvet/cssVars/declarations/onlyMedia.css +1 -0
  455. package/themes/otvet/cssVars/declarations/onlyVariables.css +16 -0
  456. package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
  457. package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +16 -0
  458. package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  459. package/themes/otvet/cssVars/theme/fallbacks/index.css +16 -0
  460. package/themes/otvet/cssVars/theme/fallbacks/index.less +16 -0
  461. package/themes/otvet/cssVars/theme/fallbacks/index.pcss +16 -0
  462. package/themes/otvet/cssVars/theme/fallbacks/index.scss +16 -0
  463. package/themes/otvet/cssVars/theme/fallbacks/index.styl +16 -0
  464. package/themes/otvet/cssVars/theme/index.js +80 -0
  465. package/themes/otvet/cssVars/theme/index.json +80 -0
  466. package/themes/otvet/docs.json +72 -0
  467. package/themes/otvet/index.css +16 -0
  468. package/themes/otvet/index.js +28 -0
  469. package/themes/otvet/index.json +28 -0
  470. package/themes/otvet/index.less +16 -0
  471. package/themes/otvet/index.pcss +16 -0
  472. package/themes/otvet/index.scss +16 -0
  473. package/themes/otvet/index.styl +16 -0
  474. package/themes/otvet/struct.json +28 -0
  475. package/themes/otvetDark/cssVars/declarations/index.css +17 -0
  476. package/themes/otvetDark/cssVars/declarations/noColors.css +1 -0
  477. package/themes/otvetDark/cssVars/declarations/noSizes.css +15 -0
  478. package/themes/otvetDark/cssVars/declarations/onlyColors.css +15 -0
  479. package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
  480. package/themes/otvetDark/cssVars/declarations/onlyMedia.css +1 -0
  481. package/themes/otvetDark/cssVars/declarations/onlyVariables.css +16 -0
  482. package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
  483. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  484. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  485. package/themes/otvetDark/cssVars/theme/fallbacks/index.css +16 -0
  486. package/themes/otvetDark/cssVars/theme/fallbacks/index.less +16 -0
  487. package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +16 -0
  488. package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +16 -0
  489. package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +16 -0
  490. package/themes/otvetDark/cssVars/theme/index.js +80 -0
  491. package/themes/otvetDark/cssVars/theme/index.json +80 -0
  492. package/themes/otvetDark/docs.json +72 -0
  493. package/themes/otvetDark/index.css +16 -0
  494. package/themes/otvetDark/index.js +28 -0
  495. package/themes/otvetDark/index.json +28 -0
  496. package/themes/otvetDark/index.less +16 -0
  497. package/themes/otvetDark/index.pcss +16 -0
  498. package/themes/otvetDark/index.scss +16 -0
  499. package/themes/otvetDark/index.styl +16 -0
  500. package/themes/otvetDark/struct.json +28 -0
  501. package/themes/paradigmBase/cssVars/declarations/index.css +17 -0
  502. package/themes/paradigmBase/cssVars/declarations/noColors.css +1 -0
  503. package/themes/paradigmBase/cssVars/declarations/noSizes.css +15 -0
  504. package/themes/paradigmBase/cssVars/declarations/onlyColors.css +15 -0
  505. package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
  506. package/themes/paradigmBase/cssVars/declarations/onlyMedia.css +1 -0
  507. package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +16 -0
  508. package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
  509. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +16 -0
  510. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  511. package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +16 -0
  512. package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +16 -0
  513. package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +16 -0
  514. package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +16 -0
  515. package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +16 -0
  516. package/themes/paradigmBase/cssVars/theme/index.js +80 -0
  517. package/themes/paradigmBase/cssVars/theme/index.json +80 -0
  518. package/themes/paradigmBase/docs.json +72 -0
  519. package/themes/paradigmBase/index.css +16 -0
  520. package/themes/paradigmBase/index.js +28 -0
  521. package/themes/paradigmBase/index.json +28 -0
  522. package/themes/paradigmBase/index.less +16 -0
  523. package/themes/paradigmBase/index.pcss +16 -0
  524. package/themes/paradigmBase/index.scss +16 -0
  525. package/themes/paradigmBase/index.styl +16 -0
  526. package/themes/paradigmBase/struct.json +28 -0
  527. package/themes/paradigmBaseDark/cssVars/declarations/index.css +17 -0
  528. package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +1 -0
  529. package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +15 -0
  530. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +15 -0
  531. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
  532. package/themes/paradigmBaseDark/cssVars/declarations/onlyMedia.css +1 -0
  533. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +16 -0
  534. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  535. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  536. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  537. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +16 -0
  538. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +16 -0
  539. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +16 -0
  540. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +16 -0
  541. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +16 -0
  542. package/themes/paradigmBaseDark/cssVars/theme/index.js +80 -0
  543. package/themes/paradigmBaseDark/cssVars/theme/index.json +80 -0
  544. package/themes/paradigmBaseDark/docs.json +72 -0
  545. package/themes/paradigmBaseDark/index.css +16 -0
  546. package/themes/paradigmBaseDark/index.js +28 -0
  547. package/themes/paradigmBaseDark/index.json +28 -0
  548. package/themes/paradigmBaseDark/index.less +16 -0
  549. package/themes/paradigmBaseDark/index.pcss +16 -0
  550. package/themes/paradigmBaseDark/index.scss +16 -0
  551. package/themes/paradigmBaseDark/index.styl +16 -0
  552. package/themes/paradigmBaseDark/struct.json +28 -0
  553. package/themes/pharma/cssVars/declarations/index.css +17 -0
  554. package/themes/pharma/cssVars/declarations/noColors.css +1 -0
  555. package/themes/pharma/cssVars/declarations/noSizes.css +15 -0
  556. package/themes/pharma/cssVars/declarations/onlyColors.css +15 -0
  557. package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
  558. package/themes/pharma/cssVars/declarations/onlyMedia.css +1 -0
  559. package/themes/pharma/cssVars/declarations/onlyVariables.css +16 -0
  560. package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
  561. package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +16 -0
  562. package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  563. package/themes/pharma/cssVars/theme/fallbacks/index.css +16 -0
  564. package/themes/pharma/cssVars/theme/fallbacks/index.less +16 -0
  565. package/themes/pharma/cssVars/theme/fallbacks/index.pcss +16 -0
  566. package/themes/pharma/cssVars/theme/fallbacks/index.scss +16 -0
  567. package/themes/pharma/cssVars/theme/fallbacks/index.styl +16 -0
  568. package/themes/pharma/cssVars/theme/index.js +80 -0
  569. package/themes/pharma/cssVars/theme/index.json +80 -0
  570. package/themes/pharma/docs.json +72 -0
  571. package/themes/pharma/index.css +16 -0
  572. package/themes/pharma/index.js +28 -0
  573. package/themes/pharma/index.json +28 -0
  574. package/themes/pharma/index.less +16 -0
  575. package/themes/pharma/index.pcss +16 -0
  576. package/themes/pharma/index.scss +16 -0
  577. package/themes/pharma/index.styl +16 -0
  578. package/themes/pharma/struct.json +28 -0
  579. package/themes/portalUI/cssVars/declarations/index.css +17 -0
  580. package/themes/portalUI/cssVars/declarations/noColors.css +1 -0
  581. package/themes/portalUI/cssVars/declarations/noSizes.css +15 -0
  582. package/themes/portalUI/cssVars/declarations/onlyColors.css +15 -0
  583. package/themes/portalUI/cssVars/declarations/onlyColors.js +2 -2
  584. package/themes/portalUI/cssVars/declarations/onlyMedia.css +1 -0
  585. package/themes/portalUI/cssVars/declarations/onlyVariables.css +16 -0
  586. package/themes/portalUI/cssVars/declarations/onlyVariables.js +2 -2
  587. package/themes/portalUI/cssVars/declarations/onlyVariablesLocal.css +16 -0
  588. package/themes/portalUI/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  589. package/themes/portalUI/cssVars/theme/fallbacks/index.css +16 -0
  590. package/themes/portalUI/cssVars/theme/fallbacks/index.less +16 -0
  591. package/themes/portalUI/cssVars/theme/fallbacks/index.pcss +16 -0
  592. package/themes/portalUI/cssVars/theme/fallbacks/index.scss +16 -0
  593. package/themes/portalUI/cssVars/theme/fallbacks/index.styl +16 -0
  594. package/themes/portalUI/cssVars/theme/index.js +80 -0
  595. package/themes/portalUI/cssVars/theme/index.json +80 -0
  596. package/themes/portalUI/docs.json +72 -0
  597. package/themes/portalUI/index.css +16 -0
  598. package/themes/portalUI/index.js +28 -0
  599. package/themes/portalUI/index.json +28 -0
  600. package/themes/portalUI/index.less +16 -0
  601. package/themes/portalUI/index.pcss +16 -0
  602. package/themes/portalUI/index.scss +16 -0
  603. package/themes/portalUI/index.styl +16 -0
  604. package/themes/portalUI/struct.json +28 -0
  605. package/themes/portalUIDark/cssVars/declarations/index.css +17 -0
  606. package/themes/portalUIDark/cssVars/declarations/noColors.css +1 -0
  607. package/themes/portalUIDark/cssVars/declarations/noSizes.css +15 -0
  608. package/themes/portalUIDark/cssVars/declarations/onlyColors.css +15 -0
  609. package/themes/portalUIDark/cssVars/declarations/onlyColors.js +2 -2
  610. package/themes/portalUIDark/cssVars/declarations/onlyMedia.css +1 -0
  611. package/themes/portalUIDark/cssVars/declarations/onlyVariables.css +16 -0
  612. package/themes/portalUIDark/cssVars/declarations/onlyVariables.js +2 -2
  613. package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  614. package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  615. package/themes/portalUIDark/cssVars/theme/fallbacks/index.css +16 -0
  616. package/themes/portalUIDark/cssVars/theme/fallbacks/index.less +16 -0
  617. package/themes/portalUIDark/cssVars/theme/fallbacks/index.pcss +16 -0
  618. package/themes/portalUIDark/cssVars/theme/fallbacks/index.scss +16 -0
  619. package/themes/portalUIDark/cssVars/theme/fallbacks/index.styl +16 -0
  620. package/themes/portalUIDark/cssVars/theme/index.js +80 -0
  621. package/themes/portalUIDark/cssVars/theme/index.json +80 -0
  622. package/themes/portalUIDark/docs.json +72 -0
  623. package/themes/portalUIDark/index.css +16 -0
  624. package/themes/portalUIDark/index.js +28 -0
  625. package/themes/portalUIDark/index.json +28 -0
  626. package/themes/portalUIDark/index.less +16 -0
  627. package/themes/portalUIDark/index.pcss +16 -0
  628. package/themes/portalUIDark/index.scss +16 -0
  629. package/themes/portalUIDark/index.styl +16 -0
  630. package/themes/portalUIDark/struct.json +28 -0
  631. package/themes/promo/cssVars/declarations/index.css +17 -0
  632. package/themes/promo/cssVars/declarations/noColors.css +1 -0
  633. package/themes/promo/cssVars/declarations/noSizes.css +15 -0
  634. package/themes/promo/cssVars/declarations/onlyColors.css +15 -0
  635. package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
  636. package/themes/promo/cssVars/declarations/onlyMedia.css +1 -0
  637. package/themes/promo/cssVars/declarations/onlyVariables.css +16 -0
  638. package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
  639. package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +16 -0
  640. package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  641. package/themes/promo/cssVars/theme/fallbacks/index.css +16 -0
  642. package/themes/promo/cssVars/theme/fallbacks/index.less +16 -0
  643. package/themes/promo/cssVars/theme/fallbacks/index.pcss +16 -0
  644. package/themes/promo/cssVars/theme/fallbacks/index.scss +16 -0
  645. package/themes/promo/cssVars/theme/fallbacks/index.styl +16 -0
  646. package/themes/promo/cssVars/theme/index.js +80 -0
  647. package/themes/promo/cssVars/theme/index.json +80 -0
  648. package/themes/promo/docs.json +72 -0
  649. package/themes/promo/index.css +16 -0
  650. package/themes/promo/index.js +28 -0
  651. package/themes/promo/index.json +28 -0
  652. package/themes/promo/index.less +16 -0
  653. package/themes/promo/index.pcss +16 -0
  654. package/themes/promo/index.scss +16 -0
  655. package/themes/promo/index.styl +16 -0
  656. package/themes/promo/struct.json +28 -0
  657. package/themes/search/cssVars/declarations/index.css +17 -0
  658. package/themes/search/cssVars/declarations/noColors.css +1 -0
  659. package/themes/search/cssVars/declarations/noSizes.css +15 -0
  660. package/themes/search/cssVars/declarations/onlyColors.css +15 -0
  661. package/themes/search/cssVars/declarations/onlyColors.js +2 -2
  662. package/themes/search/cssVars/declarations/onlyMedia.css +1 -0
  663. package/themes/search/cssVars/declarations/onlyVariables.css +16 -0
  664. package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
  665. package/themes/search/cssVars/declarations/onlyVariablesLocal.css +16 -0
  666. package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  667. package/themes/search/cssVars/theme/fallbacks/index.css +16 -0
  668. package/themes/search/cssVars/theme/fallbacks/index.less +16 -0
  669. package/themes/search/cssVars/theme/fallbacks/index.pcss +16 -0
  670. package/themes/search/cssVars/theme/fallbacks/index.scss +16 -0
  671. package/themes/search/cssVars/theme/fallbacks/index.styl +16 -0
  672. package/themes/search/cssVars/theme/index.js +80 -0
  673. package/themes/search/cssVars/theme/index.json +80 -0
  674. package/themes/search/docs.json +72 -0
  675. package/themes/search/index.css +16 -0
  676. package/themes/search/index.js +28 -0
  677. package/themes/search/index.json +28 -0
  678. package/themes/search/index.less +16 -0
  679. package/themes/search/index.pcss +16 -0
  680. package/themes/search/index.scss +16 -0
  681. package/themes/search/index.styl +16 -0
  682. package/themes/search/struct.json +28 -0
  683. package/themes/todo/cssVars/declarations/index.css +17 -0
  684. package/themes/todo/cssVars/declarations/noColors.css +1 -0
  685. package/themes/todo/cssVars/declarations/noSizes.css +15 -0
  686. package/themes/todo/cssVars/declarations/onlyColors.css +15 -0
  687. package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
  688. package/themes/todo/cssVars/declarations/onlyMedia.css +1 -0
  689. package/themes/todo/cssVars/declarations/onlyVariables.css +16 -0
  690. package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
  691. package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +16 -0
  692. package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  693. package/themes/todo/cssVars/theme/fallbacks/index.css +16 -0
  694. package/themes/todo/cssVars/theme/fallbacks/index.less +16 -0
  695. package/themes/todo/cssVars/theme/fallbacks/index.pcss +16 -0
  696. package/themes/todo/cssVars/theme/fallbacks/index.scss +16 -0
  697. package/themes/todo/cssVars/theme/fallbacks/index.styl +16 -0
  698. package/themes/todo/cssVars/theme/index.js +80 -0
  699. package/themes/todo/cssVars/theme/index.json +80 -0
  700. package/themes/todo/docs.json +72 -0
  701. package/themes/todo/index.css +16 -0
  702. package/themes/todo/index.js +28 -0
  703. package/themes/todo/index.json +28 -0
  704. package/themes/todo/index.less +16 -0
  705. package/themes/todo/index.pcss +16 -0
  706. package/themes/todo/index.scss +16 -0
  707. package/themes/todo/index.styl +16 -0
  708. package/themes/todo/struct.json +28 -0
  709. package/themes/vkBase/cssVars/declarations/index.css +16 -0
  710. package/themes/vkBase/cssVars/declarations/noColors.css +1 -0
  711. package/themes/vkBase/cssVars/declarations/noSizes.css +15 -0
  712. package/themes/vkBase/cssVars/declarations/onlyColors.css +15 -0
  713. package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
  714. package/themes/vkBase/cssVars/declarations/onlyVariables.css +16 -0
  715. package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
  716. package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +16 -0
  717. package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  718. package/themes/vkBase/cssVars/theme/fallbacks/index.css +16 -0
  719. package/themes/vkBase/cssVars/theme/fallbacks/index.less +16 -0
  720. package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +16 -0
  721. package/themes/vkBase/cssVars/theme/fallbacks/index.scss +16 -0
  722. package/themes/vkBase/cssVars/theme/fallbacks/index.styl +16 -0
  723. package/themes/vkBase/cssVars/theme/index.js +80 -0
  724. package/themes/vkBase/cssVars/theme/index.json +80 -0
  725. package/themes/vkBase/docs.json +72 -0
  726. package/themes/vkBase/index.css +16 -0
  727. package/themes/vkBase/index.js +28 -0
  728. package/themes/vkBase/index.json +28 -0
  729. package/themes/vkBase/index.less +16 -0
  730. package/themes/vkBase/index.pcss +16 -0
  731. package/themes/vkBase/index.scss +16 -0
  732. package/themes/vkBase/index.styl +16 -0
  733. package/themes/vkBase/struct.json +28 -0
  734. package/themes/vkBaseDark/cssVars/declarations/index.css +16 -0
  735. package/themes/vkBaseDark/cssVars/declarations/noColors.css +1 -0
  736. package/themes/vkBaseDark/cssVars/declarations/noSizes.css +15 -0
  737. package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +15 -0
  738. package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
  739. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +16 -0
  740. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  741. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  742. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -0
  743. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +16 -0
  744. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +16 -0
  745. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +16 -0
  746. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +16 -0
  747. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +16 -0
  748. package/themes/vkBaseDark/cssVars/theme/index.js +80 -0
  749. package/themes/vkBaseDark/cssVars/theme/index.json +80 -0
  750. package/themes/vkBaseDark/docs.json +72 -0
  751. package/themes/vkBaseDark/index.css +16 -0
  752. package/themes/vkBaseDark/index.js +28 -0
  753. package/themes/vkBaseDark/index.json +28 -0
  754. package/themes/vkBaseDark/index.less +16 -0
  755. package/themes/vkBaseDark/index.pcss +16 -0
  756. package/themes/vkBaseDark/index.scss +16 -0
  757. package/themes/vkBaseDark/index.styl +16 -0
  758. package/themes/vkBaseDark/struct.json +28 -0
  759. package/themes/vkCom/cssVars/declarations/index.css +19 -3
  760. package/themes/vkCom/cssVars/declarations/noColors.css +1 -0
  761. package/themes/vkCom/cssVars/declarations/noSizes.css +18 -3
  762. package/themes/vkCom/cssVars/declarations/onlyColors.css +18 -3
  763. package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
  764. package/themes/vkCom/cssVars/declarations/onlyVariables.css +19 -3
  765. package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
  766. package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +19 -3
  767. package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -0
  768. package/themes/vkCom/cssVars/theme/fallbacks/index.css +19 -3
  769. package/themes/vkCom/cssVars/theme/fallbacks/index.less +19 -3
  770. package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +19 -3
  771. package/themes/vkCom/cssVars/theme/fallbacks/index.scss +19 -3
  772. package/themes/vkCom/cssVars/theme/fallbacks/index.styl +19 -3
  773. package/themes/vkCom/cssVars/theme/index.js +83 -3
  774. package/themes/vkCom/cssVars/theme/index.json +83 -3
  775. package/themes/vkCom/docs.json +72 -0
  776. package/themes/vkCom/index.css +19 -3
  777. package/themes/vkCom/index.js +31 -3
  778. package/themes/vkCom/index.json +31 -3
  779. package/themes/vkCom/index.less +19 -3
  780. package/themes/vkCom/index.pcss +19 -3
  781. package/themes/vkCom/index.scss +19 -3
  782. package/themes/vkCom/index.styl +19 -3
  783. package/themes/vkCom/struct.json +31 -3
  784. package/themes/vkComDark/cssVars/declarations/index.css +19 -3
  785. package/themes/vkComDark/cssVars/declarations/noColors.css +1 -0
  786. package/themes/vkComDark/cssVars/declarations/noSizes.css +18 -3
  787. package/themes/vkComDark/cssVars/declarations/onlyColors.css +18 -3
  788. package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
  789. package/themes/vkComDark/cssVars/declarations/onlyVariables.css +19 -3
  790. package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
  791. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +19 -3
  792. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -3
  793. package/themes/vkComDark/cssVars/theme/fallbacks/index.css +19 -3
  794. package/themes/vkComDark/cssVars/theme/fallbacks/index.less +19 -3
  795. package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +19 -3
  796. package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +19 -3
  797. package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +19 -3
  798. package/themes/vkComDark/cssVars/theme/index.js +83 -3
  799. package/themes/vkComDark/cssVars/theme/index.json +83 -3
  800. package/themes/vkComDark/docs.json +72 -0
  801. package/themes/vkComDark/index.css +19 -3
  802. package/themes/vkComDark/index.js +31 -3
  803. package/themes/vkComDark/index.json +31 -3
  804. package/themes/vkComDark/index.less +19 -3
  805. package/themes/vkComDark/index.pcss +19 -3
  806. package/themes/vkComDark/index.scss +19 -3
  807. package/themes/vkComDark/index.styl +19 -3
  808. package/themes/vkComDark/struct.json +31 -3
  809. package/themes/vkIOS/cssVars/declarations/index.css +16 -0
  810. package/themes/vkIOS/cssVars/declarations/noColors.css +1 -0
  811. package/themes/vkIOS/cssVars/declarations/noSizes.css +15 -0
  812. package/themes/vkIOS/cssVars/declarations/onlyColors.css +15 -0
  813. package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
  814. package/themes/vkIOS/cssVars/declarations/onlyVariables.css +16 -0
  815. package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
  816. package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +16 -0
  817. package/themes/vkIOS/cssVars/theme/fallbacks/index.css +16 -0
  818. package/themes/vkIOS/cssVars/theme/fallbacks/index.less +16 -0
  819. package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +16 -0
  820. package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +16 -0
  821. package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +16 -0
  822. package/themes/vkIOS/cssVars/theme/index.js +80 -0
  823. package/themes/vkIOS/cssVars/theme/index.json +80 -0
  824. package/themes/vkIOS/docs.json +72 -0
  825. package/themes/vkIOS/index.css +16 -0
  826. package/themes/vkIOS/index.js +28 -0
  827. package/themes/vkIOS/index.json +28 -0
  828. package/themes/vkIOS/index.less +16 -0
  829. package/themes/vkIOS/index.pcss +16 -0
  830. package/themes/vkIOS/index.scss +16 -0
  831. package/themes/vkIOS/index.styl +16 -0
  832. package/themes/vkIOS/struct.json +28 -0
  833. package/themes/vkIOSDark/cssVars/declarations/index.css +16 -0
  834. package/themes/vkIOSDark/cssVars/declarations/noColors.css +1 -0
  835. package/themes/vkIOSDark/cssVars/declarations/noSizes.css +15 -0
  836. package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +15 -0
  837. package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
  838. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +16 -0
  839. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  840. package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +16 -0
  841. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +16 -0
  842. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +16 -0
  843. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +16 -0
  844. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +16 -0
  845. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +16 -0
  846. package/themes/vkIOSDark/cssVars/theme/index.js +80 -0
  847. package/themes/vkIOSDark/cssVars/theme/index.json +80 -0
  848. package/themes/vkIOSDark/docs.json +72 -0
  849. package/themes/vkIOSDark/index.css +16 -0
  850. package/themes/vkIOSDark/index.js +28 -0
  851. package/themes/vkIOSDark/index.json +28 -0
  852. package/themes/vkIOSDark/index.less +16 -0
  853. package/themes/vkIOSDark/index.pcss +16 -0
  854. package/themes/vkIOSDark/index.scss +16 -0
  855. package/themes/vkIOSDark/index.styl +16 -0
  856. package/themes/vkIOSDark/struct.json +28 -0
  857. package/themes/vkontakteAndroid/cssVars/declarations/index.css +157 -0
  858. package/themes/vkontakteAndroid/cssVars/declarations/noColors.css +142 -0
  859. package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +156 -0
  860. package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +156 -0
  861. package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +2 -2
  862. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +157 -0
  863. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
  864. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +157 -0
  865. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +157 -0
  866. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +157 -0
  867. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +157 -0
  868. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +157 -0
  869. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +157 -0
  870. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +157 -0
  871. package/themes/vkontakteAndroid/cssVars/theme/index.js +738 -0
  872. package/themes/vkontakteAndroid/cssVars/theme/index.json +738 -0
  873. package/themes/vkontakteAndroid/docs.json +260 -0
  874. package/themes/vkontakteAndroid/index.css +157 -0
  875. package/themes/vkontakteAndroid/index.js +263 -0
  876. package/themes/vkontakteAndroid/index.json +263 -0
  877. package/themes/vkontakteAndroid/index.less +157 -0
  878. package/themes/vkontakteAndroid/index.pcss +157 -0
  879. package/themes/vkontakteAndroid/index.scss +157 -0
  880. package/themes/vkontakteAndroid/index.styl +157 -0
  881. package/themes/vkontakteAndroid/struct.json +263 -0
  882. package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +157 -0
  883. package/themes/vkontakteAndroidDark/cssVars/declarations/noColors.css +142 -0
  884. package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +156 -0
  885. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +156 -0
  886. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +2 -2
  887. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +157 -0
  888. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
  889. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +157 -0
  890. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +156 -0
  891. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +157 -0
  892. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +157 -0
  893. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +157 -0
  894. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +157 -0
  895. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +157 -0
  896. package/themes/vkontakteAndroidDark/cssVars/theme/index.js +738 -0
  897. package/themes/vkontakteAndroidDark/cssVars/theme/index.json +738 -0
  898. package/themes/vkontakteAndroidDark/docs.json +260 -0
  899. package/themes/vkontakteAndroidDark/index.css +157 -0
  900. package/themes/vkontakteAndroidDark/index.js +263 -0
  901. package/themes/vkontakteAndroidDark/index.json +263 -0
  902. package/themes/vkontakteAndroidDark/index.less +157 -0
  903. package/themes/vkontakteAndroidDark/index.pcss +157 -0
  904. package/themes/vkontakteAndroidDark/index.scss +157 -0
  905. package/themes/vkontakteAndroidDark/index.styl +157 -0
  906. package/themes/vkontakteAndroidDark/struct.json +263 -0
  907. package/themes/vkontakteCom/cssVars/declarations/index.css +160 -3
  908. package/themes/vkontakteCom/cssVars/declarations/noColors.css +142 -0
  909. package/themes/vkontakteCom/cssVars/declarations/noSizes.css +159 -3
  910. package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +159 -3
  911. package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
  912. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +160 -3
  913. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
  914. package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +160 -3
  915. package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocalIncremental.css +153 -0
  916. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +160 -3
  917. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +160 -3
  918. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +160 -3
  919. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +160 -3
  920. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +160 -3
  921. package/themes/vkontakteCom/cssVars/theme/index.js +741 -3
  922. package/themes/vkontakteCom/cssVars/theme/index.json +741 -3
  923. package/themes/vkontakteCom/docs.json +260 -0
  924. package/themes/vkontakteCom/index.css +160 -3
  925. package/themes/vkontakteCom/index.js +266 -3
  926. package/themes/vkontakteCom/index.json +266 -3
  927. package/themes/vkontakteCom/index.less +160 -3
  928. package/themes/vkontakteCom/index.pcss +160 -3
  929. package/themes/vkontakteCom/index.scss +160 -3
  930. package/themes/vkontakteCom/index.styl +160 -3
  931. package/themes/vkontakteCom/struct.json +266 -3
  932. package/themes/vkontakteComDark/cssVars/declarations/index.css +160 -3
  933. package/themes/vkontakteComDark/cssVars/declarations/noColors.css +142 -0
  934. package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +159 -3
  935. package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +159 -3
  936. package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
  937. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +160 -3
  938. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
  939. package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +160 -3
  940. package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +153 -3
  941. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +160 -3
  942. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +160 -3
  943. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +160 -3
  944. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +160 -3
  945. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +160 -3
  946. package/themes/vkontakteComDark/cssVars/theme/index.js +741 -3
  947. package/themes/vkontakteComDark/cssVars/theme/index.json +741 -3
  948. package/themes/vkontakteComDark/docs.json +260 -0
  949. package/themes/vkontakteComDark/index.css +160 -3
  950. package/themes/vkontakteComDark/index.js +266 -3
  951. package/themes/vkontakteComDark/index.json +266 -3
  952. package/themes/vkontakteComDark/index.less +160 -3
  953. package/themes/vkontakteComDark/index.pcss +160 -3
  954. package/themes/vkontakteComDark/index.scss +160 -3
  955. package/themes/vkontakteComDark/index.styl +160 -3
  956. package/themes/vkontakteComDark/struct.json +266 -3
  957. package/themes/vkontakteIOS/cssVars/declarations/index.css +157 -0
  958. package/themes/vkontakteIOS/cssVars/declarations/noColors.css +142 -0
  959. package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +156 -0
  960. package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +156 -0
  961. package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +2 -2
  962. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +157 -0
  963. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
  964. package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +157 -0
  965. package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +141 -0
  966. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +157 -0
  967. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +157 -0
  968. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +157 -0
  969. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +157 -0
  970. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +157 -0
  971. package/themes/vkontakteIOS/cssVars/theme/index.js +738 -0
  972. package/themes/vkontakteIOS/cssVars/theme/index.json +738 -0
  973. package/themes/vkontakteIOS/docs.json +260 -0
  974. package/themes/vkontakteIOS/index.css +157 -0
  975. package/themes/vkontakteIOS/index.js +263 -0
  976. package/themes/vkontakteIOS/index.json +263 -0
  977. package/themes/vkontakteIOS/index.less +157 -0
  978. package/themes/vkontakteIOS/index.pcss +157 -0
  979. package/themes/vkontakteIOS/index.scss +157 -0
  980. package/themes/vkontakteIOS/index.styl +157 -0
  981. package/themes/vkontakteIOS/struct.json +263 -0
  982. package/themes/vkontakteIOSDark/cssVars/declarations/index.css +157 -0
  983. package/themes/vkontakteIOSDark/cssVars/declarations/noColors.css +142 -0
  984. package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +156 -0
  985. package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +156 -0
  986. package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +2 -2
  987. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +157 -0
  988. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  989. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +157 -0
  990. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +141 -0
  991. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +157 -0
  992. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +157 -0
  993. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +157 -0
  994. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +157 -0
  995. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +157 -0
  996. package/themes/vkontakteIOSDark/cssVars/theme/index.js +738 -0
  997. package/themes/vkontakteIOSDark/cssVars/theme/index.json +738 -0
  998. package/themes/vkontakteIOSDark/docs.json +260 -0
  999. package/themes/vkontakteIOSDark/index.css +157 -0
  1000. package/themes/vkontakteIOSDark/index.js +263 -0
  1001. package/themes/vkontakteIOSDark/index.json +263 -0
  1002. package/themes/vkontakteIOSDark/index.less +157 -0
  1003. package/themes/vkontakteIOSDark/index.pcss +157 -0
  1004. package/themes/vkontakteIOSDark/index.scss +157 -0
  1005. package/themes/vkontakteIOSDark/index.styl +157 -0
  1006. package/themes/vkontakteIOSDark/struct.json +263 -0
  1007. package/themes/workspaceAdmin/cssVars/declarations/index.css +17 -0
  1008. package/themes/workspaceAdmin/cssVars/declarations/noColors.css +1 -0
  1009. package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +15 -0
  1010. package/themes/workspaceAdmin/cssVars/declarations/onlyColors.css +15 -0
  1011. package/themes/workspaceAdmin/cssVars/declarations/onlyColors.js +2 -2
  1012. package/themes/workspaceAdmin/cssVars/declarations/onlyMedia.css +1 -0
  1013. package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +16 -0
  1014. package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +2 -2
  1015. package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +16 -0
  1016. package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -0
  1017. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +16 -0
  1018. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +16 -0
  1019. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +16 -0
  1020. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +16 -0
  1021. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +16 -0
  1022. package/themes/workspaceAdmin/cssVars/theme/index.js +80 -0
  1023. package/themes/workspaceAdmin/cssVars/theme/index.json +80 -0
  1024. package/themes/workspaceAdmin/docs.json +72 -0
  1025. package/themes/workspaceAdmin/index.css +16 -0
  1026. package/themes/workspaceAdmin/index.js +28 -0
  1027. package/themes/workspaceAdmin/index.json +28 -0
  1028. package/themes/workspaceAdmin/index.less +16 -0
  1029. package/themes/workspaceAdmin/index.pcss +16 -0
  1030. package/themes/workspaceAdmin/index.scss +16 -0
  1031. package/themes/workspaceAdmin/index.styl +16 -0
  1032. package/themes/workspaceAdmin/struct.json +28 -0
@@ -216,6 +216,11 @@ export interface ColorsDescriptionStruct {
216
216
  * @tags color
217
217
  */
218
218
  colorLinkContrast: ColorDescription;
219
+ /**
220
+ * @desc Цвет текста для кнопок
221
+ * @tags color
222
+ */
223
+ colorTextButton: ColorDescription;
219
224
  /**
220
225
  * @desc Акцентный цвет иконок
221
226
  * @tags color, icon
@@ -291,6 +296,11 @@ export interface ColorsDescriptionStruct {
291
296
  * @tags color, icon
292
297
  */
293
298
  colorIconNegative: ColorDescription;
299
+ /**
300
+ * @desc Цвет иконок для кнопок
301
+ * @tags color, icon
302
+ */
303
+ colorIconButton: ColorDescription;
294
304
  /**
295
305
  * @desc Цвет акцентной обводки
296
306
  * @tags color,stroke
@@ -351,6 +361,11 @@ export interface ColorsDescriptionStruct {
351
361
  * @tags color, stroke
352
362
  */
353
363
  colorSeparatorPrimary3x: ColorDescription;
364
+ /**
365
+ * @desc Цвет обводки для кнопок
366
+ * @tags color, stroke
367
+ */
368
+ colorStrokeButton: ColorDescription;
354
369
  /**
355
370
  * @desc Палитра цветов. Голубой цвет
356
371
  * @tags color, palette
@@ -406,6 +421,11 @@ export interface ColorsDescriptionStruct {
406
421
  * @tags color, overlay
407
422
  */
408
423
  colorOverlayPrimary: ColorDescription;
424
+ /**
425
+ * @desc Вторичный цвет для подложек оверлеев
426
+ * @tags color, overlay
427
+ */
428
+ colorOverlaySecondary: ColorDescription;
409
429
  /**
410
430
  * @desc Фон для компонента Avatar. Не прозрачный
411
431
  * @tags color, component
@@ -491,6 +511,11 @@ export interface ColorsDescriptionStruct {
491
511
  * @tags color, component, background
492
512
  */
493
513
  colorSegmentedControl: ColorDescription;
514
+ /**
515
+ * @desc Цвет текста для неактивного таба в таббаре
516
+ * @tags color, component, background
517
+ */
518
+ colorTabbarTextInactive: ColorDescription;
494
519
  }
495
520
  export type Colors = {
496
521
  [key in keyof ColorsDescriptionStruct]: ColorWithStates;
@@ -40,6 +40,11 @@ export interface Sizes {
40
40
  * @tags size, stroke
41
41
  */
42
42
  sizeBorderRadius: number;
43
+ /**
44
+ * @desc Значение радиуса закругления для круглых кнопок
45
+ * @tags size, stroke
46
+ */
47
+ sizeBorderRadiusRounded: number;
43
48
  /**
44
49
  * @desc Legacy
45
50
  * @tags size, legacy
@@ -177,10 +177,57 @@ export interface VkontakteAndroidGradients {
177
177
  }
178
178
  export interface LocalVkontakteAndroidColorsDescriptionStruct {
179
179
  vkontakteColorSnippetBorderAlpha: ColorDescription;
180
+ vkontakteColorSnippetBackground: ColorDescription;
180
181
  vkontakteColorModalCardBorderAlpha: ColorDescription;
181
182
  vkontakteColorLandingSnippetBorderAlpha: ColorDescription;
182
183
  vkontakteColorActionSheetSeparatorAlpha: ColorDescription;
183
184
  vkontakteColorInputBorder: ColorDescription;
185
+ vkontakteColorSearchBarBackground: ColorDescription;
186
+ vkontakteBackgroundHoverAlpha: ColorDescription;
187
+ vkontakteColorBackgroundSuggestions: ColorDescription;
188
+ vkontakteColorTextName: ColorDescription;
189
+ vkontakteColorAccentAlternate: ColorDescription;
190
+ vkontakteColorBackgroundKeyboard: ColorDescription;
191
+ vkontakteColorContentPlaceholderIcon: ColorDescription;
192
+ vkontakteColorContentTintForeground: ColorDescription;
193
+ vkontakteColorControlBackground: ColorDescription;
194
+ vkontakteColorControlForeground: ColorDescription;
195
+ vkontakteColorControlTintMuted: ColorDescription;
196
+ vkontakteColorHeaderSearchFieldBackground: ColorDescription;
197
+ vkontakteColorHeaderSearchFieldTint: ColorDescription;
198
+ vkontakteColorHeaderTabActiveIndicator: ColorDescription;
199
+ vkontakteColorIconOutlineMedium: ColorDescription;
200
+ vkontakteColorIconOutlineSecondary: ColorDescription;
201
+ vkontakteColorSkeletonShimmerFrom: ColorDescription;
202
+ vkontakteColorAlphaSkeletonShimmerTo: ColorDescription;
203
+ vkontakteColorLoaderBackground: ColorDescription;
204
+ vkontakteColorLoaderTint: ColorDescription;
205
+ vkontakteColorMusicPlaybackIcon: ColorDescription;
206
+ vkontakteColorStatusBackground: ColorDescription;
207
+ vkontakteColorPlaceholderIconForegroundPrimary: ColorDescription;
208
+ vkontakteColorPlaceholderIconForegroundSecondary: ColorDescription;
209
+ vkontakteColorPlaceholderIconTint: ColorDescription;
210
+ vkontakteColorPollOptionBackground: ColorDescription;
211
+ vkontakteColorSearchBarFieldTint: ColorDescription;
212
+ vkontakteColorTabbarActiveIcon: ColorDescription;
213
+ vkontakteColorTabbarBackground: ColorDescription;
214
+ vkontakteColorTabbarInactiveIcon: ColorDescription;
215
+ vkontakteColorTabbarTabletTextSecondary: ColorDescription;
216
+ vkontakteColorToolbarAttachBackgroundFrom: ColorDescription;
217
+ vkontakteColorSplashScreenIcon: ColorDescription;
218
+ vkontakteColorIconName: ColorDescription;
219
+ vkontakteColorPanelTabActiveText: ColorDescription;
220
+ vkontakteColorBackgroundTextAlpha: ColorDescription;
221
+ vkontakteImReplySeparator: ColorDescription;
222
+ vkontakteImToolbarVoiceMsgBackground: ColorDescription;
223
+ vkontakteColorModalCardHeaderClose: ColorDescription;
224
+ vkontakteImBubbleButtonOutgoingBackgroundAlpha: ColorDescription;
225
+ vkontakteImBubbleButtonForeground: ColorDescription;
226
+ vkontakteImBubbleIncomingHighlighted: ColorDescription;
227
+ vkontakteImBubbleGiftBackground: ColorDescription;
228
+ vkontakteImBubbleGiftBackgroundHighlighted: ColorDescription;
229
+ vkontakteImBubbleOutgoingAlternate: ColorDescription;
230
+ vkontakteImAttachTint: ColorDescription;
184
231
  vkontakteColorImForwardLineAlpha: ColorDescription;
185
232
  vkontakteColorImBubbleBorderAlternateHighlightedAlpha: ColorDescription;
186
233
  vkontakteColorImBubbleIncoming: ColorDescription;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/vkui-tokens",
3
- "version": "4.36.0",
3
+ "version": "4.37.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "license": "MIT",
6
6
  "main": "utils/descriptions.js",
@@ -32,7 +32,7 @@
32
32
  "csstype": "^3.1.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@babel/core": "7.21.8",
35
+ "@babel/core": "7.22.10",
36
36
  "@svgr/webpack": "8.0.1",
37
37
  "@types/color": "3.0.3",
38
38
  "@types/common-tags": "1.8.1",
@@ -43,12 +43,12 @@
43
43
  "@typescript-eslint/eslint-plugin": "4.33.0",
44
44
  "@typescript-eslint/parser": "4.33.0",
45
45
  "@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.4",
46
- "@vkontakte/icons": "2.34.0",
46
+ "@vkontakte/icons": "2.54.0",
47
47
  "@vkontakte/prettier-config": "0.1.0",
48
48
  "@vkontakte/vk-bridge": "2.7.2",
49
49
  "@vkontakte/vkjs": "0.32.2",
50
50
  "@vkontakte/vkui": "5.4.1",
51
- "babel-jest": "29.5.0",
51
+ "babel-jest": "29.6.2",
52
52
  "babel-loader": "9.1.2",
53
53
  "clean-webpack-plugin": "4.0.0",
54
54
  "clsx": "1.2.1",
@@ -82,6 +82,7 @@ exports.lightColors = {
82
82
  colorTextContrastThemed: '#FFFFFF',
83
83
  colorLinkContrast: '#FFFFFF',
84
84
  colorTextPositive: '#0DC268',
85
+ colorTextButton: '#005FF9',
85
86
  // Icons
86
87
  colorIconAccent: '#005FF9',
87
88
  colorIconAccentThemed: '#005FF9',
@@ -98,6 +99,7 @@ exports.lightColors = {
98
99
  colorIconContrastThemed: '#FFFFFF',
99
100
  colorIconPositive: '#0DC268',
100
101
  colorIconContrastSecondary: '#F2F3F5',
102
+ colorIconButton: '#005FF9',
101
103
  // Stroke
102
104
  colorStrokeAccent: '#005FF9',
103
105
  colorStrokeAccentThemed: '#005FF9',
@@ -111,6 +113,7 @@ exports.lightColors = {
111
113
  colorStrokePositive: '#0DC268',
112
114
  colorSeparatorPrimary2x: '#CDD0D5',
113
115
  colorSeparatorPrimary3x: '#BFC3CA',
116
+ colorStrokeButton: '#005FF9',
114
117
  // Palette
115
118
  colorAccentBlue: '#005FF9',
116
119
  colorAccentGray: '#A5A7AD',
@@ -140,7 +143,9 @@ exports.lightColors = {
140
143
  colorAvatarOverlay: 'rgba(145, 147, 153, 0.48)',
141
144
  colorAvatarOverlayInverseAlpha: 'rgba(255, 255, 255, 0.85)',
142
145
  colorOverlayPrimary: 'rgba(0, 0, 0, 0.48)',
146
+ colorOverlaySecondary: 'rgb(44, 45, 46, 0.5)',
143
147
  colorSegmentedControl: '#FFFFFF',
148
+ colorTabbarTextInactive: '#99A2AD',
144
149
  colorTransparent: 'transparent',
145
150
  },
146
151
  };
@@ -199,6 +204,7 @@ exports.darkColors = {
199
204
  colorTextContrastThemed: '#2C2D2E',
200
205
  colorLinkContrast: '#FFFFFF',
201
206
  colorTextPositive: '#0DC268',
207
+ colorTextButton: '#FFFFFF',
202
208
  // Icons
203
209
  colorIconAccent: '#3C82FD',
204
210
  colorIconAccentThemed: '#FFFFFF',
@@ -215,6 +221,7 @@ exports.darkColors = {
215
221
  colorIconContrastThemed: '#2C2D2E',
216
222
  colorIconPositive: '#0DC268',
217
223
  colorIconContrastSecondary: '#F2F3F5',
224
+ colorIconButton: '#FFFFFF',
218
225
  // Stroke
219
226
  colorStrokeAccent: '#3C82FD',
220
227
  colorStrokeAccentThemed: '#FFFFFF',
@@ -228,6 +235,7 @@ exports.darkColors = {
228
235
  colorSeparatorPrimary2x: '#202022',
229
236
  colorSeparatorPrimary3x: '#2d2d2f',
230
237
  colorStrokePositive: '#0DC268',
238
+ colorStrokeButton: '#FFFFFF',
231
239
  // Palette
232
240
  colorAccentBlue: '#2775FC',
233
241
  colorAccentGray: '#9C9DA2',
@@ -257,7 +265,9 @@ exports.darkColors = {
257
265
  colorAvatarOverlay: 'rgba(176, 178, 182, 0.48)',
258
266
  colorAvatarOverlayInverseAlpha: 'rgba(255, 255, 255, 0.85)',
259
267
  colorOverlayPrimary: 'rgba(0, 0, 0, 0.48)',
268
+ colorOverlaySecondary: 'rgb(55, 56, 57, 0.5)',
260
269
  colorSegmentedControl: '#626364',
270
+ colorTabbarTextInactive: '#76787A',
261
271
  colorTransparent: 'transparent',
262
272
  },
263
273
  };
@@ -419,6 +429,8 @@ exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, export
419
429
  compact: 24,
420
430
  }, sizeBorderRadius: {
421
431
  regular: 8,
432
+ }, sizeBorderRadiusRounded: {
433
+ regular: 48,
422
434
  }, sizeCheckBorderRadius: {
423
435
  regular: 4,
424
436
  }, sizeBorderRadiusPaper: {
@@ -113,6 +113,10 @@ var colorFromFigma = function (colorsScheme) {
113
113
  colorTextLinkVisited: text.text_link_visited,
114
114
  colorTextMuted: text.text_muted,
115
115
  colorLinkContrast: text.link_contrast,
116
+ colorTextButton: {
117
+ light: '#2688eb',
118
+ dark: '#ffffff',
119
+ }[colorsScheme],
116
120
  // Icons
117
121
  colorIconAccent: icons.icon_accent,
118
122
  colorIconAccentThemed: icons.icon_accent_themed,
@@ -129,6 +133,10 @@ var colorFromFigma = function (colorsScheme) {
129
133
  colorIconContrastSecondary: icons.icon_contrast_secondary,
130
134
  colorIconPositive: icons.icon_positive,
131
135
  colorIconNegative: icons.icon_negative,
136
+ colorIconButton: {
137
+ light: '#2688eb',
138
+ dark: '#ffffff',
139
+ }[colorsScheme],
132
140
  // Stroke
133
141
  colorStrokeAccent: stroke.stroke_accent,
134
142
  colorStrokeAccentThemed: stroke.stroke_accent_themed,
@@ -155,6 +163,10 @@ var colorFromFigma = function (colorsScheme) {
155
163
  },
156
164
  dark: 'rgba(255, 255, 255, 0.12)',
157
165
  }[colorsScheme],
166
+ colorStrokeButton: {
167
+ light: '#2688eb',
168
+ dark: '#ffffff',
169
+ }[colorsScheme],
158
170
  // Palette
159
171
  colorAccentBlue: palette.accent_blue,
160
172
  colorAccentGray: palette.accent_gray,
@@ -168,6 +180,10 @@ var colorFromFigma = function (colorsScheme) {
168
180
  colorAccentSecondary: palette.accent_secondary,
169
181
  // Other
170
182
  colorOverlayPrimary: other.overlay_primary,
183
+ colorOverlaySecondary: {
184
+ light: 'rgb(44, 45, 46, 0.5)',
185
+ dark: 'rgb(55, 56, 57, 0.5)',
186
+ }[colorsScheme],
171
187
  colorAvatarOverlay: other.avatar_overlay_alpha,
172
188
  colorAvatarOverlayInverseAlpha: other.avatar_overlay_inverse_alpha,
173
189
  colorActionSheetText: other.action_sheet_text,
@@ -187,6 +203,10 @@ var colorFromFigma = function (colorsScheme) {
187
203
  colorSearchFieldBackground: other.search_field_background,
188
204
  colorPanelHeaderIcon: other.panel_header_icon,
189
205
  colorSegmentedControl: other.segmented_control,
206
+ colorTabbarTextInactive: {
207
+ light: '#99a2ad',
208
+ dark: '#76787a',
209
+ }[colorsScheme],
190
210
  colorTransparent: 'transparent',
191
211
  },
192
212
  };
@@ -368,6 +388,8 @@ exports.lightTheme = __assign(__assign(__assign(__assign({ themeName: 'vkBase',
368
388
  regular: 16,
369
389
  }, sizeBorderRadius: {
370
390
  regular: 8,
391
+ }, sizeBorderRadiusRounded: {
392
+ regular: 48,
371
393
  }, sizeCheckBorderRadius: {
372
394
  regular: 4,
373
395
  }, sizeBorderRadiusPaper: {
@@ -159,6 +159,7 @@
159
159
  --vkui--size_popup_header_padding--compact: 24px;
160
160
  --vkui--size_border_radius--compact: 8px;
161
161
  --vkui--size_border_radius--regular: 8px;
162
+ --vkui--size_border_radius_rounded--regular: 48px;
162
163
  --vkui--size_check_border_radius--regular: 4px;
163
164
  --vkui--size_border_radius_paper--regular: 12px;
164
165
  --vkui--size_border_radius_promo--regular: 20px;
@@ -498,6 +499,9 @@
498
499
  --vkui--color_text_positive: #0DC268;
499
500
  --vkui--color_text_positive--hover: #0CBB66;
500
501
  --vkui--color_text_positive--active: #0CB465;
502
+ --vkui--color_text_button: #005FF9;
503
+ --vkui--color_text_button--hover: #005CF1;
504
+ --vkui--color_text_button--active: #0059EA;
501
505
  --vkui--color_icon_accent: #005FF9;
502
506
  --vkui--color_icon_accent--hover: #005CF1;
503
507
  --vkui--color_icon_accent--active: #0059EA;
@@ -543,6 +547,9 @@
543
547
  --vkui--color_icon_contrast_secondary: #F2F3F5;
544
548
  --vkui--color_icon_contrast_secondary--hover: #E8EAEE;
545
549
  --vkui--color_icon_contrast_secondary--active: #DFE1E6;
550
+ --vkui--color_icon_button: #005FF9;
551
+ --vkui--color_icon_button--hover: #005CF1;
552
+ --vkui--color_icon_button--active: #0059EA;
546
553
  --vkui--color_stroke_accent: #005FF9;
547
554
  --vkui--color_stroke_accent--hover: #005CF1;
548
555
  --vkui--color_stroke_accent--active: #0059EA;
@@ -579,6 +586,9 @@
579
586
  --vkui--color_separator_primary3x: #BFC3CA;
580
587
  --vkui--color_separator_primary3x--hover: #B7BCC4;
581
588
  --vkui--color_separator_primary3x--active: #B0B5BF;
589
+ --vkui--color_stroke_button: #005FF9;
590
+ --vkui--color_stroke_button--hover: #005CF1;
591
+ --vkui--color_stroke_button--active: #0059EA;
582
592
  --vkui--color_accent_blue: #005FF9;
583
593
  --vkui--color_accent_blue--hover: #005CF1;
584
594
  --vkui--color_accent_blue--active: #0059EA;
@@ -660,9 +670,15 @@
660
670
  --vkui--color_overlay_primary: rgba(0, 0, 0, 0.48);
661
671
  --vkui--color_overlay_primary--hover: rgba(0, 0, 0, 0.52);
662
672
  --vkui--color_overlay_primary--active: rgba(0, 0, 0, 0.56);
673
+ --vkui--color_overlay_secondary: rgb(44, 45, 46, 0.5);
674
+ --vkui--color_overlay_secondary--hover: rgba(44, 45, 46, 0.54);
675
+ --vkui--color_overlay_secondary--active: rgba(44, 45, 46, 0.58);
663
676
  --vkui--color_segmented_control: #FFFFFF;
664
677
  --vkui--color_segmented_control--hover: #F5F5F7;
665
678
  --vkui--color_segmented_control--active: #EBECEF;
679
+ --vkui--color_tabbar_text_inactive: #99A2AD;
680
+ --vkui--color_tabbar_text_inactive--hover: #939CA9;
681
+ --vkui--color_tabbar_text_inactive--active: #8D96A4;
666
682
  --vkui--color_transparent: transparent;
667
683
  --vkui--color_transparent--hover: rgba(0, 16, 61, 0.04);
668
684
  --vkui--color_transparent--active: rgba(0, 16, 61, 0.08);
@@ -1736,6 +1752,7 @@
1736
1752
  --vkui--size_popup_base_padding: var(--vkui--size_popup_base_padding--regular);
1737
1753
  --vkui--size_popup_header_padding: var(--vkui--size_popup_header_padding--regular);
1738
1754
  --vkui--size_border_radius: var(--vkui--size_border_radius--regular);
1755
+ --vkui--size_border_radius_rounded: 48px;
1739
1756
  --vkui--size_check_border_radius: 4px;
1740
1757
  --vkui--size_border_radius_paper: 12px;
1741
1758
  --vkui--size_border_radius_promo: 20px;
@@ -159,6 +159,7 @@
159
159
  --vkui--size_popup_header_padding--compact: 24px;
160
160
  --vkui--size_border_radius--compact: 8px;
161
161
  --vkui--size_border_radius--regular: 8px;
162
+ --vkui--size_border_radius_rounded--regular: 48px;
162
163
  --vkui--size_check_border_radius--regular: 4px;
163
164
  --vkui--size_border_radius_paper--regular: 12px;
164
165
  --vkui--size_border_radius_promo--regular: 20px;
@@ -150,6 +150,9 @@
150
150
  --vkui--color_text_positive: #0DC268;
151
151
  --vkui--color_text_positive--hover: #0CBB66;
152
152
  --vkui--color_text_positive--active: #0CB465;
153
+ --vkui--color_text_button: #005FF9;
154
+ --vkui--color_text_button--hover: #005CF1;
155
+ --vkui--color_text_button--active: #0059EA;
153
156
  --vkui--color_icon_accent: #005FF9;
154
157
  --vkui--color_icon_accent--hover: #005CF1;
155
158
  --vkui--color_icon_accent--active: #0059EA;
@@ -195,6 +198,9 @@
195
198
  --vkui--color_icon_contrast_secondary: #F2F3F5;
196
199
  --vkui--color_icon_contrast_secondary--hover: #E8EAEE;
197
200
  --vkui--color_icon_contrast_secondary--active: #DFE1E6;
201
+ --vkui--color_icon_button: #005FF9;
202
+ --vkui--color_icon_button--hover: #005CF1;
203
+ --vkui--color_icon_button--active: #0059EA;
198
204
  --vkui--color_stroke_accent: #005FF9;
199
205
  --vkui--color_stroke_accent--hover: #005CF1;
200
206
  --vkui--color_stroke_accent--active: #0059EA;
@@ -231,6 +237,9 @@
231
237
  --vkui--color_separator_primary3x: #BFC3CA;
232
238
  --vkui--color_separator_primary3x--hover: #B7BCC4;
233
239
  --vkui--color_separator_primary3x--active: #B0B5BF;
240
+ --vkui--color_stroke_button: #005FF9;
241
+ --vkui--color_stroke_button--hover: #005CF1;
242
+ --vkui--color_stroke_button--active: #0059EA;
234
243
  --vkui--color_accent_blue: #005FF9;
235
244
  --vkui--color_accent_blue--hover: #005CF1;
236
245
  --vkui--color_accent_blue--active: #0059EA;
@@ -312,9 +321,15 @@
312
321
  --vkui--color_overlay_primary: rgba(0, 0, 0, 0.48);
313
322
  --vkui--color_overlay_primary--hover: rgba(0, 0, 0, 0.52);
314
323
  --vkui--color_overlay_primary--active: rgba(0, 0, 0, 0.56);
324
+ --vkui--color_overlay_secondary: rgb(44, 45, 46, 0.5);
325
+ --vkui--color_overlay_secondary--hover: rgba(44, 45, 46, 0.54);
326
+ --vkui--color_overlay_secondary--active: rgba(44, 45, 46, 0.58);
315
327
  --vkui--color_segmented_control: #FFFFFF;
316
328
  --vkui--color_segmented_control--hover: #F5F5F7;
317
329
  --vkui--color_segmented_control--active: #EBECEF;
330
+ --vkui--color_tabbar_text_inactive: #99A2AD;
331
+ --vkui--color_tabbar_text_inactive--hover: #939CA9;
332
+ --vkui--color_tabbar_text_inactive--active: #8D96A4;
318
333
  --vkui--color_transparent: transparent;
319
334
  --vkui--color_transparent--hover: rgba(0, 16, 61, 0.04);
320
335
  --vkui--color_transparent--active: rgba(0, 16, 61, 0.08);
@@ -113,6 +113,9 @@
113
113
  --vkui--color_text_positive: #0DC268;
114
114
  --vkui--color_text_positive--hover: #0CBB66;
115
115
  --vkui--color_text_positive--active: #0CB465;
116
+ --vkui--color_text_button: #005FF9;
117
+ --vkui--color_text_button--hover: #005CF1;
118
+ --vkui--color_text_button--active: #0059EA;
116
119
  --vkui--color_icon_accent: #005FF9;
117
120
  --vkui--color_icon_accent--hover: #005CF1;
118
121
  --vkui--color_icon_accent--active: #0059EA;
@@ -158,6 +161,9 @@
158
161
  --vkui--color_icon_contrast_secondary: #F2F3F5;
159
162
  --vkui--color_icon_contrast_secondary--hover: #E8EAEE;
160
163
  --vkui--color_icon_contrast_secondary--active: #DFE1E6;
164
+ --vkui--color_icon_button: #005FF9;
165
+ --vkui--color_icon_button--hover: #005CF1;
166
+ --vkui--color_icon_button--active: #0059EA;
161
167
  --vkui--color_stroke_accent: #005FF9;
162
168
  --vkui--color_stroke_accent--hover: #005CF1;
163
169
  --vkui--color_stroke_accent--active: #0059EA;
@@ -194,6 +200,9 @@
194
200
  --vkui--color_separator_primary3x: #BFC3CA;
195
201
  --vkui--color_separator_primary3x--hover: #B7BCC4;
196
202
  --vkui--color_separator_primary3x--active: #B0B5BF;
203
+ --vkui--color_stroke_button: #005FF9;
204
+ --vkui--color_stroke_button--hover: #005CF1;
205
+ --vkui--color_stroke_button--active: #0059EA;
197
206
  --vkui--color_accent_blue: #005FF9;
198
207
  --vkui--color_accent_blue--hover: #005CF1;
199
208
  --vkui--color_accent_blue--active: #0059EA;
@@ -275,9 +284,15 @@
275
284
  --vkui--color_overlay_primary: rgba(0, 0, 0, 0.48);
276
285
  --vkui--color_overlay_primary--hover: rgba(0, 0, 0, 0.52);
277
286
  --vkui--color_overlay_primary--active: rgba(0, 0, 0, 0.56);
287
+ --vkui--color_overlay_secondary: rgb(44, 45, 46, 0.5);
288
+ --vkui--color_overlay_secondary--hover: rgba(44, 45, 46, 0.54);
289
+ --vkui--color_overlay_secondary--active: rgba(44, 45, 46, 0.58);
278
290
  --vkui--color_segmented_control: #FFFFFF;
279
291
  --vkui--color_segmented_control--hover: #F5F5F7;
280
292
  --vkui--color_segmented_control--active: #EBECEF;
293
+ --vkui--color_tabbar_text_inactive: #99A2AD;
294
+ --vkui--color_tabbar_text_inactive--hover: #939CA9;
295
+ --vkui--color_tabbar_text_inactive--active: #8D96A4;
281
296
  --vkui--color_transparent: transparent;
282
297
  --vkui--color_transparent--hover: rgba(0, 16, 61, 0.04);
283
298
  --vkui--color_transparent--active: rgba(0, 16, 61, 0.08);