@vkontakte/vkui-tokens 4.0.0 → 4.2.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/README.md +108 -42
- package/build/compilers/index.d.ts +2 -2
- package/build/compilers/index.js +2 -0
- package/build/compilers/styles/compileStyles.d.ts +4 -2
- package/build/compilers/styles/compileStyles.js +31 -10
- package/build/compilers/styles/compileStyles.test.js +265 -196
- package/build/helpers/getAllButColors.d.ts +1 -0
- package/build/helpers/getAllButColors.js +17 -0
- package/build/helpers/getAllButColors.test.d.ts +1 -0
- package/build/helpers/getAllButColors.test.js +26 -0
- package/interfaces/general/geometry/index.d.ts +4 -0
- package/interfaces/general/index.d.ts +4 -0
- package/interfaces/themes/vkComDark/index.d.ts +1 -0
- package/interfaces/themes/vkComDark/index.js +2 -0
- package/interfaces/themes/vkIOSDark/index.d.ts +1 -0
- package/interfaces/themes/vkIOSDark/index.js +2 -0
- package/package.json +1 -1
- package/themeDescriptions/base/paradigm.js +11 -1
- package/themeDescriptions/base/vk.js +96 -98
- package/themes/calendar/cssVars/declarations/index.css +9 -0
- package/themes/calendar/cssVars/declarations/noColors.css +574 -0
- package/themes/calendar/cssVars/declarations/noSizes.css +1 -0
- package/themes/calendar/cssVars/declarations/onlyMedia.css +4 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +520 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/calendar/cssVars/theme/index.js +44 -0
- package/themes/calendar/cssVars/theme/index.json +44 -0
- package/themes/calendar/index.css +5 -0
- package/themes/calendar/index.js +13 -0
- package/themes/calendar/index.json +13 -0
- package/themes/calendar/index.less +5 -0
- package/themes/calendar/index.pcss +5 -0
- package/themes/calendar/index.scss +5 -0
- package/themes/calendar/index.styl +5 -0
- package/themes/calendarDark/cssVars/declarations/index.css +9 -0
- package/themes/calendarDark/cssVars/declarations/noColors.css +574 -0
- package/themes/calendarDark/cssVars/declarations/noSizes.css +1 -0
- package/themes/calendarDark/cssVars/declarations/onlyMedia.css +4 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +5 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +520 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +5 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +5 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +5 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +5 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +5 -0
- package/themes/calendarDark/cssVars/theme/index.js +44 -0
- package/themes/calendarDark/cssVars/theme/index.json +44 -0
- package/themes/calendarDark/index.css +5 -0
- package/themes/calendarDark/index.js +13 -0
- package/themes/calendarDark/index.json +13 -0
- package/themes/calendarDark/index.less +5 -0
- package/themes/calendarDark/index.pcss +5 -0
- package/themes/calendarDark/index.scss +5 -0
- package/themes/calendarDark/index.styl +5 -0
- package/themes/calls/cssVars/declarations/index.css +13 -4
- package/themes/calls/cssVars/declarations/noColors.css +427 -0
- package/themes/calls/cssVars/declarations/noSizes.css +1 -0
- package/themes/calls/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/calls/cssVars/declarations/onlyVariables.css +6 -1
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +477 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +8 -3
- package/themes/calls/cssVars/theme/fallbacks/index.less +6 -1
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +6 -1
- package/themes/calls/cssVars/theme/fallbacks/index.scss +7 -2
- package/themes/calls/cssVars/theme/fallbacks/index.styl +6 -1
- package/themes/calls/cssVars/theme/index.js +45 -1
- package/themes/calls/cssVars/theme/index.json +45 -1
- package/themes/calls/index.css +8 -3
- package/themes/calls/index.js +14 -1
- package/themes/calls/index.json +14 -1
- package/themes/calls/index.less +6 -1
- package/themes/calls/index.pcss +6 -1
- package/themes/calls/index.scss +7 -2
- package/themes/calls/index.styl +6 -1
- package/themes/cloud/cssVars/declarations/index.css +9 -0
- package/themes/cloud/cssVars/declarations/noColors.css +510 -0
- package/themes/cloud/cssVars/declarations/noSizes.css +1 -0
- package/themes/cloud/cssVars/declarations/onlyMedia.css +4 -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 +500 -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 +44 -0
- package/themes/cloud/cssVars/theme/index.json +44 -0
- package/themes/cloud/index.css +5 -0
- package/themes/cloud/index.js +13 -0
- package/themes/cloud/index.json +13 -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 +13 -4
- package/themes/home/cssVars/declarations/noColors.css +452 -0
- package/themes/home/cssVars/declarations/noSizes.css +1 -3
- package/themes/home/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/home/cssVars/declarations/onlyVariables.css +6 -1
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +497 -0
- package/themes/home/cssVars/theme/fallbacks/index.css +8 -3
- package/themes/home/cssVars/theme/fallbacks/index.less +6 -1
- package/themes/home/cssVars/theme/fallbacks/index.pcss +6 -1
- package/themes/home/cssVars/theme/fallbacks/index.scss +7 -2
- package/themes/home/cssVars/theme/fallbacks/index.styl +6 -1
- package/themes/home/cssVars/theme/index.js +45 -1
- package/themes/home/cssVars/theme/index.json +45 -1
- package/themes/home/index.css +8 -3
- package/themes/home/index.js +14 -1
- package/themes/home/index.json +14 -1
- package/themes/home/index.less +6 -1
- package/themes/home/index.pcss +6 -1
- package/themes/home/index.scss +7 -2
- package/themes/home/index.styl +6 -1
- package/themes/homeDark/cssVars/declarations/index.css +12 -4
- package/themes/homeDark/cssVars/declarations/noColors.css +466 -0
- package/themes/homeDark/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +5 -1
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +496 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +7 -3
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +5 -1
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +5 -1
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +6 -2
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +5 -1
- package/themes/homeDark/cssVars/theme/index.js +41 -1
- package/themes/homeDark/cssVars/theme/index.json +41 -1
- package/themes/homeDark/index.css +7 -3
- package/themes/homeDark/index.js +13 -1
- package/themes/homeDark/index.json +13 -1
- package/themes/homeDark/index.less +5 -1
- package/themes/homeDark/index.pcss +5 -1
- package/themes/homeDark/index.scss +6 -2
- package/themes/homeDark/index.styl +5 -1
- package/themes/media/cssVars/declarations/index.css +14 -5
- package/themes/media/cssVars/declarations/noColors.css +638 -0
- package/themes/media/cssVars/declarations/noSizes.css +1 -0
- package/themes/media/cssVars/declarations/onlyMedia.css +4 -0
- package/themes/media/cssVars/declarations/onlyVariables.css +6 -1
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +625 -0
- package/themes/media/cssVars/theme/fallbacks/index.css +10 -5
- package/themes/media/cssVars/theme/fallbacks/index.less +7 -2
- package/themes/media/cssVars/theme/fallbacks/index.pcss +7 -2
- package/themes/media/cssVars/theme/fallbacks/index.scss +10 -5
- package/themes/media/cssVars/theme/fallbacks/index.styl +7 -2
- package/themes/media/cssVars/theme/index.js +45 -1
- package/themes/media/cssVars/theme/index.json +45 -1
- package/themes/media/index.css +10 -5
- package/themes/media/index.js +14 -1
- package/themes/media/index.json +14 -1
- package/themes/media/index.less +7 -2
- package/themes/media/index.pcss +7 -2
- package/themes/media/index.scss +10 -5
- package/themes/media/index.styl +7 -2
- package/themes/mediaDark/cssVars/declarations/index.css +14 -5
- package/themes/mediaDark/cssVars/declarations/noColors.css +638 -0
- package/themes/mediaDark/cssVars/declarations/noSizes.css +1 -0
- package/themes/mediaDark/cssVars/declarations/onlyMedia.css +4 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +6 -1
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +625 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +10 -5
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +7 -2
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +7 -2
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +10 -5
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +7 -2
- package/themes/mediaDark/cssVars/theme/index.js +45 -1
- package/themes/mediaDark/cssVars/theme/index.json +45 -1
- package/themes/mediaDark/index.css +10 -5
- package/themes/mediaDark/index.js +14 -1
- package/themes/mediaDark/index.json +14 -1
- package/themes/mediaDark/index.less +7 -2
- package/themes/mediaDark/index.pcss +7 -2
- package/themes/mediaDark/index.scss +10 -5
- package/themes/mediaDark/index.styl +7 -2
- package/themes/mycom/cssVars/declarations/index.css +14 -5
- package/themes/mycom/cssVars/declarations/noColors.css +637 -0
- package/themes/mycom/cssVars/declarations/noSizes.css +1 -0
- package/themes/mycom/cssVars/declarations/onlyMedia.css +4 -0
- package/themes/mycom/cssVars/declarations/onlyVariables.css +6 -1
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +627 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.css +10 -5
- package/themes/mycom/cssVars/theme/fallbacks/index.less +7 -2
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +7 -2
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +10 -5
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +7 -2
- package/themes/mycom/cssVars/theme/index.js +45 -1
- package/themes/mycom/cssVars/theme/index.json +45 -1
- package/themes/mycom/index.css +10 -5
- package/themes/mycom/index.js +14 -1
- package/themes/mycom/index.json +14 -1
- package/themes/mycom/index.less +7 -2
- package/themes/mycom/index.pcss +7 -2
- package/themes/mycom/index.scss +10 -5
- package/themes/mycom/index.styl +7 -2
- package/themes/octavius/cssVars/declarations/index.css +12 -4
- package/themes/octavius/cssVars/declarations/noColors.css +474 -0
- package/themes/octavius/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/octavius/cssVars/declarations/onlyVariables.css +5 -1
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +841 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.css +7 -3
- package/themes/octavius/cssVars/theme/fallbacks/index.less +5 -1
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +5 -1
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +6 -2
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +5 -1
- package/themes/octavius/cssVars/theme/index.js +41 -1
- package/themes/octavius/cssVars/theme/index.json +41 -1
- package/themes/octavius/index.css +7 -3
- package/themes/octavius/index.js +13 -1
- package/themes/octavius/index.json +13 -1
- package/themes/octavius/index.less +5 -1
- package/themes/octavius/index.pcss +5 -1
- package/themes/octavius/index.scss +6 -2
- package/themes/octavius/index.styl +5 -1
- package/themes/octaviusCompact/cssVars/declarations/index.css +12 -4
- package/themes/octaviusCompact/cssVars/declarations/noColors.css +475 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +5 -1
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +842 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +7 -3
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +5 -1
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +5 -1
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +6 -2
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +5 -1
- package/themes/octaviusCompact/cssVars/theme/index.js +41 -1
- package/themes/octaviusCompact/cssVars/theme/index.json +41 -1
- package/themes/octaviusCompact/index.css +7 -3
- package/themes/octaviusCompact/index.js +13 -1
- package/themes/octaviusCompact/index.json +13 -1
- package/themes/octaviusCompact/index.less +5 -1
- package/themes/octaviusCompact/index.pcss +5 -1
- package/themes/octaviusCompact/index.scss +6 -2
- package/themes/octaviusCompact/index.styl +5 -1
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +12 -4
- package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +475 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +5 -1
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +842 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +7 -3
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +5 -1
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +5 -1
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +6 -2
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +5 -1
- package/themes/octaviusCompactDark/cssVars/theme/index.js +41 -1
- package/themes/octaviusCompactDark/cssVars/theme/index.json +41 -1
- package/themes/octaviusCompactDark/index.css +7 -3
- package/themes/octaviusCompactDark/index.js +13 -1
- package/themes/octaviusCompactDark/index.json +13 -1
- package/themes/octaviusCompactDark/index.less +5 -1
- package/themes/octaviusCompactDark/index.pcss +5 -1
- package/themes/octaviusCompactDark/index.scss +6 -2
- package/themes/octaviusCompactDark/index.styl +5 -1
- package/themes/octaviusDark/cssVars/declarations/index.css +12 -4
- package/themes/octaviusDark/cssVars/declarations/noColors.css +474 -0
- package/themes/octaviusDark/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +5 -1
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +841 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +7 -3
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +5 -1
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +5 -1
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +6 -2
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +5 -1
- package/themes/octaviusDark/cssVars/theme/index.js +41 -1
- package/themes/octaviusDark/cssVars/theme/index.json +41 -1
- package/themes/octaviusDark/index.css +7 -3
- package/themes/octaviusDark/index.js +13 -1
- package/themes/octaviusDark/index.json +13 -1
- package/themes/octaviusDark/index.less +5 -1
- package/themes/octaviusDark/index.pcss +5 -1
- package/themes/octaviusDark/index.scss +6 -2
- package/themes/octaviusDark/index.styl +5 -1
- package/themes/octaviusVK/cssVars/declarations/index.css +59 -51
- package/themes/octaviusVK/cssVars/declarations/noColors.css +519 -0
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +51 -51
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +51 -51
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyMedia.css +4 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +55 -51
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +854 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +55 -51
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +55 -51
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +55 -51
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +55 -51
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +55 -51
- package/themes/octaviusVK/cssVars/theme/index.js +91 -51
- package/themes/octaviusVK/cssVars/theme/index.json +91 -51
- package/themes/octaviusVK/index.css +55 -51
- package/themes/octaviusVK/index.js +63 -51
- package/themes/octaviusVK/index.json +63 -51
- package/themes/octaviusVK/index.less +55 -51
- package/themes/octaviusVK/index.pcss +55 -51
- package/themes/octaviusVK/index.scss +55 -51
- package/themes/octaviusVK/index.styl +55 -51
- package/themes/octaviusVKDark/cssVars/declarations/index.css +51 -43
- package/themes/octaviusVKDark/cssVars/declarations/noColors.css +519 -0
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +43 -43
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +43 -43
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyMedia.css +4 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +47 -43
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +854 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +47 -43
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +47 -43
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +47 -43
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +47 -43
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +47 -43
- package/themes/octaviusVKDark/cssVars/theme/index.js +83 -43
- package/themes/octaviusVKDark/cssVars/theme/index.json +83 -43
- package/themes/octaviusVKDark/index.css +47 -43
- package/themes/octaviusVKDark/index.js +55 -43
- package/themes/octaviusVKDark/index.json +55 -43
- package/themes/octaviusVKDark/index.less +47 -43
- package/themes/octaviusVKDark/index.pcss +47 -43
- package/themes/octaviusVKDark/index.scss +47 -43
- package/themes/octaviusVKDark/index.styl +47 -43
- package/themes/octaviusWhite/cssVars/declarations/index.css +12 -4
- package/themes/octaviusWhite/cssVars/declarations/noColors.css +474 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +5 -1
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +841 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +7 -3
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +5 -1
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +5 -1
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +6 -2
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +5 -1
- package/themes/octaviusWhite/cssVars/theme/index.js +41 -1
- package/themes/octaviusWhite/cssVars/theme/index.json +41 -1
- package/themes/octaviusWhite/index.css +7 -3
- package/themes/octaviusWhite/index.js +13 -1
- package/themes/octaviusWhite/index.json +13 -1
- package/themes/octaviusWhite/index.less +5 -1
- package/themes/octaviusWhite/index.pcss +5 -1
- package/themes/octaviusWhite/index.scss +6 -2
- package/themes/octaviusWhite/index.styl +5 -1
- package/themes/otvet/cssVars/declarations/index.css +13 -4
- package/themes/otvet/cssVars/declarations/noColors.css +413 -0
- package/themes/otvet/cssVars/declarations/noSizes.css +1 -0
- package/themes/otvet/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/otvet/cssVars/declarations/onlyVariables.css +6 -1
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +463 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.css +8 -3
- package/themes/otvet/cssVars/theme/fallbacks/index.less +6 -1
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +6 -1
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +7 -2
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +6 -1
- package/themes/otvet/cssVars/theme/index.js +45 -1
- package/themes/otvet/cssVars/theme/index.json +45 -1
- package/themes/otvet/index.css +8 -3
- package/themes/otvet/index.js +14 -1
- package/themes/otvet/index.json +14 -1
- package/themes/otvet/index.less +6 -1
- package/themes/otvet/index.pcss +6 -1
- package/themes/otvet/index.scss +7 -2
- package/themes/otvet/index.styl +6 -1
- package/themes/otvetDark/cssVars/declarations/index.css +13 -4
- package/themes/otvetDark/cssVars/declarations/noColors.css +413 -0
- package/themes/otvetDark/cssVars/declarations/noSizes.css +1 -0
- package/themes/otvetDark/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +6 -1
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +463 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +8 -3
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +6 -1
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +6 -1
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +7 -2
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +6 -1
- package/themes/otvetDark/cssVars/theme/index.js +45 -1
- package/themes/otvetDark/cssVars/theme/index.json +45 -1
- package/themes/otvetDark/index.css +8 -3
- package/themes/otvetDark/index.js +14 -1
- package/themes/otvetDark/index.json +14 -1
- package/themes/otvetDark/index.less +6 -1
- package/themes/otvetDark/index.pcss +6 -1
- package/themes/otvetDark/index.scss +7 -2
- package/themes/otvetDark/index.styl +6 -1
- package/themes/paradigmBase/cssVars/declarations/index.css +12 -4
- package/themes/paradigmBase/cssVars/declarations/noColors.css +448 -0
- package/themes/paradigmBase/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +5 -1
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +478 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +7 -3
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +5 -1
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +5 -1
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +6 -2
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +5 -1
- package/themes/paradigmBase/cssVars/theme/index.js +41 -1
- package/themes/paradigmBase/cssVars/theme/index.json +41 -1
- package/themes/paradigmBase/index.css +7 -3
- package/themes/paradigmBase/index.js +13 -1
- package/themes/paradigmBase/index.json +13 -1
- package/themes/paradigmBase/index.less +5 -1
- package/themes/paradigmBase/index.pcss +5 -1
- package/themes/paradigmBase/index.scss +6 -2
- package/themes/paradigmBase/index.styl +5 -1
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +12 -4
- package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +448 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +5 -1
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +478 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +7 -3
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +5 -1
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +5 -1
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +6 -2
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +5 -1
- package/themes/paradigmBaseDark/cssVars/theme/index.js +41 -1
- package/themes/paradigmBaseDark/cssVars/theme/index.json +41 -1
- package/themes/paradigmBaseDark/index.css +7 -3
- package/themes/paradigmBaseDark/index.js +13 -1
- package/themes/paradigmBaseDark/index.json +13 -1
- package/themes/paradigmBaseDark/index.less +5 -1
- package/themes/paradigmBaseDark/index.pcss +5 -1
- package/themes/paradigmBaseDark/index.scss +6 -2
- package/themes/paradigmBaseDark/index.styl +5 -1
- package/themes/pharma/cssVars/declarations/index.css +14 -5
- package/themes/pharma/cssVars/declarations/noColors.css +638 -0
- package/themes/pharma/cssVars/declarations/noSizes.css +1 -0
- package/themes/pharma/cssVars/declarations/onlyMedia.css +4 -0
- package/themes/pharma/cssVars/declarations/onlyVariables.css +6 -1
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +628 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.css +10 -5
- package/themes/pharma/cssVars/theme/fallbacks/index.less +7 -2
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +7 -2
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +10 -5
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +7 -2
- package/themes/pharma/cssVars/theme/index.js +45 -1
- package/themes/pharma/cssVars/theme/index.json +45 -1
- package/themes/pharma/index.css +10 -5
- package/themes/pharma/index.js +14 -1
- package/themes/pharma/index.json +14 -1
- package/themes/pharma/index.less +7 -2
- package/themes/pharma/index.pcss +7 -2
- package/themes/pharma/index.scss +10 -5
- package/themes/pharma/index.styl +7 -2
- package/themes/promo/cssVars/declarations/index.css +13 -4
- package/themes/promo/cssVars/declarations/noColors.css +732 -0
- package/themes/promo/cssVars/declarations/noSizes.css +1 -0
- package/themes/promo/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/promo/cssVars/declarations/onlyVariables.css +6 -1
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +636 -0
- package/themes/promo/cssVars/theme/fallbacks/index.css +8 -3
- package/themes/promo/cssVars/theme/fallbacks/index.less +6 -1
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +6 -1
- package/themes/promo/cssVars/theme/fallbacks/index.scss +7 -2
- package/themes/promo/cssVars/theme/fallbacks/index.styl +6 -1
- package/themes/promo/cssVars/theme/index.js +45 -1
- package/themes/promo/cssVars/theme/index.json +45 -1
- package/themes/promo/index.css +8 -3
- package/themes/promo/index.js +14 -1
- package/themes/promo/index.json +14 -1
- package/themes/promo/index.less +6 -1
- package/themes/promo/index.pcss +6 -1
- package/themes/promo/index.scss +7 -2
- package/themes/promo/index.styl +6 -1
- package/themes/todo/cssVars/declarations/index.css +13 -4
- package/themes/todo/cssVars/declarations/noColors.css +449 -0
- package/themes/todo/cssVars/declarations/noSizes.css +1 -0
- package/themes/todo/cssVars/declarations/onlyMedia.css +5 -1
- package/themes/todo/cssVars/declarations/onlyVariables.css +6 -1
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +479 -0
- package/themes/todo/cssVars/theme/fallbacks/index.css +8 -3
- package/themes/todo/cssVars/theme/fallbacks/index.less +6 -1
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +6 -1
- package/themes/todo/cssVars/theme/fallbacks/index.scss +7 -2
- package/themes/todo/cssVars/theme/fallbacks/index.styl +6 -1
- package/themes/todo/cssVars/theme/index.js +45 -1
- package/themes/todo/cssVars/theme/index.json +45 -1
- package/themes/todo/index.css +8 -3
- package/themes/todo/index.js +14 -1
- package/themes/todo/index.json +14 -1
- package/themes/todo/index.less +6 -1
- package/themes/todo/index.pcss +6 -1
- package/themes/todo/index.scss +7 -2
- package/themes/todo/index.styl +6 -1
- package/themes/vkBase/cssVars/declarations/index.css +132 -127
- package/themes/vkBase/cssVars/declarations/noColors.css +332 -0
- package/themes/vkBase/cssVars/declarations/noSizes.css +124 -123
- package/themes/vkBase/cssVars/declarations/onlyColors.css +123 -123
- package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +130 -125
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +378 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +132 -127
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +130 -125
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +130 -125
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +131 -126
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +130 -125
- package/themes/vkBase/cssVars/theme/index.js +483 -439
- package/themes/vkBase/cssVars/theme/index.json +483 -439
- package/themes/vkBase/index.css +132 -127
- package/themes/vkBase/index.js +194 -181
- package/themes/vkBase/index.json +194 -181
- package/themes/vkBase/index.less +130 -125
- package/themes/vkBase/index.pcss +130 -125
- package/themes/vkBase/index.scss +131 -126
- package/themes/vkBase/index.styl +130 -125
- package/themes/vkBaseDark/cssVars/declarations/index.css +133 -128
- package/themes/vkBaseDark/cssVars/declarations/noColors.css +332 -0
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +125 -124
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +124 -124
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +131 -126
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +378 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +133 -128
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +131 -126
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +131 -126
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +132 -127
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +131 -126
- package/themes/vkBaseDark/cssVars/theme/index.js +496 -452
- package/themes/vkBaseDark/cssVars/theme/index.json +496 -452
- package/themes/vkBaseDark/index.css +133 -128
- package/themes/vkBaseDark/index.js +204 -191
- package/themes/vkBaseDark/index.json +204 -191
- package/themes/vkBaseDark/index.less +131 -126
- package/themes/vkBaseDark/index.pcss +131 -126
- package/themes/vkBaseDark/index.scss +132 -127
- package/themes/vkBaseDark/index.styl +131 -126
- package/themes/vkCom/cssVars/declarations/index.css +133 -128
- package/themes/vkCom/cssVars/declarations/noColors.css +332 -0
- package/themes/vkCom/cssVars/declarations/noSizes.css +124 -123
- package/themes/vkCom/cssVars/declarations/onlyColors.css +123 -123
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +131 -126
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +378 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +133 -128
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +131 -126
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +131 -126
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +132 -127
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +131 -126
- package/themes/vkCom/cssVars/theme/index.js +484 -440
- package/themes/vkCom/cssVars/theme/index.json +484 -440
- package/themes/vkCom/index.css +133 -128
- package/themes/vkCom/index.js +195 -182
- package/themes/vkCom/index.json +195 -182
- package/themes/vkCom/index.less +131 -126
- package/themes/vkCom/index.pcss +131 -126
- package/themes/vkCom/index.scss +132 -127
- package/themes/vkCom/index.styl +131 -126
- package/themes/vkComDark/cssVars/declarations/index.css +670 -0
- package/themes/vkComDark/cssVars/declarations/noColors.css +332 -0
- package/themes/vkComDark/cssVars/declarations/noSizes.css +249 -0
- package/themes/vkComDark/cssVars/declarations/onlyAdaptiveGroups.css +102 -0
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +236 -0
- package/themes/vkComDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +378 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +378 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +567 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +410 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +411 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +526 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +410 -0
- package/themes/vkComDark/cssVars/theme/index.d.ts +4 -0
- package/themes/vkComDark/cssVars/theme/index.js +2270 -0
- package/themes/vkComDark/cssVars/theme/index.json +2267 -0
- package/themes/vkComDark/index.css +567 -0
- package/themes/vkComDark/index.d.ts +4 -0
- package/themes/vkComDark/index.js +670 -0
- package/themes/vkComDark/index.json +667 -0
- package/themes/vkComDark/index.less +410 -0
- package/themes/vkComDark/index.pcss +411 -0
- package/themes/vkComDark/index.scss +526 -0
- package/themes/vkComDark/index.styl +410 -0
- package/themes/vkIOS/cssVars/declarations/index.css +132 -127
- package/themes/vkIOS/cssVars/declarations/noColors.css +332 -0
- package/themes/vkIOS/cssVars/declarations/noSizes.css +124 -123
- package/themes/vkIOS/cssVars/declarations/onlyColors.css +123 -123
- package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +130 -125
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +378 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +132 -127
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +130 -125
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +130 -125
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +131 -126
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +130 -125
- package/themes/vkIOS/cssVars/theme/index.js +483 -439
- package/themes/vkIOS/cssVars/theme/index.json +483 -439
- package/themes/vkIOS/index.css +132 -127
- package/themes/vkIOS/index.js +194 -181
- package/themes/vkIOS/index.json +194 -181
- package/themes/vkIOS/index.less +130 -125
- package/themes/vkIOS/index.pcss +130 -125
- package/themes/vkIOS/index.scss +131 -126
- package/themes/vkIOS/index.styl +130 -125
- package/themes/vkIOSDark/cssVars/declarations/index.css +670 -0
- package/themes/vkIOSDark/cssVars/declarations/noColors.css +332 -0
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +249 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyAdaptiveGroups.css +102 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +236 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +378 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +378 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +567 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +410 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +411 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +526 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +410 -0
- package/themes/vkIOSDark/cssVars/theme/index.d.ts +4 -0
- package/themes/vkIOSDark/cssVars/theme/index.js +2270 -0
- package/themes/vkIOSDark/cssVars/theme/index.json +2267 -0
- package/themes/vkIOSDark/index.css +567 -0
- package/themes/vkIOSDark/index.d.ts +4 -0
- package/themes/vkIOSDark/index.js +670 -0
- package/themes/vkIOSDark/index.json +667 -0
- package/themes/vkIOSDark/index.less +410 -0
- package/themes/vkIOSDark/index.pcss +411 -0
- package/themes/vkIOSDark/index.scss +526 -0
- package/themes/vkIOSDark/index.styl +410 -0
- package/CHANGELOG.md +0 -139
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--vkui--theme_name: 'var\(--vkui--theme_name\,\ vkBase\)';
|
|
3
|
+
--vkui--theme_name_base: 'var\(--vkui--theme_name_base\,\ vkBase\)';
|
|
3
4
|
--vkui--font_family_accent: var(--vkui--font_family_accent, "TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif);
|
|
4
5
|
--vkui--font_family_base: var(--vkui--font_family_base, -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif);
|
|
5
6
|
--vkui--font_weight_accent1: var(--vkui--font_weight_accent1, 400);
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
--vkui--font_title2--font_family--regular: var(--vkui--font_title2--font_family--regular, "TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif);
|
|
20
21
|
--vkui--font_title2--font_weight--regular: var(--vkui--font_title2--font_weight--regular, 600);
|
|
21
22
|
--vkui--font_title3--font_size--regular: var(--vkui--font_title3--font_size--regular, 17px);
|
|
22
|
-
--vkui--font_title3--line_height--regular: var(--vkui--font_title3--line_height--regular,
|
|
23
|
+
--vkui--font_title3--line_height--regular: var(--vkui--font_title3--line_height--regular, 22px);
|
|
23
24
|
--vkui--font_title3--letter_spacing--regular: var(--vkui--font_title3--letter_spacing--regular, -0.22px);
|
|
24
25
|
--vkui--font_title3--font_family--regular: var(--vkui--font_title3--font_family--regular, "TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif);
|
|
25
26
|
--vkui--font_title3--font_weight--regular: var(--vkui--font_title3--font_weight--regular, 600);
|
|
@@ -103,7 +104,7 @@
|
|
|
103
104
|
--vkui--size_button_medium_height--regular: var(--vkui--size_button_medium_height--regular, 36px);
|
|
104
105
|
--vkui--size_button_medium_height--compact: var(--vkui--size_button_medium_height--compact, 32px);
|
|
105
106
|
--vkui--size_button_small_height--regular: var(--vkui--size_button_small_height--regular, 30px);
|
|
106
|
-
--vkui--size_button_small_height--compact: var(--vkui--size_button_small_height--compact,
|
|
107
|
+
--vkui--size_button_small_height--compact: var(--vkui--size_button_small_height--compact, 28px);
|
|
107
108
|
--vkui--size_checkbox--regular: var(--vkui--size_checkbox--regular, 16px);
|
|
108
109
|
--vkui--size_arrow--regular: var(--vkui--size_arrow--regular, 8px);
|
|
109
110
|
--vkui--size_arrow_promo--regular: var(--vkui--size_arrow_promo--regular, 40px);
|
|
@@ -125,6 +126,10 @@
|
|
|
125
126
|
--vkui--size_badge_m--regular: var(--vkui--size_badge_m--regular, 24px);
|
|
126
127
|
--vkui--size_badge_l--regular: var(--vkui--size_badge_l--regular, 44px);
|
|
127
128
|
--vkui--size_badge_x_l--regular: var(--vkui--size_badge_x_l--regular, 56px);
|
|
129
|
+
--vkui--size_cardgrid_padding--regular: var(--vkui--size_cardgrid_padding--regular, 8px);
|
|
130
|
+
--vkui--size_card_border_radius--regular: var(--vkui--size_card_border_radius--regular, 8px);
|
|
131
|
+
--vkui--size_cardgrid_padding_vertical--regular: var(--vkui--size_cardgrid_padding_vertical--regular, 8px);
|
|
132
|
+
--vkui--size_base_padding_horizontal--regular: var(--vkui--size_base_padding_horizontal--regular, 16px);
|
|
128
133
|
--vkui--elevation1: var(--vkui--elevation1, 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06));
|
|
129
134
|
--vkui--elevation2: var(--vkui--elevation2, 0px 0px 2px rgba(0, 0, 0, 0.04), 0px 4px 4px rgba(0, 0, 0, 0.08));
|
|
130
135
|
--vkui--elevation3: var(--vkui--elevation3, 0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 8px rgba(0, 0, 0, 0.16));
|
|
@@ -136,15 +141,36 @@
|
|
|
136
141
|
--vkui--opacity_disable: var(--vkui--opacity_disable, 0.4);
|
|
137
142
|
--vkui--opacity_disable_accessibility: var(--vkui--opacity_disable_accessibility, 0.64);
|
|
138
143
|
--vkui--colors_scheme: var(--vkui--colors_scheme, light);
|
|
139
|
-
--vkui--color_background_accent: var(--vkui--color_background_accent, #
|
|
140
|
-
--vkui--color_background_accent--hover: var(--vkui--color_background_accent--hover, #
|
|
141
|
-
--vkui--color_background_accent--active: var(--vkui--color_background_accent--active, #
|
|
142
|
-
--vkui--color_background_accent_themed: var(--vkui--color_background_accent_themed, #
|
|
143
|
-
--vkui--color_background_accent_themed--hover: var(--vkui--color_background_accent_themed--hover, #
|
|
144
|
-
--vkui--color_background_accent_themed--active: var(--vkui--color_background_accent_themed--active, #
|
|
145
|
-
--vkui--color_background_accent_alternative: var(--vkui--color_background_accent_alternative, #
|
|
146
|
-
--vkui--color_background_accent_alternative--hover: var(--vkui--color_background_accent_alternative--hover, #
|
|
147
|
-
--vkui--color_background_accent_alternative--active: var(--vkui--color_background_accent_alternative--active, #
|
|
144
|
+
--vkui--color_background_accent: var(--vkui--color_background_accent, #2688EB);
|
|
145
|
+
--vkui--color_background_accent--hover: var(--vkui--color_background_accent--hover, #2483E4);
|
|
146
|
+
--vkui--color_background_accent--active: var(--vkui--color_background_accent--active, #237EDD);
|
|
147
|
+
--vkui--color_background_accent_themed: var(--vkui--color_background_accent_themed, #2688EB);
|
|
148
|
+
--vkui--color_background_accent_themed--hover: var(--vkui--color_background_accent_themed--hover, #2483E4);
|
|
149
|
+
--vkui--color_background_accent_themed--active: var(--vkui--color_background_accent_themed--active, #237EDD);
|
|
150
|
+
--vkui--color_background_accent_alternative: var(--vkui--color_background_accent_alternative, #2688EB);
|
|
151
|
+
--vkui--color_background_accent_alternative--hover: var(--vkui--color_background_accent_alternative--hover, #2483E4);
|
|
152
|
+
--vkui--color_background_accent_alternative--active: var(--vkui--color_background_accent_alternative--active, #237EDD);
|
|
153
|
+
--vkui--color_icon_accent: var(--vkui--color_icon_accent, #2688EB);
|
|
154
|
+
--vkui--color_icon_accent--hover: var(--vkui--color_icon_accent--hover, #2483E4);
|
|
155
|
+
--vkui--color_icon_accent--active: var(--vkui--color_icon_accent--active, #237EDD);
|
|
156
|
+
--vkui--color_text_accent: var(--vkui--color_text_accent, #2688EB);
|
|
157
|
+
--vkui--color_text_accent--hover: var(--vkui--color_text_accent--hover, #2483E4);
|
|
158
|
+
--vkui--color_text_accent--active: var(--vkui--color_text_accent--active, #237EDD);
|
|
159
|
+
--vkui--color_text_accent_themed: var(--vkui--color_text_accent_themed, #2688EB);
|
|
160
|
+
--vkui--color_text_accent_themed--hover: var(--vkui--color_text_accent_themed--hover, #2483E4);
|
|
161
|
+
--vkui--color_text_accent_themed--active: var(--vkui--color_text_accent_themed--active, #237EDD);
|
|
162
|
+
--vkui--color_stroke_accent: var(--vkui--color_stroke_accent, #2688EB);
|
|
163
|
+
--vkui--color_stroke_accent--hover: var(--vkui--color_stroke_accent--hover, #2483E4);
|
|
164
|
+
--vkui--color_stroke_accent--active: var(--vkui--color_stroke_accent--active, #237EDD);
|
|
165
|
+
--vkui--color_stroke_accent_themed: var(--vkui--color_stroke_accent_themed, #2688EB);
|
|
166
|
+
--vkui--color_stroke_accent_themed--hover: var(--vkui--color_stroke_accent_themed--hover, #2483E4);
|
|
167
|
+
--vkui--color_stroke_accent_themed--active: var(--vkui--color_stroke_accent_themed--active, #237EDD);
|
|
168
|
+
--vkui--color_stroke_contrast: var(--vkui--color_stroke_contrast, #FFFFFF);
|
|
169
|
+
--vkui--color_stroke_contrast--hover: var(--vkui--color_stroke_contrast--hover, #F5F5F7);
|
|
170
|
+
--vkui--color_stroke_contrast--active: var(--vkui--color_stroke_contrast--active, #EBECEF);
|
|
171
|
+
--vkui--color_action_sheet_text: var(--vkui--color_action_sheet_text, #3F8AE0);
|
|
172
|
+
--vkui--color_action_sheet_text--hover: var(--vkui--color_action_sheet_text--hover, #3C85D9);
|
|
173
|
+
--vkui--color_action_sheet_text--active: var(--vkui--color_action_sheet_text--active, #3A80D3);
|
|
148
174
|
--vkui--color_background_content: var(--vkui--color_background_content, #FFFFFF);
|
|
149
175
|
--vkui--color_background_content--hover: var(--vkui--color_background_content--hover, #F5F5F7);
|
|
150
176
|
--vkui--color_background_content--active: var(--vkui--color_background_content--active, #EBECEF);
|
|
@@ -172,69 +198,24 @@
|
|
|
172
198
|
--vkui--color_background_negative: var(--vkui--color_background_negative, #E64646);
|
|
173
199
|
--vkui--color_background_negative--hover: var(--vkui--color_background_negative--hover, #DD4446);
|
|
174
200
|
--vkui--color_background_negative--active: var(--vkui--color_background_negative--active, #D44245);
|
|
175
|
-
--vkui--color_background_modal: var(--vkui--color_background_modal, #FFFFFF);
|
|
176
|
-
--vkui--color_background_modal--hover: var(--vkui--color_background_modal--hover, #F5F5F7);
|
|
177
|
-
--vkui--color_background_modal--active: var(--vkui--color_background_modal--active, #EBECEF);
|
|
178
|
-
--vkui--color_background_positive: var(--vkui--color_background_positive, #4BB34B);
|
|
179
|
-
--vkui--color_background_positive--hover: var(--vkui--color_background_positive--hover, #48AC4A);
|
|
180
|
-
--vkui--color_background_positive--active: var(--vkui--color_background_positive--active, #45A64A);
|
|
181
201
|
--vkui--color_background_negative_tint: var(--vkui--color_background_negative_tint, #FAEBEB);
|
|
182
202
|
--vkui--color_background_negative_tint--hover: var(--vkui--color_background_negative_tint--hover, #F0E2E4);
|
|
183
203
|
--vkui--color_background_negative_tint--active: var(--vkui--color_background_negative_tint--active, #E6D9DD);
|
|
184
|
-
--vkui--color_text_accent: var(--vkui--color_text_accent, #3F8AE0);
|
|
185
|
-
--vkui--color_text_accent--hover: var(--vkui--color_text_accent--hover, #3C85D9);
|
|
186
|
-
--vkui--color_text_accent--active: var(--vkui--color_text_accent--active, #3A80D3);
|
|
187
|
-
--vkui--color_text_accent_themed: var(--vkui--color_text_accent_themed, #3F8AE0);
|
|
188
|
-
--vkui--color_text_accent_themed--hover: var(--vkui--color_text_accent_themed--hover, #3C85D9);
|
|
189
|
-
--vkui--color_text_accent_themed--active: var(--vkui--color_text_accent_themed--active, #3A80D3);
|
|
190
204
|
--vkui--color_text_negative: var(--vkui--color_text_negative, #E64646);
|
|
191
205
|
--vkui--color_text_negative--hover: var(--vkui--color_text_negative--hover, #DD4446);
|
|
192
206
|
--vkui--color_text_negative--active: var(--vkui--color_text_negative--active, #D44245);
|
|
193
|
-
--vkui--color_text_link: var(--vkui--color_text_link, #4986CC);
|
|
194
|
-
--vkui--color_text_link--hover: var(--vkui--color_text_link--hover, #4681C6);
|
|
195
|
-
--vkui--color_text_link--active: var(--vkui--color_text_link--active, #437DC1);
|
|
196
|
-
--vkui--color_text_link_themed: var(--vkui--color_text_link_themed, #4986CC);
|
|
197
|
-
--vkui--color_text_link_themed--hover: var(--vkui--color_text_link_themed--hover, #4681C6);
|
|
198
|
-
--vkui--color_text_link_themed--active: var(--vkui--color_text_link_themed--active, #437DC1);
|
|
199
|
-
--vkui--color_text_muted: var(--vkui--color_text_muted, #2C2D2E);
|
|
200
|
-
--vkui--color_text_muted--hover: var(--vkui--color_text_muted--hover, #2A2C2F);
|
|
201
|
-
--vkui--color_text_muted--active: var(--vkui--color_text_muted--active, #282B2F);
|
|
202
|
-
--vkui--color_text_primary: var(--vkui--color_text_primary, #000000);
|
|
203
|
-
--vkui--color_text_primary--hover: var(--vkui--color_text_primary--hover, #000102);
|
|
204
|
-
--vkui--color_text_primary--active: var(--vkui--color_text_primary--active, #000105);
|
|
205
|
-
--vkui--color_text_primary_invariably: var(--vkui--color_text_primary_invariably, #000000);
|
|
206
|
-
--vkui--color_text_primary_invariably--hover: var(--vkui--color_text_primary_invariably--hover, #000102);
|
|
207
|
-
--vkui--color_text_primary_invariably--active: var(--vkui--color_text_primary_invariably--active, #000105);
|
|
208
|
-
--vkui--color_text_secondary: var(--vkui--color_text_secondary, #818C99);
|
|
209
|
-
--vkui--color_text_secondary--hover: var(--vkui--color_text_secondary--hover, #7C8795);
|
|
210
|
-
--vkui--color_text_secondary--active: var(--vkui--color_text_secondary--active, #778292);
|
|
211
|
-
--vkui--color_text_subhead: var(--vkui--color_text_subhead, #6D7885);
|
|
212
|
-
--vkui--color_text_subhead--hover: var(--vkui--color_text_subhead--hover, #697482);
|
|
213
|
-
--vkui--color_text_subhead--active: var(--vkui--color_text_subhead--active, #64707F);
|
|
214
|
-
--vkui--color_text_tertiary: var(--vkui--color_text_tertiary, #99A2AD);
|
|
215
|
-
--vkui--color_text_tertiary--hover: var(--vkui--color_text_tertiary--hover, #939CA9);
|
|
216
|
-
--vkui--color_text_tertiary--active: var(--vkui--color_text_tertiary--active, #8D96A4);
|
|
217
|
-
--vkui--color_text_link_visited: var(--vkui--color_text_link_visited, #4986CC);
|
|
218
|
-
--vkui--color_text_link_visited--hover: var(--vkui--color_text_link_visited--hover, #4681C6);
|
|
219
|
-
--vkui--color_text_link_visited--active: var(--vkui--color_text_link_visited--active, #437DC1);
|
|
220
|
-
--vkui--color_text_contrast: var(--vkui--color_text_contrast, #FFFFFF);
|
|
221
|
-
--vkui--color_text_contrast--hover: var(--vkui--color_text_contrast--hover, #F5F5F7);
|
|
222
|
-
--vkui--color_text_contrast--active: var(--vkui--color_text_contrast--active, #EBECEF);
|
|
223
|
-
--vkui--color_text_contrast_themed: var(--vkui--color_text_contrast_themed, #FFFFFF);
|
|
224
|
-
--vkui--color_text_contrast_themed--hover: var(--vkui--color_text_contrast_themed--hover, #F5F5F7);
|
|
225
|
-
--vkui--color_text_contrast_themed--active: var(--vkui--color_text_contrast_themed--active, #EBECEF);
|
|
226
|
-
--vkui--color_link_contrast: var(--vkui--color_link_contrast, #FFFFFF);
|
|
227
|
-
--vkui--color_link_contrast--hover: var(--vkui--color_link_contrast--hover, #F5F5F7);
|
|
228
|
-
--vkui--color_link_contrast--active: var(--vkui--color_link_contrast--active, #EBECEF);
|
|
229
|
-
--vkui--color_text_positive: var(--vkui--color_text_positive, #4BB34B);
|
|
230
|
-
--vkui--color_text_positive--hover: var(--vkui--color_text_positive--hover, #48AC4A);
|
|
231
|
-
--vkui--color_text_positive--active: var(--vkui--color_text_positive--active, #45A64A);
|
|
232
|
-
--vkui--color_icon_accent: var(--vkui--color_icon_accent, #3F8AE0);
|
|
233
|
-
--vkui--color_icon_accent--hover: var(--vkui--color_icon_accent--hover, #3C85D9);
|
|
234
|
-
--vkui--color_icon_accent--active: var(--vkui--color_icon_accent--active, #3A80D3);
|
|
235
207
|
--vkui--color_icon_negative: var(--vkui--color_icon_negative, #E64646);
|
|
236
208
|
--vkui--color_icon_negative--hover: var(--vkui--color_icon_negative--hover, #DD4446);
|
|
237
209
|
--vkui--color_icon_negative--active: var(--vkui--color_icon_negative--active, #D44245);
|
|
210
|
+
--vkui--color_stroke_negative: var(--vkui--color_stroke_negative, #E64646);
|
|
211
|
+
--vkui--color_stroke_negative--hover: var(--vkui--color_stroke_negative--hover, #DD4446);
|
|
212
|
+
--vkui--color_stroke_negative--active: var(--vkui--color_stroke_negative--active, #D44245);
|
|
213
|
+
--vkui--color_header_background: var(--vkui--color_header_background, #FFFFFF);
|
|
214
|
+
--vkui--color_header_background--hover: var(--vkui--color_header_background--hover, #F5F5F7);
|
|
215
|
+
--vkui--color_header_background--active: var(--vkui--color_header_background--active, #EBECEF);
|
|
216
|
+
--vkui--color_panel_header_icon: var(--vkui--color_panel_header_icon, #2688EB);
|
|
217
|
+
--vkui--color_panel_header_icon--hover: var(--vkui--color_panel_header_icon--hover, #2483E4);
|
|
218
|
+
--vkui--color_panel_header_icon--active: var(--vkui--color_panel_header_icon--active, #237EDD);
|
|
238
219
|
--vkui--color_icon_primary: var(--vkui--color_icon_primary, #2C2D2E);
|
|
239
220
|
--vkui--color_icon_primary--hover: var(--vkui--color_icon_primary--hover, #2A2C2F);
|
|
240
221
|
--vkui--color_icon_primary--active: var(--vkui--color_icon_primary--active, #282B2F);
|
|
@@ -259,30 +240,33 @@
|
|
|
259
240
|
--vkui--color_icon_tertiary_alpha: var(--vkui--color_icon_tertiary_alpha, rgba(0, 0, 0, 0.24));
|
|
260
241
|
--vkui--color_icon_tertiary_alpha--hover: var(--vkui--color_icon_tertiary_alpha--hover, rgba(0, 0, 0, 0.28));
|
|
261
242
|
--vkui--color_icon_tertiary_alpha--active: var(--vkui--color_icon_tertiary_alpha--active, rgba(0, 0, 0, 0.32));
|
|
262
|
-
--vkui--color_icon_contrast: var(--vkui--color_icon_contrast, #FFFFFF);
|
|
263
|
-
--vkui--color_icon_contrast--hover: var(--vkui--color_icon_contrast--hover, #F5F5F7);
|
|
264
|
-
--vkui--color_icon_contrast--active: var(--vkui--color_icon_contrast--active, #EBECEF);
|
|
265
|
-
--vkui--color_icon_contrast_themed: var(--vkui--color_icon_contrast_themed, #FFFFFF);
|
|
266
|
-
--vkui--color_icon_contrast_themed--hover: var(--vkui--color_icon_contrast_themed--hover, #F5F5F7);
|
|
267
|
-
--vkui--color_icon_contrast_themed--active: var(--vkui--color_icon_contrast_themed--active, #EBECEF);
|
|
268
|
-
--vkui--color_icon_positive: var(--vkui--color_icon_positive, #4BB34B);
|
|
269
|
-
--vkui--color_icon_positive--hover: var(--vkui--color_icon_positive--hover, #48AC4A);
|
|
270
|
-
--vkui--color_icon_positive--active: var(--vkui--color_icon_positive--active, #45A64A);
|
|
271
|
-
--vkui--color_stroke_accent: var(--vkui--color_stroke_accent, #3F8AE0);
|
|
272
|
-
--vkui--color_stroke_accent--hover: var(--vkui--color_stroke_accent--hover, #3C85D9);
|
|
273
|
-
--vkui--color_stroke_accent--active: var(--vkui--color_stroke_accent--active, #3A80D3);
|
|
274
|
-
--vkui--color_stroke_accent_themed: var(--vkui--color_stroke_accent_themed, #3F8AE0);
|
|
275
|
-
--vkui--color_stroke_accent_themed--hover: var(--vkui--color_stroke_accent_themed--hover, #3C85D9);
|
|
276
|
-
--vkui--color_stroke_accent_themed--active: var(--vkui--color_stroke_accent_themed--active, #3A80D3);
|
|
277
|
-
--vkui--color_stroke_contrast: var(--vkui--color_stroke_contrast, #FFFFFF);
|
|
278
|
-
--vkui--color_stroke_contrast--hover: var(--vkui--color_stroke_contrast--hover, #F5F5F7);
|
|
279
|
-
--vkui--color_stroke_contrast--active: var(--vkui--color_stroke_contrast--active, #EBECEF);
|
|
280
|
-
--vkui--color_stroke_negative: var(--vkui--color_stroke_negative, #E64646);
|
|
281
|
-
--vkui--color_stroke_negative--hover: var(--vkui--color_stroke_negative--hover, #DD4446);
|
|
282
|
-
--vkui--color_stroke_negative--active: var(--vkui--color_stroke_negative--active, #D44245);
|
|
283
243
|
--vkui--color_image_border_alpha: var(--vkui--color_image_border_alpha, rgba(0, 0, 0, 0.08));
|
|
284
244
|
--vkui--color_image_border_alpha--hover: var(--vkui--color_image_border_alpha--hover, rgba(0, 0, 0, 0.12));
|
|
285
245
|
--vkui--color_image_border_alpha--active: var(--vkui--color_image_border_alpha--active, rgba(0, 0, 0, 0.16));
|
|
246
|
+
--vkui--color_write_bar_input_background: var(--vkui--color_write_bar_input_background, #F2F3F5);
|
|
247
|
+
--vkui--color_write_bar_input_background--hover: var(--vkui--color_write_bar_input_background--hover, #E8EAEE);
|
|
248
|
+
--vkui--color_write_bar_input_background--active: var(--vkui--color_write_bar_input_background--active, #DFE1E6);
|
|
249
|
+
--vkui--color_write_bar_input_border_alpha: var(--vkui--color_write_bar_input_border_alpha, rgba(0, 0, 0, 0.08));
|
|
250
|
+
--vkui--color_write_bar_input_border_alpha--hover: var(--vkui--color_write_bar_input_border_alpha--hover, rgba(0, 0, 0, 0.12));
|
|
251
|
+
--vkui--color_write_bar_input_border_alpha--active: var(--vkui--color_write_bar_input_border_alpha--active, rgba(0, 0, 0, 0.16));
|
|
252
|
+
--vkui--color_track_background: var(--vkui--color_track_background, #E1E3E6);
|
|
253
|
+
--vkui--color_track_background--hover: var(--vkui--color_track_background--hover, #D8DBDF);
|
|
254
|
+
--vkui--color_track_background--active: var(--vkui--color_track_background--active, #CFD2D8);
|
|
255
|
+
--vkui--color_track_buffer: var(--vkui--color_track_buffer, #A0BFE4);
|
|
256
|
+
--vkui--color_track_buffer--hover: var(--vkui--color_track_buffer--hover, #9AB8DD);
|
|
257
|
+
--vkui--color_track_buffer--active: var(--vkui--color_track_buffer--active, #93B1D7);
|
|
258
|
+
--vkui--color_background_modal: var(--vkui--color_background_modal, #FFFFFF);
|
|
259
|
+
--vkui--color_background_modal--hover: var(--vkui--color_background_modal--hover, #F5F5F7);
|
|
260
|
+
--vkui--color_background_modal--active: var(--vkui--color_background_modal--active, #EBECEF);
|
|
261
|
+
--vkui--color_image_placeholder_alpha: var(--vkui--color_image_placeholder_alpha, rgba(0, 28, 61, 0.08));
|
|
262
|
+
--vkui--color_image_placeholder_alpha--hover: var(--vkui--color_image_placeholder_alpha--hover, rgba(0, 28, 61, 0.12));
|
|
263
|
+
--vkui--color_image_placeholder_alpha--active: var(--vkui--color_image_placeholder_alpha--active, rgba(0, 28, 61, 0.16));
|
|
264
|
+
--vkui--color_image_placeholder: var(--vkui--color_image_placeholder, #F2F3F5);
|
|
265
|
+
--vkui--color_image_placeholder--hover: var(--vkui--color_image_placeholder--hover, #E8EAEE);
|
|
266
|
+
--vkui--color_image_placeholder--active: var(--vkui--color_image_placeholder--active, #DFE1E6);
|
|
267
|
+
--vkui--color_search_field_background: var(--vkui--color_search_field_background, #EBEDF0);
|
|
268
|
+
--vkui--color_search_field_background--hover: var(--vkui--color_search_field_background--hover, #E2E4E9);
|
|
269
|
+
--vkui--color_search_field_background--active: var(--vkui--color_search_field_background--active, #D8DBE2);
|
|
286
270
|
--vkui--color_field_border_alpha: var(--vkui--color_field_border_alpha, rgba(0, 0, 0, 0.12));
|
|
287
271
|
--vkui--color_field_border_alpha--hover: var(--vkui--color_field_border_alpha--hover, rgba(0, 0, 0, 0.16));
|
|
288
272
|
--vkui--color_field_border_alpha--active: var(--vkui--color_field_border_alpha--active, rgba(0, 0, 0, 0.2));
|
|
@@ -295,9 +279,33 @@
|
|
|
295
279
|
--vkui--color_separator_primary: var(--vkui--color_separator_primary, #D7D8D9);
|
|
296
280
|
--vkui--color_separator_primary--hover: var(--vkui--color_separator_primary--hover, #CED0D3);
|
|
297
281
|
--vkui--color_separator_primary--active: var(--vkui--color_separator_primary--active, #C6C8CD);
|
|
298
|
-
--vkui--
|
|
299
|
-
--vkui--
|
|
300
|
-
--vkui--
|
|
282
|
+
--vkui--color_text_link: var(--vkui--color_text_link, #2D81E0);
|
|
283
|
+
--vkui--color_text_link--hover: var(--vkui--color_text_link--hover, #2B7CD9);
|
|
284
|
+
--vkui--color_text_link--active: var(--vkui--color_text_link--active, #2978D3);
|
|
285
|
+
--vkui--color_text_link_themed: var(--vkui--color_text_link_themed, #4986CC);
|
|
286
|
+
--vkui--color_text_link_themed--hover: var(--vkui--color_text_link_themed--hover, #4681C6);
|
|
287
|
+
--vkui--color_text_link_themed--active: var(--vkui--color_text_link_themed--active, #437DC1);
|
|
288
|
+
--vkui--color_text_muted: var(--vkui--color_text_muted, #2C2D2E);
|
|
289
|
+
--vkui--color_text_muted--hover: var(--vkui--color_text_muted--hover, #2A2C2F);
|
|
290
|
+
--vkui--color_text_muted--active: var(--vkui--color_text_muted--active, #282B2F);
|
|
291
|
+
--vkui--color_text_primary: var(--vkui--color_text_primary, #000000);
|
|
292
|
+
--vkui--color_text_primary--hover: var(--vkui--color_text_primary--hover, #000102);
|
|
293
|
+
--vkui--color_text_primary--active: var(--vkui--color_text_primary--active, #000105);
|
|
294
|
+
--vkui--color_text_primary_invariably: var(--vkui--color_text_primary_invariably, #000000);
|
|
295
|
+
--vkui--color_text_primary_invariably--hover: var(--vkui--color_text_primary_invariably--hover, #000102);
|
|
296
|
+
--vkui--color_text_primary_invariably--active: var(--vkui--color_text_primary_invariably--active, #000105);
|
|
297
|
+
--vkui--color_text_secondary: var(--vkui--color_text_secondary, #818C99);
|
|
298
|
+
--vkui--color_text_secondary--hover: var(--vkui--color_text_secondary--hover, #7C8795);
|
|
299
|
+
--vkui--color_text_secondary--active: var(--vkui--color_text_secondary--active, #778292);
|
|
300
|
+
--vkui--color_text_subhead: var(--vkui--color_text_subhead, #6D7885);
|
|
301
|
+
--vkui--color_text_subhead--hover: var(--vkui--color_text_subhead--hover, #697482);
|
|
302
|
+
--vkui--color_text_subhead--active: var(--vkui--color_text_subhead--active, #64707F);
|
|
303
|
+
--vkui--color_text_tertiary: var(--vkui--color_text_tertiary, #99A2AD);
|
|
304
|
+
--vkui--color_text_tertiary--hover: var(--vkui--color_text_tertiary--hover, #939CA9);
|
|
305
|
+
--vkui--color_text_tertiary--active: var(--vkui--color_text_tertiary--active, #8D96A4);
|
|
306
|
+
--vkui--color_write_bar_icon: var(--vkui--color_write_bar_icon, #3F8AE0);
|
|
307
|
+
--vkui--color_write_bar_icon--hover: var(--vkui--color_write_bar_icon--hover, #3C85D9);
|
|
308
|
+
--vkui--color_write_bar_icon--active: var(--vkui--color_write_bar_icon--active, #3A80D3);
|
|
301
309
|
--vkui--color_accent_blue: var(--vkui--color_accent_blue, #3F8AE0);
|
|
302
310
|
--vkui--color_accent_blue--hover: var(--vkui--color_accent_blue--hover, #3C85D9);
|
|
303
311
|
--vkui--color_accent_blue--active: var(--vkui--color_accent_blue--active, #3A80D3);
|
|
@@ -319,48 +327,45 @@
|
|
|
319
327
|
--vkui--color_accent_violet: var(--vkui--color_accent_violet, #792EC0);
|
|
320
328
|
--vkui--color_accent_violet--hover: var(--vkui--color_accent_violet--hover, #742DBB);
|
|
321
329
|
--vkui--color_accent_violet--active: var(--vkui--color_accent_violet--active, #6F2CB6);
|
|
322
|
-
--vkui--color_accent_secondary: var(--vkui--color_accent_secondary, #3F8AE0);
|
|
323
|
-
--vkui--color_accent_secondary--hover: var(--vkui--color_accent_secondary--hover, #3C85D9);
|
|
324
|
-
--vkui--color_accent_secondary--active: var(--vkui--color_accent_secondary--active, #3A80D3);
|
|
325
|
-
--vkui--color_action_sheet_text: var(--vkui--color_action_sheet_text, #3F8AE0);
|
|
326
|
-
--vkui--color_action_sheet_text--hover: var(--vkui--color_action_sheet_text--hover, #3C85D9);
|
|
327
|
-
--vkui--color_action_sheet_text--active: var(--vkui--color_action_sheet_text--active, #3A80D3);
|
|
328
|
-
--vkui--color_header_background: var(--vkui--color_header_background, #FFFFFF);
|
|
329
|
-
--vkui--color_header_background--hover: var(--vkui--color_header_background--hover, #F5F5F7);
|
|
330
|
-
--vkui--color_header_background--active: var(--vkui--color_header_background--active, #EBECEF);
|
|
331
|
-
--vkui--color_panel_header_icon: var(--vkui--color_panel_header_icon, #3F8AE0);
|
|
332
|
-
--vkui--color_panel_header_icon--hover: var(--vkui--color_panel_header_icon--hover, #3C85D9);
|
|
333
|
-
--vkui--color_panel_header_icon--active: var(--vkui--color_panel_header_icon--active, #3A80D3);
|
|
334
|
-
--vkui--color_write_bar_input_background: var(--vkui--color_write_bar_input_background, #F2F3F5);
|
|
335
|
-
--vkui--color_write_bar_input_background--hover: var(--vkui--color_write_bar_input_background--hover, #E8EAEE);
|
|
336
|
-
--vkui--color_write_bar_input_background--active: var(--vkui--color_write_bar_input_background--active, #DFE1E6);
|
|
337
|
-
--vkui--color_write_bar_input_border_alpha: var(--vkui--color_write_bar_input_border_alpha, rgba(0, 0, 0, 0.08));
|
|
338
|
-
--vkui--color_write_bar_input_border_alpha--hover: var(--vkui--color_write_bar_input_border_alpha--hover, rgba(0, 0, 0, 0.12));
|
|
339
|
-
--vkui--color_write_bar_input_border_alpha--active: var(--vkui--color_write_bar_input_border_alpha--active, rgba(0, 0, 0, 0.16));
|
|
340
|
-
--vkui--color_track_background: var(--vkui--color_track_background, #E1E3E6);
|
|
341
|
-
--vkui--color_track_background--hover: var(--vkui--color_track_background--hover, #D8DBDF);
|
|
342
|
-
--vkui--color_track_background--active: var(--vkui--color_track_background--active, #CFD2D8);
|
|
343
|
-
--vkui--color_track_buffer: var(--vkui--color_track_buffer, #A0BFE4);
|
|
344
|
-
--vkui--color_track_buffer--hover: var(--vkui--color_track_buffer--hover, #9AB8DD);
|
|
345
|
-
--vkui--color_track_buffer--active: var(--vkui--color_track_buffer--active, #93B1D7);
|
|
346
|
-
--vkui--color_image_placeholder_alpha: var(--vkui--color_image_placeholder_alpha, rgba(0, 28, 61, 0.08));
|
|
347
|
-
--vkui--color_image_placeholder_alpha--hover: var(--vkui--color_image_placeholder_alpha--hover, rgba(0, 28, 61, 0.12));
|
|
348
|
-
--vkui--color_image_placeholder_alpha--active: var(--vkui--color_image_placeholder_alpha--active, rgba(0, 28, 61, 0.16));
|
|
349
|
-
--vkui--color_image_placeholder: var(--vkui--color_image_placeholder, #F2F3F5);
|
|
350
|
-
--vkui--color_image_placeholder--hover: var(--vkui--color_image_placeholder--hover, #E8EAEE);
|
|
351
|
-
--vkui--color_image_placeholder--active: var(--vkui--color_image_placeholder--active, #DFE1E6);
|
|
352
|
-
--vkui--color_search_field_background: var(--vkui--color_search_field_background, #EBEDF0);
|
|
353
|
-
--vkui--color_search_field_background--hover: var(--vkui--color_search_field_background--hover, #E2E4E9);
|
|
354
|
-
--vkui--color_search_field_background--active: var(--vkui--color_search_field_background--active, #D8DBE2);
|
|
355
|
-
--vkui--color_write_bar_icon: var(--vkui--color_write_bar_icon, #3F8AE0);
|
|
356
|
-
--vkui--color_write_bar_icon--hover: var(--vkui--color_write_bar_icon--hover, #3C85D9);
|
|
357
|
-
--vkui--color_write_bar_icon--active: var(--vkui--color_write_bar_icon--active, #3A80D3);
|
|
358
330
|
--vkui--color_skeleton_from: var(--vkui--color_skeleton_from, #F5F5F5);
|
|
359
331
|
--vkui--color_skeleton_from--hover: var(--vkui--color_skeleton_from--hover, #EBECEE);
|
|
360
332
|
--vkui--color_skeleton_from--active: var(--vkui--color_skeleton_from--active, #E1E3E6);
|
|
361
333
|
--vkui--color_skeleton_to: var(--vkui--color_skeleton_to, #E1E3E6);
|
|
362
334
|
--vkui--color_skeleton_to--hover: var(--vkui--color_skeleton_to--hover, #D8DBDF);
|
|
363
335
|
--vkui--color_skeleton_to--active: var(--vkui--color_skeleton_to--active, #CFD2D8);
|
|
336
|
+
--vkui--color_accent_secondary: var(--vkui--color_accent_secondary, #3F8AE0);
|
|
337
|
+
--vkui--color_accent_secondary--hover: var(--vkui--color_accent_secondary--hover, #3C85D9);
|
|
338
|
+
--vkui--color_accent_secondary--active: var(--vkui--color_accent_secondary--active, #3A80D3);
|
|
339
|
+
--vkui--color_text_link_visited: var(--vkui--color_text_link_visited, #4986CC);
|
|
340
|
+
--vkui--color_text_link_visited--hover: var(--vkui--color_text_link_visited--hover, #4681C6);
|
|
341
|
+
--vkui--color_text_link_visited--active: var(--vkui--color_text_link_visited--active, #437DC1);
|
|
342
|
+
--vkui--color_text_contrast: var(--vkui--color_text_contrast, #FFFFFF);
|
|
343
|
+
--vkui--color_text_contrast--hover: var(--vkui--color_text_contrast--hover, #F5F5F7);
|
|
344
|
+
--vkui--color_text_contrast--active: var(--vkui--color_text_contrast--active, #EBECEF);
|
|
345
|
+
--vkui--color_text_contrast_themed: var(--vkui--color_text_contrast_themed, #FFFFFF);
|
|
346
|
+
--vkui--color_text_contrast_themed--hover: var(--vkui--color_text_contrast_themed--hover, #F5F5F7);
|
|
347
|
+
--vkui--color_text_contrast_themed--active: var(--vkui--color_text_contrast_themed--active, #EBECEF);
|
|
348
|
+
--vkui--color_icon_contrast: var(--vkui--color_icon_contrast, #FFFFFF);
|
|
349
|
+
--vkui--color_icon_contrast--hover: var(--vkui--color_icon_contrast--hover, #F5F5F7);
|
|
350
|
+
--vkui--color_icon_contrast--active: var(--vkui--color_icon_contrast--active, #EBECEF);
|
|
351
|
+
--vkui--color_icon_contrast_themed: var(--vkui--color_icon_contrast_themed, #FFFFFF);
|
|
352
|
+
--vkui--color_icon_contrast_themed--hover: var(--vkui--color_icon_contrast_themed--hover, #F5F5F7);
|
|
353
|
+
--vkui--color_icon_contrast_themed--active: var(--vkui--color_icon_contrast_themed--active, #EBECEF);
|
|
354
|
+
--vkui--color_link_contrast: var(--vkui--color_link_contrast, #FFFFFF);
|
|
355
|
+
--vkui--color_link_contrast--hover: var(--vkui--color_link_contrast--hover, #F5F5F7);
|
|
356
|
+
--vkui--color_link_contrast--active: var(--vkui--color_link_contrast--active, #EBECEF);
|
|
357
|
+
--vkui--color_text_positive: var(--vkui--color_text_positive, #4BB34B);
|
|
358
|
+
--vkui--color_text_positive--hover: var(--vkui--color_text_positive--hover, #48AC4A);
|
|
359
|
+
--vkui--color_text_positive--active: var(--vkui--color_text_positive--active, #45A64A);
|
|
360
|
+
--vkui--color_background_positive: var(--vkui--color_background_positive, #4BB34B);
|
|
361
|
+
--vkui--color_background_positive--hover: var(--vkui--color_background_positive--hover, #48AC4A);
|
|
362
|
+
--vkui--color_background_positive--active: var(--vkui--color_background_positive--active, #45A64A);
|
|
363
|
+
--vkui--color_icon_positive: var(--vkui--color_icon_positive, #4BB34B);
|
|
364
|
+
--vkui--color_icon_positive--hover: var(--vkui--color_icon_positive--hover, #48AC4A);
|
|
365
|
+
--vkui--color_icon_positive--active: var(--vkui--color_icon_positive--active, #45A64A);
|
|
366
|
+
--vkui--color_stroke_positive: var(--vkui--color_stroke_positive, #4BB34B);
|
|
367
|
+
--vkui--color_stroke_positive--hover: var(--vkui--color_stroke_positive--hover, #48AC4A);
|
|
368
|
+
--vkui--color_stroke_positive--active: var(--vkui--color_stroke_positive--active, #45A64A);
|
|
364
369
|
--vkui--color_avatar_overlay: var(--vkui--color_avatar_overlay, rgba(129, 140, 153, 0.48));
|
|
365
370
|
--vkui--color_avatar_overlay--hover: var(--vkui--color_avatar_overlay--hover, rgba(129, 140, 153, 0.52));
|
|
366
371
|
--vkui--color_avatar_overlay--active: var(--vkui--color_avatar_overlay--active, rgba(129, 140, 153, 0.56));
|
|
@@ -399,8 +404,8 @@
|
|
|
399
404
|
.vkui--font_title3--regular {
|
|
400
405
|
font-size: var(--vkui--font_title3--font_size--regular, 17px);
|
|
401
406
|
font-size: var(--vkui--font_title3--font_size--regular, var(--vkui--font_title3--font_size--regular, 17px));
|
|
402
|
-
line-height: var(--vkui--font_title3--line_height--regular,
|
|
403
|
-
line-height: var(--vkui--font_title3--line_height--regular, var(--vkui--font_title3--line_height--regular,
|
|
407
|
+
line-height: var(--vkui--font_title3--line_height--regular, 22px);
|
|
408
|
+
line-height: var(--vkui--font_title3--line_height--regular, var(--vkui--font_title3--line_height--regular, 22px));
|
|
404
409
|
letter-spacing: var(--vkui--font_title3--letter_spacing--regular, -0.22px);
|
|
405
410
|
letter-spacing: var(--vkui--font_title3--letter_spacing--regular, var(--vkui--font_title3--letter_spacing--regular, -0.22px));
|
|
406
411
|
font-family: var(--vkui--font_title3--font_family--regular, "TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif);
|