@vkontakte/vkui-tokens 4.48.0 → 4.49.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 (303) hide show
  1. package/interfaces/themes/vkAccessibility/index.d.ts +1 -0
  2. package/interfaces/themes/vkAccessibility/index.js +2 -0
  3. package/interfaces/themes/vkAccessibilityDark/index.d.ts +1 -0
  4. package/interfaces/themes/vkAccessibilityDark/index.js +2 -0
  5. package/interfaces/themes/vkAccessibilityIOS/index.d.ts +1 -0
  6. package/interfaces/themes/vkAccessibilityIOS/index.js +2 -0
  7. package/interfaces/themes/vkAccessibilityIOSDark/index.d.ts +1 -0
  8. package/interfaces/themes/vkAccessibilityIOSDark/index.js +2 -0
  9. package/package.json +7 -7
  10. package/themes/vkAccessibility/cssVars/declarations/index.css +947 -0
  11. package/themes/vkAccessibility/cssVars/declarations/noColors.css +503 -0
  12. package/themes/vkAccessibility/cssVars/declarations/noSizes.css +346 -0
  13. package/themes/vkAccessibility/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
  14. package/themes/vkAccessibility/cssVars/declarations/onlyColors.css +314 -0
  15. package/themes/vkAccessibility/cssVars/declarations/onlyColors.d.ts +3 -0
  16. package/themes/vkAccessibility/cssVars/declarations/onlyColors.js +11 -0
  17. package/themes/vkAccessibility/cssVars/declarations/onlyVariables.css +537 -0
  18. package/themes/vkAccessibility/cssVars/declarations/onlyVariables.d.ts +3 -0
  19. package/themes/vkAccessibility/cssVars/declarations/onlyVariables.js +11 -0
  20. package/themes/vkAccessibility/cssVars/declarations/onlyVariablesLocal.css +537 -0
  21. package/themes/vkAccessibility/cssVars/declarations/onlyVariablesLocalIncremental.css +44 -0
  22. package/themes/vkAccessibility/cssVars/theme/fallbacks/index.css +816 -0
  23. package/themes/vkAccessibility/cssVars/theme/fallbacks/index.less +601 -0
  24. package/themes/vkAccessibility/cssVars/theme/fallbacks/index.pcss +602 -0
  25. package/themes/vkAccessibility/cssVars/theme/fallbacks/index.scss +803 -0
  26. package/themes/vkAccessibility/cssVars/theme/fallbacks/index.styl +601 -0
  27. package/themes/vkAccessibility/cssVars/theme/index.d.ts +4 -0
  28. package/themes/vkAccessibility/cssVars/theme/index.js +3252 -0
  29. package/themes/vkAccessibility/cssVars/theme/index.json +3249 -0
  30. package/themes/vkAccessibility/docs.json +2798 -0
  31. package/themes/vkAccessibility/index.css +816 -0
  32. package/themes/vkAccessibility/index.d.ts +4 -0
  33. package/themes/vkAccessibility/index.js +981 -0
  34. package/themes/vkAccessibility/index.json +978 -0
  35. package/themes/vkAccessibility/index.less +601 -0
  36. package/themes/vkAccessibility/index.pcss +602 -0
  37. package/themes/vkAccessibility/index.scss +803 -0
  38. package/themes/vkAccessibility/index.styl +601 -0
  39. package/themes/vkAccessibility/struct.json +1004 -0
  40. package/themes/vkAccessibilityDark/cssVars/declarations/index.css +947 -0
  41. package/themes/vkAccessibilityDark/cssVars/declarations/noColors.css +503 -0
  42. package/themes/vkAccessibilityDark/cssVars/declarations/noSizes.css +346 -0
  43. package/themes/vkAccessibilityDark/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
  44. package/themes/vkAccessibilityDark/cssVars/declarations/onlyColors.css +314 -0
  45. package/themes/vkAccessibilityDark/cssVars/declarations/onlyColors.d.ts +3 -0
  46. package/themes/vkAccessibilityDark/cssVars/declarations/onlyColors.js +11 -0
  47. package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.css +537 -0
  48. package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.d.ts +3 -0
  49. package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.js +11 -0
  50. package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariablesLocal.css +537 -0
  51. package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariablesLocalIncremental.css +35 -0
  52. package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.css +816 -0
  53. package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.less +601 -0
  54. package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.pcss +602 -0
  55. package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.scss +803 -0
  56. package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.styl +601 -0
  57. package/themes/vkAccessibilityDark/cssVars/theme/index.d.ts +4 -0
  58. package/themes/vkAccessibilityDark/cssVars/theme/index.js +3252 -0
  59. package/themes/vkAccessibilityDark/cssVars/theme/index.json +3249 -0
  60. package/themes/vkAccessibilityDark/docs.json +2798 -0
  61. package/themes/vkAccessibilityDark/index.css +816 -0
  62. package/themes/vkAccessibilityDark/index.d.ts +4 -0
  63. package/themes/vkAccessibilityDark/index.js +981 -0
  64. package/themes/vkAccessibilityDark/index.json +978 -0
  65. package/themes/vkAccessibilityDark/index.less +601 -0
  66. package/themes/vkAccessibilityDark/index.pcss +602 -0
  67. package/themes/vkAccessibilityDark/index.scss +803 -0
  68. package/themes/vkAccessibilityDark/index.styl +601 -0
  69. package/themes/vkAccessibilityDark/struct.json +1004 -0
  70. package/themes/vkAccessibilityIOS/cssVars/declarations/index.css +947 -0
  71. package/themes/vkAccessibilityIOS/cssVars/declarations/noColors.css +503 -0
  72. package/themes/vkAccessibilityIOS/cssVars/declarations/noSizes.css +346 -0
  73. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
  74. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyColors.css +314 -0
  75. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyColors.d.ts +3 -0
  76. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyColors.js +11 -0
  77. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.css +537 -0
  78. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.d.ts +3 -0
  79. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.js +11 -0
  80. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariablesLocal.css +537 -0
  81. package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +56 -0
  82. package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.css +816 -0
  83. package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.less +601 -0
  84. package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.pcss +602 -0
  85. package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.scss +803 -0
  86. package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.styl +601 -0
  87. package/themes/vkAccessibilityIOS/cssVars/theme/index.d.ts +4 -0
  88. package/themes/vkAccessibilityIOS/cssVars/theme/index.js +3252 -0
  89. package/themes/vkAccessibilityIOS/cssVars/theme/index.json +3249 -0
  90. package/themes/vkAccessibilityIOS/docs.json +2798 -0
  91. package/themes/vkAccessibilityIOS/index.css +816 -0
  92. package/themes/vkAccessibilityIOS/index.d.ts +4 -0
  93. package/themes/vkAccessibilityIOS/index.js +981 -0
  94. package/themes/vkAccessibilityIOS/index.json +978 -0
  95. package/themes/vkAccessibilityIOS/index.less +601 -0
  96. package/themes/vkAccessibilityIOS/index.pcss +602 -0
  97. package/themes/vkAccessibilityIOS/index.scss +803 -0
  98. package/themes/vkAccessibilityIOS/index.styl +601 -0
  99. package/themes/vkAccessibilityIOS/struct.json +1004 -0
  100. package/themes/vkAccessibilityIOSDark/cssVars/declarations/index.css +947 -0
  101. package/themes/vkAccessibilityIOSDark/cssVars/declarations/noColors.css +503 -0
  102. package/themes/vkAccessibilityIOSDark/cssVars/declarations/noSizes.css +346 -0
  103. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
  104. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyColors.css +314 -0
  105. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyColors.d.ts +3 -0
  106. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyColors.js +11 -0
  107. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.css +537 -0
  108. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.d.ts +3 -0
  109. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.js +11 -0
  110. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariablesLocal.css +537 -0
  111. package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +47 -0
  112. package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.css +816 -0
  113. package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.less +601 -0
  114. package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.pcss +602 -0
  115. package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.scss +803 -0
  116. package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.styl +601 -0
  117. package/themes/vkAccessibilityIOSDark/cssVars/theme/index.d.ts +4 -0
  118. package/themes/vkAccessibilityIOSDark/cssVars/theme/index.js +3252 -0
  119. package/themes/vkAccessibilityIOSDark/cssVars/theme/index.json +3249 -0
  120. package/themes/vkAccessibilityIOSDark/docs.json +2798 -0
  121. package/themes/vkAccessibilityIOSDark/index.css +816 -0
  122. package/themes/vkAccessibilityIOSDark/index.d.ts +4 -0
  123. package/themes/vkAccessibilityIOSDark/index.js +981 -0
  124. package/themes/vkAccessibilityIOSDark/index.json +978 -0
  125. package/themes/vkAccessibilityIOSDark/index.less +601 -0
  126. package/themes/vkAccessibilityIOSDark/index.pcss +602 -0
  127. package/themes/vkAccessibilityIOSDark/index.scss +803 -0
  128. package/themes/vkAccessibilityIOSDark/index.styl +601 -0
  129. package/themes/vkAccessibilityIOSDark/struct.json +1004 -0
  130. package/themes/vkCom/cssVars/declarations/index.css +59 -59
  131. package/themes/vkCom/cssVars/declarations/noColors.css +59 -59
  132. package/themes/vkCom/cssVars/declarations/onlyVariables.css +21 -21
  133. package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
  134. package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +21 -21
  135. package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +81 -0
  136. package/themes/vkCom/cssVars/theme/fallbacks/index.css +59 -59
  137. package/themes/vkCom/cssVars/theme/fallbacks/index.less +22 -22
  138. package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +22 -22
  139. package/themes/vkCom/cssVars/theme/fallbacks/index.scss +43 -43
  140. package/themes/vkCom/cssVars/theme/fallbacks/index.styl +22 -22
  141. package/themes/vkCom/cssVars/theme/index.js +21 -21
  142. package/themes/vkCom/cssVars/theme/index.json +21 -21
  143. package/themes/vkCom/index.css +59 -59
  144. package/themes/vkCom/index.js +21 -21
  145. package/themes/vkCom/index.json +21 -21
  146. package/themes/vkCom/index.less +22 -22
  147. package/themes/vkCom/index.pcss +22 -22
  148. package/themes/vkCom/index.scss +43 -43
  149. package/themes/vkCom/index.styl +22 -22
  150. package/themes/vkCom/struct.json +21 -21
  151. package/themes/vkComDark/cssVars/declarations/index.css +59 -59
  152. package/themes/vkComDark/cssVars/declarations/noColors.css +59 -59
  153. package/themes/vkComDark/cssVars/declarations/onlyVariables.css +21 -21
  154. package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
  155. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +21 -21
  156. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +81 -0
  157. package/themes/vkComDark/cssVars/theme/fallbacks/index.css +59 -59
  158. package/themes/vkComDark/cssVars/theme/fallbacks/index.less +22 -22
  159. package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +22 -22
  160. package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +43 -43
  161. package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +22 -22
  162. package/themes/vkComDark/cssVars/theme/index.js +21 -21
  163. package/themes/vkComDark/cssVars/theme/index.json +21 -21
  164. package/themes/vkComDark/index.css +59 -59
  165. package/themes/vkComDark/index.js +21 -21
  166. package/themes/vkComDark/index.json +21 -21
  167. package/themes/vkComDark/index.less +22 -22
  168. package/themes/vkComDark/index.pcss +22 -22
  169. package/themes/vkComDark/index.scss +43 -43
  170. package/themes/vkComDark/index.styl +22 -22
  171. package/themes/vkComDark/struct.json +21 -21
  172. package/themes/vkIdOk/cssVars/declarations/index.css +39 -39
  173. package/themes/vkIdOk/cssVars/declarations/noSizes.css +39 -39
  174. package/themes/vkIdOk/cssVars/declarations/onlyColors.css +39 -39
  175. package/themes/vkIdOk/cssVars/declarations/onlyColors.js +2 -2
  176. package/themes/vkIdOk/cssVars/declarations/onlyVariables.css +39 -39
  177. package/themes/vkIdOk/cssVars/declarations/onlyVariables.js +2 -2
  178. package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocal.css +39 -39
  179. package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocalIncremental.css +39 -39
  180. package/themes/vkIdOk/cssVars/theme/fallbacks/index.css +39 -39
  181. package/themes/vkIdOk/cssVars/theme/fallbacks/index.less +39 -39
  182. package/themes/vkIdOk/cssVars/theme/fallbacks/index.pcss +39 -39
  183. package/themes/vkIdOk/cssVars/theme/fallbacks/index.scss +39 -39
  184. package/themes/vkIdOk/cssVars/theme/fallbacks/index.styl +39 -39
  185. package/themes/vkIdOk/cssVars/theme/index.js +39 -39
  186. package/themes/vkIdOk/cssVars/theme/index.json +39 -39
  187. package/themes/vkIdOk/index.css +39 -39
  188. package/themes/vkIdOk/index.js +39 -39
  189. package/themes/vkIdOk/index.json +39 -39
  190. package/themes/vkIdOk/index.less +39 -39
  191. package/themes/vkIdOk/index.pcss +39 -39
  192. package/themes/vkIdOk/index.scss +39 -39
  193. package/themes/vkIdOk/index.styl +39 -39
  194. package/themes/vkIdOk/struct.json +39 -39
  195. package/themes/vkIdOkDark/cssVars/declarations/index.css +27 -27
  196. package/themes/vkIdOkDark/cssVars/declarations/noSizes.css +27 -27
  197. package/themes/vkIdOkDark/cssVars/declarations/onlyColors.css +27 -27
  198. package/themes/vkIdOkDark/cssVars/declarations/onlyColors.js +2 -2
  199. package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.css +27 -27
  200. package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.js +2 -2
  201. package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocal.css +27 -27
  202. package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocalIncremental.css +27 -27
  203. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.css +27 -27
  204. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.less +27 -27
  205. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.pcss +27 -27
  206. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.scss +27 -27
  207. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.styl +27 -27
  208. package/themes/vkIdOkDark/cssVars/theme/index.js +27 -27
  209. package/themes/vkIdOkDark/cssVars/theme/index.json +27 -27
  210. package/themes/vkIdOkDark/index.css +27 -27
  211. package/themes/vkIdOkDark/index.js +27 -27
  212. package/themes/vkIdOkDark/index.json +27 -27
  213. package/themes/vkIdOkDark/index.less +27 -27
  214. package/themes/vkIdOkDark/index.pcss +27 -27
  215. package/themes/vkIdOkDark/index.scss +27 -27
  216. package/themes/vkIdOkDark/index.styl +27 -27
  217. package/themes/vkIdOkDark/struct.json +27 -27
  218. package/themes/vkIdOkIOS/cssVars/declarations/index.css +39 -39
  219. package/themes/vkIdOkIOS/cssVars/declarations/noSizes.css +39 -39
  220. package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.css +39 -39
  221. package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.js +2 -2
  222. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.css +39 -39
  223. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.js +2 -2
  224. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocal.css +39 -39
  225. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +39 -3
  226. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.css +39 -39
  227. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.less +39 -39
  228. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.pcss +39 -39
  229. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.scss +39 -39
  230. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.styl +39 -39
  231. package/themes/vkIdOkIOS/cssVars/theme/index.js +39 -39
  232. package/themes/vkIdOkIOS/cssVars/theme/index.json +39 -39
  233. package/themes/vkIdOkIOS/index.css +39 -39
  234. package/themes/vkIdOkIOS/index.js +39 -39
  235. package/themes/vkIdOkIOS/index.json +39 -39
  236. package/themes/vkIdOkIOS/index.less +39 -39
  237. package/themes/vkIdOkIOS/index.pcss +39 -39
  238. package/themes/vkIdOkIOS/index.scss +39 -39
  239. package/themes/vkIdOkIOS/index.styl +39 -39
  240. package/themes/vkIdOkIOS/struct.json +39 -39
  241. package/themes/vkIdOkIOSDark/cssVars/declarations/index.css +27 -27
  242. package/themes/vkIdOkIOSDark/cssVars/declarations/noSizes.css +27 -27
  243. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.css +27 -27
  244. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.js +2 -2
  245. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.css +27 -27
  246. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
  247. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocal.css +27 -27
  248. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +27 -3
  249. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.css +27 -27
  250. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.less +27 -27
  251. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.pcss +27 -27
  252. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.scss +27 -27
  253. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.styl +27 -27
  254. package/themes/vkIdOkIOSDark/cssVars/theme/index.js +27 -27
  255. package/themes/vkIdOkIOSDark/cssVars/theme/index.json +27 -27
  256. package/themes/vkIdOkIOSDark/index.css +27 -27
  257. package/themes/vkIdOkIOSDark/index.js +27 -27
  258. package/themes/vkIdOkIOSDark/index.json +27 -27
  259. package/themes/vkIdOkIOSDark/index.less +27 -27
  260. package/themes/vkIdOkIOSDark/index.pcss +27 -27
  261. package/themes/vkIdOkIOSDark/index.scss +27 -27
  262. package/themes/vkIdOkIOSDark/index.styl +27 -27
  263. package/themes/vkIdOkIOSDark/struct.json +27 -27
  264. package/themes/vkontakteCom/cssVars/declarations/index.css +43 -43
  265. package/themes/vkontakteCom/cssVars/declarations/noColors.css +43 -43
  266. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +15 -15
  267. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
  268. package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +15 -15
  269. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +43 -43
  270. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +16 -16
  271. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +16 -16
  272. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +31 -31
  273. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +16 -16
  274. package/themes/vkontakteCom/cssVars/theme/index.js +15 -15
  275. package/themes/vkontakteCom/cssVars/theme/index.json +15 -15
  276. package/themes/vkontakteCom/index.css +43 -43
  277. package/themes/vkontakteCom/index.js +15 -15
  278. package/themes/vkontakteCom/index.json +15 -15
  279. package/themes/vkontakteCom/index.less +16 -16
  280. package/themes/vkontakteCom/index.pcss +16 -16
  281. package/themes/vkontakteCom/index.scss +31 -31
  282. package/themes/vkontakteCom/index.styl +16 -16
  283. package/themes/vkontakteCom/struct.json +15 -15
  284. package/themes/vkontakteComDark/cssVars/declarations/index.css +43 -43
  285. package/themes/vkontakteComDark/cssVars/declarations/noColors.css +43 -43
  286. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +15 -15
  287. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
  288. package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +15 -15
  289. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +43 -43
  290. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +16 -16
  291. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +16 -16
  292. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +31 -31
  293. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +16 -16
  294. package/themes/vkontakteComDark/cssVars/theme/index.js +15 -15
  295. package/themes/vkontakteComDark/cssVars/theme/index.json +15 -15
  296. package/themes/vkontakteComDark/index.css +43 -43
  297. package/themes/vkontakteComDark/index.js +15 -15
  298. package/themes/vkontakteComDark/index.json +15 -15
  299. package/themes/vkontakteComDark/index.less +16 -16
  300. package/themes/vkontakteComDark/index.pcss +16 -16
  301. package/themes/vkontakteComDark/index.scss +31 -31
  302. package/themes/vkontakteComDark/index.styl +16 -16
  303. package/themes/vkontakteComDark/struct.json +15 -15
@@ -0,0 +1 @@
1
+ export { ThemeVkBase as ThemeVkAccessibility, ThemeVkBaseCssVars as ThemeVkAccessibilityCssVars, ThemeVkBaseDescription as ThemeVkAccessibilityDescription, } from '../vkBase';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { ThemeVkBaseDark as ThemeVkAccessibilityDark, ThemeVkBaseDarkCssVars as ThemeVkAccessibilityDarkCssVars, ThemeVkBaseDarkDescription as ThemeVkAccessibilityDarkDescription, } from '../vkBaseDark';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { ThemeVkBase as ThemeVkAccessibilityIOS, ThemeVkBaseCssVars as ThemeVkAccessibilityIOSCssVars, ThemeVkBaseDescription as ThemeVkAccessibilityIOSDescription, } from '../vkBase';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { ThemeVkBaseDark as ThemeVkAccessibilityIOSDark, ThemeVkBaseDarkCssVars as ThemeVkAccessibilityIOSDarkCssVars, ThemeVkBaseDarkDescription as ThemeVkAccessibilityIOSDarkDescription, } from '../vkBaseDark';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/vkui-tokens",
3
- "version": "4.48.0",
3
+ "version": "4.49.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "license": "MIT",
6
6
  "homepage": "https://vkcom.github.io/vkui-tokens",
@@ -43,21 +43,21 @@
43
43
  "csstype": "^3.1.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@babel/core": "7.24.5",
46
+ "@babel/core": "7.24.7",
47
47
  "@svgr/webpack": "8.1.0",
48
48
  "@types/color": "3.0.6",
49
49
  "@types/common-tags": "1.8.4",
50
50
  "@types/fs-extra": "11.0.4",
51
- "@types/lodash": "4.17.5",
51
+ "@types/lodash": "4.17.6",
52
52
  "@types/node": "18.11.10",
53
53
  "@types/react": "18.3.3",
54
54
  "@types/react-dom": "18.3.0",
55
55
  "@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.2.0",
56
- "@vkontakte/icons": "2.123.0",
56
+ "@vkontakte/icons": "2.124.0",
57
57
  "@vkontakte/prettier-config": "0.1.0",
58
58
  "@vkontakte/vk-bridge": "2.14.2",
59
- "@vkontakte/vkjs": "1.1.2",
60
- "@vkontakte/vkui": "6.1.1",
59
+ "@vkontakte/vkjs": "1.2.0",
60
+ "@vkontakte/vkui": "6.2.0",
61
61
  "babel-jest": "29.7.0",
62
62
  "babel-loader": "9.1.3",
63
63
  "clean-webpack-plugin": "4.0.0",
@@ -101,7 +101,7 @@
101
101
  "type-fest": "4.20.1",
102
102
  "typescript": "5.2.2",
103
103
  "typescript-eslint": "7.0.1",
104
- "webpack": "5.91.0",
104
+ "webpack": "5.92.1",
105
105
  "webpack-cli": "5.1.4",
106
106
  "webpack-dev-server": "5.0.4",
107
107
  "webpack-notifier": "1.15.0"