@vkontakte/vkui-tokens 4.3.0 → 4.3.2-dev-145c49.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 +4 -7
- package/package.json +1 -1
- package/themeDescriptions/base/vk.js +2 -2
- package/themes/calendar/cssVars/declarations/index.css +835 -454
- package/themes/calendar/cssVars/declarations/noColors.css +409 -241
- package/themes/calendar/cssVars/declarations/noSizes.css +10 -7
- package/themes/calendar/cssVars/declarations/onlyAdaptiveGroups.css +26 -51
- package/themes/calendar/cssVars/declarations/onlyColors.css +6 -3
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyMedia.css +387 -152
- package/themes/calendar/cssVars/declarations/onlyVariables.css +137 -88
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +137 -88
- package/themes/calendar/cssVars/theme/fallbacks/index.css +434 -263
- package/themes/calendar/cssVars/theme/fallbacks/index.less +183 -108
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +183 -108
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +478 -234
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +183 -108
- package/themes/calendar/cssVars/theme/index.js +529 -393
- package/themes/calendar/cssVars/theme/index.json +529 -393
- package/themes/calendar/index.css +415 -244
- package/themes/calendar/index.js +180 -115
- package/themes/calendar/index.json +180 -115
- package/themes/calendar/index.less +156 -81
- package/themes/calendar/index.pcss +156 -81
- package/themes/calendar/index.scss +412 -168
- package/themes/calendar/index.styl +156 -81
- package/themes/calendarDark/cssVars/declarations/index.css +835 -454
- package/themes/calendarDark/cssVars/declarations/noColors.css +409 -241
- package/themes/calendarDark/cssVars/declarations/noSizes.css +10 -7
- package/themes/calendarDark/cssVars/declarations/onlyAdaptiveGroups.css +26 -51
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyMedia.css +387 -152
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +137 -88
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +137 -88
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +434 -263
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +183 -108
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +183 -108
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +478 -234
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +183 -108
- package/themes/calendarDark/cssVars/theme/index.js +529 -393
- package/themes/calendarDark/cssVars/theme/index.json +529 -393
- package/themes/calendarDark/index.css +415 -244
- package/themes/calendarDark/index.js +180 -115
- package/themes/calendarDark/index.json +180 -115
- package/themes/calendarDark/index.less +156 -81
- package/themes/calendarDark/index.pcss +156 -81
- package/themes/calendarDark/index.scss +412 -168
- package/themes/calendarDark/index.styl +156 -81
- package/themes/vkBase/cssVars/declarations/index.css +1 -1
- package/themes/vkBase/cssVars/declarations/noColors.css +1 -1
- package/themes/vkBase/cssVars/declarations/noSizes.css +1 -1
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +1 -1
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +1 -1
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +1 -1
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +1 -1
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +1 -1
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +1 -1
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +1 -1
- package/themes/vkBase/cssVars/theme/index.js +1 -1
- package/themes/vkBase/cssVars/theme/index.json +1 -1
- package/themes/vkBase/index.css +1 -1
- package/themes/vkBase/index.js +1 -1
- package/themes/vkBase/index.json +1 -1
- package/themes/vkBase/index.less +1 -1
- package/themes/vkBase/index.pcss +1 -1
- package/themes/vkBase/index.scss +1 -1
- package/themes/vkBase/index.styl +1 -1
- package/themes/vkBaseDark/cssVars/declarations/index.css +1 -1
- package/themes/vkBaseDark/cssVars/declarations/noColors.css +1 -1
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +1 -1
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +1 -1
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +1 -1
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +1 -1
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +1 -1
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +1 -1
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +1 -1
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +1 -1
- package/themes/vkBaseDark/cssVars/theme/index.js +1 -1
- package/themes/vkBaseDark/cssVars/theme/index.json +1 -1
- package/themes/vkBaseDark/index.css +1 -1
- package/themes/vkBaseDark/index.js +1 -1
- package/themes/vkBaseDark/index.json +1 -1
- package/themes/vkBaseDark/index.less +1 -1
- package/themes/vkBaseDark/index.pcss +1 -1
- package/themes/vkBaseDark/index.scss +1 -1
- package/themes/vkBaseDark/index.styl +1 -1
- package/themes/vkCom/cssVars/declarations/index.css +1 -1
- package/themes/vkCom/cssVars/declarations/noColors.css +1 -1
- package/themes/vkCom/cssVars/declarations/noSizes.css +1 -1
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +1 -1
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +1 -1
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +1 -1
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +1 -1
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +1 -1
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +1 -1
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +1 -1
- package/themes/vkCom/cssVars/theme/index.js +1 -1
- package/themes/vkCom/cssVars/theme/index.json +1 -1
- package/themes/vkCom/index.css +1 -1
- package/themes/vkCom/index.js +1 -1
- package/themes/vkCom/index.json +1 -1
- package/themes/vkCom/index.less +1 -1
- package/themes/vkCom/index.pcss +1 -1
- package/themes/vkCom/index.scss +1 -1
- package/themes/vkCom/index.styl +1 -1
- package/themes/vkComDark/cssVars/declarations/index.css +1 -1
- package/themes/vkComDark/cssVars/declarations/noColors.css +1 -1
- package/themes/vkComDark/cssVars/declarations/noSizes.css +1 -1
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +1 -1
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +1 -1
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +1 -1
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +1 -1
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +1 -1
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +1 -1
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +1 -1
- package/themes/vkComDark/cssVars/theme/index.js +1 -1
- package/themes/vkComDark/cssVars/theme/index.json +1 -1
- package/themes/vkComDark/index.css +1 -1
- package/themes/vkComDark/index.js +1 -1
- package/themes/vkComDark/index.json +1 -1
- package/themes/vkComDark/index.less +1 -1
- package/themes/vkComDark/index.pcss +1 -1
- package/themes/vkComDark/index.scss +1 -1
- package/themes/vkComDark/index.styl +1 -1
- package/themes/vkIOS/cssVars/declarations/index.css +1 -1
- package/themes/vkIOS/cssVars/declarations/noColors.css +1 -1
- package/themes/vkIOS/cssVars/declarations/noSizes.css +1 -1
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +1 -1
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +1 -1
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +1 -1
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +1 -1
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +1 -1
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +1 -1
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +1 -1
- package/themes/vkIOS/cssVars/theme/index.js +1 -1
- package/themes/vkIOS/cssVars/theme/index.json +1 -1
- package/themes/vkIOS/index.css +1 -1
- package/themes/vkIOS/index.js +1 -1
- package/themes/vkIOS/index.json +1 -1
- package/themes/vkIOS/index.less +1 -1
- package/themes/vkIOS/index.pcss +1 -1
- package/themes/vkIOS/index.scss +1 -1
- package/themes/vkIOS/index.styl +1 -1
- package/themes/vkIOSDark/cssVars/declarations/index.css +1 -1
- package/themes/vkIOSDark/cssVars/declarations/noColors.css +1 -1
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +1 -1
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +1 -1
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +1 -1
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +1 -1
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +1 -1
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +1 -1
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +1 -1
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +1 -1
- package/themes/vkIOSDark/cssVars/theme/index.js +1 -1
- package/themes/vkIOSDark/cssVars/theme/index.json +1 -1
- package/themes/vkIOSDark/index.css +1 -1
- package/themes/vkIOSDark/index.js +1 -1
- package/themes/vkIOSDark/index.json +1 -1
- package/themes/vkIOSDark/index.less +1 -1
- package/themes/vkIOSDark/index.pcss +1 -1
- package/themes/vkIOSDark/index.scss +1 -1
- package/themes/vkIOSDark/index.styl +1 -1
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
import { ThemeCssVars } from '../../general';
|
|
2
|
-
import { ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
2
|
+
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
3
3
|
import { Adaptive } from '../../general/tools';
|
|
4
4
|
import { Font } from '../../general/typography';
|
|
5
5
|
import { LocalParadigmColorsDescriptionStruct } from '../../namespaces/paradigm';
|
|
6
6
|
import { ThemeParadigmBase, ThemeParadigmBaseDescription } from '../paradigmBase';
|
|
7
7
|
export interface ThemeCalendarOverValues {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
fontEventXS: Adaptive<Font>;
|
|
11
|
-
fontTime: Adaptive<Font>;
|
|
12
|
-
fontBodyIOS: Adaptive<Font>;
|
|
13
|
-
fontBodyAndroid: Adaptive<Font>;
|
|
8
|
+
calendarFontTextEvent: Adaptive<Font>;
|
|
9
|
+
calendarFontTextEventSmall: Adaptive<Font>;
|
|
14
10
|
}
|
|
15
11
|
export interface LocalCalendarColorDescriptionStruct {
|
|
12
|
+
calendarColorBackgroundAccentTintThemedAlpha: ColorDescription;
|
|
16
13
|
}
|
|
17
14
|
export declare type CalendarLocalColors = {
|
|
18
15
|
[key in keyof LocalCalendarColorDescriptionStruct]: ColorWithStates;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.3.0",
|
|
3
|
+
"version": "4.3.2-dev-145c49.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "utils/descriptions.js",
|
|
@@ -445,7 +445,7 @@ exports.lightTheme = __assign(__assign({ themeName: 'vkBase', themeNameBase: 'vk
|
|
|
445
445
|
regular: 16,
|
|
446
446
|
},
|
|
447
447
|
// Прочие отступы
|
|
448
|
-
elevation1: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)', elevation2: '0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)', elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.
|
|
448
|
+
elevation1: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)', elevation2: '0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)', elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)', elevation4: '0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)', animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', opacityDisable: 0.4, opacityDisableAccessibility: 0.64 });
|
|
449
449
|
exports.darkTheme = __assign(__assign(__assign({}, exports.lightTheme), exports.darkColors), { themeName: 'vkBaseDark', colorsScheme: 'dark',
|
|
450
450
|
// TODO: Поставить нормальные отступы из тёмной темы
|
|
451
|
-
elevation1: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)', elevation2: '0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)', elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.
|
|
451
|
+
elevation1: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)', elevation2: '0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)', elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)', elevation4: '0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)' });
|