@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.
- 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/package.json +1 -1
- 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
|
@@ -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
|
+
}
|
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",
|