@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
|
@@ -1073,6 +1073,46 @@
|
|
|
1073
1073
|
"value": "var(--vkui--size_badge_x_l--regular, 56px)"
|
|
1074
1074
|
}
|
|
1075
1075
|
},
|
|
1076
|
+
"sizeCardgridPadding": {
|
|
1077
|
+
"auto": {
|
|
1078
|
+
"name": "--vkui--size_cardgrid_padding",
|
|
1079
|
+
"value": "var(--vkui--size_cardgrid_padding)"
|
|
1080
|
+
},
|
|
1081
|
+
"regular": {
|
|
1082
|
+
"name": "--vkui--size_cardgrid_padding--regular",
|
|
1083
|
+
"value": "var(--vkui--size_cardgrid_padding--regular, 12px)"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
"sizeCardBorderRadius": {
|
|
1087
|
+
"auto": {
|
|
1088
|
+
"name": "--vkui--size_card_border_radius",
|
|
1089
|
+
"value": "var(--vkui--size_card_border_radius)"
|
|
1090
|
+
},
|
|
1091
|
+
"regular": {
|
|
1092
|
+
"name": "--vkui--size_card_border_radius--regular",
|
|
1093
|
+
"value": "var(--vkui--size_card_border_radius--regular, 16px)"
|
|
1094
|
+
}
|
|
1095
|
+
},
|
|
1096
|
+
"sizeCardgridPaddingVertical": {
|
|
1097
|
+
"auto": {
|
|
1098
|
+
"name": "--vkui--size_cardgrid_padding_vertical",
|
|
1099
|
+
"value": "var(--vkui--size_cardgrid_padding_vertical)"
|
|
1100
|
+
},
|
|
1101
|
+
"regular": {
|
|
1102
|
+
"name": "--vkui--size_cardgrid_padding_vertical--regular",
|
|
1103
|
+
"value": "var(--vkui--size_cardgrid_padding_vertical--regular, 8px)"
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
"sizeBasePaddingHorizontal": {
|
|
1107
|
+
"auto": {
|
|
1108
|
+
"name": "--vkui--size_base_padding_horizontal",
|
|
1109
|
+
"value": "var(--vkui--size_base_padding_horizontal)"
|
|
1110
|
+
},
|
|
1111
|
+
"regular": {
|
|
1112
|
+
"name": "--vkui--size_base_padding_horizontal--regular",
|
|
1113
|
+
"value": "var(--vkui--size_base_padding_horizontal--regular, 16px)"
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1076
1116
|
"elevation1": {
|
|
1077
1117
|
"name": "--vkui--elevation1",
|
|
1078
1118
|
"value": "var(--vkui--elevation1, 0 2px 0 0 rgba(0, 16, 61, 0.04))"
|
|
@@ -2074,43 +2114,43 @@
|
|
|
2074
2114
|
"colorBackgroundAccent": {
|
|
2075
2115
|
"normal": {
|
|
2076
2116
|
"name": "--vkui--color_background_accent",
|
|
2077
|
-
"value": "var(--vkui--color_background_accent, #
|
|
2117
|
+
"value": "var(--vkui--color_background_accent, #2688EB)"
|
|
2078
2118
|
},
|
|
2079
2119
|
"hover": {
|
|
2080
2120
|
"name": "--vkui--color_background_accent--hover",
|
|
2081
|
-
"value": "var(--vkui--color_background_accent--hover, #
|
|
2121
|
+
"value": "var(--vkui--color_background_accent--hover, #2483E4)"
|
|
2082
2122
|
},
|
|
2083
2123
|
"active": {
|
|
2084
2124
|
"name": "--vkui--color_background_accent--active",
|
|
2085
|
-
"value": "var(--vkui--color_background_accent--active, #
|
|
2125
|
+
"value": "var(--vkui--color_background_accent--active, #237EDD)"
|
|
2086
2126
|
}
|
|
2087
2127
|
},
|
|
2088
2128
|
"colorBackgroundAccentThemed": {
|
|
2089
2129
|
"normal": {
|
|
2090
2130
|
"name": "--vkui--color_background_accent_themed",
|
|
2091
|
-
"value": "var(--vkui--color_background_accent_themed, #
|
|
2131
|
+
"value": "var(--vkui--color_background_accent_themed, #2688EB)"
|
|
2092
2132
|
},
|
|
2093
2133
|
"hover": {
|
|
2094
2134
|
"name": "--vkui--color_background_accent_themed--hover",
|
|
2095
|
-
"value": "var(--vkui--color_background_accent_themed--hover, #
|
|
2135
|
+
"value": "var(--vkui--color_background_accent_themed--hover, #2483E4)"
|
|
2096
2136
|
},
|
|
2097
2137
|
"active": {
|
|
2098
2138
|
"name": "--vkui--color_background_accent_themed--active",
|
|
2099
|
-
"value": "var(--vkui--color_background_accent_themed--active, #
|
|
2139
|
+
"value": "var(--vkui--color_background_accent_themed--active, #237EDD)"
|
|
2100
2140
|
}
|
|
2101
2141
|
},
|
|
2102
2142
|
"colorBackgroundAccentAlternative": {
|
|
2103
2143
|
"normal": {
|
|
2104
2144
|
"name": "--vkui--color_background_accent_alternative",
|
|
2105
|
-
"value": "var(--vkui--color_background_accent_alternative, #
|
|
2145
|
+
"value": "var(--vkui--color_background_accent_alternative, #2688EB)"
|
|
2106
2146
|
},
|
|
2107
2147
|
"hover": {
|
|
2108
2148
|
"name": "--vkui--color_background_accent_alternative--hover",
|
|
2109
|
-
"value": "var(--vkui--color_background_accent_alternative--hover, #
|
|
2149
|
+
"value": "var(--vkui--color_background_accent_alternative--hover, #2483E4)"
|
|
2110
2150
|
},
|
|
2111
2151
|
"active": {
|
|
2112
2152
|
"name": "--vkui--color_background_accent_alternative--active",
|
|
2113
|
-
"value": "var(--vkui--color_background_accent_alternative--active, #
|
|
2153
|
+
"value": "var(--vkui--color_background_accent_alternative--active, #237EDD)"
|
|
2114
2154
|
}
|
|
2115
2155
|
},
|
|
2116
2156
|
"colorBackgroundContent": {
|
|
@@ -2284,29 +2324,29 @@
|
|
|
2284
2324
|
"colorTextAccent": {
|
|
2285
2325
|
"normal": {
|
|
2286
2326
|
"name": "--vkui--color_text_accent",
|
|
2287
|
-
"value": "var(--vkui--color_text_accent, #
|
|
2327
|
+
"value": "var(--vkui--color_text_accent, #2688EB)"
|
|
2288
2328
|
},
|
|
2289
2329
|
"hover": {
|
|
2290
2330
|
"name": "--vkui--color_text_accent--hover",
|
|
2291
|
-
"value": "var(--vkui--color_text_accent--hover, #
|
|
2331
|
+
"value": "var(--vkui--color_text_accent--hover, #2483E4)"
|
|
2292
2332
|
},
|
|
2293
2333
|
"active": {
|
|
2294
2334
|
"name": "--vkui--color_text_accent--active",
|
|
2295
|
-
"value": "var(--vkui--color_text_accent--active, #
|
|
2335
|
+
"value": "var(--vkui--color_text_accent--active, #237EDD)"
|
|
2296
2336
|
}
|
|
2297
2337
|
},
|
|
2298
2338
|
"colorTextAccentThemed": {
|
|
2299
2339
|
"normal": {
|
|
2300
2340
|
"name": "--vkui--color_text_accent_themed",
|
|
2301
|
-
"value": "var(--vkui--color_text_accent_themed, #
|
|
2341
|
+
"value": "var(--vkui--color_text_accent_themed, #2688EB)"
|
|
2302
2342
|
},
|
|
2303
2343
|
"hover": {
|
|
2304
2344
|
"name": "--vkui--color_text_accent_themed--hover",
|
|
2305
|
-
"value": "var(--vkui--color_text_accent_themed--hover, #
|
|
2345
|
+
"value": "var(--vkui--color_text_accent_themed--hover, #2483E4)"
|
|
2306
2346
|
},
|
|
2307
2347
|
"active": {
|
|
2308
2348
|
"name": "--vkui--color_text_accent_themed--active",
|
|
2309
|
-
"value": "var(--vkui--color_text_accent_themed--active, #
|
|
2349
|
+
"value": "var(--vkui--color_text_accent_themed--active, #237EDD)"
|
|
2310
2350
|
}
|
|
2311
2351
|
},
|
|
2312
2352
|
"colorTextNegative": {
|
|
@@ -2326,15 +2366,15 @@
|
|
|
2326
2366
|
"colorTextLink": {
|
|
2327
2367
|
"normal": {
|
|
2328
2368
|
"name": "--vkui--color_text_link",
|
|
2329
|
-
"value": "var(--vkui--color_text_link, #
|
|
2369
|
+
"value": "var(--vkui--color_text_link, #2D81E0)"
|
|
2330
2370
|
},
|
|
2331
2371
|
"hover": {
|
|
2332
2372
|
"name": "--vkui--color_text_link--hover",
|
|
2333
|
-
"value": "var(--vkui--color_text_link--hover, #
|
|
2373
|
+
"value": "var(--vkui--color_text_link--hover, #2B7CD9)"
|
|
2334
2374
|
},
|
|
2335
2375
|
"active": {
|
|
2336
2376
|
"name": "--vkui--color_text_link--active",
|
|
2337
|
-
"value": "var(--vkui--color_text_link--active, #
|
|
2377
|
+
"value": "var(--vkui--color_text_link--active, #2978D3)"
|
|
2338
2378
|
}
|
|
2339
2379
|
},
|
|
2340
2380
|
"colorTextLinkThemed": {
|
|
@@ -2508,15 +2548,15 @@
|
|
|
2508
2548
|
"colorIconAccent": {
|
|
2509
2549
|
"normal": {
|
|
2510
2550
|
"name": "--vkui--color_icon_accent",
|
|
2511
|
-
"value": "var(--vkui--color_icon_accent, #
|
|
2551
|
+
"value": "var(--vkui--color_icon_accent, #2688EB)"
|
|
2512
2552
|
},
|
|
2513
2553
|
"hover": {
|
|
2514
2554
|
"name": "--vkui--color_icon_accent--hover",
|
|
2515
|
-
"value": "var(--vkui--color_icon_accent--hover, #
|
|
2555
|
+
"value": "var(--vkui--color_icon_accent--hover, #2483E4)"
|
|
2516
2556
|
},
|
|
2517
2557
|
"active": {
|
|
2518
2558
|
"name": "--vkui--color_icon_accent--active",
|
|
2519
|
-
"value": "var(--vkui--color_icon_accent--active, #
|
|
2559
|
+
"value": "var(--vkui--color_icon_accent--active, #237EDD)"
|
|
2520
2560
|
}
|
|
2521
2561
|
},
|
|
2522
2562
|
"colorIconNegative": {
|
|
@@ -2690,29 +2730,29 @@
|
|
|
2690
2730
|
"colorStrokeAccent": {
|
|
2691
2731
|
"normal": {
|
|
2692
2732
|
"name": "--vkui--color_stroke_accent",
|
|
2693
|
-
"value": "var(--vkui--color_stroke_accent, #
|
|
2733
|
+
"value": "var(--vkui--color_stroke_accent, #2688EB)"
|
|
2694
2734
|
},
|
|
2695
2735
|
"hover": {
|
|
2696
2736
|
"name": "--vkui--color_stroke_accent--hover",
|
|
2697
|
-
"value": "var(--vkui--color_stroke_accent--hover, #
|
|
2737
|
+
"value": "var(--vkui--color_stroke_accent--hover, #2483E4)"
|
|
2698
2738
|
},
|
|
2699
2739
|
"active": {
|
|
2700
2740
|
"name": "--vkui--color_stroke_accent--active",
|
|
2701
|
-
"value": "var(--vkui--color_stroke_accent--active, #
|
|
2741
|
+
"value": "var(--vkui--color_stroke_accent--active, #237EDD)"
|
|
2702
2742
|
}
|
|
2703
2743
|
},
|
|
2704
2744
|
"colorStrokeAccentThemed": {
|
|
2705
2745
|
"normal": {
|
|
2706
2746
|
"name": "--vkui--color_stroke_accent_themed",
|
|
2707
|
-
"value": "var(--vkui--color_stroke_accent_themed, #
|
|
2747
|
+
"value": "var(--vkui--color_stroke_accent_themed, #2688EB)"
|
|
2708
2748
|
},
|
|
2709
2749
|
"hover": {
|
|
2710
2750
|
"name": "--vkui--color_stroke_accent_themed--hover",
|
|
2711
|
-
"value": "var(--vkui--color_stroke_accent_themed--hover, #
|
|
2751
|
+
"value": "var(--vkui--color_stroke_accent_themed--hover, #2483E4)"
|
|
2712
2752
|
},
|
|
2713
2753
|
"active": {
|
|
2714
2754
|
"name": "--vkui--color_stroke_accent_themed--active",
|
|
2715
|
-
"value": "var(--vkui--color_stroke_accent_themed--active, #
|
|
2755
|
+
"value": "var(--vkui--color_stroke_accent_themed--active, #237EDD)"
|
|
2716
2756
|
}
|
|
2717
2757
|
},
|
|
2718
2758
|
"colorStrokeContrast": {
|
|
@@ -2970,15 +3010,15 @@
|
|
|
2970
3010
|
"colorPanelHeaderIcon": {
|
|
2971
3011
|
"normal": {
|
|
2972
3012
|
"name": "--vkui--color_panel_header_icon",
|
|
2973
|
-
"value": "var(--vkui--color_panel_header_icon, #
|
|
3013
|
+
"value": "var(--vkui--color_panel_header_icon, #2688EB)"
|
|
2974
3014
|
},
|
|
2975
3015
|
"hover": {
|
|
2976
3016
|
"name": "--vkui--color_panel_header_icon--hover",
|
|
2977
|
-
"value": "var(--vkui--color_panel_header_icon--hover, #
|
|
3017
|
+
"value": "var(--vkui--color_panel_header_icon--hover, #2483E4)"
|
|
2978
3018
|
},
|
|
2979
3019
|
"active": {
|
|
2980
3020
|
"name": "--vkui--color_panel_header_icon--active",
|
|
2981
|
-
"value": "var(--vkui--color_panel_header_icon--active, #
|
|
3021
|
+
"value": "var(--vkui--color_panel_header_icon--active, #237EDD)"
|
|
2982
3022
|
}
|
|
2983
3023
|
},
|
|
2984
3024
|
"colorWriteBarInputBackground": {
|
|
@@ -3712,15 +3752,15 @@
|
|
|
3712
3752
|
"octaviusColorBackgroundAccentTonedAlpha": {
|
|
3713
3753
|
"normal": {
|
|
3714
3754
|
"name": "--vkui--octavius_color_background_accent_toned_alpha",
|
|
3715
|
-
"value": "var(--vkui--octavius_color_background_accent_toned_alpha, rgba(
|
|
3755
|
+
"value": "var(--vkui--octavius_color_background_accent_toned_alpha, rgba(38, 136, 235, 0.12))"
|
|
3716
3756
|
},
|
|
3717
3757
|
"hover": {
|
|
3718
3758
|
"name": "--vkui--octavius_color_background_accent_toned_alpha--hover",
|
|
3719
|
-
"value": "var(--vkui--octavius_color_background_accent_toned_alpha--hover, rgba(
|
|
3759
|
+
"value": "var(--vkui--octavius_color_background_accent_toned_alpha--hover, rgba(38, 136, 235, 0.16))"
|
|
3720
3760
|
},
|
|
3721
3761
|
"active": {
|
|
3722
3762
|
"name": "--vkui--octavius_color_background_accent_toned_alpha--active",
|
|
3723
|
-
"value": "var(--vkui--octavius_color_background_accent_toned_alpha--active, rgba(
|
|
3763
|
+
"value": "var(--vkui--octavius_color_background_accent_toned_alpha--active, rgba(38, 136, 235, 0.2))"
|
|
3724
3764
|
}
|
|
3725
3765
|
},
|
|
3726
3766
|
"octaviusColorOverlayBackground": {
|
|
@@ -3782,15 +3822,15 @@
|
|
|
3782
3822
|
"octaviusColorHeaderIcon": {
|
|
3783
3823
|
"normal": {
|
|
3784
3824
|
"name": "--vkui--octavius_color_header_icon",
|
|
3785
|
-
"value": "var(--vkui--octavius_color_header_icon, #
|
|
3825
|
+
"value": "var(--vkui--octavius_color_header_icon, #2688EB)"
|
|
3786
3826
|
},
|
|
3787
3827
|
"hover": {
|
|
3788
3828
|
"name": "--vkui--octavius_color_header_icon--hover",
|
|
3789
|
-
"value": "var(--vkui--octavius_color_header_icon--hover, #
|
|
3829
|
+
"value": "var(--vkui--octavius_color_header_icon--hover, #2483E4)"
|
|
3790
3830
|
},
|
|
3791
3831
|
"active": {
|
|
3792
3832
|
"name": "--vkui--octavius_color_header_icon--active",
|
|
3793
|
-
"value": "var(--vkui--octavius_color_header_icon--active, #
|
|
3833
|
+
"value": "var(--vkui--octavius_color_header_icon--active, #237EDD)"
|
|
3794
3834
|
}
|
|
3795
3835
|
},
|
|
3796
3836
|
"octaviusColorHeaderTextSecondary": {
|
|
@@ -3936,15 +3976,15 @@
|
|
|
3936
3976
|
"octaviusColorHeaderProgress": {
|
|
3937
3977
|
"normal": {
|
|
3938
3978
|
"name": "--vkui--octavius_color_header_progress",
|
|
3939
|
-
"value": "var(--vkui--octavius_color_header_progress, #
|
|
3979
|
+
"value": "var(--vkui--octavius_color_header_progress, #2688EB)"
|
|
3940
3980
|
},
|
|
3941
3981
|
"hover": {
|
|
3942
3982
|
"name": "--vkui--octavius_color_header_progress--hover",
|
|
3943
|
-
"value": "var(--vkui--octavius_color_header_progress--hover, #
|
|
3983
|
+
"value": "var(--vkui--octavius_color_header_progress--hover, #2483E4)"
|
|
3944
3984
|
},
|
|
3945
3985
|
"active": {
|
|
3946
3986
|
"name": "--vkui--octavius_color_header_progress--active",
|
|
3947
|
-
"value": "var(--vkui--octavius_color_header_progress--active, #
|
|
3987
|
+
"value": "var(--vkui--octavius_color_header_progress--active, #237EDD)"
|
|
3948
3988
|
}
|
|
3949
3989
|
},
|
|
3950
3990
|
"octaviusColorPortalMenuBackground": {
|
|
@@ -3978,15 +4018,15 @@
|
|
|
3978
4018
|
"octaviusColorSidebarItemIconPrimary": {
|
|
3979
4019
|
"normal": {
|
|
3980
4020
|
"name": "--vkui--octavius_color_sidebar_item_icon_primary",
|
|
3981
|
-
"value": "var(--vkui--octavius_color_sidebar_item_icon_primary, #
|
|
4021
|
+
"value": "var(--vkui--octavius_color_sidebar_item_icon_primary, #2688EB)"
|
|
3982
4022
|
},
|
|
3983
4023
|
"hover": {
|
|
3984
4024
|
"name": "--vkui--octavius_color_sidebar_item_icon_primary--hover",
|
|
3985
|
-
"value": "var(--vkui--octavius_color_sidebar_item_icon_primary--hover, #
|
|
4025
|
+
"value": "var(--vkui--octavius_color_sidebar_item_icon_primary--hover, #2483E4)"
|
|
3986
4026
|
},
|
|
3987
4027
|
"active": {
|
|
3988
4028
|
"name": "--vkui--octavius_color_sidebar_item_icon_primary--active",
|
|
3989
|
-
"value": "var(--vkui--octavius_color_sidebar_item_icon_primary--active, #
|
|
4029
|
+
"value": "var(--vkui--octavius_color_sidebar_item_icon_primary--active, #237EDD)"
|
|
3990
4030
|
}
|
|
3991
4031
|
},
|
|
3992
4032
|
"octaviusColorSidebarItemTextActive": {
|
|
@@ -4160,15 +4200,15 @@
|
|
|
4160
4200
|
"octaviusColorSidebarItemIconSecondary": {
|
|
4161
4201
|
"normal": {
|
|
4162
4202
|
"name": "--vkui--octavius_color_sidebar_item_icon_secondary",
|
|
4163
|
-
"value": "var(--vkui--octavius_color_sidebar_item_icon_secondary, #
|
|
4203
|
+
"value": "var(--vkui--octavius_color_sidebar_item_icon_secondary, #2688EB)"
|
|
4164
4204
|
},
|
|
4165
4205
|
"hover": {
|
|
4166
4206
|
"name": "--vkui--octavius_color_sidebar_item_icon_secondary--hover",
|
|
4167
|
-
"value": "var(--vkui--octavius_color_sidebar_item_icon_secondary--hover, #
|
|
4207
|
+
"value": "var(--vkui--octavius_color_sidebar_item_icon_secondary--hover, #2483E4)"
|
|
4168
4208
|
},
|
|
4169
4209
|
"active": {
|
|
4170
4210
|
"name": "--vkui--octavius_color_sidebar_item_icon_secondary--active",
|
|
4171
|
-
"value": "var(--vkui--octavius_color_sidebar_item_icon_secondary--active, #
|
|
4211
|
+
"value": "var(--vkui--octavius_color_sidebar_item_icon_secondary--active, #237EDD)"
|
|
4172
4212
|
}
|
|
4173
4213
|
},
|
|
4174
4214
|
"octaviusColorSidebarItemTextSecondary": {
|
|
@@ -4328,15 +4368,15 @@
|
|
|
4328
4368
|
"octaviusColorIconUnread": {
|
|
4329
4369
|
"normal": {
|
|
4330
4370
|
"name": "--vkui--octavius_color_icon_unread",
|
|
4331
|
-
"value": "var(--vkui--octavius_color_icon_unread, #
|
|
4371
|
+
"value": "var(--vkui--octavius_color_icon_unread, #2688EB)"
|
|
4332
4372
|
},
|
|
4333
4373
|
"hover": {
|
|
4334
4374
|
"name": "--vkui--octavius_color_icon_unread--hover",
|
|
4335
|
-
"value": "var(--vkui--octavius_color_icon_unread--hover, #
|
|
4375
|
+
"value": "var(--vkui--octavius_color_icon_unread--hover, #2483E4)"
|
|
4336
4376
|
},
|
|
4337
4377
|
"active": {
|
|
4338
4378
|
"name": "--vkui--octavius_color_icon_unread--active",
|
|
4339
|
-
"value": "var(--vkui--octavius_color_icon_unread--active, #
|
|
4379
|
+
"value": "var(--vkui--octavius_color_icon_unread--active, #237EDD)"
|
|
4340
4380
|
}
|
|
4341
4381
|
},
|
|
4342
4382
|
"octaviusColorIconFavorite": {
|
|
@@ -4440,15 +4480,15 @@
|
|
|
4440
4480
|
"octaviusColorSidebarIconUnread": {
|
|
4441
4481
|
"normal": {
|
|
4442
4482
|
"name": "--vkui--octavius_color_sidebar_icon_unread",
|
|
4443
|
-
"value": "var(--vkui--octavius_color_sidebar_icon_unread, #
|
|
4483
|
+
"value": "var(--vkui--octavius_color_sidebar_icon_unread, #2688EB)"
|
|
4444
4484
|
},
|
|
4445
4485
|
"hover": {
|
|
4446
4486
|
"name": "--vkui--octavius_color_sidebar_icon_unread--hover",
|
|
4447
|
-
"value": "var(--vkui--octavius_color_sidebar_icon_unread--hover, #
|
|
4487
|
+
"value": "var(--vkui--octavius_color_sidebar_icon_unread--hover, #2483E4)"
|
|
4448
4488
|
},
|
|
4449
4489
|
"active": {
|
|
4450
4490
|
"name": "--vkui--octavius_color_sidebar_icon_unread--active",
|
|
4451
|
-
"value": "var(--vkui--octavius_color_sidebar_icon_unread--active, #
|
|
4491
|
+
"value": "var(--vkui--octavius_color_sidebar_icon_unread--active, #237EDD)"
|
|
4452
4492
|
}
|
|
4453
4493
|
},
|
|
4454
4494
|
"octaviusColorSidebarIconFavorite": {
|
|
@@ -123,6 +123,10 @@
|
|
|
123
123
|
--vkui--size_badge_m--regular: 24px;
|
|
124
124
|
--vkui--size_badge_l--regular: 44px;
|
|
125
125
|
--vkui--size_badge_x_l--regular: 56px;
|
|
126
|
+
--vkui--size_cardgrid_padding--regular: 12px;
|
|
127
|
+
--vkui--size_card_border_radius--regular: 16px;
|
|
128
|
+
--vkui--size_cardgrid_padding_vertical--regular: 8px;
|
|
129
|
+
--vkui--size_base_padding_horizontal--regular: 16px;
|
|
126
130
|
--vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
127
131
|
--vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|
|
128
132
|
--vkui--elevation3: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
|
|
@@ -262,15 +266,15 @@
|
|
|
262
266
|
--vkui--octavius_size_sidebar_widgets_height_min--regular: 64px;
|
|
263
267
|
--vkui--octavius_size_sidebar_widgets_height_compact_min--regular: 104px;
|
|
264
268
|
--vkui--colors_scheme: light;
|
|
265
|
-
--vkui--color_background_accent: #
|
|
266
|
-
--vkui--color_background_accent--hover: #
|
|
267
|
-
--vkui--color_background_accent--active: #
|
|
268
|
-
--vkui--color_background_accent_themed: #
|
|
269
|
-
--vkui--color_background_accent_themed--hover: #
|
|
270
|
-
--vkui--color_background_accent_themed--active: #
|
|
271
|
-
--vkui--color_background_accent_alternative: #
|
|
272
|
-
--vkui--color_background_accent_alternative--hover: #
|
|
273
|
-
--vkui--color_background_accent_alternative--active: #
|
|
269
|
+
--vkui--color_background_accent: #2688EB;
|
|
270
|
+
--vkui--color_background_accent--hover: #2483E4;
|
|
271
|
+
--vkui--color_background_accent--active: #237EDD;
|
|
272
|
+
--vkui--color_background_accent_themed: #2688EB;
|
|
273
|
+
--vkui--color_background_accent_themed--hover: #2483E4;
|
|
274
|
+
--vkui--color_background_accent_themed--active: #237EDD;
|
|
275
|
+
--vkui--color_background_accent_alternative: #2688EB;
|
|
276
|
+
--vkui--color_background_accent_alternative--hover: #2483E4;
|
|
277
|
+
--vkui--color_background_accent_alternative--active: #237EDD;
|
|
274
278
|
--vkui--color_background_content: #ffffff;
|
|
275
279
|
--vkui--color_background_content--hover: #E4E5E9;
|
|
276
280
|
--vkui--color_background_content--active: #DADCE2;
|
|
@@ -307,18 +311,18 @@
|
|
|
307
311
|
--vkui--color_background_negative_tint: #FAEBEB;
|
|
308
312
|
--vkui--color_background_negative_tint--hover: #F0E2E4;
|
|
309
313
|
--vkui--color_background_negative_tint--active: #E6D9DD;
|
|
310
|
-
--vkui--color_text_accent: #
|
|
311
|
-
--vkui--color_text_accent--hover: #
|
|
312
|
-
--vkui--color_text_accent--active: #
|
|
313
|
-
--vkui--color_text_accent_themed: #
|
|
314
|
-
--vkui--color_text_accent_themed--hover: #
|
|
315
|
-
--vkui--color_text_accent_themed--active: #
|
|
314
|
+
--vkui--color_text_accent: #2688EB;
|
|
315
|
+
--vkui--color_text_accent--hover: #2483E4;
|
|
316
|
+
--vkui--color_text_accent--active: #237EDD;
|
|
317
|
+
--vkui--color_text_accent_themed: #2688EB;
|
|
318
|
+
--vkui--color_text_accent_themed--hover: #2483E4;
|
|
319
|
+
--vkui--color_text_accent_themed--active: #237EDD;
|
|
316
320
|
--vkui--color_text_negative: #E64646;
|
|
317
321
|
--vkui--color_text_negative--hover: #DD4446;
|
|
318
322
|
--vkui--color_text_negative--active: #D44245;
|
|
319
|
-
--vkui--color_text_link: #
|
|
320
|
-
--vkui--color_text_link--hover: #
|
|
321
|
-
--vkui--color_text_link--active: #
|
|
323
|
+
--vkui--color_text_link: #2D81E0;
|
|
324
|
+
--vkui--color_text_link--hover: #2B7CD9;
|
|
325
|
+
--vkui--color_text_link--active: #2978D3;
|
|
322
326
|
--vkui--color_text_link_themed: #4986CC;
|
|
323
327
|
--vkui--color_text_link_themed--hover: #4681C6;
|
|
324
328
|
--vkui--color_text_link_themed--active: #437DC1;
|
|
@@ -355,9 +359,9 @@
|
|
|
355
359
|
--vkui--color_text_positive: #4BB34B;
|
|
356
360
|
--vkui--color_text_positive--hover: #48AC4A;
|
|
357
361
|
--vkui--color_text_positive--active: #45A64A;
|
|
358
|
-
--vkui--color_icon_accent: #
|
|
359
|
-
--vkui--color_icon_accent--hover: #
|
|
360
|
-
--vkui--color_icon_accent--active: #
|
|
362
|
+
--vkui--color_icon_accent: #2688EB;
|
|
363
|
+
--vkui--color_icon_accent--hover: #2483E4;
|
|
364
|
+
--vkui--color_icon_accent--active: #237EDD;
|
|
361
365
|
--vkui--color_icon_negative: #E64646;
|
|
362
366
|
--vkui--color_icon_negative--hover: #DD4446;
|
|
363
367
|
--vkui--color_icon_negative--active: #D44245;
|
|
@@ -394,12 +398,12 @@
|
|
|
394
398
|
--vkui--color_icon_positive: #4BB34B;
|
|
395
399
|
--vkui--color_icon_positive--hover: #48AC4A;
|
|
396
400
|
--vkui--color_icon_positive--active: #45A64A;
|
|
397
|
-
--vkui--color_stroke_accent: #
|
|
398
|
-
--vkui--color_stroke_accent--hover: #
|
|
399
|
-
--vkui--color_stroke_accent--active: #
|
|
400
|
-
--vkui--color_stroke_accent_themed: #
|
|
401
|
-
--vkui--color_stroke_accent_themed--hover: #
|
|
402
|
-
--vkui--color_stroke_accent_themed--active: #
|
|
401
|
+
--vkui--color_stroke_accent: #2688EB;
|
|
402
|
+
--vkui--color_stroke_accent--hover: #2483E4;
|
|
403
|
+
--vkui--color_stroke_accent--active: #237EDD;
|
|
404
|
+
--vkui--color_stroke_accent_themed: #2688EB;
|
|
405
|
+
--vkui--color_stroke_accent_themed--hover: #2483E4;
|
|
406
|
+
--vkui--color_stroke_accent_themed--active: #237EDD;
|
|
403
407
|
--vkui--color_stroke_contrast: #FFFFFF;
|
|
404
408
|
--vkui--color_stroke_contrast--hover: #F5F5F7;
|
|
405
409
|
--vkui--color_stroke_contrast--active: #EBECEF;
|
|
@@ -454,9 +458,9 @@
|
|
|
454
458
|
--vkui--color_header_background: #FFFFFF;
|
|
455
459
|
--vkui--color_header_background--hover: #F5F5F7;
|
|
456
460
|
--vkui--color_header_background--active: #EBECEF;
|
|
457
|
-
--vkui--color_panel_header_icon: #
|
|
458
|
-
--vkui--color_panel_header_icon--hover: #
|
|
459
|
-
--vkui--color_panel_header_icon--active: #
|
|
461
|
+
--vkui--color_panel_header_icon: #2688EB;
|
|
462
|
+
--vkui--color_panel_header_icon--hover: #2483E4;
|
|
463
|
+
--vkui--color_panel_header_icon--active: #237EDD;
|
|
460
464
|
--vkui--color_write_bar_input_background: #F2F3F5;
|
|
461
465
|
--vkui--color_write_bar_input_background--hover: #E8EAEE;
|
|
462
466
|
--vkui--color_write_bar_input_background--active: #DFE1E6;
|
|
@@ -613,9 +617,9 @@
|
|
|
613
617
|
--vkui--octavius_color_background: #EDEEF0;
|
|
614
618
|
--vkui--octavius_color_background--hover: #E4E5E9;
|
|
615
619
|
--vkui--octavius_color_background--active: #DADCE2;
|
|
616
|
-
--vkui--octavius_color_background_accent_toned_alpha: rgba(
|
|
617
|
-
--vkui--octavius_color_background_accent_toned_alpha--hover: rgba(
|
|
618
|
-
--vkui--octavius_color_background_accent_toned_alpha--active: rgba(
|
|
620
|
+
--vkui--octavius_color_background_accent_toned_alpha: rgba(38, 136, 235, 0.12);
|
|
621
|
+
--vkui--octavius_color_background_accent_toned_alpha--hover: rgba(38, 136, 235, 0.16);
|
|
622
|
+
--vkui--octavius_color_background_accent_toned_alpha--active: rgba(38, 136, 235, 0.2);
|
|
619
623
|
--vkui--octavius_color_overlay_background: transparent;
|
|
620
624
|
--vkui--octavius_color_overlay_background--hover: rgba(0, 16, 61, 0.04);
|
|
621
625
|
--vkui--octavius_color_overlay_background--active: rgba(0, 16, 61, 0.08);
|
|
@@ -628,9 +632,9 @@
|
|
|
628
632
|
--vkui--octavius_color_header_button_background_alpha: transparent;
|
|
629
633
|
--vkui--octavius_color_header_button_background_alpha--hover: rgba(0, 16, 61, 0.12);
|
|
630
634
|
--vkui--octavius_color_header_button_background_alpha--active: rgba(0, 16, 61, 0.24);
|
|
631
|
-
--vkui--octavius_color_header_icon: #
|
|
632
|
-
--vkui--octavius_color_header_icon--hover: #
|
|
633
|
-
--vkui--octavius_color_header_icon--active: #
|
|
635
|
+
--vkui--octavius_color_header_icon: #2688EB;
|
|
636
|
+
--vkui--octavius_color_header_icon--hover: #2483E4;
|
|
637
|
+
--vkui--octavius_color_header_icon--active: #237EDD;
|
|
634
638
|
--vkui--octavius_color_header_text_secondary: #818C99;
|
|
635
639
|
--vkui--octavius_color_header_text_secondary--hover: #7C8795;
|
|
636
640
|
--vkui--octavius_color_header_text_secondary--active: #778292;
|
|
@@ -661,18 +665,18 @@
|
|
|
661
665
|
--vkui--octavius_color_header_filter_text_alpha: rgba(0, 0, 0, 0.48);
|
|
662
666
|
--vkui--octavius_color_header_filter_text_alpha--hover: rgba(0, 0, 0, 0.52);
|
|
663
667
|
--vkui--octavius_color_header_filter_text_alpha--active: rgba(0, 0, 0, 0.56);
|
|
664
|
-
--vkui--octavius_color_header_progress: #
|
|
665
|
-
--vkui--octavius_color_header_progress--hover: #
|
|
666
|
-
--vkui--octavius_color_header_progress--active: #
|
|
668
|
+
--vkui--octavius_color_header_progress: #2688EB;
|
|
669
|
+
--vkui--octavius_color_header_progress--hover: #2483E4;
|
|
670
|
+
--vkui--octavius_color_header_progress--active: #237EDD;
|
|
667
671
|
--vkui--octavius_color_portal_menu_background: #FFFFFF;
|
|
668
672
|
--vkui--octavius_color_portal_menu_background--hover: #F5F5F7;
|
|
669
673
|
--vkui--octavius_color_portal_menu_background--active: #EBECEF;
|
|
670
674
|
--vkui--octavius_color_sidebar_item_icon_active: #2C2D2E;
|
|
671
675
|
--vkui--octavius_color_sidebar_item_icon_active--hover: #2A2C2F;
|
|
672
676
|
--vkui--octavius_color_sidebar_item_icon_active--active: #282B2F;
|
|
673
|
-
--vkui--octavius_color_sidebar_item_icon_primary: #
|
|
674
|
-
--vkui--octavius_color_sidebar_item_icon_primary--hover: #
|
|
675
|
-
--vkui--octavius_color_sidebar_item_icon_primary--active: #
|
|
677
|
+
--vkui--octavius_color_sidebar_item_icon_primary: #2688EB;
|
|
678
|
+
--vkui--octavius_color_sidebar_item_icon_primary--hover: #2483E4;
|
|
679
|
+
--vkui--octavius_color_sidebar_item_icon_primary--active: #237EDD;
|
|
676
680
|
--vkui--octavius_color_sidebar_item_text_active: #000000;
|
|
677
681
|
--vkui--octavius_color_sidebar_item_text_active--hover: #000102;
|
|
678
682
|
--vkui--octavius_color_sidebar_item_text_active--active: #000105;
|
|
@@ -709,9 +713,9 @@
|
|
|
709
713
|
--vkui--octavius_color_sidebar_item_button_background_alpha: rgba(0, 16, 61, 0.08);
|
|
710
714
|
--vkui--octavius_color_sidebar_item_button_background_alpha--hover: rgba(0, 16, 61, 0.12);
|
|
711
715
|
--vkui--octavius_color_sidebar_item_button_background_alpha--active: rgba(0, 16, 61, 0.16);
|
|
712
|
-
--vkui--octavius_color_sidebar_item_icon_secondary: #
|
|
713
|
-
--vkui--octavius_color_sidebar_item_icon_secondary--hover: #
|
|
714
|
-
--vkui--octavius_color_sidebar_item_icon_secondary--active: #
|
|
716
|
+
--vkui--octavius_color_sidebar_item_icon_secondary: #2688EB;
|
|
717
|
+
--vkui--octavius_color_sidebar_item_icon_secondary--hover: #2483E4;
|
|
718
|
+
--vkui--octavius_color_sidebar_item_icon_secondary--active: #237EDD;
|
|
715
719
|
--vkui--octavius_color_sidebar_item_text_secondary: #818C99;
|
|
716
720
|
--vkui--octavius_color_sidebar_item_text_secondary--hover: #7C8795;
|
|
717
721
|
--vkui--octavius_color_sidebar_item_text_secondary--active: #778292;
|
|
@@ -745,9 +749,9 @@
|
|
|
745
749
|
--vkui--octavius_color_content_scrollbar_alpha: rgba(0, 0, 0, 0.24);
|
|
746
750
|
--vkui--octavius_color_content_scrollbar_alpha--hover: rgba(0, 0, 0, 0.28);
|
|
747
751
|
--vkui--octavius_color_content_scrollbar_alpha--active: rgba(0, 0, 0, 0.32);
|
|
748
|
-
--vkui--octavius_color_icon_unread: #
|
|
749
|
-
--vkui--octavius_color_icon_unread--hover: #
|
|
750
|
-
--vkui--octavius_color_icon_unread--active: #
|
|
752
|
+
--vkui--octavius_color_icon_unread: #2688EB;
|
|
753
|
+
--vkui--octavius_color_icon_unread--hover: #2483E4;
|
|
754
|
+
--vkui--octavius_color_icon_unread--active: #237EDD;
|
|
751
755
|
--vkui--octavius_color_icon_favorite: #FF3347;
|
|
752
756
|
--vkui--octavius_color_icon_favorite--hover: #F53247;
|
|
753
757
|
--vkui--octavius_color_icon_favorite--active: #EB3046;
|
|
@@ -769,9 +773,9 @@
|
|
|
769
773
|
--vkui--octavius_color_icon_fees: #e70101;
|
|
770
774
|
--vkui--octavius_color_icon_fees--hover: #DE0203;
|
|
771
775
|
--vkui--octavius_color_icon_fees--active: #D50206;
|
|
772
|
-
--vkui--octavius_color_sidebar_icon_unread: #
|
|
773
|
-
--vkui--octavius_color_sidebar_icon_unread--hover: #
|
|
774
|
-
--vkui--octavius_color_sidebar_icon_unread--active: #
|
|
776
|
+
--vkui--octavius_color_sidebar_icon_unread: #2688EB;
|
|
777
|
+
--vkui--octavius_color_sidebar_icon_unread--hover: #2483E4;
|
|
778
|
+
--vkui--octavius_color_sidebar_icon_unread--active: #237EDD;
|
|
775
779
|
--vkui--octavius_color_sidebar_icon_favorite: #FF3347;
|
|
776
780
|
--vkui--octavius_color_sidebar_icon_favorite--hover: #F53247;
|
|
777
781
|
--vkui--octavius_color_sidebar_icon_favorite--active: #EB3046;
|