@vkontakte/vkui-tokens 4.49.0 → 4.49.1-dev-94310b.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 (67) hide show
  1. package/interfaces/themes/octaviusNew2024/index.d.ts +7 -0
  2. package/interfaces/themes/octaviusNew2024/index.js +2 -0
  3. package/interfaces/themes/octaviusNew2024Dark/index.d.ts +7 -0
  4. package/interfaces/themes/octaviusNew2024Dark/index.js +2 -0
  5. package/package.json +1 -1
  6. package/themes/octaviusNew2024/cssVars/declarations/index.css +2125 -0
  7. package/themes/octaviusNew2024/cssVars/declarations/noColors.css +701 -0
  8. package/themes/octaviusNew2024/cssVars/declarations/noSizes.css +917 -0
  9. package/themes/octaviusNew2024/cssVars/declarations/onlyAdaptiveGroups.css +152 -0
  10. package/themes/octaviusNew2024/cssVars/declarations/onlyColors.css +866 -0
  11. package/themes/octaviusNew2024/cssVars/declarations/onlyColors.d.ts +3 -0
  12. package/themes/octaviusNew2024/cssVars/declarations/onlyColors.js +11 -0
  13. package/themes/octaviusNew2024/cssVars/declarations/onlyMedia.css +408 -0
  14. package/themes/octaviusNew2024/cssVars/declarations/onlyVariables.css +1217 -0
  15. package/themes/octaviusNew2024/cssVars/declarations/onlyVariables.d.ts +3 -0
  16. package/themes/octaviusNew2024/cssVars/declarations/onlyVariables.js +11 -0
  17. package/themes/octaviusNew2024/cssVars/declarations/onlyVariablesLocal.css +1217 -0
  18. package/themes/octaviusNew2024/cssVars/declarations/onlyVariablesLocalIncremental.css +1217 -0
  19. package/themes/octaviusNew2024/cssVars/theme/fallbacks/index.css +1564 -0
  20. package/themes/octaviusNew2024/cssVars/theme/fallbacks/index.less +1311 -0
  21. package/themes/octaviusNew2024/cssVars/theme/fallbacks/index.pcss +1304 -0
  22. package/themes/octaviusNew2024/cssVars/theme/fallbacks/index.scss +1571 -0
  23. package/themes/octaviusNew2024/cssVars/theme/fallbacks/index.styl +1311 -0
  24. package/themes/octaviusNew2024/cssVars/theme/index.d.ts +4 -0
  25. package/themes/octaviusNew2024/cssVars/theme/index.js +6802 -0
  26. package/themes/octaviusNew2024/cssVars/theme/index.json +6799 -0
  27. package/themes/octaviusNew2024/docs.json +4745 -0
  28. package/themes/octaviusNew2024/index.css +1564 -0
  29. package/themes/octaviusNew2024/index.d.ts +4 -0
  30. package/themes/octaviusNew2024/index.js +2177 -0
  31. package/themes/octaviusNew2024/index.json +2174 -0
  32. package/themes/octaviusNew2024/index.less +1311 -0
  33. package/themes/octaviusNew2024/index.pcss +1304 -0
  34. package/themes/octaviusNew2024/index.scss +1571 -0
  35. package/themes/octaviusNew2024/index.styl +1311 -0
  36. package/themes/octaviusNew2024/struct.json +2200 -0
  37. package/themes/octaviusNew2024Dark/cssVars/declarations/index.css +2125 -0
  38. package/themes/octaviusNew2024Dark/cssVars/declarations/noColors.css +701 -0
  39. package/themes/octaviusNew2024Dark/cssVars/declarations/noSizes.css +917 -0
  40. package/themes/octaviusNew2024Dark/cssVars/declarations/onlyAdaptiveGroups.css +152 -0
  41. package/themes/octaviusNew2024Dark/cssVars/declarations/onlyColors.css +866 -0
  42. package/themes/octaviusNew2024Dark/cssVars/declarations/onlyColors.d.ts +3 -0
  43. package/themes/octaviusNew2024Dark/cssVars/declarations/onlyColors.js +11 -0
  44. package/themes/octaviusNew2024Dark/cssVars/declarations/onlyMedia.css +408 -0
  45. package/themes/octaviusNew2024Dark/cssVars/declarations/onlyVariables.css +1217 -0
  46. package/themes/octaviusNew2024Dark/cssVars/declarations/onlyVariables.d.ts +3 -0
  47. package/themes/octaviusNew2024Dark/cssVars/declarations/onlyVariables.js +11 -0
  48. package/themes/octaviusNew2024Dark/cssVars/declarations/onlyVariablesLocal.css +1217 -0
  49. package/themes/octaviusNew2024Dark/cssVars/declarations/onlyVariablesLocalIncremental.css +1217 -0
  50. package/themes/octaviusNew2024Dark/cssVars/theme/fallbacks/index.css +1564 -0
  51. package/themes/octaviusNew2024Dark/cssVars/theme/fallbacks/index.less +1311 -0
  52. package/themes/octaviusNew2024Dark/cssVars/theme/fallbacks/index.pcss +1304 -0
  53. package/themes/octaviusNew2024Dark/cssVars/theme/fallbacks/index.scss +1571 -0
  54. package/themes/octaviusNew2024Dark/cssVars/theme/fallbacks/index.styl +1311 -0
  55. package/themes/octaviusNew2024Dark/cssVars/theme/index.d.ts +4 -0
  56. package/themes/octaviusNew2024Dark/cssVars/theme/index.js +6802 -0
  57. package/themes/octaviusNew2024Dark/cssVars/theme/index.json +6799 -0
  58. package/themes/octaviusNew2024Dark/docs.json +4745 -0
  59. package/themes/octaviusNew2024Dark/index.css +1564 -0
  60. package/themes/octaviusNew2024Dark/index.d.ts +4 -0
  61. package/themes/octaviusNew2024Dark/index.js +2177 -0
  62. package/themes/octaviusNew2024Dark/index.json +2174 -0
  63. package/themes/octaviusNew2024Dark/index.less +1311 -0
  64. package/themes/octaviusNew2024Dark/index.pcss +1304 -0
  65. package/themes/octaviusNew2024Dark/index.scss +1571 -0
  66. package/themes/octaviusNew2024Dark/index.styl +1311 -0
  67. package/themes/octaviusNew2024Dark/struct.json +2200 -0
@@ -0,0 +1,7 @@
1
+ import { ThemeOctavius, ThemeOctaviusCssVars, ThemeOctaviusDescription } from '../octavius';
2
+ export interface ThemeOctaviusNew2024 extends ThemeOctavius {
3
+ }
4
+ export interface ThemeOctaviusNew2024Description extends ThemeOctaviusDescription {
5
+ }
6
+ export interface ThemeOctaviusNew2024CssVars extends ThemeOctaviusCssVars {
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import { ThemeOctavius, ThemeOctaviusCssVars, ThemeOctaviusDescription } from '../octavius';
2
+ export interface ThemeOctaviusNew2024Dark extends ThemeOctavius {
3
+ }
4
+ export interface ThemeOctaviusNew2024DarkDescription extends ThemeOctaviusDescription {
5
+ }
6
+ export interface ThemeOctaviusNew2024DarkCssVars extends ThemeOctaviusCssVars {
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.49.0",
3
+ "version": "4.49.1-dev-94310b.0",
4
4
  "description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
5
5
  "license": "MIT",
6
6
  "homepage": "https://vkcom.github.io/vkui-tokens",