@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
|
@@ -48,6 +48,10 @@
|
|
|
48
48
|
@size-badge-m--regular: 24px;
|
|
49
49
|
@size-badge-l--regular: 44px;
|
|
50
50
|
@size-badge-x-l--regular: 56px;
|
|
51
|
+
@size-cardgrid-padding--regular: 12px;
|
|
52
|
+
@size-card-border-radius--regular: 16px;
|
|
53
|
+
@size-cardgrid-padding-vertical--regular: 8px;
|
|
54
|
+
@size-base-padding-horizontal--regular: 16px;
|
|
51
55
|
@elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
52
56
|
@elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|
|
53
57
|
@elevation3: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
|
|
@@ -166,15 +170,15 @@
|
|
|
166
170
|
@octavius-size-sidebar-widgets-height-min--regular: 64px;
|
|
167
171
|
@octavius-size-sidebar-widgets-height-compact-min--regular: 104px;
|
|
168
172
|
@colors-scheme: dark;
|
|
169
|
-
@color-background-accent: #
|
|
170
|
-
@color-background-accent--hover: #
|
|
171
|
-
@color-background-accent--active: #
|
|
173
|
+
@color-background-accent: #529EF4;
|
|
174
|
+
@color-background-accent--hover: #59A2F4;
|
|
175
|
+
@color-background-accent--active: #60A6F5;
|
|
172
176
|
@color-background-accent-themed: #FFFFFF;
|
|
173
177
|
@color-background-accent-themed--hover: #FFFFFF;
|
|
174
178
|
@color-background-accent-themed--active: #FFFFFF;
|
|
175
|
-
@color-background-accent-alternative: #
|
|
176
|
-
@color-background-accent-alternative--hover: #
|
|
177
|
-
@color-background-accent-alternative--active: #
|
|
179
|
+
@color-background-accent-alternative: #529EF4;
|
|
180
|
+
@color-background-accent-alternative--hover: #59A2F4;
|
|
181
|
+
@color-background-accent-alternative--active: #60A6F5;
|
|
178
182
|
@color-background-content: #19191A;
|
|
179
183
|
@color-background-content--hover: #2B2B2C;
|
|
180
184
|
@color-background-content--active: #353535;
|
|
@@ -208,21 +212,21 @@
|
|
|
208
212
|
@color-background-positive: #4BB34B;
|
|
209
213
|
@color-background-positive--hover: #52B652;
|
|
210
214
|
@color-background-positive--active: #59B959;
|
|
211
|
-
@color-background-negative-tint: #
|
|
215
|
+
@color-background-negative-tint: #522E2E;
|
|
212
216
|
@color-background-negative-tint--hover: #593636;
|
|
213
217
|
@color-background-negative-tint--active: #603F3F;
|
|
214
|
-
@color-text-accent: #
|
|
215
|
-
@color-text-accent--hover: #
|
|
216
|
-
@color-text-accent--active: #
|
|
218
|
+
@color-text-accent: #529EF4;
|
|
219
|
+
@color-text-accent--hover: #59A2F4;
|
|
220
|
+
@color-text-accent--active: #60A6F5;
|
|
217
221
|
@color-text-accent-themed: #FFFFFF;
|
|
218
222
|
@color-text-accent-themed--hover: #FFFFFF;
|
|
219
223
|
@color-text-accent-themed--active: #FFFFFF;
|
|
220
224
|
@color-text-negative: #E64646;
|
|
221
225
|
@color-text-negative--hover: #E74D4D;
|
|
222
226
|
@color-text-negative--active: #E85555;
|
|
223
|
-
@color-text-link: #
|
|
224
|
-
@color-text-link--hover: #
|
|
225
|
-
@color-text-link--active: #
|
|
227
|
+
@color-text-link: #529EF4;
|
|
228
|
+
@color-text-link--hover: #59A2F4;
|
|
229
|
+
@color-text-link--active: #60A6F5;
|
|
226
230
|
@color-text-link-themed: #FFFFFF;
|
|
227
231
|
@color-text-link-themed--hover: #FFFFFF;
|
|
228
232
|
@color-text-link-themed--active: #FFFFFF;
|
|
@@ -259,9 +263,9 @@
|
|
|
259
263
|
@color-text-positive: #4BB34B;
|
|
260
264
|
@color-text-positive--hover: #52B652;
|
|
261
265
|
@color-text-positive--active: #59B959;
|
|
262
|
-
@color-icon-accent: #
|
|
263
|
-
@color-icon-accent--hover: #
|
|
264
|
-
@color-icon-accent--active: #
|
|
266
|
+
@color-icon-accent: #529EF4;
|
|
267
|
+
@color-icon-accent--hover: #59A2F4;
|
|
268
|
+
@color-icon-accent--active: #60A6F5;
|
|
265
269
|
@color-icon-negative: #E64646;
|
|
266
270
|
@color-icon-negative--hover: #E74D4D;
|
|
267
271
|
@color-icon-negative--active: #E85555;
|
|
@@ -298,9 +302,9 @@
|
|
|
298
302
|
@color-icon-positive: #4BB34B;
|
|
299
303
|
@color-icon-positive--hover: #52B652;
|
|
300
304
|
@color-icon-positive--active: #59B959;
|
|
301
|
-
@color-stroke-accent: #
|
|
302
|
-
@color-stroke-accent--hover: #
|
|
303
|
-
@color-stroke-accent--active: #
|
|
305
|
+
@color-stroke-accent: #529EF4;
|
|
306
|
+
@color-stroke-accent--hover: #59A2F4;
|
|
307
|
+
@color-stroke-accent--active: #60A6F5;
|
|
304
308
|
@color-stroke-accent-themed: #FFFFFF;
|
|
305
309
|
@color-stroke-accent-themed--hover: #FFFFFF;
|
|
306
310
|
@color-stroke-accent-themed--active: #FFFFFF;
|
|
@@ -328,9 +332,9 @@
|
|
|
328
332
|
@color-stroke-positive: #4BB34B;
|
|
329
333
|
@color-stroke-positive--hover: #52B652;
|
|
330
334
|
@color-stroke-positive--active: #59B959;
|
|
331
|
-
@color-accent-blue: #
|
|
332
|
-
@color-accent-blue--hover: #
|
|
333
|
-
@color-accent-blue--active: #
|
|
335
|
+
@color-accent-blue: #529EF4;
|
|
336
|
+
@color-accent-blue--hover: #59A2F4;
|
|
337
|
+
@color-accent-blue--active: #60A6F5;
|
|
334
338
|
@color-accent-gray: #A3ADB8;
|
|
335
339
|
@color-accent-gray--hover: #A7B0BB;
|
|
336
340
|
@color-accent-gray--active: #AAB4BE;
|
|
@@ -352,9 +356,9 @@
|
|
|
352
356
|
@color-accent-secondary: #3F8AE0;
|
|
353
357
|
@color-accent-secondary--hover: #478FE1;
|
|
354
358
|
@color-accent-secondary--active: #4E93E2;
|
|
355
|
-
@color-action-sheet-text: #
|
|
356
|
-
@color-action-sheet-text--hover: #
|
|
357
|
-
@color-action-sheet-text--active: #
|
|
359
|
+
@color-action-sheet-text: #529EF4;
|
|
360
|
+
@color-action-sheet-text--hover: #59A2F4;
|
|
361
|
+
@color-action-sheet-text--active: #60A6F5;
|
|
358
362
|
@color-header-background: #19191A;
|
|
359
363
|
@color-header-background--hover: #222223;
|
|
360
364
|
@color-header-background--active: #2B2B2C;
|
|
@@ -382,9 +386,9 @@
|
|
|
382
386
|
@color-search-field-background: #232324;
|
|
383
387
|
@color-search-field-background--hover: #2C2C2D;
|
|
384
388
|
@color-search-field-background--active: #353536;
|
|
385
|
-
@color-write-bar-icon: #
|
|
386
|
-
@color-write-bar-icon--hover: #
|
|
387
|
-
@color-write-bar-icon--active: #
|
|
389
|
+
@color-write-bar-icon: #529EF4;
|
|
390
|
+
@color-write-bar-icon--hover: #59A2F4;
|
|
391
|
+
@color-write-bar-icon--active: #60A6F5;
|
|
388
392
|
@color-skeleton-from: #F5F5F5;
|
|
389
393
|
@color-skeleton-from--hover: #F5F5F5;
|
|
390
394
|
@color-skeleton-from--active: #F6F6F6;
|
|
@@ -517,9 +521,9 @@
|
|
|
517
521
|
@octavius-color-background: #000000;
|
|
518
522
|
@octavius-color-background--hover: #0A0A0A;
|
|
519
523
|
@octavius-color-background--active: #141414;
|
|
520
|
-
@octavius-color-background-accent-toned-alpha: rgba(
|
|
521
|
-
@octavius-color-background-accent-toned-alpha--hover: rgba(
|
|
522
|
-
@octavius-color-background-accent-toned-alpha--active: rgba(
|
|
524
|
+
@octavius-color-background-accent-toned-alpha: rgba(82, 158, 244, 0.12);
|
|
525
|
+
@octavius-color-background-accent-toned-alpha--hover: rgba(82, 158, 244, 0.16);
|
|
526
|
+
@octavius-color-background-accent-toned-alpha--active: rgba(82, 158, 244, 0.2);
|
|
523
527
|
@octavius-color-overlay-background: transparent;
|
|
524
528
|
@octavius-color-overlay-background--hover: rgba(255, 255, 255, 0.04);
|
|
525
529
|
@octavius-color-overlay-background--active: rgba(255, 255, 255, 0.08);
|
|
@@ -532,9 +536,9 @@
|
|
|
532
536
|
@octavius-color-header-button-background-alpha: transparent;
|
|
533
537
|
@octavius-color-header-button-background-alpha--hover: rgba(255, 255, 255, 0.16);
|
|
534
538
|
@octavius-color-header-button-background-alpha--active: rgba(255, 255, 255, 0.2);
|
|
535
|
-
@octavius-color-header-icon: #
|
|
536
|
-
@octavius-color-header-icon--hover: #
|
|
537
|
-
@octavius-color-header-icon--active: #
|
|
539
|
+
@octavius-color-header-icon: #529EF4;
|
|
540
|
+
@octavius-color-header-icon--hover: #59A2F4;
|
|
541
|
+
@octavius-color-header-icon--active: #60A6F5;
|
|
538
542
|
@octavius-color-header-text-secondary: #76787A;
|
|
539
543
|
@octavius-color-header-text-secondary--hover: #7B7D7F;
|
|
540
544
|
@octavius-color-header-text-secondary--active: #818385;
|
|
@@ -565,9 +569,9 @@
|
|
|
565
569
|
@octavius-color-header-filter-text-alpha: rgba(255, 255, 255, 0.48);
|
|
566
570
|
@octavius-color-header-filter-text-alpha--hover: rgba(255, 255, 255, 0.52);
|
|
567
571
|
@octavius-color-header-filter-text-alpha--active: rgba(255, 255, 255, 0.56);
|
|
568
|
-
@octavius-color-header-progress: #
|
|
569
|
-
@octavius-color-header-progress--hover: #
|
|
570
|
-
@octavius-color-header-progress--active: #
|
|
572
|
+
@octavius-color-header-progress: #529EF4;
|
|
573
|
+
@octavius-color-header-progress--hover: #59A2F4;
|
|
574
|
+
@octavius-color-header-progress--active: #60A6F5;
|
|
571
575
|
@octavius-color-portal-menu-background: rgb(31, 31, 31);
|
|
572
576
|
@octavius-color-portal-menu-background--hover: #282828;
|
|
573
577
|
@octavius-color-portal-menu-background--active: #313131;
|
|
@@ -649,9 +653,9 @@
|
|
|
649
653
|
@octavius-color-content-scrollbar-alpha: rgba(255, 255, 255, 0.2);
|
|
650
654
|
@octavius-color-content-scrollbar-alpha--hover: rgba(255, 255, 255, 0.24);
|
|
651
655
|
@octavius-color-content-scrollbar-alpha--active: rgba(255, 255, 255, 0.28);
|
|
652
|
-
@octavius-color-icon-unread: #
|
|
653
|
-
@octavius-color-icon-unread--hover: #
|
|
654
|
-
@octavius-color-icon-unread--active: #
|
|
656
|
+
@octavius-color-icon-unread: #529EF4;
|
|
657
|
+
@octavius-color-icon-unread--hover: #59A2F4;
|
|
658
|
+
@octavius-color-icon-unread--active: #60A6F5;
|
|
655
659
|
@octavius-color-icon-favorite: #FF3347;
|
|
656
660
|
@octavius-color-icon-favorite--hover: #FF3B4E;
|
|
657
661
|
@octavius-color-icon-favorite--active: #FF4356;
|
|
@@ -673,9 +677,9 @@
|
|
|
673
677
|
@octavius-color-icon-fees: #e70101;
|
|
674
678
|
@octavius-color-icon-fees--hover: #E80B0B;
|
|
675
679
|
@octavius-color-icon-fees--active: #E91515;
|
|
676
|
-
@octavius-color-sidebar-icon-unread: #
|
|
677
|
-
@octavius-color-sidebar-icon-unread--hover: #
|
|
678
|
-
@octavius-color-sidebar-icon-unread--active: #
|
|
680
|
+
@octavius-color-sidebar-icon-unread: #2688EB;
|
|
681
|
+
@octavius-color-sidebar-icon-unread--hover: #2F8DEC;
|
|
682
|
+
@octavius-color-sidebar-icon-unread--active: #3792ED;
|
|
679
683
|
@octavius-color-sidebar-icon-favorite: #FF3347;
|
|
680
684
|
@octavius-color-sidebar-icon-favorite--hover: #FF3B4E;
|
|
681
685
|
@octavius-color-sidebar-icon-favorite--active: #FF4356;
|
|
@@ -49,6 +49,10 @@
|
|
|
49
49
|
--size-badge-m--regular: 24px;
|
|
50
50
|
--size-badge-l--regular: 44px;
|
|
51
51
|
--size-badge-x-l--regular: 56px;
|
|
52
|
+
--size-cardgrid-padding--regular: 12px;
|
|
53
|
+
--size-card-border-radius--regular: 16px;
|
|
54
|
+
--size-cardgrid-padding-vertical--regular: 8px;
|
|
55
|
+
--size-base-padding-horizontal--regular: 16px;
|
|
52
56
|
--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
53
57
|
--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|
|
54
58
|
--elevation3: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
|
|
@@ -167,15 +171,15 @@
|
|
|
167
171
|
--octavius-size-sidebar-widgets-height-min--regular: 64px;
|
|
168
172
|
--octavius-size-sidebar-widgets-height-compact-min--regular: 104px;
|
|
169
173
|
--colors-scheme: dark;
|
|
170
|
-
--color-background-accent: #
|
|
171
|
-
--color-background-accent--hover: #
|
|
172
|
-
--color-background-accent--active: #
|
|
174
|
+
--color-background-accent: #529EF4;
|
|
175
|
+
--color-background-accent--hover: #59A2F4;
|
|
176
|
+
--color-background-accent--active: #60A6F5;
|
|
173
177
|
--color-background-accent-themed: #FFFFFF;
|
|
174
178
|
--color-background-accent-themed--hover: #FFFFFF;
|
|
175
179
|
--color-background-accent-themed--active: #FFFFFF;
|
|
176
|
-
--color-background-accent-alternative: #
|
|
177
|
-
--color-background-accent-alternative--hover: #
|
|
178
|
-
--color-background-accent-alternative--active: #
|
|
180
|
+
--color-background-accent-alternative: #529EF4;
|
|
181
|
+
--color-background-accent-alternative--hover: #59A2F4;
|
|
182
|
+
--color-background-accent-alternative--active: #60A6F5;
|
|
179
183
|
--color-background-content: #19191A;
|
|
180
184
|
--color-background-content--hover: #2B2B2C;
|
|
181
185
|
--color-background-content--active: #353535;
|
|
@@ -209,21 +213,21 @@
|
|
|
209
213
|
--color-background-positive: #4BB34B;
|
|
210
214
|
--color-background-positive--hover: #52B652;
|
|
211
215
|
--color-background-positive--active: #59B959;
|
|
212
|
-
--color-background-negative-tint: #
|
|
216
|
+
--color-background-negative-tint: #522E2E;
|
|
213
217
|
--color-background-negative-tint--hover: #593636;
|
|
214
218
|
--color-background-negative-tint--active: #603F3F;
|
|
215
|
-
--color-text-accent: #
|
|
216
|
-
--color-text-accent--hover: #
|
|
217
|
-
--color-text-accent--active: #
|
|
219
|
+
--color-text-accent: #529EF4;
|
|
220
|
+
--color-text-accent--hover: #59A2F4;
|
|
221
|
+
--color-text-accent--active: #60A6F5;
|
|
218
222
|
--color-text-accent-themed: #FFFFFF;
|
|
219
223
|
--color-text-accent-themed--hover: #FFFFFF;
|
|
220
224
|
--color-text-accent-themed--active: #FFFFFF;
|
|
221
225
|
--color-text-negative: #E64646;
|
|
222
226
|
--color-text-negative--hover: #E74D4D;
|
|
223
227
|
--color-text-negative--active: #E85555;
|
|
224
|
-
--color-text-link: #
|
|
225
|
-
--color-text-link--hover: #
|
|
226
|
-
--color-text-link--active: #
|
|
228
|
+
--color-text-link: #529EF4;
|
|
229
|
+
--color-text-link--hover: #59A2F4;
|
|
230
|
+
--color-text-link--active: #60A6F5;
|
|
227
231
|
--color-text-link-themed: #FFFFFF;
|
|
228
232
|
--color-text-link-themed--hover: #FFFFFF;
|
|
229
233
|
--color-text-link-themed--active: #FFFFFF;
|
|
@@ -260,9 +264,9 @@
|
|
|
260
264
|
--color-text-positive: #4BB34B;
|
|
261
265
|
--color-text-positive--hover: #52B652;
|
|
262
266
|
--color-text-positive--active: #59B959;
|
|
263
|
-
--color-icon-accent: #
|
|
264
|
-
--color-icon-accent--hover: #
|
|
265
|
-
--color-icon-accent--active: #
|
|
267
|
+
--color-icon-accent: #529EF4;
|
|
268
|
+
--color-icon-accent--hover: #59A2F4;
|
|
269
|
+
--color-icon-accent--active: #60A6F5;
|
|
266
270
|
--color-icon-negative: #E64646;
|
|
267
271
|
--color-icon-negative--hover: #E74D4D;
|
|
268
272
|
--color-icon-negative--active: #E85555;
|
|
@@ -299,9 +303,9 @@
|
|
|
299
303
|
--color-icon-positive: #4BB34B;
|
|
300
304
|
--color-icon-positive--hover: #52B652;
|
|
301
305
|
--color-icon-positive--active: #59B959;
|
|
302
|
-
--color-stroke-accent: #
|
|
303
|
-
--color-stroke-accent--hover: #
|
|
304
|
-
--color-stroke-accent--active: #
|
|
306
|
+
--color-stroke-accent: #529EF4;
|
|
307
|
+
--color-stroke-accent--hover: #59A2F4;
|
|
308
|
+
--color-stroke-accent--active: #60A6F5;
|
|
305
309
|
--color-stroke-accent-themed: #FFFFFF;
|
|
306
310
|
--color-stroke-accent-themed--hover: #FFFFFF;
|
|
307
311
|
--color-stroke-accent-themed--active: #FFFFFF;
|
|
@@ -329,9 +333,9 @@
|
|
|
329
333
|
--color-stroke-positive: #4BB34B;
|
|
330
334
|
--color-stroke-positive--hover: #52B652;
|
|
331
335
|
--color-stroke-positive--active: #59B959;
|
|
332
|
-
--color-accent-blue: #
|
|
333
|
-
--color-accent-blue--hover: #
|
|
334
|
-
--color-accent-blue--active: #
|
|
336
|
+
--color-accent-blue: #529EF4;
|
|
337
|
+
--color-accent-blue--hover: #59A2F4;
|
|
338
|
+
--color-accent-blue--active: #60A6F5;
|
|
335
339
|
--color-accent-gray: #A3ADB8;
|
|
336
340
|
--color-accent-gray--hover: #A7B0BB;
|
|
337
341
|
--color-accent-gray--active: #AAB4BE;
|
|
@@ -353,9 +357,9 @@
|
|
|
353
357
|
--color-accent-secondary: #3F8AE0;
|
|
354
358
|
--color-accent-secondary--hover: #478FE1;
|
|
355
359
|
--color-accent-secondary--active: #4E93E2;
|
|
356
|
-
--color-action-sheet-text: #
|
|
357
|
-
--color-action-sheet-text--hover: #
|
|
358
|
-
--color-action-sheet-text--active: #
|
|
360
|
+
--color-action-sheet-text: #529EF4;
|
|
361
|
+
--color-action-sheet-text--hover: #59A2F4;
|
|
362
|
+
--color-action-sheet-text--active: #60A6F5;
|
|
359
363
|
--color-header-background: #19191A;
|
|
360
364
|
--color-header-background--hover: #222223;
|
|
361
365
|
--color-header-background--active: #2B2B2C;
|
|
@@ -383,9 +387,9 @@
|
|
|
383
387
|
--color-search-field-background: #232324;
|
|
384
388
|
--color-search-field-background--hover: #2C2C2D;
|
|
385
389
|
--color-search-field-background--active: #353536;
|
|
386
|
-
--color-write-bar-icon: #
|
|
387
|
-
--color-write-bar-icon--hover: #
|
|
388
|
-
--color-write-bar-icon--active: #
|
|
390
|
+
--color-write-bar-icon: #529EF4;
|
|
391
|
+
--color-write-bar-icon--hover: #59A2F4;
|
|
392
|
+
--color-write-bar-icon--active: #60A6F5;
|
|
389
393
|
--color-skeleton-from: #F5F5F5;
|
|
390
394
|
--color-skeleton-from--hover: #F5F5F5;
|
|
391
395
|
--color-skeleton-from--active: #F6F6F6;
|
|
@@ -518,9 +522,9 @@
|
|
|
518
522
|
--octavius-color-background: #000000;
|
|
519
523
|
--octavius-color-background--hover: #0A0A0A;
|
|
520
524
|
--octavius-color-background--active: #141414;
|
|
521
|
-
--octavius-color-background-accent-toned-alpha: rgba(
|
|
522
|
-
--octavius-color-background-accent-toned-alpha--hover: rgba(
|
|
523
|
-
--octavius-color-background-accent-toned-alpha--active: rgba(
|
|
525
|
+
--octavius-color-background-accent-toned-alpha: rgba(82, 158, 244, 0.12);
|
|
526
|
+
--octavius-color-background-accent-toned-alpha--hover: rgba(82, 158, 244, 0.16);
|
|
527
|
+
--octavius-color-background-accent-toned-alpha--active: rgba(82, 158, 244, 0.2);
|
|
524
528
|
--octavius-color-overlay-background: transparent;
|
|
525
529
|
--octavius-color-overlay-background--hover: rgba(255, 255, 255, 0.04);
|
|
526
530
|
--octavius-color-overlay-background--active: rgba(255, 255, 255, 0.08);
|
|
@@ -533,9 +537,9 @@
|
|
|
533
537
|
--octavius-color-header-button-background-alpha: transparent;
|
|
534
538
|
--octavius-color-header-button-background-alpha--hover: rgba(255, 255, 255, 0.16);
|
|
535
539
|
--octavius-color-header-button-background-alpha--active: rgba(255, 255, 255, 0.2);
|
|
536
|
-
--octavius-color-header-icon: #
|
|
537
|
-
--octavius-color-header-icon--hover: #
|
|
538
|
-
--octavius-color-header-icon--active: #
|
|
540
|
+
--octavius-color-header-icon: #529EF4;
|
|
541
|
+
--octavius-color-header-icon--hover: #59A2F4;
|
|
542
|
+
--octavius-color-header-icon--active: #60A6F5;
|
|
539
543
|
--octavius-color-header-text-secondary: #76787A;
|
|
540
544
|
--octavius-color-header-text-secondary--hover: #7B7D7F;
|
|
541
545
|
--octavius-color-header-text-secondary--active: #818385;
|
|
@@ -566,9 +570,9 @@
|
|
|
566
570
|
--octavius-color-header-filter-text-alpha: rgba(255, 255, 255, 0.48);
|
|
567
571
|
--octavius-color-header-filter-text-alpha--hover: rgba(255, 255, 255, 0.52);
|
|
568
572
|
--octavius-color-header-filter-text-alpha--active: rgba(255, 255, 255, 0.56);
|
|
569
|
-
--octavius-color-header-progress: #
|
|
570
|
-
--octavius-color-header-progress--hover: #
|
|
571
|
-
--octavius-color-header-progress--active: #
|
|
573
|
+
--octavius-color-header-progress: #529EF4;
|
|
574
|
+
--octavius-color-header-progress--hover: #59A2F4;
|
|
575
|
+
--octavius-color-header-progress--active: #60A6F5;
|
|
572
576
|
--octavius-color-portal-menu-background: rgb(31, 31, 31);
|
|
573
577
|
--octavius-color-portal-menu-background--hover: #282828;
|
|
574
578
|
--octavius-color-portal-menu-background--active: #313131;
|
|
@@ -650,9 +654,9 @@
|
|
|
650
654
|
--octavius-color-content-scrollbar-alpha: rgba(255, 255, 255, 0.2);
|
|
651
655
|
--octavius-color-content-scrollbar-alpha--hover: rgba(255, 255, 255, 0.24);
|
|
652
656
|
--octavius-color-content-scrollbar-alpha--active: rgba(255, 255, 255, 0.28);
|
|
653
|
-
--octavius-color-icon-unread: #
|
|
654
|
-
--octavius-color-icon-unread--hover: #
|
|
655
|
-
--octavius-color-icon-unread--active: #
|
|
657
|
+
--octavius-color-icon-unread: #529EF4;
|
|
658
|
+
--octavius-color-icon-unread--hover: #59A2F4;
|
|
659
|
+
--octavius-color-icon-unread--active: #60A6F5;
|
|
656
660
|
--octavius-color-icon-favorite: #FF3347;
|
|
657
661
|
--octavius-color-icon-favorite--hover: #FF3B4E;
|
|
658
662
|
--octavius-color-icon-favorite--active: #FF4356;
|
|
@@ -674,9 +678,9 @@
|
|
|
674
678
|
--octavius-color-icon-fees: #e70101;
|
|
675
679
|
--octavius-color-icon-fees--hover: #E80B0B;
|
|
676
680
|
--octavius-color-icon-fees--active: #E91515;
|
|
677
|
-
--octavius-color-sidebar-icon-unread: #
|
|
678
|
-
--octavius-color-sidebar-icon-unread--hover: #
|
|
679
|
-
--octavius-color-sidebar-icon-unread--active: #
|
|
681
|
+
--octavius-color-sidebar-icon-unread: #2688EB;
|
|
682
|
+
--octavius-color-sidebar-icon-unread--hover: #2F8DEC;
|
|
683
|
+
--octavius-color-sidebar-icon-unread--active: #3792ED;
|
|
680
684
|
--octavius-color-sidebar-icon-favorite: #FF3347;
|
|
681
685
|
--octavius-color-sidebar-icon-favorite--hover: #FF3B4E;
|
|
682
686
|
--octavius-color-sidebar-icon-favorite--active: #FF4356;
|
|
@@ -48,6 +48,10 @@ $size-badge-s--regular: 16px;
|
|
|
48
48
|
$size-badge-m--regular: 24px;
|
|
49
49
|
$size-badge-l--regular: 44px;
|
|
50
50
|
$size-badge-x-l--regular: 56px;
|
|
51
|
+
$size-cardgrid-padding--regular: 12px;
|
|
52
|
+
$size-card-border-radius--regular: 16px;
|
|
53
|
+
$size-cardgrid-padding-vertical--regular: 8px;
|
|
54
|
+
$size-base-padding-horizontal--regular: 16px;
|
|
51
55
|
$elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
52
56
|
$elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|
|
53
57
|
$elevation3: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
|
|
@@ -166,15 +170,15 @@ $octavius-size-sidebar-padding-top--regular: 12px;
|
|
|
166
170
|
$octavius-size-sidebar-widgets-height-min--regular: 64px;
|
|
167
171
|
$octavius-size-sidebar-widgets-height-compact-min--regular: 104px;
|
|
168
172
|
$colors-scheme: dark;
|
|
169
|
-
$color-background-accent: #
|
|
170
|
-
$color-background-accent--hover: #
|
|
171
|
-
$color-background-accent--active: #
|
|
173
|
+
$color-background-accent: #529EF4;
|
|
174
|
+
$color-background-accent--hover: #59A2F4;
|
|
175
|
+
$color-background-accent--active: #60A6F5;
|
|
172
176
|
$color-background-accent-themed: #FFFFFF;
|
|
173
177
|
$color-background-accent-themed--hover: #FFFFFF;
|
|
174
178
|
$color-background-accent-themed--active: #FFFFFF;
|
|
175
|
-
$color-background-accent-alternative: #
|
|
176
|
-
$color-background-accent-alternative--hover: #
|
|
177
|
-
$color-background-accent-alternative--active: #
|
|
179
|
+
$color-background-accent-alternative: #529EF4;
|
|
180
|
+
$color-background-accent-alternative--hover: #59A2F4;
|
|
181
|
+
$color-background-accent-alternative--active: #60A6F5;
|
|
178
182
|
$color-background-content: #19191A;
|
|
179
183
|
$color-background-content--hover: #2B2B2C;
|
|
180
184
|
$color-background-content--active: #353535;
|
|
@@ -208,21 +212,21 @@ $color-background-modal--active: #3E3E3F;
|
|
|
208
212
|
$color-background-positive: #4BB34B;
|
|
209
213
|
$color-background-positive--hover: #52B652;
|
|
210
214
|
$color-background-positive--active: #59B959;
|
|
211
|
-
$color-background-negative-tint: #
|
|
215
|
+
$color-background-negative-tint: #522E2E;
|
|
212
216
|
$color-background-negative-tint--hover: #593636;
|
|
213
217
|
$color-background-negative-tint--active: #603F3F;
|
|
214
|
-
$color-text-accent: #
|
|
215
|
-
$color-text-accent--hover: #
|
|
216
|
-
$color-text-accent--active: #
|
|
218
|
+
$color-text-accent: #529EF4;
|
|
219
|
+
$color-text-accent--hover: #59A2F4;
|
|
220
|
+
$color-text-accent--active: #60A6F5;
|
|
217
221
|
$color-text-accent-themed: #FFFFFF;
|
|
218
222
|
$color-text-accent-themed--hover: #FFFFFF;
|
|
219
223
|
$color-text-accent-themed--active: #FFFFFF;
|
|
220
224
|
$color-text-negative: #E64646;
|
|
221
225
|
$color-text-negative--hover: #E74D4D;
|
|
222
226
|
$color-text-negative--active: #E85555;
|
|
223
|
-
$color-text-link: #
|
|
224
|
-
$color-text-link--hover: #
|
|
225
|
-
$color-text-link--active: #
|
|
227
|
+
$color-text-link: #529EF4;
|
|
228
|
+
$color-text-link--hover: #59A2F4;
|
|
229
|
+
$color-text-link--active: #60A6F5;
|
|
226
230
|
$color-text-link-themed: #FFFFFF;
|
|
227
231
|
$color-text-link-themed--hover: #FFFFFF;
|
|
228
232
|
$color-text-link-themed--active: #FFFFFF;
|
|
@@ -259,9 +263,9 @@ $color-link-contrast--active: #FFFFFF;
|
|
|
259
263
|
$color-text-positive: #4BB34B;
|
|
260
264
|
$color-text-positive--hover: #52B652;
|
|
261
265
|
$color-text-positive--active: #59B959;
|
|
262
|
-
$color-icon-accent: #
|
|
263
|
-
$color-icon-accent--hover: #
|
|
264
|
-
$color-icon-accent--active: #
|
|
266
|
+
$color-icon-accent: #529EF4;
|
|
267
|
+
$color-icon-accent--hover: #59A2F4;
|
|
268
|
+
$color-icon-accent--active: #60A6F5;
|
|
265
269
|
$color-icon-negative: #E64646;
|
|
266
270
|
$color-icon-negative--hover: #E74D4D;
|
|
267
271
|
$color-icon-negative--active: #E85555;
|
|
@@ -298,9 +302,9 @@ $color-icon-contrast-themed--active: #141414;
|
|
|
298
302
|
$color-icon-positive: #4BB34B;
|
|
299
303
|
$color-icon-positive--hover: #52B652;
|
|
300
304
|
$color-icon-positive--active: #59B959;
|
|
301
|
-
$color-stroke-accent: #
|
|
302
|
-
$color-stroke-accent--hover: #
|
|
303
|
-
$color-stroke-accent--active: #
|
|
305
|
+
$color-stroke-accent: #529EF4;
|
|
306
|
+
$color-stroke-accent--hover: #59A2F4;
|
|
307
|
+
$color-stroke-accent--active: #60A6F5;
|
|
304
308
|
$color-stroke-accent-themed: #FFFFFF;
|
|
305
309
|
$color-stroke-accent-themed--hover: #FFFFFF;
|
|
306
310
|
$color-stroke-accent-themed--active: #FFFFFF;
|
|
@@ -328,9 +332,9 @@ $color-separator-primary--active: #222223;
|
|
|
328
332
|
$color-stroke-positive: #4BB34B;
|
|
329
333
|
$color-stroke-positive--hover: #52B652;
|
|
330
334
|
$color-stroke-positive--active: #59B959;
|
|
331
|
-
$color-accent-blue: #
|
|
332
|
-
$color-accent-blue--hover: #
|
|
333
|
-
$color-accent-blue--active: #
|
|
335
|
+
$color-accent-blue: #529EF4;
|
|
336
|
+
$color-accent-blue--hover: #59A2F4;
|
|
337
|
+
$color-accent-blue--active: #60A6F5;
|
|
334
338
|
$color-accent-gray: #A3ADB8;
|
|
335
339
|
$color-accent-gray--hover: #A7B0BB;
|
|
336
340
|
$color-accent-gray--active: #AAB4BE;
|
|
@@ -352,9 +356,9 @@ $color-accent-violet--active: #843FC5;
|
|
|
352
356
|
$color-accent-secondary: #3F8AE0;
|
|
353
357
|
$color-accent-secondary--hover: #478FE1;
|
|
354
358
|
$color-accent-secondary--active: #4E93E2;
|
|
355
|
-
$color-action-sheet-text: #
|
|
356
|
-
$color-action-sheet-text--hover: #
|
|
357
|
-
$color-action-sheet-text--active: #
|
|
359
|
+
$color-action-sheet-text: #529EF4;
|
|
360
|
+
$color-action-sheet-text--hover: #59A2F4;
|
|
361
|
+
$color-action-sheet-text--active: #60A6F5;
|
|
358
362
|
$color-header-background: #19191A;
|
|
359
363
|
$color-header-background--hover: #222223;
|
|
360
364
|
$color-header-background--active: #2B2B2C;
|
|
@@ -382,9 +386,9 @@ $color-image-placeholder-alpha--active: rgba(241, 247, 255, 0.16);
|
|
|
382
386
|
$color-search-field-background: #232324;
|
|
383
387
|
$color-search-field-background--hover: #2C2C2D;
|
|
384
388
|
$color-search-field-background--active: #353536;
|
|
385
|
-
$color-write-bar-icon: #
|
|
386
|
-
$color-write-bar-icon--hover: #
|
|
387
|
-
$color-write-bar-icon--active: #
|
|
389
|
+
$color-write-bar-icon: #529EF4;
|
|
390
|
+
$color-write-bar-icon--hover: #59A2F4;
|
|
391
|
+
$color-write-bar-icon--active: #60A6F5;
|
|
388
392
|
$color-skeleton-from: #F5F5F5;
|
|
389
393
|
$color-skeleton-from--hover: #F5F5F5;
|
|
390
394
|
$color-skeleton-from--active: #F6F6F6;
|
|
@@ -517,9 +521,9 @@ $octavius-color-button-background-alpha--active: rgba(255, 255, 255, 0.08);
|
|
|
517
521
|
$octavius-color-background: #000000;
|
|
518
522
|
$octavius-color-background--hover: #0A0A0A;
|
|
519
523
|
$octavius-color-background--active: #141414;
|
|
520
|
-
$octavius-color-background-accent-toned-alpha: rgba(
|
|
521
|
-
$octavius-color-background-accent-toned-alpha--hover: rgba(
|
|
522
|
-
$octavius-color-background-accent-toned-alpha--active: rgba(
|
|
524
|
+
$octavius-color-background-accent-toned-alpha: rgba(82, 158, 244, 0.12);
|
|
525
|
+
$octavius-color-background-accent-toned-alpha--hover: rgba(82, 158, 244, 0.16);
|
|
526
|
+
$octavius-color-background-accent-toned-alpha--active: rgba(82, 158, 244, 0.2);
|
|
523
527
|
$octavius-color-overlay-background: transparent;
|
|
524
528
|
$octavius-color-overlay-background--hover: rgba(255, 255, 255, 0.04);
|
|
525
529
|
$octavius-color-overlay-background--active: rgba(255, 255, 255, 0.08);
|
|
@@ -532,9 +536,9 @@ $octavius-color-header-button-text--active: #E3E5E8;
|
|
|
532
536
|
$octavius-color-header-button-background-alpha: transparent;
|
|
533
537
|
$octavius-color-header-button-background-alpha--hover: rgba(255, 255, 255, 0.16);
|
|
534
538
|
$octavius-color-header-button-background-alpha--active: rgba(255, 255, 255, 0.2);
|
|
535
|
-
$octavius-color-header-icon: #
|
|
536
|
-
$octavius-color-header-icon--hover: #
|
|
537
|
-
$octavius-color-header-icon--active: #
|
|
539
|
+
$octavius-color-header-icon: #529EF4;
|
|
540
|
+
$octavius-color-header-icon--hover: #59A2F4;
|
|
541
|
+
$octavius-color-header-icon--active: #60A6F5;
|
|
538
542
|
$octavius-color-header-text-secondary: #76787A;
|
|
539
543
|
$octavius-color-header-text-secondary--hover: #7B7D7F;
|
|
540
544
|
$octavius-color-header-text-secondary--active: #818385;
|
|
@@ -565,9 +569,9 @@ $octavius-color-header-search-text-collapsed--active: #818385;
|
|
|
565
569
|
$octavius-color-header-filter-text-alpha: rgba(255, 255, 255, 0.48);
|
|
566
570
|
$octavius-color-header-filter-text-alpha--hover: rgba(255, 255, 255, 0.52);
|
|
567
571
|
$octavius-color-header-filter-text-alpha--active: rgba(255, 255, 255, 0.56);
|
|
568
|
-
$octavius-color-header-progress: #
|
|
569
|
-
$octavius-color-header-progress--hover: #
|
|
570
|
-
$octavius-color-header-progress--active: #
|
|
572
|
+
$octavius-color-header-progress: #529EF4;
|
|
573
|
+
$octavius-color-header-progress--hover: #59A2F4;
|
|
574
|
+
$octavius-color-header-progress--active: #60A6F5;
|
|
571
575
|
$octavius-color-portal-menu-background: rgb(31, 31, 31);
|
|
572
576
|
$octavius-color-portal-menu-background--hover: #282828;
|
|
573
577
|
$octavius-color-portal-menu-background--active: #313131;
|
|
@@ -649,9 +653,9 @@ $octavius-color-sidebar-compose-button-icon--active: #3D3E3F;
|
|
|
649
653
|
$octavius-color-content-scrollbar-alpha: rgba(255, 255, 255, 0.2);
|
|
650
654
|
$octavius-color-content-scrollbar-alpha--hover: rgba(255, 255, 255, 0.24);
|
|
651
655
|
$octavius-color-content-scrollbar-alpha--active: rgba(255, 255, 255, 0.28);
|
|
652
|
-
$octavius-color-icon-unread: #
|
|
653
|
-
$octavius-color-icon-unread--hover: #
|
|
654
|
-
$octavius-color-icon-unread--active: #
|
|
656
|
+
$octavius-color-icon-unread: #529EF4;
|
|
657
|
+
$octavius-color-icon-unread--hover: #59A2F4;
|
|
658
|
+
$octavius-color-icon-unread--active: #60A6F5;
|
|
655
659
|
$octavius-color-icon-favorite: #FF3347;
|
|
656
660
|
$octavius-color-icon-favorite--hover: #FF3B4E;
|
|
657
661
|
$octavius-color-icon-favorite--active: #FF4356;
|
|
@@ -673,9 +677,9 @@ $octavius-color-icon-event--active: #1BAAFC;
|
|
|
673
677
|
$octavius-color-icon-fees: #e70101;
|
|
674
678
|
$octavius-color-icon-fees--hover: #E80B0B;
|
|
675
679
|
$octavius-color-icon-fees--active: #E91515;
|
|
676
|
-
$octavius-color-sidebar-icon-unread: #
|
|
677
|
-
$octavius-color-sidebar-icon-unread--hover: #
|
|
678
|
-
$octavius-color-sidebar-icon-unread--active: #
|
|
680
|
+
$octavius-color-sidebar-icon-unread: #2688EB;
|
|
681
|
+
$octavius-color-sidebar-icon-unread--hover: #2F8DEC;
|
|
682
|
+
$octavius-color-sidebar-icon-unread--active: #3792ED;
|
|
679
683
|
$octavius-color-sidebar-icon-favorite: #FF3347;
|
|
680
684
|
$octavius-color-sidebar-icon-favorite--hover: #FF3B4E;
|
|
681
685
|
$octavius-color-sidebar-icon-favorite--active: #FF4356;
|