@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.
- package/interfaces/themes/vkIdOk/index.d.ts +1 -0
- package/interfaces/themes/vkIdOk/index.js +2 -0
- package/interfaces/themes/vkIdOkDark/index.d.ts +1 -0
- package/interfaces/themes/vkIdOkDark/index.js +2 -0
- package/interfaces/themes/vkIdOkIOS/index.d.ts +1 -0
- package/interfaces/themes/vkIdOkIOS/index.js +2 -0
- package/interfaces/themes/vkIdOkIOSDark/index.d.ts +1 -0
- package/interfaces/themes/vkIdOkIOSDark/index.js +2 -0
- package/package.json +1 -1
- package/themes/vkIdOk/cssVars/declarations/index.css +938 -0
- package/themes/vkIdOk/cssVars/declarations/noColors.css +500 -0
- package/themes/vkIdOk/cssVars/declarations/noSizes.css +337 -0
- package/themes/vkIdOk/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
- package/themes/vkIdOk/cssVars/declarations/onlyColors.css +308 -0
- package/themes/vkIdOk/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/vkIdOk/cssVars/declarations/onlyColors.js +11 -0
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.css +528 -0
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocal.css +528 -0
- package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocalIncremental.css +528 -0
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.css +807 -0
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.less +592 -0
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.pcss +593 -0
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.scss +794 -0
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.styl +592 -0
- package/themes/vkIdOk/cssVars/theme/index.d.ts +4 -0
- package/themes/vkIdOk/cssVars/theme/index.js +3212 -0
- package/themes/vkIdOk/cssVars/theme/index.json +3209 -0
- package/themes/vkIdOk/docs.json +2752 -0
- package/themes/vkIdOk/index.css +807 -0
- package/themes/vkIdOk/index.d.ts +4 -0
- package/themes/vkIdOk/index.js +968 -0
- package/themes/vkIdOk/index.json +965 -0
- package/themes/vkIdOk/index.less +592 -0
- package/themes/vkIdOk/index.pcss +593 -0
- package/themes/vkIdOk/index.scss +794 -0
- package/themes/vkIdOk/index.styl +592 -0
- package/themes/vkIdOk/struct.json +991 -0
- package/themes/vkIdOkDark/cssVars/declarations/index.css +939 -0
- package/themes/vkIdOkDark/cssVars/declarations/noColors.css +501 -0
- package/themes/vkIdOkDark/cssVars/declarations/noSizes.css +338 -0
- package/themes/vkIdOkDark/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.css +308 -0
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.css +529 -0
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocal.css +529 -0
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocalIncremental.css +310 -0
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.css +808 -0
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.less +593 -0
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.pcss +594 -0
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.scss +795 -0
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.styl +593 -0
- package/themes/vkIdOkDark/cssVars/theme/index.d.ts +4 -0
- package/themes/vkIdOkDark/cssVars/theme/index.js +3216 -0
- package/themes/vkIdOkDark/cssVars/theme/index.json +3213 -0
- package/themes/vkIdOkDark/docs.json +2752 -0
- package/themes/vkIdOkDark/index.css +808 -0
- package/themes/vkIdOkDark/index.d.ts +4 -0
- package/themes/vkIdOkDark/index.js +969 -0
- package/themes/vkIdOkDark/index.json +966 -0
- package/themes/vkIdOkDark/index.less +593 -0
- package/themes/vkIdOkDark/index.pcss +594 -0
- package/themes/vkIdOkDark/index.scss +795 -0
- package/themes/vkIdOkDark/index.styl +593 -0
- package/themes/vkIdOkDark/struct.json +992 -0
- package/themes/vkIdOkIOS/cssVars/declarations/index.css +939 -0
- package/themes/vkIdOkIOS/cssVars/declarations/noColors.css +501 -0
- package/themes/vkIdOkIOS/cssVars/declarations/noSizes.css +338 -0
- package/themes/vkIdOkIOS/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.css +308 -0
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.js +11 -0
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.css +529 -0
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocal.css +529 -0
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +32 -0
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.css +808 -0
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.less +593 -0
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.pcss +594 -0
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.scss +795 -0
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.styl +593 -0
- package/themes/vkIdOkIOS/cssVars/theme/index.d.ts +4 -0
- package/themes/vkIdOkIOS/cssVars/theme/index.js +3216 -0
- package/themes/vkIdOkIOS/cssVars/theme/index.json +3213 -0
- package/themes/vkIdOkIOS/docs.json +2752 -0
- package/themes/vkIdOkIOS/index.css +808 -0
- package/themes/vkIdOkIOS/index.d.ts +4 -0
- package/themes/vkIdOkIOS/index.js +969 -0
- package/themes/vkIdOkIOS/index.json +966 -0
- package/themes/vkIdOkIOS/index.less +593 -0
- package/themes/vkIdOkIOS/index.pcss +594 -0
- package/themes/vkIdOkIOS/index.scss +795 -0
- package/themes/vkIdOkIOS/index.styl +593 -0
- package/themes/vkIdOkIOS/struct.json +992 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/index.css +939 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/noColors.css +501 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/noSizes.css +338 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.css +308 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.css +529 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocal.css +529 -0
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +32 -0
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.css +808 -0
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.less +593 -0
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.pcss +594 -0
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.scss +795 -0
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.styl +593 -0
- package/themes/vkIdOkIOSDark/cssVars/theme/index.d.ts +4 -0
- package/themes/vkIdOkIOSDark/cssVars/theme/index.js +3216 -0
- package/themes/vkIdOkIOSDark/cssVars/theme/index.json +3213 -0
- package/themes/vkIdOkIOSDark/docs.json +2752 -0
- package/themes/vkIdOkIOSDark/index.css +808 -0
- package/themes/vkIdOkIOSDark/index.d.ts +4 -0
- package/themes/vkIdOkIOSDark/index.js +969 -0
- package/themes/vkIdOkIOSDark/index.json +966 -0
- package/themes/vkIdOkIOSDark/index.less +593 -0
- package/themes/vkIdOkIOSDark/index.pcss +594 -0
- package/themes/vkIdOkIOSDark/index.scss +795 -0
- package/themes/vkIdOkIOSDark/index.styl +593 -0
- 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 @@
|
|
|
1
|
+
export { ThemeVkBaseDark as ThemeVkIdOkDark, ThemeVkBaseDarkCssVars as ThemeVkIdOkDarkCssVars, ThemeVkBaseDarkDescription as ThemeVkIdOkDarkDescription, } from '../vkBaseDark';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ThemeVkBase as ThemeVkIdOkIOS, ThemeVkBaseCssVars as ThemeVkIdOkIOSCssVars, ThemeVkBaseDescription as ThemeVkIdOkIOSDescription, } from '../vkBase';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ThemeVkIdOkIOS as ThemeVkIdOkIOSDark, ThemeVkIdOkIOSCssVars as ThemeVkIdOkIOSDarkCssVars, ThemeVkIdOkIOSDescription as ThemeVkIdOkIOSDarkDescription, } from '../vkIdOkIOS';
|
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",
|