@vkontakte/vkui-tokens 4.78.1 → 4.79.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 (675) hide show
  1. package/interfaces/general/effects/index.d.ts +12 -0
  2. package/package.json +1 -1
  3. package/themeDescriptions/base/paradigm.js +1 -1
  4. package/themeDescriptions/base/vk.js +1 -1
  5. package/themes/calendar/docs.json +33 -0
  6. package/themes/calendarDark/docs.json +33 -0
  7. package/themes/calls/docs.json +33 -0
  8. package/themes/cloud/docs.json +33 -0
  9. package/themes/cloudDark/docs.json +33 -0
  10. package/themes/dobro/cssVars/declarations/index.css +3 -0
  11. package/themes/dobro/cssVars/declarations/noColors.css +3 -0
  12. package/themes/dobro/cssVars/declarations/noSizes.css +3 -0
  13. package/themes/dobro/cssVars/declarations/onlyVariables.css +3 -0
  14. package/themes/dobro/cssVars/declarations/onlyVariables.js +1 -1
  15. package/themes/dobro/cssVars/declarations/onlyVariablesLocal.css +3 -0
  16. package/themes/dobro/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  17. package/themes/dobro/cssVars/theme/fallbacks/index.css +3 -0
  18. package/themes/dobro/cssVars/theme/fallbacks/index.less +3 -0
  19. package/themes/dobro/cssVars/theme/fallbacks/index.pcss +3 -0
  20. package/themes/dobro/cssVars/theme/fallbacks/index.scss +3 -0
  21. package/themes/dobro/cssVars/theme/fallbacks/index.styl +3 -0
  22. package/themes/dobro/cssVars/theme/index.js +1 -1
  23. package/themes/dobro/cssVars/theme/index.json +12 -0
  24. package/themes/dobro/docs.json +33 -0
  25. package/themes/dobro/index.css +3 -0
  26. package/themes/dobro/index.js +1 -1
  27. package/themes/dobro/index.json +3 -0
  28. package/themes/dobro/index.less +3 -0
  29. package/themes/dobro/index.pcss +3 -0
  30. package/themes/dobro/index.scss +3 -0
  31. package/themes/dobro/index.styl +3 -0
  32. package/themes/dobro/struct.json +4 -1
  33. package/themes/dobroDark/cssVars/declarations/index.css +3 -0
  34. package/themes/dobroDark/cssVars/declarations/noColors.css +3 -0
  35. package/themes/dobroDark/cssVars/declarations/noSizes.css +3 -0
  36. package/themes/dobroDark/cssVars/declarations/onlyVariables.css +3 -0
  37. package/themes/dobroDark/cssVars/declarations/onlyVariables.js +1 -1
  38. package/themes/dobroDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  39. package/themes/dobroDark/cssVars/theme/fallbacks/index.css +3 -0
  40. package/themes/dobroDark/cssVars/theme/fallbacks/index.less +3 -0
  41. package/themes/dobroDark/cssVars/theme/fallbacks/index.pcss +3 -0
  42. package/themes/dobroDark/cssVars/theme/fallbacks/index.scss +3 -0
  43. package/themes/dobroDark/cssVars/theme/fallbacks/index.styl +3 -0
  44. package/themes/dobroDark/cssVars/theme/index.js +1 -1
  45. package/themes/dobroDark/cssVars/theme/index.json +12 -0
  46. package/themes/dobroDark/docs.json +33 -0
  47. package/themes/dobroDark/index.css +3 -0
  48. package/themes/dobroDark/index.js +1 -1
  49. package/themes/dobroDark/index.json +3 -0
  50. package/themes/dobroDark/index.less +3 -0
  51. package/themes/dobroDark/index.pcss +3 -0
  52. package/themes/dobroDark/index.scss +3 -0
  53. package/themes/dobroDark/index.styl +3 -0
  54. package/themes/dobroDark/struct.json +4 -1
  55. package/themes/home/docs.json +33 -0
  56. package/themes/homeDark/docs.json +33 -0
  57. package/themes/legoAndroid/cssVars/declarations/index.css +48 -9
  58. package/themes/legoAndroid/cssVars/declarations/noColors.css +27 -0
  59. package/themes/legoAndroid/cssVars/declarations/noSizes.css +12 -9
  60. package/themes/legoAndroid/cssVars/declarations/onlyAdaptiveGroups.css +12 -0
  61. package/themes/legoAndroid/cssVars/declarations/onlyColors.css +9 -9
  62. package/themes/legoAndroid/cssVars/declarations/onlyColors.js +1 -1
  63. package/themes/legoAndroid/cssVars/declarations/onlyVariables.css +20 -9
  64. package/themes/legoAndroid/cssVars/declarations/onlyVariables.js +1 -1
  65. package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocal.css +20 -9
  66. package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -8
  67. package/themes/legoAndroid/cssVars/theme/fallbacks/index.css +36 -9
  68. package/themes/legoAndroid/cssVars/theme/fallbacks/index.less +22 -9
  69. package/themes/legoAndroid/cssVars/theme/fallbacks/index.pcss +22 -9
  70. package/themes/legoAndroid/cssVars/theme/fallbacks/index.scss +34 -9
  71. package/themes/legoAndroid/cssVars/theme/fallbacks/index.styl +22 -9
  72. package/themes/legoAndroid/cssVars/theme/index.js +1 -1
  73. package/themes/legoAndroid/cssVars/theme/index.json +105 -9
  74. package/themes/legoAndroid/docs.json +33 -0
  75. package/themes/legoAndroid/index.css +36 -9
  76. package/themes/legoAndroid/index.js +1 -1
  77. package/themes/legoAndroid/index.json +32 -9
  78. package/themes/legoAndroid/index.less +22 -9
  79. package/themes/legoAndroid/index.pcss +22 -9
  80. package/themes/legoAndroid/index.scss +34 -9
  81. package/themes/legoAndroid/index.styl +22 -9
  82. package/themes/legoAndroid/struct.json +33 -10
  83. package/themes/legoAndroidDark/cssVars/declarations/index.css +51 -12
  84. package/themes/legoAndroidDark/cssVars/declarations/noColors.css +27 -0
  85. package/themes/legoAndroidDark/cssVars/declarations/noSizes.css +15 -12
  86. package/themes/legoAndroidDark/cssVars/declarations/onlyAdaptiveGroups.css +12 -0
  87. package/themes/legoAndroidDark/cssVars/declarations/onlyColors.css +12 -12
  88. package/themes/legoAndroidDark/cssVars/declarations/onlyColors.js +1 -1
  89. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.css +23 -12
  90. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
  91. package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocal.css +23 -12
  92. package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +19 -11
  93. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.css +39 -12
  94. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.less +25 -12
  95. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.pcss +25 -12
  96. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.scss +37 -12
  97. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.styl +25 -12
  98. package/themes/legoAndroidDark/cssVars/theme/index.js +1 -1
  99. package/themes/legoAndroidDark/cssVars/theme/index.json +108 -12
  100. package/themes/legoAndroidDark/docs.json +33 -0
  101. package/themes/legoAndroidDark/index.css +39 -12
  102. package/themes/legoAndroidDark/index.js +1 -1
  103. package/themes/legoAndroidDark/index.json +35 -12
  104. package/themes/legoAndroidDark/index.less +25 -12
  105. package/themes/legoAndroidDark/index.pcss +25 -12
  106. package/themes/legoAndroidDark/index.scss +37 -12
  107. package/themes/legoAndroidDark/index.styl +25 -12
  108. package/themes/legoAndroidDark/struct.json +36 -13
  109. package/themes/legoIOS/cssVars/declarations/index.css +48 -9
  110. package/themes/legoIOS/cssVars/declarations/noColors.css +27 -0
  111. package/themes/legoIOS/cssVars/declarations/noSizes.css +12 -9
  112. package/themes/legoIOS/cssVars/declarations/onlyAdaptiveGroups.css +12 -0
  113. package/themes/legoIOS/cssVars/declarations/onlyColors.css +9 -9
  114. package/themes/legoIOS/cssVars/declarations/onlyColors.js +1 -1
  115. package/themes/legoIOS/cssVars/declarations/onlyVariables.css +20 -9
  116. package/themes/legoIOS/cssVars/declarations/onlyVariables.js +1 -1
  117. package/themes/legoIOS/cssVars/declarations/onlyVariablesLocal.css +20 -9
  118. package/themes/legoIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -8
  119. package/themes/legoIOS/cssVars/theme/fallbacks/index.css +36 -9
  120. package/themes/legoIOS/cssVars/theme/fallbacks/index.less +22 -9
  121. package/themes/legoIOS/cssVars/theme/fallbacks/index.pcss +22 -9
  122. package/themes/legoIOS/cssVars/theme/fallbacks/index.scss +34 -9
  123. package/themes/legoIOS/cssVars/theme/fallbacks/index.styl +22 -9
  124. package/themes/legoIOS/cssVars/theme/index.js +1 -1
  125. package/themes/legoIOS/cssVars/theme/index.json +105 -9
  126. package/themes/legoIOS/docs.json +33 -0
  127. package/themes/legoIOS/index.css +36 -9
  128. package/themes/legoIOS/index.js +1 -1
  129. package/themes/legoIOS/index.json +32 -9
  130. package/themes/legoIOS/index.less +22 -9
  131. package/themes/legoIOS/index.pcss +22 -9
  132. package/themes/legoIOS/index.scss +34 -9
  133. package/themes/legoIOS/index.styl +22 -9
  134. package/themes/legoIOS/struct.json +33 -10
  135. package/themes/legoIOSDark/cssVars/declarations/index.css +51 -12
  136. package/themes/legoIOSDark/cssVars/declarations/noColors.css +27 -0
  137. package/themes/legoIOSDark/cssVars/declarations/noSizes.css +15 -12
  138. package/themes/legoIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +12 -0
  139. package/themes/legoIOSDark/cssVars/declarations/onlyColors.css +12 -12
  140. package/themes/legoIOSDark/cssVars/declarations/onlyColors.js +1 -1
  141. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.css +23 -12
  142. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.js +1 -1
  143. package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocal.css +23 -12
  144. package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +19 -11
  145. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.css +39 -12
  146. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.less +25 -12
  147. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.pcss +25 -12
  148. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.scss +37 -12
  149. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.styl +25 -12
  150. package/themes/legoIOSDark/cssVars/theme/index.js +1 -1
  151. package/themes/legoIOSDark/cssVars/theme/index.json +108 -12
  152. package/themes/legoIOSDark/docs.json +33 -0
  153. package/themes/legoIOSDark/index.css +39 -12
  154. package/themes/legoIOSDark/index.js +1 -1
  155. package/themes/legoIOSDark/index.json +35 -12
  156. package/themes/legoIOSDark/index.less +25 -12
  157. package/themes/legoIOSDark/index.pcss +25 -12
  158. package/themes/legoIOSDark/index.scss +37 -12
  159. package/themes/legoIOSDark/index.styl +25 -12
  160. package/themes/legoIOSDark/struct.json +36 -13
  161. package/themes/media/docs.json +33 -0
  162. package/themes/mediaDark/docs.json +33 -0
  163. package/themes/mycom/docs.json +33 -0
  164. package/themes/octavius/docs.json +33 -0
  165. package/themes/octaviusCompact/docs.json +33 -0
  166. package/themes/octaviusCompactDark/docs.json +33 -0
  167. package/themes/octaviusDark/docs.json +33 -0
  168. package/themes/octaviusVK/docs.json +33 -0
  169. package/themes/octaviusVKDark/docs.json +33 -0
  170. package/themes/octaviusWhite/docs.json +33 -0
  171. package/themes/octaviusWhiteDark/docs.json +33 -0
  172. package/themes/otvet/docs.json +33 -0
  173. package/themes/otvetDark/docs.json +33 -0
  174. package/themes/paradigmBase/docs.json +33 -0
  175. package/themes/paradigmBaseDark/docs.json +33 -0
  176. package/themes/paradigmTech/docs.json +33 -0
  177. package/themes/paradigmTechDark/docs.json +33 -0
  178. package/themes/pharma/docs.json +33 -0
  179. package/themes/portalUI/docs.json +33 -0
  180. package/themes/portalUIDark/docs.json +33 -0
  181. package/themes/promo/docs.json +33 -0
  182. package/themes/search/docs.json +33 -0
  183. package/themes/todo/docs.json +33 -0
  184. package/themes/tutoria/cssVars/declarations/index.css +3 -0
  185. package/themes/tutoria/cssVars/declarations/noColors.css +3 -0
  186. package/themes/tutoria/cssVars/declarations/noSizes.css +3 -0
  187. package/themes/tutoria/cssVars/declarations/onlyVariables.css +3 -0
  188. package/themes/tutoria/cssVars/declarations/onlyVariables.js +1 -1
  189. package/themes/tutoria/cssVars/declarations/onlyVariablesLocal.css +3 -0
  190. package/themes/tutoria/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  191. package/themes/tutoria/cssVars/theme/fallbacks/index.css +3 -0
  192. package/themes/tutoria/cssVars/theme/fallbacks/index.less +3 -0
  193. package/themes/tutoria/cssVars/theme/fallbacks/index.pcss +3 -0
  194. package/themes/tutoria/cssVars/theme/fallbacks/index.scss +3 -0
  195. package/themes/tutoria/cssVars/theme/fallbacks/index.styl +3 -0
  196. package/themes/tutoria/cssVars/theme/index.js +1 -1
  197. package/themes/tutoria/cssVars/theme/index.json +12 -0
  198. package/themes/tutoria/docs.json +33 -0
  199. package/themes/tutoria/index.css +3 -0
  200. package/themes/tutoria/index.js +1 -1
  201. package/themes/tutoria/index.json +3 -0
  202. package/themes/tutoria/index.less +3 -0
  203. package/themes/tutoria/index.pcss +3 -0
  204. package/themes/tutoria/index.scss +3 -0
  205. package/themes/tutoria/index.styl +3 -0
  206. package/themes/tutoria/struct.json +4 -1
  207. package/themes/tutoriaDark/cssVars/declarations/index.css +3 -0
  208. package/themes/tutoriaDark/cssVars/declarations/noColors.css +3 -0
  209. package/themes/tutoriaDark/cssVars/declarations/noSizes.css +3 -0
  210. package/themes/tutoriaDark/cssVars/declarations/onlyVariables.css +3 -0
  211. package/themes/tutoriaDark/cssVars/declarations/onlyVariables.js +1 -1
  212. package/themes/tutoriaDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  213. package/themes/tutoriaDark/cssVars/theme/fallbacks/index.css +3 -0
  214. package/themes/tutoriaDark/cssVars/theme/fallbacks/index.less +3 -0
  215. package/themes/tutoriaDark/cssVars/theme/fallbacks/index.pcss +3 -0
  216. package/themes/tutoriaDark/cssVars/theme/fallbacks/index.scss +3 -0
  217. package/themes/tutoriaDark/cssVars/theme/fallbacks/index.styl +3 -0
  218. package/themes/tutoriaDark/cssVars/theme/index.js +1 -1
  219. package/themes/tutoriaDark/cssVars/theme/index.json +12 -0
  220. package/themes/tutoriaDark/docs.json +33 -0
  221. package/themes/tutoriaDark/index.css +3 -0
  222. package/themes/tutoriaDark/index.js +1 -1
  223. package/themes/tutoriaDark/index.json +3 -0
  224. package/themes/tutoriaDark/index.less +3 -0
  225. package/themes/tutoriaDark/index.pcss +3 -0
  226. package/themes/tutoriaDark/index.scss +3 -0
  227. package/themes/tutoriaDark/index.styl +3 -0
  228. package/themes/tutoriaDark/struct.json +4 -1
  229. package/themes/vkAccessibility/cssVars/declarations/index.css +3 -0
  230. package/themes/vkAccessibility/cssVars/declarations/noColors.css +3 -0
  231. package/themes/vkAccessibility/cssVars/declarations/noSizes.css +3 -0
  232. package/themes/vkAccessibility/cssVars/declarations/onlyVariables.css +3 -0
  233. package/themes/vkAccessibility/cssVars/declarations/onlyVariables.js +1 -1
  234. package/themes/vkAccessibility/cssVars/declarations/onlyVariablesLocal.css +3 -0
  235. package/themes/vkAccessibility/cssVars/theme/fallbacks/index.css +3 -0
  236. package/themes/vkAccessibility/cssVars/theme/fallbacks/index.less +3 -0
  237. package/themes/vkAccessibility/cssVars/theme/fallbacks/index.pcss +3 -0
  238. package/themes/vkAccessibility/cssVars/theme/fallbacks/index.scss +3 -0
  239. package/themes/vkAccessibility/cssVars/theme/fallbacks/index.styl +3 -0
  240. package/themes/vkAccessibility/cssVars/theme/index.js +1 -1
  241. package/themes/vkAccessibility/cssVars/theme/index.json +12 -0
  242. package/themes/vkAccessibility/docs.json +33 -0
  243. package/themes/vkAccessibility/index.css +3 -0
  244. package/themes/vkAccessibility/index.js +1 -1
  245. package/themes/vkAccessibility/index.json +3 -0
  246. package/themes/vkAccessibility/index.less +3 -0
  247. package/themes/vkAccessibility/index.pcss +3 -0
  248. package/themes/vkAccessibility/index.scss +3 -0
  249. package/themes/vkAccessibility/index.styl +3 -0
  250. package/themes/vkAccessibility/struct.json +4 -1
  251. package/themes/vkAccessibilityDark/cssVars/declarations/index.css +3 -0
  252. package/themes/vkAccessibilityDark/cssVars/declarations/noColors.css +3 -0
  253. package/themes/vkAccessibilityDark/cssVars/declarations/noSizes.css +3 -0
  254. package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.css +3 -0
  255. package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.js +1 -1
  256. package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  257. package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.css +3 -0
  258. package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.less +3 -0
  259. package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.pcss +3 -0
  260. package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.scss +3 -0
  261. package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.styl +3 -0
  262. package/themes/vkAccessibilityDark/cssVars/theme/index.js +1 -1
  263. package/themes/vkAccessibilityDark/cssVars/theme/index.json +12 -0
  264. package/themes/vkAccessibilityDark/docs.json +33 -0
  265. package/themes/vkAccessibilityDark/index.css +3 -0
  266. package/themes/vkAccessibilityDark/index.js +1 -1
  267. package/themes/vkAccessibilityDark/index.json +3 -0
  268. package/themes/vkAccessibilityDark/index.less +3 -0
  269. package/themes/vkAccessibilityDark/index.pcss +3 -0
  270. package/themes/vkAccessibilityDark/index.scss +3 -0
  271. package/themes/vkAccessibilityDark/index.styl +3 -0
  272. package/themes/vkAccessibilityDark/struct.json +4 -1
  273. package/themes/vkAccessibilityIOS/cssVars/declarations/index.css +3 -0
  274. package/themes/vkAccessibilityIOS/cssVars/declarations/noColors.css +3 -0
  275. package/themes/vkAccessibilityIOS/cssVars/declarations/noSizes.css +3 -0
  276. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.css +3 -0
  277. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.js +1 -1
  278. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariablesLocal.css +3 -0
  279. package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.css +3 -0
  280. package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.less +3 -0
  281. package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.pcss +3 -0
  282. package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.scss +3 -0
  283. package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.styl +3 -0
  284. package/themes/vkAccessibilityIOS/cssVars/theme/index.js +1 -1
  285. package/themes/vkAccessibilityIOS/cssVars/theme/index.json +12 -0
  286. package/themes/vkAccessibilityIOS/docs.json +33 -0
  287. package/themes/vkAccessibilityIOS/index.css +3 -0
  288. package/themes/vkAccessibilityIOS/index.js +1 -1
  289. package/themes/vkAccessibilityIOS/index.json +3 -0
  290. package/themes/vkAccessibilityIOS/index.less +3 -0
  291. package/themes/vkAccessibilityIOS/index.pcss +3 -0
  292. package/themes/vkAccessibilityIOS/index.scss +3 -0
  293. package/themes/vkAccessibilityIOS/index.styl +3 -0
  294. package/themes/vkAccessibilityIOS/struct.json +4 -1
  295. package/themes/vkAccessibilityIOSDark/cssVars/declarations/index.css +3 -0
  296. package/themes/vkAccessibilityIOSDark/cssVars/declarations/noColors.css +3 -0
  297. package/themes/vkAccessibilityIOSDark/cssVars/declarations/noSizes.css +3 -0
  298. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.css +3 -0
  299. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.js +1 -1
  300. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  301. package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.css +3 -0
  302. package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.less +3 -0
  303. package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.pcss +3 -0
  304. package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.scss +3 -0
  305. package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.styl +3 -0
  306. package/themes/vkAccessibilityIOSDark/cssVars/theme/index.js +1 -1
  307. package/themes/vkAccessibilityIOSDark/cssVars/theme/index.json +12 -0
  308. package/themes/vkAccessibilityIOSDark/docs.json +33 -0
  309. package/themes/vkAccessibilityIOSDark/index.css +3 -0
  310. package/themes/vkAccessibilityIOSDark/index.js +1 -1
  311. package/themes/vkAccessibilityIOSDark/index.json +3 -0
  312. package/themes/vkAccessibilityIOSDark/index.less +3 -0
  313. package/themes/vkAccessibilityIOSDark/index.pcss +3 -0
  314. package/themes/vkAccessibilityIOSDark/index.scss +3 -0
  315. package/themes/vkAccessibilityIOSDark/index.styl +3 -0
  316. package/themes/vkAccessibilityIOSDark/struct.json +4 -1
  317. package/themes/vkBase/cssVars/declarations/index.css +3 -0
  318. package/themes/vkBase/cssVars/declarations/noColors.css +3 -0
  319. package/themes/vkBase/cssVars/declarations/noSizes.css +3 -0
  320. package/themes/vkBase/cssVars/declarations/onlyVariables.css +3 -0
  321. package/themes/vkBase/cssVars/declarations/onlyVariables.js +1 -1
  322. package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +3 -0
  323. package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  324. package/themes/vkBase/cssVars/theme/fallbacks/index.css +3 -0
  325. package/themes/vkBase/cssVars/theme/fallbacks/index.less +3 -0
  326. package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +3 -0
  327. package/themes/vkBase/cssVars/theme/fallbacks/index.scss +3 -0
  328. package/themes/vkBase/cssVars/theme/fallbacks/index.styl +3 -0
  329. package/themes/vkBase/cssVars/theme/index.js +1 -1
  330. package/themes/vkBase/cssVars/theme/index.json +12 -0
  331. package/themes/vkBase/docs.json +33 -0
  332. package/themes/vkBase/index.css +3 -0
  333. package/themes/vkBase/index.js +1 -1
  334. package/themes/vkBase/index.json +3 -0
  335. package/themes/vkBase/index.less +3 -0
  336. package/themes/vkBase/index.pcss +3 -0
  337. package/themes/vkBase/index.scss +3 -0
  338. package/themes/vkBase/index.styl +3 -0
  339. package/themes/vkBase/struct.json +4 -1
  340. package/themes/vkBaseDark/cssVars/declarations/index.css +3 -0
  341. package/themes/vkBaseDark/cssVars/declarations/noColors.css +3 -0
  342. package/themes/vkBaseDark/cssVars/declarations/noSizes.css +3 -0
  343. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +3 -0
  344. package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +1 -1
  345. package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  346. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +3 -0
  347. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +3 -0
  348. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +3 -0
  349. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +3 -0
  350. package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +3 -0
  351. package/themes/vkBaseDark/cssVars/theme/index.js +1 -1
  352. package/themes/vkBaseDark/cssVars/theme/index.json +12 -0
  353. package/themes/vkBaseDark/docs.json +33 -0
  354. package/themes/vkBaseDark/index.css +3 -0
  355. package/themes/vkBaseDark/index.js +1 -1
  356. package/themes/vkBaseDark/index.json +3 -0
  357. package/themes/vkBaseDark/index.less +3 -0
  358. package/themes/vkBaseDark/index.pcss +3 -0
  359. package/themes/vkBaseDark/index.scss +3 -0
  360. package/themes/vkBaseDark/index.styl +3 -0
  361. package/themes/vkBaseDark/struct.json +4 -1
  362. package/themes/vkCom/cssVars/declarations/index.css +3 -0
  363. package/themes/vkCom/cssVars/declarations/noColors.css +3 -0
  364. package/themes/vkCom/cssVars/declarations/noSizes.css +3 -0
  365. package/themes/vkCom/cssVars/declarations/onlyVariables.css +3 -0
  366. package/themes/vkCom/cssVars/declarations/onlyVariables.js +1 -1
  367. package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +3 -0
  368. package/themes/vkCom/cssVars/theme/fallbacks/index.css +3 -0
  369. package/themes/vkCom/cssVars/theme/fallbacks/index.less +3 -0
  370. package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +3 -0
  371. package/themes/vkCom/cssVars/theme/fallbacks/index.scss +3 -0
  372. package/themes/vkCom/cssVars/theme/fallbacks/index.styl +3 -0
  373. package/themes/vkCom/cssVars/theme/index.js +1 -1
  374. package/themes/vkCom/cssVars/theme/index.json +12 -0
  375. package/themes/vkCom/docs.json +33 -0
  376. package/themes/vkCom/index.css +3 -0
  377. package/themes/vkCom/index.js +1 -1
  378. package/themes/vkCom/index.json +3 -0
  379. package/themes/vkCom/index.less +3 -0
  380. package/themes/vkCom/index.pcss +3 -0
  381. package/themes/vkCom/index.scss +3 -0
  382. package/themes/vkCom/index.styl +3 -0
  383. package/themes/vkCom/struct.json +4 -1
  384. package/themes/vkComDark/cssVars/declarations/index.css +3 -0
  385. package/themes/vkComDark/cssVars/declarations/noColors.css +3 -0
  386. package/themes/vkComDark/cssVars/declarations/noSizes.css +3 -0
  387. package/themes/vkComDark/cssVars/declarations/onlyVariables.css +3 -0
  388. package/themes/vkComDark/cssVars/declarations/onlyVariables.js +1 -1
  389. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  390. package/themes/vkComDark/cssVars/theme/fallbacks/index.css +3 -0
  391. package/themes/vkComDark/cssVars/theme/fallbacks/index.less +3 -0
  392. package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +3 -0
  393. package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +3 -0
  394. package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +3 -0
  395. package/themes/vkComDark/cssVars/theme/index.js +1 -1
  396. package/themes/vkComDark/cssVars/theme/index.json +12 -0
  397. package/themes/vkComDark/docs.json +33 -0
  398. package/themes/vkComDark/index.css +3 -0
  399. package/themes/vkComDark/index.js +1 -1
  400. package/themes/vkComDark/index.json +3 -0
  401. package/themes/vkComDark/index.less +3 -0
  402. package/themes/vkComDark/index.pcss +3 -0
  403. package/themes/vkComDark/index.scss +3 -0
  404. package/themes/vkComDark/index.styl +3 -0
  405. package/themes/vkComDark/struct.json +4 -1
  406. package/themes/vkIOS/cssVars/declarations/index.css +3 -0
  407. package/themes/vkIOS/cssVars/declarations/noColors.css +3 -0
  408. package/themes/vkIOS/cssVars/declarations/noSizes.css +3 -0
  409. package/themes/vkIOS/cssVars/declarations/onlyVariables.css +3 -0
  410. package/themes/vkIOS/cssVars/declarations/onlyVariables.js +1 -1
  411. package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +3 -0
  412. package/themes/vkIOS/cssVars/theme/fallbacks/index.css +3 -0
  413. package/themes/vkIOS/cssVars/theme/fallbacks/index.less +3 -0
  414. package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +3 -0
  415. package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +3 -0
  416. package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +3 -0
  417. package/themes/vkIOS/cssVars/theme/index.js +1 -1
  418. package/themes/vkIOS/cssVars/theme/index.json +12 -0
  419. package/themes/vkIOS/docs.json +33 -0
  420. package/themes/vkIOS/index.css +3 -0
  421. package/themes/vkIOS/index.js +1 -1
  422. package/themes/vkIOS/index.json +3 -0
  423. package/themes/vkIOS/index.less +3 -0
  424. package/themes/vkIOS/index.pcss +3 -0
  425. package/themes/vkIOS/index.scss +3 -0
  426. package/themes/vkIOS/index.styl +3 -0
  427. package/themes/vkIOS/struct.json +4 -1
  428. package/themes/vkIOSDark/cssVars/declarations/index.css +3 -0
  429. package/themes/vkIOSDark/cssVars/declarations/noColors.css +3 -0
  430. package/themes/vkIOSDark/cssVars/declarations/noSizes.css +3 -0
  431. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +3 -0
  432. package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +1 -1
  433. package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  434. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +3 -0
  435. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +3 -0
  436. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +3 -0
  437. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +3 -0
  438. package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +3 -0
  439. package/themes/vkIOSDark/cssVars/theme/index.js +1 -1
  440. package/themes/vkIOSDark/cssVars/theme/index.json +12 -0
  441. package/themes/vkIOSDark/docs.json +33 -0
  442. package/themes/vkIOSDark/index.css +3 -0
  443. package/themes/vkIOSDark/index.js +1 -1
  444. package/themes/vkIOSDark/index.json +3 -0
  445. package/themes/vkIOSDark/index.less +3 -0
  446. package/themes/vkIOSDark/index.pcss +3 -0
  447. package/themes/vkIOSDark/index.scss +3 -0
  448. package/themes/vkIOSDark/index.styl +3 -0
  449. package/themes/vkIOSDark/struct.json +4 -1
  450. package/themes/vkIdOk/cssVars/declarations/index.css +3 -0
  451. package/themes/vkIdOk/cssVars/declarations/noColors.css +3 -0
  452. package/themes/vkIdOk/cssVars/declarations/noSizes.css +3 -0
  453. package/themes/vkIdOk/cssVars/declarations/onlyVariables.css +3 -0
  454. package/themes/vkIdOk/cssVars/declarations/onlyVariables.js +1 -1
  455. package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocal.css +3 -0
  456. package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
  457. package/themes/vkIdOk/cssVars/theme/fallbacks/index.css +3 -0
  458. package/themes/vkIdOk/cssVars/theme/fallbacks/index.less +3 -0
  459. package/themes/vkIdOk/cssVars/theme/fallbacks/index.pcss +3 -0
  460. package/themes/vkIdOk/cssVars/theme/fallbacks/index.scss +3 -0
  461. package/themes/vkIdOk/cssVars/theme/fallbacks/index.styl +3 -0
  462. package/themes/vkIdOk/cssVars/theme/index.js +1 -1
  463. package/themes/vkIdOk/cssVars/theme/index.json +12 -0
  464. package/themes/vkIdOk/docs.json +33 -0
  465. package/themes/vkIdOk/index.css +3 -0
  466. package/themes/vkIdOk/index.js +1 -1
  467. package/themes/vkIdOk/index.json +3 -0
  468. package/themes/vkIdOk/index.less +3 -0
  469. package/themes/vkIdOk/index.pcss +3 -0
  470. package/themes/vkIdOk/index.scss +3 -0
  471. package/themes/vkIdOk/index.styl +3 -0
  472. package/themes/vkIdOk/struct.json +4 -1
  473. package/themes/vkIdOkDark/cssVars/declarations/index.css +3 -0
  474. package/themes/vkIdOkDark/cssVars/declarations/noColors.css +3 -0
  475. package/themes/vkIdOkDark/cssVars/declarations/noSizes.css +3 -0
  476. package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.css +3 -0
  477. package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.js +1 -1
  478. package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  479. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.css +3 -0
  480. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.less +3 -0
  481. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.pcss +3 -0
  482. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.scss +3 -0
  483. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.styl +3 -0
  484. package/themes/vkIdOkDark/cssVars/theme/index.js +1 -1
  485. package/themes/vkIdOkDark/cssVars/theme/index.json +12 -0
  486. package/themes/vkIdOkDark/docs.json +33 -0
  487. package/themes/vkIdOkDark/index.css +3 -0
  488. package/themes/vkIdOkDark/index.js +1 -1
  489. package/themes/vkIdOkDark/index.json +3 -0
  490. package/themes/vkIdOkDark/index.less +3 -0
  491. package/themes/vkIdOkDark/index.pcss +3 -0
  492. package/themes/vkIdOkDark/index.scss +3 -0
  493. package/themes/vkIdOkDark/index.styl +3 -0
  494. package/themes/vkIdOkDark/struct.json +4 -1
  495. package/themes/vkIdOkIOS/cssVars/declarations/index.css +3 -0
  496. package/themes/vkIdOkIOS/cssVars/declarations/noColors.css +3 -0
  497. package/themes/vkIdOkIOS/cssVars/declarations/noSizes.css +3 -0
  498. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.css +3 -0
  499. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.js +1 -1
  500. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocal.css +3 -0
  501. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.css +3 -0
  502. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.less +3 -0
  503. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.pcss +3 -0
  504. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.scss +3 -0
  505. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.styl +3 -0
  506. package/themes/vkIdOkIOS/cssVars/theme/index.js +1 -1
  507. package/themes/vkIdOkIOS/cssVars/theme/index.json +12 -0
  508. package/themes/vkIdOkIOS/docs.json +33 -0
  509. package/themes/vkIdOkIOS/index.css +3 -0
  510. package/themes/vkIdOkIOS/index.js +1 -1
  511. package/themes/vkIdOkIOS/index.json +3 -0
  512. package/themes/vkIdOkIOS/index.less +3 -0
  513. package/themes/vkIdOkIOS/index.pcss +3 -0
  514. package/themes/vkIdOkIOS/index.scss +3 -0
  515. package/themes/vkIdOkIOS/index.styl +3 -0
  516. package/themes/vkIdOkIOS/struct.json +4 -1
  517. package/themes/vkIdOkIOSDark/cssVars/declarations/index.css +3 -0
  518. package/themes/vkIdOkIOSDark/cssVars/declarations/noColors.css +3 -0
  519. package/themes/vkIdOkIOSDark/cssVars/declarations/noSizes.css +3 -0
  520. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.css +3 -0
  521. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.js +1 -1
  522. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  523. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.css +3 -0
  524. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.less +3 -0
  525. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.pcss +3 -0
  526. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.scss +3 -0
  527. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.styl +3 -0
  528. package/themes/vkIdOkIOSDark/cssVars/theme/index.js +1 -1
  529. package/themes/vkIdOkIOSDark/cssVars/theme/index.json +12 -0
  530. package/themes/vkIdOkIOSDark/docs.json +33 -0
  531. package/themes/vkIdOkIOSDark/index.css +3 -0
  532. package/themes/vkIdOkIOSDark/index.js +1 -1
  533. package/themes/vkIdOkIOSDark/index.json +3 -0
  534. package/themes/vkIdOkIOSDark/index.less +3 -0
  535. package/themes/vkIdOkIOSDark/index.pcss +3 -0
  536. package/themes/vkIdOkIOSDark/index.scss +3 -0
  537. package/themes/vkIdOkIOSDark/index.styl +3 -0
  538. package/themes/vkIdOkIOSDark/struct.json +4 -1
  539. package/themes/vkontakteAndroid/cssVars/declarations/index.css +3 -0
  540. package/themes/vkontakteAndroid/cssVars/declarations/noColors.css +3 -0
  541. package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +3 -0
  542. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +3 -0
  543. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +1 -1
  544. package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +3 -0
  545. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +3 -0
  546. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +3 -0
  547. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +3 -0
  548. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +3 -0
  549. package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +3 -0
  550. package/themes/vkontakteAndroid/cssVars/theme/index.js +1 -1
  551. package/themes/vkontakteAndroid/cssVars/theme/index.json +12 -0
  552. package/themes/vkontakteAndroid/docs.json +33 -0
  553. package/themes/vkontakteAndroid/index.css +3 -0
  554. package/themes/vkontakteAndroid/index.js +1 -1
  555. package/themes/vkontakteAndroid/index.json +3 -0
  556. package/themes/vkontakteAndroid/index.less +3 -0
  557. package/themes/vkontakteAndroid/index.pcss +3 -0
  558. package/themes/vkontakteAndroid/index.scss +3 -0
  559. package/themes/vkontakteAndroid/index.styl +3 -0
  560. package/themes/vkontakteAndroid/struct.json +4 -1
  561. package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +3 -0
  562. package/themes/vkontakteAndroidDark/cssVars/declarations/noColors.css +3 -0
  563. package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +3 -0
  564. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +3 -0
  565. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
  566. package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  567. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +3 -0
  568. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +3 -0
  569. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +3 -0
  570. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +3 -0
  571. package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +3 -0
  572. package/themes/vkontakteAndroidDark/cssVars/theme/index.js +1 -1
  573. package/themes/vkontakteAndroidDark/cssVars/theme/index.json +12 -0
  574. package/themes/vkontakteAndroidDark/docs.json +33 -0
  575. package/themes/vkontakteAndroidDark/index.css +3 -0
  576. package/themes/vkontakteAndroidDark/index.js +1 -1
  577. package/themes/vkontakteAndroidDark/index.json +3 -0
  578. package/themes/vkontakteAndroidDark/index.less +3 -0
  579. package/themes/vkontakteAndroidDark/index.pcss +3 -0
  580. package/themes/vkontakteAndroidDark/index.scss +3 -0
  581. package/themes/vkontakteAndroidDark/index.styl +3 -0
  582. package/themes/vkontakteAndroidDark/struct.json +4 -1
  583. package/themes/vkontakteCom/cssVars/declarations/index.css +3 -0
  584. package/themes/vkontakteCom/cssVars/declarations/noColors.css +3 -0
  585. package/themes/vkontakteCom/cssVars/declarations/noSizes.css +3 -0
  586. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +3 -0
  587. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +1 -1
  588. package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +3 -0
  589. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +3 -0
  590. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +3 -0
  591. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +3 -0
  592. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +3 -0
  593. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +3 -0
  594. package/themes/vkontakteCom/cssVars/theme/index.js +1 -1
  595. package/themes/vkontakteCom/cssVars/theme/index.json +12 -0
  596. package/themes/vkontakteCom/docs.json +33 -0
  597. package/themes/vkontakteCom/index.css +3 -0
  598. package/themes/vkontakteCom/index.js +1 -1
  599. package/themes/vkontakteCom/index.json +3 -0
  600. package/themes/vkontakteCom/index.less +3 -0
  601. package/themes/vkontakteCom/index.pcss +3 -0
  602. package/themes/vkontakteCom/index.scss +3 -0
  603. package/themes/vkontakteCom/index.styl +3 -0
  604. package/themes/vkontakteCom/struct.json +4 -1
  605. package/themes/vkontakteComDark/cssVars/declarations/index.css +3 -0
  606. package/themes/vkontakteComDark/cssVars/declarations/noColors.css +3 -0
  607. package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +3 -0
  608. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +3 -0
  609. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +1 -1
  610. package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  611. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +3 -0
  612. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +3 -0
  613. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +3 -0
  614. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +3 -0
  615. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +3 -0
  616. package/themes/vkontakteComDark/cssVars/theme/index.js +1 -1
  617. package/themes/vkontakteComDark/cssVars/theme/index.json +12 -0
  618. package/themes/vkontakteComDark/docs.json +33 -0
  619. package/themes/vkontakteComDark/index.css +3 -0
  620. package/themes/vkontakteComDark/index.js +1 -1
  621. package/themes/vkontakteComDark/index.json +3 -0
  622. package/themes/vkontakteComDark/index.less +3 -0
  623. package/themes/vkontakteComDark/index.pcss +3 -0
  624. package/themes/vkontakteComDark/index.scss +3 -0
  625. package/themes/vkontakteComDark/index.styl +3 -0
  626. package/themes/vkontakteComDark/struct.json +4 -1
  627. package/themes/vkontakteIOS/cssVars/declarations/index.css +3 -0
  628. package/themes/vkontakteIOS/cssVars/declarations/noColors.css +3 -0
  629. package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +3 -0
  630. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +3 -0
  631. package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +1 -1
  632. package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +3 -0
  633. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +3 -0
  634. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +3 -0
  635. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +3 -0
  636. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +3 -0
  637. package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +3 -0
  638. package/themes/vkontakteIOS/cssVars/theme/index.js +1 -1
  639. package/themes/vkontakteIOS/cssVars/theme/index.json +12 -0
  640. package/themes/vkontakteIOS/docs.json +33 -0
  641. package/themes/vkontakteIOS/index.css +3 -0
  642. package/themes/vkontakteIOS/index.js +1 -1
  643. package/themes/vkontakteIOS/index.json +3 -0
  644. package/themes/vkontakteIOS/index.less +3 -0
  645. package/themes/vkontakteIOS/index.pcss +3 -0
  646. package/themes/vkontakteIOS/index.scss +3 -0
  647. package/themes/vkontakteIOS/index.styl +3 -0
  648. package/themes/vkontakteIOS/struct.json +4 -1
  649. package/themes/vkontakteIOSDark/cssVars/declarations/index.css +3 -0
  650. package/themes/vkontakteIOSDark/cssVars/declarations/noColors.css +3 -0
  651. package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +3 -0
  652. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +3 -0
  653. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +1 -1
  654. package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
  655. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +3 -0
  656. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +3 -0
  657. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +3 -0
  658. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +3 -0
  659. package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +3 -0
  660. package/themes/vkontakteIOSDark/cssVars/theme/index.js +1 -1
  661. package/themes/vkontakteIOSDark/cssVars/theme/index.json +12 -0
  662. package/themes/vkontakteIOSDark/docs.json +33 -0
  663. package/themes/vkontakteIOSDark/index.css +3 -0
  664. package/themes/vkontakteIOSDark/index.js +1 -1
  665. package/themes/vkontakteIOSDark/index.json +3 -0
  666. package/themes/vkontakteIOSDark/index.less +3 -0
  667. package/themes/vkontakteIOSDark/index.pcss +3 -0
  668. package/themes/vkontakteIOSDark/index.scss +3 -0
  669. package/themes/vkontakteIOSDark/index.styl +3 -0
  670. package/themes/vkontakteIOSDark/struct.json +4 -1
  671. package/themes/widgets/docs.json +33 -0
  672. package/themes/widgetsDark/docs.json +33 -0
  673. package/themes/workspaceAdmin/docs.json +33 -0
  674. package/themes/workspaceAdminDark/docs.json +33 -0
  675. package/themes/workspaceLandings/docs.json +33 -0
@@ -1,6 +1,18 @@
1
1
  export interface Effects {
2
+ /**
3
+ * @desc Слабое размытие
4
+ * @tags blur
5
+ */ blurS: number;
2
6
  /**
3
7
  * @desc Среднее размытие
4
8
  * @tags blur
5
9
  */ blurM: number;
10
+ /**
11
+ * @desc Сильное размытие
12
+ * @tags blur
13
+ */ blurL: number;
14
+ /**
15
+ * @desc Очень сильное размытие
16
+ * @tags blur
17
+ */ blurXL: number;
6
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/vkui-tokens",
3
- "version": "4.78.1",
3
+ "version": "4.79.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,4 +1,4 @@
1
- import{_ as r}from"@swc/helpers/_/_object_spread";import{_ as o}from"@swc/helpers/_/_object_spread_props";import{getGradientPointsFromColor as e}from"../../build/helpers/getGradientPointsFromColor.js";import{alias as a,staticRef as t}from"../../build/helpers/tokenHelpers.js";import{overlayColors as n}from"../../build/themeProcessors/expandColors/overlayColors.js";import{helpers as l}from"../../utils/common/index.js";var i='apple-system, system-ui, "Helvetica Neue", Arial, sans-serif',c="VKSansDisplay, MailSans, ".concat(i),g="#F6F7F8",d="#252525",u="#232324";export var lightColors={colorsScheme:"light",colors:{// Background
1
+ import{_ as r}from"@swc/helpers/_/_object_spread";import{_ as o}from"@swc/helpers/_/_object_spread_props";import{getGradientPointsFromColor as e}from"../../build/helpers/getGradientPointsFromColor.js";import{alias as a,staticRef as t}from"../../build/helpers/tokenHelpers.js";import{overlayColors as n}from"../../build/themeProcessors/expandColors/overlayColors.js";import{helpers as l}from"../../utils/common";var i='apple-system, system-ui, "Helvetica Neue", Arial, sans-serif',c="VKSansDisplay, MailSans, ".concat(i),g="#F6F7F8",d="#252525",u="#232324";export var lightColors={colorsScheme:"light",colors:{// Background
2
2
  colorBackgroundAccent:"#0077FF",colorBackgroundAccentThemed:"#0077FF",colorBackgroundAccentThemedAlpha:"rgba(0, 119, 255, 0.2)",colorBackgroundAccentAlternative:"#FF9E00",colorBackgroundContent:"#FFFFFF",colorBackgroundContentAlpha:"rgba(255, 255, 255, 0.8)",colorBackgroundContentInverse:u,colorBackgroundSecondary:"#F0F1F3",colorBackgroundSecondaryAlpha:{normal:"rgba(0, 16, 61, 0.06)",hover:"rgba(0, 16, 61, 0.1)",active:"rgba(0, 16, 61, 0.14)"},colorBackground:"#FFFFFF",colorBackgroundContrast:"#FFFFFF",colorBackgroundContrastSecondaryAlpha:{normal:"rgba(255, 255, 255, 0.2)",hover:"rgba(255, 255, 255, 0.24)",active:"rgba(255, 255, 255, 0.28)"},colorBackgroundWarning:"#FFF1AD",colorBackgroundNegative:"#ED330A",colorBackgroundTertiary:g,colorBackgroundTertiaryAlpha:{normal:"rgba(0, 0, 0, 0.04)",hover:"rgba(0, 0, 0, 0.08)",active:"rgba(0, 0, 0, 0.12)"},colorBackgroundModal:"#FFFFFF",colorBackgroundPositive:"#0DC268",colorBackgroundNegativeTint:"#FEEFEB",colorBackgroundPositiveTint:"#ECFAF3",colorFieldBackground:"#ffffff",colorBackgroundModalInverse:"#303030",colorBackgroundContrastInverse:"#303030",colorBackgroundContrastThemed:"#FFFFFF",colorBackgroundAccentTint:"#5a9eff",colorBackgroundInfoTint:"#f0f4ff",// Text
3
3
  colorTextAccent:"#0070f0",colorTextAccentThemed:"#0070f0",colorTextNegative:"#ED330a",colorTextLink:"#0070f0",colorTextLinkTint:"#71AAEB",colorTextLinkThemed:"#0070f0",colorTextMuted:"#2C2D2E",colorTextPrimary:"#2C2D2E",colorTextPrimaryAlpha:"rgba(37, 41, 46, 0.84)",colorTextPrimaryInvariably:"#2C2D2E",colorTextSecondary:"#87898F",colorTextSecondaryAlpha:"rgba(37, 41, 46, 0.55)",colorTextSubhead:"#797A80",colorTextTertiary:"#AAADB3",colorTextLinkVisited:"#528FDF",colorTextContrast:"#FFFFFF",colorTextContrastThemed:"#FFFFFF",colorLinkContrast:"#FFFFFF",colorTextPositive:"#0DC268",// Icons
4
4
  colorIconAccent:"#0077ff",colorIconAccentThemed:"#0077ff",colorIconPrimary:"#2C2D2E",colorIconPrimaryInvariably:"#2C2D2E",colorIconMedium:"#919399",colorIconMediumAlpha:"rgba(39, 43, 55, 0.5)",colorIconSecondary:"#A5A7AD",colorIconSecondaryAlpha:"rgba(39, 43, 55, 0.3)",colorIconTertiary:"#CFD1D6",colorIconTertiaryAlpha:"rgba(39, 43, 55, 0.2)",colorIconContrast:"#FFFFFF",colorIconContrastThemed:"#FFFFFF",colorIconPositive:"#0DC268",colorIconWarning:"#FF9E00",colorIconNegative:"#ED330a",colorIconContrastSecondary:"#F2F3F5",// Stroke
@@ -5,7 +5,7 @@ colorTextAccent:o.text_accent,colorTextAccentThemed:o.text_accent_themed,colorTe
5
5
  colorIconAccent:i.icon_accent,colorIconAccentThemed:i.icon_accent_themed,colorIconPrimary:i.icon_primary,colorIconPrimaryInvariably:i.icon_primary_invariably,colorIconMedium:i.icon_medium,colorIconMediumAlpha:i.icon_medium_alpha,colorIconSecondary:i.icon_secondary,colorIconSecondaryAlpha:({light:"rgba(0, 0, 0, 0.36)",dark:"rgba(241, 247, 255, 0.43)"})[r],colorIconTertiary:i.icon_tertiary,colorIconTertiaryAlpha:i.icon_tertiary_alpha,colorIconContrast:i.icon_contrast,colorIconContrastThemed:i.icon_contrast_themed,colorIconContrastSecondary:i.icon_contrast_secondary,colorIconPositive:i.icon_positive,colorIconWarning:({light:"#F8A01C",dark:"#EDB055"})[r],colorIconNegative:i.icon_negative,// Stroke
6
6
  colorStrokeAccent:n.stroke_accent,colorStrokeAccentThemed:n.stroke_accent_themed,colorSeparatorPrimary:n.separator_primary,colorSeparatorPrimary2x:({light:"#cbcccd",dark:"#444546"})[r],colorSeparatorPrimary3x:({light:"#bebfc1",dark:"#505253"})[r],colorSeparatorPrimaryAlpha:n.separator_primary_alpha,colorSeparatorSecondary:n.separator_secondary,colorStrokePositive:n.stroke_positive,colorStrokeNegative:n.stroke_negative,colorStrokeContrast:n.stroke_contrast,colorStrokePrimary:({light:"#2C2D2E",dark:"#E1E3E6"})[r],colorImageBorderAlpha:n.image_border_alpha,colorFieldBorderAlpha:({light:{normal:"rgba(0, 0, 0, 0.12)",hover:"rgba(0, 0, 0, 0.24)",active:"rgba(0, 0, 0, 0.36)"},dark:"rgba(255, 255, 255, 0.12)"})[r],// Palette
7
7
  colorAccentBlue:l.accent_blue,colorAccentGray:l.accent_gray,colorAccentRed:l.accent_red,colorAccentOrangeFire:l.accent_orange_fire,colorAccentOrange:l.accent_orange,colorAccentOrangePeach:({light:"#F9B54F",dark:"#FFC062"})[r],colorAccentLime:({light:"#AFF70D",dark:"#AFF70D"})[r],colorAccentGreen:l.accent_green,colorAccentCyan:({light:"#13FFD0",dark:"#13FFD0"})[r],colorAccentAzure:({light:"#0077FF",dark:"#0077FF"})[r],colorAccentPurple:l.accent_purple,colorAccentViolet:l.accent_violet,colorAccentRaspberryPink:l.accent_raspberry_pink,colorAccentPink:({light:"#F45FFF",dark:"#F45FFF"})[r],colorAccentSecondary:l.accent_secondary,// Other
8
- colorOverlayPrimary:c.overlay_primary,colorOverlaySecondary:{normal:"rgba(0, 0, 0, 0.27)",hover:"rgba(0, 0, 0, 0.31)",active:"rgba(0, 0, 0, 0.35)"},colorAvatarOverlay:c.avatar_overlay_alpha,colorAvatarOverlayInverseAlpha:c.avatar_overlay_inverse_alpha,colorActionSheetText:c.action_sheet_text,colorImagePlaceholder:c.image_placeholder,colorImagePlaceholderAlpha:c.image_placeholder_alpha,colorSkeletonFrom:c.skeleton_from,colorSkeletonTo:c.skeleton_to,colorButtonText:({light:"#2688eb",dark:"#ffffff"})[r],colorButtonIcon:({light:"#2688eb",dark:"#ffffff"})[r],colorButtonStroke:({light:"#2688eb",dark:"#ffffff"})[r],colorWriteBarIcon:c.write_bar_icon,colorWriteBarInputBackground:c.write_bar_input_background,colorWriteBarInputBorder:c.write_bar_input_border,colorWriteBarInputBorderAlpha:({light:"rgba(0, 0, 0, 0.08)",dark:"rgba(255, 255, 255, 0.8)"})[r],colorTrackBackground:c.track_background,colorTrackBuffer:c.track_buffer,colorSearchFieldBackground:c.search_field_background,colorPanelHeaderIcon:c.panel_header_icon,colorSegmentedControl:c.segmented_control,colorTabbarTextInactive:({light:"#99a2ad",dark:"#76787a"})[r],colorTransparent:"transparent"}}};export var lightColors=colorFromFigma("light");export var lightGradient={gradientBlack:a("#000000",.4),gradientWhite:a("#FFFFFF"),gradientTint:a(t.light.background.background_tertiary),gradient:a("#FFFFFF")};export var lightElevation={elevation1:"0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)",elevation1InvertY:"0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06)",elevation2:"0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)",elevation3:"0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)",elevation4:"0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)"};export var darkColors=colorFromFigma("dark");export var darkGradient={gradientBlack:a("#000000",.4),gradientWhite:a("#FFFFFF"),gradientTint:a(t.dark.background.background_tertiary),gradient:a(t.dark.background.background_content)};export var darkElevation={elevation1:"0px 0px 2px 0px rgba(0, 0, 0, 0.10), 0px 2px 2px 0px rgba(0, 0, 0, 0.20)",elevation1InvertY:"0px 0px 2px 0px rgba(0, 0, 0, 0.10), 0px -2px 2px 0px rgba(0, 0, 0, 0.20)",elevation2:"0px 4px 8px 0px rgba(0, 0, 0, 0.15), 0px 0px 4px 0px rgba(0, 0, 0, 0.20)",elevation3:"0px 0px 2px 0px rgba(0, 0, 0, 0.30), 0px 4px 16px 0px rgba(0, 0, 0, 0.30)",elevation4:"0px 0px 8px 0px rgba(0, 0, 0, 0.10), 0px 16px 16px 0px rgba(0, 0, 0, 0.20)"};export var effects={blurM:16};export var fonts={// Типографика
8
+ colorOverlayPrimary:c.overlay_primary,colorOverlaySecondary:{normal:"rgba(0, 0, 0, 0.27)",hover:"rgba(0, 0, 0, 0.31)",active:"rgba(0, 0, 0, 0.35)"},colorAvatarOverlay:c.avatar_overlay_alpha,colorAvatarOverlayInverseAlpha:c.avatar_overlay_inverse_alpha,colorActionSheetText:c.action_sheet_text,colorImagePlaceholder:c.image_placeholder,colorImagePlaceholderAlpha:c.image_placeholder_alpha,colorSkeletonFrom:c.skeleton_from,colorSkeletonTo:c.skeleton_to,colorButtonText:({light:"#2688eb",dark:"#ffffff"})[r],colorButtonIcon:({light:"#2688eb",dark:"#ffffff"})[r],colorButtonStroke:({light:"#2688eb",dark:"#ffffff"})[r],colorWriteBarIcon:c.write_bar_icon,colorWriteBarInputBackground:c.write_bar_input_background,colorWriteBarInputBorder:c.write_bar_input_border,colorWriteBarInputBorderAlpha:({light:"rgba(0, 0, 0, 0.08)",dark:"rgba(255, 255, 255, 0.8)"})[r],colorTrackBackground:c.track_background,colorTrackBuffer:c.track_buffer,colorSearchFieldBackground:c.search_field_background,colorPanelHeaderIcon:c.panel_header_icon,colorSegmentedControl:c.segmented_control,colorTabbarTextInactive:({light:"#99a2ad",dark:"#76787a"})[r],colorTransparent:"transparent"}}};export var lightColors=colorFromFigma("light");export var lightGradient={gradientBlack:a("#000000",.4),gradientWhite:a("#FFFFFF"),gradientTint:a(t.light.background.background_tertiary),gradient:a("#FFFFFF")};export var lightElevation={elevation1:"0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)",elevation1InvertY:"0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06)",elevation2:"0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)",elevation3:"0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)",elevation4:"0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)"};export var darkColors=colorFromFigma("dark");export var darkGradient={gradientBlack:a("#000000",.4),gradientWhite:a("#FFFFFF"),gradientTint:a(t.dark.background.background_tertiary),gradient:a(t.dark.background.background_content)};export var darkElevation={elevation1:"0px 0px 2px 0px rgba(0, 0, 0, 0.10), 0px 2px 2px 0px rgba(0, 0, 0, 0.20)",elevation1InvertY:"0px 0px 2px 0px rgba(0, 0, 0, 0.10), 0px -2px 2px 0px rgba(0, 0, 0, 0.20)",elevation2:"0px 4px 8px 0px rgba(0, 0, 0, 0.15), 0px 0px 4px 0px rgba(0, 0, 0, 0.20)",elevation3:"0px 0px 2px 0px rgba(0, 0, 0, 0.30), 0px 4px 16px 0px rgba(0, 0, 0, 0.30)",elevation4:"0px 0px 8px 0px rgba(0, 0, 0, 0.10), 0px 16px 16px 0px rgba(0, 0, 0, 0.20)"};export var effects={blurS:8,blurM:16,blurL:48,blurXL:96};export var fonts={// Типографика
9
9
  fontFamilyFallbacks:i,fontFamilyAccent:i,fontFamilyBase:i,fontWeightAccent1:600,fontWeightAccent2:500,fontWeightAccent3:400,fontWeightBase1:600,fontWeightBase2:500,fontWeightBase3:400,fontDisplayTitle1:{regular:{fontSize:23,lineHeight:28,fontFamily:i,fontWeight:600}},fontDisplayTitle2:{regular:{fontSize:21,lineHeight:26,fontFamily:i,fontWeight:600},compact:{fontSize:22,lineHeight:24,fontFamily:i,fontWeight:600}},fontDisplayTitle3:{regular:{fontSize:19,lineHeight:24,fontFamily:i,fontWeight:600}},fontDisplayTitle4:{regular:{fontSize:17,lineHeight:22,fontFamily:i,fontWeight:600}},fontTitle1:{regular:{fontSize:24,lineHeight:28,fontFamily:i,fontWeight:600}},fontTitle2:{regular:{fontSize:20,lineHeight:24,fontFamily:i,fontWeight:500}},fontTitle3:{regular:{fontSize:17,lineHeight:22,fontFamily:i,fontWeight:600}},fontHeadline1:{regular:{fontSize:16,lineHeight:20,fontFamily:i,fontWeight:500},compact:{fontSize:15,lineHeight:20}},fontHeadline2:{regular:{fontSize:15,lineHeight:20,fontFamily:i,fontWeight:500},compact:{fontSize:14,lineHeight:20}},fontText:{regular:{fontSize:16,lineHeight:20,fontFamily:i,fontWeight:400},compact:{fontSize:15,lineHeight:20}},fontParagraph:{regular:{fontSize:15,lineHeight:20,fontFamily:i,fontWeight:400}},fontSubhead:{regular:{fontSize:14,lineHeight:18,fontFamily:i,fontWeight:400},compact:{fontSize:13,lineHeight:16}},fontFootnote:{regular:{fontSize:13,lineHeight:16,fontFamily:i,fontWeight:400}},fontFootnoteCaps:{regular:{fontSize:13,lineHeight:16,fontFamily:i,fontWeight:600,textTransform:"uppercase"}},fontCaption1:{regular:{fontSize:12,lineHeight:14,fontFamily:i,fontWeight:400}},fontCaption1Caps:{regular:{fontSize:12,lineHeight:14,fontFamily:i,fontWeight:600,textTransform:"uppercase"}},fontCaption2:{regular:{fontSize:11,lineHeight:14,fontFamily:i,fontWeight:400}},fontCaption2Caps:{regular:{fontSize:11,lineHeight:14,fontFamily:i,fontWeight:600,textTransform:"uppercase"}},fontCaption3:{regular:{fontSize:9,lineHeight:12,fontFamily:i,fontWeight:400}},fontCaption3Caps:{regular:{fontSize:9,lineHeight:12,fontFamily:i,fontWeight:600,textTransform:"uppercase"}}};export var sizes={// Размеры
10
10
  sizeSelectIconPadding:{regular:6,compact:7},sizePopupBasePadding:{regular:32,compact:20},sizePopupHeaderPadding:{regular:24,compact:16},sizeLabelHorizontalMargin:{regular:16},sizeBorderRadius:{regular:8},sizeBorderRadiusRounded:{regular:48},sizeCheckBorderRadius:{regular:4},sizeBorderRadiusPaper:{regular:12},sizeBorderRadiusPromo:{regular:20},sizeCellHeight:{regular:48,compact:44},sizeFieldHeight:{regular:44,compact:36},sizeSearchHeight:{regular:36,compact:32},sizeButtonExtraSmallHeight:{regular:24,compact:22},sizeButtonSmallHeight:{regular:30,compact:28},sizeButtonMediumHeight:{regular:36,compact:32},sizeButtonLargeHeight:{regular:44,compact:36},sizeCheckbox:{regular:16},sizeArrow:{regular:8},sizeArrowPromo:{regular:40},sizePopupSmall:{regular:430},sizePopupMedium:{regular:680},sizePopupLarge:{regular:880},sizeFieldHorizontalPadding:{regular:12},sizeButtonPaddingHorizontal:{regular:12},sizeArrowPadding:{regular:12},sizeTooltipMargin:{regular:8},sizeIconUI:{regular:16},sizeAvatarXS:{regular:24},sizeAvatarS:{regular:32},sizeAvatarM:{regular:48},sizeAvatarL:{regular:96},sizeAvatarXL:{regular:128},sizeBadgeXS:{regular:12},sizeBadgeS:{regular:16},sizeBadgeM:{regular:24},sizeBadgeL:{regular:44},sizeBadgeXL:{regular:56},// Токены компонента Cardscroll
11
11
  sizeCardgridPadding:{regular:8},sizeCardBorderRadius:{regular:8},sizeCardgridPaddingVertical:{regular:8},sizeBasePaddingHorizontal:{regular:16},sizeBasePaddingVertical:{regular:12},// Токены для ButtonGroup
@@ -54,6 +54,17 @@
54
54
  }
55
55
  ]
56
56
  },
57
+ "blurL": {
58
+ "tags": [
59
+ "blur"
60
+ ],
61
+ "desc": [
62
+ {
63
+ "type": "text",
64
+ "text": "Сильное размытие"
65
+ }
66
+ ]
67
+ },
57
68
  "blurM": {
58
69
  "tags": [
59
70
  "blur"
@@ -65,6 +76,28 @@
65
76
  }
66
77
  ]
67
78
  },
79
+ "blurS": {
80
+ "tags": [
81
+ "blur"
82
+ ],
83
+ "desc": [
84
+ {
85
+ "type": "text",
86
+ "text": "Слабое размытие"
87
+ }
88
+ ]
89
+ },
90
+ "blurXL": {
91
+ "tags": [
92
+ "blur"
93
+ ],
94
+ "desc": [
95
+ {
96
+ "type": "text",
97
+ "text": "Очень сильное размытие"
98
+ }
99
+ ]
100
+ },
68
101
  "breakpoints": {
69
102
  "tags": [],
70
103
  "desc": []
@@ -54,6 +54,17 @@
54
54
  }
55
55
  ]
56
56
  },
57
+ "blurL": {
58
+ "tags": [
59
+ "blur"
60
+ ],
61
+ "desc": [
62
+ {
63
+ "type": "text",
64
+ "text": "Сильное размытие"
65
+ }
66
+ ]
67
+ },
57
68
  "blurM": {
58
69
  "tags": [
59
70
  "blur"
@@ -65,6 +76,28 @@
65
76
  }
66
77
  ]
67
78
  },
79
+ "blurS": {
80
+ "tags": [
81
+ "blur"
82
+ ],
83
+ "desc": [
84
+ {
85
+ "type": "text",
86
+ "text": "Слабое размытие"
87
+ }
88
+ ]
89
+ },
90
+ "blurXL": {
91
+ "tags": [
92
+ "blur"
93
+ ],
94
+ "desc": [
95
+ {
96
+ "type": "text",
97
+ "text": "Очень сильное размытие"
98
+ }
99
+ ]
100
+ },
68
101
  "breakpoints": {
69
102
  "tags": [],
70
103
  "desc": []
@@ -54,6 +54,17 @@
54
54
  }
55
55
  ]
56
56
  },
57
+ "blurL": {
58
+ "tags": [
59
+ "blur"
60
+ ],
61
+ "desc": [
62
+ {
63
+ "type": "text",
64
+ "text": "Сильное размытие"
65
+ }
66
+ ]
67
+ },
57
68
  "blurM": {
58
69
  "tags": [
59
70
  "blur"
@@ -65,6 +76,28 @@
65
76
  }
66
77
  ]
67
78
  },
79
+ "blurS": {
80
+ "tags": [
81
+ "blur"
82
+ ],
83
+ "desc": [
84
+ {
85
+ "type": "text",
86
+ "text": "Слабое размытие"
87
+ }
88
+ ]
89
+ },
90
+ "blurXL": {
91
+ "tags": [
92
+ "blur"
93
+ ],
94
+ "desc": [
95
+ {
96
+ "type": "text",
97
+ "text": "Очень сильное размытие"
98
+ }
99
+ ]
100
+ },
68
101
  "breakpoints": {
69
102
  "tags": [],
70
103
  "desc": []
@@ -54,6 +54,17 @@
54
54
  }
55
55
  ]
56
56
  },
57
+ "blurL": {
58
+ "tags": [
59
+ "blur"
60
+ ],
61
+ "desc": [
62
+ {
63
+ "type": "text",
64
+ "text": "Сильное размытие"
65
+ }
66
+ ]
67
+ },
57
68
  "blurM": {
58
69
  "tags": [
59
70
  "blur"
@@ -65,6 +76,28 @@
65
76
  }
66
77
  ]
67
78
  },
79
+ "blurS": {
80
+ "tags": [
81
+ "blur"
82
+ ],
83
+ "desc": [
84
+ {
85
+ "type": "text",
86
+ "text": "Слабое размытие"
87
+ }
88
+ ]
89
+ },
90
+ "blurXL": {
91
+ "tags": [
92
+ "blur"
93
+ ],
94
+ "desc": [
95
+ {
96
+ "type": "text",
97
+ "text": "Очень сильное размытие"
98
+ }
99
+ ]
100
+ },
68
101
  "breakpoints": {
69
102
  "tags": [],
70
103
  "desc": []
@@ -54,6 +54,17 @@
54
54
  }
55
55
  ]
56
56
  },
57
+ "blurL": {
58
+ "tags": [
59
+ "blur"
60
+ ],
61
+ "desc": [
62
+ {
63
+ "type": "text",
64
+ "text": "Сильное размытие"
65
+ }
66
+ ]
67
+ },
57
68
  "blurM": {
58
69
  "tags": [
59
70
  "blur"
@@ -65,6 +76,28 @@
65
76
  }
66
77
  ]
67
78
  },
79
+ "blurS": {
80
+ "tags": [
81
+ "blur"
82
+ ],
83
+ "desc": [
84
+ {
85
+ "type": "text",
86
+ "text": "Слабое размытие"
87
+ }
88
+ ]
89
+ },
90
+ "blurXL": {
91
+ "tags": [
92
+ "blur"
93
+ ],
94
+ "desc": [
95
+ {
96
+ "type": "text",
97
+ "text": "Очень сильное размытие"
98
+ }
99
+ ]
100
+ },
68
101
  "breakpoints": {
69
102
  "tags": [],
70
103
  "desc": []
@@ -10,7 +10,10 @@
10
10
  --vkui--elevation2: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);
11
11
  --vkui--elevation3: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);
12
12
  --vkui--elevation4: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);
13
+ --vkui--blur_s: 8px;
13
14
  --vkui--blur_m: 16px;
15
+ --vkui--blur_l: 48px;
16
+ --vkui--blur_x_l: 96px;
14
17
  --vkui--font_family_fallbacks: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
15
18
  --vkui--font_family_accent: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
16
19
  --vkui--font_family_base: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
@@ -10,7 +10,10 @@
10
10
  --vkui--elevation2: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);
11
11
  --vkui--elevation3: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);
12
12
  --vkui--elevation4: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);
13
+ --vkui--blur_s: 8px;
13
14
  --vkui--blur_m: 16px;
15
+ --vkui--blur_l: 48px;
16
+ --vkui--blur_x_l: 96px;
14
17
  --vkui--font_family_fallbacks: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
15
18
  --vkui--font_family_accent: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
16
19
  --vkui--font_family_base: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
@@ -10,7 +10,10 @@
10
10
  --vkui--elevation2: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);
11
11
  --vkui--elevation3: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);
12
12
  --vkui--elevation4: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);
13
+ --vkui--blur_s: 8px;
13
14
  --vkui--blur_m: 16px;
15
+ --vkui--blur_l: 48px;
16
+ --vkui--blur_x_l: 96px;
14
17
  --vkui--spacing_size_3xs: 2px;
15
18
  --vkui--spacing_size_2xs: 2px;
16
19
  --vkui--spacing_size_xs: 4px;
@@ -10,7 +10,10 @@
10
10
  --vkui--elevation2: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);
11
11
  --vkui--elevation3: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);
12
12
  --vkui--elevation4: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);
13
+ --vkui--blur_s: 8px;
13
14
  --vkui--blur_m: 16px;
15
+ --vkui--blur_l: 48px;
16
+ --vkui--blur_x_l: 96px;
14
17
  --vkui--font_family_fallbacks: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
15
18
  --vkui--font_family_accent: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
16
19
  --vkui--font_family_base: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;