ros.grant.common 2.0.1655 → 2.0.1656
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/Shared/Styles/Base/Fonts.less +4 -4
- package/Shared/Styles/Themes/VK/VKThemeCustom.less +0 -0
- package/Shared/Styles/Themes/VK/VKThemeTokenVariables.less +49 -0
- package/Shared/Styles/Tokens/colorThemeAbsolute.less +1 -1
- package/Shared/Styles/Tokens/colorThemeBlackGreen.less +1 -1
- package/Shared/Styles/Tokens/colorThemeBlue.less +1 -1
- package/Shared/Styles/Tokens/colorThemeBrown.less +1 -1
- package/Shared/Styles/Tokens/colorThemeDarkGray.less +1 -1
- package/Shared/Styles/Tokens/colorThemeDefault.less +1 -1
- package/Shared/Styles/Tokens/colorThemeMinfin.less +1 -1
- package/Shared/Styles/Tokens/colorThemePink.less +1 -1
- package/Shared/Styles/Tokens/colorThemeRed.less +1 -1
- package/Shared/Styles/Tokens/colorThemeTimchenko.less +1 -1
- package/Shared/Styles/Tokens/colorThemeTravel.less +1 -1
- package/Shared/Styles/Tokens/colorThemeTurquoise.less +1 -1
- package/Shared/Styles/Tokens/colorThemeVK.less +38 -0
- package/Shared/Styles/Tokens/colorThemeVTB.less +1 -1
- package/Shared/Styles/Tokens/colorThemeYellow.less +1 -1
- package/Shared/Styles/Tokens/generalThemes.less +1 -1
- package/Shared/Styles/Tokens/typeThemeOpenMontserrat.less +1 -1
- package/Shared/Styles/Tokens/typeThemeProximaNova.less +1 -1
- package/Shared/Styles/Tokens/typeThemePtSans.less +1 -1
- package/Shared/Styles/Tokens/typeThemeTenor.less +1 -1
- package/Shared/Styles/Tokens/typeThemeTimchenko.less +1 -1
- package/Shared/Styles/Tokens/typeThemeTravel.less +1 -1
- package/Shared/Styles/Tokens/typeThemeVK.less +117 -0
- package/Shared/Styles/Tokens/typeThemeVTB.less +1 -1
- package/package.json +1 -1
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
|
|
1663
1663
|
/*VK Sans*/
|
|
1664
1664
|
@font-face {
|
|
1665
|
-
font-family: 'VK Sans';
|
|
1665
|
+
font-family: 'VK Sans Display';
|
|
1666
1666
|
src: url('@{commonFontsRoot}/VKSansDisplay-Regular.ttf') format('truetype');
|
|
1667
1667
|
font-weight: 400;
|
|
1668
1668
|
font-style: normal;
|
|
@@ -1670,7 +1670,7 @@
|
|
|
1670
1670
|
}
|
|
1671
1671
|
|
|
1672
1672
|
@font-face {
|
|
1673
|
-
font-family: 'VK Sans';
|
|
1673
|
+
font-family: 'VK Sans Display';
|
|
1674
1674
|
src: url('@{commonFontsRoot}/VKSansDisplay-Medium.ttf') format('truetype');
|
|
1675
1675
|
font-weight: 500;
|
|
1676
1676
|
font-style: normal;
|
|
@@ -1678,7 +1678,7 @@
|
|
|
1678
1678
|
}
|
|
1679
1679
|
|
|
1680
1680
|
@font-face {
|
|
1681
|
-
font-family: 'VK Sans';
|
|
1681
|
+
font-family: 'VK Sans Display';
|
|
1682
1682
|
src: url('@{commonFontsRoot}/VKSansDisplay-DemiBold.ttf') format('truetype');
|
|
1683
1683
|
font-weight: 600;
|
|
1684
1684
|
font-style: normal;
|
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
}
|
|
1687
1687
|
|
|
1688
1688
|
@font-face {
|
|
1689
|
-
font-family: 'VK Sans';
|
|
1689
|
+
font-family: 'VK Sans Display';
|
|
1690
1690
|
src: url('@{commonFontsRoot}/VKSansDisplay-Bold.ttf') format('truetype');
|
|
1691
1691
|
font-weight: 700;
|
|
1692
1692
|
font-style: normal;
|
|
File without changes
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@import "../../Tokens/colorThemeVK.less";
|
|
2
|
+
|
|
3
|
+
.page-wrapper.vk-theme {
|
|
4
|
+
--brand-text-nav-link: @brand-text-nav-link;
|
|
5
|
+
--brand-text-accent: @brand-text-accent;
|
|
6
|
+
--brand-text-controls-default: @brand-text-controls-default;
|
|
7
|
+
--brand-text-controls-hover: @brand-text-controls-hover;
|
|
8
|
+
--brand-text-controls-selected: @brand-text-controls-selected;
|
|
9
|
+
--brand-bg-primary-default: @brand-bg-primary-default;
|
|
10
|
+
--brand-bg-primary-hover: @brand-bg-primary-hover;
|
|
11
|
+
--brand-bg-secondary-default: @brand-bg-secondary-default;
|
|
12
|
+
--brand-bg-secondary-hover: @brand-bg-secondary-hover;
|
|
13
|
+
--brand-bg-tertiary-default: @brand-bg-tertiary-default;
|
|
14
|
+
--brand-bg-tertiary-hover: @brand-bg-tertiary-hover;
|
|
15
|
+
--brand-bg-tertiary-selected: @brand-bg-tertiary-selected;
|
|
16
|
+
--brand-bg-header-scroll-up: @brand-bg-header-scroll-up;
|
|
17
|
+
--brand-bg-transparent: @brand-bg-transparent;
|
|
18
|
+
--neutral-bg-page: @neutral-bg-page;
|
|
19
|
+
--neutral-bg-modal: @neutral-bg-modal;
|
|
20
|
+
--neutral-bg-divider: @neutral-bg-divider;
|
|
21
|
+
--neutral-bg-stroke-default: @neutral-bg-stroke-default;
|
|
22
|
+
--neutral-bg-stroke-hover: @neutral-bg-stroke-hover;
|
|
23
|
+
--neutral-bg-island-default: @neutral-bg-island-default;
|
|
24
|
+
--neutral-bg-island-hover: @neutral-bg-island-hover;
|
|
25
|
+
--neutral-bg-disabled: @neutral-bg-disabled;
|
|
26
|
+
--neutral-bg-inverse: @neutral-bg-inverse;
|
|
27
|
+
--neutral-icon-default: @neutral-icon-default;
|
|
28
|
+
--neutral-icon-disabled: @neutral-icon-disabled;
|
|
29
|
+
--neutral-icon-inverse: @neutral-icon-inverse;
|
|
30
|
+
--neutral-icon-info: @neutral-icon-info;
|
|
31
|
+
--neutral-text-primary: @neutral-text-primary;
|
|
32
|
+
--neutral-text-secondary: @neutral-text-secondary;
|
|
33
|
+
--neutral-text-tertiary: @neutral-text-tertiary;
|
|
34
|
+
--neutral-text-inverse: @neutral-text-inverse;
|
|
35
|
+
--neutral-text-link-monochrome: @neutral-text-link-monochrome;
|
|
36
|
+
--neutral-control-bg-disabled: @neutral-control-bg-disabled;
|
|
37
|
+
--neutral-control-bg-accent-disabled: @neutral-control-bg-accent-disabled;
|
|
38
|
+
|
|
39
|
+
--Main1: @neutral-text-primary; // - заголовки,текст,иконки,стрелки
|
|
40
|
+
--Main2: @brand-bg-primary-default; // - активные кнопки,эффект наведения на чекбоксы и радиобатоны,обводка у второстепенных кнопок,наведение на иконки
|
|
41
|
+
--Subsidiary: @brand-text-accent; // - включенные элементы,текст и иконки на Bg 2,наведение на кнопки,наведение на иконки, цвет футера
|
|
42
|
+
--Secondary: @neutral-text-tertiary; // - подписи инпутов, название неактивных кнопок
|
|
43
|
+
--Bg1: @neutral-bg-island-default; // - цвет фона в дополнительных инпутах,цвет фона в блоках,цвет чередующихся строк в таблицах
|
|
44
|
+
--Bg2: @brand-bg-tertiary-hover; // - цвет фона в блоках,цвет шапки таблицы,цвет фона в мультисилектах,цвет фона строки при наведении
|
|
45
|
+
--Stroke: @neutral-bg-stroke-default; // — фон и цвет обводки неактивных инпутов, цвет неактивных кнопок
|
|
46
|
+
--StrokeHover: @neutral-bg-stroke-hover; // - цвет границ инпутов при наведении и в фокусе
|
|
47
|
+
--Icon: @neutral-icon-default;
|
|
48
|
+
}
|
|
49
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 11 Dec 2023 14:14:25 GMT
|
|
4
|
+
|
|
5
|
+
@brand-text-nav-link: #5181B8;
|
|
6
|
+
@brand-text-accent: #1D3A5C;
|
|
7
|
+
@brand-text-controls-default: #5181B8;
|
|
8
|
+
@brand-text-controls-hover: #3F70A8;
|
|
9
|
+
@brand-text-controls-selected: #3F70A8;
|
|
10
|
+
@brand-bg-primary-default: #5181B8;
|
|
11
|
+
@brand-bg-primary-hover: #3F70A8;
|
|
12
|
+
@brand-bg-secondary-default: #DDEAF5;
|
|
13
|
+
@brand-bg-secondary-hover: #BBD2E6;
|
|
14
|
+
@brand-bg-tertiary-default: #FFF;
|
|
15
|
+
@brand-bg-tertiary-hover: #DDEAF5;
|
|
16
|
+
@brand-bg-tertiary-selected: #DDEAF5;
|
|
17
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
18
|
+
@brand-bg-transparent: #5181b800;
|
|
19
|
+
@neutral-bg-page: #F5F5F5;
|
|
20
|
+
@neutral-bg-modal: #00000040;
|
|
21
|
+
@neutral-bg-divider: #F5F5F5;
|
|
22
|
+
@neutral-bg-stroke-default: #EBEBEB;
|
|
23
|
+
@neutral-bg-stroke-hover: #D8D8D8;
|
|
24
|
+
@neutral-bg-island-default: #FBFBFB;
|
|
25
|
+
@neutral-bg-island-hover: #F5F5F5;
|
|
26
|
+
@neutral-bg-disabled: #F5F5F5;
|
|
27
|
+
@neutral-bg-inverse: #585858;
|
|
28
|
+
@neutral-icon-default: #585858;
|
|
29
|
+
@neutral-icon-disabled: #A7A7A7;
|
|
30
|
+
@neutral-icon-inverse: #FFF;
|
|
31
|
+
@neutral-icon-info: #C2C2C2;
|
|
32
|
+
@neutral-text-primary: #000000;
|
|
33
|
+
@neutral-text-secondary: #858585;
|
|
34
|
+
@neutral-text-tertiary: #A7A7A7;
|
|
35
|
+
@neutral-text-inverse: #FFF;
|
|
36
|
+
@neutral-text-link-monochrome: #000000;
|
|
37
|
+
@neutral-control-bg-disabled: #F5F5F5;
|
|
38
|
+
@neutral-control-bg-accent-disabled: #A7A7A7;
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 11 Dec 2023 14:14:25 GMT
|
|
4
|
+
|
|
5
|
+
@body-lg-font-family: VK Sans Display;
|
|
6
|
+
@body-lg-font-weight: 400;
|
|
7
|
+
@body-lg-line-height: 24px;
|
|
8
|
+
@body-lg-font-size: 16px;
|
|
9
|
+
@body-lg-letter-spacing: 0%;
|
|
10
|
+
@body-lg-paragraph-spacing: 8px;
|
|
11
|
+
@body-lg-text-case: none;
|
|
12
|
+
@body-lg-text-decoration: none;
|
|
13
|
+
@body-md-font-family: VK Sans Display;
|
|
14
|
+
@body-md-font-weight: 400;
|
|
15
|
+
@body-md-line-height: 20px;
|
|
16
|
+
@body-md-font-size: 14px;
|
|
17
|
+
@body-md-letter-spacing: 0%;
|
|
18
|
+
@body-md-paragraph-spacing: 4px;
|
|
19
|
+
@body-md-text-case: none;
|
|
20
|
+
@body-md-text-decoration: none;
|
|
21
|
+
@body-sm-font-family: VK Sans Display;
|
|
22
|
+
@body-sm-font-weight: 400;
|
|
23
|
+
@body-sm-line-height: 16px;
|
|
24
|
+
@body-sm-font-size: 12px;
|
|
25
|
+
@body-sm-letter-spacing: 0%;
|
|
26
|
+
@body-sm-paragraph-spacing: 4px;
|
|
27
|
+
@body-sm-text-case: none;
|
|
28
|
+
@body-sm-text-decoration: none;
|
|
29
|
+
@body-extra-sm-font-family: VK Sans Display;
|
|
30
|
+
@body-extra-sm-font-weight: 400;
|
|
31
|
+
@body-extra-sm-line-height: 12px;
|
|
32
|
+
@body-extra-sm-font-size: 8px;
|
|
33
|
+
@body-extra-sm-letter-spacing: 0%;
|
|
34
|
+
@body-extra-sm-paragraph-spacing: 0px;
|
|
35
|
+
@body-extra-sm-text-case: none;
|
|
36
|
+
@body-extra-sm-text-decoration: none;
|
|
37
|
+
@body-lg-bold-font-family: VK Sans Display;
|
|
38
|
+
@body-lg-bold-font-weight: 500;
|
|
39
|
+
@body-lg-bold-line-height: 20px;
|
|
40
|
+
@body-lg-bold-font-size: 16px;
|
|
41
|
+
@body-lg-bold-letter-spacing: 0%;
|
|
42
|
+
@body-lg-bold-paragraph-spacing: 0px;
|
|
43
|
+
@body-lg-bold-text-case: none;
|
|
44
|
+
@body-lg-bold-text-decoration: none;
|
|
45
|
+
@body-md-bold-font-family: VK Sans Display;
|
|
46
|
+
@body-md-bold-font-weight: 500;
|
|
47
|
+
@body-md-bold-line-height: 16px;
|
|
48
|
+
@body-md-bold-font-size: 14px;
|
|
49
|
+
@body-md-bold-letter-spacing: 0%;
|
|
50
|
+
@body-md-bold-paragraph-spacing: 0px;
|
|
51
|
+
@body-md-bold-text-case: none;
|
|
52
|
+
@body-md-bold-text-decoration: none;
|
|
53
|
+
@body-sm-bold-font-family: VK Sans Display;
|
|
54
|
+
@body-sm-bold-font-weight: 500;
|
|
55
|
+
@body-sm-bold-line-height: 16px;
|
|
56
|
+
@body-sm-bold-font-size: 12px;
|
|
57
|
+
@body-sm-bold-letter-spacing: 0%;
|
|
58
|
+
@body-sm-bold-paragraph-spacing: 0px;
|
|
59
|
+
@body-sm-bold-text-case: none;
|
|
60
|
+
@body-sm-bold-text-decoration: none;
|
|
61
|
+
@body-extra-lg-font-family: VK Sans Display;
|
|
62
|
+
@body-extra-lg-font-weight: 400;
|
|
63
|
+
@body-extra-lg-line-height: 32px;
|
|
64
|
+
@body-extra-lg-font-size: 24px;
|
|
65
|
+
@body-extra-lg-letter-spacing: 0%;
|
|
66
|
+
@body-extra-lg-paragraph-spacing: 8px;
|
|
67
|
+
@body-extra-lg-paragraph-indent: none;
|
|
68
|
+
@body-extra-lg-text-case: none;
|
|
69
|
+
@body-extra-lg-text-decoration: none;
|
|
70
|
+
@headlines-lvl-1-font-family: VK Sans Display;
|
|
71
|
+
@headlines-lvl-1-font-weight: 500;
|
|
72
|
+
@headlines-lvl-1-line-height: 48px;
|
|
73
|
+
@headlines-lvl-1-font-size: 40px;
|
|
74
|
+
@headlines-lvl-1-letter-spacing: 0%;
|
|
75
|
+
@headlines-lvl-1-paragraph-spacing: 0px;
|
|
76
|
+
@headlines-lvl-1-text-case: none;
|
|
77
|
+
@headlines-lvl-1-text-decoration: none;
|
|
78
|
+
@headlines-lvl-2-font-family: VK Sans Display;
|
|
79
|
+
@headlines-lvl-2-font-weight: 500;
|
|
80
|
+
@headlines-lvl-2-line-height: 40px;
|
|
81
|
+
@headlines-lvl-2-font-size: 32px;
|
|
82
|
+
@headlines-lvl-2-letter-spacing: 0%;
|
|
83
|
+
@headlines-lvl-2-paragraph-spacing: 0px;
|
|
84
|
+
@headlines-lvl-2-text-case: none;
|
|
85
|
+
@headlines-lvl-2-text-decoration: none;
|
|
86
|
+
@headlines-lvl-3-font-family: VK Sans Display;
|
|
87
|
+
@headlines-lvl-3-font-weight: 500;
|
|
88
|
+
@headlines-lvl-3-line-height: 28px;
|
|
89
|
+
@headlines-lvl-3-font-size: 24px;
|
|
90
|
+
@headlines-lvl-3-letter-spacing: 0%;
|
|
91
|
+
@headlines-lvl-3-paragraph-spacing: 0px;
|
|
92
|
+
@headlines-lvl-3-text-case: none;
|
|
93
|
+
@headlines-lvl-3-text-decoration: none;
|
|
94
|
+
@headlines-lvl-4-font-family: VK Sans Display;
|
|
95
|
+
@headlines-lvl-4-font-weight: 500;
|
|
96
|
+
@headlines-lvl-4-line-height: 24px;
|
|
97
|
+
@headlines-lvl-4-font-size: 18px;
|
|
98
|
+
@headlines-lvl-4-letter-spacing: 0%;
|
|
99
|
+
@headlines-lvl-4-paragraph-spacing: 0px;
|
|
100
|
+
@headlines-lvl-4-text-case: none;
|
|
101
|
+
@headlines-lvl-4-text-decoration: none;
|
|
102
|
+
@headlines-lvl-5-font-family: VK Sans Display;
|
|
103
|
+
@headlines-lvl-5-font-weight: 500;
|
|
104
|
+
@headlines-lvl-5-line-height: 20px;
|
|
105
|
+
@headlines-lvl-5-font-size: 16px;
|
|
106
|
+
@headlines-lvl-5-letter-spacing: 0%;
|
|
107
|
+
@headlines-lvl-5-paragraph-spacing: 0px;
|
|
108
|
+
@headlines-lvl-5-text-case: none;
|
|
109
|
+
@headlines-lvl-5-text-decoration: none;
|
|
110
|
+
@headlines-lvl-6-font-family: VK Sans Display;
|
|
111
|
+
@headlines-lvl-6-font-weight: 500;
|
|
112
|
+
@headlines-lvl-6-line-height: 16px;
|
|
113
|
+
@headlines-lvl-6-font-size: 14px;
|
|
114
|
+
@headlines-lvl-6-letter-spacing: 0%;
|
|
115
|
+
@headlines-lvl-6-paragraph-spacing: 0px;
|
|
116
|
+
@headlines-lvl-6-text-case: none;
|
|
117
|
+
@headlines-lvl-6-text-decoration: none;
|
package/package.json
CHANGED