@vkontakte/vkui-tokens 4.5.2 → 4.6.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/build/compilers/index.d.ts +1 -1
- package/build/compilers/index.js +31 -18
- package/build/compilers/styles/compileStyles.d.ts +3 -3
- package/build/compilers/styles/compileStyles.js +33 -6
- package/build/compilers/styles/compileStyles.test.js +40 -2
- package/build/compilers/styles/helpers/tokenRecognition.js +1 -1
- package/interfaces/general/colors/index.d.ts +1 -0
- package/interfaces/general/index.d.ts +1 -0
- package/interfaces/themes/media/index.d.ts +6 -0
- package/package.json +5 -2
- package/themeDescriptions/base/paradigm.js +2 -0
- package/themeDescriptions/base/vk.js +8 -2
- package/themes/calendar/cssVars/declarations/index.css +3 -0
- package/themes/calendar/cssVars/declarations/noSizes.css +3 -0
- package/themes/calendar/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +591 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/calendar/cssVars/theme/index.js +14 -0
- package/themes/calendar/cssVars/theme/index.json +14 -0
- package/themes/calendar/index.css +3 -0
- package/themes/calendar/index.js +5 -0
- package/themes/calendar/index.json +5 -0
- package/themes/calendar/index.less +3 -0
- package/themes/calendar/index.pcss +3 -0
- package/themes/calendar/index.scss +3 -0
- package/themes/calendar/index.styl +3 -0
- package/themes/calendarDark/cssVars/declarations/index.css +3 -0
- package/themes/calendarDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +591 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/calendarDark/cssVars/theme/index.js +14 -0
- package/themes/calendarDark/cssVars/theme/index.json +14 -0
- package/themes/calendarDark/index.css +3 -0
- package/themes/calendarDark/index.js +5 -0
- package/themes/calendarDark/index.json +5 -0
- package/themes/calendarDark/index.less +3 -0
- package/themes/calendarDark/index.pcss +3 -0
- package/themes/calendarDark/index.scss +3 -0
- package/themes/calendarDark/index.styl +3 -0
- package/themes/calls/cssVars/declarations/index.css +3 -0
- package/themes/calls/cssVars/declarations/noSizes.css +3 -0
- package/themes/calls/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +501 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/calls/cssVars/theme/index.js +14 -0
- package/themes/calls/cssVars/theme/index.json +14 -0
- package/themes/calls/index.css +3 -0
- package/themes/calls/index.js +5 -0
- package/themes/calls/index.json +5 -0
- package/themes/calls/index.less +3 -0
- package/themes/calls/index.pcss +3 -0
- package/themes/calls/index.scss +3 -0
- package/themes/calls/index.styl +3 -0
- package/themes/cloud/cssVars/declarations/index.css +3 -0
- package/themes/cloud/cssVars/declarations/noSizes.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyColors.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +524 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/cloud/cssVars/theme/index.js +14 -0
- package/themes/cloud/cssVars/theme/index.json +14 -0
- package/themes/cloud/index.css +3 -0
- package/themes/cloud/index.js +5 -0
- package/themes/cloud/index.json +5 -0
- package/themes/cloud/index.less +3 -0
- package/themes/cloud/index.pcss +3 -0
- package/themes/cloud/index.scss +3 -0
- package/themes/cloud/index.styl +3 -0
- package/themes/home/cssVars/declarations/index.css +3 -0
- package/themes/home/cssVars/declarations/noSizes.css +3 -0
- package/themes/home/cssVars/declarations/onlyColors.css +3 -0
- package/themes/home/cssVars/declarations/onlyColors.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +525 -0
- package/themes/home/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/home/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/home/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/home/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/home/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/home/cssVars/theme/index.js +14 -0
- package/themes/home/cssVars/theme/index.json +14 -0
- package/themes/home/index.css +3 -0
- package/themes/home/index.js +5 -0
- package/themes/home/index.json +5 -0
- package/themes/home/index.less +3 -0
- package/themes/home/index.pcss +3 -0
- package/themes/home/index.scss +3 -0
- package/themes/home/index.styl +3 -0
- package/themes/homeDark/cssVars/declarations/index.css +3 -0
- package/themes/homeDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +524 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/homeDark/cssVars/theme/index.js +14 -0
- package/themes/homeDark/cssVars/theme/index.json +14 -0
- package/themes/homeDark/index.css +3 -0
- package/themes/homeDark/index.js +5 -0
- package/themes/homeDark/index.json +5 -0
- package/themes/homeDark/index.less +3 -0
- package/themes/homeDark/index.pcss +3 -0
- package/themes/homeDark/index.scss +3 -0
- package/themes/homeDark/index.styl +3 -0
- package/themes/media/cssVars/declarations/index.css +602 -137
- package/themes/media/cssVars/declarations/noColors.css +371 -93
- package/themes/media/cssVars/declarations/noSizes.css +3 -0
- package/themes/media/cssVars/declarations/onlyAdaptiveGroups.css +37 -0
- package/themes/media/cssVars/declarations/onlyColors.css +3 -0
- package/themes/media/cssVars/declarations/onlyColors.js +2 -2
- package/themes/media/cssVars/declarations/onlyMedia.css +191 -44
- package/themes/media/cssVars/declarations/onlyVariables.css +86 -27
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +86 -27
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +709 -0
- package/themes/media/cssVars/theme/fallbacks/index.css +374 -93
- package/themes/media/cssVars/theme/fallbacks/index.less +167 -33
- package/themes/media/cssVars/theme/fallbacks/index.pcss +167 -33
- package/themes/media/cssVars/theme/fallbacks/index.scss +440 -82
- package/themes/media/cssVars/theme/fallbacks/index.styl +167 -33
- package/themes/media/cssVars/theme/index.js +432 -38
- package/themes/media/cssVars/theme/index.json +432 -38
- package/themes/media/index.css +374 -93
- package/themes/media/index.js +143 -38
- package/themes/media/index.json +143 -38
- package/themes/media/index.less +167 -33
- package/themes/media/index.pcss +167 -33
- package/themes/media/index.scss +440 -82
- package/themes/media/index.styl +167 -33
- package/themes/mediaDark/cssVars/declarations/index.css +602 -137
- package/themes/mediaDark/cssVars/declarations/noColors.css +371 -93
- package/themes/mediaDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/mediaDark/cssVars/declarations/onlyAdaptiveGroups.css +37 -0
- package/themes/mediaDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyMedia.css +191 -44
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +86 -27
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +86 -27
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +709 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +374 -93
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +167 -33
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +167 -33
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +440 -82
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +167 -33
- package/themes/mediaDark/cssVars/theme/index.js +432 -38
- package/themes/mediaDark/cssVars/theme/index.json +432 -38
- package/themes/mediaDark/index.css +374 -93
- package/themes/mediaDark/index.js +143 -38
- package/themes/mediaDark/index.json +143 -38
- package/themes/mediaDark/index.less +167 -33
- package/themes/mediaDark/index.pcss +167 -33
- package/themes/mediaDark/index.scss +440 -82
- package/themes/mediaDark/index.styl +167 -33
- package/themes/mycom/cssVars/declarations/index.css +586 -121
- package/themes/mycom/cssVars/declarations/noColors.css +355 -77
- package/themes/mycom/cssVars/declarations/noSizes.css +181 -0
- package/themes/mycom/cssVars/declarations/onlyAdaptiveGroups.css +37 -0
- package/themes/mycom/cssVars/declarations/onlyColors.css +3 -0
- package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyMedia.css +191 -44
- package/themes/mycom/cssVars/declarations/onlyVariables.css +82 -23
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +82 -23
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +711 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.css +362 -81
- package/themes/mycom/cssVars/theme/fallbacks/index.less +163 -29
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +163 -29
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +428 -70
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +163 -29
- package/themes/mycom/cssVars/theme/index.js +428 -34
- package/themes/mycom/cssVars/theme/index.json +428 -34
- package/themes/mycom/index.css +358 -77
- package/themes/mycom/index.js +139 -34
- package/themes/mycom/index.json +139 -34
- package/themes/mycom/index.less +159 -25
- package/themes/mycom/index.pcss +159 -25
- package/themes/mycom/index.scss +420 -62
- package/themes/mycom/index.styl +159 -25
- package/themes/octavius/cssVars/declarations/index.css +3 -0
- package/themes/octavius/cssVars/declarations/noSizes.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +887 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octavius/cssVars/theme/index.js +14 -0
- package/themes/octavius/cssVars/theme/index.json +14 -0
- package/themes/octavius/index.css +3 -0
- package/themes/octavius/index.js +5 -0
- package/themes/octavius/index.json +5 -0
- package/themes/octavius/index.less +3 -0
- package/themes/octavius/index.pcss +3 -0
- package/themes/octavius/index.scss +3 -0
- package/themes/octavius/index.styl +3 -0
- package/themes/octaviusCompact/cssVars/declarations/index.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +888 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octaviusCompact/cssVars/theme/index.js +14 -0
- package/themes/octaviusCompact/cssVars/theme/index.json +14 -0
- package/themes/octaviusCompact/index.css +3 -0
- package/themes/octaviusCompact/index.js +5 -0
- package/themes/octaviusCompact/index.json +5 -0
- package/themes/octaviusCompact/index.less +3 -0
- package/themes/octaviusCompact/index.pcss +3 -0
- package/themes/octaviusCompact/index.scss +3 -0
- package/themes/octaviusCompact/index.styl +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +888 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.js +14 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.json +14 -0
- package/themes/octaviusCompactDark/index.css +3 -0
- package/themes/octaviusCompactDark/index.js +5 -0
- package/themes/octaviusCompactDark/index.json +5 -0
- package/themes/octaviusCompactDark/index.less +3 -0
- package/themes/octaviusCompactDark/index.pcss +3 -0
- package/themes/octaviusCompactDark/index.scss +3 -0
- package/themes/octaviusCompactDark/index.styl +3 -0
- package/themes/octaviusDark/cssVars/declarations/index.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +887 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octaviusDark/cssVars/theme/index.js +14 -0
- package/themes/octaviusDark/cssVars/theme/index.json +14 -0
- package/themes/octaviusDark/index.css +3 -0
- package/themes/octaviusDark/index.js +5 -0
- package/themes/octaviusDark/index.json +5 -0
- package/themes/octaviusDark/index.less +3 -0
- package/themes/octaviusDark/index.pcss +3 -0
- package/themes/octaviusDark/index.scss +3 -0
- package/themes/octaviusDark/index.styl +3 -0
- package/themes/octaviusVK/cssVars/declarations/index.css +5 -2
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +5 -2
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +5 -2
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +5 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +5 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +893 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +5 -2
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +5 -2
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +5 -2
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +5 -2
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +5 -2
- package/themes/octaviusVK/cssVars/theme/index.js +16 -2
- package/themes/octaviusVK/cssVars/theme/index.json +16 -2
- package/themes/octaviusVK/index.css +5 -2
- package/themes/octaviusVK/index.js +7 -2
- package/themes/octaviusVK/index.json +7 -2
- package/themes/octaviusVK/index.less +5 -2
- package/themes/octaviusVK/index.pcss +5 -2
- package/themes/octaviusVK/index.scss +5 -2
- package/themes/octaviusVK/index.styl +5 -2
- package/themes/octaviusVKDark/cssVars/declarations/index.css +3 -0
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +893 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octaviusVKDark/cssVars/theme/index.js +14 -0
- package/themes/octaviusVKDark/cssVars/theme/index.json +14 -0
- package/themes/octaviusVKDark/index.css +3 -0
- package/themes/octaviusVKDark/index.js +5 -0
- package/themes/octaviusVKDark/index.json +5 -0
- package/themes/octaviusVKDark/index.less +3 -0
- package/themes/octaviusVKDark/index.pcss +3 -0
- package/themes/octaviusVKDark/index.scss +3 -0
- package/themes/octaviusVKDark/index.styl +3 -0
- package/themes/octaviusWhite/cssVars/declarations/index.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +887 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octaviusWhite/cssVars/theme/index.js +14 -0
- package/themes/octaviusWhite/cssVars/theme/index.json +14 -0
- package/themes/octaviusWhite/index.css +3 -0
- package/themes/octaviusWhite/index.js +5 -0
- package/themes/octaviusWhite/index.json +5 -0
- package/themes/octaviusWhite/index.less +3 -0
- package/themes/octaviusWhite/index.pcss +3 -0
- package/themes/octaviusWhite/index.scss +3 -0
- package/themes/octaviusWhite/index.styl +3 -0
- package/themes/otvet/cssVars/declarations/index.css +3 -0
- package/themes/otvet/cssVars/declarations/noSizes.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyColors.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +481 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/otvet/cssVars/theme/index.js +14 -0
- package/themes/otvet/cssVars/theme/index.json +14 -0
- package/themes/otvet/index.css +3 -0
- package/themes/otvet/index.js +5 -0
- package/themes/otvet/index.json +5 -0
- package/themes/otvet/index.less +3 -0
- package/themes/otvet/index.pcss +3 -0
- package/themes/otvet/index.scss +3 -0
- package/themes/otvet/index.styl +3 -0
- package/themes/otvetDark/cssVars/declarations/index.css +3 -0
- package/themes/otvetDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +481 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/otvetDark/cssVars/theme/index.js +14 -0
- package/themes/otvetDark/cssVars/theme/index.json +14 -0
- package/themes/otvetDark/index.css +3 -0
- package/themes/otvetDark/index.js +5 -0
- package/themes/otvetDark/index.json +5 -0
- package/themes/otvetDark/index.less +3 -0
- package/themes/otvetDark/index.pcss +3 -0
- package/themes/otvetDark/index.scss +3 -0
- package/themes/otvetDark/index.styl +3 -0
- package/themes/paradigmBase/cssVars/declarations/index.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +506 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/paradigmBase/cssVars/theme/index.js +14 -0
- package/themes/paradigmBase/cssVars/theme/index.json +14 -0
- package/themes/paradigmBase/index.css +3 -0
- package/themes/paradigmBase/index.js +5 -0
- package/themes/paradigmBase/index.json +5 -0
- package/themes/paradigmBase/index.less +3 -0
- package/themes/paradigmBase/index.pcss +3 -0
- package/themes/paradigmBase/index.scss +3 -0
- package/themes/paradigmBase/index.styl +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +506 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.js +14 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.json +14 -0
- package/themes/paradigmBaseDark/index.css +3 -0
- package/themes/paradigmBaseDark/index.js +5 -0
- package/themes/paradigmBaseDark/index.json +5 -0
- package/themes/paradigmBaseDark/index.less +3 -0
- package/themes/paradigmBaseDark/index.pcss +3 -0
- package/themes/paradigmBaseDark/index.scss +3 -0
- package/themes/paradigmBaseDark/index.styl +3 -0
- package/themes/pharma/cssVars/declarations/index.css +602 -137
- package/themes/pharma/cssVars/declarations/noColors.css +371 -93
- package/themes/pharma/cssVars/declarations/noSizes.css +181 -0
- package/themes/pharma/cssVars/declarations/onlyAdaptiveGroups.css +37 -0
- package/themes/pharma/cssVars/declarations/onlyColors.css +3 -0
- package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyMedia.css +191 -44
- package/themes/pharma/cssVars/declarations/onlyVariables.css +86 -27
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +86 -27
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +712 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.css +374 -93
- package/themes/pharma/cssVars/theme/fallbacks/index.less +167 -33
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +167 -33
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +440 -82
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +167 -33
- package/themes/pharma/cssVars/theme/index.js +432 -38
- package/themes/pharma/cssVars/theme/index.json +432 -38
- package/themes/pharma/index.css +374 -93
- package/themes/pharma/index.js +143 -38
- package/themes/pharma/index.json +143 -38
- package/themes/pharma/index.less +167 -33
- package/themes/pharma/index.pcss +167 -33
- package/themes/pharma/index.scss +440 -82
- package/themes/pharma/index.styl +167 -33
- package/themes/promo/cssVars/declarations/index.css +3 -0
- package/themes/promo/cssVars/declarations/noSizes.css +3 -0
- package/themes/promo/cssVars/declarations/onlyColors.css +3 -0
- package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +662 -0
- package/themes/promo/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/promo/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/promo/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/promo/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/promo/cssVars/theme/index.js +14 -0
- package/themes/promo/cssVars/theme/index.json +14 -0
- package/themes/promo/index.css +3 -0
- package/themes/promo/index.js +5 -0
- package/themes/promo/index.json +5 -0
- package/themes/promo/index.less +3 -0
- package/themes/promo/index.pcss +3 -0
- package/themes/promo/index.scss +3 -0
- package/themes/promo/index.styl +3 -0
- package/themes/todo/cssVars/declarations/index.css +3 -0
- package/themes/todo/cssVars/declarations/noSizes.css +3 -0
- package/themes/todo/cssVars/declarations/onlyColors.css +3 -0
- package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +507 -0
- package/themes/todo/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/todo/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/todo/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/todo/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/todo/cssVars/theme/index.js +14 -0
- package/themes/todo/cssVars/theme/index.json +14 -0
- package/themes/todo/index.css +3 -0
- package/themes/todo/index.js +5 -0
- package/themes/todo/index.json +5 -0
- package/themes/todo/index.less +3 -0
- package/themes/todo/index.pcss +3 -0
- package/themes/todo/index.scss +3 -0
- package/themes/todo/index.styl +3 -0
- package/themes/vkBase/cssVars/declarations/index.css +5 -2
- package/themes/vkBase/cssVars/declarations/noSizes.css +5 -2
- package/themes/vkBase/cssVars/declarations/onlyColors.css +5 -2
- package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +5 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +5 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +411 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +5 -2
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +5 -2
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +5 -2
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +5 -2
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +5 -2
- package/themes/vkBase/cssVars/theme/index.js +16 -2
- package/themes/vkBase/cssVars/theme/index.json +16 -2
- package/themes/vkBase/index.css +5 -2
- package/themes/vkBase/index.js +7 -2
- package/themes/vkBase/index.json +7 -2
- package/themes/vkBase/index.less +5 -2
- package/themes/vkBase/index.pcss +5 -2
- package/themes/vkBase/index.scss +5 -2
- package/themes/vkBase/index.styl +5 -2
- package/themes/vkBaseDark/cssVars/declarations/index.css +4 -0
- package/themes/vkBaseDark/cssVars/declarations/noColors.css +1 -0
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +4 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +4 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +4 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +233 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +4 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +4 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +4 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +4 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +4 -0
- package/themes/vkBaseDark/cssVars/theme/index.js +18 -0
- package/themes/vkBaseDark/cssVars/theme/index.json +18 -0
- package/themes/vkBaseDark/index.css +4 -0
- package/themes/vkBaseDark/index.js +6 -0
- package/themes/vkBaseDark/index.json +6 -0
- package/themes/vkBaseDark/index.less +4 -0
- package/themes/vkBaseDark/index.pcss +4 -0
- package/themes/vkBaseDark/index.scss +4 -0
- package/themes/vkBaseDark/index.styl +4 -0
- package/themes/vkCom/cssVars/declarations/index.css +6 -2
- package/themes/vkCom/cssVars/declarations/noColors.css +1 -0
- package/themes/vkCom/cssVars/declarations/noSizes.css +6 -2
- package/themes/vkCom/cssVars/declarations/onlyColors.css +5 -2
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +6 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +6 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +6 -2
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +6 -2
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +6 -2
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +6 -2
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +6 -2
- package/themes/vkCom/cssVars/theme/index.js +20 -2
- package/themes/vkCom/cssVars/theme/index.json +20 -2
- package/themes/vkCom/index.css +6 -2
- package/themes/vkCom/index.js +8 -2
- package/themes/vkCom/index.json +8 -2
- package/themes/vkCom/index.less +6 -2
- package/themes/vkCom/index.pcss +6 -2
- package/themes/vkCom/index.scss +6 -2
- package/themes/vkCom/index.styl +6 -2
- package/themes/vkComDark/cssVars/declarations/index.css +4 -0
- package/themes/vkComDark/cssVars/declarations/noColors.css +1 -0
- package/themes/vkComDark/cssVars/declarations/noSizes.css +4 -0
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +4 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +4 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +4 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +4 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +4 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +4 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +4 -0
- package/themes/vkComDark/cssVars/theme/index.js +18 -0
- package/themes/vkComDark/cssVars/theme/index.json +18 -0
- package/themes/vkComDark/index.css +4 -0
- package/themes/vkComDark/index.js +6 -0
- package/themes/vkComDark/index.json +6 -0
- package/themes/vkComDark/index.less +4 -0
- package/themes/vkComDark/index.pcss +4 -0
- package/themes/vkComDark/index.scss +4 -0
- package/themes/vkComDark/index.styl +4 -0
- package/themes/vkIOS/cssVars/declarations/index.css +6 -2
- package/themes/vkIOS/cssVars/declarations/noColors.css +1 -0
- package/themes/vkIOS/cssVars/declarations/noSizes.css +6 -2
- package/themes/vkIOS/cssVars/declarations/onlyColors.css +5 -2
- package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +6 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +6 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +6 -2
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +6 -2
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +6 -2
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +6 -2
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +6 -2
- package/themes/vkIOS/cssVars/theme/index.js +20 -2
- package/themes/vkIOS/cssVars/theme/index.json +20 -2
- package/themes/vkIOS/index.css +6 -2
- package/themes/vkIOS/index.js +8 -2
- package/themes/vkIOS/index.json +8 -2
- package/themes/vkIOS/index.less +6 -2
- package/themes/vkIOS/index.pcss +6 -2
- package/themes/vkIOS/index.scss +6 -2
- package/themes/vkIOS/index.styl +6 -2
- package/themes/vkIOSDark/cssVars/declarations/index.css +4 -0
- package/themes/vkIOSDark/cssVars/declarations/noColors.css +1 -0
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +4 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +4 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +4 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +4 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +4 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +4 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +4 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +4 -0
- package/themes/vkIOSDark/cssVars/theme/index.js +18 -0
- package/themes/vkIOSDark/cssVars/theme/index.json +18 -0
- package/themes/vkIOSDark/index.css +4 -0
- package/themes/vkIOSDark/index.js +6 -0
- package/themes/vkIOSDark/index.json +6 -0
- package/themes/vkIOSDark/index.less +4 -0
- package/themes/vkIOSDark/index.pcss +4 -0
- package/themes/vkIOSDark/index.scss +4 -0
- package/themes/vkIOSDark/index.styl +4 -0
package/themes/media/index.css
CHANGED
|
@@ -11,51 +11,54 @@
|
|
|
11
11
|
--vkui--font_title1--font_size--regular: 24px;
|
|
12
12
|
--vkui--font_title1--line_height--regular: 28px;
|
|
13
13
|
--vkui--font_title1--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
14
|
-
--vkui--font_title1--font_weight--regular:
|
|
14
|
+
--vkui--font_title1--font_weight--regular: 500;
|
|
15
15
|
--vkui--font_title1--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
16
|
-
--vkui--font_title1--font_weight--compact:
|
|
16
|
+
--vkui--font_title1--font_weight--compact: 500;
|
|
17
17
|
--vkui--font_title2--font_size--regular: 20px;
|
|
18
18
|
--vkui--font_title2--line_height--regular: 26px;
|
|
19
19
|
--vkui--font_title2--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
20
|
-
--vkui--font_title2--font_weight--regular:
|
|
20
|
+
--vkui--font_title2--font_weight--regular: 500;
|
|
21
21
|
--vkui--font_title2--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
22
|
-
--vkui--font_title2--font_weight--compact:
|
|
22
|
+
--vkui--font_title2--font_weight--compact: 500;
|
|
23
23
|
--vkui--font_title3--font_size--regular: 17px;
|
|
24
24
|
--vkui--font_title3--line_height--regular: 22px;
|
|
25
25
|
--vkui--font_title3--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
26
|
-
--vkui--font_title3--font_weight--regular:
|
|
26
|
+
--vkui--font_title3--font_weight--regular: 500;
|
|
27
27
|
--vkui--font_title3--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
28
|
-
--vkui--font_title3--font_weight--compact:
|
|
29
|
-
--vkui--font_headline1--font_size--regular:
|
|
28
|
+
--vkui--font_title3--font_weight--compact: 500;
|
|
29
|
+
--vkui--font_headline1--font_size--regular: 15px;
|
|
30
30
|
--vkui--font_headline1--line_height--regular: 20px;
|
|
31
|
-
--vkui--font_headline1--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
32
|
-
--vkui--font_headline1--font_weight--regular:
|
|
33
|
-
--vkui--font_headline1--font_size--compact:
|
|
31
|
+
--vkui--font_headline1--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
32
|
+
--vkui--font_headline1--font_weight--regular: 500;
|
|
33
|
+
--vkui--font_headline1--font_size--compact: 16px;
|
|
34
34
|
--vkui--font_headline1--line_height--compact: 20px;
|
|
35
|
-
--vkui--
|
|
35
|
+
--vkui--font_headline1--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
36
|
+
--vkui--font_headline1--font_weight--compact: 500;
|
|
37
|
+
--vkui--font_headline2--font_size--regular: 14px;
|
|
36
38
|
--vkui--font_headline2--line_height--regular: 20px;
|
|
37
|
-
--vkui--font_headline2--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
38
|
-
--vkui--font_headline2--font_weight--regular:
|
|
39
|
-
--vkui--font_headline2--font_size--compact:
|
|
39
|
+
--vkui--font_headline2--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
40
|
+
--vkui--font_headline2--font_weight--regular: 500;
|
|
41
|
+
--vkui--font_headline2--font_size--compact: 15px;
|
|
40
42
|
--vkui--font_headline2--line_height--compact: 20px;
|
|
41
|
-
--vkui--
|
|
43
|
+
--vkui--font_headline2--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
44
|
+
--vkui--font_headline2--font_weight--compact: 500;
|
|
45
|
+
--vkui--font_text--font_size--regular: 15px;
|
|
42
46
|
--vkui--font_text--line_height--regular: 20px;
|
|
43
47
|
--vkui--font_text--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
44
48
|
--vkui--font_text--font_weight--regular: 400;
|
|
45
|
-
--vkui--font_text--font_size--compact:
|
|
46
|
-
--vkui--font_text--line_height--compact:
|
|
49
|
+
--vkui--font_text--font_size--compact: 16px;
|
|
50
|
+
--vkui--font_text--line_height--compact: 24px;
|
|
47
51
|
--vkui--font_paragraph--font_size--regular: 15px;
|
|
48
52
|
--vkui--font_paragraph--line_height--regular: 20px;
|
|
49
53
|
--vkui--font_paragraph--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
50
54
|
--vkui--font_paragraph--font_weight--regular: 400;
|
|
51
|
-
--vkui--font_subhead--font_size--regular:
|
|
55
|
+
--vkui--font_subhead--font_size--regular: 13px;
|
|
52
56
|
--vkui--font_subhead--line_height--regular: 18px;
|
|
53
|
-
--vkui--font_subhead--font_family--regular:
|
|
54
|
-
--vkui--font_subhead--font_weight--regular:
|
|
55
|
-
--vkui--font_subhead--font_size--compact:
|
|
57
|
+
--vkui--font_subhead--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
58
|
+
--vkui--font_subhead--font_weight--regular: 400;
|
|
59
|
+
--vkui--font_subhead--font_size--compact: 14px;
|
|
56
60
|
--vkui--font_subhead--line_height--compact: 18px;
|
|
57
|
-
--vkui--font_subhead--
|
|
58
|
-
--vkui--font_subhead--font_weight--compact: 600;
|
|
61
|
+
--vkui--font_subhead--font_weight--compact: 400;
|
|
59
62
|
--vkui--font_footnote--font_size--regular: 13px;
|
|
60
63
|
--vkui--font_footnote--line_height--regular: 18px;
|
|
61
64
|
--vkui--font_footnote--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
@@ -268,6 +271,57 @@
|
|
|
268
271
|
--vkui--font_family_article: Georgia, serif;
|
|
269
272
|
--vkui--font_weight_article1: 400;
|
|
270
273
|
--vkui--font_weight_article2: 700;
|
|
274
|
+
--vkui--media_font_media_header--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
275
|
+
--vkui--media_font_media_header--font_weight--regular: 500;
|
|
276
|
+
--vkui--media_font_media_header--font_size--regular: 36px;
|
|
277
|
+
--vkui--media_font_media_header--line_height--regular: 44px;
|
|
278
|
+
--vkui--media_font_media_header--letter_spacing--regular: -0.5%;
|
|
279
|
+
--vkui--media_font_media_header--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
280
|
+
--vkui--media_font_media_header--font_weight--compact: 500;
|
|
281
|
+
--vkui--media_font_media_header--font_size--compact: 40px;
|
|
282
|
+
--vkui--media_font_media_header--line_height--compact: 48px;
|
|
283
|
+
--vkui--media_font_media_header--letter_spacing--compact: -0.5%;
|
|
284
|
+
--vkui--media_font_media_title1--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
285
|
+
--vkui--media_font_media_title1--font_weight--regular: 500;
|
|
286
|
+
--vkui--media_font_media_title1--font_size--regular: 28px;
|
|
287
|
+
--vkui--media_font_media_title1--line_height--regular: 36px;
|
|
288
|
+
--vkui--media_font_media_title1--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
289
|
+
--vkui--media_font_media_title1--font_weight--compact: 500;
|
|
290
|
+
--vkui--media_font_media_title1--font_size--compact: 28px;
|
|
291
|
+
--vkui--media_font_media_title1--line_height--compact: 36px;
|
|
292
|
+
--vkui--media_font_media_title2--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
293
|
+
--vkui--media_font_media_title2--font_weight--regular: 500;
|
|
294
|
+
--vkui--media_font_media_title2--font_size--regular: 24px;
|
|
295
|
+
--vkui--media_font_media_title2--line_height--regular: 32px;
|
|
296
|
+
--vkui--media_font_media_title2--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
297
|
+
--vkui--media_font_media_title2--font_weight--compact: 500;
|
|
298
|
+
--vkui--media_font_media_title2--font_size--compact: 24px;
|
|
299
|
+
--vkui--media_font_media_title2--line_height--compact: 32px;
|
|
300
|
+
--vkui--media_font_media_title3--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
301
|
+
--vkui--media_font_media_title3--font_weight--regular: 500;
|
|
302
|
+
--vkui--media_font_media_title3--font_size--regular: 20px;
|
|
303
|
+
--vkui--media_font_media_title3--line_height--regular: 28px;
|
|
304
|
+
--vkui--media_font_media_title3--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
305
|
+
--vkui--media_font_media_title3--font_weight--compact: 500;
|
|
306
|
+
--vkui--media_font_media_title3--font_size--compact: 20px;
|
|
307
|
+
--vkui--media_font_media_title3--line_height--compact: 28px;
|
|
308
|
+
--vkui--media_font_media_lead--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
309
|
+
--vkui--media_font_media_lead--font_weight--regular: 500;
|
|
310
|
+
--vkui--media_font_media_lead--font_size--regular: 19px;
|
|
311
|
+
--vkui--media_font_media_lead--line_height--regular: 28px;
|
|
312
|
+
--vkui--media_font_media_lead--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
313
|
+
--vkui--media_font_media_lead--font_weight--compact: 500;
|
|
314
|
+
--vkui--media_font_media_lead--font_size--compact: 22px;
|
|
315
|
+
--vkui--media_font_media_lead--line_height--compact: 32px;
|
|
316
|
+
--vkui--media_font_media_lead--letter_spacing--compact: -0.3%;
|
|
317
|
+
--vkui--media_font_media_paragraph--font_family--regular: Georgia, serif;
|
|
318
|
+
--vkui--media_font_media_paragraph--font_weight--regular: 400;
|
|
319
|
+
--vkui--media_font_media_paragraph--font_size--regular: 18px;
|
|
320
|
+
--vkui--media_font_media_paragraph--line_height--regular: 28px;
|
|
321
|
+
--vkui--media_font_media_paragraph--font_family--compact: Georgia, serif;
|
|
322
|
+
--vkui--media_font_media_paragraph--font_weight--compact: 400;
|
|
323
|
+
--vkui--media_font_media_paragraph--font_size--compact: 19px;
|
|
324
|
+
--vkui--media_font_media_paragraph--line_height--compact: 32px;
|
|
271
325
|
--vkui--font_h3--font_size--regular: 20px;
|
|
272
326
|
--vkui--font_h3--line_height--regular: 26px;
|
|
273
327
|
--vkui--font_h3--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
@@ -325,12 +379,14 @@
|
|
|
325
379
|
--vkui--grid_layout_banner--compact: 280px;
|
|
326
380
|
--vkui--grid_layout_banner--regular: 280px;
|
|
327
381
|
--vkui--grid_layout_banner--large: 560px;
|
|
328
|
-
--vkui--font_headline--font_size--regular:
|
|
382
|
+
--vkui--font_headline--font_size--regular: 15px;
|
|
329
383
|
--vkui--font_headline--line_height--regular: 20px;
|
|
330
|
-
--vkui--font_headline--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
331
|
-
--vkui--font_headline--font_weight--regular:
|
|
332
|
-
--vkui--font_headline--font_size--compact:
|
|
384
|
+
--vkui--font_headline--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
385
|
+
--vkui--font_headline--font_weight--regular: 500;
|
|
386
|
+
--vkui--font_headline--font_size--compact: 16px;
|
|
333
387
|
--vkui--font_headline--line_height--compact: 20px;
|
|
388
|
+
--vkui--font_headline--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
389
|
+
--vkui--font_headline--font_weight--compact: 500;
|
|
334
390
|
--vkui--colors_scheme: light;
|
|
335
391
|
--vkui--color_background_accent: #005FF9;
|
|
336
392
|
--vkui--color_background_accent--hover: #005CF1;
|
|
@@ -377,6 +433,9 @@
|
|
|
377
433
|
--vkui--color_background_negative_tint: #FAEBEB;
|
|
378
434
|
--vkui--color_background_negative_tint--hover: #F0E2E4;
|
|
379
435
|
--vkui--color_background_negative_tint--active: #E6D9DD;
|
|
436
|
+
--vkui--color_field_background: #ffffff;
|
|
437
|
+
--vkui--color_field_background--hover: #F5F5F7;
|
|
438
|
+
--vkui--color_field_background--active: #EBECEF;
|
|
380
439
|
--vkui--color_text_accent: #005FF9;
|
|
381
440
|
--vkui--color_text_accent--hover: #005CF1;
|
|
382
441
|
--vkui--color_text_accent--active: #0059EA;
|
|
@@ -656,8 +715,8 @@
|
|
|
656
715
|
line-height: var(--vkui--font_title1--line_height--regular, 28px);
|
|
657
716
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
658
717
|
font-family: var(--vkui--font_title1--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
659
|
-
font-weight:
|
|
660
|
-
font-weight: var(--vkui--font_title1--font_weight--regular,
|
|
718
|
+
font-weight: 500;
|
|
719
|
+
font-weight: var(--vkui--font_title1--font_weight--regular, 500);
|
|
661
720
|
}
|
|
662
721
|
.vkui--font_title1--compact {
|
|
663
722
|
font-size: 24px;
|
|
@@ -666,8 +725,8 @@
|
|
|
666
725
|
line-height: var(--vkui--font_title1--line_height--regular, 28px);
|
|
667
726
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
668
727
|
font-family: var(--vkui--font_title1--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
669
|
-
font-weight:
|
|
670
|
-
font-weight: var(--vkui--font_title1--font_weight--compact,
|
|
728
|
+
font-weight: 500;
|
|
729
|
+
font-weight: var(--vkui--font_title1--font_weight--compact, 500);
|
|
671
730
|
}
|
|
672
731
|
.vkui--font_title2--regular {
|
|
673
732
|
font-size: 20px;
|
|
@@ -676,8 +735,8 @@
|
|
|
676
735
|
line-height: var(--vkui--font_title2--line_height--regular, 26px);
|
|
677
736
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
678
737
|
font-family: var(--vkui--font_title2--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
679
|
-
font-weight:
|
|
680
|
-
font-weight: var(--vkui--font_title2--font_weight--regular,
|
|
738
|
+
font-weight: 500;
|
|
739
|
+
font-weight: var(--vkui--font_title2--font_weight--regular, 500);
|
|
681
740
|
}
|
|
682
741
|
.vkui--font_title2--compact {
|
|
683
742
|
font-size: 20px;
|
|
@@ -686,8 +745,8 @@
|
|
|
686
745
|
line-height: var(--vkui--font_title2--line_height--regular, 26px);
|
|
687
746
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
688
747
|
font-family: var(--vkui--font_title2--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
689
|
-
font-weight:
|
|
690
|
-
font-weight: var(--vkui--font_title2--font_weight--compact,
|
|
748
|
+
font-weight: 500;
|
|
749
|
+
font-weight: var(--vkui--font_title2--font_weight--compact, 500);
|
|
691
750
|
}
|
|
692
751
|
.vkui--font_title3--regular {
|
|
693
752
|
font-size: 17px;
|
|
@@ -696,8 +755,8 @@
|
|
|
696
755
|
line-height: var(--vkui--font_title3--line_height--regular, 22px);
|
|
697
756
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
698
757
|
font-family: var(--vkui--font_title3--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
699
|
-
font-weight:
|
|
700
|
-
font-weight: var(--vkui--font_title3--font_weight--regular,
|
|
758
|
+
font-weight: 500;
|
|
759
|
+
font-weight: var(--vkui--font_title3--font_weight--regular, 500);
|
|
701
760
|
}
|
|
702
761
|
.vkui--font_title3--compact {
|
|
703
762
|
font-size: 17px;
|
|
@@ -706,52 +765,52 @@
|
|
|
706
765
|
line-height: var(--vkui--font_title3--line_height--regular, 22px);
|
|
707
766
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
708
767
|
font-family: var(--vkui--font_title3--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
709
|
-
font-weight:
|
|
710
|
-
font-weight: var(--vkui--font_title3--font_weight--compact,
|
|
768
|
+
font-weight: 500;
|
|
769
|
+
font-weight: var(--vkui--font_title3--font_weight--compact, 500);
|
|
711
770
|
}
|
|
712
771
|
.vkui--font_headline1--regular {
|
|
713
|
-
font-size:
|
|
714
|
-
font-size: var(--vkui--font_headline1--font_size--regular,
|
|
772
|
+
font-size: 15px;
|
|
773
|
+
font-size: var(--vkui--font_headline1--font_size--regular, 15px);
|
|
715
774
|
line-height: 20px;
|
|
716
775
|
line-height: var(--vkui--font_headline1--line_height--regular, 20px);
|
|
717
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
718
|
-
font-family: var(--vkui--font_headline1--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
719
|
-
font-weight:
|
|
720
|
-
font-weight: var(--vkui--font_headline1--font_weight--regular,
|
|
776
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
777
|
+
font-family: var(--vkui--font_headline1--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
778
|
+
font-weight: 500;
|
|
779
|
+
font-weight: var(--vkui--font_headline1--font_weight--regular, 500);
|
|
721
780
|
}
|
|
722
781
|
.vkui--font_headline1--compact {
|
|
723
|
-
font-size:
|
|
724
|
-
font-size: var(--vkui--font_headline1--font_size--compact,
|
|
782
|
+
font-size: 16px;
|
|
783
|
+
font-size: var(--vkui--font_headline1--font_size--compact, 16px);
|
|
725
784
|
line-height: 20px;
|
|
726
785
|
line-height: var(--vkui--font_headline1--line_height--compact, 20px);
|
|
727
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
728
|
-
font-family: var(--vkui--font_headline1--font_family--
|
|
729
|
-
font-weight:
|
|
730
|
-
font-weight: var(--vkui--font_headline1--font_weight--
|
|
786
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
787
|
+
font-family: var(--vkui--font_headline1--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
788
|
+
font-weight: 500;
|
|
789
|
+
font-weight: var(--vkui--font_headline1--font_weight--compact, 500);
|
|
731
790
|
}
|
|
732
791
|
.vkui--font_headline2--regular {
|
|
733
|
-
font-size:
|
|
734
|
-
font-size: var(--vkui--font_headline2--font_size--regular,
|
|
792
|
+
font-size: 14px;
|
|
793
|
+
font-size: var(--vkui--font_headline2--font_size--regular, 14px);
|
|
735
794
|
line-height: 20px;
|
|
736
795
|
line-height: var(--vkui--font_headline2--line_height--regular, 20px);
|
|
737
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
738
|
-
font-family: var(--vkui--font_headline2--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
739
|
-
font-weight:
|
|
740
|
-
font-weight: var(--vkui--font_headline2--font_weight--regular,
|
|
796
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
797
|
+
font-family: var(--vkui--font_headline2--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
798
|
+
font-weight: 500;
|
|
799
|
+
font-weight: var(--vkui--font_headline2--font_weight--regular, 500);
|
|
741
800
|
}
|
|
742
801
|
.vkui--font_headline2--compact {
|
|
743
|
-
font-size:
|
|
744
|
-
font-size: var(--vkui--font_headline2--font_size--compact,
|
|
802
|
+
font-size: 15px;
|
|
803
|
+
font-size: var(--vkui--font_headline2--font_size--compact, 15px);
|
|
745
804
|
line-height: 20px;
|
|
746
805
|
line-height: var(--vkui--font_headline2--line_height--compact, 20px);
|
|
747
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
748
|
-
font-family: var(--vkui--font_headline2--font_family--
|
|
749
|
-
font-weight:
|
|
750
|
-
font-weight: var(--vkui--font_headline2--font_weight--
|
|
806
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
807
|
+
font-family: var(--vkui--font_headline2--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
808
|
+
font-weight: 500;
|
|
809
|
+
font-weight: var(--vkui--font_headline2--font_weight--compact, 500);
|
|
751
810
|
}
|
|
752
811
|
.vkui--font_text--regular {
|
|
753
|
-
font-size:
|
|
754
|
-
font-size: var(--vkui--font_text--font_size--regular,
|
|
812
|
+
font-size: 15px;
|
|
813
|
+
font-size: var(--vkui--font_text--font_size--regular, 15px);
|
|
755
814
|
line-height: 20px;
|
|
756
815
|
line-height: var(--vkui--font_text--line_height--regular, 20px);
|
|
757
816
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
@@ -760,10 +819,10 @@
|
|
|
760
819
|
font-weight: var(--vkui--font_text--font_weight--regular, 400);
|
|
761
820
|
}
|
|
762
821
|
.vkui--font_text--compact {
|
|
763
|
-
font-size:
|
|
764
|
-
font-size: var(--vkui--font_text--font_size--compact,
|
|
765
|
-
line-height:
|
|
766
|
-
line-height: var(--vkui--font_text--line_height--compact,
|
|
822
|
+
font-size: 16px;
|
|
823
|
+
font-size: var(--vkui--font_text--font_size--compact, 16px);
|
|
824
|
+
line-height: 24px;
|
|
825
|
+
line-height: var(--vkui--font_text--line_height--compact, 24px);
|
|
767
826
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
768
827
|
font-family: var(--vkui--font_text--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
769
828
|
font-weight: 400;
|
|
@@ -780,24 +839,24 @@
|
|
|
780
839
|
font-weight: var(--vkui--font_paragraph--font_weight--regular, 400);
|
|
781
840
|
}
|
|
782
841
|
.vkui--font_subhead--regular {
|
|
783
|
-
font-size:
|
|
784
|
-
font-size: var(--vkui--font_subhead--font_size--regular,
|
|
842
|
+
font-size: 13px;
|
|
843
|
+
font-size: var(--vkui--font_subhead--font_size--regular, 13px);
|
|
785
844
|
line-height: 18px;
|
|
786
845
|
line-height: var(--vkui--font_subhead--line_height--regular, 18px);
|
|
787
|
-
font-family:
|
|
788
|
-
font-family: var(--vkui--font_subhead--font_family--regular,
|
|
789
|
-
font-weight:
|
|
790
|
-
font-weight: var(--vkui--font_subhead--font_weight--regular,
|
|
846
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
847
|
+
font-family: var(--vkui--font_subhead--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
848
|
+
font-weight: 400;
|
|
849
|
+
font-weight: var(--vkui--font_subhead--font_weight--regular, 400);
|
|
791
850
|
}
|
|
792
851
|
.vkui--font_subhead--compact {
|
|
793
|
-
font-size:
|
|
794
|
-
font-size: var(--vkui--font_subhead--font_size--compact,
|
|
852
|
+
font-size: 14px;
|
|
853
|
+
font-size: var(--vkui--font_subhead--font_size--compact, 14px);
|
|
795
854
|
line-height: 18px;
|
|
796
855
|
line-height: var(--vkui--font_subhead--line_height--compact, 18px);
|
|
797
|
-
font-family:
|
|
798
|
-
font-family: var(--vkui--font_subhead--font_family--
|
|
799
|
-
font-weight:
|
|
800
|
-
font-weight: var(--vkui--font_subhead--font_weight--compact,
|
|
856
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
857
|
+
font-family: var(--vkui--font_subhead--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
858
|
+
font-weight: 400;
|
|
859
|
+
font-weight: var(--vkui--font_subhead--font_weight--compact, 400);
|
|
801
860
|
}
|
|
802
861
|
.vkui--font_footnote--regular {
|
|
803
862
|
font-size: 13px;
|
|
@@ -809,6 +868,16 @@
|
|
|
809
868
|
font-weight: 400;
|
|
810
869
|
font-weight: var(--vkui--font_footnote--font_weight--regular, 400);
|
|
811
870
|
}
|
|
871
|
+
.vkui--font_footnote--compact {
|
|
872
|
+
font-size: 13px;
|
|
873
|
+
font-size: var(--vkui--font_footnote--font_size--regular, 13px);
|
|
874
|
+
line-height: 18px;
|
|
875
|
+
line-height: var(--vkui--font_footnote--line_height--regular, 18px);
|
|
876
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
877
|
+
font-family: var(--vkui--font_footnote--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
878
|
+
font-weight: 400;
|
|
879
|
+
font-weight: var(--vkui--font_footnote--font_weight--regular, 400);
|
|
880
|
+
}
|
|
812
881
|
.vkui--font_footnote_caps--regular {
|
|
813
882
|
font-size: 13px;
|
|
814
883
|
font-size: var(--vkui--font_footnote_caps--font_size--regular, 13px);
|
|
@@ -823,6 +892,20 @@
|
|
|
823
892
|
letter-spacing: 0.3px;
|
|
824
893
|
letter-spacing: var(--vkui--font_footnote_caps--letter_spacing--regular, 0.3px);
|
|
825
894
|
}
|
|
895
|
+
.vkui--font_footnote_caps--compact {
|
|
896
|
+
font-size: 13px;
|
|
897
|
+
font-size: var(--vkui--font_footnote_caps--font_size--regular, 13px);
|
|
898
|
+
line-height: 18px;
|
|
899
|
+
line-height: var(--vkui--font_footnote_caps--line_height--regular, 18px);
|
|
900
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
901
|
+
font-family: var(--vkui--font_footnote_caps--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
902
|
+
font-weight: 400;
|
|
903
|
+
font-weight: var(--vkui--font_footnote_caps--font_weight--regular, 400);
|
|
904
|
+
text-transform: uppercase;
|
|
905
|
+
text-transform: var(--vkui--font_footnote_caps--text_transform--regular, uppercase);
|
|
906
|
+
letter-spacing: 0.3px;
|
|
907
|
+
letter-spacing: var(--vkui--font_footnote_caps--letter_spacing--regular, 0.3px);
|
|
908
|
+
}
|
|
826
909
|
.vkui--font_caption1--regular {
|
|
827
910
|
font-size: 12px;
|
|
828
911
|
font-size: var(--vkui--font_caption1--font_size--regular, 12px);
|
|
@@ -833,6 +916,16 @@
|
|
|
833
916
|
font-weight: 400;
|
|
834
917
|
font-weight: var(--vkui--font_caption1--font_weight--regular, 400);
|
|
835
918
|
}
|
|
919
|
+
.vkui--font_caption1--compact {
|
|
920
|
+
font-size: 12px;
|
|
921
|
+
font-size: var(--vkui--font_caption1--font_size--regular, 12px);
|
|
922
|
+
line-height: 16px;
|
|
923
|
+
line-height: var(--vkui--font_caption1--line_height--regular, 16px);
|
|
924
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
925
|
+
font-family: var(--vkui--font_caption1--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
926
|
+
font-weight: 400;
|
|
927
|
+
font-weight: var(--vkui--font_caption1--font_weight--regular, 400);
|
|
928
|
+
}
|
|
836
929
|
.vkui--font_caption1_caps--regular {
|
|
837
930
|
font-size: 12px;
|
|
838
931
|
font-size: var(--vkui--font_caption1_caps--font_size--regular, 12px);
|
|
@@ -847,6 +940,20 @@
|
|
|
847
940
|
letter-spacing: 0.26px;
|
|
848
941
|
letter-spacing: var(--vkui--font_caption1_caps--letter_spacing--regular, 0.26px);
|
|
849
942
|
}
|
|
943
|
+
.vkui--font_caption1_caps--compact {
|
|
944
|
+
font-size: 12px;
|
|
945
|
+
font-size: var(--vkui--font_caption1_caps--font_size--regular, 12px);
|
|
946
|
+
line-height: 16px;
|
|
947
|
+
line-height: var(--vkui--font_caption1_caps--line_height--regular, 16px);
|
|
948
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
949
|
+
font-family: var(--vkui--font_caption1_caps--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
950
|
+
font-weight: 400;
|
|
951
|
+
font-weight: var(--vkui--font_caption1_caps--font_weight--regular, 400);
|
|
952
|
+
text-transform: uppercase;
|
|
953
|
+
text-transform: var(--vkui--font_caption1_caps--text_transform--regular, uppercase);
|
|
954
|
+
letter-spacing: 0.26px;
|
|
955
|
+
letter-spacing: var(--vkui--font_caption1_caps--letter_spacing--regular, 0.26px);
|
|
956
|
+
}
|
|
850
957
|
.vkui--font_caption2--regular {
|
|
851
958
|
font-size: 11px;
|
|
852
959
|
font-size: var(--vkui--font_caption2--font_size--regular, 11px);
|
|
@@ -857,6 +964,16 @@
|
|
|
857
964
|
font-weight: 400;
|
|
858
965
|
font-weight: var(--vkui--font_caption2--font_weight--regular, 400);
|
|
859
966
|
}
|
|
967
|
+
.vkui--font_caption2--compact {
|
|
968
|
+
font-size: 11px;
|
|
969
|
+
font-size: var(--vkui--font_caption2--font_size--regular, 11px);
|
|
970
|
+
line-height: 14px;
|
|
971
|
+
line-height: var(--vkui--font_caption2--line_height--regular, 14px);
|
|
972
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
973
|
+
font-family: var(--vkui--font_caption2--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
974
|
+
font-weight: 400;
|
|
975
|
+
font-weight: var(--vkui--font_caption2--font_weight--regular, 400);
|
|
976
|
+
}
|
|
860
977
|
.vkui--font_caption2_caps--regular {
|
|
861
978
|
font-size: 11px;
|
|
862
979
|
font-size: var(--vkui--font_caption2_caps--font_size--regular, 11px);
|
|
@@ -871,6 +988,20 @@
|
|
|
871
988
|
letter-spacing: 0.22px;
|
|
872
989
|
letter-spacing: var(--vkui--font_caption2_caps--letter_spacing--regular, 0.22px);
|
|
873
990
|
}
|
|
991
|
+
.vkui--font_caption2_caps--compact {
|
|
992
|
+
font-size: 11px;
|
|
993
|
+
font-size: var(--vkui--font_caption2_caps--font_size--regular, 11px);
|
|
994
|
+
line-height: 14px;
|
|
995
|
+
line-height: var(--vkui--font_caption2_caps--line_height--regular, 14px);
|
|
996
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
997
|
+
font-family: var(--vkui--font_caption2_caps--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
998
|
+
font-weight: 400;
|
|
999
|
+
font-weight: var(--vkui--font_caption2_caps--font_weight--regular, 400);
|
|
1000
|
+
text-transform: uppercase;
|
|
1001
|
+
text-transform: var(--vkui--font_caption2_caps--text_transform--regular, uppercase);
|
|
1002
|
+
letter-spacing: 0.22px;
|
|
1003
|
+
letter-spacing: var(--vkui--font_caption2_caps--letter_spacing--regular, 0.22px);
|
|
1004
|
+
}
|
|
874
1005
|
.vkui--font_caption3--regular {
|
|
875
1006
|
font-size: 9px;
|
|
876
1007
|
font-size: var(--vkui--font_caption3--font_size--regular, 9px);
|
|
@@ -881,6 +1012,16 @@
|
|
|
881
1012
|
font-weight: 400;
|
|
882
1013
|
font-weight: var(--vkui--font_caption3--font_weight--regular, 400);
|
|
883
1014
|
}
|
|
1015
|
+
.vkui--font_caption3--compact {
|
|
1016
|
+
font-size: 9px;
|
|
1017
|
+
font-size: var(--vkui--font_caption3--font_size--regular, 9px);
|
|
1018
|
+
line-height: 12px;
|
|
1019
|
+
line-height: var(--vkui--font_caption3--line_height--regular, 12px);
|
|
1020
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1021
|
+
font-family: var(--vkui--font_caption3--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
1022
|
+
font-weight: 400;
|
|
1023
|
+
font-weight: var(--vkui--font_caption3--font_weight--regular, 400);
|
|
1024
|
+
}
|
|
884
1025
|
.vkui--font_caption3_caps--regular {
|
|
885
1026
|
font-size: 9px;
|
|
886
1027
|
font-size: var(--vkui--font_caption3_caps--font_size--regular, 9px);
|
|
@@ -895,6 +1036,20 @@
|
|
|
895
1036
|
letter-spacing: 0.16px;
|
|
896
1037
|
letter-spacing: var(--vkui--font_caption3_caps--letter_spacing--regular, 0.16px);
|
|
897
1038
|
}
|
|
1039
|
+
.vkui--font_caption3_caps--compact {
|
|
1040
|
+
font-size: 9px;
|
|
1041
|
+
font-size: var(--vkui--font_caption3_caps--font_size--regular, 9px);
|
|
1042
|
+
line-height: 12px;
|
|
1043
|
+
line-height: var(--vkui--font_caption3_caps--line_height--regular, 12px);
|
|
1044
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1045
|
+
font-family: var(--vkui--font_caption3_caps--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
1046
|
+
font-weight: 400;
|
|
1047
|
+
font-weight: var(--vkui--font_caption3_caps--font_weight--regular, 400);
|
|
1048
|
+
text-transform: uppercase;
|
|
1049
|
+
text-transform: var(--vkui--font_caption3_caps--text_transform--regular, uppercase);
|
|
1050
|
+
letter-spacing: 0.16px;
|
|
1051
|
+
letter-spacing: var(--vkui--font_caption3_caps--letter_spacing--regular, 0.16px);
|
|
1052
|
+
}
|
|
898
1053
|
.vkui--font_h0--regular {
|
|
899
1054
|
font-size: 28px;
|
|
900
1055
|
font-size: var(--vkui--font_h0--font_size--regular, 28px);
|
|
@@ -955,6 +1110,132 @@
|
|
|
955
1110
|
font-weight: 500;
|
|
956
1111
|
font-weight: var(--vkui--font_h2--font_weight--compact, 500);
|
|
957
1112
|
}
|
|
1113
|
+
.vkui--media_font_media_header--regular {
|
|
1114
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1115
|
+
font-family: var(--vkui--media_font_media_header--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1116
|
+
font-weight: 500;
|
|
1117
|
+
font-weight: var(--vkui--media_font_media_header--font_weight--regular, 500);
|
|
1118
|
+
font-size: 36px;
|
|
1119
|
+
font-size: var(--vkui--media_font_media_header--font_size--regular, 36px);
|
|
1120
|
+
line-height: 44px;
|
|
1121
|
+
line-height: var(--vkui--media_font_media_header--line_height--regular, 44px);
|
|
1122
|
+
letter-spacing: -0.5%;
|
|
1123
|
+
letter-spacing: var(--vkui--media_font_media_header--letter_spacing--regular, -0.5%);
|
|
1124
|
+
}
|
|
1125
|
+
.vkui--media_font_media_header--compact {
|
|
1126
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1127
|
+
font-family: var(--vkui--media_font_media_header--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1128
|
+
font-weight: 500;
|
|
1129
|
+
font-weight: var(--vkui--media_font_media_header--font_weight--compact, 500);
|
|
1130
|
+
font-size: 40px;
|
|
1131
|
+
font-size: var(--vkui--media_font_media_header--font_size--compact, 40px);
|
|
1132
|
+
line-height: 48px;
|
|
1133
|
+
line-height: var(--vkui--media_font_media_header--line_height--compact, 48px);
|
|
1134
|
+
letter-spacing: -0.5%;
|
|
1135
|
+
letter-spacing: var(--vkui--media_font_media_header--letter_spacing--compact, -0.5%);
|
|
1136
|
+
}
|
|
1137
|
+
.vkui--media_font_media_title1--regular {
|
|
1138
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1139
|
+
font-family: var(--vkui--media_font_media_title1--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1140
|
+
font-weight: 500;
|
|
1141
|
+
font-weight: var(--vkui--media_font_media_title1--font_weight--regular, 500);
|
|
1142
|
+
font-size: 28px;
|
|
1143
|
+
font-size: var(--vkui--media_font_media_title1--font_size--regular, 28px);
|
|
1144
|
+
line-height: 36px;
|
|
1145
|
+
line-height: var(--vkui--media_font_media_title1--line_height--regular, 36px);
|
|
1146
|
+
}
|
|
1147
|
+
.vkui--media_font_media_title1--compact {
|
|
1148
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1149
|
+
font-family: var(--vkui--media_font_media_title1--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1150
|
+
font-weight: 500;
|
|
1151
|
+
font-weight: var(--vkui--media_font_media_title1--font_weight--compact, 500);
|
|
1152
|
+
font-size: 28px;
|
|
1153
|
+
font-size: var(--vkui--media_font_media_title1--font_size--compact, 28px);
|
|
1154
|
+
line-height: 36px;
|
|
1155
|
+
line-height: var(--vkui--media_font_media_title1--line_height--compact, 36px);
|
|
1156
|
+
}
|
|
1157
|
+
.vkui--media_font_media_title2--regular {
|
|
1158
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1159
|
+
font-family: var(--vkui--media_font_media_title2--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1160
|
+
font-weight: 500;
|
|
1161
|
+
font-weight: var(--vkui--media_font_media_title2--font_weight--regular, 500);
|
|
1162
|
+
font-size: 24px;
|
|
1163
|
+
font-size: var(--vkui--media_font_media_title2--font_size--regular, 24px);
|
|
1164
|
+
line-height: 32px;
|
|
1165
|
+
line-height: var(--vkui--media_font_media_title2--line_height--regular, 32px);
|
|
1166
|
+
}
|
|
1167
|
+
.vkui--media_font_media_title2--compact {
|
|
1168
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1169
|
+
font-family: var(--vkui--media_font_media_title2--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1170
|
+
font-weight: 500;
|
|
1171
|
+
font-weight: var(--vkui--media_font_media_title2--font_weight--compact, 500);
|
|
1172
|
+
font-size: 24px;
|
|
1173
|
+
font-size: var(--vkui--media_font_media_title2--font_size--compact, 24px);
|
|
1174
|
+
line-height: 32px;
|
|
1175
|
+
line-height: var(--vkui--media_font_media_title2--line_height--compact, 32px);
|
|
1176
|
+
}
|
|
1177
|
+
.vkui--media_font_media_title3--regular {
|
|
1178
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1179
|
+
font-family: var(--vkui--media_font_media_title3--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1180
|
+
font-weight: 500;
|
|
1181
|
+
font-weight: var(--vkui--media_font_media_title3--font_weight--regular, 500);
|
|
1182
|
+
font-size: 20px;
|
|
1183
|
+
font-size: var(--vkui--media_font_media_title3--font_size--regular, 20px);
|
|
1184
|
+
line-height: 28px;
|
|
1185
|
+
line-height: var(--vkui--media_font_media_title3--line_height--regular, 28px);
|
|
1186
|
+
}
|
|
1187
|
+
.vkui--media_font_media_title3--compact {
|
|
1188
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1189
|
+
font-family: var(--vkui--media_font_media_title3--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1190
|
+
font-weight: 500;
|
|
1191
|
+
font-weight: var(--vkui--media_font_media_title3--font_weight--compact, 500);
|
|
1192
|
+
font-size: 20px;
|
|
1193
|
+
font-size: var(--vkui--media_font_media_title3--font_size--compact, 20px);
|
|
1194
|
+
line-height: 28px;
|
|
1195
|
+
line-height: var(--vkui--media_font_media_title3--line_height--compact, 28px);
|
|
1196
|
+
}
|
|
1197
|
+
.vkui--media_font_media_lead--regular {
|
|
1198
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1199
|
+
font-family: var(--vkui--media_font_media_lead--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1200
|
+
font-weight: 500;
|
|
1201
|
+
font-weight: var(--vkui--media_font_media_lead--font_weight--regular, 500);
|
|
1202
|
+
font-size: 19px;
|
|
1203
|
+
font-size: var(--vkui--media_font_media_lead--font_size--regular, 19px);
|
|
1204
|
+
line-height: 28px;
|
|
1205
|
+
line-height: var(--vkui--media_font_media_lead--line_height--regular, 28px);
|
|
1206
|
+
}
|
|
1207
|
+
.vkui--media_font_media_lead--compact {
|
|
1208
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1209
|
+
font-family: var(--vkui--media_font_media_lead--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1210
|
+
font-weight: 500;
|
|
1211
|
+
font-weight: var(--vkui--media_font_media_lead--font_weight--compact, 500);
|
|
1212
|
+
font-size: 22px;
|
|
1213
|
+
font-size: var(--vkui--media_font_media_lead--font_size--compact, 22px);
|
|
1214
|
+
line-height: 32px;
|
|
1215
|
+
line-height: var(--vkui--media_font_media_lead--line_height--compact, 32px);
|
|
1216
|
+
letter-spacing: -0.3%;
|
|
1217
|
+
letter-spacing: var(--vkui--media_font_media_lead--letter_spacing--compact, -0.3%);
|
|
1218
|
+
}
|
|
1219
|
+
.vkui--media_font_media_paragraph--regular {
|
|
1220
|
+
font-family: Georgia, serif;
|
|
1221
|
+
font-family: var(--vkui--media_font_media_paragraph--font_family--regular, Georgia, serif);
|
|
1222
|
+
font-weight: 400;
|
|
1223
|
+
font-weight: var(--vkui--media_font_media_paragraph--font_weight--regular, 400);
|
|
1224
|
+
font-size: 18px;
|
|
1225
|
+
font-size: var(--vkui--media_font_media_paragraph--font_size--regular, 18px);
|
|
1226
|
+
line-height: 28px;
|
|
1227
|
+
line-height: var(--vkui--media_font_media_paragraph--line_height--regular, 28px);
|
|
1228
|
+
}
|
|
1229
|
+
.vkui--media_font_media_paragraph--compact {
|
|
1230
|
+
font-family: Georgia, serif;
|
|
1231
|
+
font-family: var(--vkui--media_font_media_paragraph--font_family--compact, Georgia, serif);
|
|
1232
|
+
font-weight: 400;
|
|
1233
|
+
font-weight: var(--vkui--media_font_media_paragraph--font_weight--compact, 400);
|
|
1234
|
+
font-size: 19px;
|
|
1235
|
+
font-size: var(--vkui--media_font_media_paragraph--font_size--compact, 19px);
|
|
1236
|
+
line-height: 32px;
|
|
1237
|
+
line-height: var(--vkui--media_font_media_paragraph--line_height--compact, 32px);
|
|
1238
|
+
}
|
|
958
1239
|
.vkui--font_h3--regular {
|
|
959
1240
|
font-size: 20px;
|
|
960
1241
|
font-size: var(--vkui--font_h3--font_size--regular, 20px);
|
|
@@ -1028,22 +1309,22 @@
|
|
|
1028
1309
|
font-weight: var(--vkui--font_specific_button--font_weight--regular, 500);
|
|
1029
1310
|
}
|
|
1030
1311
|
.vkui--font_headline--regular {
|
|
1031
|
-
font-size:
|
|
1032
|
-
font-size: var(--vkui--font_headline--font_size--regular,
|
|
1312
|
+
font-size: 15px;
|
|
1313
|
+
font-size: var(--vkui--font_headline--font_size--regular, 15px);
|
|
1033
1314
|
line-height: 20px;
|
|
1034
1315
|
line-height: var(--vkui--font_headline--line_height--regular, 20px);
|
|
1035
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1036
|
-
font-family: var(--vkui--font_headline--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
1037
|
-
font-weight:
|
|
1038
|
-
font-weight: var(--vkui--font_headline--font_weight--regular,
|
|
1316
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1317
|
+
font-family: var(--vkui--font_headline--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1318
|
+
font-weight: 500;
|
|
1319
|
+
font-weight: var(--vkui--font_headline--font_weight--regular, 500);
|
|
1039
1320
|
}
|
|
1040
1321
|
.vkui--font_headline--compact {
|
|
1041
|
-
font-size:
|
|
1042
|
-
font-size: var(--vkui--font_headline--font_size--compact,
|
|
1322
|
+
font-size: 16px;
|
|
1323
|
+
font-size: var(--vkui--font_headline--font_size--compact, 16px);
|
|
1043
1324
|
line-height: 20px;
|
|
1044
1325
|
line-height: var(--vkui--font_headline--line_height--compact, 20px);
|
|
1045
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1046
|
-
font-family: var(--vkui--font_headline--font_family--
|
|
1047
|
-
font-weight:
|
|
1048
|
-
font-weight: var(--vkui--font_headline--font_weight--
|
|
1326
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1327
|
+
font-family: var(--vkui--font_headline--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1328
|
+
font-weight: 500;
|
|
1329
|
+
font-weight: var(--vkui--font_headline--font_weight--compact, 500);
|
|
1049
1330
|
}
|