@vkontakte/vkui-tokens 4.30.1-dev-ff0eeb.0 → 4.31.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 (832) hide show
  1. package/interfaces/general/colors/index.d.ts +5 -0
  2. package/interfaces/namespaces/vk/index.d.ts +0 -203
  3. package/interfaces/namespaces/vk/index.js +1 -2
  4. package/interfaces/themes/calendar/index.d.ts +1 -0
  5. package/interfaces/themes/octavius/index.d.ts +1 -0
  6. package/interfaces/themes/pulse/index.d.ts +1 -1
  7. package/interfaces/themes/vkBase/index.d.ts +4 -4
  8. package/interfaces/themes/vkBaseDark/index.d.ts +4 -4
  9. package/package.json +5 -5
  10. package/themeDescriptions/base/paradigm.js +3 -1
  11. package/themeDescriptions/base/vk.d.ts +3 -8
  12. package/themeDescriptions/base/vk.js +12 -74
  13. package/themes/calendar/cssVars/declarations/index.css +8 -4
  14. package/themes/calendar/cssVars/declarations/noColors.css +2 -1
  15. package/themes/calendar/cssVars/declarations/noSizes.css +8 -4
  16. package/themes/calendar/cssVars/declarations/onlyColors.css +6 -3
  17. package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
  18. package/themes/calendar/cssVars/declarations/onlyVariables.css +8 -4
  19. package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
  20. package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +8 -4
  21. package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +8 -4
  22. package/themes/calendar/cssVars/theme/fallbacks/index.css +8 -4
  23. package/themes/calendar/cssVars/theme/fallbacks/index.less +8 -4
  24. package/themes/calendar/cssVars/theme/fallbacks/index.pcss +8 -4
  25. package/themes/calendar/cssVars/theme/fallbacks/index.scss +8 -4
  26. package/themes/calendar/cssVars/theme/fallbacks/index.styl +8 -4
  27. package/themes/calendar/cssVars/theme/index.js +22 -4
  28. package/themes/calendar/cssVars/theme/index.json +22 -4
  29. package/themes/calendar/docs.json +16 -0
  30. package/themes/calendar/index.css +8 -4
  31. package/themes/calendar/index.js +10 -4
  32. package/themes/calendar/index.json +10 -4
  33. package/themes/calendar/index.less +8 -4
  34. package/themes/calendar/index.pcss +8 -4
  35. package/themes/calendar/index.scss +8 -4
  36. package/themes/calendar/index.styl +8 -4
  37. package/themes/calendar/struct.json +10 -4
  38. package/themes/calendarDark/cssVars/declarations/index.css +5 -1
  39. package/themes/calendarDark/cssVars/declarations/noColors.css +2 -1
  40. package/themes/calendarDark/cssVars/declarations/noSizes.css +5 -1
  41. package/themes/calendarDark/cssVars/declarations/onlyColors.css +3 -0
  42. package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
  43. package/themes/calendarDark/cssVars/declarations/onlyVariables.css +5 -1
  44. package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
  45. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +5 -1
  46. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +5 -1
  47. package/themes/calendarDark/cssVars/theme/fallbacks/index.css +5 -1
  48. package/themes/calendarDark/cssVars/theme/fallbacks/index.less +5 -1
  49. package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +5 -1
  50. package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +5 -1
  51. package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +5 -1
  52. package/themes/calendarDark/cssVars/theme/index.js +19 -1
  53. package/themes/calendarDark/cssVars/theme/index.json +19 -1
  54. package/themes/calendarDark/docs.json +16 -0
  55. package/themes/calendarDark/index.css +5 -1
  56. package/themes/calendarDark/index.js +7 -1
  57. package/themes/calendarDark/index.json +7 -1
  58. package/themes/calendarDark/index.less +5 -1
  59. package/themes/calendarDark/index.pcss +5 -1
  60. package/themes/calendarDark/index.scss +5 -1
  61. package/themes/calendarDark/index.styl +5 -1
  62. package/themes/calendarDark/struct.json +7 -1
  63. package/themes/calls/cssVars/declarations/index.css +3 -0
  64. package/themes/calls/cssVars/declarations/noSizes.css +3 -0
  65. package/themes/calls/cssVars/declarations/onlyColors.css +3 -0
  66. package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
  67. package/themes/calls/cssVars/declarations/onlyVariables.css +3 -0
  68. package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
  69. package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +3 -0
  70. package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  71. package/themes/calls/cssVars/theme/fallbacks/index.css +3 -0
  72. package/themes/calls/cssVars/theme/fallbacks/index.less +3 -0
  73. package/themes/calls/cssVars/theme/fallbacks/index.pcss +3 -0
  74. package/themes/calls/cssVars/theme/fallbacks/index.scss +3 -0
  75. package/themes/calls/cssVars/theme/fallbacks/index.styl +3 -0
  76. package/themes/calls/cssVars/theme/index.js +14 -0
  77. package/themes/calls/cssVars/theme/index.json +14 -0
  78. package/themes/calls/docs.json +12 -0
  79. package/themes/calls/index.css +3 -0
  80. package/themes/calls/index.js +5 -0
  81. package/themes/calls/index.json +5 -0
  82. package/themes/calls/index.less +3 -0
  83. package/themes/calls/index.pcss +3 -0
  84. package/themes/calls/index.scss +3 -0
  85. package/themes/calls/index.styl +3 -0
  86. package/themes/calls/struct.json +5 -0
  87. package/themes/cloud/cssVars/declarations/index.css +7 -4
  88. package/themes/cloud/cssVars/declarations/noColors.css +1 -1
  89. package/themes/cloud/cssVars/declarations/noSizes.css +7 -4
  90. package/themes/cloud/cssVars/declarations/onlyColors.css +6 -3
  91. package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
  92. package/themes/cloud/cssVars/declarations/onlyVariables.css +7 -4
  93. package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
  94. package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +7 -4
  95. package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
  96. package/themes/cloud/cssVars/theme/fallbacks/index.css +7 -4
  97. package/themes/cloud/cssVars/theme/fallbacks/index.less +7 -4
  98. package/themes/cloud/cssVars/theme/fallbacks/index.pcss +7 -4
  99. package/themes/cloud/cssVars/theme/fallbacks/index.scss +7 -4
  100. package/themes/cloud/cssVars/theme/fallbacks/index.styl +7 -4
  101. package/themes/cloud/cssVars/theme/index.js +18 -4
  102. package/themes/cloud/cssVars/theme/index.json +18 -4
  103. package/themes/cloud/docs.json +12 -0
  104. package/themes/cloud/index.css +7 -4
  105. package/themes/cloud/index.js +9 -4
  106. package/themes/cloud/index.json +9 -4
  107. package/themes/cloud/index.less +7 -4
  108. package/themes/cloud/index.pcss +7 -4
  109. package/themes/cloud/index.scss +7 -4
  110. package/themes/cloud/index.styl +7 -4
  111. package/themes/cloud/struct.json +9 -4
  112. package/themes/cloudDark/cssVars/declarations/index.css +3 -0
  113. package/themes/cloudDark/cssVars/declarations/noSizes.css +3 -0
  114. package/themes/cloudDark/cssVars/declarations/onlyColors.css +3 -0
  115. package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
  116. package/themes/cloudDark/cssVars/declarations/onlyVariables.css +3 -0
  117. package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
  118. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  119. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  120. package/themes/cloudDark/cssVars/theme/fallbacks/index.css +3 -0
  121. package/themes/cloudDark/cssVars/theme/fallbacks/index.less +3 -0
  122. package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +3 -0
  123. package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +3 -0
  124. package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +3 -0
  125. package/themes/cloudDark/cssVars/theme/index.js +14 -0
  126. package/themes/cloudDark/cssVars/theme/index.json +14 -0
  127. package/themes/cloudDark/docs.json +12 -0
  128. package/themes/cloudDark/index.css +3 -0
  129. package/themes/cloudDark/index.js +5 -0
  130. package/themes/cloudDark/index.json +5 -0
  131. package/themes/cloudDark/index.less +3 -0
  132. package/themes/cloudDark/index.pcss +3 -0
  133. package/themes/cloudDark/index.scss +3 -0
  134. package/themes/cloudDark/index.styl +3 -0
  135. package/themes/cloudDark/struct.json +5 -0
  136. package/themes/home/cssVars/declarations/index.css +7 -4
  137. package/themes/home/cssVars/declarations/noColors.css +1 -1
  138. package/themes/home/cssVars/declarations/noSizes.css +7 -4
  139. package/themes/home/cssVars/declarations/onlyColors.css +6 -3
  140. package/themes/home/cssVars/declarations/onlyColors.js +2 -2
  141. package/themes/home/cssVars/declarations/onlyVariables.css +7 -4
  142. package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
  143. package/themes/home/cssVars/declarations/onlyVariablesLocal.css +7 -4
  144. package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
  145. package/themes/home/cssVars/theme/fallbacks/index.css +7 -4
  146. package/themes/home/cssVars/theme/fallbacks/index.less +7 -4
  147. package/themes/home/cssVars/theme/fallbacks/index.pcss +7 -4
  148. package/themes/home/cssVars/theme/fallbacks/index.scss +7 -4
  149. package/themes/home/cssVars/theme/fallbacks/index.styl +7 -4
  150. package/themes/home/cssVars/theme/index.js +18 -4
  151. package/themes/home/cssVars/theme/index.json +18 -4
  152. package/themes/home/docs.json +12 -0
  153. package/themes/home/index.css +7 -4
  154. package/themes/home/index.js +9 -4
  155. package/themes/home/index.json +9 -4
  156. package/themes/home/index.less +7 -4
  157. package/themes/home/index.pcss +7 -4
  158. package/themes/home/index.scss +7 -4
  159. package/themes/home/index.styl +7 -4
  160. package/themes/home/struct.json +9 -4
  161. package/themes/homeDark/cssVars/declarations/index.css +3 -0
  162. package/themes/homeDark/cssVars/declarations/noSizes.css +3 -0
  163. package/themes/homeDark/cssVars/declarations/onlyColors.css +3 -0
  164. package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
  165. package/themes/homeDark/cssVars/declarations/onlyVariables.css +3 -0
  166. package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
  167. package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  168. package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  169. package/themes/homeDark/cssVars/theme/fallbacks/index.css +3 -0
  170. package/themes/homeDark/cssVars/theme/fallbacks/index.less +3 -0
  171. package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +3 -0
  172. package/themes/homeDark/cssVars/theme/fallbacks/index.scss +3 -0
  173. package/themes/homeDark/cssVars/theme/fallbacks/index.styl +3 -0
  174. package/themes/homeDark/cssVars/theme/index.js +14 -0
  175. package/themes/homeDark/cssVars/theme/index.json +14 -0
  176. package/themes/homeDark/docs.json +12 -0
  177. package/themes/homeDark/index.css +3 -0
  178. package/themes/homeDark/index.js +5 -0
  179. package/themes/homeDark/index.json +5 -0
  180. package/themes/homeDark/index.less +3 -0
  181. package/themes/homeDark/index.pcss +3 -0
  182. package/themes/homeDark/index.scss +3 -0
  183. package/themes/homeDark/index.styl +3 -0
  184. package/themes/homeDark/struct.json +5 -0
  185. package/themes/media/cssVars/declarations/index.css +7 -4
  186. package/themes/media/cssVars/declarations/noColors.css +1 -1
  187. package/themes/media/cssVars/declarations/noSizes.css +7 -4
  188. package/themes/media/cssVars/declarations/onlyColors.css +6 -3
  189. package/themes/media/cssVars/declarations/onlyColors.js +2 -2
  190. package/themes/media/cssVars/declarations/onlyVariables.css +7 -4
  191. package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
  192. package/themes/media/cssVars/declarations/onlyVariablesLocal.css +7 -4
  193. package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
  194. package/themes/media/cssVars/theme/fallbacks/index.css +7 -4
  195. package/themes/media/cssVars/theme/fallbacks/index.less +7 -4
  196. package/themes/media/cssVars/theme/fallbacks/index.pcss +7 -4
  197. package/themes/media/cssVars/theme/fallbacks/index.scss +7 -4
  198. package/themes/media/cssVars/theme/fallbacks/index.styl +7 -4
  199. package/themes/media/cssVars/theme/index.js +18 -4
  200. package/themes/media/cssVars/theme/index.json +18 -4
  201. package/themes/media/docs.json +12 -0
  202. package/themes/media/index.css +7 -4
  203. package/themes/media/index.js +9 -4
  204. package/themes/media/index.json +9 -4
  205. package/themes/media/index.less +7 -4
  206. package/themes/media/index.pcss +7 -4
  207. package/themes/media/index.scss +7 -4
  208. package/themes/media/index.styl +7 -4
  209. package/themes/media/struct.json +9 -4
  210. package/themes/mediaDark/cssVars/declarations/index.css +4 -1
  211. package/themes/mediaDark/cssVars/declarations/noColors.css +1 -1
  212. package/themes/mediaDark/cssVars/declarations/noSizes.css +4 -1
  213. package/themes/mediaDark/cssVars/declarations/onlyColors.css +3 -0
  214. package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
  215. package/themes/mediaDark/cssVars/declarations/onlyVariables.css +4 -1
  216. package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
  217. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +4 -1
  218. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +4 -1
  219. package/themes/mediaDark/cssVars/theme/fallbacks/index.css +4 -1
  220. package/themes/mediaDark/cssVars/theme/fallbacks/index.less +4 -1
  221. package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +4 -1
  222. package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +4 -1
  223. package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +4 -1
  224. package/themes/mediaDark/cssVars/theme/index.js +15 -1
  225. package/themes/mediaDark/cssVars/theme/index.json +15 -1
  226. package/themes/mediaDark/docs.json +12 -0
  227. package/themes/mediaDark/index.css +4 -1
  228. package/themes/mediaDark/index.js +6 -1
  229. package/themes/mediaDark/index.json +6 -1
  230. package/themes/mediaDark/index.less +4 -1
  231. package/themes/mediaDark/index.pcss +4 -1
  232. package/themes/mediaDark/index.scss +4 -1
  233. package/themes/mediaDark/index.styl +4 -1
  234. package/themes/mediaDark/struct.json +6 -1
  235. package/themes/mycom/cssVars/declarations/index.css +7 -4
  236. package/themes/mycom/cssVars/declarations/noColors.css +1 -1
  237. package/themes/mycom/cssVars/declarations/noSizes.css +7 -4
  238. package/themes/mycom/cssVars/declarations/onlyColors.css +6 -3
  239. package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
  240. package/themes/mycom/cssVars/declarations/onlyVariables.css +7 -4
  241. package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
  242. package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +7 -4
  243. package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
  244. package/themes/mycom/cssVars/theme/fallbacks/index.css +7 -4
  245. package/themes/mycom/cssVars/theme/fallbacks/index.less +7 -4
  246. package/themes/mycom/cssVars/theme/fallbacks/index.pcss +7 -4
  247. package/themes/mycom/cssVars/theme/fallbacks/index.scss +7 -4
  248. package/themes/mycom/cssVars/theme/fallbacks/index.styl +7 -4
  249. package/themes/mycom/cssVars/theme/index.js +18 -4
  250. package/themes/mycom/cssVars/theme/index.json +18 -4
  251. package/themes/mycom/docs.json +12 -0
  252. package/themes/mycom/index.css +7 -4
  253. package/themes/mycom/index.js +9 -4
  254. package/themes/mycom/index.json +9 -4
  255. package/themes/mycom/index.less +7 -4
  256. package/themes/mycom/index.pcss +7 -4
  257. package/themes/mycom/index.scss +7 -4
  258. package/themes/mycom/index.styl +7 -4
  259. package/themes/mycom/struct.json +9 -4
  260. package/themes/octavius/cssVars/declarations/index.css +10 -4
  261. package/themes/octavius/cssVars/declarations/noColors.css +1 -1
  262. package/themes/octavius/cssVars/declarations/noSizes.css +10 -4
  263. package/themes/octavius/cssVars/declarations/onlyColors.css +9 -3
  264. package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
  265. package/themes/octavius/cssVars/declarations/onlyVariables.css +10 -4
  266. package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
  267. package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +10 -4
  268. package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +10 -4
  269. package/themes/octavius/cssVars/theme/fallbacks/index.css +10 -4
  270. package/themes/octavius/cssVars/theme/fallbacks/index.less +10 -4
  271. package/themes/octavius/cssVars/theme/fallbacks/index.pcss +10 -4
  272. package/themes/octavius/cssVars/theme/fallbacks/index.scss +10 -4
  273. package/themes/octavius/cssVars/theme/fallbacks/index.styl +10 -4
  274. package/themes/octavius/cssVars/theme/index.js +32 -4
  275. package/themes/octavius/cssVars/theme/index.json +32 -4
  276. package/themes/octavius/docs.json +16 -0
  277. package/themes/octavius/index.css +10 -4
  278. package/themes/octavius/index.js +14 -4
  279. package/themes/octavius/index.json +14 -4
  280. package/themes/octavius/index.less +10 -4
  281. package/themes/octavius/index.pcss +10 -4
  282. package/themes/octavius/index.scss +10 -4
  283. package/themes/octavius/index.styl +10 -4
  284. package/themes/octavius/struct.json +14 -4
  285. package/themes/octaviusCompact/cssVars/declarations/index.css +10 -4
  286. package/themes/octaviusCompact/cssVars/declarations/noColors.css +1 -1
  287. package/themes/octaviusCompact/cssVars/declarations/noSizes.css +10 -4
  288. package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +9 -3
  289. package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
  290. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +10 -4
  291. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
  292. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +10 -4
  293. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +10 -4
  294. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +10 -4
  295. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +10 -4
  296. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +10 -4
  297. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +10 -4
  298. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +10 -4
  299. package/themes/octaviusCompact/cssVars/theme/index.js +32 -4
  300. package/themes/octaviusCompact/cssVars/theme/index.json +32 -4
  301. package/themes/octaviusCompact/docs.json +16 -0
  302. package/themes/octaviusCompact/index.css +10 -4
  303. package/themes/octaviusCompact/index.js +14 -4
  304. package/themes/octaviusCompact/index.json +14 -4
  305. package/themes/octaviusCompact/index.less +10 -4
  306. package/themes/octaviusCompact/index.pcss +10 -4
  307. package/themes/octaviusCompact/index.scss +10 -4
  308. package/themes/octaviusCompact/index.styl +10 -4
  309. package/themes/octaviusCompact/struct.json +14 -4
  310. package/themes/octaviusCompactDark/cssVars/declarations/index.css +7 -1
  311. package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +1 -1
  312. package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +7 -1
  313. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +6 -0
  314. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
  315. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +7 -1
  316. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
  317. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +7 -1
  318. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -1
  319. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +7 -1
  320. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +7 -1
  321. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +7 -1
  322. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +7 -1
  323. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +7 -1
  324. package/themes/octaviusCompactDark/cssVars/theme/index.js +29 -1
  325. package/themes/octaviusCompactDark/cssVars/theme/index.json +29 -1
  326. package/themes/octaviusCompactDark/docs.json +16 -0
  327. package/themes/octaviusCompactDark/index.css +7 -1
  328. package/themes/octaviusCompactDark/index.js +11 -1
  329. package/themes/octaviusCompactDark/index.json +11 -1
  330. package/themes/octaviusCompactDark/index.less +7 -1
  331. package/themes/octaviusCompactDark/index.pcss +7 -1
  332. package/themes/octaviusCompactDark/index.scss +7 -1
  333. package/themes/octaviusCompactDark/index.styl +7 -1
  334. package/themes/octaviusCompactDark/struct.json +11 -1
  335. package/themes/octaviusDark/cssVars/declarations/index.css +6 -0
  336. package/themes/octaviusDark/cssVars/declarations/noSizes.css +6 -0
  337. package/themes/octaviusDark/cssVars/declarations/onlyColors.css +6 -0
  338. package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
  339. package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +6 -0
  340. package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
  341. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
  342. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
  343. package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +6 -0
  344. package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +6 -0
  345. package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +6 -0
  346. package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +6 -0
  347. package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +6 -0
  348. package/themes/octaviusDark/cssVars/theme/index.js +28 -0
  349. package/themes/octaviusDark/cssVars/theme/index.json +28 -0
  350. package/themes/octaviusDark/docs.json +16 -0
  351. package/themes/octaviusDark/index.css +6 -0
  352. package/themes/octaviusDark/index.js +10 -0
  353. package/themes/octaviusDark/index.json +10 -0
  354. package/themes/octaviusDark/index.less +6 -0
  355. package/themes/octaviusDark/index.pcss +6 -0
  356. package/themes/octaviusDark/index.scss +6 -0
  357. package/themes/octaviusDark/index.styl +6 -0
  358. package/themes/octaviusDark/struct.json +10 -0
  359. package/themes/octaviusVK/cssVars/declarations/index.css +10 -4
  360. package/themes/octaviusVK/cssVars/declarations/noColors.css +1 -1
  361. package/themes/octaviusVK/cssVars/declarations/noSizes.css +10 -4
  362. package/themes/octaviusVK/cssVars/declarations/onlyColors.css +9 -3
  363. package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
  364. package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +10 -4
  365. package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
  366. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +10 -4
  367. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +10 -4
  368. package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +10 -4
  369. package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +10 -4
  370. package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +10 -4
  371. package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +10 -4
  372. package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +10 -4
  373. package/themes/octaviusVK/cssVars/theme/index.js +32 -4
  374. package/themes/octaviusVK/cssVars/theme/index.json +32 -4
  375. package/themes/octaviusVK/docs.json +16 -0
  376. package/themes/octaviusVK/index.css +10 -4
  377. package/themes/octaviusVK/index.js +14 -4
  378. package/themes/octaviusVK/index.json +14 -4
  379. package/themes/octaviusVK/index.less +10 -4
  380. package/themes/octaviusVK/index.pcss +10 -4
  381. package/themes/octaviusVK/index.scss +10 -4
  382. package/themes/octaviusVK/index.styl +10 -4
  383. package/themes/octaviusVK/struct.json +14 -4
  384. package/themes/octaviusVKDark/cssVars/declarations/index.css +28 -22
  385. package/themes/octaviusVKDark/cssVars/declarations/noColors.css +1 -1
  386. package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +28 -22
  387. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +27 -21
  388. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
  389. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +28 -22
  390. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
  391. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +28 -22
  392. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -22
  393. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +28 -22
  394. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +28 -22
  395. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +28 -22
  396. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +28 -22
  397. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +28 -22
  398. package/themes/octaviusVKDark/cssVars/theme/index.js +50 -22
  399. package/themes/octaviusVKDark/cssVars/theme/index.json +50 -22
  400. package/themes/octaviusVKDark/docs.json +16 -0
  401. package/themes/octaviusVKDark/index.css +28 -22
  402. package/themes/octaviusVKDark/index.js +32 -22
  403. package/themes/octaviusVKDark/index.json +32 -22
  404. package/themes/octaviusVKDark/index.less +28 -22
  405. package/themes/octaviusVKDark/index.pcss +28 -22
  406. package/themes/octaviusVKDark/index.scss +28 -22
  407. package/themes/octaviusVKDark/index.styl +28 -22
  408. package/themes/octaviusVKDark/struct.json +32 -22
  409. package/themes/octaviusWhite/cssVars/declarations/index.css +10 -4
  410. package/themes/octaviusWhite/cssVars/declarations/noColors.css +1 -1
  411. package/themes/octaviusWhite/cssVars/declarations/noSizes.css +10 -4
  412. package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +9 -3
  413. package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
  414. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +10 -4
  415. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
  416. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +10 -4
  417. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +10 -4
  418. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +10 -4
  419. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +10 -4
  420. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +10 -4
  421. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +10 -4
  422. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +10 -4
  423. package/themes/octaviusWhite/cssVars/theme/index.js +32 -4
  424. package/themes/octaviusWhite/cssVars/theme/index.json +32 -4
  425. package/themes/octaviusWhite/docs.json +16 -0
  426. package/themes/octaviusWhite/index.css +10 -4
  427. package/themes/octaviusWhite/index.js +14 -4
  428. package/themes/octaviusWhite/index.json +14 -4
  429. package/themes/octaviusWhite/index.less +10 -4
  430. package/themes/octaviusWhite/index.pcss +10 -4
  431. package/themes/octaviusWhite/index.scss +10 -4
  432. package/themes/octaviusWhite/index.styl +10 -4
  433. package/themes/octaviusWhite/struct.json +14 -4
  434. package/themes/otvet/cssVars/declarations/index.css +7 -4
  435. package/themes/otvet/cssVars/declarations/noColors.css +1 -1
  436. package/themes/otvet/cssVars/declarations/noSizes.css +7 -4
  437. package/themes/otvet/cssVars/declarations/onlyColors.css +6 -3
  438. package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
  439. package/themes/otvet/cssVars/declarations/onlyVariables.css +7 -4
  440. package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
  441. package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +7 -4
  442. package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
  443. package/themes/otvet/cssVars/theme/fallbacks/index.css +7 -4
  444. package/themes/otvet/cssVars/theme/fallbacks/index.less +7 -4
  445. package/themes/otvet/cssVars/theme/fallbacks/index.pcss +7 -4
  446. package/themes/otvet/cssVars/theme/fallbacks/index.scss +7 -4
  447. package/themes/otvet/cssVars/theme/fallbacks/index.styl +7 -4
  448. package/themes/otvet/cssVars/theme/index.js +18 -4
  449. package/themes/otvet/cssVars/theme/index.json +18 -4
  450. package/themes/otvet/docs.json +12 -0
  451. package/themes/otvet/index.css +7 -4
  452. package/themes/otvet/index.js +9 -4
  453. package/themes/otvet/index.json +9 -4
  454. package/themes/otvet/index.less +7 -4
  455. package/themes/otvet/index.pcss +7 -4
  456. package/themes/otvet/index.scss +7 -4
  457. package/themes/otvet/index.styl +7 -4
  458. package/themes/otvet/struct.json +9 -4
  459. package/themes/otvetDark/cssVars/declarations/index.css +4 -1
  460. package/themes/otvetDark/cssVars/declarations/noColors.css +1 -1
  461. package/themes/otvetDark/cssVars/declarations/noSizes.css +4 -1
  462. package/themes/otvetDark/cssVars/declarations/onlyColors.css +3 -0
  463. package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
  464. package/themes/otvetDark/cssVars/declarations/onlyVariables.css +4 -1
  465. package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
  466. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +4 -1
  467. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +4 -1
  468. package/themes/otvetDark/cssVars/theme/fallbacks/index.css +4 -1
  469. package/themes/otvetDark/cssVars/theme/fallbacks/index.less +4 -1
  470. package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +4 -1
  471. package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +4 -1
  472. package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +4 -1
  473. package/themes/otvetDark/cssVars/theme/index.js +15 -1
  474. package/themes/otvetDark/cssVars/theme/index.json +15 -1
  475. package/themes/otvetDark/docs.json +12 -0
  476. package/themes/otvetDark/index.css +4 -1
  477. package/themes/otvetDark/index.js +6 -1
  478. package/themes/otvetDark/index.json +6 -1
  479. package/themes/otvetDark/index.less +4 -1
  480. package/themes/otvetDark/index.pcss +4 -1
  481. package/themes/otvetDark/index.scss +4 -1
  482. package/themes/otvetDark/index.styl +4 -1
  483. package/themes/otvetDark/struct.json +6 -1
  484. package/themes/paradigmBase/cssVars/declarations/index.css +7 -4
  485. package/themes/paradigmBase/cssVars/declarations/noColors.css +1 -1
  486. package/themes/paradigmBase/cssVars/declarations/noSizes.css +7 -4
  487. package/themes/paradigmBase/cssVars/declarations/onlyColors.css +6 -3
  488. package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
  489. package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +7 -4
  490. package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
  491. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +7 -4
  492. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
  493. package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +7 -4
  494. package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +7 -4
  495. package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +7 -4
  496. package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +7 -4
  497. package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +7 -4
  498. package/themes/paradigmBase/cssVars/theme/index.js +18 -4
  499. package/themes/paradigmBase/cssVars/theme/index.json +18 -4
  500. package/themes/paradigmBase/docs.json +12 -0
  501. package/themes/paradigmBase/index.css +7 -4
  502. package/themes/paradigmBase/index.js +9 -4
  503. package/themes/paradigmBase/index.json +9 -4
  504. package/themes/paradigmBase/index.less +7 -4
  505. package/themes/paradigmBase/index.pcss +7 -4
  506. package/themes/paradigmBase/index.scss +7 -4
  507. package/themes/paradigmBase/index.styl +7 -4
  508. package/themes/paradigmBase/struct.json +9 -4
  509. package/themes/paradigmBaseDark/cssVars/declarations/index.css +3 -0
  510. package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +3 -0
  511. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +3 -0
  512. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
  513. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +3 -0
  514. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  515. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  516. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  517. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +3 -0
  518. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +3 -0
  519. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +3 -0
  520. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +3 -0
  521. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +3 -0
  522. package/themes/paradigmBaseDark/cssVars/theme/index.js +14 -0
  523. package/themes/paradigmBaseDark/cssVars/theme/index.json +14 -0
  524. package/themes/paradigmBaseDark/docs.json +12 -0
  525. package/themes/paradigmBaseDark/index.css +3 -0
  526. package/themes/paradigmBaseDark/index.js +5 -0
  527. package/themes/paradigmBaseDark/index.json +5 -0
  528. package/themes/paradigmBaseDark/index.less +3 -0
  529. package/themes/paradigmBaseDark/index.pcss +3 -0
  530. package/themes/paradigmBaseDark/index.scss +3 -0
  531. package/themes/paradigmBaseDark/index.styl +3 -0
  532. package/themes/paradigmBaseDark/struct.json +5 -0
  533. package/themes/pharma/cssVars/declarations/index.css +7 -4
  534. package/themes/pharma/cssVars/declarations/noColors.css +1 -1
  535. package/themes/pharma/cssVars/declarations/noSizes.css +7 -4
  536. package/themes/pharma/cssVars/declarations/onlyColors.css +6 -3
  537. package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
  538. package/themes/pharma/cssVars/declarations/onlyVariables.css +7 -4
  539. package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
  540. package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +7 -4
  541. package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
  542. package/themes/pharma/cssVars/theme/fallbacks/index.css +7 -4
  543. package/themes/pharma/cssVars/theme/fallbacks/index.less +7 -4
  544. package/themes/pharma/cssVars/theme/fallbacks/index.pcss +7 -4
  545. package/themes/pharma/cssVars/theme/fallbacks/index.scss +7 -4
  546. package/themes/pharma/cssVars/theme/fallbacks/index.styl +7 -4
  547. package/themes/pharma/cssVars/theme/index.js +18 -4
  548. package/themes/pharma/cssVars/theme/index.json +18 -4
  549. package/themes/pharma/docs.json +12 -0
  550. package/themes/pharma/index.css +7 -4
  551. package/themes/pharma/index.js +9 -4
  552. package/themes/pharma/index.json +9 -4
  553. package/themes/pharma/index.less +7 -4
  554. package/themes/pharma/index.pcss +7 -4
  555. package/themes/pharma/index.scss +7 -4
  556. package/themes/pharma/index.styl +7 -4
  557. package/themes/pharma/struct.json +9 -4
  558. package/themes/promo/cssVars/declarations/index.css +7 -4
  559. package/themes/promo/cssVars/declarations/noColors.css +1 -1
  560. package/themes/promo/cssVars/declarations/noSizes.css +7 -4
  561. package/themes/promo/cssVars/declarations/onlyColors.css +6 -3
  562. package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
  563. package/themes/promo/cssVars/declarations/onlyVariables.css +7 -4
  564. package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
  565. package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +7 -4
  566. package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
  567. package/themes/promo/cssVars/theme/fallbacks/index.css +7 -4
  568. package/themes/promo/cssVars/theme/fallbacks/index.less +7 -4
  569. package/themes/promo/cssVars/theme/fallbacks/index.pcss +7 -4
  570. package/themes/promo/cssVars/theme/fallbacks/index.scss +7 -4
  571. package/themes/promo/cssVars/theme/fallbacks/index.styl +7 -4
  572. package/themes/promo/cssVars/theme/index.js +18 -4
  573. package/themes/promo/cssVars/theme/index.json +18 -4
  574. package/themes/promo/docs.json +12 -0
  575. package/themes/promo/index.css +7 -4
  576. package/themes/promo/index.js +9 -4
  577. package/themes/promo/index.json +9 -4
  578. package/themes/promo/index.less +7 -4
  579. package/themes/promo/index.pcss +7 -4
  580. package/themes/promo/index.scss +7 -4
  581. package/themes/promo/index.styl +7 -4
  582. package/themes/promo/struct.json +9 -4
  583. package/themes/pulse/cssVars/declarations/index.css +6 -3
  584. package/themes/pulse/cssVars/declarations/noSizes.css +6 -3
  585. package/themes/pulse/cssVars/declarations/onlyColors.css +6 -3
  586. package/themes/pulse/cssVars/declarations/onlyColors.js +2 -2
  587. package/themes/pulse/cssVars/declarations/onlyVariables.css +6 -3
  588. package/themes/pulse/cssVars/declarations/onlyVariables.js +2 -2
  589. package/themes/pulse/cssVars/declarations/onlyVariablesLocal.css +6 -3
  590. package/themes/pulse/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -3
  591. package/themes/pulse/cssVars/theme/fallbacks/index.css +6 -3
  592. package/themes/pulse/cssVars/theme/fallbacks/index.less +6 -3
  593. package/themes/pulse/cssVars/theme/fallbacks/index.pcss +6 -3
  594. package/themes/pulse/cssVars/theme/fallbacks/index.scss +6 -3
  595. package/themes/pulse/cssVars/theme/fallbacks/index.styl +6 -3
  596. package/themes/pulse/cssVars/theme/index.js +17 -3
  597. package/themes/pulse/cssVars/theme/index.json +17 -3
  598. package/themes/pulse/docs.json +12 -0
  599. package/themes/pulse/index.css +6 -3
  600. package/themes/pulse/index.js +8 -3
  601. package/themes/pulse/index.json +8 -3
  602. package/themes/pulse/index.less +6 -3
  603. package/themes/pulse/index.pcss +6 -3
  604. package/themes/pulse/index.scss +6 -3
  605. package/themes/pulse/index.styl +6 -3
  606. package/themes/pulse/struct.json +8 -3
  607. package/themes/pulseDark/cssVars/declarations/index.css +3 -0
  608. package/themes/pulseDark/cssVars/declarations/noSizes.css +3 -0
  609. package/themes/pulseDark/cssVars/declarations/onlyColors.css +3 -0
  610. package/themes/pulseDark/cssVars/declarations/onlyColors.js +2 -2
  611. package/themes/pulseDark/cssVars/declarations/onlyVariables.css +3 -0
  612. package/themes/pulseDark/cssVars/declarations/onlyVariables.js +2 -2
  613. package/themes/pulseDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  614. package/themes/pulseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  615. package/themes/pulseDark/cssVars/theme/fallbacks/index.css +3 -0
  616. package/themes/pulseDark/cssVars/theme/fallbacks/index.less +3 -0
  617. package/themes/pulseDark/cssVars/theme/fallbacks/index.pcss +3 -0
  618. package/themes/pulseDark/cssVars/theme/fallbacks/index.scss +3 -0
  619. package/themes/pulseDark/cssVars/theme/fallbacks/index.styl +3 -0
  620. package/themes/pulseDark/cssVars/theme/index.js +14 -0
  621. package/themes/pulseDark/cssVars/theme/index.json +14 -0
  622. package/themes/pulseDark/docs.json +12 -0
  623. package/themes/pulseDark/index.css +3 -0
  624. package/themes/pulseDark/index.js +5 -0
  625. package/themes/pulseDark/index.json +5 -0
  626. package/themes/pulseDark/index.less +3 -0
  627. package/themes/pulseDark/index.pcss +3 -0
  628. package/themes/pulseDark/index.scss +3 -0
  629. package/themes/pulseDark/index.styl +3 -0
  630. package/themes/pulseDark/struct.json +5 -0
  631. package/themes/search/cssVars/declarations/index.css +7 -4
  632. package/themes/search/cssVars/declarations/noColors.css +1 -1
  633. package/themes/search/cssVars/declarations/noSizes.css +7 -4
  634. package/themes/search/cssVars/declarations/onlyColors.css +6 -3
  635. package/themes/search/cssVars/declarations/onlyColors.js +2 -2
  636. package/themes/search/cssVars/declarations/onlyVariables.css +7 -4
  637. package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
  638. package/themes/search/cssVars/declarations/onlyVariablesLocal.css +7 -4
  639. package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
  640. package/themes/search/cssVars/theme/fallbacks/index.css +7 -4
  641. package/themes/search/cssVars/theme/fallbacks/index.less +7 -4
  642. package/themes/search/cssVars/theme/fallbacks/index.pcss +7 -4
  643. package/themes/search/cssVars/theme/fallbacks/index.scss +7 -4
  644. package/themes/search/cssVars/theme/fallbacks/index.styl +7 -4
  645. package/themes/search/cssVars/theme/index.js +18 -4
  646. package/themes/search/cssVars/theme/index.json +18 -4
  647. package/themes/search/docs.json +12 -0
  648. package/themes/search/index.css +7 -4
  649. package/themes/search/index.js +9 -4
  650. package/themes/search/index.json +9 -4
  651. package/themes/search/index.less +7 -4
  652. package/themes/search/index.pcss +7 -4
  653. package/themes/search/index.scss +7 -4
  654. package/themes/search/index.styl +7 -4
  655. package/themes/search/struct.json +9 -4
  656. package/themes/todo/cssVars/declarations/index.css +7 -4
  657. package/themes/todo/cssVars/declarations/noColors.css +1 -1
  658. package/themes/todo/cssVars/declarations/noSizes.css +7 -4
  659. package/themes/todo/cssVars/declarations/onlyColors.css +6 -3
  660. package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
  661. package/themes/todo/cssVars/declarations/onlyVariables.css +7 -4
  662. package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
  663. package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +7 -4
  664. package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
  665. package/themes/todo/cssVars/theme/fallbacks/index.css +7 -4
  666. package/themes/todo/cssVars/theme/fallbacks/index.less +7 -4
  667. package/themes/todo/cssVars/theme/fallbacks/index.pcss +7 -4
  668. package/themes/todo/cssVars/theme/fallbacks/index.scss +7 -4
  669. package/themes/todo/cssVars/theme/fallbacks/index.styl +7 -4
  670. package/themes/todo/cssVars/theme/index.js +18 -4
  671. package/themes/todo/cssVars/theme/index.json +18 -4
  672. package/themes/todo/docs.json +12 -0
  673. package/themes/todo/index.css +7 -4
  674. package/themes/todo/index.js +9 -4
  675. package/themes/todo/index.json +9 -4
  676. package/themes/todo/index.less +7 -4
  677. package/themes/todo/index.pcss +7 -4
  678. package/themes/todo/index.scss +7 -4
  679. package/themes/todo/index.styl +7 -4
  680. package/themes/todo/struct.json +9 -4
  681. package/themes/vkBase/cssVars/declarations/index.css +6 -82
  682. package/themes/vkBase/cssVars/declarations/noColors.css +0 -34
  683. package/themes/vkBase/cssVars/declarations/noSizes.css +6 -82
  684. package/themes/vkBase/cssVars/declarations/onlyColors.css +6 -48
  685. package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
  686. package/themes/vkBase/cssVars/declarations/onlyVariables.css +6 -82
  687. package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
  688. package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +6 -82
  689. package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -82
  690. package/themes/vkBase/cssVars/theme/fallbacks/index.css +6 -82
  691. package/themes/vkBase/cssVars/theme/fallbacks/index.less +6 -82
  692. package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +6 -82
  693. package/themes/vkBase/cssVars/theme/fallbacks/index.scss +6 -82
  694. package/themes/vkBase/cssVars/theme/fallbacks/index.styl +6 -82
  695. package/themes/vkBase/cssVars/theme/index.js +17 -349
  696. package/themes/vkBase/cssVars/theme/index.json +17 -349
  697. package/themes/vkBase/docs.json +12 -434
  698. package/themes/vkBase/index.css +6 -82
  699. package/themes/vkBase/index.js +8 -112
  700. package/themes/vkBase/index.json +8 -112
  701. package/themes/vkBase/index.less +6 -82
  702. package/themes/vkBase/index.pcss +6 -82
  703. package/themes/vkBase/index.scss +6 -82
  704. package/themes/vkBase/index.styl +6 -82
  705. package/themes/vkBase/struct.json +8 -112
  706. package/themes/vkBaseDark/cssVars/declarations/index.css +21 -97
  707. package/themes/vkBaseDark/cssVars/declarations/noColors.css +0 -34
  708. package/themes/vkBaseDark/cssVars/declarations/noSizes.css +21 -97
  709. package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +21 -63
  710. package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
  711. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +21 -97
  712. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  713. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +21 -97
  714. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -63
  715. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +21 -97
  716. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +21 -97
  717. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +21 -97
  718. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +21 -97
  719. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +21 -97
  720. package/themes/vkBaseDark/cssVars/theme/index.js +32 -364
  721. package/themes/vkBaseDark/cssVars/theme/index.json +32 -364
  722. package/themes/vkBaseDark/docs.json +12 -434
  723. package/themes/vkBaseDark/index.css +21 -97
  724. package/themes/vkBaseDark/index.js +23 -127
  725. package/themes/vkBaseDark/index.json +23 -127
  726. package/themes/vkBaseDark/index.less +21 -97
  727. package/themes/vkBaseDark/index.pcss +21 -97
  728. package/themes/vkBaseDark/index.scss +21 -97
  729. package/themes/vkBaseDark/index.styl +21 -97
  730. package/themes/vkBaseDark/struct.json +23 -127
  731. package/themes/vkCom/cssVars/declarations/index.css +3 -79
  732. package/themes/vkCom/cssVars/declarations/noColors.css +0 -34
  733. package/themes/vkCom/cssVars/declarations/noSizes.css +3 -79
  734. package/themes/vkCom/cssVars/declarations/onlyColors.css +3 -45
  735. package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
  736. package/themes/vkCom/cssVars/declarations/onlyVariables.css +3 -79
  737. package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
  738. package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +3 -79
  739. package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +0 -21
  740. package/themes/vkCom/cssVars/theme/fallbacks/index.css +3 -79
  741. package/themes/vkCom/cssVars/theme/fallbacks/index.less +3 -79
  742. package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +3 -79
  743. package/themes/vkCom/cssVars/theme/fallbacks/index.scss +3 -79
  744. package/themes/vkCom/cssVars/theme/fallbacks/index.styl +3 -79
  745. package/themes/vkCom/cssVars/theme/index.js +14 -346
  746. package/themes/vkCom/cssVars/theme/index.json +14 -346
  747. package/themes/vkCom/docs.json +12 -434
  748. package/themes/vkCom/index.css +3 -79
  749. package/themes/vkCom/index.js +5 -109
  750. package/themes/vkCom/index.json +5 -109
  751. package/themes/vkCom/index.less +3 -79
  752. package/themes/vkCom/index.pcss +3 -79
  753. package/themes/vkCom/index.scss +3 -79
  754. package/themes/vkCom/index.styl +3 -79
  755. package/themes/vkCom/struct.json +5 -109
  756. package/themes/vkComDark/cssVars/declarations/index.css +3 -79
  757. package/themes/vkComDark/cssVars/declarations/noColors.css +0 -34
  758. package/themes/vkComDark/cssVars/declarations/noSizes.css +3 -79
  759. package/themes/vkComDark/cssVars/declarations/onlyColors.css +3 -45
  760. package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
  761. package/themes/vkComDark/cssVars/declarations/onlyVariables.css +3 -79
  762. package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
  763. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +3 -79
  764. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -24
  765. package/themes/vkComDark/cssVars/theme/fallbacks/index.css +3 -79
  766. package/themes/vkComDark/cssVars/theme/fallbacks/index.less +3 -79
  767. package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +3 -79
  768. package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +3 -79
  769. package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +3 -79
  770. package/themes/vkComDark/cssVars/theme/index.js +14 -346
  771. package/themes/vkComDark/cssVars/theme/index.json +14 -346
  772. package/themes/vkComDark/docs.json +12 -434
  773. package/themes/vkComDark/index.css +3 -79
  774. package/themes/vkComDark/index.js +5 -109
  775. package/themes/vkComDark/index.json +5 -109
  776. package/themes/vkComDark/index.less +3 -79
  777. package/themes/vkComDark/index.pcss +3 -79
  778. package/themes/vkComDark/index.scss +3 -79
  779. package/themes/vkComDark/index.styl +3 -79
  780. package/themes/vkComDark/struct.json +5 -109
  781. package/themes/vkIOS/cssVars/declarations/index.css +6 -82
  782. package/themes/vkIOS/cssVars/declarations/noColors.css +0 -34
  783. package/themes/vkIOS/cssVars/declarations/noSizes.css +6 -82
  784. package/themes/vkIOS/cssVars/declarations/onlyColors.css +6 -48
  785. package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
  786. package/themes/vkIOS/cssVars/declarations/onlyVariables.css +6 -82
  787. package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
  788. package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +6 -82
  789. package/themes/vkIOS/cssVars/theme/fallbacks/index.css +6 -82
  790. package/themes/vkIOS/cssVars/theme/fallbacks/index.less +6 -82
  791. package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +6 -82
  792. package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +6 -82
  793. package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +6 -82
  794. package/themes/vkIOS/cssVars/theme/index.js +17 -349
  795. package/themes/vkIOS/cssVars/theme/index.json +17 -349
  796. package/themes/vkIOS/docs.json +12 -434
  797. package/themes/vkIOS/index.css +6 -82
  798. package/themes/vkIOS/index.js +8 -112
  799. package/themes/vkIOS/index.json +8 -112
  800. package/themes/vkIOS/index.less +6 -82
  801. package/themes/vkIOS/index.pcss +6 -82
  802. package/themes/vkIOS/index.scss +6 -82
  803. package/themes/vkIOS/index.styl +6 -82
  804. package/themes/vkIOS/struct.json +8 -112
  805. package/themes/vkIOSDark/cssVars/declarations/index.css +21 -97
  806. package/themes/vkIOSDark/cssVars/declarations/noColors.css +0 -34
  807. package/themes/vkIOSDark/cssVars/declarations/noSizes.css +21 -97
  808. package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +21 -63
  809. package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
  810. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +21 -97
  811. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  812. package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +21 -97
  813. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +21 -97
  814. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +21 -97
  815. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +21 -97
  816. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +21 -97
  817. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +21 -97
  818. package/themes/vkIOSDark/cssVars/theme/index.js +32 -364
  819. package/themes/vkIOSDark/cssVars/theme/index.json +32 -364
  820. package/themes/vkIOSDark/docs.json +12 -434
  821. package/themes/vkIOSDark/index.css +21 -97
  822. package/themes/vkIOSDark/index.js +23 -127
  823. package/themes/vkIOSDark/index.json +23 -127
  824. package/themes/vkIOSDark/index.less +21 -97
  825. package/themes/vkIOSDark/index.pcss +21 -97
  826. package/themes/vkIOSDark/index.scss +21 -97
  827. package/themes/vkIOSDark/index.styl +21 -97
  828. package/themes/vkIOSDark/struct.json +23 -127
  829. package/build/helpers/appearance.d.ts +0 -5
  830. package/build/helpers/appearance.js +0 -34
  831. package/build/helpers/appearance.test.d.ts +0 -1
  832. package/build/helpers/appearance.test.js +0 -29
@@ -381,6 +381,11 @@ export interface ColorsDescriptionStruct {
381
381
  * @tags color, palette
382
382
  */
383
383
  colorAccentViolet: ColorDescription;
384
+ /**
385
+ * @desc Палитра цветов. Розовый цвет
386
+ * @tags color, palette
387
+ */
388
+ colorAccentRaspberryPink: ColorDescription;
384
389
  /**
385
390
  * @desc Второстепенный акцентный цвет для отдельных проектов
386
391
  * @tags color, palette
@@ -1,203 +0,0 @@
1
- import { Theme, ThemeCssVars, ThemeDescription } from '../../general';
2
- import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
3
- import { GradientPoints } from '../../general/gradients';
4
- import { Tokens } from '../../general/tools/tokenValue';
5
- export interface VkGradients {
6
- /**
7
- * @desc Градиент AquamarineBlue
8
- * @tags gradient
9
- */
10
- gradientAquamarineBlue: GradientPoints;
11
- /**
12
- * @desc Градиент Blue
13
- * @tags gradient
14
- */
15
- gradientBlue: GradientPoints;
16
- /**
17
- * @desc Градиент Candy
18
- * @tags gradient
19
- */
20
- gradientCandy: GradientPoints;
21
- /**
22
- * @desc Градиент Crimson
23
- * @tags gradient
24
- */
25
- gradientCrimson: GradientPoints;
26
- /**
27
- * @desc Градиент Disco
28
- * @tags gradient
29
- */
30
- gradientDisco: GradientPoints;
31
- /**
32
- * @desc Градиент Emerald
33
- * @tags gradient
34
- */
35
- gradientEmerald: GradientPoints;
36
- /**
37
- * @desc Градиент Gray
38
- * @tags gradient
39
- */
40
- gradientGray: GradientPoints;
41
- /**
42
- * @desc Градиент Green
43
- * @tags gradient
44
- */
45
- gradientGreen: GradientPoints;
46
- /**
47
- * @desc Градиент Lagoon
48
- * @tags gradient
49
- */
50
- gradientLagoon: GradientPoints;
51
- /**
52
- * @desc Градиент Lavender
53
- * @tags gradient
54
- */
55
- gradientLavender: GradientPoints;
56
- /**
57
- * @desc Градиент Marine
58
- * @tags gradient
59
- */
60
- gradientMarine: GradientPoints;
61
- /**
62
- * @desc Градиент Midnight
63
- * @tags gradient
64
- */
65
- gradientMidnight: GradientPoints;
66
- /**
67
- * @desc Градиент Orange
68
- * @tags gradient
69
- */
70
- gradientOrange: GradientPoints;
71
- /**
72
- * @desc Градиент Pink
73
- * @tags gradient
74
- */
75
- gradientPink: GradientPoints;
76
- /**
77
- * @desc Градиент Purple
78
- * @tags gradient
79
- */
80
- gradientPurple: GradientPoints;
81
- /**
82
- * @desc Градиент RaspberryPink
83
- * @tags gradient
84
- */
85
- gradientRaspberryPink: GradientPoints;
86
- /**
87
- * @desc Градиент Red
88
- * @tags gradient
89
- */
90
- gradientRed: GradientPoints;
91
- /**
92
- * @desc Градиент Retrowave
93
- * @tags gradient
94
- */
95
- gradientRetrowave: GradientPoints;
96
- /**
97
- * @desc Градиент Sunset
98
- * @tags gradient
99
- */
100
- gradientSunset: GradientPoints;
101
- /**
102
- * @desc Градиент Turquoise
103
- * @tags gradient
104
- */
105
- gradientTurquoise: GradientPoints;
106
- /**
107
- * @desc Градиент Twilight
108
- * @tags gradient
109
- */
110
- gradientTwilight: GradientPoints;
111
- /**
112
- * @desc Градиент Unicorn
113
- * @tags gradient
114
- */
115
- gradientUnicorn: GradientPoints;
116
- /**
117
- * @desc Градиент Violet
118
- * @tags gradient
119
- */
120
- gradientViolet: GradientPoints;
121
- /**
122
- * @desc Градиент Yellow
123
- * @tags gradient
124
- */
125
- gradientYellow: GradientPoints;
126
- /**
127
- * @desc Градиент YellowBright
128
- * @tags gradient
129
- */
130
- gradientYellowBright: GradientPoints;
131
- /**
132
- * @desc Градиент HalloweenOrange
133
- * @tags gradient
134
- */
135
- gradientHalloweenOrange: GradientPoints;
136
- /**
137
- * @desc Градиент HalloweenViolet
138
- * @tags gradient
139
- */
140
- gradientHalloweenViolet: GradientPoints;
141
- /**
142
- * @desc Градиент NewYear
143
- * @tags gradient
144
- */
145
- gradientNewYear: GradientPoints;
146
- /**
147
- * @desc Градиент Frost
148
- * @tags gradient
149
- */
150
- gradientFrost: GradientPoints;
151
- /**
152
- * @desc Градиент Valentine
153
- * @tags gradient
154
- */
155
- gradientValentine: GradientPoints;
156
- /**
157
- * @desc Градиент WarmValentine
158
- * @tags gradient
159
- */
160
- gradientWarmValentine: GradientPoints;
161
- /**
162
- * @desc Градиент Sberkot
163
- * @tags gradient
164
- */
165
- gradientSberkot: GradientPoints;
166
- /**
167
- * @desc Градиент Mable
168
- * @tags gradient
169
- */
170
- gradientMable: GradientPoints;
171
- /**
172
- * @desc Градиент WomensDay
173
- * @tags gradient
174
- */
175
- gradientWomensDay: GradientPoints;
176
- }
177
- export interface LocalVkColorsDescriptionStruct {
178
- colorSnippetBorderAlpha: ColorDescription;
179
- colorModalCardBorderAlpha: ColorDescription;
180
- colorLandingSnippetBorderAlpha: ColorDescription;
181
- colorActionSheetSeparatorAlpha: ColorDescription;
182
- colorInputBorder: ColorDescription;
183
- colorImForwardLineAlpha: ColorDescription;
184
- colorImBubbleBorderAlternateHighlightedAlpha: ColorDescription;
185
- colorImBubbleIncoming: ColorDescription;
186
- colorImBubbleIncomingAlternate: ColorDescription;
187
- colorImBubbleIncomingExpiring: ColorDescription;
188
- colorImBubbleOutgoing: ColorDescription;
189
- colorImBubbleOutgoingExpiringHighlighted: ColorDescription;
190
- colorImBubbleGiftText: ColorDescription;
191
- colorImBubbleGiftTextSecondary: ColorDescription;
192
- colorImTextName: ColorDescription;
193
- }
194
- export type VkLocalColors = {
195
- [key in keyof LocalVkColorsDescriptionStruct]: ColorWithStates;
196
- };
197
- export interface VkTheme extends Theme, VkGradients, VkLocalColors {
198
- }
199
- export interface VkThemeDescription extends ThemeDescription, Tokens<VkGradients> {
200
- colors: LocalVkColorsDescriptionStruct & ColorsDescriptionStruct;
201
- }
202
- export interface VkThemeCssVars extends ThemeCssVars<VkTheme> {
203
- }
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ // место где можно оперделить локальные переменные вк, как вариант
@@ -14,6 +14,7 @@ export interface ThemeCalendarOverValues {
14
14
  calendarSizeBorderRadiusLarge: number;
15
15
  calendarImageOverlayBackground: string;
16
16
  calendarElevationEventForm: string;
17
+ calendarImageBackground: string;
17
18
  }
18
19
  export interface LocalCalendarColorDescriptionStruct {
19
20
  calendarColorBackgroundPositiveTintAlpha4: ColorDescription;
@@ -88,6 +88,7 @@ export interface LocalOctaviusColorsDescriptionStruct {
88
88
  octaviusColorButtonBackgroundAlpha: ColorDescription;
89
89
  octaviusColorButtonEmptyStateText: ColorDescription;
90
90
  octaviusColorButtonEmptyStateBackgroundAlpha: ColorDescription;
91
+ octaviusColorSidebarWidgetBackgroundAlpha: ColorDescription;
91
92
  octaviusColorBackground: ColorDescription;
92
93
  octaviusColorOverlayBackground: ColorDescription;
93
94
  octaviusColorActionArchive: ColorDescription;
@@ -6,7 +6,7 @@ import { Adaptive } from '../../general/tools';
6
6
  import { Font } from '../../general/typography';
7
7
  import { ParadigmTheme, ParadigmThemeDescription } from '../../namespaces/paradigm';
8
8
  type AllowedParadigmTokens = 'themeName' | 'themeNameBase' | 'themeInheritsFrom' | 'prefix' | 'fontFamilyAccent' | 'fontFamilyBase' | 'fontWeightAccent1' | 'fontWeightAccent2' | 'fontWeightBase1' | 'fontWeightBase2' | 'fontTitle1' | 'fontTitle2' | 'fontTitle3' | 'fontHeadline1' | 'fontHeadline2' | 'fontText' | 'fontParagraph' | 'fontSubhead' | 'fontFootnote' | 'fontFootnoteCaps' | 'fontCaption1' | 'fontCaption1Caps' | 'fontCaption2' | 'fontCaption2Caps' | 'fontCaption3' | 'fontCaption3Caps' | 'animationEasingDefault' | 'animationDurationS' | 'animationDurationM' | 'animationDurationL' | 'sizeAvatarXS' | 'sizeAvatarS' | 'sizeAvatarM' | 'sizeAvatarL' | 'sizeBorderRadius' | 'sizeButtonSmallHeight' | 'sizeButtonMediumHeight' | 'sizeButtonLargeHeight' | 'sizePopupMedium' | 'sizePopupLarge' | 'sizeButtonPaddingHorizontal' | 'sizeFieldHorizontalPadding' | 'elevation1' | 'elevation2' | 'elevation3' | 'opacityDisable';
9
- export type AllowedParadigmColorTokens = 'colorTextPrimary' | 'colorTextPrimaryInvariably' | 'colorTextSecondary' | 'colorTextTertiary' | 'colorTextSubhead' | 'colorTextAccent' | 'colorTextAccentThemed' | 'colorTextLink' | 'colorTextLinkThemed' | 'colorTextLinkVisited' | 'colorTextNegative' | 'colorTextPositive' | 'colorTextMuted' | 'colorTextContrast' | 'colorTextContrastThemed' | 'colorLinkContrast' | 'colorIconPrimary' | 'colorIconPrimaryInvariably' | 'colorIconSecondary' | 'colorIconSecondaryAlpha' | 'colorIconMedium' | 'colorIconMediumAlpha' | 'colorIconTertiary' | 'colorIconTertiaryAlpha' | 'colorIconAccent' | 'colorIconAccentThemed' | 'colorIconNegative' | 'colorIconPositive' | 'colorIconContrast' | 'colorIconContrastThemed' | 'colorBackground' | 'colorBackgroundContent' | 'colorBackgroundAccentAlternative' | 'colorBackgroundModal' | 'colorBackgroundSecondary' | 'colorBackgroundSecondaryAlpha' | 'colorBackgroundTertiary' | 'colorBackgroundAccent' | 'colorBackgroundAccentTintAlpha' | 'colorBackgroundNegativeTintAlpha' | 'colorBackgroundPositiveTintAlpha' | 'colorBackgroundWarningTintAlpha' | 'colorBackgroundAccentThemed' | 'colorBackgroundNegative' | 'colorBackgroundNegativeTint' | 'colorBackgroundPositive' | 'colorBackgroundContrast' | 'colorBackgroundContrastSecondaryAlpha' | 'colorBackgroundWarning' | 'colorSeparatorPrimary' | 'colorSeparatorPrimaryAlpha' | 'colorSeparatorSecondary' | 'colorImageBorderAlpha' | 'colorFieldBorderAlpha' | 'colorStrokeAccent' | 'colorStrokeAccentThemed' | 'colorStrokeContrast' | 'colorStrokeNegative' | 'colorStrokePositive' | 'colorAccentBlue' | 'colorAccentGray' | 'colorAccentRed' | 'colorAccentGreen' | 'colorAccentOrange' | 'colorAccentPurple' | 'colorAccentViolet' | 'colorAccentSecondary' | 'colorTransparent' | 'colorActionSheetText' | 'colorHeaderBackground' | 'colorPanelHeaderIcon' | 'colorWriteBarIcon' | 'colorWriteBarInputBackground' | 'colorWriteBarInputBorderAlpha' | 'colorTrackBackground' | 'colorOverlayPrimary' | 'colorTrackBuffer' | 'colorImagePlaceholder' | 'colorImagePlaceholderAlpha' | 'colorSearchFieldBackground' | 'colorSkeletonTo' | 'colorSkeletonFrom' | 'colorAvatarOverlay';
9
+ export type AllowedParadigmColorTokens = 'colorTextPrimary' | 'colorTextPrimaryInvariably' | 'colorTextSecondary' | 'colorTextTertiary' | 'colorTextSubhead' | 'colorTextAccent' | 'colorTextAccentThemed' | 'colorTextLink' | 'colorTextLinkThemed' | 'colorTextLinkVisited' | 'colorTextNegative' | 'colorTextPositive' | 'colorTextMuted' | 'colorTextContrast' | 'colorTextContrastThemed' | 'colorLinkContrast' | 'colorIconPrimary' | 'colorIconPrimaryInvariably' | 'colorIconSecondary' | 'colorIconSecondaryAlpha' | 'colorIconMedium' | 'colorIconMediumAlpha' | 'colorIconTertiary' | 'colorIconTertiaryAlpha' | 'colorIconAccent' | 'colorIconAccentThemed' | 'colorIconNegative' | 'colorIconPositive' | 'colorIconContrast' | 'colorIconContrastThemed' | 'colorBackground' | 'colorBackgroundContent' | 'colorBackgroundAccentAlternative' | 'colorBackgroundModal' | 'colorBackgroundSecondary' | 'colorBackgroundSecondaryAlpha' | 'colorBackgroundTertiary' | 'colorBackgroundAccent' | 'colorBackgroundAccentTintAlpha' | 'colorBackgroundNegativeTintAlpha' | 'colorBackgroundPositiveTintAlpha' | 'colorBackgroundWarningTintAlpha' | 'colorBackgroundAccentThemed' | 'colorBackgroundNegative' | 'colorBackgroundNegativeTint' | 'colorBackgroundPositive' | 'colorBackgroundContrast' | 'colorBackgroundContrastSecondaryAlpha' | 'colorBackgroundWarning' | 'colorSeparatorPrimary' | 'colorSeparatorPrimaryAlpha' | 'colorSeparatorSecondary' | 'colorImageBorderAlpha' | 'colorFieldBorderAlpha' | 'colorStrokeAccent' | 'colorStrokeAccentThemed' | 'colorStrokeContrast' | 'colorStrokeNegative' | 'colorStrokePositive' | 'colorAccentBlue' | 'colorAccentGray' | 'colorAccentRed' | 'colorAccentGreen' | 'colorAccentOrange' | 'colorAccentPurple' | 'colorAccentViolet' | 'colorAccentRaspberryPink' | 'colorAccentSecondary' | 'colorTransparent' | 'colorActionSheetText' | 'colorHeaderBackground' | 'colorPanelHeaderIcon' | 'colorWriteBarIcon' | 'colorWriteBarInputBackground' | 'colorWriteBarInputBorderAlpha' | 'colorTrackBackground' | 'colorOverlayPrimary' | 'colorTrackBuffer' | 'colorImagePlaceholder' | 'colorImagePlaceholderAlpha' | 'colorSearchFieldBackground' | 'colorSkeletonTo' | 'colorSkeletonFrom' | 'colorAvatarOverlay';
10
10
  export interface ThemePulseMediaTypography {
11
11
  fontFamilyMedia: Property.FontFamily;
12
12
  fontMediaHeader: Adaptive<Font>;
@@ -1,7 +1,7 @@
1
- import { VkTheme, VkThemeCssVars, VkThemeDescription } from '../../namespaces/vk';
2
- export interface ThemeVkBase extends VkTheme {
1
+ import { Theme, ThemeCssVars, ThemeDescription } from '../../general';
2
+ export interface ThemeVkBase extends Theme {
3
3
  }
4
- export interface ThemeVkBaseDescription extends VkThemeDescription {
4
+ export interface ThemeVkBaseDescription extends ThemeDescription {
5
5
  }
6
- export interface ThemeVkBaseCssVars extends VkThemeCssVars {
6
+ export interface ThemeVkBaseCssVars extends ThemeCssVars {
7
7
  }
@@ -1,7 +1,7 @@
1
- import { VkTheme, VkThemeCssVars, VkThemeDescription } from '../../namespaces/vk';
2
- export interface ThemeVkBaseDark extends VkTheme {
1
+ import { Theme, ThemeCssVars, ThemeDescription } from '../../general';
2
+ export interface ThemeVkBaseDark extends Theme {
3
3
  }
4
- export interface ThemeVkBaseDarkDescription extends VkThemeDescription {
4
+ export interface ThemeVkBaseDarkDescription extends ThemeDescription {
5
5
  }
6
- export interface ThemeVkBaseDarkCssVars extends VkThemeCssVars {
6
+ export interface ThemeVkBaseDarkCssVars extends ThemeCssVars {
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/vkui-tokens",
3
- "version": "4.30.1-dev-ff0eeb.0",
3
+ "version": "4.31.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.20.12",
35
+ "@babel/core": "7.21.3",
36
36
  "@svgr/webpack": "6.5.1",
37
37
  "@types/color": "3.0.3",
38
38
  "@types/common-tags": "1.8.1",
@@ -44,12 +44,12 @@
44
44
  "@typescript-eslint/eslint-plugin": "4.33.0",
45
45
  "@typescript-eslint/parser": "4.33.0",
46
46
  "@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.0",
47
- "@vkontakte/icons": "2.14.0",
47
+ "@vkontakte/icons": "2.23.0",
48
48
  "@vkontakte/prettier-config": "0.1.0",
49
49
  "@vkontakte/vk-bridge": "2.7.2",
50
50
  "@vkontakte/vkjs": "0.31.0",
51
51
  "@vkontakte/vkui": "5.1.0",
52
- "babel-jest": "29.4.1",
52
+ "babel-jest": "29.5.0",
53
53
  "babel-loader": "9.1.2",
54
54
  "clean-webpack-plugin": "4.0.0",
55
55
  "clsx": "1.2.1",
@@ -66,7 +66,7 @@
66
66
  "eslint-plugin-import": "2.27.5",
67
67
  "eslint-plugin-jasmine": "4.1.3",
68
68
  "eslint-plugin-prettier": "4.2.1",
69
- "eslint-plugin-simple-import-sort": "8.0.0",
69
+ "eslint-plugin-simple-import-sort": "10.0.0",
70
70
  "eslint-plugin-sonarjs": "0.17.0",
71
71
  "fs-extra": "11.1.0",
72
72
  "html-webpack-plugin": "5.5.0",
@@ -24,7 +24,7 @@ var fontWeightAccent3 = 400;
24
24
  var fontWeightBase1 = 700;
25
25
  var fontWeightBase2 = 700;
26
26
  var fontWeightBase3 = 400;
27
- var colorBackgroundTertiaryLight = '#F9F9FA';
27
+ var colorBackgroundTertiaryLight = '#F6F7F8';
28
28
  var colorBackgroundTertiaryDark = '#252525';
29
29
  exports.lightColors = {
30
30
  colorsScheme: 'light',
@@ -117,6 +117,7 @@ exports.lightColors = {
117
117
  colorAccentOrange: '#FF9E00',
118
118
  colorAccentPurple: '#4F6DDC',
119
119
  colorAccentViolet: '#C15DF3',
120
+ colorAccentRaspberryPink: '#E03FAB',
120
121
  colorAccentSecondary: '#FF9E00',
121
122
  // Other
122
123
  colorActionSheetText: '#005FF9',
@@ -230,6 +231,7 @@ exports.darkColors = {
230
231
  colorAccentOrange: '#FF9E00',
231
232
  colorAccentPurple: '#4F6DDC',
232
233
  colorAccentViolet: '#C15DF3',
234
+ colorAccentRaspberryPink: '#F060C0',
233
235
  colorAccentSecondary: '#FF9E00',
234
236
  // Other
235
237
  colorActionSheetText: '#3C82FD',
@@ -1,16 +1,11 @@
1
- import { bright_light, space_gray } from '@vkontakte/appearance/main.valette/scheme.json';
2
- import { vkcom_dark, vkcom_light } from '@vkontakte/appearance/main.valette/scheme_web.json';
3
- import { ColorsDescription } from '../../interfaces/general';
1
+ import { ColorsDescription, ThemeDescription } from '../../interfaces/general';
4
2
  import { Elevation } from '../../interfaces/general/elevation';
5
3
  import { Gradients } from '../../interfaces/general/gradients';
6
- import { LocalVkColorsDescriptionStruct, VkGradients, VkThemeDescription } from '../../interfaces/namespaces/vk';
7
- export declare const vkLocalColors: (theme: typeof bright_light | typeof space_gray | typeof vkcom_light | typeof vkcom_dark, palette?: Record<string, string>) => LocalVkColorsDescriptionStruct;
8
4
  export declare const lightColors: ColorsDescription;
9
5
  export declare const lightGradient: Gradients;
10
6
  export declare const lightElevation: Elevation;
11
7
  export declare const darkColors: ColorsDescription;
12
8
  export declare const darkGradient: Gradients;
13
9
  export declare const darkElevation: Elevation;
14
- export declare const gradients: VkGradients;
15
- export declare const lightTheme: VkThemeDescription;
16
- export declare const darkTheme: VkThemeDescription;
10
+ export declare const lightTheme: ThemeDescription;
11
+ export declare const darkTheme: ThemeDescription;
@@ -10,38 +10,10 @@ var __assign = (this && this.__assign) || function () {
10
10
  };
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
- var __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
13
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.darkTheme = exports.lightTheme = exports.gradients = exports.darkElevation = exports.darkGradient = exports.darkColors = exports.lightElevation = exports.lightGradient = exports.lightColors = exports.vkLocalColors = void 0;
18
- var palette_json_1 = __importDefault(require("@vkontakte/appearance/main.valette/palette.json"));
19
- var scheme_json_1 = require("@vkontakte/appearance/main.valette/scheme.json");
20
- var appearance_1 = require("../../build/helpers/appearance");
14
+ exports.darkTheme = exports.lightTheme = exports.darkElevation = exports.darkGradient = exports.darkColors = exports.lightElevation = exports.lightGradient = exports.lightColors = void 0;
21
15
  var getGradientPointsFromColor_1 = require("../../build/helpers/getGradientPointsFromColor");
22
16
  var tokenHelpers_1 = require("../../build/helpers/tokenHelpers");
23
- var vkLocalColors = function (theme, palette) {
24
- if (palette === void 0) { palette = palette_json_1.default; }
25
- var resolve = function (clusterData) { return (0, appearance_1.resolveColor)(clusterData, palette); };
26
- return {
27
- colorSnippetBorderAlpha: resolve(theme.colors.snippet_border),
28
- colorModalCardBorderAlpha: resolve(theme.colors.modal_card_border),
29
- colorLandingSnippetBorderAlpha: resolve(theme.colors.landing_snippet_border),
30
- colorActionSheetSeparatorAlpha: resolve(theme.colors.action_sheet_separator),
31
- colorInputBorder: resolve(theme.colors.input_border),
32
- colorImForwardLineAlpha: resolve(theme.colors.im_forward_line_tint),
33
- colorImBubbleBorderAlternateHighlightedAlpha: resolve(theme.colors.im_bubble_border_alternate_highlighted),
34
- colorImBubbleIncoming: resolve(theme.colors.im_bubble_incoming),
35
- colorImBubbleIncomingAlternate: resolve(theme.colors.im_bubble_incoming_alternate),
36
- colorImBubbleIncomingExpiring: resolve(theme.colors.im_bubble_incoming_expiring),
37
- colorImBubbleOutgoing: resolve(theme.colors.im_bubble_outgoing),
38
- colorImBubbleOutgoingExpiringHighlighted: resolve(theme.colors.im_bubble_outgoing_expiring_highlighted),
39
- colorImBubbleGiftText: resolve(theme.colors.im_bubble_gift_text),
40
- colorImBubbleGiftTextSecondary: resolve(theme.colors.im_bubble_gift_text_secondary),
41
- colorImTextName: resolve(theme.colors.im_text_name),
42
- };
43
- };
44
- exports.vkLocalColors = vkLocalColors;
45
17
  var fontFamilyAccent = "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif";
46
18
  var fontFamilyBase = "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif";
47
19
  var fontWeightAccent1 = 600;
@@ -80,7 +52,7 @@ exports.lightColors = {
80
52
  hover: 'rgba(255, 255, 255, 0.24)',
81
53
  active: 'rgba(255, 255, 255, 0.28)',
82
54
  },
83
- colorBackgroundContrastInverse: '#2d2d2e',
55
+ colorBackgroundContrastInverse: '#2C2D2E',
84
56
  colorBackgroundModal: '#FFFFFF',
85
57
  colorBackgroundModalInverse: '#2d2d2e',
86
58
  colorBackgroundWarning: '#FFF2D6',
@@ -148,6 +120,7 @@ exports.lightColors = {
148
120
  colorAccentOrange: '#FFA000',
149
121
  colorAccentPurple: '#735CE6',
150
122
  colorAccentViolet: '#792EC0',
123
+ colorAccentRaspberryPink: '#E03FAB',
151
124
  colorAccentSecondary: '#3F8AE0',
152
125
  // Other
153
126
  colorOverlayPrimary: 'rgba(0, 0, 0, 0.4)',
@@ -209,15 +182,15 @@ exports.darkColors = {
209
182
  hover: 'rgba(255, 255, 255, 0.24)',
210
183
  active: 'rgba(255, 255, 255, 0.28)',
211
184
  },
212
- colorBackgroundContrastInverse: '#2d2d2e',
213
- colorBackgroundModal: '#2D2D2E',
185
+ colorBackgroundContrastInverse: '#2C2D2E',
186
+ colorBackgroundModal: '#2C2D2E',
214
187
  colorBackgroundModalInverse: '#ffffff',
215
188
  colorBackgroundWarning: '#857250',
216
189
  colorBackgroundPositive: '#4BB34B',
217
190
  colorBackgroundNegative: '#FF5C5C',
218
191
  colorBackgroundNegativeTint: '#522E2E',
219
192
  colorBackgroundPositiveTint: '#E8f9e8',
220
- colorFieldBackground: '#292929',
193
+ colorFieldBackground: '#232324',
221
194
  colorHeaderBackground: '#19191A',
222
195
  // Text
223
196
  colorTextAccent: '#529EF4',
@@ -225,7 +198,7 @@ exports.darkColors = {
225
198
  colorTextPrimary: '#E1E3E6',
226
199
  colorTextPrimaryInvariably: '#000000',
227
200
  colorTextSecondary: '#76787A',
228
- colorTextSubhead: '#969A9F',
201
+ colorTextSubhead: '#5D5F61',
229
202
  colorTextTertiary: '#636567',
230
203
  colorTextContrast: '#FFFFFF',
231
204
  colorTextContrastThemed: '#000000',
@@ -273,6 +246,7 @@ exports.darkColors = {
273
246
  colorAccentOrange: '#FFA000',
274
247
  colorAccentPurple: '#735CE6',
275
248
  colorAccentViolet: '#792EC0',
249
+ colorAccentRaspberryPink: '#F060C0',
276
250
  colorAccentSecondary: '#3F8AE0',
277
251
  // Other
278
252
  colorOverlayPrimary: 'rgba(0, 0, 0, 0.4)',
@@ -280,8 +254,8 @@ exports.darkColors = {
280
254
  colorAvatarOverlayInverseAlpha: 'rgba(255, 255, 255, 0.85)',
281
255
  colorImagePlaceholder: '#2A2B2C',
282
256
  colorImagePlaceholderAlpha: 'rgba(241, 247, 255, 0.08)',
283
- colorSkeletonFrom: '#F5F5F5',
284
- colorSkeletonTo: '#E1E3E6',
257
+ colorSkeletonFrom: '#232324',
258
+ colorSkeletonTo: '#2C2D2E',
285
259
  colorWriteBarIcon: '#529EF4',
286
260
  colorWriteBarInputBackground: '#232324',
287
261
  colorWriteBarInputBorderAlpha: 'rgba(255, 255, 255, 0.8)',
@@ -307,43 +281,7 @@ exports.darkElevation = {
307
281
  elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)',
308
282
  elevation4: '0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)',
309
283
  };
310
- exports.gradients = {
311
- gradientAquamarineBlue: '#7DF1FA, #2BB4D6',
312
- gradientBlue: '#66CCFF, #3F8AE0',
313
- gradientCandy: '#FF99CC, #E52E6A',
314
- gradientCrimson: '#FF7373, #E53949, #BF1C38',
315
- gradientDisco: '#FFB726, #FF2693, #8122E0, #2693FF',
316
- gradientEmerald: '#00D948, #0D8046',
317
- gradientGray: '#C1CAD6, #878F99',
318
- gradientGreen: '#6CD97E, #12B312',
319
- gradientLagoon: '#2BD9D9, #5C9CE6',
320
- gradientLavender: '#928FFF, #4B47B2',
321
- gradientMarine: '#2EE54D, #0D7EFF',
322
- gradientMidnight: '#73D0FF, #3885E1, #0032A6',
323
- gradientOrange: '#FFBF80, #E66B2E',
324
- gradientPink: '#FF8880, #E62E6B',
325
- gradientPurple: '#A393F5, #735CE6',
326
- gradientRaspberryPink: '#FF80D5, #E645B1',
327
- gradientRed: '#FF7583, #E62E40',
328
- gradientRetrowave: '#30F2B1, #5967FF, #FF26A5',
329
- gradientSunset: '#FFD24D, #F26549, #E62E6B',
330
- gradientTurquoise: '#8AE6E6, #12B3B3',
331
- gradientTwilight: '#FF4D87, #9F40FF, #3399FF',
332
- gradientUnicorn: '#FF99CC, #A179F2, #5CA1E6',
333
- gradientViolet: '#D3A6FF, #903FE0',
334
- gradientYellow: '#FFC44D, #F07300',
335
- gradientYellowBright: '#FFD54F, #E7A902',
336
- gradientHalloweenOrange: '#CB1E3B, #F05C44, #FFA000',
337
- gradientHalloweenViolet: '#FFA000, #CD4C4B, #792EC0',
338
- gradientNewYear: '#BB64E4, #805BD7, #2866D5',
339
- gradientFrost: '#4FA0FF, #016CEA',
340
- gradientValentine: '#FF8A65, #F25383, #8F13DB',
341
- gradientWarmValentine: '#F3386A, #FF819E',
342
- gradientSberkot: '#9DF19D, #31C2A7, #21A19A, #107F8C',
343
- gradientMable: '#D9F4FF, #D9F4FF',
344
- gradientWomensDay: '#FF99CC, #E52E6A',
345
- };
346
- exports.lightTheme = __assign(__assign(__assign(__assign(__assign(__assign({ themeName: 'vkBase', themeNameBase: 'vkBase' }, exports.lightColors), { colors: __assign(__assign({}, exports.lightColors.colors), (0, exports.vkLocalColors)(scheme_json_1.bright_light)) }), exports.gradients), exports.lightGradient), exports.lightElevation), {
284
+ exports.lightTheme = __assign(__assign(__assign(__assign({ themeName: 'vkBase', themeNameBase: 'vkBase' }, exports.lightColors), exports.lightGradient), exports.lightElevation), {
347
285
  // Типографика
348
286
  fontFamilyAccent: fontFamilyAccent, fontFamilyBase: fontFamilyBase, fontWeightAccent1: fontWeightAccent1, fontWeightAccent2: fontWeightAccent2, fontWeightAccent3: fontWeightAccent3, fontWeightBase1: fontWeightBase1, fontWeightBase2: fontWeightBase2, fontWeightBase3: fontWeightBase3, fontTitle1: {
349
287
  regular: {
@@ -641,4 +579,4 @@ exports.lightTheme = __assign(__assign(__assign(__assign(__assign(__assign({ the
641
579
  },
642
580
  // Разное
643
581
  animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', animationEasingPlatform: 'cubic-bezier(0.4, 0, 0.2, 1)', opacityDisable: 0.4, opacityDisableAccessibility: 0.64, zIndexModal: 99, zIndexPopout: 100 });
644
- exports.darkTheme = __assign(__assign(__assign(__assign(__assign(__assign({}, exports.lightTheme), exports.darkColors), { colors: __assign(__assign({}, exports.darkColors.colors), (0, exports.vkLocalColors)(scheme_json_1.space_gray)) }), exports.darkGradient), exports.darkElevation), { themeName: 'vkBaseDark', themeInheritsFrom: 'vkBase', colorsScheme: 'dark' });
582
+ exports.darkTheme = __assign(__assign(__assign(__assign(__assign({}, exports.lightTheme), exports.darkColors), exports.darkGradient), exports.darkElevation), { themeName: 'vkBaseDark', themeInheritsFrom: 'vkBase', colorsScheme: 'dark' });
@@ -235,7 +235,7 @@
235
235
  --vkui--elevation4: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
236
236
  --vkui--gradient_black: rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.014) 13%, rgba(0, 0, 0, 0.06) 27%, rgba(0, 0, 0, 0.316) 68%, rgba(0, 0, 0, 0.38) 84%, rgba(0, 0, 0, 0.4) 100%;
237
237
  --vkui--gradient_white: rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.036) 13%, rgba(255, 255, 255, 0.15) 27%, rgba(255, 255, 255, 0.79) 68%, rgba(255, 255, 255, 0.95) 84%, rgba(255, 255, 255, 1) 100%;
238
- --vkui--gradient_tint: rgba(249, 249, 250, 0) 0%, rgba(249, 249, 250, 0.036) 13%, rgba(249, 249, 250, 0.15) 27%, rgba(249, 249, 250, 0.79) 68%, rgba(249, 249, 250, 0.95) 84%, rgba(249, 249, 250, 1) 100%;
238
+ --vkui--gradient_tint: rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 0.036) 13%, rgba(246, 247, 248, 0.15) 27%, rgba(246, 247, 248, 0.79) 68%, rgba(246, 247, 248, 0.95) 84%, rgba(246, 247, 248, 1) 100%;
239
239
  --vkui--animation_duration_l: 0.4s;
240
240
  --vkui--animation_duration_m: 0.2s;
241
241
  --vkui--animation_duration_s: 0.1s;
@@ -348,6 +348,7 @@
348
348
  --vkui--theme_name_base: 'calendar';
349
349
  --vkui--calendar_elevation_header: 0 0 16px 0 rgba(2, 13, 41, 0.12);
350
350
  --vkui--calendar_elevation_event_form: 0px 4px 64px 0px rgba(0, 16, 61, 0.2);
351
+ --vkui--calendar_image_background: none;
351
352
  --vkui--calendar_size_border_radius_small: 4px;
352
353
  --vkui--calendar_size_border_radius_medium: 6px;
353
354
  --vkui--calendar_size_border_radius_large: 8px;
@@ -410,9 +411,9 @@
410
411
  --vkui--color_background_negative: #ED0A34;
411
412
  --vkui--color_background_negative--hover: #E40A34;
412
413
  --vkui--color_background_negative--active: #DA0A35;
413
- --vkui--color_background_tertiary: #F9F9FA;
414
- --vkui--color_background_tertiary--hover: #EFF0F2;
415
- --vkui--color_background_tertiary--active: #E5E6EB;
414
+ --vkui--color_background_tertiary: #F6F7F8;
415
+ --vkui--color_background_tertiary--hover: #ECEEF1;
416
+ --vkui--color_background_tertiary--active: #E2E5E9;
416
417
  --vkui--color_background_tertiary_alpha: rgba(0, 0, 0, 0.04);
417
418
  --vkui--color_background_tertiary_alpha--hover: rgba(0, 0, 0, 0.08);
418
419
  --vkui--color_background_tertiary_alpha--active: rgba(0, 0, 0, 0.12);
@@ -590,6 +591,9 @@
590
591
  --vkui--color_accent_violet: #C15DF3;
591
592
  --vkui--color_accent_violet--hover: #B95AEC;
592
593
  --vkui--color_accent_violet--active: #B257E4;
594
+ --vkui--color_accent_raspberry_pink: #E03FAB;
595
+ --vkui--color_accent_raspberry_pink--hover: #D73DA7;
596
+ --vkui--color_accent_raspberry_pink--active: #CE3BA2;
593
597
  --vkui--color_accent_secondary: #FF9E00;
594
598
  --vkui--color_accent_secondary--hover: #F59802;
595
599
  --vkui--color_accent_secondary--active: #EB9305;
@@ -235,7 +235,7 @@
235
235
  --vkui--elevation4: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
236
236
  --vkui--gradient_black: rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.014) 13%, rgba(0, 0, 0, 0.06) 27%, rgba(0, 0, 0, 0.316) 68%, rgba(0, 0, 0, 0.38) 84%, rgba(0, 0, 0, 0.4) 100%;
237
237
  --vkui--gradient_white: rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.036) 13%, rgba(255, 255, 255, 0.15) 27%, rgba(255, 255, 255, 0.79) 68%, rgba(255, 255, 255, 0.95) 84%, rgba(255, 255, 255, 1) 100%;
238
- --vkui--gradient_tint: rgba(249, 249, 250, 0) 0%, rgba(249, 249, 250, 0.036) 13%, rgba(249, 249, 250, 0.15) 27%, rgba(249, 249, 250, 0.79) 68%, rgba(249, 249, 250, 0.95) 84%, rgba(249, 249, 250, 1) 100%;
238
+ --vkui--gradient_tint: rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 0.036) 13%, rgba(246, 247, 248, 0.15) 27%, rgba(246, 247, 248, 0.79) 68%, rgba(246, 247, 248, 0.95) 84%, rgba(246, 247, 248, 1) 100%;
239
239
  --vkui--animation_duration_l: 0.4s;
240
240
  --vkui--animation_duration_m: 0.2s;
241
241
  --vkui--animation_duration_s: 0.1s;
@@ -348,6 +348,7 @@
348
348
  --vkui--theme_name_base: 'calendar';
349
349
  --vkui--calendar_elevation_header: 0 0 16px 0 rgba(2, 13, 41, 0.12);
350
350
  --vkui--calendar_elevation_event_form: 0px 4px 64px 0px rgba(0, 16, 61, 0.2);
351
+ --vkui--calendar_image_background: none;
351
352
  --vkui--calendar_size_border_radius_small: 4px;
352
353
  --vkui--calendar_size_border_radius_medium: 6px;
353
354
  --vkui--calendar_size_border_radius_large: 8px;
@@ -7,7 +7,7 @@
7
7
  --vkui--elevation4: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
8
8
  --vkui--gradient_black: rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.014) 13%, rgba(0, 0, 0, 0.06) 27%, rgba(0, 0, 0, 0.316) 68%, rgba(0, 0, 0, 0.38) 84%, rgba(0, 0, 0, 0.4) 100%;
9
9
  --vkui--gradient_white: rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.036) 13%, rgba(255, 255, 255, 0.15) 27%, rgba(255, 255, 255, 0.79) 68%, rgba(255, 255, 255, 0.95) 84%, rgba(255, 255, 255, 1) 100%;
10
- --vkui--gradient_tint: rgba(249, 249, 250, 0) 0%, rgba(249, 249, 250, 0.036) 13%, rgba(249, 249, 250, 0.15) 27%, rgba(249, 249, 250, 0.79) 68%, rgba(249, 249, 250, 0.95) 84%, rgba(249, 249, 250, 1) 100%;
10
+ --vkui--gradient_tint: rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 0.036) 13%, rgba(246, 247, 248, 0.15) 27%, rgba(246, 247, 248, 0.79) 68%, rgba(246, 247, 248, 0.95) 84%, rgba(246, 247, 248, 1) 100%;
11
11
  --vkui--animation_duration_l: 0.4s;
12
12
  --vkui--animation_duration_m: 0.2s;
13
13
  --vkui--animation_duration_s: 0.1s;
@@ -28,6 +28,7 @@
28
28
  --vkui--theme_name_base: 'calendar';
29
29
  --vkui--calendar_elevation_header: 0 0 16px 0 rgba(2, 13, 41, 0.12);
30
30
  --vkui--calendar_elevation_event_form: 0px 4px 64px 0px rgba(0, 16, 61, 0.2);
31
+ --vkui--calendar_image_background: none;
31
32
  --vkui--calendar_image_overlay_background: none;
32
33
  --vkui--colors_scheme: light;
33
34
  --vkui--color_background_accent: #005FF9;
@@ -63,9 +64,9 @@
63
64
  --vkui--color_background_negative: #ED0A34;
64
65
  --vkui--color_background_negative--hover: #E40A34;
65
66
  --vkui--color_background_negative--active: #DA0A35;
66
- --vkui--color_background_tertiary: #F9F9FA;
67
- --vkui--color_background_tertiary--hover: #EFF0F2;
68
- --vkui--color_background_tertiary--active: #E5E6EB;
67
+ --vkui--color_background_tertiary: #F6F7F8;
68
+ --vkui--color_background_tertiary--hover: #ECEEF1;
69
+ --vkui--color_background_tertiary--active: #E2E5E9;
69
70
  --vkui--color_background_tertiary_alpha: rgba(0, 0, 0, 0.04);
70
71
  --vkui--color_background_tertiary_alpha--hover: rgba(0, 0, 0, 0.08);
71
72
  --vkui--color_background_tertiary_alpha--active: rgba(0, 0, 0, 0.12);
@@ -243,6 +244,9 @@
243
244
  --vkui--color_accent_violet: #C15DF3;
244
245
  --vkui--color_accent_violet--hover: #B95AEC;
245
246
  --vkui--color_accent_violet--active: #B257E4;
247
+ --vkui--color_accent_raspberry_pink: #E03FAB;
248
+ --vkui--color_accent_raspberry_pink--hover: #D73DA7;
249
+ --vkui--color_accent_raspberry_pink--active: #CE3BA2;
246
250
  --vkui--color_accent_secondary: #FF9E00;
247
251
  --vkui--color_accent_secondary--hover: #F59802;
248
252
  --vkui--color_accent_secondary--active: #EB9305;
@@ -32,9 +32,9 @@
32
32
  --vkui--color_background_negative: #ED0A34;
33
33
  --vkui--color_background_negative--hover: #E40A34;
34
34
  --vkui--color_background_negative--active: #DA0A35;
35
- --vkui--color_background_tertiary: #F9F9FA;
36
- --vkui--color_background_tertiary--hover: #EFF0F2;
37
- --vkui--color_background_tertiary--active: #E5E6EB;
35
+ --vkui--color_background_tertiary: #F6F7F8;
36
+ --vkui--color_background_tertiary--hover: #ECEEF1;
37
+ --vkui--color_background_tertiary--active: #E2E5E9;
38
38
  --vkui--color_background_tertiary_alpha: rgba(0, 0, 0, 0.04);
39
39
  --vkui--color_background_tertiary_alpha--hover: rgba(0, 0, 0, 0.08);
40
40
  --vkui--color_background_tertiary_alpha--active: rgba(0, 0, 0, 0.12);
@@ -212,6 +212,9 @@
212
212
  --vkui--color_accent_violet: #C15DF3;
213
213
  --vkui--color_accent_violet--hover: #B95AEC;
214
214
  --vkui--color_accent_violet--active: #B257E4;
215
+ --vkui--color_accent_raspberry_pink: #E03FAB;
216
+ --vkui--color_accent_raspberry_pink--hover: #D73DA7;
217
+ --vkui--color_accent_raspberry_pink--active: #CE3BA2;
215
218
  --vkui--color_accent_secondary: #FF9E00;
216
219
  --vkui--color_accent_secondary--hover: #F59802;
217
220
  --vkui--color_accent_secondary--active: #EB9305;