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