@vkontakte/vkui-tokens 4.32.2-dev-432a84.0 → 4.33.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/calendar/index.d.ts +2 -0
- package/interfaces/themes/vkontakteAndroid/index.d.ts +49 -49
- package/interfaces/themes/workspaceAdmin/index.d.ts +8 -0
- package/interfaces/themes/workspaceAdmin/index.js +2 -0
- package/package.json +5 -5
- package/themes/calendar/cssVars/declarations/index.css +6 -0
- package/themes/calendar/cssVars/declarations/noSizes.css +6 -0
- package/themes/calendar/cssVars/declarations/onlyColors.css +6 -0
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/calendar/cssVars/theme/index.js +28 -0
- package/themes/calendar/cssVars/theme/index.json +28 -0
- package/themes/calendar/docs.json +8 -0
- package/themes/calendar/index.css +6 -0
- package/themes/calendar/index.js +10 -0
- package/themes/calendar/index.json +10 -0
- package/themes/calendar/index.less +6 -0
- package/themes/calendar/index.pcss +6 -0
- package/themes/calendar/index.scss +6 -0
- package/themes/calendar/index.styl +6 -0
- package/themes/calendar/struct.json +10 -0
- package/themes/calendarDark/cssVars/declarations/index.css +6 -0
- package/themes/calendarDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/calendarDark/cssVars/theme/index.js +28 -0
- package/themes/calendarDark/cssVars/theme/index.json +28 -0
- package/themes/calendarDark/docs.json +8 -0
- package/themes/calendarDark/index.css +6 -0
- package/themes/calendarDark/index.js +10 -0
- package/themes/calendarDark/index.json +10 -0
- package/themes/calendarDark/index.less +6 -0
- package/themes/calendarDark/index.pcss +6 -0
- package/themes/calendarDark/index.scss +6 -0
- package/themes/calendarDark/index.styl +6 -0
- package/themes/calendarDark/struct.json +10 -0
- package/themes/vkontakteAndroid/cssVars/declarations/index.css +79 -79
- package/themes/vkontakteAndroid/cssVars/declarations/noColors.css +79 -34
- package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +79 -79
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +45 -45
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +79 -79
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +79 -79
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +79 -79
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +79 -79
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +79 -79
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +79 -79
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +79 -79
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +79 -79
- package/themes/vkontakteAndroid/cssVars/theme/index.js +207 -207
- package/themes/vkontakteAndroid/cssVars/theme/index.json +207 -207
- package/themes/vkontakteAndroid/docs.json +420 -420
- package/themes/vkontakteAndroid/index.css +79 -79
- package/themes/vkontakteAndroid/index.js +49 -49
- package/themes/vkontakteAndroid/index.json +49 -49
- package/themes/vkontakteAndroid/index.less +79 -79
- package/themes/vkontakteAndroid/index.pcss +79 -79
- package/themes/vkontakteAndroid/index.scss +79 -79
- package/themes/vkontakteAndroid/index.styl +79 -79
- package/themes/vkontakteAndroid/struct.json +111 -111
- package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +79 -79
- package/themes/vkontakteAndroidDark/cssVars/declarations/noColors.css +79 -34
- package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +79 -79
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +45 -45
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +79 -79
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +79 -79
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +79 -79
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +79 -79
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +79 -79
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +79 -79
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +79 -79
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +79 -79
- package/themes/vkontakteAndroidDark/cssVars/theme/index.js +207 -207
- package/themes/vkontakteAndroidDark/cssVars/theme/index.json +207 -207
- package/themes/vkontakteAndroidDark/docs.json +420 -420
- package/themes/vkontakteAndroidDark/index.css +79 -79
- package/themes/vkontakteAndroidDark/index.js +49 -49
- package/themes/vkontakteAndroidDark/index.json +49 -49
- package/themes/vkontakteAndroidDark/index.less +79 -79
- package/themes/vkontakteAndroidDark/index.pcss +79 -79
- package/themes/vkontakteAndroidDark/index.scss +79 -79
- package/themes/vkontakteAndroidDark/index.styl +79 -79
- package/themes/vkontakteAndroidDark/struct.json +111 -111
- package/themes/vkontakteCom/cssVars/declarations/index.css +79 -79
- package/themes/vkontakteCom/cssVars/declarations/noColors.css +79 -34
- package/themes/vkontakteCom/cssVars/declarations/noSizes.css +79 -79
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +45 -45
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +79 -79
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +79 -79
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocalIncremental.css +79 -79
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +79 -79
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +79 -79
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +79 -79
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +79 -79
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +79 -79
- package/themes/vkontakteCom/cssVars/theme/index.js +207 -207
- package/themes/vkontakteCom/cssVars/theme/index.json +207 -207
- package/themes/vkontakteCom/docs.json +420 -420
- package/themes/vkontakteCom/index.css +79 -79
- package/themes/vkontakteCom/index.js +49 -49
- package/themes/vkontakteCom/index.json +49 -49
- package/themes/vkontakteCom/index.less +79 -79
- package/themes/vkontakteCom/index.pcss +79 -79
- package/themes/vkontakteCom/index.scss +79 -79
- package/themes/vkontakteCom/index.styl +79 -79
- package/themes/vkontakteCom/struct.json +111 -111
- package/themes/vkontakteComDark/cssVars/declarations/index.css +79 -79
- package/themes/vkontakteComDark/cssVars/declarations/noColors.css +79 -34
- package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +79 -79
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +45 -45
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +79 -79
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +79 -79
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +79 -79
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +79 -79
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +79 -79
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +79 -79
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +79 -79
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +79 -79
- package/themes/vkontakteComDark/cssVars/theme/index.js +207 -207
- package/themes/vkontakteComDark/cssVars/theme/index.json +207 -207
- package/themes/vkontakteComDark/docs.json +420 -420
- package/themes/vkontakteComDark/index.css +79 -79
- package/themes/vkontakteComDark/index.js +49 -49
- package/themes/vkontakteComDark/index.json +49 -49
- package/themes/vkontakteComDark/index.less +79 -79
- package/themes/vkontakteComDark/index.pcss +79 -79
- package/themes/vkontakteComDark/index.scss +79 -79
- package/themes/vkontakteComDark/index.styl +79 -79
- package/themes/vkontakteComDark/struct.json +111 -111
- package/themes/vkontakteIOS/cssVars/declarations/index.css +79 -79
- package/themes/vkontakteIOS/cssVars/declarations/noColors.css +79 -34
- package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +79 -79
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +45 -45
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +79 -79
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +79 -79
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +79 -79
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +79 -79
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +79 -79
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +79 -79
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +79 -79
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +79 -79
- package/themes/vkontakteIOS/cssVars/theme/index.js +207 -207
- package/themes/vkontakteIOS/cssVars/theme/index.json +207 -207
- package/themes/vkontakteIOS/docs.json +420 -420
- package/themes/vkontakteIOS/index.css +79 -79
- package/themes/vkontakteIOS/index.js +49 -49
- package/themes/vkontakteIOS/index.json +49 -49
- package/themes/vkontakteIOS/index.less +79 -79
- package/themes/vkontakteIOS/index.pcss +79 -79
- package/themes/vkontakteIOS/index.scss +79 -79
- package/themes/vkontakteIOS/index.styl +79 -79
- package/themes/vkontakteIOS/struct.json +111 -111
- package/themes/vkontakteIOSDark/cssVars/declarations/index.css +79 -79
- package/themes/vkontakteIOSDark/cssVars/declarations/noColors.css +79 -34
- package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +79 -79
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +45 -45
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +79 -79
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +79 -79
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +79 -79
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +79 -79
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +79 -79
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +79 -79
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +79 -79
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +79 -79
- package/themes/vkontakteIOSDark/cssVars/theme/index.js +207 -207
- package/themes/vkontakteIOSDark/cssVars/theme/index.json +207 -207
- package/themes/vkontakteIOSDark/docs.json +420 -420
- package/themes/vkontakteIOSDark/index.css +79 -79
- package/themes/vkontakteIOSDark/index.js +49 -49
- package/themes/vkontakteIOSDark/index.json +49 -49
- package/themes/vkontakteIOSDark/index.less +79 -79
- package/themes/vkontakteIOSDark/index.pcss +79 -79
- package/themes/vkontakteIOSDark/index.scss +79 -79
- package/themes/vkontakteIOSDark/index.styl +79 -79
- package/themes/vkontakteIOSDark/struct.json +111 -111
- package/themes/workspaceAdmin/cssVars/declarations/index.css +1414 -0
- package/themes/workspaceAdmin/cssVars/declarations/noColors.css +595 -0
- package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +362 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyAdaptiveGroups.css +128 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.css +329 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.js +11 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyMedia.css +362 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +626 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +626 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +626 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +923 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +710 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +703 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +934 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +710 -0
- package/themes/workspaceAdmin/cssVars/theme/index.d.ts +4 -0
- package/themes/workspaceAdmin/cssVars/theme/index.js +3930 -0
- package/themes/workspaceAdmin/cssVars/theme/index.json +3927 -0
- package/themes/workspaceAdmin/docs.json +3682 -0
- package/themes/workspaceAdmin/index.css +923 -0
- package/themes/workspaceAdmin/index.d.ts +4 -0
- package/themes/workspaceAdmin/index.js +1190 -0
- package/themes/workspaceAdmin/index.json +1187 -0
- package/themes/workspaceAdmin/index.less +710 -0
- package/themes/workspaceAdmin/index.pcss +703 -0
- package/themes/workspaceAdmin/index.scss +934 -0
- package/themes/workspaceAdmin/index.styl +710 -0
- package/themes/workspaceAdmin/struct.json +1213 -0
|
@@ -37,6 +37,7 @@ export interface LocalCalendarColorDescriptionStruct {
|
|
|
37
37
|
calendarColorSidebarComposeButtonIcon: ColorDescription;
|
|
38
38
|
calendarColorSidebarComposeButtonText: ColorDescription;
|
|
39
39
|
calendarColorSidebarScrollbar: ColorDescription;
|
|
40
|
+
calendarColorComposeButtonBorderAlpha: ColorDescription;
|
|
40
41
|
calendarColorHeaderBackground: ColorDescription;
|
|
41
42
|
calendarColorHeaderSecondaryAlpha: ColorDescription;
|
|
42
43
|
calendarColorHeaderonSecondary: ColorDescription;
|
|
@@ -56,6 +57,7 @@ export interface LocalCalendarColorDescriptionStruct {
|
|
|
56
57
|
calendarColorTextDateAccent: ColorDescription;
|
|
57
58
|
calendarColorTextTimeline: ColorDescription;
|
|
58
59
|
calendarColorStrokeFieldBorder: ColorDescription;
|
|
60
|
+
calendarColorIconPrimary: ColorDescription;
|
|
59
61
|
}
|
|
60
62
|
export type CalendarLocalColors = {
|
|
61
63
|
[key in keyof LocalCalendarColorDescriptionStruct]: ColorWithStates;
|
|
@@ -8,189 +8,189 @@ export interface VkontakteAndroidGradients {
|
|
|
8
8
|
* @desc Градиент AquamarineBlue
|
|
9
9
|
* @tags gradient
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
vkontakteGradientAquamarineBlue: GradientPoints;
|
|
12
12
|
/**
|
|
13
13
|
* @desc Градиент Blue
|
|
14
14
|
* @tags gradient
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
vkontakteGradientBlue: GradientPoints;
|
|
17
17
|
/**
|
|
18
18
|
* @desc Градиент Candy
|
|
19
19
|
* @tags gradient
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
vkontakteGradientCandy: GradientPoints;
|
|
22
22
|
/**
|
|
23
23
|
* @desc Градиент Crimson
|
|
24
24
|
* @tags gradient
|
|
25
25
|
*/
|
|
26
|
-
|
|
26
|
+
vkontakteGradientCrimson: GradientPoints;
|
|
27
27
|
/**
|
|
28
28
|
* @desc Градиент Disco
|
|
29
29
|
* @tags gradient
|
|
30
30
|
*/
|
|
31
|
-
|
|
31
|
+
vkontakteGradientDisco: GradientPoints;
|
|
32
32
|
/**
|
|
33
33
|
* @desc Градиент Emerald
|
|
34
34
|
* @tags gradient
|
|
35
35
|
*/
|
|
36
|
-
|
|
36
|
+
vkontakteGradientEmerald: GradientPoints;
|
|
37
37
|
/**
|
|
38
38
|
* @desc Градиент Gray
|
|
39
39
|
* @tags gradient
|
|
40
40
|
*/
|
|
41
|
-
|
|
41
|
+
vkontakteGradientGray: GradientPoints;
|
|
42
42
|
/**
|
|
43
43
|
* @desc Градиент Green
|
|
44
44
|
* @tags gradient
|
|
45
45
|
*/
|
|
46
|
-
|
|
46
|
+
vkontakteGradientGreen: GradientPoints;
|
|
47
47
|
/**
|
|
48
48
|
* @desc Градиент Lagoon
|
|
49
49
|
* @tags gradient
|
|
50
50
|
*/
|
|
51
|
-
|
|
51
|
+
vkontakteGradientLagoon: GradientPoints;
|
|
52
52
|
/**
|
|
53
53
|
* @desc Градиент Lavender
|
|
54
54
|
* @tags gradient
|
|
55
55
|
*/
|
|
56
|
-
|
|
56
|
+
vkontakteGradientLavender: GradientPoints;
|
|
57
57
|
/**
|
|
58
58
|
* @desc Градиент Marine
|
|
59
59
|
* @tags gradient
|
|
60
60
|
*/
|
|
61
|
-
|
|
61
|
+
vkontakteGradientMarine: GradientPoints;
|
|
62
62
|
/**
|
|
63
63
|
* @desc Градиент Midnight
|
|
64
64
|
* @tags gradient
|
|
65
65
|
*/
|
|
66
|
-
|
|
66
|
+
vkontakteGradientMidnight: GradientPoints;
|
|
67
67
|
/**
|
|
68
68
|
* @desc Градиент Orange
|
|
69
69
|
* @tags gradient
|
|
70
70
|
*/
|
|
71
|
-
|
|
71
|
+
vkontakteGradientOrange: GradientPoints;
|
|
72
72
|
/**
|
|
73
73
|
* @desc Градиент Pink
|
|
74
74
|
* @tags gradient
|
|
75
75
|
*/
|
|
76
|
-
|
|
76
|
+
vkontakteGradientPink: GradientPoints;
|
|
77
77
|
/**
|
|
78
78
|
* @desc Градиент Purple
|
|
79
79
|
* @tags gradient
|
|
80
80
|
*/
|
|
81
|
-
|
|
81
|
+
vkontakteGradientPurple: GradientPoints;
|
|
82
82
|
/**
|
|
83
83
|
* @desc Градиент RaspberryPink
|
|
84
84
|
* @tags gradient
|
|
85
85
|
*/
|
|
86
|
-
|
|
86
|
+
vkontakteGradientRaspberryPink: GradientPoints;
|
|
87
87
|
/**
|
|
88
88
|
* @desc Градиент Red
|
|
89
89
|
* @tags gradient
|
|
90
90
|
*/
|
|
91
|
-
|
|
91
|
+
vkontakteGradientRed: GradientPoints;
|
|
92
92
|
/**
|
|
93
93
|
* @desc Градиент Retrowave
|
|
94
94
|
* @tags gradient
|
|
95
95
|
*/
|
|
96
|
-
|
|
96
|
+
vkontakteGradientRetrowave: GradientPoints;
|
|
97
97
|
/**
|
|
98
98
|
* @desc Градиент Sunset
|
|
99
99
|
* @tags gradient
|
|
100
100
|
*/
|
|
101
|
-
|
|
101
|
+
vkontakteGradientSunset: GradientPoints;
|
|
102
102
|
/**
|
|
103
103
|
* @desc Градиент Turquoise
|
|
104
104
|
* @tags gradient
|
|
105
105
|
*/
|
|
106
|
-
|
|
106
|
+
vkontakteGradientTurquoise: GradientPoints;
|
|
107
107
|
/**
|
|
108
108
|
* @desc Градиент Twilight
|
|
109
109
|
* @tags gradient
|
|
110
110
|
*/
|
|
111
|
-
|
|
111
|
+
vkontakteGradientTwilight: GradientPoints;
|
|
112
112
|
/**
|
|
113
113
|
* @desc Градиент Unicorn
|
|
114
114
|
* @tags gradient
|
|
115
115
|
*/
|
|
116
|
-
|
|
116
|
+
vkontakteGradientUnicorn: GradientPoints;
|
|
117
117
|
/**
|
|
118
118
|
* @desc Градиент Violet
|
|
119
119
|
* @tags gradient
|
|
120
120
|
*/
|
|
121
|
-
|
|
121
|
+
vkontakteGradientViolet: GradientPoints;
|
|
122
122
|
/**
|
|
123
123
|
* @desc Градиент Yellow
|
|
124
124
|
* @tags gradient
|
|
125
125
|
*/
|
|
126
|
-
|
|
126
|
+
vkontakteGradientYellow: GradientPoints;
|
|
127
127
|
/**
|
|
128
128
|
* @desc Градиент YellowBright
|
|
129
129
|
* @tags gradient
|
|
130
130
|
*/
|
|
131
|
-
|
|
131
|
+
vkontakteGradientYellowBright: GradientPoints;
|
|
132
132
|
/**
|
|
133
133
|
* @desc Градиент HalloweenOrange
|
|
134
134
|
* @tags gradient
|
|
135
135
|
*/
|
|
136
|
-
|
|
136
|
+
vkontakteGradientHalloweenOrange: GradientPoints;
|
|
137
137
|
/**
|
|
138
138
|
* @desc Градиент HalloweenViolet
|
|
139
139
|
* @tags gradient
|
|
140
140
|
*/
|
|
141
|
-
|
|
141
|
+
vkontakteGradientHalloweenViolet: GradientPoints;
|
|
142
142
|
/**
|
|
143
143
|
* @desc Градиент NewYear
|
|
144
144
|
* @tags gradient
|
|
145
145
|
*/
|
|
146
|
-
|
|
146
|
+
vkontakteGradientNewYear: GradientPoints;
|
|
147
147
|
/**
|
|
148
148
|
* @desc Градиент Frost
|
|
149
149
|
* @tags gradient
|
|
150
150
|
*/
|
|
151
|
-
|
|
151
|
+
vkontakteGradientFrost: GradientPoints;
|
|
152
152
|
/**
|
|
153
153
|
* @desc Градиент Valentine
|
|
154
154
|
* @tags gradient
|
|
155
155
|
*/
|
|
156
|
-
|
|
156
|
+
vkontakteGradientValentine: GradientPoints;
|
|
157
157
|
/**
|
|
158
158
|
* @desc Градиент WarmValentine
|
|
159
159
|
* @tags gradient
|
|
160
160
|
*/
|
|
161
|
-
|
|
161
|
+
vkontakteGradientWarmValentine: GradientPoints;
|
|
162
162
|
/**
|
|
163
163
|
* @desc Градиент Sberkot
|
|
164
164
|
* @tags gradient
|
|
165
165
|
*/
|
|
166
|
-
|
|
166
|
+
vkontakteGradientSberkot: GradientPoints;
|
|
167
167
|
/**
|
|
168
168
|
* @desc Градиент Mable
|
|
169
169
|
* @tags gradient
|
|
170
170
|
*/
|
|
171
|
-
|
|
171
|
+
vkontakteGradientMable: GradientPoints;
|
|
172
172
|
/**
|
|
173
173
|
* @desc Градиент WomensDay
|
|
174
174
|
* @tags gradient
|
|
175
175
|
*/
|
|
176
|
-
|
|
176
|
+
vkontakteGradientWomensDay: GradientPoints;
|
|
177
177
|
}
|
|
178
178
|
export interface LocalVkontakteAndroidColorsDescriptionStruct {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
179
|
+
vkontakteColorSnippetBorderAlpha: ColorDescription;
|
|
180
|
+
vkontakteColorModalCardBorderAlpha: ColorDescription;
|
|
181
|
+
vkontakteColorLandingSnippetBorderAlpha: ColorDescription;
|
|
182
|
+
vkontakteColorActionSheetSeparatorAlpha: ColorDescription;
|
|
183
|
+
vkontakteColorInputBorder: ColorDescription;
|
|
184
|
+
vkontakteColorImForwardLineAlpha: ColorDescription;
|
|
185
|
+
vkontakteColorImBubbleBorderAlternateHighlightedAlpha: ColorDescription;
|
|
186
|
+
vkontakteColorImBubbleIncoming: ColorDescription;
|
|
187
|
+
vkontakteColorImBubbleIncomingAlternate: ColorDescription;
|
|
188
|
+
vkontakteColorImBubbleIncomingExpiring: ColorDescription;
|
|
189
|
+
vkontakteColorImBubbleOutgoing: ColorDescription;
|
|
190
|
+
vkontakteColorImBubbleOutgoingExpiringHighlighted: ColorDescription;
|
|
191
|
+
vkontakteColorImBubbleGiftText: ColorDescription;
|
|
192
|
+
vkontakteColorImBubbleGiftTextSecondary: ColorDescription;
|
|
193
|
+
vkontakteColorImTextName: ColorDescription;
|
|
194
194
|
}
|
|
195
195
|
export type VkontakteAndroidLocalColors = {
|
|
196
196
|
[key in keyof LocalVkontakteAndroidColorsDescriptionStruct]: ColorWithStates;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ThemeCssVars } from '../../general';
|
|
2
|
+
import { ParadigmTheme, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
3
|
+
export interface ThemeWorkspaceAdmin extends ParadigmTheme {
|
|
4
|
+
}
|
|
5
|
+
export interface ThemeWorkspaceAdminDescription extends ParadigmThemeDescription {
|
|
6
|
+
}
|
|
7
|
+
export interface ThemeWorkspaceAdminCssVars extends ThemeCssVars<ThemeWorkspaceAdmin, 'breakpoints'> {
|
|
8
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.33.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "utils/descriptions.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"css-loader": "6.7.3",
|
|
60
60
|
"css.escape": "1.5.1",
|
|
61
61
|
"eslint": "7.32.0",
|
|
62
|
-
"eslint-config-prettier": "8.
|
|
62
|
+
"eslint-config-prettier": "8.8.0",
|
|
63
63
|
"eslint-config-silence": "1.0.0",
|
|
64
64
|
"eslint-import-resolver-alias": "1.1.2",
|
|
65
65
|
"eslint-plugin-compat": "4.1.2",
|
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
"eslint-plugin-prettier": "4.2.1",
|
|
69
69
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
70
70
|
"eslint-plugin-sonarjs": "0.19.0",
|
|
71
|
-
"fs-extra": "11.1.
|
|
71
|
+
"fs-extra": "11.1.1",
|
|
72
72
|
"html-webpack-plugin": "5.5.0",
|
|
73
73
|
"jest": "29.4.1",
|
|
74
74
|
"jest-junit": "15.0.0",
|
|
75
75
|
"lodash": "4.17.21",
|
|
76
|
-
"prettier": "2.8.
|
|
76
|
+
"prettier": "2.8.7",
|
|
77
77
|
"react": "18.2.0",
|
|
78
78
|
"react-dom": "18.2.0",
|
|
79
79
|
"rimraf": "4.4.1",
|
|
80
80
|
"style-loader": "3.3.1",
|
|
81
81
|
"terser-webpack-plugin": "5.3.7",
|
|
82
|
-
"ts-jest": "29.0
|
|
82
|
+
"ts-jest": "29.1.0",
|
|
83
83
|
"ts-loader": "9.4.2",
|
|
84
84
|
"ts-morph": "17.0.1",
|
|
85
85
|
"ts-node": "10.9.1",
|
|
@@ -771,6 +771,9 @@
|
|
|
771
771
|
--vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
|
|
772
772
|
--vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
|
|
773
773
|
--vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
|
|
774
|
+
--vkui--calendar_color_compose_button_border_alpha: rgba(0, 16, 61, 0.12);
|
|
775
|
+
--vkui--calendar_color_compose_button_border_alpha--hover: rgba(0, 16, 61, 0.16);
|
|
776
|
+
--vkui--calendar_color_compose_button_border_alpha--active: rgba(0, 16, 61, 0.2);
|
|
774
777
|
--vkui--calendar_color_header_background: #FFFFFF;
|
|
775
778
|
--vkui--calendar_color_header_background--hover: #F5F5F7;
|
|
776
779
|
--vkui--calendar_color_header_background--active: #EBECEF;
|
|
@@ -828,6 +831,9 @@
|
|
|
828
831
|
--vkui--calendar_color_stroke_field_border: #E0E2E8;
|
|
829
832
|
--vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
|
|
830
833
|
--vkui--calendar_color_stroke_field_border--active: #CED1DA;
|
|
834
|
+
--vkui--calendar_color_icon_primary: #2C2D2E;
|
|
835
|
+
--vkui--calendar_color_icon_primary--hover: #2A2C2F;
|
|
836
|
+
--vkui--calendar_color_icon_primary--active: #282B2F;
|
|
831
837
|
}
|
|
832
838
|
|
|
833
839
|
.vkui--font_title1--regular {
|
|
@@ -423,6 +423,9 @@
|
|
|
423
423
|
--vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
|
|
424
424
|
--vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
|
|
425
425
|
--vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
|
|
426
|
+
--vkui--calendar_color_compose_button_border_alpha: rgba(0, 16, 61, 0.12);
|
|
427
|
+
--vkui--calendar_color_compose_button_border_alpha--hover: rgba(0, 16, 61, 0.16);
|
|
428
|
+
--vkui--calendar_color_compose_button_border_alpha--active: rgba(0, 16, 61, 0.2);
|
|
426
429
|
--vkui--calendar_color_header_background: #FFFFFF;
|
|
427
430
|
--vkui--calendar_color_header_background--hover: #F5F5F7;
|
|
428
431
|
--vkui--calendar_color_header_background--active: #EBECEF;
|
|
@@ -480,4 +483,7 @@
|
|
|
480
483
|
--vkui--calendar_color_stroke_field_border: #E0E2E8;
|
|
481
484
|
--vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
|
|
482
485
|
--vkui--calendar_color_stroke_field_border--active: #CED1DA;
|
|
486
|
+
--vkui--calendar_color_icon_primary: #2C2D2E;
|
|
487
|
+
--vkui--calendar_color_icon_primary--hover: #2A2C2F;
|
|
488
|
+
--vkui--calendar_color_icon_primary--active: #282B2F;
|
|
483
489
|
}
|
|
@@ -386,6 +386,9 @@
|
|
|
386
386
|
--vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
|
|
387
387
|
--vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
|
|
388
388
|
--vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
|
|
389
|
+
--vkui--calendar_color_compose_button_border_alpha: rgba(0, 16, 61, 0.12);
|
|
390
|
+
--vkui--calendar_color_compose_button_border_alpha--hover: rgba(0, 16, 61, 0.16);
|
|
391
|
+
--vkui--calendar_color_compose_button_border_alpha--active: rgba(0, 16, 61, 0.2);
|
|
389
392
|
--vkui--calendar_color_header_background: #FFFFFF;
|
|
390
393
|
--vkui--calendar_color_header_background--hover: #F5F5F7;
|
|
391
394
|
--vkui--calendar_color_header_background--active: #EBECEF;
|
|
@@ -443,4 +446,7 @@
|
|
|
443
446
|
--vkui--calendar_color_stroke_field_border: #E0E2E8;
|
|
444
447
|
--vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
|
|
445
448
|
--vkui--calendar_color_stroke_field_border--active: #CED1DA;
|
|
449
|
+
--vkui--calendar_color_icon_primary: #2C2D2E;
|
|
450
|
+
--vkui--calendar_color_icon_primary--hover: #2A2C2F;
|
|
451
|
+
--vkui--calendar_color_icon_primary--active: #282B2F;
|
|
446
452
|
}
|