@vkontakte/vkui-tokens 4.25.2 → 4.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/compilers/structJSON/compileStructJSON.js +1 -0
- package/build/themeProcessors/pixelifyValues/pixelifyValues.js +1 -1
- package/interfaces/general/index.d.ts +4 -3
- package/interfaces/general/zIndex/index.d.ts +12 -0
- package/interfaces/general/zIndex/index.js +2 -0
- package/interfaces/themes/calendar/index.d.ts +27 -0
- package/package.json +11 -11
- package/themeDescriptions/base/paradigm.js +1 -1
- package/themeDescriptions/base/vk.js +1 -1
- package/themes/calendar/cssVars/declarations/index.css +83 -0
- package/themes/calendar/cssVars/declarations/noColors.css +2 -0
- package/themes/calendar/cssVars/declarations/noSizes.css +83 -0
- package/themes/calendar/cssVars/declarations/onlyColors.css +81 -0
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariables.css +83 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +83 -0
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +83 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.css +83 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.less +83 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +83 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +83 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +83 -0
- package/themes/calendar/cssVars/theme/index.js +386 -0
- package/themes/calendar/cssVars/theme/index.json +386 -0
- package/themes/calendar/docs.json +120 -0
- package/themes/calendar/index.css +83 -0
- package/themes/calendar/index.js +137 -0
- package/themes/calendar/index.json +137 -0
- package/themes/calendar/index.less +83 -0
- package/themes/calendar/index.pcss +83 -0
- package/themes/calendar/index.scss +83 -0
- package/themes/calendar/index.styl +83 -0
- package/themes/calendar/struct.json +139 -0
- package/themes/calendarDark/cssVars/declarations/index.css +83 -0
- package/themes/calendarDark/cssVars/declarations/noColors.css +2 -0
- package/themes/calendarDark/cssVars/declarations/noSizes.css +83 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +81 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +83 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +83 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +83 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +83 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +83 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +83 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +83 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +83 -0
- package/themes/calendarDark/cssVars/theme/index.js +386 -0
- package/themes/calendarDark/cssVars/theme/index.json +386 -0
- package/themes/calendarDark/docs.json +120 -0
- package/themes/calendarDark/index.css +83 -0
- package/themes/calendarDark/index.js +137 -0
- package/themes/calendarDark/index.json +137 -0
- package/themes/calendarDark/index.less +83 -0
- package/themes/calendarDark/index.pcss +83 -0
- package/themes/calendarDark/index.scss +83 -0
- package/themes/calendarDark/index.styl +83 -0
- package/themes/calendarDark/struct.json +139 -0
- package/themes/calls/cssVars/declarations/index.css +2 -0
- package/themes/calls/cssVars/declarations/noColors.css +2 -0
- package/themes/calls/cssVars/declarations/noSizes.css +2 -0
- package/themes/calls/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/calls/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/calls/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/calls/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/calls/cssVars/theme/index.js +8 -0
- package/themes/calls/cssVars/theme/index.json +8 -0
- package/themes/calls/docs.json +12 -0
- package/themes/calls/index.css +2 -0
- package/themes/calls/index.js +2 -0
- package/themes/calls/index.json +2 -0
- package/themes/calls/index.less +2 -0
- package/themes/calls/index.pcss +2 -0
- package/themes/calls/index.scss +2 -0
- package/themes/calls/index.styl +2 -0
- package/themes/calls/struct.json +4 -0
- package/themes/cloud/cssVars/declarations/index.css +2 -0
- package/themes/cloud/cssVars/declarations/noColors.css +2 -0
- package/themes/cloud/cssVars/declarations/noSizes.css +2 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/cloud/cssVars/theme/index.js +8 -0
- package/themes/cloud/cssVars/theme/index.json +8 -0
- package/themes/cloud/docs.json +12 -0
- package/themes/cloud/index.css +2 -0
- package/themes/cloud/index.js +2 -0
- package/themes/cloud/index.json +2 -0
- package/themes/cloud/index.less +2 -0
- package/themes/cloud/index.pcss +2 -0
- package/themes/cloud/index.scss +2 -0
- package/themes/cloud/index.styl +2 -0
- package/themes/cloud/struct.json +4 -0
- package/themes/cloudDark/cssVars/declarations/index.css +2 -0
- package/themes/cloudDark/cssVars/declarations/noColors.css +2 -0
- package/themes/cloudDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/cloudDark/cssVars/theme/index.js +8 -0
- package/themes/cloudDark/cssVars/theme/index.json +8 -0
- package/themes/cloudDark/docs.json +12 -0
- package/themes/cloudDark/index.css +2 -0
- package/themes/cloudDark/index.js +2 -0
- package/themes/cloudDark/index.json +2 -0
- package/themes/cloudDark/index.less +2 -0
- package/themes/cloudDark/index.pcss +2 -0
- package/themes/cloudDark/index.scss +2 -0
- package/themes/cloudDark/index.styl +2 -0
- package/themes/cloudDark/struct.json +4 -0
- package/themes/home/cssVars/declarations/index.css +2 -0
- package/themes/home/cssVars/declarations/noColors.css +2 -0
- package/themes/home/cssVars/declarations/noSizes.css +2 -0
- package/themes/home/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/home/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/home/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/home/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/home/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/home/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/home/cssVars/theme/index.js +8 -0
- package/themes/home/cssVars/theme/index.json +8 -0
- package/themes/home/docs.json +12 -0
- package/themes/home/index.css +2 -0
- package/themes/home/index.js +2 -0
- package/themes/home/index.json +2 -0
- package/themes/home/index.less +2 -0
- package/themes/home/index.pcss +2 -0
- package/themes/home/index.scss +2 -0
- package/themes/home/index.styl +2 -0
- package/themes/home/struct.json +4 -0
- package/themes/homeDark/cssVars/declarations/index.css +2 -0
- package/themes/homeDark/cssVars/declarations/noColors.css +2 -0
- package/themes/homeDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/homeDark/cssVars/theme/index.js +8 -0
- package/themes/homeDark/cssVars/theme/index.json +8 -0
- package/themes/homeDark/docs.json +12 -0
- package/themes/homeDark/index.css +2 -0
- package/themes/homeDark/index.js +2 -0
- package/themes/homeDark/index.json +2 -0
- package/themes/homeDark/index.less +2 -0
- package/themes/homeDark/index.pcss +2 -0
- package/themes/homeDark/index.scss +2 -0
- package/themes/homeDark/index.styl +2 -0
- package/themes/homeDark/struct.json +4 -0
- package/themes/media/cssVars/declarations/index.css +2 -0
- package/themes/media/cssVars/declarations/noColors.css +2 -0
- package/themes/media/cssVars/declarations/noSizes.css +2 -0
- package/themes/media/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/media/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/media/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/media/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/media/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/media/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/media/cssVars/theme/index.js +8 -0
- package/themes/media/cssVars/theme/index.json +8 -0
- package/themes/media/docs.json +12 -0
- package/themes/media/index.css +2 -0
- package/themes/media/index.js +2 -0
- package/themes/media/index.json +2 -0
- package/themes/media/index.less +2 -0
- package/themes/media/index.pcss +2 -0
- package/themes/media/index.scss +2 -0
- package/themes/media/index.styl +2 -0
- package/themes/media/struct.json +4 -0
- package/themes/mediaDark/cssVars/declarations/index.css +2 -0
- package/themes/mediaDark/cssVars/declarations/noColors.css +2 -0
- package/themes/mediaDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/mediaDark/cssVars/theme/index.js +8 -0
- package/themes/mediaDark/cssVars/theme/index.json +8 -0
- package/themes/mediaDark/docs.json +12 -0
- package/themes/mediaDark/index.css +2 -0
- package/themes/mediaDark/index.js +2 -0
- package/themes/mediaDark/index.json +2 -0
- package/themes/mediaDark/index.less +2 -0
- package/themes/mediaDark/index.pcss +2 -0
- package/themes/mediaDark/index.scss +2 -0
- package/themes/mediaDark/index.styl +2 -0
- package/themes/mediaDark/struct.json +4 -0
- package/themes/mycom/cssVars/declarations/index.css +2 -0
- package/themes/mycom/cssVars/declarations/noColors.css +2 -0
- package/themes/mycom/cssVars/declarations/noSizes.css +2 -0
- package/themes/mycom/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/mycom/cssVars/theme/index.js +8 -0
- package/themes/mycom/cssVars/theme/index.json +8 -0
- package/themes/mycom/docs.json +12 -0
- package/themes/mycom/index.css +2 -0
- package/themes/mycom/index.js +2 -0
- package/themes/mycom/index.json +2 -0
- package/themes/mycom/index.less +2 -0
- package/themes/mycom/index.pcss +2 -0
- package/themes/mycom/index.scss +2 -0
- package/themes/mycom/index.styl +2 -0
- package/themes/mycom/struct.json +4 -0
- package/themes/octavius/cssVars/declarations/index.css +2 -0
- package/themes/octavius/cssVars/declarations/noColors.css +2 -0
- package/themes/octavius/cssVars/declarations/noSizes.css +2 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/octavius/cssVars/theme/index.js +8 -0
- package/themes/octavius/cssVars/theme/index.json +8 -0
- package/themes/octavius/docs.json +12 -0
- package/themes/octavius/index.css +2 -0
- package/themes/octavius/index.js +2 -0
- package/themes/octavius/index.json +2 -0
- package/themes/octavius/index.less +2 -0
- package/themes/octavius/index.pcss +2 -0
- package/themes/octavius/index.scss +2 -0
- package/themes/octavius/index.styl +2 -0
- package/themes/octavius/struct.json +4 -0
- package/themes/octaviusCompact/cssVars/declarations/index.css +2 -0
- package/themes/octaviusCompact/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +2 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/octaviusCompact/cssVars/theme/index.js +8 -0
- package/themes/octaviusCompact/cssVars/theme/index.json +8 -0
- package/themes/octaviusCompact/docs.json +12 -0
- package/themes/octaviusCompact/index.css +2 -0
- package/themes/octaviusCompact/index.js +2 -0
- package/themes/octaviusCompact/index.json +2 -0
- package/themes/octaviusCompact/index.less +2 -0
- package/themes/octaviusCompact/index.pcss +2 -0
- package/themes/octaviusCompact/index.scss +2 -0
- package/themes/octaviusCompact/index.styl +2 -0
- package/themes/octaviusCompact/struct.json +4 -0
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +2 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.js +8 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.json +8 -0
- package/themes/octaviusCompactDark/docs.json +12 -0
- package/themes/octaviusCompactDark/index.css +2 -0
- package/themes/octaviusCompactDark/index.js +2 -0
- package/themes/octaviusCompactDark/index.json +2 -0
- package/themes/octaviusCompactDark/index.less +2 -0
- package/themes/octaviusCompactDark/index.pcss +2 -0
- package/themes/octaviusCompactDark/index.scss +2 -0
- package/themes/octaviusCompactDark/index.styl +2 -0
- package/themes/octaviusCompactDark/struct.json +4 -0
- package/themes/octaviusDark/cssVars/declarations/index.css +2 -0
- package/themes/octaviusDark/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/octaviusDark/cssVars/theme/index.js +8 -0
- package/themes/octaviusDark/cssVars/theme/index.json +8 -0
- package/themes/octaviusDark/docs.json +12 -0
- package/themes/octaviusDark/index.css +2 -0
- package/themes/octaviusDark/index.js +2 -0
- package/themes/octaviusDark/index.json +2 -0
- package/themes/octaviusDark/index.less +2 -0
- package/themes/octaviusDark/index.pcss +2 -0
- package/themes/octaviusDark/index.scss +2 -0
- package/themes/octaviusDark/index.styl +2 -0
- package/themes/octaviusDark/struct.json +4 -0
- package/themes/octaviusVK/cssVars/declarations/index.css +2 -0
- package/themes/octaviusVK/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +2 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/octaviusVK/cssVars/theme/index.js +8 -0
- package/themes/octaviusVK/cssVars/theme/index.json +8 -0
- package/themes/octaviusVK/docs.json +12 -0
- package/themes/octaviusVK/index.css +2 -0
- package/themes/octaviusVK/index.js +2 -0
- package/themes/octaviusVK/index.json +2 -0
- package/themes/octaviusVK/index.less +2 -0
- package/themes/octaviusVK/index.pcss +2 -0
- package/themes/octaviusVK/index.scss +2 -0
- package/themes/octaviusVK/index.styl +2 -0
- package/themes/octaviusVK/struct.json +4 -0
- package/themes/octaviusVKDark/cssVars/declarations/index.css +2 -0
- package/themes/octaviusVKDark/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/octaviusVKDark/cssVars/theme/index.js +8 -0
- package/themes/octaviusVKDark/cssVars/theme/index.json +8 -0
- package/themes/octaviusVKDark/docs.json +12 -0
- package/themes/octaviusVKDark/index.css +2 -0
- package/themes/octaviusVKDark/index.js +2 -0
- package/themes/octaviusVKDark/index.json +2 -0
- package/themes/octaviusVKDark/index.less +2 -0
- package/themes/octaviusVKDark/index.pcss +2 -0
- package/themes/octaviusVKDark/index.scss +2 -0
- package/themes/octaviusVKDark/index.styl +2 -0
- package/themes/octaviusVKDark/struct.json +4 -0
- package/themes/octaviusWhite/cssVars/declarations/index.css +2 -0
- package/themes/octaviusWhite/cssVars/declarations/noColors.css +2 -0
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +2 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/octaviusWhite/cssVars/theme/index.js +8 -0
- package/themes/octaviusWhite/cssVars/theme/index.json +8 -0
- package/themes/octaviusWhite/docs.json +12 -0
- package/themes/octaviusWhite/index.css +2 -0
- package/themes/octaviusWhite/index.js +2 -0
- package/themes/octaviusWhite/index.json +2 -0
- package/themes/octaviusWhite/index.less +2 -0
- package/themes/octaviusWhite/index.pcss +2 -0
- package/themes/octaviusWhite/index.scss +2 -0
- package/themes/octaviusWhite/index.styl +2 -0
- package/themes/octaviusWhite/struct.json +4 -0
- package/themes/otvet/cssVars/declarations/index.css +2 -0
- package/themes/otvet/cssVars/declarations/noColors.css +2 -0
- package/themes/otvet/cssVars/declarations/noSizes.css +2 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/otvet/cssVars/theme/index.js +8 -0
- package/themes/otvet/cssVars/theme/index.json +8 -0
- package/themes/otvet/docs.json +12 -0
- package/themes/otvet/index.css +2 -0
- package/themes/otvet/index.js +2 -0
- package/themes/otvet/index.json +2 -0
- package/themes/otvet/index.less +2 -0
- package/themes/otvet/index.pcss +2 -0
- package/themes/otvet/index.scss +2 -0
- package/themes/otvet/index.styl +2 -0
- package/themes/otvet/struct.json +4 -0
- package/themes/otvetDark/cssVars/declarations/index.css +2 -0
- package/themes/otvetDark/cssVars/declarations/noColors.css +2 -0
- package/themes/otvetDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/otvetDark/cssVars/theme/index.js +8 -0
- package/themes/otvetDark/cssVars/theme/index.json +8 -0
- package/themes/otvetDark/docs.json +12 -0
- package/themes/otvetDark/index.css +2 -0
- package/themes/otvetDark/index.js +2 -0
- package/themes/otvetDark/index.json +2 -0
- package/themes/otvetDark/index.less +2 -0
- package/themes/otvetDark/index.pcss +2 -0
- package/themes/otvetDark/index.scss +2 -0
- package/themes/otvetDark/index.styl +2 -0
- package/themes/otvetDark/struct.json +4 -0
- package/themes/paradigmBase/cssVars/declarations/index.css +2 -0
- package/themes/paradigmBase/cssVars/declarations/noColors.css +2 -0
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +2 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/paradigmBase/cssVars/theme/index.js +8 -0
- package/themes/paradigmBase/cssVars/theme/index.json +8 -0
- package/themes/paradigmBase/docs.json +12 -0
- package/themes/paradigmBase/index.css +2 -0
- package/themes/paradigmBase/index.js +2 -0
- package/themes/paradigmBase/index.json +2 -0
- package/themes/paradigmBase/index.less +2 -0
- package/themes/paradigmBase/index.pcss +2 -0
- package/themes/paradigmBase/index.scss +2 -0
- package/themes/paradigmBase/index.styl +2 -0
- package/themes/paradigmBase/struct.json +4 -0
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +2 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +2 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.js +8 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.json +8 -0
- package/themes/paradigmBaseDark/docs.json +12 -0
- package/themes/paradigmBaseDark/index.css +2 -0
- package/themes/paradigmBaseDark/index.js +2 -0
- package/themes/paradigmBaseDark/index.json +2 -0
- package/themes/paradigmBaseDark/index.less +2 -0
- package/themes/paradigmBaseDark/index.pcss +2 -0
- package/themes/paradigmBaseDark/index.scss +2 -0
- package/themes/paradigmBaseDark/index.styl +2 -0
- package/themes/paradigmBaseDark/struct.json +4 -0
- package/themes/pharma/cssVars/declarations/index.css +2 -0
- package/themes/pharma/cssVars/declarations/noColors.css +2 -0
- package/themes/pharma/cssVars/declarations/noSizes.css +2 -0
- package/themes/pharma/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/pharma/cssVars/theme/index.js +8 -0
- package/themes/pharma/cssVars/theme/index.json +8 -0
- package/themes/pharma/docs.json +12 -0
- package/themes/pharma/index.css +2 -0
- package/themes/pharma/index.js +2 -0
- package/themes/pharma/index.json +2 -0
- package/themes/pharma/index.less +2 -0
- package/themes/pharma/index.pcss +2 -0
- package/themes/pharma/index.scss +2 -0
- package/themes/pharma/index.styl +2 -0
- package/themes/pharma/struct.json +4 -0
- package/themes/promo/cssVars/declarations/index.css +2 -0
- package/themes/promo/cssVars/declarations/noColors.css +2 -0
- package/themes/promo/cssVars/declarations/noSizes.css +2 -0
- package/themes/promo/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/promo/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/promo/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/promo/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/promo/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/promo/cssVars/theme/index.js +8 -0
- package/themes/promo/cssVars/theme/index.json +8 -0
- package/themes/promo/docs.json +12 -0
- package/themes/promo/index.css +2 -0
- package/themes/promo/index.js +2 -0
- package/themes/promo/index.json +2 -0
- package/themes/promo/index.less +2 -0
- package/themes/promo/index.pcss +2 -0
- package/themes/promo/index.scss +2 -0
- package/themes/promo/index.styl +2 -0
- package/themes/promo/struct.json +4 -0
- package/themes/search/cssVars/declarations/index.css +2 -0
- package/themes/search/cssVars/declarations/noColors.css +2 -0
- package/themes/search/cssVars/declarations/noSizes.css +2 -0
- package/themes/search/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/search/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/search/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/search/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/search/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/search/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/search/cssVars/theme/index.js +8 -0
- package/themes/search/cssVars/theme/index.json +8 -0
- package/themes/search/docs.json +12 -0
- package/themes/search/index.css +2 -0
- package/themes/search/index.js +2 -0
- package/themes/search/index.json +2 -0
- package/themes/search/index.less +2 -0
- package/themes/search/index.pcss +2 -0
- package/themes/search/index.scss +2 -0
- package/themes/search/index.styl +2 -0
- package/themes/search/struct.json +4 -0
- package/themes/todo/cssVars/declarations/index.css +2 -0
- package/themes/todo/cssVars/declarations/noColors.css +2 -0
- package/themes/todo/cssVars/declarations/noSizes.css +2 -0
- package/themes/todo/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/todo/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/todo/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/todo/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/todo/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/todo/cssVars/theme/index.js +8 -0
- package/themes/todo/cssVars/theme/index.json +8 -0
- package/themes/todo/docs.json +12 -0
- package/themes/todo/index.css +2 -0
- package/themes/todo/index.js +2 -0
- package/themes/todo/index.json +2 -0
- package/themes/todo/index.less +2 -0
- package/themes/todo/index.pcss +2 -0
- package/themes/todo/index.scss +2 -0
- package/themes/todo/index.styl +2 -0
- package/themes/todo/struct.json +4 -0
- package/themes/vkBase/cssVars/declarations/index.css +2 -0
- package/themes/vkBase/cssVars/declarations/noColors.css +2 -0
- package/themes/vkBase/cssVars/declarations/noSizes.css +2 -0
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +2 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/vkBase/cssVars/theme/index.js +8 -0
- package/themes/vkBase/cssVars/theme/index.json +8 -0
- package/themes/vkBase/docs.json +12 -0
- package/themes/vkBase/index.css +2 -0
- package/themes/vkBase/index.js +2 -0
- package/themes/vkBase/index.json +2 -0
- package/themes/vkBase/index.less +2 -0
- package/themes/vkBase/index.pcss +2 -0
- package/themes/vkBase/index.scss +2 -0
- package/themes/vkBase/index.styl +2 -0
- package/themes/vkBase/struct.json +4 -0
- package/themes/vkBaseDark/cssVars/declarations/index.css +2 -0
- package/themes/vkBaseDark/cssVars/declarations/noColors.css +2 -0
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/vkBaseDark/cssVars/theme/index.js +8 -0
- package/themes/vkBaseDark/cssVars/theme/index.json +8 -0
- package/themes/vkBaseDark/docs.json +12 -0
- package/themes/vkBaseDark/index.css +2 -0
- package/themes/vkBaseDark/index.js +2 -0
- package/themes/vkBaseDark/index.json +2 -0
- package/themes/vkBaseDark/index.less +2 -0
- package/themes/vkBaseDark/index.pcss +2 -0
- package/themes/vkBaseDark/index.scss +2 -0
- package/themes/vkBaseDark/index.styl +2 -0
- package/themes/vkBaseDark/struct.json +4 -0
- package/themes/vkCom/cssVars/declarations/index.css +2 -0
- package/themes/vkCom/cssVars/declarations/noColors.css +2 -0
- package/themes/vkCom/cssVars/declarations/noSizes.css +2 -0
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/vkCom/cssVars/theme/index.js +8 -0
- package/themes/vkCom/cssVars/theme/index.json +8 -0
- package/themes/vkCom/docs.json +12 -0
- package/themes/vkCom/index.css +2 -0
- package/themes/vkCom/index.js +2 -0
- package/themes/vkCom/index.json +2 -0
- package/themes/vkCom/index.less +2 -0
- package/themes/vkCom/index.pcss +2 -0
- package/themes/vkCom/index.scss +2 -0
- package/themes/vkCom/index.styl +2 -0
- package/themes/vkCom/struct.json +4 -0
- package/themes/vkComDark/cssVars/declarations/index.css +2 -0
- package/themes/vkComDark/cssVars/declarations/noColors.css +2 -0
- package/themes/vkComDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/vkComDark/cssVars/theme/index.js +8 -0
- package/themes/vkComDark/cssVars/theme/index.json +8 -0
- package/themes/vkComDark/docs.json +12 -0
- package/themes/vkComDark/index.css +2 -0
- package/themes/vkComDark/index.js +2 -0
- package/themes/vkComDark/index.json +2 -0
- package/themes/vkComDark/index.less +2 -0
- package/themes/vkComDark/index.pcss +2 -0
- package/themes/vkComDark/index.scss +2 -0
- package/themes/vkComDark/index.styl +2 -0
- package/themes/vkComDark/struct.json +4 -0
- package/themes/vkIOS/cssVars/declarations/index.css +2 -0
- package/themes/vkIOS/cssVars/declarations/noColors.css +2 -0
- package/themes/vkIOS/cssVars/declarations/noSizes.css +2 -0
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/vkIOS/cssVars/theme/index.js +8 -0
- package/themes/vkIOS/cssVars/theme/index.json +8 -0
- package/themes/vkIOS/docs.json +12 -0
- package/themes/vkIOS/index.css +2 -0
- package/themes/vkIOS/index.js +2 -0
- package/themes/vkIOS/index.json +2 -0
- package/themes/vkIOS/index.less +2 -0
- package/themes/vkIOS/index.pcss +2 -0
- package/themes/vkIOS/index.scss +2 -0
- package/themes/vkIOS/index.styl +2 -0
- package/themes/vkIOS/struct.json +4 -0
- package/themes/vkIOSDark/cssVars/declarations/index.css +2 -0
- package/themes/vkIOSDark/cssVars/declarations/noColors.css +2 -0
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +2 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +2 -0
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +2 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +2 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +2 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +2 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +2 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +2 -0
- package/themes/vkIOSDark/cssVars/theme/index.js +8 -0
- package/themes/vkIOSDark/cssVars/theme/index.json +8 -0
- package/themes/vkIOSDark/docs.json +12 -0
- package/themes/vkIOSDark/index.css +2 -0
- package/themes/vkIOSDark/index.js +2 -0
- package/themes/vkIOSDark/index.json +2 -0
- package/themes/vkIOSDark/index.less +2 -0
- package/themes/vkIOSDark/index.pcss +2 -0
- package/themes/vkIOSDark/index.scss +2 -0
- package/themes/vkIOSDark/index.styl +2 -0
- package/themes/vkIOSDark/struct.json +4 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pixelifyValues = void 0;
|
|
4
|
-
var numericCSSProperties = /^(breakpoints$|fontWeight)/i;
|
|
4
|
+
var numericCSSProperties = /^(breakpoints$|fontWeight|zIndex)/i;
|
|
5
5
|
/**
|
|
6
6
|
* Процессор, который превращает численные значения переменных в строковые
|
|
7
7
|
* пример fontSize: 14 -> fontSize: "14px"
|
|
@@ -9,6 +9,7 @@ import { Adaptive } from './tools';
|
|
|
9
9
|
import { NamifyObject } from './tools/cssVars';
|
|
10
10
|
import { StringifyObject } from './tools/utils';
|
|
11
11
|
import { Fonts, TypographyBaseProps } from './typography';
|
|
12
|
+
import { ZIndex } from './zIndex';
|
|
12
13
|
import ColorScheme = Property.ColorScheme;
|
|
13
14
|
import { StaticTokens, Tokens } from './tools/tokenValue';
|
|
14
15
|
interface AdaptiveInterfaceValues extends Sizes, Fonts {
|
|
@@ -57,9 +58,9 @@ export interface WithThemeType {
|
|
|
57
58
|
themeType: 'root' | 'flat' | 'pixelify' | 'cssVars' | 'cssVarsWide';
|
|
58
59
|
}
|
|
59
60
|
/**
|
|
60
|
-
* Общий
|
|
61
|
+
* Общий интерфейс между описанием и самой темой
|
|
61
62
|
*/
|
|
62
|
-
export interface ThemeGeneral extends AdaptiveTokens, SpecialTokens, ToneValues, TypographyBaseProps, Elevation, Gradients, Animations {
|
|
63
|
+
export interface ThemeGeneral extends AdaptiveTokens, SpecialTokens, ToneValues, ZIndex, TypographyBaseProps, Elevation, Gradients, Animations {
|
|
63
64
|
}
|
|
64
65
|
/**
|
|
65
66
|
* Интерфейс описания Темы (в этом типе описываются все темы дизайн-системы)
|
|
@@ -77,7 +78,7 @@ export interface Theme extends ThemeGeneral, ColorsFinal {
|
|
|
77
78
|
themeType: 'root';
|
|
78
79
|
}
|
|
79
80
|
/**
|
|
80
|
-
* Тема, в
|
|
81
|
+
* Тема, в которой все значения пикселизированы. Т.е. 16 -> '16px'
|
|
81
82
|
*/
|
|
82
83
|
export type PixelifyTheme<T extends Partial<Record<keyof T, any>> = StaticTokens<Theme>> = StringifyObject<Omit<T, 'breakpoints' | 'themeType'>> & Pick<T, Extract<'breakpoints', keyof T>> & {
|
|
83
84
|
themeType: 'pixelify';
|
|
@@ -21,6 +21,33 @@ export interface LocalCalendarColorDescriptionStruct {
|
|
|
21
21
|
calendarColorButtonGroupBackgroundAccentTint: ColorDescription;
|
|
22
22
|
calendarColorButtonGroupTextPositive: ColorDescription;
|
|
23
23
|
calendarColorButtonGroupTextNegative: ColorDescription;
|
|
24
|
+
calendarColorEventTextMainSky: ColorDescription;
|
|
25
|
+
calendarColorBackgroundMainSkyTint: ColorDescription;
|
|
26
|
+
calendarColorBackgroundMainSkyTintAlpha20: ColorDescription;
|
|
27
|
+
calendarColorBackground: ColorDescription;
|
|
28
|
+
calendarColorOverlayBackground: ColorDescription;
|
|
29
|
+
calendarColorSidebarItemIconPrimary: ColorDescription;
|
|
30
|
+
calendarColorSidebarItemTextPrimary: ColorDescription;
|
|
31
|
+
calendarColorSidebarItemIconSecondary: ColorDescription;
|
|
32
|
+
calendarColorSidebarItemTextSecondary: ColorDescription;
|
|
33
|
+
calendarColorSidebarComposeButtonBackground: ColorDescription;
|
|
34
|
+
calendarColorSidebarComposeButtonIcon: ColorDescription;
|
|
35
|
+
calendarColorSidebarComposeButtonText: ColorDescription;
|
|
36
|
+
calendarColorSidebarScrollbar: ColorDescription;
|
|
37
|
+
calendarColorHeaderIcon: ColorDescription;
|
|
38
|
+
calendarColorHeaderTextSecondary: ColorDescription;
|
|
39
|
+
calendarColorHeaderButtonText: ColorDescription;
|
|
40
|
+
calendarColorHeaderProgress: ColorDescription;
|
|
41
|
+
calendarColorHeaderSearchIcon: ColorDescription;
|
|
42
|
+
calendarColorHeaderSearchTextCollapsed: ColorDescription;
|
|
43
|
+
calendarColorHeaderSearchBackground: ColorDescription;
|
|
44
|
+
calendarColorHeaderSearchBackgroundCollapsed: ColorDescription;
|
|
45
|
+
calendarColorHeaderSearchText: ColorDescription;
|
|
46
|
+
calendarColorTextDatePrimary: ColorDescription;
|
|
47
|
+
calendarColorTextDateSecondary: ColorDescription;
|
|
48
|
+
calendarColorTextDateAccent: ColorDescription;
|
|
49
|
+
calendarColorTextTimeline: ColorDescription;
|
|
50
|
+
calendarColorStrokeFieldBorder: ColorDescription;
|
|
24
51
|
}
|
|
25
52
|
export type CalendarLocalColors = {
|
|
26
53
|
[key in keyof LocalCalendarColorDescriptionStruct]: ColorWithStates;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.27.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "utils/descriptions.js",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"@types/color": "3.0.3",
|
|
38
38
|
"@types/common-tags": "1.8.1",
|
|
39
39
|
"@types/fs-extra": "9.0.13",
|
|
40
|
-
"@types/jest": "29.2.
|
|
40
|
+
"@types/jest": "29.2.4",
|
|
41
41
|
"@types/node": "18.11.10",
|
|
42
42
|
"@types/react": "18.0.26",
|
|
43
|
-
"@types/react-dom": "18.0.
|
|
43
|
+
"@types/react-dom": "18.0.10",
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
45
45
|
"@typescript-eslint/parser": "4.33.0",
|
|
46
46
|
"@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v9.51.4",
|
|
47
|
-
"@vkontakte/icons": "
|
|
47
|
+
"@vkontakte/icons": "2.3.0",
|
|
48
48
|
"@vkontakte/vk-bridge": "2.7.2",
|
|
49
49
|
"@vkontakte/vkui": "4.40.0",
|
|
50
50
|
"babel-jest": "29.3.1",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"color": "4.2.3",
|
|
55
55
|
"common-tags": "1.8.2",
|
|
56
56
|
"copy-webpack-plugin": "11.0.0",
|
|
57
|
-
"css-loader": "6.7.
|
|
57
|
+
"css-loader": "6.7.3",
|
|
58
58
|
"css.escape": "1.5.1",
|
|
59
59
|
"eslint": "7.32.0",
|
|
60
60
|
"eslint-config-prettier": "8.5.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"eslint-plugin-jasmine": "4.1.3",
|
|
66
66
|
"eslint-plugin-prettier": "4.2.1",
|
|
67
67
|
"eslint-plugin-simple-import-sort": "8.0.0",
|
|
68
|
-
"eslint-plugin-sonarjs": "0.
|
|
69
|
-
"fs-extra": "
|
|
68
|
+
"eslint-plugin-sonarjs": "0.17.0",
|
|
69
|
+
"fs-extra": "11.1.0",
|
|
70
70
|
"html-webpack-plugin": "5.5.0",
|
|
71
71
|
"jest": "29.3.1",
|
|
72
72
|
"jest-junit": "15.0.0",
|
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
"terser-webpack-plugin": "5.3.6",
|
|
80
80
|
"ts-jest": "29.0.3",
|
|
81
81
|
"ts-loader": "9.4.2",
|
|
82
|
-
"ts-morph": "
|
|
82
|
+
"ts-morph": "17.0.1",
|
|
83
83
|
"ts-node": "10.9.1",
|
|
84
|
-
"tsconfig-paths": "4.1.
|
|
84
|
+
"tsconfig-paths": "4.1.1",
|
|
85
85
|
"tscpaths": "0.0.9",
|
|
86
|
-
"type-fest": "3.
|
|
87
|
-
"typescript": "4.9.
|
|
86
|
+
"type-fest": "3.4.0",
|
|
87
|
+
"typescript": "4.9.4",
|
|
88
88
|
"webpack": "5.75.0",
|
|
89
89
|
"webpack-cli": "5.0.1",
|
|
90
90
|
"webpack-dev-server": "4.11.1",
|
|
@@ -561,7 +561,7 @@ exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, export
|
|
|
561
561
|
regular: 12,
|
|
562
562
|
},
|
|
563
563
|
// Прочие отступы
|
|
564
|
-
elevation1: '0 2px 0 0 rgba(0, 16, 61, 0.04)', elevation1InvertY: '0 -2px 0 0 rgba(0, 16, 61, 0.04)', elevation2: '0 4px 32px 0 rgba(0, 16, 61, 0.32)', elevation3: '0 16px 48px 0 rgba(0, 0, 0, 0.48)', elevation4: '0 16px 48px 0 rgba(0, 0, 0, 0.48)', gradientBlack: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)('#000000', 0.4), gradientWhite: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)('#FFFFFF'), gradientTint: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)(colorBackgroundTertiaryLight), animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', animationEasingPlatform: 'cubic-bezier(0.3, 0.3, 0.5, 1)', opacityDisable: 0.48, opacityDisableAccessibility: 0.64 });
|
|
564
|
+
elevation1: '0 2px 0 0 rgba(0, 16, 61, 0.04)', elevation1InvertY: '0 -2px 0 0 rgba(0, 16, 61, 0.04)', elevation2: '0 4px 32px 0 rgba(0, 16, 61, 0.32)', elevation3: '0 16px 48px 0 rgba(0, 0, 0, 0.48)', elevation4: '0 16px 48px 0 rgba(0, 0, 0, 0.48)', gradientBlack: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)('#000000', 0.4), gradientWhite: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)('#FFFFFF'), gradientTint: (0, getGradientPointsFromColor_1.getGradientPointsFromColor)(colorBackgroundTertiaryLight), animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', animationEasingPlatform: 'cubic-bezier(0.3, 0.3, 0.5, 1)', opacityDisable: 0.48, opacityDisableAccessibility: 0.64, zIndexModal: 99, zIndexPopout: 100 });
|
|
565
565
|
var x05 = common_1.helpers.x05, x1 = common_1.helpers.x1, x2 = common_1.helpers.x2, x3 = common_1.helpers.x3, x4 = common_1.helpers.x4, x5 = common_1.helpers.x5, x6 = common_1.helpers.x6, x8 = common_1.helpers.x8, x10 = common_1.helpers.x10;
|
|
566
566
|
exports.lightTheme = __assign(__assign(__assign({}, exports.lightThemeBase), common_1.helpers), { colors: __assign(__assign({}, exports.lightThemeBase.colors), { colorRating: '#ffd400', colorButtonContrastAlpha: {
|
|
567
567
|
normal: 'rgba(255, 255, 255, 1)',
|
|
@@ -597,5 +597,5 @@ exports.lightTheme = __assign(__assign(__assign(__assign({ themeName: 'vkBase',
|
|
|
597
597
|
regular: 12,
|
|
598
598
|
},
|
|
599
599
|
// Разное
|
|
600
|
-
animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', animationEasingPlatform: 'cubic-bezier(0.4, 0, 0.2, 1)', opacityDisable: 0.4, opacityDisableAccessibility: 0.64 });
|
|
600
|
+
animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', animationEasingPlatform: 'cubic-bezier(0.4, 0, 0.2, 1)', opacityDisable: 0.4, opacityDisableAccessibility: 0.64, zIndexModal: 99, zIndexPopout: 100 });
|
|
601
601
|
exports.darkTheme = __assign(__assign(__assign(__assign(__assign({}, exports.lightTheme), exports.darkColors), exports.darkGradient), exports.darkElevation), { themeName: 'vkBaseDark', themeInheritsFrom: 'vkBase', colorsScheme: 'dark' });
|
|
@@ -243,6 +243,8 @@
|
|
|
243
243
|
--vkui--animation_easing_platform: cubic-bezier(0.3, 0.3, 0.5, 1);
|
|
244
244
|
--vkui--opacity_disable: 0.48;
|
|
245
245
|
--vkui--opacity_disable_accessibility: 0.64;
|
|
246
|
+
--vkui--z_index_modal: 99;
|
|
247
|
+
--vkui--z_index_popout: 100;
|
|
246
248
|
--vkui--x0: 0px;
|
|
247
249
|
--vkui--x025: 1px;
|
|
248
250
|
--vkui--x05: 2px;
|
|
@@ -715,6 +717,87 @@
|
|
|
715
717
|
--vkui--calendar_color_button_group_text_negative: #CE1414;
|
|
716
718
|
--vkui--calendar_color_button_group_text_negative--hover: #C61416;
|
|
717
719
|
--vkui--calendar_color_button_group_text_negative--active: #BE1417;
|
|
720
|
+
--vkui--calendar_color_event_text_main_sky: #20455B;
|
|
721
|
+
--vkui--calendar_color_event_text_main_sky--hover: #1F435A;
|
|
722
|
+
--vkui--calendar_color_event_text_main_sky--active: #1D4159;
|
|
723
|
+
--vkui--calendar_color_background_main_sky_tint: #ECF8FF;
|
|
724
|
+
--vkui--calendar_color_background_main_sky_tint--hover: #E3EFF7;
|
|
725
|
+
--vkui--calendar_color_background_main_sky_tint--active: #D9E5EF;
|
|
726
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20: rgba(0, 16, 61, 0.122);
|
|
727
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20--hover: rgba(0, 16, 61, 0.16);
|
|
728
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20--active: rgba(0, 16, 61, 0.2);
|
|
729
|
+
--vkui--calendar_color_background: #FFFFFF;
|
|
730
|
+
--vkui--calendar_color_background--hover: #F5F5F7;
|
|
731
|
+
--vkui--calendar_color_background--active: #EBECEF;
|
|
732
|
+
--vkui--calendar_color_overlay_background: transparent;
|
|
733
|
+
--vkui--calendar_color_overlay_background--hover: rgba(0, 16, 61, 0.04);
|
|
734
|
+
--vkui--calendar_color_overlay_background--active: rgba(0, 16, 61, 0.08);
|
|
735
|
+
--vkui--calendar_color_sidebar_item_icon_primary: #333333;
|
|
736
|
+
--vkui--calendar_color_sidebar_item_icon_primary--hover: #313233;
|
|
737
|
+
--vkui--calendar_color_sidebar_item_icon_primary--active: #2F3034;
|
|
738
|
+
--vkui--calendar_color_sidebar_item_text_primary: #333333;
|
|
739
|
+
--vkui--calendar_color_sidebar_item_text_primary--hover: #313233;
|
|
740
|
+
--vkui--calendar_color_sidebar_item_text_primary--active: #2F3034;
|
|
741
|
+
--vkui--calendar_color_sidebar_item_icon_secondary: #87898F;
|
|
742
|
+
--vkui--calendar_color_sidebar_item_icon_secondary--hover: #82848C;
|
|
743
|
+
--vkui--calendar_color_sidebar_item_icon_secondary--active: #7C7F88;
|
|
744
|
+
--vkui--calendar_color_sidebar_item_text_secondary: #87898F;
|
|
745
|
+
--vkui--calendar_color_sidebar_item_text_secondary--hover: #82848C;
|
|
746
|
+
--vkui--calendar_color_sidebar_item_text_secondary--active: #7C7F88;
|
|
747
|
+
--vkui--calendar_color_sidebar_compose_button_background: #FFFFFF;
|
|
748
|
+
--vkui--calendar_color_sidebar_compose_button_background--hover: #F5F5F7;
|
|
749
|
+
--vkui--calendar_color_sidebar_compose_button_background--active: #EBECEF;
|
|
750
|
+
--vkui--calendar_color_sidebar_compose_button_icon: #333333;
|
|
751
|
+
--vkui--calendar_color_sidebar_compose_button_icon--hover: #313233;
|
|
752
|
+
--vkui--calendar_color_sidebar_compose_button_icon--active: #2F3034;
|
|
753
|
+
--vkui--calendar_color_sidebar_compose_button_text: #333333;
|
|
754
|
+
--vkui--calendar_color_sidebar_compose_button_text--hover: #313233;
|
|
755
|
+
--vkui--calendar_color_sidebar_compose_button_text--active: #2F3034;
|
|
756
|
+
--vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
|
|
757
|
+
--vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
|
|
758
|
+
--vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
|
|
759
|
+
--vkui--calendar_color_header_icon: #2C2D2E;
|
|
760
|
+
--vkui--calendar_color_header_icon--hover: #2A2C2F;
|
|
761
|
+
--vkui--calendar_color_header_icon--active: #282B2F;
|
|
762
|
+
--vkui--calendar_color_header_text_secondary: #93969B;
|
|
763
|
+
--vkui--calendar_color_header_text_secondary--hover: #8D9197;
|
|
764
|
+
--vkui--calendar_color_header_text_secondary--active: #878B93;
|
|
765
|
+
--vkui--calendar_color_header_button_text: #2C2D2E;
|
|
766
|
+
--vkui--calendar_color_header_button_text--hover: #2A2C2F;
|
|
767
|
+
--vkui--calendar_color_header_button_text--active: #282B2F;
|
|
768
|
+
--vkui--calendar_color_header_progress: #FF9E00;
|
|
769
|
+
--vkui--calendar_color_header_progress--hover: #F59802;
|
|
770
|
+
--vkui--calendar_color_header_progress--active: #EB9305;
|
|
771
|
+
--vkui--calendar_color_header_search_icon: #B6B8BE;
|
|
772
|
+
--vkui--calendar_color_header_search_icon--hover: #AFB1B9;
|
|
773
|
+
--vkui--calendar_color_header_search_icon--active: #A7ABB4;
|
|
774
|
+
--vkui--calendar_color_header_search_text_collapsed: #87898F;
|
|
775
|
+
--vkui--calendar_color_header_search_text_collapsed--hover: #82848C;
|
|
776
|
+
--vkui--calendar_color_header_search_text_collapsed--active: #7C7F88;
|
|
777
|
+
--vkui--calendar_color_header_search_background: #F0F1F3;
|
|
778
|
+
--vkui--calendar_color_header_search_background--hover: #E6E8EC;
|
|
779
|
+
--vkui--calendar_color_header_search_background--active: #DDDFE4;
|
|
780
|
+
--vkui--calendar_color_header_search_background_collapsed: #F0F1F3;
|
|
781
|
+
--vkui--calendar_color_header_search_background_collapsed--hover: #E6E8EC;
|
|
782
|
+
--vkui--calendar_color_header_search_background_collapsed--active: #DDDFE4;
|
|
783
|
+
--vkui--calendar_color_header_search_text: #2C2D2E;
|
|
784
|
+
--vkui--calendar_color_header_search_text--hover: #2A2C2F;
|
|
785
|
+
--vkui--calendar_color_header_search_text--active: #282B2F;
|
|
786
|
+
--vkui--calendar_color_text_date_primary: #2C2D2E;
|
|
787
|
+
--vkui--calendar_color_text_date_primary--hover: #2A2C2F;
|
|
788
|
+
--vkui--calendar_color_text_date_primary--active: #282B2F;
|
|
789
|
+
--vkui--calendar_color_text_date_secondary: #93969B;
|
|
790
|
+
--vkui--calendar_color_text_date_secondary--hover: #8D9197;
|
|
791
|
+
--vkui--calendar_color_text_date_secondary--active: #878B93;
|
|
792
|
+
--vkui--calendar_color_text_date_accent: #005FF9;
|
|
793
|
+
--vkui--calendar_color_text_date_accent--hover: #005CF1;
|
|
794
|
+
--vkui--calendar_color_text_date_accent--active: #0059EA;
|
|
795
|
+
--vkui--calendar_color_text_timeline: #2C2D2E;
|
|
796
|
+
--vkui--calendar_color_text_timeline--hover: #2A2C2F;
|
|
797
|
+
--vkui--calendar_color_text_timeline--active: #282B2F;
|
|
798
|
+
--vkui--calendar_color_stroke_field_border: #E0E2E8;
|
|
799
|
+
--vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
|
|
800
|
+
--vkui--calendar_color_stroke_field_border--active: #CED1DA;
|
|
718
801
|
}
|
|
719
802
|
|
|
720
803
|
.vkui--font_title1--regular {
|
|
@@ -243,6 +243,8 @@
|
|
|
243
243
|
--vkui--animation_easing_platform: cubic-bezier(0.3, 0.3, 0.5, 1);
|
|
244
244
|
--vkui--opacity_disable: 0.48;
|
|
245
245
|
--vkui--opacity_disable_accessibility: 0.64;
|
|
246
|
+
--vkui--z_index_modal: 99;
|
|
247
|
+
--vkui--z_index_popout: 100;
|
|
246
248
|
--vkui--x0: 0px;
|
|
247
249
|
--vkui--x025: 1px;
|
|
248
250
|
--vkui--x05: 2px;
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
--vkui--animation_easing_platform: cubic-bezier(0.3, 0.3, 0.5, 1);
|
|
16
16
|
--vkui--opacity_disable: 0.48;
|
|
17
17
|
--vkui--opacity_disable_accessibility: 0.64;
|
|
18
|
+
--vkui--z_index_modal: 99;
|
|
19
|
+
--vkui--z_index_popout: 100;
|
|
18
20
|
--vkui--tone_value_overlay: 0.48;
|
|
19
21
|
--vkui--tone_value_viewer: 0.88;
|
|
20
22
|
--vkui--tone_value_toolbar: 0.24;
|
|
@@ -368,4 +370,85 @@
|
|
|
368
370
|
--vkui--calendar_color_button_group_text_negative: #CE1414;
|
|
369
371
|
--vkui--calendar_color_button_group_text_negative--hover: #C61416;
|
|
370
372
|
--vkui--calendar_color_button_group_text_negative--active: #BE1417;
|
|
373
|
+
--vkui--calendar_color_event_text_main_sky: #20455B;
|
|
374
|
+
--vkui--calendar_color_event_text_main_sky--hover: #1F435A;
|
|
375
|
+
--vkui--calendar_color_event_text_main_sky--active: #1D4159;
|
|
376
|
+
--vkui--calendar_color_background_main_sky_tint: #ECF8FF;
|
|
377
|
+
--vkui--calendar_color_background_main_sky_tint--hover: #E3EFF7;
|
|
378
|
+
--vkui--calendar_color_background_main_sky_tint--active: #D9E5EF;
|
|
379
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20: rgba(0, 16, 61, 0.122);
|
|
380
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20--hover: rgba(0, 16, 61, 0.16);
|
|
381
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20--active: rgba(0, 16, 61, 0.2);
|
|
382
|
+
--vkui--calendar_color_background: #FFFFFF;
|
|
383
|
+
--vkui--calendar_color_background--hover: #F5F5F7;
|
|
384
|
+
--vkui--calendar_color_background--active: #EBECEF;
|
|
385
|
+
--vkui--calendar_color_overlay_background: transparent;
|
|
386
|
+
--vkui--calendar_color_overlay_background--hover: rgba(0, 16, 61, 0.04);
|
|
387
|
+
--vkui--calendar_color_overlay_background--active: rgba(0, 16, 61, 0.08);
|
|
388
|
+
--vkui--calendar_color_sidebar_item_icon_primary: #333333;
|
|
389
|
+
--vkui--calendar_color_sidebar_item_icon_primary--hover: #313233;
|
|
390
|
+
--vkui--calendar_color_sidebar_item_icon_primary--active: #2F3034;
|
|
391
|
+
--vkui--calendar_color_sidebar_item_text_primary: #333333;
|
|
392
|
+
--vkui--calendar_color_sidebar_item_text_primary--hover: #313233;
|
|
393
|
+
--vkui--calendar_color_sidebar_item_text_primary--active: #2F3034;
|
|
394
|
+
--vkui--calendar_color_sidebar_item_icon_secondary: #87898F;
|
|
395
|
+
--vkui--calendar_color_sidebar_item_icon_secondary--hover: #82848C;
|
|
396
|
+
--vkui--calendar_color_sidebar_item_icon_secondary--active: #7C7F88;
|
|
397
|
+
--vkui--calendar_color_sidebar_item_text_secondary: #87898F;
|
|
398
|
+
--vkui--calendar_color_sidebar_item_text_secondary--hover: #82848C;
|
|
399
|
+
--vkui--calendar_color_sidebar_item_text_secondary--active: #7C7F88;
|
|
400
|
+
--vkui--calendar_color_sidebar_compose_button_background: #FFFFFF;
|
|
401
|
+
--vkui--calendar_color_sidebar_compose_button_background--hover: #F5F5F7;
|
|
402
|
+
--vkui--calendar_color_sidebar_compose_button_background--active: #EBECEF;
|
|
403
|
+
--vkui--calendar_color_sidebar_compose_button_icon: #333333;
|
|
404
|
+
--vkui--calendar_color_sidebar_compose_button_icon--hover: #313233;
|
|
405
|
+
--vkui--calendar_color_sidebar_compose_button_icon--active: #2F3034;
|
|
406
|
+
--vkui--calendar_color_sidebar_compose_button_text: #333333;
|
|
407
|
+
--vkui--calendar_color_sidebar_compose_button_text--hover: #313233;
|
|
408
|
+
--vkui--calendar_color_sidebar_compose_button_text--active: #2F3034;
|
|
409
|
+
--vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
|
|
410
|
+
--vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
|
|
411
|
+
--vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
|
|
412
|
+
--vkui--calendar_color_header_icon: #2C2D2E;
|
|
413
|
+
--vkui--calendar_color_header_icon--hover: #2A2C2F;
|
|
414
|
+
--vkui--calendar_color_header_icon--active: #282B2F;
|
|
415
|
+
--vkui--calendar_color_header_text_secondary: #93969B;
|
|
416
|
+
--vkui--calendar_color_header_text_secondary--hover: #8D9197;
|
|
417
|
+
--vkui--calendar_color_header_text_secondary--active: #878B93;
|
|
418
|
+
--vkui--calendar_color_header_button_text: #2C2D2E;
|
|
419
|
+
--vkui--calendar_color_header_button_text--hover: #2A2C2F;
|
|
420
|
+
--vkui--calendar_color_header_button_text--active: #282B2F;
|
|
421
|
+
--vkui--calendar_color_header_progress: #FF9E00;
|
|
422
|
+
--vkui--calendar_color_header_progress--hover: #F59802;
|
|
423
|
+
--vkui--calendar_color_header_progress--active: #EB9305;
|
|
424
|
+
--vkui--calendar_color_header_search_icon: #B6B8BE;
|
|
425
|
+
--vkui--calendar_color_header_search_icon--hover: #AFB1B9;
|
|
426
|
+
--vkui--calendar_color_header_search_icon--active: #A7ABB4;
|
|
427
|
+
--vkui--calendar_color_header_search_text_collapsed: #87898F;
|
|
428
|
+
--vkui--calendar_color_header_search_text_collapsed--hover: #82848C;
|
|
429
|
+
--vkui--calendar_color_header_search_text_collapsed--active: #7C7F88;
|
|
430
|
+
--vkui--calendar_color_header_search_background: #F0F1F3;
|
|
431
|
+
--vkui--calendar_color_header_search_background--hover: #E6E8EC;
|
|
432
|
+
--vkui--calendar_color_header_search_background--active: #DDDFE4;
|
|
433
|
+
--vkui--calendar_color_header_search_background_collapsed: #F0F1F3;
|
|
434
|
+
--vkui--calendar_color_header_search_background_collapsed--hover: #E6E8EC;
|
|
435
|
+
--vkui--calendar_color_header_search_background_collapsed--active: #DDDFE4;
|
|
436
|
+
--vkui--calendar_color_header_search_text: #2C2D2E;
|
|
437
|
+
--vkui--calendar_color_header_search_text--hover: #2A2C2F;
|
|
438
|
+
--vkui--calendar_color_header_search_text--active: #282B2F;
|
|
439
|
+
--vkui--calendar_color_text_date_primary: #2C2D2E;
|
|
440
|
+
--vkui--calendar_color_text_date_primary--hover: #2A2C2F;
|
|
441
|
+
--vkui--calendar_color_text_date_primary--active: #282B2F;
|
|
442
|
+
--vkui--calendar_color_text_date_secondary: #93969B;
|
|
443
|
+
--vkui--calendar_color_text_date_secondary--hover: #8D9197;
|
|
444
|
+
--vkui--calendar_color_text_date_secondary--active: #878B93;
|
|
445
|
+
--vkui--calendar_color_text_date_accent: #005FF9;
|
|
446
|
+
--vkui--calendar_color_text_date_accent--hover: #005CF1;
|
|
447
|
+
--vkui--calendar_color_text_date_accent--active: #0059EA;
|
|
448
|
+
--vkui--calendar_color_text_timeline: #2C2D2E;
|
|
449
|
+
--vkui--calendar_color_text_timeline--hover: #2A2C2F;
|
|
450
|
+
--vkui--calendar_color_text_timeline--active: #282B2F;
|
|
451
|
+
--vkui--calendar_color_stroke_field_border: #E0E2E8;
|
|
452
|
+
--vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
|
|
453
|
+
--vkui--calendar_color_stroke_field_border--active: #CED1DA;
|
|
371
454
|
}
|
|
@@ -341,4 +341,85 @@
|
|
|
341
341
|
--vkui--calendar_color_button_group_text_negative: #CE1414;
|
|
342
342
|
--vkui--calendar_color_button_group_text_negative--hover: #C61416;
|
|
343
343
|
--vkui--calendar_color_button_group_text_negative--active: #BE1417;
|
|
344
|
+
--vkui--calendar_color_event_text_main_sky: #20455B;
|
|
345
|
+
--vkui--calendar_color_event_text_main_sky--hover: #1F435A;
|
|
346
|
+
--vkui--calendar_color_event_text_main_sky--active: #1D4159;
|
|
347
|
+
--vkui--calendar_color_background_main_sky_tint: #ECF8FF;
|
|
348
|
+
--vkui--calendar_color_background_main_sky_tint--hover: #E3EFF7;
|
|
349
|
+
--vkui--calendar_color_background_main_sky_tint--active: #D9E5EF;
|
|
350
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20: rgba(0, 16, 61, 0.122);
|
|
351
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20--hover: rgba(0, 16, 61, 0.16);
|
|
352
|
+
--vkui--calendar_color_background_main_sky_tint_alpha20--active: rgba(0, 16, 61, 0.2);
|
|
353
|
+
--vkui--calendar_color_background: #FFFFFF;
|
|
354
|
+
--vkui--calendar_color_background--hover: #F5F5F7;
|
|
355
|
+
--vkui--calendar_color_background--active: #EBECEF;
|
|
356
|
+
--vkui--calendar_color_overlay_background: transparent;
|
|
357
|
+
--vkui--calendar_color_overlay_background--hover: rgba(0, 16, 61, 0.04);
|
|
358
|
+
--vkui--calendar_color_overlay_background--active: rgba(0, 16, 61, 0.08);
|
|
359
|
+
--vkui--calendar_color_sidebar_item_icon_primary: #333333;
|
|
360
|
+
--vkui--calendar_color_sidebar_item_icon_primary--hover: #313233;
|
|
361
|
+
--vkui--calendar_color_sidebar_item_icon_primary--active: #2F3034;
|
|
362
|
+
--vkui--calendar_color_sidebar_item_text_primary: #333333;
|
|
363
|
+
--vkui--calendar_color_sidebar_item_text_primary--hover: #313233;
|
|
364
|
+
--vkui--calendar_color_sidebar_item_text_primary--active: #2F3034;
|
|
365
|
+
--vkui--calendar_color_sidebar_item_icon_secondary: #87898F;
|
|
366
|
+
--vkui--calendar_color_sidebar_item_icon_secondary--hover: #82848C;
|
|
367
|
+
--vkui--calendar_color_sidebar_item_icon_secondary--active: #7C7F88;
|
|
368
|
+
--vkui--calendar_color_sidebar_item_text_secondary: #87898F;
|
|
369
|
+
--vkui--calendar_color_sidebar_item_text_secondary--hover: #82848C;
|
|
370
|
+
--vkui--calendar_color_sidebar_item_text_secondary--active: #7C7F88;
|
|
371
|
+
--vkui--calendar_color_sidebar_compose_button_background: #FFFFFF;
|
|
372
|
+
--vkui--calendar_color_sidebar_compose_button_background--hover: #F5F5F7;
|
|
373
|
+
--vkui--calendar_color_sidebar_compose_button_background--active: #EBECEF;
|
|
374
|
+
--vkui--calendar_color_sidebar_compose_button_icon: #333333;
|
|
375
|
+
--vkui--calendar_color_sidebar_compose_button_icon--hover: #313233;
|
|
376
|
+
--vkui--calendar_color_sidebar_compose_button_icon--active: #2F3034;
|
|
377
|
+
--vkui--calendar_color_sidebar_compose_button_text: #333333;
|
|
378
|
+
--vkui--calendar_color_sidebar_compose_button_text--hover: #313233;
|
|
379
|
+
--vkui--calendar_color_sidebar_compose_button_text--active: #2F3034;
|
|
380
|
+
--vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
|
|
381
|
+
--vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
|
|
382
|
+
--vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
|
|
383
|
+
--vkui--calendar_color_header_icon: #2C2D2E;
|
|
384
|
+
--vkui--calendar_color_header_icon--hover: #2A2C2F;
|
|
385
|
+
--vkui--calendar_color_header_icon--active: #282B2F;
|
|
386
|
+
--vkui--calendar_color_header_text_secondary: #93969B;
|
|
387
|
+
--vkui--calendar_color_header_text_secondary--hover: #8D9197;
|
|
388
|
+
--vkui--calendar_color_header_text_secondary--active: #878B93;
|
|
389
|
+
--vkui--calendar_color_header_button_text: #2C2D2E;
|
|
390
|
+
--vkui--calendar_color_header_button_text--hover: #2A2C2F;
|
|
391
|
+
--vkui--calendar_color_header_button_text--active: #282B2F;
|
|
392
|
+
--vkui--calendar_color_header_progress: #FF9E00;
|
|
393
|
+
--vkui--calendar_color_header_progress--hover: #F59802;
|
|
394
|
+
--vkui--calendar_color_header_progress--active: #EB9305;
|
|
395
|
+
--vkui--calendar_color_header_search_icon: #B6B8BE;
|
|
396
|
+
--vkui--calendar_color_header_search_icon--hover: #AFB1B9;
|
|
397
|
+
--vkui--calendar_color_header_search_icon--active: #A7ABB4;
|
|
398
|
+
--vkui--calendar_color_header_search_text_collapsed: #87898F;
|
|
399
|
+
--vkui--calendar_color_header_search_text_collapsed--hover: #82848C;
|
|
400
|
+
--vkui--calendar_color_header_search_text_collapsed--active: #7C7F88;
|
|
401
|
+
--vkui--calendar_color_header_search_background: #F0F1F3;
|
|
402
|
+
--vkui--calendar_color_header_search_background--hover: #E6E8EC;
|
|
403
|
+
--vkui--calendar_color_header_search_background--active: #DDDFE4;
|
|
404
|
+
--vkui--calendar_color_header_search_background_collapsed: #F0F1F3;
|
|
405
|
+
--vkui--calendar_color_header_search_background_collapsed--hover: #E6E8EC;
|
|
406
|
+
--vkui--calendar_color_header_search_background_collapsed--active: #DDDFE4;
|
|
407
|
+
--vkui--calendar_color_header_search_text: #2C2D2E;
|
|
408
|
+
--vkui--calendar_color_header_search_text--hover: #2A2C2F;
|
|
409
|
+
--vkui--calendar_color_header_search_text--active: #282B2F;
|
|
410
|
+
--vkui--calendar_color_text_date_primary: #2C2D2E;
|
|
411
|
+
--vkui--calendar_color_text_date_primary--hover: #2A2C2F;
|
|
412
|
+
--vkui--calendar_color_text_date_primary--active: #282B2F;
|
|
413
|
+
--vkui--calendar_color_text_date_secondary: #93969B;
|
|
414
|
+
--vkui--calendar_color_text_date_secondary--hover: #8D9197;
|
|
415
|
+
--vkui--calendar_color_text_date_secondary--active: #878B93;
|
|
416
|
+
--vkui--calendar_color_text_date_accent: #005FF9;
|
|
417
|
+
--vkui--calendar_color_text_date_accent--hover: #005CF1;
|
|
418
|
+
--vkui--calendar_color_text_date_accent--active: #0059EA;
|
|
419
|
+
--vkui--calendar_color_text_timeline: #2C2D2E;
|
|
420
|
+
--vkui--calendar_color_text_timeline--hover: #2A2C2F;
|
|
421
|
+
--vkui--calendar_color_text_timeline--active: #282B2F;
|
|
422
|
+
--vkui--calendar_color_stroke_field_border: #E0E2E8;
|
|
423
|
+
--vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
|
|
424
|
+
--vkui--calendar_color_stroke_field_border--active: #CED1DA;
|
|
344
425
|
}
|