@vkontakte/vkui-tokens 4.43.2-dev-78ebf3.0 → 4.44.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 (1019) hide show
  1. package/build/helpers/convertCamelToSnake.d.ts +1 -0
  2. package/build/helpers/convertCamelToSnake.js +6 -3
  3. package/build/helpers/convertCamelToSnake.test.js +8 -1
  4. package/build/helpers/unCamelcasify.js +6 -3
  5. package/build/helpers/unCamelcasify.test.js +6 -1
  6. package/interfaces/general/geometry/index.d.ts +15 -0
  7. package/interfaces/themes/media/index.d.ts +11 -149
  8. package/interfaces/themes/octavius/index.d.ts +9 -0
  9. package/package.json +9 -9
  10. package/themeDescriptions/base/paradigm.js +2 -2
  11. package/themeDescriptions/base/vk.js +7 -8
  12. package/themes/calendar/cssVars/declarations/index.css +11 -8
  13. package/themes/calendar/cssVars/declarations/noColors.css +11 -8
  14. package/themes/calendar/cssVars/declarations/noSizes.css +8 -5
  15. package/themes/calendar/cssVars/declarations/onlyVariables.css +9 -6
  16. package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
  17. package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +9 -6
  18. package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  19. package/themes/calendar/cssVars/theme/fallbacks/index.css +11 -8
  20. package/themes/calendar/cssVars/theme/fallbacks/index.less +9 -6
  21. package/themes/calendar/cssVars/theme/fallbacks/index.pcss +9 -6
  22. package/themes/calendar/cssVars/theme/fallbacks/index.scss +10 -7
  23. package/themes/calendar/cssVars/theme/fallbacks/index.styl +9 -6
  24. package/themes/calendar/cssVars/theme/index.js +18 -6
  25. package/themes/calendar/cssVars/theme/index.json +18 -6
  26. package/themes/calendar/docs.json +33 -0
  27. package/themes/calendar/index.css +11 -8
  28. package/themes/calendar/index.js +9 -6
  29. package/themes/calendar/index.json +9 -6
  30. package/themes/calendar/index.less +9 -6
  31. package/themes/calendar/index.pcss +9 -6
  32. package/themes/calendar/index.scss +10 -7
  33. package/themes/calendar/index.styl +9 -6
  34. package/themes/calendar/struct.json +9 -6
  35. package/themes/calendarDark/cssVars/declarations/index.css +11 -8
  36. package/themes/calendarDark/cssVars/declarations/noColors.css +11 -8
  37. package/themes/calendarDark/cssVars/declarations/noSizes.css +8 -5
  38. package/themes/calendarDark/cssVars/declarations/onlyVariables.css +9 -6
  39. package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
  40. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +9 -6
  41. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  42. package/themes/calendarDark/cssVars/theme/fallbacks/index.css +11 -8
  43. package/themes/calendarDark/cssVars/theme/fallbacks/index.less +9 -6
  44. package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +9 -6
  45. package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +10 -7
  46. package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +9 -6
  47. package/themes/calendarDark/cssVars/theme/index.js +18 -6
  48. package/themes/calendarDark/cssVars/theme/index.json +18 -6
  49. package/themes/calendarDark/docs.json +33 -0
  50. package/themes/calendarDark/index.css +11 -8
  51. package/themes/calendarDark/index.js +9 -6
  52. package/themes/calendarDark/index.json +9 -6
  53. package/themes/calendarDark/index.less +9 -6
  54. package/themes/calendarDark/index.pcss +9 -6
  55. package/themes/calendarDark/index.scss +10 -7
  56. package/themes/calendarDark/index.styl +9 -6
  57. package/themes/calendarDark/struct.json +9 -6
  58. package/themes/calls/cssVars/declarations/index.css +11 -8
  59. package/themes/calls/cssVars/declarations/noColors.css +11 -8
  60. package/themes/calls/cssVars/declarations/noSizes.css +8 -5
  61. package/themes/calls/cssVars/declarations/onlyVariables.css +9 -6
  62. package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
  63. package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +9 -6
  64. package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  65. package/themes/calls/cssVars/theme/fallbacks/index.css +11 -8
  66. package/themes/calls/cssVars/theme/fallbacks/index.less +9 -6
  67. package/themes/calls/cssVars/theme/fallbacks/index.pcss +9 -6
  68. package/themes/calls/cssVars/theme/fallbacks/index.scss +10 -7
  69. package/themes/calls/cssVars/theme/fallbacks/index.styl +9 -6
  70. package/themes/calls/cssVars/theme/index.js +18 -6
  71. package/themes/calls/cssVars/theme/index.json +18 -6
  72. package/themes/calls/docs.json +33 -0
  73. package/themes/calls/index.css +11 -8
  74. package/themes/calls/index.js +9 -6
  75. package/themes/calls/index.json +9 -6
  76. package/themes/calls/index.less +9 -6
  77. package/themes/calls/index.pcss +9 -6
  78. package/themes/calls/index.scss +10 -7
  79. package/themes/calls/index.styl +9 -6
  80. package/themes/calls/struct.json +9 -6
  81. package/themes/cloud/cssVars/declarations/index.css +11 -8
  82. package/themes/cloud/cssVars/declarations/noColors.css +11 -8
  83. package/themes/cloud/cssVars/declarations/noSizes.css +8 -5
  84. package/themes/cloud/cssVars/declarations/onlyVariables.css +9 -6
  85. package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
  86. package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +9 -6
  87. package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  88. package/themes/cloud/cssVars/theme/fallbacks/index.css +11 -8
  89. package/themes/cloud/cssVars/theme/fallbacks/index.less +9 -6
  90. package/themes/cloud/cssVars/theme/fallbacks/index.pcss +9 -6
  91. package/themes/cloud/cssVars/theme/fallbacks/index.scss +10 -7
  92. package/themes/cloud/cssVars/theme/fallbacks/index.styl +9 -6
  93. package/themes/cloud/cssVars/theme/index.js +18 -6
  94. package/themes/cloud/cssVars/theme/index.json +18 -6
  95. package/themes/cloud/docs.json +33 -0
  96. package/themes/cloud/index.css +11 -8
  97. package/themes/cloud/index.js +9 -6
  98. package/themes/cloud/index.json +9 -6
  99. package/themes/cloud/index.less +9 -6
  100. package/themes/cloud/index.pcss +9 -6
  101. package/themes/cloud/index.scss +10 -7
  102. package/themes/cloud/index.styl +9 -6
  103. package/themes/cloud/struct.json +9 -6
  104. package/themes/cloudDark/cssVars/declarations/index.css +11 -8
  105. package/themes/cloudDark/cssVars/declarations/noColors.css +11 -8
  106. package/themes/cloudDark/cssVars/declarations/noSizes.css +8 -5
  107. package/themes/cloudDark/cssVars/declarations/onlyVariables.css +9 -6
  108. package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
  109. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +9 -6
  110. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  111. package/themes/cloudDark/cssVars/theme/fallbacks/index.css +11 -8
  112. package/themes/cloudDark/cssVars/theme/fallbacks/index.less +9 -6
  113. package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +9 -6
  114. package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +10 -7
  115. package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +9 -6
  116. package/themes/cloudDark/cssVars/theme/index.js +18 -6
  117. package/themes/cloudDark/cssVars/theme/index.json +18 -6
  118. package/themes/cloudDark/docs.json +33 -0
  119. package/themes/cloudDark/index.css +11 -8
  120. package/themes/cloudDark/index.js +9 -6
  121. package/themes/cloudDark/index.json +9 -6
  122. package/themes/cloudDark/index.less +9 -6
  123. package/themes/cloudDark/index.pcss +9 -6
  124. package/themes/cloudDark/index.scss +10 -7
  125. package/themes/cloudDark/index.styl +9 -6
  126. package/themes/cloudDark/struct.json +9 -6
  127. package/themes/dobro/cssVars/declarations/index.css +12 -9
  128. package/themes/dobro/cssVars/declarations/noColors.css +11 -8
  129. package/themes/dobro/cssVars/declarations/noSizes.css +8 -5
  130. package/themes/dobro/cssVars/declarations/onlyMedia.css +1 -1
  131. package/themes/dobro/cssVars/declarations/onlyVariables.css +9 -6
  132. package/themes/dobro/cssVars/declarations/onlyVariables.js +2 -2
  133. package/themes/dobro/cssVars/declarations/onlyVariablesLocal.css +9 -6
  134. package/themes/dobro/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  135. package/themes/dobro/cssVars/theme/fallbacks/index.css +11 -8
  136. package/themes/dobro/cssVars/theme/fallbacks/index.less +9 -6
  137. package/themes/dobro/cssVars/theme/fallbacks/index.pcss +9 -6
  138. package/themes/dobro/cssVars/theme/fallbacks/index.scss +10 -7
  139. package/themes/dobro/cssVars/theme/fallbacks/index.styl +9 -6
  140. package/themes/dobro/cssVars/theme/index.js +18 -6
  141. package/themes/dobro/cssVars/theme/index.json +18 -6
  142. package/themes/dobro/docs.json +33 -0
  143. package/themes/dobro/index.css +11 -8
  144. package/themes/dobro/index.js +9 -6
  145. package/themes/dobro/index.json +9 -6
  146. package/themes/dobro/index.less +9 -6
  147. package/themes/dobro/index.pcss +9 -6
  148. package/themes/dobro/index.scss +10 -7
  149. package/themes/dobro/index.styl +9 -6
  150. package/themes/dobro/struct.json +9 -6
  151. package/themes/dobroDark/cssVars/declarations/index.css +17 -14
  152. package/themes/dobroDark/cssVars/declarations/noColors.css +16 -13
  153. package/themes/dobroDark/cssVars/declarations/noSizes.css +13 -10
  154. package/themes/dobroDark/cssVars/declarations/onlyMedia.css +1 -1
  155. package/themes/dobroDark/cssVars/declarations/onlyVariables.css +14 -11
  156. package/themes/dobroDark/cssVars/declarations/onlyVariables.js +2 -2
  157. package/themes/dobroDark/cssVars/declarations/onlyVariablesLocal.css +14 -11
  158. package/themes/dobroDark/cssVars/declarations/onlyVariablesLocalIncremental.css +5 -0
  159. package/themes/dobroDark/cssVars/theme/fallbacks/index.css +16 -13
  160. package/themes/dobroDark/cssVars/theme/fallbacks/index.less +14 -11
  161. package/themes/dobroDark/cssVars/theme/fallbacks/index.pcss +14 -11
  162. package/themes/dobroDark/cssVars/theme/fallbacks/index.scss +15 -12
  163. package/themes/dobroDark/cssVars/theme/fallbacks/index.styl +14 -11
  164. package/themes/dobroDark/cssVars/theme/index.js +23 -11
  165. package/themes/dobroDark/cssVars/theme/index.json +23 -11
  166. package/themes/dobroDark/docs.json +33 -0
  167. package/themes/dobroDark/index.css +16 -13
  168. package/themes/dobroDark/index.js +14 -11
  169. package/themes/dobroDark/index.json +14 -11
  170. package/themes/dobroDark/index.less +14 -11
  171. package/themes/dobroDark/index.pcss +14 -11
  172. package/themes/dobroDark/index.scss +15 -12
  173. package/themes/dobroDark/index.styl +14 -11
  174. package/themes/dobroDark/struct.json +14 -11
  175. package/themes/home/cssVars/declarations/index.css +11 -8
  176. package/themes/home/cssVars/declarations/noColors.css +11 -8
  177. package/themes/home/cssVars/declarations/noSizes.css +8 -5
  178. package/themes/home/cssVars/declarations/onlyVariables.css +9 -6
  179. package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
  180. package/themes/home/cssVars/declarations/onlyVariablesLocal.css +9 -6
  181. package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  182. package/themes/home/cssVars/theme/fallbacks/index.css +11 -8
  183. package/themes/home/cssVars/theme/fallbacks/index.less +9 -6
  184. package/themes/home/cssVars/theme/fallbacks/index.pcss +9 -6
  185. package/themes/home/cssVars/theme/fallbacks/index.scss +10 -7
  186. package/themes/home/cssVars/theme/fallbacks/index.styl +9 -6
  187. package/themes/home/cssVars/theme/index.js +18 -6
  188. package/themes/home/cssVars/theme/index.json +18 -6
  189. package/themes/home/docs.json +33 -0
  190. package/themes/home/index.css +11 -8
  191. package/themes/home/index.js +9 -6
  192. package/themes/home/index.json +9 -6
  193. package/themes/home/index.less +9 -6
  194. package/themes/home/index.pcss +9 -6
  195. package/themes/home/index.scss +10 -7
  196. package/themes/home/index.styl +9 -6
  197. package/themes/home/struct.json +9 -6
  198. package/themes/homeDark/cssVars/declarations/index.css +11 -8
  199. package/themes/homeDark/cssVars/declarations/noColors.css +11 -8
  200. package/themes/homeDark/cssVars/declarations/noSizes.css +8 -5
  201. package/themes/homeDark/cssVars/declarations/onlyVariables.css +9 -6
  202. package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
  203. package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +9 -6
  204. package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  205. package/themes/homeDark/cssVars/theme/fallbacks/index.css +11 -8
  206. package/themes/homeDark/cssVars/theme/fallbacks/index.less +9 -6
  207. package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +9 -6
  208. package/themes/homeDark/cssVars/theme/fallbacks/index.scss +10 -7
  209. package/themes/homeDark/cssVars/theme/fallbacks/index.styl +9 -6
  210. package/themes/homeDark/cssVars/theme/index.js +18 -6
  211. package/themes/homeDark/cssVars/theme/index.json +18 -6
  212. package/themes/homeDark/docs.json +33 -0
  213. package/themes/homeDark/index.css +11 -8
  214. package/themes/homeDark/index.js +9 -6
  215. package/themes/homeDark/index.json +9 -6
  216. package/themes/homeDark/index.less +9 -6
  217. package/themes/homeDark/index.pcss +9 -6
  218. package/themes/homeDark/index.scss +10 -7
  219. package/themes/homeDark/index.styl +9 -6
  220. package/themes/homeDark/struct.json +9 -6
  221. package/themes/media/cssVars/declarations/index.css +697 -773
  222. package/themes/media/cssVars/declarations/noColors.css +448 -455
  223. package/themes/media/cssVars/declarations/noSizes.css +40 -25
  224. package/themes/media/cssVars/declarations/onlyAdaptiveGroups.css +38 -62
  225. package/themes/media/cssVars/declarations/onlyMedia.css +211 -256
  226. package/themes/media/cssVars/declarations/onlyVariables.css +141 -158
  227. package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
  228. package/themes/media/cssVars/declarations/onlyVariablesLocal.css +141 -158
  229. package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +141 -158
  230. package/themes/media/cssVars/theme/fallbacks/index.css +457 -464
  231. package/themes/media/cssVars/theme/fallbacks/index.less +224 -200
  232. package/themes/media/cssVars/theme/fallbacks/index.pcss +224 -200
  233. package/themes/media/cssVars/theme/fallbacks/index.scss +501 -440
  234. package/themes/media/cssVars/theme/fallbacks/index.styl +224 -200
  235. package/themes/media/cssVars/theme/index.js +532 -670
  236. package/themes/media/cssVars/theme/index.json +532 -670
  237. package/themes/media/docs.json +124 -318
  238. package/themes/media/index.css +448 -455
  239. package/themes/media/index.js +186 -207
  240. package/themes/media/index.json +186 -207
  241. package/themes/media/index.less +206 -182
  242. package/themes/media/index.pcss +206 -182
  243. package/themes/media/index.scss +467 -406
  244. package/themes/media/index.styl +206 -182
  245. package/themes/media/struct.json +192 -213
  246. package/themes/mediaDark/cssVars/declarations/index.css +697 -773
  247. package/themes/mediaDark/cssVars/declarations/noColors.css +448 -455
  248. package/themes/mediaDark/cssVars/declarations/noSizes.css +40 -25
  249. package/themes/mediaDark/cssVars/declarations/onlyAdaptiveGroups.css +38 -62
  250. package/themes/mediaDark/cssVars/declarations/onlyMedia.css +211 -256
  251. package/themes/mediaDark/cssVars/declarations/onlyVariables.css +141 -158
  252. package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
  253. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +141 -158
  254. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +141 -158
  255. package/themes/mediaDark/cssVars/theme/fallbacks/index.css +457 -464
  256. package/themes/mediaDark/cssVars/theme/fallbacks/index.less +224 -200
  257. package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +224 -200
  258. package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +501 -440
  259. package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +224 -200
  260. package/themes/mediaDark/cssVars/theme/index.js +532 -670
  261. package/themes/mediaDark/cssVars/theme/index.json +532 -670
  262. package/themes/mediaDark/docs.json +124 -318
  263. package/themes/mediaDark/index.css +448 -455
  264. package/themes/mediaDark/index.js +186 -207
  265. package/themes/mediaDark/index.json +186 -207
  266. package/themes/mediaDark/index.less +206 -182
  267. package/themes/mediaDark/index.pcss +206 -182
  268. package/themes/mediaDark/index.scss +467 -406
  269. package/themes/mediaDark/index.styl +206 -182
  270. package/themes/mediaDark/struct.json +192 -213
  271. package/themes/mycom/cssVars/declarations/index.css +664 -740
  272. package/themes/mycom/cssVars/declarations/noColors.css +418 -425
  273. package/themes/mycom/cssVars/declarations/noSizes.css +132 -355
  274. package/themes/mycom/cssVars/declarations/onlyAdaptiveGroups.css +38 -62
  275. package/themes/mycom/cssVars/declarations/onlyMedia.css +208 -253
  276. package/themes/mycom/cssVars/declarations/onlyVariables.css +132 -149
  277. package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
  278. package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +132 -149
  279. package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +132 -149
  280. package/themes/mycom/cssVars/theme/fallbacks/index.css +428 -435
  281. package/themes/mycom/cssVars/theme/fallbacks/index.less +214 -190
  282. package/themes/mycom/cssVars/theme/fallbacks/index.pcss +214 -190
  283. package/themes/mycom/cssVars/theme/fallbacks/index.scss +477 -416
  284. package/themes/mycom/cssVars/theme/fallbacks/index.styl +214 -190
  285. package/themes/mycom/cssVars/theme/index.js +517 -655
  286. package/themes/mycom/cssVars/theme/index.json +517 -655
  287. package/themes/mycom/docs.json +124 -318
  288. package/themes/mycom/index.css +418 -425
  289. package/themes/mycom/index.js +174 -195
  290. package/themes/mycom/index.json +174 -195
  291. package/themes/mycom/index.less +194 -170
  292. package/themes/mycom/index.pcss +194 -170
  293. package/themes/mycom/index.scss +441 -380
  294. package/themes/mycom/index.styl +194 -170
  295. package/themes/mycom/struct.json +184 -205
  296. package/themes/octavius/cssVars/declarations/index.css +38 -8
  297. package/themes/octavius/cssVars/declarations/noColors.css +11 -8
  298. package/themes/octavius/cssVars/declarations/noSizes.css +35 -5
  299. package/themes/octavius/cssVars/declarations/onlyColors.css +27 -0
  300. package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
  301. package/themes/octavius/cssVars/declarations/onlyVariables.css +36 -6
  302. package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
  303. package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +36 -6
  304. package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +36 -6
  305. package/themes/octavius/cssVars/theme/fallbacks/index.css +38 -8
  306. package/themes/octavius/cssVars/theme/fallbacks/index.less +36 -6
  307. package/themes/octavius/cssVars/theme/fallbacks/index.pcss +36 -6
  308. package/themes/octavius/cssVars/theme/fallbacks/index.scss +37 -7
  309. package/themes/octavius/cssVars/theme/fallbacks/index.styl +36 -6
  310. package/themes/octavius/cssVars/theme/index.js +144 -6
  311. package/themes/octavius/cssVars/theme/index.json +144 -6
  312. package/themes/octavius/docs.json +69 -0
  313. package/themes/octavius/index.css +38 -8
  314. package/themes/octavius/index.js +54 -6
  315. package/themes/octavius/index.json +54 -6
  316. package/themes/octavius/index.less +36 -6
  317. package/themes/octavius/index.pcss +36 -6
  318. package/themes/octavius/index.scss +37 -7
  319. package/themes/octavius/index.styl +36 -6
  320. package/themes/octavius/struct.json +54 -6
  321. package/themes/octaviusCompact/cssVars/declarations/index.css +38 -8
  322. package/themes/octaviusCompact/cssVars/declarations/noColors.css +11 -8
  323. package/themes/octaviusCompact/cssVars/declarations/noSizes.css +35 -5
  324. package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +27 -0
  325. package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
  326. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +36 -6
  327. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
  328. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +36 -6
  329. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +36 -6
  330. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +38 -8
  331. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +36 -6
  332. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +36 -6
  333. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +37 -7
  334. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +36 -6
  335. package/themes/octaviusCompact/cssVars/theme/index.js +144 -6
  336. package/themes/octaviusCompact/cssVars/theme/index.json +144 -6
  337. package/themes/octaviusCompact/docs.json +69 -0
  338. package/themes/octaviusCompact/index.css +38 -8
  339. package/themes/octaviusCompact/index.js +54 -6
  340. package/themes/octaviusCompact/index.json +54 -6
  341. package/themes/octaviusCompact/index.less +36 -6
  342. package/themes/octaviusCompact/index.pcss +36 -6
  343. package/themes/octaviusCompact/index.scss +37 -7
  344. package/themes/octaviusCompact/index.styl +36 -6
  345. package/themes/octaviusCompact/struct.json +54 -6
  346. package/themes/octaviusCompactDark/cssVars/declarations/index.css +38 -8
  347. package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +11 -8
  348. package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +35 -5
  349. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +27 -0
  350. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
  351. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +36 -6
  352. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
  353. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +36 -6
  354. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +36 -6
  355. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +38 -8
  356. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +36 -6
  357. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +36 -6
  358. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +37 -7
  359. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +36 -6
  360. package/themes/octaviusCompactDark/cssVars/theme/index.js +144 -6
  361. package/themes/octaviusCompactDark/cssVars/theme/index.json +144 -6
  362. package/themes/octaviusCompactDark/docs.json +69 -0
  363. package/themes/octaviusCompactDark/index.css +38 -8
  364. package/themes/octaviusCompactDark/index.js +54 -6
  365. package/themes/octaviusCompactDark/index.json +54 -6
  366. package/themes/octaviusCompactDark/index.less +36 -6
  367. package/themes/octaviusCompactDark/index.pcss +36 -6
  368. package/themes/octaviusCompactDark/index.scss +37 -7
  369. package/themes/octaviusCompactDark/index.styl +36 -6
  370. package/themes/octaviusCompactDark/struct.json +54 -6
  371. package/themes/octaviusDark/cssVars/declarations/index.css +38 -8
  372. package/themes/octaviusDark/cssVars/declarations/noColors.css +11 -8
  373. package/themes/octaviusDark/cssVars/declarations/noSizes.css +35 -5
  374. package/themes/octaviusDark/cssVars/declarations/onlyColors.css +27 -0
  375. package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
  376. package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +36 -6
  377. package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
  378. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +36 -6
  379. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +36 -6
  380. package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +38 -8
  381. package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +36 -6
  382. package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +36 -6
  383. package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +37 -7
  384. package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +36 -6
  385. package/themes/octaviusDark/cssVars/theme/index.js +144 -6
  386. package/themes/octaviusDark/cssVars/theme/index.json +144 -6
  387. package/themes/octaviusDark/docs.json +69 -0
  388. package/themes/octaviusDark/index.css +38 -8
  389. package/themes/octaviusDark/index.js +54 -6
  390. package/themes/octaviusDark/index.json +54 -6
  391. package/themes/octaviusDark/index.less +36 -6
  392. package/themes/octaviusDark/index.pcss +36 -6
  393. package/themes/octaviusDark/index.scss +37 -7
  394. package/themes/octaviusDark/index.styl +36 -6
  395. package/themes/octaviusDark/struct.json +54 -6
  396. package/themes/octaviusVK/cssVars/declarations/index.css +38 -8
  397. package/themes/octaviusVK/cssVars/declarations/noColors.css +11 -8
  398. package/themes/octaviusVK/cssVars/declarations/noSizes.css +35 -5
  399. package/themes/octaviusVK/cssVars/declarations/onlyColors.css +27 -0
  400. package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
  401. package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +36 -6
  402. package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
  403. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +36 -6
  404. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +36 -6
  405. package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +38 -8
  406. package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +36 -6
  407. package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +36 -6
  408. package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +37 -7
  409. package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +36 -6
  410. package/themes/octaviusVK/cssVars/theme/index.js +144 -6
  411. package/themes/octaviusVK/cssVars/theme/index.json +144 -6
  412. package/themes/octaviusVK/docs.json +69 -0
  413. package/themes/octaviusVK/index.css +38 -8
  414. package/themes/octaviusVK/index.js +54 -6
  415. package/themes/octaviusVK/index.json +54 -6
  416. package/themes/octaviusVK/index.less +36 -6
  417. package/themes/octaviusVK/index.pcss +36 -6
  418. package/themes/octaviusVK/index.scss +37 -7
  419. package/themes/octaviusVK/index.styl +36 -6
  420. package/themes/octaviusVK/struct.json +54 -6
  421. package/themes/octaviusVKDark/cssVars/declarations/index.css +38 -8
  422. package/themes/octaviusVKDark/cssVars/declarations/noColors.css +11 -8
  423. package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +35 -5
  424. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +27 -0
  425. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
  426. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +36 -6
  427. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
  428. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +36 -6
  429. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +36 -6
  430. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +38 -8
  431. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +36 -6
  432. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +36 -6
  433. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +37 -7
  434. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +36 -6
  435. package/themes/octaviusVKDark/cssVars/theme/index.js +144 -6
  436. package/themes/octaviusVKDark/cssVars/theme/index.json +144 -6
  437. package/themes/octaviusVKDark/docs.json +69 -0
  438. package/themes/octaviusVKDark/index.css +38 -8
  439. package/themes/octaviusVKDark/index.js +54 -6
  440. package/themes/octaviusVKDark/index.json +54 -6
  441. package/themes/octaviusVKDark/index.less +36 -6
  442. package/themes/octaviusVKDark/index.pcss +36 -6
  443. package/themes/octaviusVKDark/index.scss +37 -7
  444. package/themes/octaviusVKDark/index.styl +36 -6
  445. package/themes/octaviusVKDark/struct.json +54 -6
  446. package/themes/octaviusWhite/cssVars/declarations/index.css +38 -8
  447. package/themes/octaviusWhite/cssVars/declarations/noColors.css +11 -8
  448. package/themes/octaviusWhite/cssVars/declarations/noSizes.css +35 -5
  449. package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +27 -0
  450. package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
  451. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +36 -6
  452. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
  453. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +36 -6
  454. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +36 -6
  455. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +38 -8
  456. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +36 -6
  457. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +36 -6
  458. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +37 -7
  459. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +36 -6
  460. package/themes/octaviusWhite/cssVars/theme/index.js +144 -6
  461. package/themes/octaviusWhite/cssVars/theme/index.json +144 -6
  462. package/themes/octaviusWhite/docs.json +69 -0
  463. package/themes/octaviusWhite/index.css +38 -8
  464. package/themes/octaviusWhite/index.js +54 -6
  465. package/themes/octaviusWhite/index.json +54 -6
  466. package/themes/octaviusWhite/index.less +36 -6
  467. package/themes/octaviusWhite/index.pcss +36 -6
  468. package/themes/octaviusWhite/index.scss +37 -7
  469. package/themes/octaviusWhite/index.styl +36 -6
  470. package/themes/octaviusWhite/struct.json +54 -6
  471. package/themes/otvet/cssVars/declarations/index.css +8 -5
  472. package/themes/otvet/cssVars/declarations/noColors.css +8 -5
  473. package/themes/otvet/cssVars/declarations/noSizes.css +8 -5
  474. package/themes/otvet/cssVars/declarations/onlyVariables.css +8 -5
  475. package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
  476. package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +8 -5
  477. package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +8 -5
  478. package/themes/otvet/cssVars/theme/fallbacks/index.css +8 -5
  479. package/themes/otvet/cssVars/theme/fallbacks/index.less +8 -5
  480. package/themes/otvet/cssVars/theme/fallbacks/index.pcss +8 -5
  481. package/themes/otvet/cssVars/theme/fallbacks/index.scss +8 -5
  482. package/themes/otvet/cssVars/theme/fallbacks/index.styl +8 -5
  483. package/themes/otvet/cssVars/theme/index.js +17 -5
  484. package/themes/otvet/cssVars/theme/index.json +17 -5
  485. package/themes/otvet/docs.json +33 -0
  486. package/themes/otvet/index.css +8 -5
  487. package/themes/otvet/index.js +8 -5
  488. package/themes/otvet/index.json +8 -5
  489. package/themes/otvet/index.less +8 -5
  490. package/themes/otvet/index.pcss +8 -5
  491. package/themes/otvet/index.scss +8 -5
  492. package/themes/otvet/index.styl +8 -5
  493. package/themes/otvet/struct.json +8 -5
  494. package/themes/otvetDark/cssVars/declarations/index.css +8 -5
  495. package/themes/otvetDark/cssVars/declarations/noColors.css +8 -5
  496. package/themes/otvetDark/cssVars/declarations/noSizes.css +8 -5
  497. package/themes/otvetDark/cssVars/declarations/onlyVariables.css +8 -5
  498. package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
  499. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +8 -5
  500. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +8 -5
  501. package/themes/otvetDark/cssVars/theme/fallbacks/index.css +8 -5
  502. package/themes/otvetDark/cssVars/theme/fallbacks/index.less +8 -5
  503. package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +8 -5
  504. package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +8 -5
  505. package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +8 -5
  506. package/themes/otvetDark/cssVars/theme/index.js +17 -5
  507. package/themes/otvetDark/cssVars/theme/index.json +17 -5
  508. package/themes/otvetDark/docs.json +33 -0
  509. package/themes/otvetDark/index.css +8 -5
  510. package/themes/otvetDark/index.js +8 -5
  511. package/themes/otvetDark/index.json +8 -5
  512. package/themes/otvetDark/index.less +8 -5
  513. package/themes/otvetDark/index.pcss +8 -5
  514. package/themes/otvetDark/index.scss +8 -5
  515. package/themes/otvetDark/index.styl +8 -5
  516. package/themes/otvetDark/struct.json +8 -5
  517. package/themes/paradigmBase/cssVars/declarations/index.css +11 -8
  518. package/themes/paradigmBase/cssVars/declarations/noColors.css +11 -8
  519. package/themes/paradigmBase/cssVars/declarations/noSizes.css +8 -5
  520. package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +9 -6
  521. package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
  522. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +9 -6
  523. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  524. package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +11 -8
  525. package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +9 -6
  526. package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +9 -6
  527. package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +10 -7
  528. package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +9 -6
  529. package/themes/paradigmBase/cssVars/theme/index.js +18 -6
  530. package/themes/paradigmBase/cssVars/theme/index.json +18 -6
  531. package/themes/paradigmBase/docs.json +33 -0
  532. package/themes/paradigmBase/index.css +11 -8
  533. package/themes/paradigmBase/index.js +9 -6
  534. package/themes/paradigmBase/index.json +9 -6
  535. package/themes/paradigmBase/index.less +9 -6
  536. package/themes/paradigmBase/index.pcss +9 -6
  537. package/themes/paradigmBase/index.scss +10 -7
  538. package/themes/paradigmBase/index.styl +9 -6
  539. package/themes/paradigmBase/struct.json +9 -6
  540. package/themes/paradigmBaseDark/cssVars/declarations/index.css +11 -8
  541. package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +11 -8
  542. package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +8 -5
  543. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +9 -6
  544. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  545. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +9 -6
  546. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  547. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +11 -8
  548. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +9 -6
  549. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +9 -6
  550. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +10 -7
  551. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +9 -6
  552. package/themes/paradigmBaseDark/cssVars/theme/index.js +18 -6
  553. package/themes/paradigmBaseDark/cssVars/theme/index.json +18 -6
  554. package/themes/paradigmBaseDark/docs.json +33 -0
  555. package/themes/paradigmBaseDark/index.css +11 -8
  556. package/themes/paradigmBaseDark/index.js +9 -6
  557. package/themes/paradigmBaseDark/index.json +9 -6
  558. package/themes/paradigmBaseDark/index.less +9 -6
  559. package/themes/paradigmBaseDark/index.pcss +9 -6
  560. package/themes/paradigmBaseDark/index.scss +10 -7
  561. package/themes/paradigmBaseDark/index.styl +9 -6
  562. package/themes/paradigmBaseDark/struct.json +9 -6
  563. package/themes/pharma/cssVars/declarations/index.css +697 -773
  564. package/themes/pharma/cssVars/declarations/noColors.css +448 -455
  565. package/themes/pharma/cssVars/declarations/noSizes.css +138 -361
  566. package/themes/pharma/cssVars/declarations/onlyAdaptiveGroups.css +38 -62
  567. package/themes/pharma/cssVars/declarations/onlyMedia.css +211 -256
  568. package/themes/pharma/cssVars/declarations/onlyVariables.css +141 -158
  569. package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
  570. package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +141 -158
  571. package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +141 -158
  572. package/themes/pharma/cssVars/theme/fallbacks/index.css +457 -464
  573. package/themes/pharma/cssVars/theme/fallbacks/index.less +224 -200
  574. package/themes/pharma/cssVars/theme/fallbacks/index.pcss +224 -200
  575. package/themes/pharma/cssVars/theme/fallbacks/index.scss +501 -440
  576. package/themes/pharma/cssVars/theme/fallbacks/index.styl +224 -200
  577. package/themes/pharma/cssVars/theme/index.js +532 -670
  578. package/themes/pharma/cssVars/theme/index.json +532 -670
  579. package/themes/pharma/docs.json +124 -318
  580. package/themes/pharma/index.css +448 -455
  581. package/themes/pharma/index.js +186 -207
  582. package/themes/pharma/index.json +186 -207
  583. package/themes/pharma/index.less +206 -182
  584. package/themes/pharma/index.pcss +206 -182
  585. package/themes/pharma/index.scss +467 -406
  586. package/themes/pharma/index.styl +206 -182
  587. package/themes/pharma/struct.json +192 -213
  588. package/themes/portalUI/cssVars/declarations/index.css +11 -8
  589. package/themes/portalUI/cssVars/declarations/noColors.css +11 -8
  590. package/themes/portalUI/cssVars/declarations/noSizes.css +8 -5
  591. package/themes/portalUI/cssVars/declarations/onlyVariables.css +9 -6
  592. package/themes/portalUI/cssVars/declarations/onlyVariables.js +2 -2
  593. package/themes/portalUI/cssVars/declarations/onlyVariablesLocal.css +9 -6
  594. package/themes/portalUI/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  595. package/themes/portalUI/cssVars/theme/fallbacks/index.css +11 -8
  596. package/themes/portalUI/cssVars/theme/fallbacks/index.less +9 -6
  597. package/themes/portalUI/cssVars/theme/fallbacks/index.pcss +9 -6
  598. package/themes/portalUI/cssVars/theme/fallbacks/index.scss +10 -7
  599. package/themes/portalUI/cssVars/theme/fallbacks/index.styl +9 -6
  600. package/themes/portalUI/cssVars/theme/index.js +18 -6
  601. package/themes/portalUI/cssVars/theme/index.json +18 -6
  602. package/themes/portalUI/docs.json +33 -0
  603. package/themes/portalUI/index.css +11 -8
  604. package/themes/portalUI/index.js +9 -6
  605. package/themes/portalUI/index.json +9 -6
  606. package/themes/portalUI/index.less +9 -6
  607. package/themes/portalUI/index.pcss +9 -6
  608. package/themes/portalUI/index.scss +10 -7
  609. package/themes/portalUI/index.styl +9 -6
  610. package/themes/portalUI/struct.json +9 -6
  611. package/themes/portalUIDark/cssVars/declarations/index.css +11 -8
  612. package/themes/portalUIDark/cssVars/declarations/noColors.css +11 -8
  613. package/themes/portalUIDark/cssVars/declarations/noSizes.css +8 -5
  614. package/themes/portalUIDark/cssVars/declarations/onlyVariables.css +9 -6
  615. package/themes/portalUIDark/cssVars/declarations/onlyVariables.js +2 -2
  616. package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocal.css +9 -6
  617. package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  618. package/themes/portalUIDark/cssVars/theme/fallbacks/index.css +11 -8
  619. package/themes/portalUIDark/cssVars/theme/fallbacks/index.less +9 -6
  620. package/themes/portalUIDark/cssVars/theme/fallbacks/index.pcss +9 -6
  621. package/themes/portalUIDark/cssVars/theme/fallbacks/index.scss +10 -7
  622. package/themes/portalUIDark/cssVars/theme/fallbacks/index.styl +9 -6
  623. package/themes/portalUIDark/cssVars/theme/index.js +18 -6
  624. package/themes/portalUIDark/cssVars/theme/index.json +18 -6
  625. package/themes/portalUIDark/docs.json +33 -0
  626. package/themes/portalUIDark/index.css +11 -8
  627. package/themes/portalUIDark/index.js +9 -6
  628. package/themes/portalUIDark/index.json +9 -6
  629. package/themes/portalUIDark/index.less +9 -6
  630. package/themes/portalUIDark/index.pcss +9 -6
  631. package/themes/portalUIDark/index.scss +10 -7
  632. package/themes/portalUIDark/index.styl +9 -6
  633. package/themes/portalUIDark/struct.json +9 -6
  634. package/themes/promo/cssVars/declarations/index.css +11 -8
  635. package/themes/promo/cssVars/declarations/noColors.css +11 -8
  636. package/themes/promo/cssVars/declarations/noSizes.css +8 -5
  637. package/themes/promo/cssVars/declarations/onlyVariables.css +9 -6
  638. package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
  639. package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +9 -6
  640. package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  641. package/themes/promo/cssVars/theme/fallbacks/index.css +11 -8
  642. package/themes/promo/cssVars/theme/fallbacks/index.less +9 -6
  643. package/themes/promo/cssVars/theme/fallbacks/index.pcss +9 -6
  644. package/themes/promo/cssVars/theme/fallbacks/index.scss +10 -7
  645. package/themes/promo/cssVars/theme/fallbacks/index.styl +9 -6
  646. package/themes/promo/cssVars/theme/index.js +18 -6
  647. package/themes/promo/cssVars/theme/index.json +18 -6
  648. package/themes/promo/docs.json +33 -0
  649. package/themes/promo/index.css +11 -8
  650. package/themes/promo/index.js +9 -6
  651. package/themes/promo/index.json +9 -6
  652. package/themes/promo/index.less +9 -6
  653. package/themes/promo/index.pcss +9 -6
  654. package/themes/promo/index.scss +10 -7
  655. package/themes/promo/index.styl +9 -6
  656. package/themes/promo/struct.json +9 -6
  657. package/themes/search/cssVars/declarations/index.css +11 -8
  658. package/themes/search/cssVars/declarations/noColors.css +11 -8
  659. package/themes/search/cssVars/declarations/noSizes.css +8 -5
  660. package/themes/search/cssVars/declarations/onlyVariables.css +9 -6
  661. package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
  662. package/themes/search/cssVars/declarations/onlyVariablesLocal.css +9 -6
  663. package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  664. package/themes/search/cssVars/theme/fallbacks/index.css +11 -8
  665. package/themes/search/cssVars/theme/fallbacks/index.less +9 -6
  666. package/themes/search/cssVars/theme/fallbacks/index.pcss +9 -6
  667. package/themes/search/cssVars/theme/fallbacks/index.scss +10 -7
  668. package/themes/search/cssVars/theme/fallbacks/index.styl +9 -6
  669. package/themes/search/cssVars/theme/index.js +18 -6
  670. package/themes/search/cssVars/theme/index.json +18 -6
  671. package/themes/search/docs.json +33 -0
  672. package/themes/search/index.css +11 -8
  673. package/themes/search/index.js +9 -6
  674. package/themes/search/index.json +9 -6
  675. package/themes/search/index.less +9 -6
  676. package/themes/search/index.pcss +9 -6
  677. package/themes/search/index.scss +10 -7
  678. package/themes/search/index.styl +9 -6
  679. package/themes/search/struct.json +9 -6
  680. package/themes/todo/cssVars/declarations/index.css +11 -8
  681. package/themes/todo/cssVars/declarations/noColors.css +11 -8
  682. package/themes/todo/cssVars/declarations/noSizes.css +8 -5
  683. package/themes/todo/cssVars/declarations/onlyVariables.css +9 -6
  684. package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
  685. package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +9 -6
  686. package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  687. package/themes/todo/cssVars/theme/fallbacks/index.css +11 -8
  688. package/themes/todo/cssVars/theme/fallbacks/index.less +9 -6
  689. package/themes/todo/cssVars/theme/fallbacks/index.pcss +9 -6
  690. package/themes/todo/cssVars/theme/fallbacks/index.scss +10 -7
  691. package/themes/todo/cssVars/theme/fallbacks/index.styl +9 -6
  692. package/themes/todo/cssVars/theme/index.js +18 -6
  693. package/themes/todo/cssVars/theme/index.json +18 -6
  694. package/themes/todo/docs.json +33 -0
  695. package/themes/todo/index.css +11 -8
  696. package/themes/todo/index.js +9 -6
  697. package/themes/todo/index.json +9 -6
  698. package/themes/todo/index.less +9 -6
  699. package/themes/todo/index.pcss +9 -6
  700. package/themes/todo/index.scss +10 -7
  701. package/themes/todo/index.styl +9 -6
  702. package/themes/todo/struct.json +9 -6
  703. package/themes/vkBase/cssVars/declarations/index.css +11 -8
  704. package/themes/vkBase/cssVars/declarations/noColors.css +11 -8
  705. package/themes/vkBase/cssVars/declarations/noSizes.css +8 -5
  706. package/themes/vkBase/cssVars/declarations/onlyVariables.css +9 -6
  707. package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
  708. package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +9 -6
  709. package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  710. package/themes/vkBase/cssVars/theme/fallbacks/index.css +11 -8
  711. package/themes/vkBase/cssVars/theme/fallbacks/index.less +9 -6
  712. package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +9 -6
  713. package/themes/vkBase/cssVars/theme/fallbacks/index.scss +10 -7
  714. package/themes/vkBase/cssVars/theme/fallbacks/index.styl +9 -6
  715. package/themes/vkBase/cssVars/theme/index.js +18 -6
  716. package/themes/vkBase/cssVars/theme/index.json +18 -6
  717. package/themes/vkBase/docs.json +33 -0
  718. package/themes/vkBase/index.css +11 -8
  719. package/themes/vkBase/index.js +9 -6
  720. package/themes/vkBase/index.json +9 -6
  721. package/themes/vkBase/index.less +9 -6
  722. package/themes/vkBase/index.pcss +9 -6
  723. package/themes/vkBase/index.scss +10 -7
  724. package/themes/vkBase/index.styl +9 -6
  725. package/themes/vkBase/struct.json +9 -6
  726. package/themes/vkBaseDark/cssVars/declarations/index.css +16 -13
  727. package/themes/vkBaseDark/cssVars/declarations/noColors.css +16 -13
  728. package/themes/vkBaseDark/cssVars/declarations/noSizes.css +13 -10
  729. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +14 -11
  730. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  731. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +14 -11
  732. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +5 -0
  733. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +16 -13
  734. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +14 -11
  735. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +14 -11
  736. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +15 -12
  737. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +14 -11
  738. package/themes/vkBaseDark/cssVars/theme/index.js +23 -11
  739. package/themes/vkBaseDark/cssVars/theme/index.json +23 -11
  740. package/themes/vkBaseDark/docs.json +33 -0
  741. package/themes/vkBaseDark/index.css +16 -13
  742. package/themes/vkBaseDark/index.js +14 -11
  743. package/themes/vkBaseDark/index.json +14 -11
  744. package/themes/vkBaseDark/index.less +14 -11
  745. package/themes/vkBaseDark/index.pcss +14 -11
  746. package/themes/vkBaseDark/index.scss +15 -12
  747. package/themes/vkBaseDark/index.styl +14 -11
  748. package/themes/vkBaseDark/struct.json +14 -11
  749. package/themes/vkCom/cssVars/declarations/index.css +11 -8
  750. package/themes/vkCom/cssVars/declarations/noColors.css +11 -8
  751. package/themes/vkCom/cssVars/declarations/noSizes.css +8 -5
  752. package/themes/vkCom/cssVars/declarations/onlyVariables.css +9 -6
  753. package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
  754. package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +9 -6
  755. package/themes/vkCom/cssVars/theme/fallbacks/index.css +11 -8
  756. package/themes/vkCom/cssVars/theme/fallbacks/index.less +9 -6
  757. package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +9 -6
  758. package/themes/vkCom/cssVars/theme/fallbacks/index.scss +10 -7
  759. package/themes/vkCom/cssVars/theme/fallbacks/index.styl +9 -6
  760. package/themes/vkCom/cssVars/theme/index.js +18 -6
  761. package/themes/vkCom/cssVars/theme/index.json +18 -6
  762. package/themes/vkCom/docs.json +33 -0
  763. package/themes/vkCom/index.css +11 -8
  764. package/themes/vkCom/index.js +9 -6
  765. package/themes/vkCom/index.json +9 -6
  766. package/themes/vkCom/index.less +9 -6
  767. package/themes/vkCom/index.pcss +9 -6
  768. package/themes/vkCom/index.scss +10 -7
  769. package/themes/vkCom/index.styl +9 -6
  770. package/themes/vkCom/struct.json +9 -6
  771. package/themes/vkComDark/cssVars/declarations/index.css +16 -13
  772. package/themes/vkComDark/cssVars/declarations/noColors.css +16 -13
  773. package/themes/vkComDark/cssVars/declarations/noSizes.css +13 -10
  774. package/themes/vkComDark/cssVars/declarations/onlyVariables.css +14 -11
  775. package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
  776. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +14 -11
  777. package/themes/vkComDark/cssVars/theme/fallbacks/index.css +16 -13
  778. package/themes/vkComDark/cssVars/theme/fallbacks/index.less +14 -11
  779. package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +14 -11
  780. package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +15 -12
  781. package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +14 -11
  782. package/themes/vkComDark/cssVars/theme/index.js +23 -11
  783. package/themes/vkComDark/cssVars/theme/index.json +23 -11
  784. package/themes/vkComDark/docs.json +33 -0
  785. package/themes/vkComDark/index.css +16 -13
  786. package/themes/vkComDark/index.js +14 -11
  787. package/themes/vkComDark/index.json +14 -11
  788. package/themes/vkComDark/index.less +14 -11
  789. package/themes/vkComDark/index.pcss +14 -11
  790. package/themes/vkComDark/index.scss +15 -12
  791. package/themes/vkComDark/index.styl +14 -11
  792. package/themes/vkComDark/struct.json +14 -11
  793. package/themes/vkIOS/cssVars/declarations/index.css +11 -8
  794. package/themes/vkIOS/cssVars/declarations/noColors.css +11 -8
  795. package/themes/vkIOS/cssVars/declarations/noSizes.css +8 -5
  796. package/themes/vkIOS/cssVars/declarations/onlyVariables.css +9 -6
  797. package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
  798. package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +9 -6
  799. package/themes/vkIOS/cssVars/theme/fallbacks/index.css +11 -8
  800. package/themes/vkIOS/cssVars/theme/fallbacks/index.less +9 -6
  801. package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +9 -6
  802. package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +10 -7
  803. package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +9 -6
  804. package/themes/vkIOS/cssVars/theme/index.js +18 -6
  805. package/themes/vkIOS/cssVars/theme/index.json +18 -6
  806. package/themes/vkIOS/docs.json +33 -0
  807. package/themes/vkIOS/index.css +11 -8
  808. package/themes/vkIOS/index.js +9 -6
  809. package/themes/vkIOS/index.json +9 -6
  810. package/themes/vkIOS/index.less +9 -6
  811. package/themes/vkIOS/index.pcss +9 -6
  812. package/themes/vkIOS/index.scss +10 -7
  813. package/themes/vkIOS/index.styl +9 -6
  814. package/themes/vkIOS/struct.json +9 -6
  815. package/themes/vkIOSDark/cssVars/declarations/index.css +16 -13
  816. package/themes/vkIOSDark/cssVars/declarations/noColors.css +16 -13
  817. package/themes/vkIOSDark/cssVars/declarations/noSizes.css +13 -10
  818. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +14 -11
  819. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  820. package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +14 -11
  821. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +16 -13
  822. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +14 -11
  823. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +14 -11
  824. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +15 -12
  825. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +14 -11
  826. package/themes/vkIOSDark/cssVars/theme/index.js +23 -11
  827. package/themes/vkIOSDark/cssVars/theme/index.json +23 -11
  828. package/themes/vkIOSDark/docs.json +33 -0
  829. package/themes/vkIOSDark/index.css +16 -13
  830. package/themes/vkIOSDark/index.js +14 -11
  831. package/themes/vkIOSDark/index.json +14 -11
  832. package/themes/vkIOSDark/index.less +14 -11
  833. package/themes/vkIOSDark/index.pcss +14 -11
  834. package/themes/vkIOSDark/index.scss +15 -12
  835. package/themes/vkIOSDark/index.styl +14 -11
  836. package/themes/vkIOSDark/struct.json +14 -11
  837. package/themes/vkontakteAndroid/cssVars/declarations/index.css +11 -8
  838. package/themes/vkontakteAndroid/cssVars/declarations/noColors.css +11 -8
  839. package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +8 -5
  840. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +9 -6
  841. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
  842. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +9 -6
  843. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +1 -1
  844. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +11 -8
  845. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +9 -6
  846. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +9 -6
  847. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +10 -7
  848. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +9 -6
  849. package/themes/vkontakteAndroid/cssVars/theme/index.js +18 -6
  850. package/themes/vkontakteAndroid/cssVars/theme/index.json +18 -6
  851. package/themes/vkontakteAndroid/docs.json +33 -0
  852. package/themes/vkontakteAndroid/index.css +11 -8
  853. package/themes/vkontakteAndroid/index.js +9 -6
  854. package/themes/vkontakteAndroid/index.json +9 -6
  855. package/themes/vkontakteAndroid/index.less +9 -6
  856. package/themes/vkontakteAndroid/index.pcss +9 -6
  857. package/themes/vkontakteAndroid/index.scss +10 -7
  858. package/themes/vkontakteAndroid/index.styl +9 -6
  859. package/themes/vkontakteAndroid/struct.json +9 -6
  860. package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +16 -13
  861. package/themes/vkontakteAndroidDark/cssVars/declarations/noColors.css +16 -13
  862. package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +13 -10
  863. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +14 -11
  864. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
  865. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +14 -11
  866. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +1 -1
  867. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +16 -13
  868. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +14 -11
  869. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +14 -11
  870. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +15 -12
  871. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +14 -11
  872. package/themes/vkontakteAndroidDark/cssVars/theme/index.js +23 -11
  873. package/themes/vkontakteAndroidDark/cssVars/theme/index.json +23 -11
  874. package/themes/vkontakteAndroidDark/docs.json +33 -0
  875. package/themes/vkontakteAndroidDark/index.css +16 -13
  876. package/themes/vkontakteAndroidDark/index.js +14 -11
  877. package/themes/vkontakteAndroidDark/index.json +14 -11
  878. package/themes/vkontakteAndroidDark/index.less +14 -11
  879. package/themes/vkontakteAndroidDark/index.pcss +14 -11
  880. package/themes/vkontakteAndroidDark/index.scss +15 -12
  881. package/themes/vkontakteAndroidDark/index.styl +14 -11
  882. package/themes/vkontakteAndroidDark/struct.json +14 -11
  883. package/themes/vkontakteCom/cssVars/declarations/index.css +11 -8
  884. package/themes/vkontakteCom/cssVars/declarations/noColors.css +11 -8
  885. package/themes/vkontakteCom/cssVars/declarations/noSizes.css +8 -5
  886. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +9 -6
  887. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
  888. package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +9 -6
  889. package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocalIncremental.css +1 -1
  890. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +11 -8
  891. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +9 -6
  892. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +9 -6
  893. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +10 -7
  894. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +9 -6
  895. package/themes/vkontakteCom/cssVars/theme/index.js +18 -6
  896. package/themes/vkontakteCom/cssVars/theme/index.json +18 -6
  897. package/themes/vkontakteCom/docs.json +33 -0
  898. package/themes/vkontakteCom/index.css +11 -8
  899. package/themes/vkontakteCom/index.js +9 -6
  900. package/themes/vkontakteCom/index.json +9 -6
  901. package/themes/vkontakteCom/index.less +9 -6
  902. package/themes/vkontakteCom/index.pcss +9 -6
  903. package/themes/vkontakteCom/index.scss +10 -7
  904. package/themes/vkontakteCom/index.styl +9 -6
  905. package/themes/vkontakteCom/struct.json +9 -6
  906. package/themes/vkontakteComDark/cssVars/declarations/index.css +16 -13
  907. package/themes/vkontakteComDark/cssVars/declarations/noColors.css +16 -13
  908. package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +13 -10
  909. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +14 -11
  910. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
  911. package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +14 -11
  912. package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +1 -1
  913. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +16 -13
  914. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +14 -11
  915. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +14 -11
  916. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +15 -12
  917. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +14 -11
  918. package/themes/vkontakteComDark/cssVars/theme/index.js +23 -11
  919. package/themes/vkontakteComDark/cssVars/theme/index.json +23 -11
  920. package/themes/vkontakteComDark/docs.json +33 -0
  921. package/themes/vkontakteComDark/index.css +16 -13
  922. package/themes/vkontakteComDark/index.js +14 -11
  923. package/themes/vkontakteComDark/index.json +14 -11
  924. package/themes/vkontakteComDark/index.less +14 -11
  925. package/themes/vkontakteComDark/index.pcss +14 -11
  926. package/themes/vkontakteComDark/index.scss +15 -12
  927. package/themes/vkontakteComDark/index.styl +14 -11
  928. package/themes/vkontakteComDark/struct.json +14 -11
  929. package/themes/vkontakteIOS/cssVars/declarations/index.css +11 -8
  930. package/themes/vkontakteIOS/cssVars/declarations/noColors.css +11 -8
  931. package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +8 -5
  932. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +9 -6
  933. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
  934. package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +9 -6
  935. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +11 -8
  936. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +9 -6
  937. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +9 -6
  938. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +10 -7
  939. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +9 -6
  940. package/themes/vkontakteIOS/cssVars/theme/index.js +18 -6
  941. package/themes/vkontakteIOS/cssVars/theme/index.json +18 -6
  942. package/themes/vkontakteIOS/docs.json +33 -0
  943. package/themes/vkontakteIOS/index.css +11 -8
  944. package/themes/vkontakteIOS/index.js +9 -6
  945. package/themes/vkontakteIOS/index.json +9 -6
  946. package/themes/vkontakteIOS/index.less +9 -6
  947. package/themes/vkontakteIOS/index.pcss +9 -6
  948. package/themes/vkontakteIOS/index.scss +10 -7
  949. package/themes/vkontakteIOS/index.styl +9 -6
  950. package/themes/vkontakteIOS/struct.json +9 -6
  951. package/themes/vkontakteIOSDark/cssVars/declarations/index.css +16 -13
  952. package/themes/vkontakteIOSDark/cssVars/declarations/noColors.css +16 -13
  953. package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +13 -10
  954. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +14 -11
  955. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  956. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +14 -11
  957. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +1 -1
  958. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +16 -13
  959. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +14 -11
  960. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +14 -11
  961. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +15 -12
  962. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +14 -11
  963. package/themes/vkontakteIOSDark/cssVars/theme/index.js +23 -11
  964. package/themes/vkontakteIOSDark/cssVars/theme/index.json +23 -11
  965. package/themes/vkontakteIOSDark/docs.json +33 -0
  966. package/themes/vkontakteIOSDark/index.css +16 -13
  967. package/themes/vkontakteIOSDark/index.js +14 -11
  968. package/themes/vkontakteIOSDark/index.json +14 -11
  969. package/themes/vkontakteIOSDark/index.less +14 -11
  970. package/themes/vkontakteIOSDark/index.pcss +14 -11
  971. package/themes/vkontakteIOSDark/index.scss +15 -12
  972. package/themes/vkontakteIOSDark/index.styl +14 -11
  973. package/themes/vkontakteIOSDark/struct.json +14 -11
  974. package/themes/workspaceAdmin/cssVars/declarations/index.css +11 -8
  975. package/themes/workspaceAdmin/cssVars/declarations/noColors.css +11 -8
  976. package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +8 -5
  977. package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +9 -6
  978. package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +2 -2
  979. package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +9 -6
  980. package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  981. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +11 -8
  982. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +9 -6
  983. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +9 -6
  984. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +10 -7
  985. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +9 -6
  986. package/themes/workspaceAdmin/cssVars/theme/index.js +18 -6
  987. package/themes/workspaceAdmin/cssVars/theme/index.json +18 -6
  988. package/themes/workspaceAdmin/docs.json +33 -0
  989. package/themes/workspaceAdmin/index.css +11 -8
  990. package/themes/workspaceAdmin/index.js +9 -6
  991. package/themes/workspaceAdmin/index.json +9 -6
  992. package/themes/workspaceAdmin/index.less +9 -6
  993. package/themes/workspaceAdmin/index.pcss +9 -6
  994. package/themes/workspaceAdmin/index.scss +10 -7
  995. package/themes/workspaceAdmin/index.styl +9 -6
  996. package/themes/workspaceAdmin/struct.json +9 -6
  997. package/themes/workspaceLandings/cssVars/declarations/index.css +11 -8
  998. package/themes/workspaceLandings/cssVars/declarations/noColors.css +11 -8
  999. package/themes/workspaceLandings/cssVars/declarations/noSizes.css +8 -5
  1000. package/themes/workspaceLandings/cssVars/declarations/onlyVariables.css +9 -6
  1001. package/themes/workspaceLandings/cssVars/declarations/onlyVariables.js +2 -2
  1002. package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocal.css +9 -6
  1003. package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -6
  1004. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.css +11 -8
  1005. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.less +9 -6
  1006. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.pcss +9 -6
  1007. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.scss +10 -7
  1008. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.styl +9 -6
  1009. package/themes/workspaceLandings/cssVars/theme/index.js +18 -6
  1010. package/themes/workspaceLandings/cssVars/theme/index.json +18 -6
  1011. package/themes/workspaceLandings/docs.json +33 -0
  1012. package/themes/workspaceLandings/index.css +11 -8
  1013. package/themes/workspaceLandings/index.js +9 -6
  1014. package/themes/workspaceLandings/index.json +9 -6
  1015. package/themes/workspaceLandings/index.less +9 -6
  1016. package/themes/workspaceLandings/index.pcss +9 -6
  1017. package/themes/workspaceLandings/index.scss +10 -7
  1018. package/themes/workspaceLandings/index.styl +9 -6
  1019. package/themes/workspaceLandings/struct.json +9 -6
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * camelCase -> snake_case
3
3
  */
4
+ export declare const SIZE_SUB_GROUP = "[0-9][X,S,M,L][s,m,l]{0,1}(?=([A-Z]|[0-9][A-Z]|$))";
4
5
  export declare function convertCamelToSnake(str: string): string;
@@ -1,10 +1,13 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.convertCamelToSnake = void 0;
4
2
  /**
5
3
  * camelCase -> snake_case
6
4
  */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.convertCamelToSnake = exports.SIZE_SUB_GROUP = void 0;
7
+ // 2Xs, 3Xs, 4S
8
+ exports.SIZE_SUB_GROUP = '[0-9][X,S,M,L][s,m,l]{0,1}(?=([A-Z]|[0-9][A-Z]|$))';
9
+ var REPLACE_REGEXP = new RegExp("(".concat(exports.SIZE_SUB_GROUP, "|[A-Z])"), 'g');
7
10
  function convertCamelToSnake(str) {
8
- return str.replace(/([A-Z])/g, function (letter) { return "_".concat(letter.toLowerCase()); }).replace(/^_/, '');
11
+ return str.replace(REPLACE_REGEXP, function (letter) { return "_".concat(letter.toLowerCase()); }).replace(/^_/, '');
9
12
  }
10
13
  exports.convertCamelToSnake = convertCamelToSnake;
@@ -15,8 +15,15 @@ var convertCamelToSnake_1 = require("./convertCamelToSnake");
15
15
  (0, globals_1.it)('should convert two words string', function () {
16
16
  (0, globals_1.expect)((0, convertCamelToSnake_1.convertCamelToSnake)('desktopS')).toBe('desktop_s');
17
17
  });
18
+ (0, globals_1.it)('should convert two words string with number prefix', function () {
19
+ (0, globals_1.expect)((0, convertCamelToSnake_1.convertCamelToSnake)('desktop3S')).toBe('desktop_3s');
20
+ });
18
21
  (0, globals_1.it)('should convert many words string', function () {
19
- (0, globals_1.expect)((0, convertCamelToSnake_1.convertCamelToSnake)('helloWorldMyFriend')).toBe('hello_world_my_friend');
22
+ (0, globals_1.expect)((0, convertCamelToSnake_1.convertCamelToSnake)('hello1SWorldMy2XsFriend3Xs')).toBe('hello_1s_world_my_2xs_friend_3xs');
23
+ (0, globals_1.expect)((0, convertCamelToSnake_1.convertCamelToSnake)('sizeGridColumn1X2')).toBe('size_grid_column1_x2');
24
+ (0, globals_1.expect)((0, convertCamelToSnake_1.convertCamelToSnake)('size2XsRegular2L')).toBe('size_2xs_regular_2l');
25
+ (0, globals_1.expect)((0, convertCamelToSnake_1.convertCamelToSnake)('fontCaption2Caps')).toBe('font_caption2_caps');
26
+ (0, globals_1.expect)((0, convertCamelToSnake_1.convertCamelToSnake)('searchCaption2MailSans')).toBe('search_caption2_mail_sans');
20
27
  });
21
28
  (0, globals_1.it)('should convert special case 1', function () {
22
29
  (0, globals_1.expect)((0, convertCamelToSnake_1.convertCamelToSnake)('octaviusShadowLetterList')).toBe('octavius_shadow_letter_list');
@@ -1,10 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.unCamelcasify = void 0;
4
+ var convertCamelToSnake_1 = require("./convertCamelToSnake");
5
+ // 2Xs, 3Xs, 4S
6
+ var REPLACE_REGEXP = new RegExp("(?:^\\w|".concat(convertCamelToSnake_1.SIZE_SUB_GROUP, "|[A-Z]|\\b\\w)"), 'g');
4
7
  function unCamelcasify(str, delimeter) {
5
8
  if (delimeter === void 0) { delimeter = '-'; }
6
- return str.replace(/(?:^\w|[A-Z]|\b\w)/g, function (letter, index) {
7
- return "".concat(index === 0 ? '' : delimeter).concat(letter.toLowerCase());
8
- });
9
+ return str
10
+ .replace(REPLACE_REGEXP, function (letter) { return "".concat(delimeter).concat(letter.toLowerCase()); })
11
+ .replace(new RegExp("^".concat(delimeter)), '');
9
12
  }
10
13
  exports.unCamelcasify = unCamelcasify;
@@ -12,7 +12,12 @@ var unCamelcasify_1 = require("./unCamelcasify");
12
12
  (0, globals_1.it)('should convert two words string', function () {
13
13
  (0, globals_1.expect)((0, unCamelcasify_1.unCamelcasify)('desktopS')).toBe('desktop-s');
14
14
  });
15
+ (0, globals_1.it)('should convert two words string with number prefix', function () {
16
+ (0, globals_1.expect)((0, unCamelcasify_1.unCamelcasify)('desktop3S')).toBe('desktop-3s');
17
+ });
15
18
  (0, globals_1.it)('should convert many words string', function () {
16
- (0, globals_1.expect)((0, unCamelcasify_1.unCamelcasify)('helloWorldMyFriend')).toBe('hello-world-my-friend');
19
+ (0, globals_1.expect)((0, unCamelcasify_1.unCamelcasify)('hello1SWorldMy2XsFriend3Xs')).toBe('hello-1s-world-my-2xs-friend-3xs');
20
+ (0, globals_1.expect)((0, unCamelcasify_1.unCamelcasify)('sizeGridColumn1X2')).toBe('size-grid-column1-x2');
21
+ (0, globals_1.expect)((0, unCamelcasify_1.unCamelcasify)('size2Xs3Regular2L')).not.toBe('size-2x-3regular-2l');
17
22
  });
18
23
  });
@@ -368,6 +368,16 @@ export interface Sizes {
368
368
  sizeBorder3x: number;
369
369
  }
370
370
  export interface SpacingSizes {
371
+ /**
372
+ * @desc Стандартный токен размера 3xs для отступов
373
+ * @tags size
374
+ */
375
+ spacingSize3Xs: number;
376
+ /**
377
+ * @desc Стандартный токен размера 2xs для отступов
378
+ * @tags size
379
+ */
380
+ spacingSize2Xs: number;
371
381
  /**
372
382
  * @desc Стандартный токен размера xs для отступов
373
383
  * @tags size
@@ -393,4 +403,9 @@ export interface SpacingSizes {
393
403
  * @tags size
394
404
  */
395
405
  spacingSizeXl: number;
406
+ /**
407
+ * @desc Стандартный токен размера 2xl для отступов
408
+ * @tags size
409
+ */
410
+ spacingSize2Xl: number;
396
411
  }
@@ -5,72 +5,20 @@ import { Font } from '../../general/typography';
5
5
  import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
6
6
  export type MediaViewportsTuple = ['touch', 'tablet', 'desktopS', 'desktopM'];
7
7
  interface ProjectColors {
8
- /**
9
- * @desc Акцентный цвет проекта auto.mail.ru
10
- * @tags color
11
- */
12
8
  colorPrimaryAuto: ColorWithStates;
13
- /**
14
- * @desc Основной акцентный цвет. Используют проекты news.mail.ru, sportmail.ru, pogoda.mail.ru
15
- * @tags color
16
- */
17
9
  colorPrimaryBase: ColorWithStates;
18
- /**
19
- * @desc Акцентный цвет проекта deti.mail.ru
20
- * @tags color
21
- */
22
10
  colorPrimaryDeti: ColorWithStates;
23
- /**
24
- * @desc Акцентный цвет проекта dobro.mail.ru
25
- * @tags color
26
- */
27
11
  colorPrimaryDobro: ColorWithStates;
28
- /**
29
- * @desc Акцентный цвет проекта health.mail.ru
30
- * @tags color, lagacy
31
- */
32
12
  colorPrimaryHealth: ColorWithStates;
33
- /**
34
- * @desc Альтернативный акцентный цвет проекта health.mail.ru
35
- * @tags color, lagacy
36
- */
37
13
  colorPrimaryHealthNew: ColorWithStates;
38
- /**
39
- * @desc Акцентный цвет проекта hi-tech.mail.ru
40
- * @tags color
41
- */
42
14
  colorPrimaryHitech: ColorWithStates;
43
- /**
44
- * @desc Акцентный цвет проекта kino.mail.ru
45
- * @tags color
46
- */
47
15
  colorPrimaryKino: ColorWithStates;
48
- /**
49
- * @desc Акцентный цвет проекта lady.mail.ru
50
- * @tags color
51
- */
52
16
  colorPrimaryLady: ColorWithStates;
53
17
  colorPrimaryMycom: ColorWithStates;
54
- /**
55
- * @desc Акцентный цвет проекта dom.mail.ru
56
- * @tags color
57
- */
58
18
  colorPrimaryRealty: ColorWithStates;
59
19
  colorPrimaryPharma: ColorWithStates;
60
- /**
61
- * @desc Акцентный цвет проекта pets.mail.ru
62
- * @tags color
63
- */
64
20
  colorPrimaryPets: ColorWithStates;
65
- /**
66
- * @desc Второстепенный акцентный цвет. Используют проекты news.mail.ru, sportmail.ru, pogoda.mail.ru
67
- * @tags color
68
- */
69
21
  colorSecondaryBase: ColorWithStates;
70
- /**
71
- * @desc Альтернативный акцентный цвет проекта health.mail.ru
72
- * @tags color, lagacy
73
- */
74
22
  colorSecondaryHealth: ColorWithStates;
75
23
  colorSecondaryMycom: ColorWithStates;
76
24
  }
@@ -90,120 +38,34 @@ type SocialColorsDescriptions = {
90
38
  [key in keyof SocialColors]: ColorDescription;
91
39
  };
92
40
  interface MediaUniqTokens {
93
- /**
94
- * @desc Заголовок h1
95
- * @tags font
96
- */
41
+ mediaFontMediaHeader: Adaptive<Font>;
97
42
  mediaFontMediaTitle1: Adaptive<Font>;
98
- /**
99
- * @desc Заголовок h2
100
- * @tags font
101
- */
102
43
  mediaFontMediaTitle2: Adaptive<Font>;
103
- /**
104
- * @desc Заголовок h3
105
- * @tags font
106
- */
107
44
  mediaFontMediaTitle3: Adaptive<Font>;
108
- /**
109
- * @desc Заголовок h4
110
- * @tags font
111
- */
112
- mediaFontMediaTitle4: Adaptive<Font>;
113
- /**
114
- * @desc Заголовок h5
115
- * @tags font
116
- */
117
- mediaFontMediaTitle5: Adaptive<Font>;
118
- /**
119
- * @desc Заголовок h6
120
- * @tags font
121
- */
122
- mediaFontMediaTitle6: Adaptive<Font>;
123
- /**
124
- * @desc Лид статьи
125
- * @tags font
126
- */
127
45
  mediaFontMediaLead: Adaptive<Font>;
128
- /**
129
- * @desc Цитата или другой врез
130
- * @tags font
131
- */
132
- mediaFontMediaQuote: Adaptive<Font>;
133
- /**
134
- * @desc Автор цитаты
135
- * @tags font
136
- */
137
- mediaFontMediaQuotePerson: Adaptive<Font>;
138
- /**
139
- * @desc Параграф статьи
140
- * @tags font
141
- */
142
46
  mediaFontMediaParagraph: Adaptive<Font>;
143
- /**
144
- * @desc Второстепенный блок текста
145
- * @tags font
146
- */
147
- mediaFontMediaParagraphSecondary: Adaptive<Font>;
148
- /**
149
- * @desc Второстепенный текст
150
- * @tags font
151
- */
152
- mediaFontMediaTextSecondaryLight: Adaptive<Font>;
153
- /**
154
- * @desc Подпись под блоком статьи
155
- * @tags font
156
- */
157
- mediaFontMediaCaption: Adaptive<Font>;
158
- /**
159
- * @desc Подпись под блоком статьи заглавными буквами
160
- * @tags font
161
- */
162
- mediaFontMediaCaptionCaps: Adaptive<Font>;
163
- /**
164
- * @desc Семейство шрифтов статьи
165
- * @tags font
166
- */
167
47
  fontFamilyArticle: Property.FontFamily;
48
+ fontWeightArticle1: Property.FontWeight;
49
+ fontWeightArticle2: Property.FontWeight;
168
50
  fontH1: Adaptive<Font>;
169
51
  fontH2: Adaptive<Font>;
170
52
  fontH3: Adaptive<Font>;
171
53
  fontH4: Adaptive<Font>;
172
- /**
173
- * @desc Ширина колонки страницы
174
- * @tags size, component
175
- */
54
+ fontLead: Adaptive<Font>;
55
+ fontArticleBody: Adaptive<Font>;
56
+ fontSpecificText: Adaptive<Font>;
57
+ fontSpecificFootnote: Adaptive<Font>;
58
+ fontSpecificButton: Adaptive<Font>;
176
59
  gridWrapperContent: Adaptive<number | string>;
177
- /**
178
- * @desc Ширина основной колонки контента
179
- * @tags size, component
180
- */
181
60
  gridMainContent: Adaptive<number | string>;
182
- /**
183
- * @desc Ширина sidebar
184
- * @tags size, component
185
- */
186
61
  gridAsideContent: Adaptive<number | string>;
187
- /**
188
- * @desc
189
- * @tags size, component
190
- */
191
62
  gridColumnX2: Adaptive<string | number>;
192
- /**
193
- * @desc
194
- * @tags size, component
195
- */
196
63
  gridColumnX3: Adaptive<string | number>;
197
- /**
198
- * @desc
199
- * @tags size, component
200
- */
201
64
  gridColumnX4: Adaptive<string | number>;
202
- /**
203
- * @desc
204
- * @tags size, component
205
- */
206
65
  gridColumnX6: Adaptive<string | number>;
66
+ gridContent: Adaptive<number | string>;
67
+ gridLayoutArticle: Adaptive<string | number>;
68
+ gridLayoutBanner: Adaptive<string | number>;
207
69
  }
208
70
  export interface ThemeMedia extends ParadigmTheme<MediaViewportsTuple>, ProjectColors, SocialColors, MediaUniqTokens {
209
71
  }
@@ -203,6 +203,15 @@ export interface LocalOctaviusColorsDescriptionStruct {
203
203
  octaviusColorBackgroundNegativeTintAlpha: ColorDescription;
204
204
  octaviusColorBackgroundPositiveTintAlpha: ColorDescription;
205
205
  octaviusColorButtonBackgroundContrastAlpha: ColorDescription;
206
+ octaviusColorSnackbarIconPositive: ColorDescription;
207
+ octaviusColorSnackbarIconNegative: ColorDescription;
208
+ octaviusColorSnackbarIconAccent: ColorDescription;
209
+ octaviusColorSnackbarIconSecondary: ColorDescription;
210
+ octaviusColorSnackbarIconWarning: ColorDescription;
211
+ octaviusColorSnackbarTextAccent: ColorDescription;
212
+ octaviusColorSnackbarTextContrast: ColorDescription;
213
+ octaviusColorSnackbarBackground: ColorDescription;
214
+ octaviusColorSnackbarTransparent: ColorDescription;
206
215
  }
207
216
  export type OctaviusLocalColors = {
208
217
  [key in keyof LocalOctaviusColorsDescriptionStruct]: ColorWithStates;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/vkui-tokens",
3
- "version": "4.43.2-dev-78ebf3.0",
3
+ "version": "4.44.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "license": "MIT",
6
6
  "homepage": "https://vkcom.github.io/vkui-tokens",
@@ -53,19 +53,19 @@
53
53
  "@types/react": "18.2.55",
54
54
  "@types/react-dom": "18.2.19",
55
55
  "@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.2.0",
56
- "@vkontakte/icons": "2.95.0",
56
+ "@vkontakte/icons": "2.108.0",
57
57
  "@vkontakte/prettier-config": "0.1.0",
58
- "@vkontakte/vk-bridge": "2.12.2",
58
+ "@vkontakte/vk-bridge": "2.14.1",
59
59
  "@vkontakte/vkjs": "1.1.1",
60
60
  "@vkontakte/vkui": "6.0.0",
61
61
  "babel-jest": "29.7.0",
62
62
  "babel-loader": "9.1.3",
63
63
  "clean-webpack-plugin": "4.0.0",
64
- "clsx": "2.0.0",
64
+ "clsx": "2.1.0",
65
65
  "color": "4.2.3",
66
66
  "common-tags": "1.8.2",
67
67
  "copy-webpack-plugin": "12.0.2",
68
- "css-loader": "6.8.1",
68
+ "css-loader": "7.1.1",
69
69
  "css.escape": "1.5.1",
70
70
  "eslint": "8.56.0",
71
71
  "eslint-config-prettier": "9.1.0",
@@ -84,13 +84,13 @@
84
84
  "husky": "9.0.11",
85
85
  "jest": "29.7.0",
86
86
  "jest-junit": "16.0.0",
87
- "lint-staged": "15.2.0",
87
+ "lint-staged": "15.2.2",
88
88
  "lodash": "4.17.21",
89
89
  "prettier": "3.2.5",
90
90
  "react": "18.2.0",
91
91
  "react-dom": "18.2.0",
92
92
  "rimraf": "5.0.5",
93
- "style-loader": "3.3.3",
93
+ "style-loader": "4.0.0",
94
94
  "terser-webpack-plugin": "5.3.10",
95
95
  "ts-jest": "29.1.2",
96
96
  "ts-loader": "9.5.1",
@@ -101,9 +101,9 @@
101
101
  "type-fest": "4.10.2",
102
102
  "typescript": "5.2.2",
103
103
  "typescript-eslint": "7.0.1",
104
- "webpack": "5.90.1",
104
+ "webpack": "5.91.0",
105
105
  "webpack-cli": "5.1.4",
106
- "webpack-dev-server": "4.15.1",
106
+ "webpack-dev-server": "5.0.4",
107
107
  "webpack-notifier": "1.15.0"
108
108
  },
109
109
  "engines": {
@@ -296,7 +296,7 @@ exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, export
296
296
  },
297
297
  compact: {
298
298
  fontSize: 22,
299
- lineHeight: 24,
299
+ lineHeight: 22,
300
300
  fontFamily: fontFamilyAccent,
301
301
  fontWeight: fontWeightAccent1,
302
302
  },
@@ -632,7 +632,7 @@ exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, export
632
632
  regular: 0.33,
633
633
  },
634
634
  // Стандартные токены для отступов
635
- spacingSizeXs: 4, spacingSizeS: 6, spacingSizeM: 8, spacingSizeL: 10, spacingSizeXl: 12,
635
+ spacingSize3Xs: 2, spacingSize2Xs: 4, spacingSizeXs: 6, spacingSizeS: 8, spacingSizeM: 12, spacingSizeL: 16, spacingSizeXl: 20, spacingSize2Xl: 24,
636
636
  // Прочие отступы
637
637
  elevation1: '0 2px 6px 0 rgba(0, 16, 61, 0.08), 0 1px 2px 0 rgba(0, 16, 61, 0.08)', elevation1InvertY: '0 -2px 6px 0 rgba(0, 16, 61, 0.08), 0 -1px 2px 0 rgba(0, 16, 61, 0.08)', elevation2: '0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 16, 61, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06)', elevation3: '0 0 6px 0 rgba(0, 16, 61, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06), 0 6px 20px 0 rgba(0, 16, 61, 0.06), 0 10px 36px 0 rgba(0, 16, 61, 0.08)', elevation4: '0 2px 6px 0 rgba(0, 16, 61, 0.06), 0 16px 48px 0 rgba(0, 16, 61, 0.08), 0 24px 68px 0 rgba(0, 16, 61, 0.16)', gradientBlack: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)('#000000', 0.4), gradientWhite: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)('#FFFFFF'), gradientTint: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)(colorBackgroundTertiaryLight), gradient: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)('#FFFFFF'), animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', animationEasingPlatform: 'cubic-bezier(0.3, 0.3, 0.5, 1)', opacityDisable: 0.48, opacityDisableAccessibility: 0.64, zIndexModal: 99, zIndexPopout: 100 });
638
638
  var x05 = common_1.helpers.x05, x1 = common_1.helpers.x1, x2 = common_1.helpers.x2, x3 = common_1.helpers.x3, x4 = common_1.helpers.x4, x5 = common_1.helpers.x5, x6 = common_1.helpers.x6, x8 = common_1.helpers.x8, x10 = common_1.helpers.x10;
@@ -241,12 +241,11 @@ exports.darkGradient = {
241
241
  gradient: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)(vk_json_1.default.dark.background.background_content),
242
242
  };
243
243
  exports.darkElevation = {
244
- // TODO: Тени (Поправить для Dark)
245
- elevation1: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)',
246
- elevation1InvertY: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06)',
247
- elevation2: '0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)',
248
- elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)',
249
- elevation4: '0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)',
244
+ elevation1: '0px 0px 2px 0px rgba(0, 0, 0, 0.10), 0px 2px 2px 0px rgba(0, 0, 0, 0.20)',
245
+ elevation1InvertY: '0px 0px 2px 0px rgba(0, 0, 0, 0.10), 0px -2px 2px 0px rgba(0, 0, 0, 0.20)',
246
+ elevation2: '0px 4px 8px 0px rgba(0, 0, 0, 0.15), 0px 0px 4px 0px rgba(0, 0, 0, 0.20)',
247
+ elevation3: '0px 0px 2px 0px rgba(0, 0, 0, 0.30), 0px 4px 16px 0px rgba(0, 0, 0, 0.30)',
248
+ elevation4: '0px 0px 8px 0px rgba(0, 0, 0, 0.10), 0px 16px 16px 0px rgba(0, 0, 0, 0.20)',
250
249
  };
251
250
  exports.fonts = {
252
251
  // Типографика
@@ -292,7 +291,7 @@ exports.fonts = {
292
291
  fontDisplayTitle4: {
293
292
  regular: {
294
293
  fontSize: 17,
295
- lineHeight: 24,
294
+ lineHeight: 22,
296
295
  fontFamily: fontFamilyAccent,
297
296
  fontWeight: fontWeightAccent1,
298
297
  },
@@ -620,7 +619,7 @@ exports.lightTheme = __assign(__assign(__assign(__assign(__assign({ themeName: '
620
619
  regular: 0.33,
621
620
  },
622
621
  // Стандартные токены для отступов
623
- spacingSizeXs: 4, spacingSizeS: 6, spacingSizeM: 8, spacingSizeL: 10, spacingSizeXl: 12,
622
+ spacingSize3Xs: 2, spacingSize2Xs: 4, spacingSizeXs: 6, spacingSizeS: 8, spacingSizeM: 12, spacingSizeL: 16, spacingSizeXl: 20, spacingSize2Xl: 24,
624
623
  // Разное
625
624
  animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', animationEasingPlatform: 'cubic-bezier(0.4, 0, 0.2, 1)', opacityDisable: 0.4, opacityDisableAccessibility: 0.64, zIndexModal: 99, zIndexPopout: 100 });
626
625
  exports.darkTheme = __assign(__assign(__assign(__assign(__assign({}, exports.lightTheme), exports.darkColors), exports.darkGradient), exports.darkElevation), { themeName: 'vkBaseDark', themeInheritsFrom: 'vkBase', colorsScheme: 'dark' });
@@ -18,7 +18,7 @@
18
18
  --vkui--font_display_title2--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
19
19
  --vkui--font_display_title2--font_weight--regular: 500;
20
20
  --vkui--font_display_title2--font_size--compact: 22px;
21
- --vkui--font_display_title2--line_height--compact: 24px;
21
+ --vkui--font_display_title2--line_height--compact: 22px;
22
22
  --vkui--font_display_title2--font_family--compact: MailSans, Helvetica, Arial, sans-serif;
23
23
  --vkui--font_display_title2--font_weight--compact: 500;
24
24
  --vkui--font_display_title3--font_size--regular: 19px;
@@ -254,11 +254,14 @@
254
254
  --vkui--size_border1x--regular: 1px;
255
255
  --vkui--size_border2x--regular: 0.5px;
256
256
  --vkui--size_border3x--regular: 0.33px;
257
- --vkui--spacing_size_xs: 4px;
258
- --vkui--spacing_size_s: 6px;
259
- --vkui--spacing_size_m: 8px;
260
- --vkui--spacing_size_l: 10px;
261
- --vkui--spacing_size_xl: 12px;
257
+ --vkui--spacing_size_3xs: 2px;
258
+ --vkui--spacing_size_2xs: 4px;
259
+ --vkui--spacing_size_xs: 6px;
260
+ --vkui--spacing_size_s: 8px;
261
+ --vkui--spacing_size_m: 12px;
262
+ --vkui--spacing_size_l: 16px;
263
+ --vkui--spacing_size_xl: 20px;
264
+ --vkui--spacing_size_2xl: 24px;
262
265
  --vkui--elevation1: 0 2px 6px 0 rgba(0, 16, 61, 0.08), 0 1px 2px 0 rgba(0, 16, 61, 0.08);
263
266
  --vkui--elevation1_invert_y: 0 -2px 6px 0 rgba(0, 16, 61, 0.08), 0 -1px 2px 0 rgba(0, 16, 61, 0.08);
264
267
  --vkui--elevation2: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 16, 61, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
@@ -1173,8 +1176,8 @@
1173
1176
  .vkui--font_display_title2--compact {
1174
1177
  font-size: 22px;
1175
1178
  font-size: var(--vkui--font_display_title2--font_size--compact, 22px);
1176
- line-height: 24px;
1177
- line-height: var(--vkui--font_display_title2--line_height--compact, 24px);
1179
+ line-height: 22px;
1180
+ line-height: var(--vkui--font_display_title2--line_height--compact, 22px);
1178
1181
  font-family: MailSans, Helvetica, Arial, sans-serif;
1179
1182
  font-family: var(--vkui--font_display_title2--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
1180
1183
  font-weight: 500;
@@ -18,7 +18,7 @@
18
18
  --vkui--font_display_title2--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
19
19
  --vkui--font_display_title2--font_weight--regular: 500;
20
20
  --vkui--font_display_title2--font_size--compact: 22px;
21
- --vkui--font_display_title2--line_height--compact: 24px;
21
+ --vkui--font_display_title2--line_height--compact: 22px;
22
22
  --vkui--font_display_title2--font_family--compact: MailSans, Helvetica, Arial, sans-serif;
23
23
  --vkui--font_display_title2--font_weight--compact: 500;
24
24
  --vkui--font_display_title3--font_size--regular: 19px;
@@ -254,11 +254,14 @@
254
254
  --vkui--size_border1x--regular: 1px;
255
255
  --vkui--size_border2x--regular: 0.5px;
256
256
  --vkui--size_border3x--regular: 0.33px;
257
- --vkui--spacing_size_xs: 4px;
258
- --vkui--spacing_size_s: 6px;
259
- --vkui--spacing_size_m: 8px;
260
- --vkui--spacing_size_l: 10px;
261
- --vkui--spacing_size_xl: 12px;
257
+ --vkui--spacing_size_3xs: 2px;
258
+ --vkui--spacing_size_2xs: 4px;
259
+ --vkui--spacing_size_xs: 6px;
260
+ --vkui--spacing_size_s: 8px;
261
+ --vkui--spacing_size_m: 12px;
262
+ --vkui--spacing_size_l: 16px;
263
+ --vkui--spacing_size_xl: 20px;
264
+ --vkui--spacing_size_2xl: 24px;
262
265
  --vkui--elevation1: 0 2px 6px 0 rgba(0, 16, 61, 0.08), 0 1px 2px 0 rgba(0, 16, 61, 0.08);
263
266
  --vkui--elevation1_invert_y: 0 -2px 6px 0 rgba(0, 16, 61, 0.08), 0 -1px 2px 0 rgba(0, 16, 61, 0.08);
264
267
  --vkui--elevation2: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 16, 61, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
@@ -434,8 +437,8 @@
434
437
  .vkui--font_display_title2--compact {
435
438
  font-size: 22px;
436
439
  font-size: var(--vkui--font_display_title2--font_size--compact, 22px);
437
- line-height: 24px;
438
- line-height: var(--vkui--font_display_title2--line_height--compact, 24px);
440
+ line-height: 22px;
441
+ line-height: var(--vkui--font_display_title2--line_height--compact, 22px);
439
442
  font-family: MailSans, Helvetica, Arial, sans-serif;
440
443
  font-family: var(--vkui--font_display_title2--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
441
444
  font-weight: 500;
@@ -1,10 +1,13 @@
1
1
  :root {
2
2
  --vkui--theme_name: 'calendar';
3
- --vkui--spacing_size_xs: 4px;
4
- --vkui--spacing_size_s: 6px;
5
- --vkui--spacing_size_m: 8px;
6
- --vkui--spacing_size_l: 10px;
7
- --vkui--spacing_size_xl: 12px;
3
+ --vkui--spacing_size_3xs: 2px;
4
+ --vkui--spacing_size_2xs: 4px;
5
+ --vkui--spacing_size_xs: 6px;
6
+ --vkui--spacing_size_s: 8px;
7
+ --vkui--spacing_size_m: 12px;
8
+ --vkui--spacing_size_l: 16px;
9
+ --vkui--spacing_size_xl: 20px;
10
+ --vkui--spacing_size_2xl: 24px;
8
11
  --vkui--elevation1: 0 2px 6px 0 rgba(0, 16, 61, 0.08), 0 1px 2px 0 rgba(0, 16, 61, 0.08);
9
12
  --vkui--elevation1_invert_y: 0 -2px 6px 0 rgba(0, 16, 61, 0.08), 0 -1px 2px 0 rgba(0, 16, 61, 0.08);
10
13
  --vkui--elevation2: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 16, 61, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
@@ -18,7 +18,7 @@
18
18
  --vkui--font_display_title2--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
19
19
  --vkui--font_display_title2--font_weight--regular: 500;
20
20
  --vkui--font_display_title2--font_size--compact: 22px;
21
- --vkui--font_display_title2--line_height--compact: 24px;
21
+ --vkui--font_display_title2--line_height--compact: 22px;
22
22
  --vkui--font_display_title2--font_family--compact: MailSans, Helvetica, Arial, sans-serif;
23
23
  --vkui--font_display_title2--font_weight--compact: 500;
24
24
  --vkui--font_display_title3--font_size--regular: 19px;
@@ -254,11 +254,14 @@
254
254
  --vkui--size_border1x--regular: 1px;
255
255
  --vkui--size_border2x--regular: 0.5px;
256
256
  --vkui--size_border3x--regular: 0.33px;
257
- --vkui--spacing_size_xs: 4px;
258
- --vkui--spacing_size_s: 6px;
259
- --vkui--spacing_size_m: 8px;
260
- --vkui--spacing_size_l: 10px;
261
- --vkui--spacing_size_xl: 12px;
257
+ --vkui--spacing_size_3xs: 2px;
258
+ --vkui--spacing_size_2xs: 4px;
259
+ --vkui--spacing_size_xs: 6px;
260
+ --vkui--spacing_size_s: 8px;
261
+ --vkui--spacing_size_m: 12px;
262
+ --vkui--spacing_size_l: 16px;
263
+ --vkui--spacing_size_xl: 20px;
264
+ --vkui--spacing_size_2xl: 24px;
262
265
  --vkui--elevation1: 0 2px 6px 0 rgba(0, 16, 61, 0.08), 0 1px 2px 0 rgba(0, 16, 61, 0.08);
263
266
  --vkui--elevation1_invert_y: 0 -2px 6px 0 rgba(0, 16, 61, 0.08), 0 -1px 2px 0 rgba(0, 16, 61, 0.08);
264
267
  --vkui--elevation2: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 16, 61, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);