@vkontakte/vkui-tokens 4.51.0 → 4.53.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 (977) hide show
  1. package/interfaces/namespaces/paradigm/index.d.ts +2 -0
  2. package/interfaces/themes/cloud/index.d.ts +81 -2
  3. package/interfaces/themes/octaviusWhiteDark/index.d.ts +4 -0
  4. package/interfaces/themes/octaviusWhiteDark/index.js +2 -0
  5. package/interfaces/themes/widgets/index.d.ts +7 -0
  6. package/interfaces/themes/widgets/index.js +2 -0
  7. package/interfaces/themes/widgetsDark/index.d.ts +7 -0
  8. package/interfaces/themes/widgetsDark/index.js +2 -0
  9. package/package.json +5 -5
  10. package/themeDescriptions/base/paradigm.js +42 -38
  11. package/themes/calendar/cssVars/declarations/index.css +106 -100
  12. package/themes/calendar/cssVars/declarations/noSizes.css +106 -100
  13. package/themes/calendar/cssVars/declarations/onlyColors.css +106 -100
  14. package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
  15. package/themes/calendar/cssVars/declarations/onlyVariables.css +106 -100
  16. package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
  17. package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +106 -100
  18. package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +106 -100
  19. package/themes/calendar/cssVars/theme/fallbacks/index.css +106 -100
  20. package/themes/calendar/cssVars/theme/fallbacks/index.less +106 -100
  21. package/themes/calendar/cssVars/theme/fallbacks/index.pcss +106 -100
  22. package/themes/calendar/cssVars/theme/fallbacks/index.scss +106 -100
  23. package/themes/calendar/cssVars/theme/fallbacks/index.styl +106 -100
  24. package/themes/calendar/cssVars/theme/index.js +128 -100
  25. package/themes/calendar/cssVars/theme/index.json +128 -100
  26. package/themes/calendar/docs.json +8 -0
  27. package/themes/calendar/index.css +106 -100
  28. package/themes/calendar/index.js +110 -100
  29. package/themes/calendar/index.json +110 -100
  30. package/themes/calendar/index.less +106 -100
  31. package/themes/calendar/index.pcss +106 -100
  32. package/themes/calendar/index.scss +106 -100
  33. package/themes/calendar/index.styl +106 -100
  34. package/themes/calendar/struct.json +110 -100
  35. package/themes/calendarDark/cssVars/declarations/index.css +52 -46
  36. package/themes/calendarDark/cssVars/declarations/noSizes.css +52 -46
  37. package/themes/calendarDark/cssVars/declarations/onlyColors.css +52 -46
  38. package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
  39. package/themes/calendarDark/cssVars/declarations/onlyVariables.css +52 -46
  40. package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
  41. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +52 -46
  42. package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +52 -46
  43. package/themes/calendarDark/cssVars/theme/fallbacks/index.css +52 -46
  44. package/themes/calendarDark/cssVars/theme/fallbacks/index.less +52 -46
  45. package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +52 -46
  46. package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +52 -46
  47. package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +52 -46
  48. package/themes/calendarDark/cssVars/theme/index.js +74 -46
  49. package/themes/calendarDark/cssVars/theme/index.json +74 -46
  50. package/themes/calendarDark/docs.json +8 -0
  51. package/themes/calendarDark/index.css +52 -46
  52. package/themes/calendarDark/index.js +56 -46
  53. package/themes/calendarDark/index.json +56 -46
  54. package/themes/calendarDark/index.less +52 -46
  55. package/themes/calendarDark/index.pcss +52 -46
  56. package/themes/calendarDark/index.scss +52 -46
  57. package/themes/calendarDark/index.styl +52 -46
  58. package/themes/calendarDark/struct.json +56 -46
  59. package/themes/calls/cssVars/declarations/index.css +45 -39
  60. package/themes/calls/cssVars/declarations/noSizes.css +45 -39
  61. package/themes/calls/cssVars/declarations/onlyColors.css +45 -39
  62. package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
  63. package/themes/calls/cssVars/declarations/onlyVariables.css +45 -39
  64. package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
  65. package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +45 -39
  66. package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
  67. package/themes/calls/cssVars/theme/fallbacks/index.css +45 -39
  68. package/themes/calls/cssVars/theme/fallbacks/index.less +45 -39
  69. package/themes/calls/cssVars/theme/fallbacks/index.pcss +45 -39
  70. package/themes/calls/cssVars/theme/fallbacks/index.scss +45 -39
  71. package/themes/calls/cssVars/theme/fallbacks/index.styl +45 -39
  72. package/themes/calls/cssVars/theme/index.js +67 -39
  73. package/themes/calls/cssVars/theme/index.json +67 -39
  74. package/themes/calls/docs.json +8 -0
  75. package/themes/calls/index.css +45 -39
  76. package/themes/calls/index.js +49 -39
  77. package/themes/calls/index.json +49 -39
  78. package/themes/calls/index.less +45 -39
  79. package/themes/calls/index.pcss +45 -39
  80. package/themes/calls/index.scss +45 -39
  81. package/themes/calls/index.styl +45 -39
  82. package/themes/calls/struct.json +49 -39
  83. package/themes/cloud/cssVars/declarations/index.css +316 -94
  84. package/themes/cloud/cssVars/declarations/noColors.css +4 -4
  85. package/themes/cloud/cssVars/declarations/noSizes.css +316 -94
  86. package/themes/cloud/cssVars/declarations/onlyColors.css +312 -90
  87. package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
  88. package/themes/cloud/cssVars/declarations/onlyVariables.css +316 -94
  89. package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
  90. package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +316 -94
  91. package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +316 -94
  92. package/themes/cloud/cssVars/theme/fallbacks/index.css +316 -94
  93. package/themes/cloud/cssVars/theme/fallbacks/index.less +316 -94
  94. package/themes/cloud/cssVars/theme/fallbacks/index.pcss +316 -94
  95. package/themes/cloud/cssVars/theme/fallbacks/index.scss +316 -94
  96. package/themes/cloud/cssVars/theme/fallbacks/index.styl +316 -94
  97. package/themes/cloud/cssVars/theme/index.js +1130 -94
  98. package/themes/cloud/cssVars/theme/index.json +1130 -94
  99. package/themes/cloud/docs.json +296 -0
  100. package/themes/cloud/index.css +316 -94
  101. package/themes/cloud/index.js +464 -94
  102. package/themes/cloud/index.json +464 -94
  103. package/themes/cloud/index.less +316 -94
  104. package/themes/cloud/index.pcss +316 -94
  105. package/themes/cloud/index.scss +316 -94
  106. package/themes/cloud/index.styl +316 -94
  107. package/themes/cloud/struct.json +464 -94
  108. package/themes/cloudDark/cssVars/declarations/index.css +261 -39
  109. package/themes/cloudDark/cssVars/declarations/noSizes.css +261 -39
  110. package/themes/cloudDark/cssVars/declarations/onlyColors.css +261 -39
  111. package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
  112. package/themes/cloudDark/cssVars/declarations/onlyVariables.css +261 -39
  113. package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
  114. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +261 -39
  115. package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +261 -39
  116. package/themes/cloudDark/cssVars/theme/fallbacks/index.css +261 -39
  117. package/themes/cloudDark/cssVars/theme/fallbacks/index.less +261 -39
  118. package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +261 -39
  119. package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +261 -39
  120. package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +261 -39
  121. package/themes/cloudDark/cssVars/theme/index.js +1075 -39
  122. package/themes/cloudDark/cssVars/theme/index.json +1075 -39
  123. package/themes/cloudDark/docs.json +296 -0
  124. package/themes/cloudDark/index.css +261 -39
  125. package/themes/cloudDark/index.js +409 -39
  126. package/themes/cloudDark/index.json +409 -39
  127. package/themes/cloudDark/index.less +261 -39
  128. package/themes/cloudDark/index.pcss +261 -39
  129. package/themes/cloudDark/index.scss +261 -39
  130. package/themes/cloudDark/index.styl +261 -39
  131. package/themes/cloudDark/struct.json +409 -39
  132. package/themes/home/cssVars/declarations/index.css +99 -93
  133. package/themes/home/cssVars/declarations/noSizes.css +99 -93
  134. package/themes/home/cssVars/declarations/onlyColors.css +99 -93
  135. package/themes/home/cssVars/declarations/onlyColors.js +2 -2
  136. package/themes/home/cssVars/declarations/onlyVariables.css +99 -93
  137. package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
  138. package/themes/home/cssVars/declarations/onlyVariablesLocal.css +99 -93
  139. package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
  140. package/themes/home/cssVars/theme/fallbacks/index.css +99 -93
  141. package/themes/home/cssVars/theme/fallbacks/index.less +99 -93
  142. package/themes/home/cssVars/theme/fallbacks/index.pcss +99 -93
  143. package/themes/home/cssVars/theme/fallbacks/index.scss +99 -93
  144. package/themes/home/cssVars/theme/fallbacks/index.styl +99 -93
  145. package/themes/home/cssVars/theme/index.js +121 -93
  146. package/themes/home/cssVars/theme/index.json +121 -93
  147. package/themes/home/docs.json +8 -0
  148. package/themes/home/index.css +99 -93
  149. package/themes/home/index.js +103 -93
  150. package/themes/home/index.json +103 -93
  151. package/themes/home/index.less +99 -93
  152. package/themes/home/index.pcss +99 -93
  153. package/themes/home/index.scss +99 -93
  154. package/themes/home/index.styl +99 -93
  155. package/themes/home/struct.json +103 -93
  156. package/themes/homeDark/cssVars/declarations/index.css +45 -39
  157. package/themes/homeDark/cssVars/declarations/noSizes.css +45 -39
  158. package/themes/homeDark/cssVars/declarations/onlyColors.css +45 -39
  159. package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
  160. package/themes/homeDark/cssVars/declarations/onlyVariables.css +45 -39
  161. package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
  162. package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +45 -39
  163. package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
  164. package/themes/homeDark/cssVars/theme/fallbacks/index.css +45 -39
  165. package/themes/homeDark/cssVars/theme/fallbacks/index.less +45 -39
  166. package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +45 -39
  167. package/themes/homeDark/cssVars/theme/fallbacks/index.scss +45 -39
  168. package/themes/homeDark/cssVars/theme/fallbacks/index.styl +45 -39
  169. package/themes/homeDark/cssVars/theme/index.js +67 -39
  170. package/themes/homeDark/cssVars/theme/index.json +67 -39
  171. package/themes/homeDark/docs.json +8 -0
  172. package/themes/homeDark/index.css +45 -39
  173. package/themes/homeDark/index.js +49 -39
  174. package/themes/homeDark/index.json +49 -39
  175. package/themes/homeDark/index.less +45 -39
  176. package/themes/homeDark/index.pcss +45 -39
  177. package/themes/homeDark/index.scss +45 -39
  178. package/themes/homeDark/index.styl +45 -39
  179. package/themes/homeDark/struct.json +49 -39
  180. package/themes/media/cssVars/declarations/index.css +262 -256
  181. package/themes/media/cssVars/declarations/noColors.css +120 -120
  182. package/themes/media/cssVars/declarations/noSizes.css +135 -129
  183. package/themes/media/cssVars/declarations/onlyColors.css +135 -129
  184. package/themes/media/cssVars/declarations/onlyColors.js +2 -2
  185. package/themes/media/cssVars/declarations/onlyMedia.css +7 -7
  186. package/themes/media/cssVars/declarations/onlyVariables.css +173 -167
  187. package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
  188. package/themes/media/cssVars/declarations/onlyVariablesLocal.css +173 -167
  189. package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +173 -167
  190. package/themes/media/cssVars/theme/fallbacks/index.css +255 -249
  191. package/themes/media/cssVars/theme/fallbacks/index.less +177 -171
  192. package/themes/media/cssVars/theme/fallbacks/index.pcss +177 -171
  193. package/themes/media/cssVars/theme/fallbacks/index.scss +235 -229
  194. package/themes/media/cssVars/theme/fallbacks/index.styl +177 -171
  195. package/themes/media/cssVars/theme/index.js +195 -167
  196. package/themes/media/cssVars/theme/index.json +195 -167
  197. package/themes/media/docs.json +8 -0
  198. package/themes/media/index.css +255 -249
  199. package/themes/media/index.js +177 -167
  200. package/themes/media/index.json +177 -167
  201. package/themes/media/index.less +177 -171
  202. package/themes/media/index.pcss +177 -171
  203. package/themes/media/index.scss +235 -229
  204. package/themes/media/index.styl +177 -171
  205. package/themes/media/struct.json +177 -167
  206. package/themes/mediaDark/cssVars/declarations/index.css +208 -202
  207. package/themes/mediaDark/cssVars/declarations/noColors.css +120 -120
  208. package/themes/mediaDark/cssVars/declarations/noSizes.css +81 -75
  209. package/themes/mediaDark/cssVars/declarations/onlyColors.css +81 -75
  210. package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
  211. package/themes/mediaDark/cssVars/declarations/onlyMedia.css +7 -7
  212. package/themes/mediaDark/cssVars/declarations/onlyVariables.css +119 -113
  213. package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
  214. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +119 -113
  215. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +119 -113
  216. package/themes/mediaDark/cssVars/theme/fallbacks/index.css +201 -195
  217. package/themes/mediaDark/cssVars/theme/fallbacks/index.less +123 -117
  218. package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +123 -117
  219. package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +181 -175
  220. package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +123 -117
  221. package/themes/mediaDark/cssVars/theme/index.js +141 -113
  222. package/themes/mediaDark/cssVars/theme/index.json +141 -113
  223. package/themes/mediaDark/docs.json +8 -0
  224. package/themes/mediaDark/index.css +201 -195
  225. package/themes/mediaDark/index.js +123 -113
  226. package/themes/mediaDark/index.json +123 -113
  227. package/themes/mediaDark/index.less +123 -117
  228. package/themes/mediaDark/index.pcss +123 -117
  229. package/themes/mediaDark/index.scss +181 -175
  230. package/themes/mediaDark/index.styl +123 -117
  231. package/themes/mediaDark/struct.json +123 -113
  232. package/themes/mycom/cssVars/declarations/index.css +124 -118
  233. package/themes/mycom/cssVars/declarations/noColors.css +1 -1
  234. package/themes/mycom/cssVars/declarations/noSizes.css +123 -117
  235. package/themes/mycom/cssVars/declarations/onlyColors.css +123 -117
  236. package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
  237. package/themes/mycom/cssVars/declarations/onlyVariables.css +124 -118
  238. package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
  239. package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +124 -118
  240. package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +124 -118
  241. package/themes/mycom/cssVars/theme/fallbacks/index.css +124 -118
  242. package/themes/mycom/cssVars/theme/fallbacks/index.less +124 -118
  243. package/themes/mycom/cssVars/theme/fallbacks/index.pcss +124 -118
  244. package/themes/mycom/cssVars/theme/fallbacks/index.scss +124 -118
  245. package/themes/mycom/cssVars/theme/fallbacks/index.styl +124 -118
  246. package/themes/mycom/cssVars/theme/index.js +146 -118
  247. package/themes/mycom/cssVars/theme/index.json +146 -118
  248. package/themes/mycom/docs.json +8 -0
  249. package/themes/mycom/index.css +124 -118
  250. package/themes/mycom/index.js +128 -118
  251. package/themes/mycom/index.json +128 -118
  252. package/themes/mycom/index.less +124 -118
  253. package/themes/mycom/index.pcss +124 -118
  254. package/themes/mycom/index.scss +124 -118
  255. package/themes/mycom/index.styl +124 -118
  256. package/themes/mycom/struct.json +128 -118
  257. package/themes/octavius/cssVars/declarations/index.css +154 -148
  258. package/themes/octavius/cssVars/declarations/noColors.css +2 -2
  259. package/themes/octavius/cssVars/declarations/noSizes.css +153 -147
  260. package/themes/octavius/cssVars/declarations/onlyColors.css +152 -146
  261. package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
  262. package/themes/octavius/cssVars/declarations/onlyVariables.css +154 -148
  263. package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
  264. package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +154 -148
  265. package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +154 -148
  266. package/themes/octavius/cssVars/theme/fallbacks/index.css +154 -148
  267. package/themes/octavius/cssVars/theme/fallbacks/index.less +154 -148
  268. package/themes/octavius/cssVars/theme/fallbacks/index.pcss +154 -148
  269. package/themes/octavius/cssVars/theme/fallbacks/index.scss +154 -148
  270. package/themes/octavius/cssVars/theme/fallbacks/index.styl +154 -148
  271. package/themes/octavius/cssVars/theme/index.js +198 -170
  272. package/themes/octavius/cssVars/theme/index.json +198 -170
  273. package/themes/octavius/docs.json +8 -0
  274. package/themes/octavius/index.css +154 -148
  275. package/themes/octavius/index.js +161 -151
  276. package/themes/octavius/index.json +161 -151
  277. package/themes/octavius/index.less +154 -148
  278. package/themes/octavius/index.pcss +154 -148
  279. package/themes/octavius/index.scss +154 -148
  280. package/themes/octavius/index.styl +154 -148
  281. package/themes/octavius/struct.json +161 -151
  282. package/themes/octaviusCompact/cssVars/declarations/index.css +154 -148
  283. package/themes/octaviusCompact/cssVars/declarations/noColors.css +2 -2
  284. package/themes/octaviusCompact/cssVars/declarations/noSizes.css +153 -147
  285. package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +152 -146
  286. package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
  287. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +154 -148
  288. package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
  289. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +154 -148
  290. package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +154 -148
  291. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +154 -148
  292. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +154 -148
  293. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +154 -148
  294. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +154 -148
  295. package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +154 -148
  296. package/themes/octaviusCompact/cssVars/theme/index.js +198 -170
  297. package/themes/octaviusCompact/cssVars/theme/index.json +198 -170
  298. package/themes/octaviusCompact/docs.json +8 -0
  299. package/themes/octaviusCompact/index.css +154 -148
  300. package/themes/octaviusCompact/index.js +161 -151
  301. package/themes/octaviusCompact/index.json +161 -151
  302. package/themes/octaviusCompact/index.less +154 -148
  303. package/themes/octaviusCompact/index.pcss +154 -148
  304. package/themes/octaviusCompact/index.scss +154 -148
  305. package/themes/octaviusCompact/index.styl +154 -148
  306. package/themes/octaviusCompact/struct.json +161 -151
  307. package/themes/octaviusCompactDark/cssVars/declarations/index.css +68 -62
  308. package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +2 -2
  309. package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +67 -61
  310. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +66 -60
  311. package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
  312. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +68 -62
  313. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
  314. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +68 -62
  315. package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +68 -62
  316. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +68 -62
  317. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +68 -62
  318. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +68 -62
  319. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +68 -62
  320. package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +68 -62
  321. package/themes/octaviusCompactDark/cssVars/theme/index.js +112 -84
  322. package/themes/octaviusCompactDark/cssVars/theme/index.json +112 -84
  323. package/themes/octaviusCompactDark/docs.json +8 -0
  324. package/themes/octaviusCompactDark/index.css +68 -62
  325. package/themes/octaviusCompactDark/index.js +76 -66
  326. package/themes/octaviusCompactDark/index.json +76 -66
  327. package/themes/octaviusCompactDark/index.less +68 -62
  328. package/themes/octaviusCompactDark/index.pcss +68 -62
  329. package/themes/octaviusCompactDark/index.scss +68 -62
  330. package/themes/octaviusCompactDark/index.styl +68 -62
  331. package/themes/octaviusCompactDark/struct.json +76 -66
  332. package/themes/octaviusDark/cssVars/declarations/index.css +68 -62
  333. package/themes/octaviusDark/cssVars/declarations/noColors.css +2 -2
  334. package/themes/octaviusDark/cssVars/declarations/noSizes.css +67 -61
  335. package/themes/octaviusDark/cssVars/declarations/onlyColors.css +66 -60
  336. package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
  337. package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +68 -62
  338. package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
  339. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +68 -62
  340. package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +68 -62
  341. package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +68 -62
  342. package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +68 -62
  343. package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +68 -62
  344. package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +68 -62
  345. package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +68 -62
  346. package/themes/octaviusDark/cssVars/theme/index.js +112 -84
  347. package/themes/octaviusDark/cssVars/theme/index.json +112 -84
  348. package/themes/octaviusDark/docs.json +8 -0
  349. package/themes/octaviusDark/index.css +68 -62
  350. package/themes/octaviusDark/index.js +76 -66
  351. package/themes/octaviusDark/index.json +76 -66
  352. package/themes/octaviusDark/index.less +68 -62
  353. package/themes/octaviusDark/index.pcss +68 -62
  354. package/themes/octaviusDark/index.scss +68 -62
  355. package/themes/octaviusDark/index.styl +68 -62
  356. package/themes/octaviusDark/struct.json +76 -66
  357. package/themes/octaviusVK/cssVars/declarations/index.css +50 -44
  358. package/themes/octaviusVK/cssVars/declarations/noSizes.css +50 -44
  359. package/themes/octaviusVK/cssVars/declarations/onlyColors.css +50 -44
  360. package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
  361. package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +50 -44
  362. package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
  363. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +50 -44
  364. package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +50 -44
  365. package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +50 -44
  366. package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +50 -44
  367. package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +50 -44
  368. package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +50 -44
  369. package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +50 -44
  370. package/themes/octaviusVK/cssVars/theme/index.js +94 -66
  371. package/themes/octaviusVK/cssVars/theme/index.json +94 -66
  372. package/themes/octaviusVK/docs.json +8 -0
  373. package/themes/octaviusVK/index.css +50 -44
  374. package/themes/octaviusVK/index.js +58 -48
  375. package/themes/octaviusVK/index.json +58 -48
  376. package/themes/octaviusVK/index.less +50 -44
  377. package/themes/octaviusVK/index.pcss +50 -44
  378. package/themes/octaviusVK/index.scss +50 -44
  379. package/themes/octaviusVK/index.styl +50 -44
  380. package/themes/octaviusVK/struct.json +58 -48
  381. package/themes/octaviusVKDark/cssVars/declarations/index.css +48 -42
  382. package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +48 -42
  383. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +48 -42
  384. package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
  385. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +48 -42
  386. package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
  387. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +48 -42
  388. package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +48 -42
  389. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +48 -42
  390. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +48 -42
  391. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +48 -42
  392. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +48 -42
  393. package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +48 -42
  394. package/themes/octaviusVKDark/cssVars/theme/index.js +92 -64
  395. package/themes/octaviusVKDark/cssVars/theme/index.json +92 -64
  396. package/themes/octaviusVKDark/docs.json +8 -0
  397. package/themes/octaviusVKDark/index.css +48 -42
  398. package/themes/octaviusVKDark/index.js +56 -46
  399. package/themes/octaviusVKDark/index.json +56 -46
  400. package/themes/octaviusVKDark/index.less +48 -42
  401. package/themes/octaviusVKDark/index.pcss +48 -42
  402. package/themes/octaviusVKDark/index.scss +48 -42
  403. package/themes/octaviusVKDark/index.styl +48 -42
  404. package/themes/octaviusVKDark/struct.json +56 -46
  405. package/themes/octaviusWhite/cssVars/declarations/index.css +52 -46
  406. package/themes/octaviusWhite/cssVars/declarations/noSizes.css +52 -46
  407. package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +52 -46
  408. package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
  409. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +52 -46
  410. package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
  411. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +52 -46
  412. package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +52 -46
  413. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +52 -46
  414. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +52 -46
  415. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +52 -46
  416. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +52 -46
  417. package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +52 -46
  418. package/themes/octaviusWhite/cssVars/theme/index.js +74 -46
  419. package/themes/octaviusWhite/cssVars/theme/index.json +74 -46
  420. package/themes/octaviusWhite/docs.json +8 -0
  421. package/themes/octaviusWhite/index.css +52 -46
  422. package/themes/octaviusWhite/index.js +56 -46
  423. package/themes/octaviusWhite/index.json +56 -46
  424. package/themes/octaviusWhite/index.less +52 -46
  425. package/themes/octaviusWhite/index.pcss +52 -46
  426. package/themes/octaviusWhite/index.scss +52 -46
  427. package/themes/octaviusWhite/index.styl +52 -46
  428. package/themes/octaviusWhite/struct.json +56 -46
  429. package/themes/octaviusWhiteDark/cssVars/declarations/index.css +2143 -0
  430. package/themes/octaviusWhiteDark/cssVars/declarations/noColors.css +701 -0
  431. package/themes/octaviusWhiteDark/cssVars/declarations/noSizes.css +935 -0
  432. package/themes/octaviusWhiteDark/cssVars/declarations/onlyAdaptiveGroups.css +152 -0
  433. package/themes/octaviusWhiteDark/cssVars/declarations/onlyColors.css +884 -0
  434. package/themes/octaviusWhiteDark/cssVars/declarations/onlyColors.d.ts +3 -0
  435. package/themes/octaviusWhiteDark/cssVars/declarations/onlyColors.js +11 -0
  436. package/themes/octaviusWhiteDark/cssVars/declarations/onlyMedia.css +408 -0
  437. package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariables.css +1235 -0
  438. package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariables.d.ts +3 -0
  439. package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariables.js +11 -0
  440. package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariablesLocal.css +1235 -0
  441. package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariablesLocalIncremental.css +1235 -0
  442. package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.css +1582 -0
  443. package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.less +1329 -0
  444. package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.pcss +1322 -0
  445. package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.scss +1589 -0
  446. package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.styl +1329 -0
  447. package/themes/octaviusWhiteDark/cssVars/theme/index.d.ts +4 -0
  448. package/themes/octaviusWhiteDark/cssVars/theme/index.js +6886 -0
  449. package/themes/octaviusWhiteDark/cssVars/theme/index.json +6883 -0
  450. package/themes/octaviusWhiteDark/docs.json +4801 -0
  451. package/themes/octaviusWhiteDark/index.css +1582 -0
  452. package/themes/octaviusWhiteDark/index.d.ts +4 -0
  453. package/themes/octaviusWhiteDark/index.js +2207 -0
  454. package/themes/octaviusWhiteDark/index.json +2204 -0
  455. package/themes/octaviusWhiteDark/index.less +1329 -0
  456. package/themes/octaviusWhiteDark/index.pcss +1322 -0
  457. package/themes/octaviusWhiteDark/index.scss +1589 -0
  458. package/themes/octaviusWhiteDark/index.styl +1329 -0
  459. package/themes/octaviusWhiteDark/struct.json +2230 -0
  460. package/themes/otvet/cssVars/declarations/index.css +99 -93
  461. package/themes/otvet/cssVars/declarations/noSizes.css +99 -93
  462. package/themes/otvet/cssVars/declarations/onlyColors.css +99 -93
  463. package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
  464. package/themes/otvet/cssVars/declarations/onlyVariables.css +99 -93
  465. package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
  466. package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +99 -93
  467. package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
  468. package/themes/otvet/cssVars/theme/fallbacks/index.css +99 -93
  469. package/themes/otvet/cssVars/theme/fallbacks/index.less +99 -93
  470. package/themes/otvet/cssVars/theme/fallbacks/index.pcss +99 -93
  471. package/themes/otvet/cssVars/theme/fallbacks/index.scss +99 -93
  472. package/themes/otvet/cssVars/theme/fallbacks/index.styl +99 -93
  473. package/themes/otvet/cssVars/theme/index.js +121 -93
  474. package/themes/otvet/cssVars/theme/index.json +121 -93
  475. package/themes/otvet/docs.json +8 -0
  476. package/themes/otvet/index.css +99 -93
  477. package/themes/otvet/index.js +103 -93
  478. package/themes/otvet/index.json +103 -93
  479. package/themes/otvet/index.less +99 -93
  480. package/themes/otvet/index.pcss +99 -93
  481. package/themes/otvet/index.scss +99 -93
  482. package/themes/otvet/index.styl +99 -93
  483. package/themes/otvet/struct.json +103 -93
  484. package/themes/otvetDark/cssVars/declarations/index.css +45 -39
  485. package/themes/otvetDark/cssVars/declarations/noSizes.css +45 -39
  486. package/themes/otvetDark/cssVars/declarations/onlyColors.css +45 -39
  487. package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
  488. package/themes/otvetDark/cssVars/declarations/onlyVariables.css +45 -39
  489. package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
  490. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +45 -39
  491. package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
  492. package/themes/otvetDark/cssVars/theme/fallbacks/index.css +45 -39
  493. package/themes/otvetDark/cssVars/theme/fallbacks/index.less +45 -39
  494. package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +45 -39
  495. package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +45 -39
  496. package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +45 -39
  497. package/themes/otvetDark/cssVars/theme/index.js +67 -39
  498. package/themes/otvetDark/cssVars/theme/index.json +67 -39
  499. package/themes/otvetDark/docs.json +8 -0
  500. package/themes/otvetDark/index.css +45 -39
  501. package/themes/otvetDark/index.js +49 -39
  502. package/themes/otvetDark/index.json +49 -39
  503. package/themes/otvetDark/index.less +45 -39
  504. package/themes/otvetDark/index.pcss +45 -39
  505. package/themes/otvetDark/index.scss +45 -39
  506. package/themes/otvetDark/index.styl +45 -39
  507. package/themes/otvetDark/struct.json +49 -39
  508. package/themes/paradigmBase/cssVars/declarations/index.css +99 -93
  509. package/themes/paradigmBase/cssVars/declarations/noSizes.css +99 -93
  510. package/themes/paradigmBase/cssVars/declarations/onlyColors.css +99 -93
  511. package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
  512. package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +99 -93
  513. package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
  514. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +99 -93
  515. package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
  516. package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +99 -93
  517. package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +99 -93
  518. package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +99 -93
  519. package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +99 -93
  520. package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +99 -93
  521. package/themes/paradigmBase/cssVars/theme/index.js +121 -93
  522. package/themes/paradigmBase/cssVars/theme/index.json +121 -93
  523. package/themes/paradigmBase/docs.json +8 -0
  524. package/themes/paradigmBase/index.css +99 -93
  525. package/themes/paradigmBase/index.js +103 -93
  526. package/themes/paradigmBase/index.json +103 -93
  527. package/themes/paradigmBase/index.less +99 -93
  528. package/themes/paradigmBase/index.pcss +99 -93
  529. package/themes/paradigmBase/index.scss +99 -93
  530. package/themes/paradigmBase/index.styl +99 -93
  531. package/themes/paradigmBase/struct.json +103 -93
  532. package/themes/paradigmBaseDark/cssVars/declarations/index.css +45 -39
  533. package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +45 -39
  534. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +45 -39
  535. package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
  536. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +45 -39
  537. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
  538. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +45 -39
  539. package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
  540. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +45 -39
  541. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +45 -39
  542. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +45 -39
  543. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +45 -39
  544. package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +45 -39
  545. package/themes/paradigmBaseDark/cssVars/theme/index.js +67 -39
  546. package/themes/paradigmBaseDark/cssVars/theme/index.json +67 -39
  547. package/themes/paradigmBaseDark/docs.json +8 -0
  548. package/themes/paradigmBaseDark/index.css +45 -39
  549. package/themes/paradigmBaseDark/index.js +49 -39
  550. package/themes/paradigmBaseDark/index.json +49 -39
  551. package/themes/paradigmBaseDark/index.less +45 -39
  552. package/themes/paradigmBaseDark/index.pcss +45 -39
  553. package/themes/paradigmBaseDark/index.scss +45 -39
  554. package/themes/paradigmBaseDark/index.styl +45 -39
  555. package/themes/paradigmBaseDark/struct.json +49 -39
  556. package/themes/pharma/cssVars/declarations/index.css +250 -244
  557. package/themes/pharma/cssVars/declarations/noColors.css +120 -120
  558. package/themes/pharma/cssVars/declarations/noSizes.css +195 -189
  559. package/themes/pharma/cssVars/declarations/onlyColors.css +123 -117
  560. package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
  561. package/themes/pharma/cssVars/declarations/onlyMedia.css +7 -7
  562. package/themes/pharma/cssVars/declarations/onlyVariables.css +161 -155
  563. package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
  564. package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +161 -155
  565. package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +161 -155
  566. package/themes/pharma/cssVars/theme/fallbacks/index.css +243 -237
  567. package/themes/pharma/cssVars/theme/fallbacks/index.less +165 -159
  568. package/themes/pharma/cssVars/theme/fallbacks/index.pcss +165 -159
  569. package/themes/pharma/cssVars/theme/fallbacks/index.scss +223 -217
  570. package/themes/pharma/cssVars/theme/fallbacks/index.styl +165 -159
  571. package/themes/pharma/cssVars/theme/index.js +183 -155
  572. package/themes/pharma/cssVars/theme/index.json +183 -155
  573. package/themes/pharma/docs.json +8 -0
  574. package/themes/pharma/index.css +243 -237
  575. package/themes/pharma/index.js +165 -155
  576. package/themes/pharma/index.json +165 -155
  577. package/themes/pharma/index.less +165 -159
  578. package/themes/pharma/index.pcss +165 -159
  579. package/themes/pharma/index.scss +223 -217
  580. package/themes/pharma/index.styl +165 -159
  581. package/themes/pharma/struct.json +165 -155
  582. package/themes/portalUI/cssVars/declarations/index.css +99 -93
  583. package/themes/portalUI/cssVars/declarations/noSizes.css +99 -93
  584. package/themes/portalUI/cssVars/declarations/onlyColors.css +99 -93
  585. package/themes/portalUI/cssVars/declarations/onlyColors.js +2 -2
  586. package/themes/portalUI/cssVars/declarations/onlyVariables.css +99 -93
  587. package/themes/portalUI/cssVars/declarations/onlyVariables.js +2 -2
  588. package/themes/portalUI/cssVars/declarations/onlyVariablesLocal.css +99 -93
  589. package/themes/portalUI/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
  590. package/themes/portalUI/cssVars/theme/fallbacks/index.css +99 -93
  591. package/themes/portalUI/cssVars/theme/fallbacks/index.less +99 -93
  592. package/themes/portalUI/cssVars/theme/fallbacks/index.pcss +99 -93
  593. package/themes/portalUI/cssVars/theme/fallbacks/index.scss +99 -93
  594. package/themes/portalUI/cssVars/theme/fallbacks/index.styl +99 -93
  595. package/themes/portalUI/cssVars/theme/index.js +121 -93
  596. package/themes/portalUI/cssVars/theme/index.json +121 -93
  597. package/themes/portalUI/docs.json +8 -0
  598. package/themes/portalUI/index.css +99 -93
  599. package/themes/portalUI/index.js +103 -93
  600. package/themes/portalUI/index.json +103 -93
  601. package/themes/portalUI/index.less +99 -93
  602. package/themes/portalUI/index.pcss +99 -93
  603. package/themes/portalUI/index.scss +99 -93
  604. package/themes/portalUI/index.styl +99 -93
  605. package/themes/portalUI/struct.json +103 -93
  606. package/themes/portalUIDark/cssVars/declarations/index.css +45 -39
  607. package/themes/portalUIDark/cssVars/declarations/noSizes.css +45 -39
  608. package/themes/portalUIDark/cssVars/declarations/onlyColors.css +45 -39
  609. package/themes/portalUIDark/cssVars/declarations/onlyColors.js +2 -2
  610. package/themes/portalUIDark/cssVars/declarations/onlyVariables.css +45 -39
  611. package/themes/portalUIDark/cssVars/declarations/onlyVariables.js +2 -2
  612. package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocal.css +45 -39
  613. package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
  614. package/themes/portalUIDark/cssVars/theme/fallbacks/index.css +45 -39
  615. package/themes/portalUIDark/cssVars/theme/fallbacks/index.less +45 -39
  616. package/themes/portalUIDark/cssVars/theme/fallbacks/index.pcss +45 -39
  617. package/themes/portalUIDark/cssVars/theme/fallbacks/index.scss +45 -39
  618. package/themes/portalUIDark/cssVars/theme/fallbacks/index.styl +45 -39
  619. package/themes/portalUIDark/cssVars/theme/index.js +67 -39
  620. package/themes/portalUIDark/cssVars/theme/index.json +67 -39
  621. package/themes/portalUIDark/docs.json +8 -0
  622. package/themes/portalUIDark/index.css +45 -39
  623. package/themes/portalUIDark/index.js +49 -39
  624. package/themes/portalUIDark/index.json +49 -39
  625. package/themes/portalUIDark/index.less +45 -39
  626. package/themes/portalUIDark/index.pcss +45 -39
  627. package/themes/portalUIDark/index.scss +45 -39
  628. package/themes/portalUIDark/index.styl +45 -39
  629. package/themes/portalUIDark/struct.json +49 -39
  630. package/themes/promo/cssVars/declarations/index.css +99 -93
  631. package/themes/promo/cssVars/declarations/noSizes.css +99 -93
  632. package/themes/promo/cssVars/declarations/onlyColors.css +99 -93
  633. package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
  634. package/themes/promo/cssVars/declarations/onlyVariables.css +99 -93
  635. package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
  636. package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +99 -93
  637. package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
  638. package/themes/promo/cssVars/theme/fallbacks/index.css +99 -93
  639. package/themes/promo/cssVars/theme/fallbacks/index.less +99 -93
  640. package/themes/promo/cssVars/theme/fallbacks/index.pcss +99 -93
  641. package/themes/promo/cssVars/theme/fallbacks/index.scss +99 -93
  642. package/themes/promo/cssVars/theme/fallbacks/index.styl +99 -93
  643. package/themes/promo/cssVars/theme/index.js +121 -93
  644. package/themes/promo/cssVars/theme/index.json +121 -93
  645. package/themes/promo/docs.json +8 -0
  646. package/themes/promo/index.css +99 -93
  647. package/themes/promo/index.js +103 -93
  648. package/themes/promo/index.json +103 -93
  649. package/themes/promo/index.less +99 -93
  650. package/themes/promo/index.pcss +99 -93
  651. package/themes/promo/index.scss +99 -93
  652. package/themes/promo/index.styl +99 -93
  653. package/themes/promo/struct.json +103 -93
  654. package/themes/pulse/cssVars/declarations/index.css +63 -63
  655. package/themes/pulse/cssVars/declarations/noSizes.css +63 -63
  656. package/themes/pulse/cssVars/declarations/onlyColors.css +63 -63
  657. package/themes/pulse/cssVars/declarations/onlyColors.js +2 -2
  658. package/themes/pulse/cssVars/declarations/onlyVariables.css +63 -63
  659. package/themes/pulse/cssVars/declarations/onlyVariables.js +2 -2
  660. package/themes/pulse/cssVars/declarations/onlyVariablesLocal.css +63 -63
  661. package/themes/pulse/cssVars/declarations/onlyVariablesLocalIncremental.css +63 -63
  662. package/themes/pulse/cssVars/theme/fallbacks/index.css +63 -63
  663. package/themes/pulse/cssVars/theme/fallbacks/index.less +63 -63
  664. package/themes/pulse/cssVars/theme/fallbacks/index.pcss +63 -63
  665. package/themes/pulse/cssVars/theme/fallbacks/index.scss +63 -63
  666. package/themes/pulse/cssVars/theme/fallbacks/index.styl +63 -63
  667. package/themes/pulse/cssVars/theme/index.js +63 -63
  668. package/themes/pulse/cssVars/theme/index.json +63 -63
  669. package/themes/pulse/index.css +63 -63
  670. package/themes/pulse/index.js +63 -63
  671. package/themes/pulse/index.json +63 -63
  672. package/themes/pulse/index.less +63 -63
  673. package/themes/pulse/index.pcss +63 -63
  674. package/themes/pulse/index.scss +63 -63
  675. package/themes/pulse/index.styl +63 -63
  676. package/themes/pulse/struct.json +63 -63
  677. package/themes/pulseDark/cssVars/declarations/index.css +33 -33
  678. package/themes/pulseDark/cssVars/declarations/noSizes.css +33 -33
  679. package/themes/pulseDark/cssVars/declarations/onlyColors.css +33 -33
  680. package/themes/pulseDark/cssVars/declarations/onlyColors.js +2 -2
  681. package/themes/pulseDark/cssVars/declarations/onlyVariables.css +33 -33
  682. package/themes/pulseDark/cssVars/declarations/onlyVariables.js +2 -2
  683. package/themes/pulseDark/cssVars/declarations/onlyVariablesLocal.css +33 -33
  684. package/themes/pulseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +33 -33
  685. package/themes/pulseDark/cssVars/theme/fallbacks/index.css +33 -33
  686. package/themes/pulseDark/cssVars/theme/fallbacks/index.less +33 -33
  687. package/themes/pulseDark/cssVars/theme/fallbacks/index.pcss +33 -33
  688. package/themes/pulseDark/cssVars/theme/fallbacks/index.scss +33 -33
  689. package/themes/pulseDark/cssVars/theme/fallbacks/index.styl +33 -33
  690. package/themes/pulseDark/cssVars/theme/index.js +33 -33
  691. package/themes/pulseDark/cssVars/theme/index.json +33 -33
  692. package/themes/pulseDark/index.css +33 -33
  693. package/themes/pulseDark/index.js +33 -33
  694. package/themes/pulseDark/index.json +33 -33
  695. package/themes/pulseDark/index.less +33 -33
  696. package/themes/pulseDark/index.pcss +33 -33
  697. package/themes/pulseDark/index.scss +33 -33
  698. package/themes/pulseDark/index.styl +33 -33
  699. package/themes/pulseDark/struct.json +33 -33
  700. package/themes/search/cssVars/declarations/index.css +96 -90
  701. package/themes/search/cssVars/declarations/noSizes.css +96 -90
  702. package/themes/search/cssVars/declarations/onlyColors.css +96 -90
  703. package/themes/search/cssVars/declarations/onlyColors.js +2 -2
  704. package/themes/search/cssVars/declarations/onlyVariables.css +96 -90
  705. package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
  706. package/themes/search/cssVars/declarations/onlyVariablesLocal.css +96 -90
  707. package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +96 -90
  708. package/themes/search/cssVars/theme/fallbacks/index.css +96 -90
  709. package/themes/search/cssVars/theme/fallbacks/index.less +96 -90
  710. package/themes/search/cssVars/theme/fallbacks/index.pcss +96 -90
  711. package/themes/search/cssVars/theme/fallbacks/index.scss +96 -90
  712. package/themes/search/cssVars/theme/fallbacks/index.styl +96 -90
  713. package/themes/search/cssVars/theme/index.js +118 -90
  714. package/themes/search/cssVars/theme/index.json +118 -90
  715. package/themes/search/docs.json +8 -0
  716. package/themes/search/index.css +96 -90
  717. package/themes/search/index.js +100 -90
  718. package/themes/search/index.json +100 -90
  719. package/themes/search/index.less +96 -90
  720. package/themes/search/index.pcss +96 -90
  721. package/themes/search/index.scss +96 -90
  722. package/themes/search/index.styl +96 -90
  723. package/themes/search/struct.json +100 -90
  724. package/themes/todo/cssVars/declarations/index.css +99 -93
  725. package/themes/todo/cssVars/declarations/noSizes.css +99 -93
  726. package/themes/todo/cssVars/declarations/onlyColors.css +99 -93
  727. package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
  728. package/themes/todo/cssVars/declarations/onlyVariables.css +99 -93
  729. package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
  730. package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +99 -93
  731. package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
  732. package/themes/todo/cssVars/theme/fallbacks/index.css +99 -93
  733. package/themes/todo/cssVars/theme/fallbacks/index.less +99 -93
  734. package/themes/todo/cssVars/theme/fallbacks/index.pcss +99 -93
  735. package/themes/todo/cssVars/theme/fallbacks/index.scss +99 -93
  736. package/themes/todo/cssVars/theme/fallbacks/index.styl +99 -93
  737. package/themes/todo/cssVars/theme/index.js +121 -93
  738. package/themes/todo/cssVars/theme/index.json +121 -93
  739. package/themes/todo/docs.json +8 -0
  740. package/themes/todo/index.css +99 -93
  741. package/themes/todo/index.js +103 -93
  742. package/themes/todo/index.json +103 -93
  743. package/themes/todo/index.less +99 -93
  744. package/themes/todo/index.pcss +99 -93
  745. package/themes/todo/index.scss +99 -93
  746. package/themes/todo/index.styl +99 -93
  747. package/themes/todo/struct.json +103 -93
  748. package/themes/vkCom/cssVars/declarations/index.css +6 -6
  749. package/themes/vkCom/cssVars/declarations/noSizes.css +6 -6
  750. package/themes/vkCom/cssVars/declarations/onlyColors.css +6 -6
  751. package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
  752. package/themes/vkCom/cssVars/declarations/onlyVariables.css +6 -6
  753. package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
  754. package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +6 -6
  755. package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -6
  756. package/themes/vkCom/cssVars/theme/fallbacks/index.css +6 -6
  757. package/themes/vkCom/cssVars/theme/fallbacks/index.less +6 -6
  758. package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +6 -6
  759. package/themes/vkCom/cssVars/theme/fallbacks/index.scss +6 -6
  760. package/themes/vkCom/cssVars/theme/fallbacks/index.styl +6 -6
  761. package/themes/vkCom/cssVars/theme/index.js +6 -6
  762. package/themes/vkCom/cssVars/theme/index.json +6 -6
  763. package/themes/vkCom/index.css +6 -6
  764. package/themes/vkCom/index.js +6 -6
  765. package/themes/vkCom/index.json +6 -6
  766. package/themes/vkCom/index.less +6 -6
  767. package/themes/vkCom/index.pcss +6 -6
  768. package/themes/vkCom/index.scss +6 -6
  769. package/themes/vkCom/index.styl +6 -6
  770. package/themes/vkCom/struct.json +6 -6
  771. package/themes/vkComDark/cssVars/declarations/index.css +6 -6
  772. package/themes/vkComDark/cssVars/declarations/noSizes.css +6 -6
  773. package/themes/vkComDark/cssVars/declarations/onlyColors.css +6 -6
  774. package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
  775. package/themes/vkComDark/cssVars/declarations/onlyVariables.css +6 -6
  776. package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
  777. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +6 -6
  778. package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -6
  779. package/themes/vkComDark/cssVars/theme/fallbacks/index.css +6 -6
  780. package/themes/vkComDark/cssVars/theme/fallbacks/index.less +6 -6
  781. package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +6 -6
  782. package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +6 -6
  783. package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +6 -6
  784. package/themes/vkComDark/cssVars/theme/index.js +6 -6
  785. package/themes/vkComDark/cssVars/theme/index.json +6 -6
  786. package/themes/vkComDark/index.css +6 -6
  787. package/themes/vkComDark/index.js +6 -6
  788. package/themes/vkComDark/index.json +6 -6
  789. package/themes/vkComDark/index.less +6 -6
  790. package/themes/vkComDark/index.pcss +6 -6
  791. package/themes/vkComDark/index.scss +6 -6
  792. package/themes/vkComDark/index.styl +6 -6
  793. package/themes/vkComDark/struct.json +6 -6
  794. package/themes/vkontakteCom/cssVars/declarations/index.css +6 -6
  795. package/themes/vkontakteCom/cssVars/declarations/noSizes.css +6 -6
  796. package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +6 -6
  797. package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
  798. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +6 -6
  799. package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
  800. package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +6 -6
  801. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +6 -6
  802. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +6 -6
  803. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +6 -6
  804. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +6 -6
  805. package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +6 -6
  806. package/themes/vkontakteCom/cssVars/theme/index.js +6 -6
  807. package/themes/vkontakteCom/cssVars/theme/index.json +6 -6
  808. package/themes/vkontakteCom/index.css +6 -6
  809. package/themes/vkontakteCom/index.js +6 -6
  810. package/themes/vkontakteCom/index.json +6 -6
  811. package/themes/vkontakteCom/index.less +6 -6
  812. package/themes/vkontakteCom/index.pcss +6 -6
  813. package/themes/vkontakteCom/index.scss +6 -6
  814. package/themes/vkontakteCom/index.styl +6 -6
  815. package/themes/vkontakteCom/struct.json +6 -6
  816. package/themes/vkontakteComDark/cssVars/declarations/index.css +6 -6
  817. package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +6 -6
  818. package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +6 -6
  819. package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
  820. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +6 -6
  821. package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
  822. package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +6 -6
  823. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +6 -6
  824. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +6 -6
  825. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +6 -6
  826. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +6 -6
  827. package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +6 -6
  828. package/themes/vkontakteComDark/cssVars/theme/index.js +6 -6
  829. package/themes/vkontakteComDark/cssVars/theme/index.json +6 -6
  830. package/themes/vkontakteComDark/index.css +6 -6
  831. package/themes/vkontakteComDark/index.js +6 -6
  832. package/themes/vkontakteComDark/index.json +6 -6
  833. package/themes/vkontakteComDark/index.less +6 -6
  834. package/themes/vkontakteComDark/index.pcss +6 -6
  835. package/themes/vkontakteComDark/index.scss +6 -6
  836. package/themes/vkontakteComDark/index.styl +6 -6
  837. package/themes/vkontakteComDark/struct.json +6 -6
  838. package/themes/widgets/cssVars/declarations/index.css +1637 -0
  839. package/themes/widgets/cssVars/declarations/noColors.css +676 -0
  840. package/themes/widgets/cssVars/declarations/noSizes.css +446 -0
  841. package/themes/widgets/cssVars/declarations/onlyAdaptiveGroups.css +152 -0
  842. package/themes/widgets/cssVars/declarations/onlyColors.css +407 -0
  843. package/themes/widgets/cssVars/declarations/onlyColors.d.ts +3 -0
  844. package/themes/widgets/cssVars/declarations/onlyColors.js +11 -0
  845. package/themes/widgets/cssVars/declarations/onlyMedia.css +402 -0
  846. package/themes/widgets/cssVars/declarations/onlyVariables.css +735 -0
  847. package/themes/widgets/cssVars/declarations/onlyVariables.d.ts +3 -0
  848. package/themes/widgets/cssVars/declarations/onlyVariables.js +11 -0
  849. package/themes/widgets/cssVars/declarations/onlyVariablesLocal.css +735 -0
  850. package/themes/widgets/cssVars/declarations/onlyVariablesLocalIncremental.css +735 -0
  851. package/themes/widgets/cssVars/theme/fallbacks/index.css +1082 -0
  852. package/themes/widgets/cssVars/theme/fallbacks/index.less +829 -0
  853. package/themes/widgets/cssVars/theme/fallbacks/index.pcss +822 -0
  854. package/themes/widgets/cssVars/theme/fallbacks/index.scss +1089 -0
  855. package/themes/widgets/cssVars/theme/fallbacks/index.styl +829 -0
  856. package/themes/widgets/cssVars/theme/index.d.ts +4 -0
  857. package/themes/widgets/cssVars/theme/index.js +4532 -0
  858. package/themes/widgets/cssVars/theme/index.json +4529 -0
  859. package/themes/widgets/docs.json +4073 -0
  860. package/themes/widgets/index.css +1082 -0
  861. package/themes/widgets/index.d.ts +4 -0
  862. package/themes/widgets/index.js +1377 -0
  863. package/themes/widgets/index.json +1374 -0
  864. package/themes/widgets/index.less +829 -0
  865. package/themes/widgets/index.pcss +822 -0
  866. package/themes/widgets/index.scss +1089 -0
  867. package/themes/widgets/index.styl +829 -0
  868. package/themes/widgets/struct.json +1400 -0
  869. package/themes/widgetsDark/cssVars/declarations/index.css +1637 -0
  870. package/themes/widgetsDark/cssVars/declarations/noColors.css +676 -0
  871. package/themes/widgetsDark/cssVars/declarations/noSizes.css +446 -0
  872. package/themes/widgetsDark/cssVars/declarations/onlyAdaptiveGroups.css +152 -0
  873. package/themes/widgetsDark/cssVars/declarations/onlyColors.css +407 -0
  874. package/themes/widgetsDark/cssVars/declarations/onlyColors.d.ts +3 -0
  875. package/themes/widgetsDark/cssVars/declarations/onlyColors.js +11 -0
  876. package/themes/widgetsDark/cssVars/declarations/onlyMedia.css +402 -0
  877. package/themes/widgetsDark/cssVars/declarations/onlyVariables.css +735 -0
  878. package/themes/widgetsDark/cssVars/declarations/onlyVariables.d.ts +3 -0
  879. package/themes/widgetsDark/cssVars/declarations/onlyVariables.js +11 -0
  880. package/themes/widgetsDark/cssVars/declarations/onlyVariablesLocal.css +735 -0
  881. package/themes/widgetsDark/cssVars/declarations/onlyVariablesLocalIncremental.css +735 -0
  882. package/themes/widgetsDark/cssVars/theme/fallbacks/index.css +1082 -0
  883. package/themes/widgetsDark/cssVars/theme/fallbacks/index.less +829 -0
  884. package/themes/widgetsDark/cssVars/theme/fallbacks/index.pcss +822 -0
  885. package/themes/widgetsDark/cssVars/theme/fallbacks/index.scss +1089 -0
  886. package/themes/widgetsDark/cssVars/theme/fallbacks/index.styl +829 -0
  887. package/themes/widgetsDark/cssVars/theme/index.d.ts +4 -0
  888. package/themes/widgetsDark/cssVars/theme/index.js +4532 -0
  889. package/themes/widgetsDark/cssVars/theme/index.json +4529 -0
  890. package/themes/widgetsDark/docs.json +4073 -0
  891. package/themes/widgetsDark/index.css +1082 -0
  892. package/themes/widgetsDark/index.d.ts +4 -0
  893. package/themes/widgetsDark/index.js +1377 -0
  894. package/themes/widgetsDark/index.json +1374 -0
  895. package/themes/widgetsDark/index.less +829 -0
  896. package/themes/widgetsDark/index.pcss +822 -0
  897. package/themes/widgetsDark/index.scss +1089 -0
  898. package/themes/widgetsDark/index.styl +829 -0
  899. package/themes/widgetsDark/struct.json +1400 -0
  900. package/themes/workspaceAdmin/cssVars/declarations/index.css +121 -112
  901. package/themes/workspaceAdmin/cssVars/declarations/noColors.css +18 -15
  902. package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +99 -93
  903. package/themes/workspaceAdmin/cssVars/declarations/onlyAdaptiveGroups.css +4 -2
  904. package/themes/workspaceAdmin/cssVars/declarations/onlyColors.css +99 -93
  905. package/themes/workspaceAdmin/cssVars/declarations/onlyColors.js +2 -2
  906. package/themes/workspaceAdmin/cssVars/declarations/onlyMedia.css +4 -4
  907. package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +105 -98
  908. package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +2 -2
  909. package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +105 -98
  910. package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +105 -98
  911. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +117 -108
  912. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +105 -98
  913. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +105 -98
  914. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +111 -103
  915. package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +105 -98
  916. package/themes/workspaceAdmin/cssVars/theme/index.js +130 -98
  917. package/themes/workspaceAdmin/cssVars/theme/index.json +130 -98
  918. package/themes/workspaceAdmin/docs.json +8 -0
  919. package/themes/workspaceAdmin/index.css +117 -108
  920. package/themes/workspaceAdmin/index.js +109 -98
  921. package/themes/workspaceAdmin/index.json +109 -98
  922. package/themes/workspaceAdmin/index.less +105 -98
  923. package/themes/workspaceAdmin/index.pcss +105 -98
  924. package/themes/workspaceAdmin/index.scss +111 -103
  925. package/themes/workspaceAdmin/index.styl +105 -98
  926. package/themes/workspaceAdmin/struct.json +109 -98
  927. package/themes/workspaceAdminDark/cssVars/declarations/index.css +46 -37
  928. package/themes/workspaceAdminDark/cssVars/declarations/noColors.css +6 -3
  929. package/themes/workspaceAdminDark/cssVars/declarations/noSizes.css +40 -34
  930. package/themes/workspaceAdminDark/cssVars/declarations/onlyAdaptiveGroups.css +4 -2
  931. package/themes/workspaceAdminDark/cssVars/declarations/onlyColors.css +40 -34
  932. package/themes/workspaceAdminDark/cssVars/declarations/onlyColors.js +2 -2
  933. package/themes/workspaceAdminDark/cssVars/declarations/onlyVariables.css +42 -35
  934. package/themes/workspaceAdminDark/cssVars/declarations/onlyVariables.js +2 -2
  935. package/themes/workspaceAdminDark/cssVars/declarations/onlyVariablesLocal.css +42 -35
  936. package/themes/workspaceAdminDark/cssVars/declarations/onlyVariablesLocalIncremental.css +42 -35
  937. package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.css +46 -37
  938. package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.less +42 -35
  939. package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.pcss +42 -35
  940. package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.scss +44 -36
  941. package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.styl +42 -35
  942. package/themes/workspaceAdminDark/cssVars/theme/index.js +67 -35
  943. package/themes/workspaceAdminDark/cssVars/theme/index.json +67 -35
  944. package/themes/workspaceAdminDark/docs.json +8 -0
  945. package/themes/workspaceAdminDark/index.css +46 -37
  946. package/themes/workspaceAdminDark/index.js +46 -35
  947. package/themes/workspaceAdminDark/index.json +46 -35
  948. package/themes/workspaceAdminDark/index.less +42 -35
  949. package/themes/workspaceAdminDark/index.pcss +42 -35
  950. package/themes/workspaceAdminDark/index.scss +44 -36
  951. package/themes/workspaceAdminDark/index.styl +42 -35
  952. package/themes/workspaceAdminDark/struct.json +46 -35
  953. package/themes/workspaceLandings/cssVars/declarations/index.css +45 -39
  954. package/themes/workspaceLandings/cssVars/declarations/noSizes.css +45 -39
  955. package/themes/workspaceLandings/cssVars/declarations/onlyColors.css +45 -39
  956. package/themes/workspaceLandings/cssVars/declarations/onlyColors.js +2 -2
  957. package/themes/workspaceLandings/cssVars/declarations/onlyVariables.css +45 -39
  958. package/themes/workspaceLandings/cssVars/declarations/onlyVariables.js +2 -2
  959. package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocal.css +45 -39
  960. package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
  961. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.css +45 -39
  962. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.less +45 -39
  963. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.pcss +45 -39
  964. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.scss +45 -39
  965. package/themes/workspaceLandings/cssVars/theme/fallbacks/index.styl +45 -39
  966. package/themes/workspaceLandings/cssVars/theme/index.js +67 -39
  967. package/themes/workspaceLandings/cssVars/theme/index.json +67 -39
  968. package/themes/workspaceLandings/docs.json +8 -0
  969. package/themes/workspaceLandings/index.css +45 -39
  970. package/themes/workspaceLandings/index.js +49 -39
  971. package/themes/workspaceLandings/index.json +49 -39
  972. package/themes/workspaceLandings/index.less +45 -39
  973. package/themes/workspaceLandings/index.pcss +45 -39
  974. package/themes/workspaceLandings/index.scss +45 -39
  975. package/themes/workspaceLandings/index.styl +45 -39
  976. package/themes/workspaceLandings/struct.json +49 -39
  977. package/utils/common/colors/projectColors.js +12 -12
@@ -104,6 +104,8 @@ export interface LocalParadigmColorsDescriptionStruct {
104
104
  colorTooltipTextGreenThemed: ColorDescription;
105
105
  colorTooltipTextOrangeThemed: ColorDescription;
106
106
  colorTooltipTextPurpleThemed: ColorDescription;
107
+ colorBackgroundSky: ColorDescription;
108
+ colorBackgroundSkyAlpha: ColorDescription;
107
109
  }
108
110
  export type ParadigmLocalColors = {
109
111
  [key in keyof LocalParadigmColorsDescriptionStruct]: ColorWithStates;
@@ -1,7 +1,8 @@
1
+ import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
1
2
  import { Adaptive } from '../../general/tools';
2
3
  import { DefaultViewports } from '../../general/tools/viewports';
3
4
  import { Font } from '../../general/typography';
4
- import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
5
+ import { LocalParadigmColorsDescriptionStruct, ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
5
6
  interface ThemeCloudTypohraphy {
6
7
  /**
7
8
  * @desc Caption 1 CAPS • DEMIBOLD
@@ -57,9 +58,87 @@ interface ThemeCloudTypohraphy {
57
58
  * */
58
59
  fontLargeText: Font;
59
60
  }
60
- export interface ThemeCloud extends ParadigmTheme, ThemeCloudTypohraphy {
61
+ export interface LocalCloudColorsDescriptionStruct {
62
+ cloudColorTextSecondaryAlpha: ColorDescription;
63
+ cloudColorTextAccentAlternative: ColorDescription;
64
+ cloudColorTextSnackbarAccent: ColorDescription;
65
+ cloudColorTextContrastThemedAlpha: ColorDescription;
66
+ cloudColorToolbarBackground: ColorDescription;
67
+ cloudColorViewerBackground: ColorDescription;
68
+ cloudColorTabbarBackgroundAlpha: ColorDescription;
69
+ cloudColorHeaderIconBackgroundAlpha: ColorDescription;
70
+ cloudColorBackgroundDragAndDrop: ColorDescription;
71
+ cloudColorBackgroundCTA: ColorDescription;
72
+ cloudColorHeaderSearchBackground: ColorDescription;
73
+ cloudColorHeaderSearchBackgroundCollapsed: ColorDescription;
74
+ cloudColorBackgroundPortal: ColorDescription;
75
+ cloudColorBackgroundAlternative: ColorDescription;
76
+ cloudColorBackgroundContentAlternative: ColorDescription;
77
+ cloudColorBackgroundFastScroll: ColorDescription;
78
+ cloudColorIconAccentAlternative: ColorDescription;
79
+ cloudColorIconRating: ColorDescription;
80
+ cloudColorIconFolder: ColorDescription;
81
+ cloudColorLandingStrokeTariff: ColorDescription;
82
+ cloudColorSweetblue: ColorDescription;
83
+ cloudColorBlueAccentThemed: ColorDescription;
84
+ cloudColorSweetgreen: ColorDescription;
85
+ cloudColorGreenAccentThemed: ColorDescription;
86
+ cloudColorSweetorange: ColorDescription;
87
+ cloudColorOrangeAccentThemed: ColorDescription;
88
+ cloudColorSweetpurple: ColorDescription;
89
+ cloudColorPurpleAccentThemed: ColorDescription;
90
+ cloudColorIconIDCardThemedAlpha: ColorDescription;
91
+ cloudColorIconIDCard: ColorDescription;
92
+ cloudColorIconOfficialThemedAlpha: ColorDescription;
93
+ cloudColorIconOfficial: ColorDescription;
94
+ cloudColorIconTransportThemed: ColorDescription;
95
+ cloudColorIconTransport: ColorDescription;
96
+ cloudColorIconFinanceThemed: ColorDescription;
97
+ cloudColorIconFinance: ColorDescription;
98
+ cloudColorIconFileDocumentInvariably: ColorDescription;
99
+ cloudColorIconFilePresentationInvariably: ColorDescription;
100
+ cloudColorIconFileTableInvariably: ColorDescription;
101
+ cloudColorBackgroundFileDocument: ColorDescription;
102
+ cloudColorBackgroundFilePresentation: ColorDescription;
103
+ cloudColorBackgroundFileTable: ColorDescription;
104
+ cloudColorBackgroundFileOtherAlpha: ColorDescription;
105
+ cloudColorBackgroundProfileTariff: ColorDescription;
106
+ cloudColorIconProfileTariff: ColorDescription;
107
+ cloudColorBackgroundProfileAccess: ColorDescription;
108
+ cloudColorIconProfileAccess: ColorDescription;
109
+ cloudColorBackgroundProfileUploading: ColorDescription;
110
+ cloudColorIconProfileUploading: ColorDescription;
111
+ cloudColorBackgroundProfileTrash: ColorDescription;
112
+ cloudColorIconProfileTrash: ColorDescription;
113
+ cloudColorBackgroundProfileSettings: ColorDescription;
114
+ cloudColorIconProfileSettings: ColorDescription;
115
+ cloudColorBackgroundProfileMail: ColorDescription;
116
+ cloudColorIconProfileMail: ColorDescription;
117
+ cloudColorLandingBackground: ColorDescription;
118
+ cloudColorLandingSecondaryBackground: ColorDescription;
119
+ cloudColorLandingTertiaryBackground: ColorDescription;
120
+ cloudColorLandingMediumBackground: ColorDescription;
121
+ cloudColorLandingButtonBackground: ColorDescription;
122
+ cloudColorLandingLabelBackground: ColorDescription;
123
+ cloudColorLandingLabelInverseBackground: ColorDescription;
124
+ cloudColorLandingControlPrimaryBackground: ColorDescription;
125
+ cloudColorLandingControlSecondaryBackground: ColorDescription;
126
+ cloudColorSubscriptionButtonBackground: ColorDescription;
127
+ cloudColorScrollIndicatorAlpha: ColorDescription;
128
+ cloudColorSidebarItemText: ColorDescription;
129
+ cloudColorSidebarItemTextPrimary: ColorDescription;
130
+ cloudColorSidebarItemTextSecondary: ColorDescription;
131
+ cloudColorSidebarItemBackgroundAlpha: ColorDescription;
132
+ cloudColorBackground: ColorDescription;
133
+ cloudColorOverlayBackground: ColorDescription;
134
+ }
135
+ export type CloudLocalColors = {
136
+ [key in keyof LocalCloudColorsDescriptionStruct]: ColorWithStates;
137
+ };
138
+ export interface ThemeCloud extends ParadigmTheme, ThemeCloudTypohraphy, CloudLocalColors {
61
139
  }
62
140
  export interface ThemeCloudDescription extends ParadigmThemeDescription, ThemeCloudTypohraphy {
141
+ colors: LocalCloudColorsDescriptionStruct & LocalParadigmColorsDescriptionStruct & ColorsDescriptionStruct;
63
142
  }
64
143
  export interface ThemeCloudCssVars extends ParadigmThemeCssVars<DefaultViewports, ThemeCloud> {
65
144
  }
@@ -0,0 +1,4 @@
1
+ import { ThemeOctavius, ThemeOctaviusCssVars, ThemeOctaviusDescription } from '../octavius';
2
+ export type ThemeOctaviusWhiteDark = ThemeOctavius;
3
+ export type ThemeOctaviusWhiteDarkDescription = ThemeOctaviusDescription;
4
+ export type ThemeOctaviusWhiteDarkCssVars = ThemeOctaviusCssVars;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
2
+ export interface ThemeWidgetsDescription extends ParadigmThemeDescription {
3
+ }
4
+ export interface ThemeWidgets extends ParadigmTheme {
5
+ }
6
+ export interface ThemeWidgetsCssVars extends ParadigmThemeCssVars {
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
2
+ export interface ThemeWidgetsDarkDescription extends ParadigmThemeDescription {
3
+ }
4
+ export interface ThemeWidgetsDark extends ParadigmTheme {
5
+ }
6
+ export interface ThemeWidgetsDarkCssVars extends ParadigmThemeCssVars {
7
+ }
@@ -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.51.0",
3
+ "version": "4.53.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "license": "MIT",
6
6
  "homepage": "https://vkcom.github.io/vkui-tokens",
@@ -43,7 +43,7 @@
43
43
  "csstype": "^3.1.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@babel/core": "7.24.7",
46
+ "@babel/core": "7.25.2",
47
47
  "@svgr/webpack": "8.1.0",
48
48
  "@types/color": "3.0.6",
49
49
  "@types/common-tags": "1.8.4",
@@ -56,7 +56,7 @@
56
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.2.0",
59
+ "@vkontakte/vkjs": "1.3.0",
60
60
  "@vkontakte/vkui": "6.3.0",
61
61
  "babel-jest": "29.7.0",
62
62
  "babel-loader": "9.1.3",
@@ -84,7 +84,7 @@
84
84
  "husky": "9.1.4",
85
85
  "jest": "29.7.0",
86
86
  "jest-junit": "16.0.0",
87
- "lint-staged": "15.2.7",
87
+ "lint-staged": "15.2.9",
88
88
  "lodash": "4.17.21",
89
89
  "prettier": "3.3.2",
90
90
  "react": "18.3.1",
@@ -101,7 +101,7 @@
101
101
  "type-fest": "4.23.0",
102
102
  "typescript": "5.2.2",
103
103
  "typescript-eslint": "7.0.1",
104
- "webpack": "5.92.1",
104
+ "webpack": "5.93.0",
105
105
  "webpack-cli": "5.1.4",
106
106
  "webpack-dev-server": "5.0.4",
107
107
  "webpack-notifier": "1.15.0"
@@ -32,9 +32,9 @@ exports.lightColors = {
32
32
  colorsScheme: 'light',
33
33
  colors: {
34
34
  // Background
35
- colorBackgroundAccent: '#005FF9',
36
- colorBackgroundAccentThemed: '#005FF9',
37
- colorBackgroundAccentThemedAlpha: 'rgba(0, 95, 249, 0.2)',
35
+ colorBackgroundAccent: '#0077FF',
36
+ colorBackgroundAccentThemed: '#0077FF',
37
+ colorBackgroundAccentThemedAlpha: 'rgba(0, 119, 255, 0.2)',
38
38
  colorBackgroundAccentAlternative: '#FF9E00',
39
39
  colorBackgroundContent: '#FFFFFF',
40
40
  colorBackgroundSecondary: '#F0F1F3',
@@ -51,7 +51,7 @@ exports.lightColors = {
51
51
  active: 'rgba(255, 255, 255, 0.28)',
52
52
  },
53
53
  colorBackgroundWarning: '#FFF1AD',
54
- colorBackgroundNegative: '#ED0A34',
54
+ colorBackgroundNegative: '#ED330A',
55
55
  colorBackgroundTertiary: colorBackgroundTertiaryLight,
56
56
  colorBackgroundTertiaryAlpha: {
57
57
  normal: 'rgba(0, 0, 0, 0.04)',
@@ -60,7 +60,7 @@ exports.lightColors = {
60
60
  },
61
61
  colorBackgroundModal: '#FFFFFF',
62
62
  colorBackgroundPositive: '#0DC268',
63
- colorBackgroundNegativeTint: '#FAEBEB',
63
+ colorBackgroundNegativeTint: '#FEEFEB',
64
64
  colorBackgroundPositiveTint: '#ECFAF3',
65
65
  colorFieldBackground: '#ffffff',
66
66
  colorBackgroundModalInverse: '#303030',
@@ -69,12 +69,12 @@ exports.lightColors = {
69
69
  colorBackgroundAccentTint: '#5a9eff',
70
70
  colorBackgroundInfoTint: '#f0f4ff',
71
71
  // Text
72
- colorTextAccent: '#005FF9',
73
- colorTextAccentThemed: '#005FF9',
74
- colorTextNegative: '#ED0A34',
75
- colorTextLink: '#005BD1',
72
+ colorTextAccent: '#0070f0',
73
+ colorTextAccentThemed: '#0070f0',
74
+ colorTextNegative: '#ED330a',
75
+ colorTextLink: '#0070f0',
76
76
  colorTextLinkTint: '#71AAEB',
77
- colorTextLinkThemed: '#005BD1',
77
+ colorTextLinkThemed: '#0070f0',
78
78
  colorTextMuted: '#2C2D2E',
79
79
  colorTextPrimary: '#2C2D2E',
80
80
  colorTextPrimaryInvariably: '#2C2D2E',
@@ -87,8 +87,8 @@ exports.lightColors = {
87
87
  colorLinkContrast: '#FFFFFF',
88
88
  colorTextPositive: '#0DC268',
89
89
  // Icons
90
- colorIconAccent: '#005FF9',
91
- colorIconAccentThemed: '#005FF9',
90
+ colorIconAccent: '#0077ff',
91
+ colorIconAccentThemed: '#0077ff',
92
92
  colorIconPrimary: '#2C2D2E',
93
93
  colorIconPrimaryInvariably: '#2C2D2E',
94
94
  colorIconMedium: '#919399',
@@ -101,13 +101,13 @@ exports.lightColors = {
101
101
  colorIconContrastThemed: '#FFFFFF',
102
102
  colorIconPositive: '#0DC268',
103
103
  colorIconWarning: '#FF9E00',
104
- colorIconNegative: '#ED0A34',
104
+ colorIconNegative: '#ED033a',
105
105
  colorIconContrastSecondary: '#F2F3F5',
106
106
  // Stroke
107
- colorStrokeAccent: '#005FF9',
108
- colorStrokeAccentThemed: '#005FF9',
107
+ colorStrokeAccent: '#0077ff',
108
+ colorStrokeAccentThemed: '#0077ff',
109
109
  colorStrokeContrast: '#FFFFFF',
110
- colorStrokeNegative: '#ED0A34',
110
+ colorStrokeNegative: '#ED033a',
111
111
  colorImageBorderAlpha: 'rgba(0, 16, 61, 0.08)',
112
112
  colorFieldBorderAlpha: 'rgba(0, 16, 61, 0.12)',
113
113
  colorSeparatorPrimaryAlpha: 'rgba(0, 16, 61, 0.12)',
@@ -117,9 +117,9 @@ exports.lightColors = {
117
117
  colorSeparatorPrimary2x: '#CDD0D5',
118
118
  colorSeparatorPrimary3x: '#BFC3CA',
119
119
  // Palette
120
- colorAccentBlue: '#005FF9',
120
+ colorAccentBlue: '#0077FF',
121
121
  colorAccentGray: '#A5A7AD',
122
- colorAccentRed: '#ED0A34',
122
+ colorAccentRed: '#ED033A',
123
123
  colorAccentOrangeFire: '#F05C44',
124
124
  colorAccentOrange: '#FF9E00',
125
125
  colorAccentOrangePeach: '#F9B54F',
@@ -127,15 +127,15 @@ exports.lightColors = {
127
127
  colorAccentGreen: '#0DC268',
128
128
  colorAccentCyan: '#07E5F9',
129
129
  colorAccentAzure: '#0077FF',
130
- colorAccentPurple: '#4F6DDC',
130
+ colorAccentPurple: '#8C64FF',
131
131
  colorAccentViolet: '#C15DF3',
132
132
  colorAccentRaspberryPink: '#E03FAB',
133
133
  colorAccentPink: '#FF3985',
134
134
  colorAccentSecondary: '#FF9E00',
135
135
  // Other
136
- colorActionSheetText: '#005FF9',
136
+ colorActionSheetText: '#0077ff',
137
137
  colorHeaderBackground: '#FFFFFF',
138
- colorPanelHeaderIcon: '#005FF9',
138
+ colorPanelHeaderIcon: '#0077ff',
139
139
  colorWriteBarInputBackground: '#F0F1F3',
140
140
  colorWriteBarInputBorder: '#E1E3E6',
141
141
  colorWriteBarInputBorderAlpha: 'rgba(0, 16, 61, 0.8)',
@@ -144,7 +144,7 @@ exports.lightColors = {
144
144
  colorImagePlaceholder: '#E6E7EB',
145
145
  colorImagePlaceholderAlpha: 'rgba(0, 16, 61, 0.8)',
146
146
  colorSearchFieldBackground: '#E6E7EB',
147
- colorWriteBarIcon: '#005FF9',
147
+ colorWriteBarIcon: '#0077ff',
148
148
  colorSkeletonFrom: '#F3F3F5',
149
149
  colorSkeletonTo: '#E0E1E6',
150
150
  colorAvatarOverlay: 'rgba(145, 147, 153, 0.48)',
@@ -153,9 +153,9 @@ exports.lightColors = {
153
153
  colorOverlaySecondary: 'rgba(44, 45, 46, 0.5)',
154
154
  colorSegmentedControl: '#FFFFFF',
155
155
  colorTabbarTextInactive: '#99A2AD',
156
- colorButtonText: '#005FF9',
157
- colorButtonIcon: '#005FF9',
158
- colorButtonStroke: '#005FF9',
156
+ colorButtonText: '#0077ff',
157
+ colorButtonIcon: '#0077ff',
158
+ colorButtonStroke: '#0077ff',
159
159
  colorTransparent: 'transparent',
160
160
  },
161
161
  };
@@ -163,7 +163,7 @@ exports.darkColors = {
163
163
  colorsScheme: 'dark',
164
164
  colors: {
165
165
  // Background
166
- colorBackgroundAccent: '#2775FC',
166
+ colorBackgroundAccent: '#0077FF',
167
167
  colorBackgroundAccentThemed: '#FFFFFF',
168
168
  colorBackgroundAccentThemedAlpha: 'rgba(255, 255, 255, 0.2)',
169
169
  colorBackgroundAccentAlternative: '#FF9E00',
@@ -200,10 +200,10 @@ exports.darkColors = {
200
200
  colorBackgroundAccentTint: '#5a9eff',
201
201
  colorBackgroundInfoTint: '#19202f',
202
202
  // Text
203
- colorTextAccent: '#3C82FD',
203
+ colorTextAccent: '#1A85FF',
204
204
  colorTextAccentThemed: '#FFFFFF',
205
205
  colorTextNegative: '#FF5C5C',
206
- colorTextLink: '#589BFF',
206
+ colorTextLink: '#1A85FF',
207
207
  colorTextLinkTint: '#71AAEB',
208
208
  colorTextLinkThemed: '#FFFFFF',
209
209
  colorTextMuted: '#E7E8EA',
@@ -218,7 +218,7 @@ exports.darkColors = {
218
218
  colorLinkContrast: '#FFFFFF',
219
219
  colorTextPositive: '#0DC268',
220
220
  // Icons
221
- colorIconAccent: '#3C82FD',
221
+ colorIconAccent: '#0077FF',
222
222
  colorIconAccentThemed: '#FFFFFF',
223
223
  colorIconPrimary: '#D9DADD',
224
224
  colorIconPrimaryInvariably: '#2C2D2E',
@@ -235,7 +235,7 @@ exports.darkColors = {
235
235
  colorIconNegative: '#FF5C5C',
236
236
  colorIconContrastSecondary: '#F2F3F5',
237
237
  // Stroke
238
- colorStrokeAccent: '#3C82FD',
238
+ colorStrokeAccent: '#0077FF',
239
239
  colorStrokeAccentThemed: '#FFFFFF',
240
240
  colorStrokeContrast: '#FFFFFF',
241
241
  colorStrokeNegative: '#FF5C5C',
@@ -248,9 +248,9 @@ exports.darkColors = {
248
248
  colorSeparatorPrimary3x: '#2d2d2f',
249
249
  colorStrokePositive: '#0DC268',
250
250
  // Palette
251
- colorAccentBlue: '#2775FC',
251
+ colorAccentBlue: '#0077ff',
252
252
  colorAccentGray: '#9C9DA2',
253
- colorAccentRed: '#ED0A34',
253
+ colorAccentRed: '#ED330A',
254
254
  colorAccentOrangeFire: '#F05C44',
255
255
  colorAccentOrange: '#FF9E00',
256
256
  colorAccentOrangePeach: '#FFC062',
@@ -258,15 +258,15 @@ exports.darkColors = {
258
258
  colorAccentGreen: '#0DC268',
259
259
  colorAccentCyan: '#07E5F9',
260
260
  colorAccentAzure: '#0077FF',
261
- colorAccentPurple: '#4F6DDC',
261
+ colorAccentPurple: '#8C64FF',
262
262
  colorAccentViolet: '#C15DF3',
263
263
  colorAccentRaspberryPink: '#F060C0',
264
264
  colorAccentPink: '#FF3985',
265
265
  colorAccentSecondary: '#FF9E00',
266
266
  // Other
267
- colorActionSheetText: '#3C82FD',
267
+ colorActionSheetText: '#0077FF',
268
268
  colorHeaderBackground: '#232324',
269
- colorPanelHeaderIcon: '#3C82FD',
269
+ colorPanelHeaderIcon: '#0077FF',
270
270
  colorWriteBarInputBackground: '#2A2A2B',
271
271
  colorWriteBarInputBorder: '#2C2D2E',
272
272
  colorWriteBarInputBorderAlpha: 'rgba(255, 255, 255, 0.8)',
@@ -275,7 +275,7 @@ exports.darkColors = {
275
275
  colorImagePlaceholderAlpha: 'rgba(255, 255, 255, 0.8)',
276
276
  colorImagePlaceholder: '#393A3B',
277
277
  colorSearchFieldBackground: '#393A3B',
278
- colorWriteBarIcon: '#3C82FD',
278
+ colorWriteBarIcon: '#0077FF',
279
279
  colorSkeletonFrom: '#2A2A2B',
280
280
  colorSkeletonTo: '#3E3F40',
281
281
  colorAvatarOverlay: 'rgba(176, 178, 182, 0.48)',
@@ -654,7 +654,9 @@ exports.lightTheme = __assign(__assign(__assign({}, exports.lightThemeBase), com
654
654
  active: 'rgba(255, 255, 255, 0.6)',
655
655
  }, colorButtonContrast: (0, overlayColors_1.overlayColors)(function (theme) { return theme.colors.colorBackgroundContent; }, function (theme) { return theme.colors.colorButtonContrastAlpha; }), colorThumbErrorBackgroundAlpha: 'rgba(237, 10, 52, 0.12)',
656
656
  // Тонированные цвета для проектов
657
- colorBackgroundAccentTintThemedAlpha: 'rgba(0, 95, 249, 0.06)', colorBackgroundAccentTintAlpha: 'rgba(0, 95, 249, 0.06)', colorBackgroundAccentTintThemed: '#f0f4ff', colorBackgroundWarningTintThemedAlpha: 'rgba(255, 241, 173, 0.48)', colorBackgroundWarningTintAlpha: 'rgba(255, 241, 173, 0.48)', colorBackgroundWarningTintThemed: '#fffce0', colorBackgroundWarningTint: '#fffce0', colorBackgroundNegativeTintThemedAlpha: 'rgba(237, 10, 52, 0.08)', colorBackgroundNegativeTintAlpha: 'rgba(237, 10, 52, 0.08)', colorBackgroundNegativeTintThemed: '#faebeb', colorBackgroundPositiveTintThemedAlpha: 'rgba(13, 194, 104, 0.08)', colorBackgroundPositiveTintAlpha: 'rgba(13, 194, 104, 0.08)', colorBackgroundPositiveTintThemed: '#ECFAF3', colorTooltipBackgroundBlueTint: '#DDE9FF', colorTooltipBackgroundGreenTint: '#CEEEE6', colorTooltipBackgroundOrangeTint: '#F9D3BD', colorTooltipBackgroundPurpleTint: '#F2E8FF', colorTooltipTextBlueThemed: '#1C4479', colorTooltipTextGreenThemed: '#087C6D', colorTooltipTextOrangeThemed: '#78472A', colorTooltipTextPurpleThemed: '#73519F' }), breakpoints: {
657
+ colorBackgroundAccentTintThemedAlpha: 'rgba(0, 119, 255, 0.06)', colorBackgroundAccentTintAlpha: 'rgba(0, 119, 255, 0.06)', colorBackgroundAccentTintThemed: '#f0f7ff', colorBackgroundWarningTintThemedAlpha: 'rgba(255, 241, 173, 0.48)', colorBackgroundWarningTintAlpha: 'rgba(255, 241, 173, 0.48)', colorBackgroundWarningTintThemed: '#fffce0', colorBackgroundWarningTint: '#fffce0', colorBackgroundNegativeTintThemedAlpha: 'rgba(237, 51, 10, 0.08)', colorBackgroundNegativeTintAlpha: 'rgba(237, 51, 10, 0.08)', colorBackgroundNegativeTintThemed: '#feefeb', colorBackgroundPositiveTintThemedAlpha: 'rgba(13, 194, 104, 0.08)', colorBackgroundPositiveTintAlpha: 'rgba(13, 194, 104, 0.08)', colorBackgroundPositiveTintThemed: '#ECFAF3', colorTooltipBackgroundBlueTint: '#DDE9FF', colorTooltipBackgroundGreenTint: '#CEEEE6', colorTooltipBackgroundOrangeTint: '#F9D3BD', colorTooltipBackgroundPurpleTint: '#F2E8FF', colorTooltipTextBlueThemed: '#1C4479', colorTooltipTextGreenThemed: '#087C6D', colorTooltipTextOrangeThemed: '#78472A', colorTooltipTextPurpleThemed: '#73519F',
658
+ // Byte colors
659
+ colorBackgroundSky: '#cce4ff', colorBackgroundSkyAlpha: 'rgba(204, 228, 255, 0.9)' }), breakpoints: {
658
660
  touch: {
659
661
  breakpoint: 0,
660
662
  adaptiveValue: 'regular',
@@ -833,7 +835,9 @@ exports.darkTheme = __assign(__assign(__assign(__assign({}, exports.lightTheme),
833
835
  active: 'rgba(255, 255, 255, 0.24)',
834
836
  }, colorThumbErrorBackgroundAlpha: 'rgba(237, 10, 52, 0.12)',
835
837
  // Тонированные цвета для проектов
836
- colorBackgroundAccentTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundAccentTintAlpha: 'rgba(0, 95, 249, 0.1)', colorBackgroundAccentTintThemed: '#2b2b2c', colorBackgroundWarningTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundWarningTintAlpha: 'rgba(255, 158, 0, 0.1)', colorBackgroundWarningTintThemed: '#2b2b2c', colorBackgroundWarningTint: '#302617', colorBackgroundNegativeTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundNegativeTintAlpha: 'rgba(237, 10, 52, 0.1)', colorBackgroundNegativeTintThemed: '#2b2b2c', colorBackgroundPositiveTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundPositiveTintAlpha: 'rgba(13, 194, 104, 0.1)', colorBackgroundPositiveTintThemed: '#2b2b2c', colorTooltipBackgroundBlueTint: '#1C4479', colorTooltipBackgroundGreenTint: '#087C6D', colorTooltipBackgroundOrangeTint: '#78472A', colorTooltipBackgroundPurpleTint: '#73519F', colorTooltipTextBlueThemed: '#FFFFFF', colorTooltipTextGreenThemed: '#FFFFFF', colorTooltipTextOrangeThemed: '#FFFFFF', colorTooltipTextPurpleThemed: '#FFFFFF' }) });
838
+ colorBackgroundAccentTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundAccentTintAlpha: 'rgba(0, 119, 255, 0.1)', colorBackgroundAccentTintThemed: '#2b2b2c', colorBackgroundWarningTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundWarningTintAlpha: 'rgba(255, 158, 0, 0.1)', colorBackgroundWarningTintThemed: '#2b2b2c', colorBackgroundWarningTint: '#302617', colorBackgroundNegativeTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundNegativeTintAlpha: 'rgba(237, 51, 10, 0.1)', colorBackgroundNegativeTintThemed: '#2b2b2c', colorBackgroundPositiveTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundPositiveTintAlpha: 'rgba(13, 194, 104, 0.1)', colorBackgroundPositiveTintThemed: '#2b2b2c', colorTooltipBackgroundBlueTint: '#1C4479', colorTooltipBackgroundGreenTint: '#087C6D', colorTooltipBackgroundOrangeTint: '#78472A', colorTooltipBackgroundPurpleTint: '#73519F', colorTooltipTextBlueThemed: '#FFFFFF', colorTooltipTextGreenThemed: '#FFFFFF', colorTooltipTextOrangeThemed: '#FFFFFF', colorTooltipTextPurpleThemed: '#FFFFFF',
839
+ // Byte colors
840
+ colorBackgroundSky: '#2b2b2c', colorBackgroundSkyAlpha: 'rgba(51, 51, 51, 0.8)' }) });
837
841
  // Для экспорта базовой темы прописываем токен themeNameBase отдельно
838
842
  // В darkThemeBase прописать не можем, т.к. он тогда перетрёт themeNameBase
839
843
  // в продуктовых темах.