@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
|
@@ -229,6 +229,9 @@
|
|
|
229
229
|
@vkui-color-background-negative-tint: #522e2e;
|
|
230
230
|
@vkui-color-background-negative-tint--hover: #593636;
|
|
231
231
|
@vkui-color-background-negative-tint--active: #603F3F;
|
|
232
|
+
@vkui-color-field-background: #232324;
|
|
233
|
+
@vkui-color-field-background--hover: #2C2C2D;
|
|
234
|
+
@vkui-color-field-background--active: #353536;
|
|
232
235
|
@vkui-color-text-accent: #3C82FD;
|
|
233
236
|
@vkui-color-text-accent--hover: #4487FD;
|
|
234
237
|
@vkui-color-text-accent--active: #4C8CFD;
|
|
@@ -505,71 +508,71 @@
|
|
|
505
508
|
font-size: 24px;
|
|
506
509
|
line-height: 28px;
|
|
507
510
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
508
|
-
font-weight:
|
|
511
|
+
font-weight: 500;
|
|
509
512
|
}
|
|
510
513
|
.vkui-font-title1--compact {
|
|
511
514
|
font-size: 24px;
|
|
512
515
|
line-height: 28px;
|
|
513
516
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
514
|
-
font-weight:
|
|
517
|
+
font-weight: 500;
|
|
515
518
|
}
|
|
516
519
|
.vkui-font-title2--regular {
|
|
517
520
|
font-size: 20px;
|
|
518
521
|
line-height: 26px;
|
|
519
522
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
520
|
-
font-weight:
|
|
523
|
+
font-weight: 500;
|
|
521
524
|
}
|
|
522
525
|
.vkui-font-title2--compact {
|
|
523
526
|
font-size: 20px;
|
|
524
527
|
line-height: 26px;
|
|
525
528
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
526
|
-
font-weight:
|
|
529
|
+
font-weight: 500;
|
|
527
530
|
}
|
|
528
531
|
.vkui-font-title3--regular {
|
|
529
532
|
font-size: 17px;
|
|
530
533
|
line-height: 22px;
|
|
531
534
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
532
|
-
font-weight:
|
|
535
|
+
font-weight: 500;
|
|
533
536
|
}
|
|
534
537
|
.vkui-font-title3--compact {
|
|
535
538
|
font-size: 17px;
|
|
536
539
|
line-height: 22px;
|
|
537
540
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
538
|
-
font-weight:
|
|
541
|
+
font-weight: 500;
|
|
539
542
|
}
|
|
540
543
|
.vkui-font-headline1--regular {
|
|
541
|
-
font-size:
|
|
544
|
+
font-size: 15px;
|
|
542
545
|
line-height: 20px;
|
|
543
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
544
|
-
font-weight:
|
|
546
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
547
|
+
font-weight: 500;
|
|
545
548
|
}
|
|
546
549
|
.vkui-font-headline1--compact {
|
|
547
|
-
font-size:
|
|
550
|
+
font-size: 16px;
|
|
548
551
|
line-height: 20px;
|
|
549
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
550
|
-
font-weight:
|
|
552
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
553
|
+
font-weight: 500;
|
|
551
554
|
}
|
|
552
555
|
.vkui-font-headline2--regular {
|
|
553
|
-
font-size:
|
|
556
|
+
font-size: 14px;
|
|
554
557
|
line-height: 20px;
|
|
555
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
556
|
-
font-weight:
|
|
558
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
559
|
+
font-weight: 500;
|
|
557
560
|
}
|
|
558
561
|
.vkui-font-headline2--compact {
|
|
559
|
-
font-size:
|
|
562
|
+
font-size: 15px;
|
|
560
563
|
line-height: 20px;
|
|
561
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
562
|
-
font-weight:
|
|
564
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
565
|
+
font-weight: 500;
|
|
563
566
|
}
|
|
564
567
|
.vkui-font-text--regular {
|
|
565
|
-
font-size:
|
|
568
|
+
font-size: 15px;
|
|
566
569
|
line-height: 20px;
|
|
567
570
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
568
571
|
font-weight: 400;
|
|
569
572
|
}
|
|
570
573
|
.vkui-font-text--compact {
|
|
571
|
-
font-size:
|
|
572
|
-
line-height:
|
|
574
|
+
font-size: 16px;
|
|
575
|
+
line-height: 24px;
|
|
573
576
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
574
577
|
font-weight: 400;
|
|
575
578
|
}
|
|
@@ -580,16 +583,16 @@
|
|
|
580
583
|
font-weight: 400;
|
|
581
584
|
}
|
|
582
585
|
.vkui-font-subhead--regular {
|
|
583
|
-
font-size:
|
|
586
|
+
font-size: 13px;
|
|
584
587
|
line-height: 18px;
|
|
585
|
-
font-family:
|
|
586
|
-
font-weight:
|
|
588
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
589
|
+
font-weight: 400;
|
|
587
590
|
}
|
|
588
591
|
.vkui-font-subhead--compact {
|
|
589
|
-
font-size:
|
|
592
|
+
font-size: 14px;
|
|
590
593
|
line-height: 18px;
|
|
591
|
-
font-family:
|
|
592
|
-
font-weight:
|
|
594
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
595
|
+
font-weight: 400;
|
|
593
596
|
}
|
|
594
597
|
.vkui-font-footnote--regular {
|
|
595
598
|
font-size: 13px;
|
|
@@ -597,6 +600,12 @@
|
|
|
597
600
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
598
601
|
font-weight: 400;
|
|
599
602
|
}
|
|
603
|
+
.vkui-font-footnote--compact {
|
|
604
|
+
font-size: 13px;
|
|
605
|
+
line-height: 18px;
|
|
606
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
607
|
+
font-weight: 400;
|
|
608
|
+
}
|
|
600
609
|
.vkui-font-footnote-caps--regular {
|
|
601
610
|
font-size: 13px;
|
|
602
611
|
line-height: 18px;
|
|
@@ -605,12 +614,26 @@
|
|
|
605
614
|
text-transform: uppercase;
|
|
606
615
|
letter-spacing: 0.3px;
|
|
607
616
|
}
|
|
617
|
+
.vkui-font-footnote-caps--compact {
|
|
618
|
+
font-size: 13px;
|
|
619
|
+
line-height: 18px;
|
|
620
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
621
|
+
font-weight: 400;
|
|
622
|
+
text-transform: uppercase;
|
|
623
|
+
letter-spacing: 0.3px;
|
|
624
|
+
}
|
|
608
625
|
.vkui-font-caption1--regular {
|
|
609
626
|
font-size: 12px;
|
|
610
627
|
line-height: 16px;
|
|
611
628
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
612
629
|
font-weight: 400;
|
|
613
630
|
}
|
|
631
|
+
.vkui-font-caption1--compact {
|
|
632
|
+
font-size: 12px;
|
|
633
|
+
line-height: 16px;
|
|
634
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
635
|
+
font-weight: 400;
|
|
636
|
+
}
|
|
614
637
|
.vkui-font-caption1-caps--regular {
|
|
615
638
|
font-size: 12px;
|
|
616
639
|
line-height: 16px;
|
|
@@ -619,12 +642,26 @@
|
|
|
619
642
|
text-transform: uppercase;
|
|
620
643
|
letter-spacing: 0.26px;
|
|
621
644
|
}
|
|
645
|
+
.vkui-font-caption1-caps--compact {
|
|
646
|
+
font-size: 12px;
|
|
647
|
+
line-height: 16px;
|
|
648
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
649
|
+
font-weight: 400;
|
|
650
|
+
text-transform: uppercase;
|
|
651
|
+
letter-spacing: 0.26px;
|
|
652
|
+
}
|
|
622
653
|
.vkui-font-caption2--regular {
|
|
623
654
|
font-size: 11px;
|
|
624
655
|
line-height: 14px;
|
|
625
656
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
626
657
|
font-weight: 400;
|
|
627
658
|
}
|
|
659
|
+
.vkui-font-caption2--compact {
|
|
660
|
+
font-size: 11px;
|
|
661
|
+
line-height: 14px;
|
|
662
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
663
|
+
font-weight: 400;
|
|
664
|
+
}
|
|
628
665
|
.vkui-font-caption2-caps--regular {
|
|
629
666
|
font-size: 11px;
|
|
630
667
|
line-height: 14px;
|
|
@@ -633,12 +670,26 @@
|
|
|
633
670
|
text-transform: uppercase;
|
|
634
671
|
letter-spacing: 0.22px;
|
|
635
672
|
}
|
|
673
|
+
.vkui-font-caption2-caps--compact {
|
|
674
|
+
font-size: 11px;
|
|
675
|
+
line-height: 14px;
|
|
676
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
677
|
+
font-weight: 400;
|
|
678
|
+
text-transform: uppercase;
|
|
679
|
+
letter-spacing: 0.22px;
|
|
680
|
+
}
|
|
636
681
|
.vkui-font-caption3--regular {
|
|
637
682
|
font-size: 9px;
|
|
638
683
|
line-height: 12px;
|
|
639
684
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
640
685
|
font-weight: 400;
|
|
641
686
|
}
|
|
687
|
+
.vkui-font-caption3--compact {
|
|
688
|
+
font-size: 9px;
|
|
689
|
+
line-height: 12px;
|
|
690
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
691
|
+
font-weight: 400;
|
|
692
|
+
}
|
|
642
693
|
.vkui-font-caption3-caps--regular {
|
|
643
694
|
font-size: 9px;
|
|
644
695
|
line-height: 12px;
|
|
@@ -647,6 +698,14 @@
|
|
|
647
698
|
text-transform: uppercase;
|
|
648
699
|
letter-spacing: 0.16px;
|
|
649
700
|
}
|
|
701
|
+
.vkui-font-caption3-caps--compact {
|
|
702
|
+
font-size: 9px;
|
|
703
|
+
line-height: 12px;
|
|
704
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
705
|
+
font-weight: 400;
|
|
706
|
+
text-transform: uppercase;
|
|
707
|
+
letter-spacing: 0.16px;
|
|
708
|
+
}
|
|
650
709
|
.vkui-font-h0--regular {
|
|
651
710
|
font-size: 28px;
|
|
652
711
|
line-height: 32px;
|
|
@@ -683,6 +742,81 @@
|
|
|
683
742
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
684
743
|
font-weight: 500;
|
|
685
744
|
}
|
|
745
|
+
.vkui-media-font-media-header--regular {
|
|
746
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
747
|
+
font-weight: 500;
|
|
748
|
+
font-size: 36px;
|
|
749
|
+
line-height: 44px;
|
|
750
|
+
letter-spacing: -0.5%;
|
|
751
|
+
}
|
|
752
|
+
.vkui-media-font-media-header--compact {
|
|
753
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
754
|
+
font-weight: 500;
|
|
755
|
+
font-size: 40px;
|
|
756
|
+
line-height: 48px;
|
|
757
|
+
letter-spacing: -0.5%;
|
|
758
|
+
}
|
|
759
|
+
.vkui-media-font-media-title1--regular {
|
|
760
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
761
|
+
font-weight: 500;
|
|
762
|
+
font-size: 28px;
|
|
763
|
+
line-height: 36px;
|
|
764
|
+
}
|
|
765
|
+
.vkui-media-font-media-title1--compact {
|
|
766
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
767
|
+
font-weight: 500;
|
|
768
|
+
font-size: 28px;
|
|
769
|
+
line-height: 36px;
|
|
770
|
+
}
|
|
771
|
+
.vkui-media-font-media-title2--regular {
|
|
772
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
773
|
+
font-weight: 500;
|
|
774
|
+
font-size: 24px;
|
|
775
|
+
line-height: 32px;
|
|
776
|
+
}
|
|
777
|
+
.vkui-media-font-media-title2--compact {
|
|
778
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
779
|
+
font-weight: 500;
|
|
780
|
+
font-size: 24px;
|
|
781
|
+
line-height: 32px;
|
|
782
|
+
}
|
|
783
|
+
.vkui-media-font-media-title3--regular {
|
|
784
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
785
|
+
font-weight: 500;
|
|
786
|
+
font-size: 20px;
|
|
787
|
+
line-height: 28px;
|
|
788
|
+
}
|
|
789
|
+
.vkui-media-font-media-title3--compact {
|
|
790
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
791
|
+
font-weight: 500;
|
|
792
|
+
font-size: 20px;
|
|
793
|
+
line-height: 28px;
|
|
794
|
+
}
|
|
795
|
+
.vkui-media-font-media-lead--regular {
|
|
796
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
797
|
+
font-weight: 500;
|
|
798
|
+
font-size: 19px;
|
|
799
|
+
line-height: 28px;
|
|
800
|
+
}
|
|
801
|
+
.vkui-media-font-media-lead--compact {
|
|
802
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
803
|
+
font-weight: 500;
|
|
804
|
+
font-size: 22px;
|
|
805
|
+
line-height: 32px;
|
|
806
|
+
letter-spacing: -0.3%;
|
|
807
|
+
}
|
|
808
|
+
.vkui-media-font-media-paragraph--regular {
|
|
809
|
+
font-family: Georgia, serif;
|
|
810
|
+
font-weight: 400;
|
|
811
|
+
font-size: 18px;
|
|
812
|
+
line-height: 28px;
|
|
813
|
+
}
|
|
814
|
+
.vkui-media-font-media-paragraph--compact {
|
|
815
|
+
font-family: Georgia, serif;
|
|
816
|
+
font-weight: 400;
|
|
817
|
+
font-size: 19px;
|
|
818
|
+
line-height: 32px;
|
|
819
|
+
}
|
|
686
820
|
.vkui-font-h3--regular {
|
|
687
821
|
font-size: 20px;
|
|
688
822
|
line-height: 26px;
|
|
@@ -727,16 +861,16 @@
|
|
|
727
861
|
font-weight: 500;
|
|
728
862
|
}
|
|
729
863
|
.vkui-font-headline--regular {
|
|
730
|
-
font-size:
|
|
864
|
+
font-size: 15px;
|
|
731
865
|
line-height: 20px;
|
|
732
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
733
|
-
font-weight:
|
|
866
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
867
|
+
font-weight: 500;
|
|
734
868
|
}
|
|
735
869
|
.vkui-font-headline--compact {
|
|
736
|
-
font-size:
|
|
870
|
+
font-size: 16px;
|
|
737
871
|
line-height: 20px;
|
|
738
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
739
|
-
font-weight:
|
|
872
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
873
|
+
font-weight: 500;
|
|
740
874
|
}
|
|
741
875
|
.media-width-touch(@content) {
|
|
742
876
|
@media (max-width: 767px) { @content; }
|
|
@@ -230,6 +230,9 @@
|
|
|
230
230
|
--vkui--color-background-negative-tint: #522e2e;
|
|
231
231
|
--vkui--color-background-negative-tint--hover: #593636;
|
|
232
232
|
--vkui--color-background-negative-tint--active: #603F3F;
|
|
233
|
+
--vkui--color-field-background: #232324;
|
|
234
|
+
--vkui--color-field-background--hover: #2C2C2D;
|
|
235
|
+
--vkui--color-field-background--active: #353536;
|
|
233
236
|
--vkui--color-text-accent: #3C82FD;
|
|
234
237
|
--vkui--color-text-accent--hover: #4487FD;
|
|
235
238
|
--vkui--color-text-accent--active: #4C8CFD;
|
|
@@ -506,71 +509,71 @@
|
|
|
506
509
|
font-size: 24px;
|
|
507
510
|
line-height: 28px;
|
|
508
511
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
509
|
-
font-weight:
|
|
512
|
+
font-weight: 500;
|
|
510
513
|
}
|
|
511
514
|
%vkui--font-title1--compact {
|
|
512
515
|
font-size: 24px;
|
|
513
516
|
line-height: 28px;
|
|
514
517
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
515
|
-
font-weight:
|
|
518
|
+
font-weight: 500;
|
|
516
519
|
}
|
|
517
520
|
%vkui--font-title2--regular {
|
|
518
521
|
font-size: 20px;
|
|
519
522
|
line-height: 26px;
|
|
520
523
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
521
|
-
font-weight:
|
|
524
|
+
font-weight: 500;
|
|
522
525
|
}
|
|
523
526
|
%vkui--font-title2--compact {
|
|
524
527
|
font-size: 20px;
|
|
525
528
|
line-height: 26px;
|
|
526
529
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
527
|
-
font-weight:
|
|
530
|
+
font-weight: 500;
|
|
528
531
|
}
|
|
529
532
|
%vkui--font-title3--regular {
|
|
530
533
|
font-size: 17px;
|
|
531
534
|
line-height: 22px;
|
|
532
535
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
533
|
-
font-weight:
|
|
536
|
+
font-weight: 500;
|
|
534
537
|
}
|
|
535
538
|
%vkui--font-title3--compact {
|
|
536
539
|
font-size: 17px;
|
|
537
540
|
line-height: 22px;
|
|
538
541
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
539
|
-
font-weight:
|
|
542
|
+
font-weight: 500;
|
|
540
543
|
}
|
|
541
544
|
%vkui--font-headline1--regular {
|
|
542
|
-
font-size:
|
|
545
|
+
font-size: 15px;
|
|
543
546
|
line-height: 20px;
|
|
544
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
545
|
-
font-weight:
|
|
547
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
548
|
+
font-weight: 500;
|
|
546
549
|
}
|
|
547
550
|
%vkui--font-headline1--compact {
|
|
548
|
-
font-size:
|
|
551
|
+
font-size: 16px;
|
|
549
552
|
line-height: 20px;
|
|
550
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
551
|
-
font-weight:
|
|
553
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
554
|
+
font-weight: 500;
|
|
552
555
|
}
|
|
553
556
|
%vkui--font-headline2--regular {
|
|
554
|
-
font-size:
|
|
557
|
+
font-size: 14px;
|
|
555
558
|
line-height: 20px;
|
|
556
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
557
|
-
font-weight:
|
|
559
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
560
|
+
font-weight: 500;
|
|
558
561
|
}
|
|
559
562
|
%vkui--font-headline2--compact {
|
|
560
|
-
font-size:
|
|
563
|
+
font-size: 15px;
|
|
561
564
|
line-height: 20px;
|
|
562
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
563
|
-
font-weight:
|
|
565
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
566
|
+
font-weight: 500;
|
|
564
567
|
}
|
|
565
568
|
%vkui--font-text--regular {
|
|
566
|
-
font-size:
|
|
569
|
+
font-size: 15px;
|
|
567
570
|
line-height: 20px;
|
|
568
571
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
569
572
|
font-weight: 400;
|
|
570
573
|
}
|
|
571
574
|
%vkui--font-text--compact {
|
|
572
|
-
font-size:
|
|
573
|
-
line-height:
|
|
575
|
+
font-size: 16px;
|
|
576
|
+
line-height: 24px;
|
|
574
577
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
575
578
|
font-weight: 400;
|
|
576
579
|
}
|
|
@@ -581,16 +584,16 @@
|
|
|
581
584
|
font-weight: 400;
|
|
582
585
|
}
|
|
583
586
|
%vkui--font-subhead--regular {
|
|
584
|
-
font-size:
|
|
587
|
+
font-size: 13px;
|
|
585
588
|
line-height: 18px;
|
|
586
|
-
font-family:
|
|
587
|
-
font-weight:
|
|
589
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
590
|
+
font-weight: 400;
|
|
588
591
|
}
|
|
589
592
|
%vkui--font-subhead--compact {
|
|
590
|
-
font-size:
|
|
593
|
+
font-size: 14px;
|
|
591
594
|
line-height: 18px;
|
|
592
|
-
font-family:
|
|
593
|
-
font-weight:
|
|
595
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
596
|
+
font-weight: 400;
|
|
594
597
|
}
|
|
595
598
|
%vkui--font-footnote--regular {
|
|
596
599
|
font-size: 13px;
|
|
@@ -598,6 +601,12 @@
|
|
|
598
601
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
599
602
|
font-weight: 400;
|
|
600
603
|
}
|
|
604
|
+
%vkui--font-footnote--compact {
|
|
605
|
+
font-size: 13px;
|
|
606
|
+
line-height: 18px;
|
|
607
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
608
|
+
font-weight: 400;
|
|
609
|
+
}
|
|
601
610
|
%vkui--font-footnote-caps--regular {
|
|
602
611
|
font-size: 13px;
|
|
603
612
|
line-height: 18px;
|
|
@@ -606,12 +615,26 @@
|
|
|
606
615
|
text-transform: uppercase;
|
|
607
616
|
letter-spacing: 0.3px;
|
|
608
617
|
}
|
|
618
|
+
%vkui--font-footnote-caps--compact {
|
|
619
|
+
font-size: 13px;
|
|
620
|
+
line-height: 18px;
|
|
621
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
622
|
+
font-weight: 400;
|
|
623
|
+
text-transform: uppercase;
|
|
624
|
+
letter-spacing: 0.3px;
|
|
625
|
+
}
|
|
609
626
|
%vkui--font-caption1--regular {
|
|
610
627
|
font-size: 12px;
|
|
611
628
|
line-height: 16px;
|
|
612
629
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
613
630
|
font-weight: 400;
|
|
614
631
|
}
|
|
632
|
+
%vkui--font-caption1--compact {
|
|
633
|
+
font-size: 12px;
|
|
634
|
+
line-height: 16px;
|
|
635
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
636
|
+
font-weight: 400;
|
|
637
|
+
}
|
|
615
638
|
%vkui--font-caption1-caps--regular {
|
|
616
639
|
font-size: 12px;
|
|
617
640
|
line-height: 16px;
|
|
@@ -620,12 +643,26 @@
|
|
|
620
643
|
text-transform: uppercase;
|
|
621
644
|
letter-spacing: 0.26px;
|
|
622
645
|
}
|
|
646
|
+
%vkui--font-caption1-caps--compact {
|
|
647
|
+
font-size: 12px;
|
|
648
|
+
line-height: 16px;
|
|
649
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
650
|
+
font-weight: 400;
|
|
651
|
+
text-transform: uppercase;
|
|
652
|
+
letter-spacing: 0.26px;
|
|
653
|
+
}
|
|
623
654
|
%vkui--font-caption2--regular {
|
|
624
655
|
font-size: 11px;
|
|
625
656
|
line-height: 14px;
|
|
626
657
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
627
658
|
font-weight: 400;
|
|
628
659
|
}
|
|
660
|
+
%vkui--font-caption2--compact {
|
|
661
|
+
font-size: 11px;
|
|
662
|
+
line-height: 14px;
|
|
663
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
664
|
+
font-weight: 400;
|
|
665
|
+
}
|
|
629
666
|
%vkui--font-caption2-caps--regular {
|
|
630
667
|
font-size: 11px;
|
|
631
668
|
line-height: 14px;
|
|
@@ -634,12 +671,26 @@
|
|
|
634
671
|
text-transform: uppercase;
|
|
635
672
|
letter-spacing: 0.22px;
|
|
636
673
|
}
|
|
674
|
+
%vkui--font-caption2-caps--compact {
|
|
675
|
+
font-size: 11px;
|
|
676
|
+
line-height: 14px;
|
|
677
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
678
|
+
font-weight: 400;
|
|
679
|
+
text-transform: uppercase;
|
|
680
|
+
letter-spacing: 0.22px;
|
|
681
|
+
}
|
|
637
682
|
%vkui--font-caption3--regular {
|
|
638
683
|
font-size: 9px;
|
|
639
684
|
line-height: 12px;
|
|
640
685
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
641
686
|
font-weight: 400;
|
|
642
687
|
}
|
|
688
|
+
%vkui--font-caption3--compact {
|
|
689
|
+
font-size: 9px;
|
|
690
|
+
line-height: 12px;
|
|
691
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
692
|
+
font-weight: 400;
|
|
693
|
+
}
|
|
643
694
|
%vkui--font-caption3-caps--regular {
|
|
644
695
|
font-size: 9px;
|
|
645
696
|
line-height: 12px;
|
|
@@ -648,6 +699,14 @@
|
|
|
648
699
|
text-transform: uppercase;
|
|
649
700
|
letter-spacing: 0.16px;
|
|
650
701
|
}
|
|
702
|
+
%vkui--font-caption3-caps--compact {
|
|
703
|
+
font-size: 9px;
|
|
704
|
+
line-height: 12px;
|
|
705
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
706
|
+
font-weight: 400;
|
|
707
|
+
text-transform: uppercase;
|
|
708
|
+
letter-spacing: 0.16px;
|
|
709
|
+
}
|
|
651
710
|
%vkui--font-h0--regular {
|
|
652
711
|
font-size: 28px;
|
|
653
712
|
line-height: 32px;
|
|
@@ -684,6 +743,81 @@
|
|
|
684
743
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
685
744
|
font-weight: 500;
|
|
686
745
|
}
|
|
746
|
+
%vkui--media-font-media-header--regular {
|
|
747
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
748
|
+
font-weight: 500;
|
|
749
|
+
font-size: 36px;
|
|
750
|
+
line-height: 44px;
|
|
751
|
+
letter-spacing: -0.5%;
|
|
752
|
+
}
|
|
753
|
+
%vkui--media-font-media-header--compact {
|
|
754
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
755
|
+
font-weight: 500;
|
|
756
|
+
font-size: 40px;
|
|
757
|
+
line-height: 48px;
|
|
758
|
+
letter-spacing: -0.5%;
|
|
759
|
+
}
|
|
760
|
+
%vkui--media-font-media-title1--regular {
|
|
761
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
762
|
+
font-weight: 500;
|
|
763
|
+
font-size: 28px;
|
|
764
|
+
line-height: 36px;
|
|
765
|
+
}
|
|
766
|
+
%vkui--media-font-media-title1--compact {
|
|
767
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
768
|
+
font-weight: 500;
|
|
769
|
+
font-size: 28px;
|
|
770
|
+
line-height: 36px;
|
|
771
|
+
}
|
|
772
|
+
%vkui--media-font-media-title2--regular {
|
|
773
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
774
|
+
font-weight: 500;
|
|
775
|
+
font-size: 24px;
|
|
776
|
+
line-height: 32px;
|
|
777
|
+
}
|
|
778
|
+
%vkui--media-font-media-title2--compact {
|
|
779
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
780
|
+
font-weight: 500;
|
|
781
|
+
font-size: 24px;
|
|
782
|
+
line-height: 32px;
|
|
783
|
+
}
|
|
784
|
+
%vkui--media-font-media-title3--regular {
|
|
785
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
786
|
+
font-weight: 500;
|
|
787
|
+
font-size: 20px;
|
|
788
|
+
line-height: 28px;
|
|
789
|
+
}
|
|
790
|
+
%vkui--media-font-media-title3--compact {
|
|
791
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
792
|
+
font-weight: 500;
|
|
793
|
+
font-size: 20px;
|
|
794
|
+
line-height: 28px;
|
|
795
|
+
}
|
|
796
|
+
%vkui--media-font-media-lead--regular {
|
|
797
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
798
|
+
font-weight: 500;
|
|
799
|
+
font-size: 19px;
|
|
800
|
+
line-height: 28px;
|
|
801
|
+
}
|
|
802
|
+
%vkui--media-font-media-lead--compact {
|
|
803
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
804
|
+
font-weight: 500;
|
|
805
|
+
font-size: 22px;
|
|
806
|
+
line-height: 32px;
|
|
807
|
+
letter-spacing: -0.3%;
|
|
808
|
+
}
|
|
809
|
+
%vkui--media-font-media-paragraph--regular {
|
|
810
|
+
font-family: Georgia, serif;
|
|
811
|
+
font-weight: 400;
|
|
812
|
+
font-size: 18px;
|
|
813
|
+
line-height: 28px;
|
|
814
|
+
}
|
|
815
|
+
%vkui--media-font-media-paragraph--compact {
|
|
816
|
+
font-family: Georgia, serif;
|
|
817
|
+
font-weight: 400;
|
|
818
|
+
font-size: 19px;
|
|
819
|
+
line-height: 32px;
|
|
820
|
+
}
|
|
687
821
|
%vkui--font-h3--regular {
|
|
688
822
|
font-size: 20px;
|
|
689
823
|
line-height: 26px;
|
|
@@ -728,16 +862,16 @@
|
|
|
728
862
|
font-weight: 500;
|
|
729
863
|
}
|
|
730
864
|
%vkui--font-headline--regular {
|
|
731
|
-
font-size:
|
|
865
|
+
font-size: 15px;
|
|
732
866
|
line-height: 20px;
|
|
733
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
734
|
-
font-weight:
|
|
867
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
868
|
+
font-weight: 500;
|
|
735
869
|
}
|
|
736
870
|
%vkui--font-headline--compact {
|
|
737
|
-
font-size:
|
|
871
|
+
font-size: 16px;
|
|
738
872
|
line-height: 20px;
|
|
739
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
740
|
-
font-weight:
|
|
873
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
874
|
+
font-weight: 500;
|
|
741
875
|
}
|
|
742
876
|
@custom-media --width-touch (max-width: 767px);
|
|
743
877
|
@custom-media --width-to-touch (max-width: 767px);
|