@vkontakte/vkui-tokens 4.31.0 → 4.32.1-dev-a13568.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (783) hide show
  1. package/interfaces/general/colors/index.d.ts +5 -0
  2. package/interfaces/general/geometry/index.d.ts +27 -0
  3. package/interfaces/general/index.d.ts +2 -2
  4. package/interfaces/general/typography/index.d.ts +9 -4
  5. package/interfaces/themes/calendar/index.d.ts +2 -0
  6. package/package.json +5 -5
  7. package/themeDescriptions/base/paradigm.js +8 -3
  8. package/themeDescriptions/base/vk.js +11 -6
  9. package/themes/calendar/cssVars/declarations/index.css +15 -0
  10. package/themes/calendar/cssVars/declarations/noColors.css +6 -0
  11. package/themes/calendar/cssVars/declarations/noSizes.css +14 -0
  12. package/themes/calendar/cssVars/declarations/onlyColors.css +9 -0
  13. package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
  14. package/themes/calendar/cssVars/declarations/onlyVariables.css +15 -0
  15. package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
  16. package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +15 -0
  17. package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -0
  18. package/themes/calendar/cssVars/theme/fallbacks/index.css +15 -0
  19. package/themes/calendar/cssVars/theme/fallbacks/index.less +15 -0
  20. package/themes/calendar/cssVars/theme/fallbacks/index.pcss +15 -0
  21. package/themes/calendar/cssVars/theme/fallbacks/index.scss +15 -0
  22. package/themes/calendar/cssVars/theme/fallbacks/index.styl +15 -0
  23. package/themes/calendar/cssVars/theme/index.js +66 -0
  24. package/themes/calendar/cssVars/theme/index.json +66 -0
  25. package/themes/calendar/docs.json +90 -4
  26. package/themes/calendar/index.css +15 -0
  27. package/themes/calendar/index.js +21 -0
  28. package/themes/calendar/index.json +21 -0
  29. package/themes/calendar/index.less +15 -0
  30. package/themes/calendar/index.pcss +15 -0
  31. package/themes/calendar/index.scss +15 -0
  32. package/themes/calendar/index.styl +15 -0
  33. package/themes/calendar/struct.json +48 -27
  34. package/themes/calendarDark/cssVars/declarations/index.css +15 -0
  35. package/themes/calendarDark/cssVars/declarations/noColors.css +6 -0
  36. package/themes/calendarDark/cssVars/declarations/noSizes.css +14 -0
  37. package/themes/calendarDark/cssVars/declarations/onlyColors.css +9 -0
  38. package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
  39. package/themes/calendarDark/cssVars/declarations/onlyVariables.css +15 -0
  40. package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
  41. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +15 -0
  42. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -0
  43. package/themes/calendarDark/cssVars/theme/fallbacks/index.css +15 -0
  44. package/themes/calendarDark/cssVars/theme/fallbacks/index.less +15 -0
  45. package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +15 -0
  46. package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +15 -0
  47. package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +15 -0
  48. package/themes/calendarDark/cssVars/theme/index.js +66 -0
  49. package/themes/calendarDark/cssVars/theme/index.json +66 -0
  50. package/themes/calendarDark/docs.json +90 -4
  51. package/themes/calendarDark/index.css +15 -0
  52. package/themes/calendarDark/index.js +21 -0
  53. package/themes/calendarDark/index.json +21 -0
  54. package/themes/calendarDark/index.less +15 -0
  55. package/themes/calendarDark/index.pcss +15 -0
  56. package/themes/calendarDark/index.scss +15 -0
  57. package/themes/calendarDark/index.styl +15 -0
  58. package/themes/calendarDark/struct.json +48 -27
  59. package/themes/calls/cssVars/declarations/index.css +9 -0
  60. package/themes/calls/cssVars/declarations/noColors.css +6 -0
  61. package/themes/calls/cssVars/declarations/noSizes.css +8 -0
  62. package/themes/calls/cssVars/declarations/onlyColors.css +3 -0
  63. package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
  64. package/themes/calls/cssVars/declarations/onlyVariables.css +9 -0
  65. package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
  66. package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +9 -0
  67. package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  68. package/themes/calls/cssVars/theme/fallbacks/index.css +9 -0
  69. package/themes/calls/cssVars/theme/fallbacks/index.less +9 -0
  70. package/themes/calls/cssVars/theme/fallbacks/index.pcss +9 -0
  71. package/themes/calls/cssVars/theme/fallbacks/index.scss +9 -0
  72. package/themes/calls/cssVars/theme/fallbacks/index.styl +9 -0
  73. package/themes/calls/cssVars/theme/index.js +38 -0
  74. package/themes/calls/cssVars/theme/index.json +38 -0
  75. package/themes/calls/docs.json +82 -4
  76. package/themes/calls/index.css +9 -0
  77. package/themes/calls/index.js +11 -0
  78. package/themes/calls/index.json +11 -0
  79. package/themes/calls/index.less +9 -0
  80. package/themes/calls/index.pcss +9 -0
  81. package/themes/calls/index.scss +9 -0
  82. package/themes/calls/index.styl +9 -0
  83. package/themes/calls/struct.json +38 -27
  84. package/themes/cloud/cssVars/declarations/index.css +9 -0
  85. package/themes/cloud/cssVars/declarations/noColors.css +6 -0
  86. package/themes/cloud/cssVars/declarations/noSizes.css +8 -0
  87. package/themes/cloud/cssVars/declarations/onlyColors.css +3 -0
  88. package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
  89. package/themes/cloud/cssVars/declarations/onlyVariables.css +9 -0
  90. package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
  91. package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +9 -0
  92. package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  93. package/themes/cloud/cssVars/theme/fallbacks/index.css +9 -0
  94. package/themes/cloud/cssVars/theme/fallbacks/index.less +9 -0
  95. package/themes/cloud/cssVars/theme/fallbacks/index.pcss +9 -0
  96. package/themes/cloud/cssVars/theme/fallbacks/index.scss +9 -0
  97. package/themes/cloud/cssVars/theme/fallbacks/index.styl +9 -0
  98. package/themes/cloud/cssVars/theme/index.js +38 -0
  99. package/themes/cloud/cssVars/theme/index.json +38 -0
  100. package/themes/cloud/docs.json +82 -4
  101. package/themes/cloud/index.css +9 -0
  102. package/themes/cloud/index.js +11 -0
  103. package/themes/cloud/index.json +11 -0
  104. package/themes/cloud/index.less +9 -0
  105. package/themes/cloud/index.pcss +9 -0
  106. package/themes/cloud/index.scss +9 -0
  107. package/themes/cloud/index.styl +9 -0
  108. package/themes/cloud/struct.json +38 -27
  109. package/themes/cloudDark/cssVars/declarations/index.css +9 -0
  110. package/themes/cloudDark/cssVars/declarations/noColors.css +6 -0
  111. package/themes/cloudDark/cssVars/declarations/noSizes.css +8 -0
  112. package/themes/cloudDark/cssVars/declarations/onlyColors.css +3 -0
  113. package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
  114. package/themes/cloudDark/cssVars/declarations/onlyVariables.css +9 -0
  115. package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
  116. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
  117. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  118. package/themes/cloudDark/cssVars/theme/fallbacks/index.css +9 -0
  119. package/themes/cloudDark/cssVars/theme/fallbacks/index.less +9 -0
  120. package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +9 -0
  121. package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +9 -0
  122. package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +9 -0
  123. package/themes/cloudDark/cssVars/theme/index.js +38 -0
  124. package/themes/cloudDark/cssVars/theme/index.json +38 -0
  125. package/themes/cloudDark/docs.json +82 -4
  126. package/themes/cloudDark/index.css +9 -0
  127. package/themes/cloudDark/index.js +11 -0
  128. package/themes/cloudDark/index.json +11 -0
  129. package/themes/cloudDark/index.less +9 -0
  130. package/themes/cloudDark/index.pcss +9 -0
  131. package/themes/cloudDark/index.scss +9 -0
  132. package/themes/cloudDark/index.styl +9 -0
  133. package/themes/cloudDark/struct.json +38 -27
  134. package/themes/home/cssVars/declarations/index.css +9 -0
  135. package/themes/home/cssVars/declarations/noColors.css +6 -0
  136. package/themes/home/cssVars/declarations/noSizes.css +8 -0
  137. package/themes/home/cssVars/declarations/onlyColors.css +3 -0
  138. package/themes/home/cssVars/declarations/onlyColors.js +2 -2
  139. package/themes/home/cssVars/declarations/onlyVariables.css +9 -0
  140. package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
  141. package/themes/home/cssVars/declarations/onlyVariablesLocal.css +9 -0
  142. package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  143. package/themes/home/cssVars/theme/fallbacks/index.css +9 -0
  144. package/themes/home/cssVars/theme/fallbacks/index.less +9 -0
  145. package/themes/home/cssVars/theme/fallbacks/index.pcss +9 -0
  146. package/themes/home/cssVars/theme/fallbacks/index.scss +9 -0
  147. package/themes/home/cssVars/theme/fallbacks/index.styl +9 -0
  148. package/themes/home/cssVars/theme/index.js +38 -0
  149. package/themes/home/cssVars/theme/index.json +38 -0
  150. package/themes/home/docs.json +82 -4
  151. package/themes/home/index.css +9 -0
  152. package/themes/home/index.js +11 -0
  153. package/themes/home/index.json +11 -0
  154. package/themes/home/index.less +9 -0
  155. package/themes/home/index.pcss +9 -0
  156. package/themes/home/index.scss +9 -0
  157. package/themes/home/index.styl +9 -0
  158. package/themes/home/struct.json +38 -27
  159. package/themes/homeDark/cssVars/declarations/index.css +9 -0
  160. package/themes/homeDark/cssVars/declarations/noColors.css +6 -0
  161. package/themes/homeDark/cssVars/declarations/noSizes.css +8 -0
  162. package/themes/homeDark/cssVars/declarations/onlyColors.css +3 -0
  163. package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
  164. package/themes/homeDark/cssVars/declarations/onlyVariables.css +9 -0
  165. package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
  166. package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
  167. package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  168. package/themes/homeDark/cssVars/theme/fallbacks/index.css +9 -0
  169. package/themes/homeDark/cssVars/theme/fallbacks/index.less +9 -0
  170. package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +9 -0
  171. package/themes/homeDark/cssVars/theme/fallbacks/index.scss +9 -0
  172. package/themes/homeDark/cssVars/theme/fallbacks/index.styl +9 -0
  173. package/themes/homeDark/cssVars/theme/index.js +38 -0
  174. package/themes/homeDark/cssVars/theme/index.json +38 -0
  175. package/themes/homeDark/docs.json +82 -4
  176. package/themes/homeDark/index.css +9 -0
  177. package/themes/homeDark/index.js +11 -0
  178. package/themes/homeDark/index.json +11 -0
  179. package/themes/homeDark/index.less +9 -0
  180. package/themes/homeDark/index.pcss +9 -0
  181. package/themes/homeDark/index.scss +9 -0
  182. package/themes/homeDark/index.styl +9 -0
  183. package/themes/homeDark/struct.json +38 -27
  184. package/themes/media/cssVars/declarations/index.css +9 -0
  185. package/themes/media/cssVars/declarations/noColors.css +6 -0
  186. package/themes/media/cssVars/declarations/noSizes.css +8 -0
  187. package/themes/media/cssVars/declarations/onlyColors.css +3 -0
  188. package/themes/media/cssVars/declarations/onlyColors.js +2 -2
  189. package/themes/media/cssVars/declarations/onlyVariables.css +9 -0
  190. package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
  191. package/themes/media/cssVars/declarations/onlyVariablesLocal.css +9 -0
  192. package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  193. package/themes/media/cssVars/theme/fallbacks/index.css +9 -0
  194. package/themes/media/cssVars/theme/fallbacks/index.less +9 -0
  195. package/themes/media/cssVars/theme/fallbacks/index.pcss +9 -0
  196. package/themes/media/cssVars/theme/fallbacks/index.scss +9 -0
  197. package/themes/media/cssVars/theme/fallbacks/index.styl +9 -0
  198. package/themes/media/cssVars/theme/index.js +38 -0
  199. package/themes/media/cssVars/theme/index.json +38 -0
  200. package/themes/media/docs.json +82 -4
  201. package/themes/media/index.css +9 -0
  202. package/themes/media/index.js +11 -0
  203. package/themes/media/index.json +11 -0
  204. package/themes/media/index.less +9 -0
  205. package/themes/media/index.pcss +9 -0
  206. package/themes/media/index.scss +9 -0
  207. package/themes/media/index.styl +9 -0
  208. package/themes/media/struct.json +38 -27
  209. package/themes/mediaDark/cssVars/declarations/index.css +9 -0
  210. package/themes/mediaDark/cssVars/declarations/noColors.css +6 -0
  211. package/themes/mediaDark/cssVars/declarations/noSizes.css +8 -0
  212. package/themes/mediaDark/cssVars/declarations/onlyColors.css +3 -0
  213. package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
  214. package/themes/mediaDark/cssVars/declarations/onlyVariables.css +9 -0
  215. package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
  216. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
  217. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  218. package/themes/mediaDark/cssVars/theme/fallbacks/index.css +9 -0
  219. package/themes/mediaDark/cssVars/theme/fallbacks/index.less +9 -0
  220. package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +9 -0
  221. package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +9 -0
  222. package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +9 -0
  223. package/themes/mediaDark/cssVars/theme/index.js +38 -0
  224. package/themes/mediaDark/cssVars/theme/index.json +38 -0
  225. package/themes/mediaDark/docs.json +82 -4
  226. package/themes/mediaDark/index.css +9 -0
  227. package/themes/mediaDark/index.js +11 -0
  228. package/themes/mediaDark/index.json +11 -0
  229. package/themes/mediaDark/index.less +9 -0
  230. package/themes/mediaDark/index.pcss +9 -0
  231. package/themes/mediaDark/index.scss +9 -0
  232. package/themes/mediaDark/index.styl +9 -0
  233. package/themes/mediaDark/struct.json +38 -27
  234. package/themes/mycom/cssVars/declarations/index.css +9 -0
  235. package/themes/mycom/cssVars/declarations/noColors.css +6 -0
  236. package/themes/mycom/cssVars/declarations/noSizes.css +8 -0
  237. package/themes/mycom/cssVars/declarations/onlyColors.css +3 -0
  238. package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
  239. package/themes/mycom/cssVars/declarations/onlyVariables.css +9 -0
  240. package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
  241. package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +9 -0
  242. package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  243. package/themes/mycom/cssVars/theme/fallbacks/index.css +9 -0
  244. package/themes/mycom/cssVars/theme/fallbacks/index.less +9 -0
  245. package/themes/mycom/cssVars/theme/fallbacks/index.pcss +9 -0
  246. package/themes/mycom/cssVars/theme/fallbacks/index.scss +9 -0
  247. package/themes/mycom/cssVars/theme/fallbacks/index.styl +9 -0
  248. package/themes/mycom/cssVars/theme/index.js +38 -0
  249. package/themes/mycom/cssVars/theme/index.json +38 -0
  250. package/themes/mycom/docs.json +82 -4
  251. package/themes/mycom/index.css +9 -0
  252. package/themes/mycom/index.js +11 -0
  253. package/themes/mycom/index.json +11 -0
  254. package/themes/mycom/index.less +9 -0
  255. package/themes/mycom/index.pcss +9 -0
  256. package/themes/mycom/index.scss +9 -0
  257. package/themes/mycom/index.styl +9 -0
  258. package/themes/mycom/struct.json +38 -27
  259. package/themes/octavius/cssVars/declarations/index.css +9 -0
  260. package/themes/octavius/cssVars/declarations/noColors.css +6 -0
  261. package/themes/octavius/cssVars/declarations/noSizes.css +8 -0
  262. package/themes/octavius/cssVars/declarations/onlyColors.css +3 -0
  263. package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
  264. package/themes/octavius/cssVars/declarations/onlyVariables.css +9 -0
  265. package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
  266. package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +9 -0
  267. package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  268. package/themes/octavius/cssVars/theme/fallbacks/index.css +9 -0
  269. package/themes/octavius/cssVars/theme/fallbacks/index.less +9 -0
  270. package/themes/octavius/cssVars/theme/fallbacks/index.pcss +9 -0
  271. package/themes/octavius/cssVars/theme/fallbacks/index.scss +9 -0
  272. package/themes/octavius/cssVars/theme/fallbacks/index.styl +9 -0
  273. package/themes/octavius/cssVars/theme/index.js +38 -0
  274. package/themes/octavius/cssVars/theme/index.json +38 -0
  275. package/themes/octavius/docs.json +82 -4
  276. package/themes/octavius/index.css +9 -0
  277. package/themes/octavius/index.js +11 -0
  278. package/themes/octavius/index.json +11 -0
  279. package/themes/octavius/index.less +9 -0
  280. package/themes/octavius/index.pcss +9 -0
  281. package/themes/octavius/index.scss +9 -0
  282. package/themes/octavius/index.styl +9 -0
  283. package/themes/octavius/struct.json +38 -27
  284. package/themes/octaviusCompact/cssVars/declarations/index.css +9 -0
  285. package/themes/octaviusCompact/cssVars/declarations/noColors.css +6 -0
  286. package/themes/octaviusCompact/cssVars/declarations/noSizes.css +8 -0
  287. package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +3 -0
  288. package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
  289. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +9 -0
  290. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
  291. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +9 -0
  292. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  293. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +9 -0
  294. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +9 -0
  295. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +9 -0
  296. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +9 -0
  297. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +9 -0
  298. package/themes/octaviusCompact/cssVars/theme/index.js +38 -0
  299. package/themes/octaviusCompact/cssVars/theme/index.json +38 -0
  300. package/themes/octaviusCompact/docs.json +82 -4
  301. package/themes/octaviusCompact/index.css +9 -0
  302. package/themes/octaviusCompact/index.js +11 -0
  303. package/themes/octaviusCompact/index.json +11 -0
  304. package/themes/octaviusCompact/index.less +9 -0
  305. package/themes/octaviusCompact/index.pcss +9 -0
  306. package/themes/octaviusCompact/index.scss +9 -0
  307. package/themes/octaviusCompact/index.styl +9 -0
  308. package/themes/octaviusCompact/struct.json +38 -27
  309. package/themes/octaviusCompactDark/cssVars/declarations/index.css +9 -0
  310. package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +6 -0
  311. package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +8 -0
  312. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +3 -0
  313. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
  314. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +9 -0
  315. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
  316. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
  317. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  318. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +9 -0
  319. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +9 -0
  320. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +9 -0
  321. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +9 -0
  322. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +9 -0
  323. package/themes/octaviusCompactDark/cssVars/theme/index.js +38 -0
  324. package/themes/octaviusCompactDark/cssVars/theme/index.json +38 -0
  325. package/themes/octaviusCompactDark/docs.json +82 -4
  326. package/themes/octaviusCompactDark/index.css +9 -0
  327. package/themes/octaviusCompactDark/index.js +11 -0
  328. package/themes/octaviusCompactDark/index.json +11 -0
  329. package/themes/octaviusCompactDark/index.less +9 -0
  330. package/themes/octaviusCompactDark/index.pcss +9 -0
  331. package/themes/octaviusCompactDark/index.scss +9 -0
  332. package/themes/octaviusCompactDark/index.styl +9 -0
  333. package/themes/octaviusCompactDark/struct.json +38 -27
  334. package/themes/octaviusDark/cssVars/declarations/index.css +9 -0
  335. package/themes/octaviusDark/cssVars/declarations/noColors.css +6 -0
  336. package/themes/octaviusDark/cssVars/declarations/noSizes.css +8 -0
  337. package/themes/octaviusDark/cssVars/declarations/onlyColors.css +3 -0
  338. package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
  339. package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +9 -0
  340. package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
  341. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
  342. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  343. package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +9 -0
  344. package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +9 -0
  345. package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +9 -0
  346. package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +9 -0
  347. package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +9 -0
  348. package/themes/octaviusDark/cssVars/theme/index.js +38 -0
  349. package/themes/octaviusDark/cssVars/theme/index.json +38 -0
  350. package/themes/octaviusDark/docs.json +82 -4
  351. package/themes/octaviusDark/index.css +9 -0
  352. package/themes/octaviusDark/index.js +11 -0
  353. package/themes/octaviusDark/index.json +11 -0
  354. package/themes/octaviusDark/index.less +9 -0
  355. package/themes/octaviusDark/index.pcss +9 -0
  356. package/themes/octaviusDark/index.scss +9 -0
  357. package/themes/octaviusDark/index.styl +9 -0
  358. package/themes/octaviusDark/struct.json +38 -27
  359. package/themes/octaviusVK/cssVars/declarations/index.css +9 -0
  360. package/themes/octaviusVK/cssVars/declarations/noColors.css +6 -0
  361. package/themes/octaviusVK/cssVars/declarations/noSizes.css +8 -0
  362. package/themes/octaviusVK/cssVars/declarations/onlyColors.css +3 -0
  363. package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
  364. package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +9 -0
  365. package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
  366. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +9 -0
  367. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  368. package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +9 -0
  369. package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +9 -0
  370. package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +9 -0
  371. package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +9 -0
  372. package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +9 -0
  373. package/themes/octaviusVK/cssVars/theme/index.js +38 -0
  374. package/themes/octaviusVK/cssVars/theme/index.json +38 -0
  375. package/themes/octaviusVK/docs.json +82 -4
  376. package/themes/octaviusVK/index.css +9 -0
  377. package/themes/octaviusVK/index.js +11 -0
  378. package/themes/octaviusVK/index.json +11 -0
  379. package/themes/octaviusVK/index.less +9 -0
  380. package/themes/octaviusVK/index.pcss +9 -0
  381. package/themes/octaviusVK/index.scss +9 -0
  382. package/themes/octaviusVK/index.styl +9 -0
  383. package/themes/octaviusVK/struct.json +38 -27
  384. package/themes/octaviusVKDark/cssVars/declarations/index.css +18 -9
  385. package/themes/octaviusVKDark/cssVars/declarations/noColors.css +6 -0
  386. package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +17 -9
  387. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +12 -9
  388. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
  389. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +18 -9
  390. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
  391. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  392. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
  393. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +18 -9
  394. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +18 -9
  395. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +18 -9
  396. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +18 -9
  397. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +18 -9
  398. package/themes/octaviusVKDark/cssVars/theme/index.js +47 -9
  399. package/themes/octaviusVKDark/cssVars/theme/index.json +47 -9
  400. package/themes/octaviusVKDark/docs.json +82 -4
  401. package/themes/octaviusVKDark/index.css +18 -9
  402. package/themes/octaviusVKDark/index.js +19 -8
  403. package/themes/octaviusVKDark/index.json +19 -8
  404. package/themes/octaviusVKDark/index.less +18 -9
  405. package/themes/octaviusVKDark/index.pcss +18 -9
  406. package/themes/octaviusVKDark/index.scss +18 -9
  407. package/themes/octaviusVKDark/index.styl +18 -9
  408. package/themes/octaviusVKDark/struct.json +46 -35
  409. package/themes/octaviusWhite/cssVars/declarations/index.css +9 -0
  410. package/themes/octaviusWhite/cssVars/declarations/noColors.css +6 -0
  411. package/themes/octaviusWhite/cssVars/declarations/noSizes.css +8 -0
  412. package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +3 -0
  413. package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
  414. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +9 -0
  415. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
  416. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +9 -0
  417. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  418. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +9 -0
  419. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +9 -0
  420. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +9 -0
  421. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +9 -0
  422. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +9 -0
  423. package/themes/octaviusWhite/cssVars/theme/index.js +38 -0
  424. package/themes/octaviusWhite/cssVars/theme/index.json +38 -0
  425. package/themes/octaviusWhite/docs.json +82 -4
  426. package/themes/octaviusWhite/index.css +9 -0
  427. package/themes/octaviusWhite/index.js +11 -0
  428. package/themes/octaviusWhite/index.json +11 -0
  429. package/themes/octaviusWhite/index.less +9 -0
  430. package/themes/octaviusWhite/index.pcss +9 -0
  431. package/themes/octaviusWhite/index.scss +9 -0
  432. package/themes/octaviusWhite/index.styl +9 -0
  433. package/themes/octaviusWhite/struct.json +38 -27
  434. package/themes/otvet/cssVars/declarations/index.css +9 -0
  435. package/themes/otvet/cssVars/declarations/noColors.css +6 -0
  436. package/themes/otvet/cssVars/declarations/noSizes.css +8 -0
  437. package/themes/otvet/cssVars/declarations/onlyColors.css +3 -0
  438. package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
  439. package/themes/otvet/cssVars/declarations/onlyVariables.css +9 -0
  440. package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
  441. package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +9 -0
  442. package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  443. package/themes/otvet/cssVars/theme/fallbacks/index.css +9 -0
  444. package/themes/otvet/cssVars/theme/fallbacks/index.less +9 -0
  445. package/themes/otvet/cssVars/theme/fallbacks/index.pcss +9 -0
  446. package/themes/otvet/cssVars/theme/fallbacks/index.scss +9 -0
  447. package/themes/otvet/cssVars/theme/fallbacks/index.styl +9 -0
  448. package/themes/otvet/cssVars/theme/index.js +38 -0
  449. package/themes/otvet/cssVars/theme/index.json +38 -0
  450. package/themes/otvet/docs.json +82 -4
  451. package/themes/otvet/index.css +9 -0
  452. package/themes/otvet/index.js +11 -0
  453. package/themes/otvet/index.json +11 -0
  454. package/themes/otvet/index.less +9 -0
  455. package/themes/otvet/index.pcss +9 -0
  456. package/themes/otvet/index.scss +9 -0
  457. package/themes/otvet/index.styl +9 -0
  458. package/themes/otvet/struct.json +38 -27
  459. package/themes/otvetDark/cssVars/declarations/index.css +9 -0
  460. package/themes/otvetDark/cssVars/declarations/noColors.css +6 -0
  461. package/themes/otvetDark/cssVars/declarations/noSizes.css +8 -0
  462. package/themes/otvetDark/cssVars/declarations/onlyColors.css +3 -0
  463. package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
  464. package/themes/otvetDark/cssVars/declarations/onlyVariables.css +9 -0
  465. package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
  466. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
  467. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  468. package/themes/otvetDark/cssVars/theme/fallbacks/index.css +9 -0
  469. package/themes/otvetDark/cssVars/theme/fallbacks/index.less +9 -0
  470. package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +9 -0
  471. package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +9 -0
  472. package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +9 -0
  473. package/themes/otvetDark/cssVars/theme/index.js +38 -0
  474. package/themes/otvetDark/cssVars/theme/index.json +38 -0
  475. package/themes/otvetDark/docs.json +82 -4
  476. package/themes/otvetDark/index.css +9 -0
  477. package/themes/otvetDark/index.js +11 -0
  478. package/themes/otvetDark/index.json +11 -0
  479. package/themes/otvetDark/index.less +9 -0
  480. package/themes/otvetDark/index.pcss +9 -0
  481. package/themes/otvetDark/index.scss +9 -0
  482. package/themes/otvetDark/index.styl +9 -0
  483. package/themes/otvetDark/struct.json +38 -27
  484. package/themes/paradigmBase/cssVars/declarations/index.css +9 -0
  485. package/themes/paradigmBase/cssVars/declarations/noColors.css +6 -0
  486. package/themes/paradigmBase/cssVars/declarations/noSizes.css +8 -0
  487. package/themes/paradigmBase/cssVars/declarations/onlyColors.css +3 -0
  488. package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
  489. package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +9 -0
  490. package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
  491. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +9 -0
  492. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  493. package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +9 -0
  494. package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +9 -0
  495. package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +9 -0
  496. package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +9 -0
  497. package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +9 -0
  498. package/themes/paradigmBase/cssVars/theme/index.js +38 -0
  499. package/themes/paradigmBase/cssVars/theme/index.json +38 -0
  500. package/themes/paradigmBase/docs.json +82 -4
  501. package/themes/paradigmBase/index.css +9 -0
  502. package/themes/paradigmBase/index.js +11 -0
  503. package/themes/paradigmBase/index.json +11 -0
  504. package/themes/paradigmBase/index.less +9 -0
  505. package/themes/paradigmBase/index.pcss +9 -0
  506. package/themes/paradigmBase/index.scss +9 -0
  507. package/themes/paradigmBase/index.styl +9 -0
  508. package/themes/paradigmBase/struct.json +38 -27
  509. package/themes/paradigmBaseDark/cssVars/declarations/index.css +9 -0
  510. package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +6 -0
  511. package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +8 -0
  512. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +3 -0
  513. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
  514. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +9 -0
  515. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  516. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
  517. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  518. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +9 -0
  519. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +9 -0
  520. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +9 -0
  521. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +9 -0
  522. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +9 -0
  523. package/themes/paradigmBaseDark/cssVars/theme/index.js +38 -0
  524. package/themes/paradigmBaseDark/cssVars/theme/index.json +38 -0
  525. package/themes/paradigmBaseDark/docs.json +82 -4
  526. package/themes/paradigmBaseDark/index.css +9 -0
  527. package/themes/paradigmBaseDark/index.js +11 -0
  528. package/themes/paradigmBaseDark/index.json +11 -0
  529. package/themes/paradigmBaseDark/index.less +9 -0
  530. package/themes/paradigmBaseDark/index.pcss +9 -0
  531. package/themes/paradigmBaseDark/index.scss +9 -0
  532. package/themes/paradigmBaseDark/index.styl +9 -0
  533. package/themes/paradigmBaseDark/struct.json +38 -27
  534. package/themes/pharma/cssVars/declarations/index.css +9 -0
  535. package/themes/pharma/cssVars/declarations/noColors.css +6 -0
  536. package/themes/pharma/cssVars/declarations/noSizes.css +8 -0
  537. package/themes/pharma/cssVars/declarations/onlyColors.css +3 -0
  538. package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
  539. package/themes/pharma/cssVars/declarations/onlyVariables.css +9 -0
  540. package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
  541. package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +9 -0
  542. package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  543. package/themes/pharma/cssVars/theme/fallbacks/index.css +9 -0
  544. package/themes/pharma/cssVars/theme/fallbacks/index.less +9 -0
  545. package/themes/pharma/cssVars/theme/fallbacks/index.pcss +9 -0
  546. package/themes/pharma/cssVars/theme/fallbacks/index.scss +9 -0
  547. package/themes/pharma/cssVars/theme/fallbacks/index.styl +9 -0
  548. package/themes/pharma/cssVars/theme/index.js +38 -0
  549. package/themes/pharma/cssVars/theme/index.json +38 -0
  550. package/themes/pharma/docs.json +82 -4
  551. package/themes/pharma/index.css +9 -0
  552. package/themes/pharma/index.js +11 -0
  553. package/themes/pharma/index.json +11 -0
  554. package/themes/pharma/index.less +9 -0
  555. package/themes/pharma/index.pcss +9 -0
  556. package/themes/pharma/index.scss +9 -0
  557. package/themes/pharma/index.styl +9 -0
  558. package/themes/pharma/struct.json +38 -27
  559. package/themes/promo/cssVars/declarations/index.css +9 -0
  560. package/themes/promo/cssVars/declarations/noColors.css +6 -0
  561. package/themes/promo/cssVars/declarations/noSizes.css +8 -0
  562. package/themes/promo/cssVars/declarations/onlyColors.css +3 -0
  563. package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
  564. package/themes/promo/cssVars/declarations/onlyVariables.css +9 -0
  565. package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
  566. package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +9 -0
  567. package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  568. package/themes/promo/cssVars/theme/fallbacks/index.css +9 -0
  569. package/themes/promo/cssVars/theme/fallbacks/index.less +9 -0
  570. package/themes/promo/cssVars/theme/fallbacks/index.pcss +9 -0
  571. package/themes/promo/cssVars/theme/fallbacks/index.scss +9 -0
  572. package/themes/promo/cssVars/theme/fallbacks/index.styl +9 -0
  573. package/themes/promo/cssVars/theme/index.js +38 -0
  574. package/themes/promo/cssVars/theme/index.json +38 -0
  575. package/themes/promo/docs.json +82 -4
  576. package/themes/promo/index.css +9 -0
  577. package/themes/promo/index.js +11 -0
  578. package/themes/promo/index.json +11 -0
  579. package/themes/promo/index.less +9 -0
  580. package/themes/promo/index.pcss +9 -0
  581. package/themes/promo/index.scss +9 -0
  582. package/themes/promo/index.styl +9 -0
  583. package/themes/promo/struct.json +38 -27
  584. package/themes/pulse/docs.json +4 -4
  585. package/themes/pulseDark/docs.json +4 -4
  586. package/themes/search/cssVars/declarations/index.css +9 -0
  587. package/themes/search/cssVars/declarations/noColors.css +6 -0
  588. package/themes/search/cssVars/declarations/noSizes.css +8 -0
  589. package/themes/search/cssVars/declarations/onlyColors.css +3 -0
  590. package/themes/search/cssVars/declarations/onlyColors.js +2 -2
  591. package/themes/search/cssVars/declarations/onlyVariables.css +9 -0
  592. package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
  593. package/themes/search/cssVars/declarations/onlyVariablesLocal.css +9 -0
  594. package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  595. package/themes/search/cssVars/theme/fallbacks/index.css +9 -0
  596. package/themes/search/cssVars/theme/fallbacks/index.less +9 -0
  597. package/themes/search/cssVars/theme/fallbacks/index.pcss +9 -0
  598. package/themes/search/cssVars/theme/fallbacks/index.scss +9 -0
  599. package/themes/search/cssVars/theme/fallbacks/index.styl +9 -0
  600. package/themes/search/cssVars/theme/index.js +38 -0
  601. package/themes/search/cssVars/theme/index.json +38 -0
  602. package/themes/search/docs.json +82 -4
  603. package/themes/search/index.css +9 -0
  604. package/themes/search/index.js +11 -0
  605. package/themes/search/index.json +11 -0
  606. package/themes/search/index.less +9 -0
  607. package/themes/search/index.pcss +9 -0
  608. package/themes/search/index.scss +9 -0
  609. package/themes/search/index.styl +9 -0
  610. package/themes/search/struct.json +41 -30
  611. package/themes/todo/cssVars/declarations/index.css +9 -0
  612. package/themes/todo/cssVars/declarations/noColors.css +6 -0
  613. package/themes/todo/cssVars/declarations/noSizes.css +8 -0
  614. package/themes/todo/cssVars/declarations/onlyColors.css +3 -0
  615. package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
  616. package/themes/todo/cssVars/declarations/onlyVariables.css +9 -0
  617. package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
  618. package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +9 -0
  619. package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  620. package/themes/todo/cssVars/theme/fallbacks/index.css +9 -0
  621. package/themes/todo/cssVars/theme/fallbacks/index.less +9 -0
  622. package/themes/todo/cssVars/theme/fallbacks/index.pcss +9 -0
  623. package/themes/todo/cssVars/theme/fallbacks/index.scss +9 -0
  624. package/themes/todo/cssVars/theme/fallbacks/index.styl +9 -0
  625. package/themes/todo/cssVars/theme/index.js +38 -0
  626. package/themes/todo/cssVars/theme/index.json +38 -0
  627. package/themes/todo/docs.json +82 -4
  628. package/themes/todo/index.css +9 -0
  629. package/themes/todo/index.js +11 -0
  630. package/themes/todo/index.json +11 -0
  631. package/themes/todo/index.less +9 -0
  632. package/themes/todo/index.pcss +9 -0
  633. package/themes/todo/index.scss +9 -0
  634. package/themes/todo/index.styl +9 -0
  635. package/themes/todo/struct.json +38 -27
  636. package/themes/vkBase/cssVars/declarations/index.css +9 -0
  637. package/themes/vkBase/cssVars/declarations/noColors.css +6 -0
  638. package/themes/vkBase/cssVars/declarations/noSizes.css +8 -0
  639. package/themes/vkBase/cssVars/declarations/onlyColors.css +3 -0
  640. package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
  641. package/themes/vkBase/cssVars/declarations/onlyVariables.css +9 -0
  642. package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
  643. package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +9 -0
  644. package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
  645. package/themes/vkBase/cssVars/theme/fallbacks/index.css +9 -0
  646. package/themes/vkBase/cssVars/theme/fallbacks/index.less +9 -0
  647. package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +9 -0
  648. package/themes/vkBase/cssVars/theme/fallbacks/index.scss +9 -0
  649. package/themes/vkBase/cssVars/theme/fallbacks/index.styl +9 -0
  650. package/themes/vkBase/cssVars/theme/index.js +38 -0
  651. package/themes/vkBase/cssVars/theme/index.json +38 -0
  652. package/themes/vkBase/docs.json +82 -4
  653. package/themes/vkBase/index.css +9 -0
  654. package/themes/vkBase/index.js +11 -0
  655. package/themes/vkBase/index.json +11 -0
  656. package/themes/vkBase/index.less +9 -0
  657. package/themes/vkBase/index.pcss +9 -0
  658. package/themes/vkBase/index.scss +9 -0
  659. package/themes/vkBase/index.styl +9 -0
  660. package/themes/vkBase/struct.json +13 -0
  661. package/themes/vkBaseDark/cssVars/declarations/index.css +18 -9
  662. package/themes/vkBaseDark/cssVars/declarations/noColors.css +6 -0
  663. package/themes/vkBaseDark/cssVars/declarations/noSizes.css +17 -9
  664. package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +12 -9
  665. package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
  666. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +18 -9
  667. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  668. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  669. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -9
  670. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +18 -9
  671. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +18 -9
  672. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +18 -9
  673. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +18 -9
  674. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +18 -9
  675. package/themes/vkBaseDark/cssVars/theme/index.js +47 -9
  676. package/themes/vkBaseDark/cssVars/theme/index.json +47 -9
  677. package/themes/vkBaseDark/docs.json +82 -4
  678. package/themes/vkBaseDark/index.css +18 -9
  679. package/themes/vkBaseDark/index.js +19 -8
  680. package/themes/vkBaseDark/index.json +19 -8
  681. package/themes/vkBaseDark/index.less +18 -9
  682. package/themes/vkBaseDark/index.pcss +18 -9
  683. package/themes/vkBaseDark/index.scss +18 -9
  684. package/themes/vkBaseDark/index.styl +18 -9
  685. package/themes/vkBaseDark/struct.json +21 -8
  686. package/themes/vkCom/cssVars/declarations/index.css +9 -0
  687. package/themes/vkCom/cssVars/declarations/noColors.css +6 -0
  688. package/themes/vkCom/cssVars/declarations/noSizes.css +8 -0
  689. package/themes/vkCom/cssVars/declarations/onlyColors.css +3 -0
  690. package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
  691. package/themes/vkCom/cssVars/declarations/onlyVariables.css +9 -0
  692. package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
  693. package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +9 -0
  694. package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  695. package/themes/vkCom/cssVars/theme/fallbacks/index.css +9 -0
  696. package/themes/vkCom/cssVars/theme/fallbacks/index.less +9 -0
  697. package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +9 -0
  698. package/themes/vkCom/cssVars/theme/fallbacks/index.scss +9 -0
  699. package/themes/vkCom/cssVars/theme/fallbacks/index.styl +9 -0
  700. package/themes/vkCom/cssVars/theme/index.js +38 -0
  701. package/themes/vkCom/cssVars/theme/index.json +38 -0
  702. package/themes/vkCom/docs.json +82 -4
  703. package/themes/vkCom/index.css +9 -0
  704. package/themes/vkCom/index.js +11 -0
  705. package/themes/vkCom/index.json +11 -0
  706. package/themes/vkCom/index.less +9 -0
  707. package/themes/vkCom/index.pcss +9 -0
  708. package/themes/vkCom/index.scss +9 -0
  709. package/themes/vkCom/index.styl +9 -0
  710. package/themes/vkCom/struct.json +13 -0
  711. package/themes/vkComDark/cssVars/declarations/index.css +9 -0
  712. package/themes/vkComDark/cssVars/declarations/noColors.css +6 -0
  713. package/themes/vkComDark/cssVars/declarations/noSizes.css +8 -0
  714. package/themes/vkComDark/cssVars/declarations/onlyColors.css +3 -0
  715. package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
  716. package/themes/vkComDark/cssVars/declarations/onlyVariables.css +9 -0
  717. package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
  718. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
  719. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  720. package/themes/vkComDark/cssVars/theme/fallbacks/index.css +9 -0
  721. package/themes/vkComDark/cssVars/theme/fallbacks/index.less +9 -0
  722. package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +9 -0
  723. package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +9 -0
  724. package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +9 -0
  725. package/themes/vkComDark/cssVars/theme/index.js +38 -0
  726. package/themes/vkComDark/cssVars/theme/index.json +38 -0
  727. package/themes/vkComDark/docs.json +82 -4
  728. package/themes/vkComDark/index.css +9 -0
  729. package/themes/vkComDark/index.js +11 -0
  730. package/themes/vkComDark/index.json +11 -0
  731. package/themes/vkComDark/index.less +9 -0
  732. package/themes/vkComDark/index.pcss +9 -0
  733. package/themes/vkComDark/index.scss +9 -0
  734. package/themes/vkComDark/index.styl +9 -0
  735. package/themes/vkComDark/struct.json +13 -0
  736. package/themes/vkIOS/cssVars/declarations/index.css +9 -0
  737. package/themes/vkIOS/cssVars/declarations/noColors.css +6 -0
  738. package/themes/vkIOS/cssVars/declarations/noSizes.css +8 -0
  739. package/themes/vkIOS/cssVars/declarations/onlyColors.css +3 -0
  740. package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
  741. package/themes/vkIOS/cssVars/declarations/onlyVariables.css +9 -0
  742. package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
  743. package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +9 -0
  744. package/themes/vkIOS/cssVars/theme/fallbacks/index.css +9 -0
  745. package/themes/vkIOS/cssVars/theme/fallbacks/index.less +9 -0
  746. package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +9 -0
  747. package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +9 -0
  748. package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +9 -0
  749. package/themes/vkIOS/cssVars/theme/index.js +38 -0
  750. package/themes/vkIOS/cssVars/theme/index.json +38 -0
  751. package/themes/vkIOS/docs.json +82 -4
  752. package/themes/vkIOS/index.css +9 -0
  753. package/themes/vkIOS/index.js +11 -0
  754. package/themes/vkIOS/index.json +11 -0
  755. package/themes/vkIOS/index.less +9 -0
  756. package/themes/vkIOS/index.pcss +9 -0
  757. package/themes/vkIOS/index.scss +9 -0
  758. package/themes/vkIOS/index.styl +9 -0
  759. package/themes/vkIOS/struct.json +13 -0
  760. package/themes/vkIOSDark/cssVars/declarations/index.css +18 -9
  761. package/themes/vkIOSDark/cssVars/declarations/noColors.css +6 -0
  762. package/themes/vkIOSDark/cssVars/declarations/noSizes.css +17 -9
  763. package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +12 -9
  764. package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
  765. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +18 -9
  766. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  767. package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
  768. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +18 -9
  769. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +18 -9
  770. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +18 -9
  771. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +18 -9
  772. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +18 -9
  773. package/themes/vkIOSDark/cssVars/theme/index.js +47 -9
  774. package/themes/vkIOSDark/cssVars/theme/index.json +47 -9
  775. package/themes/vkIOSDark/docs.json +82 -4
  776. package/themes/vkIOSDark/index.css +18 -9
  777. package/themes/vkIOSDark/index.js +19 -8
  778. package/themes/vkIOSDark/index.json +19 -8
  779. package/themes/vkIOSDark/index.less +18 -9
  780. package/themes/vkIOSDark/index.pcss +18 -9
  781. package/themes/vkIOSDark/index.scss +18 -9
  782. package/themes/vkIOSDark/index.styl +18 -9
  783. package/themes/vkIOSDark/struct.json +21 -8
@@ -436,6 +436,11 @@ export interface ColorsDescriptionStruct {
436
436
  * @tags color, component, background
437
437
  */
438
438
  colorWriteBarInputBackground: ColorDescription;
439
+ /**
440
+ * @desc Цвет фона поля ввода в компоненте WriteBar
441
+ * @tags color, component
442
+ */
443
+ colorWriteBarInputBorder: ColorDescription;
439
444
  /**
440
445
  * @desc Цвет фона поля ввода в компоненте WriteBar с прозрачностью
441
446
  * @tags color, component, alpha
@@ -347,3 +347,30 @@ export interface Sizes {
347
347
  */
348
348
  sizeSubnavigationBarPaddingVertical: number;
349
349
  }
350
+ export interface SpacingSizes {
351
+ /**
352
+ * @desc Стандартный токен размера xs для отступов
353
+ * @tags size
354
+ */
355
+ spacingSizeXs: number;
356
+ /**
357
+ * @desc Стандартный токен размера s для отступов
358
+ * @tags size
359
+ */
360
+ spacingSizeS: number;
361
+ /**
362
+ * @desc Стандартный токен размера m для отступов
363
+ * @tags size
364
+ */
365
+ spacingSizeM: number;
366
+ /**
367
+ * @desc Стандартный токен размера l для отступов
368
+ * @tags size
369
+ */
370
+ spacingSizeL: number;
371
+ /**
372
+ * @desc Стандартный токен размера xl для отступов
373
+ * @tags size
374
+ */
375
+ spacingSizeXl: number;
376
+ }
@@ -2,7 +2,7 @@ import { Property } from 'csstype';
2
2
  import { Animations } from './animations';
3
3
  import { ColorDescription, Colors, ColorsDescriptionStruct } from './colors';
4
4
  import { Elevation } from './elevation';
5
- import { Sizes } from './geometry';
5
+ import { Sizes, SpacingSizes } from './geometry';
6
6
  import { Gradients } from './gradients';
7
7
  import { ToneValues } from './toneValues';
8
8
  import { Adaptive } from './tools';
@@ -60,7 +60,7 @@ export interface WithThemeType {
60
60
  /**
61
61
  * Общий интерфейс между описанием и самой темой
62
62
  */
63
- export interface ThemeGeneral extends AdaptiveTokens, SpecialTokens, ToneValues, ZIndex, TypographyBaseProps, Elevation, Gradients, Animations {
63
+ export interface ThemeGeneral extends AdaptiveTokens, SpecialTokens, ToneValues, ZIndex, TypographyBaseProps, Elevation, Gradients, Animations, SpacingSizes {
64
64
  }
65
65
  /**
66
66
  * Интерфейс описания Темы (в этом типе описываются все темы дизайн-системы)
@@ -68,7 +68,7 @@ export interface Fonts {
68
68
  */
69
69
  fontFootnote: Font;
70
70
  /**
71
- * @desc Текст подписей строчными буквами
71
+ * @desc Текст подписей прописными буквами
72
72
  * @tags font
73
73
  */
74
74
  fontFootnoteCaps: Font;
@@ -78,7 +78,7 @@ export interface Fonts {
78
78
  */
79
79
  fontCaption1: Font;
80
80
  /**
81
- * @desc Текст для подсказок строчными буквами, уровень 1
81
+ * @desc Текст для подсказок прописными буквами, уровень 1
82
82
  * @tags font
83
83
  */
84
84
  fontCaption1Caps: Font;
@@ -88,7 +88,7 @@ export interface Fonts {
88
88
  */
89
89
  fontCaption2: Font;
90
90
  /**
91
- * @desc Текст для подсказок строчными буквами, уровень 2
91
+ * @desc Текст для подсказок прописными буквами, уровень 2
92
92
  * @tags font
93
93
  */
94
94
  fontCaption2Caps: Font;
@@ -98,7 +98,7 @@ export interface Fonts {
98
98
  */
99
99
  fontCaption3: Font;
100
100
  /**
101
- * @desc Текст для подсказок строчными буквами, уровень 3
101
+ * @desc Текст для подсказок прописными буквами, уровень 3
102
102
  * @tags font
103
103
  */
104
104
  fontCaption3Caps: Font;
@@ -107,6 +107,11 @@ export interface Fonts {
107
107
  * Глобальные переменные типографии, которые можно использовать вне групп
108
108
  */
109
109
  export interface TypographyBaseProps {
110
+ /**
111
+ * @desc Фолбеки на случай пока грузится шрифт или если шрифт не загрузился
112
+ * @tags font
113
+ */
114
+ fontFamilyFallbacks: Property.FontFamily;
110
115
  /**
111
116
  * @desc Семейство шрифтов для заголовков
112
117
  * @tags font
@@ -37,6 +37,7 @@ export interface LocalCalendarColorDescriptionStruct {
37
37
  calendarColorSidebarComposeButtonIcon: ColorDescription;
38
38
  calendarColorSidebarComposeButtonText: ColorDescription;
39
39
  calendarColorSidebarScrollbar: ColorDescription;
40
+ calendarColorComposeButtonBorderAlpha: ColorDescription;
40
41
  calendarColorHeaderBackground: ColorDescription;
41
42
  calendarColorHeaderSecondaryAlpha: ColorDescription;
42
43
  calendarColorHeaderonSecondary: ColorDescription;
@@ -56,6 +57,7 @@ export interface LocalCalendarColorDescriptionStruct {
56
57
  calendarColorTextDateAccent: ColorDescription;
57
58
  calendarColorTextTimeline: ColorDescription;
58
59
  calendarColorStrokeFieldBorder: ColorDescription;
60
+ calendarColorIconPrimary: ColorDescription;
59
61
  }
60
62
  export type CalendarLocalColors = {
61
63
  [key in keyof LocalCalendarColorDescriptionStruct]: ColorWithStates;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/vkui-tokens",
3
- "version": "4.31.0",
3
+ "version": "4.32.1-dev-a13568.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "license": "MIT",
6
6
  "main": "utils/descriptions.js",
@@ -43,7 +43,7 @@
43
43
  "@types/react-dom": "18.0.10",
44
44
  "@typescript-eslint/eslint-plugin": "4.33.0",
45
45
  "@typescript-eslint/parser": "4.33.0",
46
- "@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.0",
46
+ "@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.2",
47
47
  "@vkontakte/icons": "2.23.0",
48
48
  "@vkontakte/prettier-config": "0.1.0",
49
49
  "@vkontakte/vk-bridge": "2.7.2",
@@ -67,7 +67,7 @@
67
67
  "eslint-plugin-jasmine": "4.1.3",
68
68
  "eslint-plugin-prettier": "4.2.1",
69
69
  "eslint-plugin-simple-import-sort": "10.0.0",
70
- "eslint-plugin-sonarjs": "0.17.0",
70
+ "eslint-plugin-sonarjs": "0.19.0",
71
71
  "fs-extra": "11.1.0",
72
72
  "html-webpack-plugin": "5.5.0",
73
73
  "jest": "29.4.1",
@@ -76,7 +76,7 @@
76
76
  "prettier": "2.8.4",
77
77
  "react": "18.2.0",
78
78
  "react-dom": "18.2.0",
79
- "rimraf": "4.4.0",
79
+ "rimraf": "4.4.1",
80
80
  "style-loader": "3.3.1",
81
81
  "terser-webpack-plugin": "5.3.6",
82
82
  "ts-jest": "29.0.5",
@@ -87,7 +87,7 @@
87
87
  "tscpaths": "0.0.9",
88
88
  "type-fest": "3.6.1",
89
89
  "typescript": "4.9.5",
90
- "webpack": "5.76.1",
90
+ "webpack": "5.77.0",
91
91
  "webpack-cli": "5.0.1",
92
92
  "webpack-dev-server": "4.11.1",
93
93
  "webpack-notifier": "1.15.0"
@@ -16,8 +16,9 @@ var getGradientPointsFromColor_1 = require("../../build/helpers/getGradientPoint
16
16
  var tokenHelpers_1 = require("../../build/helpers/tokenHelpers");
17
17
  var overlayColors_1 = require("../../build/themeProcessors/expandColors/overlayColors");
18
18
  var common_1 = require("../../utils/common");
19
- var fontFamilyAccent = 'MailSans, Helvetica, Arial, sans-serif';
20
- var fontFamilyBase = 'Helvetica, Arial, sans-serif';
19
+ var fontFamilyFallbacks = 'Helvetica, Arial, sans-serif';
20
+ var fontFamilyAccent = "MailSans, ".concat(fontFamilyFallbacks);
21
+ var fontFamilyBase = fontFamilyFallbacks;
21
22
  var fontWeightAccent1 = 500;
22
23
  var fontWeightAccent2 = 500;
23
24
  var fontWeightAccent3 = 400;
@@ -124,6 +125,7 @@ exports.lightColors = {
124
125
  colorHeaderBackground: '#FFFFFF',
125
126
  colorPanelHeaderIcon: '#005FF9',
126
127
  colorWriteBarInputBackground: '#F0F1F3',
128
+ colorWriteBarInputBorder: '#E1E3E6',
127
129
  colorWriteBarInputBorderAlpha: 'rgba(0, 16, 61, 0.8)',
128
130
  colorTrackBackground: '#DADCE0',
129
131
  colorTrackBuffer: '#83AAEA',
@@ -238,6 +240,7 @@ exports.darkColors = {
238
240
  colorHeaderBackground: '#232324',
239
241
  colorPanelHeaderIcon: '#3C82FD',
240
242
  colorWriteBarInputBackground: '#2A2A2B',
243
+ colorWriteBarInputBorder: '#2C2D2E',
241
244
  colorWriteBarInputBorderAlpha: 'rgba(255, 255, 255, 0.8)',
242
245
  colorTrackBackground: '#434445',
243
246
  colorTrackBuffer: '#83AAEA',
@@ -256,7 +259,7 @@ exports.darkColors = {
256
259
  };
257
260
  exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, exports.lightColors), {
258
261
  // Типографика
259
- fontFamilyAccent: fontFamilyAccent, fontFamilyBase: fontFamilyBase, fontWeightAccent1: fontWeightAccent1, fontWeightAccent2: fontWeightAccent2, fontWeightAccent3: fontWeightAccent3, fontWeightBase1: fontWeightBase1, fontWeightBase2: fontWeightBase2, fontWeightBase3: fontWeightBase3, fontTitle1: {
262
+ fontFamilyFallbacks: fontFamilyFallbacks, fontFamilyAccent: fontFamilyAccent, fontFamilyBase: fontFamilyBase, fontWeightAccent1: fontWeightAccent1, fontWeightAccent2: fontWeightAccent2, fontWeightAccent3: fontWeightAccent3, fontWeightBase1: fontWeightBase1, fontWeightBase2: fontWeightBase2, fontWeightBase3: fontWeightBase3, fontTitle1: {
260
263
  regular: {
261
264
  fontSize: 24,
262
265
  lineHeight: 28,
@@ -562,6 +565,8 @@ exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, export
562
565
  sizeSubnavigationBarPaddingVertical: {
563
566
  regular: 12,
564
567
  },
568
+ // Стандартные токены для отступов
569
+ spacingSizeXs: 4, spacingSizeS: 6, spacingSizeM: 8, spacingSizeL: 10, spacingSizeXl: 12,
565
570
  // Прочие отступы
566
571
  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 });
567
572
  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;
@@ -14,8 +14,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.darkTheme = exports.lightTheme = exports.darkElevation = exports.darkGradient = exports.darkColors = exports.lightElevation = exports.lightGradient = exports.lightColors = void 0;
15
15
  var getGradientPointsFromColor_1 = require("../../build/helpers/getGradientPointsFromColor");
16
16
  var tokenHelpers_1 = require("../../build/helpers/tokenHelpers");
17
- var fontFamilyAccent = "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif";
18
- var fontFamilyBase = "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif";
17
+ var fontFamilyFallbacks = '-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif';
18
+ var fontFamilyAccent = fontFamilyFallbacks;
19
+ var fontFamilyBase = fontFamilyFallbacks;
19
20
  var fontWeightAccent1 = 600;
20
21
  var fontWeightAccent2 = 500;
21
22
  var fontWeightAccent3 = 400;
@@ -133,6 +134,7 @@ exports.lightColors = {
133
134
  colorSkeletonTo: '#E1E3E6',
134
135
  colorWriteBarIcon: '#3F8AE0',
135
136
  colorWriteBarInputBackground: '#F2F3F5',
137
+ colorWriteBarInputBorder: '#E1E3E6',
136
138
  colorWriteBarInputBorderAlpha: 'rgba(0, 0, 0, 0.08)',
137
139
  colorTrackBackground: '#E1E3E6',
138
140
  colorTrackBuffer: '#A0BFE4',
@@ -198,8 +200,8 @@ exports.darkColors = {
198
200
  colorTextPrimary: '#E1E3E6',
199
201
  colorTextPrimaryInvariably: '#000000',
200
202
  colorTextSecondary: '#76787A',
201
- colorTextSubhead: '#5D5F61',
202
- colorTextTertiary: '#636567',
203
+ colorTextSubhead: '#969A9F',
204
+ colorTextTertiary: '#5D5F61',
203
205
  colorTextContrast: '#FFFFFF',
204
206
  colorTextContrastThemed: '#000000',
205
207
  colorTextPositive: '#4BB34B',
@@ -257,7 +259,8 @@ exports.darkColors = {
257
259
  colorSkeletonFrom: '#232324',
258
260
  colorSkeletonTo: '#2C2D2E',
259
261
  colorWriteBarIcon: '#529EF4',
260
- colorWriteBarInputBackground: '#232324',
262
+ colorWriteBarInputBackground: '#2C2D2E',
263
+ colorWriteBarInputBorder: '#2C2D2E',
261
264
  colorWriteBarInputBorderAlpha: 'rgba(255, 255, 255, 0.8)',
262
265
  colorActionSheetText: '#529EF4',
263
266
  colorTrackBackground: '#454647',
@@ -283,7 +286,7 @@ exports.darkElevation = {
283
286
  };
284
287
  exports.lightTheme = __assign(__assign(__assign(__assign({ themeName: 'vkBase', themeNameBase: 'vkBase' }, exports.lightColors), exports.lightGradient), exports.lightElevation), {
285
288
  // Типографика
286
- fontFamilyAccent: fontFamilyAccent, fontFamilyBase: fontFamilyBase, fontWeightAccent1: fontWeightAccent1, fontWeightAccent2: fontWeightAccent2, fontWeightAccent3: fontWeightAccent3, fontWeightBase1: fontWeightBase1, fontWeightBase2: fontWeightBase2, fontWeightBase3: fontWeightBase3, fontTitle1: {
289
+ fontFamilyFallbacks: fontFamilyFallbacks, fontFamilyAccent: fontFamilyAccent, fontFamilyBase: fontFamilyBase, fontWeightAccent1: fontWeightAccent1, fontWeightAccent2: fontWeightAccent2, fontWeightAccent3: fontWeightAccent3, fontWeightBase1: fontWeightBase1, fontWeightBase2: fontWeightBase2, fontWeightBase3: fontWeightBase3, fontTitle1: {
287
290
  regular: {
288
291
  fontSize: 24,
289
292
  lineHeight: 28,
@@ -577,6 +580,8 @@ exports.lightTheme = __assign(__assign(__assign(__assign({ themeName: 'vkBase',
577
580
  sizeSubnavigationBarPaddingVertical: {
578
581
  regular: 12,
579
582
  },
583
+ // Стандартные токены для отступов
584
+ spacingSizeXs: 4, spacingSizeS: 6, spacingSizeM: 8, spacingSizeL: 10, spacingSizeXl: 12,
580
585
  // Разное
581
586
  animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', animationEasingPlatform: 'cubic-bezier(0.4, 0, 0.2, 1)', opacityDisable: 0.4, opacityDisableAccessibility: 0.64, zIndexModal: 99, zIndexPopout: 100 });
582
587
  exports.darkTheme = __assign(__assign(__assign(__assign(__assign({}, exports.lightTheme), exports.darkColors), exports.darkGradient), exports.darkElevation), { themeName: 'vkBaseDark', themeInheritsFrom: 'vkBase', colorsScheme: 'dark' });
@@ -1,5 +1,6 @@
1
1
  :root {
2
2
  --vkui--theme_name: 'calendar';
3
+ --vkui--font_family_fallbacks: Helvetica, Arial, sans-serif;
3
4
  --vkui--font_family_accent: MailSans, Helvetica, Arial, sans-serif;
4
5
  --vkui--font_family_base: MailSans, Helvetica, Arial, sans-serif;
5
6
  --vkui--font_weight_accent1: 500;
@@ -228,6 +229,11 @@
228
229
  --vkui--size_split_col_padding_horizontal--regular: 16px;
229
230
  --vkui--size_subnavigation_bar_gap--regular: 8px;
230
231
  --vkui--size_subnavigation_bar_padding_vertical--regular: 12px;
232
+ --vkui--spacing_size_xs: 4px;
233
+ --vkui--spacing_size_s: 6px;
234
+ --vkui--spacing_size_m: 8px;
235
+ --vkui--spacing_size_l: 10px;
236
+ --vkui--spacing_size_xl: 12px;
231
237
  --vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
232
238
  --vkui--elevation1_invert_y: 0 -2px 0 0 rgba(0, 16, 61, 0.04);
233
239
  --vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
@@ -609,6 +615,9 @@
609
615
  --vkui--color_write_bar_input_background: #F0F1F3;
610
616
  --vkui--color_write_bar_input_background--hover: #E6E8EC;
611
617
  --vkui--color_write_bar_input_background--active: #DDDFE4;
618
+ --vkui--color_write_bar_input_border: #E1E3E6;
619
+ --vkui--color_write_bar_input_border--hover: #D8DBDF;
620
+ --vkui--color_write_bar_input_border--active: #CFD2D8;
612
621
  --vkui--color_write_bar_input_border_alpha: rgba(0, 16, 61, 0.8);
613
622
  --vkui--color_write_bar_input_border_alpha--hover: rgba(0, 16, 61, 0.84);
614
623
  --vkui--color_write_bar_input_border_alpha--active: rgba(0, 16, 61, 0.88);
@@ -762,6 +771,9 @@
762
771
  --vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
763
772
  --vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
764
773
  --vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
774
+ --vkui--calendar_color_compose_button_border_alpha: rgba(0, 16, 61, 0.12);
775
+ --vkui--calendar_color_compose_button_border_alpha--hover: rgba(0, 16, 61, 0.16);
776
+ --vkui--calendar_color_compose_button_border_alpha--active: rgba(0, 16, 61, 0.2);
765
777
  --vkui--calendar_color_header_background: #FFFFFF;
766
778
  --vkui--calendar_color_header_background--hover: #F5F5F7;
767
779
  --vkui--calendar_color_header_background--active: #EBECEF;
@@ -819,6 +831,9 @@
819
831
  --vkui--calendar_color_stroke_field_border: #E0E2E8;
820
832
  --vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
821
833
  --vkui--calendar_color_stroke_field_border--active: #CED1DA;
834
+ --vkui--calendar_color_icon_primary: #2C2D2E;
835
+ --vkui--calendar_color_icon_primary--hover: #2A2C2F;
836
+ --vkui--calendar_color_icon_primary--active: #282B2F;
822
837
  }
823
838
 
824
839
  .vkui--font_title1--regular {
@@ -1,5 +1,6 @@
1
1
  :root {
2
2
  --vkui--theme_name: 'calendar';
3
+ --vkui--font_family_fallbacks: Helvetica, Arial, sans-serif;
3
4
  --vkui--font_family_accent: MailSans, Helvetica, Arial, sans-serif;
4
5
  --vkui--font_family_base: MailSans, Helvetica, Arial, sans-serif;
5
6
  --vkui--font_weight_accent1: 500;
@@ -228,6 +229,11 @@
228
229
  --vkui--size_split_col_padding_horizontal--regular: 16px;
229
230
  --vkui--size_subnavigation_bar_gap--regular: 8px;
230
231
  --vkui--size_subnavigation_bar_padding_vertical--regular: 12px;
232
+ --vkui--spacing_size_xs: 4px;
233
+ --vkui--spacing_size_s: 6px;
234
+ --vkui--spacing_size_m: 8px;
235
+ --vkui--spacing_size_l: 10px;
236
+ --vkui--spacing_size_xl: 12px;
231
237
  --vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
232
238
  --vkui--elevation1_invert_y: 0 -2px 0 0 rgba(0, 16, 61, 0.04);
233
239
  --vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
@@ -1,5 +1,10 @@
1
1
  :root {
2
2
  --vkui--theme_name: 'calendar';
3
+ --vkui--spacing_size_xs: 4px;
4
+ --vkui--spacing_size_s: 6px;
5
+ --vkui--spacing_size_m: 8px;
6
+ --vkui--spacing_size_l: 10px;
7
+ --vkui--spacing_size_xl: 12px;
3
8
  --vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
4
9
  --vkui--elevation1_invert_y: 0 -2px 0 0 rgba(0, 16, 61, 0.04);
5
10
  --vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
@@ -262,6 +267,9 @@
262
267
  --vkui--color_write_bar_input_background: #F0F1F3;
263
268
  --vkui--color_write_bar_input_background--hover: #E6E8EC;
264
269
  --vkui--color_write_bar_input_background--active: #DDDFE4;
270
+ --vkui--color_write_bar_input_border: #E1E3E6;
271
+ --vkui--color_write_bar_input_border--hover: #D8DBDF;
272
+ --vkui--color_write_bar_input_border--active: #CFD2D8;
265
273
  --vkui--color_write_bar_input_border_alpha: rgba(0, 16, 61, 0.8);
266
274
  --vkui--color_write_bar_input_border_alpha--hover: rgba(0, 16, 61, 0.84);
267
275
  --vkui--color_write_bar_input_border_alpha--active: rgba(0, 16, 61, 0.88);
@@ -415,6 +423,9 @@
415
423
  --vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
416
424
  --vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
417
425
  --vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
426
+ --vkui--calendar_color_compose_button_border_alpha: rgba(0, 16, 61, 0.12);
427
+ --vkui--calendar_color_compose_button_border_alpha--hover: rgba(0, 16, 61, 0.16);
428
+ --vkui--calendar_color_compose_button_border_alpha--active: rgba(0, 16, 61, 0.2);
418
429
  --vkui--calendar_color_header_background: #FFFFFF;
419
430
  --vkui--calendar_color_header_background--hover: #F5F5F7;
420
431
  --vkui--calendar_color_header_background--active: #EBECEF;
@@ -472,4 +483,7 @@
472
483
  --vkui--calendar_color_stroke_field_border: #E0E2E8;
473
484
  --vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
474
485
  --vkui--calendar_color_stroke_field_border--active: #CED1DA;
486
+ --vkui--calendar_color_icon_primary: #2C2D2E;
487
+ --vkui--calendar_color_icon_primary--hover: #2A2C2F;
488
+ --vkui--calendar_color_icon_primary--active: #282B2F;
475
489
  }
@@ -230,6 +230,9 @@
230
230
  --vkui--color_write_bar_input_background: #F0F1F3;
231
231
  --vkui--color_write_bar_input_background--hover: #E6E8EC;
232
232
  --vkui--color_write_bar_input_background--active: #DDDFE4;
233
+ --vkui--color_write_bar_input_border: #E1E3E6;
234
+ --vkui--color_write_bar_input_border--hover: #D8DBDF;
235
+ --vkui--color_write_bar_input_border--active: #CFD2D8;
233
236
  --vkui--color_write_bar_input_border_alpha: rgba(0, 16, 61, 0.8);
234
237
  --vkui--color_write_bar_input_border_alpha--hover: rgba(0, 16, 61, 0.84);
235
238
  --vkui--color_write_bar_input_border_alpha--active: rgba(0, 16, 61, 0.88);
@@ -383,6 +386,9 @@
383
386
  --vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
384
387
  --vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
385
388
  --vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
389
+ --vkui--calendar_color_compose_button_border_alpha: rgba(0, 16, 61, 0.12);
390
+ --vkui--calendar_color_compose_button_border_alpha--hover: rgba(0, 16, 61, 0.16);
391
+ --vkui--calendar_color_compose_button_border_alpha--active: rgba(0, 16, 61, 0.2);
386
392
  --vkui--calendar_color_header_background: #FFFFFF;
387
393
  --vkui--calendar_color_header_background--hover: #F5F5F7;
388
394
  --vkui--calendar_color_header_background--active: #EBECEF;
@@ -440,4 +446,7 @@
440
446
  --vkui--calendar_color_stroke_field_border: #E0E2E8;
441
447
  --vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
442
448
  --vkui--calendar_color_stroke_field_border--active: #CED1DA;
449
+ --vkui--calendar_color_icon_primary: #2C2D2E;
450
+ --vkui--calendar_color_icon_primary--hover: #2A2C2F;
451
+ --vkui--calendar_color_icon_primary--active: #282B2F;
443
452
  }