@vkontakte/vkui-tokens 4.34.1 → 4.35.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 +10 -0
- package/interfaces/themes/calendar/index.d.ts +70 -2
- package/package.json +10 -10
- package/themeDescriptions/base/paradigm.js +4 -0
- package/themeDescriptions/base/vk.js +4 -0
- package/themes/calendar/cssVars/declarations/index.css +222 -12
- package/themes/calendar/cssVars/declarations/noSizes.css +222 -12
- package/themes/calendar/cssVars/declarations/onlyColors.css +222 -12
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariables.css +222 -12
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +222 -12
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +222 -12
- package/themes/calendar/cssVars/theme/fallbacks/index.css +222 -12
- package/themes/calendar/cssVars/theme/fallbacks/index.less +222 -12
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +222 -12
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +222 -12
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +222 -12
- package/themes/calendar/cssVars/theme/index.js +1029 -49
- package/themes/calendar/cssVars/theme/index.json +1029 -49
- package/themes/calendar/docs.json +296 -0
- package/themes/calendar/index.css +222 -12
- package/themes/calendar/index.js +369 -19
- package/themes/calendar/index.json +369 -19
- package/themes/calendar/index.less +222 -12
- package/themes/calendar/index.pcss +222 -12
- package/themes/calendar/index.scss +222 -12
- package/themes/calendar/index.styl +222 -12
- package/themes/calendar/struct.json +367 -17
- package/themes/calendarDark/cssVars/declarations/index.css +222 -12
- package/themes/calendarDark/cssVars/declarations/noSizes.css +222 -12
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +222 -12
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +222 -12
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +222 -12
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +222 -12
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +222 -12
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +222 -12
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +222 -12
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +222 -12
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +222 -12
- package/themes/calendarDark/cssVars/theme/index.js +1029 -49
- package/themes/calendarDark/cssVars/theme/index.json +1029 -49
- package/themes/calendarDark/docs.json +296 -0
- package/themes/calendarDark/index.css +222 -12
- package/themes/calendarDark/index.js +370 -20
- package/themes/calendarDark/index.json +370 -20
- package/themes/calendarDark/index.less +222 -12
- package/themes/calendarDark/index.pcss +222 -12
- package/themes/calendarDark/index.scss +222 -12
- package/themes/calendarDark/index.styl +222 -12
- package/themes/calendarDark/struct.json +370 -20
- package/themes/calls/cssVars/declarations/index.css +6 -0
- package/themes/calls/cssVars/declarations/noSizes.css +6 -0
- package/themes/calls/cssVars/declarations/onlyColors.css +6 -0
- package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/calls/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/calls/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/calls/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/calls/cssVars/theme/index.js +28 -0
- package/themes/calls/cssVars/theme/index.json +28 -0
- package/themes/calls/docs.json +24 -0
- package/themes/calls/index.css +6 -0
- package/themes/calls/index.js +10 -0
- package/themes/calls/index.json +10 -0
- package/themes/calls/index.less +6 -0
- package/themes/calls/index.pcss +6 -0
- package/themes/calls/index.scss +6 -0
- package/themes/calls/index.styl +6 -0
- package/themes/calls/struct.json +10 -0
- package/themes/cloud/cssVars/declarations/index.css +6 -0
- package/themes/cloud/cssVars/declarations/noSizes.css +6 -0
- package/themes/cloud/cssVars/declarations/onlyColors.css +6 -0
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/cloud/cssVars/theme/index.js +28 -0
- package/themes/cloud/cssVars/theme/index.json +28 -0
- package/themes/cloud/docs.json +24 -0
- package/themes/cloud/index.css +6 -0
- package/themes/cloud/index.js +10 -0
- package/themes/cloud/index.json +10 -0
- package/themes/cloud/index.less +6 -0
- package/themes/cloud/index.pcss +6 -0
- package/themes/cloud/index.scss +6 -0
- package/themes/cloud/index.styl +6 -0
- package/themes/cloud/struct.json +10 -0
- package/themes/cloudDark/cssVars/declarations/index.css +6 -0
- package/themes/cloudDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/cloudDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/cloudDark/cssVars/theme/index.js +28 -0
- package/themes/cloudDark/cssVars/theme/index.json +28 -0
- package/themes/cloudDark/docs.json +24 -0
- package/themes/cloudDark/index.css +6 -0
- package/themes/cloudDark/index.js +10 -0
- package/themes/cloudDark/index.json +10 -0
- package/themes/cloudDark/index.less +6 -0
- package/themes/cloudDark/index.pcss +6 -0
- package/themes/cloudDark/index.scss +6 -0
- package/themes/cloudDark/index.styl +6 -0
- package/themes/cloudDark/struct.json +10 -0
- package/themes/home/cssVars/declarations/index.css +6 -0
- package/themes/home/cssVars/declarations/noSizes.css +6 -0
- package/themes/home/cssVars/declarations/onlyColors.css +6 -0
- package/themes/home/cssVars/declarations/onlyColors.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/home/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/home/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/home/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/home/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/home/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/home/cssVars/theme/index.js +28 -0
- package/themes/home/cssVars/theme/index.json +28 -0
- package/themes/home/docs.json +24 -0
- package/themes/home/index.css +6 -0
- package/themes/home/index.js +10 -0
- package/themes/home/index.json +10 -0
- package/themes/home/index.less +6 -0
- package/themes/home/index.pcss +6 -0
- package/themes/home/index.scss +6 -0
- package/themes/home/index.styl +6 -0
- package/themes/home/struct.json +10 -0
- package/themes/homeDark/cssVars/declarations/index.css +6 -0
- package/themes/homeDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/homeDark/cssVars/theme/index.js +28 -0
- package/themes/homeDark/cssVars/theme/index.json +28 -0
- package/themes/homeDark/docs.json +24 -0
- package/themes/homeDark/index.css +6 -0
- package/themes/homeDark/index.js +10 -0
- package/themes/homeDark/index.json +10 -0
- package/themes/homeDark/index.less +6 -0
- package/themes/homeDark/index.pcss +6 -0
- package/themes/homeDark/index.scss +6 -0
- package/themes/homeDark/index.styl +6 -0
- package/themes/homeDark/struct.json +10 -0
- package/themes/media/cssVars/declarations/index.css +6 -0
- package/themes/media/cssVars/declarations/noSizes.css +6 -0
- package/themes/media/cssVars/declarations/onlyColors.css +6 -0
- package/themes/media/cssVars/declarations/onlyColors.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/media/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/media/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/media/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/media/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/media/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/media/cssVars/theme/index.js +28 -0
- package/themes/media/cssVars/theme/index.json +28 -0
- package/themes/media/docs.json +24 -0
- package/themes/media/index.css +6 -0
- package/themes/media/index.js +10 -0
- package/themes/media/index.json +10 -0
- package/themes/media/index.less +6 -0
- package/themes/media/index.pcss +6 -0
- package/themes/media/index.scss +6 -0
- package/themes/media/index.styl +6 -0
- package/themes/media/struct.json +10 -0
- package/themes/mediaDark/cssVars/declarations/index.css +6 -0
- package/themes/mediaDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/mediaDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/mediaDark/cssVars/theme/index.js +28 -0
- package/themes/mediaDark/cssVars/theme/index.json +28 -0
- package/themes/mediaDark/docs.json +24 -0
- package/themes/mediaDark/index.css +6 -0
- package/themes/mediaDark/index.js +10 -0
- package/themes/mediaDark/index.json +10 -0
- package/themes/mediaDark/index.less +6 -0
- package/themes/mediaDark/index.pcss +6 -0
- package/themes/mediaDark/index.scss +6 -0
- package/themes/mediaDark/index.styl +6 -0
- package/themes/mediaDark/struct.json +10 -0
- package/themes/mycom/cssVars/declarations/index.css +6 -0
- package/themes/mycom/cssVars/declarations/noSizes.css +6 -0
- package/themes/mycom/cssVars/declarations/onlyColors.css +6 -0
- package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/mycom/cssVars/theme/index.js +28 -0
- package/themes/mycom/cssVars/theme/index.json +28 -0
- package/themes/mycom/docs.json +24 -0
- package/themes/mycom/index.css +6 -0
- package/themes/mycom/index.js +10 -0
- package/themes/mycom/index.json +10 -0
- package/themes/mycom/index.less +6 -0
- package/themes/mycom/index.pcss +6 -0
- package/themes/mycom/index.scss +6 -0
- package/themes/mycom/index.styl +6 -0
- package/themes/mycom/struct.json +10 -0
- package/themes/octavius/cssVars/declarations/index.css +6 -0
- package/themes/octavius/cssVars/declarations/noSizes.css +6 -0
- package/themes/octavius/cssVars/declarations/onlyColors.css +6 -0
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/octavius/cssVars/theme/index.js +28 -0
- package/themes/octavius/cssVars/theme/index.json +28 -0
- package/themes/octavius/docs.json +24 -0
- package/themes/octavius/index.css +6 -0
- package/themes/octavius/index.js +10 -0
- package/themes/octavius/index.json +10 -0
- package/themes/octavius/index.less +6 -0
- package/themes/octavius/index.pcss +6 -0
- package/themes/octavius/index.scss +6 -0
- package/themes/octavius/index.styl +6 -0
- package/themes/octavius/struct.json +10 -0
- package/themes/octaviusCompact/cssVars/declarations/index.css +6 -0
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +6 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +6 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/octaviusCompact/cssVars/theme/index.js +28 -0
- package/themes/octaviusCompact/cssVars/theme/index.json +28 -0
- package/themes/octaviusCompact/docs.json +24 -0
- package/themes/octaviusCompact/index.css +6 -0
- package/themes/octaviusCompact/index.js +10 -0
- package/themes/octaviusCompact/index.json +10 -0
- package/themes/octaviusCompact/index.less +6 -0
- package/themes/octaviusCompact/index.pcss +6 -0
- package/themes/octaviusCompact/index.scss +6 -0
- package/themes/octaviusCompact/index.styl +6 -0
- package/themes/octaviusCompact/struct.json +10 -0
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +6 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.js +28 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.json +28 -0
- package/themes/octaviusCompactDark/docs.json +24 -0
- package/themes/octaviusCompactDark/index.css +6 -0
- package/themes/octaviusCompactDark/index.js +10 -0
- package/themes/octaviusCompactDark/index.json +10 -0
- package/themes/octaviusCompactDark/index.less +6 -0
- package/themes/octaviusCompactDark/index.pcss +6 -0
- package/themes/octaviusCompactDark/index.scss +6 -0
- package/themes/octaviusCompactDark/index.styl +6 -0
- package/themes/octaviusCompactDark/struct.json +10 -0
- package/themes/octaviusDark/cssVars/declarations/index.css +6 -0
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/octaviusDark/cssVars/theme/index.js +28 -0
- package/themes/octaviusDark/cssVars/theme/index.json +28 -0
- package/themes/octaviusDark/docs.json +24 -0
- package/themes/octaviusDark/index.css +6 -0
- package/themes/octaviusDark/index.js +10 -0
- package/themes/octaviusDark/index.json +10 -0
- package/themes/octaviusDark/index.less +6 -0
- package/themes/octaviusDark/index.pcss +6 -0
- package/themes/octaviusDark/index.scss +6 -0
- package/themes/octaviusDark/index.styl +6 -0
- package/themes/octaviusDark/struct.json +10 -0
- package/themes/octaviusVK/cssVars/declarations/index.css +6 -0
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +6 -0
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +6 -0
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/octaviusVK/cssVars/theme/index.js +28 -0
- package/themes/octaviusVK/cssVars/theme/index.json +28 -0
- package/themes/octaviusVK/docs.json +24 -0
- package/themes/octaviusVK/index.css +6 -0
- package/themes/octaviusVK/index.js +10 -0
- package/themes/octaviusVK/index.json +10 -0
- package/themes/octaviusVK/index.less +6 -0
- package/themes/octaviusVK/index.pcss +6 -0
- package/themes/octaviusVK/index.scss +6 -0
- package/themes/octaviusVK/index.styl +6 -0
- package/themes/octaviusVK/struct.json +10 -0
- package/themes/octaviusVKDark/cssVars/declarations/index.css +6 -0
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/octaviusVKDark/cssVars/theme/index.js +28 -0
- package/themes/octaviusVKDark/cssVars/theme/index.json +28 -0
- package/themes/octaviusVKDark/docs.json +24 -0
- package/themes/octaviusVKDark/index.css +6 -0
- package/themes/octaviusVKDark/index.js +10 -0
- package/themes/octaviusVKDark/index.json +10 -0
- package/themes/octaviusVKDark/index.less +6 -0
- package/themes/octaviusVKDark/index.pcss +6 -0
- package/themes/octaviusVKDark/index.scss +6 -0
- package/themes/octaviusVKDark/index.styl +6 -0
- package/themes/octaviusVKDark/struct.json +10 -0
- package/themes/octaviusWhite/cssVars/declarations/index.css +6 -0
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +6 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +6 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/octaviusWhite/cssVars/theme/index.js +28 -0
- package/themes/octaviusWhite/cssVars/theme/index.json +28 -0
- package/themes/octaviusWhite/docs.json +24 -0
- package/themes/octaviusWhite/index.css +6 -0
- package/themes/octaviusWhite/index.js +10 -0
- package/themes/octaviusWhite/index.json +10 -0
- package/themes/octaviusWhite/index.less +6 -0
- package/themes/octaviusWhite/index.pcss +6 -0
- package/themes/octaviusWhite/index.scss +6 -0
- package/themes/octaviusWhite/index.styl +6 -0
- package/themes/octaviusWhite/struct.json +10 -0
- package/themes/otvet/cssVars/declarations/index.css +6 -0
- package/themes/otvet/cssVars/declarations/noSizes.css +6 -0
- package/themes/otvet/cssVars/declarations/onlyColors.css +6 -0
- package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/otvet/cssVars/theme/index.js +28 -0
- package/themes/otvet/cssVars/theme/index.json +28 -0
- package/themes/otvet/docs.json +24 -0
- package/themes/otvet/index.css +6 -0
- package/themes/otvet/index.js +10 -0
- package/themes/otvet/index.json +10 -0
- package/themes/otvet/index.less +6 -0
- package/themes/otvet/index.pcss +6 -0
- package/themes/otvet/index.scss +6 -0
- package/themes/otvet/index.styl +6 -0
- package/themes/otvet/struct.json +10 -0
- package/themes/otvetDark/cssVars/declarations/index.css +6 -0
- package/themes/otvetDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/otvetDark/cssVars/theme/index.js +28 -0
- package/themes/otvetDark/cssVars/theme/index.json +28 -0
- package/themes/otvetDark/docs.json +24 -0
- package/themes/otvetDark/index.css +6 -0
- package/themes/otvetDark/index.js +10 -0
- package/themes/otvetDark/index.json +10 -0
- package/themes/otvetDark/index.less +6 -0
- package/themes/otvetDark/index.pcss +6 -0
- package/themes/otvetDark/index.scss +6 -0
- package/themes/otvetDark/index.styl +6 -0
- package/themes/otvetDark/struct.json +10 -0
- package/themes/paradigmBase/cssVars/declarations/index.css +6 -0
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +6 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.css +6 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/paradigmBase/cssVars/theme/index.js +28 -0
- package/themes/paradigmBase/cssVars/theme/index.json +28 -0
- package/themes/paradigmBase/docs.json +24 -0
- package/themes/paradigmBase/index.css +6 -0
- package/themes/paradigmBase/index.js +10 -0
- package/themes/paradigmBase/index.json +10 -0
- package/themes/paradigmBase/index.less +6 -0
- package/themes/paradigmBase/index.pcss +6 -0
- package/themes/paradigmBase/index.scss +6 -0
- package/themes/paradigmBase/index.styl +6 -0
- package/themes/paradigmBase/struct.json +10 -0
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.js +28 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.json +28 -0
- package/themes/paradigmBaseDark/docs.json +24 -0
- package/themes/paradigmBaseDark/index.css +6 -0
- package/themes/paradigmBaseDark/index.js +10 -0
- package/themes/paradigmBaseDark/index.json +10 -0
- package/themes/paradigmBaseDark/index.less +6 -0
- package/themes/paradigmBaseDark/index.pcss +6 -0
- package/themes/paradigmBaseDark/index.scss +6 -0
- package/themes/paradigmBaseDark/index.styl +6 -0
- package/themes/paradigmBaseDark/struct.json +10 -0
- package/themes/pharma/cssVars/declarations/index.css +6 -0
- package/themes/pharma/cssVars/declarations/noSizes.css +6 -0
- package/themes/pharma/cssVars/declarations/onlyColors.css +6 -0
- package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/pharma/cssVars/theme/index.js +28 -0
- package/themes/pharma/cssVars/theme/index.json +28 -0
- package/themes/pharma/docs.json +24 -0
- package/themes/pharma/index.css +6 -0
- package/themes/pharma/index.js +10 -0
- package/themes/pharma/index.json +10 -0
- package/themes/pharma/index.less +6 -0
- package/themes/pharma/index.pcss +6 -0
- package/themes/pharma/index.scss +6 -0
- package/themes/pharma/index.styl +6 -0
- package/themes/pharma/struct.json +10 -0
- package/themes/portalUI/cssVars/declarations/index.css +6 -0
- package/themes/portalUI/cssVars/declarations/noSizes.css +6 -0
- package/themes/portalUI/cssVars/declarations/onlyColors.css +6 -0
- package/themes/portalUI/cssVars/declarations/onlyColors.js +2 -2
- package/themes/portalUI/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/portalUI/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/portalUI/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/portalUI/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/portalUI/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/portalUI/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/portalUI/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/portalUI/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/portalUI/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/portalUI/cssVars/theme/index.js +28 -0
- package/themes/portalUI/cssVars/theme/index.json +28 -0
- package/themes/portalUI/docs.json +24 -0
- package/themes/portalUI/index.css +6 -0
- package/themes/portalUI/index.js +10 -0
- package/themes/portalUI/index.json +10 -0
- package/themes/portalUI/index.less +6 -0
- package/themes/portalUI/index.pcss +6 -0
- package/themes/portalUI/index.scss +6 -0
- package/themes/portalUI/index.styl +6 -0
- package/themes/portalUI/struct.json +10 -0
- package/themes/portalUIDark/cssVars/declarations/index.css +6 -0
- package/themes/portalUIDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/portalUIDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/portalUIDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/portalUIDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/portalUIDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/portalUIDark/cssVars/theme/index.js +28 -0
- package/themes/portalUIDark/cssVars/theme/index.json +28 -0
- package/themes/portalUIDark/docs.json +24 -0
- package/themes/portalUIDark/index.css +6 -0
- package/themes/portalUIDark/index.js +10 -0
- package/themes/portalUIDark/index.json +10 -0
- package/themes/portalUIDark/index.less +6 -0
- package/themes/portalUIDark/index.pcss +6 -0
- package/themes/portalUIDark/index.scss +6 -0
- package/themes/portalUIDark/index.styl +6 -0
- package/themes/portalUIDark/struct.json +10 -0
- package/themes/promo/cssVars/declarations/index.css +6 -0
- package/themes/promo/cssVars/declarations/noSizes.css +6 -0
- package/themes/promo/cssVars/declarations/onlyColors.css +6 -0
- package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/promo/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/promo/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/promo/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/promo/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/promo/cssVars/theme/index.js +28 -0
- package/themes/promo/cssVars/theme/index.json +28 -0
- package/themes/promo/docs.json +24 -0
- package/themes/promo/index.css +6 -0
- package/themes/promo/index.js +10 -0
- package/themes/promo/index.json +10 -0
- package/themes/promo/index.less +6 -0
- package/themes/promo/index.pcss +6 -0
- package/themes/promo/index.scss +6 -0
- package/themes/promo/index.styl +6 -0
- package/themes/promo/struct.json +10 -0
- package/themes/search/cssVars/declarations/index.css +6 -0
- package/themes/search/cssVars/declarations/noSizes.css +6 -0
- package/themes/search/cssVars/declarations/onlyColors.css +6 -0
- package/themes/search/cssVars/declarations/onlyColors.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/search/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/search/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/search/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/search/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/search/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/search/cssVars/theme/index.js +28 -0
- package/themes/search/cssVars/theme/index.json +28 -0
- package/themes/search/docs.json +24 -0
- package/themes/search/index.css +6 -0
- package/themes/search/index.js +10 -0
- package/themes/search/index.json +10 -0
- package/themes/search/index.less +6 -0
- package/themes/search/index.pcss +6 -0
- package/themes/search/index.scss +6 -0
- package/themes/search/index.styl +6 -0
- package/themes/search/struct.json +10 -0
- package/themes/todo/cssVars/declarations/index.css +6 -0
- package/themes/todo/cssVars/declarations/noSizes.css +6 -0
- package/themes/todo/cssVars/declarations/onlyColors.css +6 -0
- package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/todo/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/todo/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/todo/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/todo/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/todo/cssVars/theme/index.js +28 -0
- package/themes/todo/cssVars/theme/index.json +28 -0
- package/themes/todo/docs.json +24 -0
- package/themes/todo/index.css +6 -0
- package/themes/todo/index.js +10 -0
- package/themes/todo/index.json +10 -0
- package/themes/todo/index.less +6 -0
- package/themes/todo/index.pcss +6 -0
- package/themes/todo/index.scss +6 -0
- package/themes/todo/index.styl +6 -0
- package/themes/todo/struct.json +10 -0
- package/themes/vkBase/cssVars/declarations/index.css +6 -0
- package/themes/vkBase/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkBase/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkBase/cssVars/theme/index.js +28 -0
- package/themes/vkBase/cssVars/theme/index.json +28 -0
- package/themes/vkBase/docs.json +24 -0
- package/themes/vkBase/index.css +6 -0
- package/themes/vkBase/index.js +10 -0
- package/themes/vkBase/index.json +10 -0
- package/themes/vkBase/index.less +6 -0
- package/themes/vkBase/index.pcss +6 -0
- package/themes/vkBase/index.scss +6 -0
- package/themes/vkBase/index.styl +6 -0
- package/themes/vkBase/struct.json +10 -0
- package/themes/vkBaseDark/cssVars/declarations/index.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkBaseDark/cssVars/theme/index.js +28 -0
- package/themes/vkBaseDark/cssVars/theme/index.json +28 -0
- package/themes/vkBaseDark/docs.json +24 -0
- package/themes/vkBaseDark/index.css +6 -0
- package/themes/vkBaseDark/index.js +10 -0
- package/themes/vkBaseDark/index.json +10 -0
- package/themes/vkBaseDark/index.less +6 -0
- package/themes/vkBaseDark/index.pcss +6 -0
- package/themes/vkBaseDark/index.scss +6 -0
- package/themes/vkBaseDark/index.styl +6 -0
- package/themes/vkBaseDark/struct.json +10 -0
- package/themes/vkCom/cssVars/declarations/index.css +9 -3
- package/themes/vkCom/cssVars/declarations/noSizes.css +9 -3
- package/themes/vkCom/cssVars/declarations/onlyColors.css +9 -3
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +9 -3
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +9 -3
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +0 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +9 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +9 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +9 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +9 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +9 -3
- package/themes/vkCom/cssVars/theme/index.js +31 -3
- package/themes/vkCom/cssVars/theme/index.json +31 -3
- package/themes/vkCom/docs.json +24 -0
- package/themes/vkCom/index.css +9 -3
- package/themes/vkCom/index.js +13 -3
- package/themes/vkCom/index.json +13 -3
- package/themes/vkCom/index.less +9 -3
- package/themes/vkCom/index.pcss +9 -3
- package/themes/vkCom/index.scss +9 -3
- package/themes/vkCom/index.styl +9 -3
- package/themes/vkCom/struct.json +13 -3
- package/themes/vkComDark/cssVars/declarations/index.css +9 -3
- package/themes/vkComDark/cssVars/declarations/noSizes.css +9 -3
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +9 -3
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +9 -3
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +9 -3
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -3
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +9 -3
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +9 -3
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +9 -3
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +9 -3
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +9 -3
- package/themes/vkComDark/cssVars/theme/index.js +31 -3
- package/themes/vkComDark/cssVars/theme/index.json +31 -3
- package/themes/vkComDark/docs.json +24 -0
- package/themes/vkComDark/index.css +9 -3
- package/themes/vkComDark/index.js +13 -3
- package/themes/vkComDark/index.json +13 -3
- package/themes/vkComDark/index.less +9 -3
- package/themes/vkComDark/index.pcss +9 -3
- package/themes/vkComDark/index.scss +9 -3
- package/themes/vkComDark/index.styl +9 -3
- package/themes/vkComDark/struct.json +13 -3
- package/themes/vkIOS/cssVars/declarations/index.css +6 -0
- package/themes/vkIOS/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkIOS/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkIOS/cssVars/theme/index.js +28 -0
- package/themes/vkIOS/cssVars/theme/index.json +28 -0
- package/themes/vkIOS/docs.json +24 -0
- package/themes/vkIOS/index.css +6 -0
- package/themes/vkIOS/index.js +10 -0
- package/themes/vkIOS/index.json +10 -0
- package/themes/vkIOS/index.less +6 -0
- package/themes/vkIOS/index.pcss +6 -0
- package/themes/vkIOS/index.scss +6 -0
- package/themes/vkIOS/index.styl +6 -0
- package/themes/vkIOS/struct.json +10 -0
- package/themes/vkIOSDark/cssVars/declarations/index.css +6 -0
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkIOSDark/cssVars/theme/index.js +28 -0
- package/themes/vkIOSDark/cssVars/theme/index.json +28 -0
- package/themes/vkIOSDark/docs.json +24 -0
- package/themes/vkIOSDark/index.css +6 -0
- package/themes/vkIOSDark/index.js +10 -0
- package/themes/vkIOSDark/index.json +10 -0
- package/themes/vkIOSDark/index.less +6 -0
- package/themes/vkIOSDark/index.pcss +6 -0
- package/themes/vkIOSDark/index.scss +6 -0
- package/themes/vkIOSDark/index.styl +6 -0
- package/themes/vkIOSDark/struct.json +10 -0
- package/themes/vkontakteAndroid/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteAndroid/cssVars/theme/index.js +28 -0
- package/themes/vkontakteAndroid/cssVars/theme/index.json +28 -0
- package/themes/vkontakteAndroid/docs.json +24 -0
- package/themes/vkontakteAndroid/index.css +6 -0
- package/themes/vkontakteAndroid/index.js +10 -0
- package/themes/vkontakteAndroid/index.json +10 -0
- package/themes/vkontakteAndroid/index.less +6 -0
- package/themes/vkontakteAndroid/index.pcss +6 -0
- package/themes/vkontakteAndroid/index.scss +6 -0
- package/themes/vkontakteAndroid/index.styl +6 -0
- package/themes/vkontakteAndroid/struct.json +10 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/index.js +28 -0
- package/themes/vkontakteAndroidDark/cssVars/theme/index.json +28 -0
- package/themes/vkontakteAndroidDark/docs.json +24 -0
- package/themes/vkontakteAndroidDark/index.css +6 -0
- package/themes/vkontakteAndroidDark/index.js +10 -0
- package/themes/vkontakteAndroidDark/index.json +10 -0
- package/themes/vkontakteAndroidDark/index.less +6 -0
- package/themes/vkontakteAndroidDark/index.pcss +6 -0
- package/themes/vkontakteAndroidDark/index.scss +6 -0
- package/themes/vkontakteAndroidDark/index.styl +6 -0
- package/themes/vkontakteAndroidDark/struct.json +10 -0
- package/themes/vkontakteCom/cssVars/declarations/index.css +9 -3
- package/themes/vkontakteCom/cssVars/declarations/noSizes.css +9 -3
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +9 -3
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +9 -3
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +9 -3
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocalIncremental.css +0 -3
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +9 -3
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +9 -3
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +9 -3
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +9 -3
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +9 -3
- package/themes/vkontakteCom/cssVars/theme/index.js +31 -3
- package/themes/vkontakteCom/cssVars/theme/index.json +31 -3
- package/themes/vkontakteCom/docs.json +24 -0
- package/themes/vkontakteCom/index.css +9 -3
- package/themes/vkontakteCom/index.js +13 -3
- package/themes/vkontakteCom/index.json +13 -3
- package/themes/vkontakteCom/index.less +9 -3
- package/themes/vkontakteCom/index.pcss +9 -3
- package/themes/vkontakteCom/index.scss +9 -3
- package/themes/vkontakteCom/index.styl +9 -3
- package/themes/vkontakteCom/struct.json +13 -3
- package/themes/vkontakteComDark/cssVars/declarations/index.css +9 -3
- package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +9 -3
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +9 -3
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +9 -3
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +9 -3
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -3
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +9 -3
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +9 -3
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +9 -3
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +9 -3
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +9 -3
- package/themes/vkontakteComDark/cssVars/theme/index.js +31 -3
- package/themes/vkontakteComDark/cssVars/theme/index.json +31 -3
- package/themes/vkontakteComDark/docs.json +24 -0
- package/themes/vkontakteComDark/index.css +9 -3
- package/themes/vkontakteComDark/index.js +13 -3
- package/themes/vkontakteComDark/index.json +13 -3
- package/themes/vkontakteComDark/index.less +9 -3
- package/themes/vkontakteComDark/index.pcss +9 -3
- package/themes/vkontakteComDark/index.scss +9 -3
- package/themes/vkontakteComDark/index.styl +9 -3
- package/themes/vkontakteComDark/struct.json +13 -3
- package/themes/vkontakteIOS/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteIOS/cssVars/theme/index.js +28 -0
- package/themes/vkontakteIOS/cssVars/theme/index.json +28 -0
- package/themes/vkontakteIOS/docs.json +24 -0
- package/themes/vkontakteIOS/index.css +6 -0
- package/themes/vkontakteIOS/index.js +10 -0
- package/themes/vkontakteIOS/index.json +10 -0
- package/themes/vkontakteIOS/index.less +6 -0
- package/themes/vkontakteIOS/index.pcss +6 -0
- package/themes/vkontakteIOS/index.scss +6 -0
- package/themes/vkontakteIOS/index.styl +6 -0
- package/themes/vkontakteIOS/struct.json +10 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/index.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkontakteIOSDark/cssVars/theme/index.js +28 -0
- package/themes/vkontakteIOSDark/cssVars/theme/index.json +28 -0
- package/themes/vkontakteIOSDark/docs.json +24 -0
- package/themes/vkontakteIOSDark/index.css +6 -0
- package/themes/vkontakteIOSDark/index.js +10 -0
- package/themes/vkontakteIOSDark/index.json +10 -0
- package/themes/vkontakteIOSDark/index.less +6 -0
- package/themes/vkontakteIOSDark/index.pcss +6 -0
- package/themes/vkontakteIOSDark/index.scss +6 -0
- package/themes/vkontakteIOSDark/index.styl +6 -0
- package/themes/vkontakteIOSDark/struct.json +10 -0
- package/themes/workspaceAdmin/cssVars/declarations/index.css +6 -0
- package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +6 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.css +6 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.js +2 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/workspaceAdmin/cssVars/theme/index.js +28 -0
- package/themes/workspaceAdmin/cssVars/theme/index.json +28 -0
- package/themes/workspaceAdmin/docs.json +24 -0
- package/themes/workspaceAdmin/index.css +6 -0
- package/themes/workspaceAdmin/index.js +10 -0
- package/themes/workspaceAdmin/index.json +10 -0
- package/themes/workspaceAdmin/index.less +6 -0
- package/themes/workspaceAdmin/index.pcss +6 -0
- package/themes/workspaceAdmin/index.scss +6 -0
- package/themes/workspaceAdmin/index.styl +6 -0
- package/themes/workspaceAdmin/struct.json +10 -0
|
@@ -196,6 +196,11 @@ export interface ColorsDescriptionStruct {
|
|
|
196
196
|
* @tags color, text, themed
|
|
197
197
|
*/
|
|
198
198
|
colorTextLinkThemed: ColorDescription;
|
|
199
|
+
/**
|
|
200
|
+
* @desc Третичный цвет текста ссылок
|
|
201
|
+
* @tags color, text
|
|
202
|
+
*/
|
|
203
|
+
colorTextLinkTint: ColorDescription;
|
|
199
204
|
/**
|
|
200
205
|
* @desc Цвет текста посещенных ссылок
|
|
201
206
|
* @tags color, text
|
|
@@ -371,6 +376,11 @@ export interface ColorsDescriptionStruct {
|
|
|
371
376
|
* @tags color, palette
|
|
372
377
|
*/
|
|
373
378
|
colorAccentOrange: ColorDescription;
|
|
379
|
+
/**
|
|
380
|
+
* @desc Палитра цветов. Огненно оранжевый цвет
|
|
381
|
+
* @tags color, palette
|
|
382
|
+
*/
|
|
383
|
+
colorAccentOrangeFire: ColorDescription;
|
|
374
384
|
/**
|
|
375
385
|
* @desc Палитра цветов. Фиолетовый цвет
|
|
376
386
|
* @tags color, palette
|
|
@@ -17,16 +17,84 @@ export interface ThemeCalendarOverValues {
|
|
|
17
17
|
calendarImageBackground: string;
|
|
18
18
|
}
|
|
19
19
|
export interface LocalCalendarColorDescriptionStruct {
|
|
20
|
-
calendarColorBackgroundPositiveTintAlpha4: ColorDescription;
|
|
21
20
|
calendarColorBackgroundAccentTintThemed: ColorDescription;
|
|
22
21
|
calendarColorButtonGroupBackgroundPositiveTint: ColorDescription;
|
|
23
22
|
calendarColorButtonGroupBackgroundNegativeTint: ColorDescription;
|
|
24
23
|
calendarColorButtonGroupBackgroundAccentTint: ColorDescription;
|
|
25
24
|
calendarColorButtonGroupTextPositive: ColorDescription;
|
|
26
25
|
calendarColorButtonGroupTextNegative: ColorDescription;
|
|
26
|
+
calendarColorEventRed: ColorDescription;
|
|
27
|
+
calendarColorEventSalmon: ColorDescription;
|
|
28
|
+
calendarColorEventOrange: ColorDescription;
|
|
29
|
+
calendarColorEventYellow: ColorDescription;
|
|
30
|
+
calendarColorEventLemon: ColorDescription;
|
|
31
|
+
calendarColorEventLime: ColorDescription;
|
|
32
|
+
calendarColorEventGrass: ColorDescription;
|
|
33
|
+
calendarColorEventMint: ColorDescription;
|
|
34
|
+
calendarColorEventSea: ColorDescription;
|
|
35
|
+
calendarColorEventTurquoise: ColorDescription;
|
|
36
|
+
calendarColorEventLightSky: ColorDescription;
|
|
37
|
+
calendarColorEventMainSky: ColorDescription;
|
|
38
|
+
calendarColorEventSky: ColorDescription;
|
|
39
|
+
calendarColorEventMidnightSky: ColorDescription;
|
|
40
|
+
calendarColorEventViolet: ColorDescription;
|
|
41
|
+
calendarColorEventPurple: ColorDescription;
|
|
42
|
+
calendarColorEventMagenta: ColorDescription;
|
|
43
|
+
calendarColorEventPink: ColorDescription;
|
|
44
|
+
calendarColorEventTextRed: ColorDescription;
|
|
45
|
+
calendarColorEventTextOrange: ColorDescription;
|
|
46
|
+
calendarColorEventTextYellow: ColorDescription;
|
|
47
|
+
calendarColorEventTextLemon: ColorDescription;
|
|
48
|
+
calendarColorEventTextLime: ColorDescription;
|
|
49
|
+
calendarColorEventTextGrass: ColorDescription;
|
|
50
|
+
calendarColorEventTextMint: ColorDescription;
|
|
51
|
+
calendarColorEventTextSea: ColorDescription;
|
|
52
|
+
calendarColorEventTextTurquoise: ColorDescription;
|
|
53
|
+
calendarColorEventTextLightSky: ColorDescription;
|
|
27
54
|
calendarColorEventTextMainSky: ColorDescription;
|
|
28
|
-
|
|
55
|
+
calendarColorEventTextSky: ColorDescription;
|
|
56
|
+
calendarColorEventTextMidnightSky: ColorDescription;
|
|
57
|
+
calendarColorEventTextViolet: ColorDescription;
|
|
58
|
+
calendarColorEventTextPurple: ColorDescription;
|
|
59
|
+
calendarColorEventTextMagenta: ColorDescription;
|
|
60
|
+
calendarColorEventTextPink: ColorDescription;
|
|
61
|
+
calendarColorBackgroundRedTintAlpha20: ColorDescription;
|
|
62
|
+
calendarColorBackgroundSalmonTintAlpha20: ColorDescription;
|
|
63
|
+
calendarColorBackgroundOrangeTintAlpha20: ColorDescription;
|
|
64
|
+
calendarColorBackgroundYellowTintAlpha20: ColorDescription;
|
|
65
|
+
calendarColorBackgroundLemonTintAlpha20: ColorDescription;
|
|
66
|
+
calendarColorBackgroundLimeTintAlpha20: ColorDescription;
|
|
67
|
+
calendarColorBackgroundGrassTintAlpha20: ColorDescription;
|
|
68
|
+
calendarColorBackgroundMintTintAlpha20: ColorDescription;
|
|
69
|
+
calendarColorBackgroundSeaTintAlpha20: ColorDescription;
|
|
70
|
+
calendarColorBackgroundTurquoiseTintAlpha20: ColorDescription;
|
|
71
|
+
calendarColorBackgroundLightSkyTintAlpha20: ColorDescription;
|
|
29
72
|
calendarColorBackgroundMainSkyTintAlpha20: ColorDescription;
|
|
73
|
+
calendarColorBackgroundSkyTintAlpha20: ColorDescription;
|
|
74
|
+
calendarColorBackgroundMidnightSkyTintAlpha20: ColorDescription;
|
|
75
|
+
calendarColorBackgroundVioletTintAlpha20: ColorDescription;
|
|
76
|
+
calendarColorBackgroundPurpleTintAlpha20: ColorDescription;
|
|
77
|
+
calendarColorBackgroundMagentaTintAlpha20: ColorDescription;
|
|
78
|
+
calendarColorBackgroundPinkTintAlpha20: ColorDescription;
|
|
79
|
+
calendarColorBackgroundPositiveTintAlpha4: ColorDescription;
|
|
80
|
+
calendarColorBackgroundRedTint: ColorDescription;
|
|
81
|
+
calendarColorBackgroundSalmonTint: ColorDescription;
|
|
82
|
+
calendarColorBackgroundOrangeTint: ColorDescription;
|
|
83
|
+
calendarColorBackgroundYellowTint: ColorDescription;
|
|
84
|
+
calendarColorBackgroundLemonTint: ColorDescription;
|
|
85
|
+
calendarColorBackgroundLimeTint: ColorDescription;
|
|
86
|
+
calendarColorBackgroundGrassTint: ColorDescription;
|
|
87
|
+
calendarColorBackgroundMintTint: ColorDescription;
|
|
88
|
+
calendarColorBackgroundSeaTint: ColorDescription;
|
|
89
|
+
calendarColorBackgroundTurquoiseTint: ColorDescription;
|
|
90
|
+
calendarColorBackgroundLightSkyTint: ColorDescription;
|
|
91
|
+
calendarColorBackgroundMainSkyTint: ColorDescription;
|
|
92
|
+
calendarColorBackgroundSkyTint: ColorDescription;
|
|
93
|
+
calendarColorBackgroundMidnightSkyTint: ColorDescription;
|
|
94
|
+
calendarColorBackgroundVioletTint: ColorDescription;
|
|
95
|
+
calendarColorBackgroundPurpleTint: ColorDescription;
|
|
96
|
+
calendarColorBackgroundMagentaTint: ColorDescription;
|
|
97
|
+
calendarColorBackgroundPinkTint: ColorDescription;
|
|
30
98
|
calendarColorBackground: ColorDescription;
|
|
31
99
|
calendarColorOverlayBackground: ColorDescription;
|
|
32
100
|
calendarColorSidebarItemIconPrimary: ColorDescription;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.35.1",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "utils/descriptions.js",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"csstype": "^3.1.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babel/core": "7.21.
|
|
36
|
-
"@svgr/webpack": "
|
|
35
|
+
"@babel/core": "7.21.8",
|
|
36
|
+
"@svgr/webpack": "8.0.1",
|
|
37
37
|
"@types/color": "3.0.3",
|
|
38
38
|
"@types/common-tags": "1.8.1",
|
|
39
39
|
"@types/fs-extra": "11.0.1",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"@types/react": "18.2.0",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
44
44
|
"@typescript-eslint/parser": "4.33.0",
|
|
45
|
-
"@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.
|
|
46
|
-
"@vkontakte/icons": "2.
|
|
45
|
+
"@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.4",
|
|
46
|
+
"@vkontakte/icons": "2.34.0",
|
|
47
47
|
"@vkontakte/prettier-config": "0.1.0",
|
|
48
48
|
"@vkontakte/vk-bridge": "2.7.2",
|
|
49
49
|
"@vkontakte/vkjs": "0.32.2",
|
|
50
|
-
"@vkontakte/vkui": "5.1
|
|
50
|
+
"@vkontakte/vkui": "5.4.1",
|
|
51
51
|
"babel-jest": "29.5.0",
|
|
52
52
|
"babel-loader": "9.1.2",
|
|
53
53
|
"clean-webpack-plugin": "4.0.0",
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
69
69
|
"eslint-plugin-sonarjs": "0.19.0",
|
|
70
70
|
"fs-extra": "11.1.1",
|
|
71
|
-
"html-webpack-plugin": "5.5.
|
|
71
|
+
"html-webpack-plugin": "5.5.1",
|
|
72
72
|
"jest": "29.5.0",
|
|
73
73
|
"jest-junit": "16.0.0",
|
|
74
74
|
"lodash": "4.17.21",
|
|
75
|
-
"prettier": "2.8.
|
|
75
|
+
"prettier": "2.8.8",
|
|
76
76
|
"react": "18.2.0",
|
|
77
77
|
"react-dom": "18.2.0",
|
|
78
|
-
"rimraf": "5.0.
|
|
78
|
+
"rimraf": "5.0.1",
|
|
79
79
|
"style-loader": "3.3.2",
|
|
80
|
-
"terser-webpack-plugin": "5.3.
|
|
80
|
+
"terser-webpack-plugin": "5.3.9",
|
|
81
81
|
"ts-jest": "29.1.0",
|
|
82
82
|
"ts-loader": "9.4.2",
|
|
83
83
|
"ts-morph": "18.0.0",
|
|
@@ -69,6 +69,7 @@ exports.lightColors = {
|
|
|
69
69
|
colorTextAccentThemed: '#005FF9',
|
|
70
70
|
colorTextNegative: '#ED0A34',
|
|
71
71
|
colorTextLink: '#005BD1',
|
|
72
|
+
colorTextLinkTint: '#71AAEB',
|
|
72
73
|
colorTextLinkThemed: '#005BD1',
|
|
73
74
|
colorTextMuted: '#2C2D2E',
|
|
74
75
|
colorTextPrimary: '#2C2D2E',
|
|
@@ -116,6 +117,7 @@ exports.lightColors = {
|
|
|
116
117
|
colorAccentRed: '#ED0A34',
|
|
117
118
|
colorAccentGreen: '#0DC268',
|
|
118
119
|
colorAccentOrange: '#FF9E00',
|
|
120
|
+
colorAccentOrangeFire: '#F05C44',
|
|
119
121
|
colorAccentPurple: '#4F6DDC',
|
|
120
122
|
colorAccentViolet: '#C15DF3',
|
|
121
123
|
colorAccentRaspberryPink: '#E03FAB',
|
|
@@ -184,6 +186,7 @@ exports.darkColors = {
|
|
|
184
186
|
colorTextAccentThemed: '#FFFFFF',
|
|
185
187
|
colorTextNegative: '#FF5C5C',
|
|
186
188
|
colorTextLink: '#589BFF',
|
|
189
|
+
colorTextLinkTint: '#71AAEB',
|
|
187
190
|
colorTextLinkThemed: '#FFFFFF',
|
|
188
191
|
colorTextMuted: '#E7E8EA',
|
|
189
192
|
colorTextPrimary: '#E7E8EA',
|
|
@@ -231,6 +234,7 @@ exports.darkColors = {
|
|
|
231
234
|
colorAccentRed: '#ED0A34',
|
|
232
235
|
colorAccentGreen: '#0DC268',
|
|
233
236
|
colorAccentOrange: '#FF9E00',
|
|
237
|
+
colorAccentOrangeFire: '#F05C44',
|
|
234
238
|
colorAccentPurple: '#4F6DDC',
|
|
235
239
|
colorAccentViolet: '#C15DF3',
|
|
236
240
|
colorAccentRaspberryPink: '#F060C0',
|
|
@@ -77,6 +77,7 @@ exports.lightColors = {
|
|
|
77
77
|
colorTextNegative: '#E64646',
|
|
78
78
|
colorTextLink: '#2D81E0',
|
|
79
79
|
colorTextLinkThemed: '#2D81E0',
|
|
80
|
+
colorTextLinkTint: '#71AAEB',
|
|
80
81
|
colorTextLinkVisited: '#4986CC',
|
|
81
82
|
colorTextMuted: '#2C2D2E',
|
|
82
83
|
colorLinkContrast: '#FFFFFF',
|
|
@@ -119,6 +120,7 @@ exports.lightColors = {
|
|
|
119
120
|
colorAccentRed: '#FF3347',
|
|
120
121
|
colorAccentGreen: '#4BB34B',
|
|
121
122
|
colorAccentOrange: '#FFA000',
|
|
123
|
+
colorAccentOrangeFire: '#F05C44',
|
|
122
124
|
colorAccentPurple: '#735CE6',
|
|
123
125
|
colorAccentViolet: '#792EC0',
|
|
124
126
|
colorAccentRaspberryPink: '#E03FAB',
|
|
@@ -208,6 +210,7 @@ exports.darkColors = {
|
|
|
208
210
|
colorTextNegative: '#FF5C5C',
|
|
209
211
|
colorTextLink: '#529EF4',
|
|
210
212
|
colorTextLinkThemed: '#FFFFFF',
|
|
213
|
+
colorTextLinkTint: '#71AAEB',
|
|
211
214
|
colorTextLinkVisited: '#4986CC',
|
|
212
215
|
colorTextMuted: '#E1E3E6',
|
|
213
216
|
colorLinkContrast: '#FFFFFF',
|
|
@@ -246,6 +249,7 @@ exports.darkColors = {
|
|
|
246
249
|
colorAccentRed: '#FF3347',
|
|
247
250
|
colorAccentGreen: '#4BB34B',
|
|
248
251
|
colorAccentOrange: '#FFA000',
|
|
252
|
+
colorAccentOrangeFire: '#F05C44',
|
|
249
253
|
colorAccentPurple: '#735CE6',
|
|
250
254
|
colorAccentViolet: '#792EC0',
|
|
251
255
|
colorAccentRaspberryPink: '#F060C0',
|
|
@@ -459,6 +459,9 @@
|
|
|
459
459
|
--vkui--color_text_link: #005BD1;
|
|
460
460
|
--vkui--color_text_link--hover: #0058CB;
|
|
461
461
|
--vkui--color_text_link--active: #0055C5;
|
|
462
|
+
--vkui--color_text_link_tint: #71AAEB;
|
|
463
|
+
--vkui--color_text_link_tint--hover: #6CA4E4;
|
|
464
|
+
--vkui--color_text_link_tint--active: #689EDD;
|
|
462
465
|
--vkui--color_text_link_themed: #005BD1;
|
|
463
466
|
--vkui--color_text_link_themed--hover: #0058CB;
|
|
464
467
|
--vkui--color_text_link_themed--active: #0055C5;
|
|
@@ -591,6 +594,9 @@
|
|
|
591
594
|
--vkui--color_accent_orange: #FF9E00;
|
|
592
595
|
--vkui--color_accent_orange--hover: #F59802;
|
|
593
596
|
--vkui--color_accent_orange--active: #EB9305;
|
|
597
|
+
--vkui--color_accent_orange_fire: #F05C44;
|
|
598
|
+
--vkui--color_accent_orange_fire--hover: #E65944;
|
|
599
|
+
--vkui--color_accent_orange_fire--active: #DD5643;
|
|
594
600
|
--vkui--color_accent_purple: #4F6DDC;
|
|
595
601
|
--vkui--color_accent_purple--hover: #4C69D6;
|
|
596
602
|
--vkui--color_accent_purple--active: #4966CF;
|
|
@@ -711,9 +717,6 @@
|
|
|
711
717
|
--vkui--color_background_positive_tint_themed: #ECFAF3;
|
|
712
718
|
--vkui--color_background_positive_tint_themed--hover: #E3F1EC;
|
|
713
719
|
--vkui--color_background_positive_tint_themed--active: #D9E7E4;
|
|
714
|
-
--vkui--calendar_color_background_positive_tint_alpha4: rgba(13, 194, 104, 0.04);
|
|
715
|
-
--vkui--calendar_color_background_positive_tint_alpha4--hover: rgba(13, 194, 104, 0.08);
|
|
716
|
-
--vkui--calendar_color_background_positive_tint_alpha4--active: rgba(13, 194, 104, 0.12);
|
|
717
720
|
--vkui--calendar_color_background_accent_tint_themed: #E3F0FD;
|
|
718
721
|
--vkui--calendar_color_background_accent_tint_themed--hover: #DAE4F3;
|
|
719
722
|
--vkui--calendar_color_background_accent_tint_themed--active: #E3F0FD;
|
|
@@ -732,21 +735,228 @@
|
|
|
732
735
|
--vkui--calendar_color_button_group_text_negative: #CE1414;
|
|
733
736
|
--vkui--calendar_color_button_group_text_negative--hover: #C61416;
|
|
734
737
|
--vkui--calendar_color_button_group_text_negative--active: #BE1417;
|
|
735
|
-
--vkui--calendar_color_event_text_main_sky: #20455B;
|
|
736
|
-
--vkui--calendar_color_event_text_main_sky--hover: #1F435A;
|
|
737
|
-
--vkui--calendar_color_event_text_main_sky--active: #1D4159;
|
|
738
|
-
--vkui--calendar_color_background_main_sky_tint: #ECF8FF;
|
|
739
|
-
--vkui--calendar_color_background_main_sky_tint--hover: #E3EFF7;
|
|
740
|
-
--vkui--calendar_color_background_main_sky_tint--active: #D9E5EF;
|
|
741
|
-
--vkui--calendar_color_background_main_sky_tint_alpha20: rgba(0, 16, 61, 0.122);
|
|
742
|
-
--vkui--calendar_color_background_main_sky_tint_alpha20--hover: rgba(0, 16, 61, 0.16);
|
|
743
|
-
--vkui--calendar_color_background_main_sky_tint_alpha20--active: rgba(0, 16, 61, 0.2);
|
|
744
738
|
--vkui--calendar_color_background: #FFFFFF;
|
|
745
739
|
--vkui--calendar_color_background--hover: #F5F5F7;
|
|
746
740
|
--vkui--calendar_color_background--active: #EBECEF;
|
|
747
741
|
--vkui--calendar_color_overlay_background: transparent;
|
|
748
742
|
--vkui--calendar_color_overlay_background--hover: rgba(0, 16, 61, 0.04);
|
|
749
743
|
--vkui--calendar_color_overlay_background--active: rgba(0, 16, 61, 0.08);
|
|
744
|
+
--vkui--calendar_color_event_red: #F55252;
|
|
745
|
+
--vkui--calendar_color_event_red--hover: #EB4F51;
|
|
746
|
+
--vkui--calendar_color_event_red--active: #E14D50;
|
|
747
|
+
--vkui--calendar_color_event_salmon: #FE9898;
|
|
748
|
+
--vkui--calendar_color_event_salmon--hover: #F49394;
|
|
749
|
+
--vkui--calendar_color_event_salmon--active: #EA8D91;
|
|
750
|
+
--vkui--calendar_color_event_orange: #FFB181;
|
|
751
|
+
--vkui--calendar_color_event_orange--hover: #F5AB7E;
|
|
752
|
+
--vkui--calendar_color_event_orange--active: #EBA47C;
|
|
753
|
+
--vkui--calendar_color_event_yellow: #FFDF7E;
|
|
754
|
+
--vkui--calendar_color_event_yellow--hover: #F5D77B;
|
|
755
|
+
--vkui--calendar_color_event_yellow--active: #EBCE79;
|
|
756
|
+
--vkui--calendar_color_event_lemon: #FFEF9D;
|
|
757
|
+
--vkui--calendar_color_event_lemon--hover: #F5E699;
|
|
758
|
+
--vkui--calendar_color_event_lemon--active: #EBDD95;
|
|
759
|
+
--vkui--calendar_color_event_lime: #CAF28E;
|
|
760
|
+
--vkui--calendar_color_event_lime--hover: #C2E98B;
|
|
761
|
+
--vkui--calendar_color_event_lime--active: #BAE088;
|
|
762
|
+
--vkui--calendar_color_event_grass: #86DE8C;
|
|
763
|
+
--vkui--calendar_color_event_grass--hover: #81D689;
|
|
764
|
+
--vkui--calendar_color_event_grass--active: #7BCE86;
|
|
765
|
+
--vkui--calendar_color_event_mint: #96E9CD;
|
|
766
|
+
--vkui--calendar_color_event_mint--hover: #90E0C7;
|
|
767
|
+
--vkui--calendar_color_event_mint--active: #8AD8C1;
|
|
768
|
+
--vkui--calendar_color_event_sea: #7BEADB;
|
|
769
|
+
--vkui--calendar_color_event_sea--hover: #76E1D5;
|
|
770
|
+
--vkui--calendar_color_event_sea--active: #71D9CE;
|
|
771
|
+
--vkui--calendar_color_event_turquoise: #BCFFFF;
|
|
772
|
+
--vkui--calendar_color_event_turquoise--hover: #B4F5F7;
|
|
773
|
+
--vkui--calendar_color_event_turquoise--active: #ADECEF;
|
|
774
|
+
--vkui--calendar_color_event_light_sky: #80E3F4;
|
|
775
|
+
--vkui--calendar_color_event_light_sky--hover: #7BDBED;
|
|
776
|
+
--vkui--calendar_color_event_light_sky--active: #76D2E5;
|
|
777
|
+
--vkui--calendar_color_event_main_sky: #9EDBFF;
|
|
778
|
+
--vkui--calendar_color_event_main_sky--hover: #98D3F7;
|
|
779
|
+
--vkui--calendar_color_event_main_sky--active: #91CBEF;
|
|
780
|
+
--vkui--calendar_color_event_sky: #B2D0FF;
|
|
781
|
+
--vkui--calendar_color_event_sky--hover: #ABC8F7;
|
|
782
|
+
--vkui--calendar_color_event_sky--active: #A4C1EF;
|
|
783
|
+
--vkui--calendar_color_event_midnight_sky: #7B9AFF;
|
|
784
|
+
--vkui--calendar_color_event_midnight_sky--hover: #7694F7;
|
|
785
|
+
--vkui--calendar_color_event_midnight_sky--active: #718FEF;
|
|
786
|
+
--vkui--calendar_color_event_violet: #B5B3FB;
|
|
787
|
+
--vkui--calendar_color_event_violet--hover: #AEACF3;
|
|
788
|
+
--vkui--calendar_color_event_violet--active: #A7A6EC;
|
|
789
|
+
--vkui--calendar_color_event_purple: #CCA7FF;
|
|
790
|
+
--vkui--calendar_color_event_purple--hover: #C4A1F7;
|
|
791
|
+
--vkui--calendar_color_event_purple--active: #BC9BEF;
|
|
792
|
+
--vkui--calendar_color_event_magenta: #F4B8FF;
|
|
793
|
+
--vkui--calendar_color_event_magenta--hover: #EAB1F7;
|
|
794
|
+
--vkui--calendar_color_event_magenta--active: #E0ABEF;
|
|
795
|
+
--vkui--calendar_color_event_pink: #FFBFDC;
|
|
796
|
+
--vkui--calendar_color_event_pink--hover: #F5B8D6;
|
|
797
|
+
--vkui--calendar_color_event_pink--active: #EBB1CF;
|
|
798
|
+
--vkui--calendar_color_event_text_red: #5C1F1F;
|
|
799
|
+
--vkui--calendar_color_event_text_red--hover: #581E20;
|
|
800
|
+
--vkui--calendar_color_event_text_red--active: #551E21;
|
|
801
|
+
--vkui--calendar_color_event_text_orange: #5C361F;
|
|
802
|
+
--vkui--calendar_color_event_text_orange--hover: #583420;
|
|
803
|
+
--vkui--calendar_color_event_text_orange--active: #553321;
|
|
804
|
+
--vkui--calendar_color_event_text_yellow: #5C4D1F;
|
|
805
|
+
--vkui--calendar_color_event_text_yellow--hover: #584B20;
|
|
806
|
+
--vkui--calendar_color_event_text_yellow--active: #554821;
|
|
807
|
+
--vkui--calendar_color_event_text_lemon: #595C1F;
|
|
808
|
+
--vkui--calendar_color_event_text_lemon--hover: #555920;
|
|
809
|
+
--vkui--calendar_color_event_text_lemon--active: #525621;
|
|
810
|
+
--vkui--calendar_color_event_text_lime: #435C1F;
|
|
811
|
+
--vkui--calendar_color_event_text_lime--hover: #405920;
|
|
812
|
+
--vkui--calendar_color_event_text_lime--active: #3E5621;
|
|
813
|
+
--vkui--calendar_color_event_text_grass: #1F5C23;
|
|
814
|
+
--vkui--calendar_color_event_text_grass--hover: #1E5924;
|
|
815
|
+
--vkui--calendar_color_event_text_grass--active: #1D5625;
|
|
816
|
+
--vkui--calendar_color_event_text_mint: #1F5C5C;
|
|
817
|
+
--vkui--calendar_color_event_text_mint--hover: #1E595B;
|
|
818
|
+
--vkui--calendar_color_event_text_mint--active: #1D565A;
|
|
819
|
+
--vkui--calendar_color_event_text_sea: #1F5C53;
|
|
820
|
+
--vkui--calendar_color_event_text_sea--hover: #1E5952;
|
|
821
|
+
--vkui--calendar_color_event_text_sea--active: #1D5651;
|
|
822
|
+
--vkui--calendar_color_event_text_turquoise: #1F535C;
|
|
823
|
+
--vkui--calendar_color_event_text_turquoise--hover: #1E505B;
|
|
824
|
+
--vkui--calendar_color_event_text_turquoise--active: #1D4E5A;
|
|
825
|
+
--vkui--calendar_color_event_text_light_sky: #1F455C;
|
|
826
|
+
--vkui--calendar_color_event_text_light_sky--hover: #1E435B;
|
|
827
|
+
--vkui--calendar_color_event_text_light_sky--active: #1D415A;
|
|
828
|
+
--vkui--calendar_color_event_text_main_sky: #20455B;
|
|
829
|
+
--vkui--calendar_color_event_text_main_sky--hover: #1F435A;
|
|
830
|
+
--vkui--calendar_color_event_text_main_sky--active: #1D4159;
|
|
831
|
+
--vkui--calendar_color_event_text_sky: #202E5B;
|
|
832
|
+
--vkui--calendar_color_event_text_sky--hover: #1F2D5A;
|
|
833
|
+
--vkui--calendar_color_event_text_sky--active: #1D2C59;
|
|
834
|
+
--vkui--calendar_color_event_text_midnight_sky: #21205B;
|
|
835
|
+
--vkui--calendar_color_event_text_midnight_sky--hover: #201F5A;
|
|
836
|
+
--vkui--calendar_color_event_text_midnight_sky--active: #1E1F59;
|
|
837
|
+
--vkui--calendar_color_event_text_violet: #21205B;
|
|
838
|
+
--vkui--calendar_color_event_text_violet--hover: #201F5A;
|
|
839
|
+
--vkui--calendar_color_event_text_violet--active: #1E1F59;
|
|
840
|
+
--vkui--calendar_color_event_text_purple: #38205B;
|
|
841
|
+
--vkui--calendar_color_event_text_purple--hover: #361F5A;
|
|
842
|
+
--vkui--calendar_color_event_text_purple--active: #341F59;
|
|
843
|
+
--vkui--calendar_color_event_text_magenta: #5B203A;
|
|
844
|
+
--vkui--calendar_color_event_text_magenta--hover: #571F3A;
|
|
845
|
+
--vkui--calendar_color_event_text_magenta--active: #541F3A;
|
|
846
|
+
--vkui--calendar_color_event_text_pink: #51205B;
|
|
847
|
+
--vkui--calendar_color_event_text_pink--hover: #4E1F5A;
|
|
848
|
+
--vkui--calendar_color_event_text_pink--active: #4B1F59;
|
|
849
|
+
--vkui--calendar_color_background_red_tint_alpha20: rgba(245, 82, 82, 0.2);
|
|
850
|
+
--vkui--calendar_color_background_red_tint_alpha20--hover: rgba(245, 82, 82, 0.24);
|
|
851
|
+
--vkui--calendar_color_background_red_tint_alpha20--active: rgba(245, 82, 82, 0.28);
|
|
852
|
+
--vkui--calendar_color_background_salmon_tint_alpha20: rgba(254, 152, 152, 0.2);
|
|
853
|
+
--vkui--calendar_color_background_salmon_tint_alpha20--hover: rgba(254, 152, 152, 0.24);
|
|
854
|
+
--vkui--calendar_color_background_salmon_tint_alpha20--active: rgba(254, 152, 152, 0.28);
|
|
855
|
+
--vkui--calendar_color_background_orange_tint_alpha20: rgba(255, 177, 129, 0.2);
|
|
856
|
+
--vkui--calendar_color_background_orange_tint_alpha20--hover: rgba(255, 177, 129, 0.24);
|
|
857
|
+
--vkui--calendar_color_background_orange_tint_alpha20--active: rgba(255, 177, 129, 0.28);
|
|
858
|
+
--vkui--calendar_color_background_yellow_tint_alpha20: rgba(255, 223, 126, 0.2);
|
|
859
|
+
--vkui--calendar_color_background_yellow_tint_alpha20--hover: rgba(255, 223, 126, 0.24);
|
|
860
|
+
--vkui--calendar_color_background_yellow_tint_alpha20--active: rgba(255, 223, 126, 0.28);
|
|
861
|
+
--vkui--calendar_color_background_lemon_tint_alpha20: rgba(251, 255, 162, 0.2);
|
|
862
|
+
--vkui--calendar_color_background_lemon_tint_alpha20--hover: rgba(251, 255, 162, 0.24);
|
|
863
|
+
--vkui--calendar_color_background_lemon_tint_alpha20--active: rgba(251, 255, 162, 0.28);
|
|
864
|
+
--vkui--calendar_color_background_lime_tint_alpha20: rgba(202, 242, 142, 0.2);
|
|
865
|
+
--vkui--calendar_color_background_lime_tint_alpha20--hover: rgba(202, 242, 142, 0.24);
|
|
866
|
+
--vkui--calendar_color_background_lime_tint_alpha20--active: rgba(202, 242, 142, 0.28);
|
|
867
|
+
--vkui--calendar_color_background_grass_tint_alpha20: rgba(134, 222, 140, 0.2);
|
|
868
|
+
--vkui--calendar_color_background_grass_tint_alpha20--hover: rgba(134, 222, 140, 0.24);
|
|
869
|
+
--vkui--calendar_color_background_grass_tint_alpha20--active: rgba(134, 222, 140, 0.28);
|
|
870
|
+
--vkui--calendar_color_background_mint_tint_alpha20: rgba(150, 233, 205, 0.2);
|
|
871
|
+
--vkui--calendar_color_background_mint_tint_alpha20--hover: rgba(150, 233, 205, 0.24);
|
|
872
|
+
--vkui--calendar_color_background_mint_tint_alpha20--active: rgba(150, 233, 205, 0.28);
|
|
873
|
+
--vkui--calendar_color_background_sea_tint_alpha20: rgba(123, 234, 219, 0.2);
|
|
874
|
+
--vkui--calendar_color_background_sea_tint_alpha20--hover: rgba(123, 234, 219, 0.24);
|
|
875
|
+
--vkui--calendar_color_background_sea_tint_alpha20--active: rgba(123, 234, 219, 0.28);
|
|
876
|
+
--vkui--calendar_color_background_turquoise_tint_alpha20: rgba(188, 255, 255, 0.2);
|
|
877
|
+
--vkui--calendar_color_background_turquoise_tint_alpha20--hover: rgba(188, 255, 255, 0.24);
|
|
878
|
+
--vkui--calendar_color_background_turquoise_tint_alpha20--active: rgba(188, 255, 255, 0.28);
|
|
879
|
+
--vkui--calendar_color_background_light_sky_tint_alpha20: rgba(128, 227, 244, 0.2);
|
|
880
|
+
--vkui--calendar_color_background_light_sky_tint_alpha20--hover: rgba(128, 227, 244, 0.24);
|
|
881
|
+
--vkui--calendar_color_background_light_sky_tint_alpha20--active: rgba(128, 227, 244, 0.28);
|
|
882
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20: rgba(158, 219, 255, 0.2);
|
|
883
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20--hover: rgba(158, 219, 255, 0.24);
|
|
884
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20--active: rgba(158, 219, 255, 0.28);
|
|
885
|
+
--vkui--calendar_color_background_sky_tint_alpha20: rgba(178, 208, 255, 0.2);
|
|
886
|
+
--vkui--calendar_color_background_sky_tint_alpha20--hover: rgba(178, 208, 255, 0.24);
|
|
887
|
+
--vkui--calendar_color_background_sky_tint_alpha20--active: rgba(178, 208, 255, 0.28);
|
|
888
|
+
--vkui--calendar_color_background_midnight_sky_tint_alpha20: rgba(123, 154, 255, 0.2);
|
|
889
|
+
--vkui--calendar_color_background_midnight_sky_tint_alpha20--hover: rgba(123, 154, 255, 0.24);
|
|
890
|
+
--vkui--calendar_color_background_midnight_sky_tint_alpha20--active: rgba(123, 154, 255, 0.28);
|
|
891
|
+
--vkui--calendar_color_background_violet_tint_alpha20: rgba(181, 179, 251, 0.2);
|
|
892
|
+
--vkui--calendar_color_background_violet_tint_alpha20--hover: rgba(181, 179, 251, 0.24);
|
|
893
|
+
--vkui--calendar_color_background_violet_tint_alpha20--active: rgba(181, 179, 251, 0.28);
|
|
894
|
+
--vkui--calendar_color_background_purple_tint_alpha20: rgba(204, 167, 255, 0.2);
|
|
895
|
+
--vkui--calendar_color_background_purple_tint_alpha20--hover: rgba(204, 167, 255, 0.24);
|
|
896
|
+
--vkui--calendar_color_background_purple_tint_alpha20--active: rgba(204, 167, 255, 0.28);
|
|
897
|
+
--vkui--calendar_color_background_magenta_tint_alpha20: rgba(244, 184, 255, 0.2);
|
|
898
|
+
--vkui--calendar_color_background_magenta_tint_alpha20--hover: rgba(244, 184, 255, 0.24);
|
|
899
|
+
--vkui--calendar_color_background_magenta_tint_alpha20--active: rgba(244, 184, 255, 0.28);
|
|
900
|
+
--vkui--calendar_color_background_pink_tint_alpha20: rgba(255, 191, 220, 0.2);
|
|
901
|
+
--vkui--calendar_color_background_pink_tint_alpha20--hover: rgba(255, 191, 220, 0.24);
|
|
902
|
+
--vkui--calendar_color_background_pink_tint_alpha20--active: rgba(255, 191, 220, 0.28);
|
|
903
|
+
--vkui--calendar_color_background_positive_tint_alpha4: rgba(56, 183, 152, 0.04);
|
|
904
|
+
--vkui--calendar_color_background_positive_tint_alpha4--hover: rgba(56, 183, 152, 0.08);
|
|
905
|
+
--vkui--calendar_color_background_positive_tint_alpha4--active: rgba(56, 183, 152, 0.12);
|
|
906
|
+
--vkui--calendar_color_background_red_tint: #FDDCDC;
|
|
907
|
+
--vkui--calendar_color_background_red_tint--hover: #F3D4D6;
|
|
908
|
+
--vkui--calendar_color_background_red_tint--active: #E9CCCF;
|
|
909
|
+
--vkui--calendar_color_background_salmon_tint: #FFEAEA;
|
|
910
|
+
--vkui--calendar_color_background_salmon_tint--hover: #F5E1E3;
|
|
911
|
+
--vkui--calendar_color_background_salmon_tint--active: #EBD9DC;
|
|
912
|
+
--vkui--calendar_color_background_orange_tint: #FFEFE6;
|
|
913
|
+
--vkui--calendar_color_background_orange_tint--hover: #F5E6DF;
|
|
914
|
+
--vkui--calendar_color_background_orange_tint--active: #EBDDD8;
|
|
915
|
+
--vkui--calendar_color_background_yellow_tint: #FFF9E5;
|
|
916
|
+
--vkui--calendar_color_background_yellow_tint--hover: #F5F0DE;
|
|
917
|
+
--vkui--calendar_color_background_yellow_tint--active: #EBE6D8;
|
|
918
|
+
--vkui--calendar_color_background_lemon_tint: #FEFFEC;
|
|
919
|
+
--vkui--calendar_color_background_lemon_tint--hover: #F4F5E5;
|
|
920
|
+
--vkui--calendar_color_background_lemon_tint--active: #EAECDE;
|
|
921
|
+
--vkui--calendar_color_background_lime_tint: #F4FCE8;
|
|
922
|
+
--vkui--calendar_color_background_lime_tint--hover: #EAF3E1;
|
|
923
|
+
--vkui--calendar_color_background_lime_tint--active: #E0E9DA;
|
|
924
|
+
--vkui--calendar_color_background_grass_tint: #E7F8E8;
|
|
925
|
+
--vkui--calendar_color_background_grass_tint--hover: #DEEFE1;
|
|
926
|
+
--vkui--calendar_color_background_grass_tint--active: #D5E5DA;
|
|
927
|
+
--vkui--calendar_color_background_mint_tint: #EAFBF5;
|
|
928
|
+
--vkui--calendar_color_background_mint_tint--hover: #E1F2EE;
|
|
929
|
+
--vkui--calendar_color_background_mint_tint--active: #D7E8E6;
|
|
930
|
+
--vkui--calendar_color_background_sea_tint: #E5FBF8;
|
|
931
|
+
--vkui--calendar_color_background_sea_tint--hover: #DCF2F1;
|
|
932
|
+
--vkui--calendar_color_background_sea_tint--active: #D3E8E9;
|
|
933
|
+
--vkui--calendar_color_background_turquoise_tint: #F2FFFF;
|
|
934
|
+
--vkui--calendar_color_background_turquoise_tint--hover: #E8F5F7;
|
|
935
|
+
--vkui--calendar_color_background_turquoise_tint--active: #DFECEF;
|
|
936
|
+
--vkui--calendar_color_background_light_sky_tint: #E6F9FD;
|
|
937
|
+
--vkui--calendar_color_background_light_sky_tint--hover: #DDF0F5;
|
|
938
|
+
--vkui--calendar_color_background_light_sky_tint--active: #D4E6EE;
|
|
939
|
+
--vkui--calendar_color_background_main_sky_tint: #ECF8FF;
|
|
940
|
+
--vkui--calendar_color_background_main_sky_tint--hover: #E3EFF7;
|
|
941
|
+
--vkui--calendar_color_background_main_sky_tint--active: #D9E5EF;
|
|
942
|
+
--vkui--calendar_color_background_sky_tint: #F0F6FF;
|
|
943
|
+
--vkui--calendar_color_background_sky_tint--hover: #E6EDF7;
|
|
944
|
+
--vkui--calendar_color_background_sky_tint--active: #DDE4EF;
|
|
945
|
+
--vkui--calendar_color_background_midnight_sky_tint: #E5EBFF;
|
|
946
|
+
--vkui--calendar_color_background_midnight_sky_tint--hover: #DCE2F7;
|
|
947
|
+
--vkui--calendar_color_background_midnight_sky_tint--active: #D3D9EF;
|
|
948
|
+
--vkui--calendar_color_background_violet_tint: #F0F0FE;
|
|
949
|
+
--vkui--calendar_color_background_violet_tint--hover: #E6E7F6;
|
|
950
|
+
--vkui--calendar_color_background_violet_tint--active: #DDDEEF;
|
|
951
|
+
--vkui--calendar_color_background_purple_tint: #F5EDFF;
|
|
952
|
+
--vkui--calendar_color_background_purple_tint--hover: #EBE4F7;
|
|
953
|
+
--vkui--calendar_color_background_purple_tint--active: #E1DBEF;
|
|
954
|
+
--vkui--calendar_color_background_magenta_tint: #FDF1FF;
|
|
955
|
+
--vkui--calendar_color_background_magenta_tint--hover: #F3E8F7;
|
|
956
|
+
--vkui--calendar_color_background_magenta_tint--active: #E9DFEF;
|
|
957
|
+
--vkui--calendar_color_background_pink_tint: #FFF2F8;
|
|
958
|
+
--vkui--calendar_color_background_pink_tint--hover: #F5E9F1;
|
|
959
|
+
--vkui--calendar_color_background_pink_tint--active: #EBE0E9;
|
|
750
960
|
--vkui--calendar_color_sidebar_item_icon_primary: #2C2D2E;
|
|
751
961
|
--vkui--calendar_color_sidebar_item_icon_primary--hover: #2A2C2F;
|
|
752
962
|
--vkui--calendar_color_sidebar_item_icon_primary--active: #282B2F;
|