@vkontakte/vkui-tokens 4.56.2 → 4.57.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 (229) hide show
  1. package/interfaces/themes/legoAndroid/index.d.ts +16 -0
  2. package/interfaces/themes/legoAndroid/index.js +2 -0
  3. package/interfaces/themes/legoAndroidDark/index.d.ts +1 -0
  4. package/interfaces/themes/legoAndroidDark/index.js +2 -0
  5. package/interfaces/themes/legoIOS/index.d.ts +16 -0
  6. package/interfaces/themes/legoIOS/index.js +2 -0
  7. package/interfaces/themes/legoIOSDark/index.d.ts +1 -0
  8. package/interfaces/themes/legoIOSDark/index.js +2 -0
  9. package/interfaces/themes/vkontakteIOS/index.d.ts +1 -4
  10. package/interfaces/themes/vkontakteIOSDark/index.d.ts +1 -4
  11. package/package.json +1 -1
  12. package/themes/legoAndroid/cssVars/declarations/index.css +1284 -0
  13. package/themes/legoAndroid/cssVars/declarations/noColors.css +804 -0
  14. package/themes/legoAndroid/cssVars/declarations/noSizes.css +623 -0
  15. package/themes/legoAndroid/cssVars/declarations/onlyAdaptiveGroups.css +142 -0
  16. package/themes/legoAndroid/cssVars/declarations/onlyColors.css +557 -0
  17. package/themes/legoAndroid/cssVars/declarations/onlyColors.d.ts +3 -0
  18. package/themes/legoAndroid/cssVars/declarations/onlyColors.js +11 -0
  19. package/themes/legoAndroid/cssVars/declarations/onlyVariables.css +830 -0
  20. package/themes/legoAndroid/cssVars/declarations/onlyVariables.d.ts +3 -0
  21. package/themes/legoAndroid/cssVars/declarations/onlyVariables.js +11 -0
  22. package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocal.css +830 -0
  23. package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +190 -0
  24. package/themes/legoAndroid/cssVars/theme/fallbacks/index.css +1141 -0
  25. package/themes/legoAndroid/cssVars/theme/fallbacks/index.less +894 -0
  26. package/themes/legoAndroid/cssVars/theme/fallbacks/index.pcss +895 -0
  27. package/themes/legoAndroid/cssVars/theme/fallbacks/index.scss +1116 -0
  28. package/themes/legoAndroid/cssVars/theme/fallbacks/index.styl +894 -0
  29. package/themes/legoAndroid/cssVars/theme/index.d.ts +4 -0
  30. package/themes/legoAndroid/cssVars/theme/index.js +4634 -0
  31. package/themes/legoAndroid/cssVars/theme/index.json +4631 -0
  32. package/themes/legoAndroid/docs.json +3554 -0
  33. package/themes/legoAndroid/index.css +1141 -0
  34. package/themes/legoAndroid/index.d.ts +4 -0
  35. package/themes/legoAndroid/index.js +1436 -0
  36. package/themes/legoAndroid/index.json +1433 -0
  37. package/themes/legoAndroid/index.less +894 -0
  38. package/themes/legoAndroid/index.pcss +895 -0
  39. package/themes/legoAndroid/index.scss +1116 -0
  40. package/themes/legoAndroid/index.styl +894 -0
  41. package/themes/legoAndroid/struct.json +1595 -0
  42. package/themes/legoAndroidDark/cssVars/declarations/index.css +1284 -0
  43. package/themes/legoAndroidDark/cssVars/declarations/noColors.css +804 -0
  44. package/themes/legoAndroidDark/cssVars/declarations/noSizes.css +623 -0
  45. package/themes/legoAndroidDark/cssVars/declarations/onlyAdaptiveGroups.css +142 -0
  46. package/themes/legoAndroidDark/cssVars/declarations/onlyColors.css +557 -0
  47. package/themes/legoAndroidDark/cssVars/declarations/onlyColors.d.ts +3 -0
  48. package/themes/legoAndroidDark/cssVars/declarations/onlyColors.js +11 -0
  49. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.css +830 -0
  50. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.d.ts +3 -0
  51. package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.js +11 -0
  52. package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocal.css +830 -0
  53. package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +202 -0
  54. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.css +1141 -0
  55. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.less +894 -0
  56. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.pcss +895 -0
  57. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.scss +1116 -0
  58. package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.styl +894 -0
  59. package/themes/legoAndroidDark/cssVars/theme/index.d.ts +4 -0
  60. package/themes/legoAndroidDark/cssVars/theme/index.js +4634 -0
  61. package/themes/legoAndroidDark/cssVars/theme/index.json +4631 -0
  62. package/themes/legoAndroidDark/docs.json +3554 -0
  63. package/themes/legoAndroidDark/index.css +1141 -0
  64. package/themes/legoAndroidDark/index.d.ts +4 -0
  65. package/themes/legoAndroidDark/index.js +1436 -0
  66. package/themes/legoAndroidDark/index.json +1433 -0
  67. package/themes/legoAndroidDark/index.less +894 -0
  68. package/themes/legoAndroidDark/index.pcss +895 -0
  69. package/themes/legoAndroidDark/index.scss +1116 -0
  70. package/themes/legoAndroidDark/index.styl +894 -0
  71. package/themes/legoAndroidDark/struct.json +1595 -0
  72. package/themes/legoIOS/cssVars/declarations/index.css +971 -0
  73. package/themes/legoIOS/cssVars/declarations/noColors.css +503 -0
  74. package/themes/legoIOS/cssVars/declarations/noSizes.css +370 -0
  75. package/themes/legoIOS/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
  76. package/themes/legoIOS/cssVars/declarations/onlyColors.css +338 -0
  77. package/themes/legoIOS/cssVars/declarations/onlyColors.d.ts +3 -0
  78. package/themes/legoIOS/cssVars/declarations/onlyColors.js +11 -0
  79. package/themes/legoIOS/cssVars/declarations/onlyVariables.css +561 -0
  80. package/themes/legoIOS/cssVars/declarations/onlyVariables.d.ts +3 -0
  81. package/themes/legoIOS/cssVars/declarations/onlyVariables.js +11 -0
  82. package/themes/legoIOS/cssVars/declarations/onlyVariablesLocal.css +561 -0
  83. package/themes/legoIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +189 -0
  84. package/themes/legoIOS/cssVars/theme/fallbacks/index.css +840 -0
  85. package/themes/legoIOS/cssVars/theme/fallbacks/index.less +625 -0
  86. package/themes/legoIOS/cssVars/theme/fallbacks/index.pcss +626 -0
  87. package/themes/legoIOS/cssVars/theme/fallbacks/index.scss +827 -0
  88. package/themes/legoIOS/cssVars/theme/fallbacks/index.styl +625 -0
  89. package/themes/legoIOS/cssVars/theme/index.d.ts +4 -0
  90. package/themes/legoIOS/cssVars/theme/index.js +3364 -0
  91. package/themes/legoIOS/cssVars/theme/index.json +3361 -0
  92. package/themes/legoIOS/docs.json +2888 -0
  93. package/themes/legoIOS/index.css +840 -0
  94. package/themes/legoIOS/index.d.ts +4 -0
  95. package/themes/legoIOS/index.js +1021 -0
  96. package/themes/legoIOS/index.json +1018 -0
  97. package/themes/legoIOS/index.less +625 -0
  98. package/themes/legoIOS/index.pcss +626 -0
  99. package/themes/legoIOS/index.scss +827 -0
  100. package/themes/legoIOS/index.styl +625 -0
  101. package/themes/legoIOS/struct.json +1168 -0
  102. package/themes/legoIOSDark/cssVars/declarations/index.css +971 -0
  103. package/themes/legoIOSDark/cssVars/declarations/noColors.css +503 -0
  104. package/themes/legoIOSDark/cssVars/declarations/noSizes.css +370 -0
  105. package/themes/legoIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
  106. package/themes/legoIOSDark/cssVars/declarations/onlyColors.css +338 -0
  107. package/themes/legoIOSDark/cssVars/declarations/onlyColors.d.ts +3 -0
  108. package/themes/legoIOSDark/cssVars/declarations/onlyColors.js +11 -0
  109. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.css +561 -0
  110. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.d.ts +3 -0
  111. package/themes/legoIOSDark/cssVars/declarations/onlyVariables.js +11 -0
  112. package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocal.css +561 -0
  113. package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +200 -0
  114. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.css +840 -0
  115. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.less +625 -0
  116. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.pcss +626 -0
  117. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.scss +827 -0
  118. package/themes/legoIOSDark/cssVars/theme/fallbacks/index.styl +625 -0
  119. package/themes/legoIOSDark/cssVars/theme/index.d.ts +4 -0
  120. package/themes/legoIOSDark/cssVars/theme/index.js +3364 -0
  121. package/themes/legoIOSDark/cssVars/theme/index.json +3361 -0
  122. package/themes/legoIOSDark/docs.json +2888 -0
  123. package/themes/legoIOSDark/index.css +840 -0
  124. package/themes/legoIOSDark/index.d.ts +4 -0
  125. package/themes/legoIOSDark/index.js +1021 -0
  126. package/themes/legoIOSDark/index.json +1018 -0
  127. package/themes/legoIOSDark/index.less +625 -0
  128. package/themes/legoIOSDark/index.pcss +626 -0
  129. package/themes/legoIOSDark/index.scss +827 -0
  130. package/themes/legoIOSDark/index.styl +625 -0
  131. package/themes/legoIOSDark/struct.json +1168 -0
  132. package/themes/media/cssVars/declarations/index.css +4 -4
  133. package/themes/media/cssVars/declarations/noColors.css +1 -1
  134. package/themes/media/cssVars/declarations/noSizes.css +4 -4
  135. package/themes/media/cssVars/declarations/onlyColors.css +3 -3
  136. package/themes/media/cssVars/declarations/onlyColors.js +2 -2
  137. package/themes/media/cssVars/declarations/onlyVariables.css +4 -4
  138. package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
  139. package/themes/media/cssVars/declarations/onlyVariablesLocal.css +4 -4
  140. package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +4 -4
  141. package/themes/media/cssVars/theme/fallbacks/index.css +4 -4
  142. package/themes/media/cssVars/theme/fallbacks/index.less +4 -4
  143. package/themes/media/cssVars/theme/fallbacks/index.pcss +4 -4
  144. package/themes/media/cssVars/theme/fallbacks/index.scss +4 -4
  145. package/themes/media/cssVars/theme/fallbacks/index.styl +4 -4
  146. package/themes/media/cssVars/theme/index.js +15 -15
  147. package/themes/media/cssVars/theme/index.json +15 -15
  148. package/themes/media/index.css +4 -4
  149. package/themes/media/index.js +6 -6
  150. package/themes/media/index.json +6 -6
  151. package/themes/media/index.less +4 -4
  152. package/themes/media/index.pcss +4 -4
  153. package/themes/media/index.scss +4 -4
  154. package/themes/media/index.styl +4 -4
  155. package/themes/media/struct.json +6 -6
  156. package/themes/mediaDark/cssVars/declarations/index.css +4 -4
  157. package/themes/mediaDark/cssVars/declarations/noColors.css +1 -1
  158. package/themes/mediaDark/cssVars/declarations/noSizes.css +4 -4
  159. package/themes/mediaDark/cssVars/declarations/onlyColors.css +3 -3
  160. package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
  161. package/themes/mediaDark/cssVars/declarations/onlyVariables.css +4 -4
  162. package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
  163. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +4 -4
  164. package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +4 -4
  165. package/themes/mediaDark/cssVars/theme/fallbacks/index.css +4 -4
  166. package/themes/mediaDark/cssVars/theme/fallbacks/index.less +4 -4
  167. package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +4 -4
  168. package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +4 -4
  169. package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +4 -4
  170. package/themes/mediaDark/cssVars/theme/index.js +15 -15
  171. package/themes/mediaDark/cssVars/theme/index.json +15 -15
  172. package/themes/mediaDark/index.css +4 -4
  173. package/themes/mediaDark/index.js +6 -6
  174. package/themes/mediaDark/index.json +6 -6
  175. package/themes/mediaDark/index.less +4 -4
  176. package/themes/mediaDark/index.pcss +4 -4
  177. package/themes/mediaDark/index.scss +4 -4
  178. package/themes/mediaDark/index.styl +4 -4
  179. package/themes/mediaDark/struct.json +6 -6
  180. package/themes/mycom/cssVars/declarations/index.css +4 -4
  181. package/themes/mycom/cssVars/declarations/noColors.css +1 -1
  182. package/themes/mycom/cssVars/declarations/noSizes.css +4 -4
  183. package/themes/mycom/cssVars/declarations/onlyColors.css +3 -3
  184. package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
  185. package/themes/mycom/cssVars/declarations/onlyVariables.css +4 -4
  186. package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
  187. package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +4 -4
  188. package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +4 -4
  189. package/themes/mycom/cssVars/theme/fallbacks/index.css +4 -4
  190. package/themes/mycom/cssVars/theme/fallbacks/index.less +4 -4
  191. package/themes/mycom/cssVars/theme/fallbacks/index.pcss +4 -4
  192. package/themes/mycom/cssVars/theme/fallbacks/index.scss +4 -4
  193. package/themes/mycom/cssVars/theme/fallbacks/index.styl +4 -4
  194. package/themes/mycom/cssVars/theme/index.js +15 -15
  195. package/themes/mycom/cssVars/theme/index.json +15 -15
  196. package/themes/mycom/index.css +4 -4
  197. package/themes/mycom/index.js +6 -6
  198. package/themes/mycom/index.json +6 -6
  199. package/themes/mycom/index.less +4 -4
  200. package/themes/mycom/index.pcss +4 -4
  201. package/themes/mycom/index.scss +4 -4
  202. package/themes/mycom/index.styl +4 -4
  203. package/themes/mycom/struct.json +6 -6
  204. package/themes/pharma/cssVars/declarations/index.css +4 -4
  205. package/themes/pharma/cssVars/declarations/noColors.css +1 -1
  206. package/themes/pharma/cssVars/declarations/noSizes.css +4 -4
  207. package/themes/pharma/cssVars/declarations/onlyColors.css +3 -3
  208. package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
  209. package/themes/pharma/cssVars/declarations/onlyVariables.css +4 -4
  210. package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
  211. package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +4 -4
  212. package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +4 -4
  213. package/themes/pharma/cssVars/theme/fallbacks/index.css +4 -4
  214. package/themes/pharma/cssVars/theme/fallbacks/index.less +4 -4
  215. package/themes/pharma/cssVars/theme/fallbacks/index.pcss +4 -4
  216. package/themes/pharma/cssVars/theme/fallbacks/index.scss +4 -4
  217. package/themes/pharma/cssVars/theme/fallbacks/index.styl +4 -4
  218. package/themes/pharma/cssVars/theme/index.js +15 -15
  219. package/themes/pharma/cssVars/theme/index.json +15 -15
  220. package/themes/pharma/index.css +4 -4
  221. package/themes/pharma/index.js +6 -6
  222. package/themes/pharma/index.json +6 -6
  223. package/themes/pharma/index.less +4 -4
  224. package/themes/pharma/index.pcss +4 -4
  225. package/themes/pharma/index.scss +4 -4
  226. package/themes/pharma/index.styl +4 -4
  227. package/themes/pharma/struct.json +6 -6
  228. package/utils/common/colors/projectColors.d.ts +0 -1
  229. package/utils/common/colors/projectColors.js +0 -1
@@ -0,0 +1,16 @@
1
+ import { ThemeCssVars } from '../../general';
2
+ import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
3
+ import { LocalVkontakteAndroidColorsDescriptionStruct, ThemeVkontakteAndroid, ThemeVkontakteAndroidDescription } from '../vkontakteAndroid';
4
+ export interface LocalLegoAndroidColorsDescriptionStruct {
5
+ colorStrokePrimary: ColorDescription;
6
+ }
7
+ export type LegoAndroidLocalColors = {
8
+ [key in keyof LocalLegoAndroidColorsDescriptionStruct]: ColorWithStates;
9
+ };
10
+ export interface ThemeLegoAndroid extends ThemeVkontakteAndroid, LegoAndroidLocalColors {
11
+ }
12
+ export interface ThemeLegoAndroidDescription extends ThemeVkontakteAndroidDescription {
13
+ colors: LocalLegoAndroidColorsDescriptionStruct & LocalVkontakteAndroidColorsDescriptionStruct & ColorsDescriptionStruct;
14
+ }
15
+ export interface ThemeLegoAndroidCssVars extends ThemeCssVars<ThemeLegoAndroid> {
16
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { ThemeLegoAndroid as ThemeLegoAndroidDark, ThemeLegoAndroidCssVars as ThemeLegoAndroidDarkCssVars, ThemeLegoAndroidDescription as ThemeLegoAndroidDarkDescription, } from '../legoAndroid';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ import { ThemeCssVars } from '../../general';
2
+ import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
3
+ import { ThemeVkIOS, ThemeVkIOSDescription } from '../vkIOS';
4
+ export interface LocalLegoIOSColorsDescriptionStruct {
5
+ colorStrokePrimary: ColorDescription;
6
+ }
7
+ export type LegoIOSLocalColors = {
8
+ [key in keyof LocalLegoIOSColorsDescriptionStruct]: ColorWithStates;
9
+ };
10
+ export interface ThemeLegoIOS extends ThemeVkIOS, LegoIOSLocalColors {
11
+ }
12
+ export interface ThemeLegoIOSDescription extends ThemeVkIOSDescription {
13
+ colors: LocalLegoIOSColorsDescriptionStruct & ColorsDescriptionStruct;
14
+ }
15
+ export interface ThemeLegoIOSCssVars extends ThemeCssVars<ThemeLegoIOS> {
16
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { ThemeLegoIOS as ThemeLegoIOSDark, ThemeLegoIOSCssVars as ThemeLegoIOSDarkCssVars, ThemeLegoIOSDescription as ThemeLegoIOSDarkDescription, } from '../legoIOS';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +1 @@
1
- import { ThemeVkontakteAndroid, ThemeVkontakteAndroidCssVars, ThemeVkontakteAndroidDescription } from '../vkontakteAndroid';
2
- export type ThemeVkontakteIOS = ThemeVkontakteAndroid;
3
- export type ThemeVkontakteIOSDescription = ThemeVkontakteAndroidDescription;
4
- export type ThemeVkontakteIOSCssVars = ThemeVkontakteAndroidCssVars;
1
+ export { ThemeVkontakteAndroid as ThemeVkontakteIOS, ThemeVkontakteAndroidCssVars as ThemeVkontakteIOSCssVars, ThemeVkontakteAndroidDescription as ThemeVkontakteIOSDescription, } from '../vkontakteAndroid';
@@ -1,4 +1 @@
1
- import { ThemeVkontakteIOS, ThemeVkontakteIOSCssVars, ThemeVkontakteIOSDescription } from '../vkontakteIOS';
2
- export type ThemeVkontakteIOSDark = ThemeVkontakteIOS;
3
- export type ThemeVkontakteIOSDarkDescription = ThemeVkontakteIOSDescription;
4
- export type ThemeVkontakteIOSDarkCssVars = ThemeVkontakteIOSCssVars;
1
+ export { ThemeVkontakteIOS as ThemeVkontakteIOSDark, ThemeVkontakteIOSCssVars as ThemeVkontakteIOSDarkCssVars, ThemeVkontakteIOSDescription as ThemeVkontakteIOSDarkDescription, } from '../vkontakteIOS';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/vkui-tokens",
3
- "version": "4.56.2",
3
+ "version": "4.57.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "license": "MIT",
6
6
  "homepage": "https://vkcom.github.io/vkui-tokens",