@vkontakte/vkui-tokens 4.48.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.
- package/interfaces/themes/octaviusNew2024/index.d.ts +7 -0
- package/interfaces/themes/octaviusNew2024/index.js +2 -0
- package/interfaces/themes/octaviusNew2024Dark/index.d.ts +7 -0
- package/interfaces/themes/octaviusNew2024Dark/index.js +2 -0
- package/interfaces/themes/vkAccessibility/index.d.ts +1 -0
- package/interfaces/themes/vkAccessibility/index.js +2 -0
- package/interfaces/themes/vkAccessibilityDark/index.d.ts +1 -0
- package/interfaces/themes/vkAccessibilityDark/index.js +2 -0
- package/interfaces/themes/vkAccessibilityIOS/index.d.ts +1 -0
- package/interfaces/themes/vkAccessibilityIOS/index.js +2 -0
- package/interfaces/themes/vkAccessibilityIOSDark/index.d.ts +1 -0
- package/interfaces/themes/vkAccessibilityIOSDark/index.js +2 -0
- package/package.json +7 -7
- package/themes/octaviusNew2024/cssVars/declarations/index.css +2125 -0
- package/themes/octaviusNew2024/cssVars/declarations/noColors.css +701 -0
- package/themes/octaviusNew2024/cssVars/declarations/noSizes.css +917 -0
- package/themes/octaviusNew2024/cssVars/declarations/onlyAdaptiveGroups.css +152 -0
- package/themes/octaviusNew2024/cssVars/declarations/onlyColors.css +866 -0
- package/themes/octaviusNew2024/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/octaviusNew2024/cssVars/declarations/onlyColors.js +11 -0
- package/themes/octaviusNew2024/cssVars/declarations/onlyMedia.css +408 -0
- package/themes/octaviusNew2024/cssVars/declarations/onlyVariables.css +1217 -0
- package/themes/octaviusNew2024/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/octaviusNew2024/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/octaviusNew2024/cssVars/declarations/onlyVariablesLocal.css +1217 -0
- package/themes/octaviusNew2024/cssVars/declarations/onlyVariablesLocalIncremental.css +1217 -0
- package/themes/octaviusNew2024/cssVars/theme/fallbacks/index.css +1564 -0
- package/themes/octaviusNew2024/cssVars/theme/fallbacks/index.less +1311 -0
- package/themes/octaviusNew2024/cssVars/theme/fallbacks/index.pcss +1304 -0
- package/themes/octaviusNew2024/cssVars/theme/fallbacks/index.scss +1571 -0
- package/themes/octaviusNew2024/cssVars/theme/fallbacks/index.styl +1311 -0
- package/themes/octaviusNew2024/cssVars/theme/index.d.ts +4 -0
- package/themes/octaviusNew2024/cssVars/theme/index.js +6802 -0
- package/themes/octaviusNew2024/cssVars/theme/index.json +6799 -0
- package/themes/octaviusNew2024/docs.json +4745 -0
- package/themes/octaviusNew2024/index.css +1564 -0
- package/themes/octaviusNew2024/index.d.ts +4 -0
- package/themes/octaviusNew2024/index.js +2177 -0
- package/themes/octaviusNew2024/index.json +2174 -0
- package/themes/octaviusNew2024/index.less +1311 -0
- package/themes/octaviusNew2024/index.pcss +1304 -0
- package/themes/octaviusNew2024/index.scss +1571 -0
- package/themes/octaviusNew2024/index.styl +1311 -0
- package/themes/octaviusNew2024/struct.json +2200 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/index.css +2125 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/noColors.css +701 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/noSizes.css +917 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/onlyAdaptiveGroups.css +152 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/onlyColors.css +866 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/onlyMedia.css +408 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/onlyVariables.css +1217 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/onlyVariablesLocal.css +1217 -0
- package/themes/octaviusNew2024Dark/cssVars/declarations/onlyVariablesLocalIncremental.css +1217 -0
- package/themes/octaviusNew2024Dark/cssVars/theme/fallbacks/index.css +1564 -0
- package/themes/octaviusNew2024Dark/cssVars/theme/fallbacks/index.less +1311 -0
- package/themes/octaviusNew2024Dark/cssVars/theme/fallbacks/index.pcss +1304 -0
- package/themes/octaviusNew2024Dark/cssVars/theme/fallbacks/index.scss +1571 -0
- package/themes/octaviusNew2024Dark/cssVars/theme/fallbacks/index.styl +1311 -0
- package/themes/octaviusNew2024Dark/cssVars/theme/index.d.ts +4 -0
- package/themes/octaviusNew2024Dark/cssVars/theme/index.js +6802 -0
- package/themes/octaviusNew2024Dark/cssVars/theme/index.json +6799 -0
- package/themes/octaviusNew2024Dark/docs.json +4745 -0
- package/themes/octaviusNew2024Dark/index.css +1564 -0
- package/themes/octaviusNew2024Dark/index.d.ts +4 -0
- package/themes/octaviusNew2024Dark/index.js +2177 -0
- package/themes/octaviusNew2024Dark/index.json +2174 -0
- package/themes/octaviusNew2024Dark/index.less +1311 -0
- package/themes/octaviusNew2024Dark/index.pcss +1304 -0
- package/themes/octaviusNew2024Dark/index.scss +1571 -0
- package/themes/octaviusNew2024Dark/index.styl +1311 -0
- package/themes/octaviusNew2024Dark/struct.json +2200 -0
- package/themes/vkAccessibility/cssVars/declarations/index.css +947 -0
- package/themes/vkAccessibility/cssVars/declarations/noColors.css +503 -0
- package/themes/vkAccessibility/cssVars/declarations/noSizes.css +346 -0
- package/themes/vkAccessibility/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
- package/themes/vkAccessibility/cssVars/declarations/onlyColors.css +314 -0
- package/themes/vkAccessibility/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/vkAccessibility/cssVars/declarations/onlyColors.js +11 -0
- package/themes/vkAccessibility/cssVars/declarations/onlyVariables.css +537 -0
- package/themes/vkAccessibility/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/vkAccessibility/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/vkAccessibility/cssVars/declarations/onlyVariablesLocal.css +537 -0
- package/themes/vkAccessibility/cssVars/declarations/onlyVariablesLocalIncremental.css +44 -0
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.css +816 -0
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.less +601 -0
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.pcss +602 -0
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.scss +803 -0
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.styl +601 -0
- package/themes/vkAccessibility/cssVars/theme/index.d.ts +4 -0
- package/themes/vkAccessibility/cssVars/theme/index.js +3252 -0
- package/themes/vkAccessibility/cssVars/theme/index.json +3249 -0
- package/themes/vkAccessibility/docs.json +2798 -0
- package/themes/vkAccessibility/index.css +816 -0
- package/themes/vkAccessibility/index.d.ts +4 -0
- package/themes/vkAccessibility/index.js +981 -0
- package/themes/vkAccessibility/index.json +978 -0
- package/themes/vkAccessibility/index.less +601 -0
- package/themes/vkAccessibility/index.pcss +602 -0
- package/themes/vkAccessibility/index.scss +803 -0
- package/themes/vkAccessibility/index.styl +601 -0
- package/themes/vkAccessibility/struct.json +1004 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/index.css +947 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/noColors.css +503 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/noSizes.css +346 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyColors.css +314 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.css +537 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariablesLocal.css +537 -0
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariablesLocalIncremental.css +35 -0
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.css +816 -0
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.less +601 -0
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.pcss +602 -0
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.scss +803 -0
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.styl +601 -0
- package/themes/vkAccessibilityDark/cssVars/theme/index.d.ts +4 -0
- package/themes/vkAccessibilityDark/cssVars/theme/index.js +3252 -0
- package/themes/vkAccessibilityDark/cssVars/theme/index.json +3249 -0
- package/themes/vkAccessibilityDark/docs.json +2798 -0
- package/themes/vkAccessibilityDark/index.css +816 -0
- package/themes/vkAccessibilityDark/index.d.ts +4 -0
- package/themes/vkAccessibilityDark/index.js +981 -0
- package/themes/vkAccessibilityDark/index.json +978 -0
- package/themes/vkAccessibilityDark/index.less +601 -0
- package/themes/vkAccessibilityDark/index.pcss +602 -0
- package/themes/vkAccessibilityDark/index.scss +803 -0
- package/themes/vkAccessibilityDark/index.styl +601 -0
- package/themes/vkAccessibilityDark/struct.json +1004 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/index.css +947 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/noColors.css +503 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/noSizes.css +346 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyColors.css +314 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyColors.js +11 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.css +537 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariablesLocal.css +537 -0
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +56 -0
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.css +816 -0
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.less +601 -0
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.pcss +602 -0
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.scss +803 -0
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.styl +601 -0
- package/themes/vkAccessibilityIOS/cssVars/theme/index.d.ts +4 -0
- package/themes/vkAccessibilityIOS/cssVars/theme/index.js +3252 -0
- package/themes/vkAccessibilityIOS/cssVars/theme/index.json +3249 -0
- package/themes/vkAccessibilityIOS/docs.json +2798 -0
- package/themes/vkAccessibilityIOS/index.css +816 -0
- package/themes/vkAccessibilityIOS/index.d.ts +4 -0
- package/themes/vkAccessibilityIOS/index.js +981 -0
- package/themes/vkAccessibilityIOS/index.json +978 -0
- package/themes/vkAccessibilityIOS/index.less +601 -0
- package/themes/vkAccessibilityIOS/index.pcss +602 -0
- package/themes/vkAccessibilityIOS/index.scss +803 -0
- package/themes/vkAccessibilityIOS/index.styl +601 -0
- package/themes/vkAccessibilityIOS/struct.json +1004 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/index.css +947 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/noColors.css +503 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/noSizes.css +346 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyColors.css +314 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.css +537 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariablesLocal.css +537 -0
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +47 -0
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.css +816 -0
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.less +601 -0
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.pcss +602 -0
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.scss +803 -0
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.styl +601 -0
- package/themes/vkAccessibilityIOSDark/cssVars/theme/index.d.ts +4 -0
- package/themes/vkAccessibilityIOSDark/cssVars/theme/index.js +3252 -0
- package/themes/vkAccessibilityIOSDark/cssVars/theme/index.json +3249 -0
- package/themes/vkAccessibilityIOSDark/docs.json +2798 -0
- package/themes/vkAccessibilityIOSDark/index.css +816 -0
- package/themes/vkAccessibilityIOSDark/index.d.ts +4 -0
- package/themes/vkAccessibilityIOSDark/index.js +981 -0
- package/themes/vkAccessibilityIOSDark/index.json +978 -0
- package/themes/vkAccessibilityIOSDark/index.less +601 -0
- package/themes/vkAccessibilityIOSDark/index.pcss +602 -0
- package/themes/vkAccessibilityIOSDark/index.scss +803 -0
- package/themes/vkAccessibilityIOSDark/index.styl +601 -0
- package/themes/vkAccessibilityIOSDark/struct.json +1004 -0
- package/themes/vkCom/cssVars/declarations/index.css +59 -59
- package/themes/vkCom/cssVars/declarations/noColors.css +59 -59
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +21 -21
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +21 -21
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +81 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +59 -59
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +22 -22
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +22 -22
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +43 -43
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +22 -22
- package/themes/vkCom/cssVars/theme/index.js +21 -21
- package/themes/vkCom/cssVars/theme/index.json +21 -21
- package/themes/vkCom/index.css +59 -59
- package/themes/vkCom/index.js +21 -21
- package/themes/vkCom/index.json +21 -21
- package/themes/vkCom/index.less +22 -22
- package/themes/vkCom/index.pcss +22 -22
- package/themes/vkCom/index.scss +43 -43
- package/themes/vkCom/index.styl +22 -22
- package/themes/vkCom/struct.json +21 -21
- package/themes/vkComDark/cssVars/declarations/index.css +59 -59
- package/themes/vkComDark/cssVars/declarations/noColors.css +59 -59
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +21 -21
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +21 -21
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +81 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +59 -59
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +22 -22
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +22 -22
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +43 -43
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +22 -22
- package/themes/vkComDark/cssVars/theme/index.js +21 -21
- package/themes/vkComDark/cssVars/theme/index.json +21 -21
- package/themes/vkComDark/index.css +59 -59
- package/themes/vkComDark/index.js +21 -21
- package/themes/vkComDark/index.json +21 -21
- package/themes/vkComDark/index.less +22 -22
- package/themes/vkComDark/index.pcss +22 -22
- package/themes/vkComDark/index.scss +43 -43
- package/themes/vkComDark/index.styl +22 -22
- package/themes/vkComDark/struct.json +21 -21
- package/themes/vkIdOk/cssVars/declarations/index.css +39 -39
- package/themes/vkIdOk/cssVars/declarations/noSizes.css +39 -39
- package/themes/vkIdOk/cssVars/declarations/onlyColors.css +39 -39
- package/themes/vkIdOk/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.css +39 -39
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocal.css +39 -39
- package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocalIncremental.css +39 -39
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.css +39 -39
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.less +39 -39
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.pcss +39 -39
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.scss +39 -39
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.styl +39 -39
- package/themes/vkIdOk/cssVars/theme/index.js +39 -39
- package/themes/vkIdOk/cssVars/theme/index.json +39 -39
- package/themes/vkIdOk/index.css +39 -39
- package/themes/vkIdOk/index.js +39 -39
- package/themes/vkIdOk/index.json +39 -39
- package/themes/vkIdOk/index.less +39 -39
- package/themes/vkIdOk/index.pcss +39 -39
- package/themes/vkIdOk/index.scss +39 -39
- package/themes/vkIdOk/index.styl +39 -39
- package/themes/vkIdOk/struct.json +39 -39
- package/themes/vkIdOkDark/cssVars/declarations/index.css +27 -27
- package/themes/vkIdOkDark/cssVars/declarations/noSizes.css +27 -27
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.css +27 -27
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.css +27 -27
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocal.css +27 -27
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocalIncremental.css +27 -27
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.css +27 -27
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.less +27 -27
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.pcss +27 -27
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.scss +27 -27
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.styl +27 -27
- package/themes/vkIdOkDark/cssVars/theme/index.js +27 -27
- package/themes/vkIdOkDark/cssVars/theme/index.json +27 -27
- package/themes/vkIdOkDark/index.css +27 -27
- package/themes/vkIdOkDark/index.js +27 -27
- package/themes/vkIdOkDark/index.json +27 -27
- package/themes/vkIdOkDark/index.less +27 -27
- package/themes/vkIdOkDark/index.pcss +27 -27
- package/themes/vkIdOkDark/index.scss +27 -27
- package/themes/vkIdOkDark/index.styl +27 -27
- package/themes/vkIdOkDark/struct.json +27 -27
- package/themes/vkIdOkIOS/cssVars/declarations/index.css +39 -39
- package/themes/vkIdOkIOS/cssVars/declarations/noSizes.css +39 -39
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.css +39 -39
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.css +39 -39
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocal.css +39 -39
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +39 -3
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.css +39 -39
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.less +39 -39
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.pcss +39 -39
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.scss +39 -39
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.styl +39 -39
- package/themes/vkIdOkIOS/cssVars/theme/index.js +39 -39
- package/themes/vkIdOkIOS/cssVars/theme/index.json +39 -39
- package/themes/vkIdOkIOS/index.css +39 -39
- package/themes/vkIdOkIOS/index.js +39 -39
- package/themes/vkIdOkIOS/index.json +39 -39
- package/themes/vkIdOkIOS/index.less +39 -39
- package/themes/vkIdOkIOS/index.pcss +39 -39
- package/themes/vkIdOkIOS/index.scss +39 -39
- package/themes/vkIdOkIOS/index.styl +39 -39
- package/themes/vkIdOkIOS/struct.json +39 -39
- package/themes/vkIdOkIOSDark/cssVars/declarations/index.css +27 -27
- package/themes/vkIdOkIOSDark/cssVars/declarations/noSizes.css +27 -27
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.css +27 -27
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.css +27 -27
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocal.css +27 -27
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +27 -3
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.css +27 -27
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.less +27 -27
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.pcss +27 -27
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.scss +27 -27
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.styl +27 -27
- package/themes/vkIdOkIOSDark/cssVars/theme/index.js +27 -27
- package/themes/vkIdOkIOSDark/cssVars/theme/index.json +27 -27
- package/themes/vkIdOkIOSDark/index.css +27 -27
- package/themes/vkIdOkIOSDark/index.js +27 -27
- package/themes/vkIdOkIOSDark/index.json +27 -27
- package/themes/vkIdOkIOSDark/index.less +27 -27
- package/themes/vkIdOkIOSDark/index.pcss +27 -27
- package/themes/vkIdOkIOSDark/index.scss +27 -27
- package/themes/vkIdOkIOSDark/index.styl +27 -27
- package/themes/vkIdOkIOSDark/struct.json +27 -27
- package/themes/vkontakteCom/cssVars/declarations/index.css +43 -43
- package/themes/vkontakteCom/cssVars/declarations/noColors.css +43 -43
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +15 -15
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +15 -15
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +43 -43
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +16 -16
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +16 -16
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +31 -31
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +16 -16
- package/themes/vkontakteCom/cssVars/theme/index.js +15 -15
- package/themes/vkontakteCom/cssVars/theme/index.json +15 -15
- package/themes/vkontakteCom/index.css +43 -43
- package/themes/vkontakteCom/index.js +15 -15
- package/themes/vkontakteCom/index.json +15 -15
- package/themes/vkontakteCom/index.less +16 -16
- package/themes/vkontakteCom/index.pcss +16 -16
- package/themes/vkontakteCom/index.scss +31 -31
- package/themes/vkontakteCom/index.styl +16 -16
- package/themes/vkontakteCom/struct.json +15 -15
- package/themes/vkontakteComDark/cssVars/declarations/index.css +43 -43
- package/themes/vkontakteComDark/cssVars/declarations/noColors.css +43 -43
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +15 -15
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +15 -15
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +43 -43
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +16 -16
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +16 -16
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +31 -31
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +16 -16
- package/themes/vkontakteComDark/cssVars/theme/index.js +15 -15
- package/themes/vkontakteComDark/cssVars/theme/index.json +15 -15
- package/themes/vkontakteComDark/index.css +43 -43
- package/themes/vkontakteComDark/index.js +15 -15
- package/themes/vkontakteComDark/index.json +15 -15
- package/themes/vkontakteComDark/index.less +16 -16
- package/themes/vkontakteComDark/index.pcss +16 -16
- package/themes/vkontakteComDark/index.scss +31 -31
- package/themes/vkontakteComDark/index.styl +16 -16
- package/themes/vkontakteComDark/struct.json +15 -15
|
@@ -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,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 @@
|
|
|
1
|
+
export { ThemeVkBase as ThemeVkAccessibility, ThemeVkBaseCssVars as ThemeVkAccessibilityCssVars, ThemeVkBaseDescription as ThemeVkAccessibilityDescription, } from '../vkBase';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ThemeVkBaseDark as ThemeVkAccessibilityDark, ThemeVkBaseDarkCssVars as ThemeVkAccessibilityDarkCssVars, ThemeVkBaseDarkDescription as ThemeVkAccessibilityDarkDescription, } from '../vkBaseDark';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ThemeVkBase as ThemeVkAccessibilityIOS, ThemeVkBaseCssVars as ThemeVkAccessibilityIOSCssVars, ThemeVkBaseDescription as ThemeVkAccessibilityIOSDescription, } from '../vkBase';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ThemeVkBaseDark as ThemeVkAccessibilityIOSDark, ThemeVkBaseDarkCssVars as ThemeVkAccessibilityIOSDarkCssVars, ThemeVkBaseDarkDescription as ThemeVkAccessibilityIOSDarkDescription, } from '../vkBaseDark';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
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",
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"csstype": "^3.1.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@babel/core": "7.24.
|
|
46
|
+
"@babel/core": "7.24.7",
|
|
47
47
|
"@svgr/webpack": "8.1.0",
|
|
48
48
|
"@types/color": "3.0.6",
|
|
49
49
|
"@types/common-tags": "1.8.4",
|
|
50
50
|
"@types/fs-extra": "11.0.4",
|
|
51
|
-
"@types/lodash": "4.17.
|
|
51
|
+
"@types/lodash": "4.17.6",
|
|
52
52
|
"@types/node": "18.11.10",
|
|
53
53
|
"@types/react": "18.3.3",
|
|
54
54
|
"@types/react-dom": "18.3.0",
|
|
55
55
|
"@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.2.0",
|
|
56
|
-
"@vkontakte/icons": "2.
|
|
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.
|
|
60
|
-
"@vkontakte/vkui": "6.
|
|
59
|
+
"@vkontakte/vkjs": "1.2.0",
|
|
60
|
+
"@vkontakte/vkui": "6.2.0",
|
|
61
61
|
"babel-jest": "29.7.0",
|
|
62
62
|
"babel-loader": "9.1.3",
|
|
63
63
|
"clean-webpack-plugin": "4.0.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"type-fest": "4.20.1",
|
|
102
102
|
"typescript": "5.2.2",
|
|
103
103
|
"typescript-eslint": "7.0.1",
|
|
104
|
-
"webpack": "5.
|
|
104
|
+
"webpack": "5.92.1",
|
|
105
105
|
"webpack-cli": "5.1.4",
|
|
106
106
|
"webpack-dev-server": "5.0.4",
|
|
107
107
|
"webpack-notifier": "1.15.0"
|