@vkontakte/vkui-tokens 4.37.0 → 4.38.1

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 (1056) hide show
  1. package/README.md +2 -1
  2. package/build/compilers/cssVars/helpers/getVarString.d.ts +1 -1
  3. package/build/compilers/cssVars/helpers/getVarString.js +2 -2
  4. package/build/compilers/index.js +5 -1
  5. package/build/compilers/styles/helpers/tokenRecognition.d.ts +5 -5
  6. package/build/compilers/styles/helpers/tokenRecognition.js +2 -1
  7. package/build/helpers/getGradientPointsFromColor.d.ts +1 -1
  8. package/build/themeProcessors/expandColors/mixColors.d.ts +1 -1
  9. package/build/themeProcessors/pixelifyValues/pixelifyValues.js +2 -2
  10. package/build/themeProcessors/pixelifyValues/pixelifyValues.test.js +29 -0
  11. package/interfaces/general/animations/index.d.ts +1 -1
  12. package/interfaces/general/colors/index.d.ts +26 -16
  13. package/interfaces/general/elevation/index.d.ts +1 -1
  14. package/interfaces/general/geometry/index.d.ts +15 -0
  15. package/interfaces/general/index.d.ts +3 -4
  16. package/interfaces/general/typography/index.d.ts +1 -1
  17. package/interfaces/namespaces/paradigm/index.d.ts +1 -1
  18. package/interfaces/themes/calendar/index.d.ts +1 -1
  19. package/interfaces/themes/media/index.d.ts +1 -1
  20. package/interfaces/themes/mycom/index.d.ts +1 -1
  21. package/interfaces/themes/octavius/index.d.ts +1 -1
  22. package/interfaces/themes/portalUI/index.d.ts +1 -1
  23. package/interfaces/themes/promo/index.d.ts +1 -1
  24. package/interfaces/themes/pulse/index.d.ts +1 -1
  25. package/interfaces/themes/search/index.d.ts +1 -1
  26. package/package.json +18 -6
  27. package/themeDescriptions/base/paradigm.js +19 -7
  28. package/themeDescriptions/base/vk.js +28 -12
  29. package/themes/calendar/cssVars/declarations/index.css +26 -14
  30. package/themes/calendar/cssVars/declarations/noColors.css +8 -5
  31. package/themes/calendar/cssVars/declarations/noSizes.css +20 -14
  32. package/themes/calendar/cssVars/declarations/onlyColors.css +15 -9
  33. package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
  34. package/themes/calendar/cssVars/declarations/onlyMedia.css +3 -0
  35. package/themes/calendar/cssVars/declarations/onlyVariables.css +23 -14
  36. package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
  37. package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +23 -14
  38. package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  39. package/themes/calendar/cssVars/theme/fallbacks/index.css +23 -14
  40. package/themes/calendar/cssVars/theme/fallbacks/index.less +23 -14
  41. package/themes/calendar/cssVars/theme/fallbacks/index.pcss +23 -14
  42. package/themes/calendar/cssVars/theme/fallbacks/index.scss +23 -14
  43. package/themes/calendar/cssVars/theme/fallbacks/index.styl +23 -14
  44. package/themes/calendar/cssVars/theme/index.js +105 -47
  45. package/themes/calendar/cssVars/theme/index.json +105 -47
  46. package/themes/calendar/docs.json +95 -35
  47. package/themes/calendar/index.css +23 -14
  48. package/themes/calendar/index.js +39 -20
  49. package/themes/calendar/index.json +39 -20
  50. package/themes/calendar/index.less +23 -14
  51. package/themes/calendar/index.pcss +23 -14
  52. package/themes/calendar/index.scss +23 -14
  53. package/themes/calendar/index.styl +23 -14
  54. package/themes/calendar/struct.json +39 -20
  55. package/themes/calendarDark/cssVars/declarations/index.css +21 -9
  56. package/themes/calendarDark/cssVars/declarations/noColors.css +3 -0
  57. package/themes/calendarDark/cssVars/declarations/noSizes.css +15 -9
  58. package/themes/calendarDark/cssVars/declarations/onlyColors.css +15 -9
  59. package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
  60. package/themes/calendarDark/cssVars/declarations/onlyMedia.css +3 -0
  61. package/themes/calendarDark/cssVars/declarations/onlyVariables.css +18 -9
  62. package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
  63. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  64. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
  65. package/themes/calendarDark/cssVars/theme/fallbacks/index.css +18 -9
  66. package/themes/calendarDark/cssVars/theme/fallbacks/index.less +18 -9
  67. package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +18 -9
  68. package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +18 -9
  69. package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +18 -9
  70. package/themes/calendarDark/cssVars/theme/index.js +100 -42
  71. package/themes/calendarDark/cssVars/theme/index.json +100 -42
  72. package/themes/calendarDark/docs.json +95 -35
  73. package/themes/calendarDark/index.css +18 -9
  74. package/themes/calendarDark/index.js +34 -15
  75. package/themes/calendarDark/index.json +34 -15
  76. package/themes/calendarDark/index.less +18 -9
  77. package/themes/calendarDark/index.pcss +18 -9
  78. package/themes/calendarDark/index.scss +18 -9
  79. package/themes/calendarDark/index.styl +18 -9
  80. package/themes/calendarDark/struct.json +34 -15
  81. package/themes/calls/cssVars/declarations/index.css +21 -9
  82. package/themes/calls/cssVars/declarations/noColors.css +3 -0
  83. package/themes/calls/cssVars/declarations/noSizes.css +15 -9
  84. package/themes/calls/cssVars/declarations/onlyColors.css +15 -9
  85. package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
  86. package/themes/calls/cssVars/declarations/onlyMedia.css +3 -0
  87. package/themes/calls/cssVars/declarations/onlyVariables.css +18 -9
  88. package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
  89. package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +18 -9
  90. package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
  91. package/themes/calls/cssVars/theme/fallbacks/index.css +18 -9
  92. package/themes/calls/cssVars/theme/fallbacks/index.less +18 -9
  93. package/themes/calls/cssVars/theme/fallbacks/index.pcss +18 -9
  94. package/themes/calls/cssVars/theme/fallbacks/index.scss +18 -9
  95. package/themes/calls/cssVars/theme/fallbacks/index.styl +18 -9
  96. package/themes/calls/cssVars/theme/index.js +100 -42
  97. package/themes/calls/cssVars/theme/index.json +100 -42
  98. package/themes/calls/docs.json +95 -35
  99. package/themes/calls/index.css +18 -9
  100. package/themes/calls/index.js +34 -15
  101. package/themes/calls/index.json +34 -15
  102. package/themes/calls/index.less +18 -9
  103. package/themes/calls/index.pcss +18 -9
  104. package/themes/calls/index.scss +18 -9
  105. package/themes/calls/index.styl +18 -9
  106. package/themes/calls/struct.json +34 -15
  107. package/themes/cloud/cssVars/declarations/index.css +22 -10
  108. package/themes/cloud/cssVars/declarations/noColors.css +4 -1
  109. package/themes/cloud/cssVars/declarations/noSizes.css +16 -10
  110. package/themes/cloud/cssVars/declarations/onlyColors.css +15 -9
  111. package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
  112. package/themes/cloud/cssVars/declarations/onlyMedia.css +3 -0
  113. package/themes/cloud/cssVars/declarations/onlyVariables.css +19 -10
  114. package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
  115. package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +19 -10
  116. package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +19 -10
  117. package/themes/cloud/cssVars/theme/fallbacks/index.css +19 -10
  118. package/themes/cloud/cssVars/theme/fallbacks/index.less +19 -10
  119. package/themes/cloud/cssVars/theme/fallbacks/index.pcss +19 -10
  120. package/themes/cloud/cssVars/theme/fallbacks/index.scss +19 -10
  121. package/themes/cloud/cssVars/theme/fallbacks/index.styl +19 -10
  122. package/themes/cloud/cssVars/theme/index.js +101 -43
  123. package/themes/cloud/cssVars/theme/index.json +101 -43
  124. package/themes/cloud/docs.json +95 -35
  125. package/themes/cloud/index.css +19 -10
  126. package/themes/cloud/index.js +35 -16
  127. package/themes/cloud/index.json +35 -16
  128. package/themes/cloud/index.less +19 -10
  129. package/themes/cloud/index.pcss +19 -10
  130. package/themes/cloud/index.scss +19 -10
  131. package/themes/cloud/index.styl +19 -10
  132. package/themes/cloud/struct.json +35 -16
  133. package/themes/cloudDark/cssVars/declarations/index.css +21 -9
  134. package/themes/cloudDark/cssVars/declarations/noColors.css +3 -0
  135. package/themes/cloudDark/cssVars/declarations/noSizes.css +15 -9
  136. package/themes/cloudDark/cssVars/declarations/onlyColors.css +15 -9
  137. package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
  138. package/themes/cloudDark/cssVars/declarations/onlyMedia.css +3 -0
  139. package/themes/cloudDark/cssVars/declarations/onlyVariables.css +18 -9
  140. package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
  141. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  142. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
  143. package/themes/cloudDark/cssVars/theme/fallbacks/index.css +18 -9
  144. package/themes/cloudDark/cssVars/theme/fallbacks/index.less +18 -9
  145. package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +18 -9
  146. package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +18 -9
  147. package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +18 -9
  148. package/themes/cloudDark/cssVars/theme/index.js +100 -42
  149. package/themes/cloudDark/cssVars/theme/index.json +100 -42
  150. package/themes/cloudDark/docs.json +95 -35
  151. package/themes/cloudDark/index.css +18 -9
  152. package/themes/cloudDark/index.js +34 -15
  153. package/themes/cloudDark/index.json +34 -15
  154. package/themes/cloudDark/index.less +18 -9
  155. package/themes/cloudDark/index.pcss +18 -9
  156. package/themes/cloudDark/index.scss +18 -9
  157. package/themes/cloudDark/index.styl +18 -9
  158. package/themes/cloudDark/struct.json +34 -15
  159. package/themes/home/cssVars/declarations/index.css +23 -11
  160. package/themes/home/cssVars/declarations/noColors.css +5 -2
  161. package/themes/home/cssVars/declarations/noSizes.css +17 -11
  162. package/themes/home/cssVars/declarations/onlyColors.css +15 -9
  163. package/themes/home/cssVars/declarations/onlyColors.js +2 -2
  164. package/themes/home/cssVars/declarations/onlyMedia.css +3 -0
  165. package/themes/home/cssVars/declarations/onlyVariables.css +20 -11
  166. package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
  167. package/themes/home/cssVars/declarations/onlyVariablesLocal.css +20 -11
  168. package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +20 -11
  169. package/themes/home/cssVars/theme/fallbacks/index.css +20 -11
  170. package/themes/home/cssVars/theme/fallbacks/index.less +20 -11
  171. package/themes/home/cssVars/theme/fallbacks/index.pcss +20 -11
  172. package/themes/home/cssVars/theme/fallbacks/index.scss +20 -11
  173. package/themes/home/cssVars/theme/fallbacks/index.styl +20 -11
  174. package/themes/home/cssVars/theme/index.js +102 -44
  175. package/themes/home/cssVars/theme/index.json +102 -44
  176. package/themes/home/docs.json +95 -35
  177. package/themes/home/index.css +20 -11
  178. package/themes/home/index.js +36 -17
  179. package/themes/home/index.json +36 -17
  180. package/themes/home/index.less +20 -11
  181. package/themes/home/index.pcss +20 -11
  182. package/themes/home/index.scss +20 -11
  183. package/themes/home/index.styl +20 -11
  184. package/themes/home/struct.json +36 -17
  185. package/themes/homeDark/cssVars/declarations/index.css +21 -9
  186. package/themes/homeDark/cssVars/declarations/noColors.css +3 -0
  187. package/themes/homeDark/cssVars/declarations/noSizes.css +15 -9
  188. package/themes/homeDark/cssVars/declarations/onlyColors.css +15 -9
  189. package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
  190. package/themes/homeDark/cssVars/declarations/onlyMedia.css +3 -0
  191. package/themes/homeDark/cssVars/declarations/onlyVariables.css +18 -9
  192. package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
  193. package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  194. package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
  195. package/themes/homeDark/cssVars/theme/fallbacks/index.css +18 -9
  196. package/themes/homeDark/cssVars/theme/fallbacks/index.less +18 -9
  197. package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +18 -9
  198. package/themes/homeDark/cssVars/theme/fallbacks/index.scss +18 -9
  199. package/themes/homeDark/cssVars/theme/fallbacks/index.styl +18 -9
  200. package/themes/homeDark/cssVars/theme/index.js +100 -42
  201. package/themes/homeDark/cssVars/theme/index.json +100 -42
  202. package/themes/homeDark/docs.json +95 -35
  203. package/themes/homeDark/index.css +18 -9
  204. package/themes/homeDark/index.js +34 -15
  205. package/themes/homeDark/index.json +34 -15
  206. package/themes/homeDark/index.less +18 -9
  207. package/themes/homeDark/index.pcss +18 -9
  208. package/themes/homeDark/index.scss +18 -9
  209. package/themes/homeDark/index.styl +18 -9
  210. package/themes/homeDark/struct.json +34 -15
  211. package/themes/media/cssVars/declarations/index.css +25 -13
  212. package/themes/media/cssVars/declarations/noColors.css +7 -4
  213. package/themes/media/cssVars/declarations/noSizes.css +19 -13
  214. package/themes/media/cssVars/declarations/onlyColors.css +15 -9
  215. package/themes/media/cssVars/declarations/onlyColors.js +2 -2
  216. package/themes/media/cssVars/declarations/onlyMedia.css +3 -0
  217. package/themes/media/cssVars/declarations/onlyVariables.css +22 -13
  218. package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
  219. package/themes/media/cssVars/declarations/onlyVariablesLocal.css +22 -13
  220. package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -13
  221. package/themes/media/cssVars/theme/fallbacks/index.css +22 -13
  222. package/themes/media/cssVars/theme/fallbacks/index.less +22 -13
  223. package/themes/media/cssVars/theme/fallbacks/index.pcss +22 -13
  224. package/themes/media/cssVars/theme/fallbacks/index.scss +22 -13
  225. package/themes/media/cssVars/theme/fallbacks/index.styl +22 -13
  226. package/themes/media/cssVars/theme/index.js +104 -46
  227. package/themes/media/cssVars/theme/index.json +104 -46
  228. package/themes/media/docs.json +95 -35
  229. package/themes/media/index.css +22 -13
  230. package/themes/media/index.js +38 -19
  231. package/themes/media/index.json +38 -19
  232. package/themes/media/index.less +22 -13
  233. package/themes/media/index.pcss +22 -13
  234. package/themes/media/index.scss +22 -13
  235. package/themes/media/index.styl +22 -13
  236. package/themes/media/struct.json +38 -19
  237. package/themes/mediaDark/cssVars/declarations/index.css +25 -13
  238. package/themes/mediaDark/cssVars/declarations/noColors.css +7 -4
  239. package/themes/mediaDark/cssVars/declarations/noSizes.css +19 -13
  240. package/themes/mediaDark/cssVars/declarations/onlyColors.css +15 -9
  241. package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
  242. package/themes/mediaDark/cssVars/declarations/onlyMedia.css +3 -0
  243. package/themes/mediaDark/cssVars/declarations/onlyVariables.css +22 -13
  244. package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
  245. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +22 -13
  246. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -13
  247. package/themes/mediaDark/cssVars/theme/fallbacks/index.css +22 -13
  248. package/themes/mediaDark/cssVars/theme/fallbacks/index.less +22 -13
  249. package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +22 -13
  250. package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +22 -13
  251. package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +22 -13
  252. package/themes/mediaDark/cssVars/theme/index.js +104 -46
  253. package/themes/mediaDark/cssVars/theme/index.json +104 -46
  254. package/themes/mediaDark/docs.json +95 -35
  255. package/themes/mediaDark/index.css +22 -13
  256. package/themes/mediaDark/index.js +38 -19
  257. package/themes/mediaDark/index.json +38 -19
  258. package/themes/mediaDark/index.less +22 -13
  259. package/themes/mediaDark/index.pcss +22 -13
  260. package/themes/mediaDark/index.scss +22 -13
  261. package/themes/mediaDark/index.styl +22 -13
  262. package/themes/mediaDark/struct.json +38 -19
  263. package/themes/mycom/cssVars/declarations/index.css +25 -13
  264. package/themes/mycom/cssVars/declarations/noColors.css +7 -4
  265. package/themes/mycom/cssVars/declarations/noSizes.css +19 -13
  266. package/themes/mycom/cssVars/declarations/onlyColors.css +15 -9
  267. package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
  268. package/themes/mycom/cssVars/declarations/onlyMedia.css +3 -0
  269. package/themes/mycom/cssVars/declarations/onlyVariables.css +22 -13
  270. package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
  271. package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +22 -13
  272. package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -13
  273. package/themes/mycom/cssVars/theme/fallbacks/index.css +22 -13
  274. package/themes/mycom/cssVars/theme/fallbacks/index.less +22 -13
  275. package/themes/mycom/cssVars/theme/fallbacks/index.pcss +22 -13
  276. package/themes/mycom/cssVars/theme/fallbacks/index.scss +22 -13
  277. package/themes/mycom/cssVars/theme/fallbacks/index.styl +22 -13
  278. package/themes/mycom/cssVars/theme/index.js +104 -46
  279. package/themes/mycom/cssVars/theme/index.json +104 -46
  280. package/themes/mycom/docs.json +95 -35
  281. package/themes/mycom/index.css +22 -13
  282. package/themes/mycom/index.js +38 -19
  283. package/themes/mycom/index.json +38 -19
  284. package/themes/mycom/index.less +22 -13
  285. package/themes/mycom/index.pcss +22 -13
  286. package/themes/mycom/index.scss +22 -13
  287. package/themes/mycom/index.styl +22 -13
  288. package/themes/mycom/struct.json +38 -19
  289. package/themes/octavius/cssVars/declarations/index.css +26 -14
  290. package/themes/octavius/cssVars/declarations/noColors.css +8 -5
  291. package/themes/octavius/cssVars/declarations/noSizes.css +20 -14
  292. package/themes/octavius/cssVars/declarations/onlyColors.css +15 -9
  293. package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
  294. package/themes/octavius/cssVars/declarations/onlyMedia.css +3 -0
  295. package/themes/octavius/cssVars/declarations/onlyVariables.css +23 -14
  296. package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
  297. package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +23 -14
  298. package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  299. package/themes/octavius/cssVars/theme/fallbacks/index.css +23 -14
  300. package/themes/octavius/cssVars/theme/fallbacks/index.less +23 -14
  301. package/themes/octavius/cssVars/theme/fallbacks/index.pcss +23 -14
  302. package/themes/octavius/cssVars/theme/fallbacks/index.scss +23 -14
  303. package/themes/octavius/cssVars/theme/fallbacks/index.styl +23 -14
  304. package/themes/octavius/cssVars/theme/index.js +105 -47
  305. package/themes/octavius/cssVars/theme/index.json +105 -47
  306. package/themes/octavius/docs.json +95 -35
  307. package/themes/octavius/index.css +23 -14
  308. package/themes/octavius/index.js +39 -20
  309. package/themes/octavius/index.json +39 -20
  310. package/themes/octavius/index.less +23 -14
  311. package/themes/octavius/index.pcss +23 -14
  312. package/themes/octavius/index.scss +23 -14
  313. package/themes/octavius/index.styl +23 -14
  314. package/themes/octavius/struct.json +39 -20
  315. package/themes/octaviusCompact/cssVars/declarations/index.css +26 -14
  316. package/themes/octaviusCompact/cssVars/declarations/noColors.css +8 -5
  317. package/themes/octaviusCompact/cssVars/declarations/noSizes.css +20 -14
  318. package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +15 -9
  319. package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
  320. package/themes/octaviusCompact/cssVars/declarations/onlyMedia.css +3 -0
  321. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +23 -14
  322. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
  323. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +23 -14
  324. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  325. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +23 -14
  326. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +23 -14
  327. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +23 -14
  328. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +23 -14
  329. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +23 -14
  330. package/themes/octaviusCompact/cssVars/theme/index.js +105 -47
  331. package/themes/octaviusCompact/cssVars/theme/index.json +105 -47
  332. package/themes/octaviusCompact/docs.json +95 -35
  333. package/themes/octaviusCompact/index.css +23 -14
  334. package/themes/octaviusCompact/index.js +39 -20
  335. package/themes/octaviusCompact/index.json +39 -20
  336. package/themes/octaviusCompact/index.less +23 -14
  337. package/themes/octaviusCompact/index.pcss +23 -14
  338. package/themes/octaviusCompact/index.scss +23 -14
  339. package/themes/octaviusCompact/index.styl +23 -14
  340. package/themes/octaviusCompact/struct.json +39 -20
  341. package/themes/octaviusCompactDark/cssVars/declarations/index.css +26 -14
  342. package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +8 -5
  343. package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +20 -14
  344. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +15 -9
  345. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
  346. package/themes/octaviusCompactDark/cssVars/declarations/onlyMedia.css +3 -0
  347. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +23 -14
  348. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
  349. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +23 -14
  350. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  351. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +23 -14
  352. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +23 -14
  353. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +23 -14
  354. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +23 -14
  355. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +23 -14
  356. package/themes/octaviusCompactDark/cssVars/theme/index.js +105 -47
  357. package/themes/octaviusCompactDark/cssVars/theme/index.json +105 -47
  358. package/themes/octaviusCompactDark/docs.json +95 -35
  359. package/themes/octaviusCompactDark/index.css +23 -14
  360. package/themes/octaviusCompactDark/index.js +39 -20
  361. package/themes/octaviusCompactDark/index.json +39 -20
  362. package/themes/octaviusCompactDark/index.less +23 -14
  363. package/themes/octaviusCompactDark/index.pcss +23 -14
  364. package/themes/octaviusCompactDark/index.scss +23 -14
  365. package/themes/octaviusCompactDark/index.styl +23 -14
  366. package/themes/octaviusCompactDark/struct.json +39 -20
  367. package/themes/octaviusDark/cssVars/declarations/index.css +21 -9
  368. package/themes/octaviusDark/cssVars/declarations/noColors.css +3 -0
  369. package/themes/octaviusDark/cssVars/declarations/noSizes.css +15 -9
  370. package/themes/octaviusDark/cssVars/declarations/onlyColors.css +15 -9
  371. package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
  372. package/themes/octaviusDark/cssVars/declarations/onlyMedia.css +3 -0
  373. package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +18 -9
  374. package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
  375. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  376. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
  377. package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +18 -9
  378. package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +18 -9
  379. package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +18 -9
  380. package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +18 -9
  381. package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +18 -9
  382. package/themes/octaviusDark/cssVars/theme/index.js +100 -42
  383. package/themes/octaviusDark/cssVars/theme/index.json +100 -42
  384. package/themes/octaviusDark/docs.json +95 -35
  385. package/themes/octaviusDark/index.css +18 -9
  386. package/themes/octaviusDark/index.js +34 -15
  387. package/themes/octaviusDark/index.json +34 -15
  388. package/themes/octaviusDark/index.less +18 -9
  389. package/themes/octaviusDark/index.pcss +18 -9
  390. package/themes/octaviusDark/index.scss +18 -9
  391. package/themes/octaviusDark/index.styl +18 -9
  392. package/themes/octaviusDark/struct.json +34 -15
  393. package/themes/octaviusVK/cssVars/declarations/index.css +26 -14
  394. package/themes/octaviusVK/cssVars/declarations/noColors.css +8 -5
  395. package/themes/octaviusVK/cssVars/declarations/noSizes.css +20 -14
  396. package/themes/octaviusVK/cssVars/declarations/onlyColors.css +15 -9
  397. package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
  398. package/themes/octaviusVK/cssVars/declarations/onlyMedia.css +3 -0
  399. package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +23 -14
  400. package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
  401. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +23 -14
  402. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  403. package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +23 -14
  404. package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +23 -14
  405. package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +23 -14
  406. package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +23 -14
  407. package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +23 -14
  408. package/themes/octaviusVK/cssVars/theme/index.js +105 -47
  409. package/themes/octaviusVK/cssVars/theme/index.json +105 -47
  410. package/themes/octaviusVK/docs.json +95 -35
  411. package/themes/octaviusVK/index.css +23 -14
  412. package/themes/octaviusVK/index.js +39 -20
  413. package/themes/octaviusVK/index.json +39 -20
  414. package/themes/octaviusVK/index.less +23 -14
  415. package/themes/octaviusVK/index.pcss +23 -14
  416. package/themes/octaviusVK/index.scss +23 -14
  417. package/themes/octaviusVK/index.styl +23 -14
  418. package/themes/octaviusVK/struct.json +39 -20
  419. package/themes/octaviusVKDark/cssVars/declarations/index.css +26 -14
  420. package/themes/octaviusVKDark/cssVars/declarations/noColors.css +8 -5
  421. package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +20 -14
  422. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +15 -9
  423. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
  424. package/themes/octaviusVKDark/cssVars/declarations/onlyMedia.css +3 -0
  425. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +23 -14
  426. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
  427. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +23 -14
  428. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  429. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +23 -14
  430. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +23 -14
  431. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +23 -14
  432. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +23 -14
  433. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +23 -14
  434. package/themes/octaviusVKDark/cssVars/theme/index.js +105 -47
  435. package/themes/octaviusVKDark/cssVars/theme/index.json +105 -47
  436. package/themes/octaviusVKDark/docs.json +95 -35
  437. package/themes/octaviusVKDark/index.css +23 -14
  438. package/themes/octaviusVKDark/index.js +39 -20
  439. package/themes/octaviusVKDark/index.json +39 -20
  440. package/themes/octaviusVKDark/index.less +23 -14
  441. package/themes/octaviusVKDark/index.pcss +23 -14
  442. package/themes/octaviusVKDark/index.scss +23 -14
  443. package/themes/octaviusVKDark/index.styl +23 -14
  444. package/themes/octaviusVKDark/struct.json +39 -20
  445. package/themes/octaviusWhite/cssVars/declarations/index.css +26 -14
  446. package/themes/octaviusWhite/cssVars/declarations/noColors.css +8 -5
  447. package/themes/octaviusWhite/cssVars/declarations/noSizes.css +20 -14
  448. package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +15 -9
  449. package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
  450. package/themes/octaviusWhite/cssVars/declarations/onlyMedia.css +3 -0
  451. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +23 -14
  452. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
  453. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +23 -14
  454. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  455. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +23 -14
  456. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +23 -14
  457. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +23 -14
  458. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +23 -14
  459. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +23 -14
  460. package/themes/octaviusWhite/cssVars/theme/index.js +105 -47
  461. package/themes/octaviusWhite/cssVars/theme/index.json +105 -47
  462. package/themes/octaviusWhite/docs.json +95 -35
  463. package/themes/octaviusWhite/index.css +23 -14
  464. package/themes/octaviusWhite/index.js +39 -20
  465. package/themes/octaviusWhite/index.json +39 -20
  466. package/themes/octaviusWhite/index.less +23 -14
  467. package/themes/octaviusWhite/index.pcss +23 -14
  468. package/themes/octaviusWhite/index.scss +23 -14
  469. package/themes/octaviusWhite/index.styl +23 -14
  470. package/themes/octaviusWhite/struct.json +39 -20
  471. package/themes/otvet/cssVars/declarations/index.css +26 -14
  472. package/themes/otvet/cssVars/declarations/noColors.css +8 -5
  473. package/themes/otvet/cssVars/declarations/noSizes.css +20 -14
  474. package/themes/otvet/cssVars/declarations/onlyColors.css +15 -9
  475. package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
  476. package/themes/otvet/cssVars/declarations/onlyMedia.css +3 -0
  477. package/themes/otvet/cssVars/declarations/onlyVariables.css +23 -14
  478. package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
  479. package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +23 -14
  480. package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  481. package/themes/otvet/cssVars/theme/fallbacks/index.css +23 -14
  482. package/themes/otvet/cssVars/theme/fallbacks/index.less +23 -14
  483. package/themes/otvet/cssVars/theme/fallbacks/index.pcss +23 -14
  484. package/themes/otvet/cssVars/theme/fallbacks/index.scss +23 -14
  485. package/themes/otvet/cssVars/theme/fallbacks/index.styl +23 -14
  486. package/themes/otvet/cssVars/theme/index.js +105 -47
  487. package/themes/otvet/cssVars/theme/index.json +105 -47
  488. package/themes/otvet/docs.json +95 -35
  489. package/themes/otvet/index.css +23 -14
  490. package/themes/otvet/index.js +39 -20
  491. package/themes/otvet/index.json +39 -20
  492. package/themes/otvet/index.less +23 -14
  493. package/themes/otvet/index.pcss +23 -14
  494. package/themes/otvet/index.scss +23 -14
  495. package/themes/otvet/index.styl +23 -14
  496. package/themes/otvet/struct.json +39 -20
  497. package/themes/otvetDark/cssVars/declarations/index.css +26 -14
  498. package/themes/otvetDark/cssVars/declarations/noColors.css +8 -5
  499. package/themes/otvetDark/cssVars/declarations/noSizes.css +20 -14
  500. package/themes/otvetDark/cssVars/declarations/onlyColors.css +15 -9
  501. package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
  502. package/themes/otvetDark/cssVars/declarations/onlyMedia.css +3 -0
  503. package/themes/otvetDark/cssVars/declarations/onlyVariables.css +23 -14
  504. package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
  505. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +23 -14
  506. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  507. package/themes/otvetDark/cssVars/theme/fallbacks/index.css +23 -14
  508. package/themes/otvetDark/cssVars/theme/fallbacks/index.less +23 -14
  509. package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +23 -14
  510. package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +23 -14
  511. package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +23 -14
  512. package/themes/otvetDark/cssVars/theme/index.js +105 -47
  513. package/themes/otvetDark/cssVars/theme/index.json +105 -47
  514. package/themes/otvetDark/docs.json +95 -35
  515. package/themes/otvetDark/index.css +23 -14
  516. package/themes/otvetDark/index.js +39 -20
  517. package/themes/otvetDark/index.json +39 -20
  518. package/themes/otvetDark/index.less +23 -14
  519. package/themes/otvetDark/index.pcss +23 -14
  520. package/themes/otvetDark/index.scss +23 -14
  521. package/themes/otvetDark/index.styl +23 -14
  522. package/themes/otvetDark/struct.json +39 -20
  523. package/themes/paradigmBase/cssVars/declarations/index.css +26 -14
  524. package/themes/paradigmBase/cssVars/declarations/noColors.css +8 -5
  525. package/themes/paradigmBase/cssVars/declarations/noSizes.css +20 -14
  526. package/themes/paradigmBase/cssVars/declarations/onlyColors.css +15 -9
  527. package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
  528. package/themes/paradigmBase/cssVars/declarations/onlyMedia.css +3 -0
  529. package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +23 -14
  530. package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
  531. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +23 -14
  532. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  533. package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +23 -14
  534. package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +23 -14
  535. package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +23 -14
  536. package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +23 -14
  537. package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +23 -14
  538. package/themes/paradigmBase/cssVars/theme/index.js +105 -47
  539. package/themes/paradigmBase/cssVars/theme/index.json +105 -47
  540. package/themes/paradigmBase/docs.json +95 -35
  541. package/themes/paradigmBase/index.css +23 -14
  542. package/themes/paradigmBase/index.js +39 -20
  543. package/themes/paradigmBase/index.json +39 -20
  544. package/themes/paradigmBase/index.less +23 -14
  545. package/themes/paradigmBase/index.pcss +23 -14
  546. package/themes/paradigmBase/index.scss +23 -14
  547. package/themes/paradigmBase/index.styl +23 -14
  548. package/themes/paradigmBase/struct.json +39 -20
  549. package/themes/paradigmBaseDark/cssVars/declarations/index.css +21 -9
  550. package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +3 -0
  551. package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +15 -9
  552. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +15 -9
  553. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
  554. package/themes/paradigmBaseDark/cssVars/declarations/onlyMedia.css +3 -0
  555. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +18 -9
  556. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  557. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  558. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
  559. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +18 -9
  560. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +18 -9
  561. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +18 -9
  562. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +18 -9
  563. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +18 -9
  564. package/themes/paradigmBaseDark/cssVars/theme/index.js +100 -42
  565. package/themes/paradigmBaseDark/cssVars/theme/index.json +100 -42
  566. package/themes/paradigmBaseDark/docs.json +95 -35
  567. package/themes/paradigmBaseDark/index.css +18 -9
  568. package/themes/paradigmBaseDark/index.js +34 -15
  569. package/themes/paradigmBaseDark/index.json +34 -15
  570. package/themes/paradigmBaseDark/index.less +18 -9
  571. package/themes/paradigmBaseDark/index.pcss +18 -9
  572. package/themes/paradigmBaseDark/index.scss +18 -9
  573. package/themes/paradigmBaseDark/index.styl +18 -9
  574. package/themes/paradigmBaseDark/struct.json +34 -15
  575. package/themes/pharma/cssVars/declarations/index.css +25 -13
  576. package/themes/pharma/cssVars/declarations/noColors.css +7 -4
  577. package/themes/pharma/cssVars/declarations/noSizes.css +19 -13
  578. package/themes/pharma/cssVars/declarations/onlyColors.css +15 -9
  579. package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
  580. package/themes/pharma/cssVars/declarations/onlyMedia.css +3 -0
  581. package/themes/pharma/cssVars/declarations/onlyVariables.css +22 -13
  582. package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
  583. package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +22 -13
  584. package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -13
  585. package/themes/pharma/cssVars/theme/fallbacks/index.css +22 -13
  586. package/themes/pharma/cssVars/theme/fallbacks/index.less +22 -13
  587. package/themes/pharma/cssVars/theme/fallbacks/index.pcss +22 -13
  588. package/themes/pharma/cssVars/theme/fallbacks/index.scss +22 -13
  589. package/themes/pharma/cssVars/theme/fallbacks/index.styl +22 -13
  590. package/themes/pharma/cssVars/theme/index.js +104 -46
  591. package/themes/pharma/cssVars/theme/index.json +104 -46
  592. package/themes/pharma/docs.json +95 -35
  593. package/themes/pharma/index.css +22 -13
  594. package/themes/pharma/index.js +38 -19
  595. package/themes/pharma/index.json +38 -19
  596. package/themes/pharma/index.less +22 -13
  597. package/themes/pharma/index.pcss +22 -13
  598. package/themes/pharma/index.scss +22 -13
  599. package/themes/pharma/index.styl +22 -13
  600. package/themes/pharma/struct.json +38 -19
  601. package/themes/portalUI/cssVars/declarations/index.css +26 -14
  602. package/themes/portalUI/cssVars/declarations/noColors.css +8 -5
  603. package/themes/portalUI/cssVars/declarations/noSizes.css +20 -14
  604. package/themes/portalUI/cssVars/declarations/onlyColors.css +15 -9
  605. package/themes/portalUI/cssVars/declarations/onlyColors.js +2 -2
  606. package/themes/portalUI/cssVars/declarations/onlyMedia.css +3 -0
  607. package/themes/portalUI/cssVars/declarations/onlyVariables.css +23 -14
  608. package/themes/portalUI/cssVars/declarations/onlyVariables.js +2 -2
  609. package/themes/portalUI/cssVars/declarations/onlyVariablesLocal.css +23 -14
  610. package/themes/portalUI/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  611. package/themes/portalUI/cssVars/theme/fallbacks/index.css +23 -14
  612. package/themes/portalUI/cssVars/theme/fallbacks/index.less +23 -14
  613. package/themes/portalUI/cssVars/theme/fallbacks/index.pcss +23 -14
  614. package/themes/portalUI/cssVars/theme/fallbacks/index.scss +23 -14
  615. package/themes/portalUI/cssVars/theme/fallbacks/index.styl +23 -14
  616. package/themes/portalUI/cssVars/theme/index.js +105 -47
  617. package/themes/portalUI/cssVars/theme/index.json +105 -47
  618. package/themes/portalUI/docs.json +95 -35
  619. package/themes/portalUI/index.css +23 -14
  620. package/themes/portalUI/index.js +39 -20
  621. package/themes/portalUI/index.json +39 -20
  622. package/themes/portalUI/index.less +23 -14
  623. package/themes/portalUI/index.pcss +23 -14
  624. package/themes/portalUI/index.scss +23 -14
  625. package/themes/portalUI/index.styl +23 -14
  626. package/themes/portalUI/struct.json +39 -20
  627. package/themes/portalUIDark/cssVars/declarations/index.css +21 -9
  628. package/themes/portalUIDark/cssVars/declarations/noColors.css +3 -0
  629. package/themes/portalUIDark/cssVars/declarations/noSizes.css +15 -9
  630. package/themes/portalUIDark/cssVars/declarations/onlyColors.css +15 -9
  631. package/themes/portalUIDark/cssVars/declarations/onlyColors.js +2 -2
  632. package/themes/portalUIDark/cssVars/declarations/onlyMedia.css +3 -0
  633. package/themes/portalUIDark/cssVars/declarations/onlyVariables.css +18 -9
  634. package/themes/portalUIDark/cssVars/declarations/onlyVariables.js +2 -2
  635. package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  636. package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
  637. package/themes/portalUIDark/cssVars/theme/fallbacks/index.css +18 -9
  638. package/themes/portalUIDark/cssVars/theme/fallbacks/index.less +18 -9
  639. package/themes/portalUIDark/cssVars/theme/fallbacks/index.pcss +18 -9
  640. package/themes/portalUIDark/cssVars/theme/fallbacks/index.scss +18 -9
  641. package/themes/portalUIDark/cssVars/theme/fallbacks/index.styl +18 -9
  642. package/themes/portalUIDark/cssVars/theme/index.js +100 -42
  643. package/themes/portalUIDark/cssVars/theme/index.json +100 -42
  644. package/themes/portalUIDark/docs.json +95 -35
  645. package/themes/portalUIDark/index.css +18 -9
  646. package/themes/portalUIDark/index.js +34 -15
  647. package/themes/portalUIDark/index.json +34 -15
  648. package/themes/portalUIDark/index.less +18 -9
  649. package/themes/portalUIDark/index.pcss +18 -9
  650. package/themes/portalUIDark/index.scss +18 -9
  651. package/themes/portalUIDark/index.styl +18 -9
  652. package/themes/portalUIDark/struct.json +34 -15
  653. package/themes/promo/cssVars/declarations/index.css +26 -14
  654. package/themes/promo/cssVars/declarations/noColors.css +8 -5
  655. package/themes/promo/cssVars/declarations/noSizes.css +20 -14
  656. package/themes/promo/cssVars/declarations/onlyColors.css +15 -9
  657. package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
  658. package/themes/promo/cssVars/declarations/onlyMedia.css +3 -0
  659. package/themes/promo/cssVars/declarations/onlyVariables.css +23 -14
  660. package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
  661. package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +23 -14
  662. package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  663. package/themes/promo/cssVars/theme/fallbacks/index.css +23 -14
  664. package/themes/promo/cssVars/theme/fallbacks/index.less +23 -14
  665. package/themes/promo/cssVars/theme/fallbacks/index.pcss +23 -14
  666. package/themes/promo/cssVars/theme/fallbacks/index.scss +23 -14
  667. package/themes/promo/cssVars/theme/fallbacks/index.styl +23 -14
  668. package/themes/promo/cssVars/theme/index.js +105 -47
  669. package/themes/promo/cssVars/theme/index.json +105 -47
  670. package/themes/promo/docs.json +95 -35
  671. package/themes/promo/index.css +23 -14
  672. package/themes/promo/index.js +39 -20
  673. package/themes/promo/index.json +39 -20
  674. package/themes/promo/index.less +23 -14
  675. package/themes/promo/index.pcss +23 -14
  676. package/themes/promo/index.scss +23 -14
  677. package/themes/promo/index.styl +23 -14
  678. package/themes/promo/struct.json +39 -20
  679. package/themes/search/cssVars/declarations/index.css +23 -11
  680. package/themes/search/cssVars/declarations/noColors.css +5 -2
  681. package/themes/search/cssVars/declarations/noSizes.css +17 -11
  682. package/themes/search/cssVars/declarations/onlyColors.css +15 -9
  683. package/themes/search/cssVars/declarations/onlyColors.js +2 -2
  684. package/themes/search/cssVars/declarations/onlyMedia.css +3 -0
  685. package/themes/search/cssVars/declarations/onlyVariables.css +20 -11
  686. package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
  687. package/themes/search/cssVars/declarations/onlyVariablesLocal.css +20 -11
  688. package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +20 -11
  689. package/themes/search/cssVars/theme/fallbacks/index.css +20 -11
  690. package/themes/search/cssVars/theme/fallbacks/index.less +20 -11
  691. package/themes/search/cssVars/theme/fallbacks/index.pcss +20 -11
  692. package/themes/search/cssVars/theme/fallbacks/index.scss +20 -11
  693. package/themes/search/cssVars/theme/fallbacks/index.styl +20 -11
  694. package/themes/search/cssVars/theme/index.js +102 -44
  695. package/themes/search/cssVars/theme/index.json +102 -44
  696. package/themes/search/docs.json +95 -35
  697. package/themes/search/index.css +20 -11
  698. package/themes/search/index.js +36 -17
  699. package/themes/search/index.json +36 -17
  700. package/themes/search/index.less +20 -11
  701. package/themes/search/index.pcss +20 -11
  702. package/themes/search/index.scss +20 -11
  703. package/themes/search/index.styl +20 -11
  704. package/themes/search/struct.json +36 -17
  705. package/themes/todo/cssVars/declarations/index.css +23 -11
  706. package/themes/todo/cssVars/declarations/noColors.css +5 -2
  707. package/themes/todo/cssVars/declarations/noSizes.css +17 -11
  708. package/themes/todo/cssVars/declarations/onlyColors.css +15 -9
  709. package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
  710. package/themes/todo/cssVars/declarations/onlyMedia.css +3 -0
  711. package/themes/todo/cssVars/declarations/onlyVariables.css +20 -11
  712. package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
  713. package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +20 -11
  714. package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +20 -11
  715. package/themes/todo/cssVars/theme/fallbacks/index.css +20 -11
  716. package/themes/todo/cssVars/theme/fallbacks/index.less +20 -11
  717. package/themes/todo/cssVars/theme/fallbacks/index.pcss +20 -11
  718. package/themes/todo/cssVars/theme/fallbacks/index.scss +20 -11
  719. package/themes/todo/cssVars/theme/fallbacks/index.styl +20 -11
  720. package/themes/todo/cssVars/theme/index.js +102 -44
  721. package/themes/todo/cssVars/theme/index.json +102 -44
  722. package/themes/todo/docs.json +95 -35
  723. package/themes/todo/index.css +20 -11
  724. package/themes/todo/index.js +36 -17
  725. package/themes/todo/index.json +36 -17
  726. package/themes/todo/index.less +20 -11
  727. package/themes/todo/index.pcss +20 -11
  728. package/themes/todo/index.scss +20 -11
  729. package/themes/todo/index.styl +20 -11
  730. package/themes/todo/struct.json +36 -17
  731. package/themes/vkBase/cssVars/declarations/index.css +18 -9
  732. package/themes/vkBase/cssVars/declarations/noColors.css +3 -0
  733. package/themes/vkBase/cssVars/declarations/noSizes.css +15 -9
  734. package/themes/vkBase/cssVars/declarations/onlyColors.css +15 -9
  735. package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
  736. package/themes/vkBase/cssVars/declarations/onlyVariables.css +18 -9
  737. package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
  738. package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +18 -9
  739. package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
  740. package/themes/vkBase/cssVars/theme/fallbacks/index.css +18 -9
  741. package/themes/vkBase/cssVars/theme/fallbacks/index.less +18 -9
  742. package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +18 -9
  743. package/themes/vkBase/cssVars/theme/fallbacks/index.scss +18 -9
  744. package/themes/vkBase/cssVars/theme/fallbacks/index.styl +18 -9
  745. package/themes/vkBase/cssVars/theme/index.js +100 -42
  746. package/themes/vkBase/cssVars/theme/index.json +100 -42
  747. package/themes/vkBase/docs.json +95 -35
  748. package/themes/vkBase/index.css +18 -9
  749. package/themes/vkBase/index.js +34 -15
  750. package/themes/vkBase/index.json +34 -15
  751. package/themes/vkBase/index.less +18 -9
  752. package/themes/vkBase/index.pcss +18 -9
  753. package/themes/vkBase/index.scss +18 -9
  754. package/themes/vkBase/index.styl +18 -9
  755. package/themes/vkBase/struct.json +34 -15
  756. package/themes/vkBaseDark/cssVars/declarations/index.css +18 -9
  757. package/themes/vkBaseDark/cssVars/declarations/noColors.css +3 -0
  758. package/themes/vkBaseDark/cssVars/declarations/noSizes.css +15 -9
  759. package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +15 -9
  760. package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
  761. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +18 -9
  762. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  763. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  764. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -9
  765. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +18 -9
  766. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +18 -9
  767. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +18 -9
  768. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +18 -9
  769. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +18 -9
  770. package/themes/vkBaseDark/cssVars/theme/index.js +100 -42
  771. package/themes/vkBaseDark/cssVars/theme/index.json +100 -42
  772. package/themes/vkBaseDark/docs.json +95 -35
  773. package/themes/vkBaseDark/index.css +18 -9
  774. package/themes/vkBaseDark/index.js +34 -15
  775. package/themes/vkBaseDark/index.json +34 -15
  776. package/themes/vkBaseDark/index.less +18 -9
  777. package/themes/vkBaseDark/index.pcss +18 -9
  778. package/themes/vkBaseDark/index.scss +18 -9
  779. package/themes/vkBaseDark/index.styl +18 -9
  780. package/themes/vkBaseDark/struct.json +34 -15
  781. package/themes/vkCom/cssVars/declarations/index.css +41 -32
  782. package/themes/vkCom/cssVars/declarations/noColors.css +3 -0
  783. package/themes/vkCom/cssVars/declarations/noSizes.css +38 -32
  784. package/themes/vkCom/cssVars/declarations/onlyColors.css +38 -32
  785. package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
  786. package/themes/vkCom/cssVars/declarations/onlyVariables.css +41 -32
  787. package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
  788. package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +41 -32
  789. package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -27
  790. package/themes/vkCom/cssVars/theme/fallbacks/index.css +41 -32
  791. package/themes/vkCom/cssVars/theme/fallbacks/index.less +41 -32
  792. package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +41 -32
  793. package/themes/vkCom/cssVars/theme/fallbacks/index.scss +41 -32
  794. package/themes/vkCom/cssVars/theme/fallbacks/index.styl +41 -32
  795. package/themes/vkCom/cssVars/theme/index.js +123 -65
  796. package/themes/vkCom/cssVars/theme/index.json +123 -65
  797. package/themes/vkCom/docs.json +95 -35
  798. package/themes/vkCom/index.css +41 -32
  799. package/themes/vkCom/index.js +57 -38
  800. package/themes/vkCom/index.json +57 -38
  801. package/themes/vkCom/index.less +41 -32
  802. package/themes/vkCom/index.pcss +41 -32
  803. package/themes/vkCom/index.scss +41 -32
  804. package/themes/vkCom/index.styl +41 -32
  805. package/themes/vkCom/struct.json +57 -38
  806. package/themes/vkComDark/cssVars/declarations/index.css +21 -12
  807. package/themes/vkComDark/cssVars/declarations/noColors.css +3 -0
  808. package/themes/vkComDark/cssVars/declarations/noSizes.css +18 -12
  809. package/themes/vkComDark/cssVars/declarations/onlyColors.css +18 -12
  810. package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
  811. package/themes/vkComDark/cssVars/declarations/onlyVariables.css +21 -12
  812. package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
  813. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +21 -12
  814. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +11 -12
  815. package/themes/vkComDark/cssVars/theme/fallbacks/index.css +21 -12
  816. package/themes/vkComDark/cssVars/theme/fallbacks/index.less +21 -12
  817. package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +21 -12
  818. package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +21 -12
  819. package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +21 -12
  820. package/themes/vkComDark/cssVars/theme/index.js +103 -45
  821. package/themes/vkComDark/cssVars/theme/index.json +103 -45
  822. package/themes/vkComDark/docs.json +95 -35
  823. package/themes/vkComDark/index.css +21 -12
  824. package/themes/vkComDark/index.js +37 -18
  825. package/themes/vkComDark/index.json +37 -18
  826. package/themes/vkComDark/index.less +21 -12
  827. package/themes/vkComDark/index.pcss +21 -12
  828. package/themes/vkComDark/index.scss +21 -12
  829. package/themes/vkComDark/index.styl +21 -12
  830. package/themes/vkComDark/struct.json +37 -18
  831. package/themes/vkIOS/cssVars/declarations/index.css +18 -9
  832. package/themes/vkIOS/cssVars/declarations/noColors.css +3 -0
  833. package/themes/vkIOS/cssVars/declarations/noSizes.css +15 -9
  834. package/themes/vkIOS/cssVars/declarations/onlyColors.css +15 -9
  835. package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
  836. package/themes/vkIOS/cssVars/declarations/onlyVariables.css +18 -9
  837. package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
  838. package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +18 -9
  839. package/themes/vkIOS/cssVars/theme/fallbacks/index.css +18 -9
  840. package/themes/vkIOS/cssVars/theme/fallbacks/index.less +18 -9
  841. package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +18 -9
  842. package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +18 -9
  843. package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +18 -9
  844. package/themes/vkIOS/cssVars/theme/index.js +100 -42
  845. package/themes/vkIOS/cssVars/theme/index.json +100 -42
  846. package/themes/vkIOS/docs.json +95 -35
  847. package/themes/vkIOS/index.css +18 -9
  848. package/themes/vkIOS/index.js +34 -15
  849. package/themes/vkIOS/index.json +34 -15
  850. package/themes/vkIOS/index.less +18 -9
  851. package/themes/vkIOS/index.pcss +18 -9
  852. package/themes/vkIOS/index.scss +18 -9
  853. package/themes/vkIOS/index.styl +18 -9
  854. package/themes/vkIOS/struct.json +34 -15
  855. package/themes/vkIOSDark/cssVars/declarations/index.css +18 -9
  856. package/themes/vkIOSDark/cssVars/declarations/noColors.css +3 -0
  857. package/themes/vkIOSDark/cssVars/declarations/noSizes.css +15 -9
  858. package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +15 -9
  859. package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
  860. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +18 -9
  861. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  862. package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  863. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +18 -9
  864. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +18 -9
  865. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +18 -9
  866. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +18 -9
  867. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +18 -9
  868. package/themes/vkIOSDark/cssVars/theme/index.js +100 -42
  869. package/themes/vkIOSDark/cssVars/theme/index.json +100 -42
  870. package/themes/vkIOSDark/docs.json +95 -35
  871. package/themes/vkIOSDark/index.css +18 -9
  872. package/themes/vkIOSDark/index.js +34 -15
  873. package/themes/vkIOSDark/index.json +34 -15
  874. package/themes/vkIOSDark/index.less +18 -9
  875. package/themes/vkIOSDark/index.pcss +18 -9
  876. package/themes/vkIOSDark/index.scss +18 -9
  877. package/themes/vkIOSDark/index.styl +18 -9
  878. package/themes/vkIOSDark/struct.json +34 -15
  879. package/themes/vkontakteAndroid/cssVars/declarations/index.css +20 -10
  880. package/themes/vkontakteAndroid/cssVars/declarations/noColors.css +5 -1
  881. package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +17 -10
  882. package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +15 -9
  883. package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +2 -2
  884. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +20 -10
  885. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
  886. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +21 -11
  887. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -489
  888. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +20 -10
  889. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +20 -10
  890. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +20 -10
  891. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +20 -10
  892. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +20 -10
  893. package/themes/vkontakteAndroid/cssVars/theme/index.js +105 -43
  894. package/themes/vkontakteAndroid/cssVars/theme/index.json +105 -43
  895. package/themes/vkontakteAndroid/docs.json +95 -35
  896. package/themes/vkontakteAndroid/index.css +20 -10
  897. package/themes/vkontakteAndroid/index.js +36 -16
  898. package/themes/vkontakteAndroid/index.json +36 -16
  899. package/themes/vkontakteAndroid/index.less +20 -10
  900. package/themes/vkontakteAndroid/index.pcss +20 -10
  901. package/themes/vkontakteAndroid/index.scss +20 -10
  902. package/themes/vkontakteAndroid/index.styl +20 -10
  903. package/themes/vkontakteAndroid/struct.json +36 -16
  904. package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +20 -11
  905. package/themes/vkontakteAndroidDark/cssVars/declarations/noColors.css +5 -2
  906. package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +17 -11
  907. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +15 -9
  908. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +2 -2
  909. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +20 -11
  910. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
  911. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +21 -12
  912. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -292
  913. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +20 -11
  914. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +20 -11
  915. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +20 -11
  916. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +20 -11
  917. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +20 -11
  918. package/themes/vkontakteAndroidDark/cssVars/theme/index.js +102 -44
  919. package/themes/vkontakteAndroidDark/cssVars/theme/index.json +102 -44
  920. package/themes/vkontakteAndroidDark/docs.json +95 -35
  921. package/themes/vkontakteAndroidDark/index.css +20 -11
  922. package/themes/vkontakteAndroidDark/index.js +36 -17
  923. package/themes/vkontakteAndroidDark/index.json +36 -17
  924. package/themes/vkontakteAndroidDark/index.less +20 -11
  925. package/themes/vkontakteAndroidDark/index.pcss +20 -11
  926. package/themes/vkontakteAndroidDark/index.scss +20 -11
  927. package/themes/vkontakteAndroidDark/index.styl +20 -11
  928. package/themes/vkontakteAndroidDark/struct.json +36 -17
  929. package/themes/vkontakteCom/cssVars/declarations/index.css +43 -34
  930. package/themes/vkontakteCom/cssVars/declarations/noColors.css +5 -2
  931. package/themes/vkontakteCom/cssVars/declarations/noSizes.css +40 -34
  932. package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +38 -32
  933. package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
  934. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +43 -34
  935. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
  936. package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +44 -35
  937. package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -229
  938. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +43 -34
  939. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +43 -34
  940. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +43 -34
  941. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +43 -34
  942. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +43 -34
  943. package/themes/vkontakteCom/cssVars/theme/index.js +125 -67
  944. package/themes/vkontakteCom/cssVars/theme/index.json +125 -67
  945. package/themes/vkontakteCom/docs.json +95 -35
  946. package/themes/vkontakteCom/index.css +43 -34
  947. package/themes/vkontakteCom/index.js +59 -40
  948. package/themes/vkontakteCom/index.json +59 -40
  949. package/themes/vkontakteCom/index.less +43 -34
  950. package/themes/vkontakteCom/index.pcss +43 -34
  951. package/themes/vkontakteCom/index.scss +43 -34
  952. package/themes/vkontakteCom/index.styl +43 -34
  953. package/themes/vkontakteCom/struct.json +59 -40
  954. package/themes/vkontakteComDark/cssVars/declarations/index.css +23 -14
  955. package/themes/vkontakteComDark/cssVars/declarations/noColors.css +5 -2
  956. package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +20 -14
  957. package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +18 -12
  958. package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
  959. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +23 -14
  960. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
  961. package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +24 -15
  962. package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -229
  963. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +23 -14
  964. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +23 -14
  965. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +23 -14
  966. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +23 -14
  967. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +23 -14
  968. package/themes/vkontakteComDark/cssVars/theme/index.js +105 -47
  969. package/themes/vkontakteComDark/cssVars/theme/index.json +105 -47
  970. package/themes/vkontakteComDark/docs.json +95 -35
  971. package/themes/vkontakteComDark/index.css +23 -14
  972. package/themes/vkontakteComDark/index.js +39 -20
  973. package/themes/vkontakteComDark/index.json +39 -20
  974. package/themes/vkontakteComDark/index.less +23 -14
  975. package/themes/vkontakteComDark/index.pcss +23 -14
  976. package/themes/vkontakteComDark/index.scss +23 -14
  977. package/themes/vkontakteComDark/index.styl +23 -14
  978. package/themes/vkontakteComDark/struct.json +39 -20
  979. package/themes/vkontakteIOS/cssVars/declarations/index.css +20 -11
  980. package/themes/vkontakteIOS/cssVars/declarations/noColors.css +5 -2
  981. package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +17 -11
  982. package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +15 -9
  983. package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +2 -2
  984. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +20 -11
  985. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
  986. package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +21 -12
  987. package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -14
  988. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +20 -11
  989. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +20 -11
  990. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +20 -11
  991. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +20 -11
  992. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +20 -11
  993. package/themes/vkontakteIOS/cssVars/theme/index.js +102 -44
  994. package/themes/vkontakteIOS/cssVars/theme/index.json +102 -44
  995. package/themes/vkontakteIOS/docs.json +95 -35
  996. package/themes/vkontakteIOS/index.css +20 -11
  997. package/themes/vkontakteIOS/index.js +36 -17
  998. package/themes/vkontakteIOS/index.json +36 -17
  999. package/themes/vkontakteIOS/index.less +20 -11
  1000. package/themes/vkontakteIOS/index.pcss +20 -11
  1001. package/themes/vkontakteIOS/index.scss +20 -11
  1002. package/themes/vkontakteIOS/index.styl +20 -11
  1003. package/themes/vkontakteIOS/struct.json +36 -17
  1004. package/themes/vkontakteIOSDark/cssVars/declarations/index.css +20 -11
  1005. package/themes/vkontakteIOSDark/cssVars/declarations/noColors.css +5 -2
  1006. package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +17 -11
  1007. package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +15 -9
  1008. package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +2 -2
  1009. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +20 -11
  1010. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  1011. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +21 -12
  1012. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -14
  1013. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +20 -11
  1014. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +20 -11
  1015. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +20 -11
  1016. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +20 -11
  1017. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +20 -11
  1018. package/themes/vkontakteIOSDark/cssVars/theme/index.js +102 -44
  1019. package/themes/vkontakteIOSDark/cssVars/theme/index.json +102 -44
  1020. package/themes/vkontakteIOSDark/docs.json +95 -35
  1021. package/themes/vkontakteIOSDark/index.css +20 -11
  1022. package/themes/vkontakteIOSDark/index.js +36 -17
  1023. package/themes/vkontakteIOSDark/index.json +36 -17
  1024. package/themes/vkontakteIOSDark/index.less +20 -11
  1025. package/themes/vkontakteIOSDark/index.pcss +20 -11
  1026. package/themes/vkontakteIOSDark/index.scss +20 -11
  1027. package/themes/vkontakteIOSDark/index.styl +20 -11
  1028. package/themes/vkontakteIOSDark/struct.json +36 -17
  1029. package/themes/workspaceAdmin/cssVars/declarations/index.css +26 -14
  1030. package/themes/workspaceAdmin/cssVars/declarations/noColors.css +8 -5
  1031. package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +20 -14
  1032. package/themes/workspaceAdmin/cssVars/declarations/onlyColors.css +15 -9
  1033. package/themes/workspaceAdmin/cssVars/declarations/onlyColors.js +2 -2
  1034. package/themes/workspaceAdmin/cssVars/declarations/onlyMedia.css +3 -0
  1035. package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +23 -14
  1036. package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +2 -2
  1037. package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +23 -14
  1038. package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
  1039. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +23 -14
  1040. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +23 -14
  1041. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +23 -14
  1042. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +23 -14
  1043. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +23 -14
  1044. package/themes/workspaceAdmin/cssVars/theme/index.js +105 -47
  1045. package/themes/workspaceAdmin/cssVars/theme/index.json +105 -47
  1046. package/themes/workspaceAdmin/docs.json +95 -35
  1047. package/themes/workspaceAdmin/index.css +23 -14
  1048. package/themes/workspaceAdmin/index.js +39 -20
  1049. package/themes/workspaceAdmin/index.json +39 -20
  1050. package/themes/workspaceAdmin/index.less +23 -14
  1051. package/themes/workspaceAdmin/index.pcss +23 -14
  1052. package/themes/workspaceAdmin/index.scss +23 -14
  1053. package/themes/workspaceAdmin/index.styl +23 -14
  1054. package/themes/workspaceAdmin/struct.json +39 -20
  1055. package/utils/common/colors/projectColors.d.ts +1 -1
  1056. package/utils/common/colors/socialColors.d.ts +1 -1
package/README.md CHANGED
@@ -56,7 +56,7 @@ npm i --save @vkontakte/vkui-tokens@latest
56
56
  #### Использование в CSS
57
57
 
58
58
  ```postcss
59
- .myAwesomeClass:hover {
59
+ .class:hover {
60
60
  background-color: var(--vkui--color_background--hover);
61
61
  }
62
62
  ```
@@ -217,6 +217,7 @@ const { theme, pixelifyTheme, cssVarsTheme } = expandAll(myNewAwesomeTheme);
217
217
  // которую можно вставить в DOM или сохранить в файл
218
218
  const cssString = compileStyles('css', pixelifyTheme);
219
219
  ```
220
+
220
221
  # Roadmap
221
222
 
222
223
  - [ ] Добавить более умную генерацию active, hover состояний цвета.
@@ -5,5 +5,5 @@ interface GetVarStringParams {
5
5
  delimeter?: string;
6
6
  callback?: (name: string, value: string | number) => void;
7
7
  }
8
- export declare const getVarString: ({ valuesObject, prefix, delimeter, callback, }: GetVarStringParams) => string;
8
+ export declare const getVarString: ({ valuesObject, prefix, delimeter, callback: callbackFn, }: GetVarStringParams) => string;
9
9
  export {};
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getVarString = void 0;
4
4
  var getVarString = function (_a) {
5
- var valuesObject = _a.valuesObject, prefix = _a.prefix, _b = _a.delimeter, delimeter = _b === void 0 ? '\n' : _b, callback = _a.callback;
5
+ var valuesObject = _a.valuesObject, prefix = _a.prefix, _b = _a.delimeter, delimeter = _b === void 0 ? '\n' : _b, callbackFn = _a.callback;
6
6
  return Object.entries(valuesObject)
7
7
  .map(function (_a) {
8
8
  var name = _a[0], value = _a[1];
9
- callback === null || callback === void 0 ? void 0 : callback(name, value);
9
+ callbackFn === null || callbackFn === void 0 ? void 0 : callbackFn(name, value);
10
10
  return "".concat(prefix).concat(name, ": ").concat(value, ";");
11
11
  })
12
12
  .join(delimeter);
@@ -45,6 +45,7 @@ function writeJsonFile(themePath, theme, _) {
45
45
  console.log("\u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0437\u0430\u043F\u0438\u0441\u0430\u043B\u0438 \u0444\u0430\u0439\u043B ".concat(fileName));
46
46
  }
47
47
  exports.writeJsonFile = writeJsonFile;
48
+ // eslint-disable-next-line max-params
48
49
  function writeTsFile(themePath, theme, type, themeName) {
49
50
  console.log("\u043A\u043E\u043C\u043F\u0438\u043B\u0438\u0440\u0443\u0435\u043C ts...");
50
51
  var fileName = "index.ts";
@@ -89,7 +90,10 @@ function writeStyleFiles(themePath, theme) {
89
90
  });
90
91
  }
91
92
  exports.writeStyleFiles = writeStyleFiles;
92
- function writeCssVarsSourceFile(themePath, theme, cssVarsTheme, themeBase) {
93
+ // eslint-disable-next-line max-params
94
+ function writeCssVarsSourceFile(themePath, theme,
95
+ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
96
+ cssVarsTheme, themeBase) {
93
97
  var _a;
94
98
  console.log("\u043A\u043E\u043C\u043F\u0438\u043B\u0438\u0440\u0443\u0435\u043C \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0438 \u0434\u043B\u044F css vars \u0442\u0435\u043C...");
95
99
  for (var _i = 0, cssModes_1 = cssModes; _i < cssModes_1.length; _i++) {
@@ -2,8 +2,8 @@ import { ColorWithStates } from '../../../../interfaces/general/colors';
2
2
  import { Adaptive } from '../../../../interfaces/general/tools';
3
3
  import { CustomMediaByViewportUnion } from '../../../../interfaces/general/tools/customMedia';
4
4
  import { ViewportsTuple } from '../../../../interfaces/general/tools/viewports';
5
- export declare function isString(token: any, key: string): token is string;
6
- export declare function isColor(token: any): token is ColorWithStates;
7
- export declare function isGroupToken(token: any): token is Record<string, any>;
8
- export declare function isAdaptiveFlatToken(token: any): token is Adaptive<any>;
9
- export declare function isCustomMediaToken(key: any): key is CustomMediaByViewportUnion<ViewportsTuple>;
5
+ export declare function isString(token: unknown, key: string): token is string;
6
+ export declare function isColor(token: unknown): token is ColorWithStates;
7
+ export declare function isGroupToken(token: unknown): token is Record<string, any>;
8
+ export declare function isAdaptiveFlatToken(token: unknown): token is Adaptive<any>;
9
+ export declare function isCustomMediaToken(key: unknown): key is CustomMediaByViewportUnion<ViewportsTuple>;
@@ -28,7 +28,8 @@ function isAdaptiveFlatToken(token) {
28
28
  if (typeof token !== 'object') {
29
29
  return false;
30
30
  }
31
- return token.regular !== undefined && typeof token.regular !== 'object';
31
+ return (token.regular !== undefined &&
32
+ typeof token.regular !== 'object');
32
33
  }
33
34
  exports.isAdaptiveFlatToken = isAdaptiveFlatToken;
34
35
  var allCustomMediaKeys = Object.keys((0, customMedia_1.processCustomMedia)({
@@ -1,3 +1,3 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { GradientPoints } from '../../interfaces/general/gradients';
3
3
  export declare function getGradientPointsFromColor(colorArg: Property.Color, opacityMultiplier?: number): GradientPoints;
@@ -1,2 +1,2 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  export declare const mixColors: (colorArg: Property.Color, colorState: Property.Color, opacity: number) => Property.Color;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pixelifyValues = void 0;
4
- var numericCSSProperties = /^(breakpoints$|fontWeight|zIndex)/i;
4
+ var numericCSSProperties = /^(breakpoints$|fontWeight|zIndex|opacity|tone)/i;
5
5
  /**
6
6
  * Процессор, который превращает численные значения переменных в строковые
7
7
  * пример fontSize: 14 -> fontSize: "14px"
@@ -19,7 +19,7 @@ function pixelifyValues(sourceTheme) {
19
19
  if (typeof value === 'object') {
20
20
  theme[key] = pixelifyValues(value);
21
21
  }
22
- if (Number.isInteger(value)) {
22
+ if (typeof value === 'number') {
23
23
  theme[key] = "".concat(value, "px");
24
24
  }
25
25
  });
@@ -39,6 +39,19 @@ var pixelifyValues_1 = require("./pixelifyValues");
39
39
  };
40
40
  (0, globals_1.expect)((0, pixelifyValues_1.pixelifyValues)(theme)).toStrictEqual(pixelifyTheme);
41
41
  });
42
+ (0, globals_1.it)('should pixelify float numbers', function () {
43
+ var theme = {
44
+ x1: 1,
45
+ x2: 0.5,
46
+ x3: 0.33,
47
+ };
48
+ var pixelifyTheme = {
49
+ x1: '1px',
50
+ x2: '0.5px',
51
+ x3: '0.33px',
52
+ };
53
+ (0, globals_1.expect)((0, pixelifyValues_1.pixelifyValues)(theme)).toStrictEqual(pixelifyTheme);
54
+ });
42
55
  (0, globals_1.it)('should correctly pixelify fonts (exclude weight)', function () {
43
56
  var theme = {
44
57
  fontH1: {
@@ -83,5 +96,21 @@ var pixelifyValues_1 = require("./pixelifyValues");
83
96
  fontWeightAccent1: 700,
84
97
  });
85
98
  });
99
+ (0, globals_1.it)('should correctly pixelify zIndex', function () {
100
+ (0, globals_1.expect)((0, pixelifyValues_1.pixelifyValues)({ zIndexModal: 100 })).toEqual({
101
+ zIndexModal: 100,
102
+ });
103
+ });
104
+ (0, globals_1.it)('should correctly pixelify opacity', function () {
105
+ (0, globals_1.expect)((0, pixelifyValues_1.pixelifyValues)({ opacityDisable: 1, opacityDisableAccessibility: 0.5 })).toEqual({
106
+ opacityDisable: 1,
107
+ opacityDisableAccessibility: 0.5,
108
+ });
109
+ });
110
+ (0, globals_1.it)('should correctly pixelify tone', function () {
111
+ (0, globals_1.expect)((0, pixelifyValues_1.pixelifyValues)({ toneValueActive: 0.1 })).toEqual({
112
+ toneValueActive: 0.1,
113
+ });
114
+ });
86
115
  });
87
116
  });
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  /**
3
3
  * Переменные отвечающие за параметры анимаций
4
4
  */
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { ColorsDescription, ColorsScheme } from '..';
3
3
  /**
4
4
  * Интерфейс всех цветов на выходе
@@ -86,6 +86,11 @@ export interface ColorsDescriptionStruct {
86
86
  * @tags color, background
87
87
  */
88
88
  colorBackgroundContrastInverse: ColorDescription;
89
+ /**
90
+ * @desc Контрастный фон, перекрашивается в серый на тёмной теме
91
+ * @tags color, background
92
+ */
93
+ colorBackgroundContrastThemed: ColorDescription;
89
94
  /**
90
95
  * @desc Фон для всплывающих окон
91
96
  * @tags color, background
@@ -216,11 +221,6 @@ export interface ColorsDescriptionStruct {
216
221
  * @tags color
217
222
  */
218
223
  colorLinkContrast: ColorDescription;
219
- /**
220
- * @desc Цвет текста для кнопок
221
- * @tags color
222
- */
223
- colorTextButton: ColorDescription;
224
224
  /**
225
225
  * @desc Акцентный цвет иконок
226
226
  * @tags color, icon
@@ -296,11 +296,6 @@ export interface ColorsDescriptionStruct {
296
296
  * @tags color, icon
297
297
  */
298
298
  colorIconNegative: ColorDescription;
299
- /**
300
- * @desc Цвет иконок для кнопок
301
- * @tags color, icon
302
- */
303
- colorIconButton: ColorDescription;
304
299
  /**
305
300
  * @desc Цвет акцентной обводки
306
301
  * @tags color,stroke
@@ -361,11 +356,6 @@ export interface ColorsDescriptionStruct {
361
356
  * @tags color, stroke
362
357
  */
363
358
  colorSeparatorPrimary3x: ColorDescription;
364
- /**
365
- * @desc Цвет обводки для кнопок
366
- * @tags color, stroke
367
- */
368
- colorStrokeButton: ColorDescription;
369
359
  /**
370
360
  * @desc Палитра цветов. Голубой цвет
371
361
  * @tags color, palette
@@ -391,6 +381,11 @@ export interface ColorsDescriptionStruct {
391
381
  * @tags color, palette
392
382
  */
393
383
  colorAccentOrange: ColorDescription;
384
+ /**
385
+ * @desc Палитра цветов. Нежно оранжевый цвет
386
+ * @tags color, palette
387
+ */
388
+ colorAccentOrangePeach: ColorDescription;
394
389
  /**
395
390
  * @desc Палитра цветов. Огненно оранжевый цвет
396
391
  * @tags color, palette
@@ -516,6 +511,21 @@ export interface ColorsDescriptionStruct {
516
511
  * @tags color, component, background
517
512
  */
518
513
  colorTabbarTextInactive: ColorDescription;
514
+ /**
515
+ * @desc Цвет текста для кнопок
516
+ * @tags color
517
+ */
518
+ colorButtonText: ColorDescription;
519
+ /**
520
+ * @desc Цвет иконок для кнопок
521
+ * @tags color, icon
522
+ */
523
+ colorButtonIcon: ColorDescription;
524
+ /**
525
+ * @desc Цвет обводки для кнопок
526
+ * @tags color, stroke
527
+ */
528
+ colorButtonStroke: ColorDescription;
519
529
  }
520
530
  export type Colors = {
521
531
  [key in keyof ColorsDescriptionStruct]: ColorWithStates;
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  export interface Elevation {
3
3
  /**
4
4
  * @desc Параметры тени уровень 4
@@ -351,6 +351,21 @@ export interface Sizes {
351
351
  * @tags size, component
352
352
  */
353
353
  sizeSubnavigationBarPaddingVertical: number;
354
+ /**
355
+ * @desc Размер границ для экранов с разрешением 1х
356
+ * @tags size, component
357
+ */
358
+ sizeBorder1x: number;
359
+ /**
360
+ * @desc Размер границ для экранов с разрешением 3х
361
+ * @tags size, component
362
+ */
363
+ sizeBorder2x: number;
364
+ /**
365
+ * @desc Размер границ для экранов с разрешением 3х
366
+ * @tags size, component
367
+ */
368
+ sizeBorder3x: number;
354
369
  }
355
370
  export interface SpacingSizes {
356
371
  /**
@@ -1,4 +1,5 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
+ import { StaticTokens, Tokens } from './tools/tokenValue';
2
3
  import { Animations } from './animations';
3
4
  import { ColorDescription, Colors, ColorsDescriptionStruct } from './colors';
4
5
  import { Elevation } from './elevation';
@@ -10,8 +11,6 @@ import { NamifyObject } from './tools/cssVars';
10
11
  import { StringifyObject } from './tools/utils';
11
12
  import { Fonts, TypographyBaseProps } from './typography';
12
13
  import { ZIndex } from './zIndex';
13
- import ColorScheme = Property.ColorScheme;
14
- import { StaticTokens, Tokens } from './tools/tokenValue';
15
14
  interface AdaptiveInterfaceValues extends Sizes, Fonts {
16
15
  }
17
16
  type AdaptiveTokens = {
@@ -83,7 +82,7 @@ export interface Theme extends ThemeGeneral, ColorsFinal {
83
82
  export type PixelifyTheme<T extends Partial<Record<keyof T, any>> = StaticTokens<Theme>> = StringifyObject<Omit<T, 'breakpoints' | 'themeType'>> & Pick<T, Extract<'breakpoints', keyof T>> & {
84
83
  themeType: 'pixelify';
85
84
  themeName: string;
86
- colorScheme: ColorScheme;
85
+ colorScheme: Property.ColorScheme;
87
86
  };
88
87
  /**
89
88
  * Тема, которая каждой переменной даёт name и value в виде названия
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  type TLength = string | 0;
3
3
  export type Font = {
4
4
  fontSize: number;
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { Theme, ThemeCssVars, ThemeCssVarsWide, ThemeDescription } from '../../general';
3
3
  import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
4
4
  import { Adaptive, Breakpoints } from '../../general/tools';
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { ThemeCssVars } from '../../general';
3
3
  import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
4
4
  import { Adaptive } from '../../general/tools';
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { ColorDescription, ColorWithStates } from '../../general/colors';
3
3
  import { Adaptive } from '../../general/tools';
4
4
  import { Font } from '../../general/typography';
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { ColorWithStates } from '../../general/colors';
3
3
  import { ParadigmThemeCssVars } from '../../namespaces/paradigm';
4
4
  import { MediaViewportsTuple, ThemeMedia, ThemeMediaDescription } from '../media';
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { ThemeCssVars } from '../../general';
3
3
  import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
4
4
  import { Adaptive } from '../../general/tools';
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { ColorDescription, ColorWithStates } from '../../general/colors';
3
3
  import { GradientPoints } from '../../general/gradients';
4
4
  import { DefaultViewports } from '../../general/tools/viewports';
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { Adaptive } from '../../general/tools';
3
3
  import { ViewportsOrdered } from '../../general/tools/viewports';
4
4
  import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { ColorsDescription, ThemeCssVars, ThemeDescription } from '../../general';
3
3
  import { ColorDescription, ColorWithStates } from '../../general/colors';
4
4
  import { GradientPoints } from '../../general/gradients';
@@ -1,4 +1,4 @@
1
- import { Property } from 'csstype';
1
+ import type { Property } from 'csstype';
2
2
  import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
3
3
  import { Adaptive } from '../../general/tools';
4
4
  import { Font } from '../../general/typography';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/vkui-tokens",
3
- "version": "4.37.0",
3
+ "version": "4.38.1",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "license": "MIT",
6
6
  "main": "utils/descriptions.js",
@@ -25,7 +25,17 @@
25
25
  "styleguide": "sh ./tasks/styleguide.sh",
26
26
  "docs:dev": "cd docs/webpack && webpack-dev-server --config webpack.client.js --mode development",
27
27
  "docs:build": "cd docs/webpack && webpack --config webpack.client.js --mode production",
28
- "docs:prepare-data": "ts-node tasks/docs/prepareTokensData.ts"
28
+ "docs:prepare-data": "ts-node tasks/docs/prepareTokensData.ts",
29
+ "pre-commit": "lint-staged"
30
+ },
31
+ "lint-staged": {
32
+ "*.{ts,tsx,js,jsx}": [
33
+ "prettier --write",
34
+ "eslint"
35
+ ],
36
+ "*.{json,md}": [
37
+ "prettier --write"
38
+ ]
29
39
  },
30
40
  "repository": "https://github.com/VKCOM/vkui-tokens.git",
31
41
  "dependencies": {
@@ -38,8 +48,8 @@
38
48
  "@types/common-tags": "1.8.1",
39
49
  "@types/fs-extra": "11.0.1",
40
50
  "@types/node": "18.11.10",
41
- "@types/react-dom": "18.2.1",
42
51
  "@types/react": "18.2.0",
52
+ "@types/react-dom": "18.2.1",
43
53
  "@typescript-eslint/eslint-plugin": "4.33.0",
44
54
  "@typescript-eslint/parser": "4.33.0",
45
55
  "@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.4",
@@ -69,8 +79,10 @@
69
79
  "eslint-plugin-sonarjs": "0.19.0",
70
80
  "fs-extra": "11.1.1",
71
81
  "html-webpack-plugin": "5.5.1",
82
+ "husky": "8.0.3",
72
83
  "jest": "29.5.0",
73
84
  "jest-junit": "16.0.0",
85
+ "lint-staged": "14.0.1",
74
86
  "lodash": "4.17.21",
75
87
  "prettier": "2.8.8",
76
88
  "react": "18.2.0",
@@ -79,14 +91,14 @@
79
91
  "style-loader": "3.3.3",
80
92
  "terser-webpack-plugin": "5.3.9",
81
93
  "ts-jest": "29.1.0",
82
- "ts-loader": "9.4.2",
94
+ "ts-loader": "9.4.4",
83
95
  "ts-morph": "18.0.0",
84
96
  "ts-node": "10.9.1",
85
97
  "tsconfig-paths": "4.2.0",
86
98
  "tscpaths": "0.0.9",
87
- "type-fest": "3.9.0",
99
+ "type-fest": "4.2.0",
88
100
  "typescript": "5.0.4",
89
- "webpack": "5.77.0",
101
+ "webpack": "5.88.2",
90
102
  "webpack-cli": "5.1.4",
91
103
  "webpack-dev-server": "4.13.3",
92
104
  "webpack-notifier": "1.15.0"
@@ -63,6 +63,7 @@ exports.lightColors = {
63
63
  colorFieldBackground: '#ffffff',
64
64
  colorBackgroundModalInverse: '#303030',
65
65
  colorBackgroundContrastInverse: '#303030',
66
+ colorBackgroundContrastThemed: '#FFFFFF',
66
67
  colorBackgroundAccentTint: '#5a9eff',
67
68
  // Text
68
69
  colorTextAccent: '#005FF9',
@@ -82,7 +83,6 @@ exports.lightColors = {
82
83
  colorTextContrastThemed: '#FFFFFF',
83
84
  colorLinkContrast: '#FFFFFF',
84
85
  colorTextPositive: '#0DC268',
85
- colorTextButton: '#005FF9',
86
86
  // Icons
87
87
  colorIconAccent: '#005FF9',
88
88
  colorIconAccentThemed: '#005FF9',
@@ -99,7 +99,6 @@ exports.lightColors = {
99
99
  colorIconContrastThemed: '#FFFFFF',
100
100
  colorIconPositive: '#0DC268',
101
101
  colorIconContrastSecondary: '#F2F3F5',
102
- colorIconButton: '#005FF9',
103
102
  // Stroke
104
103
  colorStrokeAccent: '#005FF9',
105
104
  colorStrokeAccentThemed: '#005FF9',
@@ -113,13 +112,13 @@ exports.lightColors = {
113
112
  colorStrokePositive: '#0DC268',
114
113
  colorSeparatorPrimary2x: '#CDD0D5',
115
114
  colorSeparatorPrimary3x: '#BFC3CA',
116
- colorStrokeButton: '#005FF9',
117
115
  // Palette
118
116
  colorAccentBlue: '#005FF9',
119
117
  colorAccentGray: '#A5A7AD',
120
118
  colorAccentRed: '#ED0A34',
121
119
  colorAccentGreen: '#0DC268',
122
120
  colorAccentOrange: '#FF9E00',
121
+ colorAccentOrangePeach: '#F9B54F',
123
122
  colorAccentOrangeFire: '#F05C44',
124
123
  colorAccentPurple: '#4F6DDC',
125
124
  colorAccentViolet: '#C15DF3',
@@ -146,6 +145,9 @@ exports.lightColors = {
146
145
  colorOverlaySecondary: 'rgb(44, 45, 46, 0.5)',
147
146
  colorSegmentedControl: '#FFFFFF',
148
147
  colorTabbarTextInactive: '#99A2AD',
148
+ colorButtonText: '#005FF9',
149
+ colorButtonIcon: '#005FF9',
150
+ colorButtonStroke: '#005FF9',
149
151
  colorTransparent: 'transparent',
150
152
  },
151
153
  };
@@ -185,6 +187,7 @@ exports.darkColors = {
185
187
  colorFieldBackground: '#232324',
186
188
  colorBackgroundModalInverse: '#ffffff',
187
189
  colorBackgroundContrastInverse: '#303030',
190
+ colorBackgroundContrastThemed: '#303030',
188
191
  colorBackgroundAccentTint: '#5a9eff',
189
192
  // Text
190
193
  colorTextAccent: '#3C82FD',
@@ -204,7 +207,6 @@ exports.darkColors = {
204
207
  colorTextContrastThemed: '#2C2D2E',
205
208
  colorLinkContrast: '#FFFFFF',
206
209
  colorTextPositive: '#0DC268',
207
- colorTextButton: '#FFFFFF',
208
210
  // Icons
209
211
  colorIconAccent: '#3C82FD',
210
212
  colorIconAccentThemed: '#FFFFFF',
@@ -221,7 +223,6 @@ exports.darkColors = {
221
223
  colorIconContrastThemed: '#2C2D2E',
222
224
  colorIconPositive: '#0DC268',
223
225
  colorIconContrastSecondary: '#F2F3F5',
224
- colorIconButton: '#FFFFFF',
225
226
  // Stroke
226
227
  colorStrokeAccent: '#3C82FD',
227
228
  colorStrokeAccentThemed: '#FFFFFF',
@@ -235,13 +236,13 @@ exports.darkColors = {
235
236
  colorSeparatorPrimary2x: '#202022',
236
237
  colorSeparatorPrimary3x: '#2d2d2f',
237
238
  colorStrokePositive: '#0DC268',
238
- colorStrokeButton: '#FFFFFF',
239
239
  // Palette
240
240
  colorAccentBlue: '#2775FC',
241
241
  colorAccentGray: '#9C9DA2',
242
242
  colorAccentRed: '#ED0A34',
243
243
  colorAccentGreen: '#0DC268',
244
244
  colorAccentOrange: '#FF9E00',
245
+ colorAccentOrangePeach: '#FFC062',
245
246
  colorAccentOrangeFire: '#F05C44',
246
247
  colorAccentPurple: '#4F6DDC',
247
248
  colorAccentViolet: '#C15DF3',
@@ -268,6 +269,9 @@ exports.darkColors = {
268
269
  colorOverlaySecondary: 'rgb(55, 56, 57, 0.5)',
269
270
  colorSegmentedControl: '#626364',
270
271
  colorTabbarTextInactive: '#76787A',
272
+ colorButtonText: '#FFFFFF',
273
+ colorButtonIcon: '#FFFFFF',
274
+ colorButtonStroke: '#FFFFFF',
271
275
  colorTransparent: 'transparent',
272
276
  },
273
277
  };
@@ -581,10 +585,18 @@ exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, export
581
585
  sizeSubnavigationBarPaddingVertical: {
582
586
  regular: 12,
583
587
  },
588
+ // Размер границ
589
+ sizeBorder1x: {
590
+ regular: 1,
591
+ }, sizeBorder2x: {
592
+ regular: 0.5,
593
+ }, sizeBorder3x: {
594
+ regular: 0.33,
595
+ },
584
596
  // Стандартные токены для отступов
585
597
  spacingSizeXs: 4, spacingSizeS: 6, spacingSizeM: 8, spacingSizeL: 10, spacingSizeXl: 12,
586
598
  // Прочие отступы
587
- elevation1: '0 2px 0 0 rgba(0, 16, 61, 0.04)', elevation1InvertY: '0 -2px 0 0 rgba(0, 16, 61, 0.04)', elevation2: '0 4px 32px 0 rgba(0, 16, 61, 0.32)', elevation3: '0 16px 48px 0 rgba(0, 0, 0, 0.48)', elevation4: '0 16px 48px 0 rgba(0, 0, 0, 0.48)', gradientBlack: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)('#000000', 0.4), gradientWhite: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)('#FFFFFF'), gradientTint: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)(colorBackgroundTertiaryLight), 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 });
599
+ 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), 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 });
588
600
  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;
589
601
  exports.lightTheme = __assign(__assign(__assign({}, exports.lightThemeBase), common_1.helpers), { colors: __assign(__assign({}, exports.lightThemeBase.colors), { colorRating: '#ffd400', colorButtonContrastAlpha: {
590
602
  normal: 'rgba(255, 255, 255, 1)',
@@ -86,6 +86,10 @@ var colorFromFigma = function (colorsScheme) {
86
86
  },
87
87
  }[colorsScheme],
88
88
  colorBackgroundContrastInverse: background.background_contrast_inverse,
89
+ colorBackgroundContrastThemed: {
90
+ light: '#FFFFFF',
91
+ dark: '#323232',
92
+ }[colorsScheme],
89
93
  colorBackgroundModal: background.background_modal,
90
94
  colorBackgroundModalInverse: background.background_modal_inverse,
91
95
  colorBackgroundWarning: background.background_warning,
@@ -113,10 +117,6 @@ var colorFromFigma = function (colorsScheme) {
113
117
  colorTextLinkVisited: text.text_link_visited,
114
118
  colorTextMuted: text.text_muted,
115
119
  colorLinkContrast: text.link_contrast,
116
- colorTextButton: {
117
- light: '#2688eb',
118
- dark: '#ffffff',
119
- }[colorsScheme],
120
120
  // Icons
121
121
  colorIconAccent: icons.icon_accent,
122
122
  colorIconAccentThemed: icons.icon_accent_themed,
@@ -133,10 +133,6 @@ var colorFromFigma = function (colorsScheme) {
133
133
  colorIconContrastSecondary: icons.icon_contrast_secondary,
134
134
  colorIconPositive: icons.icon_positive,
135
135
  colorIconNegative: icons.icon_negative,
136
- colorIconButton: {
137
- light: '#2688eb',
138
- dark: '#ffffff',
139
- }[colorsScheme],
140
136
  // Stroke
141
137
  colorStrokeAccent: stroke.stroke_accent,
142
138
  colorStrokeAccentThemed: stroke.stroke_accent_themed,
@@ -163,16 +159,16 @@ var colorFromFigma = function (colorsScheme) {
163
159
  },
164
160
  dark: 'rgba(255, 255, 255, 0.12)',
165
161
  }[colorsScheme],
166
- colorStrokeButton: {
167
- light: '#2688eb',
168
- dark: '#ffffff',
169
- }[colorsScheme],
170
162
  // Palette
171
163
  colorAccentBlue: palette.accent_blue,
172
164
  colorAccentGray: palette.accent_gray,
173
165
  colorAccentRed: palette.accent_red,
174
166
  colorAccentGreen: palette.accent_green,
175
167
  colorAccentOrange: palette.accent_orange,
168
+ colorAccentOrangePeach: {
169
+ light: '#F9B54F',
170
+ dark: '#FFC062',
171
+ }[colorsScheme],
176
172
  colorAccentOrangeFire: palette.accent_orange_fire,
177
173
  colorAccentPurple: palette.accent_purple,
178
174
  colorAccentViolet: palette.accent_violet,
@@ -191,6 +187,18 @@ var colorFromFigma = function (colorsScheme) {
191
187
  colorImagePlaceholderAlpha: other.image_placeholder_alpha,
192
188
  colorSkeletonFrom: other.skeleton_from,
193
189
  colorSkeletonTo: other.skeleton_to,
190
+ colorButtonText: {
191
+ light: '#2688eb',
192
+ dark: '#ffffff',
193
+ }[colorsScheme],
194
+ colorButtonIcon: {
195
+ light: '#2688eb',
196
+ dark: '#ffffff',
197
+ }[colorsScheme],
198
+ colorButtonStroke: {
199
+ light: '#2688eb',
200
+ dark: '#ffffff',
201
+ }[colorsScheme],
194
202
  colorWriteBarIcon: other.write_bar_icon,
195
203
  colorWriteBarInputBackground: other.write_bar_input_background,
196
204
  colorWriteBarInputBorder: other.write_bar_input_border,
@@ -537,6 +545,14 @@ exports.lightTheme = __assign(__assign(__assign(__assign({ themeName: 'vkBase',
537
545
  sizeSubnavigationBarPaddingVertical: {
538
546
  regular: 12,
539
547
  },
548
+ // Размер границ
549
+ sizeBorder1x: {
550
+ regular: 1,
551
+ }, sizeBorder2x: {
552
+ regular: 0.5,
553
+ }, sizeBorder3x: {
554
+ regular: 0.33,
555
+ },
540
556
  // Стандартные токены для отступов
541
557
  spacingSizeXs: 4, spacingSizeS: 6, spacingSizeM: 8, spacingSizeL: 10, spacingSizeXl: 12,
542
558
  // Разное