@vkontakte/vkui-tokens 4.44.0 → 4.44.1-dev-cdf16b.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 (129) hide show
  1. package/interfaces/themes/vkIdOk/index.d.ts +1 -0
  2. package/interfaces/themes/vkIdOk/index.js +2 -0
  3. package/interfaces/themes/vkIdOkDark/index.d.ts +1 -0
  4. package/interfaces/themes/vkIdOkDark/index.js +2 -0
  5. package/interfaces/themes/vkIdOkIOS/index.d.ts +1 -0
  6. package/interfaces/themes/vkIdOkIOS/index.js +2 -0
  7. package/interfaces/themes/vkIdOkIOSDark/index.d.ts +1 -0
  8. package/interfaces/themes/vkIdOkIOSDark/index.js +2 -0
  9. package/package.json +1 -1
  10. package/themes/vkIdOk/cssVars/declarations/index.css +938 -0
  11. package/themes/vkIdOk/cssVars/declarations/noColors.css +500 -0
  12. package/themes/vkIdOk/cssVars/declarations/noSizes.css +337 -0
  13. package/themes/vkIdOk/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
  14. package/themes/vkIdOk/cssVars/declarations/onlyColors.css +308 -0
  15. package/themes/vkIdOk/cssVars/declarations/onlyColors.d.ts +3 -0
  16. package/themes/vkIdOk/cssVars/declarations/onlyColors.js +11 -0
  17. package/themes/vkIdOk/cssVars/declarations/onlyVariables.css +528 -0
  18. package/themes/vkIdOk/cssVars/declarations/onlyVariables.d.ts +3 -0
  19. package/themes/vkIdOk/cssVars/declarations/onlyVariables.js +11 -0
  20. package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocal.css +528 -0
  21. package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocalIncremental.css +528 -0
  22. package/themes/vkIdOk/cssVars/theme/fallbacks/index.css +807 -0
  23. package/themes/vkIdOk/cssVars/theme/fallbacks/index.less +592 -0
  24. package/themes/vkIdOk/cssVars/theme/fallbacks/index.pcss +593 -0
  25. package/themes/vkIdOk/cssVars/theme/fallbacks/index.scss +794 -0
  26. package/themes/vkIdOk/cssVars/theme/fallbacks/index.styl +592 -0
  27. package/themes/vkIdOk/cssVars/theme/index.d.ts +4 -0
  28. package/themes/vkIdOk/cssVars/theme/index.js +3212 -0
  29. package/themes/vkIdOk/cssVars/theme/index.json +3209 -0
  30. package/themes/vkIdOk/docs.json +2752 -0
  31. package/themes/vkIdOk/index.css +807 -0
  32. package/themes/vkIdOk/index.d.ts +4 -0
  33. package/themes/vkIdOk/index.js +968 -0
  34. package/themes/vkIdOk/index.json +965 -0
  35. package/themes/vkIdOk/index.less +592 -0
  36. package/themes/vkIdOk/index.pcss +593 -0
  37. package/themes/vkIdOk/index.scss +794 -0
  38. package/themes/vkIdOk/index.styl +592 -0
  39. package/themes/vkIdOk/struct.json +991 -0
  40. package/themes/vkIdOkDark/cssVars/declarations/index.css +939 -0
  41. package/themes/vkIdOkDark/cssVars/declarations/noColors.css +501 -0
  42. package/themes/vkIdOkDark/cssVars/declarations/noSizes.css +338 -0
  43. package/themes/vkIdOkDark/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
  44. package/themes/vkIdOkDark/cssVars/declarations/onlyColors.css +308 -0
  45. package/themes/vkIdOkDark/cssVars/declarations/onlyColors.d.ts +3 -0
  46. package/themes/vkIdOkDark/cssVars/declarations/onlyColors.js +11 -0
  47. package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.css +529 -0
  48. package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.d.ts +3 -0
  49. package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.js +11 -0
  50. package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocal.css +529 -0
  51. package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocalIncremental.css +310 -0
  52. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.css +808 -0
  53. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.less +593 -0
  54. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.pcss +594 -0
  55. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.scss +795 -0
  56. package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.styl +593 -0
  57. package/themes/vkIdOkDark/cssVars/theme/index.d.ts +4 -0
  58. package/themes/vkIdOkDark/cssVars/theme/index.js +3216 -0
  59. package/themes/vkIdOkDark/cssVars/theme/index.json +3213 -0
  60. package/themes/vkIdOkDark/docs.json +2752 -0
  61. package/themes/vkIdOkDark/index.css +808 -0
  62. package/themes/vkIdOkDark/index.d.ts +4 -0
  63. package/themes/vkIdOkDark/index.js +969 -0
  64. package/themes/vkIdOkDark/index.json +966 -0
  65. package/themes/vkIdOkDark/index.less +593 -0
  66. package/themes/vkIdOkDark/index.pcss +594 -0
  67. package/themes/vkIdOkDark/index.scss +795 -0
  68. package/themes/vkIdOkDark/index.styl +593 -0
  69. package/themes/vkIdOkDark/struct.json +992 -0
  70. package/themes/vkIdOkIOS/cssVars/declarations/index.css +939 -0
  71. package/themes/vkIdOkIOS/cssVars/declarations/noColors.css +501 -0
  72. package/themes/vkIdOkIOS/cssVars/declarations/noSizes.css +338 -0
  73. package/themes/vkIdOkIOS/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
  74. package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.css +308 -0
  75. package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.d.ts +3 -0
  76. package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.js +11 -0
  77. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.css +529 -0
  78. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.d.ts +3 -0
  79. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.js +11 -0
  80. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocal.css +529 -0
  81. package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +32 -0
  82. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.css +808 -0
  83. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.less +593 -0
  84. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.pcss +594 -0
  85. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.scss +795 -0
  86. package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.styl +593 -0
  87. package/themes/vkIdOkIOS/cssVars/theme/index.d.ts +4 -0
  88. package/themes/vkIdOkIOS/cssVars/theme/index.js +3216 -0
  89. package/themes/vkIdOkIOS/cssVars/theme/index.json +3213 -0
  90. package/themes/vkIdOkIOS/docs.json +2752 -0
  91. package/themes/vkIdOkIOS/index.css +808 -0
  92. package/themes/vkIdOkIOS/index.d.ts +4 -0
  93. package/themes/vkIdOkIOS/index.js +969 -0
  94. package/themes/vkIdOkIOS/index.json +966 -0
  95. package/themes/vkIdOkIOS/index.less +593 -0
  96. package/themes/vkIdOkIOS/index.pcss +594 -0
  97. package/themes/vkIdOkIOS/index.scss +795 -0
  98. package/themes/vkIdOkIOS/index.styl +593 -0
  99. package/themes/vkIdOkIOS/struct.json +992 -0
  100. package/themes/vkIdOkIOSDark/cssVars/declarations/index.css +939 -0
  101. package/themes/vkIdOkIOSDark/cssVars/declarations/noColors.css +501 -0
  102. package/themes/vkIdOkIOSDark/cssVars/declarations/noSizes.css +338 -0
  103. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
  104. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.css +308 -0
  105. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.d.ts +3 -0
  106. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.js +11 -0
  107. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.css +529 -0
  108. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.d.ts +3 -0
  109. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.js +11 -0
  110. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocal.css +529 -0
  111. package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +32 -0
  112. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.css +808 -0
  113. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.less +593 -0
  114. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.pcss +594 -0
  115. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.scss +795 -0
  116. package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.styl +593 -0
  117. package/themes/vkIdOkIOSDark/cssVars/theme/index.d.ts +4 -0
  118. package/themes/vkIdOkIOSDark/cssVars/theme/index.js +3216 -0
  119. package/themes/vkIdOkIOSDark/cssVars/theme/index.json +3213 -0
  120. package/themes/vkIdOkIOSDark/docs.json +2752 -0
  121. package/themes/vkIdOkIOSDark/index.css +808 -0
  122. package/themes/vkIdOkIOSDark/index.d.ts +4 -0
  123. package/themes/vkIdOkIOSDark/index.js +969 -0
  124. package/themes/vkIdOkIOSDark/index.json +966 -0
  125. package/themes/vkIdOkIOSDark/index.less +593 -0
  126. package/themes/vkIdOkIOSDark/index.pcss +594 -0
  127. package/themes/vkIdOkIOSDark/index.scss +795 -0
  128. package/themes/vkIdOkIOSDark/index.styl +593 -0
  129. package/themes/vkIdOkIOSDark/struct.json +992 -0
@@ -0,0 +1 @@
1
+ export { ThemeVkBase as ThemeVkIdOk, ThemeVkBaseCssVars as ThemeVkIdOkCssVars, ThemeVkBaseDescription as ThemeVkIdOkDescription, } from '../vkBase';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { ThemeVkBaseDark as ThemeVkIdOkDark, ThemeVkBaseDarkCssVars as ThemeVkIdOkDarkCssVars, ThemeVkBaseDarkDescription as ThemeVkIdOkDarkDescription, } from '../vkBaseDark';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { ThemeVkBase as ThemeVkIdOkIOS, ThemeVkBaseCssVars as ThemeVkIdOkIOSCssVars, ThemeVkBaseDescription as ThemeVkIdOkIOSDescription, } from '../vkBase';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { ThemeVkIdOkIOS as ThemeVkIdOkIOSDark, ThemeVkIdOkIOSCssVars as ThemeVkIdOkIOSDarkCssVars, ThemeVkIdOkIOSDescription as ThemeVkIdOkIOSDarkDescription, } from '../vkIdOkIOS';
@@ -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.44.0",
3
+ "version": "4.44.1-dev-cdf16b.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "license": "MIT",
6
6
  "homepage": "https://vkcom.github.io/vkui-tokens",