@vkontakte/vkui-tokens 4.13.1-dev-3a911f.0 → 4.14.1
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/interfaces/general/colors/index.d.ts +52 -45
- package/interfaces/themes/octavius/index.d.ts +10 -0
- package/interfaces/themes/search/index.d.ts +41 -3
- package/package.json +1 -1
- package/themeDescriptions/base/paradigm.js +14 -0
- package/themeDescriptions/base/vk.js +124 -100
- package/themes/calendar/cssVars/declarations/index.css +21 -0
- package/themes/calendar/cssVars/declarations/noSizes.css +21 -0
- package/themes/calendar/cssVars/declarations/onlyColors.css +21 -0
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/calendar/cssVars/theme/index.js +98 -0
- package/themes/calendar/cssVars/theme/index.json +98 -0
- package/themes/calendar/index.css +21 -0
- package/themes/calendar/index.js +35 -0
- package/themes/calendar/index.json +35 -0
- package/themes/calendar/index.less +21 -0
- package/themes/calendar/index.pcss +21 -0
- package/themes/calendar/index.scss +21 -0
- package/themes/calendar/index.styl +21 -0
- package/themes/calendarDark/cssVars/declarations/index.css +21 -0
- package/themes/calendarDark/cssVars/declarations/noSizes.css +21 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +21 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/calendarDark/cssVars/theme/index.js +98 -0
- package/themes/calendarDark/cssVars/theme/index.json +98 -0
- package/themes/calendarDark/index.css +21 -0
- package/themes/calendarDark/index.js +35 -0
- package/themes/calendarDark/index.json +35 -0
- package/themes/calendarDark/index.less +21 -0
- package/themes/calendarDark/index.pcss +21 -0
- package/themes/calendarDark/index.scss +21 -0
- package/themes/calendarDark/index.styl +21 -0
- package/themes/calls/cssVars/declarations/index.css +21 -0
- package/themes/calls/cssVars/declarations/noSizes.css +21 -0
- package/themes/calls/cssVars/declarations/onlyColors.css +21 -0
- package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/calls/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/calls/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/calls/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/calls/cssVars/theme/index.js +98 -0
- package/themes/calls/cssVars/theme/index.json +98 -0
- package/themes/calls/index.css +21 -0
- package/themes/calls/index.js +35 -0
- package/themes/calls/index.json +35 -0
- package/themes/calls/index.less +21 -0
- package/themes/calls/index.pcss +21 -0
- package/themes/calls/index.scss +21 -0
- package/themes/calls/index.styl +21 -0
- package/themes/cloud/cssVars/declarations/index.css +24 -3
- package/themes/cloud/cssVars/declarations/noSizes.css +24 -3
- package/themes/cloud/cssVars/declarations/onlyColors.css +24 -3
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariables.css +24 -3
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +24 -3
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +24 -3
- package/themes/cloud/cssVars/theme/fallbacks/index.css +24 -3
- package/themes/cloud/cssVars/theme/fallbacks/index.less +24 -3
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +24 -3
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +24 -3
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +24 -3
- package/themes/cloud/cssVars/theme/index.js +101 -3
- package/themes/cloud/cssVars/theme/index.json +101 -3
- package/themes/cloud/index.css +24 -3
- package/themes/cloud/index.js +38 -3
- package/themes/cloud/index.json +38 -3
- package/themes/cloud/index.less +24 -3
- package/themes/cloud/index.pcss +24 -3
- package/themes/cloud/index.scss +24 -3
- package/themes/cloud/index.styl +24 -3
- package/themes/home/cssVars/declarations/index.css +21 -0
- package/themes/home/cssVars/declarations/noSizes.css +21 -0
- package/themes/home/cssVars/declarations/onlyColors.css +21 -0
- package/themes/home/cssVars/declarations/onlyColors.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/home/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/home/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/home/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/home/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/home/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/home/cssVars/theme/index.js +98 -0
- package/themes/home/cssVars/theme/index.json +98 -0
- package/themes/home/index.css +21 -0
- package/themes/home/index.js +35 -0
- package/themes/home/index.json +35 -0
- package/themes/home/index.less +21 -0
- package/themes/home/index.pcss +21 -0
- package/themes/home/index.scss +21 -0
- package/themes/home/index.styl +21 -0
- package/themes/homeDark/cssVars/declarations/index.css +21 -0
- package/themes/homeDark/cssVars/declarations/noSizes.css +21 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.css +21 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/homeDark/cssVars/theme/index.js +98 -0
- package/themes/homeDark/cssVars/theme/index.json +98 -0
- package/themes/homeDark/index.css +21 -0
- package/themes/homeDark/index.js +35 -0
- package/themes/homeDark/index.json +35 -0
- package/themes/homeDark/index.less +21 -0
- package/themes/homeDark/index.pcss +21 -0
- package/themes/homeDark/index.scss +21 -0
- package/themes/homeDark/index.styl +21 -0
- package/themes/media/cssVars/declarations/index.css +21 -0
- package/themes/media/cssVars/declarations/noSizes.css +21 -0
- package/themes/media/cssVars/declarations/onlyColors.css +21 -0
- package/themes/media/cssVars/declarations/onlyColors.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/media/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/media/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/media/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/media/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/media/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/media/cssVars/theme/index.js +98 -0
- package/themes/media/cssVars/theme/index.json +98 -0
- package/themes/media/index.css +21 -0
- package/themes/media/index.js +35 -0
- package/themes/media/index.json +35 -0
- package/themes/media/index.less +21 -0
- package/themes/media/index.pcss +21 -0
- package/themes/media/index.scss +21 -0
- package/themes/media/index.styl +21 -0
- package/themes/mediaDark/cssVars/declarations/index.css +21 -0
- package/themes/mediaDark/cssVars/declarations/noSizes.css +21 -0
- package/themes/mediaDark/cssVars/declarations/onlyColors.css +21 -0
- package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/mediaDark/cssVars/theme/index.js +98 -0
- package/themes/mediaDark/cssVars/theme/index.json +98 -0
- package/themes/mediaDark/index.css +21 -0
- package/themes/mediaDark/index.js +35 -0
- package/themes/mediaDark/index.json +35 -0
- package/themes/mediaDark/index.less +21 -0
- package/themes/mediaDark/index.pcss +21 -0
- package/themes/mediaDark/index.scss +21 -0
- package/themes/mediaDark/index.styl +21 -0
- package/themes/mycom/cssVars/declarations/index.css +21 -0
- package/themes/mycom/cssVars/declarations/noSizes.css +21 -0
- package/themes/mycom/cssVars/declarations/onlyColors.css +21 -0
- package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/mycom/cssVars/theme/index.js +98 -0
- package/themes/mycom/cssVars/theme/index.json +98 -0
- package/themes/mycom/index.css +21 -0
- package/themes/mycom/index.js +35 -0
- package/themes/mycom/index.json +35 -0
- package/themes/mycom/index.less +21 -0
- package/themes/mycom/index.pcss +21 -0
- package/themes/mycom/index.scss +21 -0
- package/themes/mycom/index.styl +21 -0
- package/themes/octavius/cssVars/declarations/index.css +51 -0
- package/themes/octavius/cssVars/declarations/noSizes.css +51 -0
- package/themes/octavius/cssVars/declarations/onlyColors.css +51 -0
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariables.css +51 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +51 -0
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +51 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.css +51 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.less +51 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +51 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +51 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +51 -0
- package/themes/octavius/cssVars/theme/index.js +238 -0
- package/themes/octavius/cssVars/theme/index.json +238 -0
- package/themes/octavius/index.css +51 -0
- package/themes/octavius/index.js +85 -0
- package/themes/octavius/index.json +85 -0
- package/themes/octavius/index.less +51 -0
- package/themes/octavius/index.pcss +51 -0
- package/themes/octavius/index.scss +51 -0
- package/themes/octavius/index.styl +51 -0
- package/themes/octaviusCompact/cssVars/declarations/index.css +51 -0
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +51 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +51 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +51 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +51 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +51 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +51 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +51 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +51 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +51 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +51 -0
- package/themes/octaviusCompact/cssVars/theme/index.js +238 -0
- package/themes/octaviusCompact/cssVars/theme/index.json +238 -0
- package/themes/octaviusCompact/index.css +51 -0
- package/themes/octaviusCompact/index.js +85 -0
- package/themes/octaviusCompact/index.json +85 -0
- package/themes/octaviusCompact/index.less +51 -0
- package/themes/octaviusCompact/index.pcss +51 -0
- package/themes/octaviusCompact/index.scss +51 -0
- package/themes/octaviusCompact/index.styl +51 -0
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +51 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +51 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +51 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +51 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +51 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +51 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +51 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +51 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +51 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +51 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +51 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.js +238 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.json +238 -0
- package/themes/octaviusCompactDark/index.css +51 -0
- package/themes/octaviusCompactDark/index.js +85 -0
- package/themes/octaviusCompactDark/index.json +85 -0
- package/themes/octaviusCompactDark/index.less +51 -0
- package/themes/octaviusCompactDark/index.pcss +51 -0
- package/themes/octaviusCompactDark/index.scss +51 -0
- package/themes/octaviusCompactDark/index.styl +51 -0
- package/themes/octaviusDark/cssVars/declarations/index.css +51 -0
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +51 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.css +51 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +51 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +51 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +51 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +51 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +51 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +51 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +51 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +51 -0
- package/themes/octaviusDark/cssVars/theme/index.js +238 -0
- package/themes/octaviusDark/cssVars/theme/index.json +238 -0
- package/themes/octaviusDark/index.css +51 -0
- package/themes/octaviusDark/index.js +85 -0
- package/themes/octaviusDark/index.json +85 -0
- package/themes/octaviusDark/index.less +51 -0
- package/themes/octaviusDark/index.pcss +51 -0
- package/themes/octaviusDark/index.scss +51 -0
- package/themes/octaviusDark/index.styl +51 -0
- package/themes/octaviusVK/cssVars/declarations/index.css +51 -0
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +51 -0
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +51 -0
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +51 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +51 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +51 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +51 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +51 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +51 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +51 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +51 -0
- package/themes/octaviusVK/cssVars/theme/index.js +238 -0
- package/themes/octaviusVK/cssVars/theme/index.json +238 -0
- package/themes/octaviusVK/index.css +51 -0
- package/themes/octaviusVK/index.js +85 -0
- package/themes/octaviusVK/index.json +85 -0
- package/themes/octaviusVK/index.less +51 -0
- package/themes/octaviusVK/index.pcss +51 -0
- package/themes/octaviusVK/index.scss +51 -0
- package/themes/octaviusVK/index.styl +51 -0
- package/themes/octaviusVKDark/cssVars/declarations/index.css +54 -3
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +54 -3
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +54 -3
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +54 -3
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +54 -3
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +54 -3
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +54 -3
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +54 -3
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +54 -3
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +54 -3
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +54 -3
- package/themes/octaviusVKDark/cssVars/theme/index.js +241 -3
- package/themes/octaviusVKDark/cssVars/theme/index.json +241 -3
- package/themes/octaviusVKDark/index.css +54 -3
- package/themes/octaviusVKDark/index.js +88 -3
- package/themes/octaviusVKDark/index.json +88 -3
- package/themes/octaviusVKDark/index.less +54 -3
- package/themes/octaviusVKDark/index.pcss +54 -3
- package/themes/octaviusVKDark/index.scss +54 -3
- package/themes/octaviusVKDark/index.styl +54 -3
- package/themes/octaviusWhite/cssVars/declarations/index.css +51 -0
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +51 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +51 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +51 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +51 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +51 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +51 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +51 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +51 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +51 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +51 -0
- package/themes/octaviusWhite/cssVars/theme/index.js +238 -0
- package/themes/octaviusWhite/cssVars/theme/index.json +238 -0
- package/themes/octaviusWhite/index.css +51 -0
- package/themes/octaviusWhite/index.js +85 -0
- package/themes/octaviusWhite/index.json +85 -0
- package/themes/octaviusWhite/index.less +51 -0
- package/themes/octaviusWhite/index.pcss +51 -0
- package/themes/octaviusWhite/index.scss +51 -0
- package/themes/octaviusWhite/index.styl +51 -0
- package/themes/otvet/cssVars/declarations/index.css +21 -0
- package/themes/otvet/cssVars/declarations/noSizes.css +21 -0
- package/themes/otvet/cssVars/declarations/onlyColors.css +21 -0
- package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/otvet/cssVars/theme/index.js +98 -0
- package/themes/otvet/cssVars/theme/index.json +98 -0
- package/themes/otvet/index.css +21 -0
- package/themes/otvet/index.js +35 -0
- package/themes/otvet/index.json +35 -0
- package/themes/otvet/index.less +21 -0
- package/themes/otvet/index.pcss +21 -0
- package/themes/otvet/index.scss +21 -0
- package/themes/otvet/index.styl +21 -0
- package/themes/otvetDark/cssVars/declarations/index.css +21 -0
- package/themes/otvetDark/cssVars/declarations/noSizes.css +21 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.css +21 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/otvetDark/cssVars/theme/index.js +98 -0
- package/themes/otvetDark/cssVars/theme/index.json +98 -0
- package/themes/otvetDark/index.css +21 -0
- package/themes/otvetDark/index.js +35 -0
- package/themes/otvetDark/index.json +35 -0
- package/themes/otvetDark/index.less +21 -0
- package/themes/otvetDark/index.pcss +21 -0
- package/themes/otvetDark/index.scss +21 -0
- package/themes/otvetDark/index.styl +21 -0
- package/themes/paradigmBase/cssVars/declarations/index.css +21 -0
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +21 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.css +21 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/paradigmBase/cssVars/theme/index.js +98 -0
- package/themes/paradigmBase/cssVars/theme/index.json +98 -0
- package/themes/paradigmBase/index.css +21 -0
- package/themes/paradigmBase/index.js +35 -0
- package/themes/paradigmBase/index.json +35 -0
- package/themes/paradigmBase/index.less +21 -0
- package/themes/paradigmBase/index.pcss +21 -0
- package/themes/paradigmBase/index.scss +21 -0
- package/themes/paradigmBase/index.styl +21 -0
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +21 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +21 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +21 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.js +98 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.json +98 -0
- package/themes/paradigmBaseDark/index.css +21 -0
- package/themes/paradigmBaseDark/index.js +35 -0
- package/themes/paradigmBaseDark/index.json +35 -0
- package/themes/paradigmBaseDark/index.less +21 -0
- package/themes/paradigmBaseDark/index.pcss +21 -0
- package/themes/paradigmBaseDark/index.scss +21 -0
- package/themes/paradigmBaseDark/index.styl +21 -0
- package/themes/pharma/cssVars/declarations/index.css +21 -0
- package/themes/pharma/cssVars/declarations/noSizes.css +21 -0
- package/themes/pharma/cssVars/declarations/onlyColors.css +21 -0
- package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/pharma/cssVars/theme/index.js +98 -0
- package/themes/pharma/cssVars/theme/index.json +98 -0
- package/themes/pharma/index.css +21 -0
- package/themes/pharma/index.js +35 -0
- package/themes/pharma/index.json +35 -0
- package/themes/pharma/index.less +21 -0
- package/themes/pharma/index.pcss +21 -0
- package/themes/pharma/index.scss +21 -0
- package/themes/pharma/index.styl +21 -0
- package/themes/promo/cssVars/declarations/index.css +21 -0
- package/themes/promo/cssVars/declarations/noSizes.css +21 -0
- package/themes/promo/cssVars/declarations/onlyColors.css +21 -0
- package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/promo/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/promo/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/promo/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/promo/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/promo/cssVars/theme/index.js +98 -0
- package/themes/promo/cssVars/theme/index.json +98 -0
- package/themes/promo/index.css +21 -0
- package/themes/promo/index.js +35 -0
- package/themes/promo/index.json +35 -0
- package/themes/promo/index.less +21 -0
- package/themes/promo/index.pcss +21 -0
- package/themes/promo/index.scss +21 -0
- package/themes/promo/index.styl +21 -0
- package/themes/search/cssVars/declarations/index.css +298 -12
- package/themes/search/cssVars/declarations/noColors.css +144 -3
- package/themes/search/cssVars/declarations/noSizes.css +56 -12
- package/themes/search/cssVars/declarations/onlyAdaptiveGroups.css +62 -0
- package/themes/search/cssVars/declarations/onlyColors.css +48 -9
- package/themes/search/cssVars/declarations/onlyColors.js +2 -2
- package/themes/search/cssVars/declarations/onlyMedia.css +52 -0
- package/themes/search/cssVars/declarations/onlyVariables.css +94 -12
- package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariablesLocal.css +94 -12
- package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +94 -12
- package/themes/search/cssVars/theme/fallbacks/index.css +192 -12
- package/themes/search/cssVars/theme/fallbacks/index.less +116 -12
- package/themes/search/cssVars/theme/fallbacks/index.pcss +116 -12
- package/themes/search/cssVars/theme/fallbacks/index.scss +176 -12
- package/themes/search/cssVars/theme/fallbacks/index.styl +116 -12
- package/themes/search/cssVars/theme/index.js +596 -12
- package/themes/search/cssVars/theme/index.json +596 -12
- package/themes/search/index.css +192 -12
- package/themes/search/index.js +170 -12
- package/themes/search/index.json +170 -12
- package/themes/search/index.less +116 -12
- package/themes/search/index.pcss +116 -12
- package/themes/search/index.scss +176 -12
- package/themes/search/index.styl +116 -12
- package/themes/todo/cssVars/declarations/index.css +21 -0
- package/themes/todo/cssVars/declarations/noSizes.css +21 -0
- package/themes/todo/cssVars/declarations/onlyColors.css +21 -0
- package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariables.css +21 -0
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +21 -0
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -0
- package/themes/todo/cssVars/theme/fallbacks/index.css +21 -0
- package/themes/todo/cssVars/theme/fallbacks/index.less +21 -0
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +21 -0
- package/themes/todo/cssVars/theme/fallbacks/index.scss +21 -0
- package/themes/todo/cssVars/theme/fallbacks/index.styl +21 -0
- package/themes/todo/cssVars/theme/index.js +98 -0
- package/themes/todo/cssVars/theme/index.json +98 -0
- package/themes/todo/index.css +21 -0
- package/themes/todo/index.js +35 -0
- package/themes/todo/index.json +35 -0
- package/themes/todo/index.less +21 -0
- package/themes/todo/index.pcss +21 -0
- package/themes/todo/index.scss +21 -0
- package/themes/todo/index.styl +21 -0
- package/themes/vkBase/cssVars/declarations/index.css +162 -141
- package/themes/vkBase/cssVars/declarations/noSizes.css +162 -141
- package/themes/vkBase/cssVars/declarations/onlyColors.css +162 -141
- package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +162 -141
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +162 -141
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +162 -141
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +162 -141
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +162 -141
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +162 -141
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +162 -141
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +162 -141
- package/themes/vkBase/cssVars/theme/index.js +582 -484
- package/themes/vkBase/cssVars/theme/index.json +582 -484
- package/themes/vkBase/index.css +162 -141
- package/themes/vkBase/index.js +233 -198
- package/themes/vkBase/index.json +233 -198
- package/themes/vkBase/index.less +162 -141
- package/themes/vkBase/index.pcss +162 -141
- package/themes/vkBase/index.scss +162 -141
- package/themes/vkBase/index.styl +162 -141
- package/themes/vkBaseDark/cssVars/declarations/index.css +165 -144
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +165 -144
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +165 -144
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +165 -144
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +165 -144
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +156 -135
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +165 -144
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +165 -144
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +165 -144
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +165 -144
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +165 -144
- package/themes/vkBaseDark/cssVars/theme/index.js +581 -483
- package/themes/vkBaseDark/cssVars/theme/index.json +581 -483
- package/themes/vkBaseDark/index.css +165 -144
- package/themes/vkBaseDark/index.js +245 -210
- package/themes/vkBaseDark/index.json +245 -210
- package/themes/vkBaseDark/index.less +165 -144
- package/themes/vkBaseDark/index.pcss +165 -144
- package/themes/vkBaseDark/index.scss +165 -144
- package/themes/vkBaseDark/index.styl +165 -144
- package/themes/vkCom/cssVars/declarations/index.css +162 -141
- package/themes/vkCom/cssVars/declarations/noSizes.css +162 -141
- package/themes/vkCom/cssVars/declarations/onlyColors.css +162 -141
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +162 -141
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +162 -141
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +162 -141
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +162 -141
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +162 -141
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +162 -141
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +162 -141
- package/themes/vkCom/cssVars/theme/index.js +582 -484
- package/themes/vkCom/cssVars/theme/index.json +582 -484
- package/themes/vkCom/index.css +162 -141
- package/themes/vkCom/index.js +233 -198
- package/themes/vkCom/index.json +233 -198
- package/themes/vkCom/index.less +162 -141
- package/themes/vkCom/index.pcss +162 -141
- package/themes/vkCom/index.scss +162 -141
- package/themes/vkCom/index.styl +162 -141
- package/themes/vkComDark/cssVars/declarations/index.css +165 -144
- package/themes/vkComDark/cssVars/declarations/noSizes.css +165 -144
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +165 -144
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +165 -144
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +165 -144
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +165 -144
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +165 -144
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +165 -144
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +165 -144
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +165 -144
- package/themes/vkComDark/cssVars/theme/index.js +581 -483
- package/themes/vkComDark/cssVars/theme/index.json +581 -483
- package/themes/vkComDark/index.css +165 -144
- package/themes/vkComDark/index.js +245 -210
- package/themes/vkComDark/index.json +245 -210
- package/themes/vkComDark/index.less +165 -144
- package/themes/vkComDark/index.pcss +165 -144
- package/themes/vkComDark/index.scss +165 -144
- package/themes/vkComDark/index.styl +165 -144
- package/themes/vkIOS/cssVars/declarations/index.css +162 -141
- package/themes/vkIOS/cssVars/declarations/noSizes.css +162 -141
- package/themes/vkIOS/cssVars/declarations/onlyColors.css +162 -141
- package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +162 -141
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +162 -141
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +162 -141
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +162 -141
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +162 -141
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +162 -141
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +162 -141
- package/themes/vkIOS/cssVars/theme/index.js +582 -484
- package/themes/vkIOS/cssVars/theme/index.json +582 -484
- package/themes/vkIOS/index.css +162 -141
- package/themes/vkIOS/index.js +233 -198
- package/themes/vkIOS/index.json +233 -198
- package/themes/vkIOS/index.less +162 -141
- package/themes/vkIOS/index.pcss +162 -141
- package/themes/vkIOS/index.scss +162 -141
- package/themes/vkIOS/index.styl +162 -141
- package/themes/vkIOSDark/cssVars/declarations/index.css +165 -144
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +165 -144
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +165 -144
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +165 -144
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +165 -144
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +165 -144
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +165 -144
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +165 -144
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +165 -144
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +165 -144
- package/themes/vkIOSDark/cssVars/theme/index.js +581 -483
- package/themes/vkIOSDark/cssVars/theme/index.json +581 -483
- package/themes/vkIOSDark/index.css +165 -144
- package/themes/vkIOSDark/index.js +245 -210
- package/themes/vkIOSDark/index.json +245 -210
- package/themes/vkIOSDark/index.less +165 -144
- package/themes/vkIOSDark/index.pcss +165 -144
- package/themes/vkIOSDark/index.scss +165 -144
- package/themes/vkIOSDark/index.styl +165 -144
|
@@ -23,28 +23,42 @@ export declare type ColorDescription<T extends {
|
|
|
23
23
|
export interface ColorsDescriptionStruct {
|
|
24
24
|
colorBackgroundAccent: ColorDescription;
|
|
25
25
|
colorBackgroundAccentThemed: ColorDescription;
|
|
26
|
+
colorBackgroundAccentTint: ColorDescription;
|
|
26
27
|
colorBackgroundAccentAlternative: ColorDescription;
|
|
27
|
-
|
|
28
|
-
colorTextAccent: ColorDescription;
|
|
29
|
-
colorTextAccentThemed: ColorDescription;
|
|
30
|
-
colorStrokeAccent: ColorDescription;
|
|
31
|
-
colorStrokeAccentThemed: ColorDescription;
|
|
32
|
-
colorStrokeContrast: ColorDescription;
|
|
33
|
-
colorActionSheetText: ColorDescription;
|
|
28
|
+
colorBackground: ColorDescription;
|
|
34
29
|
colorBackgroundContent: ColorDescription;
|
|
35
30
|
colorBackgroundSecondary: ColorDescription;
|
|
36
31
|
colorBackgroundSecondaryAlpha: ColorDescription;
|
|
37
32
|
colorBackgroundTertiary: ColorDescription;
|
|
38
|
-
colorBackground: ColorDescription;
|
|
39
33
|
colorBackgroundContrast: ColorDescription;
|
|
40
34
|
colorBackgroundContrastSecondaryAlpha: ColorDescription;
|
|
35
|
+
colorBackgroundContrastInverse: ColorDescription;
|
|
36
|
+
colorBackgroundModal: ColorDescription;
|
|
37
|
+
colorBackgroundModalInverse: ColorDescription;
|
|
41
38
|
colorBackgroundWarning: ColorDescription;
|
|
39
|
+
colorBackgroundPositive: ColorDescription;
|
|
42
40
|
colorBackgroundNegative: ColorDescription;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
colorStrokeNegative: ColorDescription;
|
|
41
|
+
colorBackgroundNegativeTint: ColorDescription;
|
|
42
|
+
colorFieldBackground: ColorDescription;
|
|
46
43
|
colorHeaderBackground: ColorDescription;
|
|
47
|
-
|
|
44
|
+
colorTextAccent: ColorDescription;
|
|
45
|
+
colorTextAccentThemed: ColorDescription;
|
|
46
|
+
colorTextPrimary: ColorDescription;
|
|
47
|
+
colorTextPrimaryInvariably: ColorDescription;
|
|
48
|
+
colorTextSecondary: ColorDescription;
|
|
49
|
+
colorTextSubhead: ColorDescription;
|
|
50
|
+
colorTextTertiary: ColorDescription;
|
|
51
|
+
colorTextContrast: ColorDescription;
|
|
52
|
+
colorTextContrastThemed: ColorDescription;
|
|
53
|
+
colorTextPositive: ColorDescription;
|
|
54
|
+
colorTextNegative: ColorDescription;
|
|
55
|
+
colorTextLink: ColorDescription;
|
|
56
|
+
colorTextLinkThemed: ColorDescription;
|
|
57
|
+
colorTextLinkVisited: ColorDescription;
|
|
58
|
+
colorTextMuted: ColorDescription;
|
|
59
|
+
colorLinkContrast: ColorDescription;
|
|
60
|
+
colorIconAccent: ColorDescription;
|
|
61
|
+
colorIconAccentThemed: ColorDescription;
|
|
48
62
|
colorIconPrimary: ColorDescription;
|
|
49
63
|
colorIconPrimaryInvariably: ColorDescription;
|
|
50
64
|
colorIconMedium: ColorDescription;
|
|
@@ -53,28 +67,23 @@ export interface ColorsDescriptionStruct {
|
|
|
53
67
|
colorIconSecondaryAlpha: ColorDescription;
|
|
54
68
|
colorIconTertiary: ColorDescription;
|
|
55
69
|
colorIconTertiaryAlpha: ColorDescription;
|
|
70
|
+
colorIconContrast: ColorDescription;
|
|
71
|
+
colorIconContrastThemed: ColorDescription;
|
|
72
|
+
colorIconContrastSecondary: ColorDescription;
|
|
73
|
+
colorIconPositive: ColorDescription;
|
|
74
|
+
colorIconNegative: ColorDescription;
|
|
75
|
+
colorStrokeAccent: ColorDescription;
|
|
76
|
+
colorStrokeAccentThemed: ColorDescription;
|
|
77
|
+
colorStrokePositive: ColorDescription;
|
|
78
|
+
colorStrokeNegative: ColorDescription;
|
|
79
|
+
colorStrokeContrast: ColorDescription;
|
|
56
80
|
colorImageBorderAlpha: ColorDescription;
|
|
57
|
-
colorWriteBarInputBackground: ColorDescription;
|
|
58
|
-
colorWriteBarInputBorderAlpha: ColorDescription;
|
|
59
|
-
colorTrackBackground: ColorDescription;
|
|
60
|
-
colorTrackBuffer: ColorDescription;
|
|
61
|
-
colorBackgroundModal: ColorDescription;
|
|
62
|
-
colorImagePlaceholder: ColorDescription;
|
|
63
|
-
colorImagePlaceholderAlpha: ColorDescription;
|
|
64
|
-
colorSearchFieldBackground: ColorDescription;
|
|
65
81
|
colorFieldBorderAlpha: ColorDescription;
|
|
66
82
|
colorSeparatorPrimaryAlpha: ColorDescription;
|
|
67
83
|
colorSeparatorSecondary: ColorDescription;
|
|
68
84
|
colorSeparatorPrimary: ColorDescription;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
colorTextMuted: ColorDescription;
|
|
72
|
-
colorTextPrimary: ColorDescription;
|
|
73
|
-
colorTextPrimaryInvariably: ColorDescription;
|
|
74
|
-
colorTextSecondary: ColorDescription;
|
|
75
|
-
colorTextSubhead: ColorDescription;
|
|
76
|
-
colorTextTertiary: ColorDescription;
|
|
77
|
-
colorWriteBarIcon: ColorDescription;
|
|
85
|
+
colorSeparatorPrimary2x: ColorDescription;
|
|
86
|
+
colorSeparatorPrimary3x: ColorDescription;
|
|
78
87
|
colorAccentBlue: ColorDescription;
|
|
79
88
|
colorAccentGray: ColorDescription;
|
|
80
89
|
colorAccentRed: ColorDescription;
|
|
@@ -82,26 +91,24 @@ export interface ColorsDescriptionStruct {
|
|
|
82
91
|
colorAccentOrange: ColorDescription;
|
|
83
92
|
colorAccentPurple: ColorDescription;
|
|
84
93
|
colorAccentViolet: ColorDescription;
|
|
85
|
-
colorSkeletonFrom: ColorDescription;
|
|
86
|
-
colorSkeletonTo: ColorDescription;
|
|
87
94
|
colorAccentSecondary: ColorDescription;
|
|
88
|
-
|
|
89
|
-
colorTextContrast: ColorDescription;
|
|
90
|
-
colorTextContrastThemed: ColorDescription;
|
|
91
|
-
colorIconContrast: ColorDescription;
|
|
92
|
-
colorIconContrastThemed: ColorDescription;
|
|
93
|
-
colorLinkContrast: ColorDescription;
|
|
94
|
-
colorBackgroundPositive: ColorDescription;
|
|
95
|
-
colorIconPositive: ColorDescription;
|
|
96
|
-
colorTextPositive: ColorDescription;
|
|
97
|
-
colorStrokePositive: ColorDescription;
|
|
95
|
+
colorOverlayPrimary: ColorDescription;
|
|
98
96
|
colorAvatarOverlay: ColorDescription;
|
|
99
97
|
colorAvatarOverlayInverseAlpha: ColorDescription;
|
|
100
|
-
|
|
98
|
+
colorImagePlaceholder: ColorDescription;
|
|
99
|
+
colorImagePlaceholderAlpha: ColorDescription;
|
|
100
|
+
colorSkeletonFrom: ColorDescription;
|
|
101
|
+
colorSkeletonTo: ColorDescription;
|
|
102
|
+
colorWriteBarIcon: ColorDescription;
|
|
103
|
+
colorWriteBarInputBackground: ColorDescription;
|
|
104
|
+
colorWriteBarInputBorderAlpha: ColorDescription;
|
|
105
|
+
colorActionSheetText: ColorDescription;
|
|
106
|
+
colorTrackBackground: ColorDescription;
|
|
107
|
+
colorTrackBuffer: ColorDescription;
|
|
108
|
+
colorSearchFieldBackground: ColorDescription;
|
|
109
|
+
colorPanelHeaderIcon: ColorDescription;
|
|
101
110
|
colorTransparent: ColorDescription;
|
|
102
|
-
|
|
103
|
-
colorFieldBackground: ColorDescription;
|
|
104
|
-
colorIconContrastSecondary: ColorDescription;
|
|
111
|
+
colorSegmentedControl: ColorDescription;
|
|
105
112
|
}
|
|
106
113
|
export declare type Colors = {
|
|
107
114
|
[key in keyof ColorsDescriptionStruct]: ColorWithStates;
|
|
@@ -73,6 +73,16 @@ export interface LocalOctaviusColorsDescriptionStruct {
|
|
|
73
73
|
colorPaletteViolet1: ColorDescription;
|
|
74
74
|
colorPaletteViolet2: ColorDescription;
|
|
75
75
|
colorAlert: ColorDescription;
|
|
76
|
+
colorTagBackgroundMint: ColorDescription;
|
|
77
|
+
colorTagTextMint: ColorDescription;
|
|
78
|
+
colorTagBackgroundSky: ColorDescription;
|
|
79
|
+
colorTagTextSky: ColorDescription;
|
|
80
|
+
colorTagBackgroundOrange: ColorDescription;
|
|
81
|
+
colorTagTextOrange: ColorDescription;
|
|
82
|
+
colorTagBackgroundPink: ColorDescription;
|
|
83
|
+
colorTagTextPink: ColorDescription;
|
|
84
|
+
colorTagBackgroundPurple: ColorDescription;
|
|
85
|
+
colorTagTextPurple: ColorDescription;
|
|
76
86
|
octaviusColorButtonText: ColorDescription;
|
|
77
87
|
octaviusColorButtonIcon: ColorDescription;
|
|
78
88
|
octaviusColorButtonBackgroundAlpha: ColorDescription;
|
|
@@ -1,8 +1,46 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Property } from 'csstype';
|
|
2
|
+
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
3
|
+
import { Adaptive } from '../../general/tools';
|
|
4
|
+
import { Font } from '../../general/typography';
|
|
5
|
+
import { LocalParadigmColorsDescriptionStruct, ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
2
6
|
declare type SearchViewports = ['touch', 'desktopS'];
|
|
3
|
-
export
|
|
7
|
+
export declare type SearchLocalGradients = {
|
|
8
|
+
searchCardBackground: string;
|
|
9
|
+
searchCardWithTextBackground: any;
|
|
10
|
+
};
|
|
11
|
+
export declare type SearchLocalElevations = {
|
|
12
|
+
elevation1Hover: Property.BoxShadow;
|
|
13
|
+
elevation2Hover: Property.BoxShadow;
|
|
14
|
+
elevationButtons: Property.BoxShadow;
|
|
15
|
+
};
|
|
16
|
+
export declare type SearchLocalFonts = {
|
|
17
|
+
searchFontSearchTitle1: Adaptive<Font>;
|
|
18
|
+
searchFontSearchTitle4: Adaptive<Font>;
|
|
19
|
+
searchFontSearchTitle4Bold: Adaptive<Font>;
|
|
20
|
+
searchFontSearchSubheadBold: Adaptive<Font>;
|
|
21
|
+
searchFontSearchFootnoteBold: Adaptive<Font>;
|
|
22
|
+
searchFontSearchFootnoteMailSans: Adaptive<Font>;
|
|
23
|
+
searchFontSearchCaption1Bold: Adaptive<Font>;
|
|
24
|
+
searchFontSearchCaption1MailSans: Adaptive<Font>;
|
|
25
|
+
searchFontSearchCaption2MailSans: Adaptive<Font>;
|
|
26
|
+
searchFontSearchTextBold: Partial<Adaptive<Font>>;
|
|
27
|
+
searchFontSearchTextMailSans: Partial<Adaptive<Font>>;
|
|
28
|
+
};
|
|
29
|
+
export interface LocalSearchColorsDescriptionStruct {
|
|
30
|
+
searchColorTextLinkPositive: ColorDescription;
|
|
31
|
+
searchColorTextLinkPositiveTint: ColorDescription;
|
|
32
|
+
searchColorBackgroundAccentTint: ColorDescription;
|
|
33
|
+
searchColorBackgroundOrangeAccentHover: ColorDescription;
|
|
34
|
+
searchColorBackgroundOrangeAccentActive: ColorDescription;
|
|
35
|
+
searchColorTextLinkAlternativeHover: ColorDescription;
|
|
4
36
|
}
|
|
5
|
-
export
|
|
37
|
+
export declare type SearchLocalColors = {
|
|
38
|
+
[key in keyof LocalSearchColorsDescriptionStruct]: ColorWithStates;
|
|
39
|
+
};
|
|
40
|
+
export interface ThemeSearch extends ParadigmTheme<SearchViewports>, SearchLocalGradients, SearchLocalElevations, SearchLocalFonts, SearchLocalColors {
|
|
41
|
+
}
|
|
42
|
+
export interface ThemeSearchDescription extends ParadigmThemeDescription<SearchViewports>, SearchLocalGradients, SearchLocalElevations, SearchLocalFonts {
|
|
43
|
+
colors: LocalSearchColorsDescriptionStruct & LocalParadigmColorsDescriptionStruct & ColorsDescriptionStruct;
|
|
6
44
|
}
|
|
7
45
|
export interface ThemeSearchCssVars extends ParadigmThemeCssVars<SearchViewports, ThemeSearch> {
|
|
8
46
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.14.1",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "utils/descriptions.js",
|
|
@@ -50,6 +50,9 @@ exports.lightColors = {
|
|
|
50
50
|
colorBackgroundPositive: '#0DC268',
|
|
51
51
|
colorBackgroundNegativeTint: '#FAEBEB',
|
|
52
52
|
colorFieldBackground: '#ffffff',
|
|
53
|
+
colorBackgroundModalInverse: '#303030',
|
|
54
|
+
colorBackgroundContrastInverse: '#303030',
|
|
55
|
+
colorBackgroundAccentTint: '#5a9eff',
|
|
53
56
|
// Text
|
|
54
57
|
colorTextAccent: '#005FF9',
|
|
55
58
|
colorTextAccentThemed: '#005FF9',
|
|
@@ -69,6 +72,7 @@ exports.lightColors = {
|
|
|
69
72
|
colorTextPositive: '#0DC268',
|
|
70
73
|
// Icons
|
|
71
74
|
colorIconAccent: '#005FF9',
|
|
75
|
+
colorIconAccentThemed: '#005FF9',
|
|
72
76
|
colorIconNegative: '#ED0A34',
|
|
73
77
|
colorIconPrimary: '#2C2D2E',
|
|
74
78
|
colorIconPrimaryInvariably: '#2C2D2E',
|
|
@@ -93,6 +97,8 @@ exports.lightColors = {
|
|
|
93
97
|
colorSeparatorSecondary: '#E6E7EB',
|
|
94
98
|
colorSeparatorPrimary: '#DADCE0',
|
|
95
99
|
colorStrokePositive: '#0DC268',
|
|
100
|
+
colorSeparatorPrimary2x: '#CDD0D5',
|
|
101
|
+
colorSeparatorPrimary3x: '#BFC3CA',
|
|
96
102
|
// Palette
|
|
97
103
|
colorAccentBlue: '#005FF9',
|
|
98
104
|
colorAccentGray: '#A5A7AD',
|
|
@@ -119,6 +125,7 @@ exports.lightColors = {
|
|
|
119
125
|
colorAvatarOverlay: 'rgba(145, 147, 153, 0.48)',
|
|
120
126
|
colorAvatarOverlayInverseAlpha: 'rgba(255, 255, 255, 0.85)',
|
|
121
127
|
colorOverlayPrimary: 'rgba(0, 0, 0, 0.48)',
|
|
128
|
+
colorSegmentedControl: '#FFFFFF',
|
|
122
129
|
colorTransparent: 'transparent',
|
|
123
130
|
},
|
|
124
131
|
};
|
|
@@ -146,6 +153,9 @@ exports.darkColors = {
|
|
|
146
153
|
colorBackgroundPositive: '#0DC268',
|
|
147
154
|
colorBackgroundNegativeTint: '#522e2e',
|
|
148
155
|
colorFieldBackground: '#232324',
|
|
156
|
+
colorBackgroundModalInverse: '#ffffff',
|
|
157
|
+
colorBackgroundContrastInverse: '#303030',
|
|
158
|
+
colorBackgroundAccentTint: '#5a9eff',
|
|
149
159
|
// Text
|
|
150
160
|
colorTextAccent: '#3C82FD',
|
|
151
161
|
colorTextAccentThemed: '#FFFFFF',
|
|
@@ -165,6 +175,7 @@ exports.darkColors = {
|
|
|
165
175
|
colorTextPositive: '#0DC268',
|
|
166
176
|
// Icons
|
|
167
177
|
colorIconAccent: '#3C82FD',
|
|
178
|
+
colorIconAccentThemed: '#FFFFFF',
|
|
168
179
|
colorIconNegative: '#ED0A34',
|
|
169
180
|
colorIconPrimary: '#D9DADD',
|
|
170
181
|
colorIconPrimaryInvariably: '#2C2D2E',
|
|
@@ -188,6 +199,8 @@ exports.darkColors = {
|
|
|
188
199
|
colorSeparatorPrimaryAlpha: 'rgba(0, 0, 0, 0.4)',
|
|
189
200
|
colorSeparatorSecondary: '#181818',
|
|
190
201
|
colorSeparatorPrimary: '#151516',
|
|
202
|
+
colorSeparatorPrimary2x: '#202022',
|
|
203
|
+
colorSeparatorPrimary3x: '#2d2d2f',
|
|
191
204
|
colorStrokePositive: '#0DC268',
|
|
192
205
|
// Palette
|
|
193
206
|
colorAccentBlue: '#2775FC',
|
|
@@ -215,6 +228,7 @@ exports.darkColors = {
|
|
|
215
228
|
colorAvatarOverlay: 'rgba(176, 178, 182, 0.48)',
|
|
216
229
|
colorAvatarOverlayInverseAlpha: 'rgba(255, 255, 255, 0.85)',
|
|
217
230
|
colorOverlayPrimary: 'rgba(0, 0, 0, 0.48)',
|
|
231
|
+
colorSegmentedControl: '#626364',
|
|
218
232
|
colorTransparent: 'transparent',
|
|
219
233
|
},
|
|
220
234
|
};
|
|
@@ -27,16 +27,12 @@ var colorBackgroundTertiaryDark = '#202021';
|
|
|
27
27
|
exports.lightColors = {
|
|
28
28
|
colorsScheme: 'light',
|
|
29
29
|
colors: {
|
|
30
|
+
// Background
|
|
30
31
|
colorBackgroundAccent: '#2688EB',
|
|
31
32
|
colorBackgroundAccentThemed: '#2688EB',
|
|
33
|
+
colorBackgroundAccentTint: '#5a9eff',
|
|
32
34
|
colorBackgroundAccentAlternative: '#2688EB',
|
|
33
|
-
|
|
34
|
-
colorTextAccent: '#2688EB',
|
|
35
|
-
colorTextAccentThemed: '#2688EB',
|
|
36
|
-
colorStrokeAccent: '#2688EB',
|
|
37
|
-
colorStrokeAccentThemed: '#2688EB',
|
|
38
|
-
colorStrokeContrast: '#FFFFFF',
|
|
39
|
-
colorActionSheetText: '#3F8AE0',
|
|
35
|
+
colorBackground: '#EBEDF0',
|
|
40
36
|
colorBackgroundContent: '#FFFFFF',
|
|
41
37
|
colorBackgroundSecondary: '#F5F5F5',
|
|
42
38
|
colorBackgroundSecondaryAlpha: {
|
|
@@ -45,17 +41,37 @@ exports.lightColors = {
|
|
|
45
41
|
active: 'rgba(0, 0, 0, 0.12)',
|
|
46
42
|
},
|
|
47
43
|
colorBackgroundTertiary: colorBackgroundTertiaryLight,
|
|
48
|
-
colorBackground: '#EBEDF0',
|
|
49
44
|
colorBackgroundContrast: '#FFFFFF',
|
|
50
45
|
colorBackgroundContrastSecondaryAlpha: 'rgba(255, 255, 255, 0.20)',
|
|
46
|
+
colorBackgroundContrastInverse: '#2d2d2e',
|
|
47
|
+
colorBackgroundModal: '#FFFFFF',
|
|
48
|
+
colorBackgroundModalInverse: '#2d2d2e',
|
|
51
49
|
colorBackgroundWarning: '#FFF2D6',
|
|
50
|
+
colorBackgroundPositive: '#4BB34B',
|
|
52
51
|
colorBackgroundNegative: '#E64646',
|
|
53
52
|
colorBackgroundNegativeTint: '#FAEBEB',
|
|
54
|
-
|
|
55
|
-
colorIconNegative: '#E64646',
|
|
56
|
-
colorStrokeNegative: '#E64646',
|
|
53
|
+
colorFieldBackground: '#f2f3f5',
|
|
57
54
|
colorHeaderBackground: '#FFFFFF',
|
|
58
|
-
|
|
55
|
+
// Text
|
|
56
|
+
colorTextAccent: '#2688EB',
|
|
57
|
+
colorTextAccentThemed: '#2688EB',
|
|
58
|
+
colorTextPrimary: '#000000',
|
|
59
|
+
colorTextPrimaryInvariably: '#000000',
|
|
60
|
+
colorTextSecondary: '#818C99',
|
|
61
|
+
colorTextSubhead: '#6D7885',
|
|
62
|
+
colorTextTertiary: '#99A2AD',
|
|
63
|
+
colorTextContrast: '#FFFFFF',
|
|
64
|
+
colorTextContrastThemed: '#FFFFFF',
|
|
65
|
+
colorTextPositive: '#4BB34B',
|
|
66
|
+
colorTextNegative: '#E64646',
|
|
67
|
+
colorTextLink: '#2D81E0',
|
|
68
|
+
colorTextLinkThemed: '#4986CC',
|
|
69
|
+
colorTextLinkVisited: '#4986CC',
|
|
70
|
+
colorTextMuted: '#2C2D2E',
|
|
71
|
+
colorLinkContrast: '#FFFFFF',
|
|
72
|
+
// Icons
|
|
73
|
+
colorIconAccent: '#2688EB',
|
|
74
|
+
colorIconAccentThemed: '#2688EB',
|
|
59
75
|
colorIconPrimary: '#2C2D2E',
|
|
60
76
|
colorIconPrimaryInvariably: '#2C2D2E',
|
|
61
77
|
colorIconMedium: '#818C99',
|
|
@@ -64,34 +80,29 @@ exports.lightColors = {
|
|
|
64
80
|
colorIconSecondaryAlpha: 'rgba(0, 0, 0, 0.36)',
|
|
65
81
|
colorIconTertiary: '#B8C1CC',
|
|
66
82
|
colorIconTertiaryAlpha: 'rgba(0, 0, 0, 0.24)',
|
|
83
|
+
colorIconContrast: '#FFFFFF',
|
|
84
|
+
colorIconContrastThemed: '#FFFFFF',
|
|
67
85
|
colorIconContrastSecondary: '#F2F3F5',
|
|
86
|
+
colorIconPositive: '#4BB34B',
|
|
87
|
+
colorIconNegative: '#E64646',
|
|
88
|
+
// Stroke
|
|
89
|
+
colorStrokeAccent: '#2688EB',
|
|
90
|
+
colorStrokeAccentThemed: '#2688EB',
|
|
91
|
+
colorSeparatorPrimary: '#D7D8D9',
|
|
92
|
+
colorSeparatorPrimary2x: '#cbcccd',
|
|
93
|
+
colorSeparatorPrimary3x: '#bebfc1',
|
|
94
|
+
colorSeparatorPrimaryAlpha: 'rgba(0, 0, 0, 0.12)',
|
|
95
|
+
colorSeparatorSecondary: '#E1E3E6',
|
|
96
|
+
colorStrokePositive: '#4BB34B',
|
|
97
|
+
colorStrokeNegative: '#E64646',
|
|
98
|
+
colorStrokeContrast: '#FFFFFF',
|
|
68
99
|
colorImageBorderAlpha: 'rgba(0, 0, 0, 0.08)',
|
|
69
|
-
colorWriteBarInputBackground: '#F2F3F5',
|
|
70
|
-
colorWriteBarInputBorderAlpha: 'rgba(0, 0, 0, 0.08)',
|
|
71
|
-
colorTrackBackground: '#E1E3E6',
|
|
72
|
-
colorTrackBuffer: '#A0BFE4',
|
|
73
|
-
colorBackgroundModal: '#FFFFFF',
|
|
74
|
-
colorImagePlaceholderAlpha: 'rgba(0, 28, 61, 0.08)',
|
|
75
|
-
colorImagePlaceholder: '#F2F3F5',
|
|
76
|
-
colorSearchFieldBackground: '#EBEDF0',
|
|
77
100
|
colorFieldBorderAlpha: {
|
|
78
101
|
normal: 'rgba(0, 0, 0, 0.12)',
|
|
79
102
|
hover: 'rgba(0, 0, 0, 0.24)',
|
|
80
103
|
active: 'rgba(0, 0, 0, 0.36)',
|
|
81
104
|
},
|
|
82
|
-
|
|
83
|
-
colorSeparatorPrimaryAlpha: 'rgba(0, 0, 0, 0.12)',
|
|
84
|
-
colorSeparatorSecondary: '#E1E3E6',
|
|
85
|
-
colorSeparatorPrimary: '#D7D8D9',
|
|
86
|
-
colorTextLink: '#2D81E0',
|
|
87
|
-
colorTextLinkThemed: '#4986CC',
|
|
88
|
-
colorTextMuted: '#2C2D2E',
|
|
89
|
-
colorTextPrimary: '#000000',
|
|
90
|
-
colorTextPrimaryInvariably: '#000000',
|
|
91
|
-
colorTextSecondary: '#818C99',
|
|
92
|
-
colorTextSubhead: '#6D7885',
|
|
93
|
-
colorTextTertiary: '#99A2AD',
|
|
94
|
-
colorWriteBarIcon: '#3F8AE0',
|
|
105
|
+
// Palette
|
|
95
106
|
colorAccentBlue: '#3F8AE0',
|
|
96
107
|
colorAccentGray: '#A3ADB8',
|
|
97
108
|
colorAccentRed: '#FF3347',
|
|
@@ -99,38 +110,36 @@ exports.lightColors = {
|
|
|
99
110
|
colorAccentOrange: '#FFA000',
|
|
100
111
|
colorAccentPurple: '#735CE6',
|
|
101
112
|
colorAccentViolet: '#792EC0',
|
|
102
|
-
colorSkeletonFrom: '#F5F5F5',
|
|
103
|
-
colorSkeletonTo: '#E1E3E6',
|
|
104
113
|
colorAccentSecondary: '#3F8AE0',
|
|
105
|
-
|
|
106
|
-
colorTextContrast: '#FFFFFF',
|
|
107
|
-
colorTextContrastThemed: '#FFFFFF',
|
|
108
|
-
colorIconContrast: '#FFFFFF',
|
|
109
|
-
colorIconContrastThemed: '#FFFFFF',
|
|
110
|
-
colorLinkContrast: '#FFFFFF',
|
|
111
|
-
colorTextPositive: '#4BB34B',
|
|
112
|
-
colorBackgroundPositive: '#4BB34B',
|
|
113
|
-
colorIconPositive: '#4BB34B',
|
|
114
|
-
colorStrokePositive: '#4BB34B',
|
|
115
|
-
colorAvatarOverlay: 'rgba(0, 0, 0, 0.6)',
|
|
114
|
+
// Other
|
|
116
115
|
colorOverlayPrimary: 'rgba(0, 0, 0, 0.4)',
|
|
117
|
-
|
|
116
|
+
colorAvatarOverlay: 'rgba(0, 0, 0, 0.6)',
|
|
118
117
|
colorAvatarOverlayInverseAlpha: 'rgba(255, 255, 255, 0.85)',
|
|
118
|
+
colorActionSheetText: '#3F8AE0',
|
|
119
|
+
colorImagePlaceholder: '#F2F3F5',
|
|
120
|
+
colorImagePlaceholderAlpha: 'rgba(0, 28, 61, 0.08)',
|
|
121
|
+
colorSkeletonFrom: '#F5F5F5',
|
|
122
|
+
colorSkeletonTo: '#E1E3E6',
|
|
123
|
+
colorWriteBarIcon: '#3F8AE0',
|
|
124
|
+
colorWriteBarInputBackground: '#F2F3F5',
|
|
125
|
+
colorWriteBarInputBorderAlpha: 'rgba(0, 0, 0, 0.08)',
|
|
126
|
+
colorTrackBackground: '#E1E3E6',
|
|
127
|
+
colorTrackBuffer: '#A0BFE4',
|
|
128
|
+
colorSearchFieldBackground: '#EBEDF0',
|
|
129
|
+
colorPanelHeaderIcon: '#2688EB',
|
|
130
|
+
colorSegmentedControl: '#FFFFFF',
|
|
131
|
+
colorTransparent: 'transparent',
|
|
119
132
|
},
|
|
120
133
|
};
|
|
121
134
|
exports.darkColors = {
|
|
122
135
|
colorsScheme: 'dark',
|
|
123
136
|
colors: {
|
|
137
|
+
// Background
|
|
124
138
|
colorBackgroundAccent: '#529EF4',
|
|
125
139
|
colorBackgroundAccentThemed: '#FFFFFF',
|
|
140
|
+
colorBackgroundAccentTint: '#5a9eff',
|
|
126
141
|
colorBackgroundAccentAlternative: '#529EF4',
|
|
127
|
-
|
|
128
|
-
colorTextAccent: '#529EF4',
|
|
129
|
-
colorTextAccentThemed: '#FFFFFF',
|
|
130
|
-
colorStrokeAccent: '#529EF4',
|
|
131
|
-
colorStrokeAccentThemed: '#FFFFFF',
|
|
132
|
-
colorStrokeContrast: '#FFFFFF',
|
|
133
|
-
colorActionSheetText: '#529EF4',
|
|
142
|
+
colorBackground: '#0A0A0A',
|
|
134
143
|
colorBackgroundContent: '#19191A',
|
|
135
144
|
colorBackgroundSecondary: '#232324',
|
|
136
145
|
colorBackgroundSecondaryAlpha: {
|
|
@@ -139,17 +148,37 @@ exports.darkColors = {
|
|
|
139
148
|
active: 'rgba(255, 255, 255, 0.12)',
|
|
140
149
|
},
|
|
141
150
|
colorBackgroundTertiary: colorBackgroundTertiaryDark,
|
|
142
|
-
colorBackground: '#0A0A0A',
|
|
143
151
|
colorBackgroundContrast: '#FFFFFF',
|
|
144
152
|
colorBackgroundContrastSecondaryAlpha: 'rgba(255, 255, 255, 0.20)',
|
|
145
|
-
|
|
153
|
+
colorBackgroundContrastInverse: '#2d2d2e',
|
|
154
|
+
colorBackgroundModal: '#2D2D2E',
|
|
155
|
+
colorBackgroundModalInverse: '#ffffff',
|
|
146
156
|
colorBackgroundWarning: '#887244',
|
|
157
|
+
colorBackgroundPositive: '#4BB34B',
|
|
158
|
+
colorBackgroundNegative: '#FF5C5C',
|
|
147
159
|
colorBackgroundNegativeTint: '#522E2E',
|
|
148
|
-
|
|
149
|
-
colorIconNegative: '#FF5C5C',
|
|
150
|
-
colorStrokeNegative: '#FF5C5C',
|
|
160
|
+
colorFieldBackground: '#292929',
|
|
151
161
|
colorHeaderBackground: '#19191A',
|
|
152
|
-
|
|
162
|
+
// Text
|
|
163
|
+
colorTextAccent: '#529EF4',
|
|
164
|
+
colorTextAccentThemed: '#FFFFFF',
|
|
165
|
+
colorTextPrimary: '#E1E3E6',
|
|
166
|
+
colorTextPrimaryInvariably: '#000000',
|
|
167
|
+
colorTextSecondary: '#76787A',
|
|
168
|
+
colorTextSubhead: '#C1C3C6',
|
|
169
|
+
colorTextTertiary: '#636567',
|
|
170
|
+
colorTextContrast: '#FFFFFF',
|
|
171
|
+
colorTextContrastThemed: '#000000',
|
|
172
|
+
colorTextPositive: '#4BB34B',
|
|
173
|
+
colorTextNegative: '#FF5C5C',
|
|
174
|
+
colorTextLink: '#529EF4',
|
|
175
|
+
colorTextLinkThemed: '#FFFFFF',
|
|
176
|
+
colorTextLinkVisited: '#4986CC',
|
|
177
|
+
colorTextMuted: '#E1E3E6',
|
|
178
|
+
colorLinkContrast: '#FFFFFF',
|
|
179
|
+
// Icons
|
|
180
|
+
colorIconAccent: '#529EF4',
|
|
181
|
+
colorIconAccentThemed: '#FFFFFF',
|
|
153
182
|
colorIconPrimary: '#E1E3E6',
|
|
154
183
|
colorIconPrimaryInvariably: '#2C2D2E',
|
|
155
184
|
colorIconMedium: '#B0B1B6',
|
|
@@ -158,56 +187,51 @@ exports.darkColors = {
|
|
|
158
187
|
colorIconSecondaryAlpha: 'rgba(0, 0, 0, 0.43)',
|
|
159
188
|
colorIconTertiary: '#5D5F61',
|
|
160
189
|
colorIconTertiaryAlpha: 'rgba(255, 255, 255, 0.3)',
|
|
190
|
+
colorIconContrast: '#FFFFFF',
|
|
191
|
+
colorIconContrastThemed: '#000000',
|
|
161
192
|
colorIconContrastSecondary: '#F2F3F5',
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
colorSearchFieldBackground: '#232324',
|
|
171
|
-
colorFieldBorderAlpha: 'rgba(255, 255, 255, 0.12)',
|
|
172
|
-
colorFieldBackground: '#292929',
|
|
193
|
+
colorIconPositive: '#4BB34B',
|
|
194
|
+
colorIconNegative: '#FF5C5C',
|
|
195
|
+
// Stroke
|
|
196
|
+
colorStrokeAccent: '#529EF4',
|
|
197
|
+
colorStrokeAccentThemed: '#FFFFFF',
|
|
198
|
+
colorSeparatorPrimary: '#363738',
|
|
199
|
+
colorSeparatorPrimary2x: '#444546',
|
|
200
|
+
colorSeparatorPrimary3x: '#505253',
|
|
173
201
|
colorSeparatorPrimaryAlpha: 'rgba(255, 255, 255, 0.12)',
|
|
174
202
|
colorSeparatorSecondary: '#141415',
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
colorTextSecondary: '#76787A',
|
|
182
|
-
colorTextSubhead: '#C1C3C6',
|
|
183
|
-
colorTextTertiary: '#636567',
|
|
184
|
-
colorWriteBarIcon: '#529EF4',
|
|
203
|
+
colorStrokePositive: '#4BB34B',
|
|
204
|
+
colorStrokeNegative: '#FF5C5C',
|
|
205
|
+
colorStrokeContrast: '#FFFFFF',
|
|
206
|
+
colorImageBorderAlpha: 'rgba(255, 255, 255, 0.08)',
|
|
207
|
+
colorFieldBorderAlpha: 'rgba(255, 255, 255, 0.12)',
|
|
208
|
+
// Palette
|
|
185
209
|
colorAccentBlue: '#529EF4',
|
|
186
|
-
// цвета ниже нужно поменять
|
|
187
|
-
// не успел сделать к релизу тёмной версии vk почты
|
|
188
210
|
colorAccentGray: '#A3ADB8',
|
|
189
211
|
colorAccentRed: '#FF3347',
|
|
190
212
|
colorAccentGreen: '#4BB34B',
|
|
191
213
|
colorAccentOrange: '#FFA000',
|
|
192
214
|
colorAccentPurple: '#735CE6',
|
|
193
215
|
colorAccentViolet: '#792EC0',
|
|
194
|
-
colorSkeletonFrom: '#F5F5F5',
|
|
195
|
-
colorSkeletonTo: '#E1E3E6',
|
|
196
216
|
colorAccentSecondary: '#3F8AE0',
|
|
197
|
-
|
|
198
|
-
colorTextContrast: '#FFFFFF',
|
|
199
|
-
colorTextContrastThemed: '#000000',
|
|
200
|
-
colorIconContrast: '#FFFFFF',
|
|
201
|
-
colorIconContrastThemed: '#000000',
|
|
202
|
-
colorLinkContrast: '#FFFFFF',
|
|
203
|
-
colorTextPositive: '#4BB34B',
|
|
204
|
-
colorBackgroundPositive: '#4BB34B',
|
|
205
|
-
colorIconPositive: '#4BB34B',
|
|
206
|
-
colorStrokePositive: '#4BB34B',
|
|
207
|
-
colorAvatarOverlay: 'rgba(0, 0, 0, 0.6)',
|
|
217
|
+
// Other
|
|
208
218
|
colorOverlayPrimary: 'rgba(0, 0, 0, 0.4)',
|
|
209
|
-
|
|
219
|
+
colorAvatarOverlay: 'rgba(0, 0, 0, 0.6)',
|
|
210
220
|
colorAvatarOverlayInverseAlpha: 'rgba(255, 255, 255, 0.85)',
|
|
221
|
+
colorImagePlaceholder: '#2A2B2C',
|
|
222
|
+
colorImagePlaceholderAlpha: 'rgba(241, 247, 255, 0.08)',
|
|
223
|
+
colorSkeletonFrom: '#F5F5F5',
|
|
224
|
+
colorSkeletonTo: '#E1E3E6',
|
|
225
|
+
colorWriteBarIcon: '#529EF4',
|
|
226
|
+
colorWriteBarInputBackground: '#232324',
|
|
227
|
+
colorWriteBarInputBorderAlpha: 'rgba(255, 255, 255, 0.8)',
|
|
228
|
+
colorActionSheetText: '#529EF4',
|
|
229
|
+
colorTrackBackground: '#454647',
|
|
230
|
+
colorTrackBuffer: '#405772',
|
|
231
|
+
colorSearchFieldBackground: '#363738',
|
|
232
|
+
colorPanelHeaderIcon: '#71AAEB',
|
|
233
|
+
colorSegmentedControl: '#626364',
|
|
234
|
+
colorTransparent: 'transparent',
|
|
211
235
|
},
|
|
212
236
|
};
|
|
213
237
|
exports.lightTheme = __assign(__assign({ themeName: 'vkBase', themeNameBase: 'vkBase' }, exports.lightColors), {
|
|
@@ -518,8 +542,8 @@ exports.lightTheme = __assign(__assign({ themeName: 'vkBase', themeNameBase: 'vk
|
|
|
518
542
|
sizeSplitColPaddingHorizontal: {
|
|
519
543
|
regular: 16,
|
|
520
544
|
},
|
|
521
|
-
//
|
|
545
|
+
// Тени и другое
|
|
522
546
|
elevation1: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)', elevation1InvertY: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06)', elevation2: '0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)', elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)', elevation4: '0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)', gradientBlack: getGradientPointsFromColor_1.getGradientPointsFromColor('#000000', 0.4), gradientWhite: getGradientPointsFromColor_1.getGradientPointsFromColor('#FFFFFF'), gradientTint: getGradientPointsFromColor_1.getGradientPointsFromColor(colorBackgroundTertiaryLight), animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', opacityDisable: 0.4, opacityDisableAccessibility: 0.64 });
|
|
523
547
|
exports.darkTheme = __assign(__assign(__assign({}, exports.lightTheme), exports.darkColors), { themeName: 'vkBaseDark', themeInheritsFrom: 'vkBase', colorsScheme: 'dark',
|
|
524
|
-
//
|
|
525
|
-
elevation1: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)', elevation2: '0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)', elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)', elevation4: '0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)', gradientTint: getGradientPointsFromColor_1.getGradientPointsFromColor(colorBackgroundTertiaryDark) });
|
|
548
|
+
// Тени и другое (Поправить для Dark)
|
|
549
|
+
elevation1: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)', elevation1InvertY: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06)', elevation2: '0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)', elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)', elevation4: '0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)', gradientTint: getGradientPointsFromColor_1.getGradientPointsFromColor(colorBackgroundTertiaryDark) });
|
|
@@ -415,6 +415,15 @@
|
|
|
415
415
|
--vkui--color_field_background: #ffffff;
|
|
416
416
|
--vkui--color_field_background--hover: #F5F5F7;
|
|
417
417
|
--vkui--color_field_background--active: #EBECEF;
|
|
418
|
+
--vkui--color_background_modal_inverse: #303030;
|
|
419
|
+
--vkui--color_background_modal_inverse--hover: #2E2F31;
|
|
420
|
+
--vkui--color_background_modal_inverse--active: #2C2D31;
|
|
421
|
+
--vkui--color_background_contrast_inverse: #303030;
|
|
422
|
+
--vkui--color_background_contrast_inverse--hover: #2E2F31;
|
|
423
|
+
--vkui--color_background_contrast_inverse--active: #2C2D31;
|
|
424
|
+
--vkui--color_background_accent_tint: #5a9eff;
|
|
425
|
+
--vkui--color_background_accent_tint--hover: #5698F7;
|
|
426
|
+
--vkui--color_background_accent_tint--active: #5393EF;
|
|
418
427
|
--vkui--color_text_accent: #005FF9;
|
|
419
428
|
--vkui--color_text_accent--hover: #005CF1;
|
|
420
429
|
--vkui--color_text_accent--active: #0059EA;
|
|
@@ -466,6 +475,9 @@
|
|
|
466
475
|
--vkui--color_icon_accent: #005FF9;
|
|
467
476
|
--vkui--color_icon_accent--hover: #005CF1;
|
|
468
477
|
--vkui--color_icon_accent--active: #0059EA;
|
|
478
|
+
--vkui--color_icon_accent_themed: #005FF9;
|
|
479
|
+
--vkui--color_icon_accent_themed--hover: #005CF1;
|
|
480
|
+
--vkui--color_icon_accent_themed--active: #0059EA;
|
|
469
481
|
--vkui--color_icon_negative: #ED0A34;
|
|
470
482
|
--vkui--color_icon_negative--hover: #E40A34;
|
|
471
483
|
--vkui--color_icon_negative--active: #DA0A35;
|
|
@@ -535,6 +547,12 @@
|
|
|
535
547
|
--vkui--color_stroke_positive: #0DC268;
|
|
536
548
|
--vkui--color_stroke_positive--hover: #0CBB66;
|
|
537
549
|
--vkui--color_stroke_positive--active: #0CB465;
|
|
550
|
+
--vkui--color_separator_primary2x: #CDD0D5;
|
|
551
|
+
--vkui--color_separator_primary2x--hover: #C5C8CF;
|
|
552
|
+
--vkui--color_separator_primary2x--active: #BDC1C9;
|
|
553
|
+
--vkui--color_separator_primary3x: #BFC3CA;
|
|
554
|
+
--vkui--color_separator_primary3x--hover: #B7BCC4;
|
|
555
|
+
--vkui--color_separator_primary3x--active: #B0B5BF;
|
|
538
556
|
--vkui--color_accent_blue: #005FF9;
|
|
539
557
|
--vkui--color_accent_blue--hover: #005CF1;
|
|
540
558
|
--vkui--color_accent_blue--active: #0059EA;
|
|
@@ -607,6 +625,9 @@
|
|
|
607
625
|
--vkui--color_overlay_primary: rgba(0, 0, 0, 0.48);
|
|
608
626
|
--vkui--color_overlay_primary--hover: rgba(0, 0, 0, 0.52);
|
|
609
627
|
--vkui--color_overlay_primary--active: rgba(0, 0, 0, 0.56);
|
|
628
|
+
--vkui--color_segmented_control: #FFFFFF;
|
|
629
|
+
--vkui--color_segmented_control--hover: #F5F5F7;
|
|
630
|
+
--vkui--color_segmented_control--active: #EBECEF;
|
|
610
631
|
--vkui--color_transparent: transparent;
|
|
611
632
|
--vkui--color_transparent--hover: rgba(0, 16, 61, 0.04);
|
|
612
633
|
--vkui--color_transparent--active: rgba(0, 16, 61, 0.08);
|