@vkontakte/vkui-tokens 4.46.0 → 4.47.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 (1134) hide show
  1. package/README.md +106 -59
  2. package/interfaces/general/colors/index.d.ts +11 -6
  3. package/interfaces/themes/cloud/index.d.ts +63 -4
  4. package/package.json +7 -7
  5. package/themeDescriptions/base/paradigm.js +2 -0
  6. package/themeDescriptions/base/vk.js +15 -8
  7. package/themes/calendar/cssVars/declarations/index.css +3 -0
  8. package/themes/calendar/cssVars/declarations/noSizes.css +3 -0
  9. package/themes/calendar/cssVars/declarations/onlyColors.css +3 -0
  10. package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
  11. package/themes/calendar/cssVars/declarations/onlyVariables.css +3 -0
  12. package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
  13. package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +3 -0
  14. package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  15. package/themes/calendar/cssVars/theme/fallbacks/index.css +3 -0
  16. package/themes/calendar/cssVars/theme/fallbacks/index.less +3 -0
  17. package/themes/calendar/cssVars/theme/fallbacks/index.pcss +3 -0
  18. package/themes/calendar/cssVars/theme/fallbacks/index.scss +3 -0
  19. package/themes/calendar/cssVars/theme/fallbacks/index.styl +3 -0
  20. package/themes/calendar/cssVars/theme/index.js +14 -0
  21. package/themes/calendar/cssVars/theme/index.json +14 -0
  22. package/themes/calendar/docs.json +12 -0
  23. package/themes/calendar/index.css +3 -0
  24. package/themes/calendar/index.js +5 -0
  25. package/themes/calendar/index.json +5 -0
  26. package/themes/calendar/index.less +3 -0
  27. package/themes/calendar/index.pcss +3 -0
  28. package/themes/calendar/index.scss +3 -0
  29. package/themes/calendar/index.styl +3 -0
  30. package/themes/calendar/struct.json +5 -0
  31. package/themes/calendarDark/cssVars/declarations/index.css +3 -0
  32. package/themes/calendarDark/cssVars/declarations/noSizes.css +3 -0
  33. package/themes/calendarDark/cssVars/declarations/onlyColors.css +3 -0
  34. package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
  35. package/themes/calendarDark/cssVars/declarations/onlyVariables.css +3 -0
  36. package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
  37. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  38. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  39. package/themes/calendarDark/cssVars/theme/fallbacks/index.css +3 -0
  40. package/themes/calendarDark/cssVars/theme/fallbacks/index.less +3 -0
  41. package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +3 -0
  42. package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +3 -0
  43. package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +3 -0
  44. package/themes/calendarDark/cssVars/theme/index.js +14 -0
  45. package/themes/calendarDark/cssVars/theme/index.json +14 -0
  46. package/themes/calendarDark/docs.json +12 -0
  47. package/themes/calendarDark/index.css +3 -0
  48. package/themes/calendarDark/index.js +5 -0
  49. package/themes/calendarDark/index.json +5 -0
  50. package/themes/calendarDark/index.less +3 -0
  51. package/themes/calendarDark/index.pcss +3 -0
  52. package/themes/calendarDark/index.scss +3 -0
  53. package/themes/calendarDark/index.styl +3 -0
  54. package/themes/calendarDark/struct.json +5 -0
  55. package/themes/calls/cssVars/declarations/index.css +3 -0
  56. package/themes/calls/cssVars/declarations/noSizes.css +3 -0
  57. package/themes/calls/cssVars/declarations/onlyColors.css +3 -0
  58. package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
  59. package/themes/calls/cssVars/declarations/onlyVariables.css +3 -0
  60. package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
  61. package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +3 -0
  62. package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  63. package/themes/calls/cssVars/theme/fallbacks/index.css +3 -0
  64. package/themes/calls/cssVars/theme/fallbacks/index.less +3 -0
  65. package/themes/calls/cssVars/theme/fallbacks/index.pcss +3 -0
  66. package/themes/calls/cssVars/theme/fallbacks/index.scss +3 -0
  67. package/themes/calls/cssVars/theme/fallbacks/index.styl +3 -0
  68. package/themes/calls/cssVars/theme/index.js +14 -0
  69. package/themes/calls/cssVars/theme/index.json +14 -0
  70. package/themes/calls/docs.json +12 -0
  71. package/themes/calls/index.css +3 -0
  72. package/themes/calls/index.js +5 -0
  73. package/themes/calls/index.json +5 -0
  74. package/themes/calls/index.less +3 -0
  75. package/themes/calls/index.pcss +3 -0
  76. package/themes/calls/index.scss +3 -0
  77. package/themes/calls/index.styl +3 -0
  78. package/themes/calls/struct.json +5 -0
  79. package/themes/cloud/cssVars/declarations/index.css +535 -181
  80. package/themes/cloud/cssVars/declarations/noColors.css +335 -122
  81. package/themes/cloud/cssVars/declarations/noSizes.css +3 -0
  82. package/themes/cloud/cssVars/declarations/onlyAdaptiveGroups.css +83 -7
  83. package/themes/cloud/cssVars/declarations/onlyColors.css +3 -0
  84. package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
  85. package/themes/cloud/cssVars/declarations/onlyMedia.css +152 -50
  86. package/themes/cloud/cssVars/declarations/onlyVariables.css +105 -41
  87. package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
  88. package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +105 -41
  89. package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +105 -41
  90. package/themes/cloud/cssVars/theme/fallbacks/index.css +339 -123
  91. package/themes/cloud/cssVars/theme/fallbacks/index.less +134 -41
  92. package/themes/cloud/cssVars/theme/fallbacks/index.pcss +134 -41
  93. package/themes/cloud/cssVars/theme/fallbacks/index.scss +316 -103
  94. package/themes/cloud/cssVars/theme/fallbacks/index.styl +134 -41
  95. package/themes/cloud/cssVars/theme/index.js +521 -111
  96. package/themes/cloud/cssVars/theme/index.json +521 -111
  97. package/themes/cloud/docs.json +111 -0
  98. package/themes/cloud/index.css +338 -122
  99. package/themes/cloud/index.js +160 -56
  100. package/themes/cloud/index.json +160 -56
  101. package/themes/cloud/index.less +132 -39
  102. package/themes/cloud/index.pcss +132 -39
  103. package/themes/cloud/index.scss +314 -101
  104. package/themes/cloud/index.styl +132 -39
  105. package/themes/cloud/struct.json +158 -54
  106. package/themes/cloudDark/cssVars/declarations/index.css +264 -0
  107. package/themes/cloudDark/cssVars/declarations/noColors.css +171 -0
  108. package/themes/cloudDark/cssVars/declarations/noSizes.css +3 -0
  109. package/themes/cloudDark/cssVars/declarations/onlyAdaptiveGroups.css +76 -0
  110. package/themes/cloudDark/cssVars/declarations/onlyColors.css +3 -0
  111. package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
  112. package/themes/cloudDark/cssVars/declarations/onlyMedia.css +54 -0
  113. package/themes/cloudDark/cssVars/declarations/onlyVariables.css +52 -0
  114. package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
  115. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +52 -0
  116. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +52 -0
  117. package/themes/cloudDark/cssVars/theme/fallbacks/index.css +174 -0
  118. package/themes/cloudDark/cssVars/theme/fallbacks/index.less +75 -0
  119. package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +75 -0
  120. package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +159 -0
  121. package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +75 -0
  122. package/themes/cloudDark/cssVars/theme/index.js +356 -0
  123. package/themes/cloudDark/cssVars/theme/index.json +356 -0
  124. package/themes/cloudDark/docs.json +111 -0
  125. package/themes/cloudDark/index.css +174 -0
  126. package/themes/cloudDark/index.js +86 -0
  127. package/themes/cloudDark/index.json +86 -0
  128. package/themes/cloudDark/index.less +75 -0
  129. package/themes/cloudDark/index.pcss +75 -0
  130. package/themes/cloudDark/index.scss +159 -0
  131. package/themes/cloudDark/index.styl +75 -0
  132. package/themes/cloudDark/struct.json +86 -0
  133. package/themes/dobro/cssVars/declarations/index.css +12 -9
  134. package/themes/dobro/cssVars/declarations/noSizes.css +12 -9
  135. package/themes/dobro/cssVars/declarations/onlyColors.css +12 -9
  136. package/themes/dobro/cssVars/declarations/onlyColors.js +2 -2
  137. package/themes/dobro/cssVars/declarations/onlyVariables.css +12 -9
  138. package/themes/dobro/cssVars/declarations/onlyVariables.js +2 -2
  139. package/themes/dobro/cssVars/declarations/onlyVariablesLocal.css +12 -9
  140. package/themes/dobro/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -9
  141. package/themes/dobro/cssVars/theme/fallbacks/index.css +12 -9
  142. package/themes/dobro/cssVars/theme/fallbacks/index.less +12 -9
  143. package/themes/dobro/cssVars/theme/fallbacks/index.pcss +12 -9
  144. package/themes/dobro/cssVars/theme/fallbacks/index.scss +12 -9
  145. package/themes/dobro/cssVars/theme/fallbacks/index.styl +12 -9
  146. package/themes/dobro/cssVars/theme/index.js +38 -24
  147. package/themes/dobro/cssVars/theme/index.json +38 -24
  148. package/themes/dobro/docs.json +12 -0
  149. package/themes/dobro/index.css +12 -9
  150. package/themes/dobro/index.js +17 -12
  151. package/themes/dobro/index.json +17 -12
  152. package/themes/dobro/index.less +12 -9
  153. package/themes/dobro/index.pcss +12 -9
  154. package/themes/dobro/index.scss +12 -9
  155. package/themes/dobro/index.styl +12 -9
  156. package/themes/dobro/struct.json +17 -12
  157. package/themes/dobroDark/cssVars/declarations/index.css +15 -12
  158. package/themes/dobroDark/cssVars/declarations/noSizes.css +15 -12
  159. package/themes/dobroDark/cssVars/declarations/onlyColors.css +15 -12
  160. package/themes/dobroDark/cssVars/declarations/onlyColors.js +2 -2
  161. package/themes/dobroDark/cssVars/declarations/onlyVariables.css +15 -12
  162. package/themes/dobroDark/cssVars/declarations/onlyVariables.js +2 -2
  163. package/themes/dobroDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
  164. package/themes/dobroDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -12
  165. package/themes/dobroDark/cssVars/theme/fallbacks/index.css +15 -12
  166. package/themes/dobroDark/cssVars/theme/fallbacks/index.less +15 -12
  167. package/themes/dobroDark/cssVars/theme/fallbacks/index.pcss +15 -12
  168. package/themes/dobroDark/cssVars/theme/fallbacks/index.scss +15 -12
  169. package/themes/dobroDark/cssVars/theme/fallbacks/index.styl +15 -12
  170. package/themes/dobroDark/cssVars/theme/index.js +41 -27
  171. package/themes/dobroDark/cssVars/theme/index.json +41 -27
  172. package/themes/dobroDark/docs.json +12 -0
  173. package/themes/dobroDark/index.css +15 -12
  174. package/themes/dobroDark/index.js +20 -15
  175. package/themes/dobroDark/index.json +20 -15
  176. package/themes/dobroDark/index.less +15 -12
  177. package/themes/dobroDark/index.pcss +15 -12
  178. package/themes/dobroDark/index.scss +15 -12
  179. package/themes/dobroDark/index.styl +15 -12
  180. package/themes/dobroDark/struct.json +20 -15
  181. package/themes/home/cssVars/declarations/index.css +3 -0
  182. package/themes/home/cssVars/declarations/noSizes.css +3 -0
  183. package/themes/home/cssVars/declarations/onlyColors.css +3 -0
  184. package/themes/home/cssVars/declarations/onlyColors.js +2 -2
  185. package/themes/home/cssVars/declarations/onlyVariables.css +3 -0
  186. package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
  187. package/themes/home/cssVars/declarations/onlyVariablesLocal.css +3 -0
  188. package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  189. package/themes/home/cssVars/theme/fallbacks/index.css +3 -0
  190. package/themes/home/cssVars/theme/fallbacks/index.less +3 -0
  191. package/themes/home/cssVars/theme/fallbacks/index.pcss +3 -0
  192. package/themes/home/cssVars/theme/fallbacks/index.scss +3 -0
  193. package/themes/home/cssVars/theme/fallbacks/index.styl +3 -0
  194. package/themes/home/cssVars/theme/index.js +14 -0
  195. package/themes/home/cssVars/theme/index.json +14 -0
  196. package/themes/home/docs.json +12 -0
  197. package/themes/home/index.css +3 -0
  198. package/themes/home/index.js +5 -0
  199. package/themes/home/index.json +5 -0
  200. package/themes/home/index.less +3 -0
  201. package/themes/home/index.pcss +3 -0
  202. package/themes/home/index.scss +3 -0
  203. package/themes/home/index.styl +3 -0
  204. package/themes/home/struct.json +5 -0
  205. package/themes/homeDark/cssVars/declarations/index.css +3 -0
  206. package/themes/homeDark/cssVars/declarations/noSizes.css +3 -0
  207. package/themes/homeDark/cssVars/declarations/onlyColors.css +3 -0
  208. package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
  209. package/themes/homeDark/cssVars/declarations/onlyVariables.css +3 -0
  210. package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
  211. package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  212. package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  213. package/themes/homeDark/cssVars/theme/fallbacks/index.css +3 -0
  214. package/themes/homeDark/cssVars/theme/fallbacks/index.less +3 -0
  215. package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +3 -0
  216. package/themes/homeDark/cssVars/theme/fallbacks/index.scss +3 -0
  217. package/themes/homeDark/cssVars/theme/fallbacks/index.styl +3 -0
  218. package/themes/homeDark/cssVars/theme/index.js +14 -0
  219. package/themes/homeDark/cssVars/theme/index.json +14 -0
  220. package/themes/homeDark/docs.json +12 -0
  221. package/themes/homeDark/index.css +3 -0
  222. package/themes/homeDark/index.js +5 -0
  223. package/themes/homeDark/index.json +5 -0
  224. package/themes/homeDark/index.less +3 -0
  225. package/themes/homeDark/index.pcss +3 -0
  226. package/themes/homeDark/index.scss +3 -0
  227. package/themes/homeDark/index.styl +3 -0
  228. package/themes/homeDark/struct.json +5 -0
  229. package/themes/media/cssVars/declarations/index.css +3 -0
  230. package/themes/media/cssVars/declarations/noSizes.css +3 -0
  231. package/themes/media/cssVars/declarations/onlyColors.css +3 -0
  232. package/themes/media/cssVars/declarations/onlyColors.js +2 -2
  233. package/themes/media/cssVars/declarations/onlyVariables.css +3 -0
  234. package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
  235. package/themes/media/cssVars/declarations/onlyVariablesLocal.css +3 -0
  236. package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  237. package/themes/media/cssVars/theme/fallbacks/index.css +3 -0
  238. package/themes/media/cssVars/theme/fallbacks/index.less +3 -0
  239. package/themes/media/cssVars/theme/fallbacks/index.pcss +3 -0
  240. package/themes/media/cssVars/theme/fallbacks/index.scss +3 -0
  241. package/themes/media/cssVars/theme/fallbacks/index.styl +3 -0
  242. package/themes/media/cssVars/theme/index.js +14 -0
  243. package/themes/media/cssVars/theme/index.json +14 -0
  244. package/themes/media/docs.json +12 -0
  245. package/themes/media/index.css +3 -0
  246. package/themes/media/index.js +5 -0
  247. package/themes/media/index.json +5 -0
  248. package/themes/media/index.less +3 -0
  249. package/themes/media/index.pcss +3 -0
  250. package/themes/media/index.scss +3 -0
  251. package/themes/media/index.styl +3 -0
  252. package/themes/media/struct.json +5 -0
  253. package/themes/mediaDark/cssVars/declarations/index.css +3 -0
  254. package/themes/mediaDark/cssVars/declarations/noSizes.css +3 -0
  255. package/themes/mediaDark/cssVars/declarations/onlyColors.css +3 -0
  256. package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
  257. package/themes/mediaDark/cssVars/declarations/onlyVariables.css +3 -0
  258. package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
  259. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  260. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  261. package/themes/mediaDark/cssVars/theme/fallbacks/index.css +3 -0
  262. package/themes/mediaDark/cssVars/theme/fallbacks/index.less +3 -0
  263. package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +3 -0
  264. package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +3 -0
  265. package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +3 -0
  266. package/themes/mediaDark/cssVars/theme/index.js +14 -0
  267. package/themes/mediaDark/cssVars/theme/index.json +14 -0
  268. package/themes/mediaDark/docs.json +12 -0
  269. package/themes/mediaDark/index.css +3 -0
  270. package/themes/mediaDark/index.js +5 -0
  271. package/themes/mediaDark/index.json +5 -0
  272. package/themes/mediaDark/index.less +3 -0
  273. package/themes/mediaDark/index.pcss +3 -0
  274. package/themes/mediaDark/index.scss +3 -0
  275. package/themes/mediaDark/index.styl +3 -0
  276. package/themes/mediaDark/struct.json +5 -0
  277. package/themes/mycom/cssVars/declarations/index.css +3 -0
  278. package/themes/mycom/cssVars/declarations/noSizes.css +3 -0
  279. package/themes/mycom/cssVars/declarations/onlyColors.css +3 -0
  280. package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
  281. package/themes/mycom/cssVars/declarations/onlyVariables.css +3 -0
  282. package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
  283. package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +3 -0
  284. package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  285. package/themes/mycom/cssVars/theme/fallbacks/index.css +3 -0
  286. package/themes/mycom/cssVars/theme/fallbacks/index.less +3 -0
  287. package/themes/mycom/cssVars/theme/fallbacks/index.pcss +3 -0
  288. package/themes/mycom/cssVars/theme/fallbacks/index.scss +3 -0
  289. package/themes/mycom/cssVars/theme/fallbacks/index.styl +3 -0
  290. package/themes/mycom/cssVars/theme/index.js +14 -0
  291. package/themes/mycom/cssVars/theme/index.json +14 -0
  292. package/themes/mycom/docs.json +12 -0
  293. package/themes/mycom/index.css +3 -0
  294. package/themes/mycom/index.js +5 -0
  295. package/themes/mycom/index.json +5 -0
  296. package/themes/mycom/index.less +3 -0
  297. package/themes/mycom/index.pcss +3 -0
  298. package/themes/mycom/index.scss +3 -0
  299. package/themes/mycom/index.styl +3 -0
  300. package/themes/mycom/struct.json +5 -0
  301. package/themes/octavius/cssVars/declarations/index.css +3 -0
  302. package/themes/octavius/cssVars/declarations/noSizes.css +3 -0
  303. package/themes/octavius/cssVars/declarations/onlyColors.css +3 -0
  304. package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
  305. package/themes/octavius/cssVars/declarations/onlyVariables.css +3 -0
  306. package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
  307. package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +3 -0
  308. package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  309. package/themes/octavius/cssVars/theme/fallbacks/index.css +3 -0
  310. package/themes/octavius/cssVars/theme/fallbacks/index.less +3 -0
  311. package/themes/octavius/cssVars/theme/fallbacks/index.pcss +3 -0
  312. package/themes/octavius/cssVars/theme/fallbacks/index.scss +3 -0
  313. package/themes/octavius/cssVars/theme/fallbacks/index.styl +3 -0
  314. package/themes/octavius/cssVars/theme/index.js +14 -0
  315. package/themes/octavius/cssVars/theme/index.json +14 -0
  316. package/themes/octavius/docs.json +12 -0
  317. package/themes/octavius/index.css +3 -0
  318. package/themes/octavius/index.js +5 -0
  319. package/themes/octavius/index.json +5 -0
  320. package/themes/octavius/index.less +3 -0
  321. package/themes/octavius/index.pcss +3 -0
  322. package/themes/octavius/index.scss +3 -0
  323. package/themes/octavius/index.styl +3 -0
  324. package/themes/octavius/struct.json +5 -0
  325. package/themes/octaviusCompact/cssVars/declarations/index.css +3 -0
  326. package/themes/octaviusCompact/cssVars/declarations/noSizes.css +3 -0
  327. package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +3 -0
  328. package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
  329. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +3 -0
  330. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
  331. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +3 -0
  332. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  333. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +3 -0
  334. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +3 -0
  335. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +3 -0
  336. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +3 -0
  337. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +3 -0
  338. package/themes/octaviusCompact/cssVars/theme/index.js +14 -0
  339. package/themes/octaviusCompact/cssVars/theme/index.json +14 -0
  340. package/themes/octaviusCompact/docs.json +12 -0
  341. package/themes/octaviusCompact/index.css +3 -0
  342. package/themes/octaviusCompact/index.js +5 -0
  343. package/themes/octaviusCompact/index.json +5 -0
  344. package/themes/octaviusCompact/index.less +3 -0
  345. package/themes/octaviusCompact/index.pcss +3 -0
  346. package/themes/octaviusCompact/index.scss +3 -0
  347. package/themes/octaviusCompact/index.styl +3 -0
  348. package/themes/octaviusCompact/struct.json +5 -0
  349. package/themes/octaviusCompactDark/cssVars/declarations/index.css +3 -0
  350. package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +3 -0
  351. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +3 -0
  352. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
  353. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +3 -0
  354. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
  355. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  356. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  357. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +3 -0
  358. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +3 -0
  359. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +3 -0
  360. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +3 -0
  361. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +3 -0
  362. package/themes/octaviusCompactDark/cssVars/theme/index.js +14 -0
  363. package/themes/octaviusCompactDark/cssVars/theme/index.json +14 -0
  364. package/themes/octaviusCompactDark/docs.json +12 -0
  365. package/themes/octaviusCompactDark/index.css +3 -0
  366. package/themes/octaviusCompactDark/index.js +5 -0
  367. package/themes/octaviusCompactDark/index.json +5 -0
  368. package/themes/octaviusCompactDark/index.less +3 -0
  369. package/themes/octaviusCompactDark/index.pcss +3 -0
  370. package/themes/octaviusCompactDark/index.scss +3 -0
  371. package/themes/octaviusCompactDark/index.styl +3 -0
  372. package/themes/octaviusCompactDark/struct.json +5 -0
  373. package/themes/octaviusDark/cssVars/declarations/index.css +3 -0
  374. package/themes/octaviusDark/cssVars/declarations/noSizes.css +3 -0
  375. package/themes/octaviusDark/cssVars/declarations/onlyColors.css +3 -0
  376. package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
  377. package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +3 -0
  378. package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
  379. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  380. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  381. package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +3 -0
  382. package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +3 -0
  383. package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +3 -0
  384. package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +3 -0
  385. package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +3 -0
  386. package/themes/octaviusDark/cssVars/theme/index.js +14 -0
  387. package/themes/octaviusDark/cssVars/theme/index.json +14 -0
  388. package/themes/octaviusDark/docs.json +12 -0
  389. package/themes/octaviusDark/index.css +3 -0
  390. package/themes/octaviusDark/index.js +5 -0
  391. package/themes/octaviusDark/index.json +5 -0
  392. package/themes/octaviusDark/index.less +3 -0
  393. package/themes/octaviusDark/index.pcss +3 -0
  394. package/themes/octaviusDark/index.scss +3 -0
  395. package/themes/octaviusDark/index.styl +3 -0
  396. package/themes/octaviusDark/struct.json +5 -0
  397. package/themes/octaviusVK/cssVars/declarations/index.css +6 -3
  398. package/themes/octaviusVK/cssVars/declarations/noSizes.css +6 -3
  399. package/themes/octaviusVK/cssVars/declarations/onlyColors.css +6 -3
  400. package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
  401. package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +6 -3
  402. package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
  403. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +6 -3
  404. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -3
  405. package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +6 -3
  406. package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +6 -3
  407. package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +6 -3
  408. package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +6 -3
  409. package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +6 -3
  410. package/themes/octaviusVK/cssVars/theme/index.js +17 -3
  411. package/themes/octaviusVK/cssVars/theme/index.json +17 -3
  412. package/themes/octaviusVK/docs.json +12 -0
  413. package/themes/octaviusVK/index.css +6 -3
  414. package/themes/octaviusVK/index.js +8 -3
  415. package/themes/octaviusVK/index.json +8 -3
  416. package/themes/octaviusVK/index.less +6 -3
  417. package/themes/octaviusVK/index.pcss +6 -3
  418. package/themes/octaviusVK/index.scss +6 -3
  419. package/themes/octaviusVK/index.styl +6 -3
  420. package/themes/octaviusVK/struct.json +8 -3
  421. package/themes/octaviusVKDark/cssVars/declarations/index.css +12 -9
  422. package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +12 -9
  423. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +12 -9
  424. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
  425. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +12 -9
  426. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
  427. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +12 -9
  428. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -9
  429. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +12 -9
  430. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +12 -9
  431. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +12 -9
  432. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +12 -9
  433. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +12 -9
  434. package/themes/octaviusVKDark/cssVars/theme/index.js +23 -9
  435. package/themes/octaviusVKDark/cssVars/theme/index.json +23 -9
  436. package/themes/octaviusVKDark/docs.json +12 -0
  437. package/themes/octaviusVKDark/index.css +12 -9
  438. package/themes/octaviusVKDark/index.js +14 -9
  439. package/themes/octaviusVKDark/index.json +14 -9
  440. package/themes/octaviusVKDark/index.less +12 -9
  441. package/themes/octaviusVKDark/index.pcss +12 -9
  442. package/themes/octaviusVKDark/index.scss +12 -9
  443. package/themes/octaviusVKDark/index.styl +12 -9
  444. package/themes/octaviusVKDark/struct.json +14 -9
  445. package/themes/octaviusWhite/cssVars/declarations/index.css +3 -0
  446. package/themes/octaviusWhite/cssVars/declarations/noSizes.css +3 -0
  447. package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +3 -0
  448. package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
  449. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +3 -0
  450. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
  451. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +3 -0
  452. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  453. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +3 -0
  454. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +3 -0
  455. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +3 -0
  456. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +3 -0
  457. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +3 -0
  458. package/themes/octaviusWhite/cssVars/theme/index.js +14 -0
  459. package/themes/octaviusWhite/cssVars/theme/index.json +14 -0
  460. package/themes/octaviusWhite/docs.json +12 -0
  461. package/themes/octaviusWhite/index.css +3 -0
  462. package/themes/octaviusWhite/index.js +5 -0
  463. package/themes/octaviusWhite/index.json +5 -0
  464. package/themes/octaviusWhite/index.less +3 -0
  465. package/themes/octaviusWhite/index.pcss +3 -0
  466. package/themes/octaviusWhite/index.scss +3 -0
  467. package/themes/octaviusWhite/index.styl +3 -0
  468. package/themes/octaviusWhite/struct.json +5 -0
  469. package/themes/otvet/cssVars/declarations/index.css +3 -0
  470. package/themes/otvet/cssVars/declarations/noSizes.css +3 -0
  471. package/themes/otvet/cssVars/declarations/onlyColors.css +3 -0
  472. package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
  473. package/themes/otvet/cssVars/declarations/onlyVariables.css +3 -0
  474. package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
  475. package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +3 -0
  476. package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  477. package/themes/otvet/cssVars/theme/fallbacks/index.css +3 -0
  478. package/themes/otvet/cssVars/theme/fallbacks/index.less +3 -0
  479. package/themes/otvet/cssVars/theme/fallbacks/index.pcss +3 -0
  480. package/themes/otvet/cssVars/theme/fallbacks/index.scss +3 -0
  481. package/themes/otvet/cssVars/theme/fallbacks/index.styl +3 -0
  482. package/themes/otvet/cssVars/theme/index.js +14 -0
  483. package/themes/otvet/cssVars/theme/index.json +14 -0
  484. package/themes/otvet/docs.json +12 -0
  485. package/themes/otvet/index.css +3 -0
  486. package/themes/otvet/index.js +5 -0
  487. package/themes/otvet/index.json +5 -0
  488. package/themes/otvet/index.less +3 -0
  489. package/themes/otvet/index.pcss +3 -0
  490. package/themes/otvet/index.scss +3 -0
  491. package/themes/otvet/index.styl +3 -0
  492. package/themes/otvet/struct.json +5 -0
  493. package/themes/otvetDark/cssVars/declarations/index.css +3 -0
  494. package/themes/otvetDark/cssVars/declarations/noSizes.css +3 -0
  495. package/themes/otvetDark/cssVars/declarations/onlyColors.css +3 -0
  496. package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
  497. package/themes/otvetDark/cssVars/declarations/onlyVariables.css +3 -0
  498. package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
  499. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  500. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  501. package/themes/otvetDark/cssVars/theme/fallbacks/index.css +3 -0
  502. package/themes/otvetDark/cssVars/theme/fallbacks/index.less +3 -0
  503. package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +3 -0
  504. package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +3 -0
  505. package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +3 -0
  506. package/themes/otvetDark/cssVars/theme/index.js +14 -0
  507. package/themes/otvetDark/cssVars/theme/index.json +14 -0
  508. package/themes/otvetDark/docs.json +12 -0
  509. package/themes/otvetDark/index.css +3 -0
  510. package/themes/otvetDark/index.js +5 -0
  511. package/themes/otvetDark/index.json +5 -0
  512. package/themes/otvetDark/index.less +3 -0
  513. package/themes/otvetDark/index.pcss +3 -0
  514. package/themes/otvetDark/index.scss +3 -0
  515. package/themes/otvetDark/index.styl +3 -0
  516. package/themes/otvetDark/struct.json +5 -0
  517. package/themes/paradigmBase/cssVars/declarations/index.css +3 -0
  518. package/themes/paradigmBase/cssVars/declarations/noSizes.css +3 -0
  519. package/themes/paradigmBase/cssVars/declarations/onlyColors.css +3 -0
  520. package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
  521. package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +3 -0
  522. package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
  523. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +3 -0
  524. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  525. package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +3 -0
  526. package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +3 -0
  527. package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +3 -0
  528. package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +3 -0
  529. package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +3 -0
  530. package/themes/paradigmBase/cssVars/theme/index.js +14 -0
  531. package/themes/paradigmBase/cssVars/theme/index.json +14 -0
  532. package/themes/paradigmBase/docs.json +12 -0
  533. package/themes/paradigmBase/index.css +3 -0
  534. package/themes/paradigmBase/index.js +5 -0
  535. package/themes/paradigmBase/index.json +5 -0
  536. package/themes/paradigmBase/index.less +3 -0
  537. package/themes/paradigmBase/index.pcss +3 -0
  538. package/themes/paradigmBase/index.scss +3 -0
  539. package/themes/paradigmBase/index.styl +3 -0
  540. package/themes/paradigmBase/struct.json +5 -0
  541. package/themes/paradigmBaseDark/cssVars/declarations/index.css +3 -0
  542. package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +3 -0
  543. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +3 -0
  544. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
  545. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +3 -0
  546. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  547. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  548. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  549. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +3 -0
  550. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +3 -0
  551. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +3 -0
  552. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +3 -0
  553. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +3 -0
  554. package/themes/paradigmBaseDark/cssVars/theme/index.js +14 -0
  555. package/themes/paradigmBaseDark/cssVars/theme/index.json +14 -0
  556. package/themes/paradigmBaseDark/docs.json +12 -0
  557. package/themes/paradigmBaseDark/index.css +3 -0
  558. package/themes/paradigmBaseDark/index.js +5 -0
  559. package/themes/paradigmBaseDark/index.json +5 -0
  560. package/themes/paradigmBaseDark/index.less +3 -0
  561. package/themes/paradigmBaseDark/index.pcss +3 -0
  562. package/themes/paradigmBaseDark/index.scss +3 -0
  563. package/themes/paradigmBaseDark/index.styl +3 -0
  564. package/themes/paradigmBaseDark/struct.json +5 -0
  565. package/themes/pharma/cssVars/declarations/index.css +3 -0
  566. package/themes/pharma/cssVars/declarations/noSizes.css +3 -0
  567. package/themes/pharma/cssVars/declarations/onlyColors.css +3 -0
  568. package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
  569. package/themes/pharma/cssVars/declarations/onlyVariables.css +3 -0
  570. package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
  571. package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +3 -0
  572. package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  573. package/themes/pharma/cssVars/theme/fallbacks/index.css +3 -0
  574. package/themes/pharma/cssVars/theme/fallbacks/index.less +3 -0
  575. package/themes/pharma/cssVars/theme/fallbacks/index.pcss +3 -0
  576. package/themes/pharma/cssVars/theme/fallbacks/index.scss +3 -0
  577. package/themes/pharma/cssVars/theme/fallbacks/index.styl +3 -0
  578. package/themes/pharma/cssVars/theme/index.js +14 -0
  579. package/themes/pharma/cssVars/theme/index.json +14 -0
  580. package/themes/pharma/docs.json +12 -0
  581. package/themes/pharma/index.css +3 -0
  582. package/themes/pharma/index.js +5 -0
  583. package/themes/pharma/index.json +5 -0
  584. package/themes/pharma/index.less +3 -0
  585. package/themes/pharma/index.pcss +3 -0
  586. package/themes/pharma/index.scss +3 -0
  587. package/themes/pharma/index.styl +3 -0
  588. package/themes/pharma/struct.json +5 -0
  589. package/themes/portalUI/cssVars/declarations/index.css +3 -0
  590. package/themes/portalUI/cssVars/declarations/noSizes.css +3 -0
  591. package/themes/portalUI/cssVars/declarations/onlyColors.css +3 -0
  592. package/themes/portalUI/cssVars/declarations/onlyColors.js +2 -2
  593. package/themes/portalUI/cssVars/declarations/onlyVariables.css +3 -0
  594. package/themes/portalUI/cssVars/declarations/onlyVariables.js +2 -2
  595. package/themes/portalUI/cssVars/declarations/onlyVariablesLocal.css +3 -0
  596. package/themes/portalUI/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  597. package/themes/portalUI/cssVars/theme/fallbacks/index.css +3 -0
  598. package/themes/portalUI/cssVars/theme/fallbacks/index.less +3 -0
  599. package/themes/portalUI/cssVars/theme/fallbacks/index.pcss +3 -0
  600. package/themes/portalUI/cssVars/theme/fallbacks/index.scss +3 -0
  601. package/themes/portalUI/cssVars/theme/fallbacks/index.styl +3 -0
  602. package/themes/portalUI/cssVars/theme/index.js +14 -0
  603. package/themes/portalUI/cssVars/theme/index.json +14 -0
  604. package/themes/portalUI/docs.json +12 -0
  605. package/themes/portalUI/index.css +3 -0
  606. package/themes/portalUI/index.js +5 -0
  607. package/themes/portalUI/index.json +5 -0
  608. package/themes/portalUI/index.less +3 -0
  609. package/themes/portalUI/index.pcss +3 -0
  610. package/themes/portalUI/index.scss +3 -0
  611. package/themes/portalUI/index.styl +3 -0
  612. package/themes/portalUI/struct.json +5 -0
  613. package/themes/portalUIDark/cssVars/declarations/index.css +3 -0
  614. package/themes/portalUIDark/cssVars/declarations/noSizes.css +3 -0
  615. package/themes/portalUIDark/cssVars/declarations/onlyColors.css +3 -0
  616. package/themes/portalUIDark/cssVars/declarations/onlyColors.js +2 -2
  617. package/themes/portalUIDark/cssVars/declarations/onlyVariables.css +3 -0
  618. package/themes/portalUIDark/cssVars/declarations/onlyVariables.js +2 -2
  619. package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  620. package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  621. package/themes/portalUIDark/cssVars/theme/fallbacks/index.css +3 -0
  622. package/themes/portalUIDark/cssVars/theme/fallbacks/index.less +3 -0
  623. package/themes/portalUIDark/cssVars/theme/fallbacks/index.pcss +3 -0
  624. package/themes/portalUIDark/cssVars/theme/fallbacks/index.scss +3 -0
  625. package/themes/portalUIDark/cssVars/theme/fallbacks/index.styl +3 -0
  626. package/themes/portalUIDark/cssVars/theme/index.js +14 -0
  627. package/themes/portalUIDark/cssVars/theme/index.json +14 -0
  628. package/themes/portalUIDark/docs.json +12 -0
  629. package/themes/portalUIDark/index.css +3 -0
  630. package/themes/portalUIDark/index.js +5 -0
  631. package/themes/portalUIDark/index.json +5 -0
  632. package/themes/portalUIDark/index.less +3 -0
  633. package/themes/portalUIDark/index.pcss +3 -0
  634. package/themes/portalUIDark/index.scss +3 -0
  635. package/themes/portalUIDark/index.styl +3 -0
  636. package/themes/portalUIDark/struct.json +5 -0
  637. package/themes/promo/cssVars/declarations/index.css +3 -0
  638. package/themes/promo/cssVars/declarations/noSizes.css +3 -0
  639. package/themes/promo/cssVars/declarations/onlyColors.css +3 -0
  640. package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
  641. package/themes/promo/cssVars/declarations/onlyVariables.css +3 -0
  642. package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
  643. package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +3 -0
  644. package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  645. package/themes/promo/cssVars/theme/fallbacks/index.css +3 -0
  646. package/themes/promo/cssVars/theme/fallbacks/index.less +3 -0
  647. package/themes/promo/cssVars/theme/fallbacks/index.pcss +3 -0
  648. package/themes/promo/cssVars/theme/fallbacks/index.scss +3 -0
  649. package/themes/promo/cssVars/theme/fallbacks/index.styl +3 -0
  650. package/themes/promo/cssVars/theme/index.js +14 -0
  651. package/themes/promo/cssVars/theme/index.json +14 -0
  652. package/themes/promo/docs.json +12 -0
  653. package/themes/promo/index.css +3 -0
  654. package/themes/promo/index.js +5 -0
  655. package/themes/promo/index.json +5 -0
  656. package/themes/promo/index.less +3 -0
  657. package/themes/promo/index.pcss +3 -0
  658. package/themes/promo/index.scss +3 -0
  659. package/themes/promo/index.styl +3 -0
  660. package/themes/promo/struct.json +5 -0
  661. package/themes/search/cssVars/declarations/index.css +3 -0
  662. package/themes/search/cssVars/declarations/noSizes.css +3 -0
  663. package/themes/search/cssVars/declarations/onlyColors.css +3 -0
  664. package/themes/search/cssVars/declarations/onlyColors.js +2 -2
  665. package/themes/search/cssVars/declarations/onlyVariables.css +3 -0
  666. package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
  667. package/themes/search/cssVars/declarations/onlyVariablesLocal.css +3 -0
  668. package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  669. package/themes/search/cssVars/theme/fallbacks/index.css +3 -0
  670. package/themes/search/cssVars/theme/fallbacks/index.less +3 -0
  671. package/themes/search/cssVars/theme/fallbacks/index.pcss +3 -0
  672. package/themes/search/cssVars/theme/fallbacks/index.scss +3 -0
  673. package/themes/search/cssVars/theme/fallbacks/index.styl +3 -0
  674. package/themes/search/cssVars/theme/index.js +14 -0
  675. package/themes/search/cssVars/theme/index.json +14 -0
  676. package/themes/search/docs.json +12 -0
  677. package/themes/search/index.css +3 -0
  678. package/themes/search/index.js +5 -0
  679. package/themes/search/index.json +5 -0
  680. package/themes/search/index.less +3 -0
  681. package/themes/search/index.pcss +3 -0
  682. package/themes/search/index.scss +3 -0
  683. package/themes/search/index.styl +3 -0
  684. package/themes/search/struct.json +5 -0
  685. package/themes/todo/cssVars/declarations/index.css +3 -0
  686. package/themes/todo/cssVars/declarations/noSizes.css +3 -0
  687. package/themes/todo/cssVars/declarations/onlyColors.css +3 -0
  688. package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
  689. package/themes/todo/cssVars/declarations/onlyVariables.css +3 -0
  690. package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
  691. package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +3 -0
  692. package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  693. package/themes/todo/cssVars/theme/fallbacks/index.css +3 -0
  694. package/themes/todo/cssVars/theme/fallbacks/index.less +3 -0
  695. package/themes/todo/cssVars/theme/fallbacks/index.pcss +3 -0
  696. package/themes/todo/cssVars/theme/fallbacks/index.scss +3 -0
  697. package/themes/todo/cssVars/theme/fallbacks/index.styl +3 -0
  698. package/themes/todo/cssVars/theme/index.js +14 -0
  699. package/themes/todo/cssVars/theme/index.json +14 -0
  700. package/themes/todo/docs.json +12 -0
  701. package/themes/todo/index.css +3 -0
  702. package/themes/todo/index.js +5 -0
  703. package/themes/todo/index.json +5 -0
  704. package/themes/todo/index.less +3 -0
  705. package/themes/todo/index.pcss +3 -0
  706. package/themes/todo/index.scss +3 -0
  707. package/themes/todo/index.styl +3 -0
  708. package/themes/todo/struct.json +5 -0
  709. package/themes/vkBase/cssVars/declarations/index.css +12 -9
  710. package/themes/vkBase/cssVars/declarations/noSizes.css +12 -9
  711. package/themes/vkBase/cssVars/declarations/onlyColors.css +12 -9
  712. package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
  713. package/themes/vkBase/cssVars/declarations/onlyVariables.css +12 -9
  714. package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
  715. package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +12 -9
  716. package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -9
  717. package/themes/vkBase/cssVars/theme/fallbacks/index.css +12 -9
  718. package/themes/vkBase/cssVars/theme/fallbacks/index.less +12 -9
  719. package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +12 -9
  720. package/themes/vkBase/cssVars/theme/fallbacks/index.scss +12 -9
  721. package/themes/vkBase/cssVars/theme/fallbacks/index.styl +12 -9
  722. package/themes/vkBase/cssVars/theme/index.js +38 -24
  723. package/themes/vkBase/cssVars/theme/index.json +38 -24
  724. package/themes/vkBase/docs.json +12 -0
  725. package/themes/vkBase/index.css +12 -9
  726. package/themes/vkBase/index.js +17 -12
  727. package/themes/vkBase/index.json +17 -12
  728. package/themes/vkBase/index.less +12 -9
  729. package/themes/vkBase/index.pcss +12 -9
  730. package/themes/vkBase/index.scss +12 -9
  731. package/themes/vkBase/index.styl +12 -9
  732. package/themes/vkBase/struct.json +17 -12
  733. package/themes/vkBaseDark/cssVars/declarations/index.css +15 -12
  734. package/themes/vkBaseDark/cssVars/declarations/noSizes.css +15 -12
  735. package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +15 -12
  736. package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
  737. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +15 -12
  738. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  739. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
  740. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -12
  741. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +15 -12
  742. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +15 -12
  743. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +15 -12
  744. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +15 -12
  745. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +15 -12
  746. package/themes/vkBaseDark/cssVars/theme/index.js +41 -27
  747. package/themes/vkBaseDark/cssVars/theme/index.json +41 -27
  748. package/themes/vkBaseDark/docs.json +12 -0
  749. package/themes/vkBaseDark/index.css +15 -12
  750. package/themes/vkBaseDark/index.js +20 -15
  751. package/themes/vkBaseDark/index.json +20 -15
  752. package/themes/vkBaseDark/index.less +15 -12
  753. package/themes/vkBaseDark/index.pcss +15 -12
  754. package/themes/vkBaseDark/index.scss +15 -12
  755. package/themes/vkBaseDark/index.styl +15 -12
  756. package/themes/vkBaseDark/struct.json +20 -15
  757. package/themes/vkCom/cssVars/declarations/index.css +32 -29
  758. package/themes/vkCom/cssVars/declarations/noColors.css +20 -20
  759. package/themes/vkCom/cssVars/declarations/noSizes.css +12 -9
  760. package/themes/vkCom/cssVars/declarations/onlyColors.css +12 -9
  761. package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
  762. package/themes/vkCom/cssVars/declarations/onlyVariables.css +16 -13
  763. package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
  764. package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +16 -13
  765. package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +4 -4
  766. package/themes/vkCom/cssVars/theme/fallbacks/index.css +32 -29
  767. package/themes/vkCom/cssVars/theme/fallbacks/index.less +20 -17
  768. package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +20 -17
  769. package/themes/vkCom/cssVars/theme/fallbacks/index.scss +32 -29
  770. package/themes/vkCom/cssVars/theme/fallbacks/index.styl +20 -17
  771. package/themes/vkCom/cssVars/theme/index.js +42 -28
  772. package/themes/vkCom/cssVars/theme/index.json +42 -28
  773. package/themes/vkCom/docs.json +12 -0
  774. package/themes/vkCom/index.css +32 -29
  775. package/themes/vkCom/index.js +21 -16
  776. package/themes/vkCom/index.json +21 -16
  777. package/themes/vkCom/index.less +20 -17
  778. package/themes/vkCom/index.pcss +20 -17
  779. package/themes/vkCom/index.scss +32 -29
  780. package/themes/vkCom/index.styl +20 -17
  781. package/themes/vkCom/struct.json +21 -16
  782. package/themes/vkComDark/cssVars/declarations/index.css +32 -29
  783. package/themes/vkComDark/cssVars/declarations/noColors.css +20 -20
  784. package/themes/vkComDark/cssVars/declarations/noSizes.css +12 -9
  785. package/themes/vkComDark/cssVars/declarations/onlyColors.css +12 -9
  786. package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
  787. package/themes/vkComDark/cssVars/declarations/onlyVariables.css +16 -13
  788. package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
  789. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +16 -13
  790. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -7
  791. package/themes/vkComDark/cssVars/theme/fallbacks/index.css +32 -29
  792. package/themes/vkComDark/cssVars/theme/fallbacks/index.less +20 -17
  793. package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +20 -17
  794. package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +32 -29
  795. package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +20 -17
  796. package/themes/vkComDark/cssVars/theme/index.js +42 -28
  797. package/themes/vkComDark/cssVars/theme/index.json +42 -28
  798. package/themes/vkComDark/docs.json +12 -0
  799. package/themes/vkComDark/index.css +32 -29
  800. package/themes/vkComDark/index.js +21 -16
  801. package/themes/vkComDark/index.json +21 -16
  802. package/themes/vkComDark/index.less +20 -17
  803. package/themes/vkComDark/index.pcss +20 -17
  804. package/themes/vkComDark/index.scss +32 -29
  805. package/themes/vkComDark/index.styl +20 -17
  806. package/themes/vkComDark/struct.json +21 -16
  807. package/themes/vkIOS/cssVars/declarations/index.css +12 -9
  808. package/themes/vkIOS/cssVars/declarations/noSizes.css +12 -9
  809. package/themes/vkIOS/cssVars/declarations/onlyColors.css +12 -9
  810. package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
  811. package/themes/vkIOS/cssVars/declarations/onlyVariables.css +12 -9
  812. package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
  813. package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +12 -9
  814. package/themes/vkIOS/cssVars/theme/fallbacks/index.css +12 -9
  815. package/themes/vkIOS/cssVars/theme/fallbacks/index.less +12 -9
  816. package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +12 -9
  817. package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +12 -9
  818. package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +12 -9
  819. package/themes/vkIOS/cssVars/theme/index.js +38 -24
  820. package/themes/vkIOS/cssVars/theme/index.json +38 -24
  821. package/themes/vkIOS/docs.json +12 -0
  822. package/themes/vkIOS/index.css +12 -9
  823. package/themes/vkIOS/index.js +17 -12
  824. package/themes/vkIOS/index.json +17 -12
  825. package/themes/vkIOS/index.less +12 -9
  826. package/themes/vkIOS/index.pcss +12 -9
  827. package/themes/vkIOS/index.scss +12 -9
  828. package/themes/vkIOS/index.styl +12 -9
  829. package/themes/vkIOS/struct.json +17 -12
  830. package/themes/vkIOSDark/cssVars/declarations/index.css +15 -12
  831. package/themes/vkIOSDark/cssVars/declarations/noSizes.css +15 -12
  832. package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +15 -12
  833. package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
  834. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +15 -12
  835. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  836. package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
  837. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +15 -12
  838. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +15 -12
  839. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +15 -12
  840. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +15 -12
  841. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +15 -12
  842. package/themes/vkIOSDark/cssVars/theme/index.js +41 -27
  843. package/themes/vkIOSDark/cssVars/theme/index.json +41 -27
  844. package/themes/vkIOSDark/docs.json +12 -0
  845. package/themes/vkIOSDark/index.css +15 -12
  846. package/themes/vkIOSDark/index.js +20 -15
  847. package/themes/vkIOSDark/index.json +20 -15
  848. package/themes/vkIOSDark/index.less +15 -12
  849. package/themes/vkIOSDark/index.pcss +15 -12
  850. package/themes/vkIOSDark/index.scss +15 -12
  851. package/themes/vkIOSDark/index.styl +15 -12
  852. package/themes/vkIOSDark/struct.json +20 -15
  853. package/themes/vkIdOk/cssVars/declarations/index.css +12 -9
  854. package/themes/vkIdOk/cssVars/declarations/noSizes.css +12 -9
  855. package/themes/vkIdOk/cssVars/declarations/onlyColors.css +12 -9
  856. package/themes/vkIdOk/cssVars/declarations/onlyColors.js +2 -2
  857. package/themes/vkIdOk/cssVars/declarations/onlyVariables.css +12 -9
  858. package/themes/vkIdOk/cssVars/declarations/onlyVariables.js +2 -2
  859. package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocal.css +12 -9
  860. package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -9
  861. package/themes/vkIdOk/cssVars/theme/fallbacks/index.css +12 -9
  862. package/themes/vkIdOk/cssVars/theme/fallbacks/index.less +12 -9
  863. package/themes/vkIdOk/cssVars/theme/fallbacks/index.pcss +12 -9
  864. package/themes/vkIdOk/cssVars/theme/fallbacks/index.scss +12 -9
  865. package/themes/vkIdOk/cssVars/theme/fallbacks/index.styl +12 -9
  866. package/themes/vkIdOk/cssVars/theme/index.js +38 -24
  867. package/themes/vkIdOk/cssVars/theme/index.json +38 -24
  868. package/themes/vkIdOk/docs.json +12 -0
  869. package/themes/vkIdOk/index.css +12 -9
  870. package/themes/vkIdOk/index.js +17 -12
  871. package/themes/vkIdOk/index.json +17 -12
  872. package/themes/vkIdOk/index.less +12 -9
  873. package/themes/vkIdOk/index.pcss +12 -9
  874. package/themes/vkIdOk/index.scss +12 -9
  875. package/themes/vkIdOk/index.styl +12 -9
  876. package/themes/vkIdOk/struct.json +17 -12
  877. package/themes/vkIdOkDark/cssVars/declarations/index.css +15 -12
  878. package/themes/vkIdOkDark/cssVars/declarations/noSizes.css +15 -12
  879. package/themes/vkIdOkDark/cssVars/declarations/onlyColors.css +15 -12
  880. package/themes/vkIdOkDark/cssVars/declarations/onlyColors.js +2 -2
  881. package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.css +15 -12
  882. package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.js +2 -2
  883. package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
  884. package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -12
  885. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.css +15 -12
  886. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.less +15 -12
  887. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.pcss +15 -12
  888. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.scss +15 -12
  889. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.styl +15 -12
  890. package/themes/vkIdOkDark/cssVars/theme/index.js +41 -27
  891. package/themes/vkIdOkDark/cssVars/theme/index.json +41 -27
  892. package/themes/vkIdOkDark/docs.json +12 -0
  893. package/themes/vkIdOkDark/index.css +15 -12
  894. package/themes/vkIdOkDark/index.js +20 -15
  895. package/themes/vkIdOkDark/index.json +20 -15
  896. package/themes/vkIdOkDark/index.less +15 -12
  897. package/themes/vkIdOkDark/index.pcss +15 -12
  898. package/themes/vkIdOkDark/index.scss +15 -12
  899. package/themes/vkIdOkDark/index.styl +15 -12
  900. package/themes/vkIdOkDark/struct.json +20 -15
  901. package/themes/vkIdOkIOS/cssVars/declarations/index.css +12 -9
  902. package/themes/vkIdOkIOS/cssVars/declarations/noSizes.css +12 -9
  903. package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.css +12 -9
  904. package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.js +2 -2
  905. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.css +12 -9
  906. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.js +2 -2
  907. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocal.css +12 -9
  908. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.css +12 -9
  909. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.less +12 -9
  910. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.pcss +12 -9
  911. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.scss +12 -9
  912. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.styl +12 -9
  913. package/themes/vkIdOkIOS/cssVars/theme/index.js +38 -24
  914. package/themes/vkIdOkIOS/cssVars/theme/index.json +38 -24
  915. package/themes/vkIdOkIOS/docs.json +12 -0
  916. package/themes/vkIdOkIOS/index.css +12 -9
  917. package/themes/vkIdOkIOS/index.js +17 -12
  918. package/themes/vkIdOkIOS/index.json +17 -12
  919. package/themes/vkIdOkIOS/index.less +12 -9
  920. package/themes/vkIdOkIOS/index.pcss +12 -9
  921. package/themes/vkIdOkIOS/index.scss +12 -9
  922. package/themes/vkIdOkIOS/index.styl +12 -9
  923. package/themes/vkIdOkIOS/struct.json +17 -12
  924. package/themes/vkIdOkIOSDark/cssVars/declarations/index.css +15 -12
  925. package/themes/vkIdOkIOSDark/cssVars/declarations/noSizes.css +15 -12
  926. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.css +15 -12
  927. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.js +2 -2
  928. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.css +15 -12
  929. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  930. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
  931. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.css +15 -12
  932. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.less +15 -12
  933. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.pcss +15 -12
  934. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.scss +15 -12
  935. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.styl +15 -12
  936. package/themes/vkIdOkIOSDark/cssVars/theme/index.js +41 -27
  937. package/themes/vkIdOkIOSDark/cssVars/theme/index.json +41 -27
  938. package/themes/vkIdOkIOSDark/docs.json +12 -0
  939. package/themes/vkIdOkIOSDark/index.css +15 -12
  940. package/themes/vkIdOkIOSDark/index.js +20 -15
  941. package/themes/vkIdOkIOSDark/index.json +20 -15
  942. package/themes/vkIdOkIOSDark/index.less +15 -12
  943. package/themes/vkIdOkIOSDark/index.pcss +15 -12
  944. package/themes/vkIdOkIOSDark/index.scss +15 -12
  945. package/themes/vkIdOkIOSDark/index.styl +15 -12
  946. package/themes/vkIdOkIOSDark/struct.json +20 -15
  947. package/themes/vkontakteAndroid/cssVars/declarations/index.css +12 -9
  948. package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +12 -9
  949. package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +12 -9
  950. package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +2 -2
  951. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +12 -9
  952. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
  953. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +12 -9
  954. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +12 -9
  955. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +12 -9
  956. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +12 -9
  957. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +12 -9
  958. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +12 -9
  959. package/themes/vkontakteAndroid/cssVars/theme/index.js +38 -24
  960. package/themes/vkontakteAndroid/cssVars/theme/index.json +38 -24
  961. package/themes/vkontakteAndroid/docs.json +12 -0
  962. package/themes/vkontakteAndroid/index.css +12 -9
  963. package/themes/vkontakteAndroid/index.js +17 -12
  964. package/themes/vkontakteAndroid/index.json +17 -12
  965. package/themes/vkontakteAndroid/index.less +12 -9
  966. package/themes/vkontakteAndroid/index.pcss +12 -9
  967. package/themes/vkontakteAndroid/index.scss +12 -9
  968. package/themes/vkontakteAndroid/index.styl +12 -9
  969. package/themes/vkontakteAndroid/struct.json +17 -12
  970. package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +15 -12
  971. package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +15 -12
  972. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +15 -12
  973. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +2 -2
  974. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +15 -12
  975. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
  976. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
  977. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +15 -12
  978. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +15 -12
  979. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +15 -12
  980. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +15 -12
  981. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +15 -12
  982. package/themes/vkontakteAndroidDark/cssVars/theme/index.js +41 -27
  983. package/themes/vkontakteAndroidDark/cssVars/theme/index.json +41 -27
  984. package/themes/vkontakteAndroidDark/docs.json +12 -0
  985. package/themes/vkontakteAndroidDark/index.css +15 -12
  986. package/themes/vkontakteAndroidDark/index.js +20 -15
  987. package/themes/vkontakteAndroidDark/index.json +20 -15
  988. package/themes/vkontakteAndroidDark/index.less +15 -12
  989. package/themes/vkontakteAndroidDark/index.pcss +15 -12
  990. package/themes/vkontakteAndroidDark/index.scss +15 -12
  991. package/themes/vkontakteAndroidDark/index.styl +15 -12
  992. package/themes/vkontakteAndroidDark/struct.json +20 -15
  993. package/themes/vkontakteCom/cssVars/declarations/index.css +32 -29
  994. package/themes/vkontakteCom/cssVars/declarations/noColors.css +20 -20
  995. package/themes/vkontakteCom/cssVars/declarations/noSizes.css +12 -9
  996. package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +12 -9
  997. package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
  998. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +16 -13
  999. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
  1000. package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +16 -13
  1001. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +32 -29
  1002. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +20 -17
  1003. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +20 -17
  1004. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +32 -29
  1005. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +20 -17
  1006. package/themes/vkontakteCom/cssVars/theme/index.js +42 -28
  1007. package/themes/vkontakteCom/cssVars/theme/index.json +42 -28
  1008. package/themes/vkontakteCom/docs.json +12 -0
  1009. package/themes/vkontakteCom/index.css +32 -29
  1010. package/themes/vkontakteCom/index.js +21 -16
  1011. package/themes/vkontakteCom/index.json +21 -16
  1012. package/themes/vkontakteCom/index.less +20 -17
  1013. package/themes/vkontakteCom/index.pcss +20 -17
  1014. package/themes/vkontakteCom/index.scss +32 -29
  1015. package/themes/vkontakteCom/index.styl +20 -17
  1016. package/themes/vkontakteCom/struct.json +21 -16
  1017. package/themes/vkontakteComDark/cssVars/declarations/index.css +32 -29
  1018. package/themes/vkontakteComDark/cssVars/declarations/noColors.css +20 -20
  1019. package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +12 -9
  1020. package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +12 -9
  1021. package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
  1022. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +16 -13
  1023. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
  1024. package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +16 -13
  1025. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +32 -29
  1026. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +20 -17
  1027. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +20 -17
  1028. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +32 -29
  1029. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +20 -17
  1030. package/themes/vkontakteComDark/cssVars/theme/index.js +42 -28
  1031. package/themes/vkontakteComDark/cssVars/theme/index.json +42 -28
  1032. package/themes/vkontakteComDark/docs.json +12 -0
  1033. package/themes/vkontakteComDark/index.css +32 -29
  1034. package/themes/vkontakteComDark/index.js +21 -16
  1035. package/themes/vkontakteComDark/index.json +21 -16
  1036. package/themes/vkontakteComDark/index.less +20 -17
  1037. package/themes/vkontakteComDark/index.pcss +20 -17
  1038. package/themes/vkontakteComDark/index.scss +32 -29
  1039. package/themes/vkontakteComDark/index.styl +20 -17
  1040. package/themes/vkontakteComDark/struct.json +21 -16
  1041. package/themes/vkontakteIOS/cssVars/declarations/index.css +12 -9
  1042. package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +12 -9
  1043. package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +12 -9
  1044. package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +2 -2
  1045. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +12 -9
  1046. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
  1047. package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +12 -9
  1048. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +12 -9
  1049. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +12 -9
  1050. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +12 -9
  1051. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +12 -9
  1052. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +12 -9
  1053. package/themes/vkontakteIOS/cssVars/theme/index.js +38 -24
  1054. package/themes/vkontakteIOS/cssVars/theme/index.json +38 -24
  1055. package/themes/vkontakteIOS/docs.json +12 -0
  1056. package/themes/vkontakteIOS/index.css +12 -9
  1057. package/themes/vkontakteIOS/index.js +17 -12
  1058. package/themes/vkontakteIOS/index.json +17 -12
  1059. package/themes/vkontakteIOS/index.less +12 -9
  1060. package/themes/vkontakteIOS/index.pcss +12 -9
  1061. package/themes/vkontakteIOS/index.scss +12 -9
  1062. package/themes/vkontakteIOS/index.styl +12 -9
  1063. package/themes/vkontakteIOS/struct.json +17 -12
  1064. package/themes/vkontakteIOSDark/cssVars/declarations/index.css +15 -12
  1065. package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +15 -12
  1066. package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +15 -12
  1067. package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +2 -2
  1068. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +15 -12
  1069. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  1070. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
  1071. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +15 -12
  1072. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +15 -12
  1073. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +15 -12
  1074. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +15 -12
  1075. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +15 -12
  1076. package/themes/vkontakteIOSDark/cssVars/theme/index.js +41 -27
  1077. package/themes/vkontakteIOSDark/cssVars/theme/index.json +41 -27
  1078. package/themes/vkontakteIOSDark/docs.json +12 -0
  1079. package/themes/vkontakteIOSDark/index.css +15 -12
  1080. package/themes/vkontakteIOSDark/index.js +20 -15
  1081. package/themes/vkontakteIOSDark/index.json +20 -15
  1082. package/themes/vkontakteIOSDark/index.less +15 -12
  1083. package/themes/vkontakteIOSDark/index.pcss +15 -12
  1084. package/themes/vkontakteIOSDark/index.scss +15 -12
  1085. package/themes/vkontakteIOSDark/index.styl +15 -12
  1086. package/themes/vkontakteIOSDark/struct.json +20 -15
  1087. package/themes/workspaceAdmin/cssVars/declarations/index.css +3 -0
  1088. package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +3 -0
  1089. package/themes/workspaceAdmin/cssVars/declarations/onlyColors.css +3 -0
  1090. package/themes/workspaceAdmin/cssVars/declarations/onlyColors.js +2 -2
  1091. package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +3 -0
  1092. package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +2 -2
  1093. package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +3 -0
  1094. package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  1095. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +3 -0
  1096. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +3 -0
  1097. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +3 -0
  1098. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +3 -0
  1099. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +3 -0
  1100. package/themes/workspaceAdmin/cssVars/theme/index.js +14 -0
  1101. package/themes/workspaceAdmin/cssVars/theme/index.json +14 -0
  1102. package/themes/workspaceAdmin/docs.json +12 -0
  1103. package/themes/workspaceAdmin/index.css +3 -0
  1104. package/themes/workspaceAdmin/index.js +5 -0
  1105. package/themes/workspaceAdmin/index.json +5 -0
  1106. package/themes/workspaceAdmin/index.less +3 -0
  1107. package/themes/workspaceAdmin/index.pcss +3 -0
  1108. package/themes/workspaceAdmin/index.scss +3 -0
  1109. package/themes/workspaceAdmin/index.styl +3 -0
  1110. package/themes/workspaceAdmin/struct.json +5 -0
  1111. package/themes/workspaceLandings/cssVars/declarations/index.css +3 -0
  1112. package/themes/workspaceLandings/cssVars/declarations/noSizes.css +3 -0
  1113. package/themes/workspaceLandings/cssVars/declarations/onlyColors.css +3 -0
  1114. package/themes/workspaceLandings/cssVars/declarations/onlyColors.js +2 -2
  1115. package/themes/workspaceLandings/cssVars/declarations/onlyVariables.css +3 -0
  1116. package/themes/workspaceLandings/cssVars/declarations/onlyVariables.js +2 -2
  1117. package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocal.css +3 -0
  1118. package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  1119. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.css +3 -0
  1120. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.less +3 -0
  1121. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.pcss +3 -0
  1122. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.scss +3 -0
  1123. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.styl +3 -0
  1124. package/themes/workspaceLandings/cssVars/theme/index.js +14 -0
  1125. package/themes/workspaceLandings/cssVars/theme/index.json +14 -0
  1126. package/themes/workspaceLandings/docs.json +12 -0
  1127. package/themes/workspaceLandings/index.css +3 -0
  1128. package/themes/workspaceLandings/index.js +5 -0
  1129. package/themes/workspaceLandings/index.json +5 -0
  1130. package/themes/workspaceLandings/index.less +3 -0
  1131. package/themes/workspaceLandings/index.pcss +3 -0
  1132. package/themes/workspaceLandings/index.scss +3 -0
  1133. package/themes/workspaceLandings/index.styl +3 -0
  1134. package/themes/workspaceLandings/struct.json +5 -0
package/README.md CHANGED
@@ -7,8 +7,7 @@
7
7
 
8
8
  **[Интерактивная документация](https://vkcom.github.io/vkui-tokens/)**
9
9
 
10
- Этот репозиторий содержит токены единой дизайн-системы VKUI и
11
- их значения для тем оформления различных проектов.
10
+ Этот репозиторий содержит токены единой дизайн-системы VKUI и их значения для тем оформления различных проектов.
12
11
 
13
12
  Темы собираются в следующие форматы: `css`, `scss`, `less`, `pcss`, `styl`, `js`, `json`.
14
13
 
@@ -57,7 +56,7 @@ npm i --save @vkontakte/vkui-tokens@latest
57
56
 
58
57
  ```postcss
59
58
  .class:hover {
60
- background-color: var(--vkui--color_background--hover);
59
+ background-color: var(--vkui--color_background--hover);
61
60
  }
62
61
  ```
63
62
 
@@ -108,114 +107,162 @@ import baseTheme from '@vkontakte/vkui-tokens/themes/vkBase';
108
107
  @import '~@vkontakte/vkui-tokens/themes/vkBase/index';
109
108
 
110
109
  .myAwesomeClass {
111
- background-color: $color-bg;
110
+ background-color: $color-bg;
112
111
  }
113
112
 
114
113
  .myAwesomeClass:hover {
115
- background-color: $color-bg--hover;
114
+ background-color: $color-bg--hover;
116
115
  }
117
116
  ```
118
117
 
119
118
  ### Используем pcss формат темы из пакета
120
119
 
121
- 1. Заходим в файл, где хотим использовать тему, и импортируем её:
120
+ 1. Заходим в файл, где хотим использовать тему, и импортируем её:
122
121
 
123
- @import "@vkontakte/vkui-tokens/themes/vkBase";
122
+ ```css
123
+ @import '@vkontakte/vkui-tokens/themes/vkBase';
124
+ ```
124
125
 
125
- 2. Заходим в файл темы, смотрим какие там есть переменные и юзаем их, например:
126
+ 2. Заходим в файл темы, смотрим какие там есть переменные и используем их, например:
126
127
 
127
- width: var(--size-content-block-width);
128
+ ```css
129
+ width: var(--size-content-block-width);
130
+ ```
128
131
 
129
- 3. Просто так ничего не заработает, нужно поставить postcss:
132
+ 3. Просто так ничего не заработает, нужно поставить postcss:
130
133
 
131
- npm i --save-dev postcss
134
+ ```bash
135
+ npm i --save-dev postcss
136
+ ```
132
137
 
133
- Для запуска у postcss есть командная строка, которую тоже надо установить:
138
+ Для запуска у postcss есть командная строка, которую тоже надо установить:
134
139
 
135
- npm i --save-dev postcss-cli
140
+ ```bash
141
+ npm i --save-dev postcss-cli
142
+ ```
136
143
 
137
- 4. Создаем конфиг postcss. Для этого создаем файл postcss.config.js (можно в любом месте проекта, но лучше в корне) и пишем в него необходимые плагины:
144
+ 4. Создаем конфиг postcss. Для этого создаем файл postcss.config.js (можно в любом месте проекта, но лучше в корне) и пишем в него необходимые плагины:
138
145
 
139
- ```javascript
140
- const postcssPresetEnv = require('postcss-preset-env');
146
+ ```javascript
147
+ const postcssPresetEnv = require('postcss-preset-env');
141
148
 
142
- module.exports = {
143
- plugins: [
144
- require('postcss-import'),
145
- require('precss'),
146
- require('postcss-css-variables'),
147
- require('postcss-custom-media'),
148
- require('postcss-media-minmax'),
149
- require('postcss-extend-rule'),
150
- postcssPresetEnv({
151
- stage: 0,
152
- }),
153
- require('postcss-color-mix'),
154
- require('cssnano'),
155
- ],
156
- };
157
- ```
149
+ module.exports = {
150
+ plugins: [
151
+ require('postcss-import'),
152
+ require('precss'),
153
+ require('postcss-css-variables'),
154
+ require('postcss-custom-media'),
155
+ require('postcss-media-minmax'),
156
+ require('postcss-extend-rule'),
157
+ postcssPresetEnv({
158
+ stage: 0,
159
+ }),
160
+ require('postcss-color-mix'),
161
+ require('cssnano'),
162
+ ],
163
+ };
164
+ ```
158
165
 
159
- Возможно, вам не понадобятся все эти плагины, поэтому лучше почитать, что делает каждый из них (https://www.postcss.parts/).
160
- Нужно посмотреть файл вашей темы и ваш css (scss и др.), чтобы понять, что вам необходимо.
166
+ Возможно, вам не понадобятся все эти плагины, поэтому лучше почитать, что делает каждый из них (https://www.postcss.parts/).
167
+ Нужно посмотреть файл вашей темы и ваш css (scss и др.), чтобы понять, что вам необходимо.
161
168
 
162
- 5. Устанавливаем все необходимые плагины, которые написали в конфиге, например:
169
+ 5. Устанавливаем все необходимые плагины, которые написали в конфиге, например:
163
170
 
164
- npm i --save-dev postcss-import
171
+ ```bash
172
+ npm i --save-dev postcss-import
173
+ ```
165
174
 
166
- 6. Настраиваем сборку postcss.
175
+ 6. Настраиваем сборку postcss.
167
176
 
168
- Сборка производится командой postcss через командную строку с необходимым параметрами.
169
- Про них подробнее тут https://github.com/postcss/postcss-cli
177
+ Сборка производится командой postcss через командную строку с необходимым параметрами.
178
+ Про них подробнее тут https://github.com/postcss/postcss-cli
170
179
 
171
- Пример команды:
180
+ Пример команды:
172
181
 
173
- postcss src/main.css -c ./ --dir public
182
+ ```bash
183
+ postcss src/main.css -c ./ --dir public
184
+ ```
174
185
 
175
- Такая команда прогонит файл src/main.css с помощью конфига из текущей папки и положит результат в папку public.
186
+ Такая команда прогонит файл src/main.css с помощью конфига из текущей папки и положит результат в папку public.
176
187
 
177
188
  # Инструменты
178
189
 
179
190
  ## Локальная сборка своих тем инструментами библиотеки
180
191
 
181
- Библиотека предоставляет интерфейсы и темы, от которых можно
182
- наследоваться.
192
+ Библиотека предоставляет интерфейсы и темы, от которых можно наследоваться, и набор функций, которые позволяют собрать собственную тему в нужном формате.
183
193
 
184
- Помимо этого, библиотека предоставляет набор функций, которые позволяют
185
- собрать собственную тему в нужном формате.
194
+ Сборка темы подразумевает раскрытие наследования, генерацию цветов состояний (hover, active), округление и "пикселизация" значений и т.д.
186
195
 
187
- Сборка темы подразумевает раскрытие наследования, генерацию цветов
188
- состояний (hover, active), округление и "пикселизация" значений и т.д.
196
+ ## Предварительная настройка
197
+
198
+ Инструменты адаптированы для запуска в `Node`-среде, и не подходят для генерации темы в рантайме (в браузерной среде).
199
+ Вам необходимо установить следующие пакеты для корректной работы скриптов генерации:
200
+
201
+ ```bash
202
+ npm i --save-dev color common-tags css.escape
203
+ ```
189
204
 
190
205
  ### Наследование от существующей темы
191
206
 
192
- Пример:
207
+ Например, возьмем базовые темы (светлую и темную) и добавим к ним новый токен и переопределим один существующий.
208
+ Для этого нам нужно исполнить следующий скрипт:
193
209
 
194
210
  ```typescript
195
211
  import type { ThemeDescription } from '@vkontakte/vkui-tokens/interfaces/general';
196
212
  import type { Adaptive } from '@vkontakte/vkui-tokens/interfaces/general/tools';
197
- import { lightTheme as baseTheme } from '@vkontakte/vkui-tokens/themeDescriptions/base/vk';
213
+ import {
214
+ lightTheme as baseTheme,
215
+ darkTheme,
216
+ } from '@vkontakte/vkui-tokens/themeDescriptions/base/vk.js';
198
217
  import { expandAll } from '@vkontakte/vkui-tokens/build/expandTheme';
199
218
  import { compileStyles } from '@vkontakte/vkui-tokens/build/compilers/styles/compileStyles';
200
219
 
201
220
  interface MyNewAwesomeThemeDescription extends ThemeDescription {
202
- myNewAwesomeToken: Adaptive<number>;
221
+ myNewAwesomeToken: Adaptive<number>;
203
222
  }
204
223
 
205
224
  const myNewAwesomeTheme: MyNewAwesomeThemeDescription = {
206
- ...baseTheme,
207
- myNewAwesomeToken: {
208
- regular: 20,
209
- compact: 12,
210
- },
225
+ ...baseTheme,
226
+ // Название темы
227
+ themeName: 'myAwesomeTheme',
228
+ // Базовая часть названия темы (используется для генерации локального селектора, например: .vkui--myAwesomeTheme--light)
229
+ themeNameBase: 'myAwesomeTheme',
230
+ // Тема, от которой наследуются переменные, носит информационный характер
231
+ themeInheritsFrom: 'vkBase',
232
+ // Новый адаптивный токен
233
+ myNewAwesomeToken: {
234
+ regular: 20,
235
+ compact: 12,
236
+ },
237
+ colors: {
238
+ // Сохраняем остальные значения из темы
239
+ ...baseTheme.colors,
240
+ // Переопределяем необходимую переменную
241
+ colorTextAccentThemed: '#ff0000',
242
+ },
211
243
  };
212
244
 
213
- // получаем разные типы тем на основе описания
245
+ const myNewAwesomeThemeDark: MyNewAwesomeThemeDescription = {
246
+ ...myNewAwesomeTheme,
247
+ ...darkTheme,
248
+ themeName: 'myAwesomeThemeDark',
249
+ themeNameBase: 'myAwesomeTheme',
250
+ themeInheritsFrom: 'vkBaseDark',
251
+ colors: {
252
+ ...darkTheme.colors,
253
+ colorTextAccentThemed: '#00ff00',
254
+ },
255
+ };
256
+
257
+ // Получаем разные типы тем на основе описания
214
258
  const { theme, pixelifyTheme, cssVarsTheme } = expandAll(myNewAwesomeTheme);
259
+ const { pixelifyTheme: pixelifyThemeDark } = expandAll(myNewAwesomeThemeDark);
215
260
 
216
- // получаем CSS-строку со всеми переменными темы,
217
- // которую можно вставить в DOM или сохранить в файл
261
+ // Для использования, например, в вебе вам подойдет компиляция "пикселяризованной" темы в формате '.css':
218
262
  const cssString = compileStyles('css', pixelifyTheme);
263
+ const cssStringDark = compileStyles('css', pixelifyThemeDark);
264
+
265
+ // Полученные CSS-строки со всеми переменными тем можно вставить в DOM или сохранить в файл
219
266
  ```
220
267
 
221
268
  # Roadmap
@@ -107,15 +107,20 @@ export interface ColorsDescriptionStruct {
107
107
  */
108
108
  colorBackgroundModalInverse: ColorDescription;
109
109
  /**
110
- * @desc Цвет фона предупреждающих элементов
110
+ * @desc Фон для использования в позитивных сценариях работы
111
111
  * @tags color, background
112
112
  */
113
- colorBackgroundWarning: ColorDescription;
113
+ colorBackgroundPositive: ColorDescription;
114
114
  /**
115
- * @desc Фон для использования в позитивных сценариях работы
115
+ * @desc Тонированный фон для использования в позитивных сценариях работы
116
116
  * @tags color, background
117
117
  */
118
- colorBackgroundPositive: ColorDescription;
118
+ colorBackgroundPositiveTint: ColorDescription;
119
+ /**
120
+ * @desc Цвет фона предупреждающих элементов
121
+ * @tags color, background
122
+ */
123
+ colorBackgroundWarning: ColorDescription;
119
124
  /**
120
125
  * @desc Фон для ошибок и использования в негативных сценариях работы
121
126
  * @tags color, background
@@ -127,10 +132,10 @@ export interface ColorsDescriptionStruct {
127
132
  */
128
133
  colorBackgroundNegativeTint: ColorDescription;
129
134
  /**
130
- * @desc Тонированный фон для использования в позитивных сценариях работы
135
+ * @desc Тонированный фон для важной информации в нейтральных сценариях работы
131
136
  * @tags color, background
132
137
  */
133
- colorBackgroundPositiveTint: ColorDescription;
138
+ colorBackgroundInfoTint: ColorDescription;
134
139
  /**
135
140
  * @desc Фон для полей ввода, селектов и других подобных компонентов
136
141
  * @tags color, component, background
@@ -1,7 +1,66 @@
1
- import { ThemeParadigmBase, ThemeParadigmBaseCssVars, ThemeParadigmBaseDescription } from '../paradigmBase';
2
- export interface ThemeCloud extends ThemeParadigmBase {
1
+ import { Adaptive } from '../../general/tools';
2
+ import { DefaultViewports } from '../../general/tools/viewports';
3
+ import { Font } from '../../general/typography';
4
+ import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
5
+ interface ThemeCloudTypohraphy {
6
+ /**
7
+ * @desc Caption 1 CAPS • DEMIBOLD
8
+ * @tags font
9
+ * */
10
+ fontCaption1CapsDemibold: {
11
+ regular: Font;
12
+ };
13
+ /**
14
+ * @desc Caption 2 CAPS • DEMIBOLD
15
+ * @tags font
16
+ * */
17
+ fontCaption2CapsDemibold: {
18
+ regular: Font;
19
+ };
20
+ /**
21
+ * @desc Caption 3 CAPS • DEMIBOLD
22
+ * @tags font
23
+ * */
24
+ fontCaption3CapsDemibold: {
25
+ regular: Font;
26
+ };
27
+ /**
28
+ * @desc Заголовок Title 2 • Custom
29
+ * @tags font
30
+ * */
31
+ fontTitle2Custom: Adaptive<Font>;
32
+ /**
33
+ * @desc Заголовок Title3 • Custom
34
+ * @tags font
35
+ * */
36
+ fontTitle3Custom: Adaptive<Font>;
37
+ /**
38
+ * @desc Заголовок Subtitle • Medium
39
+ * @tags font
40
+ * */
41
+ fontSubtitleMedium: Font;
42
+ /**
43
+ * @desc Заголовок Subtitle • Regular
44
+ * @tags font
45
+ * */
46
+ fontSubtitleCustom: Font;
47
+ /**
48
+ * @desc Заголовок HeadlineLarge• Medium.
49
+ * Используется для обозначения занятого места в блоке с чистилкой
50
+ * @tags font
51
+ * */
52
+ fontHeadlineLargeMedium: Font;
53
+ /**
54
+ * @desc LargeText • Regular.
55
+ * Используется как текст под заголовком в тултипах
56
+ * @tags font
57
+ * */
58
+ fontLargeText: Font;
3
59
  }
4
- export interface ThemeCloudDescription extends ThemeParadigmBaseDescription {
60
+ export interface ThemeCloud extends ParadigmTheme, ThemeCloudTypohraphy {
5
61
  }
6
- export interface ThemeCloudCssVars extends ThemeParadigmBaseCssVars {
62
+ export interface ThemeCloudDescription extends ParadigmThemeDescription, ThemeCloudTypohraphy {
7
63
  }
64
+ export interface ThemeCloudCssVars extends ParadigmThemeCssVars<DefaultViewports, ThemeCloud> {
65
+ }
66
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/vkui-tokens",
3
- "version": "4.46.0",
3
+ "version": "4.47.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "license": "MIT",
6
6
  "homepage": "https://vkcom.github.io/vkui-tokens",
@@ -48,16 +48,16 @@
48
48
  "@types/color": "3.0.6",
49
49
  "@types/common-tags": "1.8.4",
50
50
  "@types/fs-extra": "11.0.4",
51
- "@types/lodash": "4.17.1",
51
+ "@types/lodash": "4.17.5",
52
52
  "@types/node": "18.11.10",
53
- "@types/react": "18.3.2",
53
+ "@types/react": "18.3.3",
54
54
  "@types/react-dom": "18.3.0",
55
55
  "@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.2.0",
56
56
  "@vkontakte/icons": "2.114.0",
57
57
  "@vkontakte/prettier-config": "0.1.0",
58
58
  "@vkontakte/vk-bridge": "2.14.1",
59
59
  "@vkontakte/vkjs": "1.1.2",
60
- "@vkontakte/vkui": "6.0.2",
60
+ "@vkontakte/vkui": "6.1.1",
61
61
  "babel-jest": "29.7.0",
62
62
  "babel-loader": "9.1.3",
63
63
  "clean-webpack-plugin": "4.0.0",
@@ -84,15 +84,15 @@
84
84
  "husky": "9.0.11",
85
85
  "jest": "29.7.0",
86
86
  "jest-junit": "16.0.0",
87
- "lint-staged": "15.2.2",
87
+ "lint-staged": "15.2.7",
88
88
  "lodash": "4.17.21",
89
89
  "prettier": "3.2.5",
90
90
  "react": "18.3.1",
91
91
  "react-dom": "18.3.1",
92
- "rimraf": "5.0.5",
92
+ "rimraf": "5.0.7",
93
93
  "style-loader": "4.0.0",
94
94
  "terser-webpack-plugin": "5.3.10",
95
- "ts-jest": "29.1.2",
95
+ "ts-jest": "29.1.4",
96
96
  "ts-loader": "9.5.1",
97
97
  "ts-morph": "20.0.0",
98
98
  "ts-node": "10.9.2",
@@ -67,6 +67,7 @@ exports.lightColors = {
67
67
  colorBackgroundContrastInverse: '#303030',
68
68
  colorBackgroundContrastThemed: '#FFFFFF',
69
69
  colorBackgroundAccentTint: '#5a9eff',
70
+ colorBackgroundInfoTint: '#f0f4ff',
70
71
  // Text
71
72
  colorTextAccent: '#005FF9',
72
73
  colorTextAccentThemed: '#005FF9',
@@ -193,6 +194,7 @@ exports.darkColors = {
193
194
  colorBackgroundContrastInverse: '#303030',
194
195
  colorBackgroundContrastThemed: '#303030',
195
196
  colorBackgroundAccentTint: '#5a9eff',
197
+ colorBackgroundInfoTint: '#19202f',
196
198
  // Text
197
199
  colorTextAccent: '#3C82FD',
198
200
  colorTextAccentThemed: '#FFFFFF',
@@ -91,19 +91,23 @@ var colorFromFigma = function (colorsScheme) {
91
91
  }[colorsScheme],
92
92
  colorBackgroundModal: background.background_modal,
93
93
  colorBackgroundModalInverse: background.background_modal_inverse,
94
+ colorBackgroundPositive: background.background_positive,
95
+ colorBackgroundPositiveTint: {
96
+ light: '#E8F9E8',
97
+ dark: '#2E3E2B',
98
+ }[colorsScheme],
94
99
  colorBackgroundWarning: {
95
100
  light: '#FFF2D6',
96
- dark: '#5B4D35',
101
+ dark: '#473315',
97
102
  }[colorsScheme],
98
- colorBackgroundPositive: background.background_positive,
99
103
  colorBackgroundNegative: background.background_negative,
100
104
  colorBackgroundNegativeTint: {
101
105
  light: '#FFE9E9',
102
106
  dark: '#522E2E',
103
107
  }[colorsScheme],
104
- colorBackgroundPositiveTint: {
105
- light: '#E8F9E8',
106
- dark: '#2E3E2B',
108
+ colorBackgroundInfoTint: {
109
+ light: '#DEEEFF',
110
+ dark: '#1C3954',
107
111
  }[colorsScheme],
108
112
  colorFieldBackground: background.field_background,
109
113
  colorHeaderBackground: background.header_background,
@@ -133,7 +137,10 @@ var colorFromFigma = function (colorsScheme) {
133
137
  colorIconMedium: icons.icon_medium,
134
138
  colorIconMediumAlpha: icons.icon_medium_alpha,
135
139
  colorIconSecondary: icons.icon_secondary,
136
- colorIconSecondaryAlpha: icons.icon_secondary_alpha,
140
+ colorIconSecondaryAlpha: {
141
+ light: 'rgba(0, 0, 0, 0.36)',
142
+ dark: 'rgba(241, 247, 255, 0.43)',
143
+ }[colorsScheme],
137
144
  colorIconTertiary: icons.icon_tertiary,
138
145
  colorIconTertiaryAlpha: icons.icon_tertiary_alpha,
139
146
  colorIconContrast: icons.icon_contrast,
@@ -141,8 +148,8 @@ var colorFromFigma = function (colorsScheme) {
141
148
  colorIconContrastSecondary: icons.icon_contrast_secondary,
142
149
  colorIconPositive: icons.icon_positive,
143
150
  colorIconWarning: {
144
- light: '#E1B406',
145
- dark: '#DBAF06',
151
+ light: '#F8A01C',
152
+ dark: '#EDB055',
146
153
  }[colorsScheme],
147
154
  colorIconNegative: icons.icon_negative,
148
155
  // Stroke
@@ -484,6 +484,9 @@
484
484
  --vkui--color_background_accent_tint: #5a9eff;
485
485
  --vkui--color_background_accent_tint--hover: #5698F7;
486
486
  --vkui--color_background_accent_tint--active: #5393EF;
487
+ --vkui--color_background_info_tint: #f0f4ff;
488
+ --vkui--color_background_info_tint--hover: #E6EBF7;
489
+ --vkui--color_background_info_tint--active: #DDE2EF;
487
490
  --vkui--color_text_accent: #005FF9;
488
491
  --vkui--color_text_accent--hover: #005CF1;
489
492
  --vkui--color_text_accent--active: #0059EA;
@@ -111,6 +111,9 @@
111
111
  --vkui--color_background_accent_tint: #5a9eff;
112
112
  --vkui--color_background_accent_tint--hover: #5698F7;
113
113
  --vkui--color_background_accent_tint--active: #5393EF;
114
+ --vkui--color_background_info_tint: #f0f4ff;
115
+ --vkui--color_background_info_tint--hover: #E6EBF7;
116
+ --vkui--color_background_info_tint--active: #DDE2EF;
114
117
  --vkui--color_text_accent: #005FF9;
115
118
  --vkui--color_text_accent--hover: #005CF1;
116
119
  --vkui--color_text_accent--active: #0059EA;
@@ -68,6 +68,9 @@
68
68
  --vkui--color_background_accent_tint: #5a9eff;
69
69
  --vkui--color_background_accent_tint--hover: #5698F7;
70
70
  --vkui--color_background_accent_tint--active: #5393EF;
71
+ --vkui--color_background_info_tint: #f0f4ff;
72
+ --vkui--color_background_info_tint--hover: #E6EBF7;
73
+ --vkui--color_background_info_tint--active: #DDE2EF;
71
74
  --vkui--color_text_accent: #005FF9;
72
75
  --vkui--color_text_accent--hover: #005CF1;
73
76
  --vkui--color_text_accent--active: #0059EA;