@vkontakte/vkui-tokens 4.5.2 → 4.8.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/elevation/index.d.ts +1 -0
- package/interfaces/general/geometry/index.d.ts +1 -0
- package/interfaces/general/index.d.ts +1 -0
- package/interfaces/themes/calendar/index.d.ts +5 -0
- package/interfaces/themes/media/index.d.ts +6 -0
- package/package.json +6 -2
- package/themeDescriptions/base/paradigm.js +8 -1
- package/themeDescriptions/base/vk.js +13 -3
- package/themes/calendar/cssVars/declarations/index.css +10 -0
- package/themes/calendar/cssVars/declarations/noColors.css +6 -0
- package/themes/calendar/cssVars/declarations/noSizes.css +5 -0
- package/themes/calendar/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +597 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/calendar/cssVars/theme/index.js +44 -0
- package/themes/calendar/cssVars/theme/index.json +44 -0
- package/themes/calendar/index.css +9 -0
- package/themes/calendar/index.js +13 -0
- package/themes/calendar/index.json +13 -0
- package/themes/calendar/index.less +9 -0
- package/themes/calendar/index.pcss +9 -0
- package/themes/calendar/index.scss +9 -0
- package/themes/calendar/index.styl +9 -0
- package/themes/calendarDark/cssVars/declarations/index.css +10 -0
- package/themes/calendarDark/cssVars/declarations/noColors.css +6 -0
- package/themes/calendarDark/cssVars/declarations/noSizes.css +5 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +597 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/calendarDark/cssVars/theme/index.js +44 -0
- package/themes/calendarDark/cssVars/theme/index.json +44 -0
- package/themes/calendarDark/index.css +9 -0
- package/themes/calendarDark/index.js +13 -0
- package/themes/calendarDark/index.json +13 -0
- package/themes/calendarDark/index.less +9 -0
- package/themes/calendarDark/index.pcss +9 -0
- package/themes/calendarDark/index.scss +9 -0
- package/themes/calendarDark/index.styl +9 -0
- package/themes/calls/cssVars/declarations/index.css +6 -0
- package/themes/calls/cssVars/declarations/noColors.css +2 -0
- package/themes/calls/cssVars/declarations/noSizes.css +4 -0
- package/themes/calls/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calls/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/calls/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +503 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/calls/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/calls/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/calls/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/calls/cssVars/theme/index.js +28 -0
- package/themes/calls/cssVars/theme/index.json +28 -0
- package/themes/calls/index.css +5 -0
- package/themes/calls/index.js +9 -0
- package/themes/calls/index.json +9 -0
- package/themes/calls/index.less +5 -0
- package/themes/calls/index.pcss +5 -0
- package/themes/calls/index.scss +5 -0
- package/themes/calls/index.styl +5 -0
- package/themes/cloud/cssVars/declarations/index.css +6 -0
- package/themes/cloud/cssVars/declarations/noColors.css +2 -0
- package/themes/cloud/cssVars/declarations/noSizes.css +4 -0
- package/themes/cloud/cssVars/declarations/onlyColors.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +526 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/cloud/cssVars/theme/index.js +28 -0
- package/themes/cloud/cssVars/theme/index.json +28 -0
- package/themes/cloud/index.css +5 -0
- package/themes/cloud/index.js +9 -0
- package/themes/cloud/index.json +9 -0
- package/themes/cloud/index.less +5 -0
- package/themes/cloud/index.pcss +5 -0
- package/themes/cloud/index.scss +5 -0
- package/themes/cloud/index.styl +5 -0
- package/themes/home/cssVars/declarations/index.css +6 -0
- package/themes/home/cssVars/declarations/noColors.css +2 -0
- package/themes/home/cssVars/declarations/noSizes.css +4 -0
- package/themes/home/cssVars/declarations/onlyColors.css +3 -0
- package/themes/home/cssVars/declarations/onlyColors.js +2 -2
- package/themes/home/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/home/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +527 -0
- package/themes/home/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/home/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/home/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/home/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/home/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/home/cssVars/theme/index.js +28 -0
- package/themes/home/cssVars/theme/index.json +28 -0
- package/themes/home/index.css +5 -0
- package/themes/home/index.js +9 -0
- package/themes/home/index.json +9 -0
- package/themes/home/index.less +5 -0
- package/themes/home/index.pcss +5 -0
- package/themes/home/index.scss +5 -0
- package/themes/home/index.styl +5 -0
- package/themes/homeDark/cssVars/declarations/index.css +6 -0
- package/themes/homeDark/cssVars/declarations/noColors.css +2 -0
- package/themes/homeDark/cssVars/declarations/noSizes.css +4 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +526 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/homeDark/cssVars/theme/index.js +28 -0
- package/themes/homeDark/cssVars/theme/index.json +28 -0
- package/themes/homeDark/index.css +5 -0
- package/themes/homeDark/index.js +9 -0
- package/themes/homeDark/index.json +9 -0
- package/themes/homeDark/index.less +5 -0
- package/themes/homeDark/index.pcss +5 -0
- package/themes/homeDark/index.scss +5 -0
- package/themes/homeDark/index.styl +5 -0
- package/themes/media/cssVars/declarations/index.css +605 -137
- package/themes/media/cssVars/declarations/noColors.css +373 -93
- package/themes/media/cssVars/declarations/noSizes.css +4 -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 +192 -44
- package/themes/media/cssVars/declarations/onlyVariables.css +88 -27
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +88 -27
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +711 -0
- package/themes/media/cssVars/theme/fallbacks/index.css +376 -93
- package/themes/media/cssVars/theme/fallbacks/index.less +169 -33
- package/themes/media/cssVars/theme/fallbacks/index.pcss +169 -33
- package/themes/media/cssVars/theme/fallbacks/index.scss +442 -82
- package/themes/media/cssVars/theme/fallbacks/index.styl +169 -33
- package/themes/media/cssVars/theme/index.js +446 -38
- package/themes/media/cssVars/theme/index.json +446 -38
- package/themes/media/index.css +376 -93
- package/themes/media/index.js +147 -38
- package/themes/media/index.json +147 -38
- package/themes/media/index.less +169 -33
- package/themes/media/index.pcss +169 -33
- package/themes/media/index.scss +442 -82
- package/themes/media/index.styl +169 -33
- package/themes/mediaDark/cssVars/declarations/index.css +605 -137
- package/themes/mediaDark/cssVars/declarations/noColors.css +373 -93
- package/themes/mediaDark/cssVars/declarations/noSizes.css +4 -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 +192 -44
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +88 -27
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +88 -27
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +711 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +376 -93
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +169 -33
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +169 -33
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +442 -82
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +169 -33
- package/themes/mediaDark/cssVars/theme/index.js +446 -38
- package/themes/mediaDark/cssVars/theme/index.json +446 -38
- package/themes/mediaDark/index.css +376 -93
- package/themes/mediaDark/index.js +147 -38
- package/themes/mediaDark/index.json +147 -38
- package/themes/mediaDark/index.less +169 -33
- package/themes/mediaDark/index.pcss +169 -33
- package/themes/mediaDark/index.scss +442 -82
- package/themes/mediaDark/index.styl +169 -33
- package/themes/mycom/cssVars/declarations/index.css +589 -121
- package/themes/mycom/cssVars/declarations/noColors.css +357 -77
- package/themes/mycom/cssVars/declarations/noSizes.css +182 -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 +192 -44
- package/themes/mycom/cssVars/declarations/onlyVariables.css +84 -23
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +84 -23
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +713 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.css +364 -81
- package/themes/mycom/cssVars/theme/fallbacks/index.less +165 -29
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +165 -29
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +430 -70
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +165 -29
- package/themes/mycom/cssVars/theme/index.js +442 -34
- package/themes/mycom/cssVars/theme/index.json +442 -34
- package/themes/mycom/index.css +360 -77
- package/themes/mycom/index.js +143 -34
- package/themes/mycom/index.json +143 -34
- package/themes/mycom/index.less +161 -25
- package/themes/mycom/index.pcss +161 -25
- package/themes/mycom/index.scss +422 -62
- package/themes/mycom/index.styl +161 -25
- package/themes/octavius/cssVars/declarations/index.css +6 -0
- package/themes/octavius/cssVars/declarations/noColors.css +2 -0
- package/themes/octavius/cssVars/declarations/noSizes.css +4 -0
- package/themes/octavius/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +889 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/octavius/cssVars/theme/index.js +28 -0
- package/themes/octavius/cssVars/theme/index.json +28 -0
- package/themes/octavius/index.css +5 -0
- package/themes/octavius/index.js +9 -0
- package/themes/octavius/index.json +9 -0
- package/themes/octavius/index.less +5 -0
- package/themes/octavius/index.pcss +5 -0
- package/themes/octavius/index.scss +5 -0
- package/themes/octavius/index.styl +5 -0
- package/themes/octaviusCompact/cssVars/declarations/index.css +6 -0
- package/themes/octaviusCompact/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +4 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +890 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/octaviusCompact/cssVars/theme/index.js +28 -0
- package/themes/octaviusCompact/cssVars/theme/index.json +28 -0
- package/themes/octaviusCompact/index.css +5 -0
- package/themes/octaviusCompact/index.js +9 -0
- package/themes/octaviusCompact/index.json +9 -0
- package/themes/octaviusCompact/index.less +5 -0
- package/themes/octaviusCompact/index.pcss +5 -0
- package/themes/octaviusCompact/index.scss +5 -0
- package/themes/octaviusCompact/index.styl +5 -0
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +6 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +4 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +890 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.js +28 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.json +28 -0
- package/themes/octaviusCompactDark/index.css +5 -0
- package/themes/octaviusCompactDark/index.js +9 -0
- package/themes/octaviusCompactDark/index.json +9 -0
- package/themes/octaviusCompactDark/index.less +5 -0
- package/themes/octaviusCompactDark/index.pcss +5 -0
- package/themes/octaviusCompactDark/index.scss +5 -0
- package/themes/octaviusCompactDark/index.styl +5 -0
- package/themes/octaviusDark/cssVars/declarations/index.css +6 -0
- package/themes/octaviusDark/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +4 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +889 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/octaviusDark/cssVars/theme/index.js +28 -0
- package/themes/octaviusDark/cssVars/theme/index.json +28 -0
- package/themes/octaviusDark/index.css +5 -0
- package/themes/octaviusDark/index.js +9 -0
- package/themes/octaviusDark/index.json +9 -0
- package/themes/octaviusDark/index.less +5 -0
- package/themes/octaviusDark/index.pcss +5 -0
- package/themes/octaviusDark/index.scss +5 -0
- package/themes/octaviusDark/index.styl +5 -0
- package/themes/octaviusVK/cssVars/declarations/index.css +8 -2
- package/themes/octaviusVK/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +6 -2
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +5 -2
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +7 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +7 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +895 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +7 -2
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +7 -2
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +7 -2
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +7 -2
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +7 -2
- package/themes/octaviusVK/cssVars/theme/index.js +30 -2
- package/themes/octaviusVK/cssVars/theme/index.json +30 -2
- package/themes/octaviusVK/index.css +7 -2
- package/themes/octaviusVK/index.js +11 -2
- package/themes/octaviusVK/index.json +11 -2
- package/themes/octaviusVK/index.less +7 -2
- package/themes/octaviusVK/index.pcss +7 -2
- package/themes/octaviusVK/index.scss +7 -2
- package/themes/octaviusVK/index.styl +7 -2
- package/themes/octaviusVKDark/cssVars/declarations/index.css +6 -0
- package/themes/octaviusVKDark/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +4 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +895 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/octaviusVKDark/cssVars/theme/index.js +28 -0
- package/themes/octaviusVKDark/cssVars/theme/index.json +28 -0
- package/themes/octaviusVKDark/index.css +5 -0
- package/themes/octaviusVKDark/index.js +9 -0
- package/themes/octaviusVKDark/index.json +9 -0
- package/themes/octaviusVKDark/index.less +5 -0
- package/themes/octaviusVKDark/index.pcss +5 -0
- package/themes/octaviusVKDark/index.scss +5 -0
- package/themes/octaviusVKDark/index.styl +5 -0
- package/themes/octaviusWhite/cssVars/declarations/index.css +6 -0
- package/themes/octaviusWhite/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +4 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +889 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/octaviusWhite/cssVars/theme/index.js +28 -0
- package/themes/octaviusWhite/cssVars/theme/index.json +28 -0
- package/themes/octaviusWhite/index.css +5 -0
- package/themes/octaviusWhite/index.js +9 -0
- package/themes/octaviusWhite/index.json +9 -0
- package/themes/octaviusWhite/index.less +5 -0
- package/themes/octaviusWhite/index.pcss +5 -0
- package/themes/octaviusWhite/index.scss +5 -0
- package/themes/octaviusWhite/index.styl +5 -0
- package/themes/otvet/cssVars/declarations/index.css +6 -0
- package/themes/otvet/cssVars/declarations/noColors.css +2 -0
- package/themes/otvet/cssVars/declarations/noSizes.css +4 -0
- package/themes/otvet/cssVars/declarations/onlyColors.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +483 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/otvet/cssVars/theme/index.js +28 -0
- package/themes/otvet/cssVars/theme/index.json +28 -0
- package/themes/otvet/index.css +5 -0
- package/themes/otvet/index.js +9 -0
- package/themes/otvet/index.json +9 -0
- package/themes/otvet/index.less +5 -0
- package/themes/otvet/index.pcss +5 -0
- package/themes/otvet/index.scss +5 -0
- package/themes/otvet/index.styl +5 -0
- package/themes/otvetDark/cssVars/declarations/index.css +6 -0
- package/themes/otvetDark/cssVars/declarations/noColors.css +2 -0
- package/themes/otvetDark/cssVars/declarations/noSizes.css +4 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +483 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/otvetDark/cssVars/theme/index.js +28 -0
- package/themes/otvetDark/cssVars/theme/index.json +28 -0
- package/themes/otvetDark/index.css +5 -0
- package/themes/otvetDark/index.js +9 -0
- package/themes/otvetDark/index.json +9 -0
- package/themes/otvetDark/index.less +5 -0
- package/themes/otvetDark/index.pcss +5 -0
- package/themes/otvetDark/index.scss +5 -0
- package/themes/otvetDark/index.styl +5 -0
- package/themes/paradigmBase/cssVars/declarations/index.css +6 -0
- package/themes/paradigmBase/cssVars/declarations/noColors.css +2 -0
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +4 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +508 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/paradigmBase/cssVars/theme/index.js +28 -0
- package/themes/paradigmBase/cssVars/theme/index.json +28 -0
- package/themes/paradigmBase/index.css +5 -0
- package/themes/paradigmBase/index.js +9 -0
- package/themes/paradigmBase/index.json +9 -0
- package/themes/paradigmBase/index.less +5 -0
- package/themes/paradigmBase/index.pcss +5 -0
- package/themes/paradigmBase/index.scss +5 -0
- package/themes/paradigmBase/index.styl +5 -0
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +2 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +4 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +508 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.js +28 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.json +28 -0
- package/themes/paradigmBaseDark/index.css +5 -0
- package/themes/paradigmBaseDark/index.js +9 -0
- package/themes/paradigmBaseDark/index.json +9 -0
- package/themes/paradigmBaseDark/index.less +5 -0
- package/themes/paradigmBaseDark/index.pcss +5 -0
- package/themes/paradigmBaseDark/index.scss +5 -0
- package/themes/paradigmBaseDark/index.styl +5 -0
- package/themes/pharma/cssVars/declarations/index.css +605 -137
- package/themes/pharma/cssVars/declarations/noColors.css +373 -93
- package/themes/pharma/cssVars/declarations/noSizes.css +182 -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 +192 -44
- package/themes/pharma/cssVars/declarations/onlyVariables.css +88 -27
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +88 -27
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +714 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.css +376 -93
- package/themes/pharma/cssVars/theme/fallbacks/index.less +169 -33
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +169 -33
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +442 -82
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +169 -33
- package/themes/pharma/cssVars/theme/index.js +446 -38
- package/themes/pharma/cssVars/theme/index.json +446 -38
- package/themes/pharma/index.css +376 -93
- package/themes/pharma/index.js +147 -38
- package/themes/pharma/index.json +147 -38
- package/themes/pharma/index.less +169 -33
- package/themes/pharma/index.pcss +169 -33
- package/themes/pharma/index.scss +442 -82
- package/themes/pharma/index.styl +169 -33
- package/themes/promo/cssVars/declarations/index.css +6 -0
- package/themes/promo/cssVars/declarations/noColors.css +2 -0
- package/themes/promo/cssVars/declarations/noSizes.css +4 -0
- package/themes/promo/cssVars/declarations/onlyColors.css +3 -0
- package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/promo/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/promo/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +664 -0
- package/themes/promo/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/promo/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/promo/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/promo/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/promo/cssVars/theme/index.js +28 -0
- package/themes/promo/cssVars/theme/index.json +28 -0
- package/themes/promo/index.css +5 -0
- package/themes/promo/index.js +9 -0
- package/themes/promo/index.json +9 -0
- package/themes/promo/index.less +5 -0
- package/themes/promo/index.pcss +5 -0
- package/themes/promo/index.scss +5 -0
- package/themes/promo/index.styl +5 -0
- package/themes/todo/cssVars/declarations/index.css +6 -0
- package/themes/todo/cssVars/declarations/noColors.css +2 -0
- package/themes/todo/cssVars/declarations/noSizes.css +4 -0
- package/themes/todo/cssVars/declarations/onlyColors.css +3 -0
- package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/todo/cssVars/declarations/onlyMedia.css +1 -0
- package/themes/todo/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +5 -0
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +509 -0
- package/themes/todo/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/todo/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/todo/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/todo/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/todo/cssVars/theme/index.js +28 -0
- package/themes/todo/cssVars/theme/index.json +28 -0
- package/themes/todo/index.css +5 -0
- package/themes/todo/index.js +9 -0
- package/themes/todo/index.json +9 -0
- package/themes/todo/index.less +5 -0
- package/themes/todo/index.pcss +5 -0
- package/themes/todo/index.scss +5 -0
- package/themes/todo/index.styl +5 -0
- package/themes/vkBase/cssVars/declarations/index.css +7 -2
- package/themes/vkBase/cssVars/declarations/noColors.css +2 -0
- package/themes/vkBase/cssVars/declarations/noSizes.css +6 -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 +7 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +7 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +413 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +7 -2
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +7 -2
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +7 -2
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +7 -2
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +7 -2
- package/themes/vkBase/cssVars/theme/index.js +30 -2
- package/themes/vkBase/cssVars/theme/index.json +30 -2
- package/themes/vkBase/index.css +7 -2
- package/themes/vkBase/index.js +11 -2
- package/themes/vkBase/index.json +11 -2
- package/themes/vkBase/index.less +7 -2
- package/themes/vkBase/index.pcss +7 -2
- package/themes/vkBase/index.scss +7 -2
- package/themes/vkBase/index.styl +7 -2
- package/themes/vkBaseDark/cssVars/declarations/index.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/noColors.css +3 -0
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +5 -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 +6 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +233 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkBaseDark/cssVars/theme/index.js +32 -0
- package/themes/vkBaseDark/cssVars/theme/index.json +32 -0
- package/themes/vkBaseDark/index.css +6 -0
- package/themes/vkBaseDark/index.js +10 -0
- package/themes/vkBaseDark/index.json +10 -0
- package/themes/vkBaseDark/index.less +6 -0
- package/themes/vkBaseDark/index.pcss +6 -0
- package/themes/vkBaseDark/index.scss +6 -0
- package/themes/vkBaseDark/index.styl +6 -0
- package/themes/vkCom/cssVars/declarations/index.css +8 -2
- package/themes/vkCom/cssVars/declarations/noColors.css +3 -0
- package/themes/vkCom/cssVars/declarations/noSizes.css +7 -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 +8 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +8 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +8 -2
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +8 -2
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +8 -2
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +8 -2
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +8 -2
- package/themes/vkCom/cssVars/theme/index.js +34 -2
- package/themes/vkCom/cssVars/theme/index.json +34 -2
- package/themes/vkCom/index.css +8 -2
- package/themes/vkCom/index.js +12 -2
- package/themes/vkCom/index.json +12 -2
- package/themes/vkCom/index.less +8 -2
- package/themes/vkCom/index.pcss +8 -2
- package/themes/vkCom/index.scss +8 -2
- package/themes/vkCom/index.styl +8 -2
- package/themes/vkComDark/cssVars/declarations/index.css +6 -0
- package/themes/vkComDark/cssVars/declarations/noColors.css +3 -0
- package/themes/vkComDark/cssVars/declarations/noSizes.css +5 -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 +6 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkComDark/cssVars/theme/index.js +32 -0
- package/themes/vkComDark/cssVars/theme/index.json +32 -0
- package/themes/vkComDark/index.css +6 -0
- package/themes/vkComDark/index.js +10 -0
- package/themes/vkComDark/index.json +10 -0
- package/themes/vkComDark/index.less +6 -0
- package/themes/vkComDark/index.pcss +6 -0
- package/themes/vkComDark/index.scss +6 -0
- package/themes/vkComDark/index.styl +6 -0
- package/themes/vkIOS/cssVars/declarations/index.css +8 -2
- package/themes/vkIOS/cssVars/declarations/noColors.css +3 -0
- package/themes/vkIOS/cssVars/declarations/noSizes.css +7 -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 +8 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +8 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +8 -2
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +8 -2
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +8 -2
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +8 -2
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +8 -2
- package/themes/vkIOS/cssVars/theme/index.js +34 -2
- package/themes/vkIOS/cssVars/theme/index.json +34 -2
- package/themes/vkIOS/index.css +8 -2
- package/themes/vkIOS/index.js +12 -2
- package/themes/vkIOS/index.json +12 -2
- package/themes/vkIOS/index.less +8 -2
- package/themes/vkIOS/index.pcss +8 -2
- package/themes/vkIOS/index.scss +8 -2
- package/themes/vkIOS/index.styl +8 -2
- package/themes/vkIOSDark/cssVars/declarations/index.css +6 -0
- package/themes/vkIOSDark/cssVars/declarations/noColors.css +3 -0
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +5 -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 +6 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkIOSDark/cssVars/theme/index.js +32 -0
- package/themes/vkIOSDark/cssVars/theme/index.json +32 -0
- package/themes/vkIOSDark/index.css +6 -0
- package/themes/vkIOSDark/index.js +10 -0
- package/themes/vkIOSDark/index.json +10 -0
- package/themes/vkIOSDark/index.less +6 -0
- package/themes/vkIOSDark/index.pcss +6 -0
- package/themes/vkIOSDark/index.scss +6 -0
- package/themes/vkIOSDark/index.styl +6 -0
|
@@ -11,51 +11,54 @@
|
|
|
11
11
|
--vkui--font_title1--font_size--regular: 24px;
|
|
12
12
|
--vkui--font_title1--line_height--regular: 28px;
|
|
13
13
|
--vkui--font_title1--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
14
|
-
--vkui--font_title1--font_weight--regular:
|
|
14
|
+
--vkui--font_title1--font_weight--regular: 500;
|
|
15
15
|
--vkui--font_title1--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
16
|
-
--vkui--font_title1--font_weight--compact:
|
|
16
|
+
--vkui--font_title1--font_weight--compact: 500;
|
|
17
17
|
--vkui--font_title2--font_size--regular: 20px;
|
|
18
18
|
--vkui--font_title2--line_height--regular: 26px;
|
|
19
19
|
--vkui--font_title2--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
20
|
-
--vkui--font_title2--font_weight--regular:
|
|
20
|
+
--vkui--font_title2--font_weight--regular: 500;
|
|
21
21
|
--vkui--font_title2--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
22
|
-
--vkui--font_title2--font_weight--compact:
|
|
22
|
+
--vkui--font_title2--font_weight--compact: 500;
|
|
23
23
|
--vkui--font_title3--font_size--regular: 17px;
|
|
24
24
|
--vkui--font_title3--line_height--regular: 22px;
|
|
25
25
|
--vkui--font_title3--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
26
|
-
--vkui--font_title3--font_weight--regular:
|
|
26
|
+
--vkui--font_title3--font_weight--regular: 500;
|
|
27
27
|
--vkui--font_title3--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
28
|
-
--vkui--font_title3--font_weight--compact:
|
|
29
|
-
--vkui--font_headline1--font_size--regular:
|
|
28
|
+
--vkui--font_title3--font_weight--compact: 500;
|
|
29
|
+
--vkui--font_headline1--font_size--regular: 15px;
|
|
30
30
|
--vkui--font_headline1--line_height--regular: 20px;
|
|
31
|
-
--vkui--font_headline1--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
32
|
-
--vkui--font_headline1--font_weight--regular:
|
|
33
|
-
--vkui--font_headline1--font_size--compact:
|
|
31
|
+
--vkui--font_headline1--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
32
|
+
--vkui--font_headline1--font_weight--regular: 500;
|
|
33
|
+
--vkui--font_headline1--font_size--compact: 16px;
|
|
34
34
|
--vkui--font_headline1--line_height--compact: 20px;
|
|
35
|
-
--vkui--
|
|
35
|
+
--vkui--font_headline1--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
36
|
+
--vkui--font_headline1--font_weight--compact: 500;
|
|
37
|
+
--vkui--font_headline2--font_size--regular: 14px;
|
|
36
38
|
--vkui--font_headline2--line_height--regular: 20px;
|
|
37
|
-
--vkui--font_headline2--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
38
|
-
--vkui--font_headline2--font_weight--regular:
|
|
39
|
-
--vkui--font_headline2--font_size--compact:
|
|
39
|
+
--vkui--font_headline2--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
40
|
+
--vkui--font_headline2--font_weight--regular: 500;
|
|
41
|
+
--vkui--font_headline2--font_size--compact: 15px;
|
|
40
42
|
--vkui--font_headline2--line_height--compact: 20px;
|
|
41
|
-
--vkui--
|
|
43
|
+
--vkui--font_headline2--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
44
|
+
--vkui--font_headline2--font_weight--compact: 500;
|
|
45
|
+
--vkui--font_text--font_size--regular: 15px;
|
|
42
46
|
--vkui--font_text--line_height--regular: 20px;
|
|
43
47
|
--vkui--font_text--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
44
48
|
--vkui--font_text--font_weight--regular: 400;
|
|
45
|
-
--vkui--font_text--font_size--compact:
|
|
46
|
-
--vkui--font_text--line_height--compact:
|
|
49
|
+
--vkui--font_text--font_size--compact: 16px;
|
|
50
|
+
--vkui--font_text--line_height--compact: 24px;
|
|
47
51
|
--vkui--font_paragraph--font_size--regular: 15px;
|
|
48
52
|
--vkui--font_paragraph--line_height--regular: 20px;
|
|
49
53
|
--vkui--font_paragraph--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
50
54
|
--vkui--font_paragraph--font_weight--regular: 400;
|
|
51
|
-
--vkui--font_subhead--font_size--regular:
|
|
55
|
+
--vkui--font_subhead--font_size--regular: 13px;
|
|
52
56
|
--vkui--font_subhead--line_height--regular: 18px;
|
|
53
|
-
--vkui--font_subhead--font_family--regular:
|
|
54
|
-
--vkui--font_subhead--font_weight--regular:
|
|
55
|
-
--vkui--font_subhead--font_size--compact:
|
|
57
|
+
--vkui--font_subhead--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
58
|
+
--vkui--font_subhead--font_weight--regular: 400;
|
|
59
|
+
--vkui--font_subhead--font_size--compact: 14px;
|
|
56
60
|
--vkui--font_subhead--line_height--compact: 18px;
|
|
57
|
-
--vkui--font_subhead--
|
|
58
|
-
--vkui--font_subhead--font_weight--compact: 600;
|
|
61
|
+
--vkui--font_subhead--font_weight--compact: 400;
|
|
59
62
|
--vkui--font_footnote--font_size--regular: 13px;
|
|
60
63
|
--vkui--font_footnote--line_height--regular: 18px;
|
|
61
64
|
--vkui--font_footnote--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
@@ -142,7 +145,9 @@
|
|
|
142
145
|
--vkui--size_button_group_gap_space--regular: 1px;
|
|
143
146
|
--vkui--size_button_group_gap_small--regular: 8px;
|
|
144
147
|
--vkui--size_button_group_gap_medium--regular: 12px;
|
|
148
|
+
--vkui--size_option_hierarchy--regular: 32px;
|
|
145
149
|
--vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
150
|
+
--vkui--elevation1_invert_y: 0 -2px 0 0 rgba(0, 16, 61, 0.04);
|
|
146
151
|
--vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|
|
147
152
|
--vkui--elevation3: 0 4px 20px 0 rgba(0,0,0,.16);
|
|
148
153
|
--vkui--elevation4: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
|
|
@@ -268,6 +273,57 @@
|
|
|
268
273
|
--vkui--font_family_article: Georgia, serif;
|
|
269
274
|
--vkui--font_weight_article1: 400;
|
|
270
275
|
--vkui--font_weight_article2: 700;
|
|
276
|
+
--vkui--media_font_media_header--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
277
|
+
--vkui--media_font_media_header--font_weight--regular: 500;
|
|
278
|
+
--vkui--media_font_media_header--font_size--regular: 36px;
|
|
279
|
+
--vkui--media_font_media_header--line_height--regular: 44px;
|
|
280
|
+
--vkui--media_font_media_header--letter_spacing--regular: -0.5%;
|
|
281
|
+
--vkui--media_font_media_header--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
282
|
+
--vkui--media_font_media_header--font_weight--compact: 500;
|
|
283
|
+
--vkui--media_font_media_header--font_size--compact: 40px;
|
|
284
|
+
--vkui--media_font_media_header--line_height--compact: 48px;
|
|
285
|
+
--vkui--media_font_media_header--letter_spacing--compact: -0.5%;
|
|
286
|
+
--vkui--media_font_media_title1--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
287
|
+
--vkui--media_font_media_title1--font_weight--regular: 500;
|
|
288
|
+
--vkui--media_font_media_title1--font_size--regular: 28px;
|
|
289
|
+
--vkui--media_font_media_title1--line_height--regular: 36px;
|
|
290
|
+
--vkui--media_font_media_title1--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
291
|
+
--vkui--media_font_media_title1--font_weight--compact: 500;
|
|
292
|
+
--vkui--media_font_media_title1--font_size--compact: 28px;
|
|
293
|
+
--vkui--media_font_media_title1--line_height--compact: 36px;
|
|
294
|
+
--vkui--media_font_media_title2--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
295
|
+
--vkui--media_font_media_title2--font_weight--regular: 500;
|
|
296
|
+
--vkui--media_font_media_title2--font_size--regular: 24px;
|
|
297
|
+
--vkui--media_font_media_title2--line_height--regular: 32px;
|
|
298
|
+
--vkui--media_font_media_title2--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
299
|
+
--vkui--media_font_media_title2--font_weight--compact: 500;
|
|
300
|
+
--vkui--media_font_media_title2--font_size--compact: 24px;
|
|
301
|
+
--vkui--media_font_media_title2--line_height--compact: 32px;
|
|
302
|
+
--vkui--media_font_media_title3--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
303
|
+
--vkui--media_font_media_title3--font_weight--regular: 500;
|
|
304
|
+
--vkui--media_font_media_title3--font_size--regular: 20px;
|
|
305
|
+
--vkui--media_font_media_title3--line_height--regular: 28px;
|
|
306
|
+
--vkui--media_font_media_title3--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
307
|
+
--vkui--media_font_media_title3--font_weight--compact: 500;
|
|
308
|
+
--vkui--media_font_media_title3--font_size--compact: 20px;
|
|
309
|
+
--vkui--media_font_media_title3--line_height--compact: 28px;
|
|
310
|
+
--vkui--media_font_media_lead--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
311
|
+
--vkui--media_font_media_lead--font_weight--regular: 500;
|
|
312
|
+
--vkui--media_font_media_lead--font_size--regular: 19px;
|
|
313
|
+
--vkui--media_font_media_lead--line_height--regular: 28px;
|
|
314
|
+
--vkui--media_font_media_lead--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
315
|
+
--vkui--media_font_media_lead--font_weight--compact: 500;
|
|
316
|
+
--vkui--media_font_media_lead--font_size--compact: 22px;
|
|
317
|
+
--vkui--media_font_media_lead--line_height--compact: 32px;
|
|
318
|
+
--vkui--media_font_media_lead--letter_spacing--compact: -0.3%;
|
|
319
|
+
--vkui--media_font_media_paragraph--font_family--regular: Georgia, serif;
|
|
320
|
+
--vkui--media_font_media_paragraph--font_weight--regular: 400;
|
|
321
|
+
--vkui--media_font_media_paragraph--font_size--regular: 18px;
|
|
322
|
+
--vkui--media_font_media_paragraph--line_height--regular: 28px;
|
|
323
|
+
--vkui--media_font_media_paragraph--font_family--compact: Georgia, serif;
|
|
324
|
+
--vkui--media_font_media_paragraph--font_weight--compact: 400;
|
|
325
|
+
--vkui--media_font_media_paragraph--font_size--compact: 19px;
|
|
326
|
+
--vkui--media_font_media_paragraph--line_height--compact: 32px;
|
|
271
327
|
--vkui--font_h3--font_size--regular: 20px;
|
|
272
328
|
--vkui--font_h3--line_height--regular: 26px;
|
|
273
329
|
--vkui--font_h3--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
@@ -325,12 +381,14 @@
|
|
|
325
381
|
--vkui--grid_layout_banner--compact: 280px;
|
|
326
382
|
--vkui--grid_layout_banner--regular: 280px;
|
|
327
383
|
--vkui--grid_layout_banner--large: 560px;
|
|
328
|
-
--vkui--font_headline--font_size--regular:
|
|
384
|
+
--vkui--font_headline--font_size--regular: 15px;
|
|
329
385
|
--vkui--font_headline--line_height--regular: 20px;
|
|
330
|
-
--vkui--font_headline--font_family--regular: Inter, Helvetica, Arial, sans-serif;
|
|
331
|
-
--vkui--font_headline--font_weight--regular:
|
|
332
|
-
--vkui--font_headline--font_size--compact:
|
|
386
|
+
--vkui--font_headline--font_family--regular: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
387
|
+
--vkui--font_headline--font_weight--regular: 500;
|
|
388
|
+
--vkui--font_headline--font_size--compact: 16px;
|
|
333
389
|
--vkui--font_headline--line_height--compact: 20px;
|
|
390
|
+
--vkui--font_headline--font_family--compact: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
391
|
+
--vkui--font_headline--font_weight--compact: 500;
|
|
334
392
|
--vkui--colors_scheme: light;
|
|
335
393
|
--vkui--color_background_accent: #1DD3A2;
|
|
336
394
|
--vkui--color_background_accent--hover: #1CCB9E;
|
|
@@ -377,6 +435,9 @@
|
|
|
377
435
|
--vkui--color_background_negative_tint: #FAEBEB;
|
|
378
436
|
--vkui--color_background_negative_tint--hover: #F0E2E4;
|
|
379
437
|
--vkui--color_background_negative_tint--active: #E6D9DD;
|
|
438
|
+
--vkui--color_field_background: #ffffff;
|
|
439
|
+
--vkui--color_field_background--hover: #F5F5F7;
|
|
440
|
+
--vkui--color_field_background--active: #EBECEF;
|
|
380
441
|
--vkui--color_text_accent: #1DD3A2;
|
|
381
442
|
--vkui--color_text_accent--hover: #1CCB9E;
|
|
382
443
|
--vkui--color_text_accent--active: #1BC39A;
|
|
@@ -659,8 +720,8 @@
|
|
|
659
720
|
line-height: var(--vkui--font_title1--line_height--regular, 28px);
|
|
660
721
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
661
722
|
font-family: var(--vkui--font_title1--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
662
|
-
font-weight:
|
|
663
|
-
font-weight: var(--vkui--font_title1--font_weight--regular,
|
|
723
|
+
font-weight: 500;
|
|
724
|
+
font-weight: var(--vkui--font_title1--font_weight--regular, 500);
|
|
664
725
|
}
|
|
665
726
|
.vkui--font_title1 {
|
|
666
727
|
font-size: var(--vkui--font_title1--font_size);
|
|
@@ -675,8 +736,8 @@
|
|
|
675
736
|
line-height: var(--vkui--font_title1--line_height--regular, 28px);
|
|
676
737
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
677
738
|
font-family: var(--vkui--font_title1--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
678
|
-
font-weight:
|
|
679
|
-
font-weight: var(--vkui--font_title1--font_weight--compact,
|
|
739
|
+
font-weight: 500;
|
|
740
|
+
font-weight: var(--vkui--font_title1--font_weight--compact, 500);
|
|
680
741
|
}
|
|
681
742
|
.vkui--font_title2--regular {
|
|
682
743
|
font-size: 20px;
|
|
@@ -685,8 +746,8 @@
|
|
|
685
746
|
line-height: var(--vkui--font_title2--line_height--regular, 26px);
|
|
686
747
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
687
748
|
font-family: var(--vkui--font_title2--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
688
|
-
font-weight:
|
|
689
|
-
font-weight: var(--vkui--font_title2--font_weight--regular,
|
|
749
|
+
font-weight: 500;
|
|
750
|
+
font-weight: var(--vkui--font_title2--font_weight--regular, 500);
|
|
690
751
|
}
|
|
691
752
|
.vkui--font_title2 {
|
|
692
753
|
font-size: var(--vkui--font_title2--font_size);
|
|
@@ -701,8 +762,8 @@
|
|
|
701
762
|
line-height: var(--vkui--font_title2--line_height--regular, 26px);
|
|
702
763
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
703
764
|
font-family: var(--vkui--font_title2--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
704
|
-
font-weight:
|
|
705
|
-
font-weight: var(--vkui--font_title2--font_weight--compact,
|
|
765
|
+
font-weight: 500;
|
|
766
|
+
font-weight: var(--vkui--font_title2--font_weight--compact, 500);
|
|
706
767
|
}
|
|
707
768
|
.vkui--font_title3--regular {
|
|
708
769
|
font-size: 17px;
|
|
@@ -711,8 +772,8 @@
|
|
|
711
772
|
line-height: var(--vkui--font_title3--line_height--regular, 22px);
|
|
712
773
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
713
774
|
font-family: var(--vkui--font_title3--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
714
|
-
font-weight:
|
|
715
|
-
font-weight: var(--vkui--font_title3--font_weight--regular,
|
|
775
|
+
font-weight: 500;
|
|
776
|
+
font-weight: var(--vkui--font_title3--font_weight--regular, 500);
|
|
716
777
|
}
|
|
717
778
|
.vkui--font_title3 {
|
|
718
779
|
font-size: var(--vkui--font_title3--font_size);
|
|
@@ -727,18 +788,18 @@
|
|
|
727
788
|
line-height: var(--vkui--font_title3--line_height--regular, 22px);
|
|
728
789
|
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
729
790
|
font-family: var(--vkui--font_title3--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
730
|
-
font-weight:
|
|
731
|
-
font-weight: var(--vkui--font_title3--font_weight--compact,
|
|
791
|
+
font-weight: 500;
|
|
792
|
+
font-weight: var(--vkui--font_title3--font_weight--compact, 500);
|
|
732
793
|
}
|
|
733
794
|
.vkui--font_headline1--regular {
|
|
734
|
-
font-size:
|
|
735
|
-
font-size: var(--vkui--font_headline1--font_size--regular,
|
|
795
|
+
font-size: 15px;
|
|
796
|
+
font-size: var(--vkui--font_headline1--font_size--regular, 15px);
|
|
736
797
|
line-height: 20px;
|
|
737
798
|
line-height: var(--vkui--font_headline1--line_height--regular, 20px);
|
|
738
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
739
|
-
font-family: var(--vkui--font_headline1--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
740
|
-
font-weight:
|
|
741
|
-
font-weight: var(--vkui--font_headline1--font_weight--regular,
|
|
799
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
800
|
+
font-family: var(--vkui--font_headline1--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
801
|
+
font-weight: 500;
|
|
802
|
+
font-weight: var(--vkui--font_headline1--font_weight--regular, 500);
|
|
742
803
|
}
|
|
743
804
|
.vkui--font_headline1 {
|
|
744
805
|
font-size: var(--vkui--font_headline1--font_size);
|
|
@@ -747,24 +808,24 @@
|
|
|
747
808
|
font-weight: var(--vkui--font_headline1--font_weight);
|
|
748
809
|
}
|
|
749
810
|
.vkui--font_headline1--compact {
|
|
750
|
-
font-size:
|
|
751
|
-
font-size: var(--vkui--font_headline1--font_size--compact,
|
|
811
|
+
font-size: 16px;
|
|
812
|
+
font-size: var(--vkui--font_headline1--font_size--compact, 16px);
|
|
752
813
|
line-height: 20px;
|
|
753
814
|
line-height: var(--vkui--font_headline1--line_height--compact, 20px);
|
|
754
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
755
|
-
font-family: var(--vkui--font_headline1--font_family--
|
|
756
|
-
font-weight:
|
|
757
|
-
font-weight: var(--vkui--font_headline1--font_weight--
|
|
815
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
816
|
+
font-family: var(--vkui--font_headline1--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
817
|
+
font-weight: 500;
|
|
818
|
+
font-weight: var(--vkui--font_headline1--font_weight--compact, 500);
|
|
758
819
|
}
|
|
759
820
|
.vkui--font_headline2--regular {
|
|
760
|
-
font-size:
|
|
761
|
-
font-size: var(--vkui--font_headline2--font_size--regular,
|
|
821
|
+
font-size: 14px;
|
|
822
|
+
font-size: var(--vkui--font_headline2--font_size--regular, 14px);
|
|
762
823
|
line-height: 20px;
|
|
763
824
|
line-height: var(--vkui--font_headline2--line_height--regular, 20px);
|
|
764
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
765
|
-
font-family: var(--vkui--font_headline2--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
766
|
-
font-weight:
|
|
767
|
-
font-weight: var(--vkui--font_headline2--font_weight--regular,
|
|
825
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
826
|
+
font-family: var(--vkui--font_headline2--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
827
|
+
font-weight: 500;
|
|
828
|
+
font-weight: var(--vkui--font_headline2--font_weight--regular, 500);
|
|
768
829
|
}
|
|
769
830
|
.vkui--font_headline2 {
|
|
770
831
|
font-size: var(--vkui--font_headline2--font_size);
|
|
@@ -773,18 +834,18 @@
|
|
|
773
834
|
font-weight: var(--vkui--font_headline2--font_weight);
|
|
774
835
|
}
|
|
775
836
|
.vkui--font_headline2--compact {
|
|
776
|
-
font-size:
|
|
777
|
-
font-size: var(--vkui--font_headline2--font_size--compact,
|
|
837
|
+
font-size: 15px;
|
|
838
|
+
font-size: var(--vkui--font_headline2--font_size--compact, 15px);
|
|
778
839
|
line-height: 20px;
|
|
779
840
|
line-height: var(--vkui--font_headline2--line_height--compact, 20px);
|
|
780
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
781
|
-
font-family: var(--vkui--font_headline2--font_family--
|
|
782
|
-
font-weight:
|
|
783
|
-
font-weight: var(--vkui--font_headline2--font_weight--
|
|
841
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
842
|
+
font-family: var(--vkui--font_headline2--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
843
|
+
font-weight: 500;
|
|
844
|
+
font-weight: var(--vkui--font_headline2--font_weight--compact, 500);
|
|
784
845
|
}
|
|
785
846
|
.vkui--font_text--regular {
|
|
786
|
-
font-size:
|
|
787
|
-
font-size: var(--vkui--font_text--font_size--regular,
|
|
847
|
+
font-size: 15px;
|
|
848
|
+
font-size: var(--vkui--font_text--font_size--regular, 15px);
|
|
788
849
|
line-height: 20px;
|
|
789
850
|
line-height: var(--vkui--font_text--line_height--regular, 20px);
|
|
790
851
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
@@ -799,10 +860,10 @@
|
|
|
799
860
|
font-weight: var(--vkui--font_text--font_weight);
|
|
800
861
|
}
|
|
801
862
|
.vkui--font_text--compact {
|
|
802
|
-
font-size:
|
|
803
|
-
font-size: var(--vkui--font_text--font_size--compact,
|
|
804
|
-
line-height:
|
|
805
|
-
line-height: var(--vkui--font_text--line_height--compact,
|
|
863
|
+
font-size: 16px;
|
|
864
|
+
font-size: var(--vkui--font_text--font_size--compact, 16px);
|
|
865
|
+
line-height: 24px;
|
|
866
|
+
line-height: var(--vkui--font_text--line_height--compact, 24px);
|
|
806
867
|
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
807
868
|
font-family: var(--vkui--font_text--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
808
869
|
font-weight: 400;
|
|
@@ -825,14 +886,14 @@
|
|
|
825
886
|
font-weight: var(--vkui--font_paragraph--font_weight);
|
|
826
887
|
}
|
|
827
888
|
.vkui--font_subhead--regular {
|
|
828
|
-
font-size:
|
|
829
|
-
font-size: var(--vkui--font_subhead--font_size--regular,
|
|
889
|
+
font-size: 13px;
|
|
890
|
+
font-size: var(--vkui--font_subhead--font_size--regular, 13px);
|
|
830
891
|
line-height: 18px;
|
|
831
892
|
line-height: var(--vkui--font_subhead--line_height--regular, 18px);
|
|
832
|
-
font-family:
|
|
833
|
-
font-family: var(--vkui--font_subhead--font_family--regular,
|
|
834
|
-
font-weight:
|
|
835
|
-
font-weight: var(--vkui--font_subhead--font_weight--regular,
|
|
893
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
894
|
+
font-family: var(--vkui--font_subhead--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
895
|
+
font-weight: 400;
|
|
896
|
+
font-weight: var(--vkui--font_subhead--font_weight--regular, 400);
|
|
836
897
|
}
|
|
837
898
|
.vkui--font_subhead {
|
|
838
899
|
font-size: var(--vkui--font_subhead--font_size);
|
|
@@ -841,14 +902,14 @@
|
|
|
841
902
|
font-weight: var(--vkui--font_subhead--font_weight);
|
|
842
903
|
}
|
|
843
904
|
.vkui--font_subhead--compact {
|
|
844
|
-
font-size:
|
|
845
|
-
font-size: var(--vkui--font_subhead--font_size--compact,
|
|
905
|
+
font-size: 14px;
|
|
906
|
+
font-size: var(--vkui--font_subhead--font_size--compact, 14px);
|
|
846
907
|
line-height: 18px;
|
|
847
908
|
line-height: var(--vkui--font_subhead--line_height--compact, 18px);
|
|
848
|
-
font-family:
|
|
849
|
-
font-family: var(--vkui--font_subhead--font_family--
|
|
850
|
-
font-weight:
|
|
851
|
-
font-weight: var(--vkui--font_subhead--font_weight--compact,
|
|
909
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
910
|
+
font-family: var(--vkui--font_subhead--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
911
|
+
font-weight: 400;
|
|
912
|
+
font-weight: var(--vkui--font_subhead--font_weight--compact, 400);
|
|
852
913
|
}
|
|
853
914
|
.vkui--font_footnote--regular {
|
|
854
915
|
font-size: 13px;
|
|
@@ -866,6 +927,16 @@
|
|
|
866
927
|
font-family: var(--vkui--font_footnote--font_family);
|
|
867
928
|
font-weight: var(--vkui--font_footnote--font_weight);
|
|
868
929
|
}
|
|
930
|
+
.vkui--font_footnote--compact {
|
|
931
|
+
font-size: 13px;
|
|
932
|
+
font-size: var(--vkui--font_footnote--font_size--regular, 13px);
|
|
933
|
+
line-height: 18px;
|
|
934
|
+
line-height: var(--vkui--font_footnote--line_height--regular, 18px);
|
|
935
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
936
|
+
font-family: var(--vkui--font_footnote--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
937
|
+
font-weight: 400;
|
|
938
|
+
font-weight: var(--vkui--font_footnote--font_weight--regular, 400);
|
|
939
|
+
}
|
|
869
940
|
.vkui--font_footnote_caps--regular {
|
|
870
941
|
font-size: 13px;
|
|
871
942
|
font-size: var(--vkui--font_footnote_caps--font_size--regular, 13px);
|
|
@@ -888,6 +959,20 @@
|
|
|
888
959
|
text-transform: var(--vkui--font_footnote_caps--text_transform);
|
|
889
960
|
letter-spacing: var(--vkui--font_footnote_caps--letter_spacing);
|
|
890
961
|
}
|
|
962
|
+
.vkui--font_footnote_caps--compact {
|
|
963
|
+
font-size: 13px;
|
|
964
|
+
font-size: var(--vkui--font_footnote_caps--font_size--regular, 13px);
|
|
965
|
+
line-height: 18px;
|
|
966
|
+
line-height: var(--vkui--font_footnote_caps--line_height--regular, 18px);
|
|
967
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
968
|
+
font-family: var(--vkui--font_footnote_caps--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
969
|
+
font-weight: 400;
|
|
970
|
+
font-weight: var(--vkui--font_footnote_caps--font_weight--regular, 400);
|
|
971
|
+
text-transform: uppercase;
|
|
972
|
+
text-transform: var(--vkui--font_footnote_caps--text_transform--regular, uppercase);
|
|
973
|
+
letter-spacing: 0.3px;
|
|
974
|
+
letter-spacing: var(--vkui--font_footnote_caps--letter_spacing--regular, 0.3px);
|
|
975
|
+
}
|
|
891
976
|
.vkui--font_caption1--regular {
|
|
892
977
|
font-size: 12px;
|
|
893
978
|
font-size: var(--vkui--font_caption1--font_size--regular, 12px);
|
|
@@ -904,6 +989,16 @@
|
|
|
904
989
|
font-family: var(--vkui--font_caption1--font_family);
|
|
905
990
|
font-weight: var(--vkui--font_caption1--font_weight);
|
|
906
991
|
}
|
|
992
|
+
.vkui--font_caption1--compact {
|
|
993
|
+
font-size: 12px;
|
|
994
|
+
font-size: var(--vkui--font_caption1--font_size--regular, 12px);
|
|
995
|
+
line-height: 16px;
|
|
996
|
+
line-height: var(--vkui--font_caption1--line_height--regular, 16px);
|
|
997
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
998
|
+
font-family: var(--vkui--font_caption1--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
999
|
+
font-weight: 400;
|
|
1000
|
+
font-weight: var(--vkui--font_caption1--font_weight--regular, 400);
|
|
1001
|
+
}
|
|
907
1002
|
.vkui--font_caption1_caps--regular {
|
|
908
1003
|
font-size: 12px;
|
|
909
1004
|
font-size: var(--vkui--font_caption1_caps--font_size--regular, 12px);
|
|
@@ -926,6 +1021,20 @@
|
|
|
926
1021
|
text-transform: var(--vkui--font_caption1_caps--text_transform);
|
|
927
1022
|
letter-spacing: var(--vkui--font_caption1_caps--letter_spacing);
|
|
928
1023
|
}
|
|
1024
|
+
.vkui--font_caption1_caps--compact {
|
|
1025
|
+
font-size: 12px;
|
|
1026
|
+
font-size: var(--vkui--font_caption1_caps--font_size--regular, 12px);
|
|
1027
|
+
line-height: 16px;
|
|
1028
|
+
line-height: var(--vkui--font_caption1_caps--line_height--regular, 16px);
|
|
1029
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1030
|
+
font-family: var(--vkui--font_caption1_caps--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
1031
|
+
font-weight: 400;
|
|
1032
|
+
font-weight: var(--vkui--font_caption1_caps--font_weight--regular, 400);
|
|
1033
|
+
text-transform: uppercase;
|
|
1034
|
+
text-transform: var(--vkui--font_caption1_caps--text_transform--regular, uppercase);
|
|
1035
|
+
letter-spacing: 0.26px;
|
|
1036
|
+
letter-spacing: var(--vkui--font_caption1_caps--letter_spacing--regular, 0.26px);
|
|
1037
|
+
}
|
|
929
1038
|
.vkui--font_caption2--regular {
|
|
930
1039
|
font-size: 11px;
|
|
931
1040
|
font-size: var(--vkui--font_caption2--font_size--regular, 11px);
|
|
@@ -942,6 +1051,16 @@
|
|
|
942
1051
|
font-family: var(--vkui--font_caption2--font_family);
|
|
943
1052
|
font-weight: var(--vkui--font_caption2--font_weight);
|
|
944
1053
|
}
|
|
1054
|
+
.vkui--font_caption2--compact {
|
|
1055
|
+
font-size: 11px;
|
|
1056
|
+
font-size: var(--vkui--font_caption2--font_size--regular, 11px);
|
|
1057
|
+
line-height: 14px;
|
|
1058
|
+
line-height: var(--vkui--font_caption2--line_height--regular, 14px);
|
|
1059
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1060
|
+
font-family: var(--vkui--font_caption2--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
1061
|
+
font-weight: 400;
|
|
1062
|
+
font-weight: var(--vkui--font_caption2--font_weight--regular, 400);
|
|
1063
|
+
}
|
|
945
1064
|
.vkui--font_caption2_caps--regular {
|
|
946
1065
|
font-size: 11px;
|
|
947
1066
|
font-size: var(--vkui--font_caption2_caps--font_size--regular, 11px);
|
|
@@ -964,6 +1083,20 @@
|
|
|
964
1083
|
text-transform: var(--vkui--font_caption2_caps--text_transform);
|
|
965
1084
|
letter-spacing: var(--vkui--font_caption2_caps--letter_spacing);
|
|
966
1085
|
}
|
|
1086
|
+
.vkui--font_caption2_caps--compact {
|
|
1087
|
+
font-size: 11px;
|
|
1088
|
+
font-size: var(--vkui--font_caption2_caps--font_size--regular, 11px);
|
|
1089
|
+
line-height: 14px;
|
|
1090
|
+
line-height: var(--vkui--font_caption2_caps--line_height--regular, 14px);
|
|
1091
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1092
|
+
font-family: var(--vkui--font_caption2_caps--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
1093
|
+
font-weight: 400;
|
|
1094
|
+
font-weight: var(--vkui--font_caption2_caps--font_weight--regular, 400);
|
|
1095
|
+
text-transform: uppercase;
|
|
1096
|
+
text-transform: var(--vkui--font_caption2_caps--text_transform--regular, uppercase);
|
|
1097
|
+
letter-spacing: 0.22px;
|
|
1098
|
+
letter-spacing: var(--vkui--font_caption2_caps--letter_spacing--regular, 0.22px);
|
|
1099
|
+
}
|
|
967
1100
|
.vkui--font_caption3--regular {
|
|
968
1101
|
font-size: 9px;
|
|
969
1102
|
font-size: var(--vkui--font_caption3--font_size--regular, 9px);
|
|
@@ -980,6 +1113,16 @@
|
|
|
980
1113
|
font-family: var(--vkui--font_caption3--font_family);
|
|
981
1114
|
font-weight: var(--vkui--font_caption3--font_weight);
|
|
982
1115
|
}
|
|
1116
|
+
.vkui--font_caption3--compact {
|
|
1117
|
+
font-size: 9px;
|
|
1118
|
+
font-size: var(--vkui--font_caption3--font_size--regular, 9px);
|
|
1119
|
+
line-height: 12px;
|
|
1120
|
+
line-height: var(--vkui--font_caption3--line_height--regular, 12px);
|
|
1121
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1122
|
+
font-family: var(--vkui--font_caption3--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
1123
|
+
font-weight: 400;
|
|
1124
|
+
font-weight: var(--vkui--font_caption3--font_weight--regular, 400);
|
|
1125
|
+
}
|
|
983
1126
|
.vkui--font_caption3_caps--regular {
|
|
984
1127
|
font-size: 9px;
|
|
985
1128
|
font-size: var(--vkui--font_caption3_caps--font_size--regular, 9px);
|
|
@@ -1002,6 +1145,20 @@
|
|
|
1002
1145
|
text-transform: var(--vkui--font_caption3_caps--text_transform);
|
|
1003
1146
|
letter-spacing: var(--vkui--font_caption3_caps--letter_spacing);
|
|
1004
1147
|
}
|
|
1148
|
+
.vkui--font_caption3_caps--compact {
|
|
1149
|
+
font-size: 9px;
|
|
1150
|
+
font-size: var(--vkui--font_caption3_caps--font_size--regular, 9px);
|
|
1151
|
+
line-height: 12px;
|
|
1152
|
+
line-height: var(--vkui--font_caption3_caps--line_height--regular, 12px);
|
|
1153
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1154
|
+
font-family: var(--vkui--font_caption3_caps--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
1155
|
+
font-weight: 400;
|
|
1156
|
+
font-weight: var(--vkui--font_caption3_caps--font_weight--regular, 400);
|
|
1157
|
+
text-transform: uppercase;
|
|
1158
|
+
text-transform: var(--vkui--font_caption3_caps--text_transform--regular, uppercase);
|
|
1159
|
+
letter-spacing: 0.16px;
|
|
1160
|
+
letter-spacing: var(--vkui--font_caption3_caps--letter_spacing--regular, 0.16px);
|
|
1161
|
+
}
|
|
1005
1162
|
.vkui--font_h0--regular {
|
|
1006
1163
|
font-size: 28px;
|
|
1007
1164
|
font-size: var(--vkui--font_h0--font_size--regular, 28px);
|
|
@@ -1080,6 +1237,169 @@
|
|
|
1080
1237
|
font-weight: 500;
|
|
1081
1238
|
font-weight: var(--vkui--font_h2--font_weight--compact, 500);
|
|
1082
1239
|
}
|
|
1240
|
+
.vkui--media_font_media_header--regular {
|
|
1241
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1242
|
+
font-family: var(--vkui--media_font_media_header--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1243
|
+
font-weight: 500;
|
|
1244
|
+
font-weight: var(--vkui--media_font_media_header--font_weight--regular, 500);
|
|
1245
|
+
font-size: 36px;
|
|
1246
|
+
font-size: var(--vkui--media_font_media_header--font_size--regular, 36px);
|
|
1247
|
+
line-height: 44px;
|
|
1248
|
+
line-height: var(--vkui--media_font_media_header--line_height--regular, 44px);
|
|
1249
|
+
letter-spacing: -0.5%;
|
|
1250
|
+
letter-spacing: var(--vkui--media_font_media_header--letter_spacing--regular, -0.5%);
|
|
1251
|
+
}
|
|
1252
|
+
.vkui--media_font_media_header {
|
|
1253
|
+
font-family: var(--vkui--media_font_media_header--font_family);
|
|
1254
|
+
font-weight: var(--vkui--media_font_media_header--font_weight);
|
|
1255
|
+
font-size: var(--vkui--media_font_media_header--font_size);
|
|
1256
|
+
line-height: var(--vkui--media_font_media_header--line_height);
|
|
1257
|
+
letter-spacing: var(--vkui--media_font_media_header--letter_spacing);
|
|
1258
|
+
}
|
|
1259
|
+
.vkui--media_font_media_header--compact {
|
|
1260
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1261
|
+
font-family: var(--vkui--media_font_media_header--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1262
|
+
font-weight: 500;
|
|
1263
|
+
font-weight: var(--vkui--media_font_media_header--font_weight--compact, 500);
|
|
1264
|
+
font-size: 40px;
|
|
1265
|
+
font-size: var(--vkui--media_font_media_header--font_size--compact, 40px);
|
|
1266
|
+
line-height: 48px;
|
|
1267
|
+
line-height: var(--vkui--media_font_media_header--line_height--compact, 48px);
|
|
1268
|
+
letter-spacing: -0.5%;
|
|
1269
|
+
letter-spacing: var(--vkui--media_font_media_header--letter_spacing--compact, -0.5%);
|
|
1270
|
+
}
|
|
1271
|
+
.vkui--media_font_media_title1--regular {
|
|
1272
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1273
|
+
font-family: var(--vkui--media_font_media_title1--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1274
|
+
font-weight: 500;
|
|
1275
|
+
font-weight: var(--vkui--media_font_media_title1--font_weight--regular, 500);
|
|
1276
|
+
font-size: 28px;
|
|
1277
|
+
font-size: var(--vkui--media_font_media_title1--font_size--regular, 28px);
|
|
1278
|
+
line-height: 36px;
|
|
1279
|
+
line-height: var(--vkui--media_font_media_title1--line_height--regular, 36px);
|
|
1280
|
+
}
|
|
1281
|
+
.vkui--media_font_media_title1 {
|
|
1282
|
+
font-family: var(--vkui--media_font_media_title1--font_family);
|
|
1283
|
+
font-weight: var(--vkui--media_font_media_title1--font_weight);
|
|
1284
|
+
font-size: var(--vkui--media_font_media_title1--font_size);
|
|
1285
|
+
line-height: var(--vkui--media_font_media_title1--line_height);
|
|
1286
|
+
}
|
|
1287
|
+
.vkui--media_font_media_title1--compact {
|
|
1288
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1289
|
+
font-family: var(--vkui--media_font_media_title1--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1290
|
+
font-weight: 500;
|
|
1291
|
+
font-weight: var(--vkui--media_font_media_title1--font_weight--compact, 500);
|
|
1292
|
+
font-size: 28px;
|
|
1293
|
+
font-size: var(--vkui--media_font_media_title1--font_size--compact, 28px);
|
|
1294
|
+
line-height: 36px;
|
|
1295
|
+
line-height: var(--vkui--media_font_media_title1--line_height--compact, 36px);
|
|
1296
|
+
}
|
|
1297
|
+
.vkui--media_font_media_title2--regular {
|
|
1298
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1299
|
+
font-family: var(--vkui--media_font_media_title2--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1300
|
+
font-weight: 500;
|
|
1301
|
+
font-weight: var(--vkui--media_font_media_title2--font_weight--regular, 500);
|
|
1302
|
+
font-size: 24px;
|
|
1303
|
+
font-size: var(--vkui--media_font_media_title2--font_size--regular, 24px);
|
|
1304
|
+
line-height: 32px;
|
|
1305
|
+
line-height: var(--vkui--media_font_media_title2--line_height--regular, 32px);
|
|
1306
|
+
}
|
|
1307
|
+
.vkui--media_font_media_title2 {
|
|
1308
|
+
font-family: var(--vkui--media_font_media_title2--font_family);
|
|
1309
|
+
font-weight: var(--vkui--media_font_media_title2--font_weight);
|
|
1310
|
+
font-size: var(--vkui--media_font_media_title2--font_size);
|
|
1311
|
+
line-height: var(--vkui--media_font_media_title2--line_height);
|
|
1312
|
+
}
|
|
1313
|
+
.vkui--media_font_media_title2--compact {
|
|
1314
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1315
|
+
font-family: var(--vkui--media_font_media_title2--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1316
|
+
font-weight: 500;
|
|
1317
|
+
font-weight: var(--vkui--media_font_media_title2--font_weight--compact, 500);
|
|
1318
|
+
font-size: 24px;
|
|
1319
|
+
font-size: var(--vkui--media_font_media_title2--font_size--compact, 24px);
|
|
1320
|
+
line-height: 32px;
|
|
1321
|
+
line-height: var(--vkui--media_font_media_title2--line_height--compact, 32px);
|
|
1322
|
+
}
|
|
1323
|
+
.vkui--media_font_media_title3--regular {
|
|
1324
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1325
|
+
font-family: var(--vkui--media_font_media_title3--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1326
|
+
font-weight: 500;
|
|
1327
|
+
font-weight: var(--vkui--media_font_media_title3--font_weight--regular, 500);
|
|
1328
|
+
font-size: 20px;
|
|
1329
|
+
font-size: var(--vkui--media_font_media_title3--font_size--regular, 20px);
|
|
1330
|
+
line-height: 28px;
|
|
1331
|
+
line-height: var(--vkui--media_font_media_title3--line_height--regular, 28px);
|
|
1332
|
+
}
|
|
1333
|
+
.vkui--media_font_media_title3 {
|
|
1334
|
+
font-family: var(--vkui--media_font_media_title3--font_family);
|
|
1335
|
+
font-weight: var(--vkui--media_font_media_title3--font_weight);
|
|
1336
|
+
font-size: var(--vkui--media_font_media_title3--font_size);
|
|
1337
|
+
line-height: var(--vkui--media_font_media_title3--line_height);
|
|
1338
|
+
}
|
|
1339
|
+
.vkui--media_font_media_title3--compact {
|
|
1340
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1341
|
+
font-family: var(--vkui--media_font_media_title3--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1342
|
+
font-weight: 500;
|
|
1343
|
+
font-weight: var(--vkui--media_font_media_title3--font_weight--compact, 500);
|
|
1344
|
+
font-size: 20px;
|
|
1345
|
+
font-size: var(--vkui--media_font_media_title3--font_size--compact, 20px);
|
|
1346
|
+
line-height: 28px;
|
|
1347
|
+
line-height: var(--vkui--media_font_media_title3--line_height--compact, 28px);
|
|
1348
|
+
}
|
|
1349
|
+
.vkui--media_font_media_lead--regular {
|
|
1350
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1351
|
+
font-family: var(--vkui--media_font_media_lead--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1352
|
+
font-weight: 500;
|
|
1353
|
+
font-weight: var(--vkui--media_font_media_lead--font_weight--regular, 500);
|
|
1354
|
+
font-size: 19px;
|
|
1355
|
+
font-size: var(--vkui--media_font_media_lead--font_size--regular, 19px);
|
|
1356
|
+
line-height: 28px;
|
|
1357
|
+
line-height: var(--vkui--media_font_media_lead--line_height--regular, 28px);
|
|
1358
|
+
}
|
|
1359
|
+
.vkui--media_font_media_lead {
|
|
1360
|
+
font-family: var(--vkui--media_font_media_lead--font_family);
|
|
1361
|
+
font-weight: var(--vkui--media_font_media_lead--font_weight);
|
|
1362
|
+
font-size: var(--vkui--media_font_media_lead--font_size);
|
|
1363
|
+
line-height: var(--vkui--media_font_media_lead--line_height);
|
|
1364
|
+
}
|
|
1365
|
+
.vkui--media_font_media_lead--compact {
|
|
1366
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1367
|
+
font-family: var(--vkui--media_font_media_lead--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1368
|
+
font-weight: 500;
|
|
1369
|
+
font-weight: var(--vkui--media_font_media_lead--font_weight--compact, 500);
|
|
1370
|
+
font-size: 22px;
|
|
1371
|
+
font-size: var(--vkui--media_font_media_lead--font_size--compact, 22px);
|
|
1372
|
+
line-height: 32px;
|
|
1373
|
+
line-height: var(--vkui--media_font_media_lead--line_height--compact, 32px);
|
|
1374
|
+
letter-spacing: -0.3%;
|
|
1375
|
+
letter-spacing: var(--vkui--media_font_media_lead--letter_spacing--compact, -0.3%);
|
|
1376
|
+
}
|
|
1377
|
+
.vkui--media_font_media_paragraph--regular {
|
|
1378
|
+
font-family: Georgia, serif;
|
|
1379
|
+
font-family: var(--vkui--media_font_media_paragraph--font_family--regular, Georgia, serif);
|
|
1380
|
+
font-weight: 400;
|
|
1381
|
+
font-weight: var(--vkui--media_font_media_paragraph--font_weight--regular, 400);
|
|
1382
|
+
font-size: 18px;
|
|
1383
|
+
font-size: var(--vkui--media_font_media_paragraph--font_size--regular, 18px);
|
|
1384
|
+
line-height: 28px;
|
|
1385
|
+
line-height: var(--vkui--media_font_media_paragraph--line_height--regular, 28px);
|
|
1386
|
+
}
|
|
1387
|
+
.vkui--media_font_media_paragraph {
|
|
1388
|
+
font-family: var(--vkui--media_font_media_paragraph--font_family);
|
|
1389
|
+
font-weight: var(--vkui--media_font_media_paragraph--font_weight);
|
|
1390
|
+
font-size: var(--vkui--media_font_media_paragraph--font_size);
|
|
1391
|
+
line-height: var(--vkui--media_font_media_paragraph--line_height);
|
|
1392
|
+
}
|
|
1393
|
+
.vkui--media_font_media_paragraph--compact {
|
|
1394
|
+
font-family: Georgia, serif;
|
|
1395
|
+
font-family: var(--vkui--media_font_media_paragraph--font_family--compact, Georgia, serif);
|
|
1396
|
+
font-weight: 400;
|
|
1397
|
+
font-weight: var(--vkui--media_font_media_paragraph--font_weight--compact, 400);
|
|
1398
|
+
font-size: 19px;
|
|
1399
|
+
font-size: var(--vkui--media_font_media_paragraph--font_size--compact, 19px);
|
|
1400
|
+
line-height: 32px;
|
|
1401
|
+
line-height: var(--vkui--media_font_media_paragraph--line_height--compact, 32px);
|
|
1402
|
+
}
|
|
1083
1403
|
.vkui--font_h3--regular {
|
|
1084
1404
|
font-size: 20px;
|
|
1085
1405
|
font-size: var(--vkui--font_h3--font_size--regular, 20px);
|
|
@@ -1196,14 +1516,14 @@
|
|
|
1196
1516
|
font-weight: var(--vkui--font_specific_button--font_weight);
|
|
1197
1517
|
}
|
|
1198
1518
|
.vkui--font_headline--regular {
|
|
1199
|
-
font-size:
|
|
1200
|
-
font-size: var(--vkui--font_headline--font_size--regular,
|
|
1519
|
+
font-size: 15px;
|
|
1520
|
+
font-size: var(--vkui--font_headline--font_size--regular, 15px);
|
|
1201
1521
|
line-height: 20px;
|
|
1202
1522
|
line-height: var(--vkui--font_headline--line_height--regular, 20px);
|
|
1203
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1204
|
-
font-family: var(--vkui--font_headline--font_family--regular, Inter, Helvetica, Arial, sans-serif);
|
|
1205
|
-
font-weight:
|
|
1206
|
-
font-weight: var(--vkui--font_headline--font_weight--regular,
|
|
1523
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1524
|
+
font-family: var(--vkui--font_headline--font_family--regular, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1525
|
+
font-weight: 500;
|
|
1526
|
+
font-weight: var(--vkui--font_headline--font_weight--regular, 500);
|
|
1207
1527
|
}
|
|
1208
1528
|
.vkui--font_headline {
|
|
1209
1529
|
font-size: var(--vkui--font_headline--font_size);
|
|
@@ -1212,14 +1532,14 @@
|
|
|
1212
1532
|
font-weight: var(--vkui--font_headline--font_weight);
|
|
1213
1533
|
}
|
|
1214
1534
|
.vkui--font_headline--compact {
|
|
1215
|
-
font-size:
|
|
1216
|
-
font-size: var(--vkui--font_headline--font_size--compact,
|
|
1535
|
+
font-size: 16px;
|
|
1536
|
+
font-size: var(--vkui--font_headline--font_size--compact, 16px);
|
|
1217
1537
|
line-height: 20px;
|
|
1218
1538
|
line-height: var(--vkui--font_headline--line_height--compact, 20px);
|
|
1219
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
1220
|
-
font-family: var(--vkui--font_headline--font_family--
|
|
1221
|
-
font-weight:
|
|
1222
|
-
font-weight: var(--vkui--font_headline--font_weight--
|
|
1539
|
+
font-family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
1540
|
+
font-family: var(--vkui--font_headline--font_family--compact, MailSans, Inter, Helvetica, Arial, sans-serif);
|
|
1541
|
+
font-weight: 500;
|
|
1542
|
+
font-weight: var(--vkui--font_headline--font_weight--compact, 500);
|
|
1223
1543
|
}
|
|
1224
1544
|
|
|
1225
1545
|
:root {
|
|
@@ -1255,46 +1575,46 @@
|
|
|
1255
1575
|
--vkui--font_subhead--line_height: var(--vkui--font_subhead--line_height--regular);
|
|
1256
1576
|
--vkui--font_subhead--font_family: var(--vkui--font_subhead--font_family--regular);
|
|
1257
1577
|
--vkui--font_subhead--font_weight: var(--vkui--font_subhead--font_weight--regular);
|
|
1258
|
-
--vkui--font_footnote--font_size:
|
|
1259
|
-
--vkui--font_footnote--line_height:
|
|
1260
|
-
--vkui--font_footnote--font_family:
|
|
1261
|
-
--vkui--font_footnote--font_weight:
|
|
1262
|
-
--vkui--font_footnote_caps--font_size:
|
|
1263
|
-
--vkui--font_footnote_caps--line_height:
|
|
1264
|
-
--vkui--font_footnote_caps--font_family:
|
|
1265
|
-
--vkui--font_footnote_caps--font_weight:
|
|
1266
|
-
--vkui--font_footnote_caps--text_transform:
|
|
1267
|
-
--vkui--font_footnote_caps--letter_spacing:
|
|
1268
|
-
--vkui--font_caption1--font_size:
|
|
1269
|
-
--vkui--font_caption1--line_height:
|
|
1270
|
-
--vkui--font_caption1--font_family:
|
|
1271
|
-
--vkui--font_caption1--font_weight:
|
|
1272
|
-
--vkui--font_caption1_caps--font_size:
|
|
1273
|
-
--vkui--font_caption1_caps--line_height:
|
|
1274
|
-
--vkui--font_caption1_caps--font_family:
|
|
1275
|
-
--vkui--font_caption1_caps--font_weight:
|
|
1276
|
-
--vkui--font_caption1_caps--text_transform:
|
|
1277
|
-
--vkui--font_caption1_caps--letter_spacing:
|
|
1278
|
-
--vkui--font_caption2--font_size:
|
|
1279
|
-
--vkui--font_caption2--line_height:
|
|
1280
|
-
--vkui--font_caption2--font_family:
|
|
1281
|
-
--vkui--font_caption2--font_weight:
|
|
1282
|
-
--vkui--font_caption2_caps--font_size:
|
|
1283
|
-
--vkui--font_caption2_caps--line_height:
|
|
1284
|
-
--vkui--font_caption2_caps--font_family:
|
|
1285
|
-
--vkui--font_caption2_caps--font_weight:
|
|
1286
|
-
--vkui--font_caption2_caps--text_transform:
|
|
1287
|
-
--vkui--font_caption2_caps--letter_spacing:
|
|
1288
|
-
--vkui--font_caption3--font_size:
|
|
1289
|
-
--vkui--font_caption3--line_height:
|
|
1290
|
-
--vkui--font_caption3--font_family:
|
|
1291
|
-
--vkui--font_caption3--font_weight:
|
|
1292
|
-
--vkui--font_caption3_caps--font_size:
|
|
1293
|
-
--vkui--font_caption3_caps--line_height:
|
|
1294
|
-
--vkui--font_caption3_caps--font_family:
|
|
1295
|
-
--vkui--font_caption3_caps--font_weight:
|
|
1296
|
-
--vkui--font_caption3_caps--text_transform:
|
|
1297
|
-
--vkui--font_caption3_caps--letter_spacing:
|
|
1578
|
+
--vkui--font_footnote--font_size: var(--vkui--font_footnote--font_size--regular);
|
|
1579
|
+
--vkui--font_footnote--line_height: var(--vkui--font_footnote--line_height--regular);
|
|
1580
|
+
--vkui--font_footnote--font_family: var(--vkui--font_footnote--font_family--regular);
|
|
1581
|
+
--vkui--font_footnote--font_weight: var(--vkui--font_footnote--font_weight--regular);
|
|
1582
|
+
--vkui--font_footnote_caps--font_size: var(--vkui--font_footnote_caps--font_size--regular);
|
|
1583
|
+
--vkui--font_footnote_caps--line_height: var(--vkui--font_footnote_caps--line_height--regular);
|
|
1584
|
+
--vkui--font_footnote_caps--font_family: var(--vkui--font_footnote_caps--font_family--regular);
|
|
1585
|
+
--vkui--font_footnote_caps--font_weight: var(--vkui--font_footnote_caps--font_weight--regular);
|
|
1586
|
+
--vkui--font_footnote_caps--text_transform: var(--vkui--font_footnote_caps--text_transform--regular);
|
|
1587
|
+
--vkui--font_footnote_caps--letter_spacing: var(--vkui--font_footnote_caps--letter_spacing--regular);
|
|
1588
|
+
--vkui--font_caption1--font_size: var(--vkui--font_caption1--font_size--regular);
|
|
1589
|
+
--vkui--font_caption1--line_height: var(--vkui--font_caption1--line_height--regular);
|
|
1590
|
+
--vkui--font_caption1--font_family: var(--vkui--font_caption1--font_family--regular);
|
|
1591
|
+
--vkui--font_caption1--font_weight: var(--vkui--font_caption1--font_weight--regular);
|
|
1592
|
+
--vkui--font_caption1_caps--font_size: var(--vkui--font_caption1_caps--font_size--regular);
|
|
1593
|
+
--vkui--font_caption1_caps--line_height: var(--vkui--font_caption1_caps--line_height--regular);
|
|
1594
|
+
--vkui--font_caption1_caps--font_family: var(--vkui--font_caption1_caps--font_family--regular);
|
|
1595
|
+
--vkui--font_caption1_caps--font_weight: var(--vkui--font_caption1_caps--font_weight--regular);
|
|
1596
|
+
--vkui--font_caption1_caps--text_transform: var(--vkui--font_caption1_caps--text_transform--regular);
|
|
1597
|
+
--vkui--font_caption1_caps--letter_spacing: var(--vkui--font_caption1_caps--letter_spacing--regular);
|
|
1598
|
+
--vkui--font_caption2--font_size: var(--vkui--font_caption2--font_size--regular);
|
|
1599
|
+
--vkui--font_caption2--line_height: var(--vkui--font_caption2--line_height--regular);
|
|
1600
|
+
--vkui--font_caption2--font_family: var(--vkui--font_caption2--font_family--regular);
|
|
1601
|
+
--vkui--font_caption2--font_weight: var(--vkui--font_caption2--font_weight--regular);
|
|
1602
|
+
--vkui--font_caption2_caps--font_size: var(--vkui--font_caption2_caps--font_size--regular);
|
|
1603
|
+
--vkui--font_caption2_caps--line_height: var(--vkui--font_caption2_caps--line_height--regular);
|
|
1604
|
+
--vkui--font_caption2_caps--font_family: var(--vkui--font_caption2_caps--font_family--regular);
|
|
1605
|
+
--vkui--font_caption2_caps--font_weight: var(--vkui--font_caption2_caps--font_weight--regular);
|
|
1606
|
+
--vkui--font_caption2_caps--text_transform: var(--vkui--font_caption2_caps--text_transform--regular);
|
|
1607
|
+
--vkui--font_caption2_caps--letter_spacing: var(--vkui--font_caption2_caps--letter_spacing--regular);
|
|
1608
|
+
--vkui--font_caption3--font_size: var(--vkui--font_caption3--font_size--regular);
|
|
1609
|
+
--vkui--font_caption3--line_height: var(--vkui--font_caption3--line_height--regular);
|
|
1610
|
+
--vkui--font_caption3--font_family: var(--vkui--font_caption3--font_family--regular);
|
|
1611
|
+
--vkui--font_caption3--font_weight: var(--vkui--font_caption3--font_weight--regular);
|
|
1612
|
+
--vkui--font_caption3_caps--font_size: var(--vkui--font_caption3_caps--font_size--regular);
|
|
1613
|
+
--vkui--font_caption3_caps--line_height: var(--vkui--font_caption3_caps--line_height--regular);
|
|
1614
|
+
--vkui--font_caption3_caps--font_family: var(--vkui--font_caption3_caps--font_family--regular);
|
|
1615
|
+
--vkui--font_caption3_caps--font_weight: var(--vkui--font_caption3_caps--font_weight--regular);
|
|
1616
|
+
--vkui--font_caption3_caps--text_transform: var(--vkui--font_caption3_caps--text_transform--regular);
|
|
1617
|
+
--vkui--font_caption3_caps--letter_spacing: var(--vkui--font_caption3_caps--letter_spacing--regular);
|
|
1298
1618
|
--vkui--size_select_icon_padding: var(--vkui--size_select_icon_padding--regular);
|
|
1299
1619
|
--vkui--size_popup_base_padding: var(--vkui--size_popup_base_padding--regular);
|
|
1300
1620
|
--vkui--size_popup_header_padding: var(--vkui--size_popup_header_padding--regular);
|
|
@@ -1335,6 +1655,7 @@
|
|
|
1335
1655
|
--vkui--size_button_group_gap_space: 1px;
|
|
1336
1656
|
--vkui--size_button_group_gap_small: 8px;
|
|
1337
1657
|
--vkui--size_button_group_gap_medium: 12px;
|
|
1658
|
+
--vkui--size_option_hierarchy: 32px;
|
|
1338
1659
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--regular);
|
|
1339
1660
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--regular);
|
|
1340
1661
|
--vkui--font_h0--font_family: var(--vkui--font_h0--font_family--regular);
|
|
@@ -1399,6 +1720,31 @@
|
|
|
1399
1720
|
--vkui--size_illustration_m: 96px;
|
|
1400
1721
|
--vkui--size_illustration_l: 144px;
|
|
1401
1722
|
--vkui--size_illustration_x_x_l: 228px;
|
|
1723
|
+
--vkui--media_font_media_header--font_family: var(--vkui--media_font_media_header--font_family--regular);
|
|
1724
|
+
--vkui--media_font_media_header--font_weight: var(--vkui--media_font_media_header--font_weight--regular);
|
|
1725
|
+
--vkui--media_font_media_header--font_size: var(--vkui--media_font_media_header--font_size--regular);
|
|
1726
|
+
--vkui--media_font_media_header--line_height: var(--vkui--media_font_media_header--line_height--regular);
|
|
1727
|
+
--vkui--media_font_media_header--letter_spacing: var(--vkui--media_font_media_header--letter_spacing--regular);
|
|
1728
|
+
--vkui--media_font_media_title1--font_family: var(--vkui--media_font_media_title1--font_family--regular);
|
|
1729
|
+
--vkui--media_font_media_title1--font_weight: var(--vkui--media_font_media_title1--font_weight--regular);
|
|
1730
|
+
--vkui--media_font_media_title1--font_size: var(--vkui--media_font_media_title1--font_size--regular);
|
|
1731
|
+
--vkui--media_font_media_title1--line_height: var(--vkui--media_font_media_title1--line_height--regular);
|
|
1732
|
+
--vkui--media_font_media_title2--font_family: var(--vkui--media_font_media_title2--font_family--regular);
|
|
1733
|
+
--vkui--media_font_media_title2--font_weight: var(--vkui--media_font_media_title2--font_weight--regular);
|
|
1734
|
+
--vkui--media_font_media_title2--font_size: var(--vkui--media_font_media_title2--font_size--regular);
|
|
1735
|
+
--vkui--media_font_media_title2--line_height: var(--vkui--media_font_media_title2--line_height--regular);
|
|
1736
|
+
--vkui--media_font_media_title3--font_family: var(--vkui--media_font_media_title3--font_family--regular);
|
|
1737
|
+
--vkui--media_font_media_title3--font_weight: var(--vkui--media_font_media_title3--font_weight--regular);
|
|
1738
|
+
--vkui--media_font_media_title3--font_size: var(--vkui--media_font_media_title3--font_size--regular);
|
|
1739
|
+
--vkui--media_font_media_title3--line_height: var(--vkui--media_font_media_title3--line_height--regular);
|
|
1740
|
+
--vkui--media_font_media_lead--font_family: var(--vkui--media_font_media_lead--font_family--regular);
|
|
1741
|
+
--vkui--media_font_media_lead--font_weight: var(--vkui--media_font_media_lead--font_weight--regular);
|
|
1742
|
+
--vkui--media_font_media_lead--font_size: var(--vkui--media_font_media_lead--font_size--regular);
|
|
1743
|
+
--vkui--media_font_media_lead--line_height: var(--vkui--media_font_media_lead--line_height--regular);
|
|
1744
|
+
--vkui--media_font_media_paragraph--font_family: var(--vkui--media_font_media_paragraph--font_family--regular);
|
|
1745
|
+
--vkui--media_font_media_paragraph--font_weight: var(--vkui--media_font_media_paragraph--font_weight--regular);
|
|
1746
|
+
--vkui--media_font_media_paragraph--font_size: var(--vkui--media_font_media_paragraph--font_size--regular);
|
|
1747
|
+
--vkui--media_font_media_paragraph--line_height: var(--vkui--media_font_media_paragraph--line_height--regular);
|
|
1402
1748
|
--vkui--font_h3--font_size: 20px;
|
|
1403
1749
|
--vkui--font_h3--line_height: 26px;
|
|
1404
1750
|
--vkui--font_h3--font_family: MailSans, Inter, Helvetica, Arial, sans-serif;
|
|
@@ -1517,13 +1863,16 @@
|
|
|
1517
1863
|
--vkui--font_title3--font_weight: var(--vkui--font_title3--font_weight--compact);
|
|
1518
1864
|
--vkui--font_headline1--font_size: var(--vkui--font_headline1--font_size--compact);
|
|
1519
1865
|
--vkui--font_headline1--line_height: var(--vkui--font_headline1--line_height--compact);
|
|
1866
|
+
--vkui--font_headline1--font_family: var(--vkui--font_headline1--font_family--compact);
|
|
1867
|
+
--vkui--font_headline1--font_weight: var(--vkui--font_headline1--font_weight--compact);
|
|
1520
1868
|
--vkui--font_headline2--font_size: var(--vkui--font_headline2--font_size--compact);
|
|
1521
1869
|
--vkui--font_headline2--line_height: var(--vkui--font_headline2--line_height--compact);
|
|
1870
|
+
--vkui--font_headline2--font_family: var(--vkui--font_headline2--font_family--compact);
|
|
1871
|
+
--vkui--font_headline2--font_weight: var(--vkui--font_headline2--font_weight--compact);
|
|
1522
1872
|
--vkui--font_text--font_size: var(--vkui--font_text--font_size--compact);
|
|
1523
1873
|
--vkui--font_text--line_height: var(--vkui--font_text--line_height--compact);
|
|
1524
1874
|
--vkui--font_subhead--font_size: var(--vkui--font_subhead--font_size--compact);
|
|
1525
1875
|
--vkui--font_subhead--line_height: var(--vkui--font_subhead--line_height--compact);
|
|
1526
|
-
--vkui--font_subhead--font_family: var(--vkui--font_subhead--font_family--compact);
|
|
1527
1876
|
--vkui--font_subhead--font_weight: var(--vkui--font_subhead--font_weight--compact);
|
|
1528
1877
|
--vkui--size_select_icon_padding: var(--vkui--size_select_icon_padding--compact);
|
|
1529
1878
|
--vkui--size_icon_u_i: var(--vkui--size_icon_u_i--compact);
|
|
@@ -1544,6 +1893,32 @@
|
|
|
1544
1893
|
--vkui--size_field_horizontal_margin: var(--vkui--size_field_horizontal_margin--compact);
|
|
1545
1894
|
--vkui--size_tab_margin: var(--vkui--size_tab_margin--compact);
|
|
1546
1895
|
--vkui--size_popup_margin: var(--vkui--size_popup_margin--compact);
|
|
1896
|
+
--vkui--media_font_media_header--font_family: var(--vkui--media_font_media_header--font_family--compact);
|
|
1897
|
+
--vkui--media_font_media_header--font_weight: var(--vkui--media_font_media_header--font_weight--compact);
|
|
1898
|
+
--vkui--media_font_media_header--font_size: var(--vkui--media_font_media_header--font_size--compact);
|
|
1899
|
+
--vkui--media_font_media_header--line_height: var(--vkui--media_font_media_header--line_height--compact);
|
|
1900
|
+
--vkui--media_font_media_header--letter_spacing: var(--vkui--media_font_media_header--letter_spacing--compact);
|
|
1901
|
+
--vkui--media_font_media_title1--font_family: var(--vkui--media_font_media_title1--font_family--compact);
|
|
1902
|
+
--vkui--media_font_media_title1--font_weight: var(--vkui--media_font_media_title1--font_weight--compact);
|
|
1903
|
+
--vkui--media_font_media_title1--font_size: var(--vkui--media_font_media_title1--font_size--compact);
|
|
1904
|
+
--vkui--media_font_media_title1--line_height: var(--vkui--media_font_media_title1--line_height--compact);
|
|
1905
|
+
--vkui--media_font_media_title2--font_family: var(--vkui--media_font_media_title2--font_family--compact);
|
|
1906
|
+
--vkui--media_font_media_title2--font_weight: var(--vkui--media_font_media_title2--font_weight--compact);
|
|
1907
|
+
--vkui--media_font_media_title2--font_size: var(--vkui--media_font_media_title2--font_size--compact);
|
|
1908
|
+
--vkui--media_font_media_title2--line_height: var(--vkui--media_font_media_title2--line_height--compact);
|
|
1909
|
+
--vkui--media_font_media_title3--font_family: var(--vkui--media_font_media_title3--font_family--compact);
|
|
1910
|
+
--vkui--media_font_media_title3--font_weight: var(--vkui--media_font_media_title3--font_weight--compact);
|
|
1911
|
+
--vkui--media_font_media_title3--font_size: var(--vkui--media_font_media_title3--font_size--compact);
|
|
1912
|
+
--vkui--media_font_media_title3--line_height: var(--vkui--media_font_media_title3--line_height--compact);
|
|
1913
|
+
--vkui--media_font_media_lead--font_family: var(--vkui--media_font_media_lead--font_family--compact);
|
|
1914
|
+
--vkui--media_font_media_lead--font_weight: var(--vkui--media_font_media_lead--font_weight--compact);
|
|
1915
|
+
--vkui--media_font_media_lead--font_size: var(--vkui--media_font_media_lead--font_size--compact);
|
|
1916
|
+
--vkui--media_font_media_lead--line_height: var(--vkui--media_font_media_lead--line_height--compact);
|
|
1917
|
+
--vkui--media_font_media_lead--letter_spacing--compact: -0.3%;
|
|
1918
|
+
--vkui--media_font_media_paragraph--font_family: var(--vkui--media_font_media_paragraph--font_family--compact);
|
|
1919
|
+
--vkui--media_font_media_paragraph--font_weight: var(--vkui--media_font_media_paragraph--font_weight--compact);
|
|
1920
|
+
--vkui--media_font_media_paragraph--font_size: var(--vkui--media_font_media_paragraph--font_size--compact);
|
|
1921
|
+
--vkui--media_font_media_paragraph--line_height: var(--vkui--media_font_media_paragraph--line_height--compact);
|
|
1547
1922
|
--vkui--grid_content: var(--vkui--grid_content--compact);
|
|
1548
1923
|
--vkui--grid_column_x2: var(--vkui--grid_column_x2--compact);
|
|
1549
1924
|
--vkui--grid_column_x3: var(--vkui--grid_column_x3--compact);
|
|
@@ -1553,6 +1928,8 @@
|
|
|
1553
1928
|
--vkui--grid_layout_banner: var(--vkui--grid_layout_banner--compact);
|
|
1554
1929
|
--vkui--font_headline--font_size: var(--vkui--font_headline--font_size--compact);
|
|
1555
1930
|
--vkui--font_headline--line_height: var(--vkui--font_headline--line_height--compact);
|
|
1931
|
+
--vkui--font_headline--font_family: var(--vkui--font_headline--font_family--compact);
|
|
1932
|
+
--vkui--font_headline--font_weight: var(--vkui--font_headline--font_weight--compact);
|
|
1556
1933
|
}
|
|
1557
1934
|
}
|
|
1558
1935
|
|
|
@@ -1565,13 +1942,16 @@
|
|
|
1565
1942
|
--vkui--font_title3--font_weight: var(--vkui--font_title3--font_weight--compact);
|
|
1566
1943
|
--vkui--font_headline1--font_size: var(--vkui--font_headline1--font_size--compact);
|
|
1567
1944
|
--vkui--font_headline1--line_height: var(--vkui--font_headline1--line_height--compact);
|
|
1945
|
+
--vkui--font_headline1--font_family: var(--vkui--font_headline1--font_family--compact);
|
|
1946
|
+
--vkui--font_headline1--font_weight: var(--vkui--font_headline1--font_weight--compact);
|
|
1568
1947
|
--vkui--font_headline2--font_size: var(--vkui--font_headline2--font_size--compact);
|
|
1569
1948
|
--vkui--font_headline2--line_height: var(--vkui--font_headline2--line_height--compact);
|
|
1949
|
+
--vkui--font_headline2--font_family: var(--vkui--font_headline2--font_family--compact);
|
|
1950
|
+
--vkui--font_headline2--font_weight: var(--vkui--font_headline2--font_weight--compact);
|
|
1570
1951
|
--vkui--font_text--font_size: var(--vkui--font_text--font_size--compact);
|
|
1571
1952
|
--vkui--font_text--line_height: var(--vkui--font_text--line_height--compact);
|
|
1572
1953
|
--vkui--font_subhead--font_size: var(--vkui--font_subhead--font_size--compact);
|
|
1573
1954
|
--vkui--font_subhead--line_height: var(--vkui--font_subhead--line_height--compact);
|
|
1574
|
-
--vkui--font_subhead--font_family: var(--vkui--font_subhead--font_family--compact);
|
|
1575
1955
|
--vkui--font_subhead--font_weight: var(--vkui--font_subhead--font_weight--compact);
|
|
1576
1956
|
--vkui--size_select_icon_padding: var(--vkui--size_select_icon_padding--compact);
|
|
1577
1957
|
--vkui--size_icon_u_i: var(--vkui--size_icon_u_i--compact);
|
|
@@ -1592,6 +1972,32 @@
|
|
|
1592
1972
|
--vkui--size_field_horizontal_margin: var(--vkui--size_field_horizontal_margin--compact);
|
|
1593
1973
|
--vkui--size_tab_margin: var(--vkui--size_tab_margin--compact);
|
|
1594
1974
|
--vkui--size_popup_margin: var(--vkui--size_popup_margin--compact);
|
|
1975
|
+
--vkui--media_font_media_header--font_family: var(--vkui--media_font_media_header--font_family--compact);
|
|
1976
|
+
--vkui--media_font_media_header--font_weight: var(--vkui--media_font_media_header--font_weight--compact);
|
|
1977
|
+
--vkui--media_font_media_header--font_size: var(--vkui--media_font_media_header--font_size--compact);
|
|
1978
|
+
--vkui--media_font_media_header--line_height: var(--vkui--media_font_media_header--line_height--compact);
|
|
1979
|
+
--vkui--media_font_media_header--letter_spacing: var(--vkui--media_font_media_header--letter_spacing--compact);
|
|
1980
|
+
--vkui--media_font_media_title1--font_family: var(--vkui--media_font_media_title1--font_family--compact);
|
|
1981
|
+
--vkui--media_font_media_title1--font_weight: var(--vkui--media_font_media_title1--font_weight--compact);
|
|
1982
|
+
--vkui--media_font_media_title1--font_size: var(--vkui--media_font_media_title1--font_size--compact);
|
|
1983
|
+
--vkui--media_font_media_title1--line_height: var(--vkui--media_font_media_title1--line_height--compact);
|
|
1984
|
+
--vkui--media_font_media_title2--font_family: var(--vkui--media_font_media_title2--font_family--compact);
|
|
1985
|
+
--vkui--media_font_media_title2--font_weight: var(--vkui--media_font_media_title2--font_weight--compact);
|
|
1986
|
+
--vkui--media_font_media_title2--font_size: var(--vkui--media_font_media_title2--font_size--compact);
|
|
1987
|
+
--vkui--media_font_media_title2--line_height: var(--vkui--media_font_media_title2--line_height--compact);
|
|
1988
|
+
--vkui--media_font_media_title3--font_family: var(--vkui--media_font_media_title3--font_family--compact);
|
|
1989
|
+
--vkui--media_font_media_title3--font_weight: var(--vkui--media_font_media_title3--font_weight--compact);
|
|
1990
|
+
--vkui--media_font_media_title3--font_size: var(--vkui--media_font_media_title3--font_size--compact);
|
|
1991
|
+
--vkui--media_font_media_title3--line_height: var(--vkui--media_font_media_title3--line_height--compact);
|
|
1992
|
+
--vkui--media_font_media_lead--font_family: var(--vkui--media_font_media_lead--font_family--compact);
|
|
1993
|
+
--vkui--media_font_media_lead--font_weight: var(--vkui--media_font_media_lead--font_weight--compact);
|
|
1994
|
+
--vkui--media_font_media_lead--font_size: var(--vkui--media_font_media_lead--font_size--compact);
|
|
1995
|
+
--vkui--media_font_media_lead--line_height: var(--vkui--media_font_media_lead--line_height--compact);
|
|
1996
|
+
--vkui--media_font_media_lead--letter_spacing--compact: -0.3%;
|
|
1997
|
+
--vkui--media_font_media_paragraph--font_family: var(--vkui--media_font_media_paragraph--font_family--compact);
|
|
1998
|
+
--vkui--media_font_media_paragraph--font_weight: var(--vkui--media_font_media_paragraph--font_weight--compact);
|
|
1999
|
+
--vkui--media_font_media_paragraph--font_size: var(--vkui--media_font_media_paragraph--font_size--compact);
|
|
2000
|
+
--vkui--media_font_media_paragraph--line_height: var(--vkui--media_font_media_paragraph--line_height--compact);
|
|
1595
2001
|
--vkui--grid_content: var(--vkui--grid_content--compact);
|
|
1596
2002
|
--vkui--grid_column_x2: var(--vkui--grid_column_x2--compact);
|
|
1597
2003
|
--vkui--grid_column_x3: var(--vkui--grid_column_x3--compact);
|
|
@@ -1601,6 +2007,8 @@
|
|
|
1601
2007
|
--vkui--grid_layout_banner: var(--vkui--grid_layout_banner--compact);
|
|
1602
2008
|
--vkui--font_headline--font_size: var(--vkui--font_headline--font_size--compact);
|
|
1603
2009
|
--vkui--font_headline--line_height: var(--vkui--font_headline--line_height--compact);
|
|
2010
|
+
--vkui--font_headline--font_family: var(--vkui--font_headline--font_family--compact);
|
|
2011
|
+
--vkui--font_headline--font_weight: var(--vkui--font_headline--font_weight--compact);
|
|
1604
2012
|
}
|
|
1605
2013
|
|
|
1606
2014
|
@media (min-width: 1004px) and (max-width: 1259px) {
|
|
@@ -1638,13 +2046,16 @@
|
|
|
1638
2046
|
--vkui--font_title3--font_weight: var(--vkui--font_title3--font_weight--regular);
|
|
1639
2047
|
--vkui--font_headline1--font_size: var(--vkui--font_headline1--font_size--regular);
|
|
1640
2048
|
--vkui--font_headline1--line_height: var(--vkui--font_headline1--line_height--regular);
|
|
2049
|
+
--vkui--font_headline1--font_family: var(--vkui--font_headline1--font_family--regular);
|
|
2050
|
+
--vkui--font_headline1--font_weight: var(--vkui--font_headline1--font_weight--regular);
|
|
1641
2051
|
--vkui--font_headline2--font_size: var(--vkui--font_headline2--font_size--regular);
|
|
1642
2052
|
--vkui--font_headline2--line_height: var(--vkui--font_headline2--line_height--regular);
|
|
2053
|
+
--vkui--font_headline2--font_family: var(--vkui--font_headline2--font_family--regular);
|
|
2054
|
+
--vkui--font_headline2--font_weight: var(--vkui--font_headline2--font_weight--regular);
|
|
1643
2055
|
--vkui--font_text--font_size: var(--vkui--font_text--font_size--regular);
|
|
1644
2056
|
--vkui--font_text--line_height: var(--vkui--font_text--line_height--regular);
|
|
1645
2057
|
--vkui--font_subhead--font_size: var(--vkui--font_subhead--font_size--regular);
|
|
1646
2058
|
--vkui--font_subhead--line_height: var(--vkui--font_subhead--line_height--regular);
|
|
1647
|
-
--vkui--font_subhead--font_family: var(--vkui--font_subhead--font_family--regular);
|
|
1648
2059
|
--vkui--font_subhead--font_weight: var(--vkui--font_subhead--font_weight--regular);
|
|
1649
2060
|
--vkui--size_select_icon_padding: var(--vkui--size_select_icon_padding--regular);
|
|
1650
2061
|
--vkui--size_icon_u_i: var(--vkui--size_icon_u_i--regular);
|
|
@@ -1665,6 +2076,31 @@
|
|
|
1665
2076
|
--vkui--size_field_horizontal_margin: var(--vkui--size_field_horizontal_margin--regular);
|
|
1666
2077
|
--vkui--size_tab_margin: var(--vkui--size_tab_margin--regular);
|
|
1667
2078
|
--vkui--size_popup_margin: var(--vkui--size_popup_margin--regular);
|
|
2079
|
+
--vkui--media_font_media_header--font_family: var(--vkui--media_font_media_header--font_family--regular);
|
|
2080
|
+
--vkui--media_font_media_header--font_weight: var(--vkui--media_font_media_header--font_weight--regular);
|
|
2081
|
+
--vkui--media_font_media_header--font_size: var(--vkui--media_font_media_header--font_size--regular);
|
|
2082
|
+
--vkui--media_font_media_header--line_height: var(--vkui--media_font_media_header--line_height--regular);
|
|
2083
|
+
--vkui--media_font_media_header--letter_spacing: var(--vkui--media_font_media_header--letter_spacing--regular);
|
|
2084
|
+
--vkui--media_font_media_title1--font_family: var(--vkui--media_font_media_title1--font_family--regular);
|
|
2085
|
+
--vkui--media_font_media_title1--font_weight: var(--vkui--media_font_media_title1--font_weight--regular);
|
|
2086
|
+
--vkui--media_font_media_title1--font_size: var(--vkui--media_font_media_title1--font_size--regular);
|
|
2087
|
+
--vkui--media_font_media_title1--line_height: var(--vkui--media_font_media_title1--line_height--regular);
|
|
2088
|
+
--vkui--media_font_media_title2--font_family: var(--vkui--media_font_media_title2--font_family--regular);
|
|
2089
|
+
--vkui--media_font_media_title2--font_weight: var(--vkui--media_font_media_title2--font_weight--regular);
|
|
2090
|
+
--vkui--media_font_media_title2--font_size: var(--vkui--media_font_media_title2--font_size--regular);
|
|
2091
|
+
--vkui--media_font_media_title2--line_height: var(--vkui--media_font_media_title2--line_height--regular);
|
|
2092
|
+
--vkui--media_font_media_title3--font_family: var(--vkui--media_font_media_title3--font_family--regular);
|
|
2093
|
+
--vkui--media_font_media_title3--font_weight: var(--vkui--media_font_media_title3--font_weight--regular);
|
|
2094
|
+
--vkui--media_font_media_title3--font_size: var(--vkui--media_font_media_title3--font_size--regular);
|
|
2095
|
+
--vkui--media_font_media_title3--line_height: var(--vkui--media_font_media_title3--line_height--regular);
|
|
2096
|
+
--vkui--media_font_media_lead--font_family: var(--vkui--media_font_media_lead--font_family--regular);
|
|
2097
|
+
--vkui--media_font_media_lead--font_weight: var(--vkui--media_font_media_lead--font_weight--regular);
|
|
2098
|
+
--vkui--media_font_media_lead--font_size: var(--vkui--media_font_media_lead--font_size--regular);
|
|
2099
|
+
--vkui--media_font_media_lead--line_height: var(--vkui--media_font_media_lead--line_height--regular);
|
|
2100
|
+
--vkui--media_font_media_paragraph--font_family: var(--vkui--media_font_media_paragraph--font_family--regular);
|
|
2101
|
+
--vkui--media_font_media_paragraph--font_weight: var(--vkui--media_font_media_paragraph--font_weight--regular);
|
|
2102
|
+
--vkui--media_font_media_paragraph--font_size: var(--vkui--media_font_media_paragraph--font_size--regular);
|
|
2103
|
+
--vkui--media_font_media_paragraph--line_height: var(--vkui--media_font_media_paragraph--line_height--regular);
|
|
1668
2104
|
--vkui--grid_content: var(--vkui--grid_content--regular);
|
|
1669
2105
|
--vkui--grid_column_x2: var(--vkui--grid_column_x2--regular);
|
|
1670
2106
|
--vkui--grid_column_x3: var(--vkui--grid_column_x3--regular);
|
|
@@ -1674,6 +2110,8 @@
|
|
|
1674
2110
|
--vkui--grid_layout_banner: var(--vkui--grid_layout_banner--regular);
|
|
1675
2111
|
--vkui--font_headline--font_size: var(--vkui--font_headline--font_size--regular);
|
|
1676
2112
|
--vkui--font_headline--line_height: var(--vkui--font_headline--line_height--regular);
|
|
2113
|
+
--vkui--font_headline--font_family: var(--vkui--font_headline--font_family--regular);
|
|
2114
|
+
--vkui--font_headline--font_weight: var(--vkui--font_headline--font_weight--regular);
|
|
1677
2115
|
}
|
|
1678
2116
|
}
|
|
1679
2117
|
|
|
@@ -1711,13 +2149,16 @@
|
|
|
1711
2149
|
--vkui--font_title3--font_weight: var(--vkui--font_title3--font_weight--regular);
|
|
1712
2150
|
--vkui--font_headline1--font_size: var(--vkui--font_headline1--font_size--regular);
|
|
1713
2151
|
--vkui--font_headline1--line_height: var(--vkui--font_headline1--line_height--regular);
|
|
2152
|
+
--vkui--font_headline1--font_family: var(--vkui--font_headline1--font_family--regular);
|
|
2153
|
+
--vkui--font_headline1--font_weight: var(--vkui--font_headline1--font_weight--regular);
|
|
1714
2154
|
--vkui--font_headline2--font_size: var(--vkui--font_headline2--font_size--regular);
|
|
1715
2155
|
--vkui--font_headline2--line_height: var(--vkui--font_headline2--line_height--regular);
|
|
2156
|
+
--vkui--font_headline2--font_family: var(--vkui--font_headline2--font_family--regular);
|
|
2157
|
+
--vkui--font_headline2--font_weight: var(--vkui--font_headline2--font_weight--regular);
|
|
1716
2158
|
--vkui--font_text--font_size: var(--vkui--font_text--font_size--regular);
|
|
1717
2159
|
--vkui--font_text--line_height: var(--vkui--font_text--line_height--regular);
|
|
1718
2160
|
--vkui--font_subhead--font_size: var(--vkui--font_subhead--font_size--regular);
|
|
1719
2161
|
--vkui--font_subhead--line_height: var(--vkui--font_subhead--line_height--regular);
|
|
1720
|
-
--vkui--font_subhead--font_family: var(--vkui--font_subhead--font_family--regular);
|
|
1721
2162
|
--vkui--font_subhead--font_weight: var(--vkui--font_subhead--font_weight--regular);
|
|
1722
2163
|
--vkui--size_select_icon_padding: var(--vkui--size_select_icon_padding--regular);
|
|
1723
2164
|
--vkui--size_icon_u_i: var(--vkui--size_icon_u_i--regular);
|
|
@@ -1738,6 +2179,31 @@
|
|
|
1738
2179
|
--vkui--size_field_horizontal_margin: var(--vkui--size_field_horizontal_margin--regular);
|
|
1739
2180
|
--vkui--size_tab_margin: var(--vkui--size_tab_margin--regular);
|
|
1740
2181
|
--vkui--size_popup_margin: var(--vkui--size_popup_margin--regular);
|
|
2182
|
+
--vkui--media_font_media_header--font_family: var(--vkui--media_font_media_header--font_family--regular);
|
|
2183
|
+
--vkui--media_font_media_header--font_weight: var(--vkui--media_font_media_header--font_weight--regular);
|
|
2184
|
+
--vkui--media_font_media_header--font_size: var(--vkui--media_font_media_header--font_size--regular);
|
|
2185
|
+
--vkui--media_font_media_header--line_height: var(--vkui--media_font_media_header--line_height--regular);
|
|
2186
|
+
--vkui--media_font_media_header--letter_spacing: var(--vkui--media_font_media_header--letter_spacing--regular);
|
|
2187
|
+
--vkui--media_font_media_title1--font_family: var(--vkui--media_font_media_title1--font_family--regular);
|
|
2188
|
+
--vkui--media_font_media_title1--font_weight: var(--vkui--media_font_media_title1--font_weight--regular);
|
|
2189
|
+
--vkui--media_font_media_title1--font_size: var(--vkui--media_font_media_title1--font_size--regular);
|
|
2190
|
+
--vkui--media_font_media_title1--line_height: var(--vkui--media_font_media_title1--line_height--regular);
|
|
2191
|
+
--vkui--media_font_media_title2--font_family: var(--vkui--media_font_media_title2--font_family--regular);
|
|
2192
|
+
--vkui--media_font_media_title2--font_weight: var(--vkui--media_font_media_title2--font_weight--regular);
|
|
2193
|
+
--vkui--media_font_media_title2--font_size: var(--vkui--media_font_media_title2--font_size--regular);
|
|
2194
|
+
--vkui--media_font_media_title2--line_height: var(--vkui--media_font_media_title2--line_height--regular);
|
|
2195
|
+
--vkui--media_font_media_title3--font_family: var(--vkui--media_font_media_title3--font_family--regular);
|
|
2196
|
+
--vkui--media_font_media_title3--font_weight: var(--vkui--media_font_media_title3--font_weight--regular);
|
|
2197
|
+
--vkui--media_font_media_title3--font_size: var(--vkui--media_font_media_title3--font_size--regular);
|
|
2198
|
+
--vkui--media_font_media_title3--line_height: var(--vkui--media_font_media_title3--line_height--regular);
|
|
2199
|
+
--vkui--media_font_media_lead--font_family: var(--vkui--media_font_media_lead--font_family--regular);
|
|
2200
|
+
--vkui--media_font_media_lead--font_weight: var(--vkui--media_font_media_lead--font_weight--regular);
|
|
2201
|
+
--vkui--media_font_media_lead--font_size: var(--vkui--media_font_media_lead--font_size--regular);
|
|
2202
|
+
--vkui--media_font_media_lead--line_height: var(--vkui--media_font_media_lead--line_height--regular);
|
|
2203
|
+
--vkui--media_font_media_paragraph--font_family: var(--vkui--media_font_media_paragraph--font_family--regular);
|
|
2204
|
+
--vkui--media_font_media_paragraph--font_weight: var(--vkui--media_font_media_paragraph--font_weight--regular);
|
|
2205
|
+
--vkui--media_font_media_paragraph--font_size: var(--vkui--media_font_media_paragraph--font_size--regular);
|
|
2206
|
+
--vkui--media_font_media_paragraph--line_height: var(--vkui--media_font_media_paragraph--line_height--regular);
|
|
1741
2207
|
--vkui--grid_content: var(--vkui--grid_content--regular);
|
|
1742
2208
|
--vkui--grid_column_x2: var(--vkui--grid_column_x2--regular);
|
|
1743
2209
|
--vkui--grid_column_x3: var(--vkui--grid_column_x3--regular);
|
|
@@ -1747,4 +2213,6 @@
|
|
|
1747
2213
|
--vkui--grid_layout_banner: var(--vkui--grid_layout_banner--regular);
|
|
1748
2214
|
--vkui--font_headline--font_size: var(--vkui--font_headline--font_size--regular);
|
|
1749
2215
|
--vkui--font_headline--line_height: var(--vkui--font_headline--line_height--regular);
|
|
2216
|
+
--vkui--font_headline--font_family: var(--vkui--font_headline--font_family--regular);
|
|
2217
|
+
--vkui--font_headline--font_weight: var(--vkui--font_headline--font_weight--regular);
|
|
1750
2218
|
}
|