@vkontakte/vkui-tokens 4.77.0 → 4.78.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 +5 -19
- package/interfaces/themes/legoIOS/index.d.ts +4 -2
- package/interfaces/themes/vkontakteAndroid/index.d.ts +2 -0
- package/package.json +1 -1
- package/themeDescriptions/base/paradigm.js +1 -1
- package/themes/legoAndroid/cssVars/declarations/index.css +21 -18
- package/themes/legoAndroid/cssVars/declarations/noColors.css +3 -3
- package/themes/legoAndroid/cssVars/declarations/noSizes.css +18 -15
- package/themes/legoAndroid/cssVars/declarations/onlyColors.css +18 -15
- package/themes/legoAndroid/cssVars/declarations/onlyColors.js +1 -1
- package/themes/legoAndroid/cssVars/declarations/onlyVariables.css +19 -16
- package/themes/legoAndroid/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocal.css +19 -16
- package/themes/legoAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -13
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.css +21 -18
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.less +19 -16
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.pcss +19 -16
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.scss +21 -18
- package/themes/legoAndroid/cssVars/theme/fallbacks/index.styl +19 -16
- package/themes/legoAndroid/cssVars/theme/index.js +1 -1
- package/themes/legoAndroid/cssVars/theme/index.json +41 -27
- package/themes/legoAndroid/docs.json +332 -0
- package/themes/legoAndroid/index.css +21 -18
- package/themes/legoAndroid/index.js +1 -1
- package/themes/legoAndroid/index.json +23 -18
- package/themes/legoAndroid/index.less +19 -16
- package/themes/legoAndroid/index.pcss +19 -16
- package/themes/legoAndroid/index.scss +21 -18
- package/themes/legoAndroid/index.styl +19 -16
- package/themes/legoAndroid/struct.json +18 -13
- package/themes/legoAndroidDark/cssVars/declarations/index.css +21 -18
- package/themes/legoAndroidDark/cssVars/declarations/noColors.css +3 -3
- package/themes/legoAndroidDark/cssVars/declarations/noSizes.css +18 -15
- package/themes/legoAndroidDark/cssVars/declarations/onlyColors.css +18 -15
- package/themes/legoAndroidDark/cssVars/declarations/onlyColors.js +1 -1
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.css +19 -16
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocal.css +19 -16
- package/themes/legoAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +16 -13
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.css +21 -18
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.less +19 -16
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.pcss +19 -16
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.scss +21 -18
- package/themes/legoAndroidDark/cssVars/theme/fallbacks/index.styl +19 -16
- package/themes/legoAndroidDark/cssVars/theme/index.js +1 -1
- package/themes/legoAndroidDark/cssVars/theme/index.json +41 -27
- package/themes/legoAndroidDark/docs.json +332 -0
- package/themes/legoAndroidDark/index.css +21 -18
- package/themes/legoAndroidDark/index.js +1 -1
- package/themes/legoAndroidDark/index.json +23 -18
- package/themes/legoAndroidDark/index.less +19 -16
- package/themes/legoAndroidDark/index.pcss +19 -16
- package/themes/legoAndroidDark/index.scss +21 -18
- package/themes/legoAndroidDark/index.styl +19 -16
- package/themes/legoAndroidDark/struct.json +18 -13
- package/themes/legoIOS/cssVars/declarations/index.css +48 -45
- package/themes/legoIOS/cssVars/declarations/noColors.css +30 -30
- package/themes/legoIOS/cssVars/declarations/noSizes.css +18 -15
- package/themes/legoIOS/cssVars/declarations/onlyColors.css +18 -15
- package/themes/legoIOS/cssVars/declarations/onlyColors.js +1 -1
- package/themes/legoIOS/cssVars/declarations/onlyVariables.css +28 -25
- package/themes/legoIOS/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoIOS/cssVars/declarations/onlyVariablesLocal.css +28 -25
- package/themes/legoIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -25
- package/themes/legoIOS/cssVars/theme/fallbacks/index.css +48 -45
- package/themes/legoIOS/cssVars/theme/fallbacks/index.less +28 -25
- package/themes/legoIOS/cssVars/theme/fallbacks/index.pcss +28 -25
- package/themes/legoIOS/cssVars/theme/fallbacks/index.scss +41 -38
- package/themes/legoIOS/cssVars/theme/fallbacks/index.styl +28 -25
- package/themes/legoIOS/cssVars/theme/index.js +1 -1
- package/themes/legoIOS/cssVars/theme/index.json +39 -25
- package/themes/legoIOS/docs.json +4 -0
- package/themes/legoIOS/index.css +48 -45
- package/themes/legoIOS/index.js +1 -1
- package/themes/legoIOS/index.json +30 -25
- package/themes/legoIOS/index.less +28 -25
- package/themes/legoIOS/index.pcss +28 -25
- package/themes/legoIOS/index.scss +41 -38
- package/themes/legoIOS/index.styl +28 -25
- package/themes/legoIOS/struct.json +30 -25
- package/themes/legoIOSDark/cssVars/declarations/index.css +48 -45
- package/themes/legoIOSDark/cssVars/declarations/noColors.css +30 -30
- package/themes/legoIOSDark/cssVars/declarations/noSizes.css +18 -15
- package/themes/legoIOSDark/cssVars/declarations/onlyColors.css +18 -15
- package/themes/legoIOSDark/cssVars/declarations/onlyColors.js +1 -1
- package/themes/legoIOSDark/cssVars/declarations/onlyVariables.css +28 -25
- package/themes/legoIOSDark/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocal.css +28 -25
- package/themes/legoIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -25
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.css +48 -45
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.less +28 -25
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.pcss +28 -25
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.scss +41 -38
- package/themes/legoIOSDark/cssVars/theme/fallbacks/index.styl +28 -25
- package/themes/legoIOSDark/cssVars/theme/index.js +1 -1
- package/themes/legoIOSDark/cssVars/theme/index.json +39 -25
- package/themes/legoIOSDark/docs.json +4 -0
- package/themes/legoIOSDark/index.css +48 -45
- package/themes/legoIOSDark/index.js +1 -1
- package/themes/legoIOSDark/index.json +30 -25
- package/themes/legoIOSDark/index.less +28 -25
- package/themes/legoIOSDark/index.pcss +28 -25
- package/themes/legoIOSDark/index.scss +41 -38
- package/themes/legoIOSDark/index.styl +28 -25
- package/themes/legoIOSDark/struct.json +30 -25
- package/themes/vkontakteAndroid/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +1 -1
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/index.js +1 -1
- package/themes/vkontakteAndroid/cssVars/theme/index.json +28 -0
- package/themes/vkontakteAndroid/docs.json +8 -0
- package/themes/vkontakteAndroid/index.css +6 -0
- package/themes/vkontakteAndroid/index.js +1 -1
- package/themes/vkontakteAndroid/index.json +10 -0
- package/themes/vkontakteAndroid/index.less +6 -0
- package/themes/vkontakteAndroid/index.pcss +6 -0
- package/themes/vkontakteAndroid/index.scss +6 -0
- package/themes/vkontakteAndroid/index.styl +6 -0
- package/themes/vkontakteAndroid/struct.json +10 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +1 -1
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/index.js +1 -1
- package/themes/vkontakteAndroidDark/cssVars/theme/index.json +28 -0
- package/themes/vkontakteAndroidDark/docs.json +8 -0
- package/themes/vkontakteAndroidDark/index.css +6 -0
- package/themes/vkontakteAndroidDark/index.js +1 -1
- package/themes/vkontakteAndroidDark/index.json +10 -0
- package/themes/vkontakteAndroidDark/index.less +6 -0
- package/themes/vkontakteAndroidDark/index.pcss +6 -0
- package/themes/vkontakteAndroidDark/index.scss +6 -0
- package/themes/vkontakteAndroidDark/index.styl +6 -0
- package/themes/vkontakteAndroidDark/struct.json +10 -0
- package/themes/vkontakteCom/docs.json +8 -0
- package/themes/vkontakteComDark/docs.json +8 -0
- package/themes/vkontakteIOS/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +1 -1
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteIOS/cssVars/theme/index.js +1 -1
- package/themes/vkontakteIOS/cssVars/theme/index.json +28 -0
- package/themes/vkontakteIOS/docs.json +8 -0
- package/themes/vkontakteIOS/index.css +6 -0
- package/themes/vkontakteIOS/index.js +1 -1
- package/themes/vkontakteIOS/index.json +10 -0
- package/themes/vkontakteIOS/index.less +6 -0
- package/themes/vkontakteIOS/index.pcss +6 -0
- package/themes/vkontakteIOS/index.scss +6 -0
- package/themes/vkontakteIOS/index.styl +6 -0
- package/themes/vkontakteIOS/struct.json +10 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +1 -1
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +1 -1
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/index.js +1 -1
- package/themes/vkontakteIOSDark/cssVars/theme/index.json +28 -0
- package/themes/vkontakteIOSDark/docs.json +8 -0
- package/themes/vkontakteIOSDark/index.css +6 -0
- package/themes/vkontakteIOSDark/index.js +1 -1
- package/themes/vkontakteIOSDark/index.json +10 -0
- package/themes/vkontakteIOSDark/index.less +6 -0
- package/themes/vkontakteIOSDark/index.pcss +6 -0
- package/themes/vkontakteIOSDark/index.scss +6 -0
- package/themes/vkontakteIOSDark/index.styl +6 -0
- package/themes/vkontakteIOSDark/struct.json +10 -0
|
@@ -1,19 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import type {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export interface LocalLegoAndroidColorsDescriptionStruct {
|
|
7
|
-
// Дополнительные цвета для темы
|
|
8
|
-
colorBackgroundInverse: ColorDescription;
|
|
9
|
-
}
|
|
10
|
-
export type LegoAndroidLocalColors = {
|
|
11
|
-
[key in keyof LocalLegoAndroidColorsDescriptionStruct]: ColorWithStates;
|
|
12
|
-
};
|
|
13
|
-
export interface ThemeLegoAndroid extends ThemeVkBase, LegoAndroidLocalColors, VkontakteAndroidGradients {
|
|
14
|
-
}
|
|
15
|
-
export interface ThemeLegoAndroidDescription extends ThemeVkBaseDescription, Tokens<VkontakteAndroidGradients> {
|
|
16
|
-
colors: LocalLegoAndroidColorsDescriptionStruct & ColorsDescriptionStruct;
|
|
17
|
-
}
|
|
18
|
-
export interface ThemeLegoAndroidCssVars extends ThemeCssVars<ThemeLegoAndroid> {
|
|
19
|
-
}
|
|
1
|
+
// Реэкспорт интерфейсов, так как набор переменных должен совпадать
|
|
2
|
+
import type { ThemeVkontakteAndroid, ThemeVkontakteAndroidCssVars, ThemeVkontakteAndroidDescription } from "../vkontakteAndroid/index.ts";
|
|
3
|
+
export type ThemeLegoAndroid = ThemeVkontakteAndroid;
|
|
4
|
+
export type ThemeLegoAndroidDescription = ThemeVkontakteAndroidDescription;
|
|
5
|
+
export type ThemeLegoAndroidCssVars = ThemeVkontakteAndroidCssVars;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from "../../general/colors/index.ts";
|
|
2
2
|
import type { ThemeCssVars } from "../../general/index.ts";
|
|
3
3
|
import type { ThemeVkBase, ThemeVkBaseDescription } from "../vkBase/index.ts";
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
/**
|
|
5
|
+
* Дополнительные цвета для темы
|
|
6
|
+
*/ export interface LocalVkontakteIOSColorsDescriptionStruct {
|
|
6
7
|
colorBackgroundInverse: ColorDescription;
|
|
8
|
+
colorStrokeContrastSecondaryAlpha: ColorDescription;
|
|
7
9
|
}
|
|
8
10
|
export type LegoIOSLocalColors = {
|
|
9
11
|
[key in keyof LocalVkontakteIOSColorsDescriptionStruct]: ColorWithStates;
|
|
@@ -142,6 +142,8 @@ export interface VkontakteAndroidGradients {
|
|
|
142
142
|
*/ vkontakteGradientWomensDay: GradientPoints;
|
|
143
143
|
}
|
|
144
144
|
export interface LocalVkontakteAndroidColorsDescriptionStruct {
|
|
145
|
+
colorBackgroundInverse: ColorDescription;
|
|
146
|
+
colorStrokeContrastSecondaryAlpha: ColorDescription;
|
|
145
147
|
vkontakteColorSnippetBorderAlpha: ColorDescription;
|
|
146
148
|
vkontakteColorSnippetBackground: ColorDescription;
|
|
147
149
|
vkontakteColorModalCardBorderAlpha: ColorDescription;
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{_ as r}from"@swc/helpers/_/_object_spread";import{_ as o}from"@swc/helpers/_/_object_spread_props";import{getGradientPointsFromColor as e}from"../../build/helpers/getGradientPointsFromColor.js";import{alias as a,staticRef as t}from"../../build/helpers/tokenHelpers.js";import{overlayColors as n}from"../../build/themeProcessors/expandColors/overlayColors.js";import{helpers as l}from"../../utils/common
|
|
1
|
+
import{_ as r}from"@swc/helpers/_/_object_spread";import{_ as o}from"@swc/helpers/_/_object_spread_props";import{getGradientPointsFromColor as e}from"../../build/helpers/getGradientPointsFromColor.js";import{alias as a,staticRef as t}from"../../build/helpers/tokenHelpers.js";import{overlayColors as n}from"../../build/themeProcessors/expandColors/overlayColors.js";import{helpers as l}from"../../utils/common";var i='apple-system, system-ui, "Helvetica Neue", Arial, sans-serif',c="VKSansDisplay, MailSans, ".concat(i),g="#F6F7F8",d="#252525",u="#232324";export var lightColors={colorsScheme:"light",colors:{// Background
|
|
2
2
|
colorBackgroundAccent:"#0077FF",colorBackgroundAccentThemed:"#0077FF",colorBackgroundAccentThemedAlpha:"rgba(0, 119, 255, 0.2)",colorBackgroundAccentAlternative:"#FF9E00",colorBackgroundContent:"#FFFFFF",colorBackgroundContentAlpha:"rgba(255, 255, 255, 0.8)",colorBackgroundContentInverse:u,colorBackgroundSecondary:"#F0F1F3",colorBackgroundSecondaryAlpha:{normal:"rgba(0, 16, 61, 0.06)",hover:"rgba(0, 16, 61, 0.1)",active:"rgba(0, 16, 61, 0.14)"},colorBackground:"#FFFFFF",colorBackgroundContrast:"#FFFFFF",colorBackgroundContrastSecondaryAlpha:{normal:"rgba(255, 255, 255, 0.2)",hover:"rgba(255, 255, 255, 0.24)",active:"rgba(255, 255, 255, 0.28)"},colorBackgroundWarning:"#FFF1AD",colorBackgroundNegative:"#ED330A",colorBackgroundTertiary:g,colorBackgroundTertiaryAlpha:{normal:"rgba(0, 0, 0, 0.04)",hover:"rgba(0, 0, 0, 0.08)",active:"rgba(0, 0, 0, 0.12)"},colorBackgroundModal:"#FFFFFF",colorBackgroundPositive:"#0DC268",colorBackgroundNegativeTint:"#FEEFEB",colorBackgroundPositiveTint:"#ECFAF3",colorFieldBackground:"#ffffff",colorBackgroundModalInverse:"#303030",colorBackgroundContrastInverse:"#303030",colorBackgroundContrastThemed:"#FFFFFF",colorBackgroundAccentTint:"#5a9eff",colorBackgroundInfoTint:"#f0f4ff",// Text
|
|
3
3
|
colorTextAccent:"#0070f0",colorTextAccentThemed:"#0070f0",colorTextNegative:"#ED330a",colorTextLink:"#0070f0",colorTextLinkTint:"#71AAEB",colorTextLinkThemed:"#0070f0",colorTextMuted:"#2C2D2E",colorTextPrimary:"#2C2D2E",colorTextPrimaryAlpha:"rgba(37, 41, 46, 0.84)",colorTextPrimaryInvariably:"#2C2D2E",colorTextSecondary:"#87898F",colorTextSecondaryAlpha:"rgba(37, 41, 46, 0.55)",colorTextSubhead:"#797A80",colorTextTertiary:"#AAADB3",colorTextLinkVisited:"#528FDF",colorTextContrast:"#FFFFFF",colorTextContrastThemed:"#FFFFFF",colorLinkContrast:"#FFFFFF",colorTextPositive:"#0DC268",// Icons
|
|
4
4
|
colorIconAccent:"#0077ff",colorIconAccentThemed:"#0077ff",colorIconPrimary:"#2C2D2E",colorIconPrimaryInvariably:"#2C2D2E",colorIconMedium:"#919399",colorIconMediumAlpha:"rgba(39, 43, 55, 0.5)",colorIconSecondary:"#A5A7AD",colorIconSecondaryAlpha:"rgba(39, 43, 55, 0.3)",colorIconTertiary:"#CFD1D6",colorIconTertiaryAlpha:"rgba(39, 43, 55, 0.2)",colorIconContrast:"#FFFFFF",colorIconContrastThemed:"#FFFFFF",colorIconPositive:"#0DC268",colorIconWarning:"#FF9E00",colorIconNegative:"#ED330a",colorIconContrastSecondary:"#F2F3F5",// Stroke
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
--vkui--font_headline2--font_size--compact: 14px;
|
|
66
66
|
--vkui--font_headline2--line_height--compact: 20px;
|
|
67
67
|
--vkui--font_text--font_size--regular: 16px;
|
|
68
|
-
--vkui--font_text--line_height--regular: 18.
|
|
68
|
+
--vkui--font_text--line_height--regular: 18.5px;
|
|
69
69
|
--vkui--font_text--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
70
70
|
--vkui--font_text--font_weight--regular: 600;
|
|
71
71
|
--vkui--font_text--font_variation_settings--optical_size--regular: 24;
|
|
@@ -349,9 +349,9 @@
|
|
|
349
349
|
--vkui--color_background_warning: #fff2d6;
|
|
350
350
|
--vkui--color_background_warning--hover: #F5E9D0;
|
|
351
351
|
--vkui--color_background_warning--active: #EBE0CA;
|
|
352
|
-
--vkui--color_background_negative: #
|
|
353
|
-
--vkui--color_background_negative--hover: #
|
|
354
|
-
--vkui--color_background_negative--active: #
|
|
352
|
+
--vkui--color_background_negative: #F65460;
|
|
353
|
+
--vkui--color_background_negative--hover: #EC515F;
|
|
354
|
+
--vkui--color_background_negative--active: #E24F5D;
|
|
355
355
|
--vkui--color_background_negative_tint: #ffe9e9;
|
|
356
356
|
--vkui--color_background_negative_tint--hover: #F5E0E2;
|
|
357
357
|
--vkui--color_background_negative_tint--active: #EBD8DB;
|
|
@@ -400,9 +400,9 @@
|
|
|
400
400
|
--vkui--color_text_positive: #34c759;
|
|
401
401
|
--vkui--color_text_positive--hover: #32C058;
|
|
402
402
|
--vkui--color_text_positive--active: #30B857;
|
|
403
|
-
--vkui--color_text_negative: #
|
|
404
|
-
--vkui--color_text_negative--hover: #
|
|
405
|
-
--vkui--color_text_negative--active: #
|
|
403
|
+
--vkui--color_text_negative: #F65460;
|
|
404
|
+
--vkui--color_text_negative--hover: #EC515F;
|
|
405
|
+
--vkui--color_text_negative--active: #E24F5D;
|
|
406
406
|
--vkui--color_text_link: #2e90ff;
|
|
407
407
|
--vkui--color_text_link--hover: #2C8BF7;
|
|
408
408
|
--vkui--color_text_link--active: #2A86EF;
|
|
@@ -466,9 +466,9 @@
|
|
|
466
466
|
--vkui--color_icon_warning: #ff6900;
|
|
467
467
|
--vkui--color_icon_warning--hover: #F56502;
|
|
468
468
|
--vkui--color_icon_warning--active: #EB6205;
|
|
469
|
-
--vkui--color_icon_negative: #
|
|
470
|
-
--vkui--color_icon_negative--hover: #
|
|
471
|
-
--vkui--color_icon_negative--active: #
|
|
469
|
+
--vkui--color_icon_negative: #F65460;
|
|
470
|
+
--vkui--color_icon_negative--hover: #EC515F;
|
|
471
|
+
--vkui--color_icon_negative--active: #E24F5D;
|
|
472
472
|
--vkui--color_stroke_accent: #2e90ff;
|
|
473
473
|
--vkui--color_stroke_accent--hover: #2C8BF7;
|
|
474
474
|
--vkui--color_stroke_accent--active: #2A86EF;
|
|
@@ -493,9 +493,9 @@
|
|
|
493
493
|
--vkui--color_stroke_positive: #34c759;
|
|
494
494
|
--vkui--color_stroke_positive--hover: #32C058;
|
|
495
495
|
--vkui--color_stroke_positive--active: #30B857;
|
|
496
|
-
--vkui--color_stroke_negative: #
|
|
497
|
-
--vkui--color_stroke_negative--hover: #
|
|
498
|
-
--vkui--color_stroke_negative--active: #
|
|
496
|
+
--vkui--color_stroke_negative: #F65460;
|
|
497
|
+
--vkui--color_stroke_negative--hover: #EC515F;
|
|
498
|
+
--vkui--color_stroke_negative--active: #E24F5D;
|
|
499
499
|
--vkui--color_stroke_contrast: #ffffff;
|
|
500
500
|
--vkui--color_stroke_contrast--hover: #F5F5F7;
|
|
501
501
|
--vkui--color_stroke_contrast--active: #EBECEF;
|
|
@@ -622,6 +622,12 @@
|
|
|
622
622
|
--vkui--color_transparent: #00000000;
|
|
623
623
|
--vkui--color_transparent--hover: rgba(0, 0, 0, 0.04);
|
|
624
624
|
--vkui--color_transparent--active: rgba(0, 0, 0, 0.08);
|
|
625
|
+
--vkui--color_background_inverse: #262626;
|
|
626
|
+
--vkui--color_background_inverse--hover: #242527;
|
|
627
|
+
--vkui--color_background_inverse--active: #232428;
|
|
628
|
+
--vkui--color_stroke_contrast_secondary_alpha: #ffffff1f;
|
|
629
|
+
--vkui--color_stroke_contrast_secondary_alpha--hover: rgba(255, 255, 255, 0.16);
|
|
630
|
+
--vkui--color_stroke_contrast_secondary_alpha--active: rgba(255, 255, 255, 0.2);
|
|
625
631
|
--vkui--vkontakte_color_snippet_border_alpha: rgba(0, 0, 0, 0.15);
|
|
626
632
|
--vkui--vkontakte_color_snippet_border_alpha--hover: rgba(0, 0, 0, 0.19);
|
|
627
633
|
--vkui--vkontakte_color_snippet_border_alpha--active: rgba(0, 0, 0, 0.23);
|
|
@@ -868,9 +874,6 @@
|
|
|
868
874
|
--vkui--vkontakte_palette_black: #000000;
|
|
869
875
|
--vkui--vkontakte_palette_black--hover: #000102;
|
|
870
876
|
--vkui--vkontakte_palette_black--active: #000105;
|
|
871
|
-
--vkui--color_background_inverse: #262626;
|
|
872
|
-
--vkui--color_background_inverse--hover: #242527;
|
|
873
|
-
--vkui--color_background_inverse--active: #232428;
|
|
874
877
|
}
|
|
875
878
|
|
|
876
879
|
.vkui--font_display_title1--regular {
|
|
@@ -1056,8 +1059,8 @@
|
|
|
1056
1059
|
.vkui--font_text--regular {
|
|
1057
1060
|
font-size: 16px;
|
|
1058
1061
|
font-size: var(--vkui--font_text--font_size--regular, 16px);
|
|
1059
|
-
line-height: 18.
|
|
1060
|
-
line-height: var(--vkui--font_text--line_height--regular, 18.
|
|
1062
|
+
line-height: 18.5px;
|
|
1063
|
+
line-height: var(--vkui--font_text--line_height--regular, 18.5px);
|
|
1061
1064
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
1062
1065
|
font-family: var(--vkui--font_text--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
|
|
1063
1066
|
font-weight: 600;
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
--vkui--font_headline2--font_size--compact: 14px;
|
|
66
66
|
--vkui--font_headline2--line_height--compact: 20px;
|
|
67
67
|
--vkui--font_text--font_size--regular: 16px;
|
|
68
|
-
--vkui--font_text--line_height--regular: 18.
|
|
68
|
+
--vkui--font_text--line_height--regular: 18.5px;
|
|
69
69
|
--vkui--font_text--font_family--regular: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
70
70
|
--vkui--font_text--font_weight--regular: 600;
|
|
71
71
|
--vkui--font_text--font_variation_settings--optical_size--regular: 24;
|
|
@@ -655,8 +655,8 @@
|
|
|
655
655
|
.vkui--font_text--regular {
|
|
656
656
|
font-size: 16px;
|
|
657
657
|
font-size: var(--vkui--font_text--font_size--regular, 16px);
|
|
658
|
-
line-height: 18.
|
|
659
|
-
line-height: var(--vkui--font_text--line_height--regular, 18.
|
|
658
|
+
line-height: 18.5px;
|
|
659
|
+
line-height: var(--vkui--font_text--line_height--regular, 18.5px);
|
|
660
660
|
font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
|
|
661
661
|
font-family: var(--vkui--font_text--font_family--regular, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
|
|
662
662
|
font-weight: 600;
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
--vkui--color_background_warning: #fff2d6;
|
|
134
134
|
--vkui--color_background_warning--hover: #F5E9D0;
|
|
135
135
|
--vkui--color_background_warning--active: #EBE0CA;
|
|
136
|
-
--vkui--color_background_negative: #
|
|
137
|
-
--vkui--color_background_negative--hover: #
|
|
138
|
-
--vkui--color_background_negative--active: #
|
|
136
|
+
--vkui--color_background_negative: #F65460;
|
|
137
|
+
--vkui--color_background_negative--hover: #EC515F;
|
|
138
|
+
--vkui--color_background_negative--active: #E24F5D;
|
|
139
139
|
--vkui--color_background_negative_tint: #ffe9e9;
|
|
140
140
|
--vkui--color_background_negative_tint--hover: #F5E0E2;
|
|
141
141
|
--vkui--color_background_negative_tint--active: #EBD8DB;
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
--vkui--color_text_positive: #34c759;
|
|
185
185
|
--vkui--color_text_positive--hover: #32C058;
|
|
186
186
|
--vkui--color_text_positive--active: #30B857;
|
|
187
|
-
--vkui--color_text_negative: #
|
|
188
|
-
--vkui--color_text_negative--hover: #
|
|
189
|
-
--vkui--color_text_negative--active: #
|
|
187
|
+
--vkui--color_text_negative: #F65460;
|
|
188
|
+
--vkui--color_text_negative--hover: #EC515F;
|
|
189
|
+
--vkui--color_text_negative--active: #E24F5D;
|
|
190
190
|
--vkui--color_text_link: #2e90ff;
|
|
191
191
|
--vkui--color_text_link--hover: #2C8BF7;
|
|
192
192
|
--vkui--color_text_link--active: #2A86EF;
|
|
@@ -250,9 +250,9 @@
|
|
|
250
250
|
--vkui--color_icon_warning: #ff6900;
|
|
251
251
|
--vkui--color_icon_warning--hover: #F56502;
|
|
252
252
|
--vkui--color_icon_warning--active: #EB6205;
|
|
253
|
-
--vkui--color_icon_negative: #
|
|
254
|
-
--vkui--color_icon_negative--hover: #
|
|
255
|
-
--vkui--color_icon_negative--active: #
|
|
253
|
+
--vkui--color_icon_negative: #F65460;
|
|
254
|
+
--vkui--color_icon_negative--hover: #EC515F;
|
|
255
|
+
--vkui--color_icon_negative--active: #E24F5D;
|
|
256
256
|
--vkui--color_stroke_accent: #2e90ff;
|
|
257
257
|
--vkui--color_stroke_accent--hover: #2C8BF7;
|
|
258
258
|
--vkui--color_stroke_accent--active: #2A86EF;
|
|
@@ -277,9 +277,9 @@
|
|
|
277
277
|
--vkui--color_stroke_positive: #34c759;
|
|
278
278
|
--vkui--color_stroke_positive--hover: #32C058;
|
|
279
279
|
--vkui--color_stroke_positive--active: #30B857;
|
|
280
|
-
--vkui--color_stroke_negative: #
|
|
281
|
-
--vkui--color_stroke_negative--hover: #
|
|
282
|
-
--vkui--color_stroke_negative--active: #
|
|
280
|
+
--vkui--color_stroke_negative: #F65460;
|
|
281
|
+
--vkui--color_stroke_negative--hover: #EC515F;
|
|
282
|
+
--vkui--color_stroke_negative--active: #E24F5D;
|
|
283
283
|
--vkui--color_stroke_contrast: #ffffff;
|
|
284
284
|
--vkui--color_stroke_contrast--hover: #F5F5F7;
|
|
285
285
|
--vkui--color_stroke_contrast--active: #EBECEF;
|
|
@@ -406,6 +406,12 @@
|
|
|
406
406
|
--vkui--color_transparent: #00000000;
|
|
407
407
|
--vkui--color_transparent--hover: rgba(0, 0, 0, 0.04);
|
|
408
408
|
--vkui--color_transparent--active: rgba(0, 0, 0, 0.08);
|
|
409
|
+
--vkui--color_background_inverse: #262626;
|
|
410
|
+
--vkui--color_background_inverse--hover: #242527;
|
|
411
|
+
--vkui--color_background_inverse--active: #232428;
|
|
412
|
+
--vkui--color_stroke_contrast_secondary_alpha: #ffffff1f;
|
|
413
|
+
--vkui--color_stroke_contrast_secondary_alpha--hover: rgba(255, 255, 255, 0.16);
|
|
414
|
+
--vkui--color_stroke_contrast_secondary_alpha--active: rgba(255, 255, 255, 0.2);
|
|
409
415
|
--vkui--vkontakte_color_snippet_border_alpha: rgba(0, 0, 0, 0.15);
|
|
410
416
|
--vkui--vkontakte_color_snippet_border_alpha--hover: rgba(0, 0, 0, 0.19);
|
|
411
417
|
--vkui--vkontakte_color_snippet_border_alpha--active: rgba(0, 0, 0, 0.23);
|
|
@@ -652,7 +658,4 @@
|
|
|
652
658
|
--vkui--vkontakte_palette_black: #000000;
|
|
653
659
|
--vkui--vkontakte_palette_black--hover: #000102;
|
|
654
660
|
--vkui--vkontakte_palette_black--active: #000105;
|
|
655
|
-
--vkui--color_background_inverse: #262626;
|
|
656
|
-
--vkui--color_background_inverse--hover: #242527;
|
|
657
|
-
--vkui--color_background_inverse--active: #232428;
|
|
658
661
|
}
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
--vkui--color_background_warning: #fff2d6;
|
|
66
66
|
--vkui--color_background_warning--hover: #F5E9D0;
|
|
67
67
|
--vkui--color_background_warning--active: #EBE0CA;
|
|
68
|
-
--vkui--color_background_negative: #
|
|
69
|
-
--vkui--color_background_negative--hover: #
|
|
70
|
-
--vkui--color_background_negative--active: #
|
|
68
|
+
--vkui--color_background_negative: #F65460;
|
|
69
|
+
--vkui--color_background_negative--hover: #EC515F;
|
|
70
|
+
--vkui--color_background_negative--active: #E24F5D;
|
|
71
71
|
--vkui--color_background_negative_tint: #ffe9e9;
|
|
72
72
|
--vkui--color_background_negative_tint--hover: #F5E0E2;
|
|
73
73
|
--vkui--color_background_negative_tint--active: #EBD8DB;
|
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
--vkui--color_text_positive: #34c759;
|
|
117
117
|
--vkui--color_text_positive--hover: #32C058;
|
|
118
118
|
--vkui--color_text_positive--active: #30B857;
|
|
119
|
-
--vkui--color_text_negative: #
|
|
120
|
-
--vkui--color_text_negative--hover: #
|
|
121
|
-
--vkui--color_text_negative--active: #
|
|
119
|
+
--vkui--color_text_negative: #F65460;
|
|
120
|
+
--vkui--color_text_negative--hover: #EC515F;
|
|
121
|
+
--vkui--color_text_negative--active: #E24F5D;
|
|
122
122
|
--vkui--color_text_link: #2e90ff;
|
|
123
123
|
--vkui--color_text_link--hover: #2C8BF7;
|
|
124
124
|
--vkui--color_text_link--active: #2A86EF;
|
|
@@ -182,9 +182,9 @@
|
|
|
182
182
|
--vkui--color_icon_warning: #ff6900;
|
|
183
183
|
--vkui--color_icon_warning--hover: #F56502;
|
|
184
184
|
--vkui--color_icon_warning--active: #EB6205;
|
|
185
|
-
--vkui--color_icon_negative: #
|
|
186
|
-
--vkui--color_icon_negative--hover: #
|
|
187
|
-
--vkui--color_icon_negative--active: #
|
|
185
|
+
--vkui--color_icon_negative: #F65460;
|
|
186
|
+
--vkui--color_icon_negative--hover: #EC515F;
|
|
187
|
+
--vkui--color_icon_negative--active: #E24F5D;
|
|
188
188
|
--vkui--color_stroke_accent: #2e90ff;
|
|
189
189
|
--vkui--color_stroke_accent--hover: #2C8BF7;
|
|
190
190
|
--vkui--color_stroke_accent--active: #2A86EF;
|
|
@@ -209,9 +209,9 @@
|
|
|
209
209
|
--vkui--color_stroke_positive: #34c759;
|
|
210
210
|
--vkui--color_stroke_positive--hover: #32C058;
|
|
211
211
|
--vkui--color_stroke_positive--active: #30B857;
|
|
212
|
-
--vkui--color_stroke_negative: #
|
|
213
|
-
--vkui--color_stroke_negative--hover: #
|
|
214
|
-
--vkui--color_stroke_negative--active: #
|
|
212
|
+
--vkui--color_stroke_negative: #F65460;
|
|
213
|
+
--vkui--color_stroke_negative--hover: #EC515F;
|
|
214
|
+
--vkui--color_stroke_negative--active: #E24F5D;
|
|
215
215
|
--vkui--color_stroke_contrast: #ffffff;
|
|
216
216
|
--vkui--color_stroke_contrast--hover: #F5F5F7;
|
|
217
217
|
--vkui--color_stroke_contrast--active: #EBECEF;
|
|
@@ -338,6 +338,12 @@
|
|
|
338
338
|
--vkui--color_transparent: #00000000;
|
|
339
339
|
--vkui--color_transparent--hover: rgba(0, 0, 0, 0.04);
|
|
340
340
|
--vkui--color_transparent--active: rgba(0, 0, 0, 0.08);
|
|
341
|
+
--vkui--color_background_inverse: #262626;
|
|
342
|
+
--vkui--color_background_inverse--hover: #242527;
|
|
343
|
+
--vkui--color_background_inverse--active: #232428;
|
|
344
|
+
--vkui--color_stroke_contrast_secondary_alpha: #ffffff1f;
|
|
345
|
+
--vkui--color_stroke_contrast_secondary_alpha--hover: rgba(255, 255, 255, 0.16);
|
|
346
|
+
--vkui--color_stroke_contrast_secondary_alpha--active: rgba(255, 255, 255, 0.2);
|
|
341
347
|
--vkui--vkontakte_color_snippet_border_alpha: rgba(0, 0, 0, 0.15);
|
|
342
348
|
--vkui--vkontakte_color_snippet_border_alpha--hover: rgba(0, 0, 0, 0.19);
|
|
343
349
|
--vkui--vkontakte_color_snippet_border_alpha--active: rgba(0, 0, 0, 0.23);
|
|
@@ -584,7 +590,4 @@
|
|
|
584
590
|
--vkui--vkontakte_palette_black: #000000;
|
|
585
591
|
--vkui--vkontakte_palette_black--hover: #000102;
|
|
586
592
|
--vkui--vkontakte_palette_black--active: #000105;
|
|
587
|
-
--vkui--color_background_inverse: #262626;
|
|
588
|
-
--vkui--color_background_inverse--hover: #242527;
|
|
589
|
-
--vkui--color_background_inverse--active: #232428;
|
|
590
593
|
}
|