@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
|
@@ -71,7 +71,7 @@ var theme = {
|
|
|
71
71
|
},
|
|
72
72
|
"fontWeight": {
|
|
73
73
|
"name": "--vkui--font_title1--font_weight--regular",
|
|
74
|
-
"value": "var(--vkui--font_title1--font_weight--regular,
|
|
74
|
+
"value": "var(--vkui--font_title1--font_weight--regular, 500)"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"compact": {
|
|
@@ -81,7 +81,7 @@ var theme = {
|
|
|
81
81
|
},
|
|
82
82
|
"fontWeight": {
|
|
83
83
|
"name": "--vkui--font_title1--font_weight--compact",
|
|
84
|
-
"value": "var(--vkui--font_title1--font_weight--compact,
|
|
84
|
+
"value": "var(--vkui--font_title1--font_weight--compact, 500)"
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
},
|
|
@@ -119,7 +119,7 @@ var theme = {
|
|
|
119
119
|
},
|
|
120
120
|
"fontWeight": {
|
|
121
121
|
"name": "--vkui--font_title2--font_weight--regular",
|
|
122
|
-
"value": "var(--vkui--font_title2--font_weight--regular,
|
|
122
|
+
"value": "var(--vkui--font_title2--font_weight--regular, 500)"
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
125
|
"compact": {
|
|
@@ -129,7 +129,7 @@ var theme = {
|
|
|
129
129
|
},
|
|
130
130
|
"fontWeight": {
|
|
131
131
|
"name": "--vkui--font_title2--font_weight--compact",
|
|
132
|
-
"value": "var(--vkui--font_title2--font_weight--compact,
|
|
132
|
+
"value": "var(--vkui--font_title2--font_weight--compact, 500)"
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
|
@@ -167,7 +167,7 @@ var theme = {
|
|
|
167
167
|
},
|
|
168
168
|
"fontWeight": {
|
|
169
169
|
"name": "--vkui--font_title3--font_weight--regular",
|
|
170
|
-
"value": "var(--vkui--font_title3--font_weight--regular,
|
|
170
|
+
"value": "var(--vkui--font_title3--font_weight--regular, 500)"
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
173
|
"compact": {
|
|
@@ -177,7 +177,7 @@ var theme = {
|
|
|
177
177
|
},
|
|
178
178
|
"fontWeight": {
|
|
179
179
|
"name": "--vkui--font_title3--font_weight--compact",
|
|
180
|
-
"value": "var(--vkui--font_title3--font_weight--compact,
|
|
180
|
+
"value": "var(--vkui--font_title3--font_weight--compact, 500)"
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
},
|
|
@@ -203,7 +203,7 @@ var theme = {
|
|
|
203
203
|
"regular": {
|
|
204
204
|
"fontSize": {
|
|
205
205
|
"name": "--vkui--font_headline1--font_size--regular",
|
|
206
|
-
"value": "var(--vkui--font_headline1--font_size--regular,
|
|
206
|
+
"value": "var(--vkui--font_headline1--font_size--regular, 15px)"
|
|
207
207
|
},
|
|
208
208
|
"lineHeight": {
|
|
209
209
|
"name": "--vkui--font_headline1--line_height--regular",
|
|
@@ -215,17 +215,25 @@ var theme = {
|
|
|
215
215
|
},
|
|
216
216
|
"fontWeight": {
|
|
217
217
|
"name": "--vkui--font_headline1--font_weight--regular",
|
|
218
|
-
"value": "var(--vkui--font_headline1--font_weight--regular,
|
|
218
|
+
"value": "var(--vkui--font_headline1--font_weight--regular, 500)"
|
|
219
219
|
}
|
|
220
220
|
},
|
|
221
221
|
"compact": {
|
|
222
222
|
"fontSize": {
|
|
223
223
|
"name": "--vkui--font_headline1--font_size--compact",
|
|
224
|
-
"value": "var(--vkui--font_headline1--font_size--compact,
|
|
224
|
+
"value": "var(--vkui--font_headline1--font_size--compact, 16px)"
|
|
225
225
|
},
|
|
226
226
|
"lineHeight": {
|
|
227
227
|
"name": "--vkui--font_headline1--line_height--compact",
|
|
228
228
|
"value": "var(--vkui--font_headline1--line_height--compact, 20px)"
|
|
229
|
+
},
|
|
230
|
+
"fontFamily": {
|
|
231
|
+
"name": "--vkui--font_headline1--font_family--compact",
|
|
232
|
+
"value": "var(--vkui--font_headline1--font_family--compact, Proxima Nova, Arial, sans-serif)"
|
|
233
|
+
},
|
|
234
|
+
"fontWeight": {
|
|
235
|
+
"name": "--vkui--font_headline1--font_weight--compact",
|
|
236
|
+
"value": "var(--vkui--font_headline1--font_weight--compact, 500)"
|
|
229
237
|
}
|
|
230
238
|
}
|
|
231
239
|
},
|
|
@@ -251,7 +259,7 @@ var theme = {
|
|
|
251
259
|
"regular": {
|
|
252
260
|
"fontSize": {
|
|
253
261
|
"name": "--vkui--font_headline2--font_size--regular",
|
|
254
|
-
"value": "var(--vkui--font_headline2--font_size--regular,
|
|
262
|
+
"value": "var(--vkui--font_headline2--font_size--regular, 14px)"
|
|
255
263
|
},
|
|
256
264
|
"lineHeight": {
|
|
257
265
|
"name": "--vkui--font_headline2--line_height--regular",
|
|
@@ -263,17 +271,25 @@ var theme = {
|
|
|
263
271
|
},
|
|
264
272
|
"fontWeight": {
|
|
265
273
|
"name": "--vkui--font_headline2--font_weight--regular",
|
|
266
|
-
"value": "var(--vkui--font_headline2--font_weight--regular,
|
|
274
|
+
"value": "var(--vkui--font_headline2--font_weight--regular, 500)"
|
|
267
275
|
}
|
|
268
276
|
},
|
|
269
277
|
"compact": {
|
|
270
278
|
"fontSize": {
|
|
271
279
|
"name": "--vkui--font_headline2--font_size--compact",
|
|
272
|
-
"value": "var(--vkui--font_headline2--font_size--compact,
|
|
280
|
+
"value": "var(--vkui--font_headline2--font_size--compact, 15px)"
|
|
273
281
|
},
|
|
274
282
|
"lineHeight": {
|
|
275
283
|
"name": "--vkui--font_headline2--line_height--compact",
|
|
276
284
|
"value": "var(--vkui--font_headline2--line_height--compact, 20px)"
|
|
285
|
+
},
|
|
286
|
+
"fontFamily": {
|
|
287
|
+
"name": "--vkui--font_headline2--font_family--compact",
|
|
288
|
+
"value": "var(--vkui--font_headline2--font_family--compact, Proxima Nova, Arial, sans-serif)"
|
|
289
|
+
},
|
|
290
|
+
"fontWeight": {
|
|
291
|
+
"name": "--vkui--font_headline2--font_weight--compact",
|
|
292
|
+
"value": "var(--vkui--font_headline2--font_weight--compact, 500)"
|
|
277
293
|
}
|
|
278
294
|
}
|
|
279
295
|
},
|
|
@@ -299,7 +315,7 @@ var theme = {
|
|
|
299
315
|
"regular": {
|
|
300
316
|
"fontSize": {
|
|
301
317
|
"name": "--vkui--font_text--font_size--regular",
|
|
302
|
-
"value": "var(--vkui--font_text--font_size--regular,
|
|
318
|
+
"value": "var(--vkui--font_text--font_size--regular, 15px)"
|
|
303
319
|
},
|
|
304
320
|
"lineHeight": {
|
|
305
321
|
"name": "--vkui--font_text--line_height--regular",
|
|
@@ -317,11 +333,11 @@ var theme = {
|
|
|
317
333
|
"compact": {
|
|
318
334
|
"fontSize": {
|
|
319
335
|
"name": "--vkui--font_text--font_size--compact",
|
|
320
|
-
"value": "var(--vkui--font_text--font_size--compact,
|
|
336
|
+
"value": "var(--vkui--font_text--font_size--compact, 16px)"
|
|
321
337
|
},
|
|
322
338
|
"lineHeight": {
|
|
323
339
|
"name": "--vkui--font_text--line_height--compact",
|
|
324
|
-
"value": "var(--vkui--font_text--line_height--compact,
|
|
340
|
+
"value": "var(--vkui--font_text--line_height--compact, 24px)"
|
|
325
341
|
}
|
|
326
342
|
}
|
|
327
343
|
},
|
|
@@ -385,7 +401,7 @@ var theme = {
|
|
|
385
401
|
"regular": {
|
|
386
402
|
"fontSize": {
|
|
387
403
|
"name": "--vkui--font_subhead--font_size--regular",
|
|
388
|
-
"value": "var(--vkui--font_subhead--font_size--regular,
|
|
404
|
+
"value": "var(--vkui--font_subhead--font_size--regular, 13px)"
|
|
389
405
|
},
|
|
390
406
|
"lineHeight": {
|
|
391
407
|
"name": "--vkui--font_subhead--line_height--regular",
|
|
@@ -397,25 +413,21 @@ var theme = {
|
|
|
397
413
|
},
|
|
398
414
|
"fontWeight": {
|
|
399
415
|
"name": "--vkui--font_subhead--font_weight--regular",
|
|
400
|
-
"value": "var(--vkui--font_subhead--font_weight--regular,
|
|
416
|
+
"value": "var(--vkui--font_subhead--font_weight--regular, 400)"
|
|
401
417
|
}
|
|
402
418
|
},
|
|
403
419
|
"compact": {
|
|
404
420
|
"fontSize": {
|
|
405
421
|
"name": "--vkui--font_subhead--font_size--compact",
|
|
406
|
-
"value": "var(--vkui--font_subhead--font_size--compact,
|
|
422
|
+
"value": "var(--vkui--font_subhead--font_size--compact, 14px)"
|
|
407
423
|
},
|
|
408
424
|
"lineHeight": {
|
|
409
425
|
"name": "--vkui--font_subhead--line_height--compact",
|
|
410
426
|
"value": "var(--vkui--font_subhead--line_height--compact, 18px)"
|
|
411
427
|
},
|
|
412
|
-
"fontFamily": {
|
|
413
|
-
"name": "--vkui--font_subhead--font_family--compact",
|
|
414
|
-
"value": "var(--vkui--font_subhead--font_family--compact, Proxima Nova, Arial, sans-serif)"
|
|
415
|
-
},
|
|
416
428
|
"fontWeight": {
|
|
417
429
|
"name": "--vkui--font_subhead--font_weight--compact",
|
|
418
|
-
"value": "var(--vkui--font_subhead--font_weight--compact,
|
|
430
|
+
"value": "var(--vkui--font_subhead--font_weight--compact, 400)"
|
|
419
431
|
}
|
|
420
432
|
}
|
|
421
433
|
},
|
|
@@ -455,7 +467,8 @@ var theme = {
|
|
|
455
467
|
"name": "--vkui--font_footnote--font_weight--regular",
|
|
456
468
|
"value": "var(--vkui--font_footnote--font_weight--regular, 400)"
|
|
457
469
|
}
|
|
458
|
-
}
|
|
470
|
+
},
|
|
471
|
+
"compact": {}
|
|
459
472
|
},
|
|
460
473
|
"fontFootnoteCaps": {
|
|
461
474
|
"auto": {
|
|
@@ -509,7 +522,8 @@ var theme = {
|
|
|
509
522
|
"name": "--vkui--font_footnote_caps--letter_spacing--regular",
|
|
510
523
|
"value": "var(--vkui--font_footnote_caps--letter_spacing--regular, 0.3px)"
|
|
511
524
|
}
|
|
512
|
-
}
|
|
525
|
+
},
|
|
526
|
+
"compact": {}
|
|
513
527
|
},
|
|
514
528
|
"fontCaption1": {
|
|
515
529
|
"auto": {
|
|
@@ -547,7 +561,8 @@ var theme = {
|
|
|
547
561
|
"name": "--vkui--font_caption1--font_weight--regular",
|
|
548
562
|
"value": "var(--vkui--font_caption1--font_weight--regular, 400)"
|
|
549
563
|
}
|
|
550
|
-
}
|
|
564
|
+
},
|
|
565
|
+
"compact": {}
|
|
551
566
|
},
|
|
552
567
|
"fontCaption1Caps": {
|
|
553
568
|
"auto": {
|
|
@@ -601,7 +616,8 @@ var theme = {
|
|
|
601
616
|
"name": "--vkui--font_caption1_caps--letter_spacing--regular",
|
|
602
617
|
"value": "var(--vkui--font_caption1_caps--letter_spacing--regular, 0.26px)"
|
|
603
618
|
}
|
|
604
|
-
}
|
|
619
|
+
},
|
|
620
|
+
"compact": {}
|
|
605
621
|
},
|
|
606
622
|
"fontCaption2": {
|
|
607
623
|
"auto": {
|
|
@@ -639,7 +655,8 @@ var theme = {
|
|
|
639
655
|
"name": "--vkui--font_caption2--font_weight--regular",
|
|
640
656
|
"value": "var(--vkui--font_caption2--font_weight--regular, 400)"
|
|
641
657
|
}
|
|
642
|
-
}
|
|
658
|
+
},
|
|
659
|
+
"compact": {}
|
|
643
660
|
},
|
|
644
661
|
"fontCaption2Caps": {
|
|
645
662
|
"auto": {
|
|
@@ -693,7 +710,8 @@ var theme = {
|
|
|
693
710
|
"name": "--vkui--font_caption2_caps--letter_spacing--regular",
|
|
694
711
|
"value": "var(--vkui--font_caption2_caps--letter_spacing--regular, 0.22px)"
|
|
695
712
|
}
|
|
696
|
-
}
|
|
713
|
+
},
|
|
714
|
+
"compact": {}
|
|
697
715
|
},
|
|
698
716
|
"fontCaption3": {
|
|
699
717
|
"auto": {
|
|
@@ -731,7 +749,8 @@ var theme = {
|
|
|
731
749
|
"name": "--vkui--font_caption3--font_weight--regular",
|
|
732
750
|
"value": "var(--vkui--font_caption3--font_weight--regular, 400)"
|
|
733
751
|
}
|
|
734
|
-
}
|
|
752
|
+
},
|
|
753
|
+
"compact": {}
|
|
735
754
|
},
|
|
736
755
|
"fontCaption3Caps": {
|
|
737
756
|
"auto": {
|
|
@@ -785,7 +804,8 @@ var theme = {
|
|
|
785
804
|
"name": "--vkui--font_caption3_caps--letter_spacing--regular",
|
|
786
805
|
"value": "var(--vkui--font_caption3_caps--letter_spacing--regular, 0.16px)"
|
|
787
806
|
}
|
|
788
|
-
}
|
|
807
|
+
},
|
|
808
|
+
"compact": {}
|
|
789
809
|
},
|
|
790
810
|
"sizeSelectIconPadding": {
|
|
791
811
|
"auto": {
|
|
@@ -1203,10 +1223,24 @@ var theme = {
|
|
|
1203
1223
|
"value": "var(--vkui--size_button_group_gap_medium--regular, 12px)"
|
|
1204
1224
|
}
|
|
1205
1225
|
},
|
|
1226
|
+
"sizeOptionHierarchy": {
|
|
1227
|
+
"auto": {
|
|
1228
|
+
"name": "--vkui--size_option_hierarchy",
|
|
1229
|
+
"value": "var(--vkui--size_option_hierarchy)"
|
|
1230
|
+
},
|
|
1231
|
+
"regular": {
|
|
1232
|
+
"name": "--vkui--size_option_hierarchy--regular",
|
|
1233
|
+
"value": "var(--vkui--size_option_hierarchy--regular, 32px)"
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1206
1236
|
"elevation1": {
|
|
1207
1237
|
"name": "--vkui--elevation1",
|
|
1208
1238
|
"value": "var(--vkui--elevation1, 0 2px 0 0 rgba(0, 16, 61, 0.04))"
|
|
1209
1239
|
},
|
|
1240
|
+
"elevation1InvertY": {
|
|
1241
|
+
"name": "--vkui--elevation1_invert_y",
|
|
1242
|
+
"value": "var(--vkui--elevation1_invert_y, 0 -2px 0 0 rgba(0, 16, 61, 0.04))"
|
|
1243
|
+
},
|
|
1210
1244
|
"elevation2": {
|
|
1211
1245
|
"name": "--vkui--elevation2",
|
|
1212
1246
|
"value": "var(--vkui--elevation2, 0 4px 32px 0 rgba(0, 16, 61, 0.32))"
|
|
@@ -2109,6 +2143,358 @@ var theme = {
|
|
|
2109
2143
|
"name": "--vkui--font_weight_article2",
|
|
2110
2144
|
"value": "var(--vkui--font_weight_article2, 700)"
|
|
2111
2145
|
},
|
|
2146
|
+
"mediaFontMediaHeader": {
|
|
2147
|
+
"auto": {
|
|
2148
|
+
"fontFamily": {
|
|
2149
|
+
"name": "--vkui--media_font_media_header--font_family",
|
|
2150
|
+
"value": "var(--vkui--media_font_media_header--font_family)"
|
|
2151
|
+
},
|
|
2152
|
+
"fontWeight": {
|
|
2153
|
+
"name": "--vkui--media_font_media_header--font_weight",
|
|
2154
|
+
"value": "var(--vkui--media_font_media_header--font_weight)"
|
|
2155
|
+
},
|
|
2156
|
+
"fontSize": {
|
|
2157
|
+
"name": "--vkui--media_font_media_header--font_size",
|
|
2158
|
+
"value": "var(--vkui--media_font_media_header--font_size)"
|
|
2159
|
+
},
|
|
2160
|
+
"lineHeight": {
|
|
2161
|
+
"name": "--vkui--media_font_media_header--line_height",
|
|
2162
|
+
"value": "var(--vkui--media_font_media_header--line_height)"
|
|
2163
|
+
},
|
|
2164
|
+
"letterSpacing": {
|
|
2165
|
+
"name": "--vkui--media_font_media_header--letter_spacing",
|
|
2166
|
+
"value": "var(--vkui--media_font_media_header--letter_spacing)"
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
"regular": {
|
|
2170
|
+
"fontFamily": {
|
|
2171
|
+
"name": "--vkui--media_font_media_header--font_family--regular",
|
|
2172
|
+
"value": "var(--vkui--media_font_media_header--font_family--regular, Proxima Nova, Arial, sans-serif)"
|
|
2173
|
+
},
|
|
2174
|
+
"fontWeight": {
|
|
2175
|
+
"name": "--vkui--media_font_media_header--font_weight--regular",
|
|
2176
|
+
"value": "var(--vkui--media_font_media_header--font_weight--regular, 500)"
|
|
2177
|
+
},
|
|
2178
|
+
"fontSize": {
|
|
2179
|
+
"name": "--vkui--media_font_media_header--font_size--regular",
|
|
2180
|
+
"value": "var(--vkui--media_font_media_header--font_size--regular, 36px)"
|
|
2181
|
+
},
|
|
2182
|
+
"lineHeight": {
|
|
2183
|
+
"name": "--vkui--media_font_media_header--line_height--regular",
|
|
2184
|
+
"value": "var(--vkui--media_font_media_header--line_height--regular, 44px)"
|
|
2185
|
+
},
|
|
2186
|
+
"letterSpacing": {
|
|
2187
|
+
"name": "--vkui--media_font_media_header--letter_spacing--regular",
|
|
2188
|
+
"value": "var(--vkui--media_font_media_header--letter_spacing--regular, -0.5%)"
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
"compact": {
|
|
2192
|
+
"fontFamily": {
|
|
2193
|
+
"name": "--vkui--media_font_media_header--font_family--compact",
|
|
2194
|
+
"value": "var(--vkui--media_font_media_header--font_family--compact, Proxima Nova, Arial, sans-serif)"
|
|
2195
|
+
},
|
|
2196
|
+
"fontWeight": {
|
|
2197
|
+
"name": "--vkui--media_font_media_header--font_weight--compact",
|
|
2198
|
+
"value": "var(--vkui--media_font_media_header--font_weight--compact, 500)"
|
|
2199
|
+
},
|
|
2200
|
+
"fontSize": {
|
|
2201
|
+
"name": "--vkui--media_font_media_header--font_size--compact",
|
|
2202
|
+
"value": "var(--vkui--media_font_media_header--font_size--compact, 40px)"
|
|
2203
|
+
},
|
|
2204
|
+
"lineHeight": {
|
|
2205
|
+
"name": "--vkui--media_font_media_header--line_height--compact",
|
|
2206
|
+
"value": "var(--vkui--media_font_media_header--line_height--compact, 48px)"
|
|
2207
|
+
},
|
|
2208
|
+
"letterSpacing": {
|
|
2209
|
+
"name": "--vkui--media_font_media_header--letter_spacing--compact",
|
|
2210
|
+
"value": "var(--vkui--media_font_media_header--letter_spacing--compact, -0.5%)"
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
"mediaFontMediaTitle1": {
|
|
2215
|
+
"auto": {
|
|
2216
|
+
"fontFamily": {
|
|
2217
|
+
"name": "--vkui--media_font_media_title1--font_family",
|
|
2218
|
+
"value": "var(--vkui--media_font_media_title1--font_family)"
|
|
2219
|
+
},
|
|
2220
|
+
"fontWeight": {
|
|
2221
|
+
"name": "--vkui--media_font_media_title1--font_weight",
|
|
2222
|
+
"value": "var(--vkui--media_font_media_title1--font_weight)"
|
|
2223
|
+
},
|
|
2224
|
+
"fontSize": {
|
|
2225
|
+
"name": "--vkui--media_font_media_title1--font_size",
|
|
2226
|
+
"value": "var(--vkui--media_font_media_title1--font_size)"
|
|
2227
|
+
},
|
|
2228
|
+
"lineHeight": {
|
|
2229
|
+
"name": "--vkui--media_font_media_title1--line_height",
|
|
2230
|
+
"value": "var(--vkui--media_font_media_title1--line_height)"
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
"regular": {
|
|
2234
|
+
"fontFamily": {
|
|
2235
|
+
"name": "--vkui--media_font_media_title1--font_family--regular",
|
|
2236
|
+
"value": "var(--vkui--media_font_media_title1--font_family--regular, Proxima Nova, Arial, sans-serif)"
|
|
2237
|
+
},
|
|
2238
|
+
"fontWeight": {
|
|
2239
|
+
"name": "--vkui--media_font_media_title1--font_weight--regular",
|
|
2240
|
+
"value": "var(--vkui--media_font_media_title1--font_weight--regular, 500)"
|
|
2241
|
+
},
|
|
2242
|
+
"fontSize": {
|
|
2243
|
+
"name": "--vkui--media_font_media_title1--font_size--regular",
|
|
2244
|
+
"value": "var(--vkui--media_font_media_title1--font_size--regular, 28px)"
|
|
2245
|
+
},
|
|
2246
|
+
"lineHeight": {
|
|
2247
|
+
"name": "--vkui--media_font_media_title1--line_height--regular",
|
|
2248
|
+
"value": "var(--vkui--media_font_media_title1--line_height--regular, 36px)"
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
"compact": {
|
|
2252
|
+
"fontFamily": {
|
|
2253
|
+
"name": "--vkui--media_font_media_title1--font_family--compact",
|
|
2254
|
+
"value": "var(--vkui--media_font_media_title1--font_family--compact, Proxima Nova, Arial, sans-serif)"
|
|
2255
|
+
},
|
|
2256
|
+
"fontWeight": {
|
|
2257
|
+
"name": "--vkui--media_font_media_title1--font_weight--compact",
|
|
2258
|
+
"value": "var(--vkui--media_font_media_title1--font_weight--compact, 500)"
|
|
2259
|
+
},
|
|
2260
|
+
"fontSize": {
|
|
2261
|
+
"name": "--vkui--media_font_media_title1--font_size--compact",
|
|
2262
|
+
"value": "var(--vkui--media_font_media_title1--font_size--compact, 28px)"
|
|
2263
|
+
},
|
|
2264
|
+
"lineHeight": {
|
|
2265
|
+
"name": "--vkui--media_font_media_title1--line_height--compact",
|
|
2266
|
+
"value": "var(--vkui--media_font_media_title1--line_height--compact, 36px)"
|
|
2267
|
+
}
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
"mediaFontMediaTitle2": {
|
|
2271
|
+
"auto": {
|
|
2272
|
+
"fontFamily": {
|
|
2273
|
+
"name": "--vkui--media_font_media_title2--font_family",
|
|
2274
|
+
"value": "var(--vkui--media_font_media_title2--font_family)"
|
|
2275
|
+
},
|
|
2276
|
+
"fontWeight": {
|
|
2277
|
+
"name": "--vkui--media_font_media_title2--font_weight",
|
|
2278
|
+
"value": "var(--vkui--media_font_media_title2--font_weight)"
|
|
2279
|
+
},
|
|
2280
|
+
"fontSize": {
|
|
2281
|
+
"name": "--vkui--media_font_media_title2--font_size",
|
|
2282
|
+
"value": "var(--vkui--media_font_media_title2--font_size)"
|
|
2283
|
+
},
|
|
2284
|
+
"lineHeight": {
|
|
2285
|
+
"name": "--vkui--media_font_media_title2--line_height",
|
|
2286
|
+
"value": "var(--vkui--media_font_media_title2--line_height)"
|
|
2287
|
+
}
|
|
2288
|
+
},
|
|
2289
|
+
"regular": {
|
|
2290
|
+
"fontFamily": {
|
|
2291
|
+
"name": "--vkui--media_font_media_title2--font_family--regular",
|
|
2292
|
+
"value": "var(--vkui--media_font_media_title2--font_family--regular, Proxima Nova, Arial, sans-serif)"
|
|
2293
|
+
},
|
|
2294
|
+
"fontWeight": {
|
|
2295
|
+
"name": "--vkui--media_font_media_title2--font_weight--regular",
|
|
2296
|
+
"value": "var(--vkui--media_font_media_title2--font_weight--regular, 500)"
|
|
2297
|
+
},
|
|
2298
|
+
"fontSize": {
|
|
2299
|
+
"name": "--vkui--media_font_media_title2--font_size--regular",
|
|
2300
|
+
"value": "var(--vkui--media_font_media_title2--font_size--regular, 24px)"
|
|
2301
|
+
},
|
|
2302
|
+
"lineHeight": {
|
|
2303
|
+
"name": "--vkui--media_font_media_title2--line_height--regular",
|
|
2304
|
+
"value": "var(--vkui--media_font_media_title2--line_height--regular, 32px)"
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
"compact": {
|
|
2308
|
+
"fontFamily": {
|
|
2309
|
+
"name": "--vkui--media_font_media_title2--font_family--compact",
|
|
2310
|
+
"value": "var(--vkui--media_font_media_title2--font_family--compact, Proxima Nova, Arial, sans-serif)"
|
|
2311
|
+
},
|
|
2312
|
+
"fontWeight": {
|
|
2313
|
+
"name": "--vkui--media_font_media_title2--font_weight--compact",
|
|
2314
|
+
"value": "var(--vkui--media_font_media_title2--font_weight--compact, 500)"
|
|
2315
|
+
},
|
|
2316
|
+
"fontSize": {
|
|
2317
|
+
"name": "--vkui--media_font_media_title2--font_size--compact",
|
|
2318
|
+
"value": "var(--vkui--media_font_media_title2--font_size--compact, 24px)"
|
|
2319
|
+
},
|
|
2320
|
+
"lineHeight": {
|
|
2321
|
+
"name": "--vkui--media_font_media_title2--line_height--compact",
|
|
2322
|
+
"value": "var(--vkui--media_font_media_title2--line_height--compact, 32px)"
|
|
2323
|
+
}
|
|
2324
|
+
}
|
|
2325
|
+
},
|
|
2326
|
+
"mediaFontMediaTitle3": {
|
|
2327
|
+
"auto": {
|
|
2328
|
+
"fontFamily": {
|
|
2329
|
+
"name": "--vkui--media_font_media_title3--font_family",
|
|
2330
|
+
"value": "var(--vkui--media_font_media_title3--font_family)"
|
|
2331
|
+
},
|
|
2332
|
+
"fontWeight": {
|
|
2333
|
+
"name": "--vkui--media_font_media_title3--font_weight",
|
|
2334
|
+
"value": "var(--vkui--media_font_media_title3--font_weight)"
|
|
2335
|
+
},
|
|
2336
|
+
"fontSize": {
|
|
2337
|
+
"name": "--vkui--media_font_media_title3--font_size",
|
|
2338
|
+
"value": "var(--vkui--media_font_media_title3--font_size)"
|
|
2339
|
+
},
|
|
2340
|
+
"lineHeight": {
|
|
2341
|
+
"name": "--vkui--media_font_media_title3--line_height",
|
|
2342
|
+
"value": "var(--vkui--media_font_media_title3--line_height)"
|
|
2343
|
+
}
|
|
2344
|
+
},
|
|
2345
|
+
"regular": {
|
|
2346
|
+
"fontFamily": {
|
|
2347
|
+
"name": "--vkui--media_font_media_title3--font_family--regular",
|
|
2348
|
+
"value": "var(--vkui--media_font_media_title3--font_family--regular, Proxima Nova, Arial, sans-serif)"
|
|
2349
|
+
},
|
|
2350
|
+
"fontWeight": {
|
|
2351
|
+
"name": "--vkui--media_font_media_title3--font_weight--regular",
|
|
2352
|
+
"value": "var(--vkui--media_font_media_title3--font_weight--regular, 500)"
|
|
2353
|
+
},
|
|
2354
|
+
"fontSize": {
|
|
2355
|
+
"name": "--vkui--media_font_media_title3--font_size--regular",
|
|
2356
|
+
"value": "var(--vkui--media_font_media_title3--font_size--regular, 20px)"
|
|
2357
|
+
},
|
|
2358
|
+
"lineHeight": {
|
|
2359
|
+
"name": "--vkui--media_font_media_title3--line_height--regular",
|
|
2360
|
+
"value": "var(--vkui--media_font_media_title3--line_height--regular, 28px)"
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2363
|
+
"compact": {
|
|
2364
|
+
"fontFamily": {
|
|
2365
|
+
"name": "--vkui--media_font_media_title3--font_family--compact",
|
|
2366
|
+
"value": "var(--vkui--media_font_media_title3--font_family--compact, Proxima Nova, Arial, sans-serif)"
|
|
2367
|
+
},
|
|
2368
|
+
"fontWeight": {
|
|
2369
|
+
"name": "--vkui--media_font_media_title3--font_weight--compact",
|
|
2370
|
+
"value": "var(--vkui--media_font_media_title3--font_weight--compact, 500)"
|
|
2371
|
+
},
|
|
2372
|
+
"fontSize": {
|
|
2373
|
+
"name": "--vkui--media_font_media_title3--font_size--compact",
|
|
2374
|
+
"value": "var(--vkui--media_font_media_title3--font_size--compact, 20px)"
|
|
2375
|
+
},
|
|
2376
|
+
"lineHeight": {
|
|
2377
|
+
"name": "--vkui--media_font_media_title3--line_height--compact",
|
|
2378
|
+
"value": "var(--vkui--media_font_media_title3--line_height--compact, 28px)"
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
},
|
|
2382
|
+
"mediaFontMediaLead": {
|
|
2383
|
+
"auto": {
|
|
2384
|
+
"fontFamily": {
|
|
2385
|
+
"name": "--vkui--media_font_media_lead--font_family",
|
|
2386
|
+
"value": "var(--vkui--media_font_media_lead--font_family)"
|
|
2387
|
+
},
|
|
2388
|
+
"fontWeight": {
|
|
2389
|
+
"name": "--vkui--media_font_media_lead--font_weight",
|
|
2390
|
+
"value": "var(--vkui--media_font_media_lead--font_weight)"
|
|
2391
|
+
},
|
|
2392
|
+
"fontSize": {
|
|
2393
|
+
"name": "--vkui--media_font_media_lead--font_size",
|
|
2394
|
+
"value": "var(--vkui--media_font_media_lead--font_size)"
|
|
2395
|
+
},
|
|
2396
|
+
"lineHeight": {
|
|
2397
|
+
"name": "--vkui--media_font_media_lead--line_height",
|
|
2398
|
+
"value": "var(--vkui--media_font_media_lead--line_height)"
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
"regular": {
|
|
2402
|
+
"fontFamily": {
|
|
2403
|
+
"name": "--vkui--media_font_media_lead--font_family--regular",
|
|
2404
|
+
"value": "var(--vkui--media_font_media_lead--font_family--regular, Proxima Nova, Arial, sans-serif)"
|
|
2405
|
+
},
|
|
2406
|
+
"fontWeight": {
|
|
2407
|
+
"name": "--vkui--media_font_media_lead--font_weight--regular",
|
|
2408
|
+
"value": "var(--vkui--media_font_media_lead--font_weight--regular, 500)"
|
|
2409
|
+
},
|
|
2410
|
+
"fontSize": {
|
|
2411
|
+
"name": "--vkui--media_font_media_lead--font_size--regular",
|
|
2412
|
+
"value": "var(--vkui--media_font_media_lead--font_size--regular, 19px)"
|
|
2413
|
+
},
|
|
2414
|
+
"lineHeight": {
|
|
2415
|
+
"name": "--vkui--media_font_media_lead--line_height--regular",
|
|
2416
|
+
"value": "var(--vkui--media_font_media_lead--line_height--regular, 28px)"
|
|
2417
|
+
}
|
|
2418
|
+
},
|
|
2419
|
+
"compact": {
|
|
2420
|
+
"fontFamily": {
|
|
2421
|
+
"name": "--vkui--media_font_media_lead--font_family--compact",
|
|
2422
|
+
"value": "var(--vkui--media_font_media_lead--font_family--compact, Proxima Nova, Arial, sans-serif)"
|
|
2423
|
+
},
|
|
2424
|
+
"fontWeight": {
|
|
2425
|
+
"name": "--vkui--media_font_media_lead--font_weight--compact",
|
|
2426
|
+
"value": "var(--vkui--media_font_media_lead--font_weight--compact, 500)"
|
|
2427
|
+
},
|
|
2428
|
+
"fontSize": {
|
|
2429
|
+
"name": "--vkui--media_font_media_lead--font_size--compact",
|
|
2430
|
+
"value": "var(--vkui--media_font_media_lead--font_size--compact, 22px)"
|
|
2431
|
+
},
|
|
2432
|
+
"lineHeight": {
|
|
2433
|
+
"name": "--vkui--media_font_media_lead--line_height--compact",
|
|
2434
|
+
"value": "var(--vkui--media_font_media_lead--line_height--compact, 32px)"
|
|
2435
|
+
},
|
|
2436
|
+
"letterSpacing": {
|
|
2437
|
+
"name": "--vkui--media_font_media_lead--letter_spacing--compact",
|
|
2438
|
+
"value": "var(--vkui--media_font_media_lead--letter_spacing--compact, -0.3%)"
|
|
2439
|
+
}
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
"mediaFontMediaParagraph": {
|
|
2443
|
+
"auto": {
|
|
2444
|
+
"fontFamily": {
|
|
2445
|
+
"name": "--vkui--media_font_media_paragraph--font_family",
|
|
2446
|
+
"value": "var(--vkui--media_font_media_paragraph--font_family)"
|
|
2447
|
+
},
|
|
2448
|
+
"fontWeight": {
|
|
2449
|
+
"name": "--vkui--media_font_media_paragraph--font_weight",
|
|
2450
|
+
"value": "var(--vkui--media_font_media_paragraph--font_weight)"
|
|
2451
|
+
},
|
|
2452
|
+
"fontSize": {
|
|
2453
|
+
"name": "--vkui--media_font_media_paragraph--font_size",
|
|
2454
|
+
"value": "var(--vkui--media_font_media_paragraph--font_size)"
|
|
2455
|
+
},
|
|
2456
|
+
"lineHeight": {
|
|
2457
|
+
"name": "--vkui--media_font_media_paragraph--line_height",
|
|
2458
|
+
"value": "var(--vkui--media_font_media_paragraph--line_height)"
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
"regular": {
|
|
2462
|
+
"fontFamily": {
|
|
2463
|
+
"name": "--vkui--media_font_media_paragraph--font_family--regular",
|
|
2464
|
+
"value": "var(--vkui--media_font_media_paragraph--font_family--regular, Proxima Nova, Arial, sans-serif)"
|
|
2465
|
+
},
|
|
2466
|
+
"fontWeight": {
|
|
2467
|
+
"name": "--vkui--media_font_media_paragraph--font_weight--regular",
|
|
2468
|
+
"value": "var(--vkui--media_font_media_paragraph--font_weight--regular, 400)"
|
|
2469
|
+
},
|
|
2470
|
+
"fontSize": {
|
|
2471
|
+
"name": "--vkui--media_font_media_paragraph--font_size--regular",
|
|
2472
|
+
"value": "var(--vkui--media_font_media_paragraph--font_size--regular, 18px)"
|
|
2473
|
+
},
|
|
2474
|
+
"lineHeight": {
|
|
2475
|
+
"name": "--vkui--media_font_media_paragraph--line_height--regular",
|
|
2476
|
+
"value": "var(--vkui--media_font_media_paragraph--line_height--regular, 28px)"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
"compact": {
|
|
2480
|
+
"fontFamily": {
|
|
2481
|
+
"name": "--vkui--media_font_media_paragraph--font_family--compact",
|
|
2482
|
+
"value": "var(--vkui--media_font_media_paragraph--font_family--compact, Proxima Nova, Arial, sans-serif)"
|
|
2483
|
+
},
|
|
2484
|
+
"fontWeight": {
|
|
2485
|
+
"name": "--vkui--media_font_media_paragraph--font_weight--compact",
|
|
2486
|
+
"value": "var(--vkui--media_font_media_paragraph--font_weight--compact, 400)"
|
|
2487
|
+
},
|
|
2488
|
+
"fontSize": {
|
|
2489
|
+
"name": "--vkui--media_font_media_paragraph--font_size--compact",
|
|
2490
|
+
"value": "var(--vkui--media_font_media_paragraph--font_size--compact, 19px)"
|
|
2491
|
+
},
|
|
2492
|
+
"lineHeight": {
|
|
2493
|
+
"name": "--vkui--media_font_media_paragraph--line_height--compact",
|
|
2494
|
+
"value": "var(--vkui--media_font_media_paragraph--line_height--compact, 32px)"
|
|
2495
|
+
}
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2112
2498
|
"fontH3": {
|
|
2113
2499
|
"auto": {
|
|
2114
2500
|
"fontSize": {
|
|
@@ -2563,7 +2949,7 @@ var theme = {
|
|
|
2563
2949
|
"regular": {
|
|
2564
2950
|
"fontSize": {
|
|
2565
2951
|
"name": "--vkui--font_headline--font_size--regular",
|
|
2566
|
-
"value": "var(--vkui--font_headline--font_size--regular,
|
|
2952
|
+
"value": "var(--vkui--font_headline--font_size--regular, 15px)"
|
|
2567
2953
|
},
|
|
2568
2954
|
"lineHeight": {
|
|
2569
2955
|
"name": "--vkui--font_headline--line_height--regular",
|
|
@@ -2575,17 +2961,25 @@ var theme = {
|
|
|
2575
2961
|
},
|
|
2576
2962
|
"fontWeight": {
|
|
2577
2963
|
"name": "--vkui--font_headline--font_weight--regular",
|
|
2578
|
-
"value": "var(--vkui--font_headline--font_weight--regular,
|
|
2964
|
+
"value": "var(--vkui--font_headline--font_weight--regular, 500)"
|
|
2579
2965
|
}
|
|
2580
2966
|
},
|
|
2581
2967
|
"compact": {
|
|
2582
2968
|
"fontSize": {
|
|
2583
2969
|
"name": "--vkui--font_headline--font_size--compact",
|
|
2584
|
-
"value": "var(--vkui--font_headline--font_size--compact,
|
|
2970
|
+
"value": "var(--vkui--font_headline--font_size--compact, 16px)"
|
|
2585
2971
|
},
|
|
2586
2972
|
"lineHeight": {
|
|
2587
2973
|
"name": "--vkui--font_headline--line_height--compact",
|
|
2588
2974
|
"value": "var(--vkui--font_headline--line_height--compact, 20px)"
|
|
2975
|
+
},
|
|
2976
|
+
"fontFamily": {
|
|
2977
|
+
"name": "--vkui--font_headline--font_family--compact",
|
|
2978
|
+
"value": "var(--vkui--font_headline--font_family--compact, Proxima Nova, Arial, sans-serif)"
|
|
2979
|
+
},
|
|
2980
|
+
"fontWeight": {
|
|
2981
|
+
"name": "--vkui--font_headline--font_weight--compact",
|
|
2982
|
+
"value": "var(--vkui--font_headline--font_weight--compact, 500)"
|
|
2589
2983
|
}
|
|
2590
2984
|
}
|
|
2591
2985
|
},
|
|
@@ -2803,6 +3197,20 @@ var theme = {
|
|
|
2803
3197
|
"value": "var(--vkui--color_background_negative_tint--active, #E6D9DD)"
|
|
2804
3198
|
}
|
|
2805
3199
|
},
|
|
3200
|
+
"colorFieldBackground": {
|
|
3201
|
+
"normal": {
|
|
3202
|
+
"name": "--vkui--color_field_background",
|
|
3203
|
+
"value": "var(--vkui--color_field_background, #ffffff)"
|
|
3204
|
+
},
|
|
3205
|
+
"hover": {
|
|
3206
|
+
"name": "--vkui--color_field_background--hover",
|
|
3207
|
+
"value": "var(--vkui--color_field_background--hover, #F5F5F7)"
|
|
3208
|
+
},
|
|
3209
|
+
"active": {
|
|
3210
|
+
"name": "--vkui--color_field_background--active",
|
|
3211
|
+
"value": "var(--vkui--color_field_background--active, #EBECEF)"
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
2806
3214
|
"colorTextAccent": {
|
|
2807
3215
|
"normal": {
|
|
2808
3216
|
"name": "--vkui--color_text_accent",
|