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