@vkontakte/vkui-tokens 4.56.3 → 4.58.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/legoAndroid/index.d.ts +16 -0
- package/interfaces/themes/legoAndroid/index.js +2 -0
- package/interfaces/themes/legoAndroidDark/index.d.ts +1 -0
- package/interfaces/themes/legoAndroidDark/index.js +2 -0
- package/interfaces/themes/legoIOS/index.d.ts +16 -0
- package/interfaces/themes/legoIOS/index.js +2 -0
- package/interfaces/themes/legoIOSDark/index.d.ts +1 -0
- package/interfaces/themes/legoIOSDark/index.js +2 -0
- package/interfaces/themes/vkontakteAndroid/index.d.ts +12 -3
- package/interfaces/themes/vkontakteIOS/index.d.ts +1 -4
- package/interfaces/themes/vkontakteIOSDark/index.d.ts +1 -4
- package/package.json +1 -1
- package/themes/legoAndroid/cssVars/declarations/index.css +1311 -0
- package/themes/legoAndroid/cssVars/declarations/noColors.css +831 -0
- package/themes/legoAndroid/cssVars/declarations/noSizes.css +650 -0
- package/themes/legoAndroid/cssVars/declarations/onlyAdaptiveGroups.css +142 -0
- package/themes/legoAndroid/cssVars/declarations/onlyColors.css +584 -0
- package/themes/legoAndroid/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/legoAndroid/cssVars/declarations/onlyColors.js +11 -0
- package/themes/legoAndroid/cssVars/declarations/onlyVariables.css +857 -0
- package/themes/legoAndroid/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/legoAndroid/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocal.css +857 -0
- package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +190 -0
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.css +1168 -0
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.less +921 -0
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.pcss +922 -0
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.scss +1143 -0
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.styl +921 -0
- package/themes/legoAndroid/cssVars/theme/index.d.ts +4 -0
- package/themes/legoAndroid/cssVars/theme/index.js +4760 -0
- package/themes/legoAndroid/cssVars/theme/index.json +4757 -0
- package/themes/legoAndroid/docs.json +3590 -0
- package/themes/legoAndroid/index.css +1168 -0
- package/themes/legoAndroid/index.d.ts +4 -0
- package/themes/legoAndroid/index.js +1481 -0
- package/themes/legoAndroid/index.json +1478 -0
- package/themes/legoAndroid/index.less +921 -0
- package/themes/legoAndroid/index.pcss +922 -0
- package/themes/legoAndroid/index.scss +1143 -0
- package/themes/legoAndroid/index.styl +921 -0
- package/themes/legoAndroid/struct.json +1640 -0
- package/themes/legoAndroidDark/cssVars/declarations/index.css +1311 -0
- package/themes/legoAndroidDark/cssVars/declarations/noColors.css +831 -0
- package/themes/legoAndroidDark/cssVars/declarations/noSizes.css +650 -0
- package/themes/legoAndroidDark/cssVars/declarations/onlyAdaptiveGroups.css +142 -0
- package/themes/legoAndroidDark/cssVars/declarations/onlyColors.css +584 -0
- package/themes/legoAndroidDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/legoAndroidDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.css +857 -0
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocal.css +857 -0
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +202 -0
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.css +1168 -0
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.less +921 -0
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.pcss +922 -0
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.scss +1143 -0
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.styl +921 -0
- package/themes/legoAndroidDark/cssVars/theme/index.d.ts +4 -0
- package/themes/legoAndroidDark/cssVars/theme/index.js +4760 -0
- package/themes/legoAndroidDark/cssVars/theme/index.json +4757 -0
- package/themes/legoAndroidDark/docs.json +3590 -0
- package/themes/legoAndroidDark/index.css +1168 -0
- package/themes/legoAndroidDark/index.d.ts +4 -0
- package/themes/legoAndroidDark/index.js +1481 -0
- package/themes/legoAndroidDark/index.json +1478 -0
- package/themes/legoAndroidDark/index.less +921 -0
- package/themes/legoAndroidDark/index.pcss +922 -0
- package/themes/legoAndroidDark/index.scss +1143 -0
- package/themes/legoAndroidDark/index.styl +921 -0
- package/themes/legoAndroidDark/struct.json +1640 -0
- package/themes/legoIOS/cssVars/declarations/index.css +971 -0
- package/themes/legoIOS/cssVars/declarations/noColors.css +503 -0
- package/themes/legoIOS/cssVars/declarations/noSizes.css +370 -0
- package/themes/legoIOS/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
- package/themes/legoIOS/cssVars/declarations/onlyColors.css +338 -0
- package/themes/legoIOS/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/legoIOS/cssVars/declarations/onlyColors.js +11 -0
- package/themes/legoIOS/cssVars/declarations/onlyVariables.css +561 -0
- package/themes/legoIOS/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/legoIOS/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/legoIOS/cssVars/declarations/onlyVariablesLocal.css +561 -0
- package/themes/legoIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +189 -0
- package/themes/legoIOS/cssVars/theme/fallbacks/index.css +840 -0
- package/themes/legoIOS/cssVars/theme/fallbacks/index.less +625 -0
- package/themes/legoIOS/cssVars/theme/fallbacks/index.pcss +626 -0
- package/themes/legoIOS/cssVars/theme/fallbacks/index.scss +827 -0
- package/themes/legoIOS/cssVars/theme/fallbacks/index.styl +625 -0
- package/themes/legoIOS/cssVars/theme/index.d.ts +4 -0
- package/themes/legoIOS/cssVars/theme/index.js +3364 -0
- package/themes/legoIOS/cssVars/theme/index.json +3361 -0
- package/themes/legoIOS/docs.json +2888 -0
- package/themes/legoIOS/index.css +840 -0
- package/themes/legoIOS/index.d.ts +4 -0
- package/themes/legoIOS/index.js +1021 -0
- package/themes/legoIOS/index.json +1018 -0
- package/themes/legoIOS/index.less +625 -0
- package/themes/legoIOS/index.pcss +626 -0
- package/themes/legoIOS/index.scss +827 -0
- package/themes/legoIOS/index.styl +625 -0
- package/themes/legoIOS/struct.json +1168 -0
- package/themes/legoIOSDark/cssVars/declarations/index.css +971 -0
- package/themes/legoIOSDark/cssVars/declarations/noColors.css +503 -0
- package/themes/legoIOSDark/cssVars/declarations/noSizes.css +370 -0
- package/themes/legoIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +130 -0
- package/themes/legoIOSDark/cssVars/declarations/onlyColors.css +338 -0
- package/themes/legoIOSDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/legoIOSDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/legoIOSDark/cssVars/declarations/onlyVariables.css +561 -0
- package/themes/legoIOSDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/legoIOSDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocal.css +561 -0
- package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +200 -0
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.css +840 -0
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.less +625 -0
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.pcss +626 -0
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.scss +827 -0
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.styl +625 -0
- package/themes/legoIOSDark/cssVars/theme/index.d.ts +4 -0
- package/themes/legoIOSDark/cssVars/theme/index.js +3364 -0
- package/themes/legoIOSDark/cssVars/theme/index.json +3361 -0
- package/themes/legoIOSDark/docs.json +2888 -0
- package/themes/legoIOSDark/index.css +840 -0
- package/themes/legoIOSDark/index.d.ts +4 -0
- package/themes/legoIOSDark/index.js +1021 -0
- package/themes/legoIOSDark/index.json +1018 -0
- package/themes/legoIOSDark/index.less +625 -0
- package/themes/legoIOSDark/index.pcss +626 -0
- package/themes/legoIOSDark/index.scss +827 -0
- package/themes/legoIOSDark/index.styl +625 -0
- package/themes/legoIOSDark/struct.json +1168 -0
- package/themes/vkontakteAndroid/cssVars/declarations/index.css +27 -0
- package/themes/vkontakteAndroid/cssVars/declarations/noColors.css +27 -0
- package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +27 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +27 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +27 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +27 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +27 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +27 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +27 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +27 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +27 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +27 -0
- package/themes/vkontakteAndroid/cssVars/theme/index.js +126 -0
- package/themes/vkontakteAndroid/cssVars/theme/index.json +126 -0
- package/themes/vkontakteAndroid/docs.json +36 -0
- package/themes/vkontakteAndroid/index.css +27 -0
- package/themes/vkontakteAndroid/index.js +45 -0
- package/themes/vkontakteAndroid/index.json +45 -0
- package/themes/vkontakteAndroid/index.less +27 -0
- package/themes/vkontakteAndroid/index.pcss +27 -0
- package/themes/vkontakteAndroid/index.scss +27 -0
- package/themes/vkontakteAndroid/index.styl +27 -0
- package/themes/vkontakteAndroid/struct.json +45 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +27 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/noColors.css +27 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +27 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +27 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +27 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +27 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +27 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +27 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +27 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +27 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +27 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +27 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/index.js +126 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/index.json +126 -0
- package/themes/vkontakteAndroidDark/docs.json +36 -0
- package/themes/vkontakteAndroidDark/index.css +27 -0
- package/themes/vkontakteAndroidDark/index.js +45 -0
- package/themes/vkontakteAndroidDark/index.json +45 -0
- package/themes/vkontakteAndroidDark/index.less +27 -0
- package/themes/vkontakteAndroidDark/index.pcss +27 -0
- package/themes/vkontakteAndroidDark/index.scss +27 -0
- package/themes/vkontakteAndroidDark/index.styl +27 -0
- package/themes/vkontakteAndroidDark/struct.json +45 -0
- package/themes/vkontakteCom/cssVars/declarations/index.css +27 -0
- package/themes/vkontakteCom/cssVars/declarations/noColors.css +27 -0
- package/themes/vkontakteCom/cssVars/declarations/noSizes.css +27 -0
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +27 -0
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +27 -0
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +27 -0
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocalIncremental.css +27 -0
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +27 -0
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +27 -0
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +27 -0
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +27 -0
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +27 -0
- package/themes/vkontakteCom/cssVars/theme/index.js +126 -0
- package/themes/vkontakteCom/cssVars/theme/index.json +126 -0
- package/themes/vkontakteCom/docs.json +36 -0
- package/themes/vkontakteCom/index.css +27 -0
- package/themes/vkontakteCom/index.js +45 -0
- package/themes/vkontakteCom/index.json +45 -0
- package/themes/vkontakteCom/index.less +27 -0
- package/themes/vkontakteCom/index.pcss +27 -0
- package/themes/vkontakteCom/index.scss +27 -0
- package/themes/vkontakteCom/index.styl +27 -0
- package/themes/vkontakteCom/struct.json +45 -0
- package/themes/vkontakteComDark/cssVars/declarations/index.css +27 -0
- package/themes/vkontakteComDark/cssVars/declarations/noColors.css +27 -0
- package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +27 -0
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +27 -0
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +27 -0
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +27 -0
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +27 -0
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +27 -0
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +27 -0
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +27 -0
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +27 -0
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +27 -0
- package/themes/vkontakteComDark/cssVars/theme/index.js +126 -0
- package/themes/vkontakteComDark/cssVars/theme/index.json +126 -0
- package/themes/vkontakteComDark/docs.json +36 -0
- package/themes/vkontakteComDark/index.css +27 -0
- package/themes/vkontakteComDark/index.js +45 -0
- package/themes/vkontakteComDark/index.json +45 -0
- package/themes/vkontakteComDark/index.less +27 -0
- package/themes/vkontakteComDark/index.pcss +27 -0
- package/themes/vkontakteComDark/index.scss +27 -0
- package/themes/vkontakteComDark/index.styl +27 -0
- package/themes/vkontakteComDark/struct.json +45 -0
- package/themes/vkontakteIOS/cssVars/declarations/index.css +27 -0
- package/themes/vkontakteIOS/cssVars/declarations/noColors.css +27 -0
- package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +27 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +27 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +27 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +27 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +27 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +27 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +27 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +27 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +27 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +27 -0
- package/themes/vkontakteIOS/cssVars/theme/index.js +126 -0
- package/themes/vkontakteIOS/cssVars/theme/index.json +126 -0
- package/themes/vkontakteIOS/docs.json +36 -0
- package/themes/vkontakteIOS/index.css +27 -0
- package/themes/vkontakteIOS/index.js +45 -0
- package/themes/vkontakteIOS/index.json +45 -0
- package/themes/vkontakteIOS/index.less +27 -0
- package/themes/vkontakteIOS/index.pcss +27 -0
- package/themes/vkontakteIOS/index.scss +27 -0
- package/themes/vkontakteIOS/index.styl +27 -0
- package/themes/vkontakteIOS/struct.json +45 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/index.css +27 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/noColors.css +27 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +27 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +27 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +27 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +27 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +27 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +27 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +27 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +27 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +27 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +27 -0
- package/themes/vkontakteIOSDark/cssVars/theme/index.js +126 -0
- package/themes/vkontakteIOSDark/cssVars/theme/index.json +126 -0
- package/themes/vkontakteIOSDark/docs.json +36 -0
- package/themes/vkontakteIOSDark/index.css +27 -0
- package/themes/vkontakteIOSDark/index.js +45 -0
- package/themes/vkontakteIOSDark/index.json +45 -0
- package/themes/vkontakteIOSDark/index.less +27 -0
- package/themes/vkontakteIOSDark/index.pcss +27 -0
- package/themes/vkontakteIOSDark/index.scss +27 -0
- package/themes/vkontakteIOSDark/index.styl +27 -0
- package/themes/vkontakteIOSDark/struct.json +45 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ThemeCssVars } from '../../general';
|
|
2
|
+
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
3
|
+
import { LocalVkontakteAndroidColorsDescriptionStruct, ThemeVkontakteAndroid, ThemeVkontakteAndroidDescription } from '../vkontakteAndroid';
|
|
4
|
+
export interface LocalLegoAndroidColorsDescriptionStruct {
|
|
5
|
+
colorStrokePrimary: ColorDescription;
|
|
6
|
+
}
|
|
7
|
+
export type LegoAndroidLocalColors = {
|
|
8
|
+
[key in keyof LocalLegoAndroidColorsDescriptionStruct]: ColorWithStates;
|
|
9
|
+
};
|
|
10
|
+
export interface ThemeLegoAndroid extends ThemeVkontakteAndroid, LegoAndroidLocalColors {
|
|
11
|
+
}
|
|
12
|
+
export interface ThemeLegoAndroidDescription extends ThemeVkontakteAndroidDescription {
|
|
13
|
+
colors: LocalLegoAndroidColorsDescriptionStruct & LocalVkontakteAndroidColorsDescriptionStruct & ColorsDescriptionStruct;
|
|
14
|
+
}
|
|
15
|
+
export interface ThemeLegoAndroidCssVars extends ThemeCssVars<ThemeLegoAndroid> {
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ThemeLegoAndroid as ThemeLegoAndroidDark, ThemeLegoAndroidCssVars as ThemeLegoAndroidDarkCssVars, ThemeLegoAndroidDescription as ThemeLegoAndroidDarkDescription, } from '../legoAndroid';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ThemeCssVars } from '../../general';
|
|
2
|
+
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
3
|
+
import { ThemeVkIOS, ThemeVkIOSDescription } from '../vkIOS';
|
|
4
|
+
export interface LocalLegoIOSColorsDescriptionStruct {
|
|
5
|
+
colorStrokePrimary: ColorDescription;
|
|
6
|
+
}
|
|
7
|
+
export type LegoIOSLocalColors = {
|
|
8
|
+
[key in keyof LocalLegoIOSColorsDescriptionStruct]: ColorWithStates;
|
|
9
|
+
};
|
|
10
|
+
export interface ThemeLegoIOS extends ThemeVkIOS, LegoIOSLocalColors {
|
|
11
|
+
}
|
|
12
|
+
export interface ThemeLegoIOSDescription extends ThemeVkIOSDescription {
|
|
13
|
+
colors: LocalLegoIOSColorsDescriptionStruct & ColorsDescriptionStruct;
|
|
14
|
+
}
|
|
15
|
+
export interface ThemeLegoIOSCssVars extends ThemeCssVars<ThemeLegoIOS> {
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ThemeLegoIOS as ThemeLegoIOSDark, ThemeLegoIOSCssVars as ThemeLegoIOSDarkCssVars, ThemeLegoIOSDescription as ThemeLegoIOSDarkDescription, } from '../legoIOS';
|
|
@@ -237,15 +237,24 @@ export interface LocalVkontakteAndroidColorsDescriptionStruct {
|
|
|
237
237
|
vkontakteColorImBubbleOutgoingExpiringHighlighted: ColorDescription;
|
|
238
238
|
vkontakteColorImBubbleGiftText: ColorDescription;
|
|
239
239
|
vkontakteColorImBubbleGiftTextSecondary: ColorDescription;
|
|
240
|
+
vkontakteImBubbleIncomingAlternateHighlighted: ColorDescription;
|
|
241
|
+
vkontakteImBubbleIncomingExpiringHighlighted: ColorDescription;
|
|
242
|
+
vkontakteImBubbleOutgoingHighlighted: ColorDescription;
|
|
243
|
+
vkontakteImBubbleButtonBackground: ColorDescription;
|
|
244
|
+
vkontakteImBubbleButtonBackgroundHighlighted: ColorDescription;
|
|
245
|
+
vkontakteImBubbleMableOutgoing: ColorDescription;
|
|
246
|
+
vkontakteImBubbleMableOutgoingExpiringHighlighted: ColorDescription;
|
|
247
|
+
vkontakteImBubbleMableOutgoingHighlighted: ColorDescription;
|
|
248
|
+
vkontakteImBubbleMableWallpaperOutgoing: ColorDescription;
|
|
249
|
+
vkontakteImBubbleMableWallpaperOutgoingHighlighted: ColorDescription;
|
|
250
|
+
vkontakteImBubbleWallpaperButtonForeground: ColorDescription;
|
|
251
|
+
vkontakteImServiceMessageText: ColorDescription;
|
|
240
252
|
vkontakteColorImTextName: ColorDescription;
|
|
241
253
|
vkontakteButtonMutedBackground: ColorDescription;
|
|
242
254
|
vkontakteButtonTertiaryBackground: ColorDescription;
|
|
243
255
|
vkontakteButtonTertiaryForeground: ColorDescription;
|
|
244
256
|
vkontakteFloatButtonForeground: ColorDescription;
|
|
245
257
|
vkontakteLandingBackground: ColorDescription;
|
|
246
|
-
vkontakteImBubbleIncomingAlternateHighlighted: ColorDescription;
|
|
247
|
-
vkontakteImBubbleIncomingExpiringHighlighted: ColorDescription;
|
|
248
|
-
vkontakteImBubbleOutgoingHighlighted: ColorDescription;
|
|
249
258
|
vkontakteLandingSecondaryButtonBackground: ColorDescription;
|
|
250
259
|
vkontakteStoriesSkeletonLoaderBackground: ColorDescription;
|
|
251
260
|
vkontaktePaletteBlack: ColorDescription;
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export type ThemeVkontakteIOS = ThemeVkontakteAndroid;
|
|
3
|
-
export type ThemeVkontakteIOSDescription = ThemeVkontakteAndroidDescription;
|
|
4
|
-
export type ThemeVkontakteIOSCssVars = ThemeVkontakteAndroidCssVars;
|
|
1
|
+
export { ThemeVkontakteAndroid as ThemeVkontakteIOS, ThemeVkontakteAndroidCssVars as ThemeVkontakteIOSCssVars, ThemeVkontakteAndroidDescription as ThemeVkontakteIOSDescription, } from '../vkontakteAndroid';
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export type ThemeVkontakteIOSDark = ThemeVkontakteIOS;
|
|
3
|
-
export type ThemeVkontakteIOSDarkDescription = ThemeVkontakteIOSDescription;
|
|
4
|
-
export type ThemeVkontakteIOSDarkCssVars = ThemeVkontakteIOSCssVars;
|
|
1
|
+
export { ThemeVkontakteIOS as ThemeVkontakteIOSDark, ThemeVkontakteIOSCssVars as ThemeVkontakteIOSDarkCssVars, ThemeVkontakteIOSDescription as ThemeVkontakteIOSDarkDescription, } from '../vkontakteIOS';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.58.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://vkcom.github.io/vkui-tokens",
|